lkml.org 
[lkml]   [1998]   [Oct]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: insmod fails when strace'd
On Tue, 20 Oct 1998, David Woodhouse wrote:

>
> When I strace insmod, it inserts modules, but doesn't bother to initialise
> them.
>
> For any module I've tried so far...
>
> target4 /root # insmod ntfs
> NTFS version 980101
> target4 /root # rmmod ntfs
> target4 /root # strace -o /dev/null insmod ntfs
> target4 /root # lsmod
> Module Size Used by
> ntfs 32840 0 (uninitialized)

hmm.. here it works. I'm using modutils-2.1.121 and glibc-2.0.98.

-Mike

Script started on Wed Oct 21 05:54:52 1998
[root]:# strace insmod isdn_lzscomp
execve("/sbin/insmod", ["insmod", "isdn_lzscomp"], [/* 56 vars */]) = 0
<SNIPPITY SNIP>
query_module(0, 0x4, 0x805a568, 0x6cfa, 0xbffff4d0) = 0
create_module("isdn_lzscomp", 17596) = -981008384
init_module(0x8050d30, 0x8061360, 0x806580c, 0x8051dc0) = 0
_exit(0) = ?
[root]:# lsmod
Module Size Used by
isdn_lzscomp 17596 0 (unused)
lp 4892 0 (autoclean) (unused)
parport 6740 0 (autoclean) [lp]
isofs 17432 1 (autoclean)
nls_iso8859-1 2020 2 (autoclean)
nls_cp437 3548 2 (autoclean)
devpts 3208 1 (autoclean)
[root]:# ping mail
PING ns.weiden.de (193.203.186.3): 56 data bytes
64 bytes from 193.203.186.3: icmp_seq=0 ttl=254 time=39.1 ms

--- ns.weiden.de ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 39.1/39.1/39.1 ms
[root]:# lsmod
Module Size Used by
isdn_lzscomp 17596 1
lp 4892 0 (autoclean) (unused)
parport 6740 0 (autoclean) [lp]
isofs 17432 1 (autoclean)
nls_iso8859-1 2020 2 (autoclean)
nls_cp437 3548 2 (autoclean)
devpts 3208 1 (autoclean)
[root]:# exit
exit

Script done on Wed Oct 21 05:56:04 1998


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:45    [W:0.043 / U:0.220 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site