Audio stuttering on media playback with sndiod

2018-04-03 Thread Daniel Bolgheroni
Hi, audio is stuttering on media playback when run through sndiod. It's OK without it. Here is an example of audio/cmus attaching to play a mp3 file: x250$ doas sndiod -ddd snd0 pst=cfg.default: rec=0:1 play=0:1 vol=23170 dup helper(helper|ini): created worker(worker|ini): created listen(/tmp/au

Re: [Arduino] CLI serial monitor

2018-04-03 Thread Centro de Recursos Computacionais - Poços
Hi, this works for me doas cu -s 9600 -l /dev/cuaU0 or simply doas cu -l /dev/cuaU0 To more info, man cu Olivier Burelli wrote: >Hello, > >i am playing with ARDUINO UNO on my 6.2 stable laptop. > >I am trying to read the serial monitor message from the board. > >from dmesg: >(...) >umodem0 at

Re: [Arduino] CLI serial monitor

2018-04-03 Thread Daniel Bolgheroni
On Wed, Apr 04, 2018 at 02:58:20AM +, Olivier Burelli wrote: > should i use cat /dev/DEVICE >> file.txt ? Considering the sketch you posted, you should have no problem using cu(1), which is in base: # cu -9600 -l/dev/cuaU0 To quit, type '~.' (tilde + dot). For more info about other escape si

(6.3) RTM_DELETE on lease renewal; why ?

2018-04-03 Thread sven falempin
Dear readers, For a long time now, using dhclient to renew a lease trigger a RTM_DELETE, then RTM_ADD, because it always remove everything before applying the lease (well the IP) ( without like checking it s a renewal and nothing changed ). # route monitor & # dhclient vio0 got message of size

[Arduino] CLI serial monitor

2018-04-03 Thread Olivier Burelli
Hello, i am playing with ARDUINO UNO on my 6.2 stable laptop. I am trying to read the serial monitor message from the board. from dmesg: (...) umodem0 at uhub3 port 1 configuration 1 interface 0 "Arduino SrlArduino Uno" rev 1.10/0.01 addr 3 umodem0: data interface 1, has no CM over data, has br

Call for feedback about OpenBSD bugs status page [NO bug tracker discussion].

2018-04-03 Thread Christoph R. Murauer
Hello ! The current status of OpenBSD bugs / features is available at https://www.nawi.is/posts/2018-04-01-OpenBSD-bugs-status-04-2018.html Please let me know if it helps the developers that no bugs are forgotten or, if something is missing. I started at April 1st (no April joke). Help and feed

Re: httpd.conf path substitution

2018-04-03 Thread Michael Hekeler
Am Thu, 29 Mar 2018 17:13:10 +0200 schrieb Michael Hekeler : > On Thu, Mar 29, 2018 at 11:58:09AM +0200, Markus Rosjat wrote: > > Hi there, > > > > its not really an issue but I noticed if I want to substitute a path > > for the tls key or cert I get a syntax error from httpd -n > > > > So is t

Re: ipv6 nd

2018-04-03 Thread Peter van Oord van der Vlies
Hello Misc, Below worked now after i upgraded to openbsd 6.3, no config changes done since it was running 6.2 /etc/dhcpcd.conf ipv6only duid persistent option rapid_commit noipv6rs option interface_mtu require dhcp_server_identifier allowinterfaces pppoe0 vether6 interface pppoe0

Re: texmacs on 6.2

2018-04-03 Thread Rudolf Sykora
Hello, >> What can I do? > > Try to fix TeXmacs so that it builds with clang; note that there are new > releases upstream. > >> Why isn't i386 and amd64 available? > > Because i386 and amd64 use clang as the base compiler. thanks for the answer! Ruda

Re: ~OT:In ksh,can bind ctrl+L to clear+redraw also wh. typing started,like in bash?

2018-04-03 Thread Anton Lindqvist
On Tue, Apr 03, 2018 at 01:45:13PM -0400, Tinker wrote: > Hi, > > First, thank you very much for 6.3! > > > I looked around for advise for how to make ctrl+L get bash's behavior > of first clearing the screen and then redrawing the current command > prompt including content that has been typed.

~OT:In ksh,can bind ctrl+L to clear+redraw also wh. typing started,like in bash?

2018-04-03 Thread Tinker
Hi, First, thank you very much for 6.3! I looked around for advise for how to make ctrl+L get bash's behavior of first clearing the screen and then redrawing the current command prompt including content that has been typed. "bind -m '^L'=clear'^J'" is a partial solution to this problem as it wi

Re: PS1 in 6.3

