Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-2

2004-04-07 Thread Peter A. Castro
On Wed, 7 Apr 2004, Christopher Faylor wrote: > On Wed, Apr 07, 2004 at 06:40:57PM -0700, Peter A. Castro wrote: > >*grumble* Hmm... I suspect this is really a Setup issue. The binary > >is stored in the tar as a hardlink to the versioned name. If you > >manually unpack it, with tar, it does th

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-2

2004-04-07 Thread Christopher Faylor
On Wed, Apr 07, 2004 at 06:40:57PM -0700, Peter A. Castro wrote: >*grumble* Hmm... I suspect this is really a Setup issue. The binary >is stored in the tar as a hardlink to the versioned name. If you >manually unpack it, with tar, it does the right thing. On an NTFS >volume, it makes it a hardl

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-2

2004-04-07 Thread Peter A. Castro
On Thu, 8 Apr 2004, zzapper wrote: > On Wed, 7 Apr 2004 11:20:41 -0400 (EDT), wrote: > > >- Fix for running scripts from text-mode mounted filesystems. Previously > > if you ran a script from a text-mode mount, and it had DOS CR/LF's line > > termination, zsh would report ^M errors. The shel

Re: zsh and line breaks

2004-04-07 Thread Peter A. Castro
On Wed, 7 Apr 2004, Clint Adams wrote: > > Maybe so, but that's the only form which works for the Cygwin version of > > texi2html :/ > > Cygwin might want to upgrade. texi2html is switching to GNU-style long > options (e.g. --expand) too. "That's not my department" said Wernher Von Braun :-} Se

Re: can't type 's'

2004-04-07 Thread Igor Pechtchanski
On Wed, 7 Apr 2004, Dai Itasaka wrote: > Hello all, > > I can't type 's'. If I escape it with Ctrl-V, then I can see it. > If I type the word "mississippi", I get "miiippi". Some folks > remember the thread on the Cygwin/X ML? That was last October. > I thought it was related to the X because I go

RE: /usr/bin/reboot and win2k3

2004-04-07 Thread Matt Berney
The sshd service is set to run as the local sshd_server username. The sshd service is not run as the local system. As a result, the "interact with desktop" checkbox under the services dialog is disabled (not checked). I had permission problems on Win2k3 when trying to run the cygwin/sshd ser

can't type 's'

2004-04-07 Thread Dai Itasaka
Hello all, I can't type 's'. If I escape it with Ctrl-V, then I can see it. If I type the word "mississippi", I get "miiippi". Some folks remember the thread on the Cygwin/X ML? That was last October. I thought it was related to the X because I got this on xterm, but it turned ou

Re: /usr/bin/reboot and win2k3

2004-04-07 Thread Igor Pechtchanski
On Wed, 7 Apr 2004, Matt Berney wrote: > Hello, > > I am using cygwin v1.5.9 on Win2k3 standard edition servers. sshd > service is installed and working. I can ssh as a local user or user in > the active directory domain. All privileges appear to be as expected. > I want to be able to use ssh t

/usr/bin/reboot and win2k3

2004-04-07 Thread Matt Berney
Hello, I am using cygwin v1.5.9 on Win2k3 standard edition servers. sshd service is installed and working. I can ssh as a local user or user in the active directory domain. All privileges appear to be as expected. I want to be able to use ssh to remotely reboot a server. ssh -l root /usr/

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-2

2004-04-07 Thread zzapper
On Wed, 7 Apr 2004 11:20:41 -0400 (EDT), wrote: >- Fix for running scripts from text-mode mounted filesystems. Previously > if you ran a script from a text-mode mount, and it had DOS CR/LF's line > termination, zsh would report ^M errors. The shell now opens such > files with O_TEXT which

Re: Environment variables for DOS programs

2004-04-07 Thread levent
Corinna Vinschen wrote: man tcsh See the difference between set and setenv. Corinna Well, I always assumed that the problem is extermely subtle. Silly me! The answer was so trivial: 'set' does not 'setenv' Thank you all. -Levent. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: zsh and line breaks

2004-04-07 Thread Corinna Vinschen
On Apr 7 13:35, Peter A. Castro wrote: > On Wed, 7 Apr 2004, Corinna Vinschen wrote: > > On Apr 6 14:59, Peter A. Castro wrote: > > > Oh, btw, I'm all for having a textreadmode.o object file available. I > > > also think this, and the other *mode.o object files should be outlined in > > > the Cy

