public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: problem with tar
@ 1999-08-26  8:47 Sean Mitchell
  1999-08-31 23:49 ` Sean Mitchell
  0 siblings, 1 reply; 20+ messages in thread
From: Sean Mitchell @ 1999-08-26  8:47 UTC (permalink / raw)
  To: Terrell Mitchell, cygwin

I think you're specifying your file with the DOS style drive letter and a
colon sort of like

tar xfz D:\file.tar.gz

instead of the Cygwin/UNIX style of

tar xfz //d/file.tar.gz 

Tar sees the d:\{etc} as specifying a remote machine called d.

Cheers,

Sean


-----Original Message-----
From: Terrell Mitchell [ mailto:terrellm@usit.net ]
Sent: Thursday, August 26, 1999 11:41 AM
To: cygwin@sourceware.cygnus.com
Subject: problem with tar


I have set up cygwin b20 on my windows 98 machine for use with perl and
building cpan modules.
When I try to run tar to extract files from an archive that is not in the
current directory I get an error message

cannot execute remote shell:  no such file
cannot open "file name": I/O error
error is not recoverable: exiting now

I have no idea what is wrong with the configuration.

I have tried with COMMAND.COM, 4DOS , 4NT and BASH as the shells.
Any help or pointers would be appreciated.

Thank You
Terrell


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* problem with tar
@ 2001-06-14 12:32 Stephen Hansen
  2001-06-15  2:19 ` Corinna Vinschen
  0 siblings, 1 reply; 20+ messages in thread
From: Stephen Hansen @ 2001-06-14 12:32 UTC (permalink / raw)
  To: cygwin

I'm having problems writing files to tape with the cygwin tar command on
Windows 2000.  I have the tape device [Exabyte EXB SCSI] mounted on
/dev/rmt/n0.  I can create an archive and write whatever files I want to
tape using -cf.  But when I use "tar -rvf  /dev/rmt/n0  [FILE]..." I get
back

FILE
tar: /dev/rmt/n0: Wrote only 0 of 10240 bytes
tar: Error is not recoverable: exiting now

-A and -u produce the same result, as does mounting the device on
/dev/rmt/0.  I would greatly appreciate anyone's recommending how to
solve this problem.

Stephen Hansen


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Problem with tar
@ 1999-11-26 19:41 Earnie Boyd
  1999-11-30 23:39 ` Earnie Boyd
  0 siblings, 1 reply; 20+ messages in thread
From: Earnie Boyd @ 1999-11-26 19:41 UTC (permalink / raw)
  To: Morten Eriksen, cygwin

--- Doug Wyatt <dwyatt@sunflower.com> wrote:
> Hi,
> 
> I noticed that your cygcheck indicates that there are 3 copies of
> cygwin1.dll installed (d:\bin,d:\usr\local\bin,c:\winnt) - the one in
> c:\winnt is a different version than the other two.  You might want
> to try reducing those to only one.  And, you might want to try a
> newer version.
> 

Yes, under no circumstance should you have more than one cygwin dll in the
path.  The newer versions are a little more safe in that if more than one
cygwin dll tries to get instantiated then the second occurance will fail to do
so.


=====
Earnie Boyd < mailto:earnie_boyd@yahoo.com >
Cygwin Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >
__________________________________________________
Do You Yahoo!?
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: Problem with tar
@ 1999-11-26  7:00 N8TM
  1999-11-30 23:39 ` N8TM
  0 siblings, 1 reply; 20+ messages in thread
From: N8TM @ 1999-11-26  7:00 UTC (permalink / raw)
  To: mortene, cygwin

In a message dated 11/26/99 3:53:58 AM Pacific Standard Time, mortene@sim.no 
writes:

> have there been, any know problems with tar or the
>  cygwin.dll in Cygwin
Yes, tar has been one of the first things I tested when installing cygwin 
snapshots, and a number of them have failed.  As for combining cygwin-b19 
with NT4 SP4, I would be surprised if that combination had been tested 
adequately.

Tim
tprince@computer.org

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Problem with tar
@ 1999-11-26  3:52 Morten Eriksen
  1999-11-26  6:20 ` Donald E. Hammond
                   ` (2 more replies)
  0 siblings, 3 replies; 20+ messages in thread
From: Morten Eriksen @ 1999-11-26  3:52 UTC (permalink / raw)
  To: cygwin

Hi,

I have a problem with Cygwin tar which I have a hard time figuring out how
to solve, and I'm hoping someone here can give me a few hints.

