Re: Porting a driver from NetBSD

2014-06-14 Thread lm
On Fri, Jun 13, 2014 at 09:44:02AM -0700, Bryan Irvine wrote: You may want to start by posting a dmesg to the list. Here are the relevant lines from dmesg, those referring to ath0: ath0 at pci3 dev 0 function 0 Atheros AR5424 rev 0x01: apic 1 int 18 ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W,

Re: fuse - bindfs, fuse-zip, strange issues

2014-06-14 Thread Stuart Henderson
On 2014-06-14, Jiri B ji...@devio.us wrote: Huh, is this fuse really ready to use? I'm running this It's working fairly well for programs that only use the implemented features, but some newly ported programs need extra features adding to the kernel/library. kern.version=OpenBSD 5.5-current

Re: pxeboot reading boot.conf and MAC address-boot.conf

2014-06-14 Thread Stuart Henderson
On 2014-06-13, Jiri B ji...@devio.us wrote: +.Pa /etc/boot.conf.OpenBSD-mm.nn-arch The version info parts (and probably also arch) aren't very useful and are a source of possible confusion as boot loader version isn't tightly coupled to the OS version. Probably better just start with the MAC

Re: jun 12 snapshot freeze on boot.

2014-06-14 Thread Stuart Henderson
On 2014-06-13, Rodrigo Mosconi open...@mosconi.mat.br wrote: Unfortunately, I don`t manage the Host system. The freeze server is a vps machine from arpnetworks... You didn't mention at what point it freezes, which may be useful information. BTW ARP Networks are in a round of host OS upgrades

Re: jun 12 snapshot freeze on boot.

2014-06-14 Thread Otto Moerbeek
On Sat, Jun 14, 2014 at 09:44:29AM +, Stuart Henderson wrote: On 2014-06-13, Rodrigo Mosconi open...@mosconi.mat.br wrote: Unfortunately, I don`t manage the Host system. The freeze server is a vps machine from arpnetworks... You didn't mention at what point it freezes, which may be

Re: jun 12 snapshot freeze on boot.

2014-06-14 Thread Stuart Henderson
On 2014/06/14 12:00, Otto Moerbeek wrote: This might be relevant http://support.arpnetworks.com/kb/vps/openbsd-hangs-at-setting-tty-flags-when-i-use-a-custom-kernel I haven't needed that on mine, though OpenBSD/i386 does run much better on KVM if mpbios is disabled (lapic_tpr related, thanks

Re: jun 12 snapshot freeze on boot.

2014-06-14 Thread Brad Smith
On 14/06/14 6:00 AM, Otto Moerbeek wrote: On Sat, Jun 14, 2014 at 09:44:29AM +, Stuart Henderson wrote: On 2014-06-13, Rodrigo Mosconi open...@mosconi.mat.br wrote: Unfortunately, I don`t manage the Host system. The freeze server is a vps machine from arpnetworks... You didn't mention

Re: fuse - bindfs, fuse-zip, strange issues

2014-06-14 Thread Jiri B
On Sat, Jun 14, 2014 at 09:17:19AM +, Stuart Henderson wrote: On 2014-06-14, Jiri B ji...@devio.us wrote: Huh, is this fuse really ready to use? I'm running this It's working fairly well for programs that only use the implemented features, but some newly ported programs need extra

Re: Porting a driver from NetBSD

2014-06-14 Thread lm
On Sat, Jun 14, 2014 at 11:13:13AM +0200, lm wrote: Here are the relevant lines from dmesg, those referring to ath0: ath0 at pci3 dev 0 function 0 Atheros AR5424 rev 0x01: apic 1 int 18 ath0: AR5424 14.2 phy 7.0 rf 0.0, WOR0W, address 00:15:af:b3:bc:26 ath0: unable to reset hardware; hal

Re: fuse - bindfs, fuse-zip, strange issues

2014-06-14 Thread Jiri B
Attaching my _ugly_ (WIP) port of bindfs :) j. [demime 1.01d removed an attachment of type application/x-tar-gz] https://github.com/jirib/openbsd-mystuff/tree/master/sysutils/bindfs j.

test tool to load pf rules

2014-06-14 Thread Stéphane Guedon
Hello the list. First, I wish you all a great weekend. Second, I am wondering if someone knows or has written some tool to prevent yourself from being locked out of your online ssh server when writing pf rules. Something like : copy the new pf rules in /tmp, load them, and ask the user if

Re: test tool to load pf rules

2014-06-14 Thread sven falempin
On Sat, Jun 14, 2014 at 7:17 AM, Stéphane Guedon steph...@22decembre.eu wrote: Hello the list. First, I wish you all a great weekend. Second, I am wondering if someone knows or has written some tool to prevent yourself from being locked out of your online ssh server when writing pf rules.

Re: fuse - bindfs, fuse-zip, strange issues

2014-06-14 Thread Stuart Henderson
On 2014/06/14 06:30, Jiri B wrote: On Sat, Jun 14, 2014 at 09:17:19AM +, Stuart Henderson wrote: On 2014-06-14, Jiri B ji...@devio.us wrote: Huh, is this fuse really ready to use? I'm running this It's working fairly well for programs that only use the implemented features, but

Re: test tool to load pf rules

2014-06-14 Thread Gregor Best
I just use something like pfctl -v -f /etc/pf.conf.new ; sleep 30; pfctl -f /etc/pf.conf in a tmux session. That gives me 30 seconds to test what I was going to test and then reverts to the original file. -- Gregor Best -- After I run your program, let's make love like crazed

Re: test tool to load pf rules

2014-06-14 Thread Stéphane Guedon
Le samedi 14 juin 2014 05:55:19, vous avez écrit : If the user doesn't answer, that means for some reason pf has blocked ssh connection. This shouldn't happen as long as you don't flush your state table. That happened quite often. Obviously I am to blame. Now I take extra precaution. And

8 port serial card connections

2014-06-14 Thread Craig R. Skinner
To connect a Moxa 8 port serial card with octopus cable to an i386 serial port, do I need just a DB9 (2x female) gender changer, or a null modem cable/mini adapter as well? The octopus cable ends are all male, as are the serial/comm ports. I've standard Cisco rollover cables to connect to my Sun

Re: jun 12 snapshot freeze on boot.

2014-06-14 Thread Rodrigo Mosconi
2014-06-14 6:44 GMT-03:00 Stuart Henderson s...@spacehopper.org: On 2014-06-13, Rodrigo Mosconi open...@mosconi.mat.br wrote: Unfortunately, I don`t manage the Host system. The freeze server is a vps machine from arpnetworks... You didn't mention at what point it freezes, which may be

Re: Porting a driver from NetBSD

2014-06-14 Thread lm
On Fri, Jun 13, 2014 at 09:44:02AM -0700, Bryan Irvine wrote: You may want to start by posting a dmesg to the list. As I have been advised to attach a complete dmesg ouptut, I'm sending this again. Here it's the complete trace: OpenBSD 5.5-current (GENERIC) #164: Wed Jun 11 13:11:27 MDT

Re: Radeondrm on OpenBSD 5.5 stable

2014-06-14 Thread Jonathan Gray
On Tue, Jun 10, 2014 at 04:39:03PM -0500, Stan Gammons wrote: On 06/10/2014 12:01 AM, Jonathan Gray wrote: On Mon, Jun 09, 2014 at 04:53:23AM -0500, Stan Gammons wrote: On 06/09/2014 01:56 AM, Jonathan Gray wrote: On Sun, Jun 08, 2014 at 07:01:56AM -0500, Stan Gammons wrote: Is there a known

Re: 8 port serial card connections

2014-06-14 Thread Christian Weisgerber
On 2014-06-14, Craig R. Skinner skin...@britvault.co.uk wrote: To connect a Moxa 8 port serial card with octopus cable to an i386 serial port, do I need just a DB9 (2x female) gender changer, or a null modem cable/mini adapter as well? You need a null modem cable/adapter. A gender changer is

Re: test tool to load pf rules

2014-06-14 Thread Nicolai
On Sat, Jun 14, 2014 at 01:17:14PM +0200, St?phane Guedon wrote: Second, I am wondering if someone knows or has written some tool to prevent yourself from being locked out of your online ssh server when writing pf rules. Something like : copy the new pf rules in /tmp, load them, and ask

Re: 2014/07/13 - changes to minherit(2) and new getentropy(2)

2014-06-14 Thread Stuart Henderson
On 2014-06-13, Kent Fritz fritz.k...@gmail.com wrote: Future change, or 1-bit error? http://www.openbsd.org/faq/current.html Kent. Fixed, but worth a warning for those who use the untar sets on a running system method on a remote machine: you *must* boot onto the new kernel before you

5.5 installer does not recognize USB keyboard on Acer Iconia W700

2014-06-14 Thread vadimou
Hi, I'm trying to install OpenBSD on Acer Iconia W700. It has one USB port and no other input ports, so it is only possible to attach a USB keyboard to this device. I've got stuck at the installer prompt: pckbc0: using irq 1 for kbd slot wskbd0 at pckbd0: console keyboard, using wsdisplay0 uhub2