xwin problem

2006-08-11 Thread Matthias Karl
Hi, I encountered a problem after making an update of cygwin with xwin. The problem was not there before I made the update. I run setup.exe today and accepted the new versions of xorg-x11. Afterwards the problem with xwin appeared the first time. Attached is the log-file which is generated in my

src/winsup/cygwin ChangeLog debug.cc pinfo.cc

2006-08-11 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cr-0x5f1 Changes by: [EMAIL PROTECTED] 2006-08-11 09:02:58 Modified files: winsup/cygwin : ChangeLog debug.cc pinfo.cc Log message: * pinfo.cc (_onreturn::~onreturn): Don't attempt to close a NULL

Re: keychain doesn't properly cache ssh key

2006-08-11 Thread René Berber
Dominik Hoffmann wrote: I have a very stock installation of Cygwin (Cygwin.dll Version 1.5.21-2) on Windows XP Pro. I installed the ssh and rsync packages, as well as keychain, all from Cygwin's installer interface. The version of keychain, as you probably know, that Cygwin currently installs

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Reini Urban
Tevfik Karagülle schrieb: After feedback from cgf, I have scanned setup.ini for packages and their dependencies. 54 of 797 packages are qualified for Base either directly or indirectly: ... I will develop an NSIS package which creates registry Mount points, untar packages above and run the

Re: logon failure from subauth in 2006-08-02 snapshot

2006-08-11 Thread Corinna Vinschen
On Aug 10 09:42, David Rothenberger wrote: On 8/10/2006 12:21 AM, Corinna Vinschen wrote: On Aug 9 11:37, David Rothenberger wrote: I've noticed repeated logon failures in my Security event log with the 2006-08-02 snapshot. (I have security auditing enabled.) I'm not sure whether this is

RE: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Dave Korn
On 11 August 2006 07:36, Reini Urban wrote: Tevfik Karagülle schrieb: After feedback from cgf, I have scanned setup.ini for packages and their dependencies. 54 of 797 packages are qualified for Base either directly or indirectly: ... I will develop an NSIS package which creates registry

Re: Snapshot uploaded, please try

2006-08-11 Thread Dr. Volker Zell
Hi With this snapshot I cannot start Apache2 (as a service) anymore. This is from the apache error log: CloseHandle((HMODULE) temphandle) failed int dlclose(void*):153 CloseHandle((HMODULE) temphandle) failed int dlclose(void*):153 CloseHandle((HMODULE) temphandle) failed int dlclose(void*):153

Where can I find old Cygwin repositories?

