|
From: Matteo T. <ma...@RM...> - 2011-06-11 11:30:46
|
[root@nas1 ~]# sh -xc 'set restart; . /etc/init.d/scst' + set restart + . /etc/init.d/scst ++ '[' -e /lib/lsb/init-functions ']' ++ . /lib/lsb/init-functions ++ PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin ++ SCST_CFG=/etc/scst.conf ++ SCST_DFLT=/etc/default/scst +++ which scstadmin ++ '[' -x /usr/sbin/scstadmin ']' ++ '[' -f /etc/default/scst ']' ++ . /etc/default/scst ++ case "$1" in ++ sh stop sh: stop: No such file or directory ++ exit 0 [root@nas1 ~]# more /etc/redhat-release CentOS release 5.6 (Final) [root@nas1 ~]# rpm -q redhat-lsb redhat-lsb-3.1-12.3.EL.el5.centos redhat-lsb-3.1-12.3.EL.el5.centos -- matteo ----- Messaggio originale ----- Da: "Bart Van Assche" <bva...@ac...> A: "Matteo Tescione" <ma...@rm...> Cc: scs...@li... Inviato: Sabato, 11 giugno 2011 13:19:24 Oggetto: Re: [Scst-devel] [PATCH] Unify the three SCST init scripts On Sat, Jun 11, 2011 at 12:52 PM, Matteo Tescione < ma...@rm... > wrote: it does not help. I was originally thinking the same thing, but I re-created the config file from scstadmin, modprobing modules, echoing to mgmt sysfs, and writing with -write_config. I tried even removing target config lines from scst.conf, but i get the same error message. Tried even VDISK_FILEIO uppercase, but nothing... Which Linux distribution are you using ? Also, which output do you get for the command below ? sh -xc 'set restart; . /etc/init.d/scst' Bart. |