[Touch-packages] [Bug 1800297] Re: localectl updates /etc/default/locale without root privileges

2019-02-03 Thread Iiro Laiho
This is a particularly confusing "feature" if user is using the LUKS encryption. Then changing the keyboard layout via GNOME's settings will also change the preboot environment's keyboard layout, but only after the next kernel update. And if the user has enabled "org.gnome.desktop .input-sources sh

[Touch-packages] [Bug 1689825] Re: gnome-keyring not unlocked on xenial when dbus-user-session is installed

2017-10-11 Thread Iiro Laiho
Chrome/Chromium should probably not wait that long if keyring is not available. If it is not running, then it is not running, end of story. Chromium should just proceed launching instead of bothering user with behavior like this. -- You received this bug notification because you are a member of U

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-04-09 Thread Iiro Laiho
So, what would be a reliable way to reproduce the problem? Should the following sequence always trigger this issue: - Do a clean Ubuntu install - Install updates - Enable -proposed - Update cups-daemon? -- You received this bug notification because you are a member of Ubuntu Touch seeded packag

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-04-13 Thread Iiro Laiho
till-kamppeter, what do you mean by "restarting systemd"? Does it mean that we could try adding something like this to the postinstall script: "if dpkg --compare-versions "$2" lt-nl "2.1.3-4ubuntu0.2"; then systemctl daemon-reexec fi"? Does it belong inside of the "if [ "$1" = configure ]" co

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-04-13 Thread Iiro Laiho
I have concluded that this problem only appears if the -proposed package has never been installed AND cupsd is running. So, the way to reproduce this is: - Do a clean Ubuntu install - Install updates - Enable -proposed - Make sure that cupsd is running - Update cups-daemon. When I do this, the C

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-04-13 Thread Iiro Laiho
Sorry, the "Make sure that cupsd is running" part should apparently be "Make sure there is a stuck job in cups" -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1642966 Title:

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-04-14 Thread Iiro Laiho
The root cause of this problem is probably that the "invoke-rc.d cups stop" command fails on Xenial if there are jobs in queue. The dpkg preremoval script runs that command and thus the upgrade procedure fails. In the newer Ubuntu versions the command executes flawlessly. Until that problem is fix

[Touch-packages] [Bug 1126108] Re: Indicator disappears entirely when disabling / turning off bluetooth

2017-01-30 Thread Iiro Laiho
Still affects xenial. Should the fix be backported? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1126108 Title: Indicator disappears entirely when disabling

[Touch-packages] [Bug 1126108] Re: Indicator disappears entirely when disabling / turning off bluetooth

2017-01-30 Thread Iiro Laiho
And my machine is a Latitude E6320 and it has a Dell DW375 internal USB Bluetooth adapter. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to indicator-bluetooth in Ubuntu. https://bugs.launchpad.net/bugs/1126108 Title: Indica

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-09 Thread Iiro Laiho
Also, the test case in the bug report seems to return 0 unless there is a job in queue. That job does not however affect the update process, so I'll put verification-done to this. ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-05 Thread Iiro Laiho
@slashd, Maybe something has changed in systemd or something? I'll check it out sometime when I have time. Did you make a clean install? How did you ensure that the job was stuck in the queue? I remember that adding a socket:// printer with an invalid address did the trick. -- You received this

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-08 Thread Iiro Laiho
Nope, the problem is still present in -proposed. Here's a more detailed procedure of reproducing the bug: - Do a clean Ubuntu install. I installed Ubuntu from the 16.04.3 desktop media to a VirtualBox VM. - Do a "apt update && apt upgrade" as usual - Per the instructions from

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-08 Thread Iiro Laiho
The last step in #109 is important. When doing the upgrade of cups- daemon, it may look like it succeeded but with warnings. However, the packaging system does break down and will became unable to successfully do "apt upgrade". -- You received this bug notification because you are a member of Ubu

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-08 Thread Iiro Laiho
Here are log entries that result from the "sudo apt -t xenial-proposed install cups-daemon" Preparing to unpack .../libcupsppdc1_2.1.3-4ubuntu0.2_amd64.deb ... Unpacking libcupsppdc1:amd64 (2.1.3-4ubuntu0.2) over (2.1.3-4) ... Preparing to unpack .../libcupsmime1_2.1.3-4ubuntu0.2_amd64.deb ... Unp

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-09 Thread Iiro Laiho
After talking with slashd, I did my own experiment in the same way I did with virtualbox, but this time I used virt-manager and KVM instead. Cannot reproduce. Maybe this has something to do with VirtualBox. -- You received this bug notification because you are a member of Ubuntu Touch seeded pack

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-08-09 Thread Iiro Laiho
Here's the relevant journalctl log on VirtualBox. It complains something about colord. "Laitetta tai osoitetta ei ole" means "No such device or address". elo 09 20:32:09 il-VirtualBox colord[1431]: (colord:1431): Cd-WARNING **: failed to get session [pid 3130]: Laitetta tai osoitetta ei ole elo 0

[Touch-packages] [Bug 769314] Re: System bell broken in Natty/Unity (despite heroic...)

2017-02-03 Thread Iiro Laiho
Present in 16.04. Is the silence of the X11 bell intentional behavior? This is a really weird case. I mean, the bug has been open for longer than half a decade and triaged for a couple of years as well. The fix also is very simple and there are proposed patches. -- You received this bug notifica

[Touch-packages] [Bug 769314] Re: System bell completely silent because PulseAudio sample file undefined by default

2017-02-03 Thread Iiro Laiho
** Summary changed: - System bell broken in Natty/Unity (despite heroic...) + System bell completely silent because PulseAudio sample file undefined by default -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ub

[Touch-packages] [Bug 769314] Re: System bell completely silent because PulseAudio sample file undefined by default

2017-02-03 Thread Iiro Laiho
** Tags added: xenial ** Description changed: Binary package hint: unity This bug is about problems using the system bell in Unity or another Compiz-based environment. For problems using the system bell in Ubuntu Classic/Metacity or another Metacity-based environment, please see bug

[Touch-packages] [Bug 1598300] Re: CUPS web interface stops responding after a while

2017-02-10 Thread Iiro Laiho
launchpad-groovix: Weird. This "feature" shouldn't be active at all when printer sharing is enabled. Did you look the cups log to make sure that it really is the same problem? And yes, this is a serious issue, but if you read the earlier messages, you see that the fix will cause the bug 1642966 th

[Touch-packages] [Bug 1598300] Re: CUPS web interface stops responding after a while

2017-02-10 Thread Iiro Laiho
launchpad-groovix: I meant it's too late to do anything about that this bug slipped into xenial in first place. Fixing the problem afterwards however should be possible, if little more complicated, sorry for being unclear. The #1642966 probably is fixable and there has been effort to do that to the

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-02-11 Thread Iiro Laiho
The change is already done since the package was updated to the lastest upstream version. ** Changed in: cups (Ubuntu Zesty) Status: Triaged => Fix Released ** Changed in: cups (Ubuntu Zesty) Assignee: Dimitri John Ledkov (xnox) => (unassigned) -- You received this bug notification

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-02-11 Thread Iiro Laiho
Added patch tag because there is a patched PPA linked in comment #61. ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1642966 Title: package cups-daemon

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-02-11 Thread Iiro Laiho
@blacksheep001: Sorry, but this is a bug tracker, not a support forum. Please take your question about lost Internet connectivity for example to the Ubuntu forums (http://ubuntuforums.org/), maybe they can help there. -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1642966] Re: package cups-daemon 2.1.3-4 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2017-03-05 Thread Iiro Laiho
I ran this test. The machine was a 64-bit Ubuntu 16.04.2 on a VirtualBox VM. Before running the command I enabled -proposed and ensured that CUPS will not shut down by having a stuck job in the queue. The upgrade completed correctly. Console output of the "apt update && apt install cups-daemon" co

[Touch-packages] [Bug 1645631] Re: Sending files fails because obex not loaded

2016-11-29 Thread Iiro Laiho
** Also affects: bluez (Ubuntu) Importance: Undecided Status: New ** Also affects: systemd (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https:

[Touch-packages] [Bug 1577215] Re: Origin pattern is unexpected on dpkg-reconfigure

2016-09-27 Thread Iiro Laiho
The questions don't even seem to affect everything. Maybe they should be disabled altogether. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to unattended-upgrades in Ubuntu. https://bugs.launchpad.net/bugs/1577215 Title: Ori

[Touch-packages] [Bug 1635839] [NEW] Random lack of wifi connectivity after hibernate

2016-10-22 Thread Iiro Laiho
Public bug reported: On Latitude E6320, there are some weird wifi connectivity issues that appear some times on resume. I haven't found any common factor that would unify those incidents. I am currently running the brcmsmac open source driver, but have encountered the issue with the Broadcom STA d

[Touch-packages] [Bug 1635839] Re: Random lack of wifi connectivity after hibernate

2016-10-22 Thread Iiro Laiho
** Description changed: On Latitude E6320, there are some weird wifi connectivity issues that appear some times on resume. I haven't found any common factor that would unify those incidents. I am currently running the brcmsmac open source driver, but have encountered the issue with the Bro

[Touch-packages] [Bug 1635839] Re: Random lack of wifi connectivity after hibernate

2016-10-24 Thread Iiro Laiho
*** This bug is a duplicate of bug 1439771 *** https://bugs.launchpad.net/bugs/1439771 ** This bug has been marked a duplicate of bug 1439771 wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend' -- You received this bug notification because you are a member of Ubuntu Touc

[Touch-packages] [Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2016-10-24 Thread Iiro Laiho
Happens sometimes, but not after every suspend, with BCM4313. It's sad to see this bug to be unfixed for so long. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to network-manager in Ubuntu. https://bugs.launchpad.net/bugs/14397

[Touch-packages] [Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2016-10-24 Thread Iiro Laiho
To add to the earlier comment, "brcmsmac" is the module name on my system when using the open source driver. It can also be b44, b43, b43legacy, ssb, brcmsmac or bcma, or with proprietary driver, wl. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, w

[Touch-packages] [Bug 1439771] Re: wpa_supplicant[874]: dbus: Failed to construct signal after 'suspend'

2016-10-24 Thread Iiro Laiho
I discussed this thing on #ubuntu-devel. Apparently it has something to do with Broadcom WLAN chips or drivers as it seems to be unreproducible on Intel chips. Would it be possible to make Broadcom drivers unload before going to hibernate as it will help to avoid many problems? User workaround: Cr

[Touch-packages] [Bug 1598300] Re: CUPS web interface stops responding after a while

2016-11-12 Thread Iiro Laiho
** Summary changed: - cups hang after a while + CUPS web interface stops responding after a while ** Tags added: xenial -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1598300

[Touch-packages] [Bug 1598300] Re: CUPS web interface stops responding after a while

2016-11-12 Thread Iiro Laiho
** Tags added: regression-release -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1598300 Title: CUPS web interface stops responding after a while Status in cups package in U

[Touch-packages] [Bug 1622707] [NEW] CUPS Web UI stops responding after a while

2016-09-12 Thread Iiro Laiho
Public bug reported: CUPS Web administration UI available at localhost:631 stops responding after a while. Initially it works fine, but after it has been running for a moment it just shows the "Connection refused" message of the browser. The printing system keeps running otherwise. This is a clean

[Touch-packages] [Bug 1622707] Re: CUPS Web UI stops responding after a while

2016-09-12 Thread Iiro Laiho
It seems to start responding again if I restart the CUPS service but it seems to clear out after a while anyway. Now I proceed to test if it is CUPS or the networking of the operating system by installing lighttpd and trying if it has the same problem. -- You received this bug notification becaus

[Touch-packages] [Bug 1622707] Re: CUPS Web UI stops responding after a while

2016-09-12 Thread Iiro Laiho
It does not seem to affect lighttpd. Journalctl did output following when it happened last time: syys 12 22:03:41 sipuli dhclient[3111]: PRC: Renewing lease on wlp2s0b1. syys 12 22:03:41 sipuli dhclient[3111]: XMT: Renew on wlp2s0b1, interval 9430ms. syys 12 22:03:41 sipuli dhclient[3111]: RCV: R

[Touch-packages] [Bug 1622707] Re: CUPS Web UI stops responding after a while

2016-09-12 Thread Iiro Laiho
Sorry for this comment flood. Now I think I have finally solved it out: If I run cupsd -l in console, it just quits with exit status 0 after a while. If I run it as a service, it exits but goes back on-line immediately after I do something that needs printing service. It almost looks like there

[Touch-packages] [Bug 1598300] Re: cups hang after a while

2016-09-12 Thread Iiro Laiho
This seems to be a some kind of desktop/laptop power/resource saving feature that does not take Web UI to the account. CUPS will immediately start up again if I open the printing dialog or something. When I read Stephan's error log as well as my own, it reads: "I [30/Aug/2016:08:42:33 +0200] Prin

[Touch-packages] [Bug 1622707] Re: CUPS Web UI stops responding after a while

2016-09-13 Thread Iiro Laiho
** Changed in: cups (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cups in Ubuntu. https://bugs.launchpad.net/bugs/1622707 Title: CUPS Web UI stops responding after a while Status in

[Touch-packages] [Bug 1572321] Re: owncloud network access is disabled

2016-06-27 Thread Iiro Laiho
https://packages.debian.org/search?keywords=owncloud-client The new version is available on Debian testing. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtbase-opensource-src in Ubuntu. https://bugs.launchpad.net/bugs/1572