Re: Change PS1 when running as administrator

2014-06-16 Thread Thomas Wolff
Am 16.06.2014 22:04, schrieb Frank Fesevur: 2014-06-16 21:06 GMT+02:00 Achim Gratz: Frank Fesevur writes: When I run as administrator I change my PS1 from "$" to "#" with these line in ~/.bashrc. if id -Gn | grep -i Administrators > /dev/null If anything I'd check for membership in group 544

rebaseall breaks some packages(?)

2014-06-16 Thread Katsumi Yamaoka
Hi, I updated the Cygwin installation on Win7 SP1 32-bit yesterday (using setup-x86.exe) and got unable to use some commands. For instance, when I tried to update the Emacs source by using bzr+ssh I got: $ cd emacs/trunk $ bzr update 0 [main] python2.7 3856 child_info_fork::abort: address\

Re: [ANNOUNCEMENT] Updated: fossil 20140612172556-1 -- DVCS with built-in wiki, http server and issue tracker (FIXED)

2014-06-16 Thread David Stacey
On 16/06/14 11:58, Jari Aalto wrote: Thanks Jan. New release uploaded. Should appear shortly in archives. Thanks for changing this, but I'm only seeing the '-2' build for x86_64, not x86. Is this intentional? Dave. -- Problem reports: http://cygwin.com/problems.html FAQ:

timeout in LDAP access

2014-06-16 Thread Denis Excoffier
Hello, I’ve exercised ‘getent' a little bit those days (with 'db_enum: all’ in /etc/nsswitch.conf), and it seems to me that the timeout ‘tv' (3 seconds, in ldap.cc) is probably too small for servers not so quickly responsive or with many (50, fake or real) users around (see the call to ldap

Re: postgresql-9.2.4-2: ossp-uuid module