2018-04-03 Thread Andreas Kusalananda Kähäri
On Tue, Apr 03, 2018 at 05:11:49PM +0200, Marko Cupać wrote: > Hi, > > before I get to the question, I'd like to thank all the people who made > 6.3 happen. Keep up the good work! :) > > I noticed that on 6.3 prompt shows hostname($|#) by default. Up until > now I was setting it by exporting PS1

Re: Using stmp auth for local account with PHP scripts

2018-04-03 Thread Michael Hekeler
Am Sun, 01 Apr 2018 17:28:29 +0200 schrieb Markus Rosjat : > Hi there, > > There are simple ways of relaying local mails(connection on lo0 on > port 25) to a other mailserver. This is oky for logs and stuff but > what's about mails created by a php on the local webserver? His do I > get smtpd t

Re: PS1 in 6.3

2018-04-03 Thread Emille Blanc
On 03.04.2018 07:11, Marko Cupać wrote: Hi, before I get to the question, I'd like to thank all the people who made 6.3 happen. Keep up the good work! :) I noticed that on 6.3 prompt shows hostname($|#) by default. Up until now I was setting it by exporting PS1 in .profile: PS1="\u@\h:\w \\$

Re: acme-client issues

2018-04-03 Thread Nils Gillmann
Ricardo Mestre transcribed 2.6K bytes: > Hi Nils, > > By any chance does your acme-client.conf contains "agreement url" No, it doesn't: cat /etc/acme-client.conf # # $

Re: PS1 in 6.3

2018-04-03 Thread Wayne Oliver
On 03/04/2018 17:11, Marko Cupać wrote: > Hi, > > before I get to the question, I'd like to thank all the people who made > 6.3 happen. Keep up the good work! :) > > I noticed that on 6.3 prompt shows hostname($|#) by default. Up until > now I was setting it by exporting PS1 in .profile: > > PS1

PS1 in 6.3

2018-04-03 Thread Marko Cupać
Hi, before I get to the question, I'd like to thank all the people who made 6.3 happen. Keep up the good work! :) I noticed that on 6.3 prompt shows hostname($|#) by default. Up until now I was setting it by exporting PS1 in .profile: PS1="\u@\h:\w \\$ " export PS1 Where is the default setting

Re: malloc.conf in changelist

2018-04-03 Thread Theo de Raadt
> Shouldn't /etc/malloc.conf be in /etc/changelist? You would most likely > want to know if it appears or is changed, and you probably don't want > sysclean package to suggest you to remove it either. That kind of justification would result in everything eventually being added to the changelist.

malloc.conf in changelist

2018-04-03 Thread Renaud Allard
Hello, Shouldn't /etc/malloc.conf be in /etc/changelist? You would most likely want to know if it appears or is changed, and you probably don't want sysclean package to suggest you to remove it either. What do you think? Regards smime.p7s Description: S/MIME Cryptographic Signature

Re: 6.3 : how to check microcode?

