Re: [1.7] cannot run native win32 app

2008-12-16 Thread Christopher Faylor
On Wed, Dec 17, 2008 at 09:12:00AM +0900, SungHyun Nam wrote: > Hello, > > If I use cygwin-1.5, I can run any native win32 app from the bash prompt. > If I switch to cygwin-1.7, I cannot. > > ~[13]$ notepad > ~[14]$ notepad& > [1] 1656 > ~[15]$ > [1]+ Exit 127notepad > > There's no

[1.7] Problem - user fstab when username contains a space

2008-12-16 Thread Ken Brown
I just installed cygwin 1.7 on a computer in which one of the usernames has a space in it. The first time the user ran Cygwin.bat, she got an error message involving fstab. (She doesn't remember the precise error message.) I checked /etc/fstab.d and found that no fstab had been created for h

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Christian Franke on 12/16/2008 1:18 PM: > > On my XP SP2, st_size is always 0, even for large and fragmented > directories. Likewise for all the machines I have access to. Maybe it is just Vista that added directory size tracking? >> >

[1.7] cannot run native win32 app

2008-12-16 Thread SungHyun Nam
Hello, If I use cygwin-1.5, I can run any native win32 app from the bash prompt. If I switch to cygwin-1.7, I cannot. ~[13]$ notepad ~[14]$ notepad& [1] 1656 ~[15]$ [1]+ Exit 127notepad There's no notepad window. If I try to run 'strace notepad', I get a windows dialog box. Th

Re: Printing to network printers

2008-12-16 Thread Rick Rankin
> From: Steve Rainbird > > "Rick Rankin" wrote in message > news:189950.11753...@web65613.mail.ac4.yahoo.com... > >> From: Steve Rainbird > >> > > > >> How can I print to a network printer? > >> > >> I know if its attached to a server I can say > >> > >> lpr -d //server/printer file > >>

Re: Printing to network printers

2008-12-16 Thread Steve Rainbird
"Steve Rainbird" wrote in message news:gi98pb$m0...@ger.gmane.org... "Larry Hall (Cygwin)" wrote in message news:4947d2a9.3060...@cygwin.com... Steve Rainbird wrote: How can I print to a network printer? I know if its attached to a server I can say lpr -d //server/printer file But w

Re: Printing to network printers

2008-12-16 Thread Steve Rainbird
"Rick Rankin" wrote in message news:189950.11753...@web65613.mail.ac4.yahoo.com... From: Steve Rainbird How can I print to a network printer? I know if its attached to a server I can say lpr -d //server/printer file But what do I do if the printer isn't attached to a server and is jus

Re: Printing to network printers

2008-12-16 Thread Steve Rainbird
"Larry Hall (Cygwin)" wrote in message news:4947d2a9.3060...@cygwin.com... Steve Rainbird wrote: How can I print to a network printer? I know if its attached to a server I can say lpr -d //server/printer file But what do I do if the printer isn't attached to a server and is just a print

Re: GTK+ externals are unresolved

2008-12-16 Thread Yaakov (Cygwin/X)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Reini Urban wrote: > > The order of libs is wrong for $(pkg-config --libs gtk+-2.0) > > -lgtk-x11-2.0 -lgdk-x11-2.0 should be at the end. > > $ pkg-config --libs gtk+-2.0 > -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 >

Re: nearly all postinstall scripts segfaulting in 64bit Windows (XP + Vista)

2008-12-16 Thread Lonni J Friedman
On Fri, Nov 21, 2008 at 1:51 PM, Larry Hall (Cygwin) wrote: > Lonni J Friedman wrote: >> >> On Thu, Nov 20, 2008 at 3:40 PM, Lonni J Friedman wrote: >>> >>> Greetings, >>> I'm attempting to setup a build environment, which happens to require >>> cygwin. I ran into no problems getting this up with

Re: GTK+ externals are unresolved

2008-12-16 Thread Reini Urban
M.O.D. schrieb: John Emmas tiscali.co.uk> writes: Perhaps you're missing the file 'libgtk-x11-2.0.la' I included a directory listing in my message, showing that this file is there. Perhaps you and John Emmas should read the messages before you reply to them. The order of libs is wrong for

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-16 Thread Christian Franke
Corinna Vinschen wrote: [...] Also, coreutils currently only sorts large directories, but cygwin reports directory st_size as 0 regardless of directory size, so there is no way to identify large directories up front. Not quite. Did you call `ls -s' on cygwin's / directory lately? A snipp

Re: GTK+ externals are unresolved

2008-12-16 Thread M . O . D .
John Emmas tiscali.co.uk> writes: > Perhaps you're missing the file 'libgtk-x11-2.0.la' I included a directory listing in my message, showing that this file is there. Perhaps you and John Emmas should read the messages before you reply to them. -- Unsubscribe info: http://cygwin.com/ml/#

Re: Cygwin 1.7 domains and home directories

2008-12-16 Thread Christopher Faylor
On Tue, Dec 16, 2008 at 06:06:06PM -, John Morrison wrote: >On Tue, December 16, 2008 4:06 pm, Corinna Vinschen wrote: >> On Dec 16 12:25, John Morrison wrote: >>> On Tue, December 16, 2008 12:09 pm, Corinna Vinschen wrote: >>> > So far I'm not able to reproduce this. Every time I reboot, the

Re: Cygwin 1.7 domains and home directories

2008-12-16 Thread John Morrison
On Tue, December 16, 2008 4:06 pm, Corinna Vinschen wrote: > On Dec 16 12:25, John Morrison wrote: >> On Tue, December 16, 2008 12:09 pm, Corinna Vinschen wrote: >> > So far I'm not able to reproduce this. Every time I reboot, the shell >> > comes up just fine. >> > >> > For testing purposes I cre

Re: Printing to network printers

2008-12-16 Thread Rick Rankin
> From: Steve Rainbird > > How can I print to a network printer? > > I know if its attached to a server I can say > > lpr -d //server/printer file > > > But what do I do if the printer isn't attached to a server and is just a > printer > on the network? You should be able to add the printe

Re: Printing to network printers

2008-12-16 Thread Larry Hall (Cygwin)
Steve Rainbird wrote: How can I print to a network printer? I know if its attached to a server I can say lpr -d //server/printer file But what do I do if the printer isn't attached to a server and is just a printer on the network? So it's connected to the network with what, some kind of pr

Re: Cygwin 1.7 domains and home directories

2008-12-16 Thread Corinna Vinschen
On Dec 16 12:25, John Morrison wrote: > On Tue, December 16, 2008 12:09 pm, Corinna Vinschen wrote: > > So far I'm not able to reproduce this. Every time I reboot, the shell > > comes up just fine. > > > > For testing purposes I created an /etc/group file of >28000 entries. > > I also switched my

RE: Terminal Bell

2008-12-16 Thread Schwarz, Konrad
Hi, please disregard the previous mail, it was a hardware problem. > -Original Message- > From: Schwarz, Konrad > Sent: Tuesday, December 16, 2008 14:11 > To: 'cygwin@cygwin.com' > Subject: Terminal Bell > > Hi, > > when running cygwin in a Windows console, I cannot get it to > emit an

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-16 Thread Corinna Vinschen
On Dec 16 06:25, Eric Blake wrote: > According to Corinna Vinschen on 12/16/2008 2:20 AM: > >> unfortunately, is that the Linux patch to use d_type and inode > >> sorting to speed up rm from quadratic to linear on directories with a > >> large number of files did not apply to cygwin because of diff

Re: [1.7] Problem - emacs fails to get shell-command output

2008-12-16 Thread Ken Brown
On 12/15/2008 6:52 PM, Christopher Faylor wrote: On Mon, Dec 15, 2008 at 02:43:44PM -0500, Ken Brown wrote: --- strftime.c.orig 2007-01-14 04:24:37.0 +0100 +++ strftime.c 2008-02-04 21:40:01.03125 +0100 @@ -54,7 +54,7 @@ # endif #endif #if HAVE_TZNAME -#ifndef USE_CRT_DLL +#i

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-16 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 12/16/2008 2:20 AM: >> This release also takes advantage of >> the new d_type support to speed up several utilities; one notable >> exception, unfortunately, is that the Linux patch to use d_type and inode >> sorting

Terminal Bell

2008-12-16 Thread Schwarz, Konrad
Hi, when running cygwin in a Windows console, I cannot get it to emit an audible beep -- I always get a "visual bell" (screen flash), even when using echo ^g directly or using echo -e \\a. I don't think this is a vi issue, as set vb? returns novisualbell. Since echo -e \\a and echo ^g do not beep

Re: The status of cygwin 1.7

2008-12-16 Thread Greg Chicares
On 2008-12-16 12:54Z, d ma wrote: > > Is cygwin 1.7 stable and mature enough to use it instead of 1.5? > Is there a release schedule for cygwin 1.7? Check the mailing list archives: http://cygwin.com/ml/cygwin/2008-12/msg00225.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si

The status of cygwin 1.7

2008-12-16 Thread d ma
Hello, Is cygwin 1.7 stable and mature enough to use it instead of 1.5? Is there a release schedule for cygwin 1.7? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Cygwin 1.7 domains and home directories

2008-12-16 Thread John Morrison
On Tue, December 16, 2008 12:09 pm, Corinna Vinschen wrote: > So far I'm not able to reproduce this. Every time I reboot, the shell > comes up just fine. > > For testing purposes I created an /etc/group file of >28000 entries. > I also switched my home directory by adding a fstab entry along the l

Re: Cygwin 1.7 domains and home directories

2008-12-16 Thread Corinna Vinschen
On Dec 12 15:41, Corinna Vinschen wrote: > On Dec 12 10:20, John Morrison wrote: > > On Thu, December 11, 2008 5:42 pm, Andrew Schulman wrote: > > >> Now, *sometimes* when I > > >> start cygwin (via the standard batch file) I get ~ to be my > > >> "c:\Documents > > >> and Settings\[user]\" and othe

Re: ssh-host-setup is adding user to Deny Terminal Services login

2008-12-16 Thread Corinna Vinschen
On Dec 16 10:00, Paul Keeble wrote: > > The script denies access to the user running the service, not the user > > running ssh-host-config. Hopefully you don't use the service starter > > account for normal logon purposes. > > Alas I don't know of any other way to get what I need done. In order >

Re: SSH V.5.1 with Cygwin1.dll 1.7.0(0.189/5/3) 2008-12-09: Very large logon times...

2008-12-16 Thread Corinna Vinschen
Hello? Did you read all of my previous mail? Please, don't http://cygwin.com/acronyms/#TOFU == On Dec 16 09:39, Carsten.Porzler wrote: > Hello, Corinna, > > 1. It only takes 3 secs on your machine, but do you logon with an Active > Directory user

Re: ssh-host-setup is adding user to Deny Terminal Services login

2008-12-16 Thread Paul Keeble
> > The user who runs the ssh-host-setup command is being denied terminal > > services login, which when you are running the setup over terminal > > services is a bit of a worry! I don't get kicked off the moment it > > happens but it needs manually correctly before log out or access to > > the box

Re: [ANNOUNCEMENT] [1.7] Updated: coreutils-7.0-1

2008-12-16 Thread Corinna Vinschen
Hi Eric, On Dec 15 20:49, Eric Blake wrote: > For those people testing cygwin 1.7, a new release of coreutils, 7.0-1, > has been uploaded, > [...] > This release also takes advantage of > the new d_type support to speed up several utilities; one notable > exception, unfortunately, is that the Li

Printing to network printers

2008-12-16 Thread Steve Rainbird
How can I print to a network printer? I know if its attached to a server I can say lpr -d //server/printer file But what do I do if the printer isn't attached to a server and is just a printer on the network? TIA -- Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: Wrong output of id.exe respectively no SSH login possible...

2008-12-16 Thread Carsten . Porzler
Hello, Corinna, Interesting on that problem is, that it works fine, if id.exe is executed with high frequency one after another. Is it possible, that you provide a tool like id.exe which can be kept in memory permanantly? Maybe that would be a workaround for the problem... Thanks and best re

Re: SSH V.5.1 with Cygwin1.dll 1.7.0(0.189/5/3) 2008-12-09: Very large logon times...

2008-12-16 Thread Carsten . Porzler
Hello, Tomás, I do not think there is a problem with DNS lookup timeouts! If it would be so, we must also have the problem with the cygwin prior to 2008-06-18. Furthermore, the problem does not occur, if we use local Windows users in our passwd file. Looking at all facts I reported, I have to

Re: SSH V.5.1 with Cygwin1.dll 1.7.0(0.189/5/3) 2008-12-09: Very large logon times...

2008-12-16 Thread Carsten . Porzler
Hello, Corinna, 1. It only takes 3 secs on your machine, but do you logon with an Active Directory user? The problem only occurs if the authentication runs against a domain controller! If I change the user in my passwd to a local user of the server, the logon process works with the regular spee