Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-19 Thread Mikhail A. Sokolov
On Thu, Mar 18, 1999 at 06:36:09PM -0800, Matthew Dillon wrote: # :On Thu, Mar 18, 1999 at 12:28:35PM +0300, Mikhail A. Sokolov wrote: # :# Hello, # :# panic: ffs_valloc: dup alloc # : # :And a brand new one (for today): # : # :IdlePTD 2682880 # :initial pcb at 21c7b8 # :panicstr: ffs_blkfree:

RE: repeated ufs_dirbad() panics on 4.0-c

1999-03-18 Thread Ladavac Marino
-Original Message- From: Ollivier Robert [SMTP:robe...@keltia.freenix.fr] Sent: Thursday, March 18, 1999 12:26 AM To: curr...@freebsd.org Subject: Re: repeated ufs_dirbad() panics on 4.0-c According to Mikhail A. Sokolov: nope /dev/da1e17235735 7414244

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-18 Thread Mikhail A. Sokolov
On Thu, Mar 18, 1999 at 12:25:57AM +0100, Ollivier Robert wrote: # According to Mikhail A. Sokolov: # nope # # /dev/da1e17235735 7414244 844263347%/mnt/arc # /dev/da2e 8617355 1724705 689265020%/mnt/spool1 # /dev/da3e 8617355 1723638

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-18 Thread Mikhail A. Sokolov
Hello, new 6 panics of such during the night. I'm gonna reproduce the machine configuration without it using the IFT or any other but this precise IFT in general today. The below mentioned are identical. (Did I mention the rc knows about forced fsck -y only, no fsck -p or something?) gdb -k

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-18 Thread Mikhail A. Sokolov
On Thu, Mar 18, 1999 at 12:28:35PM +0300, Mikhail A. Sokolov wrote: # Hello, # panic: ffs_valloc: dup alloc And a brand new one (for today): IdlePTD 2682880 initial pcb at 21c7b8 panicstr: ffs_blkfree: freeing free frag panic messages: --- panic: ffs_blkfree: freeing free frag #0 boot

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-18 Thread Matthew Dillon
:On Thu, Mar 18, 1999 at 12:28:35PM +0300, Mikhail A. Sokolov wrote: :# Hello, :# panic: ffs_valloc: dup alloc : :And a brand new one (for today): : :IdlePTD 2682880 :initial pcb at 21c7b8 :panicstr: ffs_blkfree: freeing free frag :panic messages: :--- :panic: ffs_blkfree: freeing free frag

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-18 Thread Justin T. Gibbs
# Are you *sure* you're running -current as of today? Justin put code in to # silence Illegal request error messages from the sync cache command. These messages, since they are occurring only during a panic, are caused by the code in dashutdown(). I didn't modify this code in my last checkin,

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-17 Thread Mikhail A. Sokolov
On Wed, Mar 17, 1999 at 12:51:12PM +1030, Greg Lehey wrote: # On Tuesday, 16 March 1999 at 22:36:38 +0300, Mikhail A. Sokolov wrote: # Hello, # # we're experiencing repeated 4.0-C (as of today, something around 12:00 # GMT, 1999-03-16) ufs_dirbad() panics, which are the # following (below),

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-17 Thread Matthew Dillon
: :I.e. I could've agreed with that this could be really doomed directory, but no, :it's not that way, squid's allocating objects in memory, when it reaches the :limit it'd swap it to the spool (as per LRU and such rules) and then, after :it dies, I find that ~1 recursive swap file (2 disksx9gb,

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-17 Thread Mikhail A. Sokolov
nope /dev/da1e 17235735 7414244 844263347%/mnt/arc /dev/da2e 8617355 1724705 689265020%/mnt/spool1 /dev/da3e 8617355 1723638 689371720%/mnt/spool2 On Wed, Mar 17, 1999 at 08:29:54AM -0800, Matthew

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-17 Thread Ollivier Robert
According to Mikhail A. Sokolov: nope /dev/da1e17235735 7414244 844263347%/mnt/arc /dev/da2e 8617355 1724705 689265020%/mnt/spool1 /dev/da3e 8617355 1723638 689371720%/mnt/spool2 disklabel output is what you want to send us,

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Kenneth D. Merry
Mikhail A. Sokolov wrote... Hello, we're experiencing repeated 4.0-C (as of today, something around 12:00 GMT, 1999-03-16) ufs_dirbad() panics, which are the following (below), which usually occur when squid is running. The box doesn't have ccd, nor vinum nor anything fancy in it's

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Mikhail A. Sokolov
On Tue, Mar 16, 1999 at 01:14:52PM -0700, Kenneth D. Merry wrote: # Mikhail A. Sokolov wrote... # Hello, # # I have no idea why you're getting a panic, but I do have a question... # # syncing disks... 134 63 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 giving up # (da1:ahc1:0:1:0): SYNCHRONIZE

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Mikhail A. Sokolov
On Tue, Mar 16, 1999 at 11:26:33PM +0300, Mikhail A. Sokolov wrote: # # Are you *sure* you're running -current as of today? Justin put code in to # # silence Illegal request error messages from the sync cache command. # # # # What revision of scsi_da.c do you have, and has it been modified? # #

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Kenneth D. Merry
Mikhail A. Sokolov wrote... On Tue, Mar 16, 1999 at 01:14:52PM -0700, Kenneth D. Merry wrote: # Mikhail A. Sokolov wrote... # Hello, # # I have no idea why you're getting a panic, but I do have a question... # # syncing disks... 134 63 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 giving up #

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Julian Elischer
Mikhail A. Sokolov wrote: Hello, we're experiencing repeated 4.0-C (as of today, something around 12:00 GMT, 1999-03-16) ufs_dirbad() panics, which are the following (below), which usually occur when squid is running. The box doesn't have ccd, nor vinum nor anything fancy in it's config,

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Mikhail A. Sokolov
nope, gone one month ago, FS's rebuilt since then On Tue, Mar 16, 1999 at 02:16:59PM -0800, Julian Elischer wrote: # Mikhail A. Sokolov wrote: # # Hello, # # we're experiencing repeated 4.0-C (as of today, something around 12:00 # GMT, 1999-03-16) ufs_dirbad() panics, which are the #

Re: repeated ufs_dirbad() panics on 4.0-c

1999-03-16 Thread Greg Lehey
On Tuesday, 16 March 1999 at 22:36:38 +0300, Mikhail A. Sokolov wrote: Hello, we're experiencing repeated 4.0-C (as of today, something around 12:00 GMT, 1999-03-16) ufs_dirbad() panics, which are the following (below), which usually occur when squid is running. The box doesn't have ccd,