Re: ssh - no access to /dev/st0

2004-08-31 Thread Corinna Vinschen
On Aug 30 17:10, Cary Lewis wrote: I have a SCSI tape drive, and I can use tar to create archives on it: tar cvf /dev/st0 /bin tar tvf /dev/st0 but if I try to ssh into my cygwin box and try the same command, then I get the following error: tar: opening archive /dev/st0: The system

RE: ssh - no access to /dev/st0

2004-08-31 Thread Cary Lewis
with an interactive ssh session (providing auto logon is not set up). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corinna Vinschen Sent: Tuesday, August 31, 2004 4:53 AM To: [EMAIL PROTECTED] Subject: Re: ssh - no access to /dev/st0 On Aug 30 17:10, Cary

RE: ssh - no access to /dev/st0

2004-08-31 Thread Larry Hall
At 12:24 PM 8/31/2004, you wrote: The issue is that during command line execution of a tar command, sshd has not set the environment properly, namely the mount points are not there, so /dev/st0 does not exist, and the PATH variable does not point to the correct cygwin files either. What might be

RE: ssh - no access to /dev/st0

2004-08-31 Thread Cary Lewis
. -Original Message- From: Larry Hall [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 12:36 PM To: Cary Lewis; [EMAIL PROTECTED] Subject: RE: ssh - no access to /dev/st0 At 12:24 PM 8/31/2004, you wrote: The issue is that during command line execution of a tar command, sshd has not set

RE: ssh - no access to /dev/st0

2004-08-31 Thread Larry Hall
, August 31, 2004 12:36 PM To: Cary Lewis; [EMAIL PROTECTED] http://cygwin.com/acronyms/#PCYMTNQREAIYR Subject: RE: ssh - no access to /dev/st0 At 12:24 PM 8/31/2004, you wrote: The issue is that during command line execution of a tar command, sshd has not set the environment properly, namely

ssh - no access to /dev/st0

2004-08-30 Thread Cary Lewis
I have a SCSI tape drive, and I can use tar to create archives on it: tar cvf /dev/st0 /bin tar tvf /dev/st0 but if I try to ssh into my cygwin box and try the same command, then I get the following error: tar: opening archive /dev/st0: The system cannot find the path specified. Any help