public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Cygwin cpio.
@ 1999-09-02 12:45 Vincent_Virgilio
  1999-09-03  8:12 ` Corinna Vinschen
  1999-09-30 23:42 ` Vincent_Virgilio
  0 siblings, 2 replies; 8+ messages in thread
From: Vincent_Virgilio @ 1999-09-02 12:45 UTC (permalink / raw)
  To: cygwin; +Cc: corinna

Hello,

Thank you for the updated cygwin DLL, 21.0 (0.7/1/1), from Corinna
Vinschen.  And for the cpio binary.  Seems to work well until the
end-of-medium.

I have followed the instructions Corinna distributes with the DLL.  When I
try this:

     ls *.deb | cpio -o -O/dev/rfd --block-size=100

I eventually get this

     cpio: write error: No space left on device.

Apparently cpio is not detecting end-of-medium.

Has this happened to anyone before?

Thanks,

Vince Virgilio



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

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

* Re: Cygwin cpio.
  1999-09-02 12:45 Cygwin cpio Vincent_Virgilio
@ 1999-09-03  8:12 ` Corinna Vinschen
  1999-09-04  6:21   ` guide me pls Chan Kar Heng
  1999-09-30 23:42   ` Cygwin cpio Corinna Vinschen
  1999-09-30 23:42 ` Vincent_Virgilio
  1 sibling, 2 replies; 8+ messages in thread
From: Corinna Vinschen @ 1999-09-03  8:12 UTC (permalink / raw)
  To: Vincent_Virgilio; +Cc: cygwin

Vincent_Virgilio@nmss.com wrote:
> 
> Hello,
> 
> Thank you for the updated cygwin DLL, 21.0 (0.7/1/1), from Corinna
> Vinschen.  And for the cpio binary.  Seems to work well until the
> end-of-medium.
> 
> I have followed the instructions Corinna distributes with the DLL.  When I
> try this:
> 
>      ls *.deb | cpio -o -O/dev/rfd --block-size=100
> 
> I eventually get this
> 
>      cpio: write error: No space left on device.
> 
> Apparently cpio is not detecting end-of-medium.
> 
> Has this happened to anyone before?
> 
> Thanks,
> 
> Vince Virgilio

I have found this, too. I assume the problem is in the dll itself.
Unfortunately I'm short of time at the moment but I will add this
to my todo list.

Regards,
Corinna


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

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

* guide me pls
  1999-09-03  8:12 ` Corinna Vinschen
@ 1999-09-04  6:21   ` Chan Kar Heng
  1999-09-04  8:54     ` Michael Hirmke
  1999-09-30 23:42     ` Chan Kar Heng
  1999-09-30 23:42   ` Cygwin cpio Corinna Vinschen
  1 sibling, 2 replies; 8+ messages in thread
From: Chan Kar Heng @ 1999-09-04  6:21 UTC (permalink / raw)
  To: cygwin

hello.

would like to know which is the best mailing list to get general programming
help with gcc... the usual lists i've been to usually deal very much with
the implementation of a specific version of the compiler ...

anyway, i'm looking for some guide on x-windows architecture (general
coverage as well as in depth into its components), gtk, mesa, and how
these all link up...

thanks

khchan




--------------------------------------------
i don't suffer from stress... i'm a carrier.
http://home.backroom.net/~bozo

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

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

* Re: guide me pls
  1999-09-04  6:21   ` guide me pls Chan Kar Heng
@ 1999-09-04  8:54     ` Michael Hirmke
  1999-09-30 23:42       ` Michael Hirmke
  1999-09-30 23:42     ` Chan Kar Heng
  1 sibling, 1 reply; 8+ messages in thread
From: Michael Hirmke @ 1999-09-04  8:54 UTC (permalink / raw)
  To: cygwin

Hi Chan,

>hello.
>
>would like to know which is the best mailing list to get general programming
>help with gcc... the usual lists i've been to usually deal very much with
>the implementation of a specific version of the compiler ...

AFAIK:

gnu.g++.*
gnu.gcc.*
gnu.gdb.*

[...]
>thanks
>
>khchan

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

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

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

* Cygwin cpio.
  1999-09-02 12:45 Cygwin cpio Vincent_Virgilio
  1999-09-03  8:12 ` Corinna Vinschen
