[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.
https://bugs.launchpad.net/bugs/1970925

Title:
  K4dirstat installer registers incorrect inode/directory MIME type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/k4dirstat/+bug/1970925/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-1build1
  Version table:
 *** 3.2.0-1build1 500
500 http://fi.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
100 /var/lib/dpkg/status


3) What you expected to happen
4) What happened instead
When K4Dirstat is installed, it adds following row to /etc/mailcap:
inode/directory; k4dirstat --icon k4dirstat -qwindowtitle "K4DirStat" "%s"; 
test=test -n "$DISPLAY"

This is problematic, as this causes K4Dirstat to be default MIME handler for 
directories.
Practical example of this problem is, when some script uses "xdg-open" to open 
directory, it then opens K4Dirstat instead of system's normal file manager.

In my computer, I corrected this by commenting out the line.

Correction: don't add the MIME registration to /etc/mailcap -file.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: k4dirstat 3.2.0-1build1
ProcVersionSignature: Ubuntu 5.4.0-109.123-generic 5.4.178
Uname: Linux 5.4.0-109-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.23
Architecture: amd64
CurrentDesktop: LXQt
Date: Fri Apr 29 13:43:10 2022
InstallationDate: Installed on 2022-04-27 (2 days ago)
InstallationMedia: Ubuntu-Server 20.04.4 LTS "Focal Fossa" - Release amd64 
(20220223.1)
SourcePackage: k4dirstat
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: k4dirstat (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal uec-images

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1970925

Title:
  K4dirstat installer registers incorrect inode/directory MIME type

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/k4dirstat/+bug/1970925/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.
https://bugs.launchpad.net/bugs/1862602

Title:
  GPSD does not serve network clients even -G is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1862602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 "production" devices, so this does not
matter.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862602

Title:
  GPSD does not serve network clients even -G is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1862602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.net/bugs/1862507

Title:
  Live CD installer crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1862507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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:*   LISTEN 
tcp6   0  0 localhost:gpsd  [::]:*  LISTEN 
unix  2  [ ACC ] STREAM LISTENING 21487   /var/run/gpsd.sock

And ps -ax shows as follows:

3890 ?S 
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
gpsd:
  Installed: 3.17-5
  Candidate: 3.17-5
  Version table:
 *** 3.17-5 500
500 http://fi.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: gpsd 3.17-5
ProcVersionSignature: Ubuntu 4.15.0-76.86-generic 4.15.18
Uname: Linux 4.15.0-76-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
Date: Mon Feb 10 09:18:29 2020
InstallationDate: Installed on 2018-11-12 (454 days ago)
InstallationMedia: Lubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
SourcePackage: gpsd
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.default.gpsd: 2020-02-10T09:15:45.902653

** Affects: gpsd (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862602

Title:
  GPSD does not serve network clients even -G is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gpsd/+bug/1862602/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: 1.1.20170919-2ubuntu2
  Version table:
 *** 1.1.20170919-2ubuntu2 500
500 http://fi.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

3) What you expected to happen
I opened a new shell and typed "onedrive". It was supposed to synchronize my 
Onedrive directory, instead it just segfaulted.

4) What happened instead
user@machine:~$ onedrive
std.json.JSONException@../../../../src/libphobos/src/std/json.d(442): Key not 
found: lastModifiedDateTime

0x560724ce00b6 ???
???:0
0x560724d489ae ???
???:0
0x560724d47a5b ???
???:0
0x560724c7d4fa ???
???:0
0x560724c7ea7a ???
???:0
0x560724c7e46c ???
???:0
0x560724c74002 ???
???:0
0x560724c73a72 ???
???:0
0x560724dc78be ???
???:0
0x560724dc7a2e ???
???:0
0x560724dc7dea ???
???:0
0x560724dc7a2e ???
???:0
0x560724dc7bc0 ???
???:0
0x560724c72ea3 ???
???:0
0x7fe7506d7b96 __libc_start_main
???:0
0x560724c6ac99 ???
???:0
0x ???
???:0
Segmentation fault (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: onedrive 1.1.20170919-2ubuntu2
ProcVersionSignature: Ubuntu 4.15.0-76.86-generic 4.15.18
Uname: Linux 4.15.0-76-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: LXDE
Date: Mon Feb 10 08:56:21 2020
Dependencies:
 gcc-8-base 8.3.0-6ubuntu1~18.04.1
 libc6 2.27-3ubuntu1
 libgcc1 1:8.3.0-6ubuntu1~18.04.1
 libsqlite3-0 3.22.0-1ubuntu0.2
InstallationDate: Installed on 2018-10-25 (472 days ago)
InstallationMedia: Lubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
SourcePackage: onedrive
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: onedrive (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862595

Title:
  Onedrive CLI client causes segmentation fault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/onedrive/+bug/1862595/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 selected zfs
as file system. Otherwise, everything else was pretty standard (timezone
Europe/Helsinki, keyboard Finnish).

The installer crashed after it had asked me the questions, whether I
want to install 3rd party utilities etc, and after I had created the
user account. After crashing, it popped up screen, where it asked,
whether it can report the error.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.4
ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
Uname: Linux 5.4.0-9-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
CasperVersion: 1.438
CurrentDesktop: ubuntu:GNOME
Date: Sun Feb  9 12:27:04 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Alpha amd64 (20200124)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages ubiquity-20.04.4 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1862507

Title:
  Live CD installer crashed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1862507/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 repository can't be authenticated and is therefore 
potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration 
details.
E: Failed to fetch 
http://ppa.launchpad.net/phpmyadmin/ppa/ubuntu/dists/xenial/main/binary-amd64/Packages
  404  Not Found

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1852536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/~phpmyadmin/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it


** Changed in: phpmyadmin (Ubuntu)
   Status: Fix Released => New

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1852536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1852536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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: 4:4.5.4.1-2ubuntu2.1
  Version table:
 *** 4:4.5.4.1-2ubuntu2.1 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 4:4.5.4.1-2ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

3) What you expected to happen

Any table is opened from any database. The rows from table should be
listed on PHPMyadmin display.

4) What happened instead

An error pop-up appears: "Some errors have been detected on the server!
Please look at the bottom of this window." (Ignore All) (Ignore)

The detailed error is:

Warning in ./libraries/sql.lib.php#601
 count(): Parameter must be an array or an object that implements Countable

Backtrace

./libraries/sql.lib.php#2038: PMA_isRememberSortingOrder(array)
./libraries/sql.lib.php#1984: PMA_executeQueryAndGetQueryResponse(
array,
boolean true,
string 'mailserver',
string 'virtual_aliases',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `virtual_aliases`',
NULL,
NULL,
)
./sql.php#216: PMA_executeQueryAndSendQueryResponse(
array,
boolean true,
string 'mailserver',
string 'virtual_aliases',
NULL,
NULL,
NULL,
NULL,
NULL,
NULL,
string '',
string './themes/pmahomme/img/',
NULL,
NULL,
NULL,
string 'SELECT * FROM `virtual_aliases`',
NULL,
NULL,
)

This error can be corrected by editing file
/usr/share/phpmyadmin/libraries/sql.lib.php as follows:

line 601:
Replace || count($analyzed_sql_results['select_expr'] == 1)
With || (count($analyzed_sql_results['select_expr']) == 1)

line 602:
Replace && ($analyzed_sql_results['select_expr'][0] == '*')))
With && ($analyzed_sql_results['select_expr'][0] == '*'))

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: phpmyadmin 4:4.5.4.1-2ubuntu2.1
Uname: Linux 2.6.32-042stab140.1 x86_64
ApportVersion: 2.20.1-0ubuntu2.21
Architecture: amd64
Date: Thu Nov 14 08:34:19 2019
PackageArchitecture: all
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
SourcePackage: phpmyadmin
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.phpmyadmin.apache.conf: 2019-09-15T12:07:25.653028

** Affects: phpmyadmin (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug third-party-packages xenial

-- 
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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/phpmyadmin/+bug/1852536/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1852265

Title:
  Nautilus hangs when right-click->properties is selected on file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1852265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
  Candidate: 1:3.26.4-0~ubuntu18.04.4
  Version table:
 *** 1:3.26.4-0~ubuntu18.04.4 500
500 http://fi.archive.ubuntu.com/ubuntu bionic-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 1:3.26.3-0ubuntu4 500
500 http://fi.archive.ubuntu.com/ubuntu bionic/main amd64 Packages


3) What you expected to happen
4) What happened instead

A directory containing any amount of files (may be just few, may be
hundreds of files) is opened. Some file is right-clicked and Properties
is selected, after which Nautilus hangs immediately.

It can be killed with "killall -9 nautilus" command, after which one
must wait for short time before Nautilus can be started again.

If it is started too soon, it will not start, it just prints text:
"Failed to register: Timeout was reached"

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: nautilus 1:3.26.4-0~ubuntu18.04.4
ProcVersionSignature: Ubuntu 4.15.0-66.75-generic 4.15.18
Uname: Linux 4.15.0-66-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CurrentDesktop: LXDE
Date: Tue Nov 12 15:58:19 2019
GsettingsChanges:
 b'org.gnome.nautilus.preferences' b'default-folder-viewer' b"'list-view'"
 b'org.gnome.nautilus.window-state' b'geometry' b"'958x757+2151+138'"
 b'org.gnome.nautilus.list-view' b'default-zoom-level' b"'small'"
 b'org.gnome.nautilus.list-view' b'use-tree-view' b'true'
 b'org.gnome.nautilus.list-view' b'default-column-order' b"['name', 'size', 
