NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/55154 (Running sysctl test on macppc in qemu triggers panic)



The following reply was made to PR kern/55154; it has been noted by GNATS.

From: Paul Goyette <paul%whooppee.com@localhost>
To: Martin Husemann <martin%duskware.de@localhost>
Cc: gnats-bugs%netbsd.org@localhost, joerg%NetBSD.org@localhost, pgoyette%netbsd.org@localhost
Subject: Re: kern/55154 (Running sysctl test on macppc in qemu triggers panic)
Date: Thu, 9 Apr 2020 09:13:48 -0700 (PDT)

 On Thu, 9 Apr 2020, Paul Goyette wrote:
 
 > I've re-run the test, and confirmed that syslogd is the culprit.
 >
 > I modified /etc/rc.d/syslogd to print "Finished." at the end of the
 > script.  Here's the rc.log excerpt:
 >
 > ...
 > [running /etc/rc.d/sysdb]
 > Building databases: dev, utmp, utmpx.
 > [running /etc/rc.d/newsyslog]
 > [running /etc/rc.d/wscons]
 > [running /etc/rc.d/syslogd]
 > Starting syslogd.
 > Could not open /dev/crypto: Device not configured
 > Finished.
 > [running /etc/rc.d/ppp]
 > [running /etc/rc.d/unbound]
 > [running /etc/rc.d/named]
 > [running /etc/rc.d/rtclocaltime]
 > [running /etc/rc.d/ntpdate]
 > [running /etc/rc.d/rpcbind]
 > [running /etc/rc.d/ypserv]
 > [running /etc/rc.d/ypbind]
 > [running /etc/rc.d/yppasswdd]
 > [running /etc/rc.d/mountall]
 > Mounting all file systems...
 > ...
 >
 >
 > It is unclear to me why it tries to access /dev/crypto ...
 
 I ca also confirm that syslogd also accesses /dev/crypto on my amd64
 system, so this is not specific to macppc:
 
  	# fstat | grep crypto
  	paul     soffice.bin 18188   22* crypto 0xffff93f0d63431a8
  	clamav   freshclam   1349    3* crypto 0xffff93f0d63430f0
  	root     syslogd      259    5* crypto 0xffff93f0d6343038
  	#
 
 Perhaps we should update the macppc GENERIC configuration files to
 include /dev/crypto as a built-in module rather than letting it be
 auto-loaded.
 
 
 +--------------------+--------------------------+-----------------------+
 | Paul Goyette       | PGP Key fingerprint:     | E-mail addresses:     |
 | (Retired)          | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost     |
 | Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost   |
 +--------------------+--------------------------+-----------------------+
 


Home | Main Index | Thread Index | Old Index