Re: USB suspend/resume race

2014-05-28 Thread Jean-Philippe Ouellet
On 26/05/14(Mon) 13:46, Martin Pieuchot wrote: > I'd appreciate if people having troubles with suspend/resume could try > this diff an report back. Fixes it for me! :D Many thanks. > Previous diff was lacking the header chunk, please use this one instead. Was the corresponding commit missing the

relayd & redirects : forward [with synproxy] to check tcp

2014-05-28 Thread Gabriel Linder
It is sometimes desirable to enable synproxy when using relayd's redirects, this diff allow just that. In case it gets mangled : http://dargor.servebeer.com/~dargor/openbsd/relayd-forward-with-synproxy.diff ok ? Index: parse.y =

Re: Create a default local route for every IPv4 address

2014-05-28 Thread Kenneth Westerback
On 28 May 2014 10:18, Kenneth Westerback wrote: > On 28 May 2014 10:15, Martin Pieuchot wrote: >> On 26/05/14(Mon) 15:17, Martin Pieuchot wrote: >>> On 26/05/14(Mon) 08:03, Kenneth Westerback wrote: >>> > [...] >>> > >>> > dhclient used to create such routes but that was removed as useless so >>>

Re: Create a default local route for every IPv4 address

2014-05-28 Thread Kenneth Westerback
On 28 May 2014 10:15, Martin Pieuchot wrote: > On 26/05/14(Mon) 15:17, Martin Pieuchot wrote: >> On 26/05/14(Mon) 08:03, Kenneth Westerback wrote: >> > [...] >> > >> > dhclient used to create such routes but that was removed as useless so >> > I'm not sure why we want/need to add them back. I'm no

Re: Create a default local route for every IPv4 address

2014-05-28 Thread Martin Pieuchot
On 26/05/14(Mon) 15:17, Martin Pieuchot wrote: > On 26/05/14(Mon) 08:03, Kenneth Westerback wrote: > > [...] > > > > dhclient used to create such routes but that was removed as useless so > > I'm not sure why we want/need to add them back. I'm not a routing > > table guru so perhaps this is differ

Servicio Tecnico de PC y Redes a Domicilio

2014-05-28 Thread Brainalizer Informatica 3.0
Mayo 2014 Mantenimiento de Redes de PC Asistencia a sus instalaciones para averías de Hardware y software sin límite de intervenciones. Asistencia Remota. Soporte telefónico Gratuito incluido. Compromiso de asistencia técnica en menos de 48 horas. Revisión periódica Configuración de Redes

Re: sudo -u & environment help

2014-05-28 Thread Craig R. Skinner
FYI;- The sudo users mailing list quickly said the 3 issues I identified are known bugs, which have been fixed in newer sudo versions. http://www.sudo.ws/sudo/stable.html "The current stable release of sudo is 1.8.10p3" $ sudo -V Sudo version 1.7.2p8 $ uname -a OpenBSD teak.britvault.co.uk 5.4 G

Re: PRU_BIND in raw ip

2014-05-28 Thread Martin Pieuchot
On 28/05/14(Wed) 09:30, Jérémie Courrèges-Anglas wrote: > Martin Pieuchot writes: > > > Diff below replace in_iawithaddr() + in_broadcast() -> ifa_ifwithaddr(), > > that does the same for IPv4 since broadcast addresses are added to the > > tree. > > This prevents listeners to bind on 255.255.255

Re: PRU_BIND in raw ip

2014-05-28 Thread Jérémie Courrèges-Anglas
Martin Pieuchot writes: > Diff below replace in_iawithaddr() + in_broadcast() -> ifa_ifwithaddr(), > that does the same for IPv4 since broadcast addresses are added to the > tree. This prevents listeners to bind on 255.255.255.255, something allowed with the current code. Thoughts? > ok? > > I