[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 since current Ubuntu version:
 ganglia-monitor-core  (2.5.7-4.2) unstable; urgency=high

   * Non-maintainer upload.
   * Applied patches from Mario Lang (who did all the work!)
   * lib/gexec_process.c: don't include asm/page.h (Closes: #479971)
   * debian/rules: replace -02 with -O2 (zero -> O letter) (Closes: #482753)

 -- Lucas Nussbaum <[EMAIL PROTECTED]>  Thu, 26 Jun 2008 22:47:18 +0200

** Affects: ganglia-monitor-core (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync ganglia-monitor-core 2.5.7-4.2 (universe) from Debian unstable 
(main)
https://bugs.launchpad.net/bugs/244061
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 222000] Re: Update from Gibbon to Heron failed

2008-07-02 Thread Albert Damen
+1

After reproducing the bug before (see comment 11) the upgrade from gutsy
to hardy now went fine in a kvm VM with -proposed enabled.

-- 
Update from Gibbon to Heron failed
https://bugs.launchpad.net/bugs/222000
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 238008] Re: Latest NVIDIA drivers make Compiz slow with 8400 GS

2008-07-26 Thread Albert Damen
This bug report is being closed due to your last comment regarding this
being fixed. For future reference you can manage the status of your own
bugs by clicking on the current status in the yellow line and then
choosing a new status in the revealed drop down box. You can learn more
about bug statuses at [WWW] https://wiki.ubuntu.com/Bugs/Status . Thank
you again for taking the time to report this bug and helping to make
Ubuntu better. Feel free to submit any future bugs you may find.

** Changed in: linux-restricted-modules-2.6.24 (Ubuntu)
   Status: New => Invalid

-- 
Latest NVIDIA drivers make Compiz slow with 8400 GS
https://bugs.launchpad.net/bugs/238008
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 249355] Re: ocamlsdl and lablgl conflict over Raw

2008-07-27 Thread Albert Damen
This looks strange to me: the rebuilt version in Hardy-proposed seems to
be a rebuild from Intrepid, not from Hardy:

libsdl-ocaml-dev |0.7.2-7 | hardy/universe | amd64, i386
libsdl-ocaml-dev |0.7.2-8 | intrepid/universe | amd64, i386
libsdl-ocaml-dev | 0.7.2-8build1 | hardy-proposed/universe | amd64, i386

so now hardy-proposed has a higher version than intrepid, and more
changes than just a rebuild. I noticed this because installing the
version from hardy-proposed pulled in several new dependencies, which is
a change in libsdl-ocaml-dev 0.7.2-8.

Other than that, the fix itself worked and using the -proposed version I
could build and run the ./bug binary.

-- 
ocamlsdl and lablgl conflict over Raw
https://bugs.launchpad.net/bugs/249355
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 248749] Re: Unable to import mmpython

2008-07-31 Thread Albert Damen
+1

- python-mmpython from hardy fails when it is imported and mminfo on a .mpg 
fails similarly
- upgrade from hardy to -proposed is successful (and pulls in python-xml as 
expected)
- the hardy-proposed version can be imported without errors.
- running mminfo from python-mmpython from hardy-proposed gives meaningful 
output on a .mpg file.

-- 
Unable to import mmpython
https://bugs.launchpad.net/bugs/248749
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 304774] Re: [jaunty] klogd still active at shutdown prevents clean unmount of root filesystem

2008-12-06 Thread Albert Damen
The issue can be solved in two ways:
- re-create the stop symlinks in rc0.d and rc6.d, or
- do not add syslogd and klogd pids to the omit list of sendsigs

As the removal of the stop symlinks was part of an approved spec, the
second option seems to be the best and is what I did in the attached
debdiff.

The update builds fine in a jaunty pbuilder, installs and works properly
on a jaunty system. Shutdown and reboot work without problems.

To verify: with 1.5-5ubuntu1 symlinks to the syslogd and klogd pid files are 
created in /lib/init/rw/sendsigs.omit.d/.
With 1.5-5ubuntu2 the symlinks are no longer created after a reboot.

** Attachment added: "sysklogd.debdiff"
   http://launchpadlibrarian.net/20258467/sysklogd.debdiff

** Changed in: sysklogd (Ubuntu)
 Assignee: Albert Damen (albrt) => (unassigned)
   Status: In Progress => Confirmed

-- 
[jaunty] klogd still active at shutdown prevents clean unmount of root 
filesystem
https://bugs.launchpad.net/bugs/304774
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 303011] Re: 2.5.1 driver release is outrageously slow

2008-12-07 Thread Albert Damen
Can you please check the file permissions of /dev/dri/card* ?
libdrm in jaunty uses udev to create the device node, and I found 
/dev/dri/card0 now gets mode 660 (crw-rw), instead of 666. If you get mode 
660, please try to change the mode to 666 with sudo chmod 666 /dev/dri/card* 
and test performance again. For me, that gives a huge performance difference in 
sauerbraten.
(Kevin's xorg.conf sets dri mode to 666, but I am not sure if that still works 
now the device node is created via udev).

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Confirmed => Incomplete

-- 
2.5.1 driver release is outrageously slow
https://bugs.launchpad.net/bugs/303011
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 306014] [NEW] libdrm 2.4.1 needs udev rule for /dev/dri/card*

2008-12-07 Thread Albert Damen
Public bug reported:

libdrm 2.4.1 in Jaunty is configured with --enable-udev, so the device node 
/dev/dri/card* now is created via udev and patch 01_default_perms.diff does not 
help to set the right permissions anymore.
Therefore /dev/dri/card0 now gets file permissions crw-rw. This results in 
poor performance, for example in sauerbraten and glxgears. Changing the 
permissions to 666 gives the old performance again.

On my system I have created the file 
/etc/udev/rules.d/45-dev-dri-permissions.rules with the line:
KERNEL=="card[0-9]",  MODE="0666"

to automatically give /dev/dri/card0 the right permissions.

I think either a rule like that must be shipped in libdrm2 or a similar
rule must be added to /etc/udev/rules.d/40-permissions.rules in udev.

Please note:
Section "DRI"
Mode0666
EndSection
in xorg.conf does not work anymore to set the permissions (see bug 303011).

libdrm2 2.4.1-0ubuntu7
kernel 2.6.28-2-generic, amd64

** Affects: libdrm (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libdrm 2.4.1 needs udev rule for /dev/dri/card*
https://bugs.launchpad.net/bugs/306014
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 303011] Re: 2.5.1 driver release is outrageously slow

2008-12-07 Thread Albert Damen
Thanks for testing. As this didn't help for Kevin, I have filed the
permissions issue as bug 306014.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Confirmed

-- 
2.5.1 driver release is outrageously slow
https://bugs.launchpad.net/bugs/303011
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 306014] Re: libdrm 2.4.1 needs udev rule for /dev/dri/card*

2008-12-08 Thread Albert Damen
In /usr/share/hal/fdi/policy/10osvendor/20-acl-management.fdi I replaced the 
line:
input.device

by:
linux.device_file

After a reboot, I got access to /dev/dri/card0 and graphics performance
was back at normal.

~$ sudo getfacl /dev/dri/card0 
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
user:albert:rw-
group::rw-
mask::rw-
other::---

-- 
libdrm 2.4.1 needs udev rule for /dev/dri/card*
https://bugs.launchpad.net/bugs/306014
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 306014] Re: libdrm 2.4.1 needs udev rule for /dev/dri/card*

2008-12-08 Thread Albert Damen
I am not a member of group video:
$ groups
albert adm dialout cdrom plugdev lpadmin admin sambashare

(first user on the system, installed from intrepid live cd, upgraded to
jaunty)

