Re: node: Cannot allocate memory

2018-06-06 Thread Ken M
So just to eliminate the off variable I updated my snapshot. Updated packages, etc, etc And now node works fine... Ken On Wed, Jun 06, 2018 at 09:28:39PM -0400, Ken M wrote: > On Wed, Jun 06, 2018 at 09:10:59PM -0400, Thomas Frohwein wrote: > > > > I run ksh. Doubt that bash is the cause

Re: node: Cannot allocate memory

2018-06-06 Thread Ken M
On Wed, Jun 06, 2018 at 09:10:59PM -0400, Thomas Frohwein wrote: > > I run ksh. Doubt that bash is the cause though... > Might wanna check if you have the same problem with ksh. > I tried in sh before submitting and got the same problem, I just tried ksh and the same. Sorry for omitting that I

Re: pgrep/pkill in rc script

2018-06-06 Thread Steven Shockley
On 6/4/2018 4:57 PM, Stuart Henderson wrote: pgrep uses regular expressions, so if you're matching the full string you'll need to escape the +'s. The 16-character limit doesn't apply here, that's if you're only matching on the command name. rc.d / pgrep -f match on the full process title

Re: node: Cannot allocate memory

2018-06-06 Thread Thomas Frohwein
I can't reproduce this on -current amd64, neither with a snapshot from last week, nor after updating today. thfr@e5570:~$ node -v v8.11.1 thfr@e5570:~$ node > console.log('test log'); test log undefined > .exit thfr@e5570:~$ > node -v > bash: /usr/local/bin/node: Cannot allocate memory I run

node: Cannot allocate memory

2018-06-06 Thread Ken M
The subject is the problem: node -v bash: /usr/local/bin/node: Cannot allocate memory I am on current, last grabbed the snapshot last Friday I think. Plenty of swap and memory available vmstat procsmemory pagedisk traps cpu r s avm fre flt re

Re: Reboot loop

2018-06-06 Thread IL Ka
There is > com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo in your dmesg. So, I assume your box reports com port somehow (via ACPI probably) Some boxes may have comport built into chipset but no external cable for it. I have one, I bought cable separately. Another option is to use UART

Re: Reboot loop

2018-06-06 Thread francis . dos . santos
IL Ka, The problem manifests itself before sysctl.conf is read. CTRL-ALT-ESC won't send a break. Using boot -d will drop me in ddb way too early. This machine doesn't have any means for serial output, no com port. No core is dumped. Can the system panic and still go on in an endless loop? Once

Re: Reboot loop

2018-06-06 Thread IL Ka
Ok, then try to follow Stuart Longland's advice: use serial console. Connect your PC using null-modem cable to another pc, and in boot(8) prompt type: boot> set tty com0 On another PC run cu(1) or minicom or screen (or for Windows you may use PuTTY), connect to OpenBSD and you will see all your

Re: OpenBSD on Lenovo m710q running minidlna?

2018-06-06 Thread John Long
On Wed, 2018-06-06 at 12:10 +, Stuart Henderson wrote: > On 2018-06-05, John Long wrote: > > I have a Lenovo m710q foobar2000 appliance under Windows 10. I like > > the > > box, it's about 1 1/2 as wide as a Lemote Fuloong Mini and about as > > deep and tall, but has slots for two, 2.5 inch

Re: Reboot loop

2018-06-06 Thread Stuart Longland
On 06/06/18 22:56, francis.dos.san...@ciudad.com.ar wrote: > About two days ago I upgraded to the version #65 below, just to see if > the game unknown-horizons would run smooth. Starting the computer anew > after evaluating the performance of the game I noticed that the machine > rebooted

Re: Reboot loop

2018-06-06 Thread IL Ka
ddb(4): "ddb is invoked upon a kernel panic when the sysctl(8) ddb.panic is set to 1". I belive this value is default. So, kernel should be dropped into ddb on panic. Does it happen? What exactly do you see on screen along with uvm_fault? Do you see whole stacktrace? Check

Re: Reboot loop

2018-06-06 Thread IL Ka
https://www.openbsd.org/report.html See "How to create a problem report" step 5

Re: Reboot loop

2018-06-06 Thread francis . dos . santos
Theo, >> uvm_fault(0x81db7f68, 0x58, 0, 1) -> e > Just that one line? No other lines? I find that hard to believe. I should've stated that the uvm_fault messageline get's repeated ad infinitum. What can I do to get more debug info?

Re: rtadvd bug ?

2018-06-06 Thread Bastien Durel
Le mercredi 06 juin 2018 à 13:55 +0200, Bastien Durel a écrit : > Hello, > > I run rtadvd on a router, which also run ospfd (on 6.3). > > rtadvd runs with static config (noifprefix): > fremen# cat /etc/rtadvd.conf > em0:\ > :rdnss="2a01:e35:8aea:ac42::10":\ >

Re: Reboot loop

2018-06-06 Thread Theo de Raadt
francis.dos.san...@ciudad.com.ar wrote: > Hello, > > My apologies if this should've gone to bugs@. There are 3 dmesg.boot > outputs within this text. The last successful boot of version #65 and > two outputs of #82 (xenodm enabled and disabled). > > About two days ago I upgraded to the version

Reboot loop

2018-06-06 Thread francis . dos . santos
Hello, My apologies if this should've gone to bugs@. There are 3 dmesg.boot outputs within this text. The last successful boot of version #65 and two outputs of #82 (xenodm enabled and disabled). About two days ago I upgraded to the version #65 below, just to see if the game unknown-horizons

rtadvd bug ?

2018-06-06 Thread Bastien Durel
Hello, I run rtadvd on a router, which also run ospfd (on 6.3). rtadvd runs with static config (noifprefix): fremen# cat /etc/rtadvd.conf em0:\ :rdnss="2a01:e35:8aea:ac42::10":\ :dnssl="geekwu.org":\ :addr0="2001:41d0:fe4b:ec21::":\

Re: OpenBSD on Lenovo m710q running minidlna?

2018-06-06 Thread Stuart Henderson
On 2018-06-05, John Long wrote: > I have a Lenovo m710q foobar2000 appliance under Windows 10. I like the > box, it's about 1 1/2 as wide as a Lemote Fuloong Mini and about as > deep and tall, but has slots for two, 2.5 inch drives. I thought about > buying another one to use as a minidlna host

Re: Pf syntax, need help understanding an example

2018-06-06 Thread Stuart Henderson
On 2018-06-06, Johan Mellberg wrote: > Hi, > > I am working my way through "The Book of Pf" and got hung up on the > example on page 31 of edition 3 (I am reading edition 2 but the > example seems to be identical in edition 3): > > ext_if = "re0" # macro for external interface - use tun0 or

rtadvd bug ?

2018-06-06 Thread Bastien Durel
Hello, I run rtadvd on a router, which also run ospfd (on 6.3). rtadvd runs with static config (noifprefix): fremen# cat /etc/rtadvd.conf em0:\ :rdnss="2a01:e35:8aea:ac42::10":\ :dnssl="geekwu.org":\ :addr0="2001:41d0:fe4b:ec21::":\

Re: Banana Pi R1 - working dwge(4)

2018-06-06 Thread Dhamp
Hi, Were you able to run openBSD on bpi-r1? if yes, then can you please share the steps for it? Regards, -- Sent from: http://openbsd-archive.7691.n7.nabble.com/openbsd-user-misc-f3.html

Re: Pf syntax, need help understanding an example

2018-06-06 Thread Gregory Edigarov
hi, $ext_if -     expands to the name of the interface ($ext_if) - expands to the ip address assigned to the interface On 06.06.18 12:21, Johan Mellberg wrote: Hi, I am working my way through "The Book of Pf" and got hung up on the example on page 31 of edition 3 (I am reading edition 2 but

Pf syntax, need help understanding an example

2018-06-06 Thread Johan Mellberg
Hi, I am working my way through "The Book of Pf" and got hung up on the example on page 31 of edition 3 (I am reading edition 2 but the example seems to be identical in edition 3): ext_if = "re0" # macro for external interface - use tun0 or pppoe0 for PPPoE int_if = "re1" # macro for internal