Re: mutt and perl-ming

2010-07-02 Thread Lee D. Rothstein
On 7/2/2010 9:22 AM, Corinna Vinschen wrote: On Jul 1 17:14, Lee Rothstein wrote: I got bitten by the misconfig of gnome-canvas on kernel.org. That plus, bandwidth shenanigans by Comcast, and probably some errors in my recovery process left me with a bunch of missing pieces from sundry pac

Re: problem updating to dash 0.5.6.1-2

2010-07-02 Thread Larry Hall (Cygwin)
On 7/2/2010 4:57 PM, Robert McDougall wrote: Running `setup.exe`, to update dash from 0.5.6.1-1 to 0.5.6.1-2, produces: Unable to extract /usr/share/doc/dash/ChangeLog -- the file is in use. Please stop all Cygwin processes and select "Retry", or select "Continue" to go on anyway (you will need

problem updating to dash 0.5.6.1-2

2010-07-02 Thread Robert McDougall
Running `setup.exe`, to update dash from 0.5.6.1-1 to 0.5.6.1-2, produces: > Unable to extract /usr/share/doc/dash/ChangeLog -- the file is in use. > Please stop all Cygwin processes and select "Retry", or select > "Continue" to go on anyway (you will need to reboot). No Cygwin window is open, an

vimdiff sharing violation race condition when diffing .bashrc [Was: Re: Trouble with vimdiff and strace on most recent cygwin]

2010-07-02 Thread Thomas Shanks
On Tue, Jun 22, 2010 at 9:13 PM, Thomas Shanks wrote: ... > $ vimdiff /etc/skel/.bashrc ~/.bashrc > 2 files to edit > 7 [?47h [27m [24m [0m [H [J [25;1H"/etc/skel/.bashrc" 130L, 3754C > "~/.bashrc" [25;13H [K [25;13H135L, 3884C 1 [main] gvim 1752 > exception::handle: Exception: STATUS_ACCE

Answer: How to fix error "strace: error creating process vim, (error 2)"

2010-07-02 Thread Thomas Shanks
Since no one bothered to reply to my previous message (help the cygwin newbies, yall!), I'll post the answer. If you get: ~$ strace vim strace: error creating process vim, (error 2) ~$ strace It's because vim is a symlink, and strace can't follow symlinks, as it's not a cygwin.dll program. Ins

[ANNOUNCEMENT] Updated: subversion-1.6.12-2

2010-07-02 Thread David Rothenberger
A new version of subversion is available. This version is linked against libdb4.5. CYGWIN NEWS: One test fails while using the serf HTTP library. Please switch to neon if you encounter problems with serf. The maintainer uses serf for most activities but does occasionally encounter seg

[ANNOUNCEMENT] Updated: {aprutil1,libaprutil1,libaprutil1-devel}-1.3.9-3

2010-07-02 Thread David Rothenberger
A new version the Apache Portable Runtime utilities library is now available for download. CYGWIN NEWS: === This release is linked against libdb4.5 instead of libdb4.2. DESCRIPTION: The mission of the Apache Portable Runtime (APR) project is to create and maintain software li

Re: Weird directories on Windows share when using rm to delete a directory

2010-07-02 Thread Corinna Vinschen
On Jul 2 08:11, Slide wrote: > > > > > > So, IIUC, youre'saying that the directories get renamed to this > > temporary name, but they never disappear after rm -rf?  Are you > > sure that no other process is accessing them? > > > > Does Cygwin recognize the drive as netapp if you add a mount poin

Re: Windows GUI programs (e.g. notepad) start but are invisible after ssh login

2010-07-02 Thread Larry Hall (Cygwin)
On 7/2/2010 2:50 AM, Koszalek Opalek wrote: User "Thorsten Kampe" wrote: Same on Windows XP SP3... Is it possible to run sshd as a regular process rather than a service? I'm OK not seeing the GUI most of the time (I'm launching my application after logging over ssh, the application does some

R: Error with libtool when compiling MySQL

2010-07-02 Thread Marco Atzeri
--- Gio 1/7/10, Jet Thompson ha scritto: > make fails when building MySQL > 5.1.48, using libtool: > > make[3]: Entering directory `/home/Eric Thompson/My ^^ a space in the path > Documents/Downloads/mysql-5.1.48/unittest/mytap/t' > > /bin/sh ../../.

Re: Weird directories on Windows share when using rm to delete a directory

2010-07-02 Thread Slide
> > So, IIUC, youre'saying that the directories get renamed to this > temporary name, but they never disappear after rm -rf?  Are you > sure that no other process is accessing them? > > Does Cygwin recognize the drive as netapp if you add a mount point for > it?  How to check:  If the drive has b

Error with libtool when compiling MySQL

2010-07-02 Thread Jet Thompson
make fails when building MySQL 5.1.48, using libtool: make[3]: Entering directory `/home/Eric Thompson/My Documents/Downloads/mysql-5.1.48/unittest/mytap/t' /bin/sh ../../../libtool --preserve-dup-deps --tag=CC --mode=link gcc -O2 -L../../../unittest/mytap -o basic-t.exe basic-t.o -lmytap -

Re: Weird directories on Windows share when using rm to delete a directory

2010-07-02 Thread Corinna Vinschen
On Jul 1 20:03, Slide wrote: > On Thu, Jul 1, 2010 at 3:26 PM, Larry Hall (Cygwin) > wrote: > > On 7/1/2010 5:52 PM, Slide wrote: > > > > > > > >> What sort of information would you need for the share? I believe it is > >> actually a Linux box running Samba for the share. I would have to > >> do

Re: R: getsockopt(SO_KEEPALIVE) returns incorrect option length

2010-07-02 Thread Corinna Vinschen
On Jul 2 13:31, Pavel Holejsovsky wrote: > On 7/2/2010 12:01 PM, Marco Atzeri wrote: > >--- Ven 2/7/10, Pavel Holejsovsky ha scritto: > > > >>Hi, > >> > >>I think that following problem shows problematic behavior > >>in cygwin 1.7.5, at least incompatible with linux: > >> > >>#include > >>#include

Re: Weird directories on Windows share when using rm to delete a directory

2010-07-02 Thread Corinna Vinschen
On Jul 2 15:28, Corinna Vinschen wrote: > On Jul 1 15:28, Eric Blake wrote: > > On 07/01/2010 03:24 PM, Slide wrote: > > > I am seeing a VERY odd problem. If I run "/usr/bin/rm -rf > > > //computer/share/path/to/dir" to remove a directory on a network > > > share. I get some directories created w

Re: Weird directories on Windows share when using rm to delete a directory

2010-07-02 Thread Corinna Vinschen
On Jul 1 15:28, Eric Blake wrote: > On 07/01/2010 03:24 PM, Slide wrote: > > I am seeing a VERY odd problem. If I run "/usr/bin/rm -rf > > //computer/share/path/to/dir" to remove a directory on a network > > share. I get some directories created with names like > > .XXXf8a0015e3b00c65f07a9f20c

Re: mutt and perl-ming

2010-07-02 Thread Corinna Vinschen
On Jul 1 17:14, Lee Rothstein wrote: > I got bitten by the misconfig of gnome-canvas on kernel.org. > > That plus, bandwidth shenanigans by Comcast, and probably > some errors in my recovery process left me with a bunch of > missing pieces from sundry packages. > > I've fixed all the problems ex

[ANNOUNCEMENT] Updated: googlecl-0.9.8-1

2010-07-02 Thread Chris Sutcliffe
Version 0.9.8-1 of googlecl has been uploaded. GoogleCL brings Google services to the command line. For examples see: http://code.google.com/p/googlecl/wiki/ExampleScripts Change include: * Proper login procedure for Apps users * setuptools support * Uploading directory trees to Do

RE: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Ramón García Fernández
We did put a ticket for this issue. It is not really necessary to strace rebase.pl. When rebase was invoked with a long command, any attempt to fork, including a call to perl system() before anything else, causes this issue. I suggest not to translate junctions to targets, even if the functional

Re: R: getsockopt(SO_KEEPALIVE) returns incorrect option length

2010-07-02 Thread Pavel Holejsovsky
On 7/2/2010 12:01 PM, Marco Atzeri wrote: --- Ven 2/7/10, Pavel Holejsovsky ha scritto: Hi, I think that following problem shows problematic behavior in cygwin 1.7.5, at least incompatible with linux: #include #include int main() { int sock, option, optlen = sizeof(int); so

Re: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Reini Urban
2010/7/2 Ramón García Fernández : > The cause was that the argument list was long. That is, a program invoked > with a long argument list could not fork. Perhaps this behaviour could be > improved. I'll try if it's within perl. Before I see no problem with perl's fork, but maybe it's elsewhere.

Re: Mail program

2010-07-02 Thread Andrey Repin
Greetings, Refr Bruhl! > I found a resolution to my email problem. > I had to reinstall ssmtp > I discovered where I work was blocking port 25. This was removed for me Try the alternate mail submission port (587/tcp) or less standard 2525/tcp which is often configured to work. -- WBR, Andrey

R: getsockopt(SO_KEEPALIVE) returns incorrect option length

2010-07-02 Thread Marco Atzeri
--- Ven 2/7/10, Pavel Holejsovsky ha scritto: > Hi, > > I think that following problem shows problematic behavior > in cygwin 1.7.5, at least incompatible with linux: > > #include > #include > > int main() { >         int sock, option, optlen = > sizeof(int); >         sock = socket(AF_INET,

Re: Re: Windows GUI programs (e.g. notepad) start but are invisible after ssh login

2010-07-02 Thread Thorsten Kampe
* Koszalek Opalek (02 Jul 2010 08:50:47 +0200) > User "Thorsten Kampe" wrote: > > Same on Windows XP SP3... > > Is it possible to run sshd as a regular process rather > than a service? Sure. Thorsten -- Problem reports: http://cygwin.com/problems.html FAQ: http://cy

Re: Fwd: unstable behavior with 1.7.5

2010-07-02 Thread Csaba Raduly
On Fri, Jul 2, 2010 at 12:30 AM, Leigh Orf wrote: > On Thu, Jul 1, 2010 at 4:29 PM, Larry Hall wrote: >> Please: >>   >>   > > If you can convince google/gmail to make options for these things (and > change rfc1855), great

RE: Issue with Cygwin perl *** fatal error - fork: can't reserve memory for stack

2010-07-02 Thread Ramón García Fernández
The cause was that the argument list was long. That is, a program invoked with a long argument list could not fork. Perhaps this behaviour could be improved. On the other hand, I tried creating a junction point with linkd.exe so that I could use short names for the openoffice source tree. But t