Re: zsh and line breaks

2004-04-07 Thread Peter A. Castro
On Wed, 7 Apr 2004, Corinna Vinschen wrote: > On Apr 6 14:59, Peter A. Castro wrote: > > Oh, btw, I'm all for having a textreadmode.o object file available. I > > also think this, and the other *mode.o object files should be outlined in > > the Cygwin porting guide :) > > Gosh, that's documentat

[ANNOUNCEMENT] Updated: inetutils-1.3.2-27

2004-04-07 Thread Corinna Vinschen
I've updated the version of inetutils to 1.3.2-27. Changes in 1.3.2-27: - When starting inetd as NT service with the "Allow service to interact with desktop" facility turned on, the console windw which usually appeared, is now explicitely hidden by inetd. No visible console window anymore.

Re: Environment variables for DOS programs

2004-04-07 Thread Corinna Vinschen
On Apr 7 15:03, levent wrote: > Hi, > > From my Cygwin terminal, I want to call DOS programs which require > some environment variables to be set properly (such as the commandline > utility *link.exe* of Visual Studio) for current session. > > Unfortunately, this was not possible by simply sett

Re: Environment variables for DOS programs

2004-04-07 Thread Thorsten Kampe
* levent (2004-04-07 21:03 +0100) > From my Cygwin terminal, I want to call DOS programs which require > some environment variables to be set properly (such as the commandline > utility *link.exe* of Visual Studio) for current session. > > Unfortunately, this was not possible by simply setting t

RE: strange install problems

2004-04-07 Thread Larry Hall
You can edit the file directly if you prefer. I was just trying to provide you with a mechanism which would allow you to regenerate your /etc/passwd file in the future without needing to re-edit it each time. But if that's not a concern for you, just run your favorite editor and have at it! ;-)

Re: Environment variables for DOS programs

2004-04-07 Thread Larry Hall
At 03:03 PM 4/7/2004, you wrote: >Hi, > > From my Cygwin terminal, I want to call DOS programs which require >some environment variables to be set properly (such as the commandline >utility *link.exe* of Visual Studio) for current session. > >Unfortunately, this was not possible by simply setting

Environment variables for DOS programs

2004-04-07 Thread levent
Hi, From my Cygwin terminal, I want to call DOS programs which require some environment variables to be set properly (such as the commandline utility *link.exe* of Visual Studio) for current session. Unfortunately, this was not possible by simply setting the variables in the shell (I am using tcs

Re: reentrant functions

2004-04-07 Thread Corinna Vinschen
On Apr 6 23:43, Oleg Ostrozhansky wrote: > I have a question about writing a multi-threaded program (using POSIX.1 > threads) in Cygwin. "info libc" has a nice chapter about reentrancy, > which talks about __r reentrant variants for functions that are > not thread-safe. But when as an example I

Re: zsh and line breaks

2004-04-07 Thread Corinna Vinschen
On Apr 6 14:59, Peter A. Castro wrote: > Oh, btw, I'm all for having a textreadmode.o object file available. I > also think this, and the other *mode.o object files should be outlined in > the Cygwin porting guide :) Gosh, that's documentation. PGA, definitely! Corinna -- Corinna Vinschen

RE: strange install problems

2004-04-07 Thread Erik Weibust
Larry, Thanks for all the help. Sorry to keep beating this subject down, but I hope this can be my last question. What problems will I have with simply changing the path for my home dir in /etc/passwd? Do I have to use the mkpasswd cmd that you showed below? Thanks, Erik --- Larry Hall <[EMAI

Re: mv directories

2004-04-07 Thread JGraham
> Is VMWare a significant component or is it just the fact that you have a > "shortcut"? no, vmware probably isn't significant (just giving the system rundown), > Is your "shortcut" created via Cygwin's "ls -s" or via > Windows? > and it wasn't a windows 'shortcut' it was a link 'ln -s' (i

Re: mv directories

2004-04-07 Thread Larry Hall
At 03:02 PM 4/7/2004, you wrote: >Just a quick note. >if you are running linux, and have a vmware session open of XP with a >cygwin console. And XP has a share mounted from the linux host via >samba as say.. H: so, in cygwin it would be /cygdive/h. And you have >a shortcut to that dive it

RE: strange install problems

2004-04-07 Thread Larry Hall
At 12:58 PM 4/7/2004, you wrote: >> >2. Shouldn't cygwin use something like >> $My_Documents >> >as it's home? This is mostly on a local drive for >> all >> >windows installs. >> >> >> Cygwin uses for your home directory whatever Windows >> says >> is your home directory. Cygwin gets this fro

mv directories

2004-04-07 Thread JGraham
Just a quick note. if you are running linux, and have a vmware session open of XP with a cygwin console. And XP has a share mounted from the linux host via samba as say.. H: so, in cygwin it would be /cygdive/h. And you have a shortcut to that dive it's a bad idea to move a folder of back

Re: errors coming from building from scratch

2004-04-07 Thread Edward S. Peschko
On Wed, Apr 07, 2004 at 03:57:59PM +0200, Gerrit P. Haase wrote: > Hi Edward, > > >> Perhaps I'm missing something obvious but it seems to me that the real > >> question is why automake is installing things with the incorrect > >> permissions for you. Is there a reason you're not focused on thi

Re: Squid "Too many files"

2004-04-07 Thread Christian Weinberger
Hardy If you do a search for "squid RLIMIT patch", you should find my posting describing a binary patch to fix squid. http://article.gmane.org/gmane.os.cygwin/40135 Regards, Christian Hardy Jonck <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > I have searched for a fix for the squid p

Re: Will using cygwin help with back-linking?

2004-04-07 Thread Christopher Faylor
On Wed, Apr 07, 2004 at 08:01:41PM +0300, Jani tiainen wrote: >Christopher Faylor wrote: >>On Wed, Apr 07, 2004 at 08:33:19AM +0300, Jani tiainen wrote: >> >>>And bad news is: libtool can't handle this (at least not to my knowledge). >>> >>>Because this is strictly windoze specific, this is also a

chown, #!command in scripts, auto-execute (.bat), etc

2004-04-07 Thread Andreas
Larry Hall wrote: At 12:51 PM 3/25/2004, you wrote: Hallo! I'm using CYGWIN_NT-5.1 (cygcheck.out attached) *I installed Cygwin in a Subdir /cygdrive/d/temp/Cyg/, because here we don't have permissions for /. So I want to chroot to that installation-directory, for getting the programs working pr

Re: Will using cygwin help with back-linking?

2004-04-07 Thread Jani tiainen
Christopher Faylor wrote: On Wed, Apr 07, 2004 at 08:33:19AM +0300, Jani tiainen wrote: And bad news is: libtool can't handle this (at least not to my knowledge). Because this is strictly windoze specific, this is also a offtopic of this mailinglist.. I wouldn't call it off-topic if it is usin

1.5.9: malloc bug (Win98)

2004-04-07 Thread Ross Ridge
-- l/ // Ross Ridge -- The Great HTMU [oo][oo] [EMAIL PROTECTED] -()-/()/ http://www.csclub.uwaterloo.ca/u/rridge/ db // -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/

RE: strange install problems

2004-04-07 Thread Erik Weibust
> >2. Shouldn't cygwin use something like > $My_Documents > >as it's home? This is mostly on a local drive for > all > >windows installs. > > > Cygwin uses for your home directory whatever Windows > says > is your home directory. Cygwin gets this from > '/etc/passwd'. > If you do a 'mkpassw

[ANNOUNCEMENT] Updated: cygrunsrv-0.99-1

2004-04-07 Thread Corinna Vinschen
I have updated cygrunsrv to version 0.99-1. This version adds a new behaviour and a new option. When running services interactively (using -i, --interactive option), usually a console window pops up which has been opened by the service control manager. Beginning with version 0.99, cygrunsrv hide

Re: Cygwin1.dll problem with Hyperthreaded machines.

2004-04-07 Thread Chuck McDevitt
Corinna Vinschen <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 04/07/2004 04:07 AM Please respond to cygwin To: Cygwin List <[EMAIL PROTECTED]> cc: Subject:Re: Cygwin1.dll problem with Hyperthreaded machines. On Apr 6 18:29, Chuck McDevitt wrote: > I upg

[ANNOUNCEMENT] Updated: zsh-4.2.0-2

2004-04-07 Thread Peter A. Castro
An updated version of zsh (zsh-4.2.0-2) has been released and should be at a mirror near you real soon. This release fixes the following: - Installation related bugs found in 4.2.0-1 postinstall script. This would cause no /etc/zprofile to be copied on a fresh install on a virgin machine. -

Re: Will using cygwin help with back-linking?

2004-04-07 Thread Christopher Faylor
On Wed, Apr 07, 2004 at 08:33:19AM +0300, Jani tiainen wrote: >Jay West wrote: > >>Larry wrote... >> >>>Did you see this? >>> >>> >> >>No I didn't, but thanks! Actually, no, it doesn't answer my question. It >>does ask the precursor to my quest

Re: errors coming from building from scratch

2004-04-07 Thread Gerrit P. Haase
Hi Edward, >> Perhaps I'm missing something obvious but it seems to me that the real >> question is why automake is installing things with the incorrect >> permissions for you. Is there a reason you're not focused on this issue? > Well, as a quick workaround I am focused on this issue (I instal

Fw: Will using cygwin help with back-linking?

2004-04-07 Thread Jay West
Forgot to copy to list... - Original Message - From: "Jay West" <[EMAIL PROTECTED]> To: "Jani tiainen" <[EMAIL PROTECTED]> Sent: Wednesday, April 07, 2004 8:40 AM Subject: Re: Will using cygwin help with back-linking? > You wrote... > > You don't have to, I did it already.. =) > Thanks s

RE: cygheap problems, also on version 1.5.9 (was Re: cygheap problems, 20040326 snapshot)

2004-04-07 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Andy Rushton > Sent: 07 April 2004 10:36 > My computer > here - the > one that was getting the error - is supposed to be on auto-update. > That's what the settings say it is. However, I found that a manual > update found 5 'critic

Squid "Too many files"

2004-04-07 Thread Hardy Jonck
Hi All, I have searched for a fix for the squid problem on cygwin where it exists with the following message: $ FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many open files Squid Cache (Version 2.4.STABLE7): Terminated abnormally. CPU Usage: 0.080 seconds = 0.010 user + 0.070 sys Maximum Resident Si

Re: i am newbie anybody help me installation

2004-04-07 Thread Jani tiainen
kiran kumar wrote: hello guys, i want g++ compiler exactly as it works in linux. what are the packages i have to install? so it will work well in windows too. Err... What you mean by "as it works in linux". Because Linux itself doesn't really contain g++ compiler, you have to be mor

Re: i am newbie anybody help me installation

2004-04-07 Thread Thorsten Kampe
* kiran kumar (2004-04-07 11:35 +0100) > hello guys, > i want g++ compiler exactly as it works > in linux. what are the packages i have to install? so > it will work well in windows too. Setup.exe -> Developer -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Probl

Re: cygheap problems, also on version 1.5.9 (was Re: cygheap problems, 20040326 snapshot)

2004-04-07 Thread Andy Rushton
Brian Ford wrote: On Mon, 29 Mar 2004, Andy Rushton wrote: The really odd thing is that I have another PC at home with the same version of XP, same update status and as far as I can tell, the same install of Cygwin and I have no problems. Are you sure about the "same update status" part?

i am newbie anybody help me installation

2004-04-07 Thread kiran kumar
hello guys, i want g++ compiler exactly as it works in linux. what are the packages i have to install? so it will work well in windows too. with regards. __ Do you Yahoo!? Yahoo! Small Business $15K Web Design Giveaway http://promotions.yahoo.com/de

Re: errors coming from building from scratch

2004-04-07 Thread Gerrit P. Haase
Hello Edward, >>However, automake installs things with a default permission of 644, which doesn't >>work fine on other packages and leads to popups. This is strange. Larry wrote: > Perhaps I'm missing something obvious but it seems to me that the real > question is why automake is installing th

RE: Bogus assumption prevents d2u/u2d/conv/etal working on mixed files

2004-04-07 Thread Hughes, Bill
> Sent: 06 April 2004 16:20 From: Dave Korn ..snip.. > > From: cygwin-owner On Behalf Of Hughes, Bill > > Sent: 06 April 2004 14:59 > > > > Sent: 06 April 2004 14:10 From: [EMAIL PROTECTED] > > ..snip.. > > > Please can you tell me how to grep for an ASCII 00 (and for > > > that matter > > > an

Re: Cygwin1.dll problem with Hyperthreaded machines.

2004-04-07 Thread Corinna Vinschen
On Apr 6 18:29, Chuck McDevitt wrote: > I upgraded, and it didn't help. What about the latest developers snapshot from http://http://www.cygwin.com/snapshots/ ? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developerm