Re: [ext] [Bug 2054183] Re: nautilus not generating thumbnails anymore

2024-02-27 Thread Ralf Hildebrandt
* olive <2054...@bugs.launchpad.net>:

> the solution to not lose the configuration after the reboot :

by creating a file in /etc/sysctl.d, e.g.
/etc/sysctl.d/10-fix_nautilus
containing
kernel.apparmor_restrict_unprivileged_userns=0

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

Title:
  nautilus not generating thumbnails anymore

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


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

[Bug 1976365] Re: TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'int'

2022-05-31 Thread Ralf Hildebrandt
https://github.com/SpamExperts/pyzor/pull/58/commits/1385ab7c7e8ba051cd22e7eb5a16f0c60854358d

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

Title:
  TypeError: %b requires a bytes-like object, or an object that
  implements __bytes__, not 'int'

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


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

[Bug 1976365] [NEW] TypeError: %b requires a bytes-like object, or an object that implements __bytes__, not 'int'

2022-05-31 Thread Ralf Hildebrandt
Public bug reported:

May 31 11:02:23 mail-cbf-int pyzor[487539]: Traceback (most recent call last):
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File "/usr/bin/pyzor", line 426, 
in 
May 31 11:02:23 mail-cbf-int pyzor[487539]: main()
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File "/usr/bin/pyzor", line 152, 
in main
May 31 11:02:23 mail-cbf-int pyzor[487539]: if not dispatch(client, 
servers, config):
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File "/usr/bin/pyzor", line 257, 
in check
May 31 11:02:23 mail-cbf-int pyzor[487539]: send_digest(digested, 
mock_runner, servers)
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File "/usr/bin/pyzor", line 280, 
in send_digest
May 31 11:02:23 mail-cbf-int pyzor[487539]: _send_digest(runner, 
servers[0], digested)
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File "/usr/bin/pyzor", line 271, 
in _send_digest
May 31 11:02:23 mail-cbf-int pyzor[487539]: runner.run(server, (digested, 
server))
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File 
"/usr/lib/python3/dist-packages/pyzor/client.py", line 258, in run
May 31 11:02:23 mail-cbf-int pyzor[487539]: response = self.routine(*args, 
**kwargs)
May 31 11:02:23 mail-cbf-int pyzor[487539]:   File 
"/usr/lib/python3/dist-packages/pyzor/client.py", line 120, in _mock_check
May 31 11:02:23 mail-cbf-int pyzor[487539]: msg = (b"Code: %s\nDiag: 
OK\nPV: %s\nThread: 1024\nCount: 0\n"
May 31 11:02:23 mail-cbf-int pyzor[487539]: TypeError: %b requires a bytes-like 
object, or an object that implements __bytes__, not 'int'

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pyzor 1:1.0.0-3
ProcVersionSignature: Ubuntu 5.13.0-40.45~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-40-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.24
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue May 31 13:44:15 2022
Dependencies:
 
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: pyzor
UpgradeStatus: Upgraded to focal on 2021-04-07 (418 days ago)
modified.conffile..etc.default.apport:
 # set this to 0 to disable apport, or to 1 to enable it
 # you can temporarily override this with
 # sudo service apport start force_start=1
 enabled=0
mtime.conffile..etc.default.apport: 2021-12-09T09:45:26

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


** Tags: amd64 apport-bug focal

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

Title:
  TypeError: %b requires a bytes-like object, or an object that
  implements __bytes__, not 'int'

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


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

[Bug 1953720] [NEW] OSError: [Errno 30] Read-only file system: '/var/crash/...

2021-12-09 Thread Ralf Hildebrandt
Public bug reported:

Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: Traceback (most recent call last):
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File "/usr/bin/pyzor", line 408, 
in 
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: main()
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File "/usr/bin/pyzor", line 152, 
in main
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: if not dispatch(client, 
servers, config):
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File "/usr/bin/pyzor", line 239, 
in check
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: send_digest(digested, 
mock_runner, servers)
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File "/usr/bin/pyzor", line 262, 
in send_digest
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: _send_digest(runner, 
servers[0], digested)
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File "/usr/bin/pyzor", line 253, 
in _send_digest
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: runner.run(server, (digested, 
server))
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File 
"/usr/lib/python3/dist-packages/pyzor/client.py", line 258, in run
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: response = self.routine(*args, 
**kwargs)
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File 
"/usr/lib/python3/dist-packages/pyzor/client.py", line 120, in _mock_check
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: msg = (b"Code: %s\nDiag: 
OK\nPV: %s\nThread: 1024\nCount: 0\n"
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: TypeError: %b requires a 
bytes-like object, or an object that implements __bytes__, not 'int'
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: Error in sys.excepthook:
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: Traceback (most recent call last):
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]:   File 
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 153, in 
apport_excepthook
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: with 
os.fdopen(os.open(pr_filename,
Dec  6 12:02:32 mail-cbf-int pyzor[2966924]: OSError: [Errno 30] Read-only file 
system: '/var/crash/_usr_bin_pyzor.122.crash'

1) due to an encoding error, pyzor is throwing an exception.
2) /usr/lib/python3/dist-packages/apport_python_hook.py is the exception 
handler invoked (belonging to the python3-apport package)
3) This exception handler tries to write to 
/var/crash/_usr_bin_pyzor.122.crash, which fails

I checked the permissions:

# ls -l /var/crash
total 0

# ls -ld /var/crash
drwxrwxrwt 2 root root 4096 Dec  8 16:45 /var/crash

# ls -ld /var/
drwxr-xr-x 18 root root 4096 Jun 23  2020 /var/

# ls -ld /
drwxr-xr-x 24 root root 4096 Nov 30 06:19 /

/var/crash is sticky, so why can't it write?

# cat /proc/mounts  |fgrep crash
#

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: python3-apport 2.20.11-0ubuntu27.21
ProcVersionSignature: Ubuntu 5.11.0-36.40~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-36-generic x86_64
ApportLog:
 
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
Date: Thu Dec  9 09:39:40 2021
PackageArchitecture: all
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: apport
UpgradeStatus: Upgraded to focal on 2021-04-07 (245 days ago)

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


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

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

Title:
  OSError: [Errno 30] Read-only file system: '/var/crash/...

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


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

[Bug 1888484] [NEW] package lxd (not installed) failed to install/upgrade: »neues lxd-Skript des Paketes pre-installation«-Unterprozess gab den Fehlerwert 1 zurück

2020-07-22 Thread Ralf Hildebrandt
Public bug reported:

During do-release-upgrade...

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: lxd (not installed)
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
Date: Wed Jul 22 12:00:12 2020
ErrorMessage: »neues lxd-Skript des Paketes pre-installation«-Unterprozess gab 
den Fehlerwert 1 zurück
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: lxd
Title: package lxd (not installed) failed to install/upgrade: »neues lxd-Skript 
des Paketes pre-installation«-Unterprozess gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to focal on 2020-07-22 (0 days ago)

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


** Tags: amd64 apport-package focal

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

Title:
  package lxd (not installed) failed to install/upgrade: »neues lxd-
  Skript des Paketes pre-installation«-Unterprozess gab den Fehlerwert 1
  zurück

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

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

[Bug 1885884] Re: package collectd-core 5.9.2.g-1ubuntu5 failed to install/upgrade: »installiertes collectd-core-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2020-07-02 Thread Ralf Hildebrandt
Not really, this is more an issue with the broken python pluging support
:(

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

Title:
  package collectd-core 5.9.2.g-1ubuntu5 failed to install/upgrade:
  »installiertes collectd-core-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

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

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

[Bug 1885884] [NEW] package collectd-core 5.9.2.g-1ubuntu5 failed to install/upgrade: »installiertes collectd-core-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2020-07-01 Thread Ralf Hildebrandt
Public bug reported:

# systemctl status collectd.service
● collectd.service - Statistics collection and monitoring daemon
 Loaded: loaded (/lib/systemd/system/collectd.service; enabled; vendor 
preset: enabled)
 Active: activating (auto-restart) (Result: exit-code) since Wed 2020-07-01 
10:46:18 CEST; 8s ago
   Docs: man:collectd(1)
 man:collectd.conf(5)
 https://collectd.org
Process: 107884 ExecStartPre=/usr/sbin/collectd -t (code=exited, 
status=0/SUCCESS)
Process: 107885 ExecStart=/usr/sbin/collectd (code=exited, status=1/FAILURE)
   Main PID: 107885 (code=exited, status=1/FAILURE)

Jul 01 10:46:18 sympa systemd[1]: collectd.service: Main process exited, 
code=exited, status=1/FAILURE
Jul 01 10:46:18 sympa systemd[1]: collectd.service: Failed with result 
'exit-code'.
Jul 01 10:46:18 sympa systemd[1]: Failed to start Statistics collection and 
monitoring daemon.

-- The job identifier is 38331.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "network" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "exec" successfully 
loaded.
Jul 01 10:46:39 sympa collectd[107929]: ERROR: 
dlopen("/usr/lib/collectd/python.so") failed: /usr/lib/collectd/python.so: 
undefined symbol: PyFloat_Type. The most common cause for this problem is 
missin>
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: Load plugin "python" 
failed with status 2.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "cpu" successfully 
loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "df" successfully 
loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "load" successfully 
loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "memory" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "disk" successfully 
loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "interface" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "uptime" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "swap" successfully 
loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "processes" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "contextswitch" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "tcpconns" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "users" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "aggregation" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: plugin_load: plugin "match_regex" 
successfully loaded.
Jul 01 10:46:39 sympa collectd[107929]: Found a configuration for the `python' 
plugin, but the plugin isn't loaded or didn't register a configuration callback.
Jul 01 10:46:39 sympa collectd[107929]: Plugin python failed to handle option 
ModulePath, return code: -1
Jul 01 10:46:39 sympa collectd[107929]: Error: Parsing the config file failed!
Jul 01 10:46:39 sympa collectd[107929]: ===
Jul 01 10:46:39 sympa systemd[1]: collectd.service: Main process exited, 
code=exited, status=1/FAILURE
-- Subject: Unit process exited
-- Defined-By: systemd
-- Support: http://www.ubuntu.com/support

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: collectd-core 5.9.2.g-1ubuntu5
ProcVersionSignature: Ubuntu 5.3.0-61.55-generic 5.3.18
Uname: Linux 5.3.0-61-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Jul  1 10:27:12 2020
ErrorMessage: »installiertes collectd-core-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
InstallationDate: Installed on 2016-05-26 (1496 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: collectd
Title: package collectd-core 5.9.2.g-1ubuntu5 failed to install/upgrade: 
»installiertes collectd-core-Skript des Paketes post-installation«-Unterprozess 
gab den Fehlerwert 1 zurück
UpgradeStatus: Upgraded to focal on 2020-07-01 (0 days ago)

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


** Tags: amd64 apport-package focal

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

Title:
  package collectd-core 5.9.2.g-1ubuntu5 failed to install/upgrade:
  »installiertes collectd-core-Skript des Paketes post-
  installation«-Unterprozess gab den Fehlerwert 1 zurück

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

-- 
ubuntu-bugs mailing list

[Bug 1820924] [NEW] DNS Servers added to resolv.conf, but not remived afterwards

2019-03-19 Thread Ralf Hildebrandt
Public bug reported:

My openvpn setup pushes internal DNS servers to clients.

a) The DNS server is added to resolv.conf, but at the end of the list, instead 
as the first DNS
b) same for the search domain

After the connection has been cut, the DNS servers and search domain
REMAIN in /etc/resolv.conf.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: network-manager-openvpn 1.8.6-1ubuntu1
ProcVersionSignature: Ubuntu 4.18.0-16.17-generic 4.18.20
Uname: Linux 4.18.0-16-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.10-0ubuntu13.2
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Mar 20 00:04:12 2019
InstallationDate: Installed on 2014-02-07 (1866 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: network-manager-openvpn
UpgradeStatus: Upgraded to cosmic on 2018-09-29 (171 days ago)

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


** Tags: amd64 apport-bug cosmic wayland-session

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

Title:
  DNS Servers added to resolv.conf, but not remived afterwards

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2019-02-06 Thread Ralf Hildebrandt
Now I'm on
linux-image-4.18.0-14-generic 4.18.0-14.15
(without btusb.enable_autosuspend=0) and it's broken again.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2019-01-21 Thread Ralf Hildebrandt
After a few days of testing (work, suspend, resume, work) it seem to
work OK with the new kernel.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2019-01-17 Thread Ralf Hildebrandt
Testing the kernel from  https://people.canonical.com/~khfeng/lp1796553/ 
without btusb.enable_autosuspend=0

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-23 Thread Ralf Hildebrandt
btusb.enable_autosuspend=0  definitely made the issue go away.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-22 Thread Ralf Hildebrandt
btusb.enable_autosuspend=0 seems to have worked (so far)...

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-17 Thread Ralf Hildebrandt
hildeb@humbaba:~$ ls -lihsa /lib/firmware/intel/
total 16M
3801225  12K drwxr-xr-x  2 root root  12K Sep 29 20:24 .
3801094  40K drwxr-xr-x 85 root root  36K Sep 29 20:25 ..
38171590 lrwxrwxrwx  1 root root   21 Aug  6 20:26 dsp_fw_bxtn.bin -> 
dsp_fw_bxtn_v3366.bin
3814817 496K -rw-r--r--  1 root root 494K Aug  6 20:26 dsp_fw_bxtn_v2219.bin
3814818 496K -rw-r--r--  1 root root 494K Aug  6 20:26 dsp_fw_bxtn_v3366.bin
38171610 lrwxrwxrwx  1 root root   20 Aug  6 20:26 dsp_fw_cnl.bin -> 
dsp_fw_cnl_v1191.bin
3814819 572K -rw-r--r--  1 root root 571K Aug  6 20:26 dsp_fw_cnl_v1191.bin
38171630 lrwxrwxrwx  1 root root   20 Aug  6 20:26 dsp_fw_glk.bin -> 
dsp_fw_glk_v3366.bin
3814820 496K -rw-r--r--  1 root root 494K Aug  6 20:26 dsp_fw_glk_v1814.bin
3814821 496K -rw-r--r--  1 root root 494K Aug  6 20:26 dsp_fw_glk_v2768.bin
3814822 496K -rw-r--r--  1 root root 494K Aug  6 20:26 dsp_fw_glk_v2880.bin
3814823 496K -rw-r--r--  1 root root 494K Aug  6 20:26 dsp_fw_glk_v3366.bin
38171660 lrwxrwxrwx  1 root root   20 Aug  6 20:26 dsp_fw_kbl.bin -> 
dsp_fw_kbl_v3402.bin
3814824 236K -rw-r--r--  1 root root 234K Nov 17  2017 dsp_fw_kbl_v1037.bin
3814825 236K -rw-r--r--  1 root root 234K Aug  6 20:26 dsp_fw_kbl_v2042.bin
3814826 240K -rw-r--r--  1 root root 238K Aug  6 20:26 dsp_fw_kbl_v2630.bin
3814827 240K -rw-r--r--  1 root root 238K Aug  6 20:26 dsp_fw_kbl_v3266.bin
3814828 244K -rw-r--r--  1 root root 242K Aug  6 20:26 dsp_fw_kbl_v3402.bin
3814829 240K -rw-r--r--  1 root root 238K Aug  6 20:26 dsp_fw_kbl_v3420.bin
3814830 236K -rw-r--r--  1 root root 234K Nov 17  2017 dsp_fw_kbl_v701.bin
38171690 lrwxrwxrwx  1 root root   24 Aug  6 20:26 dsp_fw_release.bin -> 
dsp_fw_release_v3402.bin
3814831 244K -rw-r--r--  1 root root 242K Aug  6 20:26 dsp_fw_release_v3402.bin
3814832 216K -rw-r--r--  1 root root 216K Aug  6 20:26 dsp_fw_release_v969.bin
3814833 688K -rw-r--r--  1 root root 686K Aug  6 20:26 fw_sst_0f28.bin
3814834 260K -rw-r--r--  1 root root 260K Mär 30  2017 
fw_sst_0f28.bin-48kHz_i2s_master
3814835 688K -rw-r--r--  1 root root 686K Aug  6 20:26 fw_sst_0f28_ssp0.bin
3814836 688K -rw-r--r--  1 root root 686K Aug  6 20:26 fw_sst_22a8.bin
3814837 4,0K -rw-r--r--  1 root root   18 Mär  5  2018 ibt-11-5.ddc
3814838 584K -rw-r--r--  1 root root 581K Aug 30 21:57 ibt-11-5.sfi
3814839 4,0K -rw-r--r--  1 root root   14 Aug  6 20:26 ibt-12-16.ddc
3814840 580K -rw-r--r--  1 root root 579K Aug 30 21:57 ibt-12-16.sfi
3814841 4,0K -rw-r--r--  1 root root   14 Apr 24 16:28 ibt-17-0-1.ddc
3814842 612K -rw-r--r--  1 root root 611K Aug  6 20:26 ibt-17-0-1.sfi
3814903 4,0K -rw-r--r--  1 root root   29 Aug 30 21:57 ibt-17-16-1.ddc
3814904 616K -rw-r--r--  1 root root 614K Aug 30 21:57 ibt-17-16-1.sfi
3814843 4,0K -rw-r--r--  1 root root   14 Apr 24 16:28 ibt-17-1.ddc
3814844 612K -rw-r--r--  1 root root 611K Aug  6 20:26 ibt-17-1.sfi
3814905 4,0K -rw-r--r--  1 root root   29 Aug 30 21:57 ibt-17-2.ddc
3814906 616K -rw-r--r--  1 root root 614K Aug 30 21:57 ibt-17-2.sfi
3814907 4,0K -rw-r--r--  1 root root   14 Apr 24 16:28 ibt-18-0-1.ddc
3814908 612K -rw-r--r--  1 root root 611K Aug  6 20:26 ibt-18-0-1.sfi
3814911 4,0K -rw-r--r--  1 root root   29 Aug 30 21:57 ibt-18-16-1.ddc
3814912 616K -rw-r--r--  1 root root 614K Aug 30 21:57 ibt-18-16-1.sfi
3814909 4,0K -rw-r--r--  1 root root   14 Apr 24 16:28 ibt-18-1.ddc
3814910 612K -rw-r--r--  1 root root 611K Aug  6 20:26 ibt-18-1.sfi
3814913 4,0K -rw-r--r--  1 root root   29 Aug 30 21:57 ibt-18-2.ddc
3814914 616K -rw-r--r--  1 root root 614K Aug 30 21:57 ibt-18-2.sfi
3814915  24K -rw-r--r--  1 root root  22K Aug  6 20:26 
ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
3814916  28K -rw-r--r--  1 root root  26K Aug  6 20:26 
ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
3814917  24K -rw-r--r--  1 root root  23K Aug 30 21:57 
ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
3814918  28K -rw-r--r--  1 root root  26K Okt 11 08:54 
ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
3814919 4,0K -rw-r--r--  1 root root   96 Mär 30  2017 ibt-hw-37.7.bseq
3814920  32K -rw-r--r--  1 root root  31K Aug  6 20:26 
ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
3814921  40K -rw-r--r--  1 root root  39K Aug 30 21:57 
ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
3814922  48K -rw-r--r--  1 root root  48K Aug 30 21:57 
ibt-hw-37.8.10-fw-22.50.19.14.f.bseq
3814923 4,0K -rw-r--r--  1 root root   96 Mär 30  2017 ibt-hw-37.8.bseq
3814816 256K -rw-r--r--  1 root root 255K Mär 30  2017 IntcSST2.bin
38171710 lrwxrwxrwx  1 root root   52 Aug  6 20:26 ipu3-fw.bin -> 
irci_irci_ecr-master_20161208_0213_20170112_1500.bin
3814924 1,2M -rw-r--r--  1 root root 1,2M Aug  6 20:26 
irci_irci_ecr-master_20161208_0213_20170112_1500.bin

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

Title:
  BT mouse getting reset during operation

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

-- 
ubuntu-bugs mailing list

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-17 Thread Ralf Hildebrandt
Still the same issue.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1798315] [NEW] purging a kernel causes unneeded recreation of initramfs

2018-10-17 Thread Ralf Hildebrandt
Public bug reported:

I removed an old, not currently booted kernel:

 apt-get purge linux-image-4.4.0-135-generic 
linux-image-extra-4.4.0-135-generic 
Paketlisten werden gelesen … Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen. … Fertig
Die folgenden Pakete werden ENTFERNT:
  linux-image-4.4.0-135-generic* linux-image-extra-4.4.0-135-generic*
0 aktualisiert, 0 neu installiert, 2 zu entfernen und 0 nicht aktualisiert.
Nach diesem Vorgang werden 224 M B Plattenplatz freigegeben.
Möchten Sie fortfahren? [J/n] y
(Datenbank wird gelesen … 130438 Dateien und Verzeichnisse sind derzeit 
installiert.)
linux-image-extra-4.4.0-135-generic (4.4.0-135.161) wird entfernt …
run-parts: executing /etc/kernel/postinst.d/apt-auto-removal 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
run-parts: executing /etc/kernel/postinst.d/initramfs-tools 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
update-initramfs: Generating /boot/initrd.img-4.4.0-135-generic
run-parts: executing /etc/kernel/postinst.d/unattended-upgrades 
4.4.0-135-generic /boot/vmlinuz-4.4.0-135-generic
run-parts: executing /etc/kernel/postinst.d/update-notifier 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
run-parts: executing /etc/kernel/postinst.d/zz-update-grub 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
Grub-Konfigurationsdatei wird generiert …
Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-137-generic
initrd-Abbild gefunden: /boot/initrd.img-4.4.0-137-generic
Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-135-generic
initrd-Abbild gefunden: /boot/initrd.img-4.4.0-135-generic
Found memtest86+ image: /memtest86+.elf
Found memtest86+ image: /memtest86+.bin
erledigt
Konfigurationsdateien von linux-image-extra-4.4.0-135-generic (4.4.0-135.161) 
werden gesäubert …
linux-image-4.4.0-135-generic (4.4.0-135.161) wird entfernt …
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
update-initramfs: Deleting /boot/initrd.img-4.4.0-135-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
Grub-Konfigurationsdatei wird generiert …
Linux-Abbild gefunden: /boot/vmlinuz-4.4.0-137-generic
initrd-Abbild gefunden: /boot/initrd.img-4.4.0-137-generic
Found memtest86+ image: /memtest86+.elf
Found memtest86+ image: /memtest86+.bin
erledigt
The link /vmlinuz.old is a damaged link
Removing symbolic link vmlinuz.old 
 you may need to re-run your boot loader[grub]
The link /initrd.img.old is a damaged link
Removing symbolic link initrd.img.old 
 you may need to re-run your boot loader[grub]
Konfigurationsdateien von linux-image-4.4.0-135-generic (4.4.0-135.161) werden 
gesäubert …
Examining /etc/kernel/postrm.d .
run-parts: executing /etc/kernel/postrm.d/initramfs-tools 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic
run-parts: executing /etc/kernel/postrm.d/zz-update-grub 4.4.0-135-generic 
/boot/vmlinuz-4.4.0-135-generic


Although the kernel was scheduled for removal, the lenghty creation of 
initramfs was run

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-generic 4.4.0.137.143
ProcVersionSignature: Ubuntu 4.4.0-137.163-generic 4.4.144
Uname: Linux 4.4.0-137-generic x86_64
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Okt 17 11:18 seq
 crw-rw 1 root audio 116, 33 Okt 17 11:18 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.18
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
Date: Wed Oct 17 11:21:19 2018
HibernationDevice: RESUME=UUID=b1ab759c-f679-4e71-af05-24c040877711
InstallationDate: Installed on 2012-05-07 (2353 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
IwConfig:
 lono wireless extensions.
 
 ens192no wireless extensions.
Lsusb: Error: command ['lsusb'] failed with exit code 1:
MachineType: VMware, Inc. VMware Virtual Platform
PciMultimedia:
 
ProcFB: 0 svgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-137-generic 
root=/dev/mapper/vgsys-root ro
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-137-generic N/A
 linux-backports-modules-4.4.0-137-generic  N/A
 linux-firmware 1.157.20
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2017-06-10 (493 days ago)
dmi.bios.date: 09/21/2015
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 

[Bug 1798091] [NEW] thumbnailer cannot create tempfiles

2018-10-16 Thread Ralf Hildebrandt
Public bug reported:

While trying to create thumbnails in a directory from within nautilus, I
got:

[781429.784125] audit: type=1400 audit(1539694722.247:989): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30937 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
[781429.940592] audit: type=1400 audit(1539694722.403:990): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30941 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
[781430.314591] audit: type=1400 audit(1539694722.779:991): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30945 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
[781431.283522] audit: type=1400 audit(1539694723.747:992): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30949 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
[781431.518566] audit: type=1400 audit(1539694723.983:993): apparmor="DENIED" 
operation="mknod" profile="/usr/bin/evince-thumbnailer" 
name="/tmp/gnome-desktop-thumbnailer.png" pid=30953 comm="evince-thumbnai" 
requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: evince 3.30.1-1
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu13
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Tue Oct 16 14:59:00 2018
InstallationDate: Installed on 2014-06-19 (1580 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
UpgradeStatus: Upgraded to cosmic on 2018-10-07 (9 days ago)

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


** Tags: amd64 apparmor apport-bug cosmic

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

Title:
  thumbnailer cannot create tempfiles

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-11 Thread Ralf Hildebrandt
I cloned the repo and copied the new firmware to the appropriate place.
Testing now.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-10 Thread Ralf Hildebrandt
Tested:

$ uname -a
Linux humbaba 4.19.0-041900rc7-generic #201810071631 SMP Sun Oct 7 16:33:10 UTC 
2018 x86_64 x86_64 x86_64 GNU/Linux

and the error is still there.

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

** 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/1796553

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-09 Thread Ralf Hildebrandt
My next step is to test the upstream kernels, I guess?

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-08 Thread Ralf Hildebrandt
Bluetooth adapter is builtin. so I can't change the port.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] Re: BT mouse getting reset during operation

2018-10-08 Thread Ralf Hildebrandt
It's definitely NOT happening while supending/resuming.
It happens while I'm using the machine, literally while moving the mouse.

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

Title:
  BT mouse getting reset during operation

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

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

[Bug 1796553] [NEW] BT mouse getting reset during operation

2018-10-07 Thread Ralf Hildebrandt
Public bug reported:


(note: It's unclear to me if that's a kernel regression or an issue with bluez)


I've been using this particular combination of Bluetooth mouse ("TECKNET 
BM306") & laptop ("Dell Latitude E7240") for over a year now.

It used to work with 18.04 and 17.10, but with 18.10 I'm encountering a
strange disconnect behaviour:

1) Mouse is working ok
2) Mouse suddenly stops
3) Disabling and enabling bluetooth on the laptop makes the mouse work again.

when this happens, dmesg reports:

[57812.977570] usb 1-1.3: reset full-speed USB device number 18 using
ehci-pci

Disabling bluetooth and enabling it again results in:

[57833.455866] usb 1-1.3: USB disconnect, device number 18
[57833.455948] Bluetooth: hci0: turning off Intel device LED failed (-19)
[57836.905656] usb 1-1.3: new full-speed USB device number 19 using ehci-pci
[57837.016248] usb 1-1.3: New USB device found, idVendor=8087, idProduct=07dc, 
bcdDevice= 0.01
[57837.016253] usb 1-1.3: New USB device strings: Mfr=0, Product=0, 
SerialNumber=0
[57837.030092] Bluetooth: hci0: read Intel version: 370710018002030d00
[57837.030169] Bluetooth: hci0: Intel Bluetooth firmware file: 
intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[57837.251206] Bluetooth: hci0: Intel firmware patch completed and activated
[57841.724368] hid-generic 0005:0A5C:0001.001F: unknown main item tag 0x0
[57841.724587] input: TECKNET BM306 Mouse as 
/devices/pci:00/:00:1d.0/usb1/1-1/1-1.3/1-1.3:1.0/bluetooth/hci0/hci0:256/0005:0A5C:0001.001F/input/input78
[57841.724873] hid-generic 0005:0A5C:0001.001F: input,hidraw0: BLUETOOTH HID 
v1.29 Mouse [TECKNET BM306] on fc:f8:ae:45:3c:05

$ bluetoothctl --version
bluetoothctl: 5.50

$ hciconfig -a
hci0:   Type: Primary  Bus: USB
BD Address: FC:F8:AE:45:3C:05  ACL MTU: 1021:5  SCO MTU: 96:5
UP RUNNING PSCAN 
RX bytes:52465 acl:3355 sco:0 events:222 errors:0
TX bytes:28384 acl:13 sco:0 commands:170 errors:0
Features: 0xff 0xfe 0x0f 0xfe 0xdb 0xff 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3 
Link policy: RSWITCH HOLD SNIFF 
Link mode: SLAVE ACCEPT 
Name: 'ChromeLinux_AA14'
Class: 0x0c010c
Service Classes: Rendering, Capturing
Device Class: Computer, Laptop
HCI Version: 4.0 (0x6)  Revision: 0x500
LMP Version: 4.0 (0x6)  Subversion: 0x500
Manufacturer: Intel Corp. (2)

$ bluetoothctl
Agent registered
[TECKNET BM306]# show
Controller FC:F8:AE:45:3C:05 (public)
Name: humbaba
Alias: ChromeLinux_AA14
Class: 0x000c010c
Powered: yes
Discoverable: no
Pairable: yes
UUID: Headset AG(1112--1000-8000-00805f9b34fb)
UUID: Generic Attribute Profile (1801--1000-8000-00805f9b34fb)
UUID: A/V Remote Control(110e--1000-8000-00805f9b34fb)
UUID: Generic Access Profile(1800--1000-8000-00805f9b34fb)
UUID: PnP Information   (1200--1000-8000-00805f9b34fb)
UUID: A/V Remote Control Target (110c--1000-8000-00805f9b34fb)
UUID: Audio Source  (110a--1000-8000-00805f9b34fb)
UUID: Audio Sink(110b--1000-8000-00805f9b34fb)
UUID: Headset   (1108--1000-8000-00805f9b34fb)
Modalias: usb:v1D6Bp0246d0532
Discovering: no
[TECKNET BM306]# devices
Device 20:9B:A5:68:AE:67 SoundBuds Flow
Device DC:2C:26:01:24:23 TECKNET BM306
Device 88:71:E5:0E:6B:99 Echo-HPT
Device 00:0B:E4:A0:A2:14 Nokia BH-103
Device A8:96:75:8B:4F:49 Moto G5S Plus
Device 00:02:5B:20:75:3C Trust SPK-02
Device 88:75:98:F2:5C:9E NS9+
Device 00:E0:4C:D5:E0:F5 SoundCore mini
[TECKNET BM306]# info DC:2C:26:01:24:23
Device DC:2C:26:01:24:23 (public)
Name: TECKNET BM306
Alias: TECKNET BM306
Class: 0x0580
Icon: input-mouse
Paired: yes
Trusted: yes
Blocked: no
Connected: yes
LegacyPairing: no
UUID: Service Discovery Serve.. (1000--1000-8000-00805f9b34fb)
UUID: Human Interface Device... (1124--1000-8000-00805f9b34fb)
UUID: PnP Information   (1200--1000-8000-00805f9b34fb)
Modalias: usb:v0A5Cp0001d0129


$ rfkill list
2: dell-wifi: Wireless LAN
Soft blocked: no
Hard blocked: no
3: dell-bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
4: dell-wwan: Wireless WAN
Soft blocked: yes
Hard blocked: no
5: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
46: nfc0: NFC
Soft blocked: no
Hard blocked: no
48: hci0: Bluetooth
Soft blocked: no
Hard blocked: no

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: bluez 5.50-0ubuntu1
ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
Uname: Linux 4.18.0-7-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon 

[Bug 1754620] Re: ERROR: This tool requires libclamav with functionality level 85 or higher (current f-level: 84)

2018-03-09 Thread Ralf Hildebrandt
Had an old version of libclamav in /usr/local/lib. My bad.

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

Title:
  ERROR: This tool requires libclamav with functionality level 85 or
  higher (current f-level: 84)

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

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

[Bug 1754620] [NEW] ERROR: This tool requires libclamav with functionality level 85 or higher (current f-level: 84)

2018-03-09 Thread Ralf Hildebrandt
Public bug reported:

# clamscan
ERROR: This tool requires libclamav with functionality level 85 or higher 
(current f-level: 84)

# dpkg -l |fgrep clam
ii  clamav  0.99.4+addedllvm-0ubuntu0.16.04.1   
   amd64anti-virus utility for Unix - command-line interface
ii  clamav-base 0.99.4+addedllvm-0ubuntu0.16.04.1   
   all  anti-virus utility for Unix - base package
ii  clamav-daemon   0.99.4+addedllvm-0ubuntu0.16.04.1   
   amd64anti-virus utility for Unix - scanner daemon
ii  clamav-freshclam0.99.4+addedllvm-0ubuntu0.16.04.1   
   amd64anti-virus utility for Unix - virus database update utility
ii  clamdscan   0.99.4+addedllvm-0ubuntu0.16.04.1   
   amd64anti-virus utility for Unix - scanner client
ii  libclamav-client-perl   0.11-2  
   all  Perl client for the ClamAV virus scanner daemon
ii  libclamav-dev   0.99.4+addedllvm-0ubuntu0.16.04.1   
   amd64anti-virus utility for Unix - development files
ii  libclamav7  0.99.4+addedllvm-0ubuntu0.16.04.1   
   amd64anti-virus utility for Unix - library

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: clamav 0.99.4+addedllvm-0ubuntu0.16.04.1
ProcVersionSignature: Ubuntu 4.4.0-109.132-generic 4.4.98
Uname: Linux 4.4.0-109-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
Date: Fri Mar  9 11:46:50 2018
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 XDG_RUNTIME_DIR=
SourcePackage: clamav
UpgradeStatus: Upgraded to xenial on 2016-10-31 (493 days ago)

** Affects: clamav (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/1754620

Title:
  ERROR: This tool requires libclamav with functionality level 85 or
  higher (current f-level: 84)

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

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

[Bug 1702469] [NEW] iptraf doesn't allow for PredictableNetworkInterfaceNames

2017-07-05 Thread Ralf Hildebrandt
Public bug reported:

# ifconfig
ens192Link encap:Ethernet  Hardware Adresse 00:50:56:9c:25:de  
  inet Adresse:141.42.206.34  Bcast:141.42.207.255  Maske:255.255.254.0
  inet6-Adresse: fe80::250:56ff:fe9c:25de/64 
Gültigkeitsbereich:Verbindung
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metrik:1
  RX-Pakete:1040896 Fehler:0 Verloren:31 Überläufe:0 Fenster:0
  TX-Pakete:1030267 Fehler:0 Verloren:0 Überläufe:0 Träger:0
  Kollisionen:0 Sendewarteschlangenlänge:1000 
  RX-Bytes:463592288 (463.5 MB)  TX-Bytes:470005597 (470.0 MB)

but iptraf:

# iptraf -i ens192
results in:

Specified interface not supported

One can workaround this using the "-u" option.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: iptraf 3.0.0-8.1build1
ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70
Uname: Linux 4.4.0-83-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.6
Architecture: amd64
Date: Wed Jul  5 13:57:17 2017
InstallationDate: Installed on 2017-06-01 (34 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: iptraf
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: iptraf (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/1702469

Title:
  iptraf doesn't allow for PredictableNetworkInterfaceNames

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

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

[Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-06-06 Thread Ralf Hildebrandt
ii  linux-image-4.10.0-22-generic
4.10.0-22.24amd64Linux kernel
image for version 4.10.0 on 64 bit x86 SMP

is working OK for me!

$ uname -a
Linux vsw-it-nw-10 4.10.0-22-generic #24-Ubuntu SMP Mon May 22 17:43:20 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


[Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-06-06 Thread Ralf Hildebrandt
Which version would that be? Currently, my system has:

ii  linux-image-4.10.0-21-generic   4.10.0-21.23
amd64Linux kernel image for version 4.10.0 
on 64 bit x86 SMP
ii  linux-image-4.10.0-22-generic   4.10.0-22.24
amd64Linux kernel image for version 4.10.0 
on 64 bit x86 SMP
ii  linux-image-extra-4.10.0-21-generic 4.10.0-21.23
amd64Linux kernel extra modules for version 
4.10.0 on 64 bit x86 SMP
ii  linux-image-extra-4.10.0-22-generic 4.10.0-22.24
amd64Linux kernel extra modules for version 
4.10.0 on 64 bit x86 SMP

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-22 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> The reverse bisect indicated the following commit as the fix:
> 
> commit 28ee1b746f493b7c62347d714f58fbf4f70df4f0
> Author: Florian Westphal <f...@strlen.de>
> Date:   Fri Mar 24 19:42:37 2017 +0100
> 
> secure_seq: downgrade to per-host timestamp offsets
> 
> 
> However, to apply this commit it required commits 2c956a60778c and 
> 7cd23e5300c1 as prereqs.  I built a Zesty test kernel with these three 
> commits.  The test kernel can be downloaded from:
> 
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/patched
> 
> 
> Can you see if this kernel resolves the bug?  With this test kernel, you need 
> to install both the linux-image and linux-image-extra .deb packages.

Linux vsw-it-nw-10 4.10.0-21-generic #23~lp1686636 SMP Fri May 19 17:59:12 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux
is working OK and does NOT expose the bug!

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-19 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> I built the next test kernel, up to the following commit:
> 
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/28ee1b746f493b7c62347d714f58fbf4f70df4f0
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

Linux vsw-it-nw-10 4.11.0-041100rc3-generic #201705181210 SMP Thu May 18 
16:13:25 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Kernel is working OK!

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-18 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> I built the next test kernel, up to the following commit:
> 95f255211396958c718aef8c45e3923b5211ea7b
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/95f255211396958c718aef8c45e3923b5211ea7b
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

Linux vsw-it-nw-10 4.11.0-041100rc3-generic #201705170654 SMP Wed May 17 
10:57:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
has the bug!

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-17 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> I built the next test kernel, up to the following commit:
> 13a8cd191a2b470cfd435b3b57dbd21aa65ff78c
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/13a8cd191a2b470cfd435b3b57dbd21aa65ff78c
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

Kernel is working OK.
Linux vsw-it-nw-10 4.11.0-041100rc3-generic #201705161235 SMP Tue May 16 
16:37:55 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-16 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> Sorry for the delay.
> 
> I built the next test kernel, up to the following commit:
> 834a61d455ff8069552f44140b2c1de85e6bc84d
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/834a61d455ff8069552f44140b2c1de85e6bc84d
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

This kernel is working OK!
Linux vsw-it-nw-10 4.11.0-041100rc3-generic #201705151753 SMP Mon May 15 
21:57:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-09 Thread Ralf Hildebrandt
* Joseph Salisbury :

> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/a80db69e47d764bbcaf2fec54b1f308925e7c490
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

This kernel HAS the bug!
Linux vsw-it-nw-10 4.11.0-041100rc3-generic #201705041331 SMP Thu May 4 
17:37:08 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-05 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:

> I built the next test kernel, up to the following commit:
> a80db69e47d764bbcaf2fec54b1f308925e7c490
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/a80db69e47d764bbcaf2fec54b1f308925e7c490
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

This kernel HAS the bug!
Linux vsw-it-nw-10 4.11.0-041100rc3-generic #201705041331 SMP Thu May 4 
17:37:08 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-04 Thread Ralf Hildebrandt
* Joseph Salisbury :
> I built the next test kernel, up to the following commit:
> b768b16de58d5e0b1d7c3f936825b25327ced20c
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/b768b16de58d5e0b1d7c3f936825b25327ced20c
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

4.11.0-041100rc3-generic #201705031345 is also working ok!

(why am I seeing rc3 and r5 in the kernels' names, when we're
bisecting between v4.11-rc5 and v4.11-rc6?)

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-03 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> I built the next test kernel, up to the following commit:
> 61b9a047729bb230978178bca6729689d0c50ca2
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/61b9a047729bb230978178bca6729689d0c50ca2
> 
> Can you test that kernel and report back if it has the bug or not? I
> will build the next test kernel based on your test results.

That kernel is also working OK!
It does NOT have the bug.

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

Re: [Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-05-03 Thread Ralf Hildebrandt
* Joseph Salisbury <joseph.salisb...@canonical.com>:
> I built the first test kernel, up to the following commit:
> 4691f4a6d4aadb67eab06c6659136bc2b00db851
> 
> The test kernel can be downloaded from:
> http://kernel.ubuntu.com/~jsalisbury/lp1686636/4691f4a6d4aadb67eab06c6659136bc2b00db851
> 
> Can you test that kernel and report back if it has the bug or not?

This kernel is working OK! No problems.

-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
https://www.charite.de Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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

[Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-04-28 Thread Ralf Hildebrandt
Just asking, is the bisect something I need to do? Should we bisect
between v4.11-rc5 and v4.11-rc6?

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


[Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-04-27 Thread Ralf Hildebrandt
[1.967522] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[1.967523] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[1.967685] e1000e :00:19.0: Interrupt Throttling Rate (ints/sec) set to 
dynamic conservative mode
[2.063252] e1000e :00:19.0 :00:19.0 (uninitialized): registered PHC 
clock
[2.143727] e1000e :00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 
90:1b:0e:34:41:50
[2.143729] e1000e :00:19.0 eth0: Intel(R) PRO/1000 Network Connection
[2.143781] e1000e :00:19.0 eth0: MAC: 11, PHY: 12, PBA No: FF-0FF
[2.155868] checking generic (e000 30) vs hw (e000 1000)
[   43.421971] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
Rx/Tx

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


[Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-04-27 Thread Ralf Hildebrandt
I was able to pinpoint which more recent upstream kernel fixes the
breakage:

last bad kernel:   v4.11-rc5 (a71c9a1c779f2499fb2afc0553e543f18aff6edf)
first good kernel: v4.11-rc6 (39da7c509acff13fc8cb12ec1bb20337c988ed36)

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


[Bug 1686636] Re: outgoing tcp connections sometimes fail to be established

2017-04-27 Thread Ralf Hildebrandt
I was able to pinpoint which upstream kernel introduces the breakage:

last good kernel: v4.9.25 (a8c90ef62281db933118aa84489eb0e1e9cc347c)
first bad kernel: v4.10-rc1 (7ce7d89f48834cefece7804d38fc5d85382edf77)

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


[Bug 1686636] [NEW] outgoing tcp connections sometimes fail to be established

2017-04-27 Thread Ralf Hildebrandt
Public bug reported:

I spend the better part of a day debugging this.

Symptom: Outgoing connections (ssh, tcp to port 80, to port 8080) fail
to establish about 25% of my attempts.

I then switched the kernel from 
linux-image-4.10.0-20-generic (zesty)
back to
linux-image-4.8.0-49-generic (yakkety)

and those problems were gone. I have no iptables rules on my system. I'm
using an e1000e over gigabit wired network.

Attached is a tcpdump of a connection attempt.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: linux-image-4.10.0-20-generic 4.10.0-20.22
ProcVersionSignature: Ubuntu 4.8.0-49.52-generic 4.8.17
Uname: Linux 4.8.0-49-generic x86_64
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  hildeb 3286 F pulseaudio
 /dev/snd/controlC1:  hildeb 3286 F pulseaudio
CurrentDesktop: Unity:Unity7
Date: Thu Apr 27 10:42:04 2017
HibernationDevice: RESUME=UUID=d5037585-3853-4049-a410-b17d0c104ef3
InstallationDate: Installed on 2014-06-19 (1042 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
IwConfig:
 lono wireless extensions.
 
 eth0  no wireless extensions.
MachineType: FUJITSU ESPRIMO E920
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-49-generic 
root=UUID=e0d7cff3-bbdd-467d-b15b-fb96697320f0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.8.0-49-generic N/A
 linux-backports-modules-4.8.0-49-generic  N/A
 linux-firmware1.164
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to zesty on 2017-04-03 (23 days ago)
dmi.bios.date: 01/08/2015
dmi.bios.vendor: FUJITSU // American Megatrends Inc.
dmi.bios.version: V4.6.5.4 R1.34.0 for D3222-A1x
dmi.board.name: D3222-A1
dmi.board.vendor: FUJITSU
dmi.board.version: S26361-D3222-A1
dmi.chassis.type: 3
dmi.chassis.vendor: FUJITSU
dmi.chassis.version: C$BK02
dmi.modalias: 
dmi:bvnFUJITSU//AmericanMegatrendsInc.:bvrV4.6.5.4R1.34.0forD3222-A1x:bd01/08/2015:svnFUJITSU:pnESPRIMOE920:pvr:rvnFUJITSU:rnD3222-A1:rvrS26361-D3222-A1:cvnFUJITSU:ct3:cvrC$BK02:
dmi.product.name: ESPRIMO E920
dmi.sys.vendor: FUJITSU

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


** Tags: amd64 apport-bug zesty

** Attachment added: "tcpdump of my connection atteempt"
   
https://bugs.launchpad.net/bugs/1686636/+attachment/4868517/+files/mydump.pcap

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

Title:
  outgoing tcp connections sometimes fail to be established

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

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


[Bug 1685449] [NEW] host[47240]: segfault at 1f ip 00007f8c5a00db0c sp 00007f8c56bf7e20 error 6 in host.orig[7f8c5a001000+1a000]

2017-04-22 Thread Ralf Hildebrandt
Public bug reported:

On our nagios/centreon server, the host command is crashing from time to time.
In order to find out what query causes "host" to crash, I wrapped host into a 
bash shell script:

Apr 22 07:36:01 nagios-netz kernel: [7646451.019916] host.orig[21971]: segfault 
at 1f ip 7f8233a5bb0c sp 7f8230645e20 error 6 in 
host.orig[7f8233a4f000+1a000]
Apr 22 07:36:01 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
35.206.42.141.combined.njabl.org ] returned 139

Apr 22 07:51:01 nagios-netz kernel: [7647350.025178] host.orig[27152]: segfault 
at 1f ip 7f1f140d6b0c sp 7f1f10cc0e20 error 6 in 
host.orig[7f1f140ca000+1a000]
Apr 22 07:51:01 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
35.206.42.141.combined.njabl.org ] returned 139

Apr 22 07:58:39 nagios-netz kernel: [7647807.508337] host.orig[29693]: segfault 
at 1f ip 7f6bba66bb0c sp 7f6bb7255e20 error 6 in 
host.orig[7f6bba65f000+1a000]
Apr 22 07:58:39 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
208.73.175.193.combined.njabl.org ] returned 139
Apr 22 07:58:50 nagios-netz kernel: [7647818.577504] host.orig[29718]: segfault 
at 1f ip 7fe0c53f6b0c sp 7fe0c1fe0e20 error 6 in 
host.orig[7fe0c53ea000+1a000]
Apr 22 07:58:50 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
208.73.175.193.dnsbl.njabl.org ] returned 139

Apr 22 08:30:05 nagios-netz kernel: [7649692.695913] host.orig[41538]: segfault 
at 1f ip 7fe6be9aeb0c sp 7fe6bb598e20 error 6 in 
host.orig[7fe6be9a2000+1a000]
Apr 22 08:30:05 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
209.73.175.193.dnsbl.njabl.org ] returned 139

Apr 22 08:38:50 nagios-netz kernel: [7650217.411805] host.orig[44547]: segfault 
at 1f ip 7f5a847e8b0c sp 7f5a813d2e20 error 6 in 
host.orig[7f5a847dc000+1a000]
Apr 22 08:38:50 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
208.73.175.193.dnsbl.njabl.org ] returned 139

Apr 22 08:49:54 nagios-netz kernel: [7650881.020604] host.orig[48422]: segfault 
at 1f ip 7f9b17077b0c sp 7f9b13c61e20 error 6 in 
host.orig[7f9b1706b000+1a000]
Apr 22 08:49:54 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
209.73.175.193.combined.njabl.org ] returned 139

Apr 22 09:41:02 nagios-netz kernel: [7653946.424708] host.orig[1972]: segfault 
at 1f ip 7fe230b11b0c sp 7fe22d6fbe20 error 6 in 
host.orig[7fe230b05000+1a000]
Apr 22 09:41:02 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
35.206.42.141.combined.njabl.org ] returned 139

Apr 22 10:15:06 nagios-netz kernel: [7655989.190830] host.orig[14658]: segfault 
at 1f ip 7f0dc6916b0c sp 7f0dc3500e20 error 6 in 
host.orig[7f0dc690a000+1a000]
Apr 22 10:15:06 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
209.73.175.193.dnsbl.njabl.org ] returned 139

Apr 22 10:23:38 nagios-netz kernel: [7656500.832449] host.orig[17654]: segfault 
at 1f ip 7fab9abb0b0c sp 7fab9779ae20 error 6 in 
host.orig[7fab9aba4000+1a000]
Apr 22 10:23:38 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
208.73.175.193.combined.njabl.org ] returned 139

Apr 22 10:55:07 nagios-netz kernel: [7658389.023423] host.orig[28471]: segfault 
at 1f ip 7f1925df5b0c sp 7f19229dfe20 error 6 in 
host.orig[7f1925de9000+1a000]
Apr 22 10:55:07 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
209.73.175.193.dnsbl.njabl.org ] returned 139

Apr 22 11:33:50 nagios-netz kernel: [7660710.279109] host.orig[42828]: segfault 
at 1f ip 7efe6eb27b0c sp 7efe6b711e20 error 6 in 
host.orig[7efe6eb1b000+1a000]
Apr 22 11:33:50 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
208.73.175.193.dnsbl.njabl.org ] returned 139

Apr 22 11:46:13 nagios-netz kernel: [7661452.829980] host.orig[47240]: segfault 
at 1f ip 7f8c5a00db0c sp 7f8c56bf7e20 error 6 in 
host.orig[7f8c5a001000+1a000]
Apr 22 11:46:13 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
35.206.42.141.dnsbl.njabl.org ] returned 139

Apr 22 12:20:08 nagios-netz kernel: [7663486.330496] host.orig[60333]: segfault 
at 1f ip 7f6bb796fb0c sp 7f6bb4559e20 error 6 in 
host.orig[7f6bb7963000+1a000]
Apr 22 12:20:08 nagios-netz logger: Error: Command [ /usr/bin/host.orig 
209.73.175.193.dnsbl.njabl.org ] returned 139


The queries itself take quite some time when run manually:

# time /usr/bin/host.orig 209.73.175.193.dnsbl.njabl.org
Host 209.73.175.193.dnsbl.njabl.org not found: 3(NXDOMAIN)

real0m12.008s
user0m0.000s
sys 0m0.004s

# time /usr/bin/host.orig 208.73.175.193.combined.njabl.org
Host 208.73.175.193.combined.njabl.org not found: 3(NXDOMAIN)

real0m12.009s
user0m0.000s
sys 0m0.004s

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: bind9-host 1:9.8.1.dfsg.P1-4ubuntu0.22 [modified: usr/bin/host]
ProcVersionSignature: Ubuntu 3.2.0-120.163-virtual 3.2.79
Uname: Linux 3.2.0-120-virtual x86_64
ApportVersion: 2.0.1-0ubuntu17.15
Architecture: amd64
Date: Sat Apr 22 12:20:14 2017
InstallationMedia: Ubuntu-Server 

[Bug 1676777] [NEW] mkinitramfs cluttering /var/tmp

2017-03-28 Thread Ralf Hildebrandt
Public bug reported:

When /boot is too full to accept another kernel/initial ram disk, the 
installation process stops.
But at the same time mkinitramfs is leaving files and directories in  /var/tmp, 
filling up the disk.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-70-generic 4.4.0-70.91
ProcVersionSignature: Ubuntu 4.4.0-59.80-generic 4.4.35
Uname: Linux 4.4.0-59-generic x86_64
NonfreeKernelModules: binfmt_misc btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix 
ntfs msdos jfs xfs libcrc32c vmw_vsock_vmci_transport vsock ppdev coretemp 
crct10dif_pclmul crc32_pclmul ghash_clmulni_intel aesni_intel aes_x86_64 
vmw_balloon lrw gf128mul glue_helper ablk_helper cryptd joydev input_leds 
serio_raw shpchp parport_pc i2c_piix4 vmw_vmci 8250_fintek mac_hid lp parport 
autofs4 psmouse vmwgfx vmxnet3 ttm drm_kms_helper syscopyarea sysfillrect 
sysimgblt fb_sys_fops drm vmw_pvscsi pata_acpi floppy fjes
AlsaDevices:
 total 0
 crw-rw 1 root audio 116,  1 Feb  3 11:29 seq
 crw-rw 1 root audio 116, 33 Feb  3 11:29 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 not 
found.
Date: Tue Mar 28 10:40:56 2017
HibernationDevice: RESUME=UUID=b1ab759c-f679-4e71-af05-24c040877711
InstallationDate: Installed on 2012-05-07 (1785 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
IwConfig:
 lono wireless extensions.
 
 ens192no wireless extensions.
Lsusb: Error: command ['lsusb'] failed with exit code 1:
MachineType: VMware, Inc. VMware Virtual Platform
PciMultimedia:
 
ProcFB: 0 svgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-59-generic 
root=/dev/mapper/vgsys-root ro transparent_hugepage=never
RelatedPackageVersions:
 linux-restricted-modules-4.4.0-59-generic N/A
 linux-backports-modules-4.4.0-59-generic  N/A
 linux-firmware1.157.8
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: Upgraded to xenial on 2016-03-30 (362 days ago)
WifiSyslog:
 
dmi.bios.date: 09/21/2015
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: 6.00
dmi.board.name: 440BX Desktop Reference Platform
dmi.board.vendor: Intel Corporation
dmi.board.version: None
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 1
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd09/21/2015:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
dmi.product.name: VMware Virtual Platform
dmi.product.version: None
dmi.sys.vendor: VMware, Inc.

** Affects: linux (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/1676777

Title:
  mkinitramfs cluttering /var/tmp

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

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


[Bug 1667292] [NEW] not supporting interlaced PNGs

2017-02-23 Thread Ralf Hildebrandt
Public bug reported:

I tried to change the OTRS product logo -- then printing give me an
apache server error. Looking at the server's error.log:

[Fri Feb 17 13:45:39.506928 2017] [:error] [pid 29444] [Fri Feb 17 13:45:39 
2017] -e: Unsupported Interlace(1) Method at 
/usr/share/perl5/PDF/API2/Resource/XObject/Image/PNG.pm line 45.\n
[Fri Feb 17 13:46:27.175532 2017] [:error] [pid 29185] [Fri Feb 17 13:46:27 
2017] -e: Unsupported Interlace(1) Method at 
/usr/share/perl5/PDF/API2/Resource/XObject/Image/PNG.pm line 45.\n

I then reported a bug with otrs:
https://bugs.otrs.org/show_bug.cgi?id=12629

The answer was: "that is a limitation in the underlying PDF::API2
library that we use"

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: libpdf-api2-perl 2.025-1
ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44
Uname: Linux 4.4.0-64-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: amd64
Date: Thu Feb 23 13:39:46 2017
InstallationDate: Installed on 2016-05-26 (272 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
PackageArchitecture: all
SourcePackage: libpdf-api2-perl
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: libpdf-api2-perl (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/1667292

Title:
  not supporting interlaced PNGs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libpdf-api2-perl/+bug/1667292/+subscriptions

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


[Bug 1663031] [NEW] cannot resolve www.facebook.com

2017-02-08 Thread Ralf Hildebrandt
Public bug reported:

$ systemd-resolve www.facebook.com 
www.facebook.com: resolve call failed: 'star-mini.c10r.facebook.com' does not 
have any RR of the requested type

But using dig:

$ dig @8.8.8.8 www.facebook.com

; <<>> DiG 9.10.3-P4-Ubuntu <<>> @8.8.8.8 www.facebook.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 20609
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;www.facebook.com.  IN  A

;; ANSWER SECTION:
www.facebook.com.   734 IN  CNAME   star-mini.c10r.facebook.com.
star-mini.c10r.facebook.com. 46 IN  A   31.13.93.36

;; Query time: 33 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Wed Feb 08 22:17:05 CET 2017
;; MSG SIZE  rcvd: 90

$ systemd-resolve --status
Global
 DNS Servers: 127.0.0.1
  DNS Domain: fritz.box
  DNSSEC NTA: 10.in-addr.arpa
  16.172.in-addr.arpa
  168.192.in-addr.arpa
  17.172.in-addr.arpa
  18.172.in-addr.arpa
  19.172.in-addr.arpa
  20.172.in-addr.arpa
  21.172.in-addr.arpa
  22.172.in-addr.arpa
  23.172.in-addr.arpa
  24.172.in-addr.arpa
  25.172.in-addr.arpa
  26.172.in-addr.arpa
  27.172.in-addr.arpa
  28.172.in-addr.arpa
  29.172.in-addr.arpa
  30.172.in-addr.arpa
  31.172.in-addr.arpa
  corp
  d.f.ip6.arpa
  home
  internal
  intranet
  lan
  local
  private
  test

Link 6 (wwp0s20u7i8)
  Current Scopes: none
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: allow-downgrade
DNSSEC supported: yes

Link 4 (wlan0)
  Current Scopes: LLMNR/IPv4 LLMNR/IPv6
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: allow-downgrade
DNSSEC supported: yes

Link 2 (eth0)
  Current Scopes: none
   LLMNR setting: yes
MulticastDNS setting: no
  DNSSEC setting: allow-downgrade
DNSSEC supported: yes

I'm currently connected via wlan0.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: systemd 232-8
ProcVersionSignature: Ubuntu 4.9.0-15.16-generic 4.9.5
Uname: Linux 4.9.0-15-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Wed Feb  8 22:14:17 2017
InstallationDate: Installed on 2014-02-07 (1097 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MachineType: Dell Inc. Latitude E7240
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.9.0-15-generic.efi.signed 
root=UUID=052bd6e1-db02-4bca-9f9c-d5600c0237e1 ro quiet splash vt.handoff=7
SourcePackage: systemd
UpgradeStatus: Upgraded to zesty on 2017-02-08 (0 days ago)
dmi.bios.date: 02/18/2014
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A08
dmi.board.asset.tag: humbaba
dmi.board.name: 0531FD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.asset.tag: humbaba
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA08:bd02/18/2014:svnDellInc.:pnLatitudeE7240:pvr01:rvnDellInc.:rn0531FD:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E7240
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug zesty

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

Title:
  cannot resolve www.facebook.com

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

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


[Bug 1649846] [NEW] patchlevel 5.0.14 is out

2016-12-14 Thread Ralf Hildebrandt
Public bug reported:

https://www.otrs.com/release-notes-otrs-business-solution-5s-patch-
level-14/

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

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

Title:
  patchlevel 5.0.14 is out

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

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


[Bug 1649846] Re: patchlevel 5.0.14 is out

2016-12-14 Thread Ralf Hildebrandt
Two new releases/patchlevel have been published since 5.0.12

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

Title:
  patchlevel 5.0.14 is out

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

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


[Bug 1631095] [NEW] pushed dns servers not being used

2016-10-06 Thread Ralf Hildebrandt
Public bug reported:

After the upgrade from yenial to yakkety, the internal DNS servers
(pushed by the openvpn server) are not being used by dnsmasq.

Symptom:

I connect via openvpn (called from network manager), the connection is
established successfully but INTERNAL hostnames cannot be resolved.

The system itself is using dnsmasq.

I then have to kill the running dnsmasq instance. After it's been
(automagically) restarted, internal DNS names can be resolved.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: network-manager-openvpn 1.1.93-1ubuntu1
ProcVersionSignature: Ubuntu 4.8.0-17.19-generic 4.8.0-rc7
Uname: Linux 4.8.0-17-generic x86_64
ApportVersion: 2.20.3-0ubuntu7
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Thu Oct  6 20:06:33 2016
InstallationDate: Installed on 2014-02-07 (972 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
SourcePackage: network-manager-openvpn
UpgradeStatus: Upgraded to yakkety on 2016-10-01 (5 days ago)

** Affects: network-manager-openvpn (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/1631095

Title:
  pushed dns servers not being used

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

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


[Bug 1561474] Re: Bluetooth will be disable after resume from suspend on Xenial

2016-10-03 Thread Ralf Hildebrandt
Same issue here with a Dell Latitude e7240

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

Title:
  Bluetooth will be disable after resume from suspend on Xenial

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

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


[Bug 1627083] [NEW] ipt_CLUSTERIP is deprecated and it will removed soon, use xt_cluster instead

2016-09-23 Thread Ralf Hildebrandt
Public bug reported:

pacemaker still uses iptable's "CLUSTERIP" -- and dmesg shows a
deprecation warning:

[   15.027333] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[   15.027464] ipt_CLUSTERIP: ipt_CLUSTERIP is deprecated and it will removed 
soon, use xt_cluster instead

~# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source   destination 
CLUSTERIP  all  --  anywhere proxy.charite.de CLUSTERIP 
hashmode=sourceip-sourceport clustermac=EF:EE:6B:F9:7B:67 total_nodes=4 
local_node=2 hash_init=0

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: pacemaker 1.1.14-2ubuntu1.1
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Fri Sep 23 17:26:01 2016
InstallationDate: Installed on 2014-08-19 (766 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
SourcePackage: pacemaker
UpgradeStatus: Upgraded to xenial on 2016-09-22 (1 days ago)

** Affects: pacemaker (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/1627083

Title:
  ipt_CLUSTERIP is deprecated and it will removed soon, use xt_cluster
  instead

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

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


[Bug 1612617] [NEW] [Fri Aug 12 12:48:46 2016] Provider.pm: Unescaped left brace in regex is deprecated, passed through in regex; marked by <-- HERE in m/\$Text{ <-- HERE ""}/ at /usr/share/otrs/Kerne

2016-08-12 Thread Ralf Hildebrandt
Public bug reported:

On a fresh install I'm getting:

[Fri Aug 12 12:48:33 2016] Provider.pm: Unescaped left brace in regex is 
deprecated, passed through in regex; marked by <-- HERE in m/\$Text{ <-- HERE 
""}/ at /usr/share/otrs/Kernel/Output/Template/Provider.pm line 561.
[Fri Aug 12 12:48:46 2016] Provider.pm: Unescaped left brace in regex is 
deprecated, passed through in regex; marked by <-- HERE in m/\$Text{ <-- HERE 
""}/ at /usr/share/otrs/Kernel/Output/Template/Provider.pm line 561.
[Fri Aug 12 12:49:04 2016] Provider.pm: Unescaped left brace in regex is 
deprecated, passed through in regex; marked by <-- HERE in m/\$Text{ <-- HERE 
""}/ at /usr/share/otrs/Kernel/Output/Template/Provider.pm line 561.
[Fri Aug 12 12:49:38 2016] Provider.pm: Unescaped left brace in regex is 
deprecated, passed through in regex; marked by <-- HERE in m/\$Text{ <-- HERE 
""}/ at /usr/share/otrs/Kernel/Output/Template/Provider.pm line 561.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: otrs 5.0.7-1
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Fri Aug 12 12:55:52 2016
InstallationDate: Installed on 2016-05-26 (77 days ago)
InstallationMedia: Ubuntu-Server 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.3)
PackageArchitecture: all
SourcePackage: otrs2
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: otrs2 (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/1612617

Title:
  [Fri Aug 12 12:48:46 2016] Provider.pm: Unescaped left brace in regex
  is deprecated, passed through in regex; marked by <-- HERE in
  m/\$Text{ <-- HERE ""}/ at
  /usr/share/otrs/Kernel/Output/Template/Provider.pm line 561.

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

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


[Bug 1572885] [NEW] garbage in output Net::DNS::DomainName1035=HASH(0x292cb50)

2016-04-21 Thread Ralf Hildebrandt
Public bug reported:

$ echo 127.0.0.1 | jdresolve  -
Net::DNS::DomainName1035=HASH(0x292cb50)
 Total Lines: 1
 Total Time : 00:00:00 (0.00 lines/s)
 Total Hosts: 1
  Resolved Hosts: 1 (100.00%)
Unresolved Hosts: 0 (0.00%)
Average DNS time: 0.s per request
Max DNS time: 0s (consider this value for your timeout)

There's a working patch here:
https://github.com/apavel/jdresolve/commit/71b9c86429c815933f42a2921dc9fbbe29c014fc

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: jdresolve 0.6.1-4ubuntu1
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
CurrentDesktop: Unity
Date: Thu Apr 21 10:11:32 2016
InstallationDate: Installed on 2014-06-19 (671 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
PackageArchitecture: all
SourcePackage: jdresolve
UpgradeStatus: Upgraded to xenial on 2016-04-04 (16 days ago)

** Affects: jdresolve (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/1572885

Title:
  garbage in output Net::DNS::DomainName1035=HASH(0x292cb50)

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

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


[Bug 1564793] [NEW] package linux-image-4.4.0-16-generic 4.4.0-16.32 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2016-04-01 Thread Ralf Hildebrandt
Public bug reported:

During upgrade from trusty to xenial, thing went amiss

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: linux-image-4.4.0-16-generic 4.4.0-16.32
ProcVersionSignature: Ubuntu 3.19.0-56.62~14.04.1-generic 3.19.8-ckt15
Uname: Linux 3.19.0-56-generic x86_64
AlsaDevices:
 ERROR: ld.so: object '/usr/lib/libeatmydata/libeatmydata.so' from LD_PRELOAD 
cannot be preloaded (cannot open shared object file): ignored.
 total 0
 crw-rw 1 root audio 116,  1 Apr  1 10:26 seq
 crw-rw 1 root audio 116, 33 Apr  1 10:26 timer
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.20.1-0ubuntu1
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1: ERROR: ld.so: object 
'/usr/lib/libeatmydata/libeatmydata.so' from LD_PRELOAD cannot be preloaded 
(cannot open shared object file): ignored.
Date: Fri Apr  1 10:36:08 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 2
HibernationDevice: RESUME=UUID=9a552e9f-593f-42f9-8b03-74c062d5fb3b
IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig'
Lsusb:
 ERROR: ld.so: object '/usr/lib/libeatmydata/libeatmydata.so' from LD_PRELOAD 
cannot be preloaded (cannot open shared object file): ignored.
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: FUJITSU D3401-H1
PciMultimedia:
 
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.19.0-56-generic 
root=UUID=fd827598-4b67-4b7a-9374-cb789aa7ad8a ro nomodeset intel_pstate=enable 
nomdmonddf nomdmonisw
RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu2
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
Title: package linux-image-4.4.0-16-generic 4.4.0-16.32 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 2
UpgradeStatus: Upgraded to xenial on 2016-04-01 (0 days ago)
dmi.bios.date: 11/25/2015
dmi.bios.vendor: FUJITSU // American Megatrends Inc.
dmi.bios.version: V5.0.0.11 R1.7.0.SR.2 for D3401-H1x
dmi.board.name: D3401-H1
dmi.board.vendor: FUJITSU
dmi.board.version: S26361-D3401-H1
dmi.chassis.type: 3
dmi.chassis.vendor: FUJITSU
dmi.modalias: 
dmi:bvnFUJITSU//AmericanMegatrendsInc.:bvrV5.0.0.11R1.7.0.SR.2forD3401-H1x:bd11/25/2015:svnFUJITSU:pnD3401-H1:pvr:rvnFUJITSU:rnD3401-H1:rvrS26361-D3401-H1:cvnFUJITSU:ct3:cvr:
dmi.product.name: D3401-H1
dmi.sys.vendor: FUJITSU

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


** Tags: amd64 apport-package xenial

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

Title:
  package linux-image-4.4.0-16-generic 4.4.0-16.32 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 2

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

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


[Bug 1558331] Re: message "The repository is insufficiently signed by key (weak digest)" is poorly worded

2016-03-20 Thread Ralf Hildebrandt
Ironically, I tried to install some debug symbols today and also got
these messages:

W:
gpgv:/var/lib/apt/lists/partial/ddebs.ubuntu.com_dists_xenial_Release.gpg:
The repository is insufficiently signed by key
2512191FEF8729D6E5AF414DECDCAD72428D7C01 (weak digest)

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

Title:
  message "The repository is insufficiently signed by key  (weak
  digest)" is poorly worded

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

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


[Bug 1556521] Re: obex-check-device crashed with SIGSEGV in __GI_____strtoul_l_internal()

2016-03-12 Thread Ralf Hildebrandt
*** This bug is a duplicate of bug 1553358 ***
https://bugs.launchpad.net/bugs/1553358

root@humbaba:~# gdb /usr/sbin/obex-check-device 
GNU gdb (Ubuntu 7.11-0ubuntu1) 7.11
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/sbin/obex-check-device...Reading symbols from 
/usr/lib/debug//usr/sbin/obex-check-device...done.
done.
(gdb) set args 413c
(gdb) run
Starting program: /usr/sbin/obex-check-device 413c
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
__GI_strtoul_l_internal (nptr=0x0, endptr=endptr@entry=0x0, 
base=base@entry=16, group=group@entry=0, 
loc=0x77bbc500 <_nl_global_locale>) at ../stdlib/strtol_l.c:297
297 ../stdlib/strtol_l.c: No such file or directory.
(gdb) bt full
#0  __GI_strtoul_l_internal (nptr=0x0, endptr=endptr@entry=0x0, 
base=base@entry=16, group=group@entry=0, 
loc=0x77bbc500 <_nl_global_locale>) at ../stdlib/strtol_l.c:297
negative = 
cutoff = 
cutlim = 
i = 
s = 0x0
c = 
save = 
end = 
overflow = 
cnt = 
current = 0x77bb7d80 <_nl_C_LC_NUMERIC>
thousands = 0x0
thousands_len = 0
grouping = 0x0
#1  0x77832172 in __strtoul (nptr=, 
endptr=endptr@entry=0x0, base=base@entry=16)
at ../stdlib/strtol.c:109
No locals.
#2  0x004018e9 in main (argc=, argv=0x7fffe628)
at /build/libopenobex-6W6LOb/libopenobex-1.7.1/udev/obex-check-device.c:69
vendor = 16700
product = 
(gdb)

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

Title:
  obex-check-device crashed with SIGSEGV in
  __GI_strtoul_l_internal()

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

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


[Bug 1519816] [NEW] Exception: unsupported operand type(s) for %: 'bytes' and 'tuple'

2015-11-25 Thread Ralf Hildebrandt
Public bug reported:

I'm getting cron mails containing errors:

Subject: Cron  test -x /usr/sbin/anacron || ( cd / && run-parts 
--report /etc/cron.daily )
...
/etc/cron.daily/apt:
Exception: unsupported operand type(s) for %: 'bytes' and 'tuple'
Traceback (most recent call last):
  File "/usr/bin/unattended-upgrade", line 1435, in 
main(options)
  File "/usr/bin/unattended-upgrade", line 1382, in main
pkgs, pkg_install_success, pkgs_kept_back, mem_log, log_content)
  File "/usr/bin/unattended-upgrade", line 812, in send_summary_mail
host(), res)
TypeError: unsupported operand type(s) for %: 'bytes' and 'tuple'
~

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: apt 1.0.10.2ubuntu1
ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
Uname: Linux 4.2.0-16-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Wed Nov 25 14:08:48 2015
InstallationDate: Installed on 2011-02-22 (1736 days ago)
InstallationMedia: Ubuntu-Server 10.10 "Maverick Meerkat" - Release amd64 
(20101007)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: apt
UpgradeStatus: Upgraded to wily on 2015-10-22 (34 days ago)

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


** Tags: amd64 apport-bug wily

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

Title:
  Exception: unsupported operand type(s) for %: 'bytes' and 'tuple'

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

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


Re: [Bug 1501260] Re: drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in dpll_hw_state.wrpll (expected 0xb0210614, found 0x00000000

2015-10-01 Thread Ralf Hildebrandt
* Joseph Salisbury :
> Do you have a way to reproduce this bug, or was it a one time event?

So far it was a one time event, but I didn't update that long ago.

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

Title:
  drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in
  dpll_hw_state.wrpll (expected 0xb0210614, found 0x

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

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


[Bug 1501260] [NEW] drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in dpll_hw_state.wrpll (expected 0xb0210614, found 0x00000000

2015-09-30 Thread Ralf Hildebrandt
Public bug reported:

While surfing, I clicked on something,, X died, I was thrown back to a console 
and finally was able to log back in.
dmesg is cluttered with:
 


[79849.958943] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in 
dpll_hw_state.wrpll (expected 0xb0210614, found 0x)
[79849.958944] [ cut here ]
[79849.958962] WARNING: CPU: 0 PID: 14689 at 
/build/linux-1dujk3/linux-4.2.0/drivers/gpu/drm/i915/intel_display.c:12326 
check_crtc_state+0x2c5/0x440 [i915]()
[79849.958963] pipe state doesn't match!
[79849.958981] Modules linked in: bnep bluetooth binfmt_misc nls_iso8859_1 
intel_rapl iosf_mbi x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_hdmi 
coretemp snd_hda_codec_realtek input_leds snd_hda_codec_generic kvm_intel 
snd_hda_intel kvm snd_hda_codec snd_hda_core snd_hwdep snd_pcm crct10dif_pclmul 
snd_seq_midi snd_seq_midi_event snd_rawmidi crc32_pclmul ghash_clmulni_intel 
snd_seq snd_seq_device snd_timer mei_me aesni_intel snd mei aes_x86_64 lrw 
gf128mul glue_helper ablk_helper cryptd soundcore serio_raw 8250_fintek 
fujitsu_laptop lpc_ich tpm_infineon mac_hid parport_pc ppdev lp parport autofs4 
hid_generic usbhid hid i915 psmouse ahci libahci i2c_algo_bit drm_kms_helper 
e1000e drm ptp pps_core video
[79849.958983] CPU: 0 PID: 14689 Comm: Xorg Tainted: GW   
4.2.0-11-generic #13-Ubuntu
[79849.958983] Hardware name: FUJITSU ESPRIMO E920/D3222-A1, BIOS V4.6.5.4 
R1.34.0 for D3222-A1x 01/08/2015
[79849.958985]  c0232ab0 88030edef538 817b0cc5 

[79849.958986]  88030edef588 88030edef578 81076536 
88030edef5a8
[79849.958986]  88030edef610 88030a600800 0001 
88030a600b50
[79849.958987] Call Trace:
[79849.958991]  [] dump_stack+0x45/0x57
[79849.958994]  [] warn_slowpath_common+0x86/0xc0
[79849.958995]  [] warn_slowpath_fmt+0x46/0x50
[79849.959008]  [] ? intel_pipe_config_compare+0xa67/0xc60 
[i915]
[79849.959015]  [] check_crtc_state+0x2c5/0x440 [i915]
[79849.959024]  [] intel_modeset_check_state+0x20e/0x6b0 
[i915]
[79849.959032]  [] intel_crtc_set_config+0x4c7/0x580 [i915]
[79849.959042]  [] drm_mode_set_config_internal+0x66/0x100 
[drm]
[79849.959045]  [] restore_fbdev_mode+0xc2/0xf0 
[drm_kms_helper]
[79849.959048]  [] 
drm_fb_helper_restore_fbdev_mode_unlocked+0x29/0x70 [drm_kms_helper]
[79849.959050]  [] drm_fb_helper_set_par+0x22/0x40 
[drm_kms_helper]
[79849.959060]  [] intel_fbdev_set_par+0x1a/0x60 [i915]
[79849.959062]  [] ? ttwu_do_activate.constprop.89+0x5d/0x70
[79849.959064]  [] fb_set_var+0x238/0x460
[79849.959066]  [] ? do_sys_poll+0x127/0x5a0
[79849.959068]  [] fbcon_blank+0x2e9/0x330
[79849.959070]  [] ? check_preempt_wakeup+0x193/0x220
[79849.959071]  [] do_unblank_screen+0xd3/0x1a0
[79849.959073]  [] vt_ioctl+0x4fb/0x12c0
[79849.959074]  [] ? default_wake_function+0x12/0x20
[79849.959076]  [] ? autoremove_wake_function+0x16/0x40
[79849.959078]  [] tty_ioctl+0x3cc/0xbb0
[79849.959079]  [] ? __wake_up+0x48/0x60
[79849.959080]  [] ? wake_nocb_leader+0x4d/0x50
[79849.959081]  [] ? __call_rcu_nocb_enqueue+0xcd/0xd0
[79849.959083]  [] do_vfs_ioctl+0x285/0x470
[79849.959084]  [] ? mntput+0x24/0x40
[79849.959085]  [] ? __fput+0x190/0x220
[79849.959086]  [] SyS_ioctl+0x79/0x90
[79849.959088]  [] entry_SYSCALL_64_fastpath+0x16/0x75
[79849.959089] ---[ end trace c15f693470bdbc48 ]---
[79849.959131] [drm:intel_pipe_config_compare [i915]] *ERROR* mismatch in 
dpll_hw_state.wrpll (expected 0xb0210614, found 0x)
[79849.959131] [ cut here ]

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: linux-image-4.2.0-11-generic 4.2.0-11.13
ProcVersionSignature: Ubuntu 4.2.0-11.13-generic 4.2.1
Uname: Linux 4.2.0-11-generic x86_64
ApportVersion: 2.19-0ubuntu1
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  hildeb25581 F pulseaudio
 /dev/snd/controlC1:  hildeb25581 F pulseaudio
CurrentDesktop: Unity
Date: Wed Sep 30 12:04:59 2015
HibernationDevice: RESUME=UUID=d5037585-3853-4049-a410-b17d0c104ef3
InstallationDate: Installed on 2014-06-19 (467 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: FUJITSU ESPRIMO E920
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-11-generic.efi.signed 
root=UUID=e0d7cff3-bbdd-467d-b15b-fb96697320f0 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-4.2.0-11-generic N/A
 linux-backports-modules-4.2.0-11-generic  N/A
 linux-firmware1.148
RfKill:
 
SourcePackage: linux
UpgradeStatus: Upgraded to wily on 2015-09-29 (0 days ago)
dmi.bios.date: 01/08/2015
dmi.bios.vendor: FUJITSU // American Megatrends Inc.
dmi.bios.version: V4.6.5.4 R1.34.0 for D3222-A1x
dmi.board.name: D3222-A1
dmi.board.vendor: FUJITSU
dmi.board.version: S26361-D3222-A1

[Bug 1402195] [NEW] Newer versions available

2014-12-13 Thread Ralf Hildebrandt
Public bug reported:

When adb sideloading 5.0.0 - 5.0.1, the recovery on a nexus 5 requires
at least adb 1.0.32

$ adb version
Android Debug Bridge version 1.0.31

:(

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: android-tools-adb 4.2.2+git20130218-3ubuntu36
ProcVersionSignature: Ubuntu 3.16.0-25.33-generic 3.16.7
Uname: Linux 3.16.0-25-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Dec 13 14:47:38 2014
InstallationDate: Installed on 2014-02-07 (308 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
SourcePackage: android-tools
UpgradeStatus: Upgraded to utopic on 2014-11-08 (34 days ago)

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


** Tags: amd64 apport-bug utopic

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

Title:
  Newer versions available

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

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


[Bug 1401022] [NEW] headers are not being decoded

2014-12-10 Thread Ralf Hildebrandt
Public bug reported:

Actual Output:

xMessage: 3jy7hn32XZzCqxt   
   x
xFrom..: =?utf-8?Q?artmailart?= inqu...@artmailart.com
   x
xTo: recipi...@charite.de 
 x
xSubj..: 
=?utf-8?Q?=E2=80=9COCAT=20Screens=E2=80=9D=EF=BC=9AMovie=20Nights=20=E2=80=94=E2=80=94Multiple=20Per/var/spool/postfixx
xStatus:eDeferred, no reason
   x

Both Subject and From are UTF8 encoded and should be (for better
legibility) decoded!

I also wonder why the lower frame is made of the letters xqkj and m ...

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: pfqueue 0.5.6-8ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-37.64-generic 3.13.11.7
Uname: Linux 3.13.0-37-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.6
Architecture: amd64
Date: Wed Dec 10 09:06:48 2014
InstallationDate: Installed on 2012-07-02 (890 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
SourcePackage: pfqueue
UpgradeStatus: Upgraded to trusty on 2014-06-07 (185 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  headers are not being decoded

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

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


[Bug 1392982] Re: Got an HT rate for a non data frame 0x28

2014-11-18 Thread Ralf Hildebrandt
This happened after upgrading to 14.10.

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

Title:
  Got an HT rate for a non data frame 0x28

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

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


[Bug 1392982] [NEW] Got an HT rate for a non data frame 0x28

2014-11-15 Thread Ralf Hildebrandt
Public bug reported:

[ 4460.265149] [ cut here ]
[ 4460.265221] WARNING: CPU: 2 PID: 1234 at 
/build/buildd/linux-3.16.0/drivers/net/wireless/iwlwifi/mvm/tx.c:191 
iwl_mvm_set_tx_params+0x5da/0x6d0 [iwlmvm]()
[ 4460.265228] Got an HT rate for a non data frame 0x28
[ 4460.265232] Modules linked in: btrfs xor raid6_pq ufs qnx4 hfsplus hfs minix 
ntfs msdos jfs xfs libcrc32c qmi_wwan cdc_wdm qcserial usbnet usb_wwan mii 
usbserial ctr ccm snd_hda_codec_realtek snd_hda_codec_generic 
snd_hda_codec_hdmi arc4 dell_wmi sparse_keymap pn544_mei mei_phy pn544 hci nfc 
dell_laptop dcdbas intel_rapl x86_pkg_temp_thermal intel_powerclamp kvm_intel 
iwlmvm mac80211 kvm crct10dif_pclmul crc32_pclmul ghash_clmulni_intel 
aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd uvcvideo 
joydev serio_raw videobuf2_vmalloc videobuf2_memops videobuf2_core iwlwifi 
v4l2_common videodev media btusb cfg80211 lpc_ich wmi snd_soc_rt5640 
snd_soc_rl6231 snd_soc_core snd_compress i2c_hid snd_pcm_dmaengine dw_dmac 
i2c_designware_platform dw_dmac_core 8250_dw spi_pxa2xx_platform 
snd_soc_sst_acpi
[ 4460.265441]  i2c_designware_core snd_hda_intel snd_hda_controller 
snd_hda_codec bnep snd_hwdep rfcomm snd_pcm bluetooth snd_seq_midi 6lowpan_iphc 
snd_seq_midi_event snd_rawmidi snd_seq i915 snd_seq_device snd_timer video snd 
drm_kms_helper mac_hid drm soundcore mei_me shpchp i2c_algo_bit mei parport_pc 
ppdev coretemp lp parport nls_iso8859_1 zfs(POE) zunicode(POE) zavl(POE) 
zcommon(POE) znvpair(POE) spl(OE) hid_generic usbhid hid ahci psmouse libahci 
sdhci_pci e1000e ptp pps_core sdhci_acpi sdhci
[ 4460.265582] CPU: 2 PID: 1234 Comm: wpa_supplicant Tainted: P   OE 
3.16.0-24-generic #32-Ubuntu
[ 4460.265602] Hardware name: Dell Inc. Latitude E7240/0531FD, BIOS A08 
02/18/2014
[ 4460.265607]  0009 8800d38b7808 8177fcbc 
8800d38b7850
[ 4460.265618]  8800d38b7840 8106fd8d 8800477dd080 
88011831e678
[ 4460.265642]  88003f6ee426 8800d2a31848 88008c550f00 
8800d38b78a0
[ 4460.265652] Call Trace:
[ 4460.265685]  [8177fcbc] dump_stack+0x45/0x56
[ 4460.265698]  [8106fd8d] warn_slowpath_common+0x7d/0xa0
[ 4460.265708]  [8106fdfc] warn_slowpath_fmt+0x4c/0x50
[ 4460.265748]  [c0db9093] ? iwl_mvm_set_tx_params+0x43/0x6d0 [iwlmvm]
[ 4460.265781]  [c0db962a] iwl_mvm_set_tx_params+0x5da/0x6d0 [iwlmvm]
[ 4460.265813]  [c0db9974] iwl_mvm_tx_skb+0x54/0x400 [iwlmvm]
[ 4460.265830]  [c0db2a92] iwl_mvm_mac_tx+0xb2/0x1c0 [iwlmvm]
[ 4460.265902]  [c0c9e190] __ieee80211_tx+0x2b0/0x3b0 [mac80211]
[ 4460.265955]  [c0ca0816] ieee80211_tx+0xc6/0x110 [mac80211]
[ 4460.266006]  [c0ca0a4a] ieee80211_xmit+0x9a/0xf0 [mac80211]
[ 4460.266070]  [c0ca1205] ieee80211_subif_start_xmit+0x505/0xd70 
[mac80211]
[ 4460.266087]  [81680845] dev_hard_start_xmit+0x335/0x5d0
[ 4460.266114]  [8166e1ce] ? __alloc_skb+0x8e/0x1f0
[ 4460.266125]  [816a2546] sch_direct_xmit+0xa6/0x210
[ 4460.266133]  [81680cda] __dev_queue_xmit+0x1fa/0x4f0
[ 4460.266156]  [81680fe0] dev_queue_xmit+0x10/0x20
[ 4460.266168]  [81763227] packet_sendmsg+0xf57/0x1070
[ 4460.266195]  [8134] ? aa_label_is_subset+0x30/0xb0
[ 4460.266204]  [81664aad] sock_sendmsg+0x8d/0xc0
[ 4460.266213]  [816638e9] ? move_addr_to_user+0xb9/0xe0
[ 4460.266240]  [811fcc97] ? evict+0x117/0x1a0
[ 4460.266249]  [811f778f] ? __d_free+0x3f/0x60
[ 4460.266258]  [811fee73] ? __fdget+0x13/0x20
[ 4460.266281]  [81665041] SYSC_sendto+0x121/0x1c0
[ 4460.266292]  [81665fd2] ? __sys_recvmsg+0x42/0x80
[ 4460.266302]  [81665a7e] SyS_sendto+0xe/0x10
[ 4460.266327]  [81787ced] system_call_fastpath+0x1a/0x1f
[ 4460.266333] ---[ end trace 7abe76f703f4a380 ]---
[ 4464.324627] wlan0: disassociated from 08:96:d7:b3:3f:10 (Reason: 2)

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-extra-3.16.0-24-generic 3.16.0-24.32
ProcVersionSignature: Ubuntu 3.16.0-24.32-generic 3.16.4
Uname: Linux 3.16.0-24-generic x86_64
NonfreeKernelModules: zfs zunicode zavl zcommon znvpair
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  hildeb 3128 F pulseaudio
 /dev/snd/controlC0:  hildeb 3128 F pulseaudio
CurrentDesktop: Unity
Date: Sat Nov 15 12:21:05 2014
HibernationDevice: RESUME=UUID=eaa0d3b6-c665-4438-bd6d-9f48fce56672
InstallationDate: Installed on 2014-02-07 (280 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
MachineType: Dell Inc. Latitude E7240
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-24-generic.efi.signed 
root=UUID=052bd6e1-db02-4bca-9f9c-d5600c0237e1 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-24-generic N/A
 

[Bug 1316606] [NEW] service networking restart fails

2014-05-06 Thread Ralf Hildebrandt
Public bug reported:

root@www:~# service networking restart
stop: Job failed while stopping
start: Job is already running: networking

No other output is being produced. I'm fairly sure this should work.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: ifupdown 0.7.47.2ubuntu4
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
Date: Tue May  6 15:38:13 2014
InstallationDate: Installed on 2011-02-22 (1168 days ago)
InstallationMedia: Ubuntu-Server 10.10 Maverick Meerkat - Release amd64 
(20101007)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: ifupdown
UpgradeStatus: Upgraded to trusty on 2014-04-21 (15 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  service networking restart fails

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

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


[Bug 1308046] [NEW] Current stable version is 2.2.4

2014-04-15 Thread Ralf Hildebrandt
Public bug reported:

The current stable version of freeradius is the 2.2 series (2.2.4, of march 
19th 2014).
Having at least a PPA for the recent stable version would be a good thing.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: freeradius 2.1.12+dfsg-1.2ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
Date: Tue Apr 15 14:47:05 2014
InstallationDate: Installed on 2012-05-07 (707 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
SourcePackage: freeradius
UpgradeStatus: Upgraded to trusty on 2014-04-15 (0 days ago)

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


** Tags: amd64 apport-bug trusty

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to freeradius in Ubuntu.
https://bugs.launchpad.net/bugs/1308046

Title:
  Current stable version is 2.2.4

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1308046] [NEW] Current stable version is 2.2.4

2014-04-15 Thread Ralf Hildebrandt
Public bug reported:

The current stable version of freeradius is the 2.2 series (2.2.4, of march 
19th 2014).
Having at least a PPA for the recent stable version would be a good thing.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: freeradius 2.1.12+dfsg-1.2ubuntu8
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu2
Architecture: amd64
Date: Tue Apr 15 14:47:05 2014
InstallationDate: Installed on 2012-05-07 (707 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS Precise Pangolin - Release amd64 
(20120424.1)
SourcePackage: freeradius
UpgradeStatus: Upgraded to trusty on 2014-04-15 (0 days ago)

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


** Tags: amd64 apport-bug trusty

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

Title:
  Current stable version is 2.2.4

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

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


[Bug 1107150] Re: [Gigabyte P75-D3] I/O Problems

2014-04-04 Thread Ralf Hildebrandt
can confirm the bug with almost identical setup:

32GB RAM

00:00.0 Host bridge: Intel Corporation 4th Gen Core Processor DRAM Controller 
(rev 06)
00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v3/4th Gen 
Core Processor Integrated Graphics Controller (rev 06)
00:14.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB xHCI (rev 04)
00:16.0 Communication controller: Intel Corporation 8 Series/C220 Series 
Chipset Family MEI Controller #1 (rev 04)
00:19.0 Ethernet controller: Intel Corporation Ethernet Connection I217-LM (rev 
04)
00:1a.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #2 (rev 04)
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High 
Definition Audio Controller (rev 04)
00:1d.0 USB controller: Intel Corporation 8 Series/C220 Series Chipset Family 
USB EHCI #1 (rev 04)
00:1f.0 ISA bridge: Intel Corporation Q87 Express LPC Controller (rev 04)
00:1f.2 SATA controller: Intel Corporation 8 Series/C220 Series Chipset Family 
6-port SATA Controller 1 [AHCI mode] (rev 04)
00:1f.3 SMBus: Intel Corporation 8 Series/C220 Series Chipset Family SMBus 
Controller (rev 04)
00:1f.6 Signal processing controller: Intel Corporation 8 Series Chipset Family 
Thermal Management Controller (rev 04)


Reducing the amount of memory from 32 to 16GB helps immediately, didn't try 
(and won't at this point because 16GB is sufficient at the moment) mainline 
kernel as being short of time.

64 Bit kernel does NOT expose the problem!

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

Title:
  [Gigabyte P75-D3] I/O Problems

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

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


[Bug 1288823] Re: Trusty bind9 RRL

2014-03-20 Thread Ralf Hildebrandt
Given that response rate limiting is considered (short of implementing BCP 38) 
the recommended
mitigation against the rampant DNS Amplification Attacks it would be foolish to 
strip Ubuntu LTS users of that tool!

See: https://www.us-cert.gov/ncas/alerts/TA13-088A

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to bind9 in Ubuntu.
https://bugs.launchpad.net/bugs/1288823

Title:
  Trusty bind9 RRL

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1288823] Re: Trusty bind9 RRL

2014-03-20 Thread Ralf Hildebrandt
Given that response rate limiting is considered (short of implementing BCP 38) 
the recommended
mitigation against the rampant DNS Amplification Attacks it would be foolish to 
strip Ubuntu LTS users of that tool!

See: https://www.us-cert.gov/ncas/alerts/TA13-088A

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

Title:
  Trusty bind9 RRL

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

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


[Bug 1292851] [NEW] openvpn connection shows Wifi fan when using wired connection

2014-03-15 Thread Ralf Hildebrandt
Public bug reported:

While establishing an openvpn connection EVEN when using a wired
connection (Arrow pointing up and down), the connection indicator is
flashing and showing the Wifi fan symbol -- which is just plain wrong.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: network-manager-gnome 0.9.8.8-0ubuntu2
ProcVersionSignature: Ubuntu 3.13.0-17.37-generic 3.13.6
Uname: Linux 3.13.0-17-generic x86_64
ApportVersion: 2.13.3-0ubuntu1
Architecture: amd64
CurrentDesktop: Unity
Date: Sat Mar 15 14:25:55 2014
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2014-02-07 (35 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to trusty on 2014-02-26 (16 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 wlan0  802-11-wireless   unavailable   
/org/freedesktop/NetworkManager/Devices/1  
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.8.8connected   enabled   disabled
disabled   enabled enabled

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


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

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

Title:
  openvpn connection shows Wifi fan when using wired connection

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

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


[Bug 1277871] [NEW] bluetooth mouse ceases to work

2014-02-08 Thread Ralf Hildebrandt
Public bug reported:

After the initial boot, the bluetooth connected mouse is working ok.
Up to a point where all over a sudden, it stops. The only thing being logged is:

[ 6089.525351] Bluetooth: hci0 command 0x0c03 tx timeout
[ 6097.530209] Bluetooth: hci0 sending initial HCI reset command failed (-110)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: bluetooth (not installed)
ProcVersionSignature: Ubuntu 3.11.0-15.25-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Sat Feb  8 14:48:03 2014
InstallationDate: Installed on 2014-02-07 (0 days ago)
InstallationMedia: Ubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: Dell Inc. Latitude E7240
MarkForUpload: True
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=052bd6e1-db02-4bca-9f9c-d5600c0237e1 ro quiet splash vt.handoff=7
SourcePackage: bluez
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/05/2013
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A05
dmi.board.name: 0531FD
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA05:bd10/05/2013:svnDellInc.:pnLatitudeE7240:pvr01:rvnDellInc.:rn0531FD:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude E7240
dmi.product.version: 01
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: BR/EDR  Bus: USB
BD Address: FC:F8:AE:45:3C:05  ACL MTU: 1021:5  SCO MTU: 96:5
UP RUNNING PSCAN 
RX bytes:148805 acl:9777 sco:0 events:244 errors:0
TX bytes:17582 acl:12 sco:0 commands:115 errors:0

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


** Tags: amd64 apport-bug saucy

** Attachment added: kern.log up to the error
   
https://bugs.launchpad.net/bugs/1277871/+attachment/3973826/+files/bluetooth-fehler.txt

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

Title:
  bluetooth mouse ceases to work

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

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


[Bug 1271197] Re: postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_helo_restriction=

2014-01-21 Thread Ralf Hildebrandt
Not a bug. 
smtpd_helo_restriction is a typo, it must be smtpd_helo_restriction*s* (with an 
s at the end!)
Postfix emits a warning, since typo'ed parameters have no effect!

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to postfix in Ubuntu.
https://bugs.launchpad.net/bugs/1271197

Title:
  postconf: warning: /etc/postfix/master.cf: unused parameter:
  smtpd_helo_restriction=

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1271197] Re: postconf: warning: /etc/postfix/master.cf: unused parameter: smtpd_helo_restriction=

2014-01-21 Thread Ralf Hildebrandt
Not a bug. 
smtpd_helo_restriction is a typo, it must be smtpd_helo_restriction*s* (with an 
s at the end!)
Postfix emits a warning, since typo'ed parameters have no effect!

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

Title:
  postconf: warning: /etc/postfix/master.cf: unused parameter:
  smtpd_helo_restriction=

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

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


[Bug 1194370] Re: intel_microcode: prepend_earlyinitramfs: not found

2013-10-30 Thread Ralf Hildebrandt
update-initramfs: Generating /boot/initrd.img-3.11.0-12-generic
cryptsetup: WARNING: failed to detect canonical device of /dev/sda1
cryptsetup: WARNING: could not determine root device from /etc/fstab
/usr/share/initramfs-tools/hooks/intel_microcode: 136: 
/usr/share/initramfs-tools/hooks/intel_microcode: prepend_earlyinitramfs: not 
found
E: intel-microcode: failed to prepend early firmware to initramfs
W: intel-microcode: will try to use late initramfs update mode...

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

Title:
  intel_microcode: prepend_earlyinitramfs: not found

To manage notifications about this bug go to:
https://bugs.launchpad.net/initramfs-tools/+bug/1194370/+subscriptions

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


Re: [Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-18 Thread Ralf Hildebrandt
* Joseph Salisbury joseph.salisb...@canonical.com:
 @Ralf, @naphta,
 
 Can you test the kernel posted in comment #33?

I hope @naphta can, since I don't have access to the machine in
question.

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1240387] [NEW] no user defined gui buttons anymore

2013-10-16 Thread Ralf Hildebrandt
Public bug reported:

The older version of evince (in raring) offered the possibility to have user 
defined buttons for frequently used operations (like, in my case, rotate left, 
rotate right, save as).
This feature is now gone.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: evince 3.10.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.11.0-12.19-generic 3.11.3
Uname: Linux 3.11.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2
Architecture: amd64
Date: Wed Oct 16 09:31:17 2013
InstallationDate: Installed on 2011-04-05 (924 days ago)
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
MarkForUpload: True
SourcePackage: evince
UpgradeStatus: Upgraded to saucy on 2013-10-15 (0 days ago)

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


** Tags: amd64 apport-bug saucy

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

Title:
  no user defined gui buttons anymore

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

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


Re: [Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-10 Thread Ralf Hildebrandt
* Joseph Salisbury joseph.salisb...@canonical.com:
 3.11.0-11.17 was rebased to upstream 3.11.3, so it has all 3.11.3
 changes.  3.11.0-12.18 is still based off of upstream 3.11.3, so the bug
 may have been introduced by a SAUCE patch  between  3.11.0-11.17 and
 3.11.0-12.18.
 
 Can you first test the mainline 3.11.3 kernel to confirm the bug does not 
 exist:
 http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.11.3-saucy/

It's in mainline 3.11.3 as well. Turns out that 3.11.0-11.17 was ONLY
working since I forgot to install the -extras package which contains
the PCMCIA drivers.

So: 3.11.0-11.17  3.11.0-12.18  mainline 3.11.3 ALL crash, at the
very same stage (when initializing the PCMCIA adapter)

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1234232] Re: check_crtc_state: pipe state doesn't match!

2013-10-10 Thread Ralf Hildebrandt
Which previous kernel do you have in mind?
Something from raring?

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

Title:
  check_crtc_state: pipe state doesn't match!

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

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


[Bug 1234232] Re: check_crtc_state: pipe state doesn't match!

2013-10-10 Thread Ralf Hildebrandt
I'll boot into 3.8.x from raring and see what's going on there

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

Title:
  check_crtc_state: pipe state doesn't match!

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Boot process with kernel 3.11 when hanging (the disk led is on all the
time)

** Attachment added: 3.11 when hanging (the disk led is on all the time)
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1237336/+attachment/3868764/+files/IMG_20131009_123429.jpg

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
It's 3.8 from raring ringtail, not quantal (sorry about that)

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Boot process on the same machine with the 3.8 kernel from quantal. It succeeeds.
Incidentially, the machine is fsck-ing the disk, due to the sheer number of 
reboots I did...


** Attachment added: IMG_20131009_123531.jpg
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1237336/+attachment/3868765/+files/IMG_20131009_123531.jpg

** Description changed:

- I made a fresh install of Ubuntu Quantal and Upgraded to Saucy.
+ I made a fresh install of Ubuntu Ringtail and Upgraded to Saucy.
  
- Turns out that the machine won't boot with linux-image-3.11.0-12-generic, but 
*will* boot with the old quantal kernel
+ Turns out that the machine won't boot with linux-image-3.11.0-12-generic, but 
*will* boot with the old ringtail kernel
  linux-image-3.8.0-31-generic!
  
  I created two screenshots, one shows the point where the boot process
  with the Saucy kernel stops (after enabling the swap), and another
- picture of the boot process with the Quantal kernel AFTER successfully
+ picture of the boot process with the ringtail kernel AFTER successfully
  enabling the swap.
  
  This bug report was generated on 3.8.0-31, since I can't get 3.11 to
  boot...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic i686
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  guest-vLutlY   1977 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  guest-vLutlY   1977 F pulseaudio
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Wed Oct  9 12:40:08 2013
  InstallationDate: Installed on 2013-10-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MachineType: Acer Extensa 5230
  MarkForUpload: True
  PccardctlIdent:
-  Socket 0:
-no product info available
+  Socket 0:
+    no product info available
  PccardctlStatus:
-  Socket 0:
-no card
+  Socket 0:
+    no card
  ProcEnviron:
-  TERM=xterm
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=set
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=set
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-31-generic 
root=UUID=5a5a0960-705c-4925-88fa-bcb05eb87c12 ro 
crashkernel=384M-2G:64M,2G-:128M noquiet nosplash
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-09 (0 days ago)
  WifiSyslog:
-  
+ 
  dmi.bios.date: 02/02/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.28
  dmi.board.name: Homa
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.28:bd02/02/2009:svnAcer:pnExtensa5230:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5230
  dmi.product.version: 0100
  dmi.sys.vendor: Acer

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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

[Bug 1237336] [NEW] linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Public bug reported:

I made a fresh install of Ubuntu Ringtail and Upgraded to Saucy.

Turns out that the machine won't boot with linux-image-3.11.0-12-generic, but 
*will* boot with the old ringtail kernel
linux-image-3.8.0-31-generic!

I created two screenshots, one shows the point where the boot process
with the Saucy kernel stops (after enabling the swap), and another
picture of the boot process with the ringtail kernel AFTER successfully
enabling the swap.

This bug report was generated on 3.8.0-31, since I can't get 3.11 to
boot...

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image (not installed)
ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
Uname: Linux 3.8.0-31-generic i686
ApportVersion: 2.12.5-0ubuntu1
Architecture: i386
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  guest-vLutlY   1977 F pulseaudio
CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
Date: Wed Oct  9 12:40:08 2013
InstallationDate: Installed on 2013-10-08 (0 days ago)
InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
MachineType: Acer Extensa 5230
MarkForUpload: True
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=set
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-31-generic 
root=UUID=5a5a0960-705c-4925-88fa-bcb05eb87c12 ro 
crashkernel=384M-2G:64M,2G-:128M noquiet nosplash
SourcePackage: linux
UpgradeStatus: Upgraded to saucy on 2013-10-09 (0 days ago)
WifiSyslog:

dmi.bios.date: 02/02/2009
dmi.bios.vendor: Phoenix Technologies LTD
dmi.bios.version: V1.28
dmi.board.name: Homa
dmi.board.vendor: Acer
dmi.board.version: Rev
dmi.chassis.type: 10
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.28:bd02/02/2009:svnAcer:pnExtensa5230:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
dmi.product.name: Extensa 5230
dmi.product.version: 0100
dmi.sys.vendor: Acer

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


** Tags: apport-bug i386 saucy

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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

[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
I tried disabling swap, but that doesn't change a thing. So it must be
something after swapon.

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Falling back to linux-image-3.11.0-11-generic makes things work again.
So it's a change between -11 and -12...

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Adding apparmor=0 to the kernel boot parameters doesn't change a thing

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
3.11.0-11.17: working
3.11.0-12.18: not working

Hm, looking at the changelog it's maybe due to the apparmor changes?
Don't have the calxedaxgmac at all, and the Upstream Kernel Change seems to 
refer to an apple trackpad.

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
So, I even updated the BIOS to the most recent version, no change.

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Turns out that it's a driver in the extra package. PCMCIA is being
probed and the kernel freezes; this happens for the mainline kernel as
well.

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] AlsaInfo.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: AlsaInfo.txt
   
https://bugs.launchpad.net/bugs/1237336/+attachment/3868920/+files/AlsaInfo.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] Re: linux-image-3.11.0-12-generic doesn't boot

2013-10-09 Thread Ralf Hildebrandt
Blacklisting yenta_socket makes the machine boot OK!
If I modprobe yenta_socket after booting up, the machine locks up.
 

** Tags added: apport-collected

** Description changed:

  I made a fresh install of Ubuntu Ringtail and Upgraded to Saucy.
  
  Turns out that the machine won't boot with linux-image-3.11.0-12-generic, but 
*will* boot with the old ringtail kernel
  linux-image-3.8.0-31-generic!
  
  I created two screenshots, one shows the point where the boot process
  with the Saucy kernel stops (after enabling the swap), and another
  picture of the boot process with the ringtail kernel AFTER successfully
  enabling the swap.
  
  This bug report was generated on 3.8.0-31, since I can't get 3.11 to
  boot...
  
  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image (not installed)
  ProcVersionSignature: Ubuntu 3.8.0-31.46-generic 3.8.13.8
  Uname: Linux 3.8.0-31-generic i686
  ApportVersion: 2.12.5-0ubuntu1
  Architecture: i386
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  guest-vLutlY   1977 F pulseaudio
  CurrentDmesg: Error: command ['sh', '-c', 'dmesg | comm -13 --nocheck-order 
/var/log/dmesg -'] failed with exit code 1: comm: /var/log/dmesg: Permission 
denied
  Date: Wed Oct  9 12:40:08 2013
  InstallationDate: Installed on 2013-10-08 (0 days ago)
  InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
  MachineType: Acer Extensa 5230
  MarkForUpload: True
  PccardctlIdent:
   Socket 0:
     no product info available
  PccardctlStatus:
   Socket 0:
     no card
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=set
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.8.0-31-generic 
root=UUID=5a5a0960-705c-4925-88fa-bcb05eb87c12 ro 
crashkernel=384M-2G:64M,2G-:128M noquiet nosplash
  SourcePackage: linux
  UpgradeStatus: Upgraded to saucy on 2013-10-09 (0 days ago)
  WifiSyslog:
  
  dmi.bios.date: 02/02/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.28
  dmi.board.name: Homa
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.28:bd02/02/2009:svnAcer:pnExtensa5230:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
  dmi.product.name: Extensa 5230
  dmi.product.version: 0100
  dmi.sys.vendor: Acer
+ --- 
+ ApportVersion: 2.12.5-0ubuntu1
+ Architecture: i386
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  lightdm1518 F pulseaudio
+ DistroRelease: Ubuntu 13.10
+ HibernationDevice: RESUME=UUID=765ea940-a006-4825-a979-c4ec48d81572
+ InstallationDate: Installed on 2013-10-08 (0 days ago)
+ InstallationMedia: Ubuntu 13.04 Raring Ringtail - Release i386 (20130424)
+ MachineType: Acer Extensa 5230
+ MarkForUpload: True
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm
+  PATH=(custom, no user)
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-12-generic 
root=UUID=5a5a0960-705c-4925-88fa-bcb05eb87c12 ro 
crashkernel=384M-2G:64M,2G-:128M noquiet nosplash
+ ProcVersionSignature: Ubuntu 3.11.0-12.18-generic 3.11.3
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-3.11.0-12-generic N/A
+  linux-backports-modules-3.11.0-12-generic  N/A
+  linux-firmware 1.116
+ Tags:  saucy
+ Uname: Linux 3.11.0-12-generic i686
+ UpgradeStatus: Upgraded to saucy on 2013-10-09 (0 days ago)
+ UserGroups:
+  
+ dmi.bios.date: 10/30/2009
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: V1.36
+ dmi.board.name: Homa
+ dmi.board.vendor: Acer
+ dmi.board.version: Rev
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Acer
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvrV1.36:bd10/30/2009:svnAcer:pnExtensa5230:pvr0100:rvnAcer:rnHoma:rvrRev:cvnAcer:ct10:cvrN/A:
+ dmi.product.name: Extensa 5230
+ dmi.product.version: 0100
+ dmi.sys.vendor: Acer

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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

[Bug 1237336] Lspci.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/1237336/+attachment/3868925/+files/Lspci.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] CRDA.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: CRDA.txt
   https://bugs.launchpad.net/bugs/1237336/+attachment/3868922/+files/CRDA.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] CurrentDmesg.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/1237336/+attachment/3868923/+files/CurrentDmesg.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] IwConfig.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: IwConfig.txt
   
https://bugs.launchpad.net/bugs/1237336/+attachment/3868924/+files/IwConfig.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] BootDmesg.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/1237336/+attachment/3868921/+files/BootDmesg.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] UdevDb.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/1237336/+attachment/3868931/+files/UdevDb.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] UdevLog.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: UdevLog.txt
   
https://bugs.launchpad.net/bugs/1237336/+attachment/3868932/+files/UdevLog.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


[Bug 1237336] ProcCpuinfo.txt

2013-10-09 Thread Ralf Hildebrandt
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/1237336/+attachment/3868927/+files/ProcCpuinfo.txt

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

Title:
  linux-image-3.11.0-12-generic doesn't boot

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

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


  1   2   3   4   5   6   7   8   9   10   >