Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2000 20:39:25 +0100 (CET)
From:      Michael Hohmuth <hohmuth@olymp.sax.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/16713: Vinum: some processes would not die; ps axl advised
Message-ID:  <200002141939.UAA03040@olymp.sax.de>

next in thread | raw e-mail | index | archive | help

>Number:         16713
>Category:       kern
>Synopsis:       Vinum: some processes would not die; ps axl advised
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 14 12:00:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Michael Hohmuth
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
private FreeBSD site
>Environment:

FreeBSD-STABLE as of February 11, 2000

The System uses the Vinum kernel module.  All Vinum subdisks are on
one physical disk and form one concatenated plex/volume.  Vinum
configuration (output of "vinum l"):

Configuration summary

Drives:         4 (4 configured)
Volumes:        1 (4 configured)
Plexes:         1 (8 configured)
Subdisks:       4 (16 configured)

D dnes1                 State: up       Device /dev/da1e        Avail: 0/2000 MB (0%)
D dnes2                 State: up       Device /dev/da1f        Avail: 0/2000 MB (0%)
D dnes3                 State: up       Device /dev/da1g        Avail: 0/2000 MB (0%)
D dnes4                 State: up       Device /dev/da1h        Avail: 0/869 MB (0%)

V home                  State: up       Plexes:       1 Size:       6868 MB

P home.p0             C State: up       Subdisks:     4 Size:       6868 MB

S home.p0.s0            State: up       PO:        0  B Size:       1999 MB
S home.p0.s1            State: up       PO:     1999 MB Size:       1999 MB
S home.p0.s2            State: up       PO:     3999 MB Size:       1999 MB
S home.p0.s3            State: up       PO:     5999 MB Size:        868 MB

Kernel config file:

machine		"i386"
cpu		"I486_CPU"
cpu		"I586_CPU"
cpu		"I686_CPU"

ident		OLYMP
maxusers	36

options		KTRACE			#kernel tracing

options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		FFS_ROOT		#FFS usable as root device [keep this!]
options		SOFTUPDATES
options		MFS			#Memory Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		SCSI_DELAY=15000	#Be pessimistic about Joe SCSI device
options		UCONSOLE		#Allow users to grab the console
options                USERCONFIG              #boot -c editor
options                VISUAL_USERCONFIG       #visual boot -c editor

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

options		USER_LDT
options		"VM86"

options         "P1003_1B"
options         "_KPOSIX_PRIORITY_SCHEDULING"
options         "_KPOSIX_VERSION=199309L" 

config		kernel	root on wd0 

controller	pnp0
controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2
disk		fd0	at fdc0 drive 0

controller	ncr0

controller	scbus0
device		ch0
device		da0
device		sa0
device		cd0
device		pass0
device		pt0 at scbus?
device		sctarg0 at scbus?

controller	atkbdc0 at isa? port IO_KBD tty
device		atkbd0	at isa? tty irq 1
device		psm0	at isa? tty irq 12

device		vga0	at isa? port ? conflicts

pseudo-device	splash

device		vt0	at isa? tty
options		XSERVER			# include code for XFree86

device		npx0	at isa? port IO_NPX irq 13

device		sio0	at isa? port "IO_COM1" flags 0x10 tty irq 4
device		sio1	at isa? port "IO_COM2" tty irq 3
device		sio3	at isa? port 0x268 tty irq 9

device          ppc0    at isa? port? net irq 7
controller      ppbus0
device          lpt0	at ppbus?
device          plip0   at ppbus?
device          ppi0    at ppbus?

device		pcm0

device		joy0	at isa? port "IO_GAME"

device ed0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	ppp	1
pseudo-device	pty	16
pseudo-device	bpfilter	4	#Berkeley packet filter
pseudo-device	vn		# Vnode driver (turns a file into a device)

options         IPFIREWALL              #firewall
options         IPFIREWALL_VERBOSE      #print information about
                                        # dropped packets
options         "IPFIREWALL_VERBOSE_LIMIT=100" #limit verbosity
options         IPFIREWALL_DEFAULT_TO_ACCEPT #allow everything by default
options         IPDIVERT                #divert sockets

options "TEL_S0_16_3"
device	isic0 at isa? port 0xd80 net irq 10 flags 3 vector isicintr
pseudo-device	"i4bq921"
pseudo-device	"i4bq931"
pseudo-device	"i4b"
pseudo-device   "i4btrc"	4
pseudo-device   "i4bctl"
pseudo-device   "i4brbch"       4
pseudo-device   "i4btel"        2
pseudo-device   "i4bipr"	4
options		IPR_VJ
pseudo-device	"i4bisppp"	4
pseudo-device	sppp		4


>Description:

When halting the machine or shutting it down to single-user mode,
`init' (?) prints the message "some processes would not die; ps axl
advised".  In single-user mode, "ps axl" reveals that the Vinum daemon 
is the culprit.

I'm not sure if the Vinum daemon should actually be killed (probably
not) or not, but the message seems to indicate a problem.

>How-To-Repeat:

vinum start
halt

>Fix:
	
unknown



>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200002141939.UAA03040>