Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Jan Djärv
Angelo Graziosi skrev: Jan DjÃrv wrote: It would be a small thing to figure out which part is used on cygwin if the config.h was available. Every time that the build of Emacs-CVS is configured with: ... ./configure --prefix=... --with-gtk it fails when starting (on Cygwin) in this way:

Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Jan Djärv
Christopher Faylor wrote: Thanks much for the details. We do want to make things work correctly but, if that just means some work in emacs source code, then someone who is familiar with emacs will have to do that, i.e., someone else will have to come up with the config.h. OTOH, if someone cou

Re: cron run task can not see samba mounts.

2007-02-19 Thread Larry Hall (Cygwin)
. Reformatted. Daksa wrote: On 2/18/07, Larry Hall (Cygwin) cygwin com> wrote: ^ . Don't feed the spammers. Thanks. Daksa wrote: > As

Re: Surprising results (ls: no such file or directory) with managed mounts

2007-02-19 Thread Jonathan Lennox
On Tuesday, February 20 2007, "Eric Blake" wrote to "Jonathan Lennox, cygwin@cygwin.com" saying: > > Cygwin managed mounts give surprising (to me) results if a filename that's > > not in its canonical form manages to get below the managed mountpoint: > > The real fix, which I've mentioned before

Full install hangs at gnome-vfs2.sh during install, gconftool-2 running/hung

2007-02-19 Thread Web Clark (RR)
"All" downloaded without install on Feb 15, 2007. Installation attempt of "All" on Windows XP Pro on a P4 laptop hangs when it gets to the post-install script gnome-vfs2.sh. There is a single instance of gconftool-2.exe "running". CPU, disk, and network are dead idle. After 10 minutes, hit "can

Re: Surprising results (ls: no such file or directory) with managed mounts

2007-02-19 Thread Eric Blake
> Cygwin managed mounts give surprising (to me) results if a filename that's > not in its canonical form manages to get below the managed mountpoint: The real fix, which I've mentioned before, would be altering rename() to fail with EXDEV when renaming files across managed mount points. But as I

Re: cron run task can not see samba mounts.

2007-02-19 Thread Daksa
Thanks for the link, those pointers eventually lead to me solving this nasty issue. The FAQ makes it sound simple to get private shares working, but in reality it is not entirely straight forward. Providing the password to net use while cron was being run as the SYSTEM user did not fix the issue.

Surprising results (ls: no such file or directory) with managed mounts

2007-02-19 Thread Jonathan Lennox
Cygwin managed mounts give surprising (to me) results if a filename that's not in its canonical form manages to get below the managed mountpoint: $ mkdir managed unmanaged $ mount -o managed `cygpath -aw managed` $PWD/managed $ mkdir unmanaged/dir $ touch unmanaged/dir/Foo $ mv unmanaged/dir manag

[ANNOUNCEMENT] Updated: texinfo-4.8-4

2007-02-19 Thread Christopher Faylor
I've made a new version of 'texinfo' available for installation. This version incorporates a manifest file which reportedly fixes the problem running install-info.exe under Vista as mentioned here: http://sourceware.org/ml/cygwin/2007-02/msg00478.html For a brief description of this package, and

Re: xargs problem

2007-02-19 Thread Christopher Layne
On Mon, Feb 19, 2007 at 01:28:17PM -0800, Christopher Layne wrote: > Absolutely. I don't disagree with this. The issue is the magnitude. > The opteron box has 4gigs of ram, scsi 320 disks, and is running water cooled > at 2.8 ghz. Nothing *normal* can explain such a reason why a Celeron-D can > for

Re: strange bug in gettimeofday function

2007-02-19 Thread Christopher Layne
On Mon, Feb 19, 2007 at 12:52:10PM -0800, Shankar Unni wrote: > Andrew Makhorin wrote: > > >{ double t0 = get_time(), t1 = get_time(); > > [Maybe OT?] > > 1. I can't remember if C guarantees that comma-separated *declarations* > are initialized in order or not.. And to think I used to be

Re: xargs problem

2007-02-19 Thread Christopher Layne
On Mon, Feb 19, 2007 at 01:04:38PM -0800, Shankar Unni wrote: > Christopher Layne wrote: > > >$ uname -a; uptime; time echo 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 > >18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 > >43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58

Re: xargs problem

2007-02-19 Thread Shankar Unni
Christopher Layne wrote: $ uname -a; uptime; time echo 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82

Re: Oracle 10g sqlplus takes 6 quits or exits when run from cygwin

2007-02-19 Thread Shankar Unni
Jason Thurston wrote: I just installed cygwin and I just installed oracle 10g on my Windows XP computer.If I run sqlplus to connect to oracle 10G through a tns connection then when I want to exit I have to type "quit" 6 times in a row and then it will exit sqlplus. I've been using Cygwin w

Re: strange bug in gettimeofday function

2007-02-19 Thread Shankar Unni
Andrew Makhorin wrote: { double t0 = get_time(), t1 = get_time(); [Maybe OT?] 1. I can't remember if C guarantees that comma-separated *declarations* are initialized in order or not.. And to think I used to be an ANSI C guru :-(. 2. The reason that the "t0 > t1" fails, but t0 and t

Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Angelo Graziosi
Jan DjÃrv wrote: > It would be a small thing to figure out which part is used on cygwin if > the config.h was available. Every time that the build of Emacs-CVS is configured with: ... ./configure --prefix=... --with-gtk it fails when starting (on Cygwin) in this way: $ ./emacs-cvs& ***MEM

Re: screen [ping cgf]

2007-02-19 Thread Andrew Schulman
> At 16-2-2007 22:38, Frank Fesevur wrote: > > I have just tried it and so far it works for me. Although I must admit I > > have only used it very limited. But a colleague just mailed that he > > could not detach/retach :-S > > This detach/retach problem seems to be caused by an incomplete unins

Re: xargs problem

2007-02-19 Thread Larry Hall (Cygwin)
Christopher Layne wrote: On Mon, Feb 19, 2007 at 05:34:31PM +0100, Corinna Vinschen wrote: ...or `xargs -n 1' Which btw is obnoxiously slow on Cygwin for some weird-unknown reason. Hm. I thought Cygwin always popped up a message explaining why it was being obnoxiously slow. Must be a bug.

Re: unkown proc directory in root

2007-02-19 Thread Christopher Faylor
On Mon, Feb 19, 2007 at 10:59:26AM +0100, Corinna Vinschen wrote: >On Feb 19 17:27, Wynfield Henman wrote: >> I just noticed a new (or I just noticed it) directory in what should >> be the root directory or C:\cygwin, which should be the same as I >> understand it. But, why do I get different cont

Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Christopher Faylor
On Mon, Feb 19, 2007 at 10:02:06AM +0100, Jan Dj??rv wrote: >Christopher Faylor wrote: > >>On Mon, Feb 19, 2007 at 08:26:36AM +0100, Jan Dj??rv wrote: >>>Christopher Faylor wrote: If someone is positing that one of several functions possibly isn't working in cygwin why not report exactly wh

Re: xargs problem

2007-02-19 Thread Christopher Layne
On Mon, Feb 19, 2007 at 05:34:31PM +0100, Corinna Vinschen wrote: > > >maybe I'm being dense, but xargs does not seem to do what > > >it should: > > > > xargs only calls the command (echo in this case) once, with > > all the given arguments. (It will call it more than once > > only if calling it

Re: xargs problem

2007-02-19 Thread Christopher Layne
On Mon, Feb 19, 2007 at 05:34:31PM +0100, Corinna Vinschen wrote: > > If you want a command run once for each item in a list of > > things, use a for loop: > > ...or `xargs -n 1' > > > Corinna Yeah, unfortunately don't try to do too much with that or you'll be waiting for a while. $ uname -a;

Re: screen [ping cgf]

2007-02-19 Thread Frank Fesevur
At 16-2-2007 22:38, Frank Fesevur wrote: I have just tried it and so far it works for me. Although I must admit I have only used it very limited. But a colleague just mailed that he could not detach/retach :-S This detach/retach problem seems to be caused by an incomplete uninstall of an olde

RE: sshd + bash = crush on CRs

2007-02-19 Thread Eric Blake
> > I meant not my .bashrc and .bash_profile are readonly, but when I put > into them the line like this: > SHELLOPTS='igncr' > after logging in bash says to me that SHELLOPTS is readonly variable and > cannot be set. Reread the release announcement. SHELLOPTS auto-tracks shell option settings,

Re: xargs problem

2007-02-19 Thread Jean-Rene David
* Markus Hoenicka [2007.02.19 10:45]: > $ echo test1 test2|xargs -t > /bin/echo test1 test2 > test1 test2 > > I'd expect the output to read: > > /bin/echo test1 > test1 > /bin/echo test2 > test2 Your assumption about what xargs does is incorrect. It does not call the command once for each argume

RE: xargs problem

2007-02-19 Thread Markus Hoenicka
Aaron Brown <[EMAIL PROTECTED]> was heard to say: > xargs only calls the command (echo in this case) once, with > all the given arguments. (It will call it more than once > only if calling it once would be a too-long command line.) > Ah, I see. After reading the man page again, the "-n" option w

Re: xargs problem

2007-02-19 Thread Corinna Vinschen
On Feb 19 11:23, Aaron Brown wrote: > Markus Hoenicka wrote: > > >maybe I'm being dense, but xargs does not seem to do what > >it should: > > xargs only calls the command (echo in this case) once, with > all the given arguments. (It will call it more than once > only if calling it once would be

Re: xargs problem

2007-02-19 Thread Markus Schönhaber
Markus Hoenicka wrote: > maybe I'm being dense, but xargs does not seem to do what it should: > > $ echo test1 test2|xargs -t > /bin/echo test1 test2 > test1 test2 > > I'd expect the output to read: > > /bin/echo test1 > test1 > /bin/echo test2 > test2 > > What am I doing wrong? Your expectation

RE: xargs problem

2007-02-19 Thread Aaron Brown
Markus Hoenicka wrote: maybe I'm being dense, but xargs does not seem to do what it should: xargs only calls the command (echo in this case) once, with all the given arguments. (It will call it more than once only if calling it once would be a too-long command line.) If you want a command ru

xargs problem

2007-02-19 Thread Markus Hoenicka
Hi all, maybe I'm being dense, but xargs does not seem to do what it should: $ echo test1 test2|xargs -t /bin/echo test1 test2 test1 test2 I'd expect the output to read: /bin/echo test1 test1 /bin/echo test2 test2 What am I doing wrong? regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (

RE: sshd + bash = crush on CRs

2007-02-19 Thread Pavel Ivanoff
> From: Vaclav Haisman > > Pavel Ivanoff wrote: > > Hi, all! > > > > After updating bash to newest version on my server I've met problems > > with CR on my scripts. I've solved them with setting system variable > > SHELLOPTS to 'igncr'. And now they work fine when I login > to the server > > via

Re: sshd + bash = crush on CRs

2007-02-19 Thread Václav Haisman
Pavel Ivanoff wrote: > Hi, all! > > After updating bash to newest version on my server I've met problems > with CR on my scripts. I've solved them with setting system variable > SHELLOPTS to 'igncr'. And now they work fine when I login to the server > via Terminal Services. But when I login to the

sshd + bash = crush on CRs

2007-02-19 Thread Pavel Ivanoff
Hi, all! After updating bash to newest version on my server I've met problems with CR on my scripts. I've solved them with setting system variable SHELLOPTS to 'igncr'. And now they work fine when I login to the server via Terminal Services. But when I login to the server via sshd (last version ca

[ANNOUNCEMENT] Updated: patch-2.5.8-9

2007-02-19 Thread Corinna Vinschen
I have updated patch on cygwin.com to 2.5.8-9. This version now comes with a manifest file which is necessary to run patch normally on Windows Vista. To update your installation, click on the "Install Cygwin now" link on the http://cygwin.com/ web page. This downloads setup.exe to your system.

Re: Cygwin and Vista - missing manifest files

2007-02-19 Thread Corinna Vinschen
On Feb 18 11:58, Benoit Miller wrote: > A while ago there was a discussion (in the "Vista & coreutils" thread) > that suggested adding an install.exe.manifest file to solve the UAC > issues with Vista. > > From a Cygwin 1.5.24-2 install, two more manifest files are needed: one > for install-inf

Re: 1.5.24: ftp produces "Operation not permitted" error for some commands

2007-02-19 Thread Corinna Vinschen
On Feb 19 01:50, Peter Torpey wrote: > I have just installed Cygwin v1.5.24 under XP Pro SP1. When trying to use > /usr/bin/ftp, I can connect to ftp servers and execute some commands. > However, for commands that use a data channel such as ls, put, and get, the > command fails with the "Operation

Re: unkown proc directory in root

2007-02-19 Thread Corinna Vinschen
On Feb 19 17:27, Wynfield Henman wrote: > I just noticed a new (or I just noticed it) directory in what should > be the root directory or C:\cygwin, which should be the same as I > understand it. But, why do I get different contents, i.e., an > interesting subdirectory "proc" only shows up on ls

Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Corinna Vinschen
On Feb 19 10:02, Jan Dj?rv wrote: > The code in question in glib looks like this: > > static gpointer > allocator_memalign (gsize alignment, > gsize memsize) > { > gpointer aligned_memory = NULL; > gint err = ENOMEM; > #if HAVE_COMPLIANT_POSIX_MEMALIGN > err = posix_m

Re: Lost support for baud rate of 230400 after minor Cygwin upgrade

2007-02-19 Thread Corinna Vinschen
On Feb 19 09:13, David le Comte wrote: > My USB serial port card can support 9216000 bps, and all power of 2 > sub-multiples > to 115200, then the "usual suspects" below that. Is this list a subset > of your new list of > supported baudrates? It's the list of baudrates supported by Linux up to

Re: Using the snapshot 20070214

2007-02-19 Thread Corinna Vinschen
On Feb 17 00:31, Angelo Graziosi wrote: > > Corinna Vinschen wrote: > > > The figure shows up for me. > > Hi Corinna, > > WHICH version of TETEX-X11 (xdvi is there) have you installed ? > > > The problem I described happens with tetex-x11-3.0.0-3[curr]. > > Reinstalling the [prev]tetex-x11-2

Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Jan Djärv
Christopher Faylor wrote: On Mon, Feb 19, 2007 at 08:26:36AM +0100, Jan Dj??rv wrote: Christopher Faylor wrote: If someone is positing that one of several functions possibly isn't working in cygwin why not report exactly which function that would be? I.e., a little more work than reposting spe

1.5.24: ftp produces "Operation not permitted" error for some commands

2007-02-19 Thread Peter Torpey
I have just installed Cygwin v1.5.24 under XP Pro SP1. When trying to use /usr/bin/ftp, I can connect to ftp servers and execute some commands. However, for commands that use a data channel such as ls, put, and get, the command fails with the "Operation not permitted" message as in this example: f

Re: Setting up environment variables and paths for mySQL

2007-02-19 Thread Wuerfel Developer
Hi Robert, robert_neville310[...] schrieb: I am new to cygwin and need some assistance setting up environment variables and paths. [...] The PATH variable for all users is set in /etc/profiles. Just append your xamp/mysql/bin-Path there. Or you could set it per user in [homedir]/.bashrc, usin

unkown proc directory in root

2007-02-19 Thread Wynfield Henman
I just noticed a new (or I just noticed it) directory in what should be the root directory or C:\cygwin, which should be the same as I understand it. But, why do I get different contents, i.e., an interesting subdirectory "proc" only shows up on ls /, but not ls /cygdrive/c/cygwin as shown below

Re: FW: Re: [EMAIL PROTECTED]: ***MEMORY-ERROR***: emacs[5172]: GSlice: failed

2007-02-19 Thread Angelo Graziosi
For the sake of completeness, I have tried many times to build Emacs-CVS configuring with GTK toolkit. The build is fine but emacs fail to start: $ emacs-cvs & ***MEMORY-ERROR***: emacs[5172]: GSlice: failed to allocate 504 bytes (alignment: 512): Function not implemented (This not only with