[Bug 1966203] Re: journal shows "systemd-udevd[2837]: nvme0n1: Process ... failed with exit code 1."

2024-06-09 Thread Bernhard Riegler
I prefer to conserve config files, I do a "move" instead a "re-move"
I assume the selection is by file extension.
move *.rules to *.rules.OFF, the OFF at the filename END is important.

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

Title:
  journal shows "systemd-udevd[2837]: nvme0n1: Process ... failed with
  exit code 1."

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


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

[Bug 1953030] Re: pathMTU tuning needs parameter tcp_mtu_probe_ceiling

2022-03-11 Thread Bernhard Riegler
I repeated the tests with LANIC HW features Large ReceiveO ffload and TCP 
Segmentation Offload
turned OFF.

Now the IPv4 packets are stable with MTU=1500 and TCP MSS=1460 in a broadcast 
domain.
the IPv4 packets up to 64KiB are caused by the HW features of LANIC and not by 
pathMTU algorithm.
you can close this request.

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

Title:
  pathMTU tuning needs parameter tcp_mtu_probe_ceiling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1953030/+subscriptions


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

[Bug 1961401] [NEW] /usr/sbin/nft monitor trace ether type missing

2022-02-18 Thread Bernhard Riegler
Public bug reported:

# nft config as  bash HERE document

DEV_WLAN='wlo1'
SET_AP_MAC="{$AP_MAC,$AP1_5_MAC,$AP2_2_MAC}"
TYPE_8021x='0x888E' # WLAN 802.1x login authentication (association)

FAMILY='netdev'
TABLE='T_ND'   # netdev
CHAIN='CH_ETHER'   # 1000BaseT is the root chain
CHAIN2='CH_WLAN'   # WLAN input is the root chain
NFT='/usr/sbin/nft'   # CLI program abs_path
TRACE='meta nftrace set 1'

###
### HERE document: input file for $NFT (atomic firewall action) ###
### -s ... stateless
### -f ... file input
###
$NFT -s -f - 

[Bug 1956401] Re: amdgpu hangs for 90 seconds at a time in 5.13.0-23, but 5.13.0-22 works

2022-01-11 Thread Fabian Bernhard
Hello, thanks for the fast update.

Unfortunately my personal problem isn't fixed with it. I'm using a Ryzen 7 
5700U (on a hp envy x360-15eu000), with ubuntu 21.10. 
I use full disk encryption with luks, and when I try to boot with the new 
kernel (5.13.0-23, or now the newer 5.13.0-25) I type in the correct password 
and get stuck after this (last appearing message: [...] successfully decypted).
Usually (e.g with the 5.13.0-22 kernel), after decrypting the partition the 
system boots up and a row of instructions appear. With this kernel(s) it's 
completely stuck and nothing happens.

Is anyone else experiencing this issue?

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

Title:
  amdgpu hangs for 90 seconds at a time in 5.13.0-23, but 5.13.0-22
  works

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


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

[Bug 1956008] [NEW] Python plugins not working due to missing pyqt4

2021-12-29 Thread Bernhard Trummer
Public bug reported:

Hi.

I'm using muse 3.0.2+ds1-2build1 on Ubuntu 20.04.

When opening a MIDI track segment, there's a "Plugins" menu providing some 
Python-based scripts.
However, selecting one of them (e.g. RandomizeVelocityRelative) to be executed 
on some selected MIDI events leads to an error popup and as nasty side effect 
the previously selected MIDI events are deleted:

MusE was unable to launch the script, error message:
Traceback (most recent call last):
  File "/usr/share/muse/scripts/RandomizeVelocityRelative", line 31, in 
from PyQt4 import QtGui, QtCore
ModuleNotFoundError: No module named 'PyQt4'
...


PyQt4 doesn't seem to be "easily" available anymore.
So what I did was to look at the upstream repository of muse on github.
It turned out, that all these scripts are already updated to use PyQt5, but 
only for versions 4.0pre1 or higher.
So I just opened the current scripts from 
https://github.com/muse-sequencer/muse/tree/master/src/share/scripts and 
overwrote "RandomizeVelocityRelative" and "SwingQuantize1" in my 
/usr/share/muse/scripts and ... it works. :-)
At least those two are working fine for me now, because I'm using them quite 
frequently.


So coming to my request:
Would it be possible to patch these Python scripts with the content from 
upstream/master to make them "just work" again in muse as provided by Ubuntu 
20.04 (and later LTS releases that are not shipping muse 4.0 yet)?


Thanks and regards.

