[Bug 380451] [NEW] missing dependencies for libaudio-mpd-perl (mpd-dynamic daemon)

2009-05-25 Thread malaiwah
Public bug reported: Binary package hint: libaudio-mpd-perl == System information == supp...@whitenoise:~$ lsb_release -rd Description:Ubuntu 9.04 Release:9.04 supp...@whitenoise:~$ apt-cache policy libaudio-mpd-perl libaudio-mpd-perl: Installed: 0.19.4-1 Candidate: 0.19.4-1 Ver

[Bug 249824] Re: [intrepid] IPv6 unusable

2008-10-06 Thread malaiwah
Here are my two cents, my IPV6 is correctly enabled, but BIND does not listens on the interface (I changed some bits for x in this output though): [EMAIL PROTECTED]:~# cat /proc/net/if_inet6 0001 01 80 10 80 lo 20014830xxx 05 40 00 80si

[Bug 249824] Re: [intrepid] IPv6 unusable

2008-10-06 Thread malaiwah
By the way, I'm on Intrepid on x86. apt-get build-dep bind9 cd /usr/src apt-get source bind9 cd bind9* vim debian/rules added --enable-getifaddrs=no to the configure line (do not forget \ ) debuild -us -uc [...snip...] dpkg -i ../bind9_9.5.0.dfsg.P2-1ubuntu2_i386.deb [EMAIL PROTECTED]:/usr/src# !

[Bug 249824] Re: [intrepid] IPv6 unusable

2008-10-06 Thread malaiwah
I checked this bug log again and I see that we still have the same problem as from the first post: ./configure still returns this ipv6 disabled warning when building in Intrepid. checking for sin6_scope_id in struct sockaddr_in6... yes checking for in6_pktinfo... no -- disabling runtime ipv6 supp

[Bug 249824] Re: [intrepid] IPv6 unusable

2008-10-06 Thread malaiwah
I'm rebuilding the package with the gentoo proposed patch and it seems to be in the good direction: checking for sin6_scope_id in struct sockaddr_in6... yes checking for in6_pktinfo... yes checking for struct if_laddrreq... no I patched the source with the patch, ran debian/rules autofiles and th

[Bug 249824] Re: [intrepid] IPv6 unusable

2008-10-06 Thread malaiwah
Useless, it still doesn't work even with my newly compiled version, patched with the Gentoo patch provided even though the configure log was a little bit better. Oct 6 16:26:19 newborn named[3475]: loading configuration from '/etc/bind/named.conf' Oct 6 16:26:19 newborn named[3475]: no IPv6 int

