Re: Three kfreebsd wrappers at Alioth Git

2011-03-02 Thread Petr Salinger
Is there any inconvenient for having these merged in freebsd-utils package? For the record: #605723 contains the wrappers for "route" and "ifconfig", #609574 introduces the wrapper for "mount". The route and mount wrappers are since 2011-02-19 merged in our SVN, they just wait for upl

Re: Three kfreebsd wrappers at Alioth Git

2011-03-02 Thread Mats Erik Andersson
onsdag den 2 mars 2011 klockan 17:56 skrev Robert Millan detta: > 2011/3/2 Mats Erik Andersson : > > > > They are in constant use on my machine and they will be updated > > whenever I find a reason to do so. Not claiming that are the best > > solution, they solve all problems that I have identifie

Re: GSoC and GNU/kFreeBSD

2011-03-02 Thread Axel Beckert
Hi, Robert Millan wrote: > Does anyone have plans / ideas for GSoC this year? One idea might be to get FUSE/fuse4bsd running on kfreebsd. Regards, Axel -- ,''`. | Axel Beckert , http://people.debian.org/~abe/ : :' : | Debian Developer, ftp.ch.debian.org Admin `. `' | 102

Re: GCC-4.5 as the default for (at least some) architectures

2011-03-02 Thread Matthias Klose
On 02.03.2011 17:54, Martin Guy wrote: > On 2 March 2011 02:34, Matthias Klose wrote: >> armel (although optimized for a different processor) > > Hi > For which processor (/architecture) is it optimized, and do you mean > optimized-for, or only-runs-on? > I ask in case this would mean dumping

Re: GCC-4.5 as the default for (at least some) architectures

2011-03-02 Thread Martin Guy
On 2 March 2011 02:34, Matthias Klose wrote: >  armel (although optimized for a different processor) Hi For which processor (/architecture) is it optimized, and do you mean optimized-for, or only-runs-on? I ask in case this would mean dumping all the armv4t systems that are using Debian armel.

GSoC and GNU/kFreeBSD

2011-03-02 Thread Robert Millan
Does anyone have plans / ideas for GSoC this year? -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/aanlktikfay2z18hurqvssz+h9w1oxs7mawqrz9ufi...@mail

Re: MDMFS in kfreebsd

2011-03-02 Thread Robert Millan
2011/3/2 Will Urbanski : > I'm having trouble creating a ramdisk in debian kfreebsd. I've noticed that > the FreeBSD mdmfs tool isn't ported yet, and it looks like the old debian > way of creating ramdisks a la  mknod -m 660 /dev/ram b 1 1 doesn't seem to > work either. Is there a way to create ram

Re: Three kfreebsd wrappers at Alioth Git

2011-03-02 Thread Robert Millan
2011/3/2 Mats Erik Andersson : > Dear all, > > I just want to inform that the three script wrappers contributed > by me to the BTS (for route, ifconfig, and mount) are as now present > at my Aloith account: > >   http://git.debian.org/?p=users/meand-guest/kfreebsd.git > > They are in constant use o

Re: FTBFS libidn 1.20 on kfreebsd-amd64

2011-03-02 Thread Simon Josefsson
Cyril Brulebois writes: >> Thanks for the information. How do I reschedule the build? Please >> consider this a reschedule request, if such a thing is possible. :-) > > Done. Will try and give it back as needed. Thanks -- it seems we are unlucky and the build hits fasch every time. Please try

02/03/2011

2011-03-02 Thread Mr.Jerry Ntai
(DEBIAN-BSD@LISTS.DEBIAN.ORG) did you get my last email? please confirm to me.

MDMFS in kfreebsd

2011-03-02 Thread Will Urbanski
I'm having trouble creating a ramdisk in debian kfreebsd. I've noticed that the FreeBSD mdmfs tool isn't ported yet, and it looks like the old debianway of creating ramdisks a la mknod -m 660 /dev/ram b 1 1 doesn't seem to work either. Is there a way to create ramdisks in debian kfreebsd yet? Tha

Re: GCC-4.5 as the default for (at least some) architectures

2011-03-02 Thread Petr Salinger
I'll make gcc-4.5 the default for (at least some) architectures within the next two weeks before more transitions start. GCC-4.5 is already used as the default compiler for almost any other distribution, so there shouldn't be many surprises on at least the common architectures. About 50% of the

Re: GCC-4.5 as the default for (at least some) architectures

2011-03-02 Thread Matthias Klose
On 02.03.2011 07:36, Konstantinos Margaritis wrote: > On 2 March 2011 03:34, Matthias Klose wrote: > >> I'll make gcc-4.5 the default for (at least some) architectures within the >> next >> two weeks before more transitions start. GCC-4.5 is already used as the >> default >> compiler for almost

Three kfreebsd wrappers at Alioth Git

2011-03-02 Thread Mats Erik Andersson
Dear all, I just want to inform that the three script wrappers contributed by me to the BTS (for route, ifconfig, and mount) are as now present at my Aloith account: http://git.debian.org/?p=users/meand-guest/kfreebsd.git They are in constant use on my machine and they will be updated wheneve

Bug#616036: /bin/mount: /bin/mount: Fstab options causing failed mounts

2011-03-02 Thread Mats Erik Andersson
This is due to the following code in upstream source /* src/sbin/mount/mount.c */ #define BADTYPE(type) \ (strcmp(type, FSTAB_RO) && \ strcmp(type, FSTAB_RW) && strcmp(type, FSTAB_RQ)) /* A later test */ if (BADTYPE(fs->fs_type)) errx(1, "%s has