SNI PCD-5T - MP operation on OpenBSD 6.3-current

2018-03-28 Thread Frank Scheiner
Dear all, posting to misc as I don't know if this is a bug in OpenBSD or in my hardware. I got this nice old "workstation" from the mid 90ies with dual P54C processors and i430NX chipset and want to operate it in MP mode with OpenBSD. Unfortunately this doesn't work as expected currently. I've al

Re: SNI PCD-5T - MP operation on OpenBSD 6.3-current

2018-03-30 Thread Frank Scheiner
Hi Daniel, On 03/30/2018 02:20 AM, Daniel Dickman wrote: Hi Frank — I got this nice old "workstation" from the mid 90ies with dual P54C processors and i430NX chipset and want to operate it in MP mode with OpenBSD. Unfortunately this doesn't work as expected currently. Are you able to describ

reorder_libs() from /etc/rc when using NFS root FS

2016-07-09 Thread Frank Scheiner
rom the output of `mount`, the check if `/usr/lib` is on a NFS mounted file system will succeed and the re-linking of the libs will be skipped as intended. Best regards Frank Scheiner

Re: reorder_libs() from /etc/rc when using NFS root FS

2016-07-10 Thread Frank Scheiner
On 07/10/2016 03:36 AM, Todd C. Miller wrote: On Sat, 09 Jul 2016 18:25:08 +0200, Frank Scheiner wrote: Running the command substitution alone after the machine has finished booting - which takes a considerable extra amount of time as the SPARCclassic is a slow machine and its root FS is

Re: reorder_libs() from /etc/rc when using NFS root FS

2016-07-10 Thread Frank Scheiner
On 07/10/2016 09:33 AM, Philip Guenther wrote: [...] I just ran the line where _dkdev is set and when using the resulting value with e.g. `echo` it looks like the "??" is expanded by the shell if $_dkdev is not enclosed in double quotes. This also seems to happen for the test clause: Yeah, tha