IS THIS EMAIL ACTIVE?

2020-06-05 Thread Anders Karlsson
I have an urgent message for you, reply me now


Anders Karlsson, CFO Swedbank 


Re: D-Link DFE-580TX adapter problems

2007-01-10 Thread Anders Karlsson
On Wed, 2007-01-10 at 00:09 +0100, Francois Romieu wrote:
> Anders Karlsson <[EMAIL PROTECTED]> :
> [...]
> > PCI ID's in there, so this driver *should* work. In the past, it *has*
> > worked, but that was on a older kernel (2.6.8 or thereabouts).
> 
> No datapoint beyond 2.6.12 ? It would make thinks easier (for you :o} ).

Unfortunately the adapter has been sitting idle in an antistat bag for
some time, and last time I used it was with a Debian Sarge install. I
can try some older Ubuntu LiveCD's (will take some time to download
though) and try and get a point in time where it works.

> > If there are patches or tweaks to the driver, I am willing and able to
> > test them.
> 
> Compressed patch attached. Apply with patch -R and see if it behaves
> differently. No warranty.

Many thanks for the patch. Applied to 2.6.20-rc4, built as K7-SMP, but
unfortunately it behaves no different compared to stock 2.6.20-rc4. If
you have any other ideas, I am game for some testing. Meanwhile, I'll
grab some LiveCD's to get data-points.

Cheers!

-- 
Anders Karlsson <[EMAIL PROTECTED]>


smime.p7s
Description: S/MIME cryptographic signature


Re: D-Link DFE-580TX adapter problems

2007-01-10 Thread Anders Karlsson
On Wed, 2007-01-10 at 00:09 +0100, Francois Romieu wrote:
 Anders Karlsson [EMAIL PROTECTED] :
 [...]
  PCI ID's in there, so this driver *should* work. In the past, it *has*
  worked, but that was on a older kernel (2.6.8 or thereabouts).
 
 No datapoint beyond 2.6.12 ? It would make thinks easier (for you :o} ).

Unfortunately the adapter has been sitting idle in an antistat bag for
some time, and last time I used it was with a Debian Sarge install. I
can try some older Ubuntu LiveCD's (will take some time to download
though) and try and get a point in time where it works.

  If there are patches or tweaks to the driver, I am willing and able to
  test them.
 
 Compressed patch attached. Apply with patch -R and see if it behaves
 differently. No warranty.

Many thanks for the patch. Applied to 2.6.20-rc4, built as K7-SMP, but
unfortunately it behaves no different compared to stock 2.6.20-rc4. If
you have any other ideas, I am game for some testing. Meanwhile, I'll
grab some LiveCD's to get data-points.

Cheers!

