Re: Fwd: which command fails

2002-12-20 Thread J S
On Thu, 19 Dec 2002, J S wrote: > Sorry I posted this to the wrong group. > > > >Hi, > > > >Since I upgraded cygwin I can't use the which command. It keeps saying: > > > >$ which /usr/bin/ls > >/usr/bin/ls: Command not found. > > >

Re: which command fails

2002-12-19 Thread J S
On Thu, 19 Dec 2002, J S wrote: > Sorry I posted this to the wrong group. > > > >Hi, > > > >Since I upgraded cygwin I can't use the which command. It keeps saying: > > > >$ which /usr/bin/ls > >/usr/bin/ls: Command not found. > > >

Fwd: which command fails

2002-12-19 Thread J S
Sorry I posted this to the wrong group. Hi, Since I upgraded cygwin I can't use the which command. It keeps saying: $ which /usr/bin/ls /usr/bin/ls: Command not found. My path appears to be OK: $ echo $PATH /usr/local/bin:/usr/bin:/bin:.:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/local/w

uncompress utility

2002-02-01 Thread J S
Hi there, Does anyone know where I can get the uncompress utility for cygwin? Cheers, JS. _ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

mounting windows cdrom on a unix box

2002-01-25 Thread J S
Just thought of a quick question. Can I mount a disk from my windows machine to a unix box using cygwin? JS. _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- Unsubscribe info: http://cyg

Re: setregid and setreguid

2002-01-24 Thread J S
Thanks Corinna, but I don't seem to have setgid or setegid either (eventhough I've just been to cygwin.com to download all the latest updates). JS. >> >On Thu, Jan 24, 2002 at 04:05:09PM +, J S wrote: > > Hi, > > > > I'm trying to compile

setregid and setreguid

2002-01-24 Thread J S
Hi, I'm trying to compile eterm on cygwin, but running into problems because it needs setregid and setuid. I noticed that these were in the cygwin package testsuite and so I tried to compile that but the make file wouldn't work. Are there any binaries around for setregid and setreguid? JS. _

mkpasswd - cannot contact Domain Controller

2002-01-24 Thread J S
Fixed it. He didn't have his primary Wins Server configuration set up. Works fine now. JS. _ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com -- Unsubscribe info: http://cygwin.com/ml/#unsubs

mkpasswd - cannot contact Domain Controller

2002-01-24 Thread J S
Looking at the code then, it seems to bomb out in main when it gets to: if (print_domain) { if (domain_name_specified) rc = netgetdcname (NULL, domain_name, (LPBYTE *) & servername); else rc = netgetdcname (NULL, NULL, (LPBYTE *) & servername); if (rc != ERROR_SUCCESS)

mkpasswd - cannot contact Domain Controller

2002-01-24 Thread J S
Which Cygwin package does the source code for mkpasswd live in? JS. _ MSN Photos is the easiest way to share and print your photos: http://photos.msn.com/support/worldwide.aspx -- Unsubscribe info: http://cygwin.com/ml/#unsu

Re: stop cygwin sed adding ^M

2002-01-24 Thread J S
OTECTED]> >Mail-Followup-To: [EMAIL PROTECTED] >References: <[EMAIL PROTECTED]> >In-Reply-To: <[EMAIL PROTECTED]> >User-Agent: Mutt/1.3.22.1i > >On Thu, Jan 24, 2002 at 09:20:43AM +, J S wrote: > > OK I think I know why I had this problem now. You're saying

Re: stop cygwin sed adding ^M

2002-01-24 Thread J S
OK I think I know why I had this problem now. You're saying if my drive is mounted in text mode then sed will insert ^M at the end of lines. This won't happen though if the drive is mounted in bin mode. Right? In that case I have one more question. When I start cygwin as an administrator, my c