** Affects: muse (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/1956008

Title:
  Python plugins not working due to missing pyqt4

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


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

[Bug 1953030] [NEW] pathMTU tuning needs parameter tcp_mtu_probe_ceiling

2021-12-02 Thread Bernhard Riegler
Public bug reported:

I found the parameter tcp_mtu_probe_floor
I need an additional parameter tcp_mtu_probe_ceiling

why ?
If the tcp-connection goes only in a broadcast domain
 (no IPv4 router in between, sending ICMP frag needed)
the pathMTU algorithm goes crasy.

I have 2 nodes IPv4 10.0.0.2 (ethernet cable) and 10.0.0.4 (802.11n)
testing with "iperf3 -s -i 5" as server on Ubuntu 20.04 LTS (10.0.0.2)
and ANDROID12 "MAGIC iperf3" as client (iperf3 -c 10.0.0.2 -t 22 -i 5 -P 1 -Z 
-O 5)
(10.0.0.4)

monitoring with wireshark shows ip packets with ip.len 65212 and tcp flags 
push,ack.
this does not work with the HW buffers of the LANIC,
therefore a reqest a control with parameter "tcp_mtu_probe_ceiling"

** Affects: kernel-package (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/1953030

Title:
  pathMTU tuning needs parameter tcp_mtu_probe_ceiling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1953030/+subscriptions


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

[Bug 1953030] Re: pathMTU tuning needs parameter tcp_mtu_probe_ceiling

2021-12-02 Thread Bernhard Riegler
** Attachment added: "screenshopt of wireshark and iperf3 server console"
   
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1953030/+attachment/5544913/+files/tcp_mtu_probe_ceiling.png

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

Title:
  pathMTU tuning needs parameter tcp_mtu_probe_ceiling

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kernel-package/+bug/1953030/+subscriptions


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

[Bug 1946733] Re: gnome-terminal max_size and resize looses 1 row and 1 colomn

2021-11-19 Thread Bernhard Riegler
I assume an "integer division" cut down
my HW monitor has a screen resolution of 1920 x 1200 pixel.

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

Title:
  gnome-terminal max_size and resize looses 1 row and 1 colomn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1946733/+subscriptions


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

[Bug 1946733] [NEW] gnome-terminal max_size and resize looses 1 row and 1 colomn

2021-10-12 Thread Bernhard Riegler
Public bug reported:

I installed "xterm" to get utility "resize" and have a comparison between 2 
terminal programs.
xterm works. between the "resize" commands is double click on top bar 
(max.size, restore)
bernie@prod:~$ resize
COLUMNS=80;
LINES=24;
export COLUMNS LINES;
bernie@prod:~$ resize
COLUMNS=80;
LINES=24;
export COLUMNS LINES;
bernie@prod:~$ resize
COLUMNS=80;
LINES=24;
export COLUMNS LINES;
 stable columns,lines with xterm
gnome-terminal has a bug. again (max.size, restore) with double-click on top 
bar.
bernie@prod:~$ resize
COLUMNS=80;
LINES=24;
export COLUMNS LINES;
bernie@prod:~$ resize
COLUMNS=79;
LINES=23;
export COLUMNS LINES;
bernie@prod:~$ resize
COLUMNS=78;
LINES=22;
export COLUMNS LINES;
with every cycle the gnome-terminal looses 1 row and 1 column
gnome-terminal info reports version 3.36.2
platform is ubuntu 20.04 LTS
bernie@prod:~$ lsb_release -rd
Description:Ubuntu 20.04.3 LTS
Release:20.04
bernie@prod:~$ apt-cache policy gnome-terminal
gnome-terminal:
  Installiert:   3.36.2-1ubuntu1~20.04
  Installationskandidat: 3.36.2-1ubuntu1~20.04
  Versionstabelle:
 *** 3.36.2-1ubuntu1~20.04 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.36.1.1-1ubuntu1 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages
please fix the gnome-terminal size shrinking and restore the same size as before
thanks

** Affects: gnome-terminal (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/1946733

Title:
  gnome-terminal max_size and resize looses 1 row and 1 colomn

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-terminal/+bug/1946733/+subscriptions


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

[Bug 1944387] [NEW] package mldonkey-server (not installed) failed to install/upgrade: »installiertes mldonkey-server-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2021-09-20 Thread Bernhard Binzen
Public bug reported:

Vormals nicht ausgewähltes Paket mldonkey-server wird gewählt.
(Lese Datenbank ... 770504 Dateien und Verzeichnisse sind derzeit installiert.)
Vorbereitung zum Entpacken von .../mldonkey-server_3.1.6-1fakesync1_amd64.deb 
...
Entpacken von mldonkey-server (3.1.6-1fakesync1) ...
mldonkey-server (3.1.6-1fakesync1) wird eingerichtet ...
adduser: Es ist keine UID im Bereich 100-999 verfügbar (FIRST_SYS_UID - 
LAST_SYS_UID).
adduser: Benutzer »mldonkey« wurde nicht angelegt.
dpkg: Fehler beim Bearbeiten des Paketes mldonkey-server (--configure):
 »installiertes mldonkey-server-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
Trigger für man-db (2.9.1-1) werden verarbeitet ...
Trigger für systemd (245.4-4ubuntu3.13) werden verarbeitet ...
Fehler traten auf beim Bearbeiten von:
 mldonkey-server
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: mldonkey-server (not installed)
ProcVersionSignature: Ubuntu 5.11.0-34.36~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Sep 19 13:13:22 2021
ErrorMessage: »installiertes mldonkey-server-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
InstallationDate: Installed on 2021-09-10 (10 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: mldonkey
Title: package mldonkey-server (not installed) failed to install/upgrade: 
»installiertes mldonkey-server-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package mldonkey-server (not installed) failed to install/upgrade:
  »installiertes mldonkey-server-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/mldonkey/+bug/1944387/+subscriptions


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

[Bug 1944384] [NEW] package systraq (not installed) failed to install/upgrade: »installiertes systraq-Skript des Paketes post-installation«-Unterprozess gab den Fehlerwert 1 zurück

2021-09-20 Thread Bernhard Binzen
Public bug reported:

systraq (20160803-3) wird eingerichtet ...
adduser: Es ist kein UID/GID-Paar im Bereich 100-999 verfügbar (FIRST_SYS_UID - 
LAST_SYS_UID).
adduser: Benutzer »debian-systraq« wurde nicht angelegt.
dpkg: Fehler beim Bearbeiten des Paketes systraq (--configure):
 »installiertes systraq-Skript des Paketes post-installation«-Unterprozess gab 
den Fehlerwert 1 zurück
Trigger für man-db (2.9.1-1) werden verarbeitet ...
Trigger für doc-base (0.10.9) werden verarbeitet ...
3 hinzugefügte Doc-base-Dateien wird verarbeitet...
Fehler beim Verbinden von /usr/share/doc-base/snpomatic mit 
/usr/share/doc-base/snpomatic-doc: Format text bereits defin
iert.
Dokumente werden mit dwww registriert ...
Fehler traten auf beim Bearbeiten von:
 systraq
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: systraq (not installed)
ProcVersionSignature: Ubuntu 5.11.0-34.36~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-34-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.20
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Sep 15 19:32:03 2021
ErrorMessage: »installiertes systraq-Skript des Paketes 
post-installation«-Unterprozess gab den Fehlerwert 1 zurück
InstallationDate: Installed on 2021-09-10 (10 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.6
SourcePackage: systraq
Title: package systraq (not installed) failed to install/upgrade: 
»installiertes systraq-Skript des Paketes post-installation«-Unterprozess gab 
den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  package systraq (not installed) failed to install/upgrade:
  »installiertes systraq-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/systraq/+bug/1944384/+subscriptions


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

[Bug 1878279] Re: MSFT0004:00 06CB:CD98 Touchpad/trackpad mouse randomly not recognized from any given boot

2021-06-28 Thread Bernhard Übelacker
I can report that this device seems also affected:
Lenovo V15-IIL Iron Grey, Core i5-1035G1, 8GB RAM, 512GB SSD, DE (82C500JUGE)

This is with running a Debian testing kernel 5.10.0-7-amd64/5.10.40-1.

Adding the pci=nocrs makes the touchpad work, but unfortunately this does
not survive a standby or hibernate cycle.

@j-w-r-degoede: Do you still need your patch to be tested?


** Attachment added: "dmesg-without-pci-nocrs.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1878279/+attachment/5507603/+files/dmesg-without-pci-nocrs.txt

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

Title:
  MSFT0004:00 06CB:CD98 Touchpad/trackpad mouse randomly not recognized
  from any given boot

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

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

[Bug 1215882]

2021-04-16 Thread Bernhard Riegler
I completely agree with jonwestburne
CRITICAL because the user does not know the email was not sent.

I had again a server BUSY condition.
thunderbird version 78.7.1(64-bit) on GNU/Linux Ubuntu 20.04 LTS platform.
popup "load too high (#4.3.0)" and then the email is in 'sent' folder of my 
local Filesystem Archive.
my automatic "CC to sender" proves that it was not processed by server. I did 
not receive my CC.

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

Title:
  Emails are silently discarded on 554 reply to STARTTLS

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

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

[Bug 1856372] Re: Wifi drops, particularly under load

2021-03-27 Thread Bernhard
I am affected by this bug as well. It happens in Fedora 33 and in
Kubuntu 20.10. Is there any fix for this problem (I don't care in which
distribution)?

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

Title:
  Wifi drops, particularly under load

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

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

[Bug 1215882]

2021-03-19 Thread Bernhard Riegler
after thinking about the possibilities for this server "transient failure" 
I would recommend rescue in the local Filesystem on server status (#4.3.0) 
independent of config for folder 'sent' and folder 'draft'
make a subdirectory "rescue" in the local File System below local ARCHIVE 
folder and put the email in here.
this is independent of the server BUSY problem.
the file in 'rescue' folder can now easily retried later and is not 'lost on 
transit'

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

Title:
  Emails are silently discarded on 554 reply to STARTTLS

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

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

[Bug 1215882]

2021-03-19 Thread Bernhard Riegler
I have the following environment: Europe, Austria, A1 Provider, sending with 
Thunderbird 78.7.1(64-bit) on GNU/Linux Ubuntu 20.04 LTS
the outgoing configuration is SMTP port 587 with STARTTLS

everything works fine, but sometimes the Provider SMTP Server is BUSY.
I get in thunderbird client a pop up "load too high (#4.3.0)" and then the 
email is in 'sent' folder.
as I always put myself a CC in every email, I can guarantee that the email was 
not processed by the SMTP server.
this matches the pop up message.
this is a transient SMTP server error.
thunderbird client knows this and shall not put this failed output into folder 
'sent' , but into folder 'draft' for later retry.

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

Title:
  Emails are silently discarded on 554 reply to STARTTLS

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

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

[Bug 1909022] Re: Ardour crashes when using the Calf Limiter LV2 plugin and tying to raise the Oversampling parameter to 4

2020-12-23 Thread Bernhard Trummer
Hi.

In the meantime I was able to reproduce the very same bug in a fresh Ubuntu LTS 
(Desktop) installation:
- I downloaded ubuntu-20.04.1-desktop-amd64.iso and copied it to an USB stick.
- I did a standard installation on an old PC (I selected to wipe out the whole 
disk).
- After that, I let all updates install via network.
- Then I did an "apt-get install ardour calf-plugins" in a root shell.
  (the package versions of ardour and calf-plugins match exactly the ones 
described above)
- ... and from above the "Steps to reproduce 1"


> KDE Neon is not an official flavor of Ubuntu and is not supported here.

I think that's void now. :-)


Please advise if I still should raise an upstream bug report with calf...


Thanks, regards, and merry christmas.

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

Title:
  Ardour crashes when using the Calf Limiter LV2 plugin and tying to
  raise the Oversampling parameter to 4

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

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

[Bug 1909022] [NEW] Ardour crashes when using the Calf Limiter LV2 plugin and tying to raise the Oversampling parameter to 4

2020-12-22 Thread Bernhard Trummer
Public bug reported:

About my system:
It's a new KDE Slimbook with KDE neon pre-installed, which itself is based on 
Ubuntu focal.
I used aptitude to install ardour, calf-plugins, and some other stuff I need to 
do my audio work.
All installed packages are up-to-date, there are no pending updates.

List of relevant installed packages:
ii  ardour 1:5.12.0-3ubuntu4 amd64the digital audio workstation
ii  calf-plugins   0.90.3-1build2amd64Calf Studio Gear ...


Steps to reproduce 1:
- Open a new/blank Ardour workspace
- Add the "Calf Limiter" plugin (LV2) to the Master bus
- Double-click on the plugin to see its GUI
- Try to raise the "Oversampling" value to 4 using the knob => crash


Steps to reproduce 2:
- Open an existing Ardour workspace where the Calf Limiter plugin is present 
already having an Oversampling value of 4.
- In this case Ardour will crash right during the startup.
- Workaround:
  - start Ardour with the '-B' option
  - activate all plugins (except the Limiter, which also would lead to an 
immediate crash)
  - open the Limiter and turn "Oversampling" down to 1.
  - then the Limiter plugin can be activated and everything works fine.


PS:
I noticed this bug after I was rsync'ing my audio workspaces from my PC (based 
on Debian/buster) to the new laptop. All workspaces and plugins (whether Calf, 
Guitarix, whatever) worked fine, except for my "mastering" workspace which is 
using the Calf Limiter plugin.

** Affects: calf (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/1909022

Title:
  Ardour crashes when using the Calf Limiter LV2 plugin and tying to
  raise the Oversampling parameter to 4

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

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

[Bug 1884135] [NEW] [LE_WH-1000XM3, playback] Playback problem: BT headset only plays gnome-terminal's bell (Ctrl-G), any media/audio is still output via builtin intel audio

2020-06-18 Thread Bernhard Gabler
Public bug reported:

After today's update, no audio can be played via connected Bluetooth
headset (Sony LE_WH-1000XM3). The sound setting offers internal speakers
or wireless headset, but either way any media (RhythmBox, Web video,
...) plays through the internal speakers.

The notable exception is gnome-console's ping (played as output of a
BELL character, like from hitting the backspace key on an empty bash
command line, or from

  echo -e \\007

which does play through wireless headset (or internal speaker) as set by
the sound setting.


Before today's update, the Bluetooth headset did play audio (yet not 
immediately upon connecting; for though the sound setting had switched to the 
external headset, any sound was still output to via internal speakers. But 
switching once to the internal speakers and back to the BT headset was a viable 
workaround to get sound out to the BT headset.)

>From apt log:
Start-Date: 2020-06-18  17:19:14
Commandline: aptdaemon role='role-commit-packages' sender=':1.315'
Upgrade: bind9-dnsutils:amd64 (1:9.16.1-0ubuntu2.1, 1:9.16.1-0ubuntu2.2), 
alsa-ucm-conf:amd64 (1.2.2-1, 1.2.2-1ubuntu0.1), bind9-host:amd64 
(1:9.16.1-0ubuntu2.1, 1:9.16.1-0ubuntu2.2), dnsutils:amd64 
(1:9.16.1-0ubuntu2.1, 1:9.16.1-0ubuntu2.2), initramfs-tools-bin:amd64 
(0.136ubuntu6, 0.136ubuntu6.1), busybox-static:amd64 (1:1.30.1-4ubuntu6, 
1:1.30.1-4ubuntu6.1), bind9-libs:amd64 (1:9.16.1-0ubuntu2.1, 
1:9.16.1-0ubuntu2.2), initramfs-tools-core:amd64 (0.136ubuntu6, 
0.136ubuntu6.1), initramfs-tools:amd64 (0.136ubuntu6, 0.136ubuntu6.1), 
gnome-shell-extension-ubuntu-dock:amd64 (67ubuntu20.04.5, 68ubuntu1~20.04.1), 
busybox-initramfs:amd64 (1:1.30.1-4ubuntu6, 1:1.30.1-4ubuntu6.1)
Remove: linux-image-5.3.0-55-generic:amd64 (5.3.0-55.49), 
linux-modules-extra-5.3.0-55-generic:amd64 (5.3.0-55.49), 
linux-headers-5.3.0-55-generic:amd64 (5.3.0-55.49), 
linux-modules-5.3.0-55-generic:amd64 (5.3.0-55.49), 
linux-headers-5.3.0-55:amd64 (5.3.0-55.49)
End-Date: 2020-06-18  17:20:14

Could the issue be caused by one of these packages?
  alsa-ucm-conf:amd64 (1.2.2-1, 1.2.2-1ubuntu0.1)
  gnome-shell-extension-ubuntu-dock:amd64 (67ubuntu20.04.5, 68ubuntu1~20.04.1)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
Uname: Linux 5.4.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  bernhard   2078 F pulseaudio
 /dev/snd/pcmC0D0c:   bernhard   2078 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Thu Jun 18 18:42:49 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2017-12-11 (919 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20171018)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: alsa-driver
Symptom: audio
Symptom_Card: LE_WH-1000XM3
Symptom_Type: Only some of outputs are working
Title: [LE_WH-1000XM3, playback] Playback problem
UpgradeStatus: Upgraded to focal on 2020-06-05 (13 days ago)
dmi.bios.date: 09/13/2017
dmi.bios.vendor: Insyde Corp.
dmi.bios.version: V1.01.
dmi.board.name: Woody_KL
dmi.board.vendor: KBL
dmi.board.version: V1.01.
dmi.chassis.type: 31
dmi.chassis.vendor: Acer
dmi.chassis.version: V1.01.
dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV1.01.:bd09/13/2017:svnAcer:pnSpinSP513-52N:pvrV1.01.:rvnKBL:rnWoody_KL:rvrV1.01.:cvnAcer:ct31:cvrV1.01.:
dmi.product.family: Spin 5
dmi.product.name: Spin SP513-52N
dmi.product.sku: 
dmi.product.version: V1.01.
dmi.sys.vendor: Acer
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2020-06-18T18:32:11.193118

** Affects: alsa-driver (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/1884135

Title:
  [LE_WH-1000XM3, playback] Playback problem: BT headset only plays
  gnome-terminal's bell (Ctrl-G), any media/audio is still output via
  builtin intel audio

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1884135/+subscriptions

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

[Bug 1883456] Re: Video laag

2020-06-15 Thread Bernhard Zuidema
I discovered that it only occurs while being in discord. Eventough, it appeared 
right after the update, I guess the problem is cause of the discord app. I may 
contact discord over this problem. You may close this thread.
I'm sorry for wasting your time, thank you for your support.

** Attachment added: "settings.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1883456/+attachment/5384010/+files/settings.txt

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

Title:
  Video laag

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1883456/+subscriptions

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

[Bug 1883456] [NEW] Video laag

2020-06-14 Thread Bernhard Zuidema
Public bug reported:

Installed the newest update and restarted the computer. Since then,
every video is freezing every 10 seconds for like 1 second. Youtube, vlc
as examples. But it's not a performance problem. CPU and RAM usage stay
low during this lag. I'm a noob, sry for my eventually bad description.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
Uname: Linux 5.4.0-37-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sun Jun 14 22:50:31 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation Skylake GT2 [HD Graphics 520] [8086:1916] (rev 07) (prog-if 
00 [VGA controller])
   Subsystem: Lenovo Skylake GT2 [HD Graphics 520] [17aa:5051]
InstallationDate: Installed on 2020-06-06 (8 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: LENOVO 20FU001RMZ
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-37-generic 
root=UUID=469e2bc9-c16c-49fe-9b3c-7ddf2ec744f0 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
XorgConf:
 
dmi.bios.date: 02/04/2016
dmi.bios.vendor: LENOVO
dmi.bios.version: R08ET35W (1.09 )
dmi.board.asset.tag: Not Available
dmi.board.name: 20FU001RMZ
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40697 WIN
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: None
dmi.modalias: 
dmi:bvnLENOVO:bvrR08ET35W(1.09):bd02/04/2016:svnLENOVO:pn20FU001RMZ:pvrThinkPadL460:rvnLENOVO:rn20FU001RMZ:rvrSDK0J40697WIN:cvnLENOVO:ct10:cvrNone:
dmi.product.family: ThinkPad L460
dmi.product.name: 20FU001RMZ
dmi.product.sku: LENOVO_MT_20FU_BU_Think_FM_ThinkPad L460
dmi.product.version: ThinkPad L460
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug false-gpu-hang focal freeze ubuntu

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

Title:
  Video laag

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

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

[Bug 1851898]

2020-06-02 Thread Bernhard Rosenkraenzer
Verified both the bug and the suggested fix from my previous comment in
20.04.1, changing version

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

Title:
  kpat stuffs hard drive

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

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

[Bug 1851898]

2020-06-02 Thread Bernhard Rosenkraenzer
The problem is the fprintf(stderr) spewage in Solver::get_moves in
patsolve/patsolve.cpp -- it's disabled only if built with -DNDEBUG.

For now we're fixing this in the OpenMandriva package by adding -DNDEBUG
to the compiler flags. Given how much spewage it can cause (we found
this bug after getting reports of a 20 GB xsession-errors.log), probably
the #ifndef NDEBUG should be changed to something like #ifdef
EXCESSIVE_DEBUG to fix it for everyone.

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

Title:
  kpat stuffs hard drive

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

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


[Bug 1863604] Re: Docker Snap: Cannot access docker-compose config in dot folder

2020-02-17 Thread Bernhard Reiter
** Also affects: docker.io (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  I'm currently trying to use `docker-compose` (from the Docker snap;
  `whereis docker-compose` says `docker-compose: /snap/bin/docker-
  compose`; `snap info docker` says `installed: 18.09.9`) with a `docker-
  compose.yml` file that's in a subfolder of a hidden directory of my home
  folder (think `/home/me/.something/sha0123abc/docker-compose.yml`).
  
  That fails with
  
+ .IOError: [Errno 13] Permission denied: '/home/me/.something/sha0123abc
+ /docker-compose.yml'
  
- .IOError: [Errno 13] Permission denied: 
'/home/me/.something/sha0123abc/docker-compose.yml'
- 
- 
- Per 
https://stackoverflow.com/questions/53344380/errno-13-while-running-docker-compose-up,
 I ran
+ Per https://stackoverflow.com/questions/53344380/errno-13-while-running-
+ docker-compose-up, I ran
  
  cat /var/log/syslog | tail -n 400
  
  which gave
  
  Feb 17 17:33:16 mylaptop kernel: [22167.704290] audit: type=1400 
audit(1581939196.674:265): apparmor="DENIED" operation="open" 
profile="snap.docker.compose" 
name="/home/me/.something/sha0123abc/docker-compose.yml" pid=20209 
comm="python2" requested_mask="r" denied_mask="r" fsuid=1001 ouid=1001
  Feb 17 17:33:16 mylaptop kernel: [22167.704293] audit: type=1400 
audit(1581939196.674:266): apparmor="DENIED" operation="open" 
profile="snap.docker.compose" 
name="/home/me/.something/sha0123abc/docker-compose.yml" pid=20209 
comm="python2" requested_mask="r" denied_mask="r" fsuid=1001 ouid=1001
  
  Things seem to work if I choose a location in a non-hidden directory
  instead.
  
  However, this seems like a bug to me; I don't understand a lot about
  Snap's/AppArmor's privilege system, but shouldn't a Snap be able to
  access the contents of a hidden directory in my home folder?
  
  The context for this is a build system that wraps docker-compose in an
  additional tool, which places its config files in a `.something` hidden
  directory in a user's home folder. More discussion here:
  https://github.com/WordPress/gutenberg/issues/20180
+ 
+ Edit: I'm on Ubuntu 18.04.4 LTS

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

Title:
  Docker Snap: Cannot access docker-compose config in dot folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1863604/+subscriptions

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

[Bug 1863604] [NEW] Docker Snap: Cannot access docker-compose config in dot folder

2020-02-17 Thread Bernhard Reiter
Public bug reported:

I'm currently trying to use `docker-compose` (from the Docker snap;
`whereis docker-compose` says `docker-compose: /snap/bin/docker-
compose`; `snap info docker` says `installed: 18.09.9`) with a `docker-
compose.yml` file that's in a subfolder of a hidden directory of my home
folder (think `/home/me/.something/sha0123abc/docker-compose.yml`).

That fails with


.IOError: [Errno 13] Permission denied: 
'/home/me/.something/sha0123abc/docker-compose.yml'


Per 
https://stackoverflow.com/questions/53344380/errno-13-while-running-docker-compose-up,
 I ran

cat /var/log/syslog | tail -n 400

which gave

Feb 17 17:33:16 mylaptop kernel: [22167.704290] audit: type=1400 
audit(1581939196.674:265): apparmor="DENIED" operation="open" 
profile="snap.docker.compose" 
name="/home/me/.something/sha0123abc/docker-compose.yml" pid=20209 
comm="python2" requested_mask="r" denied_mask="r" fsuid=1001 ouid=1001
Feb 17 17:33:16 mylaptop kernel: [22167.704293] audit: type=1400 
audit(1581939196.674:266): apparmor="DENIED" operation="open" 
profile="snap.docker.compose" 
name="/home/me/.something/sha0123abc/docker-compose.yml" pid=20209 
comm="python2" requested_mask="r" denied_mask="r" fsuid=1001 ouid=1001

Things seem to work if I choose a location in a non-hidden directory
instead.

However, this seems like a bug to me; I don't understand a lot about
Snap's/AppArmor's privilege system, but shouldn't a Snap be able to
access the contents of a hidden directory in my home folder?

The context for this is a build system that wraps docker-compose in an
additional tool, which places its config files in a `.something` hidden
directory in a user's home folder. More discussion here:
https://github.com/WordPress/gutenberg/issues/20180

** Affects: docker.io (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: docker docker-compose snap

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

Title:
  Docker Snap: Cannot access docker-compose config in dot folder

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1863604/+subscriptions

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

[Bug 1858299] Re: This laptop contains a touchpadwhich is not recognized.

2020-01-07 Thread Bernhard Schmidt
I have to correct me, it works with the kernel you linked. I plugged out
my USB mouse and now the touchpad is recognized perfectly. Thank you
very much, Kai-Heng!

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

Title:
  This laptop contains a touchpadwhich is not recognized.

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

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

[Bug 1858299] Re: This laptop contains a touchpadwhich is not recognized.

2020-01-06 Thread Bernhard Schmidt
Thank you for your quick response. I installed the Linux Kernel Linux
5.3.0-27-generic you linked but there is no change. The touchpad still
doesn't work. Please let me know if I can provide you with some specific
log files.

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

Title:
  This laptop contains a touchpadwhich is not recognized.

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

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

[Bug 1858299] [NEW] This laptop contains a touchpadwhich is not recognized.

2020-01-04 Thread Bernhard Schmidt
Public bug reported:

This laptop contains a touchpad which is not recognized. The laptop is
the Trekstore Surfbook E11B.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: linux-image-5.3.0-18-generic 5.3.0-18.19+1
ProcVersionSignature: Ubuntu 5.3.0-18.19-generic 5.3.1
Uname: Linux 5.3.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  deathmetal   1119 F pulseaudio
CurrentDesktop: LXQt
Date: Sat Jan  4 23:09:34 2020
InstallationDate: Installed on 2020-01-04 (0 days ago)
InstallationMedia: Lubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017.1)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 004: ID 058f:5608 Alcor Micro Corp. USB Camera
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 002: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: TREKSTOR SURFBOOK E11B
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.3.0-18-generic 
root=UUID=c3bcb5e6-3626-422a-b348-dbdb31c269d9 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.3.0-18-generic N/A
 linux-backports-modules-5.3.0-18-generic  N/A
 linux-firmware1.183
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/30/2018
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: BIOS_V1.1.5
dmi.board.asset.tag: Default string
dmi.board.name: Gemini_Lake_Celeron_V01
dmi.board.vendor: TS_EMDOOR
dmi.board.version: Default string
dmi.chassis.asset.tag: Default string
dmi.chassis.type: 10
dmi.chassis.vendor: Default string
dmi.chassis.version: Default string
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrBIOS_V1.1.5:bd08/30/2018:svnTREKSTOR:pnSURFBOOKE11B:pvrDefaultstring:rvnTS_EMDOOR:rnGemini_Lake_Celeron_V01:rvrDefaultstring:cvnDefaultstring:ct10:cvrDefaultstring:
dmi.product.family: Surfbook
dmi.product.name: SURFBOOK E11B
dmi.product.sku: NFCN4SW03
dmi.product.version: Default string
dmi.sys.vendor: TREKSTOR

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


** Tags: amd64 apport-bug eoan

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

Title:
  This laptop contains a touchpadwhich is not recognized.

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

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

[Bug 1849891] Re: Can not establish WIFI connection with Intel Wireless 7265 [8086:095a] subsystem id [8086:5110] after upgrade to Ubuntu 19.10

2019-11-17 Thread Bernhard Hayden
Since my upgrade today to 19.10 I am affected by the same bug, but with
different hardware

$ lspci -nnk | grep Network -A2  
00:14.3 Network controller [0280]: Intel Corporation Cannon Point-LP CNVi 
[Wireless-AC] [8086:9df0] (rev 30)
Subsystem: Intel Corporation Cannon Point-LP CNVi [Wireless-AC] 
[8086:0034]
Kernel driver in use: iwlwifi

Tried backport-iwlwifi-dkms and the old kernel, none of which helped, so
I'm using the 11n_disable workaround as well for the time being.

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

Title:
  Can not establish WIFI connection with Intel Wireless 7265 [8086:095a]
  subsystem id [8086:5110] after upgrade to Ubuntu 19.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backport-iwlwifi-dkms/+bug/1849891/+subscriptions

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

[Bug 99965] Re: [needs-packaging] celtx - all-in-one video and media pre-production suite

2019-07-09 Thread Bernhard Reiter
Yeah, probably safe to close. As janc correctly states, Celtx turned
into a SaaS a couple of years ago, and the previous open source app is
no longer developed. It was also based on XUL which is also no longer a
thing.

** Changed in: ubuntu
 Assignee: Bernhard Reiter (ockham-razor) => (unassigned)

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

Title:
  [needs-packaging] celtx - all-in-one video and media pre-production
  suite

To manage notifications about this bug go to:
https://bugs.launchpad.net/feisty-backports/+bug/99965/+subscriptions

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

[Bug 1748119] Re: simple-scan (11) crashes in sane_reload_devices → sane_avision_get_devices → sane_dll_get_devices → sane_get_devices → scanner_do_redetect

2019-06-16 Thread Bernhard Übelacker
Hit the same crash with Debian Buster/testing and created upstream issue:
https://gitlab.gnome.org/GNOME/simple-scan/issues/109

** Bug watch added: gitlab.gnome.org/GNOME/simple-scan/issues #109
   https://gitlab.gnome.org/GNOME/simple-scan/issues/109

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

Title:
  simple-scan (11) crashes in sane_reload_devices →
  sane_avision_get_devices → sane_dll_get_devices → sane_get_devices →
  scanner_do_redetect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/simple-scan/+bug/1748119/+subscriptions

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

[Bug 1831967] [NEW] package courier-imap 4.18.1+0.78.0-2ubuntu2 failed to install/upgrade: Unterprozess installiertes courier-imap-Skript des Paketes post-installation gab den Fehler-Ausgangsstatus 1

2019-06-07 Thread Bernhard Müller
Public bug reported:

There seems to be a circular dependency that cannot be resolved

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: courier-imap 4.18.1+0.78.0-2ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-150.176-generic 4.4.179
Uname: Linux 4.4.0-150-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.6
Architecture: amd64
Date: Fri Jun  7 09:18:24 2019
ErrorMessage: Unterprozess installiertes courier-imap-Skript des Paketes 
post-installation gab den Fehler-Ausgangsstatus 1 zurück
Python3Details: /usr/bin/python3.6, Python 3.6.7, python3-minimal, 3.6.7-1~18.04
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2.1
 apt  1.6.11
SourcePackage: courier
Title: package courier-imap 4.18.1+0.78.0-2ubuntu2 failed to install/upgrade: 
Unterprozess installiertes courier-imap-Skript des Paketes post-installation 
gab den Fehler-Ausgangsstatus 1 zurück
UpgradeStatus: Upgraded to bionic on 2019-06-07 (0 days ago)
mtime.conffile..etc.courier.imapd: 2018-04-26T20:36:50.538352
mtime.conffile..etc.courier.imapd-ssl: 2019-02-08T13:17:21.954008

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


** Tags: amd64 apport-package bionic 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/1831967

Title:
  package courier-imap 4.18.1+0.78.0-2ubuntu2 failed to install/upgrade:
  Unterprozess installiertes courier-imap-Skript des Paketes post-
  installation gab den Fehler-Ausgangsstatus 1 zurück

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

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

[Bug 1798640] Re: TimedLogin in gdm3 makes the screen go black. Can't VT switch.

2019-03-29 Thread Bernhard M
Seams to be fixed with disco.

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

Title:
  TimedLogin in gdm3 makes the screen go black. Can't VT switch.

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

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

[Bug 49498] Re: With Evince I can't copy text out from PDF documents created with cups-pdf

2019-01-14 Thread Bernhard Schülke
(Ubuntu 18.04)

Evince
Version = 3.28.4-0ubuntu1 
Diodon
Version = 1.8.0-1

Same problem.
When i use atril as pdf-reader, i can copy text to the diodon table. But it 
doesn't work with evince. 

Date today = 2018-01-14.

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

Title:
  With Evince I can't copy text out from PDF documents created with
  cups-pdf

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

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

[Bug 974036] Re: Say "No space left on target" while it's in the cache folder that the problem is

2019-01-11 Thread Bernhard F.W. Gschaider
I tried working around this problem by creating a folder
/someotherDisc/dejaDupCache and then symbolic linking ~/.cache/deja-dup
to it. This works for some time. The folder grows beyond the size of the
space available on the "original" filesystem. But some time during the
backup-process the link is removed and a new folder ~/.cache/deja-dup is
created which again has too little available space

This makes deja-dup unusable for me

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

Title:
  Say "No space left on target" while it's in the cache folder that the
  problem is

To manage notifications about this bug go to:
https://bugs.launchpad.net/deja-dup/+bug/974036/+subscriptions

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

[Bug 1697536] Re: nm strongswan gui doesn't have a way to enter pre-shared key

2018-12-08 Thread Bernhard VonZastrow
Same again with me. 16 character PSK, set by my company and is something
I have no control over.

Is this "strong key" requirement enforced in the GUI only?  Or is it a
fundamental part of strongswan itself?  I.e. could I circumvent it by
entering a longer (incorrect) key in the gui and then modify a config
file somewhere to hold the correct key?

I agree, this feels like a bug. If the server is set up to accept
(require) a shorter key, then the fact that the strongswan client is
unable to connect seems like an error.

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

Title:
  nm strongswan gui doesn't have a way to enter pre-shared key

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

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

[Bug 1798640] Re: TimedLogin in gdm3 crashes everything

2018-10-25 Thread Bernhard M
I created a logfile of the failure as requested.

I saw that it is perhaps a timing issue, because one time (out of
perhaps 20 tries) today it seamed to work correctly.

** Attachment added: "journalctl.log"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1798640/+attachment/5205593/+files/journalctl.log

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

Title:
  TimedLogin in gdm3 crashes everything

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

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

[Bug 1798640] Re: TimedLogin in gdm3 crashes everything

2018-10-24 Thread Bernhard M
> Clarify what you mean by "crashes everything"? Does that refer to "the
screen goes black and only a reboot is possible to get the GUI working
again"?

Screen goes black. Even with Ctrl-Alt-Fx I'm not able to switch to an
other console to do something on the system -> no possibility to do
something for me

> In addition of the info Daniel requested/logs, could you try if you
get the issue also login into a standard Ubuntu session or if that's
specific to your custom "kodi" one?

I tried the gnome session for the user tv, which should be the default. I get 
the same result: Black screen, not responding on anything.
Output of ps during the hanging screen:
root@mediacenter:~# ps -A -F | grep tv
tv4062 1  0 12062  6348   1 01:44 ?00:00:00 
/lib/systemd/systemd --user
tv4069  4062  0 54135  2764   1 01:44 ?00:00:00 (sd-pam)
tv4118 1  0 44775  3940   3 01:44 ?00:00:00 
/usr/bin/gnome-keyring-daemon --daemonize --login

I created 2 apport-files of 4062 and 4069 and attached them. apport-
collect is not working for me, because it is not able to find a browser
and I cant execute it when the GUI is crashed.




** Attachment added: "apport.systemd.rzh60ggy.apport"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1798640/+attachment/5205100/+files/apport.systemd.rzh60ggy.apport

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

Title:
  TimedLogin in gdm3 crashes everything

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

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

[Bug 1798640] Re: TimedLogin in gdm3 crashes everything

2018-10-24 Thread Bernhard M
** Attachment added: "apport.systemd.43gzgpf6.apport"
   
https://bugs.launchpad.net/ubuntu/+source/gdm3/+bug/1798640/+attachment/5205101/+files/apport.systemd.43gzgpf6.apport

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

Title:
  TimedLogin in gdm3 crashes everything

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

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

[Bug 1795807] Re: package grub-efi-amd64-signed 1.93.7+2.02-2ubuntu8.6 failed to install/upgrade: installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status

2018-10-22 Thread Bernhard Aicher
My problem is similar
fresh install on fujitsu lifebook t902
Iam able to use Grub on startup after on Win7 in admin-terminal : bcdedit /set 
"{bootmgr}" path \EFI\ubuntu\grub64.efi
After every programinstallation there is an error message : "E: 
grub-efi-amd64-signed: installed grub-efi-amd64-signed package 
post-installation script subprocess returned error exit status 1
E: shim-signed: προβλήματα εξάρτησης - αφήνεται μη ρυθμισμένο"

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

Title:
  package grub-efi-amd64-signed 1.93.7+2.02-2ubuntu8.6 failed to
  install/upgrade: installed grub-efi-amd64-signed package post-
  installation script subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1795807/+subscriptions

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

[Bug 1798797] [NEW] Drucker

2018-10-19 Thread Bernhard Jung
Public bug reported:

Kompliziert ... Ich möchte nur den Drucker zum laufen bringen. Zeigt an,
Drucker druckt nicht. Bei Ubuntu 16.4 ist alles einwandfrei gelaufen...

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CompositorRunning: None
Date: Fri Oct 19 12:21:45 2018
DistUpgraded: 2018-10-17 18:15:17,451 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Kindprozess 
»./xorg_fix_proprietary.py« konnte nicht ausgeführt werden (No such file or 
directory) (8))
DistroCodename: bionic
DistroVariant: ubuntu
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7340] [1002:9808] 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Wrestler [Radeon HD 7340] [17aa:365d]
InstallationDate: Installed on 2018-03-08 (224 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: LENOVO 6596
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=ae1dcc47-b3c8-4069-bedd-acb8c12fdbfb ro drm.debug=0xe plymouth:debug
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-10-17 (1 days ago)
dmi.bios.date: 08/28/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: EKKT25BUS
dmi.board.name: Remore CRB
dmi.board.vendor: LENOVO
dmi.board.version: Win8 STD MM DPK IPG
dmi.chassis.type: 13
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnLENOVO:bvrEKKT25BUS:bd08/28/2012:svnLENOVO:pn6596:pvrLenovoC445:rvnLENOVO:rnRemoreCRB:rvrWin8STDMMDPKIPG:cvnToBeFilledByO.E.M.:ct13:cvrToBeFilledByO.E.M.:
dmi.product.family: IdeaCentre
dmi.product.name: 6596
dmi.product.version: Lenovo C445
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Wed Oct 17 11:04:23 2018
xserver.configfile: default
xserver.devices:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.8

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Drucker

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

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

[Bug 1798640] [NEW] TimedLogin in gdm3 crashes everything

2018-10-18 Thread Bernhard M
Public bug reported:

When using timed login with the configuration

/etc/gdm3/custom.conf
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.

[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false

# Enabling automatic login
#  AutomaticLoginEnable = true
#  AutomaticLogin = user1

# Enabling timed login
#TimedLoginEnable = true
#TimedLogin = tv
#TimedLoginDelay = 10

[security]

[xdmcp]

[chooser]

[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true

after 10 seconds the screen goes black and only a reboot is possible to
get the GUI working again. If canceling the timed login and selecting
the same option everything works.

Additional infarmation: tv is a user starting kodi as single app:

/var/lib/AccountsService/users/tv
[InputSource0]
xkb=us

[User]
XSession=kodi
SystemAccount=false

/usr/share/wayland-sessions/kodi.desktop
[Desktop Entry]
Name=Kodi
Comment=This session will start Kodi media center
Exec=kodi-standalone
TryExec=kodi-standalone
Type=Application

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


** Tags: timedlogin

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

Title:
  TimedLogin in gdm3 crashes everything

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

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

[Bug 1798533] [NEW] Drucker

2018-10-18 Thread Bernhard Jung
Public bug reported:

Der Drucker kann nicht installiert werden. Filter fehlt (Fehlermeldung)
?

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7.1
ProcVersionSignature: Ubuntu 4.15.0-38.41-generic 4.15.18
Uname: Linux 4.15.0-38-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.9-0ubuntu7.4
Architecture: amd64
CompositorRunning: None
Date: Thu Oct 18 08:47:12 2018
DistUpgraded: 2018-10-17 18:15:17,451 ERROR got error from PostInstallScript 
./xorg_fix_proprietary.py (g-exec-error-quark: Kindprozess 
»./xorg_fix_proprietary.py« konnte nicht ausgeführt werden (No such file or 
directory) (8))
DistroCodename: bionic
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, if not too technical
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Wrestler [Radeon HD 7340] [1002:9808] 
(prog-if 00 [VGA controller])
   Subsystem: Lenovo Wrestler [Radeon HD 7340] [17aa:365d]
InstallationDate: Installed on 2018-03-08 (223 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: LENOVO 6596
ProcEnviron:
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-38-generic 
root=UUID=ae1dcc47-b3c8-4069-bedd-acb8c12fdbfb ro drm.debug=0xe plymouth:debug
SourcePackage: xorg
UpgradeStatus: Upgraded to bionic on 2018-10-17 (0 days ago)
dmi.bios.date: 08/28/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: EKKT25BUS
dmi.board.name: Remore CRB
dmi.board.vendor: LENOVO
dmi.board.version: Win8 STD MM DPK IPG
dmi.chassis.type: 13
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnLENOVO:bvrEKKT25BUS:bd08/28/2012:svnLENOVO:pn6596:pvrLenovoC445:rvnLENOVO:rnRemoreCRB:rvrWin8STDMMDPKIPG:cvnToBeFilledByO.E.M.:ct13:cvrToBeFilledByO.E.M.:
dmi.product.family: IdeaCentre
dmi.product.name: 6596
dmi.product.version: Lenovo C445
dmi.sys.vendor: LENOVO
version.compiz: compiz 1:0.9.13.1+18.04.20180302-0ubuntu1
version.libdrm2: libdrm2 2.4.91-2
version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.5-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2
xserver.bootTime: Wed Oct 17 11:04:23 2018
xserver.configfile: default
xserver.devices:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-0ubuntu0.8

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


** Tags: amd64 apport-bug bionic ubuntu

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

Title:
  Drucker

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

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

[Bug 1529939] Re: BJNP Canon network printer no longer auto-detected

2018-10-12 Thread Bernhard Reiter
I no longer have a Canon printer, so I'm afraid I can't provide any
information on whether this is still an issue.

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

Title:
  BJNP Canon network printer no longer auto-detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-printer/+bug/1529939/+subscriptions

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

[Bug 1710979] Re: bzr+ssh URLs don't strip SSH options

2018-05-17 Thread Bernhard M. Wiedemann
fix is still missing in bzr repo

** Attachment added: "fix"
   
https://bugs.launchpad.net/bzr/+bug/1710979/+attachment/5140728/+files/24_ssh_hostnames-lp1710979

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

Title:
  bzr+ssh URLs don't strip SSH options

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

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

[Bug 1768733] [NEW] package virtualbox-ext-pack (not installed) failed to install/upgrade: installed virtualbox-ext-pack package post-installation script subprocess returned error exit status 1

2018-05-03 Thread Bernhard Cygan
*** This bug is a duplicate of bug 1768042 ***
https://bugs.launchpad.net/bugs/1768042

Public bug reported:

while upgrading from 17.10 to 18.04

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: virtualbox-ext-pack (not installed)
ProcVersionSignature: Ubuntu 4.15.0-21.22-generic 4.15.17
Uname: Linux 4.15.0-21-generic x86_64
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
Date: Thu May  3 08:03:54 2018
ErrorMessage: installed virtualbox-ext-pack package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2017-06-10 (326 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-3
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.1
SourcePackage: virtualbox-ext-pack
Title: package virtualbox-ext-pack (not installed) failed to install/upgrade: 
installed virtualbox-ext-pack package post-installation script subprocess 
returned error exit status 1
UpgradeStatus: Upgraded to bionic on 2018-05-03 (0 days ago)

** Affects: virtualbox-ext-pack (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic

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

Title:
  package virtualbox-ext-pack (not installed) failed to install/upgrade:
  installed virtualbox-ext-pack package post-installation script
  subprocess returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1768733/+subscriptions

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

[Bug 1763199] [NEW] package phpmyadmin 4:4.6.6-5 failed to install/upgrade: Unterprozess installed phpmyadmin package post-installation script gab den Fehler-Ausgangsstatus 1 zurück

2018-04-11 Thread Bernhard Nikola
Public bug reported:

installing fresh after installing mariadb

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: phpmyadmin 4:4.6.6-5
ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
Uname: Linux 4.15.0-13-generic i686
ApportVersion: 2.20.9-0ubuntu4
Architecture: i386
Date: Thu Apr 12 00:48:36 2018
ErrorMessage: Unterprozess installed phpmyadmin package post-installation 
script gab den Fehler-Ausgangsstatus 1 zurück
InstallationDate: Installed on 2018-04-01 (10 days ago)
InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Alpha i386 (20180226)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 3.6.5-2
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~beta1
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.6.6-5 failed to install/upgrade: Unterprozess 
installed phpmyadmin package post-installation script gab den 
Fehler-Ausgangsstatus 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-package bionic i386

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

Title:
  package phpmyadmin 4:4.6.6-5 failed to install/upgrade: Unterprozess
  installed phpmyadmin package post-installation script gab den Fehler-
  Ausgangsstatus 1 zurück

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

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

[Bug 1758655] [NEW] [USB-Audio - USB Device 0xccd:0x77, playback] No sound at all

2018-03-25 Thread Bernhard Schülke
Public bug reported:

like bug https://bugs.launchpad.net/bugs/855567

But with Ubuntu 16.04.3 LTS 64 bit
Kernel: 4.13.0-37-generic
AMD FX(tm)-6350 Six-Core Processor × 6 
GeForce GT 730/PCIe/SSE2
16 GB RAM

pulseaudio is used.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 4.13.0-37.42~16.04.1-generic 4.13.13
Uname: Linux 4.13.0-37-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC2:  bern   5504 F pulseaudio
 /dev/snd/pcmC1D7p:   bern   5504 F...m pulseaudio
 /dev/snd/controlC1:  bern   5504 F pulseaudio
 /dev/snd/controlC0:  bern   5504 F pulseaudio
CurrentDesktop: Unity
Date: Sun Mar 25 13:37:09 2018
InstallationDate: Installed on 2017-08-13 (224 days ago)
InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:U0xccd0x77 failed
Symptom_Card: Aureon Dual USB - USB Device 0xccd:0x77
Symptom_Type: No sound at all
Title: [USB-Audio - USB Device 0xccd:0x77, playback] No sound at all
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/04/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2901
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: SABERTOOTH 990FX R2.0
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: To Be Filled By O.E.M.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2901:bd05/04/2016:svnTobefilledbyO.E.M.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnASUSTeKCOMPUTERINC.:rnSABERTOOTH990FXR2.0:rvrRev1.xx:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.family: To be filled by O.E.M.
dmi.product.name: To be filled by O.E.M.
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: To be filled by O.E.M.

** Affects: alsa-driver (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/1758655

Title:
  [USB-Audio - USB Device 0xccd:0x77, playback] No sound at all

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1758655/+subscriptions

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

[Bug 1755993] [NEW] package phpmyadmin 4:4.6.6-5 failed to install/upgrade: η υποδιεργασία installed post-installation script επέστρεψε κατάσταση λάθους 1

2018-03-15 Thread bernhard
Public bug reported:

error when Ubuntu-17.10 lamp Installation
apt install apache2 php7.1 php7.1-cgi libapache2-mod-php7.1 php7.1-common 
php-pear mariadb-server phpmyadmin

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: phpmyadmin 4:4.6.6-5
ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13
Uname: Linux 4.13.0-37-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
Date: Thu Mar 15 08:08:32 2018
ErrorMessage: η υποδιεργασία installed post-installation script επέστρεψε 
κατάσταση λάθους 1
InstallationDate: Installed on 2018-03-14 (0 days ago)
InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Release amd64 (20171017.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: phpmyadmin
Title: package phpmyadmin 4:4.6.6-5 failed to install/upgrade: η υποδιεργασία 
installed post-installation script επέστρεψε κατάσταση λάθους 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package artful

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

Title:
  package phpmyadmin 4:4.6.6-5 failed to install/upgrade: η υποδιεργασία
  installed post-installation script επέστρεψε κατάσταση λάθους 1

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2018-03-10 Thread Bernhard M
I have the same problem with Kopano packeges and php 7.0.

In fact I even don't know why there is a conflict and a problem to solve
this. libсurl3 should install /usr/lib/x86_64-linux-gnu/libcurl.so.3 and
libcurl4 /usr/lib/x86_64-linux-gnu/libcurl.so.4

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1750937] Re: 14.04 Kernel update on 2/21 breaks Nvidia drivers

2018-02-22 Thread Bernhard
It affects me too:

Nvidia NVS 300 and GT 430 . Nvidia 340.x and 384.111

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

Title:
  14.04 Kernel update on 2/21 breaks Nvidia drivers

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

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

[Bug 1749819] [NEW] package lubuntu-default-settings 0.53 failed to install/upgrade: trying to overwrite '/usr/share/xsessions/Lubuntu.desktop', which is also in package lubuntu-default-session 0.53

2018-02-15 Thread Bernhard Nikola
Public bug reported:

not seen complete, but something about an "xdm-package" ???

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: lubuntu-default-settings 0.53
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.8-0ubuntu10
Architecture: amd64
Date: Thu Feb 15 23:05:36 2018
DuplicateSignature:
 package:lubuntu-default-settings:0.53
 Unpacking lubuntu-default-settings (0.54) over (0.53) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-XGVmma/63-lubuntu-default-settings_0.54_all.deb 
(--unpack):
  trying to overwrite '/usr/share/xsessions/Lubuntu.desktop', which is also in 
package lubuntu-default-session 0.53
ErrorMessage: trying to overwrite '/usr/share/xsessions/Lubuntu.desktop', which 
is also in package lubuntu-default-session 0.53
InstallationDate: Installed on 2018-02-11 (4 days ago)
InstallationMedia: Lubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20171227)
JournalErrors:
 -- Logs begin at Sun 2018-02-11 18:43:17 CET, end at Thu 2018-02-15 23:12:05 
CET. --
 Feb 15 18:17:24 hostname avahi-daemon[449]: chroot.c: open() failed: No such 
file or directory
 Feb 15 18:17:25 hostname NetworkManager[448]: 
((src/devices/nm-device.c:1452)): assertion '' failed
 Feb 15 18:22:29 hostname anacron[452]: Can't find sendmail at 
/usr/sbin/sendmail, not mailing output
 Feb 15 23:05:36 hostname AptDaemon.Worker[2360]: CRITICAL: 
/tmp/apt-dpkg-install-XGVmma/63-lubuntu-default-settings_0.54_all.deb: trying 
to overwrite '/usr/share/xsessions/Lubuntu.desktop', which is also in package 
lubuntu-default-session 0.53
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.4+, python3-minimal, 3.6.4-1
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 2.7.14-4
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu1
 apt  1.6~alpha7ubuntu1
SourcePackage: lubuntu-default-settings
Title: package lubuntu-default-settings 0.53 failed to install/upgrade: trying 
to overwrite '/usr/share/xsessions/Lubuntu.desktop', which is also in package 
lubuntu-default-session 0.53
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.xdg.lubuntu.lxdm.lxdm.conf: 2018-02-11T18:36:58.778828

** Affects: lubuntu-default-settings (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package bionic package-conflict

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

Title:
  package lubuntu-default-settings 0.53 failed to install/upgrade:
  trying to overwrite '/usr/share/xsessions/Lubuntu.desktop', which is
  also in package lubuntu-default-session 0.53

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-default-settings/+bug/1749819/+subscriptions

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

[Bug 1745771] [NEW] Fatal Grub Error installing on XPS 15 with mutliple partitions

2018-01-27 Thread Bernhard VonZastrow
Public bug reported:

Trying to install 17.10 on an XPS 15 alongside the default windows
install.  I have already shrunk the windows install, and added a second
NTFS partition for data.  I partitioned the Linux side into three
partitions: /, /opt, and /home.

I'm not sure what else to include here because the installer brought me
to this page automatically. It claims Extra debug information will be
added to the bug report automatically, so I am just going to leave this
here.

ProblemType: Bug
DistroRelease: Ubuntu 17.10
Package: ubiquity 17.10.10
ProcVersionSignature: Ubuntu 4.13.0-21.24-generic 4.13.13
Uname: Linux 4.13.0-21-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
CasperVersion: 1.387
Date: Sat Jan 27 11:47:35 2018
LiveMediaBuild: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug artful

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

Title:
  Fatal Grub Error installing on XPS 15 with mutliple partitions

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

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

[Bug 1744131] [NEW] misleading ubuntu help (German/Deutsch) on screen dimming

2018-01-18 Thread Bernhard Gabler
Public bug reported:

The German-language version of the online-help on screen dimming:  
  https://help.ubuntu.com/stable/ubuntu-help/power-whydim.html
points to non-existing configuration. It says:

So verhindern Sie die automatische Abdunklung des Bildschirms:
Öffnen Sie die Aktivitäten-Übersicht und tippen Sie Leistung ein.
Klicken Sie auf Leistung, um das Panel zu öffnen.
...

However in Artful Aardvark (Ubuntu 17.10) there is no such configuration entry 
"Leistung". Therefore the help guide leads nowhere, and frustrates users.
Instead, the config section is named "Energie". Please update the help page.

** Affects: ubuntu-docs (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/1744131

Title:
  misleading ubuntu help (German/Deutsch) on screen dimming

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

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

[Bug 1734958] [NEW] package cryptsetup 2:1.6.6-5ubuntu2.1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2017-11-28 Thread Bernhard Romeike
Public bug reported:

apt update && apt upgrade -y

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: cryptsetup 2:1.6.6-5ubuntu2.1
ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17
Uname: Linux 4.10.0-28-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.13
Architecture: amd64
CasperVersion: 1.376.2
Date: Tue Nov 28 18:05:31 2017
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
LiveMediaBuild: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.2
 apt  1.2.24
SourcePackage: cryptsetup
Title: package cryptsetup 2:1.6.6-5ubuntu2.1 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)
crypttab: #   

fstab:
 aufs / aufs rw 0 0
 tmpfs /tmp tmpfs nosuid,nodev 0 0

** Affects: cryptsetup (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/1734958

Title:
  package cryptsetup 2:1.6.6-5ubuntu2.1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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

[Bug 1667260] Re: upgrade to 140.0.0-0ubuntu1~14.04 fails with syntax error

2017-07-26 Thread Bernhard Weisshuhn
Yes, it no longer seems to happen. Thanks for looking into this, feel
free to close.

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

Title:
  upgrade to 140.0.0-0ubuntu1~14.04  fails with syntax error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-cloud-sdk/+bug/1667260/+subscriptions

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


[Bug 1700390] Re: package g++-5 5.4.0-6ubuntu1~16.04.4 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2017-07-26 Thread Bernhard Thoma
In my case it's reported for gcc 4:5.3.1, but I think, it's 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/1700390

Title:
  package g++-5 5.4.0-6ubuntu1~16.04.4 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1700390/+subscriptions

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

[Bug 1702501] Re: chromium-browser crashes soon after execution - Received signal 11 SEGV_MAPERR 000000000010

2017-07-07 Thread Bernhard Zürn
*** This bug is a duplicate of bug 1702407 ***
https://bugs.launchpad.net/bugs/1702407

same here since last ap-get upgrade on xenial

$ chromium-browser 
Received signal 11 SEGV_MAPERR 0010
#0 0x7f0a6a4d6425 base::debug::StackTrace::StackTrace()
#1 0x7f0a6a4d680b 
#2 0x7f0a6a801390 
#3 0x558b2b4b8dc8 
#4 0x558b2b4bb656 
#5 0x558b2b4bbdf9 
#6 0x558b2b4bc143 
#7 0x7f0a6a551821 
#8 0x7f0a6a4d7eea base::debug::TaskAnnotator::RunTask()
#9 0x7f0a6a500e90 base::MessageLoop::RunTask()
#10 0x7f0a6a50297d base::MessageLoop::DeferOrRunPendingTask()
#11 0x7f0a6a50383d 
#12 0x7f0a6a504300 base::MessagePumpLibevent::Run()
#13 0x7f0a6a4fff15 base::MessageLoop::RunHandler()
#14 0x7f0a6a52a628 base::RunLoop::Run()
#15 0x7f0a6a556e36 base::Thread::ThreadMain()
#16 0x7f0a6a551726 
#17 0x7f0a6a7f76ba start_thread
#18 0x7f0a53e883dd clone
  r8: 002e  r9: 558b2cf0f6ec r10:  r11: 
7f0a53f15f50
 r12: 7f09d5c10ff0 r13: 0008 r14: 0008 r15: 
7f09d5c10eb0
  di:   si: 7f09d5c10eb0  bp: 7f09d5c10f00  bx: 
7f09d5c10eb0
  dx: 0061  ax:   cx: 7f098c008aa0  sp: 
7f09d5c10e60
  ip: 558b2b4b8dc8 efl: 00010206 cgf: 0033 erf: 
0004
 trp: 000e msk:  cr2: 0010
[end of stack trace]
Calling _exit(1). Core file will not be generated.

Dell XPS Core i7

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

Title:
  chromium-browser crashes soon after execution - Received signal 11
  SEGV_MAPERR 0010

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1702501/+subscriptions

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


[Bug 1624320] Re: systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing entries

2017-05-26 Thread Bernhard
Hi,

I just upgraded from Ubuntu 16.10 to 17.04 and observed the following
systemd-resolve behaviour that might be related to this bug:

--> Any domain listed after the "search" keyword in /etc/resolv.conf
stops being resolved by systemd-resolve.

respectively

--> Any domain listed as "DNS Domain:" when querying "systemd-resolve
--status" stops being resolved by systemd-resolve

I confirmed with tcpdump that systemd-resolve will not query my local or
any dnsserver for any subdomains for any domain listed under the
"search" keyword.

Changing the domains after the search keyword in /erc/resolv.conf
immediately changes which domains systemd-resolve will ignore and not
resolve.

The search domain is normally automatically set in response to receiving
an "option domain-name" from the local dhcp server and normally used to
translate requests for www to e.g. www.localdomain.at if localdomain.at
was the domain-name sent by the DHCP server.

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

Title:
  systemd-resolved appends 127.0.0.53 to resolv.conf alongside existing
  entries

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-04-24 Thread Bernhard G
Just updated to 4.8.0-49.61 from yakkety-updates. The issue is solved, there.
Thank you all!

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-04-16 Thread Bernhard G
For these kernel version you need to enable the proposed repository.
See here: https://wiki.ubuntu.com/Testing/EnableProposed how it's done.

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-04-07 Thread Bernhard G
I can confirm that 4.8.0-47.50 from proposed does not freeze in Yakkety.

Should we set the tags to verification-done-* again? Or should we wait
for the next proposed version to see, if the patch remains there this
time...

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-04-05 Thread Bernhard G
Yakkety 4.8.0-46 is broken.

@Muelli: 4.4.0-69 from the xenial proposed and 4.8.0-43 from the yakkety
proposed repository contained a patch that fixed the issue. For unknown
reasons this patch was reverted in 4.4.0-70 and 4.8.0-44. Several non
proposed kernel updates have been released since then, all broken.

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1676212] [NEW] installing lubuntu

2017-03-26 Thread Bernhard Nikola
Public bug reported:

UEFI install hangs/crashes.

ProblemType: Bug
DistroRelease: Ubuntu 16.10
Package: ubiquity 16.10.14
ProcVersionSignature: Ubuntu 4.8.0-22.24-generic 4.8.0
Uname: Linux 4.8.0-22-generic x86_64
ApportVersion: 2.20.3-0ubuntu8
Architecture: amd64
CasperVersion: 1.379
Date: Sun Mar 26 21:23:20 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
boot=casper quiet splash ---
LiveMediaBuild: Lubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.1)
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug lubuntu ubiquity-16.10.14 yakkety

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

Title:
  installing lubuntu

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-03-25 Thread Bernhard G
Confirm, broken again with 4.8.0-44. So as I assume 4.4.0-70 was also
fetched from xenial-proposed I set the tags back to verification-needed-
yakkety.

Summary: 
  4.4.0-69 worked (verified)
  4.4.0-70 broken
  4.8.0-43 worked (verified)
  4.8.0-44 broken

** Tags removed: verification-done-xenial verification-done-yakkety
** Tags added: verification-needed-xenial verification-needed-yakkety

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-03-21 Thread Bernhard G
Confirm fix works for yakkety. At least kernel does not panic anymore.

** Tags removed: verification-needed-yakkety
** Tags added: verification-done-yakkety

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-03-21 Thread Bernhard G
apt wants to remove lubuntu-desktop if I try to install the linux-image-
generic. Is there any way to avoid that?

$ sudo apt-get install linux-image-generic/yakkety-proposed
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.   
Statusinformationen werden eingelesen Fertig
Version »4.8.0.43.55« (Ubuntu:16.10/yakkety-proposed [amd64]) für 
»linux-image-generic« gewählt.
Das folgende Paket wurde automatisch installiert und wird nicht mehr benötigt:
  linux-headers-generic
Verwenden Sie »sudo apt autoremove«, um es zu entfernen.
Die folgenden zusätzlichen Pakete werden Installiert
  linux-image-4.8.0-43-generic linux-image-extra-4.8.0-43-generic
Vorgeschlagene Pakete:
  fdutils linux-doc-4.8.0 | linux-source-4.8.0 linux-tools 
linux-headers-4.8.0-43-generic
Empfohlene Pakete:
  thermald
Die folgenden Pakete werden ENTFERNT:
  linux-generic lubuntu-desktop snapd
Die folgenden NEUEN Pakete werden installiert:
  linux-image-4.8.0-43-generic linux-image-extra-4.8.0-43-generic
Die folgenden Pakete werden aktualisiert (Upgrade):
  linux-image-generic
1 aktualisiert, 2 neu installiert, 3 zu entfernen und 0 nicht aktualisiert.
Es müssen 61,0 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 183 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n]

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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

[Bug 1666421] Re: kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

2017-03-15 Thread Bernhard G
I can confirm that the test kernel posted in comment #7 solved the issue for me.
See comment 5 of bug #1669815 (duplicate of this one).

Any information when the bugfix will be part of the 4.8.0 kernel?

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

Title:
  kernel 4.4.0-63 with USB WLAN RTL8192CU freezes desktop

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

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


[Bug 1669815] Re: Kernel panic when plugging in USB Wifi USB adapter

2017-03-05 Thread Bernhard G
I installed the kernel 4.4.0 provided by jsalisbury. This works for me:

$ uname -a
Linux media-desktop 4.4.0-64-generic #85~lp1666421 SMP Wed Feb 22 21:37:35 UTC 
2017 x86_64 x86_64 x86_64 GNU/Linux

$ lsusb | grep "Edimax"
Bus 001 Device 002: ID 7392:7822 Edimax Technology Co., Ltd 

$ ifconfig wlx74da3894b952
wlx74da3894b952: flags=4163  mtu 1500
inet 192.168.1.52  netmask 255.255.255.0  broadcast 192.168.1.255
ether 74:da:38:94:b9:52  txqueuelen 1000  (Ethernet)
RX packets 3327  bytes 2122333 (2.1 MB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 2755  bytes 370569 (370.5 KB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I don't know much about the different kernel versions. Would It be
possible to apply the modification to the 4.8.0 kernel as well, so I can
test that, too?

I tested 
 * booting without device attached, then attaching it after boot.
 * booting with device attached.
Both works fine. Should I test anything else?

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

Title:
  Kernel panic when plugging in USB Wifi USB adapter

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

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


[Bug 1669815] Re: Kernel panic when plugging in USB Wifi USB adapter

2017-03-03 Thread Bernhard G
** Attachment added: "IMG_20170222_230239.jpg"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1669815/+attachment/4830787/+files/IMG_20170222_230239.jpg

** Description changed:

  Since updating my Lubuntu 16.10 system (linux-image-4.8.0-37-generic to 
linux-image-4.8.0-38-generic) the kernel panics as soon as I plug in the Wifi 
adapter (Edimax EW-7612UAn Wifi USB Adapter).
  The coredump logs
  BUG: unable to handle kernel NULL pointer dereference @0048
  IP: [] rtl_lps_leave+0x17/0x50 [rtlwifi]
  PGD 0
  Ooops:  [#1] SMP
  This is followed by the Modules linked in, Hardware info, Stack trace.
  At the end of the trace it says:
  Kernel panic - not syncing: Fatal exception in interrupt.
  
- I uploaded a console screenshot to my google drive: https://goo.gl/medcXj
+ I uploaded a console screenshot here: IMG_20170222_230239.jpg
  and I didn't find anything suspicious in syslog or kernel log, most probably 
because the kernel panics almost instantly after plugging the usb adapter in.
  
  Updating to linux-image-4.8.0-39-generic does not solve the issue as
  well.
  
  Only way to work around the issue is to select the 4.8.0-37 image from the 
grub bootmenu.
  The problem is not related to a specific USB port.

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

Title:
  Kernel panic when plugging in USB Wifi USB adapter

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

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


[Bug 1669815] Re: Kernel panic when plugging in USB Wifi USB adapter

2017-03-03 Thread Bernhard G
** Summary changed:

- Kernel panic when plugging in USB Wifi USB Adapter
+ Kernel panic when plugging in USB Wifi USB adapter

** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  Kernel panic when plugging in USB Wifi USB adapter

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

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


[Bug 1669815] [NEW] Kernel panic when plugging in USB Wifi USB adapter

2017-03-03 Thread Bernhard G
Public bug reported:

Since updating my Lubuntu 16.10 system (linux-image-4.8.0-37-generic to 
linux-image-4.8.0-38-generic) the kernel panics as soon as I plug in the Wifi 
adapter (Edimax EW-7612UAn Wifi USB Adapter).
The coredump logs
BUG: unable to handle kernel NULL pointer dereference @0048
IP: [] rtl_lps_leave+0x17/0x50 [rtlwifi]
PGD 0
Ooops:  [#1] SMP
This is followed by the Modules linked in, Hardware info, Stack trace.
At the end of the trace it says:
Kernel panic - not syncing: Fatal exception in interrupt.

I uploaded a console screenshot to my google drive: https://goo.gl/medcXj
and I didn't find anything suspicious in syslog or kernel log, most probably 
because the kernel panics almost instantly after plugging the usb adapter in.

Updating to linux-image-4.8.0-39-generic does not solve the issue as
well.

Only way to work around the issue is to select the 4.8.0-37 image from the grub 
bootmenu.
The problem is not related to a specific USB port.

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

** Description changed:

- Since updating my Lubuntu 16.10 system (linux-image-4.8.0-37-generic to 
linux-image-4.8.0-38-generic) the kernel panics as soon as I plug in the Wifi 
Adapter (Edimax EW-7612UAn Wifi USB Adapter).
- The coredump logs 
+ Since updating my Lubuntu 16.10 system (linux-image-4.8.0-37-generic to 
linux-image-4.8.0-38-generic) the kernel panics as soon as I plug in the Wifi 
adapter (Edimax EW-7612UAn Wifi USB Adapter).
+ The coredump logs
  BUG: unable to handle kernel NULL pointer dereference @0048
  IP: [] rtl_lps_leave+0x17/0x50 [rtlwifi]
  PGD 0
  Ooops:  [#1] SMP
  This is followed by the Modules linked in, Hardware info, Stack trace.
  At the end of the trace it says:
  Kernel panic - not syncing: Fatal exception in interrupt.
  
- I uploaded a console screenshot to my google drive: https://goo.gl/medcXj 
- and I didn't find anything suspicious in syslog or kernel log, most probably 
because the kernel panics almost instantly after plugging the usb adapter in. 
+ I uploaded a console screenshot to my google drive: https://goo.gl/medcXj
+ and I didn't find anything suspicious in syslog or kernel log, most probably 
because the kernel panics almost instantly after plugging the usb adapter in.
  
  Updating to linux-image-4.8.0-39-generic does not solve the issue as
  well.
  
  Only way to work around the issue is to select the 4.8.0-37 image from the 
grub bootmenu.
  The problem is not related to a specific USB port.

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

Title:
  Kernel panic when plugging in USB Wifi USB adapter

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

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


[Bug 1667260] [NEW] upgrade to 140.0.0-0ubuntu1~14.04 fails with syntax error

2017-02-23 Thread Bernhard Weisshuhn
Public bug reported:

# apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.

Setting up google-cloud-sdk (140.0.0-0ubuntu1~14.04) ...
  File 
"/usr/lib/google-cloud-sdk/platform/gsutil/third_party/httplib2/python3/httplib2/__init__.py",
 line 347
print('%s:' % h, end=' ', file=self._fp)
^
SyntaxError: invalid syntax

dpkg: error processing package google-cloud-sdk (--configure):
 subprocess installed post-installation script returned error exit status 101
Errors were encountered while processing:
 google-cloud-sdk
E: Sub-process /usr/bin/dpkg returned an error code (1)

# lsb_release -rd
Description:Ubuntu 14.04.5 LTS
Release:14.04

# apt-cache policy google-cloud-sdk
google-cloud-sdk:
  Installed: 140.0.0-0ubuntu1~14.04
  Candidate: 140.0.0-0ubuntu1~14.04
  Version table:
 *** 140.0.0-0ubuntu1~14.04 0
500 http://archive.canonical.com/ubuntu/ trusty/partner amd64 Packages
100 /var/lib/dpkg/status

Could it be that a python3 file is being executed by the default
(python2-) interpreter during configuration?

** Affects: google-cloud-sdk (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/1667260

Title:
  upgrade to 140.0.0-0ubuntu1~14.04  fails with syntax error

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/google-cloud-sdk/+bug/1667260/+subscriptions

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


Re: [Bug 1385817] Re: initscripts package fails to upgrade if there are local init scripts on the system with no LSB headers

2017-02-17 Thread Bernhard Nikola
thx for answer.

There are more than one way to install an operation system.
In my opinion it was a -not fixed fault- during installation with a 
non-efi bios.

Bernhard





Am 17.02.2017 um 15:50 schrieb Phillip Susi:
> If this isn't a bug in Ubuntu and there isn't anything we can do about
> it, then why has it not been closed as invalid or wontfix?
>

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

Title:
  initscripts package fails to upgrade if there are local init scripts
  on the system with no LSB headers

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

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


[Bug 1662659] [NEW] 2.Try: Grub-install crashes; but the report was only send, when NOT update with actual software ore MP.3.stuff

2017-02-07 Thread Bernhard Nikola
Public bug reported:

2 times installing :
1. with update during installation - grub crashed, the report was not send.
2. without update during installation - grub crashes, the report was send.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: ubiquity 17.04.6
ProcVersionSignature: Ubuntu 4.9.0-15.16-generic 4.9.5
Uname: Linux 4.9.0-15-generic x86_64
ApportVersion: 2.20.4-0ubuntu2
Architecture: amd64
CasperVersion: 1.380
Date: Tue Feb  7 21:15:31 2017
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/lubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Lubuntu 17.04 "Zesty Zapus" - Alpha amd64 (20170207)
ProcEnviron:
 LANGUAGE=de_DE.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

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

Title:
  2.Try: Grub-install crashes; but the report was only send, when NOT
  update with actual software ore MP.3.stuff

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

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


[Bug 1655699] [NEW] no sound-card detected after linux-image upgrade

2017-01-11 Thread Bernhard Maechtel
Public bug reported:

aplay: device_list:268: no soundcards found...

00:1f.3 Audio device: Intel Corporation Device 9d70 (rev 21)
Subsystem: Dell Device 06f2
Flags: fast devsel, IRQ 255
Memory at d122 (64-bit, non-prefetchable) [disabled] [size=16K]
Memory at d120 (64-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: 

00:1f.4 SMBus: Intel Corporation Device 9d23 (rev 21)

:~$ sudo apt-get install linux-restricted-modules-`uname -r` linux-generic
Reading package lists... Done
Building dependency tree   
Reading state information... Done
E: Unable to locate package linux-restricted-modules-4.4.0-59-generic
E: Couldn't find any package by regex 'linux-restricted-modules-4.4.0-59-generic

** Affects: alsa-driver (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/1655699

Title:
  no sound-card detected after linux-image upgrade

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1655699/+subscriptions

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


[Bug 1641380] Re: chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec certs

2016-11-14 Thread Bernhard Zürn
+1

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

Title:
  chromium-browser: ERR_CERTIFICATE_TRANSPARENCY_REQUIRED for Symantec
  certs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1641380/+subscriptions

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


[Bug 1556459] Re: [Lenovo ThinkPad W530] Regression: cannot set up 3 display configuration any more (Optimus)

2016-10-13 Thread Bernhard Zürn
Since a few wweks I am using the Nouveau (OpenSource) NVIDIA driver on
16.04. without those problems. Seems to be only soultion right now.

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

Title:
  [Lenovo ThinkPad W530] Regression: cannot set up 3 display
  configuration any more (Optimus)

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

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


[Bug 1584597] Re: Hyper-V Memory Ballooning re-broken in 16.04

2016-09-21 Thread Bernhard
I seem to experience a kernel crash (or application crash in early
moments of this bug) due to Hyper-V ballooning (or at least dynamic
memory). I am using Xenial on Hyper-V on Windows Server 2012 64bit. I
started using dynamic memory (1024 Kb start memory, allowed growing to
3072 Kb). Apparently this worked fine; I saw memory rise during demand
and memory was released back to the host when not needed. But the
releasing of memory apparently causes memory corruption. I noticed this
my using the stress tool that was called like this:

bme@zabbix:~$ stress --vm-bytes $(awk '/MemFree/{printf "%d\n", $2 * 0.9;}' < 
/proc/meminfo)k --vm-keep -m 1
stress: info: [3698] dispatching hogs: 0 cpu, 0 io, 1 vm, 0 hdd
stress: FAIL: [3699] (522) memory corruption at: 0x7fd801e00010
stress: FAIL: [3698] (394) <-- worker 3699 returned error 1
stress: WARN: [3698] (396) now reaping child worker processes
stress: FAIL: [3698] (451) failed run completed in 0s

The memory corruption only occured when Hyper-V had reclaimed memory
(balloning). Disabling dynamic memory has removed the memory
corruptions.

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

Title:
  Hyper-V Memory Ballooning re-broken in 16.04

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

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


[Bug 1364522] Re: Firefox crashes sometimes when using webgl with nouveau driver

2016-09-14 Thread Bernhard Übelacker
I was probably wrong last year.
- In [1] there are still many crash reports to Mozilla.
- These point very often too to the ~GLContextGLX destructor, similar to 
comment #0.
- Kernels are often Ubuntu kernels.
- Probably just on 14.04 LTS.
- Gallium 0.4 on NV46 or NV4B.

[1] https://crash-
stats.mozilla.com/search/?app_notes=~Mesa%2010.1.3=~nouveau_dri.so&_sort=-date&_facets=signature&_columns=date&_columns=signature&_columns=product&_columns=version&_columns=build_id&_columns=platform
#facet-signature

So probably the patch mentioned in comment #2 could still be worth to be
applied.

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

Title:
  Firefox crashes sometimes when using webgl with nouveau driver

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

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


[Bug 1556459] Re: [Lenovo ThinkPad W530] Regression: cannot set up 3 display configuration any more (Optimus)

2016-08-16 Thread Bernhard Zürn
Also affected on Dell 16.04 64bit Nvidia Optimus dmidecode attached

** Attachment added: "dmidecode.txt"
   
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1556459/+attachment/4721575/+files/dmidecode.txt

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

Title:
  [Lenovo ThinkPad W530] Regression: cannot set up 3 display
  configuration any more (Optimus)

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

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


[Bug 1577760] Re: Screen Display 'Apply' fails

2016-08-16 Thread Bernhard Zürn
I also do not have /usr/local/lib/libimobiledevice.so.6 on 16.04 amd64

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

Title:
  Screen Display 'Apply' fails

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

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


[Bug 1556459] Re: [Lenovo ThinkPad W530] Regression: cannot set up 3 display configuration any more (Optimus)

2016-08-16 Thread Bernhard Zürn
GDBus.Error:org.gtk.GDBus.UnmappedGError.Quark._gsd_2drr_2derror_2dquark.Code2

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

Title:
  [Lenovo ThinkPad W530] Regression: cannot set up 3 display
  configuration any more (Optimus)

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

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



[Bug 1409166] Re: Popup dialog "could not set the configuration for CRTC 65" steals keyboard, hinders login in 3-monitor configuration

2016-08-16 Thread Bernhard Zürn
Same problem here on Dell and 16.04. but sometimes it works. Very
annoying. What can wie do to help ?

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

Title:
  Popup dialog "could not set the configuration for CRTC 65" steals
  keyboard, hinders login in 3-monitor configuration

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

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


[Bug 983654] Re: Installer Crashed

2016-08-12 Thread Bernhard Nikola
..at the next step, i will choose and format my HDD manually...

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

Title:
  Installer Crashed

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

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


[Bug 1608722] [NEW] package nginx-core 1.10.1-0ubuntu1 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2016-08-01 Thread Bernhard Nikola
Public bug reported:

Fresh installation from Lubuntu 16.10 over synaptic failed by installin
NGINX.

ProblemType: Package
DistroRelease: Ubuntu 16.10
Package: nginx-core 1.10.1-0ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15
Uname: Linux 4.4.0-33-generic x86_64
ApportVersion: 2.20.3-0ubuntu2
Architecture: amd64
Date: Tue Aug  2 00:39:40 2016
ErrorMessage: Unterprozess installiertes post-installation-Skript gab den 
Fehlerwert 1 zurück
InstallationDate: Installed on 2016-08-01 (0 days ago)
InstallationMedia: Lubuntu 16.10 "Yakkety Yak" - Alpha amd64 (20160731)
RelatedPackageVersions:
 dpkg 1.18.9ubuntu2
 apt  1.3~exp1
SourcePackage: nginx
Title: package nginx-core 1.10.1-0ubuntu1 failed to install/upgrade: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package yakkety

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

Title:
  package nginx-core 1.10.1-0ubuntu1 failed to install/upgrade:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

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

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

[Bug 1603794] Re: Black screen with mouse cursor after gnome-screensaver

2016-08-01 Thread Bernhard Cygan
Dell laptop running Ubuntu 16.04 with i915 driver, occurs on laptop
screen. Tested with regular kernel and kernel 4.6.0.

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

Title:
  Black screen with mouse cursor after gnome-screensaver

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-screensaver/+bug/1603794/+subscriptions

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


[Bug 1579133] Re: Color scheme is broken with FF46 on Precise

2016-07-30 Thread Bernhard Übelacker
I think I see the same problem.
(12.04 i386, Firefox 46 and 47)

I could not reproduce it when installing a VM with LXDE.
When installing with KDE the bug is visible.


A mozregression test ends up here:
$ mozregression --good 2015-08-10 --bad 2016-04-18
...
87:39.20 INFO: Last good revision: 8a5d34242ce6adfc1c32495423ce3f1be14f082b
87:39.20 INFO: First bad revision: 95e4a598daf730ca3191215def8a50f87ada0691
87:39.20 INFO: Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=8a5d34242ce6adfc1c32495423ce3f1be14f082b=95e4a598daf730ca3191215def8a50f87ada0691


A workaround I tested:
Install: gtk3-engines-unico:i386 (1.0.2-0ubuntu1)
Purge: gtk3-engines-oxygen:i386 (1.0.2-0ubuntu3)

After that the selections were ok.


** Attachment added: "mozregression.txt"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1579133/+attachment/4710262/+files/mozregression.txt

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

Title:
  Color scheme is broken with FF46 on Precise

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

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


[Bug 1604767] [NEW] PCI/internal sound card not detected

2016-07-20 Thread Bernhard Maechtel
Public bug reported:

Dummy Output
I have tried ALL fixes o the Ubuntu forums (one week now), nothing worked still 
have no sound.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-65.73~14.04.1-generic 3.19.8-ckt22
Uname: Linux 3.19.0-65-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Wed Jul 20 05:31:14 2016
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150720-0
InstallationDate: Installed on 2016-05-08 (73 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/17/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.1.4
dmi.board.name: 0T99TM
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd01/17/2016:svnDellInc.:pnLatitude3470:pvr:rvnDellInc.:rn0T99TM:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude 3470
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (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/1604767

Title:
  PCI/internal sound card not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1604767/+subscriptions

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


[Bug 1603525] [NEW] PCI/internal sound card not detected

2016-07-15 Thread Bernhard Maechtel
Public bug reported:

This morning (07/15/16) there was a kernel update from Canonical showing
up, after doing this update the sound was gone. I run Ubuntu 14.04, on a
pre-installed Dell Latitude 3470

bernhard@bernhard-Latitude-3470:~$ aplay -l
aplay: device_list:268: no soundcards found...


Audio device: Intel Corporation Device 9d70 (rev 21) Subsystem: Dell Device 06f2

Audio device: Intel Corporation Device 9d70 (rev 21)
Subsystem: Dell Device 06f2
Flags: fast devsel, IRQ 255
Memory at d122 (64-bit, non-prefetchable) [disabled] [size=16K]
Memory at d120 (64-bit, non-prefetchable) [disabled] [size=64K]
Capabilities: [50] Power Management version 3
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+


please let me know if you need more info since it's the first time I
report a Bug

Thank you

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: alsa-base 1.0.25+dfsg-0ubuntu4
ProcVersionSignature: Ubuntu 3.19.0-65.73~14.04.1-generic 3.19.8-ckt22
Uname: Linux 3.19.0-65-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CurrentDesktop: Unity
Date: Fri Jul 15 13:14:55 2016
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-osp1-20150720-0
InstallationDate: Installed on 2016-05-08 (68 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20150720-04:06
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Title: PCI/internal sound card not detected
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/17/2016
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.1.4
dmi.board.name: 0T99TM
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 9
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.1.4:bd01/17/2016:svnDellInc.:pnLatitude3470:pvr:rvnDellInc.:rn0T99TM:rvrA00:cvnDellInc.:ct9:cvr:
dmi.product.name: Latitude 3470
dmi.sys.vendor: Dell Inc.

** Affects: alsa-driver (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/1603525

Title:
  PCI/internal sound card not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1603525/+subscriptions

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


[Bug 1000373] Re: Value too large for defined data type

2016-06-25 Thread Bernhard Übelacker
'Fix Released' as at least from Trusty Tahr 14.04 dvbcut is built with
_FILE_OFFSET_BITS=64 .

** Changed in: dvbcut (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Value too large for defined data type

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

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


[Bug 1584740] Re: Libreoffice impress hanging and high cpu on slide operations

2016-06-24 Thread Bernhard Schussek
I experience the same bug on a Lenovo T450s with Ubuntu 16.04.

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

Title:
  Libreoffice impress hanging and high cpu on slide operations

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

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


[Bug 1000373] Re: Value too large for defined data type

2016-06-17 Thread Bernhard Übelacker
Zu diesem Fehler hier:
Das dvbcut Paket für Precise Pangolin 12.04 wurde auf i386 ohne "Large File 
Support" erstellt.
Hier fehlen die entsprechenden Build-Flags _FILE_OFFSET_BITS=64 usw. laut den 
unten angegebenen Build-Logs.
Auch wurde in 12.04 cmake als Buildsystem verwendet.
Spätere Paketversionen verwenden autoconf.

Daher sollte der beschriebene Fehler zumindest seit Trusty Tahr 14.04 in
i386 nicht mehr auftreten.

Damit würde ich diesen Bug als 'Fix released' schließen.

Für andere Probleme bitte separate Fehlerberichte öffnen.

Mit freundlichen Grüßen
Bernhard

https://launchpad.net/ubuntu/+source/dvbcut

https://launchpadlibrarian.net/93522297/buildlog_ubuntu-precise-i386.dvbcut_0.5.4+svn178-1ubuntu1_BUILDING.txt.gz
https://launchpadlibrarian.net/156275902/buildlog_ubuntu-trusty-i386.dvbcut_0.5.4+svn178-4build1_UPLOADING.txt.gz
...
https://launchpadlibrarian.net/257256650/buildlog_ubuntu-yakkety-i386.dvbcut_0.5.4+svn178-12build1_BUILDING.txt.gz

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

Title:
  Value too large for defined data type

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

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

[Bug 1000373] Re: Value too large for defined data type

2016-06-10 Thread Bernhard Übelacker
Jawohl, spreche deutsch.

Das Problem aus diesem Bug-Report "filename.ts: fstat: Der Wert ist zu
groß für den definierten Datentyp" tritt noch immer auf?
Mit welcher dvbcut Paketversion genau?
Und auf welcher Ubuntuversion genau?


> Ausserden sind einige Bedienelemente ( Wiedergabe )nicht sichtbar.
> Irgendwie weiße Flagge auf weißem Grund.

Sieht es in etwa so aus?
https://bugs.debian.org/cgi-bin/bugreport.cgi?filename=Bildschirmfoto+-+25.04.2016+-+17%3A39%3A05.png;att=1;bug=822609;msg=5

Dazu sollte demnächst eine Änderung in Debian aufgenommen werden.
Paketversion 0.5.4+svn178-13.
Wann diese dann zu Ubuntu wandert kann ich nicht sagen.


> Der Rest kann weg.
Ist hier der andere Bugreport bzgl. Linux Mint gemeint?


> Wählt man als Exportformat DVD-mpeg programmstream libav-Format, bleibt
> es bei 100% Export hängen und man muß den Systemmonitor bemühen.

Ich verwende für meine Zwecke normalerweise "MPEG program stream (DVBCUT 
multiplexer)".
Konnte ein Hängen ebenfalls nicht bei mir reproduzieren.


> Bei Neuinstallationen geht es nicht.
> Die 64bit-Variante läuft sogar noch mit Ubuntu 14.04, allerdings
> mit Abstrichen.
Wiederum, was genau geht nicht mit welchen Versionen von dvbcut und Ubuntu?


> Wiedergabe mit Windows 7, weil ich es einfach nicht hinkriege, meinen
> ATI-TVout mit Ubuntu zu konfigurieren.
Hier hat dvbcut aber wirklich keine Schuld.


Für verschiedene Probleme sollten auch verschiedene Bug reports eröffnet werden.

Für ältere Ubuntu-Versionen fürchte ich werden die letzten Änderungen
aus Debian ebenfalls nicht eingepflegt.

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

Title:
  Value too large for defined data type

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

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

[Bug 785866] Re: dvbcut doesn't work with H264 encoded mpeg files, recorded with Me-TV

2016-06-10 Thread Bernhard Übelacker
Dvbcut seems to be developed just for Mpeg2 transport streams.

Tested a file which "mediainfo" identifies as following:
  Format   : MPEG-TS
  Format   : AVC
  Format/Info  : Advanced Video Codec
  Codec ID : 27
  Width: 1 280 pixels
  Height   : 720 pixels

Current version of dvbcut gives for this file:
  Invalid MPEG file - dvbcut
  The chosen file ... does not contain any video

As upstream development has stopped,
and a upstream bug report exists,
this bug should probably be closed as Won't fix.

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

Title:
  dvbcut doesn't work with H264 encoded mpeg files, recorded with Me-TV

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

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


[Bug 891567] Re: Problem creating index file

2016-06-10 Thread Bernhard Übelacker
Found Debian bug #641992.
That one got closed, so closing this Ubuntu bug too.

** Bug watch added: Debian Bug tracker #641992
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641992

** Also affects: dvbcut (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641992
   Importance: Unknown
   Status: Unknown

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

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

Title:
  Problem creating index file

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

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


[Bug 133033] Re: [needs-packaging] DVBCut - DVB FreeView MPEG-TS Editing

2016-06-10 Thread Bernhard Übelacker
** Changed in: baltix
   Status: New => Fix Released

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

Title:
  [needs-packaging] DVBCut - DVB FreeView MPEG-TS Editing

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

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


[Bug 891567] Re: Problem creating index file

2016-06-10 Thread Bernhard Übelacker
Could not reproduce this with current Debian versions.
Is this still a problem?

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

Title:
  Problem creating index file

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

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


[Bug 1000373] Re: Value too large for defined data type

2016-06-10 Thread Bernhard Übelacker
Tested now the current
i386 Debian Stretch dvbcut version 0.5.4+svn178-12
and could not reproduce this error.
(QEmu-VM, 7,8GB TS file via sshfs, created by tvheadend)

Is this error still visible in Ubuntu?

Kind regards,
Bernhard

** Bug watch added: Debian Bug tracker #663262
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663262

** Also affects: dvbcut (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663262
   Importance: Unknown
   Status: Unknown

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

Title:
  Value too large for defined data type

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

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


[Bug 1363691] Re: DvBcut i386 bricht beim öffnen mit Fehler ab

2016-06-10 Thread Bernhard Übelacker
*** This bug is a duplicate of bug 1000373 ***
https://bugs.launchpad.net/bugs/1000373

** This bug has been marked a duplicate of bug 1000373
   Value too large for defined data type

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

Title:
  DvBcut i386 bricht beim öffnen mit Fehler ab

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dvbcut/+bug/1363691/+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   >