Troubles using vmt driver.

2009-07-03 Thread Alexandre Verriere
Hi list, I'm use virtualization to make a lab testing environnement and i'm trying to automate power operations on a VmWare guest running OpenBSD4.5 (dmesg at the bottom). So i compiled a kernel with vmt enabled but VmWare server 2.00 doesn't detect the vmware tools? Could someone point me in

Re: Bug in pppoe ?

2009-07-03 Thread Gregory Edigarov
sysctl net.inet.ip.forwarding ? fROLOW kONSTANTIN wrote: I have openbsd-based pppoe server for small lan with 20-30 WinXP and Vista clients (based on user-level ppp) After some time some random clients seems to be dead (XP and Vista) When i try disconnect/reconnect dead host to pppoe,

SafeNet SafeXcel

2009-07-03 Thread n0hik
Hi all, How i can use SafeNet SafeXcel crypto card for all vpn and ssl operation in OpenBSD 4.5 ? Thanks, Best regards N0hIK. SKULLSEEK.NET

Re: Bug in pppoe ?

2009-07-03 Thread Фролов Константин
03.07.09, 12:11, Gregory Edigarov g...@bestnet.kharkov.ua: sysctl net.inet.ip.forwarding ? net.inet.ip.forwarding=1

Re: Ultrabasic guide to NAT

2009-07-03 Thread Manuel Ravasio
I'm still missing a point: how do I map more than 1 IP address on a single physical interface? Is there something like Linux' and Solaris' ifconfig [interface]:1 blah blah blah ? Thanks again, Manuel -- Hana wa sakuragi, hito wa bushi - Original Message From: Lars Nooden

Re: Ultrabasic guide to NAT

2009-07-03 Thread Peter van Oord van der Vlies
On Fri, 3 Jul 2009, Manuel Ravasio wrote: I'm still missing a point: how do I map more than 1 IP address on a single physical interface? Is there something like Linux' and Solaris' ifconfig [interface]:1 blah blah blah ? ifconfig ifname alias ipnumber 255.255.255.255

Re: Ultrabasic guide to NAT

2009-07-03 Thread Maurice Janssen
On Fri, Jul 03, 2009 at 02:18:40AM -0700, Manuel Ravasio wrote: I'm still missing a point: how do I map more than 1 IP address on a single physical interface? Is there something like Linux' and Solaris' ifconfig [interface]:1 blah blah blah ? http://www.OpenBSD.org/faq/faq6.html#Setup.aliases

Re: Ultrabasic guide to NAT

2009-07-03 Thread Manuel Ravasio
Whooops... Sorry, I missed it. Thank you again, Manuel -- Hana wa sakuragi, hito wa bushi - Original Message From: Maurice Janssen maur...@z74.net To: Manuel Ravasio manuelrava...@yahoo.com Cc: openbsd misc@openbsd.org Sent: Friday, July 3, 2009 12:26:20 PM Subject: Re:

Re: Ultrabasic guide to NAT

2009-07-03 Thread Michiel van Baak
On 02:18, Fri 03 Jul 09, Manuel Ravasio wrote: I'm still missing a point: how do I map more than 1 IP address on a single physical interface? Is there something like Linux' and Solaris' ifconfig [interface]:1 blah blah blah ? man hostname.if Thanks again, Manuel -- Hana wa

Re: pflow question/problem

2009-07-03 Thread Joerg Goltermann
Hi Artem Teslenko wrote: pflow interface configured for sending netflow packets to another system with billing software. Problem in next: pflow does not send any netflow packets until user connection not have state TIME_WAIT:TIME_WAIT pflow(4) exports the data after the state was expired by

tmux resetting DISPLAY variable

2009-07-03 Thread LEVAI Daniel
Hi! Anyone else noticed that tmux(1) resets the DISPLAY variable when started? Is this intentional? Daniel -- LIVAI Daniel PGP key ID = 0x4AC0A4B1 Key fingerprint = D037 03B9 C12D D338 4412 2D83 1373 917A 4AC0 A4B1

Re: Bug in pppoe ?

2009-07-03 Thread Denis Doroshenko
how about tcpdumping at time when the link becomes broken and re-establishment is unsuccessful? tcpdumping on ethernet, on the pppoe in question... On 7/3/09, P$QPP;PP2 PPP=QQP0P=QP8P= f-k...@yandex.ru wrote: 03.07.09, 12:11, Gregory Edigarov g...@bestnet.kharkov.ua: sysctl