[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-06 Thread malaiwah
ArchLinux bug reports has more informations about this bug. Source: http://bugs.archlinux.org/task/11166 -- [intrepid] bind9/named IPv6 unusable https://bugs.launchpad.net/bugs/249824 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- u

[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-06 Thread malaiwah
** Summary changed: - [intrepid] IPv6 unusable + [intrepid] bind9/named IPv6 unusable -- [intrepid] bind9/named IPv6 unusable https://bugs.launchpad.net/bugs/249824 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-06 Thread malaiwah
This bug is also reported for Mandriva, but no solution. Source: https://qa.mandriva.com/show_bug.cgi?id=43966 -- [intrepid] bind9/named IPv6 unusable https://bugs.launchpad.net/bugs/249824 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-06 Thread malaiwah
Fedora 9 has the same problems, but still no clear solution. Looking at the Gentoo Patch from the first link, it kind of a hack. Source: http://groups.google.com/group/comp.protocols.dns.bind/browse_thread/thread/ae84fcc0de3cb407?fwc=1 -- [intrepid] bind9/named IPv6 unusable https://bugs.launch

[Bug 249824] Re: [intrepid] bind9/named IPv6 unusable

2008-10-06 Thread malaiwah
I wish I had tried this before: dpkg -i libisc44_9.5.0.dfsg.P2-1ubuntu2_i386.deb recompiled with --disable-getifaddrs (or --enable-getifaddrs=no) work no problem; I thought re-installing only the bind9 package was fine, but the changes (that are occuring in lib/unix/net.c when we disable getifadd

[Bug 311368] [NEW] Problems when linking other packages (i.e.: Asterisk with iLBC) with this library (libvpb0)

2008-12-25 Thread malaiwah
Public bug reported: As reported here: http://bugs.digium.com/view.php?id=14138 Summary: * libvpb0 is a dependency of the Asterisk package (Voicetronix API) * Digium removed the iLBC codec from their svn tree, but we can get it compiled using their contrib/scripts/get_ilbc_source.sh script. *

[Bug 311368] Re: Problems when linking other packages (i.e.: Asterisk with iLBC) with this library (libvpb0)

2008-12-25 Thread malaiwah
I left an email to VoiceTronix about that issue (supp...@voicetronix.com, supp...@voicetronix.com.au, ch...@forkin.com) a few minutes ago, so they can have a look at it too. My C skills are rusty, but I think that renaming the function to another name in the source code would be the correct way to

[Bug 311368] Re: Problems when linking other packages (i.e.: Asterisk with iLBC) with this library (libvpb0)

2008-12-26 Thread malaiwah
Just had a reply from Ron Lee at Voicetronix: objet Re: [Voicetronix #61691] libvpb and its window() function Hi Michel, I don't really think that renaming this symbol is the correct fix, rather it should not be public at all, either in our code or in any iLBC implementation, or anyone else's

[Bug 311368] Re: Problems when linking other packages (i.e.: Asterisk with iLBC) with this library (libvpb0)

2008-12-26 Thread malaiwah
Bug has been confirmed by Voicetronix, packager should update version once it is released. ** Changed in: vpb-driver (Ubuntu) Status: New => Confirmed -- Problems when linking other packages (i.e.: Asterisk with iLBC) with this library (libvpb0) https://bugs.launchpad.net/bugs/311368 You

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-11 Thread malaiwah
Colin, did you also check for the "awk" requirement of the "/sbin/iscsi_discovery" script? I'll try a daily build later today, but the latest Beta from Jaunty was having this problem. I successfully started installation of Jaunty on a OpenSolaris Zvol (iSCSI target) using these three commands at

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-11 Thread malaiwah
Using the daily build, I can't even get to the iSCSI target dialog: it stops at the "Detect disks" action. Here is what I found looking at the console log (sorry cannot copy/paste at this time): <<< anna-install: Installing open-iscsi-udeb main-menu: unknown udeb open-iscsi-udeb main-menu: WARNIN

[Bug 236640] Re: iSCSI install fails under hardy

2009-04-11 Thread malaiwah
Running "find" on "/cdrom/pool" mentions no entries about "iscsi"; that package does not seem to be included in the daily build CD. -- iSCSI install fails under hardy https://bugs.launchpad.net/bugs/236640 You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 269492] Re: iSCSI support (modules and configuration) missing from initramfs

2009-04-12 Thread malaiwah
On jaunty, I had success with these steps, done BEFORE rebooting into my new installation. The key is creating the file "/etc/iscsi/iscsi.initramfs" and rebuilding the init ram disk. Here are my notes: BEFORE REBOOT, ON TARGET [chroot /target /bin/bash] apt-get update apt-get install open-iscsi r

[Bug 237460] Re: Root on iscsi is not supported

2009-04-12 Thread malaiwah
Tried again on Jaunty (9.04) and it works fine. a) No problems about the partition part of the installer b) touch /etc/iscsi/iscsi.initramfs and all the iscsi initramfs hooks are there. -- Root on iscsi is not supported https://bugs.launchpad.net/bugs/237460 You received this bug notification bec

[Bug 83152] Re: gnome-settings-daemon crashes on boot

2008-03-15 Thread malaiwah
I have the same problem since trying Hardy Heron Alpha 4+. Brand new install on a HP NX 9030 Laptop, French language (Canadian French, Québec location) g-s-d crashes on every boot, except on the live-install-cd. I tried to update to latest version of every package and then reboot, but the same

[Bug 83152] Re: gnome-settings-daemon crashes on boot

2008-03-15 Thread malaiwah
Here is my ~/.xsession-errors ** Attachment added: "~/.xsession-errors" http://launchpadlibrarian.net/12686010/.xsession-errors -- gnome-settings-daemon crashes on every boot https://bugs.launchpad.net/bugs/83152 You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 83152] Re: gnome-settings-daemon crashes on boot

2008-03-15 Thread malaiwah
Here is a strace of the program, core-dumping. ** Attachment added: "strace log" http://launchpadlibrarian.net/12686044/strace-gsd.txt -- gnome-settings-daemon crashes on every boot https://bugs.launchpad.net/bugs/83152 You received this bug notification because you are a member of Ubuntu Bug

[Bug 83152] Re: gnome-settings-daemon crashes on boot

2008-03-15 Thread malaiwah
valgrind log ** Attachment added: "valgrin log" http://launchpadlibrarian.net/12686055/valgrind.log -- gnome-settings-daemon crashes on every boot https://bugs.launchpad.net/bugs/83152 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 83152] Re: gnome-settings-daemon crashes on boot

2008-03-15 Thread malaiwah
gtk2-engines-gtk-qt was not installed on my system; so it is not the same bug. I tried installing it, but gnome-settings-daemon still crash upon start-up -- gnome-settings-daemon crashes on every boot https://bugs.launchpad.net/bugs/83152 You received this bug notification because you are a membe

[Bug 83152] Re: gnome-settings-daemon crashes on boot

2008-03-15 Thread malaiwah
Here is as much as I could generate from gdb, but I think I did not install the proper debugging symbols; what package should I install to get the debugging symbols of g-s-d ? ** Attachment added: "gdb-gnome-settings-daemon.txt" http://launchpadlibrarian.net/12686115/gdb-gnome-settings-daemon.t

[Bug 197153] Re: gnome-settings-daemon crashed with SIGSEGV

2008-03-15 Thread malaiwah
I have the same problems and unfortunately posted all my information to Bug #83152 as it was the first one I found with the summary I was searching for. -- gnome-settings-daemon crashed with SIGSEGV https://bugs.launchpad.net/bugs/197153 You received this bug notification because you are a member

[Bug 83152] Re: gnome-settings-daemon crashes on every boot

2008-03-15 Thread malaiwah
I found out that my bug was related to Bug #197153 and not this one, sorry for the confusion. -- gnome-settings-daemon crashes on every boot https://bugs.launchpad.net/bugs/83152 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu

[Bug 190536] Re: Clicking with mouse not working right in Hardy

2008-03-07 Thread malaiwah
I had the same problem on my eMachine here with a PS2 mouse. I will try the "CorePointer" fix proposed here: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/188351 -- Clicking with mouse not working right in Hardy https://bugs.launchpad.net/bugs/190536 You received this bug notification beca

[Bug 188351] Re: [Hardy] External mouse on laptop will only double-click

2008-03-07 Thread malaiwah
I have the same bug on my eMachine mini-tower, I'll try the fix today. -- [Hardy] External mouse on laptop will only double-click https://bugs.launchpad.net/bugs/188351 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 508762] Re: usbip-source does not build against linux-headers-2.6.31-17-generic

2012-11-09 Thread malaiwah
** Also affects: usbip (Debian) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/508762 Title: usbip-source does not build against linux-headers-2.6.31-17-ge

[Bug 508762] Re: usbip-source does not build against linux-headers-2.6.31-17-generic

2012-11-09 Thread malaiwah
This also affects Debian Squeeze. I was trying to make it work on ARM and the last .tar.gz worked all right. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/508762 Title: usbip-source does not build a