-- 
Anders Karlsson [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


Re: D-Link DFE-580TX adapter problems

2007-01-08 Thread Anders Karlsson
On Mon, 2007-01-08 at 21:12 +0100, Francois Romieu wrote:
> Anders Karlsson <[EMAIL PROTECTED]> :
> [...]
> 
> No message from the sundance driver in dmesg ?

 # rmmod sundance mii
 # modprobe sundance
 # dmesg | tail
[138689.114754] sundance.c:v1.2 11-Sep-2006  Written by Donald Becker
[138689.114757]   http://www.scyld.com/network/sundance.html
 #

That is all that turns up (I stripped out the iptables messages that was
not relevant to the driver) at the end of the dmesg output. I have
checked the driver against the lspci output, the driver has the correct
PCI ID's in there, so this driver *should* work. In the past, it *has*
worked, but that was on a older kernel (2.6.8 or thereabouts).

If there are patches or tweaks to the driver, I am willing and able to
test them.

-- 
Anders Karlsson <[EMAIL PROTECTED]>


smime.p7s
Description: S/MIME cryptographic signature


Re: D-Link DFE-580TX adapter problems

2007-01-08 Thread Anders Karlsson
On Mon, 2007-01-08 at 21:12 +0100, Francois Romieu wrote:
 Anders Karlsson [EMAIL PROTECTED] :
 [...]
 
 No message from the sundance driver in dmesg ?

 # rmmod sundance mii
 # modprobe sundance
 # dmesg | tail
[138689.114754] sundance.c:v1.2 11-Sep-2006  Written by Donald Becker
[138689.114757]   http://www.scyld.com/network/sundance.html
 #

That is all that turns up (I stripped out the iptables messages that was
not relevant to the driver) at the end of the dmesg output. I have
checked the driver against the lspci output, the driver has the correct
PCI ID's in there, so this driver *should* work. In the past, it *has*
worked, but that was on a older kernel (2.6.8 or thereabouts).

If there are patches or tweaks to the driver, I am willing and able to
test them.

-- 
Anders Karlsson [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


FS Structs

2001-05-04 Thread Anders Karlsson

Hello,

Many thanks for a very good and solid piece of software in the Linux
kernel. It has been very useful to me for several years now.

I am not subscribed to the list, so if I could be CC'd on eventual
replies I would be grateful.


I have a question regarding some of the parts of the overall
filesystem structure in the 2.4 kernel. (Kernel 2.4.[34].)
In the file fs/super.c the structure `sb' is used, that is the
superblock. As a part of that structure (reference include/linux/fs.h)
is `struct list_head s_locked_inodes;'.

The thing I can not understand at the moment is the `struct list_head'
(reference include/linux/list.h) which looks very odd. How can I find
which inodes are in the `s_locked_inodes' list?? All I want to do is
to loop through the list and see each open inode in turn, is there any
documentation for this, or is there any helpful soul out there that
could give me any pointers?

Many thanks in advance,

-- 
Anders Karlsson
e-mail: [EMAIL PROTECTED]

   *** PGP Encrypted E-Mail Is Prefered - PGP Key On Request ***
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



FS Structs

2001-05-04 Thread Anders Karlsson

Hello,

Many thanks for a very good and solid piece of software in the Linux
kernel. It has been very useful to me for several years now.

I am not subscribed to the list, so if I could be CC'd on eventual
replies I would be grateful.


I have a question regarding some of the parts of the overall
filesystem structure in the 2.4 kernel. (Kernel 2.4.[34].)
In the file fs/super.c the structure `sb' is used, that is the
superblock. As a part of that structure (reference include/linux/fs.h)
is `struct list_head s_locked_inodes;'.

The thing I can not understand at the moment is the `struct list_head'
(reference include/linux/list.h) which looks very odd. How can I find
which inodes are in the `s_locked_inodes' list?? All I want to do is
to loop through the list and see each open inode in turn, is there any
documentation for this, or is there any helpful soul out there that
could give me any pointers?

Many thanks in advance,

-- 
Anders Karlsson
e-mail: [EMAIL PROTECTED]

   *** PGP Encrypted E-Mail Is Prefered - PGP Key On Request ***
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



Oops in 2.4.0-ac12

2001-02-03 Thread Anders Karlsson

Hi again,

Okay, thanks for telling me how to properly submit an Oops. I
apologise for not looking in the ./Documentation directory first. I'll
behave better in future.

I downloaded the ksymoops program and ran the Oops'es through that,
see attached file. I also thought the .config from the kernel tree
might assist so I attached that as well. If there is any other
information I could provide, let me know and I'll try and get it.

Regards,

-- 
Anders Karlsson


#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_TOSHIBA is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y

#
# General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set
# CONFIG_LVM_PROC_FS is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
CONFIG_INET_ECN=y
# CONFIG_SYN_COOKIES is not set

#
#   IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_COMPAT_IPFWADM=m
CONFIG_IP_NF_NAT_NEEDED=y
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing

Oops in 2.4.0-ac12

2001-02-03 Thread Anders Karlsson

Hi again,

Okay, thanks for telling me how to properly submit an Oops. I
apologise for not looking in the ./Documentation directory first. I'll
behave better in future.

I downloaded the ksymoops program and ran the Oops'es through that,
see attached file. I also thought the .config from the kernel tree
might assist so I attached that as well. If there is any other
information I could provide, let me know and I'll try and get it.

Regards,

-- 
Anders Karlsson


#
# Automatically generated by make menuconfig: don't edit
#
CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

#
# Code maturity level options
#
CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
# CONFIG_MODVERSIONS is not set
CONFIG_KMOD=y

#
# Processor type and features
#
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
# CONFIG_TOSHIBA is not set
# CONFIG_MICROCODE is not set
# CONFIG_X86_MSR is not set
# CONFIG_X86_CPUID is not set
CONFIG_NOHIGHMEM=y
# CONFIG_HIGHMEM4G is not set
# CONFIG_HIGHMEM64G is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_SMP is not set
CONFIG_X86_UP_APIC=y
CONFIG_X86_UP_IOAPIC=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y

#
# General setup
#
CONFIG_NET=y
# CONFIG_VISWS is not set
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_NAMES=y
# CONFIG_EISA is not set
# CONFIG_MCA is not set
CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
CONFIG_PM=y
# CONFIG_ACPI is not set
CONFIG_APM=y
# CONFIG_APM_IGNORE_USER_SUSPEND is not set
CONFIG_APM_DO_ENABLE=y
CONFIG_APM_CPU_IDLE=y
# CONFIG_APM_DISPLAY_BLANK is not set
CONFIG_APM_RTC_IS_GMT=y
# CONFIG_APM_ALLOW_INTS is not set
CONFIG_APM_REAL_MODE_POWER_OFF=y

#
# Memory Technology Devices (MTD)
#
# CONFIG_MTD is not set

#
# Parallel port support
#
# CONFIG_PARPORT is not set

#
# Plug and Play configuration
#
CONFIG_PNP=y
CONFIG_ISAPNP=y

#
# Block devices
#
CONFIG_BLK_DEV_FD=y
# CONFIG_BLK_DEV_XD is not set
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
CONFIG_BLK_DEV_LOOP=m
CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_RAM=m
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_INITRD is not set

#
# Multi-device support (RAID and LVM)
#
# CONFIG_MD is not set
# CONFIG_BLK_DEV_MD is not set
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
# CONFIG_MD_RAID1 is not set
# CONFIG_MD_RAID5 is not set
# CONFIG_BLK_DEV_LVM is not set
# CONFIG_LVM_PROC_FS is not set

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
# CONFIG_NETLINK is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
CONFIG_FILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
# CONFIG_IP_ADVANCED_ROUTER is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_IP_MROUTE is not set
CONFIG_INET_ECN=y
# CONFIG_SYN_COOKIES is not set

#
#   IP: Netfilter Configuration
#
CONFIG_IP_NF_CONNTRACK=m
CONFIG_IP_NF_FTP=m
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_LIMIT=m
CONFIG_IP_NF_MATCH_MAC=m
CONFIG_IP_NF_MATCH_MARK=m
CONFIG_IP_NF_MATCH_MULTIPORT=m
CONFIG_IP_NF_MATCH_TOS=m
CONFIG_IP_NF_MATCH_TCPMSS=m
CONFIG_IP_NF_MATCH_STATE=m
CONFIG_IP_NF_MATCH_UNCLEAN=m
CONFIG_IP_NF_MATCH_OWNER=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_MIRROR=m
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_TOS=m
CONFIG_IP_NF_TARGET_MARK=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_TCPMSS=m
CONFIG_IP_NF_COMPAT_IPCHAINS=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_COMPAT_IPFWADM=m
CONFIG_IP_NF_NAT_NEEDED=y
# CONFIG_IPV6 is not set
# CONFIG_KHTTPD is not set
# CONFIG_ATM is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_LLC is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_FASTROUTE is not set
# CONFIG_NET_HW_FLOWCONTROL is not set

#
# QoS and/or fair queueing

Oops - 2.4.0-ac12

2001-02-02 Thread anders . karlsson




Finally, after many crashes which I have not been able to capture,
here is two Oops'es which I have transfered by hand from my one
machine to another. Solid lockup I am afraid, only thing working
was Alt-SysRq keys.

# Oops #1 follows

Unable to handle kernel paging request at virtual address 5b919ba8
 printing eip:
c01a66c2
*pde = 
Oops: 
CPU:0
EIP:0010:[]
EFLAGS: 00013086
eax: c5d0a200   ebx: 200a   ecx: 8028edx: 5b919aa8
esi: 200a   edi: 0001   ebp: c02d4820esp: c5061f4c
ds: 0018   es: 0018   ss: 0018
Process X (pid: 800, stackpage=c5061000)
Stack: c02d4120 0001  b634 0001 c01a437a 0001
0001
   0001 c02d4120 002d4820 c01a446d 0001  c02ab580
c01a965f
   0001 0006  c011984c  0001 c02ab5d8
0007
Call Trace: [] [] [] []
[] []

Code: 8b 82 00 01 00 00 89 3d 28 46 2d c0 39 10 74 21 8b 81 20 48
Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing

# Then I did Alt-SysRq-U and got the following

SysRq: Emergency Remount R/O
Remounting device 03:03 ... Scheduling in interrupt
Kernel BUG at sched.c:688!
invalid operand: 
CPU:0
EIP:0010:[]
EFLAGS: 00013286
eax: 001b   ebx: c5061dd8   ecx: 0001edx: c0263b88
esi: c11fc240   edi: c506   ebp: c5061dc4esp: c5061d94
ds: 0018   es: 0018   ss: 0018
Process X (pid: 800, stackpage=c5061000)
Stack: c021c765 c021c8b6 02b0 c5061dd8 c11fc240 c506 c0119a44
c02d5b60
   c5061dd8 c11fc240  c02d5bc4  c013106a c39a7240
0303
   0001  c506 c11fc28c c11fc28c c0131114 c11fc240
0303
Call Trace: [] [] [] []
[]
[] [] [] []
[]
[] [] [] []
[]
[] [] [] []
[]
[] [] []

Code: 0f 0b 8d 65 dc 5b 5e 5f 89 ec 5d c3 55 89 e5 83 ec 10 57 56
Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing



This should be fairly accurate. I did my best to copy it across w/o
mistakes. After rebooting I got these stats out.

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux alien 2.4.0-ac12 #2 Thu Feb 1 11:51:08 GMT 2001 i686 unknown
Kernel modules 2.3.17
Gnu C  2.95.2
Gnu Make   3.79.1
Binutils   2.10.0.26
Linux C Library2.1.3
Dynamic Linker ldd (GNU libc) 2.1.3
Procps 2.0.7
Mount  2.10o
Net-tools  1.57
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded tulip_cb cb_enabler ibmtr_cs ds i82365 pcmcia_core
   ipt_REDIRECT ipt_MASQUERADE ip_nat_ftp iptable_nat
   iptable_mangle iptable_filter ipt_unclean ipt_tos
   ipt_state ipt_owner ipt_multiport ipt_mark ipt_mac
   ipt_limit ipt_TOS ipt_REJECT ipt_MIRROR ipt_MARK
   ipt_LOG ip_tables ip_conntrack_ftp ip_conntrack
   mpu401 sb sb_lib uart401 sound soundcore


If any more details should be required, I will be more than happy to
try and get them. The interesting thing was that the system reported
all filesystems clean upon boot. (!)


  /Anders



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Oops - 2.4.0-ac12

2001-02-02 Thread anders . karlsson




Finally, after many crashes which I have not been able to capture,
here is two Oops'es which I have transfered by hand from my one
machine to another. Solid lockup I am afraid, only thing working
was Alt-SysRq keys.

# Oops #1 follows

Unable to handle kernel paging request at virtual address 5b919ba8
 printing eip:
c01a66c2
*pde = 
Oops: 
CPU:0
EIP:0010:[c01a66c2]
EFLAGS: 00013086
eax: c5d0a200   ebx: 200a   ecx: 8028edx: 5b919aa8
esi: 200a   edi: 0001   ebp: c02d4820esp: c5061f4c
ds: 0018   es: 0018   ss: 0018
Process X (pid: 800, stackpage=c5061000)
Stack: c02d4120 0001  b634 0001 c01a437a 0001
0001
   0001 c02d4120 002d4820 c01a446d 0001  c02ab580
c01a965f
   0001 0006  c011984c  0001 c02ab5d8
0007
Call Trace: [c01a437a] [c01a446d] [c01a965f] [c011984c]
[c01197af] [c0108e2d]

Code: 8b 82 00 01 00 00 89 3d 28 46 2d c0 39 10 74 21 8b 81 20 48
Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing

# Then I did Alt-SysRq-U and got the following

SysRq: Emergency Remount R/O
Remounting device 03:03 ... Scheduling in interrupt
Kernel BUG at sched.c:688!
invalid operand: 
CPU:0
EIP:0010:[c0113e74]
EFLAGS: 00013286
eax: 001b   ebx: c5061dd8   ecx: 0001edx: c0263b88
esi: c11fc240   edi: c506   ebp: c5061dc4esp: c5061d94
ds: 0018   es: 0018   ss: 0018
Process X (pid: 800, stackpage=c5061000)
Stack: c021c765 c021c8b6 02b0 c5061dd8 c11fc240 c506 c0119a44
c02d5b60
   c5061dd8 c11fc240  c02d5bc4  c013106a c39a7240
0303
   0001  c506 c11fc28c c11fc28c c0131114 c11fc240
0303
Call Trace: [c0119a44] [c013106a] [c0131114] [c0131288]
[c01b0b64]
[c01b0c2b] [c0115cae] [c011865f] [c010923e]
[c0113447]
[c0113124] [c0131ee3] [c0131f53] [c014cb63]
[c0121e7f]
[c0108e7c] [c01a66c2] [c01a437a] [c01a446d]
[c01a965f]
[c011984c] [c01197af] [c0108e2d]

Code: 0f 0b 8d 65 dc 5b 5e 5f 89 ec 5d c3 55 89 e5 83 ec 10 57 56
Kernel panic: Aiee, killing interrupt handler!
In interrupt handler - not syncing



This should be fairly accurate. I did my best to copy it across w/o
mistakes. After rebooting I got these stats out.

-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux alien 2.4.0-ac12 #2 Thu Feb 1 11:51:08 GMT 2001 i686 unknown
Kernel modules 2.3.17
Gnu C  2.95.2
Gnu Make   3.79.1
Binutils   2.10.0.26
Linux C Library2.1.3
Dynamic Linker ldd (GNU libc) 2.1.3
Procps 2.0.7
Mount  2.10o
Net-tools  1.57
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded tulip_cb cb_enabler ibmtr_cs ds i82365 pcmcia_core
   ipt_REDIRECT ipt_MASQUERADE ip_nat_ftp iptable_nat
   iptable_mangle iptable_filter ipt_unclean ipt_tos
   ipt_state ipt_owner ipt_multiport ipt_mark ipt_mac
   ipt_limit ipt_TOS ipt_REJECT ipt_MIRROR ipt_MARK
   ipt_LOG ip_tables ip_conntrack_ftp ip_conntrack
   mpu401 sb sb_lib uart401 sound soundcore


If any more details should be required, I will be more than happy to
try and get them. The interesting thing was that the system reported
all filesystems clean upon boot. (!)


  /Anders



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Version 2.4.1 cannot be built.

2001-01-31 Thread anders . karlsson




Just a thought, how about 'cd make' before you do the get?


  /Anders


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: Version 2.4.1 cannot be built.

2001-01-31 Thread anders . karlsson




Just a thought, how about 'cd make' before you do the get?


  /Anders


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson

On Tue, Jan 23, 2001 at 01:29:07PM +0100, Rasmus Andersen wrote:
> On Tue, Jan 23, 2001 at 11:19:38PM +1100, Keith Owens wrote:
> > Depends on how you removed the old tree.  If you did 'rm -rf *' then
> > some dot files are left around.  make mrproper removes dot files, it
> > may or may not be the fix.
> 
> I think that Alan left some autogenerated files in ac10 which
> you need make mrproper to delete properly.
> 

This seems to be the case. The pure 2.4.0 extraction would build fine,
but after applying the -ac10 patch it wouldn't. I should have thought
of mrproper myself, but have to blame a temporary brain hemorrhage for
not thinking of it.

Thanks every so much for your help chaps. I now only hope the
spontaneous hangs I have been experiencing goes away.

-- 
Anders Karlsson Mean Solutions Ltd.
e-mail: [EMAIL PROTECTED]   Mobile: +44-7711-876270

 PGP signature


Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson

On Tue, Jan 23, 2001 at 10:43:34PM +1100, Keith Owens wrote:
> On Tue, 23 Jan 2001 10:48:14 +, 
> Anders Karlsson <[EMAIL PROTECTED]> wrote:
> >The procedure I have gone through to compile the kernel are as
> >follows:
> >a) Copy the .config file safe
> >b) Remove the previous kernel tree
> >c) Extract the pristine 2.4.0 kernel tree
> >d) Apply the 2.4.0-ac10 patch
> 
> make mrproper here

