Re: tun(4) and mpls

2011-05-28 Thread Claudio Jeker
On Fri, May 27, 2011 at 05:36:32PM -0700, Matt S wrote: Hello list: Purely for curiosity, is it possible to enable mpls on a tun(4) interface? In Layer2 mode yes. In Layer3 (point-to-point) mode currently not but it is a easy fix. -- :wq Claudio

Re: putty or ssh, screen $cmd

2011-05-28 Thread gilbert . fernandes
On Fri, May 27, 2011 at 10:27:59PM -0400, Nick Holland wrote: dunno what works fine means, but today, we use a program called tmux, which is part of base OpenBSD. And tmux seems better written. On the Yeeloong, using screen will send you in a kernel failure with a Trap 4 error, while using

Re: putty or ssh, screen $cmd

2011-05-28 Thread gilbert . fernandes
On Fri, May 27, 2011 at 11:15:14PM -0400, Hugo Villeneuve wrote: Just saying that at least, screen has been working for decades properly. Even if it was archaic. But it's not like tty are anything new themselves (the 8bit version ones). If you try screen on some machines, you will crash so

Re: putty or ssh, screen $cmd

2011-05-28 Thread David Vasek
On Sat, 28 May 2011, gilbert.fernan...@orange.fr wrote: If you try screen on some machines, you will crash so badly that even DDB inside the kernel is frozen after displaying one or two lines of panic. At first, you wonder. Then you try tmux, and it no longer crashes. Never blame an

Re: putty or ssh, screen $cmd

2011-05-28 Thread Miod Vallat
Has tmux been fixed to work on 150 MHz computers since it has moved to libevent? Define `fixed'. What do you consider broken? I use tmux daily on 2-digit MHz machines, but then I don't use the status bar because I have no use for it. Miod

Re: putty or ssh, screen $cmd

2011-05-28 Thread Miod Vallat
And tmux seems better written. On the Yeeloong, using screen will send you in a kernel failure with a Trap 4 error, while using tmux you can do anything you want, it's rock stable. screen has some shitty code inside that overflows my fb and miod even tried to fix it but it keeps crashing.

Loggin dmesge

2011-05-28 Thread Jean-François SIMON
Hello, Please could you help me to log all messages of dmesg to a file - I've been reading the man pages syslogd its conf file but I'm not sure how to properly set it up ... Thanks

Re: Loggin dmesge

2011-05-28 Thread Peter N. M. Hansteen
Jean-FranC'ois SIMON jfsimon1...@gmail.com writes: Please could you help me to log all messages of dmesg to a file - I've been reading the man pages syslogd its conf file but I'm not sure how to properly set it up ... The defalt setup includes capture of most of the interesting stuff, check

Re: Loggin dmesge

2011-05-28 Thread Ingo Schwarze
Hi Jean-Fran,cois, Jean-Frangois SIMON wrote on Sat, May 28, 2011 at 01:25:17PM +0200: Please could you help me to log all messages of dmesg to a file - I've been reading the man pages syslogd its conf file but I'm not sure how to properly set it up ... No need to set up anything, rc(8)

Re: Loggin dmesge

2011-05-28 Thread Jean-François SIMON
All Thanks for your answers, I've set up my question not accurately enought. I would like to have a file logging the activity of dmesg after boot as well. I'm not sure it is the reight way to set it up. Here's my problem, I've seen on the screen in console tty0 the blue lines of kernel messages

Re: Loggin dmesge

2011-05-28 Thread Ingo Schwarze
Hi Jean-Fran,cois, Jean-Frangois SIMON wrote on Sat, May 28, 2011 at 02:36:31PM +0200: I would like to have a file logging the activity of dmesg after boot as well. I'm not sure it is the reight way to set it up. As Peter already said, all of that goes to /var/log/messages per default: $

Re: Loggin dmesge

2011-05-28 Thread Johan Beisser
On May 28, 2011, at 5:36, Jean-FranC'ois SIMON jfsimon1...@gmail.com wrote: All Thanks for your answers, I've set up my question not accurately enought. I would like to have a file logging the activity of dmesg after boot as well. I'm not sure it is the reight way to set it up. Here's my

Re: putty or ssh, screen $cmd

2011-05-28 Thread Ted Unangst
No program, no matter how poorly written, can crash a correctly written kernel. On May 28, 2011, at 4:54 AM, gilbert.fernan...@orange.fr wrote: On Fri, May 27, 2011 at 11:15:14PM -0400, Hugo Villeneuve wrote: Just saying that at least, screen has been working for decades properly. Even if it

IPv4 and IPv6 DNS Server using OpenBSD

2011-05-28 Thread Pok Yie
Good day all, I'm still new with OpenBSD. Just want to know is it possible to setup DNS server using default GENERIC, which able to handle IPv4 and IPv6? What are differences between built-in DNS server in OpenBSD with the one developed by ISC? -pokyie-

Re: pid file for ldapd(8)

2011-05-28 Thread Andy Bradford
Thus said Joel Carnat on Fri, 27 May 2011 14:55:23 +0200: Is there a way to tell ldapd(8) to write it's PID in /var/run ? One way of dealing with this is using supervise[1] and do away grep/pid files altogether. Here's a run script that would do: #!/bin/sh exec 21 exec /usr/sbin/ldapd -d

Re: IPv4 and IPv6 DNS Server using OpenBSD

2011-05-28 Thread Peter N. M. Hansteen
Pok Yie pok...@gmail.com writes: I'm still new with OpenBSD. Just want to know is it possible to setup DNS server using default GENERIC, which able to handle IPv4 and IPv6? Yes. Get hold of ipv6 addresses, configure your machines and services for ipv6, add entries to your zones, you'll

Re: pid file for ldapd(8)

2011-05-28 Thread Gilles Chehade
On Sat, May 28, 2011 at 12:09:31PM -0600, Andy Bradford wrote: Thus said Joel Carnat on Fri, 27 May 2011 14:55:23 +0200: Is there a way to tell ldapd(8) to write it's PID in /var/run ? One way of dealing with this is using supervise[1] and do away grep/pid files altogether. Here's a run

Re: putty or ssh, screen $cmd

2011-05-28 Thread Helmut Schneider
Nick Holland wrote: On 05/27/11 14:53, Helmut Schneider wrote: [Problem with screen] [...] http://www.openbsd.org/faq/faq7.html#tmux man tmux [...] Thanks for all replies (also by pm), tmux indeed looks promissing. Helmut

Re: IPv4 and IPv6 DNS Server using OpenBSD

2011-05-28 Thread Stuart Henderson
On 2011-05-28, Pok Yie pok...@gmail.com wrote: Good day all, I'm still new with OpenBSD. Just want to know is it possible to setup DNS server using default GENERIC, which able to handle IPv4 and IPv6? Peter answered this part already. (Or if you're talking about a recursive resolver, that