[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-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usbip/+bug/508762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 against linux-headers-2.6.31-17-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/usbip/+bug/508762/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  Version table:
 *** 0.19.4-1 0
500 http://wideray.office.malaiwah.com jaunty/universe Packages
100 /var/lib/dpkg/status

== Bug Description ==
This package is missing dependencies to run from a minimal system. I am running 
it in a virtualized environnement, so I installed Jaunty as a minimum virtual 
machine installation.

mpd-dynamic (the daemon included in this package) needs:
 * libgetopt-euclid-perl
 * libproc-daemon-perl

== Proposed Solution ==
Mark those two dependencies as required for package installation.

** Affects: libaudio-mpd-perl (Ubuntu)
 Importance: Undecided
 Status: New

-- 
missing dependencies for libaudio-mpd-perl (mpd-dynamic daemon)
https://bugs.launchpad.net/bugs/380451
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
remove dhcp from /etc/network/interfaces for eth0 (already configured via 
initramfs)
verify all /etc/iscsi/iscsid.conf parameters
edit /usr/share/initramfs-tools/hooks/iscsi: iscsistart is really in /sbin 
(copy_exec)
add sleep 2 to iscsi script 
(/usr/share/initramfs-tools/scripts/local-top/iscsi) just before 
configure_networking for my via-rhine card
nano /etc/iscsi/iscsi.initramfs: (ISCSI_TARGET_NAME=iqn.blahblah, 
ISCSI_TARGET_IP=192.168.15.x)
apt-get dist-upgrade
dpkg-reconfigure linux-image-2.6.28-11-server (if kernel not upgraded in 
dist-upgrade)

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
remove dhcp from /etc/network/interfaces for eth0 (already configured via 
initramfs)
verify all /etc/iscsi/iscsid.conf parameters
edit /usr/share/initramfs-tools/hooks/iscsi: iscsistart is really in /sbin 
(copy_exec)
add sleep 2 to iscsi script 
(/usr/share/initramfs-tools/scripts/local-top/iscsi) just before 
configure_networking for my via-rhine card
nano /etc/iscsi/iscsi.initramfs: (ISCSI_TARGET_NAME=iqn.blahblah, 
ISCSI_TARGET_IP=192.168.15.x)
apt-get dist-upgrade
dpkg-reconfigure linux-image-2.6.28-11-server (if kernel not upgraded in 
dist-upgrade)

-- 
iSCSI support (modules and configuration) missing from initramfs
https://bugs.launchpad.net/bugs/269492
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 the console (ALT-F2) before
entering my target hostname:

udpkg -i /cdrom/pool/main/g/gawk/gawk*.deb
ln -s /usr/bin/gawk /bin/awk
ln -s /sbin/iscsi-iname /usr/sbin/iscsi-iname

By the way, iscsi=true is correctly parsed by the Jaunty installer; just
make sure you are not concatenating it with -- which is at the end of
the default boot command line.

-- 
iSCSI install fails under hardy
https://bugs.launchpad.net/bugs/236640
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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: WARNING Configuring 'disk-select' failed with error code 1
main-menu: WARNING Menu item 'disk-select' failed


-- 
iSCSI install fails under hardy
https://bugs.launchpad.net/bugs/236640
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to open-iscsi in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 the console (ALT-F2) before
entering my target hostname:

udpkg -i /cdrom/pool/main/g/gawk/gawk*.deb
ln -s /usr/bin/gawk /bin/awk
ln -s /sbin/iscsi-iname /usr/sbin/iscsi-iname

By the way, iscsi=true is correctly parsed by the Jaunty installer; just
make sure you are not concatenating it with -- which is at the end of
the default boot command line.

-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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: WARNING Configuring 'disk-select' failed with error code 1
main-menu: WARNING Menu item 'disk-select' failed


-- 
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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 code for that matter.  A name this
generic should never be getting exported.  Since it isn't a part of our
public interface, that should be easy to fix.

Thanks for the heads-up, I'll drop this symbol from the next release.

-- 
Problems when linking other packages (i.e.: Asterisk with iLBC) with this 
library (libvpb0)
https://bugs.launchpad.net/bugs/311368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.
 * If compiling the Asterisk package by hand, the window() function from VPB 
overlaps the window() function from the iLBC codec source code.

I would suggest either of these projects to rename the function to a better 
name that associates its functionnality to its corresponding project.
I uploaded a patch to Digium to rename that function to ilbc_window() when 
downloading and extracting the source code (from a RFC).

This bug could also affect other packages as well, I think this function name 
should be changed in the vpb-driver.
I'm posting this bug onto Launchpad because I'm using Ubuntu, but I will try to 
contact Voicetronix to make them aware of this issue and maybe patch their 
original source code.

window() function prototype from vpb-driver: 
http://vpb-driver.sourcearchive.com/documentation/4.2.32/wind_8h-source.html
window() function prototype from ilbc_codec: http://www.ietf.org/rfc/rfc3951.txt

** Affects: vpb-driver (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Problems when linking other packages (i.e.: Asterisk with iLBC) with this 
library (libvpb0)
https://bugs.launchpad.net/bugs/311368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 deal with that
overlap.

-- 
Problems when linking other packages (i.e.: Asterisk with iLBC) with this 
library (libvpb0)
https://bugs.launchpad.net/bugs/311368
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 80sixxs
fe80021b21fffe22ccf3 02 40 20 80 eth0
fe8046262579 05 80 20 80sixxs

[EMAIL PROTECTED]:~# netstat -an6   
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State  
tcp6   0  0 :::80   :::*LISTEN 
tcp6   0  0 :::21   :::*LISTEN 
tcp6   0  0 :::22   :::*LISTEN 
tcp6   0272 2001::::22 2001::50138 ESTABLISHED

But I found this post while searching for an answer:
http://groups.google.com/group/comp.protocols.dns.bind/browse_thread/thread/ae84fcc0de3cb407/7b559fea0385cc07?lnk=raot

I wonder if you are hitting this problem?
--enable-getifaddrs=no should work around it.

If that doesn't work run 9.4.2-P1.

case $host in
*-linux*)
# Some recent versions of glibc support getifaddrs() which does not
# provide AF_INET6 addresses while the function provided by the USAGI
# project handles the AF_INET6 case correctly.  We need to avoid
# using the former but prefer the latter unless overridden by
# --enable-getifaddrs=glibc.
if test $want_getifaddrs = glibc
then
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
else
save_LIBS=$LIBS
LIBS=-L/usr/local/v6/lib $LIBS
AC_CHECK_LIB(inet6, getifaddrs,
LIBS=$LIBS -linet6
AC_DEFINE(HAVE_GETIFADDRS),
LIBS=${save_LIBS})
fi
;;
*)
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
;;
esac 