Re: tmux resetting DISPLAY variable

2009-07-03 Thread Nicholas Marriott
Hmm. I thought I could reproduce this but now I can't. Please send me the output of env before starting tmux and from inside tmux, and the output of tmux show -g after starting it. On Fri, Jul 03, 2009 at 01:07:44PM +0200, LEVAI Daniel wrote: Hi! Anyone else noticed that tmux(1) resets the

Re: cron problem

2009-07-03 Thread Chris Bennett
Frank Bax wrote: Chris Bennett wrote: steve szmidt wrote: Just off hand, are there not too many time parameters? Probably, I just threw in some * to fill in extra ones. I was just trying to show that I was purposefully running at a certain time during testing. Too lazy to count them

Re: Bug in pppoe ?

2009-07-03 Thread Фролов Константин
03.07.09, 16:00, Denis Doroshenko denis.doroshe...@gmail.com: how about tcpdumping at time when the link becomes broken and re-establishment is unsuccessful? tcpdumping on ethernet, on the pppoe in question... tcpdump shows nothing after pppoe reconnection. My IP - 192.168.70.44 My

Re: tmux resetting DISPLAY variable

2009-07-03 Thread LEVAI Daniel
On Friday 03 July 2009 13.53.06 you wrote: Hmm. I thought I could reproduce this but now I can't. Please send me the output of env before starting tmux and from inside tmux, and the output of tmux show -g after starting it. here are the env output: before: _=/usr/bin/env PAGER=less

Re: tmux resetting DISPLAY variable

2009-07-03 Thread Hugo Villeneuve
On Fri, Jul 03, 2009 at 01:07:44PM +0200, LEVAI Daniel wrote: Hi! Anyone else noticed that tmux(1) resets the DISPLAY variable when started? Is this intentional? tmux learns DISPLAY when a new tmux server is started. If you attach to an existing session or just create a new session on an

Troubles in using the VmWare Tools vmt driver

2009-07-03 Thread Alexandre Verriere
Hi list, I'm using virtualization to make a lab testing environnement and i'm trying to automate power operations on a VmWare guest running OpenBSD4.5 (dmesg at the bottom). So i compiled a kernel with the vmt driver enabled but VmWare server 2.00 doesn't detect the vmware tools? Could someone

Re: tmux resetting DISPLAY variable

2009-07-03 Thread LEVAI Daniel
On Friday 03 July 2009 15.28.12 you wrote: On Fri, Jul 03, 2009 at 01:07:44PM +0200, LEVAI Daniel wrote: Hi! Anyone else noticed that tmux(1) resets the DISPLAY variable when started? Is this intentional? tmux learns DISPLAY when a new tmux server is started. If you attach to an

Re: tmux resetting DISPLAY variable

2009-07-03 Thread Nicholas Marriott
Yes, that would do it. Whatever I was doing when I was trying this earlier, everything is fine now... and tmux doesn't explicitly overwrite any variables except $TMUX and $TERM. On Fri, Jul 03, 2009 at 04:16:48PM +0200, LEVAI Daniel wrote: On Friday 03 July 2009 15.28.12 you wrote: On Fri,

Re: Troubles using vmt driver.

2009-07-03 Thread Jim Razmus
* Alexandre Verriere alexandre.verri...@gmail.com [090703 03:51]: Hi list, I'm use virtualization to make a lab testing environnement and i'm trying to automate power operations on a VmWare guest running OpenBSD4.5 (dmesg at the bottom). So i compiled a kernel with vmt enabled but VmWare

Re: Sun Ultra 5/10 installation problems

2009-07-03 Thread Edd Barrett
On Thu, Jun 11, 2009 at 12:22:04PM +0200, Huy Nguyen wrote: Hi, why don't you install from the network? put bsd.rd on the root of the solaris file system and do: boot disk bsd.rd -- Best Regards Edd Barrett (Freelance software developer / technical writer / open-source developer)

KOLTUKLARINIZI ÖRTÜM'LE YENİLEYİN...

2009-07-03 Thread Düz Koltuk Kılıfı ÖRTÜM
K}l}f} olan koltuklar}n}z} temizlemek kolay: K}l}f} makinaya atars}n}z ve i~iniz biter! Peki ya normal koltuklar? Sabunlu bezlerle kendinizi yormaktan vazgegin, makul fiyata k}l}f diktirin. \stelik art}k bunu yapmak igin koltuklar}n}zdan ayr} kalman}za da gerek yok. ]nternet sitemize girin,