[Bug 1958267] Re: "Connection failed" for WPA Enterprise network (e.g. eduroam)

2022-04-27 Thread Clemens Lang
It's definitely the infrastructure that's using old TLS. As for the
unsafe renegotiation, that happens because the server does not send a
renegotiation_info extension in its ServerHello message. See
https://datatracker.ietf.org/doc/html/rfc5746. See specifically section
4.1, which discusses client behavior. OpenSSL 3 defaults to the secure
client behavior, which requires the server to support RFC5746.

For the "0A0C0103:SSL routines::internal error" the issue is that these
servers only offer TLS 1.1 or older, which uses MD5-SHA1 as digest in
its signature algorithm. Due to recent collision attacks on SHA1, this
no longer meets OpenSSL default level of security of 80 bits (see
https://sha-mbles.github.io/, which reduced the chosen-prefix collision
to 63.4 bits).

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

Title:
  "Connection failed" for WPA Enterprise network (e.g. eduroam)

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


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

[Bug 1958267] Re: "Connection failed" for WPA Enterprise network eduroam

2022-04-26 Thread Clemens Lang
See also https://bugzilla.redhat.com/show_bug.cgi?id=2069239. For those
that have this problem with the "0A0C0103:SSL routines::internal error"
message, check whether your radius server possibly only supports TLS 1.1
or older. Those servers would default to rsa_pkcs1_md5_sha1 as TLS
signature algorithm, which does not meet the 80 bits of security
requirement of OpenSSL 3's default SECLEVEL of 1.

Try setting SECLEVEL to 0 to see if that fixes the issue for you. Talk
to your Radius server administrator to recommend they offer TLS 1.2 or
higher.

** Bug watch added: Red Hat Bugzilla #2069239
   https://bugzilla.redhat.com/show_bug.cgi?id=2069239

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

Title:
  "Connection failed" for WPA Enterprise network eduroam

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


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

[Bug 1949605] Re: Backport Thunderbird 91 to 20.04 LTS and 18.04 LTS

2021-11-04 Thread Clemens Drüe
As far as I can see nspr does not require any special version, so could
be upgraded easily, at least  from 4.25 to 4.32.

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

Title:
  Backport Thunderbird 91 to 20.04 LTS and 18.04 LTS

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


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

[Bug 1949605] Re: Backport Thunderbird 91 to 20.04 LTS and 18.04 LTS

