Re: skype on openbsd?

2006-03-05 Thread dick
Original message >Date: Sun, 5 Mar 2006 21:40:31 -0500 >From: "Barry, Christopher" <[EMAIL PROTECTED]> >Subject: Re: skype on openbsd? >To: > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> On Behalf Of [EMAIL PROTECTED] >> Sent: Sunday, March 0

Re: skype on openbsd?

2006-03-05 Thread Barry, Christopher
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of [EMAIL PROTECTED] > Sent: Sunday, March 05, 2006 6:22 PM > To: misc@openbsd.org > Subject: skype on openbsd? > > i saw a post just recently on bsdforums.org about getting the > linux version of > skyp

skype on openbsd?

2006-03-05 Thread dick
i saw a post just recently on bsdforums.org about getting the linux version of skype running on freebsd, http://www.bsdforums.org/forums/showthread.php?t=39145 . i'm trying to get this working on openbsd, but when i run the static binary with Qt compiled in, it tells me: skype: error while loading

Re: msdos options in fstab

2006-03-05 Thread Nick Guenther
On 3/5/06, Otto Moerbeek <[EMAIL PROTECTED]> wrote: > On Sun, 5 Mar 2006, Brendan Grossman wrote: > > > Hi list > > > > I want to set the group when mounting msdos partitions in /etc/fstab, but > > there doesn't seem to be an option... > > > > In mount_msdos(8) you can use -g, but what are the opti

PCI - DVB support

2006-03-05 Thread EJECT
Hello, I try use PCI-DVB card SkyStar2 as DVB network adapter (manufactured by www.technisat.de) under current release OpenBSD. As I understand this device is unsupported in current :( maybe it possible enable support in future. Also I`m interesting for any PCI-DVB card which is supported in OpenBS

OpenBSD behind Cisco 1800 series

2006-03-05 Thread HEINER Péter
Hi all, I've come across the same problem with 2 distinct networks, each with an OpenBSD server behind a Cisco 1800 series device. ASCII diagrams follow: Network 1|Network 2 | Internet | LAN 1 | | | C 1800 router

Re: IPSEC negotiation on demand

2006-03-05 Thread Joachim Schipper
On Sat, Mar 04, 2006 at 10:28:39AM -0500, Matthew Closson wrote: > On Sat, 25 Feb 2006, Matthew Closson wrote: > > >On Sat, 25 Feb 2006, Joachim Schipper wrote: > > > >>On Sat, Feb 25, 2006 at 10:29:11AM -0500, Matthew Closson wrote: > >>>Rather than have isakmpd bring up all tunnels when the daem

Re: what is next? 3.10 or 4.0???

2006-03-05 Thread Peter N. M. Hansteen
Bryan Brake <[EMAIL PROTECTED]> writes: > if the x.x.x versioning is followed 4.0 would mean there is a major > upgrade to the OS, while 3.10 is minor updates. Some of us *cough* argued going to hex numbering for the version following 2.9 would be an excellent idea. OpenBSD 3.9 is a great opera

Linuxforum 2006 from a OpenBSD perspective.

2006-03-05 Thread per engelbrecht
Hi all, LinuxForum [LF06] is now over and as usual the number of visitors have surpassed any of the previous years. Two years ago it was moved from Symbion Science Park to The Royal Danish Academy of Fine Arts, School of Architecture simply because the number of exhibitors, speakers and guest

Re: RedHat and Linux emulation

2006-03-05 Thread Ramiro Aceves
Ramiro Aceves wrote: Hello. Just for curiosity, yesterday I was thinking about Linux emulation and redhat OpenBSD packages. I would like to know if it is planned to switch to some more free Linux distribution like Debian instead of Red Hat to be used as the base system for Linux emulation. Than

Interrupts handling in SMP

2006-03-05 Thread Sylvain Coutant
Hi all, We run some router/firewall boxes and will probably face a load problem soon. CPU takes much time in interrupt processing and I wonder if adding a second one (going to SMP) would help to speed interrupts processing ? How will the interrupt handling load would share between CPUs if we mi

CPU usage monitoring

2006-03-05 Thread Sylvain Coutant
Hi all, Is there any way to monitor CPU usage (preference through snmp) on an OpenBSD box ? LoadAverage is reported through netsnmp, but this does not report real CPU usage. As a newbie, I didn't find an easy way to do this. Thanks for tips. BR, -- Sylvain COUTANT ADVISEO http://www.advise

Re: msdos options in fstab

2006-03-05 Thread Otto Moerbeek
On Sun, 5 Mar 2006, Brendan Grossman wrote: > Hi list > > I want to set the group when mounting msdos partitions in /etc/fstab, but > there doesn't seem to be an option... > > In mount_msdos(8) you can use -g, but what are the options to put in > /etc/fstab? > > I also want to set the umask. >