Even if it is a pristine kernel tree? What function does the 'make
mrproper' fill on an unused kernel tree?

-- 
Anders Karlsson Mean Solutions Ltd.
e-mail: [EMAIL PROTECTED]   Mobile: +44-7711-876270

 PGP signature


2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson

Hello Alan,
 
I have some small problems compiling the 2.4.0-ac10 kernel  
tree. Please find attached a compile log and the output from the
/usr/src/linux/scripts/ver_linux script.
 
The procedure I have gone through to compile the kernel are as
follows:
 
a) Copy the .config file safe
b) Remove the previous kernel tree
c) Extract the pristine 2.4.0 kernel tree
d) Apply the 2.4.0-ac10 patch
e) Copy the .config in to the new /usr/src/linux tree   
f) make oldconfig
g) make dep
h) make bzImage
 
What is it I have missed out in the list that would cause the
problems?
 
Regards,
 
--
Anders Karlsson


-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux alien 2.4.0-ac9 #8 Thu Jan 18 09:52:13 GMT 2001 i686 unknown
Kernel modules 2.3.17
Gnu C  2.95.2
Gnu Make   3.79.1
Binutils   2.10.0.26
Linux C Library2.1.3
Dynamic linker ldd (GNU libc) 2.1.3
Procps 2.0.7
Mount  2.10o
Net-tools  1.57
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded ipt_REDIRECT ipt_MASQUERADE ip_nat_ftp iptable_nat 
iptable_mangle iptable_filter ipt_unclean ipt_tos ipt_state ipt_owner ipt_multiport 
ipt_mark ipt_mac ipt_limit ipt_TOS ipt_REJECT ipt_MIRROR ipt_MARK ipt_LOG ip_tables 
ip_conntrack_ftp ip_conntrack tulip_cb cb_enabler ibmtr_cs ds i82365 pcmcia_core 
mpu401 sb sb_lib uart401 sound soundcore


gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686   -c -o init/main.o init/main.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686  -DUTS_MACHINE='"i386"' -c -o init/version.o init/version.c
make CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686 " -C  kernel
make[1]: Entering directory `/usr/src/linux.ac/kernel'
make all_targets
make[2]: Entering directory `/usr/src/linux.ac/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686-DEXPORT_SYMTAB -c signal.c
In file included from /usr/src/linux/include/linux/module.h:21,
 from signal.c:11:
/usr/src/linux/include/linux/modversions.h:4: linux/modules/8390.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:5: linux/modules/ac97_codec.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:6: linux/modules/ac97.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:7: linux/modules/acpi_ksyms.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:8: linux/modules/ad1848.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:9: linux/modules/adb.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:10: linux/modules/af_ax25.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:11: linux/modules/af_ipx.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:12: linux/modules/af_netlink.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:13: linux/modules/af_spx.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:14: linux/modules/agpgart_be.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:15: linux/modules/aironet4500_card.ver: No 
such file or directory
/usr/src/linux/include/linux/modversions.h:16: linux/modules/aironet4500_core.ver: No 
such file or directory
/usr/src/linux/include/linux/modversions.h:17: linux/modules/amd7930.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:18: linux/modules/arcnet.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:19: linux/modules/arlan.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:20: linux/modules/atm_misc.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:21: linux/modules/audio_syms.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:22: linux/modules/audio.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:23: linux/modules/auto_irq.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:24: linux/modules/b1dma.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:25: linux/modules/b1pcmcia.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:26: linux/modules/b1.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:27: linux/modules/base.ver: No such file or

