linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* system freezes w/ 2.4.7-pre4 and later
@ 2001-08-05  5:28 Robert Kuebel
  2001-08-05  5:54 ` Sven Goethel
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Kuebel @ 2001-08-05  5:28 UTC (permalink / raw)
  To: linux-kernel

My system has been hanging since I switched from 2.4.7-pre3.  The
lock-up's seem to happen during periods of disk activity. I was usually
able to reproduce the hangs by untar-ing the kernel source a few times.
Also, these kernels tended to hang while fsck'ing.

2.4.7-pre3 was working fine, but 2.4.7-pre4 through 2.4.8-pre3 were not.
Also 2.4.7-ac6 froze on me.

I am running on an Abit KT7 and an IBM-DTLA-307045 IDE drive.

If there is anything I can do to help smash this bug, please let me know.

Also please 'cc:' me on any replies, I can only handle the digest form of
linux-kernel.

Thanks.
Rob.

This is my .config:
CONFIG_X86=y
CONFIG_ISA=y
CONFIG_UID16=y
CONFIG_MODULES=y
CONFIG_KMOD=y
CONFIG_MK7=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_USE_3DNOW=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_NOHIGHMEM=y
CONFIG_MTRR=y
CONFIG_NET=y
CONFIG_PCI=y
CONFIG_PCI_GOBIOS=y
CONFIG_PCI_BIOS=y
CONFIG_SYSVIPC=y
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
CONFIG_BINFMT_ELF=y
CONFIG_PM=y
CONFIG_APM=y
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_LOOP=m
CONFIG_PACKET=y
CONFIG_NETLINK=y
CONFIG_RTNETLINK=y
CONFIG_NETFILTER=y
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_NF_CONNTRACK=y
CONFIG_IP_NF_FTP=y
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_STATE=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_NAT=m
CONFIG_IP_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_NAT_FTP=m
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_NET_ETHERNET=y
CONFIG_NET_PCI=y
CONFIG_TULIP=y
CONFIG_8139TOO=y
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
CONFIG_SERIAL_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=64
CONFIG_MOUSE=y
CONFIG_PSMOUSE=y
CONFIG_DRM=y
CONFIG_DRM_TDFX=y
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_PROC_FS=y
CONFIG_DEVPTS_FS=y
CONFIG_EXT2_FS=y
CONFIG_MSDOS_PARTITION=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_VGA_CONSOLE=y
CONFIG_SOUND=y
CONFIG_SOUND_ES1371=y
CONFIG_USB=y
CONFIG_USB_DEVICEFS=y
CONFIG_USB_UHCI=y
CONFIG_USB_SERIAL=y
CONFIG_USB_SERIAL_VISOR=y



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

* Re: system freezes w/ 2.4.7-pre4 and later
  2001-08-05  5:28 system freezes w/ 2.4.7-pre4 and later Robert Kuebel
@ 2001-08-05  5:54 ` Sven Goethel
  0 siblings, 0 replies; 4+ messages in thread
From: Sven Goethel @ 2001-08-05  5:54 UTC (permalink / raw)
  To: Robert Kuebel, linux-kernel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sunday 05 August 2001 07:28, Robert Kuebel wrote:
> My system has been hanging since I switched from 2.4.7-pre3.  The
> lock-up's seem to happen during periods of disk activity. I was usually
> able to reproduce the hangs by untar-ing the kernel source a few times.
> Also, these kernels tended to hang while fsck'ing.
>
> 2.4.7-pre3 was working fine, but 2.4.7-pre4 through 2.4.8-pre3 were not.
> Also 2.4.7-ac6 froze on me.
>

well, may be a bit OT .. but:

i had the freeze in conjunction with 
	- [2.4.7-pre4 .. 2.4.7] + xfs
	- iptables
	- pppoe

now, i use:
	- 2.4.7, xfs
	- 2.4.7-ac6 patch 
	  (only the netfilter part, cause the rest is not xfs clean ..)
	- iptables
	- pppoe
and it works nice !


> I am running on an Abit KT7 and an IBM-DTLA-307045 IDE drive.
>

hmm .. may be you did some hot hdparm settings ?

how about none hdparm settings ?

how about the 2.4.7ac6 patch ?
- -- 
mailto:sgoethel@jausoft.com
www   : http://www.jausoft.com ; pgp: http://www.jausoft.com/gpg/
voice : +49-521-2399440 ; fax : +49-521-2399442
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7bN+yHdOA30NoFAARAj2CAJ9tBeNiIn8OuGLRQ3UeMflcozZIrQCff34g
HgIFrt6RnEBiEw+vSt5mmWc=
=QD/7
-----END PGP SIGNATURE-----

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

* Re: system freezes w/ 2.4.7-pre4 and later
@ 2001-08-05 17:08 Robert Kuebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Kuebel @ 2001-08-05 17:08 UTC (permalink / raw)
  To: linux-kernel

> your hdparm settings are *insane*.

I had some big corruption in early 2.4. I have been using those params for
a while, and I know they are slow.  Do I have a better chance at stability
w/ DMA enabled.

Rob.


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

* Re: system freezes w/ 2.4.7-pre4 and later
       [not found] <20010805102925.A278@cartman>
@ 2001-08-05 14:41 ` Robert Kuebel
  0 siblings, 0 replies; 4+ messages in thread
From: Robert Kuebel @ 2001-08-05 14:41 UTC (permalink / raw)
  To: linux-kernel

> i had the freeze in conjunction with
> 	- [2.4.7-pre4 .. 2.4.7] + xfs
> 	- iptables
> 	- pppoe
>
> now, i use:
> 	- 2.4.7, xfs
> 	- 2.4.7-ac6 patch
> 	  (only the netfilter part, cause the rest is not xfs clean ..)
> 	- iptables
> 	- pppoe
> and it works nice !

I have tried -ac6 with no luck.

> hmm .. may be you did some hot hdparm settings ?
>
> how about none hdparm settings ?

My hdparm setting are conservative:
/dev/hda:
 multcount    =  0 (off)
 I/O support  =  0 (default 16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  0 (off)
 keepsettings =  0 (off)
 nowerr       =  0 (off)
 readonly     =  0 (off)
 readahead    =  8 (on)
 geometry     = 5606/255/63, sectors = 90069840, start = 0



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

end of thread, other threads:[~2001-08-05 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-05  5:28 system freezes w/ 2.4.7-pre4 and later Robert Kuebel
2001-08-05  5:54 ` Sven Goethel
     [not found] <20010805102925.A278@cartman>
2001-08-05 14:41 ` Robert Kuebel
2001-08-05 17:08 Robert Kuebel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).