[Bug 128693] Re: Ubiquity installer fails to start silently if debconf's config.dat is locked by another program

2018-04-13 Thread Ove Risberg
This is still a problem in Ubuntu 18.04 :( I want ubiquity to wait until it can get a lock on the debconf databases... and perhaps timeout after a few minutes. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-05-30 Thread Ove Risberg
Hi Frank, Please report this to Debian... I am quite busy at work and at home at the moment so I do not have the time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390061 Title: bash-completion

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-05-20 Thread Ove Risberg
Please check comment #12 and #13... The patch debian/patches/00-fix_quote_readline_by_ref.patch is not from upstream so we do not have to forward this to Debian. The proper fix for this is to remove the bad debian/patches/00-fix_quote_readline_by_ref.patch patch but since it took 1.5 years for

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-05-12 Thread Ove Risberg
I installed bash-completion version 1:2.1-4ubuntu0.2 from trusty- proposed and the /usr/share/bash-completion/bash_completion file is identical to the one I have patched myself. All my tests are successful... so I am happy :) ** Tags removed: verification-needed ** Tags added: verification-done

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-04-28 Thread Ove Risberg
The proper fix is to remove the "debian/patches/00-fix_quote_readline_by_ref.patch" patch from the bash- completion package. While we wait for this to happen you can edit /usr/share/bash- completion/bash_completion and escape the ~ character on line 545 and 547 (on 14.04... on 16.04 it could be

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-02-08 Thread Ove Risberg
The problem is available on Ubuntu 16.04 desktop daily image ( xenial- desktop-amd64.iso ) from today. :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1390061 Title: bash-completion tilde

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-02-08 Thread Ove Risberg
I found this comment in lp: #1288314 https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1288031/comments/9 Ville Skyttä (vskytta) wrote on 2014-09-17: #9 FYI, the _quote_readline_by_ref changes should no longer be necessary with bash 4.3 patchlevel 10 and above, that's why they're

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-02-08 Thread Ove Risberg
The problem does not come from upstream... it it caused by a patch created by canonical. debian/patches/00-fix_quote_readline_by_ref.patch: From: JuanJo Ciarlante Subject: fix _quote_readline_by_ref to: - avoid escaping 1st '~' (lp: #1288314) - avoid quoting if empty, else

[Bug 1390061] Re: bash-completion tilde expansion every time

2016-01-18 Thread Ove Risberg
Now over one year after this problem was reported and a patch was provided the ticket is still not assigned to anyone. This problem is a big pain for Enterprise users and it makes Ubuntu very slow when the terminal is used. Please apply the patch or explain what we can do to get some attention

[Bug 1390061] Re: bash-completion tilde expansion every time

2015-06-12 Thread Ove Risberg
I checked my Ubuntu 14.04 machine and the problem is not solved yet. Run this command: strace bash -c . /etc/bash_completion; quote_readline '/something'; echo 21 | grep /etc/passwd When the problem is solved you should get no output and now you get this output: open(/etc/passwd,

[Bug 1390061] Re: bash-completion tilde expansion every time

2015-02-27 Thread Ove Risberg
What can we do to get this fixed for Ubuntu 14.04LTS? We have a patch, it is fixed upstream, it is a really simple fix and it is really annoying if you use slow Active Directory authentication. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1390061] Re: bash-completion tilde expansion every time

2014-11-10 Thread Ove Risberg
Ubuntu 14.10 have the same problem: root@ubuntu1410:~# strace bash -c . /etc/bash_completion; quote_readline '/something'; echo 21 | grep /etc/passwd open(/etc/passwd, O_RDONLY|O_CLOEXEC) = 3 root@ubuntu1410:~# strace bash -c . /etc/bash_completion; quote_readline '/something'; echo 21 | grep

[Bug 1390061] [NEW] bash-completion tilde expansion every time

2014-11-06 Thread Ove Risberg
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System - About Ubuntu root@ubuntu1404:~# lsb_release -rd Description:Ubuntu 14.04.1 LTS Release:14.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in

[Bug 1287341] Re: Touchscreen controls both screens in dual-monitor setup

2014-05-28 Thread Ove Risberg
Thanks! It works for me :) Lenovo Yoga 2 Pro with 32-bit Ubuntu 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/1287341 Title: Touchscreen controls both screens in dual-monitor setup To

[Bug 1297312] Re: automatic-ubiquity does no longer start in Ubuntu-14.04

2014-03-26 Thread Ove Risberg
I can confirm that applying the following patch solves the problem for automatic-ubiquity: https://code.launchpad.net/~jderose/ubiquity/fix-1297312/+merge/212745 I am applying this change in my preseed/early_command until the ubiquity package is fixed. -- You received this bug notification

[Bug 1297312] [NEW] automatic-ubiquity does no longer start in Ubuntu-14.04

2014-03-25 Thread Ove Risberg
Public bug reported: I created a new LiveCD install image for Ubuntu-14.04 today and automatic-ubiquity does not work anymore. In /var/log/installer/dm I can see this message: ubiquity-dm: Failed with an exception: ubiquity-dm: Traceback (most recent call last): File /usr/bin/ubiquity-dm, line

[Bug 1210429] [NEW] Net::HTTP chunk handling broken for non-blocking sockets

2013-08-09 Thread Ove Risberg
Public bug reported: When downloading data with LWP::UserAgent and using HTTPS for transport the data is truncated. Sometimes you get the full file and sometimes you get only the beginning of the file so this is hard to debug. If you use wget or curl to download the same data then you get the

[Bug 1136216] Re: gnome control center crash when try to open sound settings menu

2013-03-04 Thread Ove Risberg
I can also confirm that 0ubuntu11 solves the problem... thanks for a quick solution to the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1136216 Title: gnome control center crash when try

[Bug 1136216] Re: gnome control center crash when try to open sound settings menu

2013-03-01 Thread Ove Risberg
I can confirm that installing gnome-control-center verion 3.4.2-0ubuntu0.9 solves the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1136216 Title: gnome control center crash when try to

[Bug 692727] Re: amd64 libnss-sss package should include 32bit library for 3rd party application compatibility

2012-11-16 Thread Ove Risberg
The perl snipplet in postinst can be replaced with this one line sed command: sed -i '/^\(passwd:\|group:\|shadow:\|netgroup:\)/ { /\(\\s\|\$\)/ !{ s/$/ sss/ } }' /etc/nsswitch.conf And the perl snipplet in portrm can be replaced with this one line sed command: sed -i

[Bug 1028360] Re: Window has double(?) heigh

2012-09-13 Thread Ove Risberg
Same problem in Ubuntu 12.10 Beta 1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028360 Title: Window has double(?) heigh To manage notifications about this bug go to:

[Bug 1042506] Re: Info box gets too tall too fast

2012-09-13 Thread Ove Risberg
*** This bug is a duplicate of bug 1028360 *** https://bugs.launchpad.net/bugs/1028360 ** This bug has been marked a duplicate of bug 1028360 Window has double(?) heigh -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1028360] Re: Window has double(?) heigh

2012-09-07 Thread Ove Risberg
I can also confirm the same problem on Unity 2D and on Gnome Classic. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028360 Title: Window has double(?) heigh To manage notifications about this bug

[Bug 1028360] Re: Window has double(?) heigh

2012-09-07 Thread Ove Risberg
** Package changed: gtk+3.0 (Ubuntu) = ubuntu ** Changed in: ubuntu Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1028360 Title: Window has double(?) heigh

[Bug 1003845] Re: Invisible symbols in sssd upstart config causes sssd to not start if /bin/sh is a link to /bin/bash

2012-09-05 Thread Ove Risberg
Run the attached non-breaking-space script with /bin/sh, /bin/dash and /bin/bash. All of them complains and and none of them prints out Test. Both /bin/sh and /bin/dash continues and print out Hello and exit with exitstatus 0. Bash will crash and exit with exit status 2 Run the attached

[Bug 1003845] Re: Invisible symbols in sssd upstart config causes sssd to not start if /bin/sh is a link to /bin/bash

2012-09-05 Thread Ove Risberg
** Attachment added: Script with non-breaking space https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1003845/+attachment/3294202/+files/normal-space -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1003845] Re: Invisible symbols in sssd upstart config causes sssd to not start if /bin/sh is a link to /bin/bash

2012-09-05 Thread Ove Risberg
** Attachment added: The same script with normal space https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1003845/+attachment/3294204/+files/normal-space ** Attachment removed: Script with non-breaking space

[Bug 1003845] Re: Invisible symbols in sssd upstart config causes sssd to not start if /bin/sh is a link to /bin/bash

2012-09-05 Thread Ove Risberg
** Attachment added: Script with non-breaking space https://bugs.launchpad.net/ubuntu/+source/sssd/+bug/1003845/+attachment/3294206/+files/non-breaking-space -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 956848] Re: pam_mkhomedir.so fails to create homedir in precise

2012-03-19 Thread Ove Risberg
chmod u+s /sbin/mkhomedir_helper does not solve the problem for me... I still get the black screen when I login to Precise and the home directory is missing. The same pam_mkhomedir.so line in /etc/pam.d/common-session on a Lucid machine works without any problem. This will cause major problems

[Bug 947812] [NEW] Software Center crash of there is a # comment in /etc/apt/preferences.d/testing

2012-03-06 Thread Ove Risberg
Public bug reported: If I create the file /etc/apt/preferences.d/testing with # aaa in it Software Center will crash when I start it on Ubuntu 12.04 beta 1. I am not 100% sure if # comments are allowed in these files but Software Center should not crash like this even if I have added some