Then for the hal acl:
- polkit-gnome-authorization shows console and active console should have 
access to Video Devices
- console-kit knows my session:
$ ck-list-sessions 
Session2:
unix-user = '1000'
realname = 'Albert,,,'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2008-12-08T10:58:03.416594Z'
login-session-id = '4294967295'
- but there is no acl on /dev/dri/card0:
$ sudo getfacl /dev/dri/card0 
getfacl: Removing leading '/' from absolute path names
# file: dev/dri/card0
# owner: root
# group: video
user::rw-
group::rw-
other::---

note, for kvm I do get an additional line with getfacl: user:albert:rw-

Attached is the output of hal-find-by-capability --capability drm |
xargs hal-device

Comparing the hal-device output to kvm, the key "access_control.file" seems to 
be missing?
/usr/share/hal/fdi/policy/10osvendor/20-acl-management.fdi contains:

access_control
input.device
video


I guess as the drm device has no key input.device, the key
access_control.file is not properly set?


** Attachment added: "hal-device"
   http://launchpadlibrarian.net/20300710/hal-device

-- 
libdrm 2.4.1 needs udev rule for /dev/dri/card*
https://bugs.launchpad.net/bugs/306014
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 306014] Re: libdrm 2.4.1 needs udev rule for /dev/dri/card*

2008-12-08 Thread Albert Damen
http://cgit.freedesktop.org/hal/tree/fdi/policy/10osvendor/20-acl-
management.fdi shows the same lines for the DRM device. Forwarded
upstream.

** Bug watch added: freedesktop.org Bugzilla #18955
   https://bugs.freedesktop.org/show_bug.cgi?id=18955

** Also affects: hal via
   https://bugs.freedesktop.org/show_bug.cgi?id=18955
   Importance: Unknown
   Status: Unknown

** Summary changed:

- libdrm 2.4.1 needs udev rule for /dev/dri/card*
+ HAL does not apply ACL on DRM device

-- 
HAL does not apply ACL on DRM device
https://bugs.launchpad.net/bugs/306014
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 230877] Re: dbus inherits parent filedescriptors

2008-11-11 Thread Albert Damen
I have installed dbus, dbus-x11 and libdbus-1-3 from hardy-proposed 
(1.1.20-1ubuntu3.2) since yesterday and found no regressions.
- plugging in a USB memory stick opens a nautilus window showing the contents 
of the memory stick
- disabling networking in the network-manager applet sets firefox, evolution 
and liferea in off-line mode. Enabling networking again puts the applications 
back in on-line mode.
- pulling the mains plug (laptop) pops up the corresponding message from 
gnome-power-manager ("Battery Discharging").

-- 
dbus inherits parent filedescriptors
https://bugs.launchpad.net/bugs/230877
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 287803] Re: glibc missing on ibex 64bits

2008-12-01 Thread Albert Damen
To mark a bug as closed/solved, it either needs the status "fix released" or 
"invalid".
I will mark the bug as invalid, as it was not a real problem with glibc in 
Ununtu.


** Changed in: ubuntu
   Status: Fix Committed => Invalid

-- 
glibc missing on ibex 64bits
https://bugs.launchpad.net/bugs/287803
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 302871] Re: initscripts in jaunty does not umount root filesystem jfs

2008-12-03 Thread Albert Damen
Thanks for the confirmation Graziano. I will add a proposal for a fix in
the new bug.

For future reference, if you find a bug affects a different package then you 
thought first, you can change the package in the existing bug report. You can 
do that by pressing the down arrow in the yellow bar, under affects.
I will close this bug as invalid.

** Changed in: sysvinit (Ubuntu)
   Status: Incomplete => Invalid

-- 
initscripts in jaunty does not umount root filesystem jfs
https://bugs.launchpad.net/bugs/302871
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 304774] Re: [jaunty] klogd still active at shutdown prevents clean unmount of root filesystem

2008-12-03 Thread Albert Damen
This bug is caused by the combination of:

sysklogd (1.4.1-18ubuntu2) edgy; urgency=low
  * Remove stop links from rc0 and rc6

and the new Debian change:

sysklogd (1.5-3) unstable; urgency=low
  * Add syslogd and klogd PIDs to omit list of sendsigs (closes: #468649)

So now sysklogd and klogd are neither stopped by the rc0/6 stop symlinks
nor by the sendsigs script. Therefore the file system remains busy and
cannot be unmounted during shutdown or reboot.


** Changed in: sysklogd (Ubuntu)
 Assignee: (unassigned) => Albert Damen (albrt)
   Status: New => In Progress

-- 
[jaunty] klogd still active at shutdown prevents clean unmount of root 
filesystem
https://bugs.launchpad.net/bugs/304774
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 302871] Re: initscripts in jaunty does not umount root filesystem jfs

2008-11-29 Thread Albert Damen
Can you please attach a syslog containing a shutdown sequence?
If you do it quickly after you started your system it will be in 
/var/log/syslog. If you do it later the log may have rotated to 
/var/log/syslog.0

** Changed in: sysvinit (Ubuntu)
   Status: New => Incomplete

-- 
initscripts in jaunty does not umount root filesystem jfs
https://bugs.launchpad.net/bugs/302871
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 302871] Re: initscripts in jaunty does not umount root filesystem jfs

2008-11-30 Thread Albert Damen
The lines "Kernel logging re-started after SIGSTOP" are strange.
I have the same messages (with / on ext3), also seeing / is busy when I 
shutdown or reboot. It seems klogd and syslogd are not terminated anymore, and 
keep the file system busy. 
As a work-around, I have created symlinks in /etc/rc{0,6}.d to terminate klogd 
and syslogd, and now I can shutdown and reboot without problems. Also, the log 
lines "Kernel logging re-started after SIGSTOP" have stopped.

Can you please create those symlinks and verify if that solves the issue for 
you as well? 
You can do this with the commands:
$ cd /etc/rc0.d
$ sudo ln -s ../init.d/klogd K89klogd
$ sudo ln -s ../init.d/sysklogd K90sysklogd
$ cd /etc/rc6.d
$ sudo ln -s ../init.d/klogd K89klogd
$ sudo ln -s ../init.d/sysklogd K90sysklogd

Then try a few shutdowns and reboots and see if it helps. Please report
back your results.

-- 
initscripts in jaunty does not umount root filesystem jfs
https://bugs.launchpad.net/bugs/302871
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 373765] Re: [g41] UXA - Test = broken, black screen after x11 start

2009-05-14 Thread Albert Damen
Thanks for the confirmation lshardytest.

Marking fix committed as the fixed kernel is currently available in
jaunty-proposed.

** Package changed: xserver-xorg-video-intel (Ubuntu) => linux (Ubuntu)

** Changed in: linux (Ubuntu)
   Status: Incomplete => Fix Committed

-- 
[g41] UXA - Test = broken, black screen after x11 start
https://bugs.launchpad.net/bugs/373765
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 384660] Re: [G41] Jaunty: HDMI connected but no valid modes

2009-06-18 Thread Albert Damen
freedesktop 22189 was marked duplicate of 21322. Updated the bug watch.

** Bug watch added: freedesktop.org Bugzilla #21322
   https://bugs.freedesktop.org/show_bug.cgi?id=21322

** Changed in: xserver-xorg-video-intel
   Status: Invalid => Unknown

** Changed in: xserver-xorg-video-intel
 Remote watch: freedesktop.org Bugzilla #22189 => freedesktop.org Bugzilla 
#21322

-- 
[G41] Jaunty: HDMI connected but no valid modes
https://bugs.launchpad.net/bugs/384660
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 373765] Re: [g41] UXA - Test = broken, black screen after x11 start

2009-06-21 Thread Albert Damen
Kernel 2.6.28-13.44 with G41 support is now available in jaunty-updates.

** Changed in: linux (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
[g41] UXA - Test = broken, black screen after x11 start
https://bugs.launchpad.net/bugs/373765
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 384934] Re: [i945gme] Xorg very slow after upgrade

2009-06-22 Thread Albert Damen
Your Xorg log shows i915_dri.so is properly loaded and drm was opened.
Yet glxinfo shows you get software rendering. That looks like a
permission problem with /dev/dri/card0. Permissions are handled via ACL
and the ACL should be set by udev in Karmic. However, your udev log does
not show any ACL at all (there should be lines like ACL_MANAGE=1).

- check if udev-extras is installed (that contains the acl handling and rules)
- check with getfacl /dev/dri/card0 if your userid has rw permissions on 
/dev/dri/card0 and check if there is a + sign in the permissions mask
- run the command devkit -s drm and check if it mentions ACL_MANAGE=1

Please post the results of the getfacl and devkit commands to this bug.

-- 
[i945gme] Xorg very slow after upgrade
https://bugs.launchpad.net/bugs/384934
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 368159] Re: X server restarts when playing video, visualization

2009-06-23 Thread Albert Damen
Great! I will close the bug then.

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: Incomplete => Fix Released

-- 
X server restarts when playing video, visualization
https://bugs.launchpad.net/bugs/368159
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 384934] Re: [i945gme] Xorg very slow after upgrade

2009-06-23 Thread Albert Damen
udev-extras is a dependency of ubuntu-standard, which is installed both in 
todays live image and in the jaunty image.
Is it possible ubuntu-standard was removed during a partial upgrade for you?

-- 
[i945gme] Xorg very slow after upgrade
https://bugs.launchpad.net/bugs/384934
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 383369] Re: Compiz doesn't work and video is unplayable in most cases.

2009-06-03 Thread Albert Damen
>From Xorg log:
Current Operating System: Linux richardwolf 2.6.30-7-server #8-Ubuntu SMP Mon 
May 25 15:03:02 UTC 2009 i686

That kernel is built with CONFIG_HIGHMEM64G=y and CONFIG_X86_PAE=y. Therefore 
GEM is disabled.
Can you please test with the 2.6.30-7-generic kernel and see if that works?

** Bug watch added: freedesktop.org Bugzilla #22072
   https://bugs.freedesktop.org/show_bug.cgi?id=22072

** Also affects: xserver-xorg-video-intel via
   https://bugs.freedesktop.org/show_bug.cgi?id=22072
   Importance: Unknown
   Status: Unknown

-- 
Compiz doesn't work and video is unplayable in most cases.
https://bugs.launchpad.net/bugs/383369
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 383129] Re: x server dies with a SIGSEGV when gnome screen saver blanks the display

2009-06-03 Thread Albert Damen
Should be fixed by commit "Fix segfault in DRI2 vblank syncing if the
region isn't onscreen", which handles the crtc=0x0 case.

** Package changed: xorg (Ubuntu) => xserver-xorg-video-intel (Ubuntu)

-- 
x server dies with a SIGSEGV when gnome screen saver blanks the display
https://bugs.launchpad.net/bugs/383129
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 379605] Re: [i965GM] Karmic -intel 2.7.1-1ubuntu1: Xorg falls back to vesa since intel.ids is missing

2009-05-23 Thread Albert Damen
*** This bug is a duplicate of bug 379504 ***
https://bugs.launchpad.net/bugs/379504

The cause of the problem is already known, see bug 379504

** This bug has been marked a duplicate of bug 379504
   Xorg falls back to VESA on intel hardware

-- 
[i965GM] Karmic -intel 2.7.1-1ubuntu1: Xorg falls back to vesa since intel.ids 
is missing
https://bugs.launchpad.net/bugs/379605
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 377875] Re: [945G/GZ] no direct rendering after upgrade to KMS/intel-2.7.1

2009-05-26 Thread Albert Damen
The message "(WW) intel(0): Failed to open DRM device" in your X log suggests 
kernel module i915 is not properly loaded.
Can you boot with kernel 2.6.30 and run the commands:
- lsmod > lsmod.txt
- lshal > lshal.txt

and attach the two files to this bug report?
Also, assuming i915 is indeed not loaded, can you run the command:
- sudo modprobe i915

and paste the result here?

-- 
[945G/GZ] no direct rendering after upgrade to KMS/intel-2.7.1
https://bugs.launchpad.net/bugs/377875
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 377875] Re: [945G/GZ] no direct rendering after upgrade to KMS/intel-2.7.1

2009-05-26 Thread Albert Damen
You could boot into 2.6.28, then install the set of packages you had when you 
first filed this bug. After that, reboot in 2.6.30
Alternatively, you could try to set modeset=0 in /etc/modules and see if that 
allows to start X with 2.6.30.

-- 
[945G/GZ] no direct rendering after upgrade to KMS/intel-2.7.1
https://bugs.launchpad.net/bugs/377875
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 367546] Re: [i865] [Jaunty] - Can not start tvtime (it was working in intrepid)

2009-05-03 Thread Albert Damen
According to the tvtime website, tvtime requires XV: 
http://tvtime.sourceforge.net/problems.html#vidmemory
XV can only work with DRI, but DRI was disabled for the 865, see the message in 
Xorg.0.log:

(**) intel(0): DRI is disabled because it fails to run without freezing on i810 
and i865G chips. (See LP 304871)
(bug 304871)

-- 
[i865] [Jaunty] - Can not start tvtime (it was working in intrepid)
https://bugs.launchpad.net/bugs/367546
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 359392] Freeze with 2.6.30-rc2

2009-04-17 Thread Albert Damen
I was able to reproduce the freeze with kernel 2.6.30-rc2 and capture
intel_gpu_dump data.


** Attachment added: "intel-gpu-dump.tar.gz"
   http://launchpadlibrarian.net/25684031/intel-gpu-dump.tar.gz

** Attachment added: "regs-after.txt"
   http://launchpadlibrarian.net/25684032/regs-after.txt

** Attachment added: "stacktrace.txt"
   http://launchpadlibrarian.net/25684033/stacktrace.txt

** Attachment added: "versions.txt"
   http://launchpadlibrarian.net/25684034/versions.txt

** Attachment added: "xorg.conf"
   http://launchpadlibrarian.net/25684035/xorg.conf

** Attachment added: "Xorg.0.log"
   http://launchpadlibrarian.net/25684036/Xorg.0.log

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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


Re: [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-19 Thread Albert Damen
On Sat, 2009-04-18 at 21:17 +, Zack Evans wrote:
> @Sebastien: The Intel driver doesn't do acceleration with Virtual over
> 2048 - known limitation
> 

That limitation does not apply to GM965.

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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


Re: [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-19 Thread Albert Damen
On Sat, 2009-04-18 at 21:02 +, JesseBarnes wrote:
> I wonder if disabling render accel altogether would as well (ExaNoComposite 
> true
> in xorg.conf)?  Can someone who's seeing this frequently give that a try?

With ExaNoComposite true X still froze. Actually, it even seems to
freeze faster. First attempt the freeze happened when repro.sh was
opening terminal windows. Second time the freeze happened in some 30
seconds. Normally it takes me about 2 to 3 minutes to get the freeze.
Attached are the dump and logs of the second test.


** Attachment added: "exanocomposite.tar.gz"
   http://launchpadlibrarian.net/25752963/exanocomposite.tar.gz

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 360713] Re: Poor display performance w/Intel 945GM, cannot enable desktop effects

2009-04-19 Thread Albert Damen
Xorg log shows:
(EE) intel(0): Cannot support DRI with frame buffer width > 2048.

which is caused by this setting in your xorg.conf
Virtual 2560 1024

If you want to use compiz, you will need to reduce the virtual display
width to a maximum of 2048.

-- 
Poor display performance w/Intel 945GM, cannot enable desktop effects
https://bugs.launchpad.net/bugs/360713
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 359392] Re: [i965] X freezes starting on April 3rd

