svgalib

2010-09-20 Thread Tuco
Hi I ported svgalib and received notification that my patch was merged a few days ago, in svgalib 1:1.4.3-30, but still no kfreebsd binaries in the package archive. Is there some problem, or does it have to be enabled or built manually or so? -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.

Bug#594288: kfreebsd-8: non-standard gcc/g++ used for build (gcc-4.3)

2010-09-13 Thread Tuco
Btw FreeBSD handbook (http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug.html#KERNELDEBUG-OBTAIN) says dumpon and savecore are needed to save and restore crash dumps so I ported them and added them to freebsd-utils in case you need them. On 9/13/10, Tuco wrote: > On 9/13

Bug#594288: kfreebsd-8: non-standard gcc/g++ used for build (gcc-4.3)

2010-09-13 Thread Tuco
On 9/13/10, Petr Salinger wrote: > But when compiled with "-O1" it boots (and runs) fine on kfreebsd-amd64. >From http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html#Optimize-Options -O2 turns on all optimization flags specified by -O. It also turns on the following optimization flags:

Bug#594288: kfreebsd-8: non-standard gcc/g++ used for build (gcc-4.3)

2010-09-12 Thread Tuco
On 9/10/10, Matthias Klose wrote: > On 10.09.2010 20:42, Tuco wrote: >> There's trouble when building the kernel with GCC 4.4. I got this >> panic during boot: > > thanks for checking. works 4.5 (for squeeze+1)? Same problem. This could be complicated. It appears as

Bug#594288: kfreebsd-8: non-standard gcc/g++ used for build (gcc-4.3)

2010-09-10 Thread Tuco
There's trouble when building the kernel with GCC 4.4. I got this panic during boot: Fatal trap 9: general protection fault while in kernel mode cpuid = 0; apid id = 00 instruction pointer = 0x20:0x8094f423 stack pointer = 0x28:0x811d18b0 frame pointer = 0x28:0x

Re: How to compile a Kernel with pfsync support

2010-09-09 Thread Tuco
On 9/3/10, Manuel García wrote: > Hi Guys, > > I'm trying to use Debian GNU/kfreebsd as a firewall in a personal > network, is there any documentation about how to compile a kernel in > it? I want to use pflog, carp and pfsync to do some testing. I had a look at this. 1. there is a pflog module,

Re: Bug#567992: status of openjdk on bsd in debian?

2010-09-09 Thread Tuco
On 9/9/10, Torsten Werner wrote: > On Wed, Sep 8, 2010 at 12:49 PM, Matthias Klose wrote: >> Any news about this? It looks like there exists a port for openjdk-6 too, >> see >> >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/openjdk6/ >> http://www.freebsd.org/cgi/cvsweb.cgi/ports/java/openjd

Re: status of openjdk on bsd in debian?

2010-09-09 Thread Tuco
On 9/8/10, Matthias Klose wrote: > Any news about this? It looks like there exists a port for openjdk-6 too, I started porting openjdk-6 but it was too much work and gave up. I'm attaching my incomplete patch in case someone wants to continue. > see > http://www.freebsd.org/cgi/cvsweb.cgi/ports/

Re: Debian Installer with ZFS

2010-09-09 Thread Tuco
Awesome! :-) On 9/6/10, Robert Millan wrote: > FYI: > > http://robertmh.wordpress.com/2010/09/06/debian-installer-with-zfs/ > > -- > Robert Millan > > > -- > To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org > with a subject of "unsubscribe". Trouble? Contact > listmas...@lists.debian.

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

2010-08-24 Thread Tuco
On 8/24/10, Aurelien Jarno wrote: > What worry me is that "/dev/dsk" is the default path, but the user can > specify another one through some options. Is it going to work in that > case? Yes, this already works without 10_dev_dsk.diff. > Also what happens if it fails opening the device through G

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

2010-08-24 Thread Tuco
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 /dev is not searched unless that fails. The >> problem was that GNU realpath() fails for inexistant

Bug#593658: default compression=on?

2010-08-19 Thread Tuco
Package: zfsutils Version: 8.1-3 Tags: patch Compression in ZFS has a triple benefit in IO performance, disk space and energy consumption, this article explains (with benchmarks): http://blogs.sun.com/partnertech/entry/zfs_compression_perf_disk_space IO improvement isn't obvious: reading and writ

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

