Re: mt setdensity not working?

2004-07-23 Thread Corinna Vinschen
On Jul 22 23:10, Gunther Schadow wrote: > Hi, > > cygwin tape support is awesome. I just would like to change the > DLT IV density on my TZ88 drive which is inside a changer, so > I can't get to the buttons. When I do > > mt -f /dev/nst0 setdensity 0x41 > > I get "invalid argument" and same resu

cvs package bug: cannot open val-tags file

2004-07-23 Thread Gervase Markham
[Apologies if this is the wrong place for this bug report - cvshome.org is so impenetrable that I can't even search to see if this is an upstream cvs bug or not.] In Cygwin CVS 1.11.6-3 (but not 1.11.5-1 or 1.11.0-1), when trying to pull by tag, the following error is encountered: D:\mozilla>c

rebuild rpm-4.1 from sources

2004-07-23 Thread bertrand marquis
Hello i need to recompile rpm-4.1 from sources but when it is trying to compile in db3/lock i have : cc -c -I. -I../db/dist/../include -I../db/dist/../include_auto -O2 -g -D_GNU_SOURCE -D_REENTRANT -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts ../db/dist

RE: Problems with rebaseall solved

2004-07-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Jim Ramberg > Sent: 22 July 2004 21:12 > To clarify what I said before: > The original problem was that I was unable to successful > start the rootless > Xwin server from the startxwin.sh shell script. I would get > an error stating

RE: MapViewOfFileEx errors with cygwin1-20040716 snapshot

2004-07-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Corinna Vinschen > Sent: 22 July 2004 21:41 > On Jul 22 18:37, Dave Korn wrote: > > I beg to differ: > > > > [EMAIL PROTECTED] /usr/build/src/winsup/cygwin> grep > "MapViewOfFileEx failed" *.cc > > mmap.cc: syscall_printf

RE: No /bin after installation

2004-07-23 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 22 July 2004 20:47 > On Thu, Jul 22, 2004 at 07:25:04PM +, Nick Sabalausky wrote: > >Nick Sabalausky writes: > >>However, now the problem I have is that when I'm in that > shell, I can't > >>get to /cygd

Re: To cygwin postgresql maintainer: tutorial RFC

2004-07-23 Thread Jason Tishler
Carlo, On Fri, Jul 23, 2004 at 02:50:31PM +0800, Carlo Florendo wrote: > Thank you very much for PostgreSQL for Cygwin and You are quite welcome, but I can only take very little credit for the above. > for Cygwin too. And, essentially no credit for the above. > Great software! Agreed! Thanks

RE: No /bin after installation

2004-07-23 Thread Igor Pechtchanski
On Fri, 23 Jul 2004, Dave Korn wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Christopher Faylor > > Sent: 22 July 2004 20:47 > > > On Thu, Jul 22, 2004 at 07:25:04PM +, Nick Sabalausky wrote: > > >Hmm, I exited and ran Cygwin again and now I can do "cd /cygdrive/c".

[OT] Re: To cygwin postgresql maintainer: tutorial RFC

2004-07-23 Thread Igor Pechtchanski
On Fri, 23 Jul 2004, Jason Tishler wrote: > Carlo, > > On Fri, Jul 23, 2004 at 02:50:31PM +0800, Carlo Florendo wrote: > > Thank you very much for PostgreSQL for Cygwin and > > You are quite welcome, but I can only take very little credit for the > above. > > > for Cygwin too. > > And, essentially

Re: No /bin after installation

2004-07-23 Thread Corinna Vinschen
On Jul 23 08:38, Igor Pechtchanski wrote: > On Fri, 23 Jul 2004, Dave Korn wrote: > > It's only homosapiens v1.0.0, you know. You gotta expect a few bugs in > > the first release > > cheers, DaveK [ somedays it seems more like a beta... ] > > Gack! I thought it still *was* in beta!

Re: cvs package bug: cannot open val-tags file

2004-07-23 Thread Igor Pechtchanski
On Fri, 23 Jul 2004, Gervase Markham wrote: > [Apologies if this is the wrong place for this bug report - cvshome.org > is so impenetrable that I can't even search to see if this is an > upstream cvs bug or not.] > > In Cygwin CVS 1.11.6-3 (but not 1.11.5-1 or 1.11.0-1), when trying to > pull by t

Bug? xinetd not starting services when passenv present

2004-07-23 Thread Nicolás Ernesto Kuzminski
Days ago I found that the cvspserver service launched from xinetd stopped to respond, on both similar configurations at home and at work, without any intervention on my part, except for the normal Cygwin remote upgrade. In brief, I struggle to found out that the presence of the passenv = PATH optio

Fixed: Need a copy of bash.bat

2004-07-23 Thread Bob Kuhfahl
Ah right, I mis-spoke, it the cygwin.bat that did not get laid down. Install goes to 99% complete and hangs on /etc/postinstall/post-texmf.sh. AHH - cancel, cancel. I just reinstalled admin (for the fourth time) to get the above message and while I was looking into the log to get the "failed" messa

Re: Need a copy of bash.bat

2004-07-23 Thread Eric Hanchrow
> "Bob" == Bob Kuhfahl <[EMAIL PROTECTED]> writes: Bob> My install seems to not lay this down. Can someone post a Bob> copy; anything just to get started. Thanks! I think you're confused -- Cygwin doesn't install a file named bash.bat. It does, however, install bash.exe. -- Okay,

Mkdir: command not found?

2004-07-23 Thread Joe Bungo
Hello Im trying to play with GNU tools, and Im having trouble getting started. I havent really played in a unix environment in years. Have you had a chance to use them? Im just following along the pdf at http://www.microcross.com/gnu-arm7t-microcross.pdf, which says I should download Cygwin, wh

Mkdir: command not found?

2004-07-23 Thread Ken Dibble
Start by reading and following the instructions here: http://cygwin.com/problems.html Joe Bungo wrote: Hello Im trying to play with GNU tools, and Im having trouble getting started. I havent really played in a unix environment in years. Have you had a chance to use them? Im just following along t

Re: Mkdir: command not found?

2004-07-23 Thread Jacek Trzmiel
Joe Bungo wrote: > typing > 'mkdir build-binutils' at the prompt in Cygwin gives 'bash: mkdir: > command not found' > > Any ideas why I cant use this simple command? $ cygcheck -f `which mkdir` fileutils-4.1-2 Run cygwin setup again and install fileutils package. If you have it installed and

Re: [OT] Re: To cygwin postgresql maintainer: tutorial RFC

2004-07-23 Thread Jason Tishler
Igor, On Fri, Jul 23, 2004 at 08:42:48AM -0400, Igor Pechtchanski wrote: > On Fri, 23 Jul 2004, Jason Tishler wrote: > > On Fri, Jul 23, 2004 at 02:50:31PM +0800, Carlo Florendo wrote: > > > Thank you very much for PostgreSQL for Cygwin and > > > > You are quite welcome, but I can only take very l

[Bug] Perl ExtUtils::Liblist::Kid fails to recognize the .dll.a extension

2004-07-23 Thread Max Bowsher
ExtUtils::Liblist::Kid fails to recognize the .dll.a extension, leading to incorrect omission of link arguments when building perl extension modules. Would the Cygwin perl maintainer be prepared to fix this in the next release of perl for Cygwin? Thanks. Max. -- Unsubscribe info: ht

1.5.10:bugs of Chinese filename?

2004-07-23 Thread strong
I installed Cygwin 1.5.10 in Windows XP & 2000 respectively. I added three lines below in .inputrc at home directory. set meta-flag on set convert-meta off set output-meta on Inputing and displaying Chinese are ok. But there is a problem when deal Chinese filename. I tried to make a Chinese f

Re: 1.5.10:bugs of Chinese filename?

2004-07-23 Thread Pierre A. Humblet
On Sat, Jul 24, 2004 at 08:49:46AM +0800, strong wrote: > I installed Cygwin 1.5.10 in Windows XP & 2000 respectively. I added > three lines below in .inputrc at home directory. > > set meta-flag on > set convert-meta off > set output-meta on > > Inputing and displaying Chinese are ok. But th

Re: No /bin after installation

2004-07-23 Thread Christopher Faylor
On Fri, Jul 23, 2004 at 12:00:49PM +0100, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Christopher Faylor >> Sent: 22 July 2004 20:47 > >> On Thu, Jul 22, 2004 at 07:25:04PM +, Nick Sabalausky wrote: >> >Nick Sabalausky writes: >> >>However, now the problem

rsync hangs (v2.6.2-1 on both Cygwin and Fedora)

2004-07-23 Thread Clif J. Smith
I'm trying to rsync data from a WinXP system running Cygwin to a Fedora Core 2 system. When running the following command from my Fedora system, it'll build a file list for a while, but never actually sync anything and complete: # /usr/bin/rsync -a --delete --numeric-ids --rsh=/usr/bin/ssh \ [