2009-04-20 Thread Albert Damen
Attached are the results with Jesse's error state patch.
After the freeze i915_gem_interrupt did not change.

** Attachment added: "gpudump-errorstate.tar.gz"
   http://launchpadlibrarian.net/25802051/gpudump-errorstate.tar.gz

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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


Re: [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-21 Thread Albert Damen
> Can you try running your environment under INTEL_DEBUG=batch to see 
> batchbuffers as
> they're executed?

I started gdm with sudo INTEL_DEBUG=batch /etc.init.d/gdm start and took
the last 5.000 lines from the gdm log (gdm-tail.log).


** Attachment added: "intel_debug.tar.gz"
   http://launchpadlibrarian.net/25826804/intel_debug.tar.gz

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 373765] Re: UXA - Test = broken, black screen after x11 start

2009-05-09 Thread Albert Damen
The G41 graphics card is not supported yet in the jaunty kernel.
Therefore DRM and GEM are not available and UXA cannot work. Also
hardware acceleration is not available.

Fortunately support for the G41 has been added in kernel 2.6.28-12.43, which is 
now available in jaunty-proposed.
It would be much appreciated if you can test with that new kernel and report 
back if it works.

If needed, you can find documentation how to enable and use jaunty-
proposed at https://wiki.ubuntu.com/Testing/EnableProposed.

(the relevant sru bug 365958 is private)

** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New => Incomplete

-- 
UXA - Test = broken, black screen after x11 start
https://bugs.launchpad.net/bugs/373765
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 357942] Re: [i945gme] Xorg crashes on startup (UXA bug)

2009-05-10 Thread Albert Damen
Current Operating System: Linux mindvirus-laptop 2.6.27-8-eeepc-lean

Kernel 2.6.27 does not have GEM. Therefore UXA cannot work.
If you want to test UXA, you will need to use at least a 2.6.28 kernel.

-- 
[i945gme] Xorg crashes on startup (UXA bug)
https://bugs.launchpad.net/bugs/357942
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 296167] Re: X.org will stop responding to mouse clicks on Ibex with Xinerama. Occurs frequently, Fatal Error.

2009-02-24 Thread Albert Damen
This seems to be http://bugs.freedesktop.org/show_bug.cgi?id=18668
Both this LP bug and the Redhat bug are referenced in that bug.
Fix was pushed as 9fe9b6e4ef669b192ee349e3290db5d2aeea273c and nominated for 1.6
Steven Harms reports the fix works on Intrepid.

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=18668
   Importance: Unknown
   Status: Unknown

-- 
X.org will stop responding to mouse clicks on Ibex with Xinerama.  Occurs 
frequently, Fatal Error.
https://bugs.launchpad.net/bugs/296167
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


Re: [Bug 359392] Re: [i965] X freezes starting on April 3rd

2009-04-21 Thread Albert Damen
On Tue, 2009-04-21 at 11:31 -0700, Jesse Barnes wrote:
>  but can you include the whole log?

Sure, this is the full log of the same freeze of
http://launchpadlibrarian.net/25826804/intel_debug.tar.gz


** Attachment added: "gdm-intel-debug.log.bz2"
   http://launchpadlibrarian.net/25834785/gdm-intel-debug.log.bz2

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 359392] Re: [i965] X freezes starting on April 3rd

2009-05-18 Thread Albert Damen
Based on Eric Anholt's findings about freezes due to prefetching beyond
end of aperture (b.fd.o 21488), I have done some testing.

With Eric's patch applied in kernel 2.6.30-rc6 I still got the freeze. That 
seemed to make sense: we are using EXA, and the exa offscreen buffer is using 
the last page in aperture. So BO's wouldn't use the last page in our case 
anyways.
Then I patched -intel and pushed back the exa offscreen buffer 4 kB below end 
of aperture (0x0ed3f000-0x0fffefff: exa offscreen). That still gave the freeze.
Then I pushed a bit harder, now by 32MB (0x0cd4-0x0dff: exa offscreen) 
--> No freeze anymore.

The 32MB was not a random choice: it matches the 32 MB classic texture
buffer we had until beginning of April, which was sitting between exa
offscreen and end of aperture. Dropping patch 118_drop_legacy3d.patch,
which removed the (unused) classic texture buffer, also solves the
freeze issue for me. So maybe that patch (dated 1 April) has been the
trigger for this bug?

Now the question is: Is something writing or reading beyond the end of
the exa offscreen buffer? Without the 32 MB unused memory after the exa
offscreen buffer, that would be beyond end of aperture. How can I find
what is doing that?

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 359392] Re: [i965] X freezes starting on April 3rd

2009-05-19 Thread Albert Damen
> Now the question is: Is something writing or reading beyond the end of
> the exa offscreen buffer? Without the 32 MB unused memory after the exa
> offscreen buffer, that would be beyond end of aperture. How can I find
> what is doing that?

For further testing, I enabled DEBUG_MIGRATE in the xserver an run the repro 
script again.
After X froze, the last line logged was:
-> 0x5750ec0 (0xffe0a00) (1280x25) (c)

Assuming the size of the pixmap is 4 bpp x 1280 x 25, this pixmap ends
at E00, which is pretty close to the end of the exa offscreen
buffer.

Discussion with Jesse on ubuntu-x learned the gpu might read more then
the pixmap size because of prefetching or because of tiling. Prefetching
would do maximum one 4kB page. As my tests yesterday showed pushing back
exa offscreen with 4 kB was not enough to prevent the freeze, tiling
seems the most likely cause in this case. For the GM965 tiling would
extend the object to a multiple of 512 width.

Attached is the patch I am currently testing; no freeze in > 2 hours.
However, could pixmaps get a height larger then VirtualY? My logs don't show 
any, but I think that would need further testing.

** Attachment added: "debdiff (for testing only)"
   http://launchpadlibrarian.net/26953676/avoid-aperture.debdiff

-- 
[i965] X freezes starting on April 3rd
https://bugs.launchpad.net/bugs/359392
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 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 to Ubuntu.

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


[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_code>255 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 access memory at address 0x0

So the line "KeySym *map = pDev->key->curKeySyms.map;"  will likely cause the 
segfault.
Maybe a test for pDev->key = 0x0 should be added and GetKeyboardValuatorEvents 
should return if that test is true?

Attached is the new stacktrace with the full pDev content.

** Attachment added: "X-pDev"
   http://launchpadlibrarian.net/18558840/X-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 to Ubuntu.

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


[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. (LP: #274203)

** Attachment added: "143_fix-joystick-segfault.patch"
   http://launchpadlibrarian.net/18563197/143_fix-joystick-segfault.patch

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

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


[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 - epiphany-extension-gwget
+ 8.10 - epiphany-extension-gwget (broken package)

** Changed in: gwget2 (Ubuntu)
   Status: New => Confirmed

-- 
8.10 - epiphany-extension-gwget (broken package)
https://bugs.launchpad.net/bugs/279202
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 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.
https://bugs.launchpad.net/bugs/284951
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 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 for a hardy and dapper vm.
vmbuilder on intrepid uses inode size 256 for a hardy vm.
My guess is vmbuilder on intrepid will also use inode size 256, which is not 
supported by dapper's grub. I guess you need to pass -I 128 to mkfs.ext2 to 
make it work. Unfortunately I couldn't find the right place to do that, so I 
could not test this yet.

-- 
Dapper images fail to boot
https://bugs.launchpad.net/bugs/285093
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 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):
return { TYPE_EXT2: ['mkfs.ext2', '-F'], TYPE_EXT3: ['mkfs.ext3', '-I 
128', '-F'], TYPE_XFS: ['mkfs.xfs'], TYPE_SWAP: ['mkswap'] }[self.type]

This made the dapper vm boot.
However, the kernel line in grub is not correct and needed to be edited during 
the boot:
kernel  /boot/vmlinuz-2.6.15-52-amd64-server root=/dev/hd>1 ro quiet 
splash

-- 
Dapper images fail to boot
https://bugs.launchpad.net/bugs/285093
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 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
https://bugs.launchpad.net/bugs/285093
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 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, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/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"
   http://launchpadlibrarian.net/18535205/X-gamepad3.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, which is subscribed to Ubuntu.

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


[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 functionality still works fine. After login ~/Private shows the 
un-encrypted contents. After unmounting .Private, Private only shows the 
instruction to run mount.ecryptfs_private.

-- 
Suggestion: support for ecryptfs in Nautilus
https://bugs.launchpad.net/bugs/259799
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 273768] Re: vmbuilder crashed with VMBuilderException in create()

2008-09-25 Thread Albert Damen
Attached is the requested debug info (sudo vmbuilder kvm ubuntu --debug
2>&1 | tee vmbuilder.debug).

** Attachment added: "vmbuilder.debug"
   http://launchpadlibrarian.net/17956368/vmbuilder.debug

-- 
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
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 273768] Re: vmbuilder crashed with VMBuilderException in create()

2008-09-25 Thread Albert Damen
I added "print lines" in VMBuilder/plugins/ubuntu/dapper.py, line 209:

['# This is your shiny, new sources.list', 'deb None hardy main universe
restricted', 'deb None hardy-updates main universe restricted', 'deb
None hardy-security main universe restricted', 'deb
http://security.ubuntu.com/ubuntu hardy-security main universe
restricted']

So apparently self.vm.mirror was not properly initialized.

(this is still 0.8.1-0ubuntu3. 0.9-0ubuntu1 is available now, so I will
test that as well).

-- 
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
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 273768] Re: vmbuilder crashed with VMBuilderException in create()

2008-09-25 Thread Albert Damen
vmbuilder 0.9-0ubuntu1 works fine.


** Changed in: vm-builder (Ubuntu)
   Status: New => Fix Released

-- 
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
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 137134] Re: should not be able to resize past viewport

2008-09-28 Thread Albert Damen
Yes, I can still reproduce on my up-to-date Intrepid system.
To make sure it is not a problem with old settings, I also reproduced it with 
an Alpha6 live-cd:

- boot Alpha 6 live-cd
- enable universe repository
- install compizconfig-settings-manager
- in ccsm, disable "desktop wall", enable "desktop cube" and "rotate cube"
- in ccsm, "general", "desktop size" set "Horizontal Virtual Size" to 4 (so we 
have a real cube)
- in viewport 1 open gedit
- grab the left window edge and push it all the way left
- notice you cannot grab the left edge any more, so you cannot reduce the 
window size
- go to viewport 4 and notice you will see the edge of the gedit window on the 
right side

The live cd has compiz: 1:0.7.7+git20080807-0ubuntu10

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

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


[Bug 274681] Re: g-p-m is reporting 2 separate voltage/power levels

2008-09-29 Thread Albert Damen
This issue is caused by patch 19_fix_notification_messages.patch
According to gnome svn, the patch should be made in 
gpm_cell_array_get_time_until_action. However, "debian/rules patch" applies it 
in gpm_cell_array_update. Apparently, because upstream already made the change 
in gpm_cell_array_get_time_until_action, patch gets confused and applies the 
patch 90 lines later in gpm-cell-array.c:

gnome-power-manager-2.24.0$ patch -p1 < ../19_fix_notification_messages.patch 
patching file src/gpm-cell-array.c
Hunk #1 succeeded at 270 with fuzz 2 (offset 90 lines). 

I have rebuilt gpm 2.24.0 without this patch, and can confirm this fixes both 
issues:
- charge percentages shown in mouse-over and left-click are now equal
- battery voltage in power history is now constant, as expected (bug 275845)

-- 
g-p-m is reporting 2 separate voltage/power levels
https://bugs.launchpad.net/bugs/274681
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 205735] Re: Please merge mnemosyne (universe) 1.0.1.1-1 from Debian unstable (main)

2008-07-06 Thread Albert Damen
Thanks for the review Stefan.

I have reported the manpage bug to Debian: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=489573
The desktop file bug I reported upstream: 
http://sourceforge.net/tracker/index.php?func=detail&aid=2011876&group_id=159201&atid=810890
 (fixed in upstream svn 2 hours later...)

Attached is the updated debdiff, without the build-depends-indep change
and manpage reformatting.

** Attachment added: "mnemosyne.debdiff2"
   http://launchpadlibrarian.net/15861751/mnemosyne.debdiff2

** Changed in: mnemosyne (Debian)
 Bugwatch: Debian Bug tracker #483591 => Debian Bug tracker #489573
   Status: Fix Released => Unknown

-- 
Please merge mnemosyne (universe) 1.0.1.1-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/205735
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 243293] Re: merge/package asymptote from upstream

2008-07-06 Thread Albert Damen
Asymptote 1.43 is now available in intrepid:

Published in intrepid-release on 2008-07-02

asymptote (1.43-1) unstable; urgency=low

  * New upstream version. (closes: #488141)


** Changed in: asymptote (Ubuntu)
   Status: New => Fix Released

-- 
merge/package asymptote from upstream
https://bugs.launchpad.net/bugs/243293
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 242635] Re: The package cannot be removed if the daemon fails to start

2008-07-10 Thread Albert Damen
+1
Verified trousers from hardy-updates (ubuntu0.1) cannot be removed.
Upgrade to hardy-proposed version went fine.
Removal of hardy-proposed version went fine as well.

-- 
The package cannot be removed if the daemon fails to start
https://bugs.launchpad.net/bugs/242635
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 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 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 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)
https://bugs.launchpad.net/bugs/236373
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 236838] Re: FTBFS: gcal failed to build (new glibc)

2008-06-02 Thread Albert Damen
Please sponsor the attached debdiff. It adds -D_GNU_SOURCE to the CFLAGS to fix 
this ftbfs.
The package builds, installs and runs fine in an intrepid pbuilder.


** Attachment added: "gcal.debdiff"
   http://launchpadlibrarian.net/14909436/gcal.debdiff

** Changed in: gcal (Ubuntu)
 Assignee: 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2008-06-02 Thread Albert Damen
Public bug reported:

Binary package hint: gcal

gcal failed to build from source in intrepid, on most architectures:

rc-use.c:648: error: 'RE_SYNTAX_POSIX_EXTENDED' undeclared (first use in this 
function)
rc-use.c:648: error: (Each undeclared identifier is reported only once
rc-use.c:648: error: for each function it appears in.)
rc-use.c:648: error: 'RE_BACKSLASH_ESCAPE_IN_LISTS' undeclared (first use in 
this function)
rc-use.c:649: error: 'RE_DOT_NOT_NULL' undeclared (first use in this function)
rc-use.c:650: error: 'struct re_pattern_buffer' has no member named 'fastmap'
rc-use.c:651: error: 'struct re_pattern_buffer' has no member named 'translate'

These objects are defined in /usr/include/regex.h, but in glibc 2.8 only if 
__USE_GNU is defined.
__USE_GNU can be set from /usr/include/features.h by defining _GNU_SOURCE.

