[Bug 228460] Re: /etc/init.d/nagios2 reload kills nagios

2008-05-11 Thread Albert Damen
This is a slightly different bug then bug 161226, as nagios2 is now terminated when nagios2 reload is called. It is again due to a bug in lsb-base. Below lines are the cause of the problem. Any signal passed to killproc (from /lib/lsb/init-functions) is treated as SIGTERM. This bug in lsb-base

[Bug 219528] Re: [SRU] recode function segfaults

2008-05-17 Thread Albert Damen
+1 tested in amd64 kvm VM. with php5-recode 5.2.4-2ubuntu5 php recode-test.php segfaulted with php5-recode 5.2.4-2ubuntu5.1 it printed Hello World!Hello World! without any error message. -- [SRU] recode function segfaults https://bugs.launchpad.net/bugs/219528 You received this bug notification

[Bug 236373] Re: '/etc/init.d/nagios2 reload' causes nagios to exit (sends SIGTERM not SIGHUP)

2008-06-02 Thread Albert Damen
Please note this is actually a bug in lsb, which doesn't properly handle signals passed to killproc. This has been fixed in Debian (lsb 3.2-12), so a merge of lsb will fix this in Intrepid. See bug 228460. -- '/etc/init.d/nagios2 reload' causes nagios to exit (sends SIGTERM not SIGHUP)

[Bug 221932] Re: package apache2.2-common 2.2.8-1 failed to install/upgrade:

2008-06-08 Thread Albert Damen
+1 Created a dangling symlink (/var/www/index.html - /home/ubuntu/fake, cat: /var/www/index.html: No such file or directory) and tried to upgrade from gutsy to hardy. The upgrade failed with -proposed disabled and succeeded with -proposed enabled. Tested in kvm VM. -- package apache2.2-common

[Bug 454733] [NEW] kvm is not updated in a jaunty to karmic upgrade

2009-10-18 Thread Albert Damen
Public bug reported: Binary package hint: qemu-kvm On my karmic test system kvm has been kept back for some time now. As this seems to be a potential problem for jaunty to karmic upgrades, I tested an upgrade in a pbuilder chroot. - start jaunty pbuilder - install kvm - install

[Bug 454733] Re: kvm is not updated in a jaunty to karmic upgrade

2009-10-18 Thread Albert Damen
** Attachment added: XsessionErrors.txt http://launchpadlibrarian.net/33904688/XsessionErrors.txt -- kvm is not updated in a jaunty to karmic upgrade https://bugs.launchpad.net/bugs/454733 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed

[Bug 454733] Re: kvm is not updated in a jaunty to karmic upgrade

2009-10-19 Thread Albert Damen
*** This bug is a duplicate of bug 455114 *** https://bugs.launchpad.net/bugs/455114 ** This bug has been marked a duplicate of bug 455114 builds uninstallable package 'kvm' -- kvm is not updated in a jaunty to karmic upgrade https://bugs.launchpad.net/bugs/454733 You received this bug

[Bug 259799] Re: Suggestion: support for ecryptfs in Nautilus

2008-11-06 Thread Albert Damen
+1 - with libglib2.0-0 from intrepid, the disk icon for Private was shown on several places (desktop, places menu and under places in Nautilus) - with libglib2.0-0 from intrepid-proposed the disk icons are not shown anymore. Only the Private directory is visible in Nautilus. - The Private

