[Bug 2067599] [NEW] The necessary checks related to the update could not be performed An unresolved issue occurred while calculating the update.

2024-05-30 Thread Kalle Virtakoivu
Public bug reported: translate this from Finnish to English: Etsitään uutta Ubuntu-julkaisua = Welcome to Ubuntu 24.10 'Oracular Oriole' = The Ubuntu team is proud to announce Ubuntu 24.10 'Oracular Oriole'. To see what's new in this release, visit: https://wiki.ubuntu.com/OracularOriole/Rele

[Bug 2037305] Re: installed nvidia-kernel-common-535 package post-installation script subprocess returned error exit status 1

2024-04-10 Thread Kalle Hallivuori
I just got the error in the subject after running >50 package updates with Discover on Kubuntu, "Ubuntu 22.04.4 LTS". I thought I was on nvidia-525 drivers (535 never worked for me), but they seem to be missing from "Software Sources" now, which instead have "nvidia-driver-535 (proprietary)" selec

[Bug 1970925] Re: K4dirstat installer registers incorrect inode/directory MIME type

2022-05-11 Thread Kalle Tuulos
The root problem is, that the /usr/share/applications/k4dirstat.desktop file has following line: MimeType=inode/directory; This line should be removed in order to avoid this problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1970925] [NEW] K4dirstat installer registers incorrect inode/directory MIME type

2022-04-29 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 20.04.4 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center k4dirstat: Installed: 3.2.0-1build1 Candidate: 3.2.0-

[Bug 1846423]

2021-08-20 Thread Kalle Werning
In my case the error is now: "item.startDate is null". If someone is following here with the same problems with nextcloud, here I opened a new bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1721085 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscr

[Bug 1846423]

2021-08-20 Thread Kalle Werning
Now I did some more testing... Because I have these problems only with a Nextcloud "Birthdays from contacts"-calendar, I setupped a new Nextcloud instance with only a few contacts with a birthday in it. This calendar is in Nextcloud created automatically and write protected for all users. The

[Bug 1846423]

2021-07-17 Thread Kalle Werning
I' am worried about that too. :/ I have also still issues. But with different error messages. I'l document it during the day and post it here later! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/18464

[Bug 1846423]

2021-07-17 Thread Kalle Werning
UnFuckingbelieable... :) Just updated and I have no error and no popup when syncing the "Birthdays from contacts"-calendar from Nextcloud. Now wating for the next reminder, when a birthday. :) When its closeable without any trouble, everythings perfect. Thanks a lot to everone involved, especially

[Bug 1846423]

2021-06-26 Thread Kalle Werning
(In reply to Geoff Lankow (:darktrojan) from comment #45) > Comment on attachment 9227653 > 1560151-trigger-duration.diff OMG! That would be so awesome! I'm very curious, if it will fix it! Thanks a lot! -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 1846423]

2021-05-07 Thread Kalle Werning
Is there something new on this topic? I can't believe that this bug isn't fixable for years now. :/ PLEASE! I'm hoping on every update. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1846423 Title: L

[Bug 1862602] Re: GPSD does not serve network clients even -G is used

2020-02-27 Thread Kalle Tuulos
Before marking this as "invalid", please express this in /etc/default/gpsd - otherwise user's don't understand, that the -G requires also change into /lib/systemd/system/gpsd.socket file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1862602] Re: GPSD does not serve network clients even -G is used

2020-02-26 Thread Kalle Tuulos
The solution is to modify file /lib/systemd&/system/gpsd.socket as follows: ... #ListenStream=127.0.0.1:2947 <--- comment out this line ListenStream=0.0.0.0:2947 <--- add this line ... This works for IPv4, but for IPv6, I did not get it working. Anyway, I have disabled IPv6 from my "produc

[Bug 1862507] Re: Live CD installer crashed

2020-02-10 Thread Kalle Tuulos
Installation with the same image, to the same virtual machine configuration, succeeded, when disk was partitioned using default options i.e. ext4 as file system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.ne

[Bug 1862602] [NEW] GPSD does not serve network clients even -G is used

2020-02-09 Thread Kalle Tuulos
Public bug reported: GPSD does not listen to other addresses, i.e. it does not serve clients on network, even though -G is defined in /etc/default/gpsd. Netstat output is as follows: user@mydevice:~ $ netstat -l | grep gps tcp0 0 localhost:gpsd 0.0.0.0:* LISTE

[Bug 1862595] [NEW] Onedrive CLI client causes segmentation fault

2020-02-09 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 18.04.4 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center onedrive: Installed: 1.1.20170919-2ubuntu2 Candidate:

[Bug 1862507] [NEW] Live CD installer crashed

2020-02-09 Thread Kalle Tuulos
Public bug reported: I tried to install 20.04 (preview image, downloaded 9-Feb-2020) from scratch, under VirtualBox 6.0.16 r135674 (Qt5.6.2). The host system is Windows 10 64bit, 16 GB RAM. The instance was given 4GB RAM, 110 GB disk. On the installation, only mention worth thing was, that I sel

[Bug 1852536] Re: Warning in ./libraries/sql.lib.php shown, when any table contents are listed

2019-11-14 Thread Kalle Tuulos
Also, the ppa:phpmyadmin/ppa does not offer support for xenial. Only for bionic and eon. Please see below: sudo apt-get update ... Reading package lists... Done W: The repository 'http://ppa.launchpad.net/phpmyadmin/ppa/ubuntu xenial Release' does not have a Release file. N: Data from such a repo

[Bug 1852536] Re: Warning in ./libraries/sql.lib.php shown, when any table contents are listed

2019-11-14 Thread Kalle Tuulos
This is because: kalle@hostname:~$ sudo add-apt-repository ppa:phpmyadmin/ppa Test packages for Ubuntu, maintained on salsa.debian.org/phpmyadmin-team Do not use these packages on production! Wait until they are released through the official ubuntu-channels. More info: https://launchpad.net

[Bug 1852536] Re: Warning in ./libraries/sql.lib.php shown, when any table contents are listed

2019-11-14 Thread Kalle Tuulos
Should this be still fixed in 16.04's normal repository? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1852536 Title: Warning in ./libraries/sql.lib.php shown, when any table contents are listed

[Bug 1852536] [NEW] Warning in ./libraries/sql.lib.php shown, when any table contents are listed

2019-11-13 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 16.04.6 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center phpmyadmin: Installed: 4:4.5.4.1-2ubuntu2.1 Candidate

[Bug 1852265] Re: Nautilus hangs when right-click->properties is selected on file

2019-11-13 Thread Kalle Tuulos
I noticed that RabbitVCS / checkerservice.py was the reason for hanging. After I removed the RabbitVCS installation, Nautilus doesn't hang any more. Could this bug be moved to rabbitvcs-nautilus? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 1852265] [NEW] Nautilus hangs when right-click->properties is selected on file

2019-11-12 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 18.04.3 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center nautilus: Installed: 1:3.26.4-0~ubuntu18.04.4 Candida

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-12 Thread Kalle Tuulos
>> Uname: Linux 2.6.32-042stab128.2 x86_64 > you can't run this ancient kernel in a Xenial release This is something I (and quite many others) can't do anything, as the kernel is provided by OpenVZ. When I last time asked the service provider, they estimated, that it would be on Q2/2019. > tmpfil

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-11 Thread Kalle Tuulos
For Dan: > then, reboot (so the problem is reproduced) and get the output of > $ journalctl -b Attached. ** Attachment added: "journalctl.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+attachment/5255102/+files/journalctl.txt -- You received this bug notification bec

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-11 Thread Kalle Tuulos
For Dimitri: > In addition to debug output from systemd-tmpfiles-setup.service > as above, it is also interesting to know the permiissions > on / itself, ie. what's the output of: > $ ls -la / kalle@vspk:~$ ls -la / total 1272 drwxr-xr-x 24 root root4096 Apr 11 15:18 . dr

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-11 Thread Kalle Tuulos
Yes, tested, and sorry, it did not help. There are still the same errors in syslog, and /var/run don't have proper directories for sshd etc. The systemd (etc) version is now as follows: kalle@vspk:~$ apt-cache policy systemd systemd: Installed: 229-4ubuntu21.21+bug1818814v20190411b1 Cand

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-10 Thread Kalle Tuulos
** Attachment added: "find_run_ls_after_reboot.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+attachment/5254877/+files/find_run_ls_after_reboot.txt ** Changed in: systemd (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-10 Thread Kalle Tuulos
VPS control panel. root@vspk:/var/run# ls -la /var/run lrwxrwxrwx 1 root root 4 May 14 2018 /var/run -> /run Contents of /run directory: root@vspk:/var/run# find /run -ls > /home/kalle/find_run_ls_after_reboot.txt (attached)

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-10 Thread Kalle Tuulos
** Attachment added: "sudo_find_run_ls.txt" https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+attachment/5254876/+files/sudo_find_run_ls.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/b

[Bug 1768637] Re: /etc/modprobe.d is not a file

2019-04-10 Thread Kalle Tuulos
This problem still exists in Ubuntu 16.04 LTS, as for it, the ubuntu- drivers-common version is 1:0.4.17.7. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1768637 Title: /etc/modprobe.d is not a file

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-10 Thread Kalle Tuulos
" is as follows: kalle@vspk:~$ ls -lad /run /var/run drwxr-xr-x 31 root root 980 Apr 10 23:03 /run lrwxrwxrwx 1 root root 4 May 14 2018 /var/run -> /run ** Changed in: systemd (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a membe

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-10 Thread Kalle Tuulos
Now I tested on the original host. On that machine, update to 229-4ubuntu21.21 did not work - /var/run directories are not created properly and e.g. OpenSSH server can't start, following is printed on the log: Apr 10 13:31:24 vspk systemd[1]: Starting OpenBSD Secure Shell server... Apr 10 13:31:24

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-09 Thread Kalle Tuulos
Correction to previous comment: /var/run directories seem to be pretty much ok now, i.e. openssh starts, but mysql refuses still to start. I'll try to find out reason for that and get back to here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-04-09 Thread Kalle Tuulos
The problem still exists in the latest (229-4ubuntu21.21) version. The grep result is attached as "grep_result.txt" file: kalle@nxld:~$ grep . /etc/tmpfiles.d/* /run/tmpfiles.d/* /usr/lib/tmpfiles.d/* > grep_result.txt grep: /run/tmpfiles.d/*: No such file or directory ** Att

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-03-06 Thread Kalle Tuulos
I got this fixed by manually downgrading packages libsystemd0 and systemd to versions 229-4ubuntu21.10. I just downloaded those from here: https://launchpad.net/~ubuntu-security- proposed/+archive/ubuntu/ppa/+build/15710450 After rebooting the server, the system works again fine. Anyway, now I hav

[Bug 1818814] Re: systemd-tmpfiles-setup.services fails to create /var/run directories

2019-03-06 Thread Kalle Tuulos
Additional information: the problem appeared after updating libsystemd0:amd64 from 229-4ubuntu21.10 to 229-4ubuntu21.16 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818814 Title: systemd-tmpfiles-

[Bug 1818814] [NEW] systemd-tmpfiles-setup.services fails to create /var/run directories

2019-03-06 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Description:Ubuntu 16.04.6 LTS Release:16.04

[Bug 1556828] Re: Glade designer eating Cpu & Ram

2018-06-12 Thread Kalle Raiskila
This bug seems to have been fixed in upstream on 2017-06-13 (according to the link in comment #3). But testing that seems to require GTK+3.20. Perhaps it is time to upgrade to 18.04/bionic beaver... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribe

[Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2018-04-30 Thread Kalle Valo
The low throughput with transmit TCP streams on ath10k should be fixed with this mac80211 commit: mac80211: Adjust TSQ pacing shift https://git.kernel.org/linus/36148c2bbfbe50c50206b6f61d072203c80161e0 Apparently v4.16-rc5 was the first release to have that commit. -- You received this bug not

[Bug 1638136] Re: xbacklight not working in ubuntu 16.10

2018-01-30 Thread Kalle Raiskila
In my case this turned out to be a known bug with the "modesetting" graphics driver, a fix for which would be available in linux 4.11 earliest: https://bugs.freedesktop.org/show_bug.cgi?id=96572 Perhaps xbacklight works out-of-the-box on Ubuntu 17.10 :) Googling around suggests Ubuntu 16.04 switc

[Bug 1638136] Re: xbacklight not working in ubuntu 16.10

2018-01-26 Thread Kalle Raiskila
xbacklight stopped working just now after an 'apt updgrade'. Ubuntu 16.04.3, Dell XPS-13. Writing directly to /sys/class/backlight/intel_backlight/brightness still works. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.la

[Bug 1567744] Re: USB NICs get too long name for ifupdown aliases or bridge names

2018-01-04 Thread Kalle Tuulos
Just an update - this problem still exists in Ubuntu 16.04.3 LTS. In case someone gets to this page due to this problem, there is a workaround. Downside on this workaround is, that all network interface names are then changed to eth0, eth1, eth2 etc, so one must change settings on the /etc/network

[Bug 1246347] Re: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/syslog

2017-08-06 Thread Kalle Tuulos
Just reporting, that this bug still exists in 16.04.3 LTS. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1246347 Title: Lots of "error on subcontainer ‘ia_addr’ insert (-1)" reports in /var/log/sy

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-25 Thread Kalle Tuulos
As i mentioned in the comment #5: "This was just one of attempts. I tried also the Ubuntu command-line install method with no updates during the installation. This reported installation attempt was using the Lubuntu live image, because this way it was easiest to create the error report." --> th

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-25 Thread Kalle Tuulos
One note more: Ubuntu has two kinds of installer images: those, which should be (and so far have been) capable of installing the system without any network connection, and those, which rely on network connection to fetch necessary drivers, utilities etc. Now it seems, that the offline installer has

Re: [Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-24 Thread Kalle Tuulos
Philip - you need to explain, how and why network problems would effect this problem. This is particularly because I selected, that updates are NOT downloaded during installation. 24.5.2017 18.51 "Phillip Susi" kirjoitti: > You are still having network problems: > > Failed to fetch http://fi.ar

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-24 Thread Kalle Tuulos
I assume the problem is here: ---8<---8<--- May 24 11:20:39 lubuntu ubiquity: Reading package lists... May 24 11:20:39 lubuntu ubiquity: May 24 11:20:39 lubuntu ubiquity: Building dependency tree... May 24 11:20:39 lubuntu ubiquity: May 24 11:20:39 lubuntu ubiquity: Reading state information...

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-24 Thread Kalle Tuulos
Attached is syslog from another installation attempt, to another (DFI EC-200) computer. The result was the same, GRUB writing failed. ** Attachment added: "syslog from another attempt" https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+attachment/4882596/+files/syslog ** C

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-16 Thread Kalle Tuulos
I just tested this with Ubuntu 16.04 (amd64) server installation media. GRUB was written succesfully, so this problem has been introduced after 16.04. ** Changed in: grub-installer (Ubuntu) Status: Incomplete => New -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-15 Thread Kalle Tuulos
This was just one of attempts. I tried also the Ubuntu command-line install method with no updates during the installation. This reported installation attempt was using the Lubuntu live image, because this way it was easiest to create the error report. Conclusion: network issues are not part of th

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-15 Thread Kalle Tuulos
** Attachment added: "dmesg output" https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+attachment/4876780/+files/dmesg.txgt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1690767

[Bug 1690767] Re: GRUB installation fails on DFI industrial PC

2017-05-15 Thread Kalle Tuulos
** Attachment added: "syslog" https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+attachment/4876796/+files/syslog.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1690767 Title

[Bug 1690767] [NEW] GRUB installation fails on DFI industrial PC

2017-05-15 Thread Kalle Tuulos
Public bug reported: Computer type is DFI EC700-BT4051-E454. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 17.04 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center Not known - system is

[Bug 1670041] Re: Poor performance of Atheros QCA6174 802.11ac (rev 32) (Killer Wireless 1535)

2017-05-04 Thread Kalle Valo
I'm having a hard time understanding this bug report, so I have some extra questions: Is the 27.3 Mbit/s throughput transmit (laptop -> AP) or receive (AP -> laptop) speed? That's an important detail to know. Also I see claims that this is a firmware problem, how was that conclusion made? If rec

[Bug 1600173] Re: Pmount hangs on bash autocomplete

2017-02-27 Thread Kalle Raiskila
Happens for me too, but for me hitting Ctrl-C unfreezes the autocompleter, and it prints out whatever it has found up till then. Quite annoying. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1600173

[Bug 1654182] [NEW] Software Center does not launch in Ubuntu 16.10 through X2Go in Xfce

2017-01-05 Thread Kalle Tuulos
quot;. It is expected to launch succesfully. 4) What happened instead If launched from menu, only visible is the cursor changing to running clock for a while. If launched from command line, following text is printed to screen: ---8<---8<--- kalle@doghouse:~/Desktop$ software-center /usr/bin/

[Bug 1622877] Re: MTU probing does not work

2016-12-30 Thread Kalle Tuulos
This problem exists also in Ubuntu 16.10, which has kernel version 4.8.0-32-generic x86_64. ** Changed in: linux (Ubuntu) Status: Expired => Incomplete ** Tags added: yakkety -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. htt

[Bug 1630491] Re: Open-vm-tools unpack freezes and uses all CPU

2016-10-05 Thread Kalle Tuulos
Here is printout from lspci: ---8<---8<--- kalle@backup:/etc/default$ lspci 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02) 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 00:01.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 ID

[Bug 1630491] [NEW] Open-vm-tools unpack freezes and uses all CPU

2016-10-05 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Description:Ubuntu Yakkety Yak (development branch) Release:16.10 beta2 version, downloaded 5-Oct-2016 Please note, this is 32-bit version and is was installed under VirtualB

[Bug 1622877] Re: MTU probing does not work

2016-09-16 Thread Kalle Tuulos
** Tags added: kernel-bug-exists-upstream -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622877 Title: MTU probing does not work To manage notifications about this bug go to: https://bugs.launchpad

[Bug 1622877] Re: MTU probing does not work

2016-09-16 Thread Kalle Tuulos
The bug exists still with kernel version: 4.8.0-040800rc6-generic -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1622877 Title: MTU probing does not work To manage notifications about this bug go to

[Bug 1622877] Re: MTU probing does not work

2016-09-13 Thread Kalle Tuulos
** Description changed: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 16.04.1 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center Kernel version 4.4.0-36 3) What you

[Bug 1622877] [NEW] MTU probing does not work

2016-09-13 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 16.04.1 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center Kernel version 4.4.0-36 3) What you expected to happen

[Bug 1619546] [NEW] PHP and SQL errors on Zabbix dashboard

2016-09-01 Thread Kalle Tuulos
Public bug reported: The Zabbix 2.4 is installed from standard Ubuntu repositories, on top of MariaDB. 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 16.04.1 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by che

[Bug 1567744] Re: USB NICs get too long name for ifupdown aliases or bridge names

2016-08-29 Thread Kalle Tuulos
This feature worked well in my earlier installation (16.04LTS), but when I re-installed the system yesterday, adding an alias to my USB network adapter didn't work any more. ---8<---8<--- $ sudo ifup enx0016:0 RTNETLINK answers: Numerical result out of range Failed to bring up enx0

[Bug 1571534] Re: PHP Fatal error in zabbix-frontend-php

2016-06-15 Thread Kalle Tuulos
I came to comment here, as I reported the same bug and it was marked as duplicate, which it was. Anyway, only after reporting the bug I noticed, that Zabbix itself tells, that it is not compatible with PHP7. Thus the whole Zabbix package should be withdrawn from Ubuntu 16.04 until it supports PHP7

[Bug 1581926] [NEW] Zabbix PHP front-end, fatal error, call to undefined function

2016-05-15 Thread Kalle Tuulos
Public bug reported: 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> About Ubuntu Ubuntu 16.04 LTS 2) The version of the package you are using, via 'apt-cache policy pkgname' or by checking in Software Center zabbix-frontend-php: Installed: 1:2.4.7+dfsg-2ubuntu2 C

[Bug 1581926] Re: Zabbix PHP front-end, fatal error, call to undefined function

2016-05-15 Thread Kalle Tuulos
I'm trying to set the package to zabbix-frontend-php, but this system doesn't let me to change it. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1581926 Title: Zabbix PHP front-end, fatal error, cal

[Bug 1572569] [NEW] Relocation error in libc.so.6

2016-04-20 Thread Kalle Tuulos
Public bug reported: The complete error message is as follows: ./testapp: relocation error: ./testapp: symbol __get_cpu_features, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference The "testapp" has been compiled in Ubuntu 14.04 LTS server with Free Pascal to 64bit exec

[Bug 1404880] Re: usbip doesn't work, missing kernel modules

2015-08-03 Thread Kalle Tuulos
** Tags added: utopic vivid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1404880 Title: usbip doesn't work, missing kernel modules To manage notifications about this bug go to: https://bugs.launch

[Bug 1404880] Re: usbip doesn't work, missing kernel modules

2015-07-31 Thread Kalle Tuulos
This error exists also in 15.04 (x86-64). Error message is as follows: ---8<---8<--- user@usbtest:~$ sudo usbipd usbip err: stub_driver.c: 33 (open_sysfs_stub_driver) usbip_common_mod.ko and usbip.ko must be loaded ** (process:1226): ERROR **: driver open failed ---8<---8<--- -- You received

[Bug 966480] Re: The prompt asking for media removal is not shown at the end of the installation

2015-02-17 Thread Kalle Tuulos
This error exists still in 14.10. Tested with media lubuntu-14.10-desktop-i386.iso, installed under VirtualBox 4.3.22 r98236, host OS is 64bit MS Windows 7 Pro SP1. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1383737] Re: Bad version of python-clang in file cindex.py

2014-11-23 Thread Kalle Raiskila
Repeat with: $ python >>> import clang.cindex >>> index = clang.cindex.Index.create() Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/dist-packages/clang/cindex.py", line 2047, in create return Index(conf.lib.clang_createIndex(excludeDecls, 0)) File "/usr

[Bug 1376494] Re: gedit hides mouse pointer when there is selected text

2014-10-21 Thread Kalle
This bug affects me too. When text is selected and i cut it using ctrl+x the cursor starts flickering and the cpu fan ramps up (i guess due to some hide/unhide cursor loop). Only way to solve it is to restart gedit. -- You received this bug notification because you are a member of Ubuntu Bugs, wh

[Bug 1030088] Re: CGDB hangs while "Reading symbols from..."

2014-08-15 Thread Kalle Raiskila
If you compile gdb from source and use that as the cgdb backend, does it repeat? Does it hang if you start cgdb without a debuggee as command-line parameter? I might have just reported a dupe: https://bugs.launchpad.net/ubuntu/+source/cgdb/+bug/1357378 See also: https://github.com/cgdb/cgdb/is

[Bug 1357378] [NEW] cgdb freezes on startup

2014-08-15 Thread Kalle Raiskila
Public bug reported: cgdb freezes on startup. It starts gdb, but never reaches the point where the gdb prompt is shown. This repeats on every try. This happens on ARM with 14.04, but happened also on 13.10. Compiling cgdb and/or gdb from source did not repeat the issue. I.e. if using a souce-bu

[Bug 1294311] Re: Compiz process continuously uses too much cpu.

2014-05-03 Thread Kalle
I have recently installed Ubuntu 14.04 LTS. It worked wonderfully at first, but then it started to be extremely slow to open and close new windows. The system monitor showed that the processor ran at around 100% although I was nothing special. The "Compiz" process took up around 40% of the processo

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510

2014-01-18 Thread Kalle Elmér
I'm using the psmouse driver on a Dell Inspiron 17R SE and it makes the touchpad work as an actual touchpad and not just a mouse. However, I'm experiencing a significant amount of backlash. By this, I mean that when reversing the direction of movement the cursor will remain still for some time

[Bug 1260360] [NEW] package linux-image-3.8.0-34-generic (not installed) failed to install/upgrade: ErrorMessage: Unterprozess neues pre-installation-Skript gab den Fehlerwert 1 zurück

2013-12-12 Thread kalle
newbie-i promise. also i tried recovery mode.with no succes. thnak you fro help kalle ProblemType: Package DistroRelease: Ubuntu 12.04 Package: linux-image-3.8.0-34-generic (not installed) ProcVersionSignature: Ubuntu 3.8.0-29.42~precise1-generic 3.8.13.5 Uname: Linux 3.8.0-29-generic i686

[Bug 871752] Re: wrong keyboard layout to enter wifi credential on a non-us keyboard

2013-12-01 Thread kalle
I installed Kubuntu 13.10 yesterday and this is still not changed. This is the first time I have not used the "alternate" CD and it affected disk encryption as well. I ended up having to reinstall immediately because I could not decrypt my disk, since I had entered the passphrase on a different key

[Bug 507109] Re: web links don't open with left click

2013-03-15 Thread Kalle Hyvönen
This is the only single complaint I have with gnome-terminal is that I cannot just left-click on links to make them open. Otherwise it would be perfect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/50

[Bug 559524] Re: org.freedesktop.DBus.Error.NoReply

2013-02-26 Thread Kalle Hyvönen
I have the same problem as Lars in 12.10. I do not seem to have any runaway processes though. usb-creator-gtk takes around 8% CPU time and says "erasing" on the erase button but nothing happens. When checking iotop nothing is accessing the USB-stick. "udisks --dump" is attached. I also get the DBus

[Bug 1099633] Re: network manager static ip gui bug

2013-01-14 Thread Kalle
** Description changed: - Setting a static ip in network-manager-gnome causes the netmask textbox - to glitch badly. If the tab key is used to jump from the ip textbox to - the netmask textbox, it is impossible to click apply. If return is used - instead of tab, it is possible to click apply, howe

[Bug 1099633] [NEW] network manager static ip gui bug

2013-01-14 Thread Kalle
Public bug reported: Setting a static ip in network-manager-gnome causes the netmask textbox to glitch badly. If the tab key is used to jump from the ip textbox to the netmask textbox, it is impossible to click apply. If return is used instead of tab, it is possible to click apply, however the gra

[Bug 1090775] [NEW] package samba4 4.0.0~alpha18.dfsg1-4ubuntu2 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 126

2012-12-15 Thread Kalle Niskanen
Public bug reported: unmet depencies, failed to install ProblemType: Package DistroRelease: Ubuntu 12.04 Package: samba4 4.0.0~alpha18.dfsg1-4ubuntu2 ProcVersionSignature: Ubuntu 3.2.0-34.53-generic-pae 3.2.33 Uname: Linux 3.2.0-34-generic-pae i686 ApportVersion: 2.0.1-0ubuntu15 Architecture: i38

[Bug 1085931] [NEW] [Veriton 2800, Realtek ALC880, Green Headphone Out, Front] No sound at all

2012-12-03 Thread Kautto Kalle
Sound Architecture Driver Version 1.0.24. ApportVersion: 2.0.1-0ubuntu13 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: kalle 1565 F pulseaudio Card0.Amixer.info: Card hw:0 'Intel'/'HDA Intel at 0xdfff8000 irq 42' Mixer

[Bug 1003950] Re: launcher does not show minimized update manager while clicked

2012-09-20 Thread Kalle Pokki
Affects me too. Updated from way back to 12.04.1 32-bit. Each time Update Manager appears automatically in the dock, I'm unable to bring up its main window. Options available by right clicking the icon do work. -- You received this bug notification because you are a member of Ubuntu Bugs, which i

[Bug 1016294] Re: ia32-libs-multiarch but it is not installable

2012-09-10 Thread Kalle Pokki
Maybe apt cannot resolve foreign architecture dependencies correctly? I followed the dependency chains manually and installed the dependencies 'backwards' and got the program working. I'm still left with very odd compiler include path differences between 10.04.3 LTS and 12.04.1 LTS, but that may be

[Bug 1016294] Re: ia32-libs-multiarch but it is not installable

2012-09-10 Thread Kalle Pokki
We had a 64-bit system running 10.04.3 LTS server edition, using ELDK 4.0 as a 32-bit binary. It worked fine with the ia32-libs package. This morning I upgraded it to 12.04.1 LTS, using do-release-upgrade, and the upgrade automatically removed the ELDK package (packaged by me from binary). I insta

[Bug 1027023] Re: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 10

2012-07-20 Thread Kalle Varvikko
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1027023 Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: aliprosessi installed post-installation script palaut

[Bug 1027023] [NEW] package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to install/upgrade: aliprosessi installed post-installation script palautti virhetilakoodin 10

2012-07-20 Thread Kalle Varvikko
Public bug reported: WLAN does not work ProblemType: Package DistroRelease: Ubuntu 10.04 Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 ProcVersionSignature: Ubuntu 2.6.38-15.63~lucid1-generic 2.6.38.8 Uname: Linux 2.6.38-15-generic i686 Architecture: i386 Date: Fri Jul 20 13:44:42 2012 E

[Bug 606238] Re: synaptic touchpad not recognized on dell latitude e6510 and others

2012-07-16 Thread Kalle Elmér
I have a DELL Inspiron 17R SE on which the touchpad is recognised as a PS/2 Mouse. This particular model is quite new so it does make some sense that it doesn't work as well as the older Inspiron laptops. Can anything be done to fix this? Is there anything I can do? -- You received this bug notif

[Bug 867833] Re: Network Manager overwriting /etc/resolv.conf with no information when static IP configured for ipv4

2012-03-09 Thread Kalle Tuulos
I just made a clean 11.10 install using "alternate i386 install" CD. I installed system with static IP address and performed full update. Everything was fine. After rebooting the system first time, /etc/resolv.conf was wiped clean. This means that the error correction has not been distributed yet

[Bug 846394] Re: Snowball not supported by flash-kernel

2012-02-21 Thread Kalle Vahlman
** Summary changed: - Snowball not supported + Snowball not supported by flash-kernel -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846394 Title: Snowball not supported by flash-kernel To manage n

[Bug 846394] Re: Snowball not supported

2012-02-20 Thread Kalle Vahlman
Couple of observations: flash-kernel requires uboot-mkimage installed for most of it's targets but does not depend on it (only suggests). I'm not sure if that makes sense. But this is a generic issue. Another issue is that the flash-kernel.conf will contain the wrong partition when on eMMC. This

[Bug 846394] Re: Snowball not supported

2012-02-20 Thread Kalle Vahlman
** Also affects: igloocommunity Importance: Undecided Status: New ** Changed in: igloocommunity Importance: Undecided => Wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/846394 Tit

[Bug 874619] Re: Unity compiz plugin makes display slow on multi-screen

2012-02-08 Thread Kalle
I have encountered it on many older ati and nvidia graphic cards that normally run desktop with compiz smoothly (on single screen mode). Disabling unity plugin "solves" the slow and choppy desktop problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is sub

[Bug 902568] Re: Xorg freeze

2011-12-10 Thread Kalle
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/902568 Title: Xorg freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/902568/+subscriptions -- u

[Bug 902568] [NEW] Xorg freeze

2011-12-10 Thread Kalle
Public bug reported: After upgrading from 10.10 to 11.10 (via live USB on December 6th 2011) the cursor (both usb mouse and touchpad) and keyboard freezes after a minute or two. Nothing but a forced shut down gets me out of the freeze. After logging in using Unity 2d (instead of the default Uni

[Bug 875949] Re: resolv.conf is cleared at system reset

2011-10-16 Thread Kalle Tuulos
Replying to myself (and maybe others having the same problem): workaround for this error is to forcibly write protect the /etc/resolv.conf file with following command: sudo chattr +i /etc/resolv.conf This prevents NetworkManager from overwriting the file. -- You received this bug notification b

  1   2   3   4   5   6   >