Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-07 Thread Remi Turk
On Thu, Jun 07, 2001 at 01:00:15PM +0200, Mikael Pettersson wrote: > On Wed, 6 Jun 2001 22:42:53 +0200, Remi Turk wrote: > > Try the patch below. Reboot. Run 'apm -S' (or --standby) at the > console. Did you see output from both send_event and apic_pm_callback? > If so

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-06 Thread Remi Turk
On Wed, Jun 06, 2001 at 07:03:09PM +0200, Remi Turk wrote: > > By applying the following patch (lookalike)? > > arch/i386/kernel/apm.c:send_event(): > > case APM_SYS_SUSPEND: > case APM_CRITICAL_SUSPEND: > case APM_USER_SUSPEND: > + case APM

Re: Break 2.4 VM in five easy steps

2001-06-06 Thread Remi Turk
On Wed, Jun 06, 2001 at 06:48:32AM -0400, Alexander Viro wrote: > On Wed, 6 Jun 2001, Sean Hunter wrote: > > > This is completely bogus. I am not saying that I can't afford the swap. > > What I am saying is that it is completely broken to require this amount > > of swap given the boundaries of ef

[PATCH] Configure.help:

2001-06-06 Thread Remi Turk
Hi, it seems the Configure.help text for CONFIG_LP_CONSOLE is incorrect: The default is to stall until the printer is ready while the help text says the opposite. (vi +540 drivers/char/lp.c) Attached is a patch for 2.4.6-pre1 which fixes the help text. Also, shouldn't CONFIG_LP_CONSOLE depend on

Re: 2.4.5-ac8 hardlocks when going to standby

2001-06-05 Thread Remi Turk
On Tue, Jun 05, 2001 at 09:37:52PM +0100, Alan Cox wrote: > > 2.4.5-ac[4678] all lock hard (no sysreq) when pushing my > > power-button (setup from the bios to go to standby) or > > when running apm --standby. (apm version 3.0final, RH6.2) > > apm --suspend works the way it should. > > > > 2.4.5/

2.4.5-ac8 hardlocks when going to standby

2001-06-05 Thread Remi Turk
Hi, 2.4.5-ac[4678] all lock hard (no sysreq) when pushing my power-button (setup from the bios to go to standby) or when running apm --standby. (apm version 3.0final, RH6.2) apm --suspend works the way it should. 2.4.5/2.4.6-pre1 don't hardlock. lspci -vvxxx output and .config are attached. Any

Re: symlink_prefix

2001-06-04 Thread Remi Turk
On Sun, Jun 03, 2001 at 07:25:25AM -0400, Alexander Viro wrote: > BTW, bind and friends are also easy - it's > what = open(old, 0); > where = open(mountpoint, 0); > new_mount(where, MNT_BIND, what); > > Comments? What if `what' and or `where' aren't directories but e.g. sockets

Re: Configure.help is complete

2001-06-02 Thread Remi Turk
On Fri, Jun 01, 2001 at 08:45:17AM -0700, Jonathan Lundell wrote: > >> It allows a general interface to the kernel that does not require new > >> syscalls/ioctls and can be accessed from user space without specifically > >> compiled programs. You can use shell scripts, java, command line etc. >

Re: union mounting file systems... retry #1

2001-06-02 Thread Remi Turk
On Fri, Jun 01, 2001 at 05:11:54PM +0200, Roy Sigurd Karlsbakk wrote: > Q: Is it possible to union mount file systems in linux 2.4 (currently >using 2.4.5)? > > Q: Should I just go home and start doing my homework? > > Best regards > > roy AFAIK Al Viro is working on a patch, but it's not

Re: CLONE_NAMESPACE, links for dirs and mount(2) for normal users questions

2000-11-29 Thread Remi Turk
Peter Samuelson wrote: > > [Remi Turk] > > Do I understand correctly that this means hardlinks to directories > > (except . and ..) are fundamentally impossible in Linux? > > Why do you want to be able to do that? Use symlinks or loopback mounts > and stay out

CLONE_NAMESPACE, links for dirs and mount(2) for normal users questions

2000-11-25 Thread Remi Turk
Hi, Long long ago, (March 2000) Alexander Viro replied to Pavel Machek: >> Am I right that from now on each process can have completely different >> view of filesystem like in plan9? > >Almost there ;-) And yes, the only thing we lack for proper namespaces is >the union-directories (clone() bit i

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Remi Turk wrote: > > Ok, the problem is that you have an interrupt router table for your Ali > > 1533, but no interrupt router entry for your IDE device. That's why > > pci_enable_device is failing. > > > > Would you mind testing two kernel patches for me?

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: > > Attached below is a message I just sent to someone else who is having > the same problem as you. Would it be possible for you to try the stuff > I suggest in the message as well? > > Thanks, > > Jeff > > Subject: Re: No IRQ known for interrupt pin A of device 00

Re: [Fwd: No IRQ known for interrupt pin A of device 00:0f.0]

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: > > Remi Turk wrote: > > > > Jeff Garzik wrote: > > > > > > Ok, after fixing a bad interaction where the Web server was trying to > > > run dump_pirq as a CGI script, dump_pirq can be retrieved from > > > >

Re: No IRQ known for interrupt pin A of device 00:0f.0

2000-10-28 Thread Remi Turk
Jeff Garzik wrote: > > Remi Turk wrote: > > Uniform Multi-Platform E-IDE driver Revision: 6.31 > > ide: Assuming 33MHz system bus speed for PIO modes; override with > > idebus=xx > > ALI15X3: IDE controller on PCI bus 00 dev 78 > > PCI: No IRQ known for inter

No IRQ known for interrupt pin A of device 00:0f.0

2000-10-28 Thread Remi Turk
Hi, I just saw this warning when booting: Uniform Multi-Platform E-IDE driver Revision: 6.31 ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx ALI15X3: IDE controller on PCI bus 00 dev 78 PCI: No IRQ known for interrupt pin A of device 00:0f.0. Please try using pci=biosi

Not reproducable crc error at boot :-(

2000-10-27 Thread Remi Turk
Hi folks, when booting pre5 I got a crc-error while uncompressing the kernel this morning. (/usr/src/linux/lib/inflate.c:1166 AFAICS) Rebooting didn't trigger it again and it's the first time I ever saw it. I've never had any SIG11 problems while compiling kernels so I wouldn't expect bad RAM. (N