Re: Problems with rdomain and net/if.c v1.455

2016-11-02 Thread Martin Pieuchot
On 28/10/16(Fri) 16:27, Claudio Jeker wrote: > On Fri, Oct 28, 2016 at 04:19:35PM +0200, Nils Frohberg wrote: > > I currently cannot access the local IP of an interface on rdomain 1: > > > > Script started on Fri Oct 28 15:02:20 2016 > > $ doas pfctl -d > > pfctl: pf not enabled > > $ doas i

Re: snmpd source address

2016-11-02 Thread Jeremie Courreges-Anglas
Jeremie Courreges-Anglas writes: > Jeremie Courreges-Anglas writes: > >> Jeremie Courreges-Anglas writes: >> >>> Jeremie Courreges-Anglas writes: >>> j...@wxcvbn.org (Jeremie Courreges-Anglas) writes: > SNMP uses UDP and snmpd listens on a single address. This means that > y

Stop watchdog timer during DDB session

2016-11-02 Thread Christian Ludwig
Deliberately breaking into DDB, e.g. via serial console BREAK, can lead to an abrupt end of the debugging session once the hardware watchdog reboots the machine. This is because all CPUs are IPL_HIGH. None of them tickles the watchdog anymore. The same is true on panic, when the system enters DDB.