I will try re-building BIND 9.5.0 from source with this config change to
know if this fixes it.

-- 
[intrepid] IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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# !netstat
netstat -an6 
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State  
tcp6   0  0 :::80   :::*LISTEN 
tcp6   0  0 :::21   :::*LISTEN 
tcp6   0  0 :::22   :::*LISTEN 

Oct  6 15:39:26 newborn named[16426]: starting BIND 9.5.0-P2 -u bind
Oct  6 15:39:26 newborn named[16426]: found 1 CPU, using 1 worker thread
Oct  6 15:39:26 newborn named[16426]: loading configuration from 
'/etc/bind/named.conf'
Oct  6 15:39:26 newborn named[16426]: no IPv6 interfaces found

Still does not bind on my IPV6 interface, so this fix does not work.

-- 
[intrepid] IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 then
re-copied the config.sub and config.guess files from the virgin
source tree for ./configure to work correctly.

I'll try the builded package once it is compiled.

-- 
[intrepid] IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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
getifaddrs) are only installed on the system when re-installing the
libisc44 package.

My BIND9 server now listens over IPv6 connections under Intrepid.

-- 
[intrepid] bind9/named IPv6 unusable
https://bugs.launchpad.net/bugs/249824
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[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 80sixxs
fe80021b21fffe22ccf3 02 40 20 80 eth0
fe8046262579 05 80 20 80sixxs

[EMAIL PROTECTED]:~# netstat -an6   
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State  
tcp6   0  0 :::80   :::*LISTEN 
tcp6   0  0 :::21   :::*LISTEN 
tcp6   0  0 :::22   :::*LISTEN 
tcp6   0272 2001::::22 2001::50138 ESTABLISHED

But I found this post while searching for an answer:
http://groups.google.com/group/comp.protocols.dns.bind/browse_thread/thread/ae84fcc0de3cb407/7b559fea0385cc07?lnk=raot

I wonder if you are hitting this problem?
--enable-getifaddrs=no should work around it.

If that doesn't work run 9.4.2-P1.

case $host in
*-linux*)
# Some recent versions of glibc support getifaddrs() which does not
# provide AF_INET6 addresses while the function provided by the USAGI
# project handles the AF_INET6 case correctly.  We need to avoid
# using the former but prefer the latter unless overridden by
# --enable-getifaddrs=glibc.
if test $want_getifaddrs = glibc
then
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
else
save_LIBS=$LIBS
LIBS=-L/usr/local/v6/lib $LIBS
AC_CHECK_LIB(inet6, getifaddrs,
LIBS=$LIBS -linet6
AC_DEFINE(HAVE_GETIFADDRS),
LIBS=${save_LIBS})
fi
;;
*)
AC_CHECK_FUNC(getifaddrs, AC_DEFINE(HAVE_GETIFADDRS))
;;
esac 

