Re: Sleep problems in kernel 2.6 from mvista.com

2003-12-07 Thread Aaron Schrab
At 21:36 +0100 07 Dec 2003, Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > On Sun, 7 Dec 2003, Aaron Schrab wrote: > > At 11:34 +0100 07 Dec 2003, Geert Uytterhoeven <[EMAIL PROTECTED]> wrote: > > > Another annoying thing is that gnome-terminal is no longer able to

Re: Sleep problems in kernel 2.6 from mvista.com

2003-12-07 Thread Aaron Schrab
cted the correct entry from the "Terminal->Character Coding" menu. -- Aaron Schrab [EMAIL PROTECTED] http://www.schrab.com/aaron/ Do not simplify the design of a program if a way can be found to make it complex and wonderful.

Re: Help to reproduce the bug (Was: Re: State of Ruby)

2003-10-02 Thread Aaron Schrab
At 18:54 -0500 02 Oct 2003, Aaron Schrab <[EMAIL PROTECTED]> wrote: > 21)frell$ ulimit -s 8192 > 22)frell$ irb1.8 > irb(main):001:0> I've done some additional experiments with this to find out exactly where the stacksize becomes a problem. It's fine as long as t

Re: Help to reproduce the bug (Was: Re: State of Ruby)

2003-10-02 Thread Aaron Schrab
1 irb1.8 21)frell$ ulimit -s 8192 22)frell$ irb1.8 irb(main):001:0> 23)frell$ echo $? 0 I may have time over the weekend to look for the actual cause of this bug, but maybe this will provide enough of a pointer for someone with a knowledge of ruby's memory management code to fin

Re: Please retry build of ruby1.8 on PPC

2003-08-29 Thread Aaron Schrab
ry building the ruby1.8 > package again or do a manual build of the architecture-dependent parts > of this package and upload the .debs? > > Thanks, > Aaron > > -- > Aaron Schrab [EMAIL PROTECTED] http://www.schrab.com/aaron/ > Dib: Horrible nightmare visions! > Ms. Bitters: It's called life, Dib.

Please retry build of ruby1.8

2003-08-24 Thread Aaron Schrab
ither request that a buildd try building the ruby1.8 package again or do a manual build of the architecture-dependent parts of this package and upload the .debs? Thanks, Aaron -- Aaron Schrab [EMAIL PROTECTED] http://www.schrab.com/aaron/ Dib: Horrible nightmare visions! Ms. Bi

Re: Auto-repeat problem: released key not always detected

2002-08-19 Thread Aaron Schrab
with an AZERTY keyboard. 500 MHz iBook with a QWERTY keyboard here. -- Aaron Schrab [EMAIL PROTECTED] http://www.schrab.com/aaron/ Dib: Horrible nightmare visions! Ms. Bitters: It's called life, Dib.

Re: wmappl

2002-07-10 Thread Aaron Schrab
s perfect && absolutely non-ambiguous. It's storing the return value from fgetc() into a char variable. This is wrong, fgetc() is documented as returning an int (it needs to be able to return any valid char or EOF, so a char isn't big enough). -- Aaron Schrab [EMAIL PROT

Re: ibook2 "XkbOptions" "ctrl:nocaps", does it work?

2002-02-27 Thread Aaron Schrab
quot; for X works fine. Since the patch is small I'm attaching it here. -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ No, I'm not going to explain it. If you can't figure it out, you didn't want to know anyway... :-)--Larry Wall caps.patch-2.4.6.gz Description: Binary data

Re: cooledit segfault on powerpc (was Re: Help with #123015 on cooledit)

2001-12-29 Thread Aaron Schrab
right? Since archs that don't need __va_copy are passing va_lists by value they're working on a copy already. -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ "...this does not mean that some of us should not want, in a rather dispassionate sort of

cooledit segfault on powerpc (was Re: Help with #123015 on cooledit)

2001-12-29 Thread Aaron Schrab
widget/coolwidget.c Sat Dec 29 03:24:10 2001 @@ -34,6 +34,7 @@ char *str; va_start (s, fmt); str = vsprintf_alloc (catstrs (" ", fmt, " ", 0), s); +va_end (s); CFatalErrorDialog (20, 20, str); free (str); } -- Aaron Schrab [EMAIL PROTECTED]

Re: I'm one step away from Airport

2001-10-16 Thread Aaron Schrab
At 17:46 -0400 16 Oct 2001, Jesse David Andrews <[EMAIL PROTECTED]> wrote: > All I did was edit the /etc/network/interfaces > I don't know how to tell it the essid or whatnot for the iwconfig here... You can't currently with a normal setup. But, check out Bug#113

Re: fakeroot 0.4.5 problems on ppc

2001-10-04 Thread Aaron Schrab
./configure + $(MAKE) -C fake clean $(MAKE) CFLAGS="-g -O2 -Wall -W -pedantic" \ CXXFLAGS="-g -O2 -Wall -W -pedantic" $(MAKE) -C fake CFLAGS="-g -O2 -Wall -W -pedantic" \ -- Aaron Schrab [EMAIL PROTECTED] http:/

Re: PPP (was: Xpmac on Powerbook 1400c)

2001-08-25 Thread Aaron Schrab
8400. That was with Mac OS, not linux (which won't run on the LC), but it does indicate even old Mac serial ports are capable of doing at least halfway decent speeds. -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ "But what we need to know is, do people want nasally-insertable computers?"

Re: lazy saturday notebook comparo (long)

2001-08-25 Thread Aaron Schrab
patch applied without any major problems and losetup seems to work fine. Even mkfs seems to work, but mount always fails. I've tried several different ciphers and none of them worked; one of them (don't remember which) even dropped me into the kernel debugger. -- Aaron Sch

Re: dhcp-client segfaults on powerpc

2001-07-15 Thread Aaron Schrab
-> new -> options [DHO_DHCP_LEASE_TIME].data); /* A number that looks negative here is really just very large, -- Aaron Schrab [EMAIL PROTECTED] http://www.execpc.com/~aarons/ Real programmers can write assembly code in any language. :-) --Larry Wall