** Affects: gcal (Ubuntu)
 Importance: Undecided
 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 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 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 returned error code 512

$ cat /var/lib/dpkg/info/binutils.shlibs 
libbfd 2.18.50.20080507 binutils
libopcodes 2.18.50.20080507 binutils

$ objdump -p /usr/lib/libbfd-2.18.50.20080530.so  | grep SONAME
  SONAME   libbfd-2.18.50.20080530.so

The soname version of libbfd does not match the soname version in 
binutils.shlibs
Bumping the soname version in binutils.shlibs makes the ggconv build succeed.

$ apt-cache policy binutils
binutils:
  Installed: 2.18.50.20080530-0ubuntu1
  Candidate: 2.18.50.20080530-0ubuntu1
  Version table:
 *** 2.18.50.20080530-0ubuntu1 0
500 http://127.0.0.1 intrepid/main Packages
100 /var/lib/dpkg/status

(127.0.0.1 is apt-cacher-ng pointing to nl.archive.ubuntu.com)

[1] http://launchpadlibrarian.net/14937960/buildlog_ubuntu-
intrepid-i386.ggcov_0.8-6_FAILEDTOBUILD.txt.gz

** Affects: binutils (Ubuntu)
 Importance: Undecided
 Status: New

-- 
binutils has wrong soname version in .shlibs
https://bugs.launchpad.net/bugs/237461
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 238546] Re: gnome-power-bugreport.sh missing shebang line

2008-10-01 Thread Albert Damen
This has been fixed in gnome-power-manager in Intrepid:

gnome-power-manager (2.23.1-0ubuntu1) intrepid; urgency=low

  * 13_bugreport_bin_sh.patch, adding a "#!/bin/sh" to the top of
gnome-power-bugreport.sh so that it is more specific about how it
executes.  LP #238546


** Changed in: gnome-power-manager (Ubuntu)
   Status: Confirmed => Fix Released

-- 
gnome-power-bugreport.sh missing shebang line
https://bugs.launchpad.net/bugs/238546
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 276642] Re: (maybe) a small error in /etc/default/acpi-support

2008-10-01 Thread Albert Damen
Thanks for reporting back. I will close this bug then.

** Changed in: acpi-support (Ubuntu)
   Status: New => Invalid

-- 
(maybe) a small error in /etc/default/acpi-support
https://bugs.launchpad.net/bugs/276642
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 219570] Re: AttributeError - no attribute 'DefaultHandler'

2008-08-09 Thread Albert Damen
Thanks for the confirmation fuhrysteve. I will close this bug then.

** Changed in: mnemosyne (Ubuntu)
   Status: Incomplete => Invalid

-- 
AttributeError - no attribute 'DefaultHandler'
https://bugs.launchpad.net/bugs/219570
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 124502] Re: [UNMETDEPS] slash has unmet dependencies

2008-08-09 Thread Albert Damen
slash has been removed from the archive since Gutsy. See bug 145041.
Closing this bug.

** Changed in: slash (Ubuntu)
   Status: Confirmed => Invalid

-- 
[UNMETDEPS] slash has unmet dependencies
https://bugs.launchpad.net/bugs/124502
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 203136] Re: Shoutcast category list empty due to change in Shoutcast directory page HTML

2008-08-09 Thread Albert Damen
This has been fixed in Hardy, which has streamtuner 0.99.99-12ubuntu1.

streamtuner (0.99.99-12) unstable; urgency=low

  * Apply gently modified patch from "lache pas la patate" to fix
parsing of Shoutcast genres (Closes: #471132)
  * Stop installing static .la and .a files for plugins
  * Pass CFLAGS and LDFLAGS to configure properly


** Changed in: streamtuner (Ubuntu)
   Status: New => Fix Released

-- 
Shoutcast category list empty due to change in Shoutcast directory page HTML
https://bugs.launchpad.net/bugs/203136
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 250853] Re: Please sync inspircd

2008-08-10 Thread Albert Damen
inspircd now builds on Intrepid:

$ rmadison inspircd
  inspircd | 1.1.17+dfsg-1 | hardy/universe | source, amd64, i386
  inspircd | 1.1.20+dfsg-1ubuntu1 | intrepid/universe | source, amd64, i386

So now version 1.1.20 is available for users.

@Robin: as upstream you may be interested in the fix: 
debian/patches/04_include-limits-h.dpatch:
*  Explicitly include limits.h for gcc 4.3 (LP: #247358)


** Changed in: inspircd (Ubuntu)
   Status: New => Invalid

-- 
Please sync inspircd
https://bugs.launchpad.net/bugs/250853
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 250723] Re: USB devices does not perceive it.

2008-08-10 Thread Albert Damen
** Bug watch added: Debian Bug tracker #459021
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459021

** Also affects: hardinfo (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=459021
   Importance: Unknown
   Status: Unknown

-- 
 USB devices does not perceive it.
https://bugs.launchpad.net/bugs/250723
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 273642] [NEW] Locations in Places list point to roots home and Desktop directories

2008-09-23 Thread Albert Damen
Public bug reported:

Binary package hint: usb-creator

I started usb-creator from the Applications menu. Trying to select the .iso I 
downloaded to my desktop, I pressed "Other". This opened a navigator window 
with a list of Places on the left hand side.
Selecting Desktop did not show the .iso I downloaded.
The Desktop entry pointed to /root/Desktop, instead of /home/albert/Desktop.
Also, the root home directory was shown, instead of my personal home directory.

Navigating through "File System" allowed me to find the right .iso.

$ apt-cache policy usb-creator
usb-creator:
  Installed: 0.1.4
  Candidate: 0.1.4
  Version table:
 *** 0.1.4 0
500 http://127.0.0.1 intrepid/universe Packages
100 /var/lib/dpkg/status
(127.0.0.1 is apt-cacher-ng pointing to nl.archive.ubuntu.com)

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Locations in Places list point to roots home and Desktop directories
https://bugs.launchpad.net/bugs/273642
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 273740] [NEW] Starting live session from usb stick is very slow

2008-09-23 Thread Albert Damen
Public bug reported:

Binary package hint: usb-creator

Starting a live session from a usb stick created with usb-creator took 7.5 
minutes to start. At first it looked like it would not start at all, as it took 
4 minutes before the Kubuntu boot splash screen was shown. All that time the 
first options screen from the live cd was shown. Starting a session via text 
mode (option F6, ) showed vmlinuz and initrd were loading very slowly.
As I had much better experience with a manually created live usb stick, I 
searched for the difference and found it in the syslinux call. My manual usb 
stick recipe [1] uses syslinux -f, usb-creator uses syslinux -s.
man syslinux says for -s: Install a "safe, slow and stupid" version of 
syslinux. On my system, an eeepc 4G, that is apparently very true.
Changing the syslinux call to syslinux -f, I got a usb stick that booted to the 
desktop in slightly more then 3 minutes.

If there is a real need to use -s as default option, I would suggest to
add an option to use syslinux without -s to usb-creator.

I tested with Kubuntu intrepid i386 Alpha6

[1]: http://www.debuntu.org/how-to-install-ubuntu-linux-on-usb-bar

usb-creator:
  Installed: 0.1.4
  Candidate: 0.1.4
  Version table:
 *** 0.1.4 0
500 http://127.0.0.1 intrepid/universe Packages
100 /var/lib/dpkg/status

** Affects: usb-creator (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Starting live session from usb stick is very slow
https://bugs.launchpad.net/bugs/273740
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 273768] Re: vmbuilder crashed with VMBuilderException in create()

2008-09-23 Thread Albert Damen
** Visibility changed to: Public

-- 
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
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 273768] Re: vmbuilder crashed with VMBuilderException in create()

2008-09-23 Thread Albert Damen
Some further experimenting suggests my hosts sources.list is indeed the problem.
I was able to create a vm image successfully with the command:

sudo vmbuilder kvm ubuntu hardy --mirror
http://192.168.1.115:8080/ubuntu

-- 
vmbuilder crashed with VMBuilderException in create()
https://bugs.launchpad.net/bugs/273768
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 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 hint: mnemosyne
  
+ * Merge from debian unstable, remaining changes (LP: #205735):
+   - debian/control:
+ - Modify Maintainer value to match the DebianMaintainerField
+   specification.
+ - Added python-support as Build-Depends-Indep to fix the Lintian
+   error: build-depends-without-arch-dep python-support.
+   - debian/mnemosyne.1:
+ - Updated manpage
+   - mnemosyne.desktop: remove deprecated encoding field (part of old
+ 02_desktop_file_fix.patch)
+ 
+ I dropped dpatch, as Debian already made patches outside debian/ inline.
+ 
+ The B-D-I and desktop Lintian warnings are listed on Debian PTS Lintian 
report (Info)
+ I will file a wishlist bug to bump (or remove) the version number from the 
manpage if this merge gets approved.
+ 
+ 
  Changelog: http://www.mnemosyne-proj.org/news.php
  Source: 
http://sourceforge.net/project/showfiles.php?group_id=159201&package_id=179020&release_id=586160

** Attachment added: "mnemosyne.debdiff"
   http://launchpadlibrarian.net/15568303/mnemosyne.debdiff

** Summary changed:

- Please merge mnemosyne (universe) 1.0.1.1 from Debian unstable (main)
+ Please merge mnemosyne (universe) 1.0.1.1-1 from Debian unstable (main)

-- 
Please merge mnemosyne (universe) 1.0.1.1-1 from Debian unstable (main)
https://bugs.launchpad.net/bugs/205735
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 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 cheating .  it eat my pawn 
but eat impossible .
https://bugs.launchpad.net/bugs/242899
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 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
   libtotem-plparser10 Will not install.

-- 
libtotem-plparser update fail to install
https://bugs.launchpad.net/bugs/231361
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 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 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 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 (0.4-10ubuntu2.1) pulled in python-xml
- Now "pyslide /usr/share/doc/pyslide/examples/effects.xml" correctly opened a 
presentation

-- 
python-xml removal: please drop/replace (build) dependencies
https://bugs.launchpad.net/bugs/199014
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 230846] [NEW] Please sync sqlrelay 1:0.39.4-3 (universe) from Debian unstable (main)

2008-05-15 Thread Albert Damen
Public bug reported:

Binary package hint: sqlrelay

Please sync sqlrelay 1:0.39.4-3 (universe) from Debian unstable (main)

The existing Ubuntu changes can be dropped:
- fix-wnolongdouble.dpatch: included by Debian
- dpatch: no remaining Ubuntu changes and not used by Debian

The Debian version builds fine in an Intrepid pbuilder.

Changelog since last Ubuntu version:

sqlrelay (1:0.39.4-3) unstable; urgency=high

  * QA Upload.
  * Remove java support on hppa. Closes: #477907.

 -- Thomas Viehmann <[EMAIL PROTECTED]>  Tue, 29 Apr 2008 08:14:44 +0200

sqlrelay (1:0.39.4-2) unstable; urgency=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.
Hint: The default configuration was invalid.

 -- Thomas Viehmann <[EMAIL PROTECTED]>  Wed, 16 Apr 2008 21:59:03 +0200

sqlrelay (1:0.39.4-1) unstable; urgency=low

  * New upstream version.
  * Update watch file. Closes: #449866.

 -- Matthias Klose <[EMAIL PROTECTED]>  Mon, 28 Jan 2008 22:42:50 +0100

** Affects: sqlrelay (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync sqlrelay 1:0.39.4-3 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/230846
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 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 -0ubuntu version: md5sum of orig.tar.gz in Debian and 
Ubuntu are equal.
The Debian package builds fine in an Intrepid pbuilder.

Debian Changelog since last Ubuntu version:

hippo-canvas (0.2.23-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix implicit pointer conversion: patch python/hippo.override to
include hippo/hippo-canvas-test.h. Closes: bug#451395.
  * Correct maintainer email address in debian/control. Closes:
bug#479500.
  * Remove autogenerated config/hippo-canvas in clean target.

 -- Jonas Smedegaard <[EMAIL PROTECTED]>  Wed, 07 May 2008 22:53:12 +0200

hippo-canvas (0.2.23-4) unstable; urgency=high

  * Fixes segfaults with newest python-cairo. Patch by Patrick Winnertz
(Closes: #472103)
  * Added cdbs simple-patchsys in debian/rules with patches/ dir.

 -- Santiago Ruano Rincón <[EMAIL PROTECTED]>  Fri, 04 Apr 2008
23:22:34 +0200

hippo-canvas (0.2.23-3) unstable; urgency=low

  * Fix broken installation caused by regression in NMU: python-central
0.6 not only change install location but also registers what gets
installed, so adjusting hardcoded cleanup path just makes
python-central break at install time. Instead do cleanup _before_
python-central is invoked (and use find to not rely on exact path).
By Jonas Smedegaard <[EMAIL PROTECTED]>. (Closes: #473277)
  * Changed Maintainer: to Debian Online Destkop Team

 -- Santiago Ruano Rincón <[EMAIL PROTECTED]>  Wed, 02 Apr 2008
09:44:59 +0200

hippo-canvas (0.2.23-2.1) unstable; urgency=low

  * NMU.
  * Don't hardcode the location of the shared python files. Closes: #472051.

 -- Matthias Klose <[EMAIL PROTECTED]>  Sat, 29 Mar 2008 18:02:59 +

hippo-canvas (0.2.23-2) unstable; urgency=low

  * Added hippo-canvas-1.pc in libhippocanvas-dev. (Closes: #452237)
  * debian/control:
- Added "Section: python" for python-hippocanvas
- Added "Homepage:" field.

 -- Santiago Ruano Rincón <[EMAIL PROTECTED]>  Sat, 24 Nov 2007
18:01:20 +0100

hippo-canvas (0.2.23-1) unstable; urgency=low

  * Initial release for Debian, based on the Ubuntu package.
(Closes: #449308)

 -- Santiago Ruano Rincón <[EMAIL PROTECTED]>  Tue, 09 Oct 2007
23:32:50 +0200

** Affects: hippo-canvas (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Please sync hippo-canvas 0.2.23-4.1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/230880
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 248382] Re: pixmap crashes on startup in strlen()

2008-08-13 Thread Albert Damen
+1
- using AMD64
- pixmap from hardy release segfaults at start
- pixmap from hardy-proposed starts ok
- I was able to make, save and re-open a simple drawing.

-- 
pixmap crashes on startup in strlen()
https://bugs.launchpad.net/bugs/248382
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 248198] [NEW] Please sync enthought-traits-ui 2.0.5-1 (universe) from Debian unstable (main)

2008-07-13 Thread Albert Damen
Public bug reported:

Please sync enthought-traits-ui 2.0.5-1 (universe) from Debian unstable
(main)

Post-DIF sync justification: new upstream release.

Current version in Intrepid (2.0.4-3) does not have Ubuntu changes. The
package builds and installs fine in an Intrepid pbuilder.

Debian changelog since current Intrepid version:
 enthought-traits-ui  (2.0.5-1) unstable; urgency=low

   * New upstream release
   * Bump Standards-Version to 3.8.0
   * Remove patch range_editor.diff, merged upstream

 -- Varun Hiremath <[EMAIL PROTECTED]>  Fri, 11 Jul 2008 23:14:29 +0530

** Affects: enthought-traits-ui (Ubuntu)
 Importance: Wishlist
 Status: Confirmed

-- 
Please sync enthought-traits-ui 2.0.5-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/248198
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 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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 apparently pycamltop looks for the file and 
finds it in the correct directory.

-- 
[hardy] Package pycaml has unmet dependencies
https://bugs.launchpad.net/bugs/197216
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 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 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 219570] Re: AttributeError - no attribute 'DefaultHandler'

2008-08-02 Thread Albert Damen
If the error is reported on 
/usr/lib/python2.5/site-packages/mnemosyne/core/mnemosyne_core.py that means 
the user has installed mnemosyne directly from source. If the Ubuntu version 
would be used, the error message would come from 
/var/lib/python-support/python2.5/mnemosyne/core/mnemosyne_core.py. 
Unfortunately for us, /usr/lib/python2.5/site-packages has a higher priority in 
pythonpath then /var/lib/python-support/python2.5, so if the user has both a 
version from the mnemosyne website and a version from Ubuntu, the upstream 
version will still run. The fix is to remove the mnemosyne upstream version 
from the user's system. See also bug 221438 and bug 206958 where this issue was 
found before.

fuhrysteve: can you confirm mnemosyne works ok if you remove the
mnemosyne files from /usr/lib/python2.5/site-packages/ ?

-- 
AttributeError - no attribute 'DefaultHandler'
https://bugs.launchpad.net/bugs/219570
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 235579] Re: python-openal bindings don't work

2008-08-05 Thread Albert Damen
This has been fixed in Intrepid:

pyopenal (0.1.6-4) unstable; urgency=high

  * Fixed linking problem with libalut (former patch was not sufficient)
(Closes: #463790).
  * Increased Standards-Version (no changes).
  * Using new Homepage control field instead of description.

demo.py in /usr/share/doc/python-openal/examples plays fine on Intrepid.

** Changed in: pyopenal (Ubuntu)
   Status: Triaged => Fix Released

-- 
python-openal bindings don't work
https://bugs.launchpad.net/bugs/235579
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 104924] Re: pymsnt fails challenge request from MSN on amd64

2008-08-05 Thread Albert Damen
This has been fixed in Intrepid:

pymsnt (0.11.3-1) unstable; urgency=low

  * New upstream release.
- Fixes decoding of non-utf8 status messages (closes: #435853).
  * Add fix_server_challange.patch to work around a change, made in Python
2.5, that affects amd64 systems. Thanks Drew Hess and Andy Price (closes:
#428555).


** Changed in: pymsnt (Ubuntu)
   Status: New => Fix Released

-- 
pymsnt fails challenge request from MSN on amd64
https://bugs.launchpad.net/bugs/104924
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 83730] Re: the keys 1-9 should work

2008-08-05 Thread Albert Damen
This has been fixed in Intrepid:

rexima (1.4-6) unstable; urgency=low

  [ gregor herrmann ]
  * Change debian/copyright to the new machine-readable format.

  [ tony mancill ]
  * add mixer level keys 1-9 (closes: #474566)


** Changed in: rexima (Ubuntu)
   Status: Confirmed => Fix Released

-- 
the keys 1-9 should work
https://bugs.launchpad.net/bugs/83730
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 176997] Re: Recoll package should recommend catdoc, antiword, xpdf and other helpers

2008-08-05 Thread Albert Damen
This has been fixed in Intrepid:

recoll (1.10.0-3) unstable; urgency=low

  * debian/control:
+ Added external helper programs and utilities to Suggests field
 (Closes: #441629, #457033)

 -- Kartik Mistry <[EMAIL PROTECTED]>  Fri, 28 Dec 2007 08:12:52
+0530

$ apt-cache show recoll | grep Suggest
Suggests: antiword, catdoc, ghostscript, poppler-utils, unrtf, xpdf

The use of Suggests instead of Recommends has been discussed in the
Debian bug.

** Changed in: recoll (Ubuntu)
   Status: New => Fix Released

-- 
Recoll package should recommend catdoc, antiword, xpdf and other helpers
https://bugs.launchpad.net/bugs/176997
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 220205] Re: RRDs perl module fails to use with locales using different decimal separator

2008-08-05 Thread Albert Damen
>From the Debian bug:

> The problem here is that XS_VERSION_BOOTCHECK, as used inside the C part
> of the RRDs module (and most other Perl modules using XS), uses
> string-compare to compare the value passed to DynaLoader::bootstrap() as
> second argument with the version string as provided at compile time
[...]

This has already been fixed in Perl 5.10 which has entered unstable a
couple of days ago. So, there is no need to work around this in rrdtool.
I'm thus closing this bug now.


As Intrepid has Perl 5.10 and testing shows the issue is indeed fixed in
Intrepid, I will mark this bug as fixed.


** Changed in: rrdtool (Ubuntu)
   Status: New => Fix Released

-- 
RRDs perl module fails to use with locales using different decimal separator
https://bugs.launchpad.net/bugs/220205
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 230640] Re: [needs-packaging] FreeMat

2008-08-05 Thread Albert Damen
FreeMat has been packaged by Debian and synced into Intrepid:

freemat (3.6+dfsg-1) unstable; urgency=low

  * Initial release (Closes: #391887)

$ rmadison freemat
   freemat | 3.6+dfsg-2 | intrepid/universe | source, amd64, i386

** Changed in: freemat (Ubuntu)
Sourcepackagename: None => freemat
   Status: Triaged => Fix Released

-- 
[needs-packaging] FreeMat
https://bugs.launchpad.net/bugs/230640
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 184309] Re: [needs-packaging] nautilus-filename-repairer

2008-08-05 Thread Albert Damen
Nautilus-filename-repairer has been packaged by Debian and is available
in Intrepid:

nautilus-filename-repairer (0.0.3-1) unstable; urgency=low

  * Initial release (Closes: #463667)

$ rmadison nautilus-filename-repairer
nautilus-filename-repairer |0.0.5-1 | intrepid/universe | source, amd64, 
i386

** Changed in: ubuntu
   Status: In Progress => Fix Released

** Changed in: nautilus-filename-repairer (Ubuntu)
Sourcepackagename: None => nautilus-filename-repairer

-- 
[needs-packaging] nautilus-filename-repairer
https://bugs.launchpad.net/bugs/184309
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 181014] Re: package request for alex the allegator 4

2008-08-05 Thread Albert Damen
The package is available in Intrepid:

$ rmadison alex4
 alex4 |  1.1-2 | intrepid/universe | source, amd64, i386

alex4 (1.1-1) unstable; urgency=low

  * Initial release (Closes: #463033)


** Changed in: alex4 (Ubuntu)
Sourcepackagename: None => alex4
   Status: In Progress => Fix Released

-- 
package request for alex the allegator 4
https://bugs.launchpad.net/bugs/181014
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 161067] Re: [needs-packaging] Package Golly, cellular automaton simulator

2008-08-05 Thread Albert Damen
golly is now available in Intrepid:

golly (1.3-1) unstable; urgency=low

  * Initial release (Closes: #452026).

$ rmadison golly
 golly |  1.3-5 | intrepid/universe | source, amd64, i386

** Changed in: golly (Ubuntu)
Sourcepackagename: None => golly
   Status: Confirmed => Fix Released

-- 
[needs-packaging] Package Golly, cellular automaton simulator
https://bugs.launchpad.net/bugs/161067
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 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: Confirmed => Fix Released

-- 
/etc/init.d/nagios2 reload kills nagios
https://bugs.launchpad.net/bugs/228460
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


  1   2   3   4   >