Re: Setitimer() resolution?

2018-12-14 Thread Alexandre Ratchov
On Thu, Dec 13, 2018 at 09:27:12PM +, Paul Swanson wrote: > Hi, > > I'm trying to understand how interval timers work in OpenBSD, > but I'm a little stuck on this line from the getitimer / setitimer man page: > > "Time values smaller than the resolution of the system clock > are rounded up

Re: netstat *:* udp sockets

2018-12-14 Thread Sebastian Benoit
Ted Unangst(t...@tedunangst.com) on 2018.12.13 13:38:58 -0500: > netstat -an tells me I am listening to all the udp. > > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address(state) > udp 0 0 *.*

Re: netstat *:* udp sockets

2018-12-14 Thread Janne Johansson
Den fre 14 dec. 2018 kl 03:58 skrev Philip Guenther : > On Thu, Dec 13, 2018 at 10:40 AM Ted Unangst wrote: > > netstat -an tells me I am listening to all the udp. > > > > Active Internet connections (including servers) > > Proto Recv-Q Send-Q Local Address Foreign Address > > (state)

Re: Pass, gpg2, gpg

2018-12-14 Thread Lucas López
On Fri, Dec 7, 2018 at 8:54 PM Kai Wirt wrote: > > On Fri, Dec 07, 2018 at 04:33:36PM +0100, Lucas López wrote: > > > > I can deduce pass command uses gpg2 command which in turn uses gpg command. > > The issue is *gpg is always in batch mode*, so if I want to use pass, I > > have to manually

Re: netstat *:* udp sockets

2018-12-14 Thread Stuart Henderson
On 2018-12-14, Sebastian Benoit wrote: > As for chrome, i have no idea what it is doing... ;) My first guess would be maybe it's using this to send probes for QUIC / HTTP/3. I don't see that in chromium here but maybe something in testing (they run different "field trials" for different people)

Re: OpenVPN in rdomain 1 error

2018-12-14 Thread BARDOU Pierre
Hello, We also tried to set up openVPN in non default rdomain, without success. -- Cordialement, Pierre BARDOU -Message d'origine- De : Denis Envoyé : jeudi 13 décembre 2018 13:02 À : Misc Objet : OpenVPN in rdomain 1 error Trying to run OpenVPN in rdomain 1 by command # sh

Re: netstat *:* udp sockets

2018-12-14 Thread Consus
On 13:38 Thu 13 Dec, Ted Unangst wrote: > netstat -an tells me I am listening to all the udp. > > Active Internet connections (including servers) > Proto Recv-Q Send-Q Local Address Foreign Address(state) > udp 0 0 *.**.* >

re0 issue : system freeze

2018-12-14 Thread thuban
Hi, I have an issue on my server : after a while, it seems down and freeze. I have no SSH access because it's offline, I only can reboot it. Looking in /var/log/messages, I see "/bsd: re0: watchdog timeout". Instead of replacing the network card, what can I do to solve this issue? Below more

Re: SSH server immediately closes connection

2018-12-14 Thread Nick Holland
On 12/14/18 00:27, Максим wrote: > Hello, > I've got a PC running OpenBSD current. > After the latest upgrade I cannot ssh to it. > > When I run "ssh 10.26.5.70" > I get this: > "Connection to 10.26.5.70 closed by remote host. > Connection to 10.26.5.70 closed." > As an SSH client I use another

Re: netstat *:* udp sockets

2018-12-14 Thread Theo de Raadt
>Ted Unangst wrote: >> Philip Guenther wrote: >> > And, perhaps more directly, how would I block this in pf.conf? >> > > >> > >> > Excellent choice, blocking dhclient from receiving the leases that it >> > requests. >> > "What problem are you trying to solve?" >> >> Well, this may be something

Re: SSH server immediately closes connection

2018-12-14 Thread Predrag Punosevac
On 12/14/18 00:27, wrote: > Hello, > I've got a PC running OpenBSD current. > After the latest upgrade I cannot ssh to it. > > When I run "ssh 10.26.5.70" > I get this: > "Connection to 10.26.5.70 closed by remote host. > Connection to 10.26.5.70 closed." > As an SSH

Re: netstat *:* udp sockets

2018-12-14 Thread Theo de Raadt
>Philip Guenther wrote: >> And, perhaps more directly, how would I block this in pf.conf? >> > >> >> Excellent choice, blocking dhclient from receiving the leases that it >> requests. >> "What problem are you trying to solve?" > >Well, this may be something of a lost cause, but I would prefer

