Re: Unable to automatically map a drive letter at login

2006-08-30 Thread Corinna Vinschen
On Aug 29 16:25, mwoehlke wrote: > Ok, because I've noticed that the 32-bit 'net.exe' on 64-bit systems > seems to be Just Plain Broken. Sorry that wasn't it... :-) Really? It works for me, at least for the `net use' case... Corinna -- Corinna Vinschen Please, send mails reg

FW: Lustig

2006-08-30 Thread Klaus Schmidt
Respekt! Die Aktion ist ja der Hammer! Die sieht gut uns und setzt es für ne gute Sache ein ;-) --- Weitergeleitete Nachricht --- Von: "Klaus Becker" <[EMAIL PROTECTED]> An: [EMAIL PROTECTED]; Betreff: Fwd:FW: Echte Tierliebe :-) Datum: Wed, 18 Aug 2006 17:49:02 +0100 (MET) > > > > > > Hallo

Re: mount usb drive for all user

2006-08-30 Thread Jay Abel
I've seen this with the removable CD ROM drive on my laptop. If I log in as another user, the CD ROM drive is not accessible. Seems the O/S decides on the basis of login time to whom it should give the device. If only one user is logged in, they get it. If two users are logged in, the first

Re: Console on Sourceforge with Cygwin

2006-08-30 Thread S. William Schulz
On 8/29/06, Keith Christian <[EMAIL PROTECTED]> wrote: > It's hosted on SourceForge, try the latest v2 beta (not demo!) > > http://sourceforge.net/projects/console I just downloaded Console Beta 125 - Sorry, a little dense here, how do you invoke it from Windows to launch a Cygwin bash shell? D

RE: ssh-agent variables available to any user process

2006-08-30 Thread Karl M
Hi All... From: Jörg Schaible Reply-To: To: "[ML] CygWin " Subject: RE: ssh-agent variables available to any user process Date: Wed, 30 Aug 2006 08:02:46 +0200 Lapo Luchini wrote on Wednesday, August 30, 2006 12:42 AM: > Under FreeBSD, I launch ssh-agent in my .xsession script and its > envir

Apache 1.3.33 оn W2003 problems only on system boot

2006-08-30 Thread ukr . name . lists
Hello List, I'm running Apache 1.3.33 on W2003 Terminal Server as service starting it under sshd_server account. It works as a charm most of the time. But not on system boot - it serves static pages but whenever I'm trying to run Perl CGI script I'm getting 503 error with following lines in log:

bash processes after ssh session disconnection

2006-08-30 Thread burning shadow
Since cygwin1.dll version 1.5.20 I get bash processes became sometimes after SSH session disconnects. For example, today there was a network problem and my SSH session got broken, after I reconnected, there was 1 process. Sometimes this does not happen. All components I am using are updated to l

Re: Apache 1.3.33 on W2003 problems only on system boot

2006-08-30 Thread Igor Peshansky
On Wed, 30 Aug 2006, ukr.name.lists wrote: > Hello List, > > I'm running Apache 1.3.33 on W2003 Terminal Server as service starting it > under sshd_server account. It works as a charm most of the time. > But not on system boot - it serves static pages but whenever I'm trying to > run Perl CGI scri

Re: Unable to automatically map a drive letter at login

2006-08-30 Thread mwoehlke
Corinna Vinschen wrote: On Aug 29 16:25, mwoehlke wrote: Ok, because I've noticed that the 32-bit 'net.exe' on 64-bit systems seems to be Just Plain Broken. Sorry that wasn't it... :-) Really? It works for me, at least for the `net use' case... Honest. On my 64-bit computer (2003 R2 x64 - m

Re: no message or dialog when a DLL is missing

2006-08-30 Thread Pierre Baillargeon
I've identified the reason why DLL don't show up: in the startup code (winsup/cygwin/dcrt0.cc), in dll_crt0_0(), Win32's SetErrorMode() is called to suppress all OS error dialogs. It's there since 1998 according to the changelog, so it must not bother many people... I guess it would be ugly to

RE: no message or dialog when a DLL is missing