2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson

Hello Alan,
 
I have some small problems compiling the 2.4.0-ac10 kernel  
tree. Please find attached a compile log and the output from the
/usr/src/linux/scripts/ver_linux script.
 
The procedure I have gone through to compile the kernel are as
follows:
 
a) Copy the .config file safe
b) Remove the previous kernel tree
c) Extract the pristine 2.4.0 kernel tree
d) Apply the 2.4.0-ac10 patch
e) Copy the .config in to the new /usr/src/linux tree   
f) make oldconfig
g) make dep
h) make bzImage
 
What is it I have missed out in the list that would cause the
problems?
 
Regards,
 
--
Anders Karlsson


-- Versions installed: (if some fields are empty or look
-- unusual then possibly you have very old versions)
Linux alien 2.4.0-ac9 #8 Thu Jan 18 09:52:13 GMT 2001 i686 unknown
Kernel modules 2.3.17
Gnu C  2.95.2
Gnu Make   3.79.1
Binutils   2.10.0.26
Linux C Library2.1.3
Dynamic linker ldd (GNU libc) 2.1.3
Procps 2.0.7
Mount  2.10o
Net-tools  1.57
Console-tools  0.2.3
Sh-utils   2.0
Modules Loaded ipt_REDIRECT ipt_MASQUERADE ip_nat_ftp iptable_nat 
iptable_mangle iptable_filter ipt_unclean ipt_tos ipt_state ipt_owner ipt_multiport 
ipt_mark ipt_mac ipt_limit ipt_TOS ipt_REJECT ipt_MIRROR ipt_MARK ipt_LOG ip_tables 
ip_conntrack_ftp ip_conntrack tulip_cb cb_enabler ibmtr_cs ds i82365 pcmcia_core 
mpu401 sb sb_lib uart401 sound soundcore


gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686   -c -o init/main.o init/main.c
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686  -DUTS_MACHINE='"i386"' -c -o init/version.o init/version.c
make CFLAGS="-D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686 " -C  kernel
make[1]: Entering directory `/usr/src/linux.ac/kernel'
make all_targets
make[2]: Entering directory `/usr/src/linux.ac/kernel'
gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 
-fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred-stack-boundary=2 
-march=i686-DEXPORT_SYMTAB -c signal.c
In file included from /usr/src/linux/include/linux/module.h:21,
 from signal.c:11:
/usr/src/linux/include/linux/modversions.h:4: linux/modules/8390.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:5: linux/modules/ac97_codec.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:6: linux/modules/ac97.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:7: linux/modules/acpi_ksyms.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:8: linux/modules/ad1848.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:9: linux/modules/adb.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:10: linux/modules/af_ax25.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:11: linux/modules/af_ipx.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:12: linux/modules/af_netlink.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:13: linux/modules/af_spx.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:14: linux/modules/agpgart_be.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:15: linux/modules/aironet4500_card.ver: No 
such file or directory
/usr/src/linux/include/linux/modversions.h:16: linux/modules/aironet4500_core.ver: No 
such file or directory
/usr/src/linux/include/linux/modversions.h:17: linux/modules/amd7930.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:18: linux/modules/arcnet.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:19: linux/modules/arlan.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:20: linux/modules/atm_misc.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:21: linux/modules/audio_syms.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:22: linux/modules/audio.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:23: linux/modules/auto_irq.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:24: linux/modules/b1dma.ver: No such file 
or directory
/usr/src/linux/include/linux/modversions.h:25: linux/modules/b1pcmcia.ver: No such 
file or directory
/usr/src/linux/include/linux/modversions.h:26: linux/modules/b1.ver: No such file or 
directory
/usr/src/linux/include/linux/modversions.h:27: linux/modules/base.ver: No such file or

Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson

On Tue, Jan 23, 2001 at 10:43:34PM +1100, Keith Owens wrote:
 On Tue, 23 Jan 2001 10:48:14 +, 
 Anders Karlsson [EMAIL PROTECTED] wrote:
 The procedure I have gone through to compile the kernel are as
 follows:
 a) Copy the .config file safe
 b) Remove the previous kernel tree
 c) Extract the pristine 2.4.0 kernel tree
 d) Apply the 2.4.0-ac10 patch
 
 make mrproper here

Even if it is a pristine kernel tree? What function does the 'make
mrproper' fill on an unused kernel tree?

-- 
Anders Karlsson Mean Solutions Ltd.
e-mail: [EMAIL PROTECTED]   Mobile: +44-7711-876270

 PGP signature


Re: 2.4.0-ac10 compile errors

2001-01-23 Thread Anders Karlsson

On Tue, Jan 23, 2001 at 01:29:07PM +0100, Rasmus Andersen wrote:
 On Tue, Jan 23, 2001 at 11:19:38PM +1100, Keith Owens wrote:
  Depends on how you removed the old tree.  If you did 'rm -rf *' then
  some dot files are left around.  make mrproper removes dot files, it
  may or may not be the fix.
 
 I think that Alan left some autogenerated files in ac10 which
 you need make mrproper to delete properly.
 

This seems to be the case. The pure 2.4.0 extraction would build fine,
but after applying the -ac10 patch it wouldn't. I should have thought
of mrproper myself, but have to blame a temporary brain hemorrhage for
not thinking of it.

Thanks every so much for your help chaps. I now only hope the
spontaneous hangs I have been experiencing goes away.

-- 
Anders Karlsson Mean Solutions Ltd.
e-mail: [EMAIL PROTECTED]   Mobile: +44-7711-876270

 PGP signature


Re: 2.4.0 kernel paging error

2001-01-10 Thread anders . karlsson




Hi Mark,

I have seen this error several times and tried to report it
yesterday to the list. (Subject: 2.4.0-ac4 lockups)

I mainly see this when in X and prolonged network activity is
taking place. Running something like Netscape seems to favour
this to happen, but I have seen this happen when using the
console (Alt-F1/Alt-F2) and changing the console fonts using
consolechars.

Magic SysRq to sync fails with messages very similar to yours,
but not always in kswapd. So you are not alone in seeing this.

(Sorry about formatting of the text, Lotus Notes is not to
 good for mailing-list usage...)

  /Anders

--





Mark Hindley <[EMAIL PROTECTED]>
01/10/01 09:39 AM
Please respond to Mark Hindley


To: [EMAIL PROTECTED]
cc:
 From:
   Subject:2.4.0 kernel paging error




Hi,

