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:05:40 -0700 (PDT)

 On Thu, 9 Apr 2020, Paul Goyette wrote:
 
 > On Thu, 9 Apr 2020, Martin Husemann wrote:
 >
 >>> Note that the module load was _not_ triggered by opencrypto, but by
 >>> something else in /etc/rc.d stuff.
 >> 
 >> Can you find out what? We need to fix it, GENERIC must work w/o any module
 >> loads.
 >
 > From the log file we have:
 >
 > ...
 > Adding interface aliases:.
 > Waiting for duplicate address detection to finish...
 > Building databases: dev, utmp, utmpx, services.
 > Starting syslogd.
 > [  20.4065879] kobj_checksyms, 988: [crypto]: linker error: symbol 
 > `enc_xform_aes_ctr' not found
 > ...
 >
 > So it was either /etc/rc.d/syslogd or the next startup file that
 > triggered the load.
 
 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 ...
 
 
 
 +--------------------+--------------------------+-----------------------+
 | 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