ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Èëüÿ Ìåíüøèõ <meniluha@mailru.com>
To: mandrake-russian@altlinux.ru
Subject: [mdk-re] çÌÀË Ó EOF
Date: Wed Apr  3 16:43:17 2002
Message-ID: <200204031244.g33Cifi90093@www5.mailru.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 505 bytes --]

Здравствуйте!

Помогите пожалуйста понять, что я делаю не правильно.
В процессе поднятия на шлюзе сервисов правлю конфиги, 
в результате этого получаю
unexpected end of file
Самое интересное, что конец есть, специально оставлял 
пустую строку. И mcedit и vi об этом сообщают. А 
сервисы не запускаются. В аттаче пример такого конфига.
Со знакомым посоветовался - он тоже не понял. 
Просветите плиз.

--
Илья
PS. Система мастер бета, чуть заправленная сизифом. 
Пользовательская локаль 1251, рута - default

[-- Attachment #2: sensors --]
[-- Type: text/plain, Size: 587 bytes --]

#!/bin/bash
#
# chkconfig: 2345 25 15
# description: init my VIA686 sensors (c) Michael Shigorin

# source function library
. /etc/rc.d/init.d/functions

RETVAL=0

case "$1" in
    start)
	echo -n "Configuring hardware monitoring: "
	modprobe i2c-viapro && \
	modprobe w83781d
	RETVAl=$?
	echo
	;;
    stop)
	echo -n "Disabling hardware monitoring: "
	rmmod i2c-viapro && \
	rmmod w38781d
	RETVAL=$?
	;;
    restart|reload)
	$0 stop
	$0 start
	RETVAL=$?
	;;
    status)
	sensors
	RETVAL=$?
	;;
    *)
	echo "Usage: sensors {start|stop|status|restart|reload}"
	exit 1
exac

exit $RETVAL


             reply	other threads:[~2002-04-03 16:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-03 16:43 Èëüÿ Ìåíüøèõ [this message]
2002-04-03 16:46 ` [mdk-re] Глюк с EOF Korshunov Ilya
2002-04-03 16:49 ` Sergey Vlasov
2002-04-03 16:49 ` [mdk-re] " Artem Pastuchov
2002-04-03 17:10 ` Aleksey Novodvorsky
2002-04-03 22:52 ` Vitaly Lipatov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200204031244.g33Cifi90093@www5.mailru.com \
    --to=meniluha@mailru.com \
    --cc=mandrake-russian@altlinux.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git