I will try re-building BIND 9.5.0 from source with this config change to
know if this fixes it.

-- 
[intrepid] 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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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# !netstat
netstat -an6 
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address   Foreign Address State  
tcp6   0  0 :::80   :::*LISTEN 
tcp6   0  0 :::21   :::*LISTEN 
tcp6   0  0 :::22   :::*LISTEN 

Oct  6 15:39:26 newborn named[16426]: starting BIND 9.5.0-P2 -u bind
Oct  6 15:39:26 newborn named[16426]: found 1 CPU, using 1 worker thread
Oct  6 15:39:26 newborn named[16426]: loading configuration from 
'/etc/bind/named.conf'
Oct  6 15:39:26 newborn named[16426]: no IPv6 interfaces found

Still does not bind on my IPV6 interface, so this fix does not work.

-- 
[intrepid] 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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 support
checking for sockaddr_storage... yes

-- 
[intrepid] 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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 then
re-copied the config.sub and config.guess files from the virgin
source tree for ./configure to work correctly.

I'll try the builded package once it is compiled.

-- 
[intrepid] 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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 interfaces found
Oct  6 16:26:19 newborn named[3475]: listening on IPv4 interface lo, 
127.0.0.1#53

-- 
[intrepid] 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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
getifaddrs) are only installed on the system when re-installing the
libisc44 package.

My BIND9 server now listens over IPv6 connections under Intrepid.

-- 
[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 list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 thing is always happenning.
Here is g-s-d in debug mode, it looks like it crashed on xrandr manager.


[EMAIL PROTECTED]:~$ gnome-settings-daemon --debug
** (gnome-settings-daemon:7841): DEBUG: Successfully connected to D-Bus
** (gnome-settings-daemon:7841): DEBUG: Starting settings manager
** (gnome-settings-daemon:7841): DEBUG: Loading settings plugins from dir: 
/usr/lib/gnome-settings-daemon-2.0/
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/mouse.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/mouse for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/dummy.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/dummy for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/keyboard.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/keyboard for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/media-keys.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/media-keys for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/xrdb.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/xrdb for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/clipboard.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/clipboard for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/typing-break.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/typing-break for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/xrandr.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/xrandr for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/sound.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/sound for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/screensaver.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/screensaver for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/a11y-keyboard.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/a11y-keyboard for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/font.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/font for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/xsettings.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/xsettings for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/keybindings.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/keybindings for changes
** (gnome-settings-daemon:7841): DEBUG: Loading plugin: 
/usr/lib/gnome-settings-daemon-2.0/background.gnome-settings-plugin
** (gnome-settings-daemon:7841): DEBUG: Monitoring dir 
/apps/gnome_settings_daemon/plugins/background for changes
** (gnome-settings-daemon:7841): DEBUG: GnomeSettingsModule 0x8081c00 
initialising
** (gnome-settings-daemon:7841): DEBUG: Loading 
/usr/lib/gnome-settings-daemon-2.0/libxrandr.so
** (gnome-settings-daemon:7841): DEBUG: Registering GsdXrandrPlugin
** (gnome-settings-daemon:7841): DEBUG: Creating object of type GsdXrandrPlugin
** (gnome-settings-daemon:7841): DEBUG: GsdXrandrPlugin initializing
** (gnome-settings-daemon:7841): DEBUG: Activating xrandr plugin
** (gnome-settings-daemon:7841): DEBUG: Starting xrandr manager
Resource Timestamp: 35776
Resource Configuration Timestamp: 118161
CRTC 49 Timestamp: 35776
CRTC 4a Timestamp: 35776
Output 4b Timestamp: 35776
Erreur de segmentation (core dumped)
[EMAIL PROTECTED]:~$ dpkg -l | grep 

[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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.txt

** Summary changed:

- gnome-settings-daemon crashes on boot
+ gnome-settings-daemon crashes on every boot

-- 
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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs