Re: [patch] Multiple ips for jails

2006-11-14 Thread Joerg Sonnenberger
On Tue, Nov 14, 2006 at 10:00:54AM +0100, Simon 'corecode' Schubert wrote: Joerg Sonnenberger wrote: At least the IPv6 case is incomplete as it doesn't deal with mapped ipv4 addresses. I also don't think the behaviour for INADDR_ANY is correct. Could you elaborate on that? How should mapped

Re: DragonFly on a Intel G965 Mainboard

2006-11-14 Thread Markus Hitter
Am 14.11.2006 um 08:48 schrieb Joerg Sonnenberger: On Mon, Nov 13, 2006 at 06:30:45PM +0100, Markus Hitter wrote: Still I think an option to run DragonFly off BIOS drivers would be a good thing. Hardware changes every few months and if the bootloader works, why shouldn't the remaining OS?

Re: [patch] Multiple ips for jails

2006-11-14 Thread Simon 'corecode' Schubert
Joerg Sonnenberger wrote: On Tue, Nov 14, 2006 at 10:00:54AM +0100, Simon 'corecode' Schubert wrote: Joerg Sonnenberger wrote: At least the IPv6 case is incomplete as it doesn't deal with mapped ipv4 addresses. I also don't think the behaviour for INADDR_ANY is correct. Could you elaborate on

Re: Java is open source finally

2006-11-14 Thread Yury Tarasievich
AFAIU, it only changes the policy of distribution of binaries?

Java is open source finally

2006-11-14 Thread Petr Janda
https://openjdk.dev.java.net/ Now we can have a working JDK/JRE in DragonFly :-) Petr

Re: Java is open source finally

2006-11-14 Thread Joerg Sonnenberger
On Wed, Nov 15, 2006 at 12:48:21AM +1100, Petr Janda wrote: https://openjdk.dev.java.net/ Now we can have a working JDK/JRE in DragonFly :-) It doesn't change anything. It was open source before, just not free software. Joerg

Re: DFly vs other BSD

2006-11-14 Thread Tomaž Borštnar
Haidut pravi: I am currently trying to run some benchmarks for PostgreSQL and MySQL running on Dfly 1.6.2, PC-BSD (FreeBSD 6.1/6.2), NetBSD 3.1, OpenBSD 4.0, and Linux 2.6.x (Ubuntu). I've yet to find MySQL benchmarking tools that compile and run on all of the above OS but pgbench for PostgreSQL

Re: [patch] Multiple ips for jails

2006-11-14 Thread Victor Balada Diaz
On Tue, Nov 14, 2006 at 11:31:57AM +0100, Joerg Sonnenberger wrote: On Tue, Nov 14, 2006 at 10:00:54AM +0100, Simon 'corecode' Schubert wrote: Joerg Sonnenberger wrote: At least the IPv6 case is incomplete as it doesn't deal with mapped ipv4 addresses. I also don't think the behaviour for

ipw3945 WLAN driver

2006-11-14 Thread Thomas Schlesinger
Hi, are there plans to port the ipw3945 driver from OpenBSD in the near future? Thomas

Re: filesystem hierarchy

2006-11-14 Thread Matthew Dillon
: :Matthew Dillon wrote: : At the moment we have no plans to integrate package management : directly into the filesystem layer. We do have tools already : available (varsyms) to make this possible, and pkgsrc makes things : easier by installing into /usr/pkg, leaving /usr/local

Re: filesystem hierarchy

2006-11-14 Thread Matthew Dillon
:... :instead of /usr/pkg. This doesn't sound hard. Getting pkgsrc to convince :configure scripts to search the right directories for header files might :be trickier. Or, I guess it should just search /usr/pkg with the right :environment variables set. : :Is this sort of what you meant? Is there

Re: filesystem hierarchy

2006-11-14 Thread Joerg Sonnenberger
On Tue, Nov 14, 2006 at 08:57:02PM +0100, Eli Green wrote: It seems to me that DragonFly is not very far from the stated goal of having multiple libraries as it is, using varsyms or maybe a slightly specialized version of nullfs: [snip] (a) As Jeremy said, this is something pkgviews

Re: filesystem hierarchy

2006-11-14 Thread Eli Green
On 2006-11-14, Joerg Sonnenberger wrote: On Tue, Nov 14, 2006 at 08:57:02PM +0100, Eli Green wrote: It seems to me that DragonFly is not very far from the stated goal of having multiple libraries as it is, using varsyms or maybe a slightly specialized version of nullfs: [snip] (a) As Jeremy

Re: filesystem hierarchy

2006-11-14 Thread Joerg Sonnenberger
On Tue, Nov 14, 2006 at 09:56:59PM +0100, Eli Green wrote: On 2006-11-14, Joerg Sonnenberger wrote: On Tue, Nov 14, 2006 at 08:57:02PM +0100, Eli Green wrote: It seems to me that DragonFly is not very far from the stated goal of having multiple libraries as it is, using varsyms or maybe a

dirent.h question

2006-11-14 Thread walt
I'm having fun playing with pkgsrc/wip/xfce4, which is the latest incarnation of xfce, version 4.3.99. I especially like Thunar, the low-calorie-back-to-basics gui file manager, which is very much in the original spirit of the xfce project. I had to make some emergency patches to get Thunar to

Re: dirent.h question

2006-11-14 Thread Joerg Sonnenberger
On Tue, Nov 14, 2006 at 01:22:12PM -0800, walt wrote: I had to make some emergency patches to get Thunar to build: thunar-vfs-os-bsd.c:110: error: structure has no member named `d_reclen' It should not use it at all. It is not portable or not needed. Joerg