Re: Bridge randomly stops replying to ARP requests

2012-07-10 Thread Simon Nicolussi
A shot in the dark: Does setting the bridge's IP address on a connected
interface (say em4 instead of em2) help?

-- 
Simon Nicolussi, si...@sinic.name
http://www.sinic.name/



Re: AUTHENTICATION_METHOD = 65001 (unknown)

2012-06-10 Thread Simon Nicolussi
  1) Does OpenBSD 5.0 have support for IPsec with XAUTH (65001)
 authentication?

No.

 1a) If so, will you please point me to a howto, or explain how to
 configure IPsec with XAUTH?

Not applicable.

 1b) If no XAUTH support in 5.0, does OpenBSD 5.1 have it? (We're going
 to upgrade our servers to 5.1 pretty soon anyway.)

No.

  2) Do we need to use iked(8) instead of isakmpd(8)? Maybe IPsec with
 XAUTH is exclusively a feature of IKEv2?

XAUTH is an extension of IKEv1, it provided functionality that now is
covered in (standard) IKEv2. However, no iOS device supports IKEv2 yet,
as far as I know.

-- 
Simon Nicolussi, si...@sinic.name
http://www.sinic.name/



Re: Murmur (Mumble server) or alternative on OpenBSD?

2010-12-01 Thread Simon Nicolussi
Jean-Philippe Ouellet wrote:
 I see that murmur runs on FreeBSD and based on the archives it appears
 to have run on OpenBSD under linux emulation in the past (although
 linux emulation has just been removed?).

And for the archives: compat_linux has not been removed.

-- 
Simon Nicolussi, simon.nicolu...@student.uibk.ac.at
http://homepage.uibk.ac.at/~csag9583/



Re: RESOLVED: segmentation faults during compiling

2010-10-13 Thread Simon Nicolussi
 My question is: when we do an initial/fresh install, are these limits
 set dynamically or they are hard coded? If I install on another
 machine do I have to change the limits in /etc/login.conf manually?

Yes, these limits are hardcoded and on a per-architecture basis. For now
all of them are using the same values, though.

-- 
Simon Nicolussi, simon.nicolu...@student.uibk.ac.at
http://homepage.uibk.ac.at/~csag9583/



Re: Odd tmux problem with terminal bell

2010-09-04 Thread Simon Nicolussi
Ferdinand Goldmann wrote:
 *) I have 'set-option -g bell-action any' in my config file. However,
 when a bell character is sent to the current window, nothing happens.
 E.g., when I issue the shell command 'echo ^G' no bell is heard. 
 But if I issue the command 'sleep 5; echo ^G', then switch to a different
 window before the sleep command ends, the bell is heard. The same
 applies to the irssi IRC client. A bell is only heard if I am in a
 different window. It sounds strange to me why tmux would mess with my
 terminal bell.

This has been fixed shortly after the 1.3 release of tmux:
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/tmux/server-window.c.diff?r1=1.15;r2=1.16

-- 
Simon Nicolussi, simon.nicolu...@student.uibk.ac.at
http://homepage.uibk.ac.at/~csag9583/



Re: readline wrapper like rlfe ?

2009-11-12 Thread Simon Nicolussi
Christopher Zimmermann wrote:
 I used to call programs not supporting libreadline with the rlfe
 wrapper which added history and commandline editing.
 Is there such a thing for OpenBSD?

Try rlwrap in ports.

-- 
Simon Nicolussi, simon.nicolu...@student.uibk.ac.at
http://homepage.uibk.ac.at/~csag9583/