Background: I'm partly responsible for administrating 30 remote WinNT
servers (don't ask..), and to fetch data from these servers to include in
a local site backup I use a combination of ssh, tar and scp (sshd has been
installed on the WinNT servers.) 

Every night, for each of the servers, I run approximately this sequence of
commands:

ssh -x -l administrator $ntserver "/bin/tar cvzf /tmp/data.tgz /data"
scp administrator@$ntserver:/tmp/data.tgz data-$ntserver.tgz

Works like a charm, except that tar hangs at what seems like random places
at what seems like random times at what seems like random sites. :^(
Out of the 30 servers, 2-3 on average have this problem every night, and I
have to manually kill the ssh process when I come to work in the morning.
I can't see no patterns on with which sites gets the problem or the data
which tar was trying to read when the hang occurred. Manually running tar
again on the same data doesn't hang again in a reproducible way.

Are there, or have there been, any know problems with tar or the
cygwin.dll in Cygwin which could cause this? If not, does anyone have any
ideas on how I could debug this problem? Any help would be greatly
appreciated.

I have attached the output from "cygcheck.exe -s -r -v" in case that is of
any help. "/bin/tar --version" says "tar (GNU tar) 1.12". 


Regards,
Morten Eriksen

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: problem with tar
@ 1999-08-26 10:12 Earnie Boyd
  1999-08-31 23:49 ` Earnie Boyd
  0 siblings, 1 reply; 20+ messages in thread
From: Earnie Boyd @ 1999-08-26 10:12 UTC (permalink / raw)
  To: Terrell Mitchell, cygwin

--- Terrell Mitchell <terrellm@usit.net> wrote:
> I have set up cygwin b20 on my windows 98 machine for use with perl and
> building cpan modules.
> When I try to run tar to extract files from an archive that is not in the
> current directory I get an error message
> 
> cannot execute remote shell:  no such file
> cannot open "file name": I/O error
> error is not recoverable: exiting now
> 
> I have no idea what is wrong with the configuration.
> 
> I have tried with COMMAND.COM, 4DOS , 4NT and BASH as the shells.
> Any help or pointers would be appreciated.

It is most likely that you've environment problems.  Please, read my webpage
and then if you still have problems send a plain text output of `cygcheck -s -v -r'.
===
Earnie Boyd < mailto:earnie_boyd@yahoo.com >

Newbies, please visit
< http://www.freeyellow.com/members5/gw32/index.html >

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread
* problem with tar
@ 1999-08-26  8:41 Terrell Mitchell
  1999-08-31 23:49 ` Terrell Mitchell
  0 siblings, 1 reply; 20+ messages in thread
From: Terrell Mitchell @ 1999-08-26  8:41 UTC (permalink / raw)
  To: cygwin

I have set up cygwin b20 on my windows 98 machine for use with perl and
building cpan modules.
When I try to run tar to extract files from an archive that is not in the
current directory I get an error message

cannot execute remote shell:  no such file
cannot open "file name": I/O error
error is not recoverable: exiting now

I have no idea what is wrong with the configuration.

I have tried with COMMAND.COM, 4DOS , 4NT and BASH as the shells.
Any help or pointers would be appreciated.

Thank You
Terrell


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2001-06-15  2:19 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-26  8:47 problem with tar Sean Mitchell
1999-08-31 23:49 ` Sean Mitchell
  -- strict thread matches above, loose matches on Subject: below --
2001-06-14 12:32 Stephen Hansen
2001-06-15  2:19 ` Corinna Vinschen
1999-11-26 19:41 Problem " Earnie Boyd
1999-11-30 23:39 ` Earnie Boyd
1999-11-26  7:00 N8TM
1999-11-30 23:39 ` N8TM
1999-11-26  3:52 Morten Eriksen
1999-11-26  6:20 ` Donald E. Hammond
1999-11-30 23:39   ` Donald E. Hammond
1999-11-26 13:23 ` Doug Wyatt
1999-11-30 23:39   ` Doug Wyatt
1999-12-08  2:29   ` Morten Eriksen
1999-12-31 13:28     ` Morten Eriksen
1999-11-30 23:39 ` Morten Eriksen
1999-08-26 10:12 problem " Earnie Boyd
1999-08-31 23:49 ` Earnie Boyd
1999-08-26  8:41 Terrell Mitchell
1999-08-31 23:49 ` Terrell Mitchell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).