[Bug 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-11-03 Thread Albert Damen
unebaguettesvp: can you please attach the file /var/log/Xorg.0.log (with the gamepads attached to your pc)? Did you reboot your pc after you installed the new xserver-xorg-input-evdev package? -- Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

[Bug 285093] Re: Dapper images fail to boot

2008-10-19 Thread Albert Damen
Recently I had the grub error 2 when I wanted to move my system from an old hard-disk to a new one. It turned out recent mkfs will create the filesystem with inode size 256. This is only supported by grub since hardy (grub 0.97-29ubuntu19). ubuntu-vm-builder on hardy uses inode size 128 both

[Bug 285093] Re: Dapper images fail to boot

2008-10-19 Thread Albert Damen
Ah, that was not too hard. In /usr/share/pyshared/VMBuilder/disk.py line 282/283, I changed: def mkfs_fstype(self): return { TYPE_EXT2: ['mkfs.ext2', '-F'], TYPE_EXT3: ['mkfs.ext3', '-F'], TYPE_XFS: ['mkfs.xfs'], TYPE_SWAP: ['mkswap'] }[self.type] into: def mkfs_fstype(self):

[Bug 285093] Re: Dapper images fail to boot

2008-10-20 Thread Albert Damen
Nick, I am surprised Gutsy works for you with inode size 256, given the grub change was first made in Hardy (and even Debian got that fix only in 0.97-30, Feb 2008). So I tested this and for me the Gutsy vm fails to boot with grub error 2, just like Dapper did. -- Dapper images fail to boot

[Bug 274203] Re: Joystick detected as mouse, crashes X

2008-10-14 Thread Albert Damen
hal-device output for the Rumblepad. ** Attachment added: haldev-gamepad.txt http://launchpadlibrarian.net/18535223/haldev-gamepad.txt -- Joystick detected as mouse, crashes X https://bugs.launchpad.net/bugs/274203 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 274203] Re: Joystick detected as mouse, crashes X

2008-10-14 Thread Albert Damen
Attached is the stacktrace I got with a Logitech Rumblepad. xserver-xorg-core: Installed: 2:1.5.1-1ubuntu3 Candidate: 2:1.5.1-1ubuntu3 Linux compal 2.6.27-7-generic #1 SMP Fri Oct 10 03:55:01 UTC 2008 x86_64 GNU/Linux ** Attachment added: X-gamepad3.txt

[Bug 274203] Re: Joystick detected as mouse, crashes X

2008-10-15 Thread Albert Damen
Sorry, I left out the pDev part. Here it is. ** Attachment added: pDev http://launchpadlibrarian.net/18558872/pDev -- Joystick detected as mouse, crashes X https://bugs.launchpad.net/bugs/274203 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 274203] Re: Joystick detected as mouse, crashes X

2008-10-15 Thread Albert Damen
Looking at the change made in xorg-server (2:1.5.1-1ubuntu3), it seems like the case of key_code255 should be captured and not cause a crash anymore. So I guessed pDev might have something interesting, and indeed, it does: (gdb) print pDev-key $2 = (KeyClassPtr) 0x0 (gdb) print *pDev-key Cannot

[Bug 274203] Re: Joystick detected as mouse, crashes X

2008-10-15 Thread Albert Damen
I tested the attached patch against xorg-server 2:1.5.1-1ubuntu3 (1.5.2 is not installable at the moment). With this patch I could press all gamepad buttons without causing a crash. * Add patch 143_fix-joystick-segfault.patch to fix segfault when a joystick or gamepad is detected as mouse.

[Bug 279202] Re: 8.10 64-bit - epiphany-extension-gwget

2008-10-16 Thread Albert Damen
Please sponsor the attached debdiff to update gwget2 for epiphany 2.24. The package builds fine in an intrepid pbuilder, installs and works in epiphany-gecko 2.24. ** Attachment added: gwget2.debdiff http://launchpadlibrarian.net/18612356/gwget2.debdiff ** Summary changed: - 8.10 64-bit -

[Bug 206958] Re: mnemosyne crashed with AttributeError in module()

2008-04-17 Thread Albert Damen
Bug and patch forwarded to Debian. ** Bug watch added: Debian Bug tracker #476527 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476527 ** Also affects: mnemosyne (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=476527 Importance: Unknown Status: Unknown --

[Bug 208140] Re: missing dependency python-xml in opendict package (Ubuntu Hardy Beta)

2008-04-19 Thread Albert Damen
** Changed in: opendict (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress -- missing dependency python-xml in opendict package (Ubuntu Hardy Beta) https://bugs.launchpad.net/bugs/208140 You received this bug notification because you are a member

[Bug 208140] Re: missing dependency python-xml in opendict package (Ubuntu Hardy Beta)

2008-04-19 Thread Albert Damen
/13576525/opendict.debdiff ** Changed in: opendict (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = New -- missing dependency python-xml in opendict package (Ubuntu Hardy Beta) https://bugs.launchpad.net/bugs/208140 You received this bug notification because

[Bug 185318] Re: Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable

2008-04-19 Thread Albert Damen
** Summary changed: - link-monitor-applet dependency problems + Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable ** Description changed: + Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable + + Current version of link-monitor-applet in Hardy, 2.1-2,

[Bug 185318] Re: Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable

2008-04-19 Thread Albert Damen
** Attachment added: diffstat.txt http://launchpadlibrarian.net/13581755/diffstat.txt -- Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable https://bugs.launchpad.net/bugs/185318 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 185318] Re: Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable

2008-04-19 Thread Albert Damen
** Attachment added: buildlog.txt http://launchpadlibrarian.net/13581763/buildlog.txt ** Changed in: link-monitor-applet (Ubuntu) Status: Confirmed = New -- Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable https://bugs.launchpad.net/bugs/185318 You received this

[Bug 185318] Re: Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable

2008-04-19 Thread Albert Damen
Could somebody please sponsor this sync request? -- Please sync link-monitor-applet 3.0-1 (universe) from Debian unstable https://bugs.launchpad.net/bugs/185318 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 220137] Re: python: matplotlib window does not show graph in interactive mode

2008-04-21 Thread Albert Damen
This is documented in /usr/share/doc/python-matplotlib/INTERACTIVE : To use matplotlib interactively from the prompt, you need a special interpreter that doesn't enter the gtk mainloop. One is provided in examples/interactive.py. The coew functionality of this interpreter was provided by Brian

[Bug 165261] Re: Please add pkgconfig in libhippocanvas-dev

2008-03-23 Thread Albert Damen
A fix has been added in the update for bug 204895. ** Changed in: hippo-canvas (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress -- Please add pkgconfig in libhippocanvas-dev https://bugs.launchpad.net/bugs/165261 You received this bug notification

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-23 Thread Albert Damen
Please sponsor the update for hippo-canvas. This update builds and installs fine in a Hardy pbuilder. A version bump for python-central is not needed. The same package builds and installs in a Gutsy pbuilder as well. ** Attachment added: hippo-canvas.debdiff

[Bug 194533] Re: FTBFS in the latest archive rebuild test

2008-03-24 Thread Albert Damen
This was fixed with the last two mono updates: http://launchpadlibrarian.net/12802315/buildlog_ubuntu- hardy-i386.mono_1.2.6%2Bdfsg-6ubuntu3_FULLYBUILT.txt.gz mono (1.2.6+dfsg-6ubuntu3) hardy; urgency=low * debian/rules: + unexport CPPFLAGS because configure relies on them being unset

[Bug 212564] [NEW] Please sync hardinfo 0.4.2.3-3 (universe) from debian unstable (main)

2008-04-05 Thread Albert Damen
Public bug reported: Binary package hint: hardinfo Please sync hardinfo 0.4.2.3-3 from Debian unstable into hardy universe. This revision fixes a grave Debian bug, see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468105 : hardinfo places its modules in /usr/lib64/hardinfo/modules on

[Bug 113865] Re: MOTD crashes upon starting

2008-04-05 Thread Albert Damen
*** This bug is a duplicate of bug 104149 *** https://bugs.launchpad.net/bugs/104149 According to the stacktrace, this is not a crash in xmotd but in packagesearch. Reassigning to the right package and marking as duplicate of bug 104149. ** Changed in: packagesearch (Ubuntu)

[Bug 212594] Re: xmotd crashed with SIGSEGV in strlen()

2008-04-06 Thread Albert Damen
** Visibility changed to: Public -- xmotd crashed with SIGSEGV in strlen() https://bugs.launchpad.net/bugs/212594 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

[Bug 212594] Re: Please sync xmotd 1.17.3b-5 (universe) from Debian unstable (main)

2008-04-06 Thread Albert Damen
video ** Changed in: xmotd (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = New -- Please sync xmotd 1.17.3b-5 (universe) from Debian unstable (main) https://bugs.launchpad.net/bugs/212594 You received this bug notification because you are a member of Ubuntu

[Bug 93531] Re: security issue with beast wrappers

2008-04-06 Thread Albert Damen
This was fixed in Gutsy: beast (0.6.6-9) unstable; urgency=high * debian/patches/011_suidmain_CVE-2006-2916_CVE-2006-4447.diff: + Spelling fix in error message. And partly in Feisty: beast (0.6.6-8) unstable; urgency=high snip *

[Bug 85387] Re: BEAST Crash when previewing audio in Nautilus with Beast Open

2008-04-06 Thread Albert Damen
This was fixed in beast 0.6.6-8 with a patch and fixed upstream in 0.7.1: beast (0.6.6-8) unstable; urgency=high snip * debian/patches/012_gslice_corruption.diff: + Patch from upstream to fix a memory corruption caused by a Glist/GSlist confusion. -- Sam Hocevar (Debian packages)

[Bug 162003] Re: usbnet no longer working in Gutsy

2008-04-06 Thread Albert Damen
Affects linux. Starting with hardy, kernel bugs are filed against linux, not against linux-source-version. See https://wiki.ubuntu.com/Bugs/FindRightPackage. ** Changed in: linux (Ubuntu) Sourcepackagename: linux-source-2.6.24 = linux ** Summary changed: - usbnet no longer working in Gutsy +

[Bug 211591] Re: [hardy] kerry does not include binaries and libraries

2008-04-06 Thread Albert Damen
** Changed in: kerry (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress -- [hardy] kerry does not include binaries and libraries https://bugs.launchpad.net/bugs/211591 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 211591] Re: [hardy] kerry does not include binaries and libraries

2008-04-06 Thread Albert Damen
/13152539/kerry.debdiff ** Changed in: kerry (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = Confirmed -- [hardy] kerry does not include binaries and libraries https://bugs.launchpad.net/bugs/211591 You received this bug notification because you are a member

[Bug 211591] Re: [hardy] kerry does not include binaries and libraries

2008-04-07 Thread Albert Damen
** Changed in: kerry (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: Confirmed = In Progress -- [hardy] kerry does not include binaries and libraries https://bugs.launchpad.net/bugs/211591 You received this bug notification because you are a member of Kubuntu Team

[Bug 214020] Re: gnome-app-install

2008-04-08 Thread Albert Damen
*** This bug is a duplicate of bug 213863 *** https://bugs.launchpad.net/bugs/213863 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 213874, so it is being marked as such. Please look

[Bug 211591] Re: [hardy] kerry does not include binaries and libraries

2008-04-08 Thread Albert Damen
Please find attached an updated debdiff. I did not fix below lintian error and warnings: W: kerry: binary-without-manpage usr/bin/beagled-shutdown - correct, there is no man page E: kerry: no-shlibs-control-file usr/lib/libkdeinit_kerry.so - this is due to missing soname version; a soname version

[Bug 211591] Re: [hardy] kerry does not include binaries and libraries

2008-04-08 Thread Albert Damen
Err, I did not change the maintainer field, as the maintainer already has an ubuntu.com address and the spec says not to change that. ** Changed in: kerry (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = Confirmed -- [hardy] kerry does not include

[Bug 182142] Re: Trying to execute /etc/dbus-1/event.d/30ppmd in preinst, but it is still not available

2008-03-25 Thread Albert Damen
Lain, the build errors can be fixed by adding the line unexport CFLAGS LDFLAGS in debian/rules (I put it at line 4). With that line ppm builds fine in a hardy pbuilder. With your patch I could also install ppm in the pbuilder, where 30ppm did not exist yet. Without your fix that failed, so your

[Bug 206958] Re: mnemosyne crashed with AttributeError in module()

2008-04-14 Thread Albert Damen
** Changed in: mnemosyne (Ubuntu) Status: Confirmed = New -- mnemosyne crashed with AttributeError in module() https://bugs.launchpad.net/bugs/206958 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 209084] Re: no run as root in menu in hardy

2008-04-16 Thread Albert Damen
I just run into the same problem. The wireshark-root desktop file has the line: TryExec=su-to-root. However, the su-to-root program did not exist on my system. It is provided by the menu package, and installing this package made the wireshark (as root) option appear. -- no run as root in menu in

[Bug 206958] Re: mnemosyne crashed with AttributeError in module()

2008-04-09 Thread Albert Damen
** Changed in: mnemosyne (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress -- mnemosyne crashed with AttributeError in module() https://bugs.launchpad.net/bugs/206958 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 206958] Re: mnemosyne crashed with AttributeError in module()

2008-04-09 Thread Albert Damen
/mnemosyne.debdiff ** Changed in: mnemosyne (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = Confirmed -- mnemosyne crashed with AttributeError in module() https://bugs.launchpad.net/bugs/206958 You received this bug notification because you are a member

[Bug 137134] Re: should not be able to resize past viewport

2008-04-10 Thread Albert Damen
Yes I can. However, feel free to close this bug as I seem to be the only one who notices this and I can live with it. -- should not be able to resize past viewport https://bugs.launchpad.net/bugs/137134 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-29 Thread Albert Damen
Speech-dispatcher has already been fixed, just after the build failure reported on ubuntuwire. It builds fine in a Hardy pbuilder. speech-dispatcher (0.6.6-0ubuntu5) hardy; urgency=low * debian/patches/05_honour-environment.dpatch: Drop for now, proper integration work will be done in

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-29 Thread Albert Damen
** Changed in: sqlrelay (Ubuntu) Status: New = In Progress ** Changed in: willowng (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress ** Changed in: sqlrelay (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) -- Packages failed archive

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-29 Thread Albert Damen
** Changed in: sqlrelay (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = Confirmed -- Packages failed archive rebuild test possibly due to python-central transition https://bugs.launchpad.net/bugs/204895 You received this bug notification because you

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-29 Thread Albert Damen
Please sponsor attached debdiff for willowng. ** Attachment added: willowng.debdiff http://launchpadlibrarian.net/12969226/willowng.debdiff ** Changed in: willowng (Ubuntu) Assignee: Albert Damen (albrt) = (unassigned) Status: In Progress = Confirmed -- Packages failed archive

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-29 Thread Albert Damen
Please sponsor the attached debdiff for enthought-traits. The package builds and installs fine in a Hardy pbuilder. To prevent an installation error about missing files, the removal of the nspkg.pth files had to be done before dh_pycentral is called. ** Attachment added:

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-29 Thread Albert Damen
Sorry, that was not good yet. Will complete this tomorrow. ** Changed in: enthought-traits (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: Confirmed = In Progress ** Changed in: enthought-traits-ui (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt

[Bug 204895] Re: Packages failed archive rebuild test possibly due to python-central transition

2008-03-30 Thread Albert Damen
Please sponsor attached debdiff for enthought-traits-ui. It builds and installs fine in a Hardy pbuilder. ** Attachment added: enthought-traits-ui.debdiff http://launchpadlibrarian.net/12977173/enthought-traits-ui.debdiff ** Changed in: enthought-traits-ui (Ubuntu) Assignee: Albert Damen

[Bug 209639] [NEW] testresources FTBFS

2008-03-31 Thread Albert Damen
Assignee: Albert Damen (albrt) Status: In Progress ** Changed in: testresources (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress ** Description changed: - testresources 0.1-1.2 failed to build from source, see buildlog_ubuntu- - hardy-i386

[Bug 209639] Re: testresources FTBFS

2008-03-31 Thread Albert Damen
Building testresources 0.1-1.2 in a Hardy pbuilder succeeds, but shows a different setting for PYTHONPATH: PYTHONPATH=/tmp/buildd/testresources-0.1/lib: python ./test_all.py export PYTHONPATH=/usr/share/launchpad-buildd in the pbuilder results in the same PYTHONPATH setting as shown on the

[Bug 221438] Re: mnemosyne crashed with AttributeError in module() - still broken

2008-04-24 Thread Albert Damen
The Traceback shows the crash happens in the file /usr/lib/python2.5/site-packages/mnemosyne/core/mnemosyne_core.py This file is not used by the Ubuntu package. The Ubuntu package would install that file as /usr/share/python-support/mnemosyne/mnemosyne/core/mnemosyne_core.py and create a

[Bug 221438] Re: mnemosyne crashed with AttributeError in module() - still broken

2008-04-26 Thread Albert Damen
Glad to hear it is working now. I will close this bug report. ** Changed in: mnemosyne (Ubuntu) Status: Incomplete = Invalid -- mnemosyne crashed with AttributeError in module() - still broken https://bugs.launchpad.net/bugs/221438 You received this bug notification because you are a

[Bug 157327] Re: Close button doesn't work on About dialog

2008-04-26 Thread Albert Damen
This has been fixed in Hardy, where we now have link-monitor-applet 3.0-1. ** Changed in: link-monitor-applet (Ubuntu) Status: Confirmed = Fix Released -- Close button doesn't work on About dialog https://bugs.launchpad.net/bugs/157327 You received this bug notification because you are a

[Bug 157326] Re: link-monitor-applet crash on new host

2008-04-26 Thread Albert Damen
This has been fixed in link-monitor-applet 3.0-1, which we now have in Hardy. ** Changed in: link-monitor-applet (Ubuntu) Status: Confirmed = Fix Released -- link-monitor-applet crash on new host https://bugs.launchpad.net/bugs/157326 You received this bug notification because you are a

[Bug 222545] Re: Hardy upgrade - failed to create initrade image

2008-04-26 Thread Albert Damen
Thank you for taking the time to report this bug and helping to make Ubuntu better. Please answer these questions: - Can you please run the command: apt-cache policy sysv-rc end paste the results in this bug report? - Please also attach the file /etc/apt/sources.list as attachment. This will

[Bug 222730] Re: Nautilus doesn't work on Hardy after update from Gutsy

2008-04-26 Thread Albert Damen
That symbol is supposed to come from libeel2-2: [EMAIL PROTECTED]:~$ nm -D /usr/lib/libeel-2.so.2 | grep drect_empty 00053500 R eel_drect_empty - Can you please run the command apt-cache policy libeel2-2 and paste the results in this bug report? - Please also run the command apt-cache policy

[Bug 222545] Re: Hardy upgrade - failed to create initrade image

2008-04-27 Thread Albert Damen
This problem is caused by the version of sysv-rc you have installed. That is a version from Debian. In Ubuntu Hardy you should have sysv-rc version 2.86.ds1-14.1ubuntu45. Unfortunately, the Debian version does not know the multiuser option to update-rc.d which is used in Ubuntu. To solve the

[Bug 222876] Re: package gcc-3.3-doc 1:3.3.6-15ubuntu4 failed to install/upgrade:

2008-04-27 Thread Albert Damen
Thanks for reporting this bug. I can reproduce it in a Hardy pbuilder: Unpacking gcc-3.3-base (from .../gcc-3.3-base_1%3a3.3.6-15ubuntu4_amd64.deb) ... Selecting previously deselected package gcc-3.3-doc. Unpacking gcc-3.3-doc (from .../gcc-3.3-doc_1%3a3.3.6-15ubuntu4_all.deb) ... Setting up

[Bug 222880] Re: Can not upgrade gcc-3.3-doc

2008-04-27 Thread Albert Damen
*** This bug is a duplicate of bug 222876 *** https://bugs.launchpad.net/bugs/222876 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 222876, so it is being marked as such. Please look

[Bug 206958] Re: mnemosyne crashed with AttributeError in module()

2008-04-30 Thread Albert Damen
where Mnemosyne was installed from its website. That is exactly the problem. The installation from the mnemosyne website puts the files in a different directory then the Ubuntu package and these files cannot be replaced by the Ubuntu mnemosyne package. You will need to remove the mnemosyne files

[Bug 221399] Re: Not working in hardy x64

2008-05-02 Thread Albert Damen
ACK - verified rkward 0.4.9-2 fails to start on amd64 - upgraded to 0.4.9-2ubuntu0.1 successfully - rkward 0.4.9-2ubuntu0.1 runs fine on amd64 -- Not working in hardy x64 https://bugs.launchpad.net/bugs/221399 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 226138] Re: E: gcc-3.3-doc: subprocess post-installation script returned error exit status 2

2008-05-04 Thread Albert Damen
*** This bug is a duplicate of bug 222876 *** https://bugs.launchpad.net/bugs/222876 Thanks for your bug report. This problem is already known as bug 222876. Work is in progress to solve it. ** This bug has been marked a duplicate of bug 222876 package gcc-3.3-doc 1:3.3.6-15ubuntu4 failed

[Bug 226302] Re: package gcc-3.4-doc 3.4.6-6ubuntu3 failed to install/upgrade: subprocess post-installation script returned error exit status 2

2008-05-04 Thread Albert Damen
*** This bug is a duplicate of bug 205348 *** https://bugs.launchpad.net/bugs/205348 Thanks for your bug report. This problem has already been reported in bug 205348 and work is in progress to solve it. ** This bug has been marked a duplicate of bug 205348 gcc-3.4-doc uphgrade failed due

[Bug 226452] Re: serpentine crashed with SIGSEGV in g_type_check_instance()

2008-05-04 Thread Albert Damen
Apparently the retracer for Hardy does not work anymore. ** Changed in: serpentine (Ubuntu) Status: New = Invalid -- serpentine crashed with SIGSEGV in g_type_check_instance() https://bugs.launchpad.net/bugs/226452 You received this bug notification because you are a member of Ubuntu

[Bug 226452] [NEW] serpentine crashed with SIGSEGV in g_type_check_instance()

2008-05-04 Thread Albert Damen
Public bug reported: Binary package hint: serpentine Trying to debug the frequent crash reports on serpentine on upgrades from Gutsy to Hardy, I did an upgrade test with a Gutsy VM (amd64, no cdrom attached) in KVM. - Start Gutsy VM - Verify serpentine is installed - Upgrade to Hardy - Reboot

[Bug 226452] Re: serpentine crashed with SIGSEGV in g_type_check_instance()

2008-05-04 Thread Albert Damen
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/14194491/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/14194492/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/14194493/Disassembly.txt ** Attachment

[Bug 227056] [NEW] Please sync gcal 3.01.1-6 (universe) from debian unstable (main)

2008-05-05 Thread Albert Damen
pager command. (Closes: #266365). + Thanks to Albert Damen. * Fix German translations. (Closes: #313710). + Thanks to Jens Seidel for the patch. * All Saints Day on some states. (Close: #396378). + Thanks to Marc-Jano Knopp for the patch. * Fix typo in copyright and update FSF

[Bug 205348] Re: gcc-3.4-doc uphgrade failed due to missing usr/share/info/gcc-3.4.info.gz

2008-05-06 Thread Albert Damen
SRU test failed Trying to install gcc-3.4-doc in a hardy pbuilder with hardy-proposed enabled fails with the following error message: Unpacking gcc-3.4-base (from .../gcc-3.4-base_3.4.6-6ubuntu4_amd64.deb) ... Selecting previously deselected package gcc-3.4-doc. Unpacking gcc-3.4-doc (from

[Bug 242899] Re: program glChess 2.22.2.1 on ubuntu 8.04 computer cheating . it eat my pawn but eat impossible .

2008-06-25 Thread Albert Damen
Your computer is not cheating, that's a perfectly valid move. It's called en passant capture. You can read about it here: http://www.chessvariants.com/d.chess/enpassant.html ** Changed in: glchess (Ubuntu) Status: New = Invalid -- program glChess 2.22.2.1 on ubuntu 8.04 computer

[Bug 244061] [NEW] Please sync ganglia-monitor-core 2.5.7-4.2 (universe) from Debian unstable (main)

2008-06-29 Thread Albert Damen
Public bug reported: Post-DIF sync justification: Ganglia-monitor-core 2.5.7-4.1 in Intrepid FTBFS on amd64 and IA64. This has been fixed by Debian in version 2.5.7-4.2. The package builds fine in an Intrepid amd64 pbuilder. Current version in Ubuntu does not have Ubuntu changes. Changelog

[Bug 236373] Re: '/etc/init.d/nagios2 reload' causes nagios to exit (sends SIGTERM not SIGHUP)

2008-06-02 Thread Albert Damen
Please note this is actually a bug in lsb, which doesn't properly handle signals passed to killproc. This has been fixed in Debian (lsb 3.2-12), so a merge of lsb will fix this in Intrepid. See bug 228460. -- '/etc/init.d/nagios2 reload' causes nagios to exit (sends SIGTERM not SIGHUP)

[Bug 236838] Re: FTBFS: gcal failed to build (new glibc)

2008-06-02 Thread Albert Damen
: Albert Damen (albrt) = (unassigned) Status: In Progress = Confirmed -- FTBFS: gcal failed to build (new glibc) https://bugs.launchpad.net/bugs/236838 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 236838] [NEW] FTBFS: gcal failed to build (new glibc)

2008-06-02 Thread Albert Damen
Assignee: Albert Damen (albrt) Status: In Progress ** Changed in: gcal (Ubuntu) Assignee: (unassigned) = Albert Damen (albrt) Status: New = In Progress -- FTBFS: gcal failed to build (new glibc) https://bugs.launchpad.net/bugs/236838 You received this bug notification because

[Bug 237461] [NEW] binutils has wrong soname version in .shlibs

2008-06-04 Thread Albert Damen
Public bug reported: Binary package hint: binutils ggconv fails to build on the buildd's [1] and in an intrepid pbuilder with the error: dpkg-shlibdeps: failure: no dependency information found for /usr/lib/libbfd-2.18.50.20080530.so (used by debian/ggcov/usr/bin/tggcov). dh_shlibdeps: command

[Bug 228460] Re: /etc/init.d/nagios2 reload kills nagios

2008-06-06 Thread Albert Damen
This has been fixed in lsb 3.2-12ubuntu1 i intrepid. killproc now has the lines: if [ -z $sig -o $sig = 15 -o $sig = TERM ]; then is_term_sig=yes fi so only if killproc is called with signal not set or set as sigtem, a sigterm will be done. ** Changed in: lsb (Ubuntu) Status:

[Bug 237854] Re: package debconf 1.5.22 failed to install/upgrade:

2008-06-06 Thread Albert Damen
*** This bug is a duplicate of bug 234345 *** https://bugs.launchpad.net/bugs/234345 Thanks for reporting this bug. From your log files: Preparing to replace debconf 1.5.20 (using .../debconf_1.5.22_all.deb) ... xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max = (131072-2048)' failed.

[Bug 236718] Re: package debconf 1.5.21 failed to install/upgrade:

2008-06-06 Thread Albert Damen
*** This bug is a duplicate of bug 234345 *** https://bugs.launchpad.net/bugs/234345 Thanks for reporting this bug. The log files show: Preparing to replace debconf 1.5.20 (using .../debconf_1.5.21_all.deb) ... xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max = (131072-2048)' failed.

[Bug 236146] Re: package debconf 1.5.21 failed to install/upgrade:

2008-06-06 Thread Albert Damen
*** This bug is a duplicate of bug 234345 *** https://bugs.launchpad.net/bugs/234345 Thanks for reporting this bug. The log files show: Preparando para substituir debconf 1.5.20 (usando .../debconf_1.5.21_all.deb) ... xargs: xargs.c:443: main: Afirmação `bc_ctl.arg_max = (131072-2048)'

[Bug 232353] Re: package debconf 1.5.20 failed to install/upgrade: subprocess new pre-removal script returned error exit status 134

2008-06-06 Thread Albert Damen
*** This bug is a duplicate of bug 234345 *** https://bugs.launchpad.net/bugs/234345 This is a bug in xargs from package findutils, reported as bug 234345. I will mark this bug as duplicate. Thanks for reporting this. ** This bug has been marked a duplicate of bug 234345 xargs:

[Bug 221932] Re: package apache2.2-common 2.2.8-1 failed to install/upgrade:

2008-06-08 Thread Albert Damen
+1 Created a dangling symlink (/var/www/index.html - /home/ubuntu/fake, cat: /var/www/index.html: No such file or directory) and tried to upgrade from gutsy to hardy. The upgrade failed with -proposed disabled and succeeded with -proposed enabled. Tested in kvm VM. -- package apache2.2-common

[Bug 230846] [NEW] Please sync sqlrelay 1:0.39.4-3 (universe) from Debian unstable (main)

2008-05-15 Thread Albert Damen
=high * QA Upload. * Setting Maintainer to Debian QA Group. * Remove -Wno-long-double. Uses an old patch by Albert Damen for Ubuntu, thanks. Closes: #473935. * Some debian/rules clean up. * Drop sqlrelay-test and move examples to -doc. * Make router optional in instance definition

[Bug 230880] [NEW] Please sync hippo-canvas 0.2.23-4.1 (universe) from Debian unstable (main)

2008-05-15 Thread Albert Damen
Public bug reported: Please sync hippo-canvas 0.2.23-4.1 (universe) from Debian unstable (main) The existing Ubuntu changes can be dropped: - Removal of .a and .la files before dh_pycentral call: included by Debian - Inclusion of pkgconfig file: included by Debian As we currently have a

[Bug 205735] Re: Please merge mnemosyne (universe) 1.0.1.1 from Debian unstable (main)

2008-06-24 Thread Albert Damen
Please sponsor the attached debdiff for the mnemosyne merge. It builds fine in an Intrepid pbuilder and installs/runs in an Intrepid VM. ** Summary changed: - [UPDATE] to 1.0.1.1 + Please merge mnemosyne (universe) 1.0.1.1 from Debian unstable (main) ** Description changed: Binary package

[Bug 230662] Re: gecko-mediaplayer depends on firefox metapackage

2008-05-28 Thread Albert Damen
+1, installed fine with only firefox-2 installed. -- gecko-mediaplayer depends on firefox metapackage https://bugs.launchpad.net/bugs/230662 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 197216] Re: [hardy] Package pycaml has unmet dependencies

2008-05-28 Thread Albert Damen
+1 - pycaml from hardy fails to install - pycaml from hardy-proposed installs fine - pycamltop runs (gives a prompt #) - during the test of pycamltop I had inotifywatch running on /usr/lib/ocaml/3.10.0/stublibs/dllpycaml_stubs.so. It showed the file was opened, accessed and closed. So

[Bug 230016] Re: [intrepid] Rebuild with perl 5.10

2008-05-30 Thread Albert Damen
sqlrelay 1:0.39.4-3 was just synced from Debian today, and therefore has been rebuilt with perl 5.10 already (sync bug 230846). ** Changed in: sqlrelay (Ubuntu) Status: New = Fix Released -- [intrepid] Rebuild with perl 5.10 https://bugs.launchpad.net/bugs/230016 You received this bug

[Bug 225900] Re: chillispot configuration getting hung up

2008-05-31 Thread Albert Damen
+1 - tested in kvm VM (minimal server) on amd64 - upgrade with do-release-upgrade failed with gutsy-proposed disabled - upgrade succeeded completely with gutsy-proposed enabled -- chillispot configuration getting hung up https://bugs.launchpad.net/bugs/225900 You received this bug notification

[Bug 231361] Re: libtotem-plparser update fail to install

2008-05-17 Thread Albert Damen
*** This bug is a duplicate of bug 231236 *** https://bugs.launchpad.net/bugs/231236 Thanks for reporting this bug. It was already reported in bug 231236. A fix has been uploaded and will become available on the mirrors soon. ** This bug has been marked a duplicate of bug 231236

[Bug 219528] Re: [SRU] recode function segfaults

2008-05-17 Thread Albert Damen
+1 tested in amd64 kvm VM. with php5-recode 5.2.4-2ubuntu5 php recode-test.php segfaulted with php5-recode 5.2.4-2ubuntu5.1 it printed Hello World!Hello World! without any error message. -- [SRU] recode function segfaults https://bugs.launchpad.net/bugs/219528 You received this bug notification

[Bug 199014] Re: python-xml removal: please drop/replace (build) dependencies

2008-05-21 Thread Albert Damen
+1 for sru-verification of pyslide - Removed python-xml from my system - With the hardy version pyslide /usr/share/doc/pyslide/examples/effects.xml gave the error message: AttributeError: 'module' object has no attribute 'DefaultHandler' - Installing pyslide from hardy-proposed

[Bug 237392] Re: Missing symlinks for pkcs11_startup in /usr/lib/opencryptoki/stdll

2008-06-12 Thread Albert Damen
-1 The .so symlinks added to libopencryptoki0 are already, as expected, in libopencryptoki-dev. Therefore libopencryptoki-dev cannot be installed anymore: dpkg: error processing /var/cache/apt/archives/libopencryptoki-dev_2.2.5+dfsg-1ubuntu1.2_amd64.deb (--unpack): trying to overwrite

[Bug 239558] [NEW] Please sync enthought-traits-ui 2.0.4-3 (universe) from debian unstable (main)

2008-06-12 Thread Albert Damen
Public bug reported: Please sync enthought-traits-ui 2.0.4-3 (universe) from Debian unstable (main) The Ubuntu changes can be dropped as Debian has implemented all changes required for python-central 0.6. The package builds and installs fine in an intrepid pbuilder. Debian changelog since

[Bug 240137] Re: package debconf 1.5.20 failed to install/upgrade:

2008-06-15 Thread Albert Damen
*** This bug is a duplicate of bug 234345 *** https://bugs.launchpad.net/bugs/234345 ** This bug has been marked a duplicate of bug 234345 xargs: xargs.c:443: main: Assertion `bc_ctl.arg_max = (131072-2048)' failed. -- package debconf 1.5.20 failed to install/upgrade:

  1   2   3   4   >