2021-11-04 Thread Clemens Drüe
This is now a security issue. As the vulnerability CVE-2021-38503 is currently 
actively exploited and  will not be fixed in 1.78 series, which is EOL (see 
https://www.mozilla.org/en-US/security/advisories/mfsa2021-50/)
The latest version available in focal and focal-updates repositories is 1.78.13 
(even not the latest available version of the 1.78 series).

This is a show stopper for an LTS edition; please fix rapidly!


** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-38503

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-38504

** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-38506

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

Title:
  Backport Thunderbird 91 to 20.04 LTS and 18.04 LTS

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


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

[Bug 1861881] Re: catalina.out not written to, permission issue

2021-07-29 Thread Clemens Fuchslocher
This bug is not fixed in Ubuntu 20.04 LTS?

* Ubuntu 20.04 LTS
* tomcat9 9.0.31-1ubuntu0.1
* https://packages.ubuntu.com/focal/tomcat9
* 
https://changelogs.ubuntu.com/changelogs/pool/universe/t/tomcat9/tomcat9_9.0.31-1ubuntu0.1/changelog

* Ubuntu 21.04
* tomcat9 9.0.43-1
* https://packages.ubuntu.com/hirsute/tomcat9
* 
https://changelogs.ubuntu.com/changelogs/pool/universe/t/tomcat9/tomcat9_9.0.43-1/changelog

Without this fix, rsyslog floods the logs with messages about "resumed
(module 'builtin:omfile')" and "suspended (module 'builtin:omfile')".

One day before the directory permission was fixed:

| $ journalctl --unit rsyslog --since "1 day ago" | wc -l
| 56291
|
| $ journalctl --unit rsyslog --since "1 day ago"
| ...
| Jul 22 22:43:13 erecruiting rsyslogd: action 'action-11-builtin:omfile' 
resumed (module 'builtin:omfile') [v8.2001.0 try https://www.rsyslog.com/e/2359 
]
| Jul 22 22:43:13 erecruiting rsyslogd: action 'action-11-builtin:omfile' 
suspended (module 'builtin:omfile'), retry 0. There should be messages before 
this one giving the reason for
| ...

One day after the directory permission was fixed:

| $ journalctl --unit rsyslog --since "1 day ago" | wc -l
| 2

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

Title:
  catalina.out not written to, permission issue

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


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

[Bug 1923628] [NEW] speedtest-cli crashes (known bug)

2021-04-13 Thread Clemens Drüe
Public bug reported:

calling 
$ /usr/bin/speedtest-cli
results in 
Traceback (most recent call last):
  File "/usr/bin/speedtest-cli", line 11, in 
load_entry_point('speedtest-cli==2.1.2', 'console_scripts', 
'speedtest-cli')()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1986, in main
shell()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1872, in shell
speedtest = Speedtest(
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1091, in __init__
self.get_config()
  File "/usr/lib/python3/dist-packages/speedtest.py", line 1173, in get_config
ignore_servers = list(
ValueError: invalid literal for int() with base 10: ''

This is known bug:

https://github.com/sivel/speedtest-cli/pull/769/files

At least for the LTS version, the new upstream version 2.1.3 should be
pulled.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: speedtest-cli 2.1.2-2
ProcVersionSignature: Ubuntu 5.4.0-71.79-generic 5.4.101
Uname: Linux 5.4.0-71-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.16
Architecture: amd64
CasperMD5CheckResult: pass
Date: Tue Apr 13 16:39:07 2021
InstallationDate: Installed on 2020-08-12 (243 days ago)
InstallationMedia: Ubuntu-Server 20.04 LTS "Focal Fossa" - Release amd64 
(20200423)
PackageArchitecture: all
SourcePackage: speedtest-cli
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: speedtest-cli (Ubuntu)
 Importance: Undecided
 Status: New


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

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

Title:
  speedtest-cli crashes (known bug)

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

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

[Bug 1698656] Re: navigation panel icons missing on standard install of 17.04

2021-02-22 Thread Clemens Sonnleitner
For me it worked to use the snap version.

1) sudo apt remove okular --purge
2) sudo snap install okular

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

Title:
  navigation panel icons missing on standard install of 17.04

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

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

[Bug 1912092] [NEW] Ubuntu 18.04.5 installed on "permanent live on usb"; upgrade to 20.04. not possible

2021-01-17 Thread Clemens Laumeier
Public bug reported:

Ubuntu 18.04.5 installed as "permanent live on usb-stick"; upgrade to
20.04. not possible

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.42
ProcVersionSignature: Ubuntu 5.4.0-42.46~18.04.1-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.21
Architecture: amd64
CasperVersion: 1.394.3
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 17 12:32:41 2021
LiveMediaBuild: Ubuntu 18.04.5 LTS "Bionic Beaver" - Release amd64 (20200806.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2021-01-17 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug bionic dist-upgrade 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/1912092

Title:
  Ubuntu 18.04.5 installed on "permanent live on usb"; upgrade to 20.04.
  not possible

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

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

Re: [Bug 1907078] Re: ubuntu-bug reports installed package is not installed

2020-12-09 Thread Clemens Drüe
Dear Brian,

On 09.12.20 18:00, Brian Murray wrote:
> When going through the bug reporting process for update-manager-core you
> should have been asked a question about whether the "the issue you are
> reporting one you encountered when upgrading Ubuntu from one release to
> another?". Did you see that question and if so how did you answer?

The system was upgraded vom 18.04 LTS to 20.04 LTS on November, 22.
It had been previously upgraded from ubuntu 16.04 LTS to 18.04 LTS
aurond the end of 2018.

> 
> Additionally, do you have the package ubuntu-release-upgrader-core
> installed?

Yes, is istalled:
ii  ubuntu-release-upgrader-core  1:20.04.29
  all  manage release upgrades

Clemens

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

Title:
  ubuntu-bug reports installed package is not installed

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

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

[Bug 1907078] Re: ubuntu-bug reports installed package is not installed

2020-12-07 Thread Clemens Drüe
Please ignore my referal to apport. I made a copy-paste error. I wanted to 
include:
# apt-cache policy update-manager-core
update-manager-core:
  Installed: 1:20.04.10.1
  Candidate: 1:20.04.10.1
  Version table:
 *** 1:20.04.10.1 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
100 /var/lib/dpkg/status
 1:20.04.9 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu focal/main i386 Packages

Well and the problem I have is that when is ask ubuntu-bug to open a bug
report for update-manager-core, it replies that ubuntu-release-upgrader
is not installed. This is true, but not the expected outcome, as I
wanted to file a bug in update-manager-core, not in ubuntu-release-
upgrader.

Or am I doing something wrong?

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

Title:
  ubuntu-bug reports installed package is not installed

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

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

Re: [Bug 1907083] Re: hwe-support-status fails without displaying unsupported packages

2020-12-07 Thread Clemens Drüe
On 07.12.20 14:31, Julian Andres Klode wrote:
> How did you upgrade from 16.04 to 20.04?
> 

on November, 22 i just did:

$ apt update
$ apt upgrade
$ do-release-upgrade

I don not remember any error reoprts in the subsequent
process. I just deckined tu install the upstream ntp.conf.
This particular system had been upgraded from 14.04
to 16.04, before around October 2016.

BTW in this process the package unattended-upgrades
got uninstalled

Does that help in any way?

Kind regards,
Clemnes

--

   Dr. Clemens Drüe

   ORCiD:  -0002-8240-9031
   --

   Universität Trier | Universitätsring 15 | 54296 Trier | Germany
   www.uni-trier.de

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

Title:
  hwe-support-status fails without displaying unsupported packages

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

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

[Bug 1907083] [NEW] hwe-support-status fails without displaying unsupported packages

2020-12-07 Thread Clemens Drüe
Public bug reported:

lsb_release -rd
Description:Ubuntu 20.04.1 LTS
Release:20.04

apt-cache policy update-manager-core 
update-manager-core:
  Installed: 1:20.04.10.1
  Candidate: 1:20.04.10.1
  Version table:
 *** 1:20.04.10.1 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
100 /var/lib/dpkg/status
 1:20.04.9 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu focal/main i386 Packages


At every login I got a message from `/etc/update-motd.d/95-hwe-eol`
reading:

Your current Hardware Enablement Stack (HWE) is going out of support
on 2025-04-30.  After this date security updates for critical parts (kernel
and graphics stack) of your system will no longer be available.

For more information, please see:
http://wiki.ubuntu.com/2004_HWE_EOL

There is a graphics stack installed on this system. An upgrade to a
configuration supported for the full lifetime of the LTS will become
available on 2022-07-21 and can be installed by running 'update-manager'
in the Dash.

But calling `hwe-support-status --show-all-unsupported`
prints nothing but extits with nonzero returns code.
This causes 95-hwe-eol to print the above message.
By debugging /usr/bin/hwe-support-status I found that it is mocking about
xserver-xorg-core-lts-vivid
xserver-xorg-input-all-lts-vivid
linux-generic-lts-vivid
xserver-xorg-lts-vivid
libwayland-egl1-mesa-lts-vivid
xserver-xorg-video-all-lts-vivid
These were not removed while upgrading from ubuntu 16.04 to ubuntu 20.04
They were obsolete since xserver-xorg-core 2:1.20.8-2ubuntu2.6 is already 
installed
and could be removed without causing nor problems.
Doing so made the login message message go away.

** Affects: update-manager (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/1907083

Title:
  hwe-support-status fails without displaying unsupported packages

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

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

[Bug 1907078] [NEW] ubuntu-bug reports installed package is not installed

2020-12-07 Thread Clemens Drüe
Public bug reported:

Description:Ubuntu 20.04.1 LTS
Release:20.04
apport:
  Installed: 2.20.11-0ubuntu27.13
  Candidate: 2.20.11-0ubuntu27.13
  Version table:
 *** 2.20.11-0ubuntu27.13 500
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
500 http://de.archive.ubuntu.com/ubuntu focal-updates/main i386 Packages
100 /var/lib/dpkg/status
 2.20.11-0ubuntu27.12 500
500 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages
 2.20.11-0ubuntu27 500
500 http://de.archive.ubuntu.com/ubuntu focal/main amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu focal/main i386 Packages

I tried to submit a bug in update-manager-core typing.
$ ubuntu-bug update-manager-core

Expected outcome: 
geneate bug report for update-manager-core

Actual outcome:
pretends that package is not installed:
[...]
> *** Collecting problem information
> 
> The collected information can be sent to the developers to improve the
> application. This might take a few minutes.
> dpkg-query: no packages found matching ubuntu-release-upgrader
> .
>
> *** Problem in ubuntu-release-upgrader
>
> The problem cannot be reported:
>
> This report is about a package that is not installed.
>
> Press any key to continue... 

i.e. it looks for a completely different package !

** Affects: update-manager (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/1907078

Title:
  ubuntu-bug reports installed package is not installed

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

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

[Bug 222208]

2020-11-03 Thread Clemens Anhuth
(In reply to Stefan Fleiter (:sfleiter) from comment #80)
[...]
> > My (horrible) solution is an AutoHotkey script which keeps feeding the
> > password (stored in the AutoHotkey script) into the login dialog
> 
> A better workaround is to use the Saved Password Editor.
> After you entered the password you'll get the thunderbird password prompt
> with username and password filled and only have to hit enter.
> See here:
> https://addons.mozilla.org/de/thunderbird/addon/saved-password-editor/

Thanks for the tip, but not working for the RSS feeds login dialogs of
Thunderbird for me.

That add-on mentions that it may not work on some sites (?) and refers
to further possible add-ons as solution. (I have not tried these
alternatives.)

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

Title:
  user-id and password not sent automatically for rss-feed

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

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

[Bug 222208]

2020-11-03 Thread Clemens Anhuth
(In reply to Flex from comment #81)
> (In reply to clemens from comment #79)
> > 11 years of not resolving this bug? Just close it then and be a man about 
> > it.
> 
> It's a shame.
> According to the annual report of Mozilla, they spent 340 Mio $ for software
> development in 2012 and 2013 and did not pay one single permanent programmer
> for Thunderbird:
> https://static.mozilla.com/moco/en-US/pdf/Mozilla_Audited_Financials_2013.pdf

- They should start accepting donations (crowdsourcing?) (esp. from
professionals and companies whose employees are relying on Thunderbird)
solely for Thunderbird development.

- They should never ever contemplate and discuss adding ads or anything
related to ads as a means for fundraising again.

- They should add annual (or so) tooltips (wikipedia style) to point out
that fundraising started to finance further development. This is
required in my opinion to raise awareness that software development and
maintenance costs money. (If you want "free", go to Google & co. and
trade-in your privacy, have fun.)

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

Title:
  user-id and password not sent automatically for rss-feed

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

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

[Bug 222208]

2020-11-03 Thread Clemens Anhuth
11 years of not resolving this bug? Just close it then and be a man
about it.

My (horrible) solution is an AutoHotkey script which keeps feeding the
password (stored in the AutoHotkey script) into the login dialog - and
even that is a big pain because Thunderbird drops key events under heavy
CPU load (and when it polls for new messages it is making heavy use of
the CPU), so additional synchronization is necessary.

Who knows how many people use a similar hack/solution - security-ad-
absurdum forced by an 11 year old bug.

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

Title:
  user-id and password not sent automatically for rss-feed

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

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

[Bug 1898712] [NEW] fusiondirectory fails with fatal error

2020-10-06 Thread Clemens Drüe
Public bug reported:

Even after fixing bug 
https://bugs.launchpad.net/ubuntu/+source/fusiondirectory/+bug/1898710,
the GUI does not show anything but:

Fatal error: cannot instantiate class 'Language' - try running
'fusiondirectory-setup --update-cache' to fix this

The suggested command does NOT fix this problem. Removing and
reinstalling does not help, either.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: fusiondirectory 1.3-2 [modified: 
usr/share/fusiondirectory/include/variables.inc]
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Oct  6 13:37:31 2020
InstallationDate: Installed on 2012-06-01 (3048 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
PackageArchitecture: all
SourcePackage: fusiondirectory
UpgradeStatus: Upgraded to focal on 2020-10-05 (1 days ago)
mtime.conffile..etc.fusiondirectory.fusiondirectory-apache.conf: 
2020-10-05T16:09:43.193849

** Affects: openldap
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug focal

** Also affects: openldap
   Importance: Undecided
   Status: New

** Summary changed:

- fusiondirectory not fails with fatal error
+ fusiondirectory fails with fatal error

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

Title:
  fusiondirectory fails with fatal error

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

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

[Bug 1898710] [NEW] wrong path in apache2 conf file

2020-10-06 Thread Clemens Drüe
Public bug reported:

fusiondirectory web GUI does not launch because fules have moved from
/var/www to /usr/share since last LTS version but the change is not reflected 
in 
/etc/fusiondirectory/fusiondirectory-apache.conf

Solution:
change path in /etc/fusiondirectory/fusiondirectory-apache.conf:
< # Include FusionDirectory to your web service
< Alias /fusiondirectory /var/www/fusiondirectory/html
---
> # Include FusionDirectory to your web service
> Alias /fusiondirectory /usr/share/fusiondirectory/html

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: fusiondirectory 1.3-2 [modified: 
usr/share/fusiondirectory/include/variables.inc]
ProcVersionSignature: Ubuntu 5.4.0-48.52-generic 5.4.60
Uname: Linux 5.4.0-48-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.9
Architecture: amd64
CasperMD5CheckResult: skip
Date: Tue Oct  6 13:29:52 2020
InstallationDate: Installed on 2012-06-01 (3048 days ago)
InstallationMedia: Ubuntu-Server 12.04 LTS "Precise Pangolin" - Release amd64 
(20120424.1)
PackageArchitecture: all
SourcePackage: fusiondirectory
UpgradeStatus: Upgraded to focal on 2020-10-05 (1 days ago)
mtime.conffile..etc.fusiondirectory.fusiondirectory-apache.conf: 
2020-10-05T16:09:43.193849

** Affects: fusiondirectory (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/1898710

Title:
  wrong path in apache2 conf file

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

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

[Bug 1863021] Re: [SRU] eventlet monkey patch results in assert len(_active) == 1 AssertionError

2020-06-14 Thread Dr. Clemens Hardewig
Hmmm .. not sure whether this patch fixes all scenarios with nova-
compute:

We just created a new compute server from scratch with clean install ubuntu 
focal, python 3.8  and Ussuri nova-compute (nova-compute/focal-updates,now 
2:21.0.0-0ubuntu0.20.04.1). 
I double checked that this patch has been applied (which is in 
/usr/lib/python3/dist-upgrade/nova/monkey_patch.py). 
However, my syslog is spammed with 
Jun 14 09:53:20 compute3 nova-compute[2759819]: AssertionError:
Jun 14 09:53:20 compute3 nova-compute[2759824]: Exception ignored in: 
Jun 14 09:53:20 compute3 nova-compute[2759824]: Traceback (most recent call 
last):
Jun 14 09:53:20 compute3 nova-compute[2759824]:   File 
"/usr/lib/python3.8/threading.py", line 1454, in _after_fork
Jun 14 09:53:20 compute3 nova-compute[2759824]: assert len(_active) == 1
Jun 14 09:53:20 compute3 nova-compute[2759824]: AssertionError:
Jun 14 09:53:20 compute3 nova-compute[2759827]: Exception ignored in: 
Jun 14 09:53:20 compute3 nova-compute[2759827]: Traceback (most recent call 
last):
Jun 14 09:53:20 compute3 nova-compute[2759827]:   File 
"/usr/lib/python3.8/threading.py", line 1454, in _after_fork
Jun 14 09:53:20 compute3 nova-compute[2759827]: assert len(_active) == 1
Jun 14 09:53:20 compute3 nova-compute[2759827]: AssertionError:
Jun 14 09:53:20 compute3 nova-compute[2759830]: Exception ignored in: 
Jun 14 09:53:20 compute3 nova-compute[2759830]: Traceback (most recent call 
last):
Jun 14 09:53:20 compute3 nova-compute[2759830]:   File 
"/usr/lib/python3.8/threading.py", line 1454, in _after_fork
Jun 14 09:53:20 compute3 nova-compute[2759830]: assert len(_active) == 1
Jun 14 09:53:20 compute3 nova-compute[2759830]: AssertionError:
Jun 14 09:53:20 compute3 nova-compute[2759833]: Exception ignored in: 
Jun 14 09:53:20 compute3 nova-compute[2759833]: Traceback (most recent call 
last):
Jun 14 09:53:20 compute3 nova-compute[2759833]:   File 
"/usr/lib/python3.8/threading.py", line 1454, in _after_fork
Jun 14 09:53:20 compute3 nova-compute[2759833]: assert len(_active) == 1
nova-compute ist running and looked to be functional.

Did I overlook something?
Thanks for your reply

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

Title:
  [SRU] eventlet monkey patch results in assert len(_active) == 1
  AssertionError

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

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

[Bug 1867983] Re: Computer is frozen after suspend

2020-05-01 Thread Clemens Walter
it seams to be fixed in 20.04 with kernel 5.4.0.28.33+ or even 5.6.7. HP
Elitebook x360 1040 g6.

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

Title:
  Computer is frozen after suspend

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

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

[Bug 1867910] Re: Generated grub.cfg is invalid when booting from ZFS with /boot on multiple physical devices

2020-03-18 Thread Clemens Lang
*** This bug is a duplicate of bug 1848856 ***
https://bugs.launchpad.net/bugs/1848856

Possible duplicate of 1855605.

** This bug has been marked a duplicate of bug 1848856
   zfs on root fails with grub syntax error with multidisks pools

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

Title:
  Generated grub.cfg is invalid when booting from ZFS with /boot on
  multiple physical devices

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

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

[Bug 1867910] [NEW] Generated grub.cfg is invalid when booting from ZFS with /boot on multiple physical devices

2020-03-18 Thread Clemens Lang
*** This bug is a duplicate of bug 1848856 ***
https://bugs.launchpad.net/bugs/1848856

Public bug reported:

When updating to Ubuntu 19.10 from Ubuntu 18.10 setup according to the
popular ZFS root howto at
https://github.com/openzfs/zfs/wiki/Ubuntu-18.04-Root-on-ZFS, update-
grub generates an invalid grub.cfg, which renders the system unbootable.

This happens because the /boot partition is physically located on
multiple devices (due to the ZFS mirror configuration setup). This
causes /etc/grub.d/10_linux_zfs to detect the $initrd_device in
get_dataset_info() incorrectly. grub-probe --target=device /boot prints
multiple lines on such systems, e.g. in my case it prints

 $> grub-probe --target=device /boot
 /dev/sda2
 /dev/sdb2

Because newlines are used as record separation character for the results
printed by get_dataset_info() in bootlist(), this causes the detected
record to be truncated early and any information that would have come
after $initrd_device (initrd_list, kernel_list, last_booted_kernel) to
be lost.

Replacing

  initrd_device=$(${grub_probe} --target=device "${boot_dir}")

in line 415 with

  initrd_device=$(${grub_probe} --target=device "${boot_dir}" | head -1)

seems to solve this issue.

Since the root-on-ZFS howto linked above is the defacto standard, this
likely affects everybody using ZFS upgrading to 19.10.

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: grub-common 2.04-1ubuntu12.1
ProcVersionSignature: Ubuntu 5.3.0-42.34-generic 5.3.18
Uname: Linux 5.3.0-42-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu8.5
Architecture: amd64
CurrentDesktop: GNOME
Date: Wed Mar 18 12:10:39 2020
SourcePackage: grub2
UpgradeStatus: Upgraded to eoan on 2020-03-17 (0 days ago)
modified.conffile..etc.logrotate.d.apport: [modified]
mtime.conffile..etc.grub.d.10_linux_zfs: 2020-03-17T21:33:09.441008
mtime.conffile..etc.logrotate.d.apport: 2019-09-05T11:36:37.998463

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


** Tags: amd64 apport-bug eoan grub wayland-session zfs

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

Title:
  Generated grub.cfg is invalid when booting from ZFS with /boot on
  multiple physical devices

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

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

[Bug 1855605] Re: ubuntu 19.10 zfs on root, grub2 failure

2020-03-18 Thread Clemens Lang
Should have searched before, I think you're hitting 1867910. The problem
is explained and a workaround is available over there.

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

Title:
  ubuntu 19.10 zfs on root, grub2 failure

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

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

[Bug 1852062] [NEW] dead symlink to readme

2019-11-11 Thread Caspar Clemens Mierau
Public bug reported:

Ubuntu version:

Description:Ubuntu 18.04.3 LTS
Release:18.04

Package version:

carbon-c-relay:
  Installed: 3.2-1build1
  Candidate: 3.2-1build1
  Version table:
 *** 3.2-1build1 500
500 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
100 /var/lib/dpkg/status

The README.md in /usr/share/doc/carbon-c-relay is a dead symlink to a
not shipped carbon-c-relay.md.


root@8518d5105b36:/# less /usr/share/doc/carbon-c-relay/README.md
/usr/share/doc/carbon-c-relay/README.md: No such file or directory
root@8518d5105b36:/# cat /usr/share/doc/carbon-c-relay/README.md
cat: /usr/share/doc/carbon-c-relay/README.md: No such file or directory
root@8518d5105b36:/# ll /usr/share/doc/carbon-c-relay/README.md
lrwxrwxrwx 1 root root 17 Feb  5  2018 /usr/share/doc/carbon-c-relay/README.md 
-> carbon-c-relay.md

Documented in Debian upstream here:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857518

** Affects: carbon-c-relay (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: carbon-c-relay (Debian)
 Importance: Unknown
 Status: Unknown

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

** Also affects: carbon-c-relay (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=857518
   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/1852062

Title:
  dead symlink to readme

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/carbon-c-relay/+bug/1852062/+subscriptions

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

[Bug 1836719] [NEW] jabref version 3.8.2 is outdated

2019-07-16 Thread Clemens Drüe
Public bug reported:

Release
---
Description:Ubuntu 18.04.2 LTS
Release:18.04

Package:
---
jabref:
  Installiert:   3.8.2+ds-12~18.04
  Installationskandidat: 3.8.2+ds-12~18.04
  Versionstabelle:
 *** 3.8.2+ds-12~18.04 500
500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 
Packages
500 http://de.archive.ubuntu.com/ubuntu bionic-updates/universe i386 
Packages
500 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 
Packages
500 http://security.ubuntu.com/ubuntu bionic-security/universe i386 
Packages
100 /var/lib/dpkg/status
 3.8.2+ds-3 500
500 http://de.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://de.archive.ubuntu.com/ubuntu bionic/universe i386 Packages

Expected behavior:
--
Adding an entry via  BiBTeX >> New Entry >> ID-based entry generator -> 
ID-Type=DOI 
fechteches Data via doi.org from the respective publisher and creates a new 
entry

Actual behavior:

Error: "Unable to add entry via DOI: Invalid URL"

Description:

This problem affects all releases from xenial up to eoan!

The rather central functionality to add entries via DOI rather than 
copy&pasteing every singe field stopped working in versions 3.8.2 and below 
because doi.org and several publishers removed support for http in favor of 
https. See jabref bug report: https://github.com/JabRef/jabref/issues/2879
This issue has been resolved in version 4.0.0. and following.

Please advance the ubuntu package do version 4.x (published Oct 4, 2017
!)

Thanks a lot!

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

** Summary changed:

- Version 3.8.2 is outdated
+ jabref version 3.8.2 is outdated

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

Title:
  jabref version 3.8.2 is outdated

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

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

[Bug 1818049] Re: virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error: too many arguments to function ‘get_user_pages’]

2019-04-22 Thread Rob Clemens
And I can confirm that all looks good with my system:  
Virtualbox 6.0.6 r130049 running on a Win 7 host
Virtualbox ext pack 6.0.6 r130049
Ubuntu 16.04 LTS guest
Linux kernel reports as 4.4.0-145 generic #171

I don't know if the order matters, but I first did the upgrade to
Virtual Box and ext pack. Then started the Linux guest and ran the
Ubuntu Software Updater. Then restarted the Virtual Guest. Shared
folders, serial port, network interfaces, and USB3 all working as
expected. It's good to be back up to date with everything again!

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

Title:
  virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error:
  too many arguments to function ‘get_user_pages’]

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

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

[Bug 1818049] Re: virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error: too many arguments to function ‘get_user_pages’]

2019-04-09 Thread Rob Clemens
My question is similar, but I'm simply trying to use VirtualBox 6.04 (on
a Win7 host) and install the Guest Additions package they provide with
that build into my Linux Guest. This worked fine until a recent Linux
Ubuntu update added kernel headers 4.0.4-143, then VBox Guest Additions
failed to start and I could no longer share folders between the Virtual
Box host and guest. So I had to roll the kernel headers back to -142 in
order to get that to work again, and I've been declining Linux updates
ever since. Not an expert in Linux, so I would prefer to wait for an
official fix from either Oracle or Canonical instead of test builds or
pre-releases. Has anyone used the released version of Virtual Box (6.04
r128413) with the latest 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/1818049

Title:
  virtualbox dkms modules fail to build with linux 4.4.0-143.169 [error:
  too many arguments to function ‘get_user_pages’]

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

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

[Bug 1814949] Re: gnome-control-center refuses to open if you try to open the Details panels

2019-02-15 Thread Clemens Wasser
Same bug for me. (Disco)

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

Title:
  gnome-control-center refuses to open if you try to open the Details
  panels

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

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

[Bug 1806517] Re: Ghostscript segmentation fault onb PDF using -dFirstPage and -dLastPage

2018-12-04 Thread Clemens Fuchslocher
I can confirm this problem on Ubuntu 16.04 and ghostscript
9.26~dfsg+0-0ubuntu0.16.04.1:

$ gs --version
9.26
$ convert "confidential.pdf[0]" confidential.png
convert: FailedToExecuteCommand `"gs" -q -dQUIET -dSAFER -dBATCH -dNOPAUSE 
-dNOPROMPT -dMaxBitmap=5 -dAlignToPixels=0 -dGridFitTT=2 
"-sDEVICE=pngalpha" -dTextAlphaBits=4 -dGraphicsAlphaBits=4 "-r72x72" 
-dFirstPage=1 -dLastPage=1 "-sOutputFile=/tmp/magick-12412a591aAW0c1rp%d" 
"-f/tmp/magick-12412pbD9WU9tgyvz" "-f/tmp/magick-12412_OoIhBmXubzJ"' (-1) @ 
error/delegate.c/ExternalDelegateCommand/461.
convert: no images defined `confidential.png' @ 
error/convert.c/ConvertImageCommand/3210.

The problem doesn't happen with ghostscript
9.25~dfsg+1-0ubuntu0.16.04.3:

$ dpkg --install libgs9_9.25~dfsg+1-0ubuntu0.16.04.3_amd64.deb 
libgs9-common_9.25~dfsg+1-0ubuntu0.16.04.3_all.deb 
ghostscript_9.25~dfsg+1-0ubuntu0.16.04.3_amd64.deb 
ghostscript-x_9.25~dfsg+1-0ubuntu0.16.04.3_amd64.deb
$ gs --version
9.25
$ convert "confidential.pdf[0]" confidential.png
$ identify confidential.png
confidential.png PNG 595x842 595x842+0+0 8-bit sRGB 22.5KB 0.000u 0:00.000

Not every PDF is affected by this problem.

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

Title:
  Ghostscript segmentation fault onb PDF using -dFirstPage and
  -dLastPage

To manage notifications about this bug go to:
https://bugs.launchpad.net/gs-gpl/+bug/1806517/+subscriptions

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

[Bug 1795921] Re: Out-of-Bounds write in systemd-networkd dhcpv6 option handling

2018-10-31 Thread Clemens Fuchslocher
Zbyszek: Thank you for your clarification!

Dimitri: You are right, on my Ubuntu 16.04 server installations the
systemd-networkd service is disabled and the dhclient from the isc-dhcp-
client package is used for the DHCP part:

$ systemctl status systemd-networkd.service
  systemd-networkd.service - Network Service
   Loaded: loaded (/lib/systemd/system/systemd-networkd.service; disabled; 
vendor preset: enabled)
   Active: inactive (dead)
 Docs: man:systemd-networkd.service(8)

$ journalctl | grep -i dhcp
...
Aug 28 13:47:55  dhclient[995]: Internet Systems Consortium DHCP Client 
4.3.3
...
Oct 31 14:33:27  dhclient[1355]: DHCPREQUEST of ###.###.###.### on ### to 
###.###.###.### port 67 (xid=##)
Oct 31 14:33:27  dhclient[1355]: DHCPACK of ###.###.###.### from 
###.###.###.###
...

$ dpkg --search /sbin/dhclient
isc-dhcp-client: /sbin/dhclient

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

Title:
  Out-of-Bounds write in systemd-networkd dhcpv6 option handling

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

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

[Bug 1795921] Re: Out-of-Bounds write in systemd-networkd dhcpv6 option handling

2018-10-30 Thread Clemens Fuchslocher
Are there any workarounds for Ubuntu 16.04?

Can I set /proc/sys/net/ipv6/conf/all/accept_ra to 0 to ignore the
Router Advertisements?

https://www.kernel.org/doc/Documentation/networking/ip-sysctl.txt

Does this prevent the described security problem?

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

Title:
  Out-of-Bounds write in systemd-networkd dhcpv6 option handling

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

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

[Bug 1796443] Re: HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is set on command line

2018-10-09 Thread John Clemens
Kernel

linux-image-unsigned-4.19.0-999-generic_4.19.0-999.201810062200_amd64
still has 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/1796443

Title:
  HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is
  set on command line

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

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

[Bug 1796443] Re: HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is set on command line

2018-10-09 Thread John Clemens
Changing as requested.

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

** Tags added: kernel-bug-exists-upstream

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

Title:
  HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is
  set on command line

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

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

[Bug 1796443] Re: HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is set on command line

2018-10-05 Thread John Clemens
Note: bug also effect 18.04. Debian stable works, as it's based on 4.9.

** Description changed:

  My new Elitebook, with the latest bios 1.03.01, refuses to boot any
  kernel later than 4.10 unless mce=off is appended to the kernel command
  line.  As in, there are no kernel messages at all after grub (yes, quiet
  and splash were removed from the command line).  Perhaps it crashes
  before the efifb kicks in?
  
  System operates fine if mce=off is added to the kernel command line (and
  iommu=soft, but that's a separate issue, and fails with kernel output in
  that case).
  
  I opened upstream bug here :
  https://bugzilla.kernel.org/show_bug.cgi?id=201291
  
  I bisected the problem down to this commit (and the few before it, which
- also added extra MCE output, but didn't actually crash.
+ also added extra MCE output, but didn't actually crash):
  
- 18807ddb7f88d4ac3797302bafb18143d573e66f is the first bad commit
- commit 18807ddb7f88d4ac3797302bafb18143d573e66f
- Author: Yazen Ghannam 
- Date:   Tue Nov 15 15:13:53 2016 -0600
+ 18807ddb7f88d4ac3797302bafb18143d573e66f is the first bad commit
+ commit 18807ddb7f88d4ac3797302bafb18143d573e66f
+ Author: Yazen Ghannam 
+ Date:   Tue Nov 15 15:13:53 2016 -0600
  
- x86/mce/AMD: Reset Threshold Limit after logging error
- 
- The error count field in MCA_MISC does not get reset by hardware when the
- threshold has been reached. Software is expected to reset it. Currently,
- the threshold limit only gets reset during init or when a user writes to
- sysfs.
- 
- If the user is not monitoring threshold interrupts and resetting
- the limit then the user will only see 1 interrupt when the limit is first
- hit. So if, for example, the limit is set to 10 then only 1 interrupt will
- be recorded after 10 errors even if 100 errors have occurred. The user may
- then assume that only 10 errors have occurred.
+ x86/mce/AMD: Reset Threshold Limit after logging error
+ 
+ The error count field in MCA_MISC does not get reset by hardware when the
+ threshold has been reached. Software is expected to reset it. Currently,
+ the threshold limit only gets reset during init or when a user writes to
+ sysfs.
+ 
+ If the user is not monitoring threshold interrupts and resetting
+ the limit then the user will only see 1 interrupt when the limit is first
+ hit. So if, for example, the limit is set to 10 then only 1 interrupt will
+ be recorded after 10 errors even if 100 errors have occurred. The user may
+ then assume that only 10 errors have occurred.
  
  There are threads online about this being related to the latest bios.
  The upstream bug has acpidump attached.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: linux-image-4.18.0-8-generic 4.18.0-8.9
  ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
  Uname: Linux 4.18.0-8-generic x86_64
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC1:  john   2015 F pulseaudio
-  /dev/snd/pcmC1D0p:   john   2015 F...m pulseaudio
-  /dev/snd/controlC0:  john   2015 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC1:  john   2015 F pulseaudio
+  /dev/snd/pcmC1D0p:   john   2015 F...m pulseaudio
+  /dev/snd/controlC0:  john   2015 F pulseaudio
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Oct  5 23:24:45 2018
  InstallationDate: Installed on 2018-09-30 (5 days ago)
  InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20180927)
  Lsusb:
-  Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
-  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
-  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: HP HP EliteBook 745 G5
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcFB: 0 amdgpudrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=5cf73665-d2a3-4203-80fd-659faf1afea4 ro quiet splash iommu=soft 
mce=off
  RelatedPackageVersions:
-  linux-restricted-modules-4.18.0-8-generic N/A
-  linux-backports-modules-4.18.0-8-generic  N/A
-  linux-firmware1.175
+  linux-restricted-modules-4.18.0-8-generic N/A
+  linux-backports

[Bug 1796443] [NEW] HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is set on command line

2018-10-05 Thread John Clemens
Public bug reported:

My new Elitebook, with the latest bios 1.03.01, refuses to boot any
kernel later than 4.10 unless mce=off is appended to the kernel command
line.  As in, there are no kernel messages at all after grub (yes, quiet
and splash were removed from the command line).  Perhaps it crashes
before the efifb kicks in?

System operates fine if mce=off is added to the kernel command line (and
iommu=soft, but that's a separate issue, and fails with kernel output in
that case).

I opened upstream bug here :
https://bugzilla.kernel.org/show_bug.cgi?id=201291

I bisected the problem down to this commit (and the few before it, which
also added extra MCE output, but didn't actually crash.

18807ddb7f88d4ac3797302bafb18143d573e66f is the first bad commit
commit 18807ddb7f88d4ac3797302bafb18143d573e66f
Author: Yazen Ghannam 
Date:   Tue Nov 15 15:13:53 2016 -0600

x86/mce/AMD: Reset Threshold Limit after logging error

The error count field in MCA_MISC does not get reset by hardware when the
threshold has been reached. Software is expected to reset it. Currently,
the threshold limit only gets reset during init or when a user writes to
sysfs.

If the user is not monitoring threshold interrupts and resetting
the limit then the user will only see 1 interrupt when the limit is first
hit. So if, for example, the limit is set to 10 then only 1 interrupt will
be recorded after 10 errors even if 100 errors have occurred. The user may
then assume that only 10 errors have occurred.

There are threads online about this being related to the latest bios.
The upstream bug has acpidump attached.

ProblemType: Bug
DistroRelease: Ubuntu 18.10
Package: linux-image-4.18.0-8-generic 4.18.0-8.9
ProcVersionSignature: Ubuntu 4.18.0-8.9-generic 4.18.7
Uname: Linux 4.18.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu11
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  john   2015 F pulseaudio
 /dev/snd/pcmC1D0p:   john   2015 F...m pulseaudio
 /dev/snd/controlC0:  john   2015 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Fri Oct  5 23:24:45 2018
InstallationDate: Installed on 2018-09-30 (5 days ago)
InstallationMedia: Ubuntu 18.10 "Cosmic Cuttlefish" - Beta amd64 (20180927)
Lsusb:
 Bus 005 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: HP HP EliteBook 745 G5
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcFB: 0 amdgpudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-8-generic 
root=UUID=5cf73665-d2a3-4203-80fd-659faf1afea4 ro quiet splash iommu=soft 
mce=off
RelatedPackageVersions:
 linux-restricted-modules-4.18.0-8-generic N/A
 linux-backports-modules-4.18.0-8-generic  N/A
 linux-firmware1.175
RfKill:
 1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
StagingDrivers: r8822be
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/26/2018
dmi.bios.vendor: HP
dmi.bios.version: Q81 Ver. 01.03.01
dmi.board.name: 83D5
dmi.board.vendor: HP
dmi.board.version: KBC Version 08.47.00
dmi.chassis.asset.tag: 5CG838305Y
dmi.chassis.type: 10
dmi.chassis.vendor: HP
dmi.modalias: 
dmi:bvnHP:bvrQ81Ver.01.03.01:bd07/26/2018:svnHP:pnHPEliteBook745G5:pvr:rvnHP:rn83D5:rvrKBCVersion08.47.00:cvnHP:ct10:cvr:
dmi.product.family: 103C_5336AN HP EliteBook
dmi.product.name: HP EliteBook 745 G5
dmi.product.sku: 2MG23AV
dmi.sys.vendor: HP

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


** Tags: amd64 apport-bug cosmic staging

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

Title:
  HP EliteBook 745 G5 (Ryzen 2500U) fails to boot unless `mce=off` is
  set on command line

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

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

[Bug 1793813] [NEW] magnum-api not working with www_authenticate_uri

2018-09-21 Thread Dr. Clemens Hardewig
Public bug reported:

For magnum 7.0.1 package (Rockyrelease) the keystone_auth section is
inconsistent to the keystone mainstream config

When configuring in /etc/magnum/magnum.conf

auth_uri = https://controller:5000/v3

then the /var/log/magnum-api.log contains a warning

WARNING oslo_config.cfg [-] Deprecated: Option "auth_uri" from group
"keystone_authtoken" is deprecated for removal (The auth_uri option is
deprecated in favor of www_authenticate_uri and will be removed in the S
release.).  Its value may be silently ignored in the future.

magnum related openstack cli commands properly work, eg

# openstack coe cluster list
+--+---+-++--+---+
| uuid | name  | keypair | node_count | 
master_count | status|
+--+---+-++--+---+
| ae2395b8-8616-4721-b5de-9134472496cb | swarm-cluster | None|  1 | 
   1 | CREATE_FAILED |
| 5d6651a0-7be4-42ff-ad28-bd93633761c2 | swarm-cluster | None|  1 | 
   1 | CREATE_FAILED |
+--+---+-++--+---+

so far so good

BUT: when you configure

www_authenticate_uri = https://controller:5000/v3

(as it should be indeed latest since pike)

Then any kind of openstack cli command with magnum elements fails with

'NoneType' object has no attribute 'replace' (HTTP 500) (Request-ID:
req-e6701428-5395-40c4-9b64-f0d4765501e9)

/var/log/magnum/magnum-api.log shows

2018-09-21 21:12:43.436 14212 INFO magnum.cmd.api [-] Starting server in PID 
14212
2018-09-21 21:12:43.442 14212 INFO magnum.cmd.api [-] Serving on 
http://10.0.88.11:9511
2018-09-21 21:12:43.442 14212 INFO magnum.cmd.api [-] Server will handle each 
request in a new process up to 4 concurrent processes
2018-09-21 21:12:43.443 14212 INFO werkzeug [-]  * Running on 
http://10.0.88.11:9511/ (Press CTRL+C to quit)
2018-09-21 21:13:04.193 14287 ERROR wsme.api 
[req-dc0a815a-822b-4459-95e6-0c5550670155 - - - - -] Server-side error: 
"'NoneType' object has no attribute 'replace'". Detail:
Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/wsmeext/pecan.py", line 85, in 
callfunction
result = f(self, *args, **kwargs)

  File "/usr/lib/python2.7/dist-packages/magnum/api/controllers/v1/cluster.py", 
line 329, in get_all
action='cluster:get_all')

  File "/usr/lib/python2.7/dist-packages/magnum/common/policy.py", line 100, in 
enforce
add_policy_attributes(target)

  File "/usr/lib/python2.7/dist-packages/magnum/common/policy.py", line 110, in 
add_policy_attributes
trustee_domain_id = admin_osc.keystone().trustee_domain_id

  File "/usr/lib/python2.7/dist-packages/magnum/common/keystone.py", line 179, 
in trustee_domain_id
access = self.domain_admin_auth.get_access(

  File "/usr/lib/python2.7/dist-packages/magnum/common/keystone.py", line 145, 
in domain_admin_auth
auth_url=self.auth_url,

  File "/usr/lib/python2.7/dist-packages/magnum/common/keystone.py", line 47, 
in auth_url
return CONF[ksconf.CFG_LEGACY_GROUP].auth_uri.replace('v2.0', 'v3')

AttributeError: 'NoneType' object has no attribute 'replace'

Note: the entire magnum configuration docs are outdated, the still
contain description for port 35357 for keystone

** Affects: magnum (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/1793813

Title:
  magnum-api not working with www_authenticate_uri

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

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

[Bug 1787280] [NEW] python3-pandas-lib missing in armhf version

2018-08-15 Thread Clemens Drüe
Public bug reported:

As explained in https://bugs.debian.org/825103 , pandas is a rather central 
package and its incompatibility with some architectures was said to be fixed 
closing that issue.
Nevertheless, it is again not installable for bionic under armhf (Raspberry Pi) 
as
its library package (python3-pandas-lib) is flat missing.

steps to reproduce: -
$ lsb_release -rd
Description:Ubuntu 18.04.1 LTS
Release:18.04
$ apt-cache policy python3-pandas*
python3-pandas-lib:
  Installed: (none)
  Candidate: (none)
  Version table:
python3-pandas:
  Installed: (none)
  Candidate: 0.22.0-4
  Version table:
 0.22.0-4 500
500 http://ports.ubuntu.com/ubuntu-ports bionic/universe armhf Packages
$ sudo apt install python3-pandas
[sudo] password for ubuntu: 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 python3-pandas : Depends: python3-pandas-lib (>= 0.22.0-4) but it is not 
installable
  Recommends: python3-scipy but it is not going to be installed
  Recommends: python3-numexpr but it is not going to be 
installed
  Recommends: python3-tables but it is not going to be installed
  Recommends: python3-bs4 but it is not going to be installed
  Recommends: python3-html5lib but it is not going to be 
installed
  Recommends: python3-lxml but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: python3-pandas (not installed)
ProcVersionSignature: Ubuntu 4.15.0-1020.22-raspi2 4.15.18
Uname: Linux 4.15.0-1020-raspi2 armv7l
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: armhf
Date: Wed Aug 15 20:36:24 2018
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=C.UTF-8
 SHELL=/bin/bash
SourcePackage: pandas
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug armhf bionic 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/1787280

Title:
  python3-pandas-lib missing in armhf version

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

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

[Bug 1786910] Re: Latest patch breaks command line 'restart all'

2018-08-14 Thread Clemens Fuchslocher
Other actions are also affected:

$ monit restart tomcat
Invalid action "action=restart"

$ monit stop tomcat
Invalid action "action=stop"

$ monit start tomcat
Invalid action "action=start"

$ monit monitor tomcat
Invalid action "action=monitor"

$ monit unmonitor tomcat
Invalid action "action=unmonitor"

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

Title:
  Latest patch breaks command line 'restart all'

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

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

[Bug 1786093] [NEW] dokuwiki incompatible with php7.2

2018-08-08 Thread Clemens Drüe
Public bug reported:

Dokuwiki 20160626 has become incompatible with php >=7.1.
The Error causes all pages generated to lack formatting completely.

Solutions:
*  change "importDir[]" into "importDir" in lines 169 and 172 of 
/usr/share/dokuwiki/lib/exe/css.php
*  upgrade Dokuwiki to current upstream version

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: dokuwiki 0.0.20160626.a-2 [modified: 
usr/share/dokuwiki/lib/exe/css.php]
ProcVersionSignature: Ubuntu 4.15.0-30.32-generic 4.15.18
Uname: Linux 4.15.0-30-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.2
Architecture: amd64
Date: Wed Aug  8 20:41:45 2018
InstallationDate: Installed on 2014-12-17 (1330 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
PackageArchitecture: all
SourcePackage: dokuwiki
UpgradeStatus: Upgraded to bionic on 2018-08-08 (0 days ago)

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


** Tags: amd64 apport-bug 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/1786093

Title:
  dokuwiki incompatible with php7.2

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

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

[Bug 1764823] Re: [bionic] python-matplotlib import fails

2018-04-18 Thread Clemens Drüe
** Also affects: backports.functools-lru-cache (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/1764823

Title:
  [bionic] python-matplotlib import fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/backports.functools-lru-cache/+bug/1764823/+subscriptions

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

[Bug 1764823] Re: [bionic] python-matplotlib import fails

2018-04-17 Thread Clemens Drüe
Found it: Package **python-backports.functools-lru-cache** does not contain the 
necessary file
/usr/lib/python2.7/dist-packages/backports/__init__.py

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

Title:
  [bionic] python-matplotlib import fails

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

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

[Bug 1764823] [NEW] [bionic] python-matplotlib import fails

2018-04-17 Thread Clemens Drüe
Public bug reported:

Symptoms:
After upgrade from ubuntu 16.04 ,the module matplotlib doesn't import into 
python (default python 2.7), anymore. A module is reported missing although 
it's installed:

Expected outcome:
import matplotlib works without error

Steps to reproduce:
$ lsb_release -rd
Description:Ubuntu Bionic Beaver (development branch)
Release:18.04
$ python
Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34)
[GCC 7.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib
Traceback (most recent call last):
  File "", line 1, in 
  File "/usr/lib/python2.7/dist-packages/matplotlib/__init__.py", line 127, in 

from matplotlib.rcsetup import defaultParams, validate_backend, cycler
  File "/usr/lib/python2.7/dist-packages/matplotlib/rcsetup.py", line 29, in 

from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
  File "/usr/lib/python2.7/dist-packages/matplotlib/fontconfig_pattern.py", 
line 32, in 
from backports.functools_lru_cache import lru_cache
ImportError: No module named backports.functools_lru_cache
>>>
$ sudo apt install python-backports.functools-lru-cache
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-backports.functools-lru-cache is already the newest version (1.4-2).
python-backports.functools-lru-cache set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: python-matplotlib 2.1.1-2ubuntu3
ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
Uname: Linux 4.15.0-15-generic x86_64
ApportVersion: 2.20.9-0ubuntu5
Architecture: amd64
Date: Tue Apr 17 20:14:37 2018
InstallationDate: Installed on 2014-05-20 (1427 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
SourcePackage: matplotlib
UpgradeStatus: Upgraded to bionic on 2018-04-17 (0 days ago)

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


** Tags: amd64 apport-bug bionic

** Description changed:

  Symptoms:
- 
- In python (using default python 2.7) the command matplotlib doesn't
- import. A module is reported missing although it's installed:
+ After upgrade from ubuntu 16.04 ,the module matplotlib doesn't import into 
python (default python 2.7), anymore. A module is reported missing although 
it's installed:
  
  Expected outcome:
  import matplotlib works without error
  
  Steps to reproduce:
  $ lsb_release -rd
  Description:Ubuntu Bionic Beaver (development branch)
  Release:18.04
  $ python
- Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34) 
+ Python 2.7.15rc1 (default, Apr 15 2018, 21:51:34)
  [GCC 7.3.0] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import matplotlib
  Traceback (most recent call last):
-   File "", line 1, in 
-   File "/usr/lib/python2.7/dist-packages/matplotlib/__init__.py", line 127, 
in 
- from matplotlib.rcsetup import defaultParams, validate_backend, cycler
-   File "/usr/lib/python2.7/dist-packages/matplotlib/rcsetup.py", line 29, in 

- from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
-   File "/usr/lib/python2.7/dist-packages/matplotlib/fontconfig_pattern.py", 
line 32, in 
- from backports.functools_lru_cache import lru_cache
+   File "", line 1, in 
+   File "/usr/lib/python2.7/dist-packages/matplotlib/__init__.py", line 127, 
in 
+ from matplotlib.rcsetup import defaultParams, validate_backend, cycler
+   File "/usr/lib/python2.7/dist-packages/matplotlib/rcsetup.py", line 29, in 

+ from matplotlib.fontconfig_pattern import parse_fontconfig_pattern
+   File "/usr/lib/python2.7/dist-packages/matplotlib/fontconfig_pattern.py", 
line 32, in 
+ from backports.functools_lru_cache import lru_cache
  ImportError: No module named backports.functools_lru_cache
  >>>
  $ sudo apt install python-backports.functools-lru-cache
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  python-backports.functools-lru-cache is already the newest version (1.4-2).
  python-backports.functools-lru-cache set to manually installed.
  0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: python-matplotlib 2.1.1-2ubuntu3
  ProcVersionSignature: Ubuntu 4.15.0-15.16-generic 4.15.15
  Uname: Linux 4.15.0-15-generic x86_64
  ApportVersion: 2.20.9-0ubuntu5
  Architecture: amd64
  Date: Tue Apr 17 20:14:37 2018
  InstallationDate: Installed on 2014-05-20 (1427 days ago)
  InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
  SourcePackage: matplotlib
  UpgradeStatus: Upgraded to bionic on 2018-04-17 (0 days ago)

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

[Bug 1761215] [NEW] python-netcdf4 linked against outdated libnetcdf

2018-04-04 Thread Clemens Drüe
Public bug reported:

Description:Ubuntu 16.04.4 LTS
Release:16.04
python-netcdf4:
  Installed: 1.2.2-2

Problem:
  
  python command: 
  >>> import netCDF4 as nc

what happens:

  ImportError: libnetcdf.so.6: cannot open shared object file: No such
file or directory

expected outcome:

  imports netcdf functionality

steps to reproduce:

  install python
  install python-netcdf4 (installs libnetcdf11)
  in Python call import netCDF4

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: python-netcdf4 1.2.2-2
ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98
Uname: Linux 4.4.0-116-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CurrentDesktop: KDE
Date: Wed Apr  4 16:39:00 2018
InstallationDate: Installed on 2010-09-06 (2767 days ago)
InstallationMedia: Kubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.2)
SourcePackage: netcdf4-python
UpgradeStatus: Upgraded to xenial on 2016-08-15 (597 days ago)

** Affects: netcdf4-python (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/1761215

Title:
  python-netcdf4 linked against outdated libnetcdf

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

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

[Bug 1748999] Re: [SRU] libreoffice 5.4.5 for artful

2018-02-13 Thread Clemens Fuchslocher
** CVE added: https://cve.mitre.org/cgi-bin/cvename.cgi?name=2018-6871

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

Title:
  [SRU] libreoffice 5.4.5 for artful

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

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

[Bug 1747138] [NEW] package resolvconf 1.79ubuntu9 failed to install/upgrade: triggers looping, abandoned

2018-02-03 Thread John Clemens
Public bug reported:

Happened on upgrade to bionic on 2/2.

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: resolvconf 1.79ubuntu9
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.8-0ubuntu8
Architecture: amd64
Date: Sat Feb  3 00:58:50 2018
ErrorMessage: triggers looping, abandoned
InstallationDate: Installed on 2015-08-19 (899 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Alpha amd64 (20150818)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.4, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14+, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.19.0.4ubuntu1
 apt  1.6~alpha7ubuntu1
SourcePackage: resolvconf
Title: package resolvconf 1.79ubuntu9 failed to install/upgrade: triggers 
looping, abandoned
UpgradeStatus: Upgraded to bionic on 2018-02-03 (0 days ago)

** Affects: resolvconf (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/1747138

Title:
  package resolvconf 1.79ubuntu9 failed to install/upgrade: triggers
  looping, abandoned

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

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

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2018-01-07 Thread Clemens Utschig-Utschig
is there any way to get this solved .. this is (as we sit on docker and
build the images automatically a big bummer for us)

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

Title:
  git gnutls_handshake() failed: Error in the push function

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

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

[Bug 1691462] Re: git gnutls_handshake() failed: Error in the push function

2018-01-06 Thread Clemens Utschig-Utschig
we are affected as well.

FROM ubuntu:16.04

apt-get update && apt-get -y install build-essential git libcurl4
-openssl-dev libgnutls-openssl27 && dpkg -l | grep libgnutls &&
cd ${BUILD_DIR} && apt-get source nginx && apt-get build-dep -y
nginx && cd ${BUILD_DIR}/nginx-1.10.3/debian/modules/ && git
config --global http.sslVerify false && git clone
https://github.com/kare/ngx_http_auth_crowd_module

ii  libgnutls-openssl27:amd64  3.4.10-4ubuntu1.4 amd64  
  GNU TLS library - OpenSSL wrapper
ii  libgnutls30:amd64  3.4.10-4ubuntu1.4 amd64  
  GNU TLS library - main runtime library

Cloning into 'ngx_http_auth_crowd_module'...
fatal: unable to access 'https://github.com/kare/ngx_http_auth_crowd_module/': 
gnutls_handshake() failed: Error in the push function.

this is behind a perfectly fine working corporate proxy (and yes in the
env http_proxy / https_proxy also uppercase are set)

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

Title:
  git gnutls_handshake() failed: Error in the push function

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

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

[Bug 1690350] [NEW] Version 2.10 shipped with yakkety and xenial contains bugs leading to wrong calculations, please backport 2.12 where they are fixed

2017-05-12 Thread Clemens-Alexander Brust
Public bug reported:

The automatic optimization part of clBLAS was broken upstream in version 2.10. 
Bugs were fixed with the 2.12 release. Please backport it to xenial and 
yakkety, it should be an easy process.
Thanks!
 -- Clemens

** Affects: clblas (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/1690350

Title:
  Version 2.10 shipped with yakkety and xenial contains bugs leading to
  wrong calculations, please backport 2.12 where they are fixed

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

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


[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-02-24 Thread Clemens Fuchslocher
I solved my above time jump problem by installing the VirtualBox guest
additions as described here: https://www.virtualbox.org/manual/ch04.html

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

Title:
  Mysql server take 10 minutes to stop without message after time drift

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

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


[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-02-10 Thread Clemens Fuchslocher
** Attachment added: "error-20170210.log"
   
https://bugs.launchpad.net/ubuntu/+source/mysql-5.7/+bug/1600164/+attachment/4816680/+files/error-20170210.log

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

Title:
  Mysql server take 10 minutes to stop without message after time drift

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

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


[Bug 1600164] Re: Mysql server take 10 minutes to stop without message after time drift

2017-02-10 Thread Clemens Fuchslocher
I also have this problem with Ubuntu 16.04.2 LTS:

| $ lsb_release --all
| No LSB modules are available.
| Distributor ID: Ubuntu
| Description:Ubuntu 16.04.2 LTS
| Release:16.04
| Codename:   xenial
|
| $ dmidecode -s system-product-name
| VirtualBox

After a reboot the activation time of MySQL is one hour ahead.

1. If I wait one hour after reboot, I can shutdown MySQL instantly:

| $ systemctl status mysql.service
| ...
|Active: active (running) since Fri 2017-02-10 18:20:08 CET; 59min left
| ...
|
| $ date
| Fri Feb 10 17:20:54 CET 2017
|
| $ sleep 60m
|
| $ date
| Fri Feb 10 18:21:02 CET 2017
|
| $ systemctl status mysql.service
| ...
|   Active: active (running) since Fri 2017-02-10 18:20:08 CET; 57s ago
| ...
|
| $ time systemctl stop mysql.service
|
| real0m4.928s
| user0m0.028s
| sys 0m0.008s


2. If I try it earlier, the shutdown fails after 10 minutes and MySQL gets 
killed by systemd with SIGKILL.

3. If I increase the systemd timeout of MySQL to two hours, then the
shutdown successfully ends after one hour. The attached
error-20170210.log contains this case and also the time jump:

| 2017-02-10T15:22:26.962776Z 0 [Note] /usr/sbin/mysqld: ready for connections.
| ...
| 2017-02-10T14:23:52.465978Z 0 [Note] Giving 0 client threads a chance to die 
gracefully

4. As suggested, I tried to start MySQL after the ntp.service, but it
didn't helped:

| $ apt-get install ntp
|
| $ grep ^After /lib/systemd/system/mysql.service
| After=ntp.service
|
| $ systemctl show mysql.service | grep ^After
| After=ntp.service basic.target system.slice systemd-journald.socket 
sysinit.target

5. I also tried to start MySQL after the systemd-timesyncd.service, but
it also didn't helped:

| $ cat 
/lib/systemd/system/systemd-timesyncd.service.d/disable-with-time-daemon.conf 
| ...
| ConditionFileIsExecutable=!/usr/sbin/ntpd
| ...
|
| $ dpkg --purge ntp
|
| $ grep ^After /lib/systemd/system/mysql.service
| After=systemd-timesyncd.service
|
| $ systemctl show mysql.service | grep ^After
| After=systemd-timesyncd.service system.slice basic.target 
systemd-journald.socket sysinit.target

6. Is there anything else I can try or do?

7. Maybe the importance of this issue should be raised, because killing
MySQL during its shutdown with SIGKILL feels a bit risky.

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

Title:
  Mysql server take 10 minutes to stop without message after time drift

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

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


[Bug 1320402] Re: mdadm resyncs imsm raid in "Normal" state

2016-10-03 Thread Clemens Steinkogler
thank you for the script Martin Stjernholm. seems to be working,
although the unmounting doesn't seem to be done by the script if I
shutdown/reboot my pc - added a few logger-statements and i'm only
seeing the mount-messages in my logs. another neglectable problem is
that autologin doesn't work anymore.

more than 2 years old this bug and no official solution? things like
that are linux' show stoppers!

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

Title:
   mdadm resyncs imsm raid in "Normal" state

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

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


[Bug 1320402] Re: mdadm resyncs imsm raid in "Normal" state

2016-09-29 Thread Clemens Steinkogler
tried kernel 4.7.5 from mainline with mdadmpatch from #13 - no help.
still resyncing after every reboot/start

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

Title:
   mdadm resyncs imsm raid in "Normal" state

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

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


[Bug 1618631] [NEW] package gcc-doc 4:4.8.2-1ubuntu6 failed to install/upgrade: there is no script in the new version of the package - giving up

2016-08-30 Thread Clemens Krusche
*** This bug is a duplicate of bug 1613086 ***
https://bugs.launchpad.net/bugs/1613086

Public bug reported:

The OS does not shut down or restart- the shutdown query does not offer
any options- the only way to shutdown appears to be with a hard reset: I
do not know the terminal command

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: gcc-doc 4:4.8.2-1ubuntu6
ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16
Uname: Linux 4.4.0-36-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
Date: Tue Aug 30 11:28:33 2016
ErrorMessage: there is no script in the new version of the package - giving up
InstallationDate: Installed on 2014-06-05 (817 days ago)
InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.12~ubuntu16.04.1
SourcePackage: gcc-defaults
Title: package gcc-doc 4:4.8.2-1ubuntu6 failed to install/upgrade: there is no 
script in the new version of the package - giving up
UpgradeStatus: Upgraded to xenial on 2016-08-30 (0 days ago)

** Affects: gcc-defaults (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/1618631

Title:
  package gcc-doc 4:4.8.2-1ubuntu6 failed to install/upgrade: there is
  no script in the new version of the package - giving up

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

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


[Bug 1559576] Re: Ubuntu GNOME boots to black screen when using proprietary Nvidia drivers on a laptop with Optimus

2016-07-24 Thread Clemens Gersbacher
Hello,

I experienced the same problem on my new HP Pavillion 15 with nvidia
950M graphic card. After switching to nvidia driver the system boots
into a black screen. So I started playing around a little...

I've installed Ubuntu Gnome 16.04.01 and it ran fine with nouveau driver -> 
system worked.
Switched to nvidia driver -> black screen.

Installed Ubuntu 16.04.01 with unity running nouveau -> system worked.
Switched to nvidia driver -> system still worked!
Installed ubuntu-gnome-desktop with gdm3 -> black screen.

Installed Ubuntu 16.04.01 again.
Switched to nvidia driver -> worked fine.
Installed ubuntu-gnome-desktop with lightdm -> worked! :)

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

Title:
  Ubuntu GNOME boots to black screen when using proprietary Nvidia
  drivers on a laptop with Optimus

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

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


Re: [Bug 1467561] Re: IPsec VTI functionality broken in 3.16.0-39

2015-09-08 Thread Clemens Schrimpe
> I am going to test the upstream kernel and will post the results.

Thanks. I just did not find the time to set up a test machine. The one
where I discovered this is „in production“ (hence not available for
testing), I’m afraid.

Greetings,

    Clemens

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

Title:
  IPsec VTI functionality broken in 3.16.0-39

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

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

[Bug 1492204] Re: phantasia: crashes with buffer overflow on 14.04

2015-09-04 Thread Caspar Clemens Mierau
** Attachment added: "crash dump"
   
https://bugs.launchpad.net/ubuntu/+source/bsdgames/+bug/1492204/+attachment/4457247/+files/_usr_games_phantasia.1000.crash

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

Title:
  phantasia: crashes with buffer overflow on 14.04

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

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


[Bug 1492204] [NEW] phantasia: crashes with buffer overflow on 14.04

2015-09-04 Thread Caspar Clemens Mierau
Public bug reported:

phantasia on an up to date 14.04 crashes with an buffer overflow. to
reproduce:

1. start "phantasia"
2. press "N" (create new character)
3. press "1" (choose mage, could be different, though)
4. press "1" (confirm random skillset)
5. enter "name" (just any name will work"
6. enter "pw" (just any password <= characters will work)

result: application crashes with core dumped.

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

** Attachment added: "strace for phantasia run"
   
https://bugs.launchpad.net/bugs/1492204/+attachment/4457246/+files/phantasia.trace

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

Title:
  phantasia: crashes with buffer overflow on 14.04

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

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


[Bug 1467561] [NEW] IPsec VTI functionality broken in 3.16.0-39

2015-06-22 Thread Clemens Schrimpe
Public bug reported:

Gentlepeople - this is my very first bug-report to/about Ubuntu, so
please forgive any failings regarding "form" on my side!

After upgrading from 3.16.0-38-generic to 3.16.0-39-generic I noticed a number 
of my IPsec VTIs were no longer working:
All crypto parts appear to work fine (I can run tcpdump on the VTIs and I 
correct cleartext-packets in both directions), but incoming packets are not 
being "processed further" (they are simply ignored). It is like there is no IP 
stack listening on the inbound end of the VTI. I can ping devices on the other 
side and do see the packets w/ tcpdump/wireshark all over the place (locally, 
remote-router, remote-device), the targets respond and I again see the packets 
all the way, but the ping application pretends it never heard or saw a thing. 

This is true for all VTIs, except those where I put complicated mangle
and nat rules in place in order to overcome address-space collisions
(damn RFC1918, damn, damn, damn!!!) - but then again source-NAT
(masquerading) no longer works on these VTIs either.

I tested around by leaving *everything* (StrongSwan config, etc.) the
same and only switching kernels and 3.16.0-38 ist the last one fully
working and everything after and including 3.16.0-39 is broken in the
way described above.

I am willing to test further and dig deeper unless you tell me that it
is a known problem with an upcoming fix ... :-)

Thanks, Clemens

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: linux-image-3.16.0-39-generic (not installed)
ProcVersionSignature: Ubuntu 3.16.0-38.52-generic 3.16.7-ckt10
Uname: Linux 3.16.0-38-generic x86_64
NonfreeKernelModules: zfs zunicode zcommon znvpair zavl
AlsaDevices: Error: command ['ls', '-l', '/dev/snd/'] failed with exit code 2: 
ls: cannot access /dev/snd/: No such file or directory
AplayDevices: Error: [Errno 2] No such file or directory: 'aplay'
ApportVersion: 2.14.7-0ubuntu8.5
Architecture: amd64
ArecordDevices: Error: [Errno 2] No such file or directory: 'arecord'
CRDA: Error: [Errno 2] No such file or directory: 'iw'
Date: Mon Jun 22 16:48:33 2015
HibernationDevice: RESUME=UUID=e0eb93cf-68f6-4c6b-b4f1-288db4b33df2
InstallationDate: Installed on 2015-02-15 (126 days ago)
InstallationMedia: Ubuntu-Server 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.3)
Lsusb:
 Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd 
 Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: QEMU Standard PC (i440FX + PIIX, 1996)
PciMultimedia:
 
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/usr/bin/tcsh
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-38-generic 
root=UUID=bb995ded-003a-4ae3-aa21-0cf188bdba17 ro
RelatedPackageVersions:
 linux-restricted-modules-3.16.0-38-generic N/A
 linux-backports-modules-3.16.0-38-generic  N/A
 linux-firmware 1.138.1
RfKill: Error: [Errno 2] No such file or directory: 'rfkill'
SourcePackage: linux
UpgradeStatus: Upgraded to utopic on 2015-02-15 (126 days ago)
dmi.bios.date: 01/01/2011
dmi.bios.vendor: Bochs
dmi.bios.version: Bochs
dmi.chassis.type: 1
dmi.chassis.vendor: Bochs
dmi.modalias: 
dmi:bvnBochs:bvrBochs:bd01/01/2011:svnQEMU:pnStandardPC(i440FX+PIIX,1996):pvrpc-i440fx-trusty:cvnBochs:ct1:cvr:
dmi.product.name: Standard PC (i440FX + PIIX, 1996)
dmi.product.version: pc-i440fx-trusty
dmi.sys.vendor: QEMU

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


** Tags: amd64 apport-bug utopic

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

Title:
  IPsec VTI functionality broken in 3.16.0-39

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

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


[Bug 1297849] Re: [SRU] Virtual private network connection fails after distribution upgrade due to outdated Network Manager configuration files

2015-05-19 Thread Clemens Lang
I think this no longer applies upstream, because
https://bugzilla.gnome.org/show_bug.cgi?id=707953 and the fix for it
completely removed src/shell-watcher.c, where the patch was necessary.

Because of that, I would recommend to apply the patch to the current
version as it is in Ubuntu.

I can also confirm that the patch solves the problem on my utopic
system.

** Bug watch added: GNOME Bug Tracker #707953
   https://bugzilla.gnome.org/show_bug.cgi?id=707953

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

Title:
  [SRU] Virtual private network connection fails after distribution
  upgrade due to outdated Network Manager configuration files

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

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


[Bug 1400175] Re: Acer Aspire ES1-311-P1D5 won't shutdown after system halted

2015-05-05 Thread Clemens S
Hey Martin,
switching to UEFI/SecureBoot on Ubuntu 14.04 is not trivial, but also not that 
hard if you follow this guide:

http://aaron-kelley.net/blog/2011/12/migrating-an-ubuntu-installation-
from-bios-to-uefi/

It's not perfect, but the best one I could find. 
But what do you mean by "keeping Windows"? You certainly don't need Windows to 
migrate your system to UEFI if you meant that. I only used Windows for flashing 
the BIOS, nothing else. For switching to UEFI, you just need a bootable 
Live-USB stick with Ubuntu (or similar).

Concerning the touchpad problems: I disassembled my laptop to a point
that I could inspect the touchpad and then covered everything on its
back (just using clear sellotape) which looked like it could short out
something when it's pressed. My mouse pointer never spazzed out since
then. ACER's quality control isn't the best it seems.

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

Title:
  Acer Aspire ES1-311-P1D5 won't shutdown after system halted

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

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


[Bug 1400175] Re: Acer Aspire ES1-311-P1D5 won't shutdown after system halted

2015-04-29 Thread Clemens S
...I'm very glad I switched to UEFI finally.

Sorry for the splitted post (I can't find an edit button) but my mouse pointer 
spazzes out regularly when the touchpad is activated. That is on my Acer 
ES1-311. It seems to me that it wasn't such a great deal after all with the 
shitty hardware components...oh well. 
At least, I can shut down now.

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

Title:
  Acer Aspire ES1-311-P1D5 won't shutdown after system halted

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

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


[Bug 1400175] Re: Acer Aspire ES1-311-P1D5 won't shutdown after system halted

2015-04-29 Thread Clemens S
Hey guys,

sorry that it took so long, but I switched to SecureBoot i.e. UEFI and I've 
never got stuck on shutdown or standby since then. So apparently, it solved the 
problem - where it came from in the first place, I don't know. 
Also, booting up it much faster now due to SecureBoot, so

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

Title:
  Acer Aspire ES1-311-P1D5 won't shutdown after system halted

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

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


[Bug 1400175] Re: Acer Aspire ES1-311-P1D5 won't shutdown after system halted

2015-04-16 Thread Clemens S
Thank you for the quick answer!
I'm running Ubuntu without SecureBoot, i.e. my Boot Mode is set to Legacy. I 
already assumed that there might be a connection between the bug and the Boot 
Mode, but I haven't come around "moving" to UEFI. I certainly will try it, now.

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

Title:
  Acer Aspire ES1-311-P1D5 won't shutdown after system halted

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

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


[Bug 1400175] Re: Acer Aspire ES1-311-P1D5 won't shutdown after system halted

2015-04-16 Thread Clemens S
Hi guys,

although everywhere in the internet this problem is claimed to be fixed
with the 1.1 BIOS update, I'm still experiencing the shutdown error. I'm
running Ubuntu 14.04, and my output to

"sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date"

is "V1.10, 10/24/2014".

I've tried to apply the BIOS update via Windows 7 and Windows 8, but the
flash utility claims I'm already running the newest BIOS version (as was
to be expected).  Do you have any further ideas? I can't find any other
users on the internet who still experience that bug.

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

Title:
  Acer Aspire ES1-311-P1D5 won't shutdown after system halted

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

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


[Bug 1394708] [NEW] package jadetex 3.13-14 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2014-11-20 Thread Clemens Adolphs
Public bug reported:

Part of apt-get build-dep vim

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: jadetex 3.13-14
ProcVersionSignature: Ubuntu 3.13.0-39.66-generic 3.13.11.8
Uname: Linux 3.13.0-39-generic x86_64
ApportVersion: 2.14.1-0ubuntu3.5
Architecture: amd64
Date: Thu Nov 20 10:24:33 2014
DuplicateSignature: package:jadetex:3.13-14:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2013-07-17 (491 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
PackageArchitecture: all
SourcePackage: jadetex
Title: package jadetex 3.13-14 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2014-05-23 (181 days ago)

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


** Tags: amd64 apport-package trusty

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

Title:
  package jadetex 3.13-14 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

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

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


[Bug 921208] Re: win7/x64 installer hangs on startup with 0x0000005d.

2014-10-31 Thread Clemens Kolbitsch
Michael, this bug cannot be solved with a reconfiguration, it's actually
a TCG emulation bug. There is an experimental patch on the QEMU mailing
list you should have a look at

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

Title:
  win7/x64 installer hangs on startup with 0x005d.

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

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


[Bug 1375231] Re: iwl3945abg: Can not connect to 'eduroam' (PEAP, MSCHAPv2)

2014-10-16 Thread Clemens Messerschmidt
Funny thing is, it worked still on 10th October 2014.
(eduroam with University Potsdam account)

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

Title:
  iwl3945abg: Can not connect to 'eduroam' (PEAP, MSCHAPv2)

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

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


[Bug 1153618] Re: Support Realtek RTS5227 card reader

2014-09-19 Thread Clemens Bartz
1, Neither SD nor MMC do work

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

Title:
  Support Realtek RTS5227 card reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1153618/+subscriptions

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


[Bug 1357928] Re: [HDA-Intel - HDA Intel MID, playback] volume slider problem - Slide to bottom and sound stays off even when slider moved up again

2014-08-19 Thread Clemens Ladisch
Apparently, the minimum-is-mute information got lost in commit
 (Use generic parser for
STAC/IDT codec driver).

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

Title:
  [HDA-Intel - HDA Intel MID, playback] volume slider problem - Slide to
  bottom and sound stays off even when slider moved up again

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

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


Re: [Bug 1293144] Re: evolution crashes with SIGSEGV in folder_tree_maybe_expand_row() when creating new folder

2014-08-03 Thread Clemens Vermeulen
Your problem appears to be fixed (for me at least) in Evolution 3.12.4.
That version was installed when I added the Gnome staging depository.
But the Gnome staging depository is of no use if you run just plain
Ubuntu 14.04. Some may be able to compile the newer version from source.

Kind regards
Clemens

On Sun, 2014-08-03 at 20:49 +, Michael Barraclough wrote:
> Could someone please help me.  I am just a dumb user who doesn't
> understand much of the terminology that has been used on this list
> regarding this bug.
> 
> I am using Ubuntu 14.04 LTS and Evolution 3.10.4.
> 
> Having an email product that crashes when you create a new folder is
> just plain stupid.
> 
> Clearly the problem is known and understood.
> 
> Is the cause of the problem Evolution, Ubuntu, or both?
> 
> Who is actually responsible for fixing this?
> 
> When is it going to be fixed?
> 
> If it is fixed, but not for 14.04, why not?
> 
> If it is fixed, but not for 14.04, is there some way I can fix it for
> 14.04?
> 
> Michael Barraclough
> Who appreciates the efforts of all those who create and maintain both
> Evolution and Ubuntu but who will jettison Evolution if a solution is
> not imminent.
>

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

Title:
  evolution crashes with SIGSEGV in folder_tree_maybe_expand_row() when
  creating new folder

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

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


[Bug 1260900] Re: hddtemp with an old database

2014-06-28 Thread Clemens Kirchgatterer
for the PRO series the line in /etc/hddtemp.db has to look like this:

"Samsung SSD 840 PRO Serise" 190 C "Samsung SSD 840 PRO Series"

mind the typo in the first string "Serise" it really is like that!

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

Title:
  hddtemp with an old database

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

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


[Bug 1153618] Re: Support Realtek RTS5227 card reader

2014-06-17 Thread Clemens Bartz
Problem still exists in trusty with Kernel 3.13.0-29-generic:

02:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. RTS5227
PCI Express Card Reader (rev 01)

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

Title:
  Support Realtek RTS5227 card reader

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1153618/+subscriptions

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


[Bug 635384]

2014-05-15 Thread Clemens Eisserer
Thanks Piotr!

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

Title:
  ark crashes while loading a big archive

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

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


[Bug 635384]

2014-05-08 Thread Clemens Eisserer
This is a serious crasher-bug, reported almost 5 years ago.

Please remove Ark from the KDE Software Distribution / Compilation as it
seems to be completely unmaintained, as this bug report proves.

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

Title:
  ark crashes while loading a big archive

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

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


[Bug 1310032] [NEW] Kubuntu update from 13.10 to 14.04 fails

2014-04-19 Thread Clemens Geier
Public bug reported:

Free translation of my error message:
"An inresolvable problem happened while calculating the the actualisation.

This can be happening because.
* actualisation on a preversion of ubuntu
* using of the preversion of ubuntu
* inofficial software packages, not provided by ubuntu."

I don't use any preversion (or prerelease versions) of ubuntu, and i
don't think any software packages from inofficial repositories.

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: ubuntu-release-upgrader-core 1:0.205.5
ProcVersionSignature: Ubuntu 3.11.0-19.33-generic 3.11.10.5
Uname: Linux 3.11.0-19-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
CrashDB: ubuntu
Date: Sat Apr 19 19:17:03 2014
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-07-06 (651 days ago)
InstallationMedia: Kubuntu 12.04 LTS "Precise Pangolin" - Release amd64 
(20120423)
MarkForUpload: True
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to saucy on 2014-04-19 (0 days ago)
VarLogDistupgradeTermlog:

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade saucy

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

Title:
  Kubuntu update from 13.10 to 14.04 fails

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

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


[Bug 1288793] Re: whoopsie logs "online" a little too enthusiastically

2014-03-18 Thread Clemens S
*** This bug is a duplicate of bug 1217407 ***
https://bugs.launchpad.net/bugs/1217407

** This bug has been marked a duplicate of bug 1217407
   whoopsie spams the log with "online" messages

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

Title:
  whoopsie logs "online" a little too enthusiastically

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

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


[Bug 1026601] Re: passenger-status no longer works after upgrade to precise

2014-03-13 Thread Caspar Clemens Mierau
This problem even leads to a malfucntioning passenger: When you run
passenger-status, it removes the tmp directory:

root@janitor ~ # passenger-status
*** Cleaning stale folder /tmp/passenger.1154
ERROR: Phusion Passenger doesn't seem to be running.

This means that processes in need of a tmp dir won't work afterwards -
e.g. file upload. Example: puppet:

[ pid=10617 file=ext/apache2/Hooks.cpp:727 time=2014-03-13 11:12:17.642 ]:
  Unexpected error in mod_passenger: An error occured while buffering HTTP 
upload data to a temporary file in /tmp/passenger.1154/webserver_private. This 
directory doesn't exist, so please make sure that this directory exists, or set 
the 'PassengerUploadBufferDir' directive to a directory that exists and can be 
written to.
  Backtrace:
 in 'boost::shared_ptr 
Hooks::receiveRequestBody(request_rec*, const char*)' (Hooks.cpp:1084)
 in 'int Hooks::handleRequest(request_rec*)' (Hooks.cpp:459)

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

Title:
  passenger-status no longer works after upgrade to precise

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

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


[Bug 277780] Re: Ubiquity hangs (100% cpu) during installation

2014-01-11 Thread Clemens Eisserer
Sorry, I don't know.

Because of Ubuntu's polititics to replace crucial parts of its Linux
desktop with self-written components (unity, mir, upstart, ...), I've
decided to switch to a distribution which embraces free software,
instead of replacing it.

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

Title:
  Ubiquity hangs (100% cpu) during installation

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

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


[Bug 689349]

2014-01-01 Thread Clemens Eisserer
@Foss: The bug report is becoming messy, because quite a lot of users
suffer from it and it has stayed unfixed for a long time.

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

Title:
  [Upstream] Draw file exported to PDF have erroneous pixel-sized dots
  in Acroread, not in Evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/689349/+subscriptions

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


[Bug 1169437] Re: network-manager dnsmasq openvpn DNS issue

2013-10-30 Thread Clemens Wehrmann
My NetworkManager OpenVPN configuration had a domain listed under
"Additional search domains".

With dns=dnsmasq this resulted in the domains pushed from openvpn via
'push "dhcp-option DOMAIN mydomain"to be ignored.

After removing the entry domains are added to dnsmasq (seen in
/var/log/syslog) and resolving works.

The wording "additional" is misleading in the NM OpenVPN configuration ,
as is "search" -- this field is affecting which fully qualified domains
are being resolved by dnsmasq, instead of adding additional resolution
to unqualified names as I'd expect.

Without dns=dnsmasq in Network Manager, this works as expected because
resolvconf adds the nameservers to the global list for all queries

13.10, network-manager-openvpn 0.9.8.2-1ubuntu

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

Title:
  network-manager dnsmasq openvpn DNS issue

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

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


[Bug 1239247] [NEW] intel (haswell) mouse cursor invisible after resume

2013-10-12 Thread John Clemens
Public bug reported:

Reporting for a different computer so I can't run xorg right now.

Running Saucy as of 11 Oct 2013 (will get package versions shortly), a
new Yoga 11s system with a haswell i5 processor and graphics..
everything works fine until the laptop is suspended and resumed.  After
resume, the mouse pointer is invisible.  You can move the touchpad
around and see things highlighting, so the mouse is actually there, its
just not visible.  Switching to a text console and back brings back the
mouse cursor (ctrl-alt-f1 then ctrl-alt-f7).

Is this a kernel problem or an xorg problem?  Can it be worked around
using swcursor?  How does one set that nowadays in the post xorg.conf
world?

** Affects: xorg (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/1239247

Title:
  intel (haswell) mouse cursor invisible after resume

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

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


[Bug 635384]

2013-07-25 Thread Clemens Eisserer
In my opinion this bug report shows a major problem of KDE - the not invented 
here syndrome.
It doesn't make a lot of sence to re-write every existing application out there 
just to make it QT based and KDE integrated. In a few years new apps will be 
created but nobody will be there to maintain all the existing apps, like its 
the case with Ark. 
Wouldn't it have been better to ship XArchiver with KDE and make sure it is 
integrated well within KDE by e.g. writing a few plugins? Same holds true in my 
opinion for a lot of KDE code like KMail, Amarok, Kopete, 

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

Title:
  ark crashes while loading a big archive

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

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


[Bug 1197785] [NEW] W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/pool/universe/x/xsane/xsane-common_0.998-1ubuntu1_all.deb 404 Not Found W: Failed to fetch http://au.archive.ubuntu.com/ubunt

2013-07-04 Thread Samuel Clemens
Public bug reported:

Trying to load XSANE the following error messages are generated:

--
W: Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/universe/x/xsane/xsane-common_0.998-1ubuntu1_all.deb
  404  Not Found


W: Failed to fetch 
http://au.archive.ubuntu.com/ubuntu/pool/universe/x/xsane/xsane_0.998-1ubuntu1_i386.deb
  404  Not Found
---
These two .deb files no longer exist at that registry.

The same problem occurs trying to fetch the packages from the Ubuntu
Software Centre

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: synaptic 0.75.1ubuntu2
ProcVersionSignature: Ubuntu 2.6.38-16.67-generic-pae 2.6.38.8
Uname: Linux 2.6.38-16-generic-pae i686
NonfreeKernelModules: fglrx
Architecture: i386
Date: Thu Jul  4 22:02:14 2013
ExecutablePath: /usr/sbin/synaptic
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release i386 (20110427.1)
ProcEnviron:
 LANGUAGE=en_AU:en
 PATH=(custom, no user)
 LANG=en_AU.UTF-8
 SHELL=/bin/bash
SourcePackage: synaptic
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 natty

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

Title:
  W: Failed to fetch
  http://au.archive.ubuntu.com/ubuntu/pool/universe/x/xsane/xsane-
  common_0.998-1ubuntu1_all.deb   404  Not Found   W: Failed to fetch
  
http://au.archive.ubuntu.com/ubuntu/pool/universe/x/xsane/xsane_0.998-1ubuntu1_i386.deb
  404  Not Found

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

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


[Bug 1191603] Re: raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB audio devices

2013-07-02 Thread Clemens Ladisch
James, your device reports that it could send 8192000 bytes per second:
>  wMaxPacketSize 0x0400  1x 1024 bytes

The driver believes this, gets confused, and uses URB sizes that are
much smaller than appropriate.

I'll fix this in the driver.

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

Title:
  raring-updates: regression: 3.8.0-24.35 causes sporadic failure of USB
  audio devices

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

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


[Bug 1185551] Re: Roland UM-3G USB MIDI device does not work

2013-06-11 Thread Clemens Ladisch
fixed upstream:
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=a0c6d309c6df14655f9962f666d1da96318b0b7c

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

Title:
  Roland UM-3G USB MIDI device does not work

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

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


[Bug 1136110] Re: USB Audio Codec choppy playback

2013-04-03 Thread Clemens Ladisch
> Using CLI command grep device.buffering to get the buffer from the devices,
> those affected kernels are reporting back a different number to the unaffected
> devices.

What grep command? And what are the different values?

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

Title:
  USB Audio Codec choppy playback

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

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


[Bug 1024768] Re: [xorg-edgers] Missing icons in unity launcher and app switcher after update

2013-01-23 Thread John Clemens
This bug may be "fixed" in quantal, but it is most definitely /not/ fix
released in 12.04, the LTS release.

I use 12.04 on an intel IVB laptop at work and have been patiently
waiting for a fix for 12.04 to be released for 6 months now.  My laptop
works fine for a week or so, and then randomly the unity icons disappear
and I need to reboot to get them back.  According to comment #28 , I can
downgrade mesa to 8.0.2 from main (instead of updates) and it will work
again, but then I'm not getting mesa updates (which assumedly helps for
intel IVB graphics, especially with docking/undocking stability, iirc).

The current mesa version installed on 12.04 (from updates) is below, and
exhibits this behavior:

$ dpkg-query -l | grep libgl1-mesa-dri
ii  libgl1-mesa-dri8.0.4-0ubuntu0.2 
   free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-dri:i386   8.0.4-0ubuntu0.2 
   free implementation of the OpenGL API -- DRI modules

$ apt-cache showpkg libgl1-mesa-dri
Package: libgl1-mesa-dri
Versions: 
8.0.4-0ubuntu0.3 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise-updates_main_binary-amd64_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages
  MD5: 138eae85587ae78f60d36bcba9033eb1
 Description Language: en
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_Translation-en
  MD5: 138eae85587ae78f60d36bcba9033eb1

8.0.4-0ubuntu0.2 
(/var/lib/apt/lists/security.ubuntu.com_ubuntu_dists_precise-security_main_binary-amd64_Packages)
 (/var/lib/dpkg/status)
 Description Language: 
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages
  MD5: 138eae85587ae78f60d36bcba9033eb1
 Description Language: en
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_Translation-en
  MD5: 138eae85587ae78f60d36bcba9033eb1

8.0.2-0ubuntu3 
(/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages)
 Description Language: 
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_binary-amd64_Packages
  MD5: 138eae85587ae78f60d36bcba9033eb1
 Description Language: en
 File: 
/var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_precise_main_i18n_Translation-en
  MD5: 138eae85587ae78f60d36bcba9033eb1

Is there a way to mark this package as fixed for quantal but not for
precise? Or is the official answer for LTS support is to upgrade to
12.10, which isn't LTS?, or run another desktop shell?. This is a rather
big black eye for ubuntu when I try to convince others to use it..

Or am I completely missing something, which is always a possibility...

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

Title:
  [xorg-edgers] Missing icons in unity launcher and app switcher after
  update

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

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


[Bug 969359] Re: [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking numlock)

2013-01-16 Thread Clemens Lang
3.4.2-0ubuntu15 from quantal-proposed solves the problem for me.

** Tags added: verification-done-quantal

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

Title:
  [keyboard]: gnome-settings-daemon consumes 100% cpu (and blinking
  numlock)

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/969359/+subscriptions

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


[Bug 1095315] Re: [alsa-devel] [RFC PATCH] ALSA: usb - fix race in creation of M-Audio Fast track pro driver

2013-01-04 Thread Clemens Ladisch
David Henningsson wrote:
> this patch resolves the issue for him. It also leaves a message
> in the log:
> "snd-usb-audio: probe of 1-1.1:1.1 failed with error -5"

I'd guess this is for an interface not claimed by the driver but
without an explicit QUIRK_IGNORE_INTERFACE entry.


Regards,
Clemens

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

Title:
  [USB-Audio - FastTrack Pro, recording] No sound at all

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

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


[Bug 1081722] [NEW] My Canon MP510, when connected to a printserver, doesn't complete printjobs

2012-11-21 Thread Clemens Wyss
Public bug reported:

Connecting the printer directly (USB) to my ubuntu I can print. [ok]

But when I connect it to my "cheap" printserver  http://www.sin-
hon.com/Products_ny.asp?id=143 the print jobs are being sent to the
printer, the printer starts printing, but never completes the page.
[NOK!]

Windows-PC and MacOSX(bonjour) have no problems printing via the
printserver [ok]

Additional details as advised in 
https://wiki.ubuntu.com/DebuggingPrintingProblems#Network_printer 
+ the printserver is statically at 192.168.1.99
+ the printer is being (was) detetced -> 
dnssd://Canon%20MP510-830590._printer._tcp.local

>>$ sudo /usr/lib/cups/backend/dnssd 
->
DEBUG: Found "Canon MP510-830590._printer._tcplocal"...
DEBUG: Querying "Canon\032MP510-830590._printer._tcp.local"...
DEBUG: sent=0, count=1
DEBUG2: query_callback(browser=0xb8e8f568, interfaceIndex=-1, protocol=-1, 
event=2, fullName="Canon\032MP510-830590._printer._tcp.local", rrclass=1, 
rrtype=16, rdata=(nil), rdlen=0, flags=0, context=0xb8e93330)
DEBUG2: query_callback(browser=0xb8e8f568, interfaceIndex=3, protocol=0, 
event=0, fullName="Canon\032MP510-830590._printer._tcp.local", rrclass=1, 
rrtype=16, rdata=0xb8e936c8, rdlen=166, flags=4, context=0xb8e93330)
DEBUG2: query_callback: "note=PrintServer".
DEBUG2: query_callback: "product=(Canon MP510)".
DEBUG2: query_callback: "rp=a9041717".
DEBUG2: query_callback: "qtotal=1".
DEBUG2: query_callback: "ty=Canon MP510".
DEBUG2: query_callback: "adminurl=http://Canon-MP510-830590.local:80/";.
DEBUG2: query_callback: "pdl=raw".
DEBUG2: query_callback: "usb_MFG=Canon".
DEBUG2: query_callback: "usb_MDL=MP510".
DEBUG2: query_callback: "txtvers=1".
network dnssd://Canon%20MP510-830590._printer._tcp.local/ "Canon MP510" "Canon 
MP510-830590" "MFG:Canon;MDL:MP510;" ""
DEBUG: sent=1, count=1

>>$/usr/lib/cups/backend/snmp 
and
>>$/usr/lib/cups/backend/snmp 192.168.1.99
return nothing!

>>$lpinfo -v
@clemens-notebook:~$ lpinfo -v
network https
network http
network ipp14
network ipp
network lpd
network ipps
network beh
network socket
network smb
clemens@clemens-notebook:~$ lpinfo -v
network https
network socket
network ipp14
network ipp
network ipps
network lpd
network beh
network http
network smb
clemens@clemens-notebook:~$ lpinfo -v
network https
network socket
network ipp14
network beh
network http
network lpd
network ipps
network ipp
network smb

so lpinfo-calls are not consitent ...

>>clemens@clemens-notebook:~$ avahi-browse -a -v -t -r 
Server version: avahi 0.6.31; Host name: clemens-notebook.local
E Ifce Prot Name      Type 
Domain
+  wlan0 IPv6 clemens-notebook [00:13:e8:12:31:b1]  Workstation 
 local
+  wlan0 IPv4 clemens-notebook [00:13:e8:12:31:b1]  Workstation 
 local
+  wlan0 IPv6 clemens-notebook      Remote Disk 
Management local
+  wlan0 IPv4 clemens-notebook  Remote Disk 
Management local
=  wlan0 IPv6 clemens-notebook [00:13:e8:12:31:b1]  Workstation     
 local
   hostname = [clemens-notebook.local]
   address = [fe80::213:e8ff:fe12:31b1]
   port = [9]
   txt = []
=  wlan0 IPv6 clemens-notebook  Remote Disk 
Management local
   hostname = [clemens-notebook.local]
   address = [fe80::213:e8ff:fe12:31b1]
   port = [22]
   txt = []
=  wlan0 IPv4 clemens-notebook [00:13:e8:12:31:b1]  Workstation 
 local
   hostname = [clemens-notebook.local]
   address = [192.168.1.178]
   port = [9]
   txt = []
=  wlan0 IPv4 clemens-notebook  Remote Disk 
Management local
   hostname = [clemens-notebook.local]
   address = [192.168.1.178]
   port = [22]
   txt = []
: Cache exhausted
: All for now

>>clemens@clemens-notebook:~$ avahi-browse -a -v -c -r 
Server version: avahi 0.6.31; Host name: clemens-notebook.local
E Ifce Prot Name      Type 
Domain
+  wlan0 IPv6 clemens-notebook [00:13:e8:12:31:b1]  Workstation 
 local
+  wlan0 IPv4 clemens-notebook [00:13:e8:12:31:b1]      Workstation 
 local
+  wlan0 IPv6 clemens-notebook      Remote Disk 
Management local
+  wlan0 IPv4 clemens-notebook  Remote Disk 
Management local
=  wlan0 IPv6 clemens-notebook [00:13:e8:12:31:b1]  Workstation 
 local
   hostname = [clemens-notebook.local]
   address = [fe80::213:e8ff:fe12:31b1]
   port = [9]
   txt = []
=  wlan0 IPv4 clemens-notebook [00:13:e8:12:31:b1]  Workstation 
 local
   hostname = [clemens-notebook.local]
   address = [192.168.1.178]
   port = [9]
   txt = []
=  wlan0 IPv6 clemens-notebook 

[Bug 325074]

2012-11-15 Thread Clemens Eisserer
I can still reproduce the problem with 1.11.0, shipped with Fedora-Beta-RC3.
There is a simple, self-containing test-case attached, so developers should be 
able to reproduce the issue themself easily.

Please change bug status to "New" again.

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 325074]

2012-11-15 Thread Clemens Eisserer
Created attachment 39341
windows "holed" under icewm

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 325074]

2012-11-15 Thread Clemens Eisserer
I can reproduce the problem with icewm too, and I doubt plasma is
involved in this problem at all - it hasn't any way to influence the
expose-handling of windows.

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 325074]

2012-11-15 Thread Clemens Eisserer
here for me to. at least it has been moved from 1.9.x blocker bugs to
1.10.x, so hopefully it will get some attention.

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 325074]

2012-11-15 Thread Clemens Eisserer
I was able to reproduce the bug with xorg-x11-server 1.9.99.1-2.20101201
shipped as part of Fedora rawhide.

Just download the KDE live cd, and start the holer testcase.

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 325074]

2012-11-15 Thread Clemens Eisserer
I noticed a subtile thing, windows located at (0,0) don't seem to be
affected by the corruptions.

As sson as I move firefox away from the top-left corner, I see the
artifacts - as soon as I move it back no new artifacts appear.

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 325074]

2012-11-15 Thread Clemens Eisserer
It took me a really longt ime to come up with this testcase, as it has been 
requested.
Now there is a testcase, triggering the problem on many machines and still no 
progress :/

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

Title:
  Window redrawing does not work properly with KDE4 taskbar tooltips.

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/325074/+subscriptions

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


[Bug 1078233] Re: Command line volume control amixer has problems with muting

2012-11-13 Thread Clemens Ladisch
Fixed upstream: http://git.alsa-project.org/?p=alsa-
utils.git;a=commitdiff;h=da1c24a24c69

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

Title:
  Command line volume control amixer has problems with muting

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

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


[Bug 1069671] Re: no print queues displayed in pure client mode

2012-10-26 Thread Clemens Adolphs
I just want to confirm that the exact same situation applies to me: All
my printer configuration consists of adding the print server to
/etc/cups/client.conf and pre 12.10 that worked perfectly. Now, my
printer dialogues don't show a thing, AND (not sure if the bug-
originator tested this) trying to open the printer settings dialogue
from the System Settings results in "bad client error" from cups.

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

Title:
  no print queues displayed in pure client mode

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