All of lore.kernel.org
 help / color / mirror / Atom feed
* [parisc-linux] Kernel module loader gived break
@ 2001-01-27 16:10 5116
  2001-01-27 18:23 ` Matthew Wilcox
  2001-01-29  3:56 ` [parisc-linux] Kernel module loader gived break Grant Grundler
  0 siblings, 2 replies; 6+ messages in thread
From: 5116 @ 2001-01-27 16:10 UTC (permalink / raw)
  To: parisc-linux

Hi, all

I get messages like 

break 0,0: pid=116 command='cat'
cat[116]: Breakpoint 0

Followed by a register dump when I do some thing that would trigger the
kernel to call modprobe. Modprobe is not in stalled in my system (is it
ported yet?).

/Daniel
-- 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Kernel module loader gived break
  2001-01-27 16:10 [parisc-linux] Kernel module loader gived break 5116
@ 2001-01-27 18:23 ` Matthew Wilcox
  2001-01-29  6:40   ` [parisc-linux] Kernel module loader gave break 5116
  2001-01-29  3:56 ` [parisc-linux] Kernel module loader gived break Grant Grundler
  1 sibling, 1 reply; 6+ messages in thread
From: Matthew Wilcox @ 2001-01-27 18:23 UTC (permalink / raw)
  To: 5116; +Cc: parisc-linux

On Sat, Jan 27, 2001 at 05:10:51PM +0100, 5116@telia.com wrote:
> Hi, all
> 
> I get messages like 
> 
> break 0,0: pid=116 command='cat'
> cat[116]: Breakpoint 0
> 
> Followed by a register dump when I do some thing that would trigger the
> kernel to call modprobe. Modprobe is not in stalled in my system (is it
> ported yet?).

the modutils source is available by cvs from pehc.  richard was working
on it (he's on holiday right now).  don't remember how far he got.
i know he did a merge with the upstream modutils source at one point.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Kernel module loader gived break
  2001-01-27 16:10 [parisc-linux] Kernel module loader gived break 5116
  2001-01-27 18:23 ` Matthew Wilcox
@ 2001-01-29  3:56 ` Grant Grundler
  2001-02-05 16:25   ` Richard Hirst
  1 sibling, 1 reply; 6+ messages in thread
From: Grant Grundler @ 2001-01-29  3:56 UTC (permalink / raw)
  To: 5116; +Cc: parisc-linux

5116@telia.com wrote:
> Modprobe is not in stalled in my system (is it ported yet?).

As Matthew mentioned, Richard Hirst worked on it and I know it works.
I've used it on the A500 to load SCSI and ACENIC modules for 64-bit kernel.
But I got the binaries directly from Richard. I think however before
posting those, I'd like them rebuilt with the matching glibc/toolchain
that Matt Taggart is working on.

For the adventurous, I would expect all richard's work to be commited to
seperate CVS repository on puffin.external.hp.com called "modutils".
But I haven't looked or tried to build it.

grant

Grant Grundler
parisc-linux {PCI|IOMMU|SMP} hacker
+1.408.447.7253

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Kernel module loader gave break
  2001-01-27 18:23 ` Matthew Wilcox
@ 2001-01-29  6:40   ` 5116
  0 siblings, 0 replies; 6+ messages in thread
From: 5116 @ 2001-01-29  6:40 UTC (permalink / raw)
  To: Matthew Wilcox; +Cc: parisc-linux

On 27 Jan, Matthew Wilcox wrote:
> On Sat, Jan 27, 2001 at 05:10:51PM +0100, 5116@telia.com wrote:
>> Hi, all
>> 
>> I get messages like 
>> 
>> break 0,0: pid=116 command='cat'
>> cat[116]: Breakpoint 0
>> 
>> Followed by a register dump when I do some thing that would trigger the
>> kernel to call modprobe. Modprobe is not in stalled in my system (is it
>> ported yet?).
> 
> the modutils source is available by cvs from pehc.  richard was working
> on it (he's on holiday right now).  don't remember how far he got.
> i know he did a merge with the upstream modutils source at one point.
> 
I have not built modutuils yet, but if I install echo as /sbin/modprobe
the problem goes away.

So something in the request module path does not handle missing files
as it should.

/Daniel
-- 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Kernel module loader gived break
  2001-01-29  3:56 ` [parisc-linux] Kernel module loader gived break Grant Grundler
@ 2001-02-05 16:25   ` Richard Hirst
  2001-02-06  6:25     ` Matthew Wilcox
  0 siblings, 1 reply; 6+ messages in thread
From: Richard Hirst @ 2001-02-05 16:25 UTC (permalink / raw)
  To: Grant Grundler; +Cc: 5116, parisc-linux

On Sun, Jan 28, 2001 at 07:56:08PM -0800, Grant Grundler wrote:
> 5116@telia.com wrote:
> > Modprobe is not in stalled in my system (is it ported yet?).

It is.  Thanks to Bdale there is now a .deb of it in

ftp://puffin.external.hp.com/pub/parisc/binaries/new-debs/debian/

Just tried on a b180 and it seems to work ok.

Note pehc cvs modutils is no longer up to date; if you want to build
your own, you should use the latest official source.

Richard

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [parisc-linux] Kernel module loader gived break
  2001-02-05 16:25   ` Richard Hirst
@ 2001-02-06  6:25     ` Matthew Wilcox
  0 siblings, 0 replies; 6+ messages in thread
From: Matthew Wilcox @ 2001-02-06  6:25 UTC (permalink / raw)
  To: Richard Hirst; +Cc: Grant Grundler, 5116, parisc-linux

On Mon, Feb 05, 2001 at 04:25:23PM +0000, Richard Hirst wrote:
> Note pehc cvs modutils is no longer up to date; if you want to build
> your own, you should use the latest official source.

Is it worth deleting the pehc cvs modutils then?  It will only lead to
confusion, I think.

-- 
Revolutions do not require corporate support.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2001-02-06  6:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-27 16:10 [parisc-linux] Kernel module loader gived break 5116
2001-01-27 18:23 ` Matthew Wilcox
2001-01-29  6:40   ` [parisc-linux] Kernel module loader gave break 5116
2001-01-29  3:56 ` [parisc-linux] Kernel module loader gived break Grant Grundler
2001-02-05 16:25   ` Richard Hirst
2001-02-06  6:25     ` Matthew Wilcox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.