Re: Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Nick Holland
On 07/10/16 22:31, Tinker wrote: > On 2016-07-11 04:18, Nick Holland wrote: >> On 07/10/16 21:48, Tinker wrote: >>> Hi, >>> >>> What is a recommended way to ensure that the MP kernel is installed >>> really, "cp /bsd.mp /bsd; reboot" because the bootloader always loads >>> the "/bsd" file? >> >>

Re: Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Tinker
Wait, "install.sh" was phased out and "install.sub" put in its place, URL http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/distrib/miniroot/install.sub?rev=1.901=text/x-cvsweb-markup . The only lines I find that mention "bsd.mp" are: if [[ -f /mnt/bsd.mp ]] && ((NCPU > 1)); then

Re: Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Tinker
On 2016-07-11 10:43, Philip Guenther wrote: On Sun, Jul 10, 2016 at 7:32 PM, Tinker wrote: On 2016-07-11 04:18, Nick Holland wrote: On 07/10/16 21:48, Tinker wrote: What is a recommended way to ensure that the MP kernel is installed really, "cp /bsd.mp /bsd; reboot"

Re: Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Philip Guenther
On Sun, Jul 10, 2016 at 7:32 PM, Tinker wrote: > On 2016-07-11 04:18, Nick Holland wrote: >> On 07/10/16 21:48, Tinker wrote: >>> What is a recommended way to ensure that the MP kernel is installed >>> really, "cp /bsd.mp /bsd; reboot" because the bootloader always loads

Re: Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Tinker
On 2016-07-11 04:18, Nick Holland wrote: On 07/10/16 21:48, Tinker wrote: Hi, What is a recommended way to ensure that the MP kernel is installed really, "cp /bsd.mp /bsd; reboot" because the bootloader always loads the "/bsd" file? and when you build a kernel from source, it is always named

Re: Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Nick Holland
On 07/10/16 21:48, Tinker wrote: > Hi, > > What is a recommended way to ensure that the MP kernel is installed > really, "cp /bsd.mp /bsd; reboot" because the bootloader always loads > the "/bsd" file? and when you build a kernel from source, it is always named "bsd". > Or is it more

Make sure the MP kernel is installed by "cp /bsd.mp /bsd" or is there another better way?

2016-07-10 Thread Tinker
Hi, What is a recommended way to ensure that the MP kernel is installed really, "cp /bsd.mp /bsd; reboot" because the bootloader always loads the "/bsd" file? Or is it more advisable to echo >> something to /etc/boot.conf or the like. Thanks! Tinker

Re: iwi0 firmware error

2016-07-10 Thread Xianwen Chen
Hello Stefan, Thank you very much! iwi0 works well with the newly compiled kernel! Warm regards, Xianwen On 07/10/16 13:18, Stefan Sperling wrote: On Sun, Jul 10, 2016 at 02:28:32AM +0200, Xianwen Chen wrote: Hello, I have not been able to use iwi0 on OpenBSD 5.9 i386 on ThinkPad R52. The

ddclient failure to start

2016-07-10 Thread Ed Ahlsen-Girard
ddclient won't start from rc.d with this configuration: rc.conf.local: ntpd_flags= xdm_flags= httpd_flags= doas_flags= ddclient_flags=-file /etc/ddclient/ddclient.conf pkg_scripts=ddclient ddclient.conf: # Configuration file for ddclient generated by debconf # # /etc/ddclient.conf # #opendns #

Re: iwi0 firmware error

2016-07-10 Thread Stefan Sperling
On Sun, Jul 10, 2016 at 02:28:32AM +0200, Xianwen Chen wrote: > Hello, > > I have not been able to use iwi0 on OpenBSD 5.9 i386 on ThinkPad R52. > > The firmware was installed via > # fw_update > > When I try to connect to an open wifi network: > # ifconfig iwi0 nwid HUAZHU-Hanting up > > I

Re: inet6 ff02::1:ff routes leaking?

2016-07-10 Thread Aaron Riekenberg
Have been running with this for several days, still working fine. On Wed, Jul 6, 2016 at 6:53 AM, Aaron Riekenberg wrote: > Hi Martin - > > Thanks for the patch. > > It installed ok on my 5.9 stable system. patch failed to process it - I > think because line

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

2016-07-10 Thread Robert Peichaer
Hi Frank Thanks for reporting this. I just committed a fix. Cheers Robert

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,

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

2016-07-10 Thread Philip Guenther
On Sat, Jul 9, 2016 at 11:37 PM, Frank Scheiner wrote: > On 07/10/2016 03:36 AM, Todd C. Miller wrote: ... >> We can simplify the check and simply treat a value of "??" as >> non-local and skip the reorder. ... >> --- rc 29 May 2016 15:36:06 - 1.485 >> +++ rc 10

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