I am running 2.4.0 final. I got the following failed paging request which
produced a complete freeze.

As you can see it was precipitated by cron starting to run some
housekeeping stuff overnight.

Has anyone else had prblems?


Mark

Jan 10 02:25:01 hindleyhome /USR/SBIN/CRON[3823]: (root) CMD (test -e
/usr/sbin/anacron || run-parts --report /etc/cron.daily)
Jan 10 02:30:01 hindleyhome /USR/SBIN/CRON[3827]: (root) CMD (/sbin/rmmod
-a)
Jan 10 02:30:01 hindleyhome /USR/SBIN/CRON[3828]: (root) CMD (test -x
/usr/sbin/anacron && /usr/sbin/anacron -s)
Jan 10 02:30:01 hindleyhome anacron[3830]: Anacron 2.1 started on
2001-01-10
Jan 10 02:30:01 hindleyhome anacron[3830]: Will run job `cron.daily' in 5
min.
Jan 10 02:30:01 hindleyhome anacron[3830]: Jobs will be executed
sequentially
Jan 10 02:35:01 hindleyhome /USR/SBIN/CRON[3832]: (root) CMD (/sbin/rmmod
-a)
Jan 10 02:35:01 hindleyhome anacron[3830]: Job `cron.daily' started
Jan 10 02:35:01 hindleyhome anacron[3836]: Updated timestamp for job
`cron.daily' to 2001-01-10
Jan 10 02:35:53 hindleyhome kernel: Unable to handle kernel paging request
at virtual address c4870840
Jan 10 02:35:53 hindleyhome kernel:  printing eip:
Jan 10 02:35:53 hindleyhome kernel: c013d747
Jan 10 02:35:53 hindleyhome kernel: *pde = 03d61063
Jan 10 02:35:53 hindleyhome kernel: *pte = 
Jan 10 02:35:53 hindleyhome kernel: Oops: 
Jan 10 02:35:53 hindleyhome kernel: CPU:0
Jan 10 02:35:53 hindleyhome kernel: EIP:0010:[clear_inode+159/216]
Jan 10 02:35:53 hindleyhome kernel: EFLAGS: 00010282
Jan 10 02:35:53 hindleyhome kernel: eax: c4870820   ebx: c338f4a0   ecx:
c338f4a8   edx: c1169fa4
Jan 10 02:35:53 hindleyhome kernel: esi: c1169fa4   edi: c1dccde8   ebp:
c1169fac   esp: c1169f78
Jan 10 02:35:53 hindleyhome kernel: ds: 0018   es: 0018   ss: 0018
Jan 10 02:35:53 hindleyhome kernel: Process kswapd (pid: 3,
stackpage=c1169000)
Jan 10 02:35:53 hindleyhome kernel: Stack: c338f4a0 c013d7bf c338f4a0
c1dccc08 c1dccc00 c013d9c2 c1169fa4 00ee
Jan 10 02:35:53 hindleyhome kernel:0004  03b3
c2c8fde8 c3e38bc8  c013d9f1 
Jan 10 02:35:53 hindleyhome kernel:c0126453 0006 0004
0006 0004 00010f00 c01d32d7 c1168239
Jan 10 02:35:53 hindleyhome kernel: Call Trace: [dispose_list+63/88]
[prune_icache+234/248] [shrink_icache_memory+33/48]
[do_try_to_free_pages+91/128] [kswapd+116/272] [kernel_thread+40/56]
Jan 10 02:35:53 hindleyhome kernel:
Jan 10 02:35:53 hindleyhome kernel: Code: 8b 40 20 85 c0 74 06 53 ff d0 83
c4 04 8b 83 e0 00 00 00 85


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



Re: 2.4.0 kernel paging error

2001-01-10 Thread anders . karlsson




Hi Mark,

I have seen this error several times and tried to report it
yesterday to the list. (Subject: 2.4.0-ac4 lockups)

I mainly see this when in X and prolonged network activity is
taking place. Running something like Netscape seems to favour
this to happen, but I have seen this happen when using the
console (Alt-F1/Alt-F2) and changing the console fonts using
consolechars.

Magic SysRq to sync fails with messages very similar to yours,
but not always in kswapd. So you are not alone in seeing this.

(Sorry about formatting of the text, Lotus Notes is not to
 good for mailing-list usage...)

  /Anders

--





Mark Hindley [EMAIL PROTECTED]
01/10/01 09:39 AM
Please respond to Mark Hindley


To: [EMAIL PROTECTED]
cc:
 From:
   Subject:2.4.0 kernel paging error




Hi,

I am running 2.4.0 final. I got the following failed paging request which
produced a complete freeze.

As you can see it was precipitated by cron starting to run some
housekeeping stuff overnight.

Has anyone else had prblems?


Mark

Jan 10 02:25:01 hindleyhome /USR/SBIN/CRON[3823]: (root) CMD (test -e
/usr/sbin/anacron || run-parts --report /etc/cron.daily)
Jan 10 02:30:01 hindleyhome /USR/SBIN/CRON[3827]: (root) CMD (/sbin/rmmod
-a)
Jan 10 02:30:01 hindleyhome /USR/SBIN/CRON[3828]: (root) CMD (test -x
/usr/sbin/anacron  /usr/sbin/anacron -s)
Jan 10 02:30:01 hindleyhome anacron[3830]: Anacron 2.1 started on
2001-01-10
Jan 10 02:30:01 hindleyhome anacron[3830]: Will run job `cron.daily' in 5
min.
Jan 10 02:30:01 hindleyhome anacron[3830]: Jobs will be executed
sequentially
Jan 10 02:35:01 hindleyhome /USR/SBIN/CRON[3832]: (root) CMD (/sbin/rmmod
-a)
Jan 10 02:35:01 hindleyhome anacron[3830]: Job `cron.daily' started
Jan 10 02:35:01 hindleyhome anacron[3836]: Updated timestamp for job
`cron.daily' to 2001-01-10
Jan 10 02:35:53 hindleyhome kernel: Unable to handle kernel paging request
at virtual address c4870840
Jan 10 02:35:53 hindleyhome kernel:  printing eip:
Jan 10 02:35:53 hindleyhome kernel: c013d747
Jan 10 02:35:53 hindleyhome kernel: *pde = 03d61063
Jan 10 02:35:53 hindleyhome kernel: *pte = 
Jan 10 02:35:53 hindleyhome kernel: Oops: 
Jan 10 02:35:53 hindleyhome kernel: CPU:0
Jan 10 02:35:53 hindleyhome kernel: EIP:0010:[clear_inode+159/216]
Jan 10 02:35:53 hindleyhome kernel: EFLAGS: 00010282
Jan 10 02:35:53 hindleyhome kernel: eax: c4870820   ebx: c338f4a0   ecx:
c338f4a8   edx: c1169fa4
Jan 10 02:35:53 hindleyhome kernel: esi: c1169fa4   edi: c1dccde8   ebp:
c1169fac   esp: c1169f78
Jan 10 02:35:53 hindleyhome kernel: ds: 0018   es: 0018   ss: 0018
Jan 10 02:35:53 hindleyhome kernel: Process kswapd (pid: 3,
stackpage=c1169000)
Jan 10 02:35:53 hindleyhome kernel: Stack: c338f4a0 c013d7bf c338f4a0
c1dccc08 c1dccc00 c013d9c2 c1169fa4 00ee
Jan 10 02:35:53 hindleyhome kernel:0004  03b3
c2c8fde8 c3e38bc8  c013d9f1 
Jan 10 02:35:53 hindleyhome kernel:c0126453 0006 0004
0006 0004 00010f00 c01d32d7 c1168239
Jan 10 02:35:53 hindleyhome kernel: Call Trace: [dispose_list+63/88]
[prune_icache+234/248] [shrink_icache_memory+33/48]
[do_try_to_free_pages+91/128] [kswapd+116/272] [kernel_thread+40/56]
Jan 10 02:35:53 hindleyhome kernel:
Jan 10 02:35:53 hindleyhome kernel: Code: 8b 40 20 85 c0 74 06 53 ff d0 83
c4 04 8b 83 e0 00 00 00 85


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.4.0-ac4 lockups

