Re: redirect spkr to headphone jack?

2015-09-30 Thread Quartz
Could you show the output of "mixerctl -v" ? inputs.dac-0:1=126,126 inputs.dac-2:3=126,126 inputs.dac-4:5=126,126 inputs.dac-6:7=126,126 record.adc-2:3_mute=off [ off on ] record.adc-2:3=125,125 record.adc-0:1_mute=off [ off on ] record.adc-0:1=125,125 inputs.mix_source=line-in,mic2,hp,line

Re: Midi keyboard with 5.7

2015-09-30 Thread Alexandre Ratchov
On Wed, Sep 30, 2015 at 04:22:10PM +, pasta wrote: > Hello, > I have a Launchkey MK2 25 by Novation and I am wondering if I can > play on it using OpenBSD. As said it is a midi keyboard and it is connected > via usb. Unfortunately it doesn't show up as midi device [1]. > I read that I could

APU re(4) how can I debug this further?

2015-09-30 Thread Peter J. Philipp
I have a network that occasionally goes down. I have isolated the fault between a PC Engines APU router running OpenBSD and an AVM Fritzbox that does backup LTE and mainly 5 Ghz AP. I drew a map to further illustrate my network: to LTE network [gaia]--

Re: IPSEC with Juniper SRX220

2015-09-30 Thread Graeme Lee
On 27-Sep 14:42, Alexandre Westfahl wrote: Hi, I have trouble configuring ipsec with my sokeris 6501 (OBSD 5.7) with a carrier router (Juniper). SA seems to work well, I see packets going out on em0 and also see them on enc0. However, the other side said nothing come but they also see SA

IKEd, rising SAD count and DPD

2015-09-30 Thread Kim Zeitler
Hello I have iked running connecting to a Fortigate FW. Running 'ipsecctl -s a' gives me the correct flows, but a rising number of SADs. The tunnel has been up 5 days and I got 212 SADs installed. Do I need to set up some kind of dpd to have the old SADs pulled down, or is my error, that

Re: redirect spkr to headphone jack?

2015-09-30 Thread Quartz
The pc-speakers and the sound card are different circuits. Right, I know that. What I'm wondering is if there's some magic incantation for mixerctl or some other utility that will let output intended for the console speaker to be 'copied' or otherwise redirected to the headphone/line output.

Re: APU re(4) how can I debug this further?

2015-09-30 Thread Benny Lofgren
On 2015-09-30 10:07, Peter J. Philipp wrote: > Now the fault is between fritzbox and gamma, as when the fault occurs I can > ping fritzbox from uranus across the 5 Ghz wifi link. But I cannot ping > gamma. > I have exchanged the cable between fritzbox and gamma two times and I have > switched

Re: 5.8 current: httpd error after upgrading.

2015-09-30 Thread Stuart Henderson
On 2015-09-30, Abu Aufa wrote: > On Tue, 29 Sep 2015, Ted Unangst wrote: > >> Abu Aufa wrote: >> > Hi, >> > >> > I upgraded my system to 28th September's snapshot. Right after upgrade, I >> > saw httpd gave error in dmesg. Here's my dmesg: >> >> > I disabled the fastcgi part

Re: Configure SLAAC and DHCPv6-PD in /etc/hostname.em0

2015-09-30 Thread Stuart Henderson
On 2015-09-29, Delan Azabani wrote: > According to hostname.if(5), you can write a line in /etc/hostname.em0 > containing exactly "rtsol" without the quotes to initiate SLAAC. > > Please note that SLAAC on a host with IPv6 forwarding turned on will > not work until OpenBSD 5.8

Re: APU re(4) how can I debug this further?

2015-09-30 Thread Peter J. Philipp
On Wed, Sep 30, 2015 at 10:36:21AM +0200, Benny Lofgren wrote: > > Thanks for your help, > > I assume you are not able to ping the other way around either when the > network goes down, i e from gamma to fritzbox? Since everything in that part of the apartment is headless (fritzbox, gamma and

Re: 5.8 current: httpd error after upgrading.

2015-09-30 Thread Abu Aufa
On Wed, 30 Sep 2015, Stuart Henderson wrote: > On 2015-09-30, Abu Aufa wrote: > > On Tue, 29 Sep 2015, Ted Unangst wrote: > > > >> Abu Aufa wrote: > >> > Hi, > >> > > >> > I upgraded my system to 28th September's snapshot. Right after upgrade, > >> > I > >> > saw httpd gave

5.7 & Nagios

2015-09-30 Thread L. V. Lammert
What is the intended upgrade path for i386 versions of monitoring software? No Nagios in packages, .. icinga is reported amd only, .. Nagios in ports is amd only, .. and nagioscore will not build: # make all cd ./base && make make -C ../lib Using $< in a non-suffix rule context is a GNUmake idiom

Opensmtpd+user forom "table baseuser"

2015-09-30 Thread Krzysztof Strzeszewski
Hi, I add in my smtpd.conf: table users file:/path/to/file accept userbase but smtpd get users from local system: "getpwnam: -> 0" what is wrong? Regards, Krzych

sleep with tame(2)?

2015-09-30 Thread johnw
Hi all, After upgrade to 30-Sep-2015 12:20 snapshot (AMD64), (download from http://ftp.openbsd.org) I noticed /bin/sleep with run tame(2) call, but I can not find any tame call in source code (cvsweb.openbsd.org). when I run sleep: john@pdc:[~]$ sleep Killed then I run dmesg, the last line

Midi keyboard with 5.7

2015-09-30 Thread pasta
Hello, I have a Launchkey MK2 25 by Novation and I am wondering if I can play on it using OpenBSD. As said it is a midi keyboard and it is connected via usb. Unfortunately it doesn't show up as midi device [1]. I read that I could try to make it work by finding out it's endpoint and using hexdump

inet6 autoconf will not remove invalid addresses on -current

2015-09-30 Thread Daniel Gillen
Hi again I spotted the following while my ISP disconnected my pppoe link last night. I have the following /etc/hostname.pppoe0 file: inet 0.0.0.0 255.255.255.255 NONE \ pppoedev vlan35 \ authproto pap \ authname "@vo.lu" \ authkey "" dest 0.0.0.1 inet6 autoconf

Re: OpenBSD sendfile

2015-09-30 Thread Bogdan Andu
If one needs this linux-like crap, sendfile,and cannot disable it, how is he suppose to handle it? On Tuesday, September 29, 2015 6:50 PM, Bogdan Andu wrote: Oh.. s^*%t, only haskell can use it, right? On Tuesday, September 29, 2015 6:48 PM, Bogdan Andu