Re: [RFC] kernel version for the squeeze cycle

2009-11-13 Thread Aurelien Jarno
to get an update through a new point version, as the kernel interface is pretty stable across minor versions on kFreeBSD. That said I think we should not drop kFreeBSD 7.x support for squeeze, but keep it working as "best effort". -- Aurelien Jarno GPG: 1024D/F1BC

Re: UUID support during boot

2009-11-26 Thread Aurelien Jarno
nt the root filesystem read-only, they uses /dev/ad0s1 (the value in the fstab) instead of the UUID, which fails. The filesystem therefore stays read-only which make the boot to fail. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aure

kfreebsd-kernel-headers and USB API breakage

2009-12-02 Thread Aurelien Jarno
default. Another solution is to support both API in kfreebsd-kernel-headers, but this looks like a more complex solution. Does someone has another idea? Regards, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-02 Thread Aurelien Jarno
eimplementation of the libusb-1.0 > API, so your applications will probably work there too. The source code > for this library can be found here. > Having libusb-1.0 support is something really interesting. However, it doesn't fix application that directly use the kernel API. Tha

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Aurelien Jarno
freeglut_joystick.c > +++ freeglut-2.4.0/src/freeglut_joystick.c > @@ -198,6 +196,7 @@ > */ > static char *fghJoystickWalkUSBdev(int f, char *dev, char *out, int outlen) > { > +#if 0 >struct usb_device_info di; >int i, a; >char *cp; > @@ -219,6 +218,7 @@ >

Bug#559364: regression: console text is red

2009-12-03 Thread Aurelien Jarno
ehavior. > > Not a big deal, but just something that should be mentionned I guess. > This is actually most probably due to an initscript. Does the boot start in red, or does it switches to red at some point? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@

Bug#559344: kldutils: bashism used in /etc/init.d/module-init-tools

2009-12-03 Thread Aurelien Jarno
ot; `" > I have to say I don't really understand where you got this code. It has been fixed back in July, and is surely not in version 8.0-1. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Aurelien Jarno
On Fri, Dec 04, 2009 at 12:30:53AM +0100, Aurelien Jarno wrote: > On Thu, Dec 03, 2009 at 01:09:40PM +0100, Petr Salinger wrote: > >>>> If we want to go for this solution, we have to scan the archive for > >>>> usage of this header file, and fix them by submitti

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-03 Thread Aurelien Jarno
ade my plain FreeBSD machine yet). Then a single line change fixes our problems. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of &q

Re: Parted

2009-12-06 Thread Aurelien Jarno
ther it is intended to be merged, etc). Can this be submitted? What > is the rationale behind this change? It is intended to be merged, but not finished yet. The probe part fails in some cases when using an MSDOS partition table, and doesn't work on GPT partition table. Aurelien

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-06 Thread Aurelien Jarno
ot at the same location than in libusb-1.0. It should be possible to handle by providing the correct pkgconfig file though. For libusb 0.1, it does not provides usb_debug, usb_error_* and usb_free*. This means I am a bit reluctant to also provide libusb-dev, also it means it won't

Bug#560127: freebsd-utils: Mounting /sys unconditionally breaks pbuilder --create

2009-12-09 Thread Aurelien Jarno
voke-rc.d, and > there's no policy-rc.d to deny its being started when creating a chroot > (IIRC sbuild creates one, but after installing the basic chroot). Given that on GNU/Linux /etc/init.d/mountkernfs also mounts /sys, we should try to understand why there is no problem there, and use the same solution. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: new patch, known working

2009-12-09 Thread Aurelien Jarno
sult, result_len, "%ss%d", dev->path, num); > + snprintf (result, result_len, strcmp (disk->type->name, "gpt") ? > "%ss%d" : "%sp%d", dev->path, num); > > return result; Shouldn't disk be freed after use? > } -- Au

Re: Bug#559980: aptitude: Totally broken on GNU/kFreeBSD

2009-12-10 Thread Aurelien Jarno
een done yesterday, however the readlink bug in freebsd-utils now prevents the image to boot correctly. freebsd-utils won't migrate soon, as it depends on freebsd-libs which depends on kfreebsd-8, which is not ready to migrate (RC bug). I'll see with the release team

Re: kfreebsd-kernel-headers and USB API breakage

2009-12-14 Thread Aurelien Jarno
the patches in the BTS so that the maintainer of those packages can upload a new version? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Re: installation fails

2009-12-15 Thread Aurelien Jarno
/proc/mtab /target/etc/mtab" in the d-i terminal (using alt-f2), at the end of the installation, and before rebooting. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lis

Re: devd, acpiconf and such

2009-12-15 Thread Aurelien Jarno
on it? Shall I take it up? > As far as I know, no one is working on that. Ideally this should be integrated to the freebsd-utils source package (possibly producing new binary packages), but this is probably a detail, the most important job being to port it to glibc. -- Aurelien Jarno

Re: Fail to install from mini.iso

2009-12-28 Thread Aurelien Jarno
ckage,error "as code name > not found". > Does the installer found your network card, and has it configured it correctly? Do you use DHCP or static IP? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net --

Re: Bootable USB images (Re: using d-i to install kfreebsd-i386 from usb)

2009-12-30 Thread Aurelien Jarno
"Loading ...". When trying to boot using commands, it also freezes after entering "kfreebsd /boot/kernel/kfreebsd.gz". -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to

Re: Bootable USB images (Re: using d-i to install kfreebsd-i386 from usb)

2009-12-31 Thread Aurelien Jarno
On Thu, Dec 31, 2009 at 03:12:37PM +0100, Robert Millan wrote: > On Wed, Dec 30, 2009 at 09:39:11PM +0100, Aurelien Jarno wrote: > > On Mon, Dec 21, 2009 at 11:37:28PM +0100, Robert Millan wrote: > > > On Thu, Dec 17, 2009 at 01:48:10PM +, Thorsten Glaser wrote: > >

Re: Bootable USB images

2010-01-02 Thread Aurelien Jarno
t that's not very > useful... > > Aurelien, could you try building the image in another environment? E.g. > kfreebsd-amd64 and/or using a newer grub-pc. > I upgraded both my kfreebsd-i386 and kfreebsd-amd64 machines to 1.98~20090101-1. It still fails on kfreebsd-i386, but work

Re: Bootable USB images

2010-01-02 Thread Aurelien Jarno
On Sun, Jan 03, 2010 at 03:31:24AM +0100, Aurelien Jarno wrote: > On Fri, Jan 01, 2010 at 02:30:20AM +0100, Robert Millan wrote: > > On Thu, Dec 31, 2009 at 02:52:25PM +, Thorsten Glaser wrote: > > > Is there something you special-cased when handling CDs or not-CDs? (For &

Re: Request for advise with struct stat, ACL, xattr, zlib (2nd try)

2010-01-04 Thread Aurelien Jarno
bit, align to 32 bit to > retain previous ABI */ > > And the stat16_to_stat() should zero __pad_mode and __pad_nlink. > > Aurelien, Cyril do you agree with this (eglibc) change ? > That looks fine given that the kernel syscall is using 16 bits. For big endian targets, given we have

Re: Localized keyboard (kbd) with kfreeBSD

2010-01-04 Thread Aurelien Jarno
t something possible, as kbdcontrol does not really provide the same functionalities as console-tools. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.or

Re: Current daily build fails at installation

2010-01-04 Thread Aurelien Jarno
i decided to post in in this mailing list. Hope that is > the right place for it ;) I have just done a test with this version, and I haven't seen any problem. Could you please provide us more details especially: - Which KVM version are you using? - Which software environment did you try to

Re: Current daily build fails at installation

2010-01-05 Thread Aurelien Jarno
Hanno Hecker a écrit : > On Mon, 04 Jan 2010 18:36:07 +0100 > Georg Gast wrote: > >> Aurelien Jarno schrieb: >>> Georg Gast a écrit : >>>> debootstrap: Setting up tasksel (2.80) ... >>>> main-menu[110]: WARNING **: Configuring 'bootstrap-ba

Re: Bootable USB images

2010-01-07 Thread Aurelien Jarno
bzr diff -r 2024..2027 http://bzr.savannah.gnu.org/r/grub/trunk/grub/ > Thanks. I have applied your patch to d-i, so starting today, the daily-images should also work on a USB media. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://

Re: [patch] pidfile_open

2010-01-07 Thread Aurelien Jarno
ch; it seems that is the > policy for libbsd. > > I did not include flopen.c because it is not needed and may conflict > with other code which uses the same symbol. > Guillem, what's the status of that? We need them for acpid and acpiconf. -- Aurelien Jarno

Re: Install ??

2010-01-14 Thread Aurelien Jarno
ve chosen > to use UFS file system. > This was a generic problem also affecting Linux installer. It should be fixed on today's version (14th). -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBS

Re: new patch, known working

2010-01-14 Thread Aurelien Jarno
roy (disk); > + > /* append slice number (ad0, partition 1 => ad0s1)*/ > - snprintf (result, result_len, "%ss%d", dev->path, num); > + snprintf (result, result_len, is_gpt ? "%sp%d" : "%ss%d", dev->path, > num); > >

Bug#559647: aborts when making a filesystem larger than 2048 MiB

2010-01-15 Thread Aurelien Jarno
) on this platform. For GNU/Linux, we will probably have to modify ufsutils sources. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject

Bug#559647: aborts when making a filesystem larger than 2048 MiB

2010-01-15 Thread Aurelien Jarno
Robert Millan a écrit : > On Fri, Jan 15, 2010 at 03:55:34PM +0100, Aurelien Jarno wrote: >> I have modified the GNU libc type on GNU/kFreeBSD to match the kernel >> definition fixing this bug (after a rebuild) on this platform. For >> GNU/Linux, we will probably have to mo

Re: Bug#564232: Bug 564232 and 561121 related to Debian GNU/kFreeBSD near to be fixed

2010-01-16 Thread Aurelien Jarno
ust reached unstable today, still building) > libaunit > libflorist > libgmpada > gnade > libgtkada2 > opentoken > polyorb > libtemplates-parser > libaws (b-d on libtemplates-parser) > libtexttools > libxmlada > > The alternative is to add (admittedly ugly) w

Re: [patch] devd and acpiconf

2010-01-16 Thread Aurelien Jarno
uggestions on how to do better than with handcrafted > patch files, let me know. However, I hesitate to read all the DD docs > ;-) > I have just included your patch in the SVN. The configuration files still need to be added, I'll work on that in the next days -- Aurelien Jarno

Re: Bug#564232: Bug 564232 and 561121 related to Debian GNU/kFreeBSD near to be fixed

2010-01-17 Thread Aurelien Jarno
On Sun, Jan 17, 2010 at 02:32:32PM +0100, Ludovic Brenta wrote: > Aurelien Jarno writes: > > On Fri, Jan 15, 2010 at 06:41:05PM +0100, Ludovic Brenta wrote: > >> We were talking about BinMNUs of packages that build-depend on gnat-4.4, > >> i.e. all Ada packages. Such B

Re: NFS on Debian GNU/kFreeBSD?

2010-01-21 Thread Aurelien Jarno
rom FreeBSD directly? > mount_nfs is available in freebsd-utils, so you can easily do NFS mounts using using mount -t nfs. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@

Bug#566773: kfreebsd-image-7.2-1-486: pf ignores any and all rules

2010-01-25 Thread Aurelien Jarno
he rules with pfctl -f > /etc/pf.con > prior to each test. I even did a pfctl -s rules and the running config aligned > with the rules I set each time. > This is not something I am able to reproduce here. Have you enable pf with "pfctl -e"? -- Aurelien Jarno

Re: parted unblock, and upcoming transition

2010-03-25 Thread Aurelien Jarno
ed again. I don't know when I'll have time to work on that. In the meanwhile, parted can probably be removed from kfreebsd. Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRI

Re: Fixing the Debian Installer

2010-04-12 Thread Aurelien Jarno
has a dependency on libgeom0, and we don't have a udeb for this one. It happens that this has been fixed already in the past in the the parted's patch, but that the wrong version has been used in the new parted. It should be fixed in the next upload. There was also a few missing problems wi

Re: Fixing the Debian Installer

2010-04-28 Thread Aurelien Jarno
in unstable, > and the 8.0-5 seems be stable enouch. > Agreed, that's probably something that should be done. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-r

Re: setproctitle in kfreebsd

2010-06-04 Thread Aurelien Jarno
me (actually for both kfreebsd and linux). -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Re: BusyBox on FreeBSD and Hurd

2010-06-04 Thread Aurelien Jarno
_with_hack_to_help_umount.diff] [util-linux.umount.diff] > Hurd: issue a 'settrans' command > * swapon/swapoff: > FreeBSD: [util-linux.swaponoff.diff] > Hurd: to be investigated > > Branches > > > * osports: the main branch, based on u

Bug#584930: Two security issues fixed in FreeBSD

2010-06-08 Thread Aurelien Jarno
SA-10:06.nfsclient.asc > On the other hand, the kfreebsd* packages are affected by this bug, though not with the default configuration. I'll do an upload to unstable with high urgency, but I don't think it deserve a fix in lenny. I'll upload the security tracker accordingly. -

Bug#584930: Two security issues fixed in FreeBSD

2010-06-09 Thread Aurelien Jarno
gt; kfreebsd-7 is affected, cloning the bug. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listm

Bug#585767: Dependencies on linux-gnu or not+linux-gnu do not match armel or powerpcspe correctly

2010-06-14 Thread Aurelien Jarno
those architectures is "linux-gnuspe" or "linux-gnueabi", not "linux-gnu". If you only want to match on the OS, you should use the "linux" and "not+linux" instead. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

Re: libparted0-udeb: not installable on kfreebsd-*, depends on libgeom0

2010-06-14 Thread Aurelien Jarno
ar. The current version needs libgeom, while the improved version doesn't need it. The versions 1.8.8 were using the improved version, while the versions 2.2 have switched back to the original version, which introduced back a few bugs, especially with SCSI drives. You can find the improved

Re: libparted0-udeb: not installable on kfreebsd-*, depends on libgeom0

2010-06-14 Thread Aurelien Jarno
Colin Watson a écrit : > On Mon, Jun 14, 2010 at 04:41:50PM +0200, Aurelien Jarno wrote: >> Colin Watson a écrit : >>> On Tue, May 04, 2010 at 04:59:38PM +0200, Cyril Brulebois wrote: >>>> thanks to your efforts, parted gets now built again on kfreebsd-*; >

Bug#585767: Dependencies on linux-gnu or not+linux-gnu do not match armel or powerpcspe correctly

2010-06-21 Thread Aurelien Jarno
On Mon, Jun 21, 2010 at 08:35:14PM +0200, Sebastian Andrzej Siewior wrote: > * Aurelien Jarno | 2010-06-14 12:00:14 [+0200]: > > >> libudev-dev (>= 0.139) | not+linux-gnu, > >> libhal-dev (>= 0.5.10) | linux-gnu, > > >I don't think it's

Bug#585767: Dependencies on linux-gnu or not+linux-gnu do not match armel or powerpcspe correctly

2010-06-21 Thread Aurelien Jarno
On Mon, Jun 21, 2010 at 11:09:47PM +0200, Julian Andres Klode wrote: > On Mo, 2010-06-21 at 21:56 +0200, Aurelien Jarno wrote: > > On Mon, Jun 21, 2010 at 08:35:14PM +0200, Sebastian Andrzej Siewior wrote: > > > * Aurelien Jarno | 2010-06-14 12:00:14 [+0200]: > > &

Bug#585767: Dependencies on linux-gnu or not+linux-gnu do not match armel or powerpcspe correctly

2010-06-21 Thread Aurelien Jarno
On Mon, Jun 21, 2010 at 03:22:37PM -0500, Moffett, Kyle D wrote: > retitle 585767 Meta Bug: Convert all deps on type-handling to arch-wildcards > and remove type-handling > severity 585767 wishlist > thanks > > On Jun 21, 2010, at 15:56, Aurelien Jarno wrote: > > On Mo

Bug#549412: freebsd-utils: fails to mount nfs: mount_nfs not found

2010-07-06 Thread Aurelien Jarno
reasonable interpretation > of the text of the news announcement would even make this issue > "release-critical". > If some users consider the use of NFS very important, they can probably help to solve this issue. -- Aurelien Jarno GPG: 1024D/F1BCDB73

Bug#549412: freebsd-utils: fails to mount nfs: mount_nfs not found

2010-07-07 Thread Aurelien Jarno
Alan BRASLAU a écrit : > On Tuesday 06 July 2010 18:49:52 Aurelien Jarno wrote: >> If some users consider the use of NFS very important, they can probably >> help to solve this issue. > > They are, by very patiently (and politely) filing bug reports. > Also by spending ti

Bug#587630: kernel panic when using ZFS

2010-07-19 Thread Aurelien Jarno
n caused by the switch from freebsd-buildutils 7.2 to 8.0 and is also likely the cause of bug#587629. I will try to narrow down the problem even more. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSC

Re: No arp command in freebsd-net-tools

2010-07-26 Thread Aurelien Jarno
d will be added in the next upload. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@li

Re: Please binNMU ep-gtk/kfreebsd-amd64

2010-07-26 Thread Aurelien Jarno
On Tue, Jul 27, 2010 at 10:15:06AM +0900, nigauri.org wrote: > Hi, Hi, > Please binNMU rep-gtk/kfreebsd-amd64. > Current version was built on fakeroot with problem[0][1][2]. > This problem is corrected with rebuild. > I have just scheduled the binNMU, thanks. Cheers, Aurelie

Bug#559364: [RFC]: Bug#559364: regression: console text is red

2010-07-27 Thread Aurelien Jarno
rc/init.c > and debian/share/inittab.kfreebsd-gnu in source package sysvinit. Thanks for investigating. It's probably the way to go. xterm also brings partial support for UTF-8, and we are likely to deprecate (remove ?) 7.x kernel for squeeze. Cheers, Aurelien -- Aurelien Jarno

Re: zfsutils

2010-07-30 Thread Aurelien Jarno
looks like it still uses 7.2 kernel, > so the switch for just uploaded 8.1 kernel is needed. > I am currently working on that part, it's not something easy because the modules have changed between 7.2 and 8.1. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel3

Re: zfsutils

2010-08-02 Thread Aurelien Jarno
7;d like to help, but > I don't know where to start > Thinking a bit more about what there is to do, the NFS userland utilities are still missing in the archive and only available in freebsd-hackedutils. It is probably something we would like to be fixed in freebsd-utils (the sources are

Bug#559364: [RFC]: Bug#559364: regression: console text is red

2010-08-02 Thread Aurelien Jarno
On Sat, Jul 31, 2010 at 04:41:39PM +0200, Guillem Jover wrote: > Hi! > > On Tue, 2010-07-27 at 20:42:04 +0200, Aurelien Jarno wrote: > > On Tue, Jul 27, 2010 at 07:17:18PM +0200, Petr Salinger wrote: > > > I dig into. The "tput op" does not do what is expecte

Bug#559364: [RFC]: Bug#559364: regression: console text is red

2010-08-03 Thread Aurelien Jarno
On Tue, Aug 03, 2010 at 01:05:39PM -0400, Tuco wrote: > On 8/2/10, Aurelien Jarno wrote: > > I confirm the issue here, so it seems we have to revert the options in > > the kernel. That's a pitty because the goal was to use the UTF-8 > > terminal to be able to have non-

Bug#559364: [RFC]: Bug#559364: regression: console text is red

2010-08-03 Thread Aurelien Jarno
ons25, run this: > printf '\e[=1T' > > So 1st step would be revert kernel config to 8-STABLE default. > We still could later do backport of teken/syscons changes from HEAD and > teach installer how to switch into XTERM, given there will be man-power

Re: mount_nfs

2010-08-03 Thread Aurelien Jarno
lready solved ;-) > Please keep trying, I expect there will more changes needed in > kfreebsd-kernel-headers. > I think also that we are going to try avoiding changing kfreebsd-kernel-headers for a few days, as we need to get it moving to testing. Then we can do al

Re: Releasability of the kFreeBSD ports

2010-08-04 Thread Aurelien Jarno
help the port by attracting more users and possible developers. I am open to any form of "release". Cheers, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bs

Re: Releasability of the kFreeBSD ports

2010-08-04 Thread Aurelien Jarno
pproximately every second or third call. (That's > much better than months ago where I was used to start aptitude with > "until aptitude; do sleep 0.1; done") The problem with this kind of issues is that we are now aware of it. Personally I don't use emacs and aptitud

Re: Bug#586870: partman-base: use a system-specific default filesystem

2010-08-04 Thread Aurelien Jarno
an/default_filesystem seen true > > So, what do people think about it? BSD people, too? > Do we really need to do that at runtime? There is already a code snippet doing that a build time in debian/rules (look for DEFAULT_FS), wouldn't it be better to update it for Hurd? --

Re: Releasability of the kFreeBSD ports

2010-08-04 Thread Aurelien Jarno
On Wed, Aug 04, 2010 at 10:48:54PM +0200, Axel Beckert wrote: > Hi Aurelien, > > reply just to debian-bsd, as it's more about how to fix the mentioned > bugs. > > Aurelien Jarno wrote: > > On Wed, Aug 04, 2010 at 07:52:52PM +0200, Axel Beckert wrote: > > &

Re: 32-bit uname with 64-bit kernel

2010-08-05 Thread Aurelien Jarno
e_machine_arch sysctl, to turn the > substitution off. > > Reviewed by:jhb, nwhitehorn > MFC after: 2 weeks > > http://svn.freebsd.org/viewvc/base?view=revision&revision=210369 > I haven't tried it, but it indeed looks the way to do. -- Aurelien Jarno

Re: gcj 4.4 failures on fash.d.o but not on fano.d.o

2010-08-05 Thread Aurelien Jarno
elien prepared fix for get_phys_pages() in eglibc (not yet > uploaded), it is related ? I don't think it is related. I made this fix for xz-utils which was not able to use more than 80MB to compress the data. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.n

Re: wine on kfreebsd-amd64

2010-08-05 Thread Aurelien Jarno
gt; libkrb5support0 > libkrb5-3 > libk5crypto3 > @@ -70,14 +64,11 @@ > libpulse0 > libsane > libsasl2-2 > -libselinux1 > -libsdl1.2debian-alsa > +libsdl1.2debian-oss > libsigc++-2.0-0c2a > libsm6 > libssl0.9.8 > -libstdc++5 > libstdc++6 &g

Re: Testing with VMWare Fusion... No virtual SCSI devices

2010-08-05 Thread Aurelien Jarno
t; > Please let me know if there is any more output I can provide, or if > someone wants to directly interact with the VM at DC10. (I will be at > DebConf for most of Thursday and alternatively can plan to meet up any > evening this week.) Please note that I am currently working on getting

Re: 32-bit uname with 64-bit kernel

2010-08-05 Thread Aurelien Jarno
On Thu, Aug 05, 2010 at 09:06:41PM +0200, Aurelien Jarno wrote: > On Thu, Aug 05, 2010 at 01:34:17PM -0400, Ed Maste wrote: > > On Thu, Aug 05, 2010 at 01:16:21PM -0400, Tuco wrote: > > > > > I found this problem when running uname inside a 32-bit chroot, 'uname >

Re: Testing with VMWare Fusion... No virtual SCSI devices

2010-08-05 Thread Aurelien Jarno
On Thu, Aug 05, 2010 at 11:13:35PM -0400, Brian Gupta wrote: > On Thu, Aug 5, 2010 at 8:29 PM, Aurelien Jarno wrote: > > On Wed, Aug 04, 2010 at 11:37:53PM -0400, Brian Gupta wrote: > >> Seems that none of the SCSI options work with the AMD64 mini.iso.. I > >> believ

Re: ZFS support in GRUB

2010-08-12 Thread Aurelien Jarno
o (and including) version 14 is supported. > > I just checked, version 14 is in kernel 8.1. Is this the version that > will be used for squeeze? It is. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net --

GNU/kFreeBSD debian-installer

2010-08-18 Thread Aurelien Jarno
virtualization software and report the issues on the mailing list. Please note that ext2 support is slightly broken (wrong entry in /etc/fstab), it should be fixed in tomorrow's build. Cheers, Aurelien [1] http://d-i.debian.org/daily-images/ -- Aurelien Jarno GPG:

Re: GNU/kFreeBSD debian-installer

2010-08-18 Thread Aurelien Jarno
On Wed, Aug 18, 2010 at 07:54:47AM -0400, Brivaldo Junior wrote: > On Wed, Aug 18, 2010 at 7:35 AM, Aurelien Jarno wrote: > > > Hi all, > > > > > Hi, > > > > Starting from today, the daily GNU/kFreeBSD debian-installer images [1] > > use a 8.1 ke

Re: GNU/kFreeBSD debian-installer

2010-08-20 Thread Aurelien Jarno
in-1 ? > At least for proving, that some font load will be needed ;-) > Currently we have localchooser in level 1, that is only latin-1 languages are displayed. We already have some font problems for a few characters on some languages. There is of course plenty of possible improvements he

Re: GNU/kFreeBSD debian-installer (new flavours)

2010-08-20 Thread Aurelien Jarno
Aurelien Jarno a écrit : > Hi all, > > Starting from today, the daily GNU/kFreeBSD debian-installer images [1] > use a 8.1 kernel and install this version by default. The bonus is that > the console is now in UTF-8, so installation in languages different than > Engli

Bug#593658: default compression=on?

2010-08-20 Thread Aurelien Jarno
that the zfsutils-udeb is available, and that a patch for parted has been posted on the parted-devel mailing-list. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.o

kfreebsd freeze exception

2010-08-20 Thread Aurelien Jarno
documentation. The goal is to have the documentation in sync with the code (all the kfreebsd related packages have been upgraded to 8.1). Thanks, Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE

Bug#593699: kfreebsd-image-7.3-1-686: kfreebsd-image crash in broken ACPI computers

2010-08-20 Thread Aurelien Jarno
ile the > kernel whitch APM opción. > > The kfreebsd-image-7.3-1-486 package have the same problem. > Could you try with kfreebsd-image-8.1-686 instead? A lot of thinks have changed there. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

Bug#593733: kfreebsd-image-8.1-686: I can not mount /dev/ad0s5, /dev/ad0s6, ...

2010-08-20 Thread Aurelien Jarno
gt; /dev/ad0s7 none swapsw 0 0 > > > dmesg do not show estrange messages. > Could you please post the boot log (output from dmesg)? -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

Looking for help to update the website

2010-08-20 Thread Aurelien Jarno
e final version. Thanks! Cheers, Aurelien [1] http://www.debian.org/ports/kfreebsd-gnu/ [2] http://cvs.debian.org/webwml/webwml/english/ports/kfreebsd-gnu/index.wml?view=log -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel

Bug#593733: kfreebsd-image-8.1-686: I can not mount /dev/ad0s5, /dev/ad0s6, ...

2010-08-20 Thread Aurelien Jarno
On Fri, Aug 20, 2010 at 07:42:48PM +0200, AngelD wrote: > El Fri, 20 Aug 2010 19:27:04 +0200 > Aurelien Jarno escribió: > > > > GEOM: ad0: partition 3 does not start on a track boundary. > > > GEOM: ad0: partition 3 does not end on a track boundary. > > > GEOM

Re: GNU/kFreeBSD debian-installer

2010-08-21 Thread Aurelien Jarno
On Sat, Aug 21, 2010 at 11:29:31AM -0700, David Moles wrote: > --- On Wed, 8/18/10, Aurelien Jarno wrote: > > Please test it on your machine or favorite virtualization software and > > report the issues on the mailing list. Please note that ext2 support is > > slightly broken

[Call for help] debian-installer manual

2010-08-23 Thread Aurelien Jarno
u are interested to help, just answer to this mail, I'll provide more details. Cheers, Aurelien [1] http://svn.debian.org/wsvn/d-i/trunk/manual/ [2] http://d-i.alioth.debian.org/manual/ -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net

Re: [Glibc-bsd-commits] r3162 - trunk/zfsutils/debian/patches

2010-08-23 Thread Aurelien Jarno
ils/debian/patches/series 2010-08-13 22:46:46 UTC (rev > 3162) > @@ -7,3 +7,4 @@ > 07_manpages.diff > 08_libbsd.diff > 09_xdr_control.diff > +10_dev_dsk.diff > > > ___ > Glibc-bsd-commits mailing list > glibc-

Bug#592676: can't import pool after exporting it

2010-08-23 Thread Aurelien Jarno
d > > from the same source. I'm confused by this. > > I found the real problem, and also commited a few other fixes. With > zfsutils from SVN I can 'zpool import' now :-) > Thanks for the work. I have a comment on r3162, I have answered to the commit log. The oth

Re: Bug#594168: Trang Bus error on kfreebsd-amd64

2010-08-24 Thread Aurelien Jarno
nsient issue, I'm giving it back. It has just been built correctly. Closing the bug. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org wi

Re: [Glibc-bsd-commits] r3162 - trunk/zfsutils/debian/patches

2010-08-24 Thread Aurelien Jarno
On Tue, Aug 24, 2010 at 03:06:26PM -0400, Tuco wrote: > On 8/23/10, Aurelien Jarno wrote: > >> This makes zpool import work. The real problem here is NOT that /dev/ is > >> not searched for. On FreeBSD scan is usually performed by > >> geom_find_import(), and /d

Bug#594330: libusb2 doesn't detect any devices

2010-08-25 Thread Aurelien Jarno
oc_ugen20 is disabled. > > This problem can be reproduced with lsusb from > http://code.google.com/p/segin-utils/source/browse/trunk/freebsd-utils/lsusb-libusb.c. > > I'm providing a patch. > Thanks for the patch, it will be fixed in the next upload. -- Aurelien J

Re: Bug#594827: installation-reports: kFreeBSD install using daily-build 20100828-3

2010-08-31 Thread Aurelien Jarno
D-I (kept in console-keymaps-at/keymap). > > Can anyone on list help with the above. > I have asked help on the list, but get no answer so far. It's still on my TODO list, but I don't know when I will be able to look at it. Cheers, Aurelien -- Aurelien Jarno

Re: Please build test libsysactivity 0.5.4-5 on x86 BSD machine with > 4 GB RAM

2010-09-10 Thread Aurelien Jarno
sd-i386 and kfreebsd-amd64 and it works fine. Thanks for your work. Aurelien -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "u

Re: [Glibc-bsd-commits] r3188 - trunk/freebsd-utils/debian

2010-09-19 Thread Aurelien Jarno
$(PMAKE) -C sbin/umount clean > $(PMAKE) -C usr.bin/kdump clean > $(PMAKE) -C usr.bin/ktrace clean > + $(PMAKE) -C usr.bin/mkuzip clean > $(PMAKE) -C usr.sbin/acpi/acpiconf clean > $(PMAKE) -C usr.sbin/rpc.umntall clean > > > > ___ > Glibc-bsd-

Bug#595681: unsupported extended characters (ÀÈÍÏÓÒÚ)

2010-09-19 Thread Aurelien Jarno
ant, note they can be mapped to VGA > charset (cp437). > Could you please give me the cp437 equivalent, I'll add them to the translation table. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, ema

Re: Testing with VMWare Fusion... No virtual SCSI devices

2010-09-19 Thread Aurelien Jarno
On Sun, Sep 12, 2010 at 12:13:09AM -0400, Brian Gupta wrote: > On Thu, Aug 5, 2010 at 11:16 PM, Aurelien Jarno wrote: > > > On Thu, Aug 05, 2010 at 11:13:35PM -0400, Brian Gupta wrote: > > > On Thu, Aug 5, 2010 at 8:29 PM, Aurelien Jarno > > wrote: > > >

Bug#567939: Declare dependency on kernel-image-8.

2010-09-30 Thread Aurelien Jarno
nt to be able to install their own kernel, or to not install any kernel in the jail/chroot case. -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurel...@aurel32.net http://www.aurel32.net -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a s

Bug#594940: Includes binary-only and obfuscated C code

2010-11-15 Thread Aurelien Jarno
mware loader mechanism, another alternative is to package all removed (but distributable) firmwares that are currently already built as .ko in a separate source package, and build firmware-kfreebsd-nonfree from it. But I agree it would be even better to be able to load firmware in the same

Bug#604660: gst-plugins-bad0.10: Please add armhf support

2010-11-24 Thread Aurelien Jarno
of architecture. > type-handling itself probably relies on the list of dpkg architectures, > in any case /usr/share/type-handling/any:linux needs to be fixed first. > type-handling relies on dpkg to get the list of architectures, so this is actually a dpkg bug that already exists (#594179). Me

Re: kfreebsd-8 (8.1+dfsg-6) and fxp driver

2010-12-06 Thread Aurelien Jarno
e - generally something like that? If I understand > the situation. That is the plan, except the FreeBSD kernel doesn't support loading firmware that way. So the first step is to add support for firmware loading, which can take time. Then we can start thinking about providing firmware packa

reassign 606495 to freebsd-buildutils

2010-12-10 Thread Aurelien Jarno
# Automatically generated email from bts, devscripts version 2.10.35lenny7 reassign 606495 freebsd-buildutils -- 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/1291969179

<    1   2   3   4   5   >