2006-08-30 Thread Dave Korn
On 30 August 2006 16:19, Pierre Baillargeon wrote: > I've identified the reason why DLL don't show up: in the startup code > (winsup/cygwin/dcrt0.cc), in dll_crt0_0(), Win32's SetErrorMode() is > called to suppress all OS error dialogs. It's there since 1998 according > to the changelog, so it mus

RE: [Mingw-msys] POSIX names for drive letters

2006-08-30 Thread Schwarz, Konrad
> > > The proposed mapping for directory `C:\' is `//./C$/' (or perhaps > > > `//./C/'). > > > So... why exactly do you need this? The only thing I might actually > > support here (keeping in mind Eric's comments and CGF's clear > > agreement with them) would be treating '//./' as a special cas

Re: [ITP] libsigsegv-2.4-1

2006-08-30 Thread Martin Coria
Reini, thank you for the response. I have cygwin installed and running (for about an year in this computer) and I originally installed it using setup.exe. I installed all the available packages at the time. Now I'm just trying to get libsigsegv to work. I first followed the README installation s

Re: [Mingw-msys] POSIX names for drive letters

2006-08-30 Thread Samuel Thibault
Schwarz, Konrad, le Wed 30 Aug 2006 17:39:48 +0200, a écrit : > By the way, any idea why //localhost/C$ doesn't work? do you have 127.0.0.1 localhost in your hosts file ? Samuel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.h

RE: [Mingw-msys] POSIX names for drive letters

2006-08-30 Thread Dave Korn
On 30 August 2006 16:43, Samuel Thibault wrote: > Schwarz, Konrad, le Wed 30 Aug 2006 17:39:48 +0200, a écrit : >> By the way, any idea why //localhost/C$ doesn't work? > > do you have > 127.0.0.1 localhost > in your hosts file ? > No, I don't think that's it. This is netbios name resolution

Re: Cygwin installing into wrong directory

2006-08-30 Thread Chuck
Larry Hall (Cygwin) wrote: > Dave Korn wrote: >> On 29 August 2006 16:09, Larry Hall (Cygwin) wrote: >> >>> Chuck wrote: >> [ ... ] Then I noticed that it created my user home directory in "c:\documents and settings\userid". I wanted it in "c:\cygwin\home" where it was before. What h

Cron jobs won't run with network drive

2006-08-30 Thread will . wright
First off - I have read the mailing lists, this is more of a moan Having in initially set up my cron service to run as SYSTEM by default I came across the issue where it couldn't access my java installation because it was on a network drive. So - I then tried using a user who has access to th

Re: Apache 1.3.33 on W2003 problems only on system boot

2006-08-30 Thread Igor Peshansky
On Wed, 30 Aug 2006, ukr.name.lists wrote: > Hello, Igor. > > OK, Here's long story. I'm trying to replay what I did to set > up Apache before. > > Did $cygrunsrv.exe -I httpd -d "CYGWIN httpd" -p /usr/sbin/httpd -a -F > Started service. Doesn't work. Lines in error_log: > > [Wed Aug 30 17:52:30 2

In which package is cygdpstk-1.dll (missing in xorg-x11-bin-dlls)?

2006-08-30 Thread Rafal Mantiuk
Hi, I cannot find the package that would contain "cygdpstk-1.dll". Package search shows that it should be in: xorg-x11-bin-dlls/xorg-x11-bin-dlls-6.8.2.0-1 but the current version of this package, which is 'xorg-x11-bin-dlls-6.8.99.901' does not contain this library file. The only solution I fo

Re: [Mingw-msys] POSIX names for drive letters

2006-08-30 Thread mwoehlke
Schwarz, Konrad wrote: Also, someone called Interix a POS, which I can't find on http://cygwin.com/acronyms, but I guess is derogatory (I originally though "POsix Simulation" or something, to tell the truth). Is there a list of reasons of the drawbacks of Interix somewhere? Um, yeah, that woul

Re: Cygwin installing into wrong directory