2006-08-11 Thread Øyvind Harboe
I need to compile a nios2 GCC toolchain which is compatible with the Cygwin that Altera included in the Nios 5.0/6.0 product. Does anyone know where I can find a coherent snapshot of a Cygwin repository as far back as 2003('ish)? My problem is that the __getreent() entry does not exist in that

Re: Permission denied Permission denied Permission denied Permission denied Permission denied Permission denied

2006-08-11 Thread Linda Walsh
Yitzchak Scott-Thoennes wrote: On Thu, Aug 10, 2006 at 03:53:55PM +1200, Steve Keate wrote: Are there any useful resources on finding out exactly what security mode to choose when using Cygwin, also, are there any resources on how to use mkpasswd and what arguments to use. I have scoured

RE: Where can I find old Cygwin repositories?

2006-08-11 Thread Dave Korn
On 11 August 2006 12:09, Øyvind Harboe wrote: I need to compile a nios2 GCC toolchain which is compatible with the Cygwin that Altera included in the Nios 5.0/6.0 product. Does anyone know where I can find a coherent snapshot of a Cygwin repository as far back as 2003('ish)? Google for

RE: Where can I find old Cygwin repositories?

2006-08-11 Thread CARTER Alan
http://www.cygwin.com/ml/cygwin/2005-01/msg01100.html Worked for me. I needed a 2004 vintage to avoid regression testing a big app, so Mr. Castro's Time Machine was really helpful. Cygwin is brittle. This is nothing to whine about, because it is caused by fundamental low level

Breach of GPL?

2006-08-11 Thread Øyvind Harboe
I was wondering if GPL can't come to the rescue here. I've had quite a bit of trouble with Nios 5.0/6.0 because: - Altera has not provided the complete source to the modified GCC that they have for their Nios2 toolchain. Some files are missing, others have been (intentially) moved, etc. - They

RE: Breach of GPL?

2006-08-11 Thread Dave Korn
On 11 August 2006 12:47, Øyvind Harboe wrote: I was wondering if GPL can't come to the rescue here. I've had quite a bit of trouble with Nios 5.0/6.0 because: - Altera has not provided the complete source to the modified GCC that they have for their Nios2 toolchain. Some files are

Re: keychain doesn't properly cache ssh key

2006-08-11 Thread Jim Kleckner
René Berber wrote: Keychain seems to be missing the equivalent of eval `ssh-agent -s` (if using bash). I use this bash function to start keychain to work around that issue. function kc() { #Keychain invocation keychain ~/.ssh/id_rsa if [ -e ~/.ssh-agent-`hostname` ] ; then

FW: Windows 2003 Server, Cygwin sshd and mpiexec

2006-08-11 Thread Andy Keane
Corinna I am try to give linux users access to our parallel windows 2003 server pack cluster via the OpenSSH daeom of cygwin. I have tried the standard install with ssh-host-config and all works fine and users can log in with passwords or with certificates to cygwin on the cluster. However

ruby irb doesn't seem to work

2006-08-11 Thread Will Parsons
Starting up irb (interactive Ruby), I get: $ irb /usr/bin/ruby: no such file to load -- ubygems (LoadError) Did I omit to install something I need here? - Will begin 644 cygcheck.out M#0I#6=W:[EMAIL PROTECTED])A=EO;B!$:6%G;F]S=ECPT*0W5RF5N=!3 M[EMAIL PROTECTED][EMAIL

RE: ruby irb doesn't seem to work

2006-08-11 Thread Dave Korn
On 11 August 2006 14:37, Will Parsons wrote: Starting up irb (interactive Ruby), I get: $ irb /usr/bin/ruby: no such file to load -- ubygems (LoadError) Did I omit to install something I need here? Looks lke you omitted to install the leading letter 'R'. ba-dyum-tissshhh!

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Larry Hall (Cygwin)
Dave Korn wrote: On 11 August 2006 07:36, Reini Urban wrote: Tevfik Karagülle schrieb: After feedback from cgf, I have scanned setup.ini for packages and their dependencies. 54 of 797 packages are qualified for Base either directly or indirectly: ... I will develop an NSIS package which

Re: ruby irb doesn't seem to work

2006-08-11 Thread Will Parsons
Dave Korn wrote: On 11 August 2006 14:37, Will Parsons wrote: Starting up irb (interactive Ruby), I get: $ irb /usr/bin/ruby: no such file to load -- ubygems (LoadError) Did I omit to install something I need here? Looks lke you omitted to install the leading letter 'R'.

Re: FW: Windows 2003 Server, Cygwin sshd and mpiexec

2006-08-11 Thread Larry Hall (Cygwin)
Andy Keane wrote: Corinna I am try to give linux users access to our parallel windows 2003 server pack cluster via the OpenSSH daeom of cygwin. I have tried the standard install with ssh-host-config and all works fine and users can log in with passwords or with certificates to cygwin on the

RE: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Dave Korn
On 11 August 2006 15:30, Larry Hall (Cygwin) wrote: It's also worth noting that the goal here was a subset of Cygwin functionality packaged as a monolithic (no matter how small) install. While the former is a potential supplement to setup.exe, the latter is a step backward in terms of

RE: ruby irb doesn't seem to work

2006-08-11 Thread Dave Korn
On 11 August 2006 15:31, Will Parsons wrote: Dave Korn wrote: On 11 August 2006 14:37, Will Parsons wrote: Starting up irb (interactive Ruby), I get: $ irb /usr/bin/ruby: no such file to load -- ubygems (LoadError) Did I omit to install something I need here? Looks lke you

RE: ruby irb doesn't seem to work

2006-08-11 Thread Igor Peshansky
On Fri, 11 Aug 2006, Dave Korn wrote: On 11 August 2006 15:31, Will Parsons wrote: Dave Korn wrote: On 11 August 2006 14:37, Will Parsons wrote: Starting up irb (interactive Ruby), I get: $ irb /usr/bin/ruby: no such file to load -- ubygems (LoadError) Did I omit to install

RE: ruby irb doesn't seem to work

2006-08-11 Thread Dave Korn
On 11 August 2006 16:20, Igor Peshansky wrote: On Fri, 11 Aug 2006, Dave Korn wrote: On 11 August 2006 15:31, Will Parsons wrote: Unsetting the variable seems to fix the problem. Apparently, I'd installed a non-Cygwin version of Ruby (which I didn't even remember doing), and this

RE: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Tevfik Karagülle
Hi, My intention is to develop an alternative to Cygwin Setup. That means it must support all dependencies, setup.ini and package repositories around. I've thought that we can have a monolithic installer which installs a basic environment out-of-the-box. It is very convenient for most of the

Re: CreateFileMapping Problem

2006-08-11 Thread Corinna Vinschen
On Aug 10 11:15, [EMAIL PROTECTED] wrote: hi, here is more info So, just to be sure about this. You're claiming that it happens when a user already has logged on for a while, is running Cygwin for a while? And then the above error just happens at one point? It does not happen at

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Larry Hall (Cygwin)
http://cygwin.com/acronyms/#TOFU. Reformatted. Tevfik Karagülle wrote: -Original Message- From: Dave Korn [mailto:dave.kornat artimi dot com] ^ http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Sent: Friday, August 11, 2006

Re: logon failure from subauth in 2006-08-02 snapshot

2006-08-11 Thread David Rothenberger
On 8/11/2006 12:40 AM, Corinna Vinschen wrote: On Aug 10 09:42, David Rothenberger wrote: On 8/10/2006 12:21 AM, Corinna Vinschen wrote: On Aug 9 11:37, David Rothenberger wrote: I've noticed repeated logon failures in my Security event log with the 2006-08-02 snapshot. (I have security

Re: Setup.exe requirements [was RE: Cygintl-3.dll was not found]

2006-08-11 Thread Christopher Faylor
On Fri, Aug 11, 2006 at 05:58:09PM +0200, Tevfik Karag?lle wrote: My intention is to develop an alternative to Cygwin Setup. That means it must support all dependencies, setup.ini and package repositories around. I've thought that we can have a monolithic installer which installs a basic

Re: Breach of GPL?

2006-08-11 Thread Christopher Faylor
On Fri, Aug 11, 2006 at 01:46:57PM +0200, ?yvind Harboe wrote: - They have some partial old version of Cygwin with Nios 5.0/6.0. This causes havoc because Cygwin (sadly) does not support side-by-side installs. And, happily, it does not need to. Just use the latest version of Cygwin. For what

Re: Breach of GPL?

2006-08-11 Thread Øyvind Harboe
On 8/11/06, Christopher Faylor [EMAIL PROTECTED] wrote: On Fri, Aug 11, 2006 at 01:46:57PM +0200, ?yvind Harboe wrote: - They have some partial old version of Cygwin with Nios 5.0/6.0. This causes havoc because Cygwin (sadly) does not support side-by-side installs. And, happily, it does not

Re: Breach of GPL?

2006-08-11 Thread Christopher Faylor
On Fri, Aug 11, 2006 at 08:20:39PM +0200, ?yvind Harboe wrote: On 8/11/06, Christopher Faylor wrote: On Fri, Aug 11, 2006 at 01:46:57PM +0200, ?yvind Harboe wrote: - They have some partial old version of Cygwin with Nios 5.0/6.0. This causes havoc because Cygwin (sadly) does not support

Cannot load libphp4.dll into server: Permission denied (Cygwin)

2006-08-11 Thread Brett Graham
Hi, I posted this message to the php and Apache newsgroups, without response. I was wondering if anyone can shed any light on this problem. When I configured and built PHP4 on Cygwin with gd, jpeg, and zlib it makes fine but I get the following error when I try to start apache: Syntax error

Tweaking Setup.exe's UI

2006-08-11 Thread Lee Maschmeyer
Hi all, I've seen some mention of making the Cygwin installer more Windows-like. While this is by no means agreed upon as a goal, I believe it wouldn't take very many changes to achieve. I'm blind and obviously can't speak for sighted people, but I can tell you how most of us blinks work most

Re: Tweaking Setup.exe's UI

2006-08-11 Thread Igor Peshansky
On Fri, 11 Aug 2006, Lee Maschmeyer wrote: I've seen some mention of making the Cygwin installer more Windows-like. While this is by no means agreed upon as a goal, I believe it wouldn't take very many changes to achieve. As someone who has been trying to write some code to do exactly that

Re: Tweaking Setup.exe's UI

2006-08-11 Thread Lee Maschmeyer
Hi Igor, Many thanks. You obviously know much more than I (not hard, as you can tell). Sorry for rubbing what is apparently an open sore, and in no way did I intend to irritate anyone. I appreciate the information, -- Lee Maschmeyer [EMAIL PROTECTED] Be kind to your fur-bearing friends,

Re: Tweaking Setup.exe's UI

2006-08-11 Thread Lee Maschmeyer
Please ignore this item. It's apparently been discussed before. My bad, -- Lee Maschmeyer [EMAIL PROTECTED] Be kind to your fur-bearing friends, For a skunk may be somebody's brother. --Fred Allen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: Cannot load libphp4.dll into server: Permission denied (Cygwin)

2006-08-11 Thread Reini Urban
Brett Graham schrieb: I posted this message to the php and Apache newsgroups, without response. So it's up to the specialists now :) I was wondering if anyone can shed any light on this problem. When I configured and built PHP4 on Cygwin with gd, jpeg, and zlib it makes fine but I get the

Re: Where can I find old Cygwin repositories?

2006-08-11 Thread Reini Urban
Øyvind Harboe schrieb: Some more details on what I'm working on: http://www.zylin.com/nios2libstdc++.html Off topic cygwin: I did a similar project recently, adding libstdc++ support for a weird platform without proper sources. A company called dSpace sells hardware with some custom RtLinux

group name for numberic value 2**32-1?

2006-08-11 Thread Linda Walsh
I ran into a weird symptom -- not a bug in anything as near as I can tell, just a weirdness. Everyone once in a while, when I do an ls -l on some groups of files, I'll see a group of ??. With ls -ln, I see the group has a value 4294967295. Would it be misleading or incorrect to insert an

Re: group name for numberic value 2**32-1?

2006-08-11 Thread Igor Peshansky
On Fri, 11 Aug 2006, Linda Walsh wrote: I ran into a weird symptom -- not a bug in anything as near as I can tell, just a weirdness. Everyone once in a while, when I do an ls -l on some groups of files, I'll see a group of ??. With ls -ln, I see the group has a value 4294967295.

Re: reproducible cygwin memory problems

2006-08-11 Thread emacs user
Dear cygwin friends, while debugging some emacs related problem, we seem to come to the conclusion that there is a cygwin issue here. can someone please comment on this? From: Eli Zaretskii [EMAIL PROTECTED] From: emacs user [EMAIL PROTECTED] Cc: emacs-pretest-bug@gnu.org Bcc: Date:

Problems with find 4.2.27

2006-08-11 Thread dance
I've been having problems with find, and it's hard to search the entire mailing list for find since it's such a common word. I don't know what cygwin package find comes in, so I can't search for that. I don't know if this problem is known or not. Please forgive me if I'm lost, but a little

Re: Older postgresql versions [changed]

2006-08-11 Thread alecswan
Ok, I'm convinced to prepare a new postgresql74-7.4.13-1 package tree, which installs into usr/lib/postgres74. Importing MS-Access seems to be a cool feature. Thanks for doing this, Reini. So when and where can I get the 7.4.x package tree? -- View this message in context: