Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: > Hi > > Here is my problem details : You forgot the cygcheck output. My WAG based on the info so far is that you either aren't the same id (user) in both logins (i.e. one local and one domain - although it looks like both are domain) or environment variables are being s

Re: Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-27 Thread Shankar Unni
Andrew DeFaria wrote: Hey Shankar. WAG here. With Windows 2K3 came more security. Check to see what your *share* permissions are - not just the permissions of the folder but the permissions of the share point. I believe MS added something like Network: Deny for security sake and that screws up

Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi Here is my problem details : = Step 1 . run C:\cygwin\cygwin.bat file = Step 2. Type env in command line to get environment var

RE: Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi Here is my problem details : = Step 1 . run C:\cygwin\cygwin.bat file = Step 2. Type env in command line to get environment variab

Re: perl DBD::mysql under cygwin question

2007-04-27 Thread Andrew DeFaria
fungazid fungazid wrote: Brian hello, Thank you a lot, this specific problem is solved. I used 1)./configure --prefix=/usr/local/mysql --without-server So you want no server... 2) make 3) make install 4) cd /usr/local/mysql/bin 5)./mysql -h 127.0.0.1 I tested mysql and it works. I still hav

Re: Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-27 Thread Andrew DeFaria
Shankar Unni wrote: I have a Win2K3 SP1 system, freshly installed with the latest bits, and sshd installed with privilege separation (using ssh_host_config). The /etc/passwd has both local and domain users (in that order), as does /etc/group. I have a local shared directory c:\Views (shared

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Matthew Woehlke
Larry Hall (Cygwin) wrote: . Reformatted. Pandare, Prasad wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf ^^^ ^^^ Of Larry Hall (Cygwin) Sent: Friday, April

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
. Reformatted. Pandare, Prasad wrote: >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf ^^^ ^^^ >> Of Larry Hall (Cygwin) >> Sent: Friday, April 27, 2007 5:09 PM

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: > Hi Larry, > > Thanks for quick reply. > > Which previous discussion you are talking about ? > > I have just subscribed to the mail today and I have delivery wherein I > am supposed to > Get all envirionment variables from remote machine without adding them > manually lik

Puzzling local share permissions problem with ssh sessions on Win2K3

2007-04-27 Thread Shankar Unni
I have a Win2K3 SP1 system, freshly installed with the latest bits, and sshd installed with privilege separation (using ssh_host_config). The /etc/passwd has both local and domain users (in that order), as does /etc/group. I have a local shared directory c:\Views (shared as \\myhostname\Views

Re: WMIC hangs

2007-04-27 Thread Larry Hall (Cygwin)
Will/Strobel wrote: > I have changed the cygwin environment variable to only say ntsec for both > console user as well for the sshd service and still no luck. I have found > that if I call cmd then type {start wmic MyCommand} the wmic command > will run, but that defeats my purpose, seeing I wo

RE: Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi folks, As I am new to UNIX and cygwin and stuck badly due to this environment variables Any suggestion to get me through(except manually setting them in .sh file) is welcome Thanks Prasad Pandare -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Larry

RE: Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi Larry, Thanks for quick reply. Which previous discussion you are talking about ? I have just subscribed to the mail today and I have delivery wherein I am supposed to Get all envirionment variables from remote machine without adding them manually like Following statement Export JAVA_HOME=c:\j

Re: Regarding the Cygwin Environment variables

2007-04-27 Thread Larry Hall (Cygwin)
Pandare, Prasad wrote: > Hi > > > I have installed latest cygwin software on windows XP. > > When I run C:\cygwin\cygwin.bat file then I run following command from > command prompt: > > Env > > > I get whole set of environment variables those are there in windows > operating system. > > But

RE:WMIC hangs

2007-04-27 Thread Will/Strobel
I have changed the cygwin environment variable to only say ntsec for both console user as well for the sshd service and still no luck. I have found that if I call cmd then type {start wmic MyCommand} the wmic command will run, but that defeats my purpose, seeing I would like to write a script b

Regarding the Cygwin Environment variables

2007-04-27 Thread Pandare, Prasad
Hi I have installed latest cygwin software on windows XP. When I run C:\cygwin\cygwin.bat file then I run following command from command prompt: Env I get whole set of environment variables those are there in windows operating system. But when I do ssh [EMAIL PROTECTED] with correct passwo

Re: WMIC hangs

2007-04-27 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: > On Fri, Apr 27, 2007 at 11:51:29AM -0400, Larry Hall (Cygwin) wrote: >> Will/Strobel wrote: >>> Objective: ssh into windows run to wmic.exe >>> >>> Problem: when calling wmic.exe cmd line hangs, the process is being created, >>> but nothing else. Once you kill wmic.exe i

[ANNOUNCEMENT] Updated: texinfo-4.8a-1

2007-04-27 Thread Christopher Faylor
I've made a new version of 'texinfo' available for installation. This is the most recent version of texinfo available from ftp.gnu.org. It has been modified so that it no longer tries to run gunzip.exe directly as mentioned here: http://cygwin.com/ml/cygwin/2007-04/msg00680.html Instead, it jus

ftello/fgetpos bug

2007-04-27 Thread Eric Blake
I'm not sure if this is a newlib bug, or a cygwin bug in how the 32- vs. 64-bit versions of stdio functions are initialized for std{in,out,err}. For some reason, ftello and fgetpos fail to work on the default stdin, but have no problem once freopen or fopen has been in the loop. I'm still tryi

Re: WMIC hangs

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 11:51:29AM -0400, Larry Hall (Cygwin) wrote: >Will/Strobel wrote: >> Objective: ssh into windows run to wmic.exe >> >> Problem: when calling wmic.exe cmd line hangs, the process is being created, >> but nothing else. Once you kill wmic.exe it releases the cmd line back. >>

[ANNOUNCEMENT] Updated: gzip-1.3.12-1

2007-04-27 Thread Christopher Faylor
The gzip package has been updated to version 1.3.12-1. This is the latest version of gzip available from ftp.gnu.org. It should fix the issue mentioned here: http://cygwin.com/ml/cygwin/2007-04/msg00680.html The NEWS file from gzip is included after the cygwin-unsubscribe info. For a brief des

Re: WMIC hangs

2007-04-27 Thread Larry Hall (Cygwin)
Will/Strobel wrote: > Objective: ssh into windows run to wmic.exe > > Problem: when calling wmic.exe cmd line hangs, the process is being created, > but nothing else. Once you kill wmic.exe it releases the cmd line back. > > Is there an issue with wmic or is there an environment var I need to set

Re: installing DBD::mysql under cygwin

2007-04-27 Thread Matthew Woehlke
Fungazid wrote: Hello to [EMAIL PROTECTED]'T-DO-THAT.com people PLEASE DON'T DO THAT! There is a reason we have the www.cygwin.com/acronyms#PCYMTNQREAIYR policy, *PLEASE* don't violate it by hand, and with the mailing list address at that. -- Matthew "Request to turn back time / And rectify

WMIC hangs

2007-04-27 Thread Will/Strobel
Objective: ssh into windows run to wmic.exe Problem: when calling wmic.exe cmd line hangs, the process is being created, but nothing else. Once you kill wmic.exe it releases the cmd line back. Is there an issue with wmic or is there an environment var I need to set? -- Will Strobel LayerX Tec

Re: [ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.3.6-1

2007-04-27 Thread Jason Tishler
Volker, On Tue, Apr 03, 2007 at 11:52:33AM +0200, Dr. Volker Zell wrote: > > Jason Tishler writes: >> New News: >> === >> I have updated the version of fetchmail to 6.3.6-1. The >> tarballs should be available on a Cygwin mirror near you >> shortly. > >> [snip] > > The following files >

[ANNOUNCEMENT] Updated Cygwin Package: fetchmail-6.3.8-1

2007-04-27 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.3.8-1. The tarballs should be available on a Cygwin mirror near you shortly. The only change between this version and the previous one is the following: o update to version 6.3.8 o build against Python 2.5 Old News: === ===

Re: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 02:42:44PM +0100, Dave Korn wrote: >On 27 April 2007 14:36, Christopher Faylor wrote: >>I've added __cdecl's to the function declarations in >>include/cygwin/time.h. > >Ah, of course that'll fix it. Ignore my last post. Your message wasn't entirely wrong, though. I suspec

Compiling ping.c in cygwin (problem with headers)

2007-04-27 Thread pseudor
I was compiling the ping.c in the cygwin and got an error messages. Then I find out that the headers from /usr/include/netinet in Linux and cygwin are different (ip_icmp.h). How can make the ping.c to be compiled in the cygwin? Thank you. -- View this message in context: http://www.nabble.com/C

RE: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Dave Korn
On 27 April 2007 14:36, Christopher Faylor wrote: > I've added __cdecl's to the function declarations in > include/cygwin/time.h. Ah, of course that'll fix it. Ignore my last post. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwi

RE: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Dave Korn
On 27 April 2007 14:20, Angel Robert Lynas wrote: > Cygwin version 1.5.24-2, gcc version 3.4.4 > Windows XP > > Hi all. There seems to be an issue with "time.h" under some circumstances > with a new Cygwin version. Using a simple test program ( called t.c): > > #include > main() {} > > The pro

Re: 1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Christopher Faylor
On Fri, Apr 27, 2007 at 02:20:03PM +0100, Angel Robert Lynas wrote: >Hi all. There seems to be an issue with "time.h" under some >circumstances with a new Cygwin version. Using a simple test program ( >called t.c): > >#include >main() {} > >The problem arises when compilation is attempted with t

1.5.24,XP: time.h + mrtd switch in gcc conflicting types

2007-04-27 Thread Angel Robert Lynas
Cygwin version 1.5.24-2, gcc version 3.4.4 Windows XP Hi all. There seems to be an issue with "time.h" under some circumstances with a new Cygwin version. Using a simple test program ( called t.c): #include main() {} The problem arises when compilation is attempted with the -mrtd switch, the

[ANNOUNCEMENT] Updated: bash-3.2.15-14

2007-04-27 Thread Eric Blake
A new release of bash, 3.2.15-14, has been uploaded, replacing 3.2.15-13 as current. NEWS: = This is a minor patch release. It works around a latent upstream bug that was exposed by release 11, where certain builtins leaked output when invoked inside command substitution, such as: echo $(CDPA

Re: pygtk installs only in python2.4?

2007-04-27 Thread Samuel Thibault
Helge Stenström, le Fri 27 Apr 2007 14:54:12 +0200, a écrit : > Plenty of packages, all faulty, for the moment. > At least one package has got it right: python-pyrex. Well, that's mostly because it got added to cygwin after python2.5 got out :) The problem here is not "it's the wrong place", it's

Re: pygtk installs only in python2.4?

2007-04-27 Thread Helge Stenström
> Are there any other Python packages that put files in site-packages? Yes: http://cygwin.com/cgi-bin2/package-grep.cgi?grep=usr%2Flib%2Fpython2.4 Plenty of packages, all faulty, for the moment. At least one package has got it right: python-pyrex. http://cygwin.com/cgi-bin2/package-grep.cg

Re: pygtk installs only in python2.4?

2007-04-27 Thread Helge Stenström
2007/4/27, Jason Tishler <[EMAIL PROTECTED]>: Helge, On Fri, Apr 27, 2007 at 12:49:31PM +0200, Helge Stenstr?m wrote: > Is it the responsibility of the Python package, or by pygtk2 and > Numeric to put their files in the correct python version directory? It is the responsibility of the 3rd part

Re: pygtk installs only in python2.4?

2007-04-27 Thread Jason Tishler
Helge, On Fri, Apr 27, 2007 at 12:49:31PM +0200, Helge Stenstr?m wrote: > Is it the responsibility of the Python package, or by pygtk2 and > Numeric to put their files in the correct python version directory? It is the responsibility of the 3rd party package (e.g., pygtk2) to put their files in t

Re: pygtk installs only in python2.4?

2007-04-27 Thread Helge Stenström
I have two python directories in cygwin/lib: python2.4, which only contains the directory site-packages, and python2.5, which contains a lot of stuff, but whose site-packes directory is mostly empty. The site-packages directory of python2.4 contains stuff which I assume comes from two different p

Re: Cygwin Installation Problems on Windows Vista

2007-04-27 Thread shannonk
I've had this problem with my installation as well and solve it by using the Windows XP Service Pack 2 compatibility mode (selectable in the Properties window of the Cygwin setup.exe executable). It installs fine now... hope it works out for you too. Kevin Hilton-3 wrote: > > Being using cygwi

chmod() converts local domain socket file to regular file

2007-04-27 Thread Andrey Simonenko
Greetings, Has Cygwin 1.5.24-2 and XP. A program creates local domain socket. If S_IRUSR bit is removed from the socket file, then this file is converted to a regular file. This program shows this problem (check the output of "ls -l sock"): #include #include #include #include #include #i