SV: 1.5.18: gpg-related problem building CPAN-1.81

2006-01-04 Thread Bernt Guldbrandtsen
> -Oprindelig meddelelse- > Fra: Larry Hall (Cygwin) [mailto:[EMAIL PROTECTED] > Sendt: 3. januar 2006 16:13 > Til: Bernt Guldbrandtsen > Emne: Re: 1.5.18: gpg-related problem building CPAN-1.81 > > Bernt Guldbrandtsen wrote: > > Hi, > > > > Building perl's CPAN-1.81 fails under the curr

Re: cygwin Digest 4 Jan 2006 00:51:32 -0000 Issue 4718

2006-01-04 Thread Vijay Kiran Kamuju
> imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610 > 116874 by: "Yaakov S (Cygwin Ports)" <[EMAIL PROTECTED]> > > -- Forwarded message -- > From: "Yaakov S (Cygwin Ports)" <[EMAIL PROTECTED]> > To: cygwin@cygwin.com > Date: Tue, 03 Jan 2006 18:05:19 -

Re: libxslt v apache

2006-01-04 Thread Gerrit P. Haase
Siegfried, > Has anyone used both libxslt and xalan? How might one decide between xalan > and libxslt? Since Xalan is not yet available as Cygwin package you will probably get more informations when asking this question at the libxslt or libxml mailing list. Gerrit -- =^..^=

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Gerrit P. Haase
Vijay wrote: > hi , > i am unable to compile imlib2-1.2.1 with cygwin 1.5.18, > binutils-20050610 and gcc-3.4.4-1 > first i was unable compile due to missing RTLD_LOCAL in the > /usr/include/dlfcn.h > could you please add the following line to dlfcn.h > #define RTLD_LOCAL 0 > after that the c

Re: Problem with gcj and gij

2006-01-04 Thread Gerrit P. Haase
Alireza wrote: > Hello, > I tried to compile a simple Hello,world program with gcj. The code was : > public class Welcome { > public static void main( String args[] ) > { > System.out.println( "Welcome to Java Programming!" ); > } > } > I created Welcome.class with "gcj -C Welcome

create subkeys with regtool

2006-01-04 Thread angel bosch
hi! i want to create a key a set a value for it: regtool.exe -v set '\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\Wallpaper' 'c:\brujula\imatges\tux3.bmp' this gives an error if parent keys don't exist, so i must create all inexistent keys. is there a way to

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Vijay Kiran Kamuju
Hi, I tried that before sending it to the list. Even that failed due to the errors u mentioned. The issues regarding missing leading underscores in symbols when linking the objects later. How to fix that? Well why do the following psuedo-ops fail with cygwin 'as.exe' .type .comm a,b,c .size thank

RE: "type ahead" bug report - so far not addressed

2006-01-04 Thread Dave Korn
Robert Body wrote: > here is the bug report again, i tried emailing Corinna, but that didn't > work >> Like i said I wrote about this a week ago, but nobody replied that yes we >> will investigate or yes we will fix it. Here's a response to your earlier post. Robert Body wrote: > It could be

RE: Utility to get IP address of the machine

2006-01-04 Thread Dave Korn
Andrew DeFaria wrote: > Bernhard Ege wrote: > -- > It's lonely at the top, but you eat better. > >> I use my getip.sh script (windows xp): >> >> #!/bin/bash >> # find default gateways >> # select the one with the lowest metric >> ip=`route print | egrep "^ +0.0.0.0 +0.0.0.0 +" | gawk 'BEGIN { >>

Re: Utility to get IP address of the machine

2006-01-04 Thread Peter J. Acklam
Herb Martin wrote: > While it is almost always more useful to use "Ipconfig > /all" when working interactively, when one just wants the > IP addresses just using plain "ipconfig" gets them without > so much noise to parse through. Or perl -MSocket -MSys::Hostname -wle \ 'print inet_ntoa

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Gerrit P. Haase
Vijay schrieb: > Hi, > I tried that before sending it to the list. > Even that failed due to the errors u mentioned. > The issues regarding missing leading underscores in symbols when > linking the objects later. > How to fix that? I see that there is this in the source file: #ifdef __EMX__ /*

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Vijay Kiran Kamuju
> #ifdef __EMX__ > /* Due to strange behaviour of as.exe we use this macros */ > /* For all OS/2 coders - please use PGCC to compile this code */ > #define PR_(foo) ___##foo > #define PT_(foo,func) ___##foo,##func > #define SIZE(sym) \ > .___end_##sym:;

services not starting with 20060104 snapshot

2006-01-04 Thread Yitzchak Scott-Thoennes
I'll try to send a proper bug report in a few hours, but just want to mention now that after loading the 20060104 dll, trying to start cygserver or syslogd fails. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems

Re: Utility to get IP address of the machine

2006-01-04 Thread Jon A. Lambert
Alex Vinokur wrote: What is Cygwin utility to get IP address of the machine? Here's another way to get the IP of your machine, from outside your network. ruby -ropen-uri -e "URI.parse('http://www.whatismyip.com').read =~ /((\d+\.?){4})/; puts $&" -- J Lambert -- Unsubscribe info: h

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Gerrit P. Haase
Vijay schrieb: > >> #ifdef __EMX__ >> /* Due to strange behaviour of as.exe we use this macros */ >> /* For all OS/2 coders - please use PGCC to compile this code */ >> #define PR_(foo) ___##foo >> #define PT_(foo,func) ___##foo,##func >> #define SIZE(sym) \ >>

running gdb in cygwin

2006-01-04 Thread Krisakorn Rerkrai
Hi, I have a problem with running gdb in the cygwin. I searched in the archive and found some descriptions but not really solve my problem. This is my result: (gdb) run 2 Starting program: /opt/tinyos- 1.x/apps/Oscilloscope/build/pc/main.exe 2 SIM: Random seed is 828125 1: LEDS: Yellow off. 1: L

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Gerrit P. Haase
Vijay schrieb: > hi Gerrit, > I did skip those assembler files as they have optimizations for mmx > and amd64 machines by adding this configure option > ./configure --disable-mmx --disable-amd64 > I think this would be a great addition to the cygwin ports. > there is a patch for dlfcn.h, which ha

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Gerrit P. Haase
Vijay schrieb: > the same errors. Hmmm, the pseudo-ops are not affected when adding _CYGWIN__ to the #ifdef, these definitions like it is done for EMX are only important for the missing leading underscores (in case you get linking errors after compilation succeeded). You need to remove the pseu

Re: imlib2-1.2.1 compilation errors with cygwin 1.5.18 and binutils-20050610

2006-01-04 Thread Gerrit P. Haase
Vijay schrieb: > the same errors. So make it: #ifndef __CYGWIN__ #ifdef __EMX__ [...] #endif #endif #ifdef __CYGWIN__ #define PR_(foo) ___##foo #define PT_(foo,func) ___##foo,##func #endif and remove all the lines beginning with 'SIZE' and all the '.type' lines. I don't see '.comm' in the CVS so

Re: chere problem with directories with single quote marks

2006-01-04 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Dave on 1/3/2006 2:03 PM: >> >>the here-doc correctly preserved the input string. So applying that to >>the above problem, the registry entry MIGHT work (untested by me) if it is >>written as: >> >>SHELL_CMD="-l -c \\\"xargs -0 cd << 'EOF

Re: No takers? (was Re: ssh localhost date # "ls -lu" => remote command not being read)

2006-01-04 Thread Igor Peshansky
On Tue, 3 Jan 2006, Christopher Faylor wrote: > On Tue, Jan 03, 2006 at 07:51:25PM -0500, Igor Peshansky wrote: > >On Tue, 3 Jan 2006, Christopher Faylor wrote: > > > >> On Fri, Dec 30, 2005 at 01:27:11AM -0500, Christopher Faylor wrote: > >> >On Tue, Dec 27, 2005 at 11:38:46PM -0600, Tom Rodman w

RE: Utility to get IP address of the machine

2006-01-04 Thread Frier, David
Probably useless if you're behind any kind of NAT device. --David -Original Message- From: Jon A. Lambert [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 8:17 To: cygwin@cygwin.com Subject: Re: Utility to get IP address of the machine Alex Vinokur wrote: > What is Cygwin

Re: chere problem with directories with single quote marks

2006-01-04 Thread Eric Blake
Eric Blake byu.net> writes: > > Sorry, but I don't know ANY portable construct that works in all 4 cygwin > shells (ash, bash, zsh, and pdksh). > > Plus there is still the matter of translating a valid command line into a > registry entry that Windows can parse; I don't know if you can embed > n

Re: Where is patch?

2006-01-04 Thread Stepan Kasal
Hello, On Wed, Dec 14, 2005 at 08:36:05PM +0100, Lennart Borgman wrote: > >>says it is version 2.5.9. But where is the sources for this? I looked at > >>ftp://ftp.gnu.org/gnu/patch and they only have version 2.5.4. How can > >>that be? 2.5.4 is the latest stable version. Development versions are

Re: running gdb in cygwin

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 02:21:33PM +0100, Krisakorn Rerkrai wrote: >I have a problem with running gdb in the cygwin. >I searched in the archive and found some descriptions >but not really solve my problem. > >This is my result: > >(gdb) run 2 >Starting program: /opt/tinyos- 1.x/apps/Oscilloscope/bu

Using Setup installer to install just a few packages

2006-01-04 Thread Lst Recv
Is it possible to use the Setup installer to just install one specific package, wihtout having to go through an update option for all of cygwin? If not, what is the best way to add just one new package. (Please CC me on all responses, thanks.) -- Unsubscribe info: http://cygwin.com/ml/#uns

Windows Task Scheduler

2006-01-04 Thread Lst Recv
I tried using the Windows Task Scheduler to schedule a bash -c "hibernate now" command, yet it didn't seem to run. Is there a reason that bash/hibernate wouldn't like Task Scheduler? If so, what is the best way to handle this? (Just install and use crond?) -- Unsubscribe info: http://cygw

tetex/texdoc

2006-01-04 Thread Oliver Vecernik
Hi, I've installed: tetex-base 3.0.0-3 tetex-bin3.0.0-3 tetex-doc3.0.0-3 tetex-extra 3.0.0-3 tetex-x113.0.0-3 Trying to read the docs fails: $ texdoc web2c Unable to start 'C:\cygwin\usr\share\texmf\doc\programs\web2c.dvi': There is no appl

Re: Windows Task Scheduler

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Lst Recv wrote: > I tried using the Windows Task Scheduler to schedule a bash -c > "hibernate now" command, yet it didn't seem to run. Is there a reason > that bash/hibernate wouldn't like Task Scheduler? If so, what is the > best way to handle this? (Just install and use cr

Re: Using Setup installer to install just a few packages

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Lst Recv wrote: > Is it possible to use the Setup installer to just install one specific > package, wihtout having to go through an update option for all of > cygwin? Yes. Use the "Keep" radio button at the top of the chooser page. Then switch to the "Not Installed" view, fi

Re: tetex/texdoc

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Oliver Vecernik wrote: > Hi, > > I've installed: > > tetex-base 3.0.0-3 > tetex-bin3.0.0-3 > tetex-doc3.0.0-3 > tetex-extra 3.0.0-3 > tetex-x113.0.0-3 > > Trying to read the docs fails: > > $ texdoc web2c > Unable to start

Re: Problem with gcj and gij

2006-01-04 Thread René Berber
Alireza Ghasemi wrote: > I tried to compile a simple Hello,world program with gcj. The code was : > public class Welcome { > public static void main( String args[] ) > { > System.out.println( "Welcome to Java Programming!" ); > } > } > I created Welcome.class with "gcj -C Welcome.

problem with running gdb in cygwin

2006-01-04 Thread Krisakorn Rerkrai
Hi, I have a problem with running gdb in the cygwin. I searched in the archive and found some descriptions but not really solve my problem. This is my result: (gdb) run 2 Starting program: /opt/tinyos- 1.x/apps/Oscilloscope/build/pc /main.exe 2 SIM: Random seed is 828125 1: LEDS: Yellow off. 1:

RE: Windows Task Scheduler

2006-01-04 Thread Dave Korn
Lst Recv wrote: > I tried using the Windows Task Scheduler to schedule a bash -c > "hibernate now" command, yet it didn't seem to run. Is there a reason > that bash/hibernate wouldn't like Task Scheduler? If so, what is the > best way to handle this? (Just install and use crond?) Everything Igo

RE: problem with running gdb in cygwin

2006-01-04 Thread Dave Korn
Krisakorn Rerkrai wrote: > Hi, > > I have a problem with running gdb in the cygwin. > Attached you find cygcheck.out Which confirms what cgf said. Upgrade your cygwin dll. cheers, DaveK -- Can't think of a witty .sigline today -- Unsubscribe info: http://cygwin.com/ml

Re: problem with running gdb in cygwin

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 05:22:15PM -, Dave Korn wrote: >Krisakorn Rerkrai wrote: >>I have a problem with running gdb in the cygwin. > >>Attached you find cygcheck.out > >Which confirms what cgf said. Upgrade your cygwin dll. And, AFAICT, the OP apparently didn't really read the referenced URL

error parsing setup.bz2 in setup.exe

2006-01-04 Thread Eric Vlach
At 8:30am PST, setup worked fine. Then at 8:50am PST, the following error occured, and has been occuring ever since: Cygwin's setup.exe (using a copy downloaded 1/4/2005, 9:20am) fails to load the setup file. After selecting a mirror, it downloads the setup.bz2 file, and upon reading it encoun

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Eric Vlach wrote: > At 8:30am PST, setup worked fine. Then at 8:50am PST, the following > error occured, and has been occuring ever since: > > Cygwin's setup.exe (using a copy downloaded 1/4/2005, 9:20am) fails to > load the setup file. After selecting a mirror, it downloads th

Signals

2006-01-04 Thread John Buttitto
I wrote some simeple test code in Java to trap signals. Seems to work well, I then ported it to cygwin. The code listens for the SIGINT and prints a message. When I hit Ctrl-C while it is running the proper signal gets sent and traped. I then go to a second shell/Window and do a ps on the process

Re: Signals

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 11:25:27AM -0700, John Buttitto wrote: >I wrote some simeple test code in Java to trap signals. Seems to work >well, I then ported it to cygwin. The code listens for the SIGINT and >prints a message. When I hit Ctrl-C while it is running the proper signal >gets sent and trap

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Eric Vlach
Igor, Earlier I was using setup.exe version 2.510.2.2. I updated and tried both version 2.521 and 2.523, with no success. I use "Direct Connection," not IE5 settings. Are you able to repeat my error on your system? Here is a detailed explanation of what I was doing: I bought a new computer an

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Nik Martin
On 1/4/06, Eric Vlach <[EMAIL PROTECTED]> wrote: > Igor, > > Earlier I was using setup.exe version 2.510.2.2. I updated and tried both > version 2.521 and 2.523, with no success. I use "Direct Connection," not IE5 > settings. Are you able to repeat my error on your system? > I just tried to add a

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

2006-01-04 Thread Jason Tishler
New News: === I have updated the version of fetchmail to 6.3.1-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.1 Old News: === Fetchmail is a remote mail re

Re: Signals

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 11:25:27AM -0700, John Buttitto wrote: >I wrote some simeple test code in Java to trap signals. Seems to work >well, I then ported it to cygwin. The code listens for the SIGINT and >prints a message. When I hit Ctrl-C while it is running the proper signal >gets sent and trap

Re: Signals

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, John Buttitto wrote: > I wrote some simeple test code in Java to trap signals. Seems to work > well, I then ported it to cygwin. The code listens for the SIGINT and If you really mean Java here, this is off-topic for this list, as it has nothing to do with Cygwin. There are n

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Nik Martin
On 1/4/06, Nik Martin <[EMAIL PROTECTED]> wrote: > On 1/4/06, Eric Vlach <[EMAIL PROTECTED]> wrote: > > Igor, > > > > Earlier I was using setup.exe version 2.510.2.2. I updated and tried both > > version 2.521 and 2.523, with no success. I use "Direct Connection," not IE5 > > settings. Are you able

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Nik Martin
On 1/4/06, Nik Martin <[EMAIL PROTECTED]> wrote: > On 1/4/06, Eric Vlach <[EMAIL PROTECTED]> wrote: > > Igor, > > > > Earlier I was using setup.exe version 2.510.2.2. I updated and tried both > > version 2.521 and 2.523, with no success. I use "Direct Connection," not IE5 > > settings. Are you able

RE: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Dave Korn
Eric Vlach wrote: > At 8:30am PST, setup worked fine. Then at 8:50am PST, the following error > occured, and has been occuring ever since: Ah, that'll be it. Setup is a notoriously late riser, and if you try and get it out of bed that early in the morning you shouldn't be surprised if it's grou

Cygwin SSHD Password different from Windows Password � Possible?

2006-01-04 Thread Ordinary Olson
I have Windows XP set up with just a single account i.e. an Admin account with no admin password. I have installed cygwin in this account. Is it possible that this cygwin sshd server runs with a password i.e. I want to maintain the Windows XP without a password, while the cygwin sshd

Re: Signals

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 01:35:52PM -0500, Christopher Faylor wrote: >On Wed, Jan 04, 2006 at 11:25:27AM -0700, John Buttitto wrote: >>I wrote some simeple test code in Java to trap signals. Seems to work >>well, I then ported it to cygwin. The code listens for the SIGINT and >>prints a message. Whe

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 09:58:39AM -0800, Eric Vlach wrote: >At 8:30am PST, setup worked fine. Then at 8:50am PST, the following error >occured, and has been occuring ever since: > >Cygwin's setup.exe (using a copy downloaded 1/4/2005, 9:20am) fails to load >the setup file. After selecting a mirr

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Igor Peshansky
Ugh, top-posting. Reformatted... On Wed, 4 Jan 2006, Eric Vlach wrote: - Original Message - > On Wed, 4 Jan 2006, Eric Vlach wrote: > > > At 8:30am PST, setup worked fine. Then at 8:50am PST, the following > > error occured, and has been occuring ever since: > > > > Cygwin's setup.exe

RE: Signals

2006-01-04 Thread Dave Korn
Christopher Faylor wrote: > On Wed, Jan 04, 2006 at 11:25:27AM -0700, John Buttitto wrote: >> I wrote some simeple test code in Java to trap signals. Seems to work >> well, I then ported it to cygwin. The code listens for the SIGINT and >> prints a message. When I hit Ctrl-C while it is running the

Re: error parsing setup.bz2 in setup.exe

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 01:46:31PM -0500, Igor Peshansky wrote: >I think this message, posted (by mistake) into a different thread, may >explain this: . Or even this one, posted to the right thread: http://cygwin.com/ml/cygwin/2006-01/msg00164.ht

[ANNOUNCEMENT] Updated: netpbm-10.30-1

2006-01-04 Thread Yaakov S (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The following package has been updated in the Cygwin net release: *** netpbm-10.30-1 Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats. There are over 220 separate tools in

Re: No takers? (was Re: ssh localhost date # "ls -lu" => remote command not being read)

2006-01-04 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Tue, Jan 03, 2006 at 11:07:01PM -0500, Larry Hall (Cygwin) wrote: My output seems similar to Igor's, though mine is longer :-( (and therefore also bzipped) but definitely against the 12/29 snapshot. Hope that helps. I just generated a new snapshot. Does it beha

Re: Cygwin SSHD Password different from Windows Password – Possible?

2006-01-04 Thread Brett Serkez
I believe sshd will not allow login without both a password and home directory. The second requirement means you must start a login shell as a given user to create their home directory. This is a way of controlling which accounts can login remotely. Cygwin/Windows doesn't directly support su as

Re: Where is patch?

2006-01-04 Thread Paul Eggert
Stepan Kasal <[EMAIL PROTECTED]> writes: > Paul, where will the next stable version appear? > At ftp://ftp.gnu.org/gnu/patch or ftp://ftp.gnu.org/gnu/diffutils ? At this point I'm planning to make 'patch' part of diffutils. No schedule yet, though. -- Unsubscribe info: http://cygwin.com/m

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Yitzchak Scott-Thoennes wrote: > I'll try to send a proper bug report in a few hours, but just want to > mention now that after loading the 20060104 dll, trying to start > cygserver or syslogd fails. Confirmed. Attempting to start sshd with a fresh build from

Re: services not starting with 20060104 snapshot

2006-01-04 Thread David Rothenberger
On 1/4/2006 11:33 AM, Igor Peshansky wrote: On Wed, 4 Jan 2006, Yitzchak Scott-Thoennes wrote: I'll try to send a proper bug report in a few hours, but just want to mention now that after loading the 20060104 dll, trying to start cygserver or syslogd fails. Confirmed. WFM with

Re: Cygwin SSHD Password different from Windows Password - Possible?

2006-01-04 Thread Larry Hall (Cygwin)
Reformatted top-post: Brett Serkez wrote: On Wed, 4 Jan 2006 19:43:14 +0100 (CET), "Ordinary Olson" <[EMAIL PROTECTED]> said: I have Windows XP set up with just a single account i.e. an Admin account with no admin password. I have installed cygwin

Re: create subkeys with regtool

2006-01-04 Thread J. David Boyd
angel bosch <[EMAIL PROTECTED]> writes: > hi! > > i want to create a key a set a value for it: > > regtool.exe -v set > \HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System\Wallpaper' > c:\brujula\imatges\tux3.bmp' > > this gives an error if parent keys don't exist, so i mu

Re: 1.5.18-1: Crash launching COMMAND.COM (W98)

2006-01-04 Thread Ingo Brueckl
Larry Hall wrote: > Warning: There are multiple cygwin1.dlls on your path ^ Yikes! So what shall I do? There is one in cygwin\bin (which was the current directory at this time) and a copy in C:\WINDOWS\SYSTEM for my cygwin programs to run

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 11:47:37AM -0800, David Rothenberger wrote: >On 1/4/2006 11:33 AM, Igor Peshansky wrote: >>On Wed, 4 Jan 2006, Yitzchak Scott-Thoennes wrote: >> >>>I'll try to send a proper bug report in a few hours, but just want to >>>mention n

Re: Cygwin SSHD Password different from Windows Password - Possible?

2006-01-04 Thread Ordinary Olson
Thanks to Brett and Larry for your replies. If I understood Larry correctly – the Cygwin and Windows passwords are internally linked. Is there anyway i.e. any setting that I can use to unlink this i.e. can I have different passwords for Cygwin and Windows? If this is not possible

Re: Cygwin SSHD Password different from Windows Password - Possible?

2006-01-04 Thread Brett Serkez
Cygwin creates a UNIX like password file /etc/passwd that links 'UNIX' users back to Windows users, sshd uses this file to work back to Windows security information. Ultimately it has to be this way, as it is Windows that is hosting security, so Cygwin needs to be able to map accordingly. You can

Re: Does "^G" work on Windows 9x/Me?

2006-01-04 Thread Joe Smith
So, maybe I will just cause the system to use MessageBox(MB_OK) aka MessageBox(0). MessageBox??? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Utility to get IP address of the machine

2006-01-04 Thread Joe Smith
David said: Probably useless if you're behind any kind of NAT device. Unless you need the external ip address. Sometimes you need the internal address, but other times you need the external address. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
bug report in a few hours, but just want to > >>>mention now that after loading the 20060104 dll, trying to start > >>>cygserver or syslogd fails. > >> > >>Confirmed. > > > >WFM with a DLL built 20060104 4:00 GMT. The only changes after that

Re: No takers? (was Re: ssh localhost date # "ls -lu" => remote command not being read)

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Christopher Faylor wrote: > On Tue, Jan 03, 2006 at 11:07:01PM -0500, Larry Hall (Cygwin) wrote: > >My output seems similar to Igor's, though mine is longer :-( (and therefore > >also bzipped) but definitely against the 12/29 snapshot. Hope that helps. > > I just generated a n

Re: Does "^G" work on Windows 9x/Me?

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 06:21:11PM -0500, Joe Smith wrote: >>So, maybe I will just cause the system to use MessageBox(MB_OK) aka >>MessageBox(0). >MessageBox??? YA observed trend for the new year - not reading the full email thread before spasmodically typing in a reply. Only in the cygwin list w

Setup.exe parse error while reading .ini file setup.bz2

2006-01-04 Thread Frank Adrian
I am running on a WXP Pro system.  Today I tried to grab an application using setup.exe.  While downloading the .ini file setup.bz2, I received a dialog having the following error message:     (null) line 10196: syntax error, unexpected $undefined, expecting $STRING I downloaded the la

Re: Setup.exe parse error while reading .ini file setup.bz2

2006-01-04 Thread Frank Adrian
Seems to be fixed now. Thanks whomever... faa -Original Message- From: Frank Adrian Sent: Wednesday, January 04, 2006 4:17 PM To: 'cygwin@cygwin.com' Subject: Setup.exe parse error while reading .ini file setup.bz2 I am running on a WXP Pro system.  Today I tried to grab an application

Re: Setup.exe parse error while reading .ini file setup.bz2

2006-01-04 Thread Cliff Hones
Frank Adrian wrote: > Seems to be fixed now. Thanks whomever... > > faa > > -Original Message- > From: Frank Adrian > Sent: Wednesday, January 04, 2006 4:17 PM > To: 'cygwin@cygwin.com' > Subject: Setup.exe parse error while reading .ini file setup.bz2 > > I am running on a WXP Pro sys

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Brett Serkez
> Frankly, I'm not sure what the right fix would be in this case, or > even how to debug this... Any ideas on how I can simulate service > startup on the command line (to allow popping up gdb) would be greatly > appreciated. Try using a graphical debugger like ddd or insight. Should be able to s

Ping

2006-01-04 Thread Ivan Godard
I have posted twice to this list in the last few days about being unable to build binutils from source. In both cases the list reported my own posting back to me (no bounce message). However, there has been neither response to comment about this problem report from any of the list participants.

Re: Ping

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 04:43:25PM -0800, Ivan Godard wrote: >I have posted twice to this list in the last few days about being unable >to build binutils from source. In both cases the list reported my own >posting back to me (no bounce message). However, there has been neither >response to comm

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 06:38:26PM -0500, Igor Peshansky wrote: >Frankly, I'm not sure what the right fix would be in this case, or even >how to debug this... Any ideas on how I can simulate service startup on >the command line (to allow popping up gdb) would be greatly appreciated. Does the chan

Re: Ping

2006-01-04 Thread Ivan Godard
Thank you! Both the binutils from the distribution (as downloaded using your standard tool) and the binutils direct from the gnu web site fail in exactly the same way. I need to compile from source because we are modifying that source to cross-target a new processor. The UNmodified sources comp

Re: Ping

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 05:00:12PM -0800, Ivan Godard wrote: >Thank you! Both the binutils from the distribution (as downloaded using >your standard tool) and the binutils direct from the gnu web site fail >in exactly the same way. I need to compile from source because we are >modifying that sou

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Christopher Faylor wrote: > On Wed, Jan 04, 2006 at 06:38:26PM -0500, Igor Peshansky wrote: > >Frankly, I'm not sure what the right fix would be in this case, or even > >how to debug this... Any ideas on how I can simulate service startup on > >the command line (to allow poppi

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Brett Serkez wrote: > > Frankly, I'm not sure what the right fix would be in this case, or > > even how to debug this... Any ideas on how I can simulate service > > startup on the command line (to allow popping up gdb) would be greatly > > appreciated. > > Try using a graphica

Help : can not get cron work

2006-01-04 Thread lin q
Hi, I just installed a brand new cygwin on my WinXP machine, but I can not get cron work for me. Here is how I did it: 1) "cygrunsrv -I cron -p /usr/sbin/cron -a –D" 2) "crontab -e" to edit the crontab file, here is the dump out, $ crontab -l # DO NOT EDIT THIS FILE - ed

Re: Help : can not get cron work

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, lin q wrote: > Hi, > I just installed a brand new cygwin on my WinXP machine, but I can not > get cron work for me. Here is how I did it: > > 1) "cygrunsrv -I cron -p /usr/sbin/cron -a -D" > > 2) "crontab -e" to edit the crontab file, here is the dump out, > $ cront

Re: Help : can not get cron work

2006-01-04 Thread Brian Dessent
lin q wrote: > 1) "cygrunsrv -I cron -p /usr/sbin/cron -a –D" You should run /usr/bin/cron-config, and not try to do this by hand because there is much more to do than just installing the service. > 16 10 * * * linq rsync -azv emperor:/dev/tools/* > /cygdrive/c/bin/tools That is

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Brett Serkez
> > Try using a graphical debugger like ddd or insight. Should be able > > to start either as the service, > > Huh? No, that doesn't work. I need a service wrapper program (like > cygrunsrv), but cygrunsrv can't spawn processes, apparently. I see. While I've not used this method with services

RE: Does "^G" work on Windows 9x/Me?

2006-01-04 Thread Gary R. Van Sickle
> From: Joe Smith > Sent: Wednesday, January 04, 2006 5:21 PM > To: cygwin@cygwin.com > Subject: Re: Does "^G" work on Windows 9x/Me? > > > > > > So, maybe I will just cause the system to use MessageBox(MB_OK) aka > > MessageBox(0). > MessageBox??? > He of course meant "MustardBox(MB_PLOCHMA

ping

2006-01-04 Thread Ivan Godard
Many thanks; cross-building from another directory did in fact eliminate my problem. Anybody want a report saying that cross-build is required on Cygwin but not on any (of several) other systems? I admit the bell is more interesting :-) Ivan -- Unsubscribe info: http://cygwin.com/m

Re: ping

2006-01-04 Thread Larry Hall (Cygwin)
Ivan Godard wrote: Many thanks; cross-building from another directory did in fact eliminate my problem. Anybody want a report saying that cross-build is required on Cygwin but not on any (of several) other systems? Why not? I agree that not requiring cross-builds outside of the src director

Re: ping

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 07:04:57PM -0800, Ivan Godard wrote: >Many thanks; cross-building from another directory did in fact >eliminate my problem. Anybody want a report saying that cross-build is >required on Cygwin but not on any (of several) other systems? I admit >the bell is more interesting

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Brett Serkez wrote: > > > Try using a graphical debugger like ddd or insight. Should be able > > > to start either as the service, > > > > Huh? No, that doesn't work. I need a service wrapper program (like > > cygrunsrv), but cygrunsrv can't spawn processes, apparently. > >

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 08:45:15PM -0500, Igor Peshansky wrote: >On Wed, 4 Jan 2006, Christopher Faylor wrote: > >> On Wed, Jan 04, 2006 at 06:38:26PM -0500, Igor Peshansky wrote: >> >Frankly, I'm not sure what the right fix would be in this case, or even >> >how to debug this... Any ideas on how

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Christopher Faylor wrote: > On Wed, Jan 04, 2006 at 08:45:15PM -0500, Igor Peshansky wrote: > >On Wed, 4 Jan 2006, Christopher Faylor wrote: > > > >> On Wed, Jan 04, 2006 at 06:38:26PM -0500, Igor Peshansky wrote: > >> >Frankly, I'm not sure what the right fix would be in this

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Christopher Faylor
On Wed, Jan 04, 2006 at 11:22:13PM -0500, Igor Peshansky wrote: >On Wed, 4 Jan 2006, Christopher Faylor wrote: >>On Wed, Jan 04, 2006 at 08:45:15PM -0500, Igor Peshansky wrote: >>>On Wed, 4 Jan 2006, Christopher Faylor wrote: >>> On Wed, Jan 04, 2006 at 06:38:26PM -0500, Igor Peshansky wrote: >

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Igor Peshansky
On Wed, 4 Jan 2006, Christopher Faylor wrote: > On Wed, Jan 04, 2006 at 11:22:13PM -0500, Igor Peshansky wrote: > >On Wed, 4 Jan 2006, Christopher Faylor wrote: > >>On Wed, Jan 04, 2006 at 08:45:15PM -0500, Igor Peshansky wrote: > >>>On Wed, 4 Jan 2006, Christopher Faylor wrote: > >>> > On Wed

Re: services not starting with 20060104 snapshot

2006-01-04 Thread Christopher Faylor
On Thu, Jan 05, 2006 at 12:42:56AM -0500, Igor Peshansky wrote: >On Wed, 4 Jan 2006, Christopher Faylor wrote: > >> On Wed, Jan 04, 2006 at 11:22:13PM -0500, Igor Peshansky wrote: >> >On Wed, 4 Jan 2006, Christopher Faylor wrote: >> >>On Wed, Jan 04, 2006 at 08:45:15PM -0500, Igor Peshansky wrote: