[Bug 1376154] Re: data grid not displaying resultset is blank

2014-11-27 Thread Bart Verwilst
Confirmed to fix this bug for me as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1376154 Title: data grid not displaying resultset is blank To manage notifications about this bug go to:

[Bug 1294899] Re: Import saved VPN connection has been Recently Broken

2014-05-04 Thread Bart Verwilst
It's not just importing configurations, trying to manually add a new one also crashes when you try to select the certificate. This makes openvpn totally unusable for 14.04 through network-manager. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 780717] Re: Using PKCS#12 file requires password for private key

2014-04-21 Thread Bart Verwilst
Segfault confirmed, you can no longer import openvpn configs in 14.04 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780717 Title: Using PKCS#12 file requires password for private key To manage

[Bug 780717] Re: Using PKCS#12 file requires password for private key

2014-02-24 Thread Bart Verwilst
Ubuntu 13.10, still present. Approaching 3rd year, not a single f*ck has been given. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780717 Title: Using PKCS#12 file requires password for private key

[Bug 1020207] Re: gfs2 kernel oops when deleting file as first action after mounting

2013-12-30 Thread Bart Verwilst
I'm also unable to comment on this since i switched server distributions. It became clear nobody uses Ubuntu for RHCS/gfs2, and I didn't want to be the only guy in the world. :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 91389] Re: Please add support for more than one VPN simultaneously

2013-02-01 Thread Bart Verwilst
cweiske is correct, when multiple VPN's are enabled through gnome- control-center, they are all marked as on in the systray as well. When enabling a VPN through the systray, it disables the rest. Sounds like an easy thing to fix... :( -- You received this bug notification because you are a

[Bug 1068668] Re: Contact photos icons are too big

2012-10-21 Thread Bart Verwilst
Let's hope this is a bug and not a feature :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1068668 Title: Contact photos icons are too big To manage notifications about this bug go to:

[Bug 1020207] Re: gfs2 kernel oops when deleting file as first action after mounting

2012-08-22 Thread Bart Verwilst
Joseph, no it has not, although imho it should be submitted upstream one way or another, since it's pretty vital if you want to get anything done with gfs2 with this kernel. The patch itself seems pretty trivial, and i could mold it into a state where it would apply to 3.2, but that would hardly

[Bug 1020207] Re: gfs2 kernel oops when deleting file as first action after mounting

2012-08-22 Thread Bart Verwilst
--- inode.c.orig2012-08-22 07:28:15.675859475 + +++ inode.c 2012-08-22 07:33:05.895865014 + @@ -1039,6 +1039,10 @@ struct gfs2_rgrpd *rgd; int error; + error = gfs2_rindex_update(sdp); + if (error) + return error; +

[Bug 973918] Re: uniprocessor build fails

2012-08-22 Thread Bart Verwilst
Just had the same, compiled fine with patch from comment #5. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/973918 Title: uniprocessor build fails To manage notifications about this bug go to:

[Bug 1020207] Re: gfs2 kernel oops when deleting file on other cluster node

2012-08-21 Thread Bart Verwilst
** Summary changed: - gfs2 on active/active drbd crashes when deleting file on other node + gfs2 kernel oops when deleting file on other cluster node -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1020207] Re: gfs2 kernel oops when deleting file on other cluster node

2012-08-21 Thread Bart Verwilst
I can verify ( and reproduce ) this on an iscsi-based 3-node cluster ( which is why i changed the topic to remove the drbd reference ) based on Ubuntu 12.04. root@vm02-test:/var/lib/libvirt/sanlock# touch bleh root@vm03-test:/var/lib/libvirt/sanlock# ls 6ee322c1692b3116957d547dc030a22e

[Bug 988984] Re: [SRU] Clustered VGs require monitoring to be turned on

2012-08-21 Thread Bart Verwilst
Anyone cares to backport this to Precise? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/988984 Title: [SRU] Clustered VGs require monitoring to be turned on To manage notifications about this bug

[Bug 1020207] Re: gfs2 kernel oops when deleting file on other cluster node

2012-08-21 Thread Bart Verwilst
I wonder whether your distro kernel has this patch: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=718b97bd6b03445be53098e3c8f896aeebc304aa Thats the most likely thing that I can see that has been fixed recently. Steven Whitehouse from Redhat. -- You received

[Bug 1020207] Re: gfs2 kernel oops when deleting file on other cluster node

2012-08-21 Thread Bart Verwilst
I installed kernel 3.3 from http://kernel.ubuntu.com/~kernel- ppa/mainline/v3.3-precise/ on 1 of the hosts. Next, i mounted my gfs2 volume on 1 node, created a new empty file in it, unmounted the gfs volume, and then mounted it on all 3 nodes. Then i simply rm'ed the file on each node ( starting

[Bug 1020207] Re: gfs2 kernel oops when deleting file on other cluster node

2012-08-21 Thread Bart Verwilst
Tried v3.2.28-precise, crashes as well. :( So 3.3 doesnt seem affected, every 3.2.x release is. The patch is for 2.6.x, since that's Redhat's main kernel ( 2.6.32 ). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1020207] Re: gfs2 kernel oops when deleting file on other cluster node

2012-08-21 Thread Bart Verwilst
I think i traced it down to 3.3-rc6, where a couple of patches have been included: Merge git://git./linux/kernel/git/steve/gfs2-3.0-fixes * git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes: GFS2: Read resource groups on mount GFS2: Ensure rindex is uptodate for fallocate

[Bug 1020207] Re: gfs2 kernel oops when deleting file as first action after mounting

2012-08-21 Thread Bart Verwilst
** Summary changed: - gfs2 kernel oops when deleting file on other cluster node + gfs2 kernel oops when deleting file as first action after mounting -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 499845] Re: Wodim burn error: Drive does not support RAW recording

2012-08-21 Thread Bart Verwilst
Another year gone by, another year of dual-booting to windows to burn a disc. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/499845 Title: Wodim burn error: Drive does not support RAW recording To

[Bug 1020207] Re: gfs2 kernel oops when deleting file as first action after mounting

2012-08-21 Thread Bart Verwilst
** Changed in: linux Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1020207 Title: gfs2 kernel oops when deleting file as first action after mounting To

[Bug 548617] Re: Fresh kickstart installation of lucid fails, - asking for ISCSI volumes

2012-08-07 Thread Bart Verwilst
The bug that this report is supposedly a duplicate of does not exist. Also, using Precise, i get the exact same iscsi box when trying to do an unattended install with kickstart. Pressing 'Finish' shows the 'Starting up the partitioner' screen for a split second, then show the iscsi login menu

[Bug 548617] Re: Fresh kickstart installation of lucid fails, - asking for ISCSI volumes

2012-08-07 Thread Bart Verwilst
*** This bug is a duplicate of bug 546929 *** https://bugs.launchpad.net/bugs/546929 Ok, i'll go sit in a corner and be quiet. My VM didnt have a disk assigned, and seemed to fall back to iscsi. ** This bug has been marked a duplicate of bug 546929 most PATA/SATA modules missing in Lucid

[Bug 669481] Re: Timeout should not be -1 if $recordfail

2012-08-05 Thread Bart Verwilst
While fixed for Quantal, Precise still suffers from this issue. Since it's the latest LTS release - and thus used for most of the servers out there - it would be great to see this backported as well. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-08-04 Thread Bart Verwilst
Let's take this last hurdle to have fully working cluster support under Ubuntu! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833368 Title: clustered lvm commands fail with activation/monitoring=0

[Bug 925315] Re: [Patch][Precise]Enable LZO support

2012-07-25 Thread Bart Verwilst
Confirmed to work with both client and server on this version, my bad! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to bacula in Ubuntu. https://bugs.launchpad.net/bugs/925315 Title: [Patch][Precise]Enable LZO support To manage

[Bug 925315] Re: [Patch][Precise]Enable LZO support

2012-07-25 Thread Bart Verwilst
Confirmed to work with both client and server on this version, my bad! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/925315 Title: [Patch][Precise]Enable LZO support To manage notifications about

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-07-20 Thread Bart Verwilst
Debian Wheezy has 2.02.95-4, seems like a good starting point for a new ubuntu package ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833368 Title: clustered lvm commands fail with

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-07-20 Thread Bart Verwilst
2.02.95-4 seems to have the same monitoring-default-off.patch as we can find in the Ubuntu packages. Does this mean it's an issue for Debian ( wheezy ) as well? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-07-19 Thread Bart Verwilst
Since this is blocking the deploy of my new Ubuntu 12.04 based environment, how should i proceed, roll my own deb with the latest lvm2 version, or is there something i can do to help this along? I would prefer this to be fixed in the official LTS release instead of having to maintain my own debs

[Bug 1025456] [NEW] $Stopping gfs_controld: start-stop-daemon: unrecognized option '--quit'

2012-07-16 Thread Bart Verwilst
Public bug reported: On Precise, when trying to restart gfs2-cluster: root@vm01-test:~# /etc/init.d/gfs2-cluster restart $Stopping gfs_controld: start-stop-daemon: unrecognized option '--quit' Try 'start-stop-daemon --help' for more information. $Starting gfs_controld: root@vm01-test:~#

[Bug 1025456] Re: $Stopping gfs_controld: start-stop-daemon: unrecognized option '--quit'

2012-07-16 Thread Bart Verwilst
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1025456 Title: $Stopping gfs_controld: start-stop-daemon: unrecognized option '-- quit' To manage notifications about this bug go to:

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-07-08 Thread Bart Verwilst
Ok, so what's the plan of action here? Backport the fix? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833368 Title: clustered lvm commands fail with activation/monitoring=0 is incompatible with

[Bug 986524] Re: radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec

2012-07-06 Thread Bart Verwilst
** Also affects: xf86-video-ati Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/986524 Title: radeon :02:00.0: GPU lockup CP stall for more than

[Bug 986524] Re: radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec

2012-07-05 Thread Bart Verwilst
https://bugzilla.kernel.org/show_bug.cgi?id=42678 was about the inability to recover from a lockup i was told ( in that same bugreport ). In the meantime, a couple of months later, i still can't work 10 minutes on the normal Unity desktop without having to hard reset my pc because of lockups.

[Bug 986524] Re: radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec

2012-07-05 Thread Bart Verwilst
I have upgraded my stack with the packages from https://launchpad.net/~oibaf/+archive/graphics-drivers, and for the past 30 minutes i have been lock-free on Unity 3D. Still a little early to tell, but looking good! If this holds, maybe we can learn from this and try to distill a small fix? --

[Bug 925315] Re: [Patch][Precise]Enable LZO support

2012-07-01 Thread Bart Verwilst
I'm not sure what's the matter, but trying to enable compression = LZO gives me the error Fatal error: Compression deflateParams error: -2 when trying to do a backup. Switching back to GZIP fixes it. 5.2.5-0ubuntu6 -- You received this bug notification because you are a member of Ubuntu Server

[Bug 925315] Re: [Patch][Precise]Enable LZO support

2012-07-01 Thread Bart Verwilst
I'm not sure what's the matter, but trying to enable compression = LZO gives me the error Fatal error: Compression deflateParams error: -2 when trying to do a backup. Switching back to GZIP fixes it. 5.2.5-0ubuntu6 -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-06-12 Thread Bart Verwilst
So what is the way forward here? I presume adding --monitor y can't be added by default? Maybe it could be enabled through /etc/default/clvm? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833368

[Bug 833368] Re: clustered lvm commands fail with activation/monitoring=0 is incompatible with clustered Volume Group error

2012-06-12 Thread Bart Verwilst
Which ofcourse still won't fix virt-manager i guess.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/833368 Title: clustered lvm commands fail with activation/monitoring=0 is incompatible with

[Bug 988984] Re: [SRU] Clustered VGs require monitoring to be turned on

2012-06-02 Thread Bart Verwilst
Any update on this? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/988984 Title: [SRU] Clustered VGs require monitoring to be turned on To manage notifications about this bug go to:

[Bug 993249] Re: [SRU] activemq fails to start on Ubuntu 12.04

2012-05-22 Thread Bart Verwilst
Since it doesn't work at all in Precise, syncing the latest from Quantal might make sense? The packaging seems pretty flaky in the current release.. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 993249] Re: Sync activemq 5.5.0+dfsg-7 (universe) from Debian unstable (main)

2012-05-15 Thread Bart Verwilst
Manually installing libactivemq-java_5.5.0+dfsg-7_all.deb and activemq_5.5.0+dfsg-7_all.deb from Debian makes activemq start on Ubuntu 12.04. A merge is all that is needed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 980019] Re: Xorg freeze

2012-05-01 Thread Bart Verwilst
Radeon 6850 here, Ubuntu 11.10 and before worked flawlessly with the opensource driver, now straight after install my desktop freezes and ( through ssh ) i encounter in /var/log/syslog: May 1 22:20:55 desktop kernel: [ 162.648750] radeon :01:00.0: GPU lockup CP stall for more than

[Bug 980019] Re: Xorg freeze

2012-05-01 Thread Bart Verwilst
I think bug #986524 is the same, and has seen more info/comments/activity. Maybe this one can be closed as a duplicate? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/980019 Title: Xorg freeze To

[Bug 986524] Re: radeon 0000:02:00.0: GPU lockup CP stall for more than 10000msec

2012-05-01 Thread Bart Verwilst
I also have a Radeon HD6850, and i can't even get to a working desktop. It shows the desktop wallpaper, and the mouse, while getting the same message in syslog. I tried the 3.4.0-... kernel provided in comment #5, but that gives no improvement. -- You received this bug notification because you

[Bug 983091] [NEW] Cman-enabled Pacemaker needed by RHCS 3.1

2012-04-16 Thread Bart Verwilst
Public bug reported: With RHCS 3.1, all these special pacemaker control daemons went away (dlm_controld.pcmk etc. pp.), as RHCS 3.1 has an updated cman that can actually run pacemaker (if pacemaker was built with support for that). So with RHCS 3.1, one needs cman-enabled Pacemaker in order to

[Bug 983091] Re: Cman-enabled Pacemaker needed by RHCS 3.1

2012-04-16 Thread Bart Verwilst
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/983091 Title: Cman-enabled Pacemaker needed by RHCS 3.1 To manage notifications about this bug go to:

[Bug 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-20 Thread Bart Verwilst
Hi Clint, You tried to talk to the Suhosin developers about this, didn't they get back to you? It's indeed not an easy choice. Keep 5.3.x in ( stable, well-tested, no surprises ) but face with a dangerous forced upgrade 2 years down the road, or throw in 5.4 now and stabilise it + add suhosin

[Bug 948156] Re: Include PHP 5.4 to Ubuntu 12.04 release

2012-03-20 Thread Bart Verwilst
Hi Clint, You tried to talk to the Suhosin developers about this, didn't they get back to you? It's indeed not an easy choice. Keep 5.3.x in ( stable, well-tested, no surprises ) but face with a dangerous forced upgrade 2 years down the road, or throw in 5.4 now and stabilise it + add suhosin

[Bug 150187] Re: Evince has very bad quality when printing pdf files.

2012-03-09 Thread Bart Verwilst
In Oneiric, I still can't print pdfs with Evince that aren't blurred. Works perfectly when printing with acroread. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/150187 Title: Evince has very bad

[Bug 842566] Re: Libreoffice and unity integration broken.

2011-12-28 Thread Bart Verwilst
Great, I have to dig through my open applications on a daily basis to find my hidden lowriter instances :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842566 Title: Libreoffice and unity

[Bug 842566] Re: Libreoffice and unity integration broken.

2011-12-20 Thread Bart Verwilst
Any chance for a backport to oneiric? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/842566 Title: Libreoffice and unity integration broken. To manage notifications about this bug go to:

[Bug 213215] Re: Please include original cdrecord (cdrtools) package in Ubuntu

2011-12-19 Thread Bart Verwilst
Clement, have you been able to get in touch with the Debian guys? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/213215 Title: Please include original cdrecord (cdrtools) package in Ubuntu To

[Bug 494162] Re: Incompatible filter on amd64 (lucid)

2011-11-05 Thread Bart Verwilst
To reproduce: ** On Lucid ** # apt-get install dovecot-imap This installs dovecot as well. Open /etc/dovecot/dovecot.conf, find the line inside imap { ... } saying #mail_plugins = , uncomment and change into mail_plugins = antispam. # /etc/init.d/dovecot restart # useradd dctest -m #

[Bug 494162] Re: Incompatible filter on amd64 (lucid)

2011-11-05 Thread Bart Verwilst
Arg, above it should be apt-get install dovecot-antispam, not dovecot-imap! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/494162 Title: Incompatible filter on amd64 (lucid) To manage notifications

[Bug 213215] Re: Please include original cdrecord (cdrtools) package in Ubuntu

2011-10-05 Thread Bart Verwilst
Any update? :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/213215 Title: Please include original cdrecord (cdrtools) package in Ubuntu To manage notifications about this bug go to:

[Bug 801047] Re: Screen connected with displayport does not show all supported modes

2011-08-17 Thread Bart Verwilst
Is there anything _i_ can do here to help this along? It would be awesome to be able to use my external screen in its native resolution by the time oneiric arrives. I tested it there and it's not fixed in the latest alpha. -- You received this bug notification because you are a member of Ubuntu

[Bug 499845] Re: Wodim burn error: Drive does not support RAW recording

2011-08-17 Thread Bart Verwilst
Well, just to let you know, all the deps pointed to wodim etc, which tried to uninstall brasero when i wanted to install cdrtools.. bleh.. And in the meantime, my girlfriend asked me again to burn an audio cd for her, since she has given up on burning discs with her laptop ages ago because of this

[Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-07-31 Thread Bart Verwilst
I guess this will pretty much miss the Oneiric window of merging? :) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to mysql-5.1 in Ubuntu. https://bugs.launchpad.net/bugs/690925 Title: Package MySQL 5.5.x for Ubuntu To manage

[Bug 213215] Re: Please include original cdrecord (cdrtools) package in Ubuntu

2011-07-31 Thread Bart Verwilst
Schily, can't you as copyright holder 'sort' this licensing stuffs once and for all, to finally get Ubuntu in the 21st century wrt to cd burning ( even though cd burning is becoming sooo 90's by itself .. ;) ) cdrkit just froze on me again while trying to burn an audio cd. -- You received this

[Bug 690925] Re: Package MySQL 5.5.x for Ubuntu

2011-07-31 Thread Bart Verwilst
I guess this will pretty much miss the Oneiric window of merging? :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/690925 Title: Package MySQL 5.5.x for Ubuntu To manage notifications about this

[Bug 799938] Re: Trackpad of Dell XPS 15z not working

2011-07-03 Thread Bart Verwilst
Awesome find Livio! I guess part of this bugreport should go to psmouse, making it use the correct protocol by default to get this working out of the box. The other part is getting a real full-featured Cypress trackpad driver in the kernel :) -- You received this bug notification because you are

[Bug 615374] Re: Atop should have a /etc/default/atop file

2011-06-26 Thread Bart Verwilst
Would you guys take patches? Since I guess 'Triaged' means 'Let this one rot until somebody unrelated by accident fixes it' :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/615374 Title: Atop

[Bug 213215] Re: Please include original cdrecord (cdrtools) package in Ubuntu

2011-06-26 Thread Bart Verwilst
Another 6 months have passed without any progress here.. Just checking in, showing that somebody still cares about this.. *sigh* -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/213215 Title: Please

[Bug 799938] Re: Trackpad of Dell XPS 15z not working

2011-06-26 Thread Bart Verwilst
** Changed in: linux (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title: Trackpad of Dell XPS 15z not working To manage notifications about this

[Bug 432435] Re: all-in-one printer added in system-config-printer is not found by sane

2011-06-26 Thread Bart Verwilst
Another bug that nobody touches.. :) Like 95% of the others i'm subscribed to. I wonder why i even bother. Just close it, no use keeping it open. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/432435

[Bug 801047] [NEW] Screen connected with displayport does not show all supported modes

2011-06-23 Thread Bart Verwilst
Public bug reported: Syncmaster BX2450L screen, capable of 1920x1080, has no such option when connected through DisplayPort. I must use a lower (1440x900) resolution, and my desktop on that screen stays black, i can only see the topbar. Dragging windows into the black desktop hides them

[Bug 801047] Re: Screen connected with displayport does not show all supported modes

2011-06-23 Thread Bart Verwilst
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/801047 Title: Screen connected with displayport does not show all supported modes To manage notifications about this bug go to:

[Bug 801047] Re: Screen connected with displayport does not show all supported modes

2011-06-23 Thread Bart Verwilst
Output of same monitor, but connected on another laptop with VGA: VGA1 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 521mm x 293mm 1920x1080 60.0*+ 1600x1200 60.0 1680x1050 60.0 1280x1024 75.0 60.0 1440x900 75.0 59.9

[Bug 745398] Re: Netbeans 7.0 needs packaging

2011-06-23 Thread Bart Verwilst
Especially the git support makes it a worthwhile upgrade! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/745398 Title: Netbeans 7.0 needs packaging To manage notifications about this bug go to:

[Bug 799938] [NEW] Trackpad of Dell XPS 15z not working

2011-06-20 Thread Bart Verwilst
Public bug reported: Brand new Dell XPS 15z. It has a Cypress trackpad, which refuses to do anything, no mouse movement, no right/left buttons, nothing. Someone else who had the same problem switched to Gentoo, compiled his own ( 2.6.39 ) kernel, and trackpad worked fine there. I've been

[Bug 799938] Re: Trackpad of Dell XPS 15z not working

2011-06-20 Thread Bart Verwilst
apport information ** Tags added: apport-collected natty running-unity ** Description changed: Brand new Dell XPS 15z. It has a Cypress trackpad, which refuses to do anything, no mouse movement, no right/left buttons, nothing. Someone else who had the same problem switched to Gentoo,

[Bug 799938] AlsaDevices.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176339/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] AplayDevices.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176340/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] BootDmesg.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176341/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] Card0.Amixer.values.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176342/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 799938] Re: Trackpad of Dell XPS 15z not working

2011-06-20 Thread Bart Verwilst
Rah, Wrong machine :( Any way i can remove above apport info? :( ** Description changed: Brand new Dell XPS 15z. It has a Cypress trackpad, which refuses to do anything, no mouse movement, no right/left buttons, nothing. Someone else who had the same problem switched to Gentoo, compiled

[Bug 799938] AcpiTables.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: AcpiTables.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176346/+files/AcpiTables.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] AlsaDevices.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: AlsaDevices.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176347/+files/AlsaDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] AplayDevices.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: AplayDevices.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176348/+files/AplayDevices.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] BootDmesg.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176349/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] Card0.Amixer.values.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: Card0.Amixer.values.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176350/+files/Card0.Amixer.values.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 799938] Card0.Codecs.codec.0.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: Card0.Codecs.codec.0.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176351/+files/Card0.Codecs.codec.0.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 799938] Card0.Codecs.codec.3.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: Card0.Codecs.codec.3.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176352/+files/Card0.Codecs.codec.3.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 799938] IwConfig.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: IwConfig.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176353/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] Lspci.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176354/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] Lsusb.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176355/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] PciMultimedia.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: PciMultimedia.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176356/+files/PciMultimedia.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] ProcCpuinfo.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176357/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] ProcCpuinfo_.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: ProcCpuinfo_.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176358/+files/ProcCpuinfo_.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] ProcInterrupts.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176359/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 799938] ProcModules.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176360/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938

[Bug 799938] RfKill.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: RfKill.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176361/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] UdevDb.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176362/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] UdevLog.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176363/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799938 Title:

[Bug 799938] WifiSyslog.txt

2011-06-20 Thread Bart Verwilst
apport information ** Attachment added: WifiSyslog.txt https://bugs.launchpad.net/bugs/799938/+attachment/2176364/+files/WifiSyslog.txt ** Description changed: Brand new Dell XPS 15z. It has a Cypress trackpad, which refuses to do anything, no mouse movement, no right/left buttons,

[Bug 799938] Re: Trackpad of Dell XPS 15z not working

2011-06-20 Thread Bart Verwilst
verwilst@xps:~$ xinput --list ⎡ Virtual core pointer id=2[master pointer (3)] ⎜ ↳ Virtual core XTEST pointerid=4[slave pointer (2)] ⎜ ↳ Logitech USB-PS/2 Optical Mouse id=14 [slave pointer (2)] ⎜ ↳ PS/2 Generic Mouse

[Bug 799938] Re: Trackpad of Dell XPS 15z not working

2011-06-20 Thread Bart Verwilst
i tried evtest on both input mice i encountered in xorg.0.log, which gave me: verwilst@xps:~$ sudo evtest /dev/input/event9 [sudo] password for verwilst: Input driver version is 1.0.1 Input device ID: bus 0x3 vendor 0x46d product 0xc043 version 0x110 Input device name: Logitech USB-PS/2 Optical

[Bug 492301] Re: Can not mount /dev/loop1 on /cow

2011-06-20 Thread Bart Verwilst
i'm also unable to boot the USB media with the error /init: line7: can't open /dev/sr0: No medium found Using 0.2.28.3 and 0.2.30. Trying to boot Natty and Oneiric images. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 790532] Re: pam upgrade broke cron

2011-05-31 Thread Bart Verwilst
If it's indeed a problem in the package, maybe another upgrade would be advisable, even if it's just to trigger a restart of the crons.. We have 1600 servers that need to have cron restarted now, if we wouldn't be aware of this issue, this could really mess up vital parts of our organisation that

  1   2   3   >