Re: USB keyboard recognized during boot menu, not later

2015-06-20 Thread Harry Waddell
On Sat, 20 Jun 2015 16:07:42 + (UTC) chris...@astron.com (Christos Zoulas) wrote: > In article <20150620030528.GA9337@odin>, Mayuresh wrote: > >On Thu, Jun 18, 2015 at 05:53:51PM +, Christos Zoulas wrote: > >> Uncomment xhci if you feel adventurous from GENERIC... > > > >Tried. It works,

Re: NPF questions, issues and observations

2015-03-23 Thread Harry Waddell
On Sat, 21 Mar 2015 01:09:39 + Mindaugas Rasiukevicius wrote: > Harry Waddell wrote: > > > > I know NPF is a work in progress, and so is its documentation, but now > > that I have used it for a fairly large project, I have several questions > > and a few problem

NPF questions, issues and observations

2015-03-19 Thread Harry Waddell
/27 $control_net = i.j.k.l/24 $protected_nets = { $lab_net, $alarm_net, $control_net } but not if it's going to slow things down a lot. Except for number 5, I'm pretty pleased with it overall. Thanks, Harry Waddell

Re: npf and multiple maps based on destination address

2015-03-18 Thread Harry Waddell
On Mon, 16 Mar 2015 00:47:43 + Mindaugas Rasiukevicius wrote: > Harry Waddell wrote: > > > > I'm trying to have npf ( on the latest netbsd 7 beta ) > > map address onto either an internal dmz network based on the > > destination address being in a fair

npf and multiple maps based on destination address

2015-03-15 Thread Harry Waddell
#x27;t in a group, I'm not sure how or if this will work at all. I have this working in ipfilter using a script that makes a very, very long ipnat.conf file, but I'd like to try and use npf now so I'd appreciate any pointers. Thanks. Harry Waddell

Re: no file system for xbd0 (dev 0x8e00)

2013-05-30 Thread Harry Waddell
tinuing the hunt for weird and uncommon file system corruption issues in the domU. In the dom0, make sure your lvm is active, e.g. marked with an 'a' rather than a 'd' in the output of lvm lvs. I suspect you couldn't even get a disklabel if it wasn't, but it can't hurt to check the lvm status in dom0 anyway. I'd also suggest in dom0 dd'ing the lvm's raw device to /dev/null to make sure there are no i/o errors. Good luck! Harry Waddell