2018-04-03 Thread Maurice Janssen
On Tue, Apr 03, 2018 at 11:37:25PM +1000, Jonathan Gray wrote: >On Tue, Apr 03, 2018 at 01:36:57PM +0200, Maurice Janssen wrote: >> Hi, >> >> I just installed 6.3 and it seems to work great. >> I've a question about the microcode. Is there a way to check whether an >> updated microcode was install

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Florian Obser
On Tue, Apr 03, 2018 at 04:05:44PM +0200, Leo Unglaub wrote: > Hey, > > > see "IPv6 broken on Hetzner.de vServer OpenBSD 6.3 / amd64" on bugs@ > > > > I'm pretty sure hetzner sets a static route to your link local address for > > the /64 they assign to you. > > > > Since the the link local addre

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Leo Unglaub
Hey, see "IPv6 broken on Hetzner.de vServer OpenBSD 6.3 / amd64" on bugs@ I'm pretty sure hetzner sets a static route to your link local address for the /64 they assign to you. Since the the link local address changes with RFC 7217 you blackhole the /64... you are right. It works fine when I

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Florian Obser
On Tue, Apr 03, 2018 at 03:43:07PM +0200, Paul de Weerd wrote: > On Tue, Apr 03, 2018 at 03:23:19PM +0200, Miles wrote: > | > | Am 03.04.2018 um 14:56 schrieb Leo Unglaub: > | > Hello, > | > i have a IPv6 problem since i upgraded to 6.3. I cannot reach other > | > > | /etc/hostname.vio0 > | >> in

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Leo Unglaub
Hi, Since you can reach your default gateway, but not "the outside world", the next step would be to try to see how far you can get. Use traceroute6 to see how for you get. Try a couple of different destinations and see if that makes a difference. Also, provide your routing table (the output

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Paul de Weerd
On Tue, Apr 03, 2018 at 03:23:19PM +0200, Miles wrote: | | Am 03.04.2018 um 14:56 schrieb Leo Unglaub: | > Hello, | > i have a IPv6 problem since i upgraded to 6.3. I cannot reach other | > | /etc/hostname.vio0 | >> inet 195.201.22.203 255.255.255.255 | >> inet6 2a01:4f8:1c0c:4ed8::10 64 | >> !ro

Re: 6.3 : how to check microcode?

2018-04-03 Thread Jonathan Gray
On Tue, Apr 03, 2018 at 01:36:57PM +0200, Maurice Janssen wrote: > Hi, > > I just installed 6.3 and it seems to work great. > I've a question about the microcode. Is there a way to check whether an > updated microcode was installed??? I have an i5 Ivybridge CPU and the Intel > microcode is in /etc

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Paul de Weerd
Hi Leo, Since you can reach your default gateway, but not "the outside world", the next step would be to try to see how far you can get. Use traceroute6 to see how for you get. Try a couple of different destinations and see if that makes a difference. Also, provide your routing table (the outpu

Re: IPv6 problem after 6.3 upgrade

2018-04-03 Thread Miles
Am 03.04.2018 um 14:56 schrieb Leo Unglaub: > Hello, > i have a IPv6 problem since i upgraded to 6.3. I cannot reach other > /etc/hostname.vio0     

6.3 : how to check microcode?

2018-04-03 Thread Maurice Janssen
Hi, I just installed 6.3 and it seems to work great. I've a question about the microcode. Is there a way to check whether an updated microcode was installed?  I have an i5 Ivybridge CPU and the Intel microcode is in /etc/firmware/intel, but I don't see anything in dmesg about it. Thanks in a

IPv6 problem after 6.3 upgrade

2018-04-03 Thread Leo Unglaub
Hello, i have a IPv6 problem since i upgraded to 6.3. I cannot reach other hosts anymore over IPv6. Over IPv4 everything works fine. I have read the part with RFC 7217 in the faq/upgrade63.html but as far as I understand it I am not affected by that. # ping6 google.com PING google.com (2a00:

Re: acme-client issues

2018-04-03 Thread Ricardo Mestre
Hi Nils, By any chance does your acme-client.conf contains "agreement url" lines? If yes please remove them and run acme-client again. /mestre On 10:57 Tue 03 Apr , Nils Gillmann wrote: > Hi, > > what's the deal with acme-client? back on 6.2 and now on 6.3 I never managed > to > make it ru

Re: Check if fsck will be run on a partition

2018-04-03 Thread Nick Holland
On 04/03/18 02:54, Mik J wrote: > Thank you Nick, I understand > > I mount my partition like that > /sbin/bioctl -s -c C -l /dev/sd0h softraid0 > /sbin/mount -o rw,nodev,nosuid,softdep /dev/sd1c encrypted > > And it appears this partition always have 0,1% of fragmentation. > However the mount doe

Re: Check if fsck will be run on a partition

2018-04-03 Thread Otto Moerbeek
On Tue, Apr 03, 2018 at 06:54:36AM +, Mik J wrote: > Thank you Nick, I understand > > I mount my partition like that > /sbin/bioctl -s -c C -l /dev/sd0h softraid0/sbin/mount -o > rw,nodev,nosuid,softdep /dev/sd1c encrypted > > And it appears this partition always have 0,1% of fragmentation.

Re: bug tracking system for OpenBSD

2018-04-03 Thread Marko Cupać
On Sat, 31 Mar 2018 08:55:35 -0400 Eric Furman wrote: > You think I'm going to visit a .ru website? Until I read this I thought nothing about your possible actions as I knew nothing about you. Now I have negative opinion. Regards, -- Before enlightenment - chop wood, draw water. After enlight

acme-client issues

2018-04-03 Thread Nils Gillmann
Hi, what's the deal with acme-client? back on 6.2 and now on 6.3 I never managed to make it run with positive results. my httpd has this in the server definition: location "/.well-known/acme-challenge/*" { root { "/acme", strip 2 } } the server listens on port 80

How to disable privilege separation mode in SSHD? - for testing

2018-04-03 Thread Hess THR
Hello, What is the method to do a "UsePrivilegeSeaparation=no" on source code level? Is it the following?: sed -i 's/^int use_privsep = -1;$/int use_privsep = 0;/g' /home/user/src/usr.bin/ssh/sshd.c or am I wrong? only for testing purposes! cannot check childs. Many thanks.