Re: Any Dev interested in SIS Ethernet/SATA driver development?

2008-12-27 Thread Rene Maroufi
On Fri, Dec 26, 2008 at 10:10:04PM -0500, bofh wrote: On Fri, Dec 26, 2008 at 5:10 PM, Rene Maroufi i...@maroufi.net wrote: On Fri, Dec 26, 2008 at 03:32:50PM -0600, Marco Peereboom wrote: I'll comment by saying that developing a storage driver remotely is a total pain in the ass bordering

Problem with wpi in -current?

2008-12-27 Thread Michael Warmuth
Hello, since beginning of December, wpi stopped working with -current on my system. It seems to get detected correctly (see attached dmesg) but when running ifconfig I get on stderr: ifconfig: SIOCGIFNETMASK: Device not configured ifconfig: SIOCGIFNETMASK_IN6: Device not configured

Re: Any Dev interested in SIS Ethernet/SATA driver development?

2008-12-27 Thread Rene Maroufi
On Fri, Dec 26, 2008 at 03:16:26PM -0600, Todd T. Fries wrote: You should try current. I have these very chipsets on a board I have, and the IDE support works great for PATA drives, haven't plugged in any SATA drives I will admit, mind showing a dmesg so we can get an idea of how old a kernel

Problem with wpi in -current?

2008-12-27 Thread Alexey Suslikov
Michael Warmuth wrote: Hello, since beginning of December, wpi stopped working with -current on my system. It seems to get detected correctly (see attached dmesg) but when running ifconfig I get on stderr: ifconfig: SIOCGIFNETMASK: Device not configured ifconfig: SIOCGIFNETMASK_IN6:

Python in base?

2008-12-27 Thread Jordi Espasa Clofent
Hi misc@, ?Are there some plans to include python in base system (as Perl is at present)? -- Thanks, Jordi Espasa Clofent

Re: Python in base?

2008-12-27 Thread Peter Hessler
No. It won't happen. Check the archives, this has been discussed before. pkg_add -i python On 2008 Dec 27 (Sat) at 16:04:01 +0100 (+0100), Jordi Espasa Clofent wrote: Hi misc@, ?Are there some plans to include python in base system (as Perl is at present)? -- Thanks, Jordi Espasa

Re: Python in base?

2008-12-27 Thread Zhang Huangbin
Jordi Espasa Clofent wrote: Hi misc@, ?Are there some plans to include python in base system (as Perl is at present)? Why make it shipped in base? -- Best regards. Zhang Huangbin - Open Source Mail Server Solution for RHEL/CentOS 5.x: http://code.google.com/p/iredmail/

Re: Python in base?

2008-12-27 Thread Martin Toft
On Sat, Dec 27, 2008 at 04:04:01PM +0100, Jordi Espasa Clofent wrote: Are there some plans to include python in base system (as Perl is at present)? ... the people in charge don't like it ... http://marc.info/?l=openbsd-miscm=121171346816874w=2

Re: Problem with wpi in -current?

2008-12-27 Thread Michael Warmuth
Hi, On Sat, 27 Dec 2008 14:56:48 +0200, Alexey Suslikov wrote You have kernel and userland out of sync. Yes, you are right. Sorry for the stupid question. Thanks, Michael

/etc/netstart issue with dhcp and default route

2008-12-27 Thread Michael
Hi, I have the problem that, when dhclient is started for my wireless interface iwi0 from /etc/netstart, no IPv4 default route is created. If I call dhclient iwi0 manually it works. # cat /etc/hostname.bge0 rtsol media autoselect \ priority 1 up !/sbin/dhclient ``\$if'' For the wired

OpenBGPD: Announce all problem and strange rib-out entries.

2008-12-27 Thread Pehr Söderman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello! I hope this is the right forum to discuss OpenBGP on OpenBSD. I am setting up a lab network using a combination of OpenBSD 4.4 (About as standard install as they get) and Junier routers and have run into an interesting problem with OpenBGP.

environmental prerequisites for kernel development (was Re: Any Dev interested in SIS Ethernet/SATA driver development?)

2008-12-27 Thread Lars Noodén
bofh wrote: I think Marco's point was that if there are crashes, lockups, etc, it is a pain in the ass not to have console access, or to be able to unplug the power and reboot into a working config/kernel, etc etc. ... Access to a second box, for control, which has both serial and Ethernet

Re: environmental prerequisites for kernel development (was Re: Any Dev interested in SIS Ethernet/SATA driver development?)

2008-12-27 Thread Dave Wilson
Lars NoodC)n wrote: bofh wrote: I think Marco's point was that if there are crashes, lockups, etc, it is a pain in the ass not to have console access, or to be able to unplug the power and reboot into a working config/kernel, etc etc. ... Access to a second box, for control, which has both

Re: Python in base?

2008-12-27 Thread Abel Camarillo
On Sat, Dec 27, 2008 at 11:16:06PM +0800, Zhang Huangbin wrote: Jordi Espasa Clofent wrote: Hi misc@, ?Are there some plans to include python in base system (as Perl is at present)? Why make it shipped in base? -- Best regards. Zhang Huangbin - Open Source Mail Server Solution for

Re: Python in base?

2008-12-27 Thread Damien Miller
On Sat, 27 Dec 2008, Jordi Espasa Clofent wrote: Hi misc@, ?Are there some plans to include python in base system (as Perl is at present)? No. We only need one such language in base and perl got there first. -d