2014-06-16 Thread Marco Atzeri
On 16/06/2014 19:04, Filipp Gunbin wrote: On 27/07/2013 09:57 +0200, marco atzeri wrote: Returning to this old problem, Currently postgres with ossp-uuid module (--with-ossp-uuid added to CYGCONF_ARGS) builds with OSSP uuid library (http://www.ossp.org/pkg/lib/uuid/), but not with libuuid wh

Re: Change PS1 when running as administrator

2014-06-16 Thread Frank Fesevur
2014-06-16 21:06 GMT+02:00 Achim Gratz: > Frank Fesevur writes: >> When I run as administrator I change my PS1 from "$" to "#" with these >> line in ~/.bashrc. >> >> if id -Gn | grep -i Administrators > /dev/null > > If anything I'd check for membership in group 544. "Administrators" > surely is o

Re: Change PS1 when running as administrator

2014-06-16 Thread Frank Fesevur
2014-06-16 21:00 GMT+02:00 Chris J. Breisch: > You might want to look at this thread: > https://sourceware.org/ml/cygwin/2014-04/msg00256.html Thanks for showing this threads. Missed it back then. > I use the registry test, but the id method would also work. I think the id command is a better wa

[ANNOUNCEMENT] Updated: rxvt-unicode-9.20-1

2014-06-16 Thread Yaakov Selkowitz
The following package has been updated in the Cygwin distribution: * rxvt-unicode-9.20-1 rxvt-unicode is a colour vt102 terminal emulator intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, r

[ANNOUNCEMENT] Updated: libtirpc-0.2.4-1

2014-06-16 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: * libtirpc1-0.2.4-1 * libtirpc-common-0.2.4-1 * libtirpc-devel-0.2.4-1 TI-RPC provides a library that implements Transport Independent Remote Procedure Calls. It supports RPCs over IPv4, IPv6, as well as local unix sockets.

[ANNOUNCEMENT] Updated: e2fsprogs-1.42.10-1

2014-06-16 Thread Yaakov Selkowitz
The following packages have been updated for the Cygwin distribution: *** e2fsprogs-1.42.10-1 *** libcom_err2-1.42.10-1 *** libcom_err-devel-1.42.10-1 *** libe2p2-1.42.10-1 *** libe2p-devel-1.42.10-1 *** libext2fs2-1.42.10-1 *** libext2fs-devel-1.42.10-1 *** libss2-1.42.10-1 *** libss-devel-1.42.

[ANNOUNCEMENT] Updated: Cygwin 32<->64 cross-toolchains

2014-06-16 Thread Yaakov Selkowitz
The following packages has been updated for the Cygwin x86 distribution: * cygwin64-1.7.30-1 * cygwin64-binutils-2.24.51.20140603-1 * cygwin64-gcc-ada-4.8.3-1 * cygwin64-gcc-core-4.8.3-1 * cygwin64-gcc-fortran-4.8.3-1 * cygwin64-gcc-g++-4.8.3-1 * cygwin64-gcc-objc-4.8.3-1 * cygwin64-gcc-objc++-4.

[ANNOUNCEMENT] Updated: gettext-0.18.3.2-2

2014-06-16 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * gettext-0.18.3.2-2 * gettext-devel-0.18.3.2-2 * gettext-doc-0.18.3.2-2 * libasprintf0-0.18.3.2-2 * libasprintf-devel-0.18.3.2-2 * libgettextpo0-0.18.3.2-2 * libgettextpo-devel-0.18.3.2-2 * libintl8-0.18.3.2-2 * libintl-devel-0

Re: Change PS1 when running as administrator

2014-06-16 Thread Achim Gratz
Frank Fesevur writes: > When I run as administrator I change my PS1 from "$" to "#" with these > line in ~/.bashrc. > > if id -Gn | grep -i Administrators > /dev/null If anything I'd check for membership in group 544. "Administrators" surely is one of these strings that gets localized depending o

Re: Change PS1 when running as administrator

2014-06-16 Thread Chris J. Breisch
GrahamC wrote: On Monday, 16 June 2014, 12:25, Frank Fesevur wrote: Hi, I recently bought a new home computer, so I switched from XP to Win81. With Win81 every now and then I need to start cygwin as administrator (right click shortcut or tile, run as administrator) to do things that I can't

Re: libtirpc and redeclared bindresvport/bindresvport_sa

2014-06-16 Thread Yaakov Selkowitz
On 2014-05-27 01:54, Peter Rosin wrote: I ran into this problem [1] when doing some RPC coding, and went searching for a resolution. But I came up empty. Was there any further discussion? AFAICS that thread is the extent of it. Is this what is holding up the libvirt ITP? No, I think that wo

Change PS1 when running as administrator

2014-06-16 Thread GrahamC
On Monday, 16 June 2014, 12:25, Frank Fesevur wrote: > Hi, > > I recently bought a new home computer, so I switched from XP to Win81. > With Win81 every now and then I need to start cygwin as administrator > (right click shortcut or tile, run as administrator) to do things that > I can't do as

Re: cygwin not setting errno on "Connection refused" errors

2014-06-16 Thread Corinna Vinschen
On Jun 16 19:43, Christoph H. Hochstaetter wrote: > On June 16 15:12 Corinna Vinschen wrote: > >On May 30 19:01, Luke White wrote: > >> I just updated cygwin today, and I've noticed that errno is not being > >> set when there's a connection refused error. This appears to be true > >> for INET and

AW: cygwin not setting errno on "Connection refused" errors

2014-06-16 Thread Christoph H. Hochstaetter
On June 16 15:12 Corinna Vinschen wrote: >On May 30 19:01, Luke White wrote: >> I just updated cygwin today, and I've noticed that errno is not being >> set when there's a connection refused error. This appears to be true >> for INET and UNIX domain sockets. >> >> For example: >> >> $ ssh -p 12345

Re: gcc 4.8.2 runtime library error

2014-06-16 Thread Corinna Vinschen
On May 28 08:53, Arthur Schwarz wrote: > Win 7 64-bit > gcc 4.8.2 (64-bit) > > ret: http://stackoverflow.com/questions/23900921/c-scanf-la-returns-0 > > I don't know whether cygwin or gcc.org maintains the runtime library. If > this is the wrong location I'll redirect this e-mail. We're using th

Re: postgresql-9.2.4-2: ossp-uuid module

2014-06-16 Thread Filipp Gunbin
On 27/07/2013 09:57 +0200, marco atzeri wrote: > Il 7/27/2013 9:25 AM, Filipp Gunbin ha scritto: >> On 26/07/2013 19:02 +0400, marco atzeri wrote: >> >>> Il 7/26/2013 2:17 PM, Filipp Gunbin ha scritto: Hello again, It would be useful to include "uuid-ossp" module in the default

Re: tmux failed and got the message: failed to connect to server: No error

2014-06-16 Thread Corinna Vinschen
On Jun 16 17:08, Henry S. Thompson wrote: > Corinna Vinschen writes: > > > [Corinna is BACK!] > > > > I'll generate a new snapshot later today. > > Hope you had a great holiday! You were missed. Holiday was great, thank you. And the snapshot is up now. Corinna -- Corinna Vinschen

Re: tmux failed and got the message: failed to connect to server: No error

2014-06-16 Thread Henry S. Thompson
Corinna Vinschen writes: > [Corinna is BACK!] > > I'll generate a new snapshot later today. Hope you had a great holiday! You were missed. ht -- Henry S. Thompson, School of Informatics, University of Edinburgh 10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440

Re: New Version 1.7.30-1: Passwd -R option. Can only update logged in user.

2014-06-16 Thread Corinna Vinschen
On Jun 4 05:06, Thomas Fay wrote: > > Hi, > > Recently there was an update to the passwd -R feature in 1.7.30-1 > which allows you to pipe in a password to the "passwd -R". This is a > something that we really need and the update is appreciated. :) I'm not sure what you're talk

