[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2019-06-06 Thread Maarten Jacobs
Hello Kai-Heng, I see how the fix I provided is included in the 4.4.0, however I don't see it (yet) in 4.15.0. Is there something I need to do to get this fix into 4.15.0, or will it eventually percolate through by itself? Thanks! -- You received this bug notification because you are a member

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-06-06 Thread Maarten Jacobs
Hello Rafael, In response to your question. I upgraded my server from Trusty to Xenial and then found out my NFS services weren't running right. After some digging I came across this this bug, and I applied the work-around manually, as I mentioned in my comment #73. A week or two later I

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-05-19 Thread Maarten Jacobs
As it turns out, I'd not subscribed to this bug so I didn't get comments after I posted mine. I had to refer back to my own comment to figure out the solution since my NFS server apparently broke earlier this week. An update to nfs-common (I think that's the package that installs the service

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-04-28 Thread Maarten Jacobs
This issue just popped up for me after upgrading from 14.04 to 16.04.6. Per comments #20 and #25, I changed nfs-mountd.service to include rpcbind.service -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1590799] Re: nfs-kernel-server does not start because of dependency failure

2019-04-28 Thread Maarten Jacobs
This issue just popped up for me after upgrading from 14.04 to 16.04.6. Per comments #20 and #25, I changed nfs-mountd.service to include rpcbind.service to the Wants and After statements: Wants=nfs-config.service rpcbind.service After=nfs-config.service rpcbind.service I also added BindsTo and

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-30 Thread Maarten Jacobs
The patch was picked up in the stable kernel (https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/), and added to 4.19.5, 4.14.84, 4.9.141, 4.4.165, and 4.20-rc4. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1758653] Re: gvfsd[1366]: mkdir failed on directory /var/cache/samba: Permission denied

2018-11-22 Thread Maarten Jacobs
Oddly enough, this problem started for me after I mounted a NFS volume using autofs. Not quite sure how that relates to samba - but it may mean something. In response to David Spoelstra's comment. I meant to follow his direction but accidentally installed samba-common (rather then samba-

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-20 Thread Maarten Jacobs
My kernel patch was accepted this morning (very quick!!). Per the notification received: "The patch will show up in the next release of the linux-next tree (usually sometime within the next 24 hours during the week.) The patch will hopefully also be merged in Linus's tree for the next -rc kernel

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-19 Thread Maarten Jacobs
Hello Joseph, To keep things in sync here (and to make sure the bug doesn't expire due to inactivity): 1. I worked my way through the process for submitting a kernel patch. (Not for the faint hearted I might add ;)) 2. The patch has been submitted - now I have to wait and see if there's anybody

[Bug 1802738] Re: cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-11 Thread Maarten Jacobs
The change I applied to cdc-acm.c is as follows: --- cdc-acm.orig.c 2018-11-11 11:31:18.754382981 -0500 +++ cdc-acm.c 2018-11-10 17:32:29.802278377 -0500 @@ -1713,6 +1713,9 @@ { USB_DEVICE(0x0572, 0x1324), /* Conexant USB MODEM RD02-D400 */ .driver_info = NO_UNION_NORMAL,

[Bug 1802738] [NEW] cdc_acm driver lacks trival support for Hiro (Conexant) H05228 USB modem

2018-11-11 Thread Maarten Jacobs
Public bug reported: I procured a USB modem manufactured by Hiro (model number H50228). This is in fact a Conexant modem, and while some conexant models are supported in cdc_adm, this particular type is not. Hence, when I connect the modem to my system, cdc_adm does not initialize the modem

[Bug 1710051] Re: xorg crash/freeze when Chrome uses WebGL, caused by: GPU HANG: ... chrome ... reason: Hang on render ring, action: reset

2018-07-23 Thread Maarten Jacobs
I have been seeing this similar issue for some time but hadn't gotten to looking into it. My system was also running with the subject driver: xserver-xorg-video-intel 2:2.99.917+git20160325-1ubuntu1.2 amd64X.Org X server -- Intel i8xx, i9xx display driver My graphics card:

[Bug 1753303] [NEW] package ttf-mscorefonts-installer 3.4+nmu1ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-03-04 Thread Maarten Jacobs
Public bug reported: Package installation fails - the font files appear to be downloaded but fail the hash check. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: ttf-mscorefonts-installer 3.4+nmu1ubuntu2 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98 Uname: Linux

[Bug 1693273] [NEW] package unattended-upgrades 0.82.1ubuntu2.5 failed to install/upgrade: EOF on stdin at conffile prompt

2017-05-24 Thread Maarten Jacobs
Public bug reported: Ran into this issue when I booted up my laptop today - the error was presented immediately as I logged on. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: unattended-upgrades 0.82.1ubuntu2.5 ProcVersionSignature: Ubuntu 3.13.0-119.166-generic 3.13.11-ckt39 Uname:

[Bug 1587123] Re: Light locker does not lock the display

2016-10-06 Thread Maarten Jacobs
I have finally been able to spend some time to dig into this more. After much trial and error, I ran xfce-power-manager from the command line (xfce4-power-manager --debug --no-daemon), and I realized the following message is being displayed over and over: TRACE[xfpm-inhibit.c:357]

[Bug 1587120] Re: Connection refused when application connects to dbus socket

2016-06-04 Thread Maarten Jacobs
The problem with light-locker (as I mentioned in comment #2) is not related to this. I added NO_AT_BRIDGE=1 to my environment (/etc/environment) which resolve the presentation of this error. Consider adding NO_AT_BRIDGE=1 a work-around for this bug, although it's not (yet) clear to me why this is

[Bug 1587123] Re: Light locker does not lock the display

2016-06-04 Thread Maarten Jacobs
** Description changed: I recently upgraded to kernel 4.2.0-36-generic, and since then light- locker doesn't work anymore. However long I leave my machine on, it never locks. I played around with the power management settings, to no avail. I believe (such is my theory) that this

[Bug 1587120] Re: Connection refused when application connects to dbus socket

2016-06-04 Thread Maarten Jacobs
This appears to be the same issue as that reported in https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1193236. However that bug was marked as "invalid" - even though the symptoms reported in it persist and have been reported at later dates (and I found the same issue). -- You

[Bug 1587123] [NEW] Light locker does not lock the display

2016-05-30 Thread Maarten Jacobs
Public bug reported: I recently upgraded to kernel 4.2.0-36-generic, and since then light- locker doesn't work anymore. However long I leave my machine on, it never locks. I played around with the power management settings, to no avail. I believe (such is my theory) that this is related to a

[Bug 1587120] Re: Connection refused when application connects to dbus socket

2016-05-30 Thread Maarten Jacobs
I opened bug https://bugs.launchpad.net/ubuntu/+source/light- locker/+bug/1587123 specifically for my issue with light-locker, which may/not be related to this issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1323758] Re: Mouse stops working when connected usb-storage-device

2015-12-23 Thread Maarten Jacobs
Magic! I'd been trying to figure out how to prevent my mouse from stopping at apparently random points... Works like magic! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1323758 Title: Mouse stops

[Bug 1323758] Re: Mouse stops working when connected usb-storage-device

2015-12-23 Thread Maarten Jacobs
Magic! I'd been trying to figure out how to prevent my mouse from stopping at apparently random points... Works like magic! -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1323758 Title:

[Bug 1318000] [NEW] Nouveau video driver does not correctly identify display on Ubuntu 14.04

2014-05-09 Thread Maarten Jacobs
Public bug reported: I recently stepped up my machine to Ubuntu 140.04. Prior to the move, I was running with NVidia proprietary drivers. Today I decided to go back to the X.org drivers - however it appears there is some issue that is preventing the XServer from correctly identifying my

[Bug 1309651] Re: MiniDLNA missing from Ubuntu 14.04 LTS

2014-04-27 Thread Maarten Jacobs
Great Thanos, your PPA certainly saved me a bit of a headache. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1309651 Title: MiniDLNA missing from Ubuntu 14.04 LTS To manage notifications about

[Bug 1243970] Re: Cursor is \scrambled\ when shape changes in Remote Desktop Session

2014-01-05 Thread Maarten Jacobs
I can retest this, but it'll be a bit before I can get round to this as I'll have to build a test platform with the right configuration. I'll post the requested additional data when I'm able to recreate the problem. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1159724] Re: Evince Error setting extended attribute 'xdg.origin.url' while saving a duplicate

2013-12-01 Thread Maarten Jacobs
Not anything to do with FAT32 (I don't think) as I just ran into the same issue copying a file to a NFS mounted EXT4 filesystem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1159724 Title: Evince

[Bug 1243970] Re: Cursor is \scrambled\ when shape changes in Remote Desktop Session

2013-10-25 Thread Maarten Jacobs
I have played around with this issue some more. For as far as I can determine the problem only appears to affect RDP sessions; VNC sessions do not seem to have the problem. FWIW... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1243970] Re: Cursor is \scrambled\ when shape changes in Remote Desktop Session

2013-10-25 Thread Maarten Jacobs
Ok - the problem seems to be related to the fact that I had two monitors set up - split over two graphics cards (the onboard and a second card). As soon as I disabled one of the two monitors the effect disappeared. I've installed a different graphics card that allows me to run both monitors from

[Bug 1159724] Re: Evince Error setting extended attribute 'xdg.origin.url' while saving a duplicate

2013-10-25 Thread Maarten Jacobs
I just ran into the same problem - when trying to copy a file to a FAT32 formatted USB stick. I'm wondering if the target filesystem format has something to do with it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1243970] [NEW] Cursor is \scrambled\ when shape changes in Remote Desktop Session

2013-10-23 Thread Maarten Jacobs
Public bug reported: When I run a Remote Desktop Session to a windows host - either local on my machine in a VM or remote - the cursor appears in a garbled square - maybe 20x20 pixels. The square seems to show some of the content of the windows hidden by the Remote Session application. I tried

[Bug 1069019] Re: [software-properties-gtk] can not delete, enable or modify any software source with non-ASCII characters in the comment

2013-10-18 Thread Maarten Jacobs
I just came across the same issue after I upgraded to 13.10 Saucy from 13.04 Raring and I could no longer change my Software Sources. Turned out I had a รด hiding in one of the comments in my sources.list. Things worked fine after I changed that to an o without ^. -- You received this bug

[Bug 701505] Re: Problem with Adobe Reader update: Unable to find the HTML rendering library

2013-07-04 Thread Maarten Jacobs
I fixed this problem by installing the package kompozer and pointing to the /usr/lib/kompozer directory for the HTML Rendering Library. More importantly I killed the /opt/Adobe/Reader9/Reader/intellinux/bin /SynchronizerApp-binary process that was running - I believe this prevented the change in

[Bug 832401] Re: pactl command fails with connection refused

2012-12-09 Thread Maarten Jacobs
Same issue here... Running XUbuntu 12.10. pactl list works successfully when executed from the local machine. Connection refused when executing pactl through an ssh session to the same machine (same user). -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 832401] Re: pactl command fails with connection refused

2012-12-09 Thread Maarten Jacobs
Funnily enough there is a workaround for me... ssh user@server pactl list works fine and does not return an error. Wondering if the case I'm looking at has nothing to do with pactl. Trying to figure out other cases that might result in the same failure. -- You received this bug notification

[Bug 1082726] [NEW] Duplicated filesystem icons appear on XUbuntu 12.10 desktop

2012-11-24 Thread Maarten Jacobs
Public bug reported: I upgraded to XUbuntu 12.10 from 12.04; since I did it shows my old Windows partition twice on the desktop (as an unmounted 74GB Filesystem). I found some instructions here: http://askubuntu.com/questions/207296/after-upgrade-to-

[Bug 1082726] Re: Duplicated filesystem icons appear on XUbuntu 12.10 desktop

2012-11-24 Thread Maarten Jacobs
Assign to xfce4 - not sure what the right package is. ** Package changed: ubuntu = xfce4 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1082726 Title: Duplicated filesystem icons appear on

[Bug 1081811] [NEW] Cannot add Software Updater to System Submenu in XUbuntu 11.10

2012-11-21 Thread Maarten Jacobs
Public bug reported: Today I upgraded from XUbuntu 12.04 to XUbuntu 12.10 on two machines. After upgrading the second machine, I noticed that the Update Manager (Software Updater) launcher no longer shows in the System sub-menu from the xfce menu. I tried enabling Software Updater through

[Bug 488696] Re: syntax error in nsswitch config near [ syntax error ]

2012-06-17 Thread Maarten Jacobs
Hmm. I ran into more issues with autofs. Not sure when they actually started, I only noticed them today. After some poking around I figured out that: 1. The map auto.master: Local domain name not set error occurs when I include +auto.master in /etc/auto.master. I also found out that this entry

[Bug 488696] Re: syntax error in nsswitch config near [ syntax error ]

2012-06-17 Thread Maarten Jacobs
Note to previous - had to install dnsmasq package and run the dnsmasq deamon to fix the problem with the resolution of hostnames on the local network. After that I removed the .local extension from the server name and things are still working for me. -- You received this bug notification because

[Bug 488696] Re: syntax error in nsswitch config near [ syntax error ]

2012-06-17 Thread Maarten Jacobs
Hmm. I ran into more issues with autofs. Not sure when they actually started, I only noticed them today. After some poking around I figured out that: 1. The map auto.master: Local domain name not set error occurs when I include +auto.master in /etc/auto.master. I also found out that this entry

[Bug 488696] Re: syntax error in nsswitch config near [ syntax error ]

2012-06-17 Thread Maarten Jacobs
Note to previous - had to install dnsmasq package and run the dnsmasq deamon to fix the problem with the resolution of hostnames on the local network. After that I removed the .local extension from the server name and things are still working for me. -- You received this bug notification because

[Bug 909102] Re: network-manager-openvpn claims connection established when it's not

2012-05-05 Thread Maarten Jacobs
** Changed in: network-manager-openvpn (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/909102 Title: network-manager-openvpn claims connection established

[Bug 909102] Re: network-manager-openvpn claims connection established when it's not

2012-05-05 Thread Maarten Jacobs
I have captured more output during a session where I tested the behavior of the openvpn plugin. Using the referenced instructions (which are incorrect btw as nm- openvpn-service does not reside in /usr/libexec, but in /usr/lib/NetworkManager/), I created two output files that capture the debug:

[Bug 965314] Re: core dumped - segmentation fault

2012-05-05 Thread Maarten Jacobs
Actually - the work-around for this issue is to disable sync. If you cannot get Chromium to stay up, you'll have to delete your Chromium configuration: 1. cd ~/.config 2. rm -rf chromium 3. restart chromium - it should now stay up, as long as you don't sign in to chromium These steps work for

[Bug 965314] Re: core dumped - segmentation fault

2012-05-01 Thread Maarten Jacobs
The same, or similar issue is being tracked here: http://code.google.com/p/chromium/issues/detail?id=121660 ** Bug watch added: code.google.com/p/chromium/issues #121660 http://code.google.com/p/chromium/issues/detail?id=121660 -- You received this bug notification because you are a member

[Bug 965314] Re: core dumped - segmentation fault

2012-04-30 Thread Maarten Jacobs
I seem to be experiencing a similar issue - Chromium seems to core dump immediately when it loads. Only occassionally it doesn't - I'm actually writing this bug in Firefox as I can't seem to get Chromium to stay up. I ran Chromium from the command line, and collected some information:

[Bug 965314] Re: core dumped - segmentation fault

2012-04-30 Thread Maarten Jacobs
** Attachment added: chromium.core.20120430.gz https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/965314/+attachment/3120508/+files/chromium.core.20120430.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 965314] Re: core dumped - segmentation fault

2012-04-30 Thread Maarten Jacobs
Here's data on my configuration: Package: chromium-browser 18.0.1025.151~r130497-0ubuntu1 PackageArchitecture: i386 ProcEnviron: LANGUAGE=en_US:en TERM=xterm PATH=(custom, no user) LANG=en_US.UTF-8 SHELL=/bin/bash ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14

[Bug 909102] Re: network-manager-openvpn claims connection established when it's not

2012-04-11 Thread Maarten Jacobs
Yes - highly (and easily) reproducible. 1. Use Windows as Server (I'm using XP), XUbuntu as Client 2. Install OpenVPN on Windows XP (download here http://swupdate.openvpn.org/community/releases/openvpn-2.2.2-install.exe) 3. Configure simple server on Windows (follow these instructions

[Bug 909102] Re: network-manager-openvpn claims connection established when it's not

2012-04-11 Thread Maarten Jacobs
** Changed in: network-manager-openvpn (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/909102 Title: network-manager-openvpn claims connection established

[Bug 903825] Re: Ubuntu 11.10 slow shutdown

2011-12-30 Thread Maarten Jacobs
Thanks for the fix - I've been looking for this for some time now but hadn't managed to figure it our myself! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/903825 Title: Ubuntu 11.10 slow shutdown

[Bug 909102] [NEW] network-manager-openvpn claims connection established when it's not

2011-12-27 Thread Maarten Jacobs
Public bug reported: I'm using pre-shared keys to create a simple PTP VPN connection. My server is running on windows XP, my client on XUbuntu 11.10. I'm using the plugin to allow my XUbuntu machine to establish the connection to the windows machine. I have the OpenVPN software installed on the

[Bug 909102] Re: network-manager-openvpn claims connection established when it's not

2011-12-27 Thread Maarten Jacobs
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/909102 Title: network-manager-openvpn claims connection established when it's not To manage notifications about this bug go to:

[Bug 907834] [NEW] Save Path does not update when files are present

2011-12-22 Thread Maarten Jacobs
Public bug reported: Running qBitTorrent v2.8.4. I added a number of torrents that were downloaded to the default download location. I then started re-organizing my downloads and moved all of my music downloads to the Music folder in my home directory. I wanted to move the torrent location to

[Bug 907834] Re: Save Path does not update when files are present

2011-12-22 Thread Maarten Jacobs
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/907834 Title: Save Path does not update when files are present To manage notifications about this bug go to:

[Bug 887850] Re: Assert failures in cairo-surface.c:1287: cairo_surface_set_device_offset: Assertion `status == CAIRO_STATUS_SUCCESS' failed, after upgrading to Oneiric with unity-2d

2011-12-22 Thread Maarten Jacobs
Folks - not sure if this problem is unique to Chromium. I actually found the same issue with Banshee today. After some investigation of that problem I see there is a multitude of Cairo Assertion Failure bugs reported for Banshee as well - which all point to a mysterious private bug

[Bug 869635] Re: long delay at shutdown/reboot - network-manager doesn't close correctly

2011-12-11 Thread Maarten Jacobs
Retraction of my previous comment. I did implement the workaround and it worked once... Ever since I'm having the same issue again. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869635 Title: long

[Bug 869635] Re: long delay at shutdown/reboot - network-manager doesn't close correctly

2011-12-10 Thread Maarten Jacobs
I have the same issue - running Ubuntu 11.10 on a Dell Latitude D830. The noted work-around above fixes the problem on my installation. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/869635 Title:

[Bug 902661] [NEW] Chromium unsets preferred webbrowser

2011-12-10 Thread Maarten Jacobs
Public bug reported: I'm running XUbuntu 11.10 (actually Ubuntu 11.10 with the xubuntu packages installed on top). When I select Chromium to be my preferred web browser from settings-setting manager-preferred application, Chromium will be launched when I select Web Browser from the main

[Bug 902661] Re: Chromium unsets preferred webbrowser

2011-12-10 Thread Maarten Jacobs
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/902661 Title: Chromium unsets preferred webbrowser To manage notifications about this bug go to:

[Bug 782726] Re: Dual-Head Configuration does not work properly with Compiz

2011-11-22 Thread Maarten Jacobs
I did recently step up to Oneiric, however as I did not like the new Ubuntu environment, I decided to switch over to xubuntu. I tried running with the Ubuntu environment but got an error that it failed to load the session. I therefore cannot retest this bug in my current con figuration. -- You

[Bug 882028] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-26 Thread Maarten Jacobs
Public bug reported: Samba failed to install when upgrading to 11.10 ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8 Uname: Linux 2.6.38-12-generic i686 ApportVersion: 1.23-0ubuntu3 Architecture:

[Bug 882028] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-26 Thread Maarten Jacobs
-- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/882028 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for

[Bug 882028] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-26 Thread Maarten Jacobs
After completion of the upgrade, reinstalled samba through Synaptic. Installation completed successfully and resources shared through Samba (aka printer) can be used by windows platforms. This therefore appears to be some funky transient issue associated with the upgrade process, not Samba

[Bug 882028] [NEW] package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-26 Thread Maarten Jacobs
Public bug reported: Samba failed to install when upgrading to 11.10 ProblemType: Package DistroRelease: Ubuntu 11.10 Package: samba 2:3.5.8~dfsg-1ubuntu2.3 ProcVersionSignature: Ubuntu 2.6.38-12.51-generic 2.6.38.8 Uname: Linux 2.6.38-12-generic i686 ApportVersion: 1.23-0ubuntu3 Architecture:

[Bug 882028] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-26 Thread Maarten Jacobs
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882028 Title: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot

[Bug 882028] Re: package samba 2:3.5.8~dfsg-1ubuntu2.3 failed to install/upgrade: ErrorMessage: package samba is not ready for configuration cannot configure (current status `half-installed')

2011-10-26 Thread Maarten Jacobs
After completion of the upgrade, reinstalled samba through Synaptic. Installation completed successfully and resources shared through Samba (aka printer) can be used by windows platforms. This therefore appears to be some funky transient issue associated with the upgrade process, not Samba

[Bug 700191] Re: Evince PDF print fails with pdftoraster failed error

2011-10-26 Thread Maarten Jacobs
Retested after upgrade to Ubuntu 11.10, with HPLIP 3.11.7 and Evince 3.2.0. This bug does not appear on this configuration. It must be specific to the configuration I originally found the problem on. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 782726] [NEW] Dual-Head Configuration does not work properly with Compiz

2011-05-14 Thread Maarten Jacobs
Public bug reported: Binary package hint: xorg After upgrading from 10.10 Maverick to 11.04 Natty I found that my dual- head display configuration on 10.10 no longer worked properly on 11.04. My desired set-up is to have two 1440x900 monitors set up side-by-side and the desktop stretched across

[Bug 782726] Re: Dual-Head Configuration does not work properly with Compiz

2011-05-14 Thread Maarten Jacobs
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/782726 Title: Dual-Head Configuration does not work properly with Compiz -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 782726] Re: Dual-Head Configuration does not work properly with Compiz

2011-05-14 Thread Maarten Jacobs
Here's the screenshot with the side-by-side configuration (most of the display is garbled). ** Attachment added: Garbled side-by-side configuration https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/782726/+attachment/2128565/+files/Screenshot.png -- You received this bug notification

[Bug 782726] Re: Dual-Head Configuration does not work properly with Compiz

2011-05-14 Thread Maarten Jacobs
Here is the working above-and-below configuration. ** Attachment added: Working above-and-below configuration https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/782726/+attachment/2128566/+files/Screenshot-1.png -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 700191] Re: Evince PDF print fails with pdftoraster failed error

2011-05-14 Thread Maarten Jacobs
Updated information... Stepped-up to Ubuntu 11.04 w/ HPLIP 3.11.5. Evince version 2.23.0. PDF documents now print OK from Evince (document Viewer). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 700191] [NEW] Evince PDF print fails with pdftoraster failed error

2011-01-07 Thread Maarten Jacobs
Public bug reported: Binary package hint: evince Printing a PDF file from evince fails. Ran printer problem diagnostic tool (output attached), which tells me the status is pdftoraster failed. Forced Evince to older version (2.32.0-0ubuntu1), still same issue. Printed a test page - worked fine.

[Bug 700191] Re: Evince PDF print fails with pdftoraster failed error

2011-01-07 Thread Maarten Jacobs
** Attachment added: Debug out put from pinter diagnistic tool https://bugs.launchpad.net/bugs/700191/+attachment/1787567/+files/Printer%20Problem.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.