[Bug 1840055] Re: package mariadb-server-10.1 1:10.1.41-0ubuntu0.18.04.1 failed to install/upgrade: installed mariadb-server-10.1 package post-installation script subprocess returned error exit status

2019-08-14 Thread Theo Nolte
I had exactly the same problem. Changing "ProtectHome=true" to "ProtectHome=false" in the Unit-File fixed it for me. systemd was trying to unmount /home, which was not possible because of a lot of bind mounts on /home. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1635625] Re: Some indicator icons are missing after unlocking the screen

2016-11-30 Thread Theo Nolte
yes, enabling proposed and rebooting worked for me too. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1635625 Title: Some indicator icons are missing after unlocking the screen To manage notificati

[Bug 1402195] Re: Newer version of adb needed for nexus 5

2015-05-30 Thread Theo Nolte
Thanks for the workaround. Extracting the above binary and installing libstdc++6:i386 did the trick for me on Ubuntu 15.04 x64. As Lollipop becomes more and more widespread, it is a shame the package is not updated. Tracking down the problem and finding this thread took me half a day. -- You rec

[Bug 1222969] Re: Xorg crashed with SIGABRT in miCopyRegion()

2014-01-08 Thread Theo Nolte
No, it's no issue for me any more. please close. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1222969 Title: Xorg crashed with SIGABRT in miCopyRegion() To manage notifications about this bug go t

[Bug 1056833] Re: lightdm failed to log in my user after upgrade to Quantal

2012-10-04 Thread Theo Nolte
yes, i can also confirm this, same problem here after upgrading from precise to quantal. your solution works fine, i did not even have to reboot: deleting /var/lib/AccountsService/users/ and killing the accounts-daemon (/usr/lib/accountsservice/accounts-daemon) is enough. there was no hint in t

[Bug 1024396] Re: Trying to update/upgrade, part of it doesn't work.

2012-07-15 Thread Theo Nolte
For me this helped: 1. dpkg --remove --force-all 2. apt-get install "apt-get install -f" will not help since the packages are in an inconsistent state and therefor will not be upgraded. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubun

[Bug 513273] Re: kvm with -vga std is broken since karmic

2011-01-03 Thread Theo Nolte
Building vgabios from source as described above added the missing modes for me too. But still the vga driver does not work properly - it builds the screen very slowly line by line and takes 20 seconds or more just for the login-screen. After some hours I gave up on vga and switched to the vmware-

[Bug 516412] Re: Pressing causes X to freeze

2010-02-13 Thread Theo Nolte
For me the behavior has changed now since Steves fix. Previously pressing ENTER caused X to freeze, now gdm is frozen from the start, I can't even move the mouse or enter a password. As previous, Alt-Print-K restarts X and fixes it. 1. I use lucid 64 bit with Nvidia GeForce 9300M G with binary d

[Bug 520021] Re: update-initramfs fails due to loss of /lib/udev/firmware.sh during update

2010-02-10 Thread Theo Nolte
thanks. had the same problem and symlink works fine. -- update-initramfs fails due to loss of /lib/udev/firmware.sh during update https://bugs.launchpad.net/bugs/520021 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mai

[Bug 516412] Re: Pressing causes X to freeze

2010-02-08 Thread Theo Nolte
same problem here with 64-bit and nvidia. Pressing Ctrl-Alt-Print-K works for me. Blinking pixels on the top of the screen disappear and I can press ENTER again to login. -- Pressing causes X to freeze https://bugs.launchpad.net/bugs/516412 You received this bug notification because you are a

[Bug 473334] Re: package virtualbox-ose-guest-source 3.0.8-dfsg-1ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2009-12-15 Thread Theo Nolte
For me, the kernel drivers won't compile on lucid 64 bit. make.log is attached. Regards, Theo ** Attachment added: "make.log for vboxdrv" http://launchpadlibrarian.net/36830891/make.log -- package virtualbox-ose-guest-source 3.0.8-dfsg-1ubuntu1 failed to install/upgrade: subprocess install

[Bug 449395] Re: kvm freezes at graphical boot splash

2009-10-13 Thread Theo Nolte
The standard cirrus driver works fine - the problem only occurs with vesa. The reason for using vesa is that I can get my native resolution (1680x1050) while cirrus is restricted to 1280x1024. The workaround for vesa is to either remove the 'splash'-option in grub.cfg or boot the recovery kernel

[Bug 449395] [NEW] kvm freezes at graphical boot splash

2009-10-12 Thread Theo Nolte
Public bug reported: Binary package hint: qemu-kvm When starting kvm with vesa emulation (-vga std), kvm freezes at the new graphical boot splash and shows a black screen. Kvm boots fine when removing the 'splash' option from /boot/grub/grub.cfg in the guest. I first noticed the problem after up

[Bug 349331] Re: limited screen resolution

2009-09-09 Thread Theo Nolte
Thank you so much! You did a brilliant job! Works perfectly since this morning. No idea what fixed it, maybe it was kernel 2.6.31-10 or xserver-common. Now the vesa-emulation (-vga std) works for me with karmic guest on karmic host and I can get any resolution I want including my native one. The

[Bug 417301] Re: update-manager crashed with GError in __init__()

2009-09-02 Thread Theo Nolte
For me update-manager crashes when i click "partial upgrade". error is: glib.GError: Duplicate object id 'vbox2' on line 409 (previously on line 311) See attachment for full output. ** Attachment added: "terminal output update-manager" http://launchpadlibrarian.net/31219287/updatemanager.outp

[Bug 404461] Re: not able to load wireless driver iwlagn for intel 4965agn

2009-08-17 Thread Theo Nolte
problem solved in 2.6.31-6, at least for me (64bit karmic) -- not able to load wireless driver iwlagn for intel 4965agn https://bugs.launchpad.net/bugs/404461 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list u

[Bug 349331] Re: limited screen resolution

2009-08-10 Thread Theo Nolte
This seems to be a general issue with the cirrus driver in the kernel. I found the following post in the qemu forum, which provides an xorg.conf for a 1200x900 resolution: http://qemu-forum.ipi.fi/viewtopic.php?f=10&t=4631 Regrettably I did not manage to get any higher. Using '-vga std' is

[Bug 404461] Re: not able to load wireless driver iwlagn for intel 4965agn

2009-08-05 Thread Theo Nolte
same here on karmic 64bit with 2.6.31-5. even have the same kernel- messages. last kernel that worked for me was 2.6.30-10. ** Attachment added: "kernel messages" http://launchpadlibrarian.net/29935617/iwlagn.txt -- not able to load wireless driver iwlagn for intel 4965agn https://bugs.launc

[Bug 401294] Re: Karmic - 2 Sound Applets, No Keyboard Shortcuts, Sound Resetting

2009-07-19 Thread Theo Nolte
same here on medion akoya md-96970 laptop 64bit. First noticed the second sound-applet yesterday (sat, july 18) -- Karmic - 2 Sound Applets, No Keyboard Shortcuts, Sound Resetting https://bugs.launchpad.net/bugs/401294 You received this bug notification because you are a member of Ubuntu Bugs,