@ 1999-09-30 23:42 ` Vincent_Virgilio
  1 sibling, 0 replies; 8+ messages in thread
From: Vincent_Virgilio @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin; +Cc: corinna

Hello,

Thank you for the updated cygwin DLL, 21.0 (0.7/1/1), from Corinna
Vinschen.  And for the cpio binary.  Seems to work well until the
end-of-medium.

I have followed the instructions Corinna distributes with the DLL.  When I
try this:

     ls *.deb | cpio -o -O/dev/rfd --block-size=100

I eventually get this

     cpio: write error: No space left on device.

Apparently cpio is not detecting end-of-medium.

Has this happened to anyone before?

Thanks,

Vince Virgilio



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

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

* Re: Cygwin cpio.
  1999-09-03  8:12 ` Corinna Vinschen
  1999-09-04  6:21   ` guide me pls Chan Kar Heng
@ 1999-09-30 23:42   ` Corinna Vinschen
  1 sibling, 0 replies; 8+ messages in thread
From: Corinna Vinschen @ 1999-09-30 23:42 UTC (permalink / raw)
  To: Vincent_Virgilio; +Cc: cygwin

Vincent_Virgilio@nmss.com wrote:
> 
> Hello,
> 
> Thank you for the updated cygwin DLL, 21.0 (0.7/1/1), from Corinna
> Vinschen.  And for the cpio binary.  Seems to work well until the
> end-of-medium.
> 
> I have followed the instructions Corinna distributes with the DLL.  When I
> try this:
> 
>      ls *.deb | cpio -o -O/dev/rfd --block-size=100
> 
> I eventually get this
> 
>      cpio: write error: No space left on device.
> 
> Apparently cpio is not detecting end-of-medium.
> 
> Has this happened to anyone before?
> 
> Thanks,
> 
> Vince Virgilio

I have found this, too. I assume the problem is in the dll itself.
Unfortunately I'm short of time at the moment but I will add this
to my todo list.

Regards,
Corinna


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

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

* guide me pls
  1999-09-04  6:21   ` guide me pls Chan Kar Heng
  1999-09-04  8:54     ` Michael Hirmke
@ 1999-09-30 23:42     ` Chan Kar Heng
  1 sibling, 0 replies; 8+ messages in thread
From: Chan Kar Heng @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin

hello.

would like to know which is the best mailing list to get general programming
help with gcc... the usual lists i've been to usually deal very much with
the implementation of a specific version of the compiler ...

anyway, i'm looking for some guide on x-windows architecture (general
coverage as well as in depth into its components), gtk, mesa, and how
these all link up...

thanks

khchan




--------------------------------------------
i don't suffer from stress... i'm a carrier.
http://home.backroom.net/~bozo

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

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

* Re: guide me pls
  1999-09-04  8:54     ` Michael Hirmke
@ 1999-09-30 23:42       ` Michael Hirmke
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Hirmke @ 1999-09-30 23:42 UTC (permalink / raw)
  To: cygwin

Hi Chan,

>hello.
>
>would like to know which is the best mailing list to get general programming
>help with gcc... the usual lists i've been to usually deal very much with
>the implementation of a specific version of the compiler ...

AFAIK:

gnu.g++.*
gnu.gcc.*
gnu.gdb.*

[...]
>thanks
>
>khchan

Bye.
Michael.
--
Michael Hirmke           | Telefon +49 (911) 557999
Georg-Strobel-Strasse 81 | FAX     +49 (911) 557664
90489 Nuernberg          | E-Mail  mailto:mh@mike.franken.de
                         | WWW     http://aquarius.franken.de/

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

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

end of thread, other threads:[~1999-09-30 23:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-02 12:45 Cygwin cpio Vincent_Virgilio
1999-09-03  8:12 ` Corinna Vinschen
1999-09-04  6:21   ` guide me pls Chan Kar Heng
1999-09-04  8:54     ` Michael Hirmke
1999-09-30 23:42       ` Michael Hirmke
1999-09-30 23:42     ` Chan Kar Heng
1999-09-30 23:42   ` Cygwin cpio Corinna Vinschen
1999-09-30 23:42 ` Vincent_Virgilio

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).