Re: Console output corrupt with EFI boot

2019-08-22 Thread dmitry.sensei
Try in command promot Machine gop 3 Boot чт, 22 авг. 2019 г., 13:05 Jona Joachim : > Hi, > > I've been trying to install OpenBSD on this HP EliteBook Folio 1040 G2 > in EFI mode for some time now but I'm always presented with a corrupt > console. > > I took a picture which you can find here: >

Re: pkg_add -u fails on nonexistant package

2019-08-22 Thread Isak Holmstroem
How did you run the command? As your user or with doas/or as root? I have seen problems with permissions with pkg_check as my user can not read all the directories that pkg_check are trying to read. /Isak > > From: Jordon > Sent: Thu Aug 22 14:40:28

Re: pkg_add -u fails on nonexistant package

2019-08-22 Thread Jordon
Thanks - that fixed it. I figured there was some cleanup or maintenance that needed to be done - i just didn't know how to do it. In running pkg_check, i did get a lot of these: --- .libs9-partial-gcc-libs-8.3.0p1.1 --- lib should exist lib is not a directory

Re: pkg_add -u fails on nonexistant package

2019-08-22 Thread Jordon
Thanks - that fixed it. I figured there was some cleanup or maintenance that needed to be done - i just didn't know how to do it. In running pkg_check, i did get a lot of these: --- .libs9-partial-gcc-libs-8.3.0p1.1 --- lib should exist lib is not a directory

unexpected behavior with static route inserted

2019-08-22 Thread Benjamin Girard
Hi, I have the following machine with two interfaces like this: root@fw:~ # cat /etc/hostname.vlan10 vlan 10 vlandev vio0 inet 10.0.0.1 255.255.255.0 NONE up root@fw:~ # cat /etc/hostname.vlan23 vlan 23 vlandev vio0 inet 172.30.133.83 255.255.255.240 NONE !route add 10.0.0.10/32 172.30.133.84

Re: missing SYN_RECV in netstat

2019-08-22 Thread Theo de Raadt
Peter J. Philipp wrote: > Hi, > > On the NANOG list there is a thread about something synflooding: > https://mailman.nanog.org/pipermail/nanog/2019-August/102713.html > > Most of my hosts are synflooded, and I was wondering why my OpenBSD > hosts don't show any SYN_RECV states in a netstat

Re: pkg_add -u fails on nonexistant package

2019-08-22 Thread Stuart Henderson
On 2019-08-21, Jordon wrote: > A few years ago I attempted to make a port of obs-studio for openbsd. > With help from this mailing list, I got something that ran but > wasn\xe2\x80\x99t > particularly useful, as audio and video sources were not there. erm, audio and video sources did work,

Re: IPv6 problems

2019-08-22 Thread list
Hi, I might be missing something right here I have the output of "route show" attached, because I cannot paste it in here in a formatted form. This is super annoying. Just wanna get the damn thing running. Regards, Stephan On 8/19/19 10:33 AM, Bastien Durel wrote: > Le dimanche 18

xenodm having issues when launching a wm

2019-08-22 Thread kaletaa
Hello, xenodm is having issues while starting a dwm session, I'm using a Thinkpad x220, OpenBSD 6.5 dmesg OpenBSD 6.5 (GENERIC.MP) #3: Sat Apr 13 14:48:43 MDT 2019 dera...@amd64.openbsd.org :/usr/src/sys/arch/amd64/compile/GENERIC.MP real mem = 4156157952 (3963MB) avail mem = 4020576256

Re: xenodm having issues when launching a wm

2019-08-22 Thread Charlie Burnett
Are you using a modified xorg.conf.d, and mind showing your xsession? On Thu, Aug 22, 2019 at 2:58 PM kaletaa wrote: > Hello, > xenodm is having issues while starting a dwm session, > I'm using a Thinkpad x220, OpenBSD 6.5 > > dmesg > > > OpenBSD 6.5 (GENERIC.MP) #3: Sat Apr 13

Re: pkg_add -u fails on nonexistant package

2019-08-22 Thread Jordon
Yeah, back before Skylake was supported. I did get a pre-Skylake system (broadwell, i think) that is the openbsd system i am using now. I did get it performing ok, but it was lacking some features. I think it was audio/video sources but i could be wrong. That was a couple years ago! :)

Max Speed: configuration in smnpd.conf for display in mrtg

2019-08-22 Thread Daniel Ouellet
Hi, Wonder if anyone would know the answer for this. I try to figure out what is the entry needed in the snmpd.conf for the specific display that would show in mrtg when the scan is done. In short the display as Max Speed: 1000.0 Mbits/s to be display as for example Max Speed:

Re: [OpenIKED] Network traffic over VPN site-to-site tunnel stalls few times a day

2019-08-22 Thread Patrick Dohman
Radek I’ve found that fast networking is actually CPU & memory intensive. Pentium 4 and Xeon's are increasingly a necessity for stable firewalls in my opinion. Keep in mind OpenBSD is a monolithic kernel & isn’t a one to one ratio with a commercial router. What are your context switches &

Re: pkg_add -u fails on nonexistant package

2019-08-22 Thread Jordon
I do the package upgrades as root (‘su -‘) and I’m pretty sure I was doing the pkg_check commands in the same terminal this morning. > On Aug 22, 2019, at 11:00, Isak Holmstroem wrote: > > How did you run the command? As your user or with doas/or as root? > > I have seen problems with