'type', 'owner', 'group', 'permissions', 'mime_type', 'where', 'date_modified', 
'date_modified_with_time', 'date_accessed', 'recency', 'RabbitVCS::age_column', 
'RabbitVCS::author_column', 'RabbitVCS::revision_column', 
'RabbitVCS::status_column']"
InstallationDate: Installed on 2018-10-25 (383 days ago)
InstallationMedia: Lubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1852265

Title:
  Nautilus hangs when right-click->properties is selected on file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1852265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.

> tmpfiles was recently updated to start using fchownat()
> with the AT_EMPTY_PATH flag, and:
> $ man fchownat | grep AT_EMPTY_PATH
>   AT_EMPTY_PATH (since Linux 2.6.39)

This means, that the Xenial LTS has been broken :(

I'm changing this status back to New, as there needs to be a way to
support Xenial installations in OpenVZ environments, until service
providers have upgraded their systems.


** Changed in: systemd (Ubuntu)
   Status: Invalid => New

-- 
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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-04-12 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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818814

Title:
  systemd-tmpfiles-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 .
drwxr-xr-x  24 root root4096 Apr 11 15:18 ..
drwx--   2 root root4096 Nov 27  2016 
.cpt_hardlink_dir_a920e4ddc233afddc9fb53d26c392319
-rw-r--r--   1 root root   0 Apr 11 15:20 .vzfifo
drwxr-xr-x   2 root root4096 Apr 11 15:17 bin
drwxr-xr-x   2 root root4096 May 14  2018 boot
-rw---   1 root root 1671168 Apr 11 15:19 core
drwxr-xr-x   5 root root 640 Apr 11 15:19 dev
drwxr-xr-x 154 root root   12288 Apr 11 15:18 etc
drwxr-xr-x   5 root root4096 Apr 10 15:46 home
drwxr-xr-x  16 root root4096 Jun  9  2018 lib
drwxr-xr-x   2 root root4096 Mar  4 08:56 lib64
drwx--   2 root root4096 Nov 27  2016 lost+found
drwxr-xr-x   2 root root4096 Nov 27  2016 media
drwxr-xr-x   2 root root4096 Nov 27  2016 mnt
drwxr-xr-x   2 root root4096 Nov 27  2016 opt
dr-xr-xr-x 139 root root   0 Apr 11 15:18 proc
drwx--   9 root root4096 Apr 11 08:29 root
drwxr-xr-x  32 root root 980 Apr 12 08:25 run
drwxr-xr-x   2 root root   12288 Apr 11 15:17 sbin
drwxr-xr-x   2 root root4096 May 14  2018 snap
drwxr-xr-x   2 root root4096 Nov 27  2016 srv
drwxr-xr-x   7 root root   0 Apr 11 15:18 sys
drwxrwxrwt   9 root root4096 Apr 12 08:25 tmp
drwxr-xr-x  10 root root4096 Nov 27  2016 usr
drwxr-xr-x  13 root root4096 Dec 17 13:37 var

-- 
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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
  Candidate: 229-4ubuntu21.21+bug1818814v20190411b1
  Version table:
 *** 229-4ubuntu21.21+bug1818814v20190411b1 500
500 http://ppa.launchpad.net/ddstreet/lp1818814/ubuntu xenial/main 
amd64 Packages
100 /var/lib/dpkg/status
 229-4ubuntu21.21 500
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
 229-4ubuntu4 500
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages

-- 
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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-04-11 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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818814

Title:
  systemd-tmpfiles-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-04-11 Thread Kalle Tuulos
>> /var/run directories are not created properly

>what specifically do you mean by this? just that you see log errors?

Following directories were not created automatically, I had to create
them manually in order to enable services to start:

/var/run/fail2ban
/var/run/screen
/var/run/sshd
/var/run/zabbix

Following directory was created, but its ownership was not proper:

/var/run/redis

> What's the output of:

> $ sudo find /run -ls
Please see attached file: sudo_find_run_ls.txt (working situation) and 
find_run_ls_after_reboot.txt (after the system was rebooted i.e. not working 
situation).

> $ df
Filesystem 1K-blocksUsed Available Use% Mounted on
/dev/simfs  52428800 7818704  44610096  15% /
devtmpfs 1572864   0   1572864   0% /dev
tmpfs1572864   0   1572864   0% /dev/shm
tmpfs15728649488   1563376   1% /run
tmpfs   5120   4  5116   1% /run/lock
tmpfs1572864   0   1572864   0% /sys/fs/cgroup
none 1572864   0   1572864   0% /run/shm


To make this a bit more complete, I removed the var.conf and restarted the 
system. When I checked the md5sum of files /usr/lib/tmpfiles.d, they matched to 
my other Ubuntu 16.04 server.

After reboot, syslog relevant parts showed following:
---8<---8<---
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: [/usr/lib/tmpfiles.d/var.conf:14] 
Duplicate line for path "/var/log", ignoring.
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of /run/named failed: 
Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: Failed to validate path 
/var/run/fail2ban: Too many levels of symbolic links
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of /run/redis failed: 
Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: Failed to validate path 
/var/run/screen: Too many levels of symbolic links
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: Failed to validate path 
/var/run/sshd: Too many levels of symbolic links
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: Failed to validate path 
/var/run/sudo: Too many levels of symbolic links
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: Failed to validate path 
/var/run/sudo/ts: Too many levels of symbolic links
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of /run/utmp failed: 
Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of /run/systemd/netif 
failed: Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of 
/run/systemd/netif/links failed: Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of 
/run/systemd/netif/leases failed: Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: Failed to validate path 
/var/run/zabbix: Too many levels of symbolic links
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of /run/log/journal 
failed: Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of 
/run/log/journal/6d9c7cc322ee4c48af7c0ec3b492b5cc failed: Invalid argument
Apr 11 08:44:50 vspk systemd-tmpfiles[85]: fchownat() of 
/run/log/journal/6d9c7cc322ee4c48af7c0ec3b492b5cc/system.journal failed: 
Invalid argument
Apr 11 08:44:50 vspk systemd[1]: systemd-tmpfiles-setup.service: Main process 
exited, code=exited, status=1/FAILURE
Apr 11 08:44:50 vspk systemd[1]: Failed to start Create Volatile Files and 
Directories.
Apr 11 08:44:50 vspk systemd[1]: systemd-tmpfiles-setup.service: Unit entered 
failed state.
Apr 11 08:44:50 vspk systemd[1]: systemd-tmpfiles-setup.service: Failed with 
result 'exit-code'.
---8<---8<---

This caused, that sshd, redis, fail2ban and zabbix agent were not able
to start.

In order for me to make the system usable, I needed to perform following
steps:

1) Log in to system using the serial console from the 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)

2) Give following commands:

root@vspk:/var/run# mkdir sshd  
 
root@vspk:/var/run# /etc/init.d/ssh start   
 
Starting ssh (via systemctl): ssh.service.

--> Now the system can be again accessed through SSH.

After that:
kalle@vspk:~$ sudo mkdir /var/run/zabbix
kalle@vspk:~$ sudo chown zabbix:zabbix /var/run/zabbix
kalle@vspk:~$ sudo chown redis:redis /var/run/redis
kalle@vspk:~$ sudo mkdir /var/run/fail2ban
kalle@vspk:~$ sudo mkdir /var/run/screen
kalle@vspk:~$ sudo chmod 777 /var/run/screen

-- 
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-setup.services fails to create /var/run 

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

2019-04-11 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/bugs/1818814

Title:
  systemd-tmpfiles-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-04-11 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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1768637/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

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

2019-04-10 Thread Kalle Tuulos
About var.conf, I wrote that in the initial bug report:
"My first idea was, that for some reason, systemd-tmpfiles was not able to 
create the /var directory properly, so I renamed /usr/lib/tmpfiles.d/var.conf 
to var.conf, but it was no help."

The output of "ls -lad" 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 member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1818814

Title:
  systemd-tmpfiles-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 vspk sshd[1928]: Missing privilege separation directory: 
/var/run/sshd
Apr 10 13:31:24 vspk systemd[1]: ssh.service: Control process exited, 
code=exited status=255
Apr 10 13:31:24 vspk systemd[1]: Failed to start OpenBSD Secure Shell server.
Apr 10 13:31:24 vspk systemd[1]: ssh.service: Unit entered failed state.
Apr 10 13:31:24 vspk systemd[1]: ssh.service: Failed with result 'exit-code'.

Grep results are attached.


** Attachment added: "grep_result.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+attachment/5254655/+files/grep_result.txt

** Changed in: systemd (Ubuntu)
   Status: Incomplete => New

-- 
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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 to Ubuntu.
https://bugs.launchpad.net/bugs/1818814

Title:
  systemd-tmpfiles-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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


** Attachment added: "Grep result"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+attachment/5254409/+files/grep_result.txt

-- 
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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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
have to take care, that I don't upgrade my other VPS servers before this
bug has been corrected.

-- 
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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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-setup.services fails to create /var/run directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1818814/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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   
 

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
systemd:
 
  Installed: 229-4ubuntu21.16   
 
  Candidate: 229-4ubuntu21.16   
 
  Version table:
 
 *** 229-4ubuntu21.16 500   
 
500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages 
 
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 
 229-4ubuntu4 500   
 
500 http://archive.ubuntu.com/ubuntu xenial/main amd64 Packages 
   

3) What you expected to happen
4) What happened instead

Ubuntu server (running in OpenVZ VPS farm, thus the old kernel version)
has been up and running happily, until I performed apt-get upgrade and
rebooted the server. After reboot, I could not establish SSH connection
to server, port 22 connection was refused.

I opened a HTML console to my server instance and checked logs. From the
logs, it was shown, that SSH server could not start, as it did not have
the /var/run/sshd directory. After scrolling back the /var/log/syslog, I
noticed that there were lots of other /var/run subdirectories, which
were not created. Here is cut from /var/log/syslog, related to
systemd-tmpfiles:

---8<---8<---
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: 
[/usr/lib/tmpfiles.d/00rsyslog.conf:6] Duplicate line for path "/v
ar/log", ignoring.  
 
Mar  6 12:32:54 vspk systemd[1]: Starting Raise network interfaces...   
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of /run/named failed: 
Invalid argument 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: Failed to validate path 
/var/run/fail2ban: Too many levels of symb
olic links  
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: Failed to validate path 
/var/run/screen: Too many levels of symbol
ic links
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: Failed to validate path 
/var/run/sshd: Too many levels of symbolic
 links  
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: Failed to validate path 
/var/run/sudo: Too many levels of symbolic
 links  
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: Failed to validate path 
/var/run/sudo/ts: Too many levels of symbo
lic links   
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of /run/utmp failed: 
Invalid argument  
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of /run/systemd/netif 
failed: Invalid argument 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of 
/run/systemd/netif/links failed: Invalid argument   
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of 
/run/systemd/netif/leases failed: Invalid argument  
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: Failed to validate path 
/var/run/zabbix: Too many levels of symbol
ic links
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of /run/log/journal 
failed: Invalid argument   
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of 
/run/log/journal/6d9c7cc322ee4c48af7c0ec3b492b5cc fa
iled: Invalid argument  
 
Mar  6 12:32:54 vspk systemd-tmpfiles[81]: fchownat() of 
/run/log/journal/6d9c7cc322ee4c48af7c0ec3b492b5cc/sy
stem.journal failed: Invalid argument   
 

[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/interfaces -file so, that they work also
after this change.

Steps:
1) Update /etc/default/grub as follows:
GRUB_CMDLINE_LINUX="net.ifnames=0 biosdevname=0"

2) Update GRUB:
sudo update-grub

3) If necessary, modify /etc/network/interfaces, specially if you have
static IP addresses

4) Reboot the computer.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567744

Title:
  USB NICs get too long name for ifupdown aliases or bridge names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1567744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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/syslog

To manage notifications about this bug go to:
https://bugs.launchpad.net/netsnmp/+bug/1246347/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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."

--> the problem is not in the Lubuntu live image alone, but in the
"main" Ubuntu installer image.

The 16.04 LTS installer (both Lubuntu live image and for Ubuntu command-
line) works fine in both of these computers, so the EFI grub package is
then left away from 17.04 installer.

This error report is now as complete as it can be. I can't spend more
time with this problem, as I need to just get around it and get those
industrial PCs into profitable use.

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 been broken.

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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.archive.ubuntu.com/ubuntu/dists/zesty-
> backports/InRelease  Unable to connect to fi.archive.ubuntu.com:http:
>
>
> ** Changed in: grub-installer (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1690767
>
> Title:
>   GRUB installation fails on DFI industrial PC
>
> Status in grub-installer package in Ubuntu:
>   Incomplete
>
> Bug description:
>   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 still being installed
>
>   3) What you expected to happen
>   Ubuntu 17.04 installation was started with request to erase everything
> from disk. The disk was anyway empty.
>   Installation went through successfully, the last step was to write GRUB
> into disk.
>
>   4) What happened instead
>   GRUB writing just failed: "The 'gruyb-efi-amd64-signed' package failed
> to install into /target/."
>
>   There are no "boot sector virus protection" options in BIOS (American
>   Megatrends).
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 17.04
>   Package: ubiquity 17.04.9
>   ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
>   Uname: Linux 4.10.0-19-generic x86_64
>   ApportVersion: 2.20.4-0ubuntu4
>   Architecture: amd64
>   CasperVersion: 1.380
>   Date: Mon May 15 12:14:55 2017
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi
> file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
>   LiveMediaBuild: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
>   ProcEnviron:
>TERM=unknown
>PATH=(custom, no user)
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>LC_NUMERIC=C.UTF-8
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/
> +bug/1690767/+subscriptions
>

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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...
May 24 11:20:39 lubuntu ubiquity: 
May 24 11:20:39 lubuntu ubiquity: E
May 24 11:20:39 lubuntu ubiquity: :
May 24 11:20:39 lubuntu ubiquity: Unable to locate package grub-efi-amd64-signed
May 24 11:20:39 lubuntu ubiquity: 
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...
May 24 11:20:39 lubuntu ubiquity: 
May 24 11:20:39 lubuntu ubiquity: E
May 24 11:20:39 lubuntu ubiquity: :
May 24 11:20:39 lubuntu ubiquity: Unable to locate package shim-signed
May 24 11:20:39 lubuntu ubiquity: 
May 24 11:20:39 lubuntu grub-installer: info: Calling 'apt-install 
grub-efi-amd64-signed' failed
---8<---8<---

I tested this also by calling manually the "apt-install shim-signed"
from command prompt before starting the actual installation process, but
no help.

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

** Changed in: grub-installer (Ubuntu)
   Status: Incomplete => New

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1690767

Title:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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 this problem.

15.5.2017 20.50 "Phillip Susi"  kirjoitti:

> You had a network problem that prevented downloading packages during the
> install.  Please try again.
>
>
> ** Changed in: grub-installer (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1690767
>
> Title:
>   GRUB installation fails on DFI industrial PC
>
> Status in grub-installer package in Ubuntu:
>   Incomplete
>
> Bug description:
>   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 still being installed
>
>   3) What you expected to happen
>   Ubuntu 17.04 installation was started with request to erase everything
> from disk. The disk was anyway empty.
>   Installation went through successfully, the last step was to write GRUB
> into disk.
>
>   4) What happened instead
>   GRUB writing just failed: "The 'gruyb-efi-amd64-signed' package failed
> to install into /target/."
>
>   There are no "boot sector virus protection" options in BIOS (American
>   Megatrends).
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 17.04
>   Package: ubiquity 17.04.9
>   ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
>   Uname: Linux 4.10.0-19-generic x86_64
>   ApportVersion: 2.20.4-0ubuntu4
>   Architecture: amd64
>   CasperVersion: 1.380
>   Date: Mon May 15 12:14:55 2017
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi
> file=/cdrom/preseed/lubuntu.seed boot=casper quiet splash ---
>   LiveMediaBuild: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
>   ProcEnviron:
>TERM=unknown
>PATH=(custom, no user)
>LANG=en_US.UTF-8
>SHELL=/bin/bash
>LC_NUMERIC=C.UTF-8
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/
> +bug/1690767/+subscriptions
>

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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

Title:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 still being installed

3) What you expected to happen
Ubuntu 17.04 installation was started with request to erase everything from 
disk. The disk was anyway empty.
Installation went through successfully, the last step was to write GRUB into 
disk.

4) What happened instead
GRUB writing just failed: "The 'gruyb-efi-amd64-signed' package failed to 
install into /target/."

There are no "boot sector virus protection" options in BIOS (American
Megatrends).

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity 17.04.9
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CasperVersion: 1.380
Date: Mon May 15 12:14:55 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
ProcEnviron:
 TERM=unknown
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lubuntu ubiquity-17.04.9 zesty

-- 
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:
  GRUB installation fails on DFI industrial PC

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1690767/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2017-01-05 Thread Kalle Tuulos
Public bug reported:

Background information:
Software Center works properly, if launched from computer's own display, but if 
it is launched through X2Go's remote connection, it fails to launch. Xfce4 is 
used as windowing environment.

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
Description:Ubuntu 16.10
Release:16.10

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
software-center:
  Installed: 16.01+16.04.20160420
  Candidate: 16.01+16.04.20160420
  Version table:
 *** 16.01+16.04.20160420 500
500 http://fi.archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
500 http://fi.archive.ubuntu.com/ubuntu yakkety/universe i386 Packages
100 /var/lib/dpkg/status

x2goserver:
  Installed: 4.0.1.20-0~1125~ubuntu16.10.1
  Candidate: 4.0.1.20-0~1125~ubuntu16.10.1
  Version table:
 *** 4.0.1.20-0~1125~ubuntu16.10.1 500
500 http://ppa.launchpad.net/x2go/stable/ubuntu yakkety/main amd64 
Packages
100 /var/lib/dpkg/status

xfce4:
  Installed: (none)
  Candidate: 4.12.3
  Version table:
 4.12.3 500
500 http://fi.archive.ubuntu.com/ubuntu yakkety/universe amd64 Packages
500 http://fi.archive.ubuntu.com/ubuntu yakkety/universe i386 Packages

3) What you expected to happen
Software Center is launched either from menu or from command line, using 
command "software-center". 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/software-center:25: PyGIWarning: Gtk was imported without specifying a 
version first. Use gi.require_version('Gtk', '3.0') before import to ensure 
that the right version gets loaded.
  from gi.repository import Gtk, GObject
/usr/share/software-center/softwarecenter/ui/gtk3/views/purchaseview.py:29: 
PyGIWarning: WebKit2 was imported without specifying a version first. Use 
gi.require_version('WebKit2', '4.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import WebKit2 as webkit
2017-01-05 10:12:36,322 - softwarecenter.backend.zeitgeist_logger - WARNING - 
Support for Zeitgeist disabled
/usr/share/software-center/softwarecenter/ui/gtk3/widgets/symbolic_icons.py:23: 
PyGIWarning: PangoCairo was imported without specifying a version first. Use 
gi.require_version('PangoCairo', '1.0') before import to ensure that the right 
version gets loaded.
  from gi.repository import Gtk, Gdk, GLib, PangoCairo
2017-01-05 10:12:36,487 - softwarecenter.ui.gtk3.app - INFO - setting up proxy 
'None'
Traceback (most recent call last):
  File "/usr/bin/software-center", line 130, in 
app = SoftwareCenterAppGtk3(options, args)
  File "/usr/share/software-center/softwarecenter/ui/gtk3/app.py", line 338, in 
__init__
self.icons)
  File 
"/usr/share/software-center/softwarecenter/ui/gtk3/session/appmanager.py", line 
66, in __init__
self.oauth_token = helper.find_oauth_token_sync()
  File "/usr/share/software-center/softwarecenter/backend/ubuntusso.py", line 
143, in find_oauth_token_sync
sso.find_credentials()
  File 
"/usr/share/software-center/softwarecenter/backend/login_impl/login_sso.py", 
line 74, in find_credentials
self.proxy.find_credentials(self.appname, self._get_params())
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
**keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in 
call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not 
receive a reply. Possible causes include: the remote application did not send a 
reply, the message bus security policy blocked the reply, the reply timeout 
expired, or the network connection was broken.
kalle@doghouse:~/Desktop$ 
---8<---8<---

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: software-center 16.01+16.04.20160420
ProcVersionSignature: Ubuntu 4.8.0-27.29-generic 4.8.1
Uname: Linux 4.8.0-27-generic x86_64
ApportVersion: 2.20.3-0ubuntu8.2
Architecture: amd64
Date: Thu Jan  5 10:32:02 2017
PackageArchitecture: all
SourcePackage: software-center
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: software-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1654182

Title:
  Software Center does not launch in Ubuntu 16.10 through X2Go in Xfce

To manage notifications about this bug go to:

[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.
https://bugs.launchpad.net/bugs/1622877

Title:
  MTU probing does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1622877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 IDE (rev 01)
00:02.0 VGA compatible controller: InnoTek Systemberatung GmbH VirtualBox 
Graphics Adapter
00:03.0 Ethernet controller: Intel Corporation 82540EM Gigabit Ethernet 
Controller (rev 02)
00:04.0 System peripheral: InnoTek Systemberatung GmbH VirtualBox Guest Service
00:05.0 Multimedia audio controller: Intel Corporation 82801AA AC'97 Audio 
Controller (rev 01)
00:06.0 USB controller: Apple Inc. KeyLargo/Intrepid USB
00:07.0 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08)
00:0b.0 USB controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) 
USB2 EHCI Controller
00:0d.0 SATA controller: Intel Corporation 82801HM/HEM (ICH8M/ICH8M-E) SATA 
Controller [AHCI mode] (rev 02)
---8<---8<---

I couldn't right away get the lshw output, as executing the lshw freezes
on SMP step.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630491

Title:
  Open-vm-tools unpack freezes and uses all CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1630491/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
VirtualBox, under Ubuntu 16.04 LTS.

2) The version of the package you are using, via 'apt-cache policy
pkgname' or by checking in Software Center

open-vm-tools:
  Installed: 2:10.0.7-3227872-4.1ubuntu1
  Candidate: 2:10.0.7-3227872-5ubuntu1
  Version table:
 2:10.0.7-3227872-5ubuntu1 500
500 http://fi.archive.ubuntu.com/ubuntu yakkety/main i386 Packages
 *** 2:10.0.7-3227872-4.1ubuntu1 100
100 /var/lib/dpkg/status

3) What you expected to happen

I tried to upgrade packages by using commands "sudo apt-get update; sudo
apt-get upgrade".

All packages should have been upgraded succesfully.

4) What happened instead

For open-vm-tools package, apt-get printed following on screen:
---8<---8<---
Preparing to unpack .../43-open-vm-tools_2%3a10.0.7-3227872-5ubuntu1_i386.deb 
...
---8<---8<---

Currently, it has been executing the vmware-checkvm command for 45
minutes, using 99% of CPU.

Here is printout from ps -aux:
---8<---8<---
root  2858  0.2  0.5  15108 12240 pts/1Ss+  11:30   0:07 /usr/bin/dpkg 
--status-fd 19 --no-triggers --unpack --auto-deconfigure --recursive 
/tmp/apt-dpkg-install-FAHUi5
root  3475  0.0  0.1   5476  2816 pts/1S+   11:31   0:00 /bin/bash 
/var/lib/dpkg/info/open-vm-tools.prerm upgrade 2:10.0.7-3227872-5ubuntu1
root  3498 97.7  0.1  38696  3172 pts/1R+   11:31  47:54 vmware-checkvm
---8<---8<---

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: open-vm-tools 2:10.0.7-3227872-4.1ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
Uname: Linux 4.8.0-17-generic i686
ApportVersion: 2.20.3-0ubuntu7
Architecture: i386
Date: Wed Oct  5 12:10:21 2016
InstallationDate: Installed on 2016-10-05 (0 days ago)
InstallationMedia: Ubuntu-Server 16.10 "Yakkety Yak" - Alpha i386 (20160927)
SourcePackage: open-vm-tools
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: open-vm-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1630491

Title:
  Open-vm-tools unpack freezes and uses all CPU

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1630491/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.net/ubuntu/+source/linux/+bug/1622877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1622877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 expected to happen
  
  MTU probing should work automatically, there should be no network
  connectivity problems due to too large MTU.
  
  4) What happened instead
  
  I'm having an Ubuntu 16.04 32bit installation running inside Virtualbox,
  inside Ubuntu 16.04 64bit installation. Let's call the virtualized
  server as A and the host server as B.
  
  B is connected to Internet with static, public IP address. There are no
  problems in its network connectivity i.e. it can be reached well with
  any service from Internet.
  
  A has been given a static, public IP address. Actually A is using B's
  network card in connecting, but in my earlier virtual server
  installations, this hasn't caused any problems. In earlier installations
  (14.04 and before), there were no problems with network connectivity.
  
- Now, in the fresh 16.04.01 32bit installation on B, it seems that MTU is
- not probed properly. For example, if I'm trying to have a SSH connection
- from some internet host into B, the SSH connection freezes in "expecting
- SSH2_MSG_KEX_ECDH_REPLY" phase.
+ Now, in the fresh 16.04.01 32bit installation on A (i.e. virtual host),
+ it seems that MTU is not probed properly. For example, if I'm trying to
+ have a SSH connection from some internet host into A, the SSH connection
+ freezes in "expecting SSH2_MSG_KEX_ECDH_REPLY" phase.
  
  I tried manually setting net.ipv4.tcp_mtu_probing value to 1 and also 2,
  but it did not help. After I manually set the MTU value for lower value,
  connectivity problems went away.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-36-generic 4.4.0-36.55
  ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
  Uname: Linux 4.4.0-36-generic i686
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 
k4.4.0-36-generic.
  AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: i386
  ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
  AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
  Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
  Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
  Date: Tue Sep 13 10:02:55 2016
  HibernationDevice: RESUME=UUID=20336914-b62e-40bb-9eb6-463cf6e159c6
  IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
  Lsusb:
-  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
-  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
+  Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 vboxdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic 
root=UUID=952c3908-dbd9-48d0-899a-a3a14a678b7b ro splash quiet
  RelatedPackageVersions:
-  linux-restricted-modules-4.4.0-36-generic N/A
-  linux-backports-modules-4.4.0-36-generic  N/A
-  linux-firmware1.157.3
+  linux-restricted-modules-4.4.0-36-generic N/A
+  linux-backports-modules-4.4.0-36-generic  N/A
+  linux-firmware1.157.3
  RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

-- 
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.net/ubuntu/+source/linux/+bug/1622877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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

MTU probing should work automatically, there should be no network
connectivity problems due to too large MTU.

4) What happened instead

I'm having an Ubuntu 16.04 32bit installation running inside Virtualbox,
inside Ubuntu 16.04 64bit installation. Let's call the virtualized
server as A and the host server as B.

B is connected to Internet with static, public IP address. There are no
problems in its network connectivity i.e. it can be reached well with
any service from Internet.

A has been given a static, public IP address. Actually A is using B's
network card in connecting, but in my earlier virtual server
installations, this hasn't caused any problems. In earlier installations
(14.04 and before), there were no problems with network connectivity.

Now, in the fresh 16.04.01 32bit installation on B, it seems that MTU is
not probed properly. For example, if I'm trying to have a SSH connection
from some internet host into B, the SSH connection freezes in "expecting
SSH2_MSG_KEX_ECDH_REPLY" phase.

I tried manually setting net.ipv4.tcp_mtu_probing value to 1 and also 2,
but it did not help. After I manually set the MTU value for lower value,
connectivity problems went away.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-36-generic 4.4.0-36.55
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version k4.4.0-36-generic.
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/pcmC0D1c', '/dev/snd/pcmC0D0c', '/dev/snd/pcmC0D0p', 
'/dev/snd/controlC0', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1:
Card0.Amixer.info: Error: [Errno 2] No such file or directory: 'amixer'
Card0.Amixer.values: Error: [Errno 2] No such file or directory: 'amixer'
Date: Tue Sep 13 10:02:55 2016
HibernationDevice: RESUME=UUID=20336914-b62e-40bb-9eb6-463cf6e159c6
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: innotek GmbH VirtualBox
ProcFB: 0 vboxdrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic 
root=UUID=952c3908-dbd9-48d0-899a-a3a14a678b7b ro splash quiet
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-36-generic N/A
 linux-backports-modules-4.4.0-36-generic  N/A
 linux-firmware1.157.3
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 xenial

-- 
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.net/ubuntu/+source/linux/+bug/1622877/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2016-09-02 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 checking in Software Center

zabbix-frontend-php:
  Installed: 1:2.4.7+dfsg-2ubuntu2
  Candidate: 1:2.4.7+dfsg-2ubuntu2
  Version table:
 *** 1:2.4.7+dfsg-2ubuntu2 500
500 http://fi.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
500 http://fi.archive.ubuntu.com/ubuntu xenial/universe i386 Packages
100 /var/lib/dpkg/status

mariadb-server-10.0:
  Installed: 10.0.25-0ubuntu0.16.04.1
  Candidate: 10.0.25-0ubuntu0.16.04.1
  Version table:
 *** 10.0.25-0ubuntu0.16.04.1 500
500 http://fi.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
100 /var/lib/dpkg/status
 10.0.24-7 500
500 http://fi.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

php-mysql:
  Installed: 1:7.0+35ubuntu6
  Candidate: 1:7.0+35ubuntu6
  Version table:
 *** 1:7.0+35ubuntu6 500
500 http://fi.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
500 http://fi.archive.ubuntu.com/ubuntu xenial/main i386 Packages
100 /var/lib/dpkg/status

3) What you expected to happen

Just the normal Zabbix front-end operation.

4) What happened instead

Following errors are printed on Zabbix dashboard. However, they don't
seem to prohibit the "normal" operation of Zabbix i.e. showing data on
screens, using of triggers etc.

---8<---8<---
Illegal offset type [dashboard.php:145 → make_latest_issues() → 
CApiWrapper->__call() → CFrontendApiWrapper->callMethod() → 
CApiWrapper->callMethod() → CFrontendApiWrapper->callClientMethod() → 
CLocalApiClient->callMethod() → CScript->getScriptsByHosts() in 
/usr/share/zabbix/include/classes/api/services/CScript.php:322]
array_flip(): Can only flip STRING and INTEGER values! [dashboard.php:145 → 
make_latest_issues() → CApiWrapper->__call() → 
CFrontendApiWrapper->callMethod() → CApiWrapper->callMethod() → 
CFrontendApiWrapper->callClientMethod() → CLocalApiClient->callMethod() → 
CScript->getScriptsByHosts() → CScript->get() → CHostGroup->get() → 
dbConditionInt() → array_flip() in /usr/share/zabbix/include/db.inc.php:861]
Error in query [SELECT  DISTINCT  g.groupid FROM groups g,hosts_groups hg 
WHERE  AND hg.groupid=g.groupid] [You have an error in your SQL syntax; check 
the manual that corresponds to your MariaDB server version for the right syntax 
to use near 'AND hg.groupid=g.groupid' at line 1]
array_flip(): Can only flip STRING and INTEGER values! [dashboard.php:145 → 
make_latest_issues() → CApiWrapper->__call() → 
CFrontendApiWrapper->callMethod() → CApiWrapper->callMethod() → 
CFrontendApiWrapper->callClientMethod() → CLocalApiClient->callMethod() → 
CScript->getScriptsByHosts() → CScript->get() → CScript->addRelatedObjects() → 
CHost->get() → dbConditionInt() → array_flip() in 
/usr/share/zabbix/include/db.inc.php:861]
Error in query [SELECT   h.hostid FROM hosts h WHERE h.flags IN (0,4) AND  
AND h.status IN (0,1)] [You have an error in your SQL syntax; check the manual 
that corresponds to your MariaDB server version for the right syntax to use 
near 'AND h.status IN (0,1)' at line 1]
---8<---8<---

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: zabbix-frontend-php 1:2.4.7+dfsg-2ubuntu2 [modified: 
usr/share/zabbix/include/classes/api/wrappers/CApiWrapper.php 
usr/share/zabbix/include/classes/setup/CFrontendSetup.php]
ProcVersionSignature: Ubuntu 4.4.0-34.53-generic 4.4.15
Uname: Linux 4.4.0-34-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Fri Sep  2 09:02:03 2016
PackageArchitecture: all
SourcePackage: zabbix
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.apache2.conf-available.zabbix-frontend-php.conf: 
[modified]
mtime.conffile..etc.apache2.conf-available.zabbix-frontend-php.conf: 
2016-09-02T08:38:09.435278

** Affects: zabbix (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1619546

Title:
  PHP and SQL errors on Zabbix dashboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zabbix/+bug/1619546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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 enx0016:0.
---8<---8<---

The earlier installation was made using Xubuntu 16.04 installation media
and this time I installed the system using Ubuntu 16.04.01 mini iso
media, if this makes any difference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1567744

Title:
  USB NICs get too long name for ifupdown aliases or bridge names

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1567744/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 or
alternatively, Ubuntu 16.04 should support an official method to stay in
PHP5.

Reference:
https://www.zabbix.com/documentation/3.0/manual/installation/requirements
"PHP5.4.0 or later  PHP v7 is not supported yet."

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1571534

Title:
  PHP Fatal error in zabbix-frontend-php

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zabbix/+bug/1571534/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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
  Candidate: 1:2.4.7+dfsg-2ubuntu2

3) What you expected to happen
Zabbix-server-mysql and zabbix-frontend-php were installed on Ubuntu 16.04 
server from standard repositories. The server already had a working Apache2, 
MySQL and PHP7 installation.

After installing, steps explained in here https://thedutchlab.com/blog
/installing-zabbix-on-ubuntu-1404 were done in order to configure Zabbix
databases and to enable php front-end. Note, as Ubuntu 16.04 comes with
PHP7, I skipped the "php5-mysql" part from these installation
instructions.

Earlier, I have installed Zabbix servers from Ubuntu standard repos on
top of 14.04 using the same instructions. The only difference was that
those servers used PHP5.

Apache modules were enabled and Apache was restarted. Zabbix server was
started. I navigated to Zabbix PHP front-end page and it was expected to
work normally.

4) What happened instead

After I navigated to Zabbix PHP front-end page, an empty page was displayed and 
following was printed to Apache2 error.log:
---8<---8<---
[Sun May 15 11:44:20.935486 2016] [:error] [pid 27479] [client 
xx.xx.xx.xx:50298] PHP Fatal error:  Uncaught Error: Call to undefined function 
mb_strlen() in /usr/share/zabbix/include/classes/user/CProfile.php:330\nStack 
trace:\n#0 /usr/share/zabbix/include/classes/user/CProfile.php(214): 
CProfile::checkValueType('index.php', 3)\n#1 
/usr/share/zabbix/include/menu.inc.php(351): 
CProfile::update('web.menu.login', 'index.php', 3)\n#2 
/usr/share/zabbix/include/page_header.php(123): zbx_construct_menu(Array, 
Array, Array)\n#3 /usr/share/zabbix/include/views/general.login.php(30): 
require_once('/usr/share/zabb...')\n#4 
/usr/share/zabbix/include/classes/core/CView.php(111): 
include('/usr/share/zabb...')\n#5 /usr/share/zabbix/index.php(117): 
CView->render()\n#6 {main}\n  thrown in 
/usr/share/zabbix/include/classes/user/CProfile.php on line 330
---8<---8<---

According to Zabbix server's logs, the server itself seemed to work
normally.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: zabbix-frontend-php 1:2.4.7+dfsg-2ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Sun May 15 11:45:40 2016
InstallationDate: Installed on 2016-05-08 (6 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
PackageArchitecture: all
SourcePackage: zabbix
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: zabbix (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

-- 
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, call to undefined function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zabbix/+bug/1581926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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, call to undefined function

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zabbix/+bug/1581926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 executable. The executable doesn't have anything Free
Pascal specific and it works fine in other Ubuntu 14.04 LTS and 15.10
computers. I verified this by running the executable in a fresh-
installed 15.10 virtual computer, which did not have anything Free
Pascal related installed.

Now I copied the executable into 16.04 LTS (release candidate) computer
and tried to run it, but it gives the above mentioned error message.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libc6 2.23-0ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
Uname: Linux 4.4.0-18-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Wed Apr 20 16:15:39 2016
Dependencies:
 gcc-6-base 6.0.1-0ubuntu1
 libc6 2.23-0ubuntu3
 libgcc1 1:6.0.1-0ubuntu1
InstallationDate: Installed on 2016-04-11 (9 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160325)
SourcePackage: glibc
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: glibc (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug xenial

** Description changed:

  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 executable. The executable doesn't have anything Free
  Pascal specific and it works fine in other Ubuntu 14.04 LTS and 15.10
  computers. I verified this by running the executable in a fresh-
- installed 15.10 virtual computer, which did not have any Free Pascal
- related installed.
+ installed 15.10 virtual computer, which did not have anything Free
+ Pascal related installed.
  
  Now I copied the executable into 16.04 LTS (release candidate) computer
  and tried to run it, but it gives the above mentioned error message.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: libc6 2.23-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-18.34-generic 4.4.6
  Uname: Linux 4.4.0-18-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Wed Apr 20 16:15:39 2016
  Dependencies:
-  gcc-6-base 6.0.1-0ubuntu1
-  libc6 2.23-0ubuntu3
-  libgcc1 1:6.0.1-0ubuntu1
+  gcc-6-base 6.0.1-0ubuntu1
+  libc6 2.23-0ubuntu3
+  libgcc1 1:6.0.1-0ubuntu1
  InstallationDate: Installed on 2016-04-11 (9 days ago)
  InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160325)
  SourcePackage: glibc
  UpgradeStatus: No upgrade log present (probably 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/1572569

Title:
  Relocation error in libc.so.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibc/+bug/1572569/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[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.launchpad.net/ubuntu/+source/usbip/+bug/1404880/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 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.launchpad.net/ubuntu/+source/usbip/+bug/1404880/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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.net/bugs/966480

Title:
  The prompt asking for media removal is not shown at the end of the
  installation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/966480/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[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 on
main stream (or whatever is the correct terminology).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/867833

Title:
  Network Manager overwriting /etc/resolv.conf with no information when
  static IP configured for ipv4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/867833/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-10-17 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 because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875949

Title:
  resolv.conf is cleared at system reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/875949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-10-16 Thread Kalle Tuulos
Public bug reported:

I updated several computers from Ubuntu 11.04 to 11.10. In all of these
computers, /etc/resolv.conf was manually maintained. All of these
computers are having static IPs.

After the update was finished and computer(s) had rebooted, resolv.conf
had been cleared and had only line telling that the file is generated by
Networkmanager.

The error is that even if I now edit the resolv.conf to contain proper
nameserver information, it is wiped clear after system reset.

Please correct the error or at least provide very clear instructions,
how nameserver information can be maintained from command line.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: network-manager 0.9.1.90-0ubuntu3
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
Uname: Linux 3.0.0-12-generic-pae i686
ApportVersion: 1.23-0ubuntu3
Architecture: i386
CRDA: Error: [Errno 2] No such file or directory
Date: Sun Oct 16 23:02:05 2011
InstallationMedia: Ubuntu-Server 10.04 LTS Lucid Lynx - Release i386 
(20100427)
IpRoute:
 default via 192.168.1.1 dev eth1  proto static 
 169.254.0.0/16 dev eth1  scope link  metric 1000 
 192.168.1.0/24 dev eth1  proto kernel  scope link  src 192.168.1.3  metric 1
IwConfig:
 lono wireless extensions.
 
 eth1  no wireless extensions.
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RfKill:
 
SourcePackage: network-manager
UpgradeStatus: Upgraded to oneiric on 2011-10-16 (0 days ago)
modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2011-10-16T22:36:38.791335

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 oneiric

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875949

Title:
  resolv.conf is cleared at system reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/875949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-10-16 Thread Kalle Tuulos
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875949

Title:
  resolv.conf is cleared at system reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/875949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


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

2011-10-16 Thread Kalle Tuulos
It seems to say
modified.conffile..etc.NetworkManager.NetworkManager.conf: [modified]
in the error information. It is because I have tried to solve the
problem by following instructions from several places with this one
computer, no luck. Rest of computers are waiting that I'll get the
problem solved in this one computer first.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/875949

Title:
  resolv.conf is cleared at system reset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/875949/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 439448] Re: Visual corruption affecting several panel applets

2010-10-27 Thread Kalle Tuulos
Not 100% related to this error, but I tried Unity as a workaround
solution in my desktop computer. Unity worked even worse than Gnome so
it really can't be relied on.

On Tue, Oct 26, 2010 at 2:53 AM, Joaquin jknv...@gmail.com wrote:
 I don't know why to use Unity!
 Unity is for netbooks!
 I don't want a Mac clone, I want a Ubuntu with a clean GNOME 3.0!
 :S
 If its finally like it, I would install gnome shell 3.0 and use it!
 or test first unity...

 --
 Visual corruption affecting several panel applets
 https://bugs.launchpad.net/bugs/439448
 You received this bug notification because you are a direct subscriber
 of a duplicate bug (656723).

 Status in Compiz: Invalid
 Status in Desktop panel for GNOME: New
 Status in Indicator Applet: Invalid
 Status in Release Notes for Ubuntu: In Progress
 Status in “gnome-panel” package in Ubuntu: Triaged
 Status in “gnome-panel” source package in Lucid: New
 Status in “gnome-panel” source package in Maverick: Triaged

 Bug description:
 Binary package hint: gnome-panel, nm-applet, etc...

 SUMMARY:

 After graphical logon notification area gets scrambled. Icons are in terrible 
 mess. Some of them are overlapping others. Sometimes network manager icon is 
 missing. Sometimes phantom icons show up. They can be clones of any other 
 icons in the notification area. Bug affects any graphics card: ATI, nVidia, 
 Intel...

 WORKAROUND 1:

 Run 'killall gnome-panel' from the terminal or Gnome's Run dialog. The 
 panels will automatically respawn correctly.

 WORKAROUND 2:

 When you get your icons distorted right-click on the affected panel (not 
 icons) click Properties. In Panel Properties change panel orientation to 
 Left or Right and back to Top or Bottom. In my case all icons are 
 displayed properly, but one (nm-applet) is missing.

 WORKAROUND 3:

 Right click the Gnome panel and remove the offending applets and re-add them, 
 i.e. Indicator Applet, etc.

 PLEASE READ BEFORE YOU ADD YOUR COMMENT/SCREENSHOT:

 Please take a look at the list of duplicate bugs. Please think on how many 
 people get notified when you add anything to this bug report. Please don't 
 confirm the bug it is already confirmed. Please don't attach further 
 screenshots - we all know how the problem looks. We all appreciate your 
 involvement, but read previous post carefully prior you post your own. We 
 need to draw constructive conclusions and find the solution.



 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/compiz/+bug/439448/+subscribe



-- 
    - Kalle

-- 
Visual corruption affecting several panel applets
https://bugs.launchpad.net/bugs/439448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 664969] Re: [i865] GPU lockup d5938c62 (PGTBL_ER: 0x00000029)

2010-10-22 Thread Kalle Tuulos


-- 
[i865] GPU lockup d5938c62 (PGTBL_ER: 0x0029)
https://bugs.launchpad.net/bugs/664969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 664969] [NEW] [i865] GPU lockup d5938c62 (PGTBL_ER: 0x00000029)

2010-10-22 Thread Kalle Tuulos
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I was using the ubuntu 10.10 live CD and got the error message before I
had even started to experiment the system.

ProblemType: Crash
DistroRelease: Ubuntu 10.10
Package: xserver-xorg-video-intel 2:2.12.0-1ubuntu5
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
Architecture: i386
Chipset: i865
CurrentDmesg:
 [  233.358000] render error detected, EIR: 0x0010
 [  233.358009] [drm:i915_report_and_clear_eir] *ERROR* EIR stuck: 0x0010, 
masking
 [  233.358025] render error detected, EIR: 0x0010
 [  243.312015] tg3 :05:02.0: vpd r/w failed.  This is likely a firmware 
bug on this device.  Contact the card vendor for a firmware update.
 [  244.976019] tg3 :05:02.0: vpd r/w failed.  This is likely a firmware 
bug on this device.  Contact the card vendor for a firmware update.
DRM.card0.VGA.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1920x1080 1600x1200 1680x1050 1280x1024 1280x1024 1440x900 1280x960 
1280x800 1152x864 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 
800x600 640x480 640x480 640x480 640x480 720x400
 edid-base64: 
AP///wBMLYQEMzJNQxoSAQMONCB4Ku6Ro1RMmSYPUFS/74BxT4EAgUCBgJUAqUCzAAEBGjaAoHA4H0AwIDUABiAgAAAa/QA4Sx5REQAKICAgICAg/ABTeW5jTWFzdGVyCiAg/wBIMUFLNTAwMDAwCiAgAFw=
Date: Fri Oct 22 07:12:36 2010
DumpSignature: d5938c62 (PGTBL_ER: 0x0029)
ExecutablePath: /usr/share/apport/apport-gpu-error-intel.py
GdmLog1: Error: command ['cat', '/var/log/gdm/:0.log.1'] failed with exit code 
1: cat: /var/log/gdm/:0.log.1: No such file or directory
GdmLog2: Error: command ['cat', '/var/log/gdm/:0.log.2'] failed with exit code 
1: cat: /var/log/gdm/:0.log.2: No such file or directory
InterpreterPath: /usr/bin/python2.6
LiveMediaBuild: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
Lsusb:
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: Hewlett-Packard HP d530 CMT(DF376T)
ProcCmdLine: file=/cdrom/preseed/hostname.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
ProcCmdline: /usr/bin/python /usr/share/apport/apport-gpu-error-intel.py
ProcEnviron:
 
SourcePackage: xserver-xorg-video-intel
Title: [i865] GPU lockup d5938c62 (PGTBL_ER: 0x0029)
UserGroups:
 
dmi.bios.date: 07/10/2003
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 786B2 v1.11
dmi.board.name: 085Ch
dmi.board.vendor: Hewlett-Packard
dmi.chassis.type: 6
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr786B2v1.11:bd07/10/2003:svnHewlett-Packard:pnHPd530CMT(DF376T):pvr:rvnHewlett-Packard:rn085Ch:rvr:cvnHewlett-Packard:ct6:cvr:
dmi.product.name: HP d530 CMT(DF376T)
dmi.sys.vendor: Hewlett-Packard
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   i686
 kernel: 2.6.35-22-generic

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash freeze i386 maverick

-- 
[i865] GPU lockup d5938c62 (PGTBL_ER: 0x0029)
https://bugs.launchpad.net/bugs/664969
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 439448] Re: Visual corruption affecting several panel applets

2010-10-17 Thread Kalle Tuulos
Even when the theme has been changed to another one and the panel is
once corrected, items may still disappear from the panel. For example,
the shutdown item disappears quite often from my panel after I have
used the computer for a while.

-- 
Visual corruption affecting several panel applets
https://bugs.launchpad.net/bugs/439448
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 572550] Re: Panel utilities not shown on startup using Matrox gfx with compiz

2010-10-10 Thread Kalle Tuulos
I just upgraded my distribution to Maverick and the error still exists.

-- 
Panel utilities not shown on startup using Matrox gfx with compiz
https://bugs.launchpad.net/bugs/572550
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653601] Re: No audio in Samsung Q330 after installing Maverick

2010-10-08 Thread Kalle Tuulos
Today morning I executed the apt-get update; apt-get upgrade and after
rebooting the computer, audio started to work. I did not monitor, what
packages were updated, sorry.

So from my point of view, the error does not exist any more and it could
be closed.

-- 
No audio in Samsung Q330 after installing Maverick
https://bugs.launchpad.net/bugs/653601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 656723] [NEW] Poweroff/logout/etc not shown on panel

2010-10-08 Thread Kalle Tuulos
Public bug reported:

Binary package hint: gnome-panel

1) Ubuntu 10.10 release candidate
2) 1:2.30-2.1ubuntu3
3) The poweroff/logout/etc symbol should be shown at the rightmost symbol on 
the top panel
4) The poweroff/logout/etc symbol is not shown on the top panel. Changing the 
desktop theme temporarily brings the symbol back, but it disappears on 
logout/login.

Please see attached screen dump.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-panel 1:2.30.2-1ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic-pae 2.6.35.4
Uname: Linux 2.6.35-22-generic-pae i686
Architecture: i386
Date: Fri Oct  8 10:10:13 2010
EcryptfsInUse: Yes
GConfNonDefault:
 
/apps/panel/general/applet_id_list=[fast_user_switch_screen0,trashapplet_screen0,workspace_switcher_screen0,window_list_screen0,show_desktop_button_screen0,indicator_applet_screen0,notification_area_screen0,clock_screen0]
 /apps/panel/general/object_id_list=[browser_launcher_screen0,menu_bar_screen0]
 /apps/panel/general/toplevel_id_list=[bottom_panel_screen0,top_panel_screen0]
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928)
ProcEnviron:
 LANG=en_US.utf8
 SHELL=/bin/bash
SourcePackage: gnome-panel

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 maverick

-- 
Poweroff/logout/etc not shown on panel
https://bugs.launchpad.net/bugs/656723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 656723] Re: Poweroff/logout/etc not shown on panel

2010-10-08 Thread Kalle Tuulos

** Attachment added: Screen dump of top panel area
   
https://bugs.launchpad.net/bugs/656723/+attachment/1678471/+files/Screenshot.png

** Attachment added: Dependencies.txt
   
https://bugs.launchpad.net/bugs/656723/+attachment/1678472/+files/Dependencies.txt

-- 
Poweroff/logout/etc not shown on panel
https://bugs.launchpad.net/bugs/656723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 656723] Re: Poweroff/logout/etc not shown on panel

2010-10-08 Thread Kalle Tuulos
Additional information: Similar error, about panel utilities not shown,
has appeared also on 10.04 version of Ubuntu. I have noticed it on
computer with Matrox display adapter. The error ID for that error is
#572550.

-- 
Poweroff/logout/etc not shown on panel
https://bugs.launchpad.net/bugs/656723
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Re: Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick

2010-10-03 Thread Kalle Tuulos
apport information

** Description changed:

  I installed Maverick (29-Sep-2010 version) to Samsung Q330 laptop using
  32-bit alternate installation CD. The computer has 4 gigabytes of memory
  and it is capable of running 64 bit software.
  
  When I started the system for the first time after installation and
  entered my credentials to login screen, a clean desktop appeared nicely.
  After couple of minutes, I got a pop-up window in the taskbar telling
  that restricted drivers are available.
  
  Drivers were available for some wireless driver (can't remember and
  can't verify as I can't get to graphical UI any more) and Nvidia video
  driver. I activated both of them and the system instructed me to reboot
  in order to finish the installation.
  
  After rebooting, system was not able any more to open graphical UI.
  
  I will give more details after I have re-installed the system, meanwhile I 
just enter the error report as it is.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
  Architecture: i386
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  ktt1672 F pulseaudio
  CRDA: Error: [Errno 2] No such file or directory
  Card0.Amixer.info:
   Card hw:0 'Intel'/'HDA Intel at 0xfc90 irq 47'
 Mixer name : 'Intel IbexPeak HDMI'
 Components : 'HDA:10ec0269,144dc557,00100100 
HDA:80862804,80860101,0010'
 Controls  : 19
 Simple ctrls  : 9
  DistroRelease: Ubuntu 10.10
  HibernationDevice: RESUME=UUID=b84145fb-b796-42c8-a15f-ffc8feb266d4
  InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928.1)
  MachineType: SAMSUNG ELECTRONICS CO., LTD. Q330
  NonfreeKernelModules: wl
  Package: linux (not installed)
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=910913f7-48a2-456b-a18c-4283f6e171b6 ro quiet splash
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.utf8
   SHELL=/bin/bash
  ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
  Regression: Yes
  RelatedPackageVersions: linux-firmware 1.38
  Reproducible: Yes
  RfKill:
   0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
  Tags: maverick kernel-graphics regression-potential needs-upstream-testing
  Uname: Linux 2.6.35-22-generic i686
  UserGroups:
   
  dmi.bios.date: 07/08/2010
  dmi.bios.vendor: Phoenix Technologies Ltd.
  dmi.bios.version: 03UU.M002.20100708.WZW
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: Q330
  dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD.
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLtd.:bvr03UU.M002.20100708.WZW:bd07/08/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnQ330:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnQ330:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A:
  dmi.product.name: Q330
  dmi.product.version: Not Applicable
  dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD.
+ 
+ --- 
+ Architecture: i386
+ DRM.card0.VGA.2:
+  status: connected
+  enabled: disabled
+  dpms: On
+  modes: 1024x768 800x600 800x600 848x480 640x480
+  edid-base64:
+ DRM.card1.DisplayPort.1:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes: 
+  edid-base64:
+ DRM.card1.HDMI_Type_A.1:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes: 
+  edid-base64:
+ DRM.card1.LVDS.1:
+  status: connected
+  enabled: enabled
+  dpms: On
+  modes: 1366x768
+  edid-base64: 
AP///wBMo1UzAAAUAQOAHRB4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEBbBtWhlAADDAwICUAJaUQAAAZDwAAAB60AnQA/gBTQU1TVU5HCiAgICAg/gBMVE4xMzNBVDE3MDAwAIA=
+ DRM.card1.VGA.1:
+  status: disconnected
+  enabled: disabled
+  dpms: On
+  modes: 
+  edid-base64:
+ DistroRelease: Ubuntu 10.10
+ DkmsStatus: bcmwl, 5.60.48.36+bdcom, 2.6.35-22-generic, i686: installed
+ InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release Candidate i386 
(20100928.1)
+ MachineType: SAMSUNG ELECTRONICS CO., LTD. Q330
+ NonfreeKernelModules: wl
+ Package: xserver-xorg-video-nouveau 1:0.0.16+git20100805+b96170a-0ubuntu1
+ PackageArchitecture: i386
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-22-generic 
root=UUID=910913f7-48a2-456b-a18c-4283f6e171b6 ro quiet splash
+ ProcEnviron:
+  LANG=en_US.utf8
+  SHELL=/bin/bash
+ ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
+ Tags: maverick maverick
+ Uname: Linux 2.6.35-22-generic i686
+ UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
+ dmi.bios.date: 07/08/2010
+ dmi.bios.vendor: Phoenix Technologies Ltd.
+ dmi.bios.version: 03UU.M002.20100708.WZW
+ dmi.board.asset.tag: Tag 12345
+ dmi.board.name: Q330
+ dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD.
+ 

[Bug 653602] CurrentDmesg.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669231/+files/CurrentDmesg.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Dependencies.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: Dependencies.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669232/+files/Dependencies.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] GdmLog.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: GdmLog.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669233/+files/GdmLog.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] GdmLog1.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: GdmLog1.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669234/+files/GdmLog1.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] GdmLog2.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: GdmLog2.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669235/+files/GdmLog2.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Lspci.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: Lspci.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669236/+files/Lspci.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Lsusb.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: Lsusb.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669237/+files/Lsusb.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] PciDisplay.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: PciDisplay.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669238/+files/PciDisplay.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] ProcCpuinfo.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669239/+files/ProcCpuinfo.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] ProcInterrupts.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669240/+files/ProcInterrupts.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] ProcModules.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: ProcModules.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669241/+files/ProcModules.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] RelatedPackageVersions.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: RelatedPackageVersions.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669242/+files/RelatedPackageVersions.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] UdevDb.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: UdevDb.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669243/+files/UdevDb.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] UdevLog.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: UdevLog.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669244/+files/UdevLog.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] XorgLog.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: XorgLog.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669245/+files/XorgLog.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] XorgLogOld.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: XorgLogOld.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669246/+files/XorgLogOld.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Xrandr.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: Xrandr.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669247/+files/Xrandr.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] setxkbmap.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: setxkbmap.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669249/+files/setxkbmap.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] peripherals.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: peripherals.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669248/+files/peripherals.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] xdpyinfo.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: xdpyinfo.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669250/+files/xdpyinfo.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] xkbcomp.txt

2010-10-03 Thread Kalle Tuulos
apport information

** Attachment added: xkbcomp.txt
   
https://bugs.edge.launchpad.net/bugs/653602/+attachment/1669251/+files/xkbcomp.txt

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653601] [NEW] No audio in Samsung Q330 after installing Maverick

2010-10-02 Thread Kalle Tuulos
Public bug reported:

I installed Maverick (29-Sep-2010 version) using 32-bit alternate
install CD to Samsung Q330 laptop having actually 64 bit processor and 4
gigabytes of memory.

The installation itself went fine. After Ubuntu login screen appeared
and I typed in my credentials, there were no sounds. I tried to check
that volume is set on, but no help.

Currently my installation is screwed up so I can't give more details
before I can get the system re-installed, meanwhile I report the bug as
it is.

** Affects: ubuntu
 Importance: Undecided
 Status: Invalid

-- 
No audio in Samsung Q330 after installing Maverick
https://bugs.launchpad.net/bugs/653601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] [NEW] Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick

2010-10-02 Thread Kalle Tuulos
Public bug reported:

I installed Maverick (29-Sep-2010 version) to Samsung Q330 laptop using
32-bit alternate installation CD. The computer has 4 gigabytes of memory
and it is capable of running 64 bit software.

When I started the system for the first time after installation and
entered my credentials to login screen, a clean desktop appeared nicely.
After couple of minutes, I got a pop-up window in the taskbar telling
that restricted drivers are available.

Drivers were available for some wireless driver (can't remember and
can't verify as I can't get to graphical UI any more) and Nvidia video
driver. I activated both of them and the system instructed me to reboot
in order to finish the installation.

After rebooting, system was not able any more to open graphical UI.

I will give more details after I have re-installed the system, meanwhile
I just enter the error report as it is.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653601] Re: No audio in Samsung Q330 after installing Maverick

2010-10-02 Thread Kalle Tuulos
The ISO file was valid, here is output of MD5SUM checking:

---8---8---
$ md5sum -c MD5SUMS.txt
md5sum: ubuntu-10.10-rc-alternate-amd64.iso: No such file or directory
ubuntu-10.10-rc-alternate-amd64.iso: FAILED open or read
ubuntu-10.10-rc-alternate-i386.iso: OK
md5sum: ubuntu-10.10-rc-desktop-amd64.iso: No such file or directory
ubuntu-10.10-rc-desktop-amd64.iso: FAILED open or read
ubuntu-10.10-rc-desktop-i386.iso: OK
md5sum: ubuntu-10.10-rc-netbook-i386.iso: No such file or directory
ubuntu-10.10-rc-netbook-i386.iso: FAILED open or read
md5sum: ubuntu-10.10-rc-server-amd64.iso: No such file or directory
ubuntu-10.10-rc-server-amd64.iso: FAILED open or read
md5sum: ubuntu-10.10-rc-server-i386.iso: No such file or directory
ubuntu-10.10-rc-server-i386.iso: FAILED open or read
md5sum: wubi.exe: No such file or directory
wubi.exe: FAILED open or read
md5sum: WARNING: 6 of 8 listed files could not be read
---8---8---

As it can be seen, I have downloaded only two ISO files (32-bit desktop
and 32-bit alternate) and for both, MD5SUM is ok.

-- 
No audio in Samsung Q330 after installing Maverick
https://bugs.launchpad.net/bugs/653601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Re: Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick

2010-10-02 Thread Kalle Tuulos
MD5SUM check was executed for the ISO file, it passed OK.

I also executed the integrity check (check disk for defects) on the
alternate disk boot main menu, it also passed OK.

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653602] Re: Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick

2010-10-02 Thread Kalle Tuulos
Here is more information about the device:

---8---8---
$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 02)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port 
(rev 02)
00:02.0 VGA compatible controller: Intel Corporation Core Processor Integrated 
Graphics Controller (rev 02)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series 
Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express 
Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express 
Root Port 2 (rev 05)
00:1c.3 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express 
Root Port 4 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 
Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface 
Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port 
SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller 
(rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series 
Chipset Thermal Subsystem (rev 05)
02:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev 
a2)
03:00.0 Network controller: Broadcom Corporation BCM4313 802.11b/g LP-PHY (rev 
01)
07:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8040 PCI-E Fast 
Ethernet Controller
3f:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
Generic Non-core Registers (rev 02)
3f:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture 
System Address Decoder (rev 02)
3f:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
3f:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
3f:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
3f:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
---8---8---

-- display adapter is nVidia GT218 [GeForce 310M] (rev a2)

The Additional drivers selection proposes me to select following
driver:

NVIDIA accelerated graphics driver (version current) [Recommended]

The test in additional drivers info box is as follows:
---8---8---
3D-accelerated proprietary graphics driver for NVIDIA cards.

This driver is required to fully utilise the 3D potential of NVIDIA graphics 
cards,
as well as provide 2D acceleration of newer cards.

If you wish to enable desktop effects, this driver is required.

If this driver is not enabled, you will not be able to enable desktop effects 
and
will not be able to run software that requires 3D acceleration, such as some
games.
---8---8---

Please tell me, what more information is needed?

-- 
Restricted video driver for Samsung Q330 / Nvidia does not work in Maverick
https://bugs.launchpad.net/bugs/653602
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 653601] Re: No audio in Samsung Q330 after installing Maverick

2010-10-02 Thread Kalle Tuulos
Here is more information about the device:

---8---8---
output of lspci -v , audio device part:

00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High 
Definition Audio (rev 05)
Subsystem: Samsung Electronics Co Ltd Device c557
Flags: bus master, fast devsel, latency 0, IRQ 46
Memory at fc90 (64-bit, non-prefetchable) [size=16K]
Capabilities: access denied
Kernel driver in use: HDA Intel
Kernel modules: snd-hda-intel
---8---8---

---8---8---
$ sudo aplay -l
 List of PLAYBACK Hardware Devices 
card 0: Intel [HDA Intel], device 0: ALC259 Analog [ALC259 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: INTEL HDMI 0 [INTEL HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 7: INTEL HDMI 1 [INTEL HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
---8---8---

I will continue troubleshooting myself, but for the official Maverick
release, the audio should work out-of-the box also for Samsung Q330.

Please tell me, is there something which I could find out to help the error 
correction?
Naturally the audio works fine in Windows 7.

** Changed in: ubuntu
   Status: Invalid = New

-- 
No audio in Samsung Q330 after installing Maverick
https://bugs.launchpad.net/bugs/653601
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   >