2006-08-30 Thread Larry Hall (Cygwin)
Chuck wrote: Larry Hall (Cygwin) wrote: Dave Korn wrote: On 29 August 2006 16:09, Larry Hall (Cygwin) wrote: Chuck wrote: [ ... ] Then I noticed that it created my user home directory in "c:\documents and settings\userid". I wanted it in "c:\cygwin\home" where it was before. What happened an

libtool 1.5.22-1 broken

2006-08-30 Thread Jan Nieuwenhuizen
Hi, cygltdl-3.dll from 1.5.22-1 does not contain any symbols. This means that libltdl configure checks fail. Programs that link to it, such as guile.exe from guile-1.7.2-3, abort with a messagebox saying lt_dlopen cannot be found. The static /usr/lib/libltdl.a is fine. Greetings, Jan. 20:22:

Re: In which package is cygdpstk-1.dll (missing in xorg-x11-bin-dlls)?

2006-08-30 Thread Shankar Unni
Rafal Mantiuk wrote: I cannot find the package that would contain "cygdpstk-1.dll". Package search shows that it should be in: xorg-x11-bin-dlls/xorg-x11-bin-dlls-6.8.2.0-1 but the current version of this package, which is 'xorg-x11-bin-dlls-6.8.99.901' does not contain this library file. I

RE: Problem when using variable assignment, backticks in shell script

2006-08-30 Thread Silva, Russell
Hi Dave, I've tried to reproduce the problem on a different computer without success. So, the problem appears to be specific to this particular machine. Are there any characteristics of my machine that could influence bash's ability to fork/exec processes? How can I further diagnose this proble

RE: no message or dialog when a DLL is missing

2006-08-30 Thread Danny Smith
Dave Korn > > On 30 August 2006 16:19, Pierre Baillargeon wrote: > > > I've identified the reason why DLL don't show up: in the > startup code > > (winsup/cygwin/dcrt0.cc), in dll_crt0_0(), Win32's > SetErrorMode() is > > called to suppress all OS error dialogs. It's there since 1998 > > ac

1.5.21: Win 2003 R2 domain user ssh shows whoami sshd_server (password auth)

2006-08-30 Thread Serban Simu
I did notice a number of postings around this subject, but couldn't see a resolution (Corinna answered a Feb '06 posting by Dave Perdue that the problem should be fixed in 1.5.20, which is why I'm reposting for 1.5.21). I am exclusively using password auth (and am aware of the pubkey auth limi

Color Schemes

2006-08-30 Thread Richard Lynch \(Contractor\)
Noobie cygwin alert! Hopefully this isn't too verbose... This may be a generalized Un*x question, but I've been going in circles for awhile now, and cygwin is the current beast being beaten on. I like color-coding of ls and vim and man and all that. But I can't handle the default color scheme.

Re: 1.5.21: Win 2003 R2 domain user ssh shows whoami sshd_server (password auth)

2006-08-30 Thread Larry Hall (Cygwin)
Serban Simu wrote: I did notice a number of postings around this subject, but couldn't see a resolution (Corinna answered a Feb '06 posting by Dave Perdue that the problem should be fixed in 1.5.20, which is why I'm reposting for 1.5.21). I am exclusively using password auth (and am aware of t

Re: Color Schemes

2006-08-30 Thread mwoehlke
Richard Lynch (Contractor) wrote: Noobie cygwin alert! Hopefully this isn't too verbose... Well, I stopped reading about halfway through... I like color-coding of ls and vim and man and all that. But I can't handle the default color scheme. My eyes are too old. So I changed the colors in c

RE: no message or dialog when a DLL is missing

2006-08-30 Thread Dave Korn
On 30 August 2006 21:54, Danny Smith wrote: > Dave Korn >> >> On 30 August 2006 16:19, Pierre Baillargeon wrote: >> >>> I've identified the reason why DLL don't show up: in the startup code >>> (winsup/cygwin/dcrt0.cc), in dll_crt0_0(), Win32's SetErrorMode() is >>> called to suppress all OS err

RE: Color Schemes