2010-08-13 Thread Tuco
On 8/13/10, Tuco wrote: > On 8/12/10, Petr Salinger wrote: >>> Attached patch fixes the first problem: zpool searches for disks in >>> /dev/dsk instead of /dev, but then importing still fails. >> >> Do you have access to our SVN, don't you ? ;-) > >

Re: any known-good installer ISOs?

2010-08-13 Thread Tuco
On 8/12/10, Rogério Brito wrote: > I see that you go to great extents to move from qemu to virtualbox > (creating the initial install with kvm/qemu and then switching to > virtualbox). > > So I guess that there must be a strong reason to that, but it is not > apparent to a common user. Is virtualb

Re: any known-good installer ISOs?

2010-08-12 Thread Tuco
On 8/12/10, Thorsten Glaser wrote: > In short, do not, ever, use Virtualbox for anything, period. That's a bit extreme...other than this problem Virtualbox is working well here. Also it comes with guest additions for FreeBSD. Better than virtio which for now only supports Linux. Anyway just use

Bug#592785: please default to OSS on kfreebsd

2010-08-12 Thread Tuco
Package: libao Version: 1.0.0-4 Severity: normal User: debian-bsd@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-bsd@lists.debian.org /etc/libao.conf has default_driver=alsa. kFreeBSD provides ALSA using an emulation layer but it is better to use OSS when possible (Aurelien Jarno explain

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

2010-08-11 Thread Tuco
Here's the patch. On 8/11/10, Tuco wrote: > Package: zfsutils > Version: 8.1-3 > Severity: important > > t...@debian:~$ sudo zpool create test /dev/ad6s1 > t...@debian:~$ sudo zpool export test > t...@debian:~$ sudo zpool import test > cannot open '/dev/dsk&#

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

2010-08-11 Thread Tuco
Package: zfsutils Version: 8.1-3 Severity: important t...@debian:~$ sudo zpool create test /dev/ad6s1 t...@debian:~$ sudo zpool export test t...@debian:~$ sudo zpool import test cannot open '/dev/dsk': must be an absolute path cannot import 'test': no such pool available Attached patch fixes the

Re: any known-good installer ISOs?

2010-08-11 Thread Tuco
On 8/11/10, Brett Dikeman wrote: > I recently read about the debian-bsd effort (I think it was mentioned > in talk of Squeeze being frozen) and decided to give it a shot. After > trying 20100614 (which the wiki claims "works"- it doesn't) and half a > dozen other ISO images from the daily build s

Re: ZFS support in GRUB

2010-08-11 Thread Tuco
This is very nice. Right now I'm having some trouble with zpool, but I'll try to boot from a ZFS root with GRUB as soon as I get the chance. On 8/10/10, Robert Millan wrote: > - Only ZFS up to (and including) version 14 is supported. I just checked, version 14 is in kernel 8.1. Is this the versi

Re: fuse4bsd on kfreebsd?

2010-08-11 Thread Tuco
On 8/8/10, Erik Larsson wrote: > PUFFS is probably nice, but emulating libfuse with librefuse has a > number of drawbacks that I discovered when porting FUSE file systems to > NetBSD. Most importantly it only tends to work for simple cases... more > advanced libfuse functionality is unsupported,

Bug#592292: report correct disk size on kfreebsd

2010-08-08 Thread Tuco
Package: util-linux Version: 2.17.2-3.1 Severity: important Tags: patch User: debian-bsd@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-bsd@lists.debian.org Hi, This fix makes fdisk report the correct disk size on Debian GNU/kFreeBSD. diff -ur util-linux-2.17.2/configure.ac util-linux-2.

Re: fuse4bsd on kfreebsd?

2010-08-07 Thread Tuco
I wouldn't waste time on fuse4bsd, it is a dead project. PUFFS looks much more promising. PUFFS is included in NetBSD (http://www.netbsd.org/docs/puffs/), and has been recently ported to FreeBSD (see http://wiki.freebsd.org/SOC2009TatsianaSeveryna and http://code.google.com/p/google-summer-of-code

Re: Bug#591816: lib32ncurses on kfreebsd-amd64

2010-08-05 Thread Tuco
On 8/5/10, Sven Joachim wrote: > …for wine you would also need ia32-libs, wouldn't you? I don't know if > anybody wants to maintain that mess on yet another architecture. I made ia32-libs work, but yes it's a mess :-(. I just sent a mail to debian-bsd asking about that. > Besides, wine has not

wine on kfreebsd-amd64

2010-08-05 Thread Tuco
Hi I want to fix wine to build on kfreebsd-amd64, but lib32ncurses5-dev and ia32-libs are missing. First I fixed wine for kFreeBSD (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591837). I also sent a patch for lib32ncurses5-dev (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591816). And I

Bug#591837: wine on kfreebsd-i386

2010-08-05 Thread Tuco
Package: wine Version: 1.0.1-3 Severity: important Tags: patch User: debian-bsd@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-bsd@lists.debian.org Hi With this patch, wine builds on kfreebsd-i386. I also tested it with a simple Windows program. --- configure.ac 2010-08-05 12:21:31.0

Bug#591823: please include init.d script

2010-08-05 Thread Tuco
On 8/5/10, Henrik Riomar wrote: > Package: zfsutils > Version: 8.1-1 > Severity: wishlist > > When rebooting the zfs volumes that where active at reboot are not > available until you manually perform; > zfs mount -a /etc/init.d/mountall.sh runs mount -a, maybe mount can be fixed to also do ZFS?

Bug#591816: lib32ncurses on kfreebsd-amd64

2010-08-05 Thread Tuco
Package: ncurses Version: 5.7+20100313-2 Severity: wishlist Tags: patch User: debian-bsd@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-bsd@lists.debian.org Hi This patch adds lib32ncurses on kfreebsd-amd64. It is needed for wine. diff -ur ncurses-5.7+20100313/debian/control ncurses-5.7+

32-bit uname with 64-bit kernel

2010-08-05 Thread Tuco
I found this problem when running uname inside a 32-bit chroot, 'uname -m' prints amd64! This often breaks configure scripts and build systems. With this glibc patch, uname corrects the output after it has been obtained with sysctl. Can I commit this? Is glibc-bsd/glibc-ports/kfreebsd/uname.c the

Re: Releasability of the kFreeBSD ports

2010-08-05 Thread Tuco
/4/10, Axel Beckert wrote: > Hi, > > Tuco wrote: >> I think as a desktop it's still inmature but as a server it's very >> usable and has wonderful capabilities in storage area thanks to ZFS >> (for example http://www.ypass.net/solaris/zfsbackup/). > > Yeah,

Bug#591721: patch for kFreeBSD

2010-08-04 Thread Tuco
Package: svgalib Version: 1:1.4.3-29 Severity: important Tags: patch User: debian-bsd@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-bsd@lists.debian.org Hi, I made svgalib build on GNU/kFreeBSD, here is a patch. diff -ur svgalib-1.4.3.orig/debian/control svgalib-1.4.3/debian/control ---

Re: Releasability of the kFreeBSD ports

2010-08-04 Thread Tuco
I intend to deploy Debian GNU/kFreeBSD as a backup / NAS server. I think as a desktop it's still inmature but as a server it's very usable and has wonderful capabilities in storage area thanks to ZFS (for example http://www.ypass.net/solaris/zfsbackup/). I also think it can be a good firewall with

Re: Releasability of the kFreeBSD ports

2010-08-04 Thread Tuco
On 8/4/10, Petr Salinger wrote: > * openjdk on both kfreebsd-i386/kfreebsd-amd64 >man-power is missing, we use gcj similarly as hppa I'm working on openjdk. But progress is slow because it takes a lot of time to build after each fix. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.deb

mount_nfs

2010-08-03 Thread Tuco
On 8/2/10, Aurelien Jarno wrote: > 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 already there). I tri

Bug#591529: does not compile

2010-08-03 Thread Tuco
Package: kfreebsd-kernel-headers Version: 0.47 Severity: normal When trying to build getnetconfig.c (obtained from src/sys/rpc/ in FreeBSD): In file included from getnetconfig.c:35: /usr/include/sys/systm.h:46:62: error: sys/stdint.h: No such file or directory In file included from getnetconfig.c

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

2010-08-03 Thread Tuco
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-english language in debian-installer. Maybe this sounds crazy, but what if you put this in

zfsutils

2010-07-30 Thread Tuco
Hi I notice you guys finished polishing my zfsutils package, and it's now been validated. I have two questions: * when will it be available in the archive? * what else is needed for the installer to work? I'd like to help, but I don't know where to start thanks! -- To UNSUBSCRIBE, email to debi

Bug#590730: missing

2010-07-28 Thread Tuco
Package: kfreebsd-kernel-headers Version: 0.50 Severity: wishlist Hi is needed for ZFS too. Sorry I ddn't mention before but it wan't needed with FreeBSD 8.0 source. With 8.1 it is. -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Conta

Bug#590639: add libzfs

2010-07-28 Thread Tuco
On 7/28/10, Petr Salinger wrote: > Thanks for your work, but IMO, it does not belong into > source package freebsd-libs. Not all kfreebsd specific libs/utils > should come from freebsd-libs/freebsd-utils source package, > see i.e. ufsutils for UFS filesystem. > > Please instead try to prepare new

Bug#590639: add libzfs

2010-07-27 Thread Tuco
Package: freebsd-libs Severity: wishlist Tags: patch This patch adds libzfs and related libraries to freebsd-libs: libzfs libavl libnvpair libuutil These are all the libraries necessary to build the ZFS tools (zpool and zfs). I will provide a patch for freebsd-utils too. diff -Nur freebsd-libs-8

Bug#590637: add libzfs

2010-07-27 Thread Tuco
Package: freebsd-libs Severity: wishlist Tags: patch This patch adds libzfs and related libraries to freebsd-libs: libzfs libavl libnvpair libuutil These are all the libraries necessary to build the ZFS tools (zpool and zfs). I will provide a patch for freebsd-utils too. -- To UNSUBSCRIBE, e

Bug#590628: please add

2010-07-27 Thread Tuco
Package: kfreebsd-kernel-headers Version: 0.47 Severity: wishlist Tags: patch Hi, could you please add ? It is needed by libzfs. diff -ur kfreebsd-kernel-headers-0.47/debian/install kfreebsd-kernel-headers-0.47.sdt/debian/install --- kfreebsd-kernel-headers-0.47/debian/install 2009-11-29 09:34:55.

Bug#587630: kernel panic when using ZFS

2010-07-20 Thread Tuco
On Mon, Jul 19, 2010 at 6:33 PM, Aurelien Jarno wrote: > This has been 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. Just tried your fixed package and it is working fine, thank you! --

ZFS installer

2010-07-14 Thread Tuco
Hello I wrote a small script that downloads and installs ZFS utilities and kernel module (to work around debian bug 587630) from FreeBSD FTP server. It can be used on a Debian GNU/kFreeBSD system with 8.0 kernel. I know it's a horrible trick, but it works for me. Now I finally have ZFS support :-

Bug#587630: kernel panic when using ZFS

2010-07-14 Thread Tuco
On 7/9/10, Tuco wrote: > This doesn't happen when using a native FreeBSD kernel on my Debian > GNU/kFreeBSD. I noticed a few patches related to ZFS, but disabling > them has no effect. I'm not a kernel developer, anything I can do to > help solve this? To be a bit m

SCSI disks not supported?

2010-07-09 Thread Tuco
I tried to install in KVM using http://d-i.debian.org/daily-images/kfreebsd-amd64/20100614-10:40/monolithic/mini.iso I started KVM with a SCSI disk (-drive if=scsi,boot=on,file=disk.img), then the installer skips partitioning menu. I started a shell and verified that /dev/da0 exists. -- To UNSU

Bug#587630: kernel panic when using ZFS

2010-07-09 Thread Tuco
On 6/30/10, Tuco wrote: > $ zpool create mypool da1 > panic: stack overflow detected; backtrace may be corrupted > cpuid = 0 > Uptime: 1m10s > Cannot dump. Device not defined or unavailable. > Automatic reboot in 15 seconds - press a key on the console to abort This doesn

Bug#588538: fix kern.module_path for native kernel

2010-07-09 Thread Tuco
On 7/9/10, Petr Salinger wrote: >> Using a native FreeBSD kernel on Debian GNU/kFreeBSD brings trouble >> because of kern.module_path not being set early enough (it is needed >> when /etc/init.d/freebsd-utils mounts /proc). Here is a patch. > > What do you mean by native FreeBSD kernel ? > The sto

Bug#588538: fix kern.module_path for native kernel

2010-07-09 Thread Tuco
Package: freebsd-utils Version: 8.0-11 Severity: wishlist Tags: patch Hi! Using a native FreeBSD kernel on Debian GNU/kFreeBSD brings trouble because of kern.module_path not being set early enough (it is needed when /etc/init.d/freebsd-utils mounts /proc). Here is a patch. --- /etc/init.d/freebsd

Bug#587630: kernel panic when using ZFS

2010-06-30 Thread Tuco
Package: kfreebsd-image-8.0-1-amd64 Severity: important Version: 8.0-9 I installed ZFS utilities by copying them from FreeBSD. When running zpool, kernel panics: $ zpool create mypool da1 panic: stack overflow detected; backtrace may be corrupted cpuid = 0 Uptime: 1m10s Cannot dump. Device not de

Bug#587629: can't load any module

2010-06-30 Thread Tuco
Package: kfreebsd-image-7.3-1-amd64 Severity: important Version: 7.3-4 I can't load any module: $ kldload pf link_elf_obj: symbol __stack_chk_fail undefined kldload: /lib/modules/7.3-1-amd64/pf.ko: Unsupported file type kldload: can't load pf: Exec format error -- To UNSUBSCRIBE, email to deb

Re: build on kfreebsd

2010-06-30 Thread Tuco
On 6/30/10, Cyril Brulebois wrote: > Thanks for that. > > Some comments: > - it'd be nice to tag the bug as having a patch. > - it'd also be nice to usertag the bug when submitting. > - it's not a serious bug, since pwlib never built on kfreebsd-*, >that's only important. Ok. Thanks to bot

build on kfreebsd

2010-06-29 Thread Tuco
Package: pwlib Version: 1.10.10-3 Severity: serious This patch fixes build problems of pwlib on kfreebsd. Only in pwlib-1.10.10: config.guess Only in pwlib-1.10.10: config.sub diff -ur pwlib-1.10.10/configure pwlib-1.10.10.fix/configure --- pwlib-1.10.10/configure 2007-09-03 16:57:56.0 -04

gdm problem fixed

2010-06-26 Thread Tuco
Hi, This patch solved the problem for me: --- gdm-2.20.10/daemon/getvt.h 2009-03-19 00:59:27.0 -0400 +++ gdm-2.20.10.fixed/daemon/getvt.h2010-06-26 07:57:32.0 -0400 @@ -27,7 +27,7 @@ #endif #endif -#if defined (__FreeBSD__) || defined (__DragonFly__) +#if defined (__FreeBSD

hal install fails on kfreebsd

2010-06-25 Thread Tuco
Hi This happened to me, not when upgrading but when installing hal for first time on a kFreeBSD system. After the first time, if I start dbus manually, then hal works. This is the error message: Setting up hal (0.5.14-2) ... Reloading system message bus config...Failed to open connection to "sys

ttyd0 -> cuau0

2010-06-25 Thread Tuco
Package: sysvinit Version: 2.88dsf-9 With kFreeBSD 8.0, serial devices are named cuau*, not ttyd* anymore. --- /tmp/inittab 2010-06-25 18:31:11.0 +0200 +++ /etc/inittab 2010-06-25 18:32:04.0 +0200 @@ -60,8 +60,8 @@ # Example how to put a getty on a serial line (for a terminal)

Re: Weird behaviour of GDM and KDM on kFreeBSD

2010-06-17 Thread Tuco
I notice this in daemon/getvt.h: #if defined (__FreeBSD__) || defined (__DragonFly__) #define GDM_USE_CONSIO_VT #endif which is not enabled on kfreebsd. CONSIO_VT sounds a lot like terminal stuff. Could this be related? -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a su

archive coverage

2010-06-17 Thread Tuco
Hi I'm confused by archive coverage stats. http://release.debian.org/squeeze/arch_qualify.html says kfreebsd-* have 85% of packages, but a quick test using Packages files downloaded from the archive indicates 91%: $ echo scale=4\; $(grep ^Package: Packages.kfreebsd | wc -l)/$(grep ^Package: Packa

kfreebsd in win32-loader

2010-05-08 Thread Tuco
FYI -- Forwarded message -- From: Debian Bug Tracking System Date: Wed, May 5, 2010 at 7:03 PM Subject: Bug#579742 closed by Didier Raboud (Bug#579742: fixed in win32-loader 0.6.16) To: Tuco This is an automatic notification regarding your Bug report which was filed against

ZFS tools are in zfs-fuse

2010-03-04 Thread Tuco Xyz
Regarding: http://wiki.debian.org/Debian_GNU/kFreeBSD_FAQ#Q.IsthereZFSsupport.3F I just wanted to point out that the zpool utility is in zfs-fuse package (debian sid) (note: zpool is not fuse-related, it's an mkfs) -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject