From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Michael Hale" Date: Wed, 17 Sep 2003 17:36:32 +0000 Subject: [SOLVED] RE: Weird environment for usb-storage script? Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org Thanks Joerg, I changed my usb-storage script to look like this: #!/bin/sh exec >/tmp/foo.$$ 2>&1 set -x invoke-rc.d ssh start eject echo '#!/bin/sh killall -9 sshd eject -t' > $REMOVER chmod 777 $REMOVER ...and it starts and stops the ssh server. Now I just need to read some man pages and figure out what exec and set -x are actually doing :) Thanks again, Michael >-----Original Message----- >From: linux-hotplug-devel-admin@lists.sourceforge.net >[mailto:linux-hotplug-devel-admin@lists.sourceforge.net] On >Behalf Of Joerg Sommer >Sent: Wednesday, September 17, 2003 11:55 AM >To: linux-hotplug-devel@lists.sourceforge.net >Subject: Re: Weird environment for usb-storage script? > > > ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net Linux-hotplug-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel