[Bug 684982]

2020-06-02 Thread Paananen-olli-p
While new features are always welcome, everyone isn't for everyone. Is there way to disable this behaviour? I can disable "Restore previous session" from Preferences but then i lose pages that was open. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1825096] [NEW] ansible: set_fact in with_items append loop only keeps last item

2019-04-17 Thread Olli Salonen
. This currently renders Ansible unusable in my use case. Backport of this fix or update to at least 2.5.2 would be crucial to fix the issue. olli@FI-0770:~/ansible$ ansible --version ansible 2.5.1 config file = /etc/ansible/ansible.cfg configured module search path = [u'/home/eollsal/.ansible/plugins

[Bug 1724919] Re: Bluetooth headphones only use A2DP when connected manually

2018-08-21 Thread Olli P.
I am running Ubuntu 18.04 and have Sony WH-1000XM2 bluetooth headphones. Bluetooth connection is established automatically but in order to get any sound out of the headphones I need to: 1. Manually disconnect and reconnect the headphones from bluetooth settings or 2. Press play/pause button on

[Bug 1641429] Re: tcpdump capture filter for vlans incorrect

2017-02-24 Thread Olli Salonen
The offsets are still negative: root@tools:~# dpkg -l | grep tcpdump ii tcpdump 4.9.0-2ubuntu2 amd64command-line network traffic analyzer root@tools:~# tcpdump --version tcpdump version 4.9.0 libpcap version 1.7.4 OpenSSL 1.0.2g 1 Mar

[Bug 1655429] Re: Noise and poor audio quality over SPDIF

2017-01-14 Thread Olli Lupton
** Changed in: alsa-driver (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1655429 Title: Noise and poor audio quality over SPDIF To manage notifications about

[Bug 1655429] Re: Noise and poor audio quality over SPDIF (regression since 14.X LTS)

2017-01-10 Thread Olli Lupton
More tinkering suggests this is related to the DisplayPort output on the board. If I disconnect the DisplayPort cable the noise goes away. I am no longer sure that this is a regression since the old Ubuntu version. ** Summary changed: - Noise and poor audio quality over SPDIF (regression since

[Bug 1655429] Re: Noise and poor audio quality over SPDIF (regression since 14.X LTS)

2017-01-10 Thread Olli Lupton
Sorry, I should add that I tried installing the DKMS package 'oem-audio- hda-daily-lts-xenial/0.201701080732~ubuntu16.04.1', but this did not seem to help (and I uninstalled it before submitting this bug report) -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1655429] [NEW] Noise and poor audio quality over SPDIF (regression since 14.X LTS)

2017-01-10 Thread Olli Lupton
Public bug reported: Hi, I recently updated a system to Ubuntu 16.04.1 LTS from 14.04.5 LTS. After the upgrade, the sound quality I get over the SPDIF output is terrible -- I hear crackling/noise when no sound is being played, and when I play a sound it is heavily distorted. The situation was

[Bug 1652111] [NEW] package linux-image-3.13.0-106-lowlatency 3.13.0-106.153 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-12-22 Thread Olli Rinta-Mantila
Public bug reported: ubuntu studio LTS tryaty ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-106-lowlatency 3.13.0-106.153 ProcVersionSignature: Ubuntu 3.13.0-105.152-generic 3.13.11-ckt39 Uname: Linux 3.13.0-105-generic i686 ApportVersion: 2.14.1-0ubuntu3.23

[Bug 1649492] [NEW] the repository for Xenial has not Release file

2016-12-12 Thread Olli-Pekka Wallin
Public bug reported: E: The repository 'http://ppa.launchpad.net/cairo-dock-team/ppa/ubuntu xenial Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See apt-secure(8) manpage for repository creation and

[Bug 1641429] [NEW] tcpdump capture filter for vlans incorrect

2016-11-13 Thread Olli Salonen
Public bug reported: The BPF code output by tcpdump -d looks suspicious: root@nucserver:/root# tcpdump -i eno1 vlan 114 -d (000) ldb [-4048] (001) jeq #0x1 jt 2jf 5 (002) ldb [-4052] (003) jeq #0x72jt 4jf 5 (004) ret #262144 (005) ret

[Bug 1626883] Re: libssl 1.0.2g-1ubuntu4.4 and 1.0.1f-1ubuntu2.20 cause PHP SSL cert validation to segfault

2016-09-25 Thread Olli Salli
Thank you. I can verify libssl1.0.0 1.0.2g-1ubuntu4.5 no longer exhibits the crash: jenkins@ubuntutemplate:/var/lib/jenkins/workspace/imt-erp-e2e-flaky/webshop/vagrant/wordpress$ apt-cache policy libssl1.0.0 libssl1.0.0: Installed: 1.0.2g-1ubuntu4.5 Candidate: 1.0.2g-1ubuntu4.5 Version

[Bug 1626883] Re: libssl 1.0.2g-1ubuntu4.4 and 1.0.1f-1ubuntu2.20 cause PHP SSL cert validation to segfault

2016-09-23 Thread Olli Salli
** Summary changed: - libssl 1.0.2g-1ubuntu4.4 causes PHP7 SSL cert validation to segfault + libssl 1.0.2g-1ubuntu4.4 and 1.0.1f-1ubuntu2.20 cause PHP SSL cert validation to segfault -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1626883] Re: libssl 1.0.2g-1ubuntu4.4 causes PHP7 SSL cert validation to segfault

2016-09-23 Thread Olli Salli
@mikini, I actually had a similar situation with apt-get wanting to remove npm. That's due to npm depending on node-gyp, which depends on nodejs-dev, which depends on libssl-dev. You need to install an old version of that package as well, you can't have a new libssl-dev package and an old libssl

[Bug 1626883] Re: libssl 1.0.2g-1ubuntu4.4 causes PHP7 SSL cert validation to segfault

2016-09-23 Thread Olli Salli
The stacktrace would seem to indicate that libssl indeed returned a null string here, from i2s_ASN1_INTEGER(NULL, X509_get_serialNumber(cert)) Relevant php7.0 code here: https://github.com/php/php- src/blob/f13fd9e72a13e80512f6c8b2302e42d4f252c479/ext/openssl/openssl.c#L2295 -- You received

[Bug 1626886] Re: libssl 1.0.2g-1ubuntu4.4 may cause Apache2 with libapache2-mod-php7.0 to crash

2016-09-23 Thread Olli Salli
Yeah judging from the stack trace, this is indeed the same thing as https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1626883. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1626886 Title:

[Bug 1626886] [NEW] libssl 1.0.2g-1ubuntu4.4 may cause Apache2 with libapache2-mod-php7.0 to crash

2016-09-23 Thread Olli Salli
Public bug reported: I started getting apache2 crashes at the same time as I started getting PHP 7.0 CLI crashes, after my openssl packages were updated to the latest xenial-security version by unattended-upgrades. I traced the PHP CLI crashes to server cert validation starting to crash after

[Bug 1626883] Re: libssl 1.0.2g-1ubuntu4.4 causes PHP7 SSL cert validation to segfault

2016-09-23 Thread Olli Salli
The primary issue is some patch in the latest openssl, which breaks current php7.0. Not any change in the PHP package. ** Package changed: php7.0 (Ubuntu) => openssl (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1626883] [NEW] libssl 1.0.2g-1ubuntu4.4 causes PHP7 SSL cert validation to segfault

2016-09-23 Thread Olli Salli
Public bug reported: Last night unattended-upgrades upgraded the openssl packages (libssl1.0.0, libssl-dev, openssl) from version 1.0.2g-1ubuntu4.1 to version 1.0.2g-1ubuntu4.4 on a CI build server. Then everything that used PHP to connect to a HTTPS site started crashing when verifying the

[Bug 1574349] Re: gitlab install fails on missing gem file

2016-08-16 Thread Olli-Pekka Wallin
gitlab will be released new version with with 2.3 ruby support in few days now on. however, you should Onmibus version from gitlab CE until functional gitlab is distributed to Xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 996916] Re: postgresql packages in the removal blacklist making it hard to upgrade

2016-07-30 Thread Olli-Pekka Wallin
Removing postgis package help with me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/996916 Title: postgresql packages in the removal blacklist making it hard to upgrade To manage notifications

[Bug 1605218] Re: Google account login using 2FA isn’t remembered across sessions

2016-07-21 Thread Olli Ries
I can confirm that Chrome does not show that behavior, i.e. it does let me login without having to enter the credentials again. Chromium however does show the behavior described in comment #1. However, webbrowser-app does require the userid (email) entered again before letting you log in. --

[Bug 1579712] Re: Refresh hangs indefinitely, appstreamcli using 100% CPU

2016-05-20 Thread Olli Niemi
I'm running Ubuntu Gnome and the user experience is horrible with this bug when using the UI: "Software Updater" has "X" and "Stop" buttons: "Stop" button stays gray (inactive) during the update (what is the point of having gray Stop buttons?). It is even worse if the user (such as me) tried to

[Bug 1549507] Re: vim in xenial not compiled with python support

2016-05-19 Thread Olli Niemi
I just tried vim-nox (is that for "no X"?) and it seems Python 3 support works there. I had to use the "let g:UltiSnipsUsePythonVersion = 3" definition there because the autodetection did not work. For Powerline I installed powerline and python3-powerline packages and used the following

[Bug 1549507] Re: vim in xenial not compiled with python support

2016-05-13 Thread Olli Niemi
No Python support here (Ubuntu 16.04): VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Apr 08 2016 11:38:28) Included patches: 1-1689 Modified by pkg-vim-maintain...@lists.alioth.debian.org Compiled by pkg-vim-maintain...@lists.alioth.debian.org Huge version without GUI. Features included (+) or

[Bug 1574349] [NEW] gitlab install fails on missing gem file

2016-04-24 Thread Olli-Pekka Wallin
Public bug reported: sudo apt-get install gitlab fails with missing gemfile : Verifying we have all required libraries... Could not find gem 'devise-two-factor (~> 2.0.0)' in any of the gem sources listed in your Gemfile or available on this machine. dpkg: error processing package gitlab

[Bug 1549507] Re: vim in xenial not compiled with python support

2016-04-09 Thread Olli Niemi
It seems vim-plug (junegunn) has regressed as well: it needs Python support for parallel plugin updating. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549507 Title: vim in xenial not compiled

[Bug 1549507] Re: vim in xenial not compiled with python support

2016-04-09 Thread Olli Niemi
Confirmed: UltiSnips and Powerline rendered useless after switch from Wily. Same problem in current beta2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1549507 Title: vim in xenial not compiled

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-20 Thread Olli Ries
downgrading the respective firmware to an older release helped. the system was loading iwlwifi-7260-15.ucode which seemed to be the source of trouble. Removing any firmware but iwlwifi-7260-10.ucode allows me to reliably connect to my network again. -- You received this bug notification because

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
HW is a Dell XPS 12 -9Q33 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517058 Title: network manager does not connect to AP anymore To manage notifications about this bug go to:

[Bug 1517058] [NEW] network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
Public bug reported: network manager does not connect to my AP anymore, tries to authenticate and then asks for a password (of a previously connected wifi network). Upon entering the right password manually and/or verifying the stored password is correct the connection still fails. I have not

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1517058/+attachment/4520668/+files/syslog -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517058 Title:

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
uname -a: Linux minimie 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux lsb-release: DISTRIB_ID=Ubuntu DISTRIB_RELEASE=15.10 DISTRIB_CODENAME=wily DISTRIB_DESCRIPTION="Ubuntu 15.10" -- You received this bug notification because you are a member of

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
data from a series of failed attempts, unloading & loading the drivers -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517058 Title: network manager does not connect to AP anymore To manage

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
** Attachment added: "lspci" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1517058/+attachment/4520667/+files/lspci -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1517058 Title:

[Bug 1517058] Re: network manager does not connect to AP anymore

2015-11-17 Thread Olli Ries
** Attachment added: "upstart crash from ~ the same time, not sure if related" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1517058/+attachment/4520669/+files/_sbin_upstart.119.crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1361207] Re: nvidia-graphics-drivers-* should recommend nvidia-modprobe

2015-11-16 Thread Olli Niemi
Ubuntu 15.10 status: Installing only nvidia-352 and nvidia-cuda-toolkit packages forces Blender 2.76 to be started as root for the CUDA option to be visible in Blender menus (no errors reported in Blender). Installing also nvidia-modprobe fixes this problem: Blender can be started as normal user.

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-11-01 Thread Olli Niemi
Seems like Ubuntu 16.04 (release date 2016-04-21) will have irqbalance 1.0.9-1. It is still the old one for 15.10. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title:

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-11-01 Thread Olli Niemi
Seems like Ubuntu 16.04 (release date 2016-04-21) will have irqbalance 1.0.9-1. It is still the old one for 15.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-11-01 Thread Olli Niemi
Raspberry updated to 15.10 Ubuntu Mate and 480 MB memory lost in irqbalance. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming CPU and Memory To manage

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-11-01 Thread Olli Niemi
Raspberry updated to 15.10 Ubuntu Mate and 480 MB memory lost in irqbalance. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming CPU and

[Bug 1510838] [NEW] Language Support install fails ungracefully

2015-10-28 Thread Olli Niemi
Public bug reported: Preconditions: Install Ubuntu 15.10. Start some time consuming apt-get locking operation, for example "apt-get install texlive-full". Step 1: Open Language Support from System Settings. Notice it detects the apt-get is running and tells it is going to wait for the other apt-

[Bug 1510872] [NEW] Choppy sounds with GeForce GTX 750

2015-10-28 Thread Olli Niemi
Public bug reported: I have the following card: Asus GTX750-PHOC-1GD5 GeForce GTX 750 PH OC 1024 MB. I use its HDMI output and driver nvidia-352. The audio is choppy and sounds "like a broken record" from time to time (there is repetition of the same running audio 2-3 times for a second or two).

[Bug 538673] Re: tracker-extract seems to briefly consume 1.5GB memory and slow computer right down

2015-10-24 Thread Olli Niemi
Let's see... I actually scanned 41 files, totaling 1.5 GB. And saw the memory usage steadily growing as I scanned. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/538673 Title: tracker-extract seems

[Bug 538673] Re: tracker-extract seems to briefly consume 1.5GB memory and slow computer right down

2015-10-24 Thread Olli Niemi
I just scanned 30 documents with Simple Scan in 600 dpi and saved them as png and got 2.1 gigabytes memory usage for tracker-extract (Ubuntu Gnome 15.10). The memory was never deallocated. Simple Scan is missing some usability features: it doesn't tell when it is actually processing the image; you

[Bug 1509411] Re: Weechat crashes when creating config files from Puppet

2015-10-23 Thread Olli Niemi
Crash log attached. ** Attachment added: "weechat_crash_20151023_1760.log" https://bugs.launchpad.net/ubuntu/+source/weechat/+bug/1509411/+attachment/4503307/+files/weechat_crash_20151023_1760.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1509411] [NEW] Weechat crashes when creating config files from Puppet

2015-10-23 Thread Olli Niemi
Public bug reported: I am running command "weechat -r \"/quit\" -d /home/quetzal/.weechat" from Puppet configuration. The command is ran as user "quetzal", not root. I use that to create the "base" of default configuration and later apply my changes on top of those. What happens now is that

[Bug 1509218] [NEW] Garbled text in Wily installer with GeForce GTX750

2015-10-23 Thread Olli Niemi
Public bug reported: Just downloaded Wily final and tried to install it with the graphical installer. I see some garbled text: there are usually pieces of text missing (blocks) or text is replaced with white artifacts. I was barely able to go through the install by remembering the options. This

[Bug 1509218] Re: Garbled text in Wily installer with GeForce GTX750

2015-10-23 Thread Olli Niemi
The screenshot is from Ubuntu Gnome 15.10 but it is exactly the same in Ubuntu 15.10. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509218 Title: Garbled text in Wily installer with GeForce GTX750

[Bug 1489071] Re: slapd expose server filestructure when issue lpadsearch with special query

2015-08-26 Thread Olli-Pekka Wallin
how to drop ? ** Also affects: openldap (Ubuntu) Importance: Undecided Status: New ** Changed in: developer-portal Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1489071] Re: slapd expose server filestructure when issue lpadsearch with special query

2015-08-26 Thread Olli-Pekka Wallin
how to drop ? ** Also affects: openldap (Ubuntu) Importance: Undecided Status: New ** Changed in: developer-portal Status: New = Invalid -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openldap in Ubuntu.

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-31 Thread Olli Niemi
After 3 days memory usage is still the same 5 MB as reported previously. Is 5 MB within normal bounds? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming CPU

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-31 Thread Olli Niemi
After 3 days memory usage is still the same 5 MB as reported previously. Is 5 MB within normal bounds? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-28 Thread Olli Niemi
Memory usage with irqbalance 1.0.9-0ubuntu1~ppavv1 is 5 MB after 23 hours. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming CPU and Memory To manage

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-28 Thread Olli Niemi
Memory usage with irqbalance 1.0.9-0ubuntu1~ppavv1 is 5 MB after 23 hours. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming CPU and

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-27 Thread Olli Niemi
The leak was around 60 MB/day. Now running irqbalance 1.0.9-0ubuntu1~ppavv1 from the ppa. I will report more later. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-27 Thread Olli Niemi
The leak was around 60 MB/day. Now running irqbalance 1.0.9-0ubuntu1~ppavv1 from the ppa. I will report more later. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title:

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-26 Thread Olli Niemi
Happens also with Raspberry Pi 2 and Ubuntu Mate 15.04. Irqbalance has 497 MB usage. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to irqbalance in Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming

[Bug 1247107] Re: Runaway irqbalance consuming CPU and Memory

2015-07-26 Thread Olli Niemi
Happens also with Raspberry Pi 2 and Ubuntu Mate 15.04. Irqbalance has 497 MB usage. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1247107 Title: Runaway irqbalance consuming CPU and Memory To

[Bug 1462664] Re: [Ubuntu Phone] With WIFI = ON the GPS stops

2015-06-17 Thread Olli Ries
did some housekeeping to get it into the queue ** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: location-service (Ubuntu) Assignee: (unassigned) = Manuel de la Peña (mandel) -- You received this bug notification because you are a

[Bug 1448259] Re: Systemd does not send SIGTERM first on shutdown

2015-05-15 Thread Olli Niemi
Tested with Ubuntu Mate 15.04 in Raspberry Pi 2 (test.c, included here). It has systemd 219-7ubuntu5 package. After a reboot one can see that a file testing.txt is created but its size is zero, i.e. it was not given enough time to write the file contents. The fix is not working with two laptops

[Bug 1448438] Re: Home directories created with invalid mode

2015-04-29 Thread Olli Niemi
I created this bug because of possible misconfiguration of Ubuntu. The umask should be set in /etc/login.defs and with no other magic umasks for the user. Please transfer this bug report for those who are resposible of Ubuntu's configuration, thanks. -- You received this bug notification because

[Bug 1448259] Re: Systemd does not send SIGTERM first on shutdown

2015-04-28 Thread Olli Niemi
I also tested tested the packages. The mosh case is now working but the included test.c tester still fails this case. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448259 Title: Systemd does not

[Bug 1448438] Re: Home directories created with invalid mode

2015-04-28 Thread Olli Niemi
What the umask should be in 15.04? There is UMASK defined (022) to /etc/login.defs and /home/user is has been created with that as well as all the /etc/user/{Documents,Downloads,Music,Pictures,Videos} directories. I expect the umask to be the same for the rest of the files. mkdir test: drwxrwxr-x

[Bug 1448259] Re: Systemd does not send SIGTERM first on shutdown

2015-04-28 Thread Olli Niemi
When I compare the documentation I see that with systemd SIGTERM has been removed from it: Old behavior: http://unixhelp.ed.ac.uk/CGI/man-cgi?shutdown+8 Systemd behavior: http://man7.org/linux/man-pages/man8/shutdown.8.html Is it now that SIGTERM is sent in case-by-case basis to specific

[Bug 1448903] Re: Remmina window not visible after launch

2015-04-27 Thread Olli Niemi
** Package changed: ubuntu = remmina (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448903 Title: Remmina window not visible after launch To manage notifications about this bug go to:

[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2015-04-27 Thread Olli Ovaskainen
Confirmed in Ubuntu 14.04.02 LST x64. Fresh install. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/1257186 Title: memory leakage messages (no talloc stackframe) To manage

[Bug 1257186] Re: memory leakage messages (no talloc stackframe)

2015-04-27 Thread Olli Ovaskainen
Confirmed in Ubuntu 14.04.02 LST x64. Fresh install. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1257186 Title: memory leakage messages (no talloc stackframe) To manage notifications about this

[Bug 1448903] [NEW] Remmina window not visible after launch

2015-04-27 Thread Olli Niemi
Public bug reported: Steps to reproduce in Ubuntu 15.04: 1. Have one program open with visible window, for example Terminal. 2. Place Remmina Remote Desktop Client to the Launcher 3. Click on the Remmina Remote Desktop Client launcher. 4. Observe Remmina Remote Desktop Client appears behind the

[Bug 1448443] [NEW] Can't execute scripts from home

2015-04-25 Thread Olli Niemi
Public bug reported: I can't execute files anymore with Ubuntu 15.04's Files program (GUI). For example, I install IHMC CmapTools to some directory inside ~/. It installs a file named bin/CmapTools with sh shebang. This file always opens with gedit but it has execute bit on. However, if I start

[Bug 1448454] [NEW] Minimized windows are not accessible

2015-04-25 Thread Olli Niemi
Public bug reported: Steps to reproduce (Ubuntu 15.04): 1. Launch three windows/instances of the same program (ctrl+alt+t). 2. Notice the indicator next to the application icon in the Launcher now shows three tick marks. 3. Minimize the three launched programs. 4. Notice the indicator next to

[Bug 1448438] [NEW] Home directories created with invalid mode

2015-04-25 Thread Olli Niemi
Public bug reported: When creating a new directory inside ~/ Ubuntu 15.04: Mode is 0775. Ubuntu 14.10: Mode is 0755. UMASK is 022 in both cases so the mode should be 0755. This bug is for Ubuntu 15.04. ** Affects: ubuntu Importance: Undecided Status: New -- You received this

[Bug 1448443] Re: Can't execute scripts from home

2015-04-25 Thread Olli Niemi
** Package changed: ubuntu = nautilus (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448443 Title: Can't execute scripts from home To manage notifications about this bug go to:

[Bug 1448438] Re: Home directories created with invalid mode

2015-04-25 Thread Olli Niemi
It was with mkdir. Also see that g+w mode is set when I do touch to a file. So it is also for regular files. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1448438 Title: Home directories created

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
OK, I will try with strace later, hope it's sufficient proof. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982 Title: Wrong kill mode on shutdown To manage notifications about this bug go to:

[Bug 1447953] Re: automatiacally created boot partition too small fo upgrade

2015-04-24 Thread olli syrjälä
Removing previous kernel manually freed enough space for installation. Now the used is 88/243 on 500G disk -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1447953 Title: automatiacally created boot

[Bug 1447953] [NEW] automatiacally created boot partition too small fo upgrade

2015-04-24 Thread olli syrjälä
Public bug reported: I installed kubuntu 14.10 and used automatic partition creation encrypted lvm. Now when trying to upgrade to 15.04 it says that boot partition is about 35m too small ProblemType: Bug DistroRelease: Ubuntu 14.10 Package: linux-image-3.16.0-34-generic 3.16.0-34.47

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
Unfortunately strace didn't reveal much. However, I created a small program to show the signal. Using test.c I can see that when testing with Ubuntu 14.10 the program always creates the testing.txt file on restart. However, if I test with Ubuntu 15.04, that file is never created in the same use

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
** Attachment added: Tester for missing SIGTERM https://bugs.launchpad.net/ubuntu/+source/mosh/+bug/1446982/+attachment/4382943/+files/test.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982

[Bug 1448259] [NEW] Systemd has wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
Public bug reported: It has been normal that applications first get the SIGTERM signal before SIGKILL on shutdown/reboot in order to successfully finish any pending tasks. Now it seem this logic has been changed to something else, causing problems to mosh and many others:

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
Thanks Keith for the summary. This bug can be closed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982 Title: Wrong kill mode on shutdown To manage notifications about this bug go to:

[Bug 1445405] Re: Bash history is not retained if 'reboot' command is used

2015-04-24 Thread Olli Niemi
See also: https://bugs.launchpad.net/ubuntu/+source/mosh/+bug/1446982 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1445405 Title: Bash history is not retained if 'reboot' command is used To

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
New bug created: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448259 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982 Title: Wrong kill mode on shutdown To manage notifications

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-24 Thread Olli Niemi
Are there any Ubuntu Mosh guys who take the full end-to-end responsibility of Mosh (or systemd) working correctly there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982 Title: Wrong kill mode

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-23 Thread Olli Niemi
(1) I am connecting from a machine running Ubuntu release 15.04 (mosh version 1.2.4a) to one Raspberry Pi machine running Raspbian Wheezy release (mosh version 1.2.3). After shutdown and restart of the machine running Ubuntu release 15.04 (mosh version 1.2.4a) I get this error from the Raspberry

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-23 Thread Olli Niemi
My kill -9 was a description of similar end result as to what happens on shutdown. Mosh behaves the same way. I'm not normally using kill directly, I just wish it behaves the same way on reboot and shutdown (i.e. normal kill). I don't even know is there kill (SIGTERM) done to mosh on shutdown.

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-23 Thread Olli Niemi
Just tried mosh from 14.10 - 15.04. This works correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982 Title: Wrong kill mode on shutdown To manage notifications about this bug go to:

[Bug 1446982] [NEW] Wrong kill mode on shutdown

2015-04-22 Thread Olli Niemi
Public bug reported: I started to use mosh with Ubuntu 15.04 beta2. The packages are from today and updated. What happens with mosh is that I get Mosh: You have a detached Mosh session on this server (mosh [pid]) from the remote host after shutting down my computer and using mosh again with

[Bug 1446982] Re: Wrong kill mode on shutdown

2015-04-22 Thread Olli Niemi
Just guessing, but let's select systemd. ** Package changed: ubuntu = systemd (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1446982 Title: Wrong kill mode on shutdown To manage

[Bug 1388583] Re: 15c2:0038 Unable to boot from S5 with Soundgraph iMon IR module

2014-12-21 Thread Olli Niemikorpi
** Also affects: lirc (Ubuntu) Importance: Undecided Status: New ** Changed in: linux (Ubuntu) Status: Triaged = Opinion -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388583 Title:

[Bug 1388583] Re: 15c2:0038 Unable to boot from S5 with Soundgraph iMon IR module

2014-12-18 Thread Olli Niemikorpi
Thank you, Tocinillo! Works like a charm even without lirc (which seems to break the remote wake up facility)... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1388583 Title: 15c2:0038 Unable to

[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-12-01 Thread Olli Ries
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided = Critical ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in:

[Bug 1377332] Re: [TOPBLOCKER] UI randomly freezes

2014-12-01 Thread Olli Ries
** Also affects: canonical-devices-system-image Importance: Undecided Status: New ** Changed in: canonical-devices-system-image Importance: Undecided = Critical ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in:

[Bug 1379386] Re: [emergency call] + [phone-app] remove SIM card naming from SURU divider in emergency dialer mode

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

[Bug 1367325] Re: [phone-app] empty state missing in recent view and empty address book

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

[Bug 1387763] Re: deleting Google contacts not working reliably

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

[Bug 1389611] Re: swipe to the photo roll hint should wrap rather than elide

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

[Bug 1392401] Re: Bottom edge tip should disappear when interacting with the UI

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

[Bug 1390098] Re: Active call panel incorrectly displayed when recieving a call

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

[Bug 1389514] Re: open photo from scope fails on first try

2014-11-26 Thread Olli Ries
** Changed in: canonical-devices-system-image Importance: Undecided = High ** Changed in: canonical-devices-system-image Status: New = Confirmed ** Changed in: canonical-devices-system-image Milestone: None = r1 ** Changed in: canonical-devices-system-image Assignee:

  1   2   3   4   5   6   7   8   9   >