2006-08-30 Thread Dave Korn
On 30 August 2006 23:02, mwoehlke wrote: > Richard Lynch (Contractor) wrote: >> Noobie cygwin alert! >> >> Hopefully this isn't too verbose... > > Well, I stopped reading about halfway through... Just a moment too soon, alas. >> I like color-coding of ls and vim and man and all that. >> But

RE: Problem when using variable assignment, backticks in shell script

2006-08-30 Thread Dave Korn
On 30 August 2006 20:50, Silva, Russell wrote: > I've tried to reproduce the problem on a different computer without > success. So, the problem appears to be specific to this particular > machine. I've tried it with latest CVS. Still can't reproduce. > Are there any characteristics of my mac

RE: Color Schemes

2006-08-30 Thread Richard Lynch \(Contractor\)
I'm starting cygwin from the Start menu that cygwin installed, which windows 'properties' show as mapped to: C:\cygwin\cygwin.bat I used the 'Properties' in that window to get the scheme I wanted, and applied to the thingie that launched this shell. I've also modified the 'properties' from the

Re: Color Schemes

2006-08-30 Thread mwoehlke
Richard Lynch (Contractor) wrote: I'm starting cygwin from the Start menu that cygwin installed, which windows 'properties' show as mapped to: C:\cygwin\cygwin.bat I used the 'Properties' in that window to get the scheme I wanted, and applied to the thingie that launched this shell. I've als

Re: Problem when using variable assignment, backticks in shell script

2006-08-30 Thread Cary Jamison
Dave Korn wrote: > On 30 August 2006 20:50, Silva, Russell wrote: > >> I've tried to reproduce the problem on a different computer without >> success. So, the problem appears to be specific to this particular >> machine. > > I've tried it with latest CVS. Still can't reproduce. > >> Are there an

Re: Color Schemes

2006-08-30 Thread mwoehlke
Richard Lynch (Contractor) wrote: -Original Message- From: [EMAIL PROTECTED] on behalf of Dave Korn Sent: Wed 8/30/2006 5:13 PM To: [EMAIL PROTECTED] Subject: [SPAM] RE: Color Schemes [snip] Eek! Please, PLEASE http://cygwin.com/acronyms/#PCYMTNQREAIYR, especially if it's dropping the

Re: Color Schemes

2006-08-30 Thread mwoehlke
Dave Korn wrote: On 30 August 2006 23:02, mwoehlke wrote: Richard Lynch (Contractor) wrote: Noobie cygwin alert! Hopefully this isn't too verbose... Well, I stopped reading about halfway through... Just a moment too soon, alas. I like color-coding of ls and vim and man and all that. Bu

Re: 1.5.21: Win 2003 R2 domain user ssh shows whoami sshd_server (password auth)

2006-08-30 Thread Serban Simu
/I'm attaching the whoami results: whoami-win.txt - whoami ran when logged on the Windows computer directly (both OFFICE\test1 and SM2WIN2003\local1) whoami-ssh.txt - whoami ran while ssh-ed in as the user test1 (in both cases, with and without the Test User group in /etc/group) and user lo

RE: Color Schemes

2006-08-30 Thread Dave Korn
On 31 August 2006 00:40, mwoehlke wrote: > Dave Korn wrote: > >> Unfortunately I don't know anything about how to make cygwin aware of these >> colours. > > Aware? Cygwin is never aware of them; that's the point. All the terminal > knows is '1;32', '0;37', etc. It is the job of the terminal emu

Re: Color Schemes

2006-08-30 Thread René Berber
Richard Lynch wrote: > This may be a generalized Un*x question, but I've been going in circles for > awhile now, and cygwin is the current beast being beaten on. > > I like color-coding of ls and vim and man and all that. > > But I can't handle the default color scheme. My eyes are too old. >

Re: Color Schemes

2006-08-30 Thread Larry Hall (Cygwin)
René Berber wrote: Richard Lynch wrote: This may be a generalized Un*x question, but I've been going in circles for awhile now, and cygwin is the current beast being beaten on. I like color-coding of ls and vim and man and all that. But I can't handle the default color scheme. My eyes are to