Re: cygwin not setting errno on "Connection refused" errors

2014-06-16 Thread Corinna Vinschen
On May 30 19:01, Luke White wrote: > I just updated cygwin today, and I've noticed that errno is not being > set when there's a connection refused error. This appears to be true > for INET and UNIX domain sockets. > > For example: > > $ ssh -p 12345 localhost > ssh: connect to host localhost por

Re: tmux failed and got the message: failed to connect to server: No error

2014-06-16 Thread Corinna Vinschen
On Jun 2 11:27, Robert Pendell wrote: > On Mon, Jun 2, 2014 at 4:37 AM, Michael Wild <> wrote: > > Hi Guan-Zhong > > > > The problem is known upstream [1, 2] and I'm also trying to figure out > > which change in the cygwin DLL triggered this issue. I'll post here > > again once I know more. > > >

[ANNOUNCEMENT] Updated: fossil 20140612172556-2 -- DVCS with built-in wiki, http server and issue tracker

2014-06-16 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://freecode.com/projects/fossil License : BSD-2-Clause A single binary distributed version control which utilizes SQLite database backend for storage metadata. The self contained binary includes also issue tracker, wiki enginea and built in w

Change PS1 when running as administrator

2014-06-16 Thread Frank Fesevur
Hi, I recently bought a new home computer, so I switched from XP to Win81. With Win81 every now and then I need to start cygwin as administrator (right click shortcut or tile, run as administrator) to do things that I can't do as a normal user. When I run as administrator I change my PS1 from "$"

Re: [ANNOUNCEMENT] Updated: fossil 20140612172556-1 -- DVCS with built-in wiki, http server and issue tracker (FIXED)

2014-06-16 Thread Jari Aalto
2014-06-16 10:51 Jan Nijtmans | | I tried the new fossil binary for Cygwin, and got the | following: | $ fossil sqlite | cygwin warning: | (...) | | Therefore, I suggest to configure fossil with the option | "--disable-internal-sqlite". Thanks Jan. New release uploaded. Should appear s

Re: Question on gcc install

2014-06-16 Thread Csaba Raduly
Hi Arthur, On Mon, Jun 16, 2014 at 2:39 AM, Arthur Schwarz wrote: > Does gcc delete old version of their software during an install. I just > installed gcc/mingw 4.8.3-2 and have all versions from 4.7.3 to 4.8.3-2 but > (I think) only libraries and etc. for 4.8.3-2. Am I responsible for deleting

[ANNOUNCEMENT] Updated: quilt 0.63-1 -- Tool to work with series of patches

2014-06-16 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: https://freecode.com/projects/quilt License : GPL Tool to work with series of patches Program manages a series of patches by keeping track of the changes each of them makes. They are logically organized as a stack, and you can apply, un-apply, r

Re: [ANNOUNCEMENT] Updated: fossil 20140612172556-1 -- DVCS with built-in wiki, http server and issue tracker

2014-06-16 Thread Jan Nijtmans
2014-06-13 16:09 GMT+02:00 Jari Aalto: >> CYGWIN INSTALLATION INFORMATION > === > If you have questions or comments, please send them to the Cygwin > mailing list at . I tried the new fossil binary for Cygwin, and got the following: $ fossil sqlite cygwin w

Re: Updated: stgit 0.17.1-1 -- Quilt functionality on top of git

2014-06-16 Thread jari
On 2014-06-16 09:19, Michael Wild wrote: | On Sat, Jun 14, 2014 at 2:21 PM, Jari Aalto wrote: | > | > PACKAGE DESCRIPTION | > === | > | > Homepage: http://procode.org/stgit | | Note that the above referenced homepage hasn't been updated since | release 0.16. More up-to-date info is