Bug#966716: initramfs-tools: update-initramfs fails with no conf.d/resume and veracrypt volume mounted

2020-08-02 Thread Tuco
Package: initramfs-tools Version: 0.133+deb10u1 Severity: important Dear Maintainer, update-initramfs failed during a system upgrade with the error: >cryptsetup: WARNING: target "hdd500_crypt" not found in /etc/crypttab where "hdd500_crypt" is my hdd, it contains /home and a small swap partitio

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#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

Bug#567992: 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/

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 ? ;-) > >

Bug#591837: Wine 1.2 packages with wine-gecko

2010-08-13 Thread Tuco
For kfreebsd, wine 1.2 has the same problem, except in a different place. Here's a new patch. Again I verified it works by running a simple windows program. For the mingw32 stuff, I got this error when trying to install your package: Unpacking mingw-w32 (from mingw-w32_0~20100726-0.1_all.deb) ...

Bug#592785: please default to OSS on kfreebsd

2010-08-12 Thread Tuco
Package: libao Version: 1.0.0-4 Severity: normal User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-...@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

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-...@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-...@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.

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

Bug#591837: wine on kfreebsd-i386

2010-08-05 Thread Tuco
Package: wine Version: 1.0.1-3 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-...@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-...@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-...@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+

Bug#591721: patch for kFreeBSD

2010-08-04 Thread Tuco
Package: svgalib Version: 1:1.4.3-29 Severity: important Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd X-Debbugs-CC: debian-...@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 ---

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

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-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

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! --

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

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

Bug#587588: 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

Bug#587588: 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

Bug#586539: 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

Bug#469528: 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

Bug#587162: 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)

Bug#586203: postinst fails because of unrecognized filesystem

2010-06-17 Thread Tuco
Package: linux-base Version: 2.6.32-15 Severity: grave My fstab had the wrong entry for / (hda1 is part of a ZFS pool, my real / as per grub config is hde1), then postinst fails. I think it could report gracefully that my fstab was fubar. Note: wrong entry in fstab is quite common, ironically, be

Bug#586150: alsa-lib: confmisc.c:768:(parse_card) cannot find card '0'

2010-06-16 Thread Tuco
Package: libasound2 Version: 1.0.23-1 libasound has a funny way of saying that my user doesn't have the necessary permissions (audio group) to access /dev/snd/ googling for this error returns many results for other kind of problems, which makes it hard to figure out what's going on. $ aplay audi

Bug#577524: Same problem

2010-05-12 Thread Tuco
> So it'd be great if somebody who has the same problem can run: > apt-get remove iceowl calendar-google-provider calendar-timezones > and send the output of: > find /usr/lib/iceowl /usr/share/iceowl I had the same problem, run this command, then neither /usr/lib/iceowl or /usr/share/iceowl was th

Bug#579742: closed by Didier Raboud (Bug#579742: fixed in win32-loader 0.6.16)

2010-05-08 Thread Tuco
gz > 5fbcd8a7393ee65e819da124a1998b0b 733428 utils extra > win32-loader_0.6.16_all.deb > > -BEGIN PGP SIGNATURE- > Version: GnuPG v1.4.10 (GNU/Linux) > > iJwEAQECAAYFAkvhoi4ACgkQ884eR6Y9JhRszwP+ND65/i4HocZ7NInCqN+pHKEA > pK6gjsIUMeEXYc39QMJjjA4jtORfj8mVnH0f0k3

Bug#579742: kfreebsd

2010-04-30 Thread Tuco
Package: win32-loader Hi. Loading kfreebsd from win32-loader is simple, I made this patch based on grub.cfg from the D-I images. Sorry I don't know about NSIS part, but if the files are in C:/win32-loader/ it should boot. Index: main.nsi ==

Bug#576085: silently dies when syslog isn't present

2010-03-31 Thread Tuco
Package: lirc Severity: important daemon dies silently when syslog isn't present. it's very confusing as I had to use strace to figure out: connect(5, {sa_family=AF_FILE, path="/dev/log"...}, 110) = -1 ECONNREFUSED (Connection refused) package should ensure there's a working syslog, or at least

Bug#572791: please loosen libfuse-dev version requirement

2010-03-06 Thread Tuco
Package: zfs-fuse Version: 2.7.4-1.1+lenny1 Severity: minor libfuse-dev in Build-Depends seems too strict. INSTALL file says it can work with FUSE 2.5.x or later. I tried with libfuse-dev 2.7.4-1.1+lenny1 and this produced a working package for lenny. -- To UNSUBSCRIBE, email to debian-bugs-d