Re: SSH server immediately closes connection

2018-12-14 Thread Johan Mellberg
> 14 dec. 2018 kl. 14:14 skrev Nick Holland : > >> On 12/14/18 00:27, Максим wrote: >> Hello, >> I've got a PC running OpenBSD current. >> After the latest upgrade I cannot ssh to it. >> >> When I run "ssh 10.26.5.70" >> I get this: >> "Connection to 10.26.5.70 closed by remote host. >>

Re: Setitimer() resolution?

2018-12-14 Thread Paul Swanson
Alex, Yes, I'm developing an audio application that'd greatly benefit from 1ms or greater precision. I'll look into both those options. Thanks, Paul S. Original Message On Dec 14, 2018, 20:02, Alexandre Ratchov wrote: > On Thu, Dec 13, 2018 at 09:27:12PM +, Paul Swanson

Re: radeondrm failure on amd64 but not on i386?

2018-12-14 Thread Daniel Dickman
> On Dec 14, 2018, at 5:41 PM, Andy Bradford > wrote: > > Thus said Allan Streib on Wed, 12 Dec 2018 14:09:06 -0500: > >> Stillhavingthis issueon-currentas ofDec10. >> machdep.allowaperture=2 does get me past this, but am seeing >> weird behavior, some

Re: install portslist?

2018-12-14 Thread Marc Espie
On Fri, Dec 14, 2018 at 03:40:05PM +0100, Rudolf Sykora wrote: > Hello, > > I now see this: > > odin$ pwd > /usr/ports > > odin$ make search key=texmacs > Please install portslist > pkg_add portslist > *** Error 1 in /usr/ports (Makefile:80 '/usr/local/share/ports-INDEX': @exit > 1) > >

Re: install portslist?

2018-12-14 Thread Daniel Jakots
On Fri, 14 Dec 2018 15:40:05 +0100, Rudolf Sykora wrote: > Is this expected? What am I doing wrong? You probably have a recent ports tree with old packages. Does `cd /usr/ports/databases/sqlports && make update` help? Cheers, Daniel

Re: install portslist?

2018-12-14 Thread Marcus MERIGHI
Hello, rsyk...@disroot.org (Rudolf Sykora), 2018.12.14 (Fri) 15:40 (CET): > odin$ pwd > /usr/ports > > odin$ make search key=texmacs > Please install portslist > pkg_add portslist > *** Error 1 in /usr/ports (Makefile:80 '/usr/local/share/ports-INDEX': @exit > 1) > > odin$ doas pkg_add

install portslist?

2018-12-14 Thread Rudolf Sykora
Hello, I now see this: odin$ pwd /usr/ports odin$ make search key=texmacs Please install portslist pkg_add portslist *** Error 1 in /usr/ports (Makefile:80 '/usr/local/share/ports-INDEX': @exit 1) odin$ doas pkg_add portslist portslist-6.8: ok odin$ make search key=texmacs Please install

Re: radeondrm failure on amd64 but not on i386?

2018-12-14 Thread Andy Bradford
Thus said Allan Streib on Wed, 12 Dec 2018 14:09:06 -0500: > Stillhavingthis issueon-currentas ofDec10. > machdep.allowaperture=2 does get me past this, but am seeing > weird behavior, some regions of screens/terminals not painting or > refreshing. As

Re: Pass, gpg2, gpg

2018-12-14 Thread Lucas López
I think it all came down to `export LC_CTYPE="en_US.UTF-8"` ^^'. Thank you all for your answers, Lucas On 12/10/18, Edd Barrett wrote: > On Fri, Dec 07, 2018 at 04:33:36PM +0100, Lucas López wrote: >> Question: How to set gpg, gpg2 as interactive mode *by default*? > > I don't use

Re: netstat *:* udp sockets

2018-12-14 Thread Ted Unangst
Philip Guenther wrote: > And, perhaps more directly, how would I block this in pf.conf? > > > > Excellent choice, blocking dhclient from receiving the leases that it > requests. > "What problem are you trying to solve?" Well, this may be something of a lost cause, but I would prefer that chrome

Re: netstat *:* udp sockets

2018-12-14 Thread Ted Unangst
Ted Unangst wrote: > Philip Guenther wrote: > > And, perhaps more directly, how would I block this in pf.conf? > > > > > > > Excellent choice, blocking dhclient from receiving the leases that it > > requests. > > "What problem are you trying to solve?" > > Well, this may be something of a lost