2001-01-09 Thread anders . karlsson




Hi,

I'm currently running ROCK Linux 1.3.11 on a MiTAC 6033 laptop, XFree86
4.0.1
and the rest of the linux install is quite bleeding edge (I can find out
version
numbers for most things is needed). In this box there is a PCMCIA Token
Ring
card (IBM Turbo 16/4 PC Card 2) and to drive this, pcmcia-cs-3.1.23.

The problem that is showing its ugly face is that after some prolonged
network
activity the system will lock solidly. The magic SysRq keys still work,
well sort
of anyway. Alt-SysRq-s does inspire the system to disk activity.
Alt-SysRq-u
doesn't do enough for the disk-led to light up but Alt-SysRq-b does reboot
the
system. Upon reboot I go and fetch a coffee while the system is fsck'ing
the
filesystems.

I have had several lockups in the last couple of days. It started in
2.4.0-prer
and with the Token Ring card. Some crash messages has been relating to
virtual memory at invalid addresses and when I get a good crash message I
will write it down and post to the list.

Any ideas anyone?

  /Anders


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/



2.4.0-ac4 lockups

2001-01-09 Thread anders . karlsson




Hi,

I'm currently running ROCK Linux 1.3.11 on a MiTAC 6033 laptop, XFree86
4.0.1
and the rest of the linux install is quite bleeding edge (I can find out
version
numbers for most things is needed). In this box there is a PCMCIA Token
Ring
card (IBM Turbo 16/4 PC Card 2) and to drive this, pcmcia-cs-3.1.23.

The problem that is showing its ugly face is that after some prolonged
network
activity the system will lock solidly. The magic SysRq keys still work,
well sort
of anyway. Alt-SysRq-s does inspire the system to disk activity.
Alt-SysRq-u
doesn't do enough for the disk-led to light up but Alt-SysRq-b does reboot
the
system. Upon reboot I go and fetch a coffee while the system is fsck'ing
the
filesystems.

I have had several lockups in the last couple of days. It started in
2.4.0-prer
and with the Token Ring card. Some crash messages has been relating to
virtual memory at invalid addresses and when I get a good crash message I
will write it down and post to the list.

Any ideas anyone?

  /Anders


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/