[Touch-packages] [Bug 1928989] Autopkgtest regression report (openssl/1.0.2g-1ubuntu4.20)

2021-07-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssl (1.0.2g-1ubuntu4.20) for xenial 
have finished running.
The following regressions have been reported in tests triggered by the package:

psqlodbc/1:09.03.0300-1 (armhf)
ruby2.3/2.3.1-2~ubuntu16.04.16 (s390x)
python3.5/3.5.2-2ubuntu0~16.04.13 (i386, amd64, ppc64el, s390x, armhf, arm64)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/xenial/update_excuses.html#openssl

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1928989

Title:
  expiring trust anchor compatibility issue

Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Trusty:
  New
Status in openssl source package in Xenial:
  Fix Committed

Bug description:
  [Impact]

   * openssl fails to talk to letsencrypt website past September 2021,
  despite trusting the letsencrypt root certificate.

  [Test Plan]

   * Import staging cert equivalent to ISRG Root X1
  https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem

   * Import expired staging cert equivalen tto DST Root CA X3
  https://letsencrypt.org/certs/staging/letsencrypt-stg-root-dst.pem

   * Test connectivity to the expired-root-ca test website
  https://expired-root-ca-test.germancoding.com

  setup:

  apt install openssl ca-certificates wget
  wget https://letsencrypt.org/certs/staging/letsencrypt-stg-root-x1.pem
  wget https://letsencrypt.org/certs/staging/letsencrypt-stg-root-dst.pem
  cat letsencrypt-stg-root-x1.pem letsencrypt-stg-root-dst.pem >> ca.pem

  test case:
  openssl s_client -connect expired-root-ca-test.germancoding.com:443 
-servername expired-root-ca-test.germancoding.com -verify 1 -verifyCAfile ca.pem

  bad result:
  connection failed
  verify depth is 1
  CONNECTED(0003)
  depth=3 C = US, O = (STAGING) Internet Security Research Group, CN = 
(STAGING) Doctored Durian Root CA X3
  verify error:num=10:certificate has expired
  notAfter=Jan 30 14:01:15 2021 GMT
  140672978626200:error:14090086:SSL 
routines:ssl3_get_server_certificate:certificate verify failed:s3_clnt.c:1264:

  good result:
  connection successful

  verify depth is 1
  CONNECTED(0003)
  depth=2 C = US, O = (STAGING) Internet Security Research Group, CN = 
(STAGING) Pretend Pear X1
  verify return:1
  depth=1 C = US, O = (STAGING) Let's Encrypt, CN = (STAGING) Artificial 
Apricot R3
  verify return:1
  depth=0 CN = expired-root-ca-test.germancoding.com
  verify return:1
  ---
  Certificate chain
   0 s:/CN=expired-root-ca-test.germancoding.com
     i:/C=US/O=(STAGING) Let's Encrypt/CN=(STAGING) Artificial Apricot R3
   1 s:/C=US/O=(STAGING) Let's Encrypt/CN=(STAGING) Artificial Apricot R3
     i:/C=US/O=(STAGING) Internet Security Research Group/CN=(STAGING) Pretend 
Pear X1
   2 s:/C=US/O=(STAGING) Internet Security Research Group/CN=(STAGING) Pretend 
Pear X1
     i:/C=US/O=(STAGING) Internet Security Research Group/CN=(STAGING) Doctored 
Durian Root CA X3
  ---
  Server certificate
  -BEGIN CERTIFICATE-

  Connection should be successful and trusted with correctly working
  openssl s_client that can manage to ignore expired CA, and build a
  valid trust path using non-expired CA in the chain.

  [Testcase #2]

  $ sudo apt install ca-certificates wget faketime

  # Good connectivity
  $ wget -O /dev/null https://canonical.com
  --2021-07-13 11:54:20--  https://canonical.com/
  Resolving canonical.com (canonical.com)... 2001:67c:1360:8001::2b, 
2001:67c:1360:8001::2c, 91.189.88.181, ...
  Connecting to canonical.com (canonical.com)|2001:67c:1360:8001::2b|:443... 
connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 30933 (30K) [text/html]
  Saving to: '/dev/null'

  /dev/null   100%[>]  30.21K
  --.-KB/sin 0.001s

  2021-07-13 11:54:20 (22.3 MB/s) - '/dev/null' saved [30933/30933]

  # Jump to october to experience failure
  $ faketime '2021-10-01' wget -O /dev/null https://canonical.com
  --2021-10-01 00:00:00--  https://canonical.com/
  Resolving canonical.com (canonical.com)... 2001:67c:1360:8001::2b, 
2001:67c:1360:8001::2c, 91.189.88.181, ...
  Connecting to canonical.com (canonical.com)|2001:67c:1360:8001::2b|:443... 
connected.
  ERROR: cannot verify canonical.com's certificate, issued by 'CN=R3,O=Let\'s 
Encrypt,C=US':
Issued certificate has expired.
  To connect to canonical.com insecurely, use `--no-check-certificate'.

  # upgrade to new openssl, to see that connectivity is restored, even in 
october
  $ dpkg-query -W libssl1.0.0
  libssl1.0.0:amd64 1.0.2g-1ubuntu4.20

  $ faketime '2021-10-01' wget -O /dev/null https

[Touch-packages] [Bug 1931994] Autopkgtest regression report (openssl/1.1.1-1ubuntu2.1~18.04.10)

2021-07-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssl (1.1.1-1ubuntu2.1~18.04.10) for 
bionic have finished running.
The following regressions have been reported in tests triggered by the package:

r-bioc-rtracklayer/1.38.0-1build1 (amd64, arm64, s390x, i386, armhf, ppc64el)
pgbouncer/1.8.1-1build1 (i386)
ruby2.5/2.5.1-1ubuntu1.10 (amd64, arm64, s390x, i386, armhf, ppc64el)
casync/2+61.20180112-1 (s390x)
mysql-5.7/5.7.35-0ubuntu0.18.04.1 (armhf)
ganeti/2.16.0~rc2-1build1 (arm64)
linux-hwe-5.0/5.0.0-65.71 (armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/bionic/update_excuses.html#openssl

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1931994

Title:
  [Ubuntu 20.04] OpenSSL bugs in the s390x AES code

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Bionic:
  Fix Committed
Status in openssl source package in Focal:
  Fix Committed
Status in openssl source package in Hirsute:
  Fix Committed
Status in openssl source package in Impish:
  Fix Released

Bug description:
  Problem description:

  When passing a NULL key to reset AES EVC state, the state wouldn't be 
completely reset on s390x.
  https://github.com/openssl/openssl/pull/14900

  Solution available here:
  
https://github.com/openssl/openssl/commit/dc67210d909b5dd7a50f60a96f36f3f5a891b1c8

  Should be applied to all distros where openssl 1.1.1 is included for 
consistency reason.
  -> 21.10, 20.04, 18.04.
  I think not needed for 16.04 anymore

  [Test plan]

  $ sudo apt install libssl-dev
  $ gcc test.c -o evc-test -lcrypto -lssl # See 
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1931994/comments/2 for 
the test.c program
  $ ./evc-test && echo OK

  [Where problems could occur]

  This patch only touches s390x code paths, so there shouldn't be any 
regression on other architectures. However, on s390x this could reveal
  latent bugs by spreading a NULL key to new code paths.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1931994/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1886790] Re: lxc 3.0.3-0ubuntu1~18.04.1 ADT test failure with B/5.4 kernels (device_add_remove_test)

2021-07-31 Thread Krzysztof Kozlowski
Found on bionic/azure-5.4 5.4.0-1056.58~18.04.1 (and previous cycle
5.4.0-1054.56~18.04.1)

** Tags added: azure sru-20210719

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1886790

Title:
  lxc 3.0.3-0ubuntu1~18.04.1 ADT test failure with B/5.4 kernels
  (device_add_remove_test)

Status in ubuntu-kernel-tests:
  New
Status in lxc package in Ubuntu:
  Fix Released
Status in lxc source package in Bionic:
  Confirmed

Bug description:
  Testing failed on:
  amd64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/amd64/l/lxc/20200706_183234_ca65f@/log.gz
  arm64: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/arm64/l/lxc/20200706_172136_71b68@/log.gz
  ppc64el: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/ppc64el/l/lxc/20200706_191938_cedac@/log.gz
  s390x: 
https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_77e2ada1e7a84929a74ba3b87153c0ac/autopkgtest-bionic/bionic/s390x/l/lxc/20200706_163359_98d4d@/log.gz

  The failing test seems to be:

  FAIL: lxc-tests: lxc-test-device-add-remove (0s)
  ---
  Adding /dev/network_latency to the container (device_add_remove_test) 
failed...
  ---

  This is a regression from the 4.15/5.3 to 5.4 kernels in Bionic. Note
  that this testcase is successful on Focal with the same kernel
  version.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1927161] Autopkgtest regression report (openssl/1.1.1j-1ubuntu3.2)

2021-07-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssl (1.1.1j-1ubuntu3.2) for hirsute 
have finished running.
The following regressions have been reported in tests triggered by the package:

ruby-eventmachine/1.3~pre20201020-b50c135-2 (amd64)
scapy/2.4.4-4ubuntu1 (armhf, amd64, arm64, ppc64el)
python-a38/0.1.3-1 (armhf, amd64, s390x, arm64, ppc64el)
xmltooling/3.2.0-2 (amd64, arm64, s390x, ppc64el, armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/hirsute/update_excuses.html#openssl

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1927161

Title:
  dpkg-source: error: diff 'openssl/debian/patches/pr12272.patch'
  patches files multiple times; split the diff in multiple files or
  merge the hunks into a single one

Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Groovy:
  Fix Released
Status in openssl source package in Hirsute:
  Fix Committed
Status in openssl source package in Impish:
  Fix Released

Bug description:
  [impact]

  openssl doesn't build source properly because of a badly-constructed
  patch

  [test case]

  $ pull-lp-source openssl groovy
  ...
  $ cd openssl-1.1.1f/
  $ quilt pop -a
  ...
  $ dpkg-buildpackage -d -S
  dpkg-buildpackage: info: source package openssl
  dpkg-buildpackage: info: source version 1.1.1f-1ubuntu4.3
  dpkg-buildpackage: info: source distribution groovy-security
  dpkg-buildpackage: info: source changed by Marc Deslauriers 

   dpkg-source --before-build .
  dpkg-source: warning: can't parse dependency perl:native
  dpkg-source: error: diff 'openssl-1.1.1f/debian/patches/pr12272.patch' 
patches files multiple times; split the diff in multiple files or merge the 
hunks into a single one
  dpkg-buildpackage: error: dpkg-source --before-build . subprocess returned 
exit status 25

  Test builds are available in the following ppa:

  https://launchpad.net/~mruffell/+archive/ubuntu/lp1927161-test

  [regression potential]

  any regression would likely cause a failed build or would affect the
  functionality that patch pr12272 was added for, which is adding
  support for Intel CET

  [scope]

  this is needed only for g and later

  this is caused by the bad patch 'pr12272.patch' which is only included
  in g/h/i, so this does not apply to f or earlier

  [other info]

  note that if the patches are applied, this bug is bypassed; i.e. if
  'quilt pop -a' is removed from the test case above, the bug doesn't
  reproduce. this is only a problem when the patches aren't already
  applied and dpkg-buildpackage needs to call dpkg-source to apply the
  patches.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1931994] Autopkgtest regression report (openssl/1.1.1j-1ubuntu3.2)

2021-07-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssl (1.1.1j-1ubuntu3.2) for hirsute 
have finished running.
The following regressions have been reported in tests triggered by the package:

ruby-eventmachine/1.3~pre20201020-b50c135-2 (amd64)
scapy/2.4.4-4ubuntu1 (armhf, amd64, arm64, ppc64el)
python-a38/0.1.3-1 (armhf, amd64, s390x, arm64, ppc64el)
xmltooling/3.2.0-2 (amd64, arm64, s390x, ppc64el, armhf)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/hirsute/update_excuses.html#openssl

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1931994

Title:
  [Ubuntu 20.04] OpenSSL bugs in the s390x AES code

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Bionic:
  Fix Committed
Status in openssl source package in Focal:
  Fix Committed
Status in openssl source package in Hirsute:
  Fix Committed
Status in openssl source package in Impish:
  Fix Released

Bug description:
  Problem description:

  When passing a NULL key to reset AES EVC state, the state wouldn't be 
completely reset on s390x.
  https://github.com/openssl/openssl/pull/14900

  Solution available here:
  
https://github.com/openssl/openssl/commit/dc67210d909b5dd7a50f60a96f36f3f5a891b1c8

  Should be applied to all distros where openssl 1.1.1 is included for 
consistency reason.
  -> 21.10, 20.04, 18.04.
  I think not needed for 16.04 anymore

  [Test plan]

  $ sudo apt install libssl-dev
  $ gcc test.c -o evc-test -lcrypto -lssl # See 
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1931994/comments/2 for 
the test.c program
  $ ./evc-test && echo OK

  [Where problems could occur]

  This patch only touches s390x code paths, so there shouldn't be any 
regression on other architectures. However, on s390x this could reveal
  latent bugs by spreading a NULL key to new code paths.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1931994/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1815318] Re: mate 18.04.1 xserver won't open caja on local machine

2021-07-31 Thread Norbert
** Tags removed: groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssh in Ubuntu.
https://bugs.launchpad.net/bugs/1815318

Title:
  mate 18.04.1 xserver won't open caja on local machine

Status in MATE Desktop:
  New
Status in Ubuntu MATE:
  Invalid
Status in caja package in Ubuntu:
  Confirmed
Status in openssh package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:
  1. Have installed Ubuntu MATE 18.04 LTS (you know its hostname and IP - i.e. 
192.168.1.162)
  2. Install SSH server on Ubuntu MATE 18.04 LTS
  3. Open terminal on other remote system (client) and execute command to run 
Caja over X forwarding:

 ssh -X user@192.168.1.162 caja

  Expected results:
  * Caja is shown on remote (client) screen with window title *folder (on 
hostname)*

  Actual results:
  * Caja is not shown on remote (client) screen, but launches on server locally.

  Note: this works normally if server runs Ubuntu MATE 16.04 LTS, but
  fails with 18.04 LTS.

  ---
  Original description below:

  I can open a remote terminal using ssh -X 192.168.1.162. All other
  gui's that I've tested opened locally except the file manager Caja.
  When issuing caja in the remote terminal, I get nothing locally. Caja
  does open on the remote machine however, just not locally. The ssh -X
  18.04.1 client still works connecting to a mate 16.04 server. I've
  tested this on numerous mate 18.04 clients, two 16.04 servers and two
  18.04 servers, all mate. Something is wonky with caja on an 18.04.1
  server.

  Please let me know if I can provide any more information. The only
  file manager I've tested that works is an X file manager, xfimage.
  X2go works and connects to servers, SSH Connect to Server works, why
  isn't the remote X terminal working using caja?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mate-desktop/+bug/1815318/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1787368] Re: Caja does not show previews of text files on Bionic and newer versions

2021-07-31 Thread Norbert
** Tags removed: groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1787368

Title:
  Caja does not show previews of text files on Bionic and newer versions

Status in MATE Desktop:
  New
Status in caja package in Ubuntu:
  Confirmed
Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 18.04 LTS (or upgrade from 16.04 LTS)
  2. Create text file somewhere (in home folder for example) with `echo text > 
~/file.txt`.
  3. Open Caja in home folder

  Expected results:
  * Caja shows preview (the contents) of `file.txt` in Icon view.

  Actual results:
  * Caja does not show preview of `file.txt`.

  
  Notes:
  1. all settings in Preview tab are set to *Local Only*
  2. this happens on clean user profile and/or after `dconf reset -f /` and 
`gsettings reset-recursively  org.mate.caja`
  3. Problem first seen on AskUbuntu ( https://askubuntu.com/q/1065825/66509 ).

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: caja 1.20.2-4ubuntu1
  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
  CurrentDesktop: MATE
  Date: Thu Aug 16 12:36:57 2018
  InstallationDate: Installed on 2018-04-26 (111 days ago)
  InstallationMedia: Ubuntu-MATE 18.04 LTS "Bionic Beaver" - Release amd64 
(20180426)
  SourcePackage: caja
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mate-desktop/+bug/1787368/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1931994] Autopkgtest regression report (openssl/1.1.1f-1ubuntu2.5)

2021-07-31 Thread Ubuntu SRU Bot
All autopkgtests for the newly accepted openssl (1.1.1f-1ubuntu2.5) for focal 
have finished running.
The following regressions have been reported in tests triggered by the package:

xmltooling/3.0.5-1build1 (armhf, ppc64el, amd64, s390x, arm64)
python-a38/0.1.2-2 (s390x, armhf, arm64, amd64, ppc64el)
uftp/4.10.1-1 (arm64)
python3.9/3.9.5-3~20.04.1 (armhf, amd64)
casync/2+20190213-1 (s390x)


Please visit the excuses page listed below and investigate the failures, 
proceeding afterwards as per the StableReleaseUpdates policy regarding 
autopkgtest regressions [1].

https://people.canonical.com/~ubuntu-archive/proposed-
migration/focal/update_excuses.html#openssl

[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions

Thank you!

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1931994

Title:
  [Ubuntu 20.04] OpenSSL bugs in the s390x AES code

Status in Ubuntu on IBM z Systems:
  Fix Committed
Status in openssl package in Ubuntu:
  Fix Released
Status in openssl source package in Bionic:
  Fix Committed
Status in openssl source package in Focal:
  Fix Committed
Status in openssl source package in Hirsute:
  Fix Committed
Status in openssl source package in Impish:
  Fix Released

Bug description:
  Problem description:

  When passing a NULL key to reset AES EVC state, the state wouldn't be 
completely reset on s390x.
  https://github.com/openssl/openssl/pull/14900

  Solution available here:
  
https://github.com/openssl/openssl/commit/dc67210d909b5dd7a50f60a96f36f3f5a891b1c8

  Should be applied to all distros where openssl 1.1.1 is included for 
consistency reason.
  -> 21.10, 20.04, 18.04.
  I think not needed for 16.04 anymore

  [Test plan]

  $ sudo apt install libssl-dev
  $ gcc test.c -o evc-test -lcrypto -lssl # See 
https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1931994/comments/2 for 
the test.c program
  $ ./evc-test && echo OK

  [Where problems could occur]

  This patch only touches s390x code paths, so there shouldn't be any 
regression on other architectures. However, on s390x this could reveal
  latent bugs by spreading a NULL key to new code paths.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-z-systems/+bug/1931994/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1660121] Re: LightDM can't use the user background on Mate

2021-07-31 Thread Norbert
** Tags removed: groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1660121

Title:
  LightDM can't use the user background on Mate

Status in Ubuntu MATE:
  New
Status in lightdm package in Ubuntu:
  Confirmed

Bug description:
  Using Ubuntu Mate 16.10 (the issue appears too on 16.04 and 17.04
  alpha 2).

  On Mate, the LightDM Gtk Greeter can't use the user background. It
  works fine on other DEs like Xfce.

  From what I understand, LightDM and/or the Gkt greeter (not sure which
  one handles the background) gets the background path from Gsettings,
  so I assume it can't find the one from Mate, which stores it in
  "org.mate.background picture-filename".

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1921655] Re: lightdm-guest-session ICEauthority error

2021-07-31 Thread Norbert
** Tags removed: focal groovy hirsute verification-done-focal
verification-done-groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1921655

Title:
  lightdm-guest-session ICEauthority error

Status in Ubuntu MATE:
  New
Status in lightdm package in Ubuntu:
  Fix Released
Status in lightdm source package in Focal:
  Fix Released
Status in lightdm source package in Groovy:
  Fix Released
Status in lightdm source package in Hirsute:
  Fix Released

Bug description:
  [Impact]

  If you enable the guest session feature on e.g. Ubuntu MATE, you are
  met by an error message when trying to enter a guest session:

  "Could not update file ICEauthority file /run/user/XXX/ICEauthority"

  Even if it's not always a fatal error (the login may succeed after a
  few minutes), the user experience is really bad, and you are inclined
  to conclude that you are completely blocked from using the feature.

  The proposed fix adds a rule to the lightdm-guest-session AppArmor
  profile and prevents the error from happening.

  [Test Plan]

  On an updated Ubuntu MATE installation:

  * Enable guest session

sudo sh -c 'printf "[Seat:*]\nallow-guest=true\n"
  >/etc/lightdm/lightdm.conf.d/50-enable-guest.conf'

  * Install lightdm from {focal,groovy}-proposed

  * Reboot

  You should now be able to enter a guest session without being stopped
  by the ICEauthority error.

  [Where problems could occur]

  This one-liner is a harmless change.

  The guest session is run in an unconfined mode since Ubuntu 16.10.
  That's why the feature is disabled by default.

  So if the additional rule would be wrong somehow (which I have no
  reason to believe), it wouldn't break the AppArmor security layer for
  the simple reason that it's already broken to begin with.

  [Original description]

  Hello I ran into trouble to start the lightdm-guest-session in linux
  mint (cinnamon).

  ## How to reproduce:
   - boot linux mint (20.02) or ubuntu mate (20.04) I haven't tested other 
distros but I think others are also affected.
   - enable guest user session
   - try to login as guest user
  ## Error logs:
  ### Error Message:
  ` Could not update file ICEauthority file /run/user/XXX/ICEauthority`
  ### aa-notify:
  ```
  Profile: /usr/lib/lightdm/lightdm-guest-session
  Operation: open
  Name: /proc/8125/uid_map
  Denied: w
  Logfile: /var/log/kern.log

  Profile: /usr/lib/lightdm/lightdm-guest-session
  Operation: open
  Name: /proc/8125/setgroups
  Denied: w
  Logfile: /var/log/kern.log

  Profile: /usr/lib/lightdm/lightdm-guest-session
  Operation: open
  Name: /proc/8125/gid_map
  Denied: w
  Logfile: /var/log/kern.log

  Profile: /usr/lib/lightdm/lightdm-guest-session
  Operation: open
  Name: /proc/8624/fd/
  Denied: r
  Logfile: /var/log/kern.log
  ```
  ### dmesg:
  ```
  [  218.831289] audit: type=1400 audit(1616864450.287:76): apparmor="DENIED" 
operation="sendmsg" profile="/usr/lib/lightdm/lightdm-guest-session" 
name="/run/systemd/journal/dev-log" pid=3916 comm="cinnamon-sessio" 
requested_mask="w" denied_mask="w" fsuid=999 ouid=0
  [ 1157.263045] audit: type=1400 audit(1616865388.720:1084): apparmor="DENIED" 
operation="open" profile="/usr/lib/lightdm/lightdm-guest-session" 
name="/proc/9899/fd/" pid=9899 comm="gpg-agent" requested_mask="r" 
denied_mask="r" fsuid=999  #ouid=0
  [ 1157.899223] audit: type=1400 audit(1616865389.356:1085): apparmor="DENIED" 
operation="open" profile="/usr/lib/lightdm/lightdm-guest-session" 
name="/proc/1/cgroup" pid=9840 comm="cinnamon-sessio" requested_mask="r" 
denied_mask="r" fsuid=999 ouid=0
  [ 1157.899445] audit: type=1400 audit(1616865389.360:1086): apparmor="DENIED" 
operation="sendmsg" profile="/usr/lib/lightdm/lightdm-guest-session" 
name="/run/systemd/journal/dev-log" pid=9840 comm="cinnamon-sessio" 
requested_mask="w" denied_mask="w" fsuid=999 ouid=0
  [ 1157.903410] audit: type=1400 audit(1616865389.364:1087): apparmor="DENIED" 
operation="link" profile="/usr/lib/lightdm/lightdm-guest-session" 
name="/run/user/999/ICEauthority-l" pid=9840 comm="cinnamon-sessio" 
requested_mask="l" denied_mask="l" fsuid=999 ouid=999 
target="/run/user/999/ICEauthority-c"
  ```
  ## Solutions:
  ### bad but common work around
  Solutions I found in different forums were to move lightdm-guest-session into 
complain mode like this:
  `aa-complain /usr/lib/lightdm/lightdm-guest-session`
  ### maybe better sollution:
  My fix would be to add this to `/etc/apparmor.d/lightdm-guest-session`:
  ```
  ...
  /usr/lib/lightdm/lightdm-guest-session {
  ...
    owner /run/user/[0-9]*/ICEauthority-? l,`
  ...
  }
  ```
  I honestly have no clue about apparmor and I'm unsure where to post this but 
I hope this maybe helps some other people in the future.

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


-- 
Mailing list: htt

[Touch-packages] [Bug 1918021] Re: Got Setting up libpaper1:amd64 (1.1.28) ... ucf: do not have write privilege to the state data while building simple Docker container

2021-07-31 Thread Norbert
** Tags removed: groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ucf in Ubuntu.
https://bugs.launchpad.net/bugs/1918021

Title:
  Got Setting up libpaper1:amd64 (1.1.28) ... ucf: do not have write
  privilege to the state data while building simple Docker container

Status in docker.io package in Ubuntu:
  Confirmed
Status in libpaper package in Ubuntu:
  Invalid
Status in ucf package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:
  1. Have simple Dockerfile as shown below:

  ```
  mkdir ~/ubuntu-mate-hirsute
  cat < ~/ubuntu-mate-hirsute/Dockerfile
  FROM ubuntu:hirsute
  ENV SHELL=/bin/bash

  RUN apt-get update && \
  env DEBIAN_FRONTEND=noninteractive apt-get install -y ubuntu-mate-desktop

  CMD ["mate-session"]

  EOF
  ```

  2. Build this Dockerfile by the command shown below

   docker build ~/ubuntu-mate-hirsute/ -t ubuntu-mate:hirsute

  Expected result:
  * Docker container is built and tagged as it was requested - 
ubuntu-mate:hirsute .

  Actual results:
  * Docker container is not built, have the following errors instead:

  ...
  Setting up libpaper1:amd64 (1.1.28) ...
  ucf: do not have write privilege to the state data
  dpkg: error processing package libpaper1:amd64 (--configure):
   installed libpaper1:amd64 package post-installation script subprocess 
returned error exit status 1
  ...
  dpkg: dependency problems prevent configuration of libgs9:amd64:
   libgs9:amd64 depends on libpaper1; however:
Package libpaper1:amd64 is not configured yet.

  dpkg: error processing package libgs9:amd64 (--configure):
   dependency problems - leaving unconfigured
  ...
  Setting up fonts-tlwg-umpush (1:0.7.2-1build1) ...
  dpkg: dependency problems prevent configuration of libpaper-utils:
   libpaper-utils depends on libpaper1; however:
Package libpaper1:amd64 is not configured yet.

  dpkg: error processing package libpaper-utils (--configure):
   dependency problems - leaving unconfigured
  Setting up samba-common (2:4.13.3+dfsg-1ubuntu2) ...
  ucf: do not have write privilege to the state data
  dpkg: error processing package samba-common (--configure):
   installed samba-common package post-installation script subprocess returned 
error exit status 1
  ...
  dpkg: dependency problems prevent configuration of ghostscript:
   ghostscript depends on libgs9 (= 9.53.3~dfsg-7); however:
Package libgs9:amd64 is not configured yet.

  dpkg: error processing package ghostscript (--configure):
   dependency problems - leaving unconfigured
  ...
  Setting up fonts-tlwg-mono (1:0.7.2-1build1) ...
  dpkg: dependency problems prevent configuration of libatrildocument3:
   libatrildocument3 depends on libspectre1 (>= 0.2.3); however:
Package libspectre1:amd64 is not configured yet.

  dpkg: error processing package libatrildocument3 (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of cups-daemon:
   cups-daemon depends on libpaper1; however:
Package libpaper1:amd64 is not configured yet.

  dpkg: error processing package cups-daemon (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of atril:
   atril depends on libatrildocument3 (= 1.24.0-1); however:
Package libatrildocument3 is not configured yet.

  dpkg: error processing package atril (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of libatrilview3:
   libatrilview3 depends on libatrildocument3 (= 1.24.0-1); however:
Package libatrildocument3 is not configured yet.

  dpkg: error processing package libatrilview3 (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of smbclient:
   smbclient depends on samba-common (= 2:4.13.3+dfsg-1ubuntu2); however:
Package samba-common is not configured yet.

  dpkg: error processing package smbclient (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of samba-common-bin:
   samba-common-bin depends on samba-common (= 2:4.13.3+dfsg-1ubuntu2); however:
Package samba-common is not configured yet.

  dpkg: error processing package samba-common-bin (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of printer-driver-ptouch:
   printer-driver-ptouch depends on ghostscript; however:
Package ghostscript is not configured yet.

  dpkg: error processing package printer-driver-ptouch (--configure):
   dependency problems - leaving unconfigured
  ...
  dpkg: dependency problems prevent configuration of cups-filters:
   cups-filters depends on ghostscript; however:
Package ghostscript is not configured yet.

  dpkg: error processing package cups-filters (--configure):
   dependency problems - lea

[Touch-packages] [Bug 1903916] Re: Default keys cannot be restored from keyserver

2021-07-31 Thread Norbert
** Changed in: software-properties (Ubuntu)
   Status: New => Incomplete

** Tags removed: groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1903916

Title:
  Default keys cannot be restored from keyserver

Status in software-properties package in Ubuntu:
  Incomplete

Bug description:
  Hi all,

  the default keys for trustworthy software sources are gone (or at
  least won't display) in software-properties-gtk in Groovy Gorilla
  MATE.

  I tried to recreate them by using the button in bottom right corner.
  After entering system password no change seems to be done.

  However, keyserver de.archive.ubuntu.com seems to work for updates.

  Can this be fixed easily?

  Kind regards

  Stefan

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: software-properties-gtk 0.99.3
  ProcVersionSignature: Ubuntu 5.8.0-28.30-generic 5.8.14
  Uname: Linux 5.8.0-28-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Wed Nov 11 22:06:38 2020
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationDate: Installed on 2018-09-25 (778 days ago)
  InstallationMedia: Ubuntu-MATE 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
  InterpreterPath: /usr/bin/python3.8
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.8, Python 3.8.6, python3-minimal, 
3.8.6-0ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.18, python-is-python2, 2.7.17-4
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to groovy on 2020-11-01 (10 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1828725] Re: indicator-datetime does not have color squares for different calendars and dates from contacts (birthdays & anniversaries)

2021-07-31 Thread Norbert
** Tags removed: groovy
** Tags added: impish

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to indicator-datetime in
Ubuntu.
https://bugs.launchpad.net/bugs/1828725

Title:
  indicator-datetime does not have color squares for different calendars
  and dates from contacts (birthdays & anniversaries)

Status in Ubuntu MATE:
  New
Status in ayatana-indicator-datetime package in Ubuntu:
  New
Status in indicator-datetime package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Install Ubuntu with `indicator-datetime` and `evolution`
  2. Add event to *Personal* calendar (default color)
  3. Add new calendar and name it for example *Work* (red color)
  4. Create contact with two dates - birthday and anniversary (it is pink color)

  Expected results:
  * `indicator-datetime` show four coloured events as it was in Ubuntu 12.04 
LTS (see screenshot - ubuntu-12-04.png)

  Actual results:
  * `indicator-datetime` show for event without color squares in the left of 
them (see screenshot - ubuntu-19-10.png)

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: indicator-datetime 15.10+19.10.20190507-0ubuntu1
  ProcVersionSignature: Ubuntu 5.0.0-14.15-generic 5.0.6
  Uname: Linux 5.0.0-14-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun May 12 14:54:43 2019
  InstallationDate: Installed on 2019-04-28 (13 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan EANIMAL" - Alpha amd64 (20190426)
  SourcePackage: indicator-datetime
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1721955] Re: Human, Human-Clearlooks and other themes have incorrect gray window title color

2021-07-31 Thread Norbert
** Tags removed: groovy
** Tags added: impish

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1721955

Title:
  Human, Human-Clearlooks and other themes have incorrect gray window
  title color

Status in community-themes package in Ubuntu:
  New
Status in compiz package in Ubuntu:
  Confirmed
Status in gtk+2.0 package in Ubuntu:
  New
Status in gtk+3.0 package in Ubuntu:
  New
Status in human-theme package in Ubuntu:
  Confirmed
Status in marco package in Ubuntu:
  Invalid
Status in mate-themes package in Ubuntu:
  Invalid

Bug description:
  Steps to reproduce:
  1. Install Ubuntu 17.10 MATE or 18.04 LTS MATE
  2. Install Human theme from `human-theme` package
  3. Select Human theme from `mate-control-center` Appearance

  Expected results:
  window title color is set to Ubuntu's orange (#FFBE6B)

  Actual results:
  window title color is set to different gray/silver color (#a5a5a2)

  Note:
  other themes are affected too.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: human-theme 0.39.2
  ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3
  Uname: Linux 4.13.0-12-generic i686
  ApportVersion: 2.20.7-0ubuntu2
  Architecture: i386
  CurrentDesktop: MATE
  Date: Sat Oct  7 15:43:03 2017
  InstallationDate: Installed on 2017-10-07 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha i386 
(20170925.1)
  PackageArchitecture: all
  SourcePackage: human-theme
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1913698] Re: Enabled LDAP, cannot login if user not in /etc/passwd

2021-07-31 Thread Norbert
** Tags removed: groovy

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1913698

Title:
  Enabled LDAP, cannot login if user not in /etc/passwd

Status in lightdm package in Ubuntu:
  New

Bug description:
  I installed nslcd, libnss-ldapd, migration-tools, slapd, ldapscripts.
  Using the migration-scripts I copied the users to LDAP. getent shadow
  (as root) shows encrypted passwords and everything works as it should.
  Lightdm however, doesn't. I'm unable to logon using Xephyr (XDMCP) or
  locally.

  As a workaround I can copy the line for the user back into /etc/passwd
  and then login works. I don't need a line in /etc/shadow, this info
  comes from LDAP.

  Is lightdm using some funky stuff to deduce if a user is viable for
  login that isn't transferred to LDAP?

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: lightdm 1.30.0-0ubuntu3.1
  ProcVersionSignature: Ubuntu 5.8.0-40.45-generic 5.8.18
  Uname: Linux 5.8.0-40-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: MATE
  Date: Fri Jan 29 10:52:44 2021
  InstallationDate: Installed on 2010-11-05 (3737 days ago)
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  RebootRequiredPkgs:
   linux-image-5.8.0-41-generic
   linux-base
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to groovy on 2021-01-09 (19 days ago)
  mtime.conffile..etc.pam.d.lightdm: 2021-01-27T18:42:58.039516
  mtime.conffile..etc.pam.d.lightdm-greeter: 2021-01-27T18:37:32.863856

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1636395] Re: dnsmasq not working with OpenVPN

2021-07-31 Thread P.Constantine
Thanks to @nstommel got it working with a custom dnsmasq

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1636395

Title:
  dnsmasq not working with OpenVPN

Status in dnsmasq package in Ubuntu:
  Confirmed
Status in openvpn-systemd-resolved package in Ubuntu:
  Confirmed

Bug description:
  I'm using OpenVPN configured with Network Manager. My VPN have a DNS
  server configured by OpenVPN and config pushed by it while connecting.
  This server is not registered by dnsmasq so domain names are not
  resolved but pinging by IP address works. When I test name resolving
  by pointing to DNS server (172.16.1.1) from VPN provider it's works.
  For example:

  $ host google.com 172.16.1.1
  Using domain server:
  Name: 172.16.1.1
  Address: 172.16.1.1#53
  Aliases: 

  google.com has address 172.217.0.174
  google.com has IPv6 address 2607:f8b0:400b:807::200e
  google.com mail is handled by 30 alt2.aspmx.l.google.com.
  google.com mail is handled by 20 alt1.aspmx.l.google.com.
  google.com mail is handled by 40 alt3.aspmx.l.google.com.
  google.com mail is handled by 10 aspmx.l.google.com.
  google.com mail is handled by 50 alt4.aspmx.l.google.com.

  But if I test without pointing DNS server is not working:

  $ host google.com
  ;; connection timed out; no servers could be reached

  My /etc/resolv.conf:
  # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  nameserver 127.0.1.1

  To repair this bug I have to kill dnsmasq and it's automatically
  reloaded.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1275042] Re: Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

2021-07-31 Thread Norbert
** Tags removed: saucy trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1275042

Title:
  Wrong colors with Mesa 11.1.2-1 on ubuntu MATE 16.04 PowerPC

Status in mesa package in Ubuntu:
  Triaged

Bug description:
  Upstream report:
  https://gitlab.freedesktop.org/mesa/mesa/issues/477

  I've tried Mesa 9.2.2-1 and 10.0.1 on Debian Sid, Lubuntu 13.10, and
  on Lubuntu 14.04. Unfortunately all have issued false colors in games.
  They appear to be ABGR instead of RGBA, thus blue becomes green, red
  becomes alpha etc.

  This issue affects sdl2 applications either.

  The Mesa version 11.1.2-1 doesn't work either on ubuntu MATE 16.04
  PowerPC.

  Mesa 8.0.5-4 and Mesa 9.1.6 have no color problem.

  The transitional solution is to install the old Mesa 8.0.X with "Force
  Version" with the Synaptic package manager on new distributions.

  In my point of view, the problem is in the source file p_format.h in
  the directory src/gallium/include/pipe/. There is some code for
  translating colors for big-endian machines. The problem is, this code
  is only for the CPU. I mean for LLVMpipe for the CPU. The Radeon
  graphics cards don't need this translating code but IBM pSeries
  machines without graphics cards need this code. This code translates
  the colors in a wrong way for Radeon graphics cards. I removed this
  code and after compiling Mesa again, the colors are displayed
  correctly. I released some unofficial Mesa versions with this patch.

  Downloads: http://www.supertuxkart-amiga.de/amiga/mesalib-
  unofficial.html

  Hardware:

  AmigaOne X1000 (Nemo)
  PA Semi Dual-core PA6T-1682M, 1.8GHz PowerISA™ v2.04+ CPU
  "Xena" 500MHz XMOS XS1-L2 124
  8GB DDR2 SDRAM
  XFX Radeon HD 6870, 1 GB RAM
  OCZ600MXSP 600 Switching power supply
  RTL 8139/8139C/8139C+ network card
  TSSTcorp CDDVDW SH-224BB dvd drive
  ATA ST2000DM001-9YN1 SEAGATE HD
  ATA ESA 3SF1240GB HD

  More information:

  http://en.wikipedia.org/wiki/AmigaOne_X1000
  http://www.supertuxkart-amiga.de/amiga/x1000.html

  Rgds,
  Christian
  ---
  ApportVersion: 2.20-0ubuntu3
  Architecture: powerpc
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: MATE
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroRelease: Ubuntu 16.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] [1002:6738] 
(prog-if 00 [VGA controller])
     Subsystem: XFX Pine Group Inc. Barts XT [Radeon HD 6870] [1682:3107]
  Package: libgl1-mesa-dri 11.1.2-1ubuntu1
  PackageArchitecture: powerpc
  ProcKernelCmdLine: root=/dev/sdb1 quiet ro splash
  ProcModules: kvm_pr 91899 0 - Live 0x
  Tags:  xenial ubuntu
  Uname: Linux 4.5.0-rc6_A-EON_AmigaONE_X1000_Nemo ppc64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm audio cdrom dip lpadmin plugdev sambashare sudo video
  _MarkForUpload: True
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.67-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.1.2-1ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.1.2-1ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.3-2ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.6.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1069964] Re: Two processes attempt to mount blank optical discs

2021-07-31 Thread Norbert
** Tags removed: trusty utopic wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1069964

Title:
  Two processes attempt to mount blank optical discs

Status in OEM Priority Project:
  Won't Fix
Status in glib2.0 package in Ubuntu:
  Incomplete
Status in unity-settings-daemon package in Ubuntu:
  Incomplete

Bug description:
  This behavior can be reproduced using either a live USB or an
  installed version of the effected flavors. Simply insert a blank
  optical disc in the drive.

  The behavior differs slightly in Ubuntu GNOME as the notification to
  either Open with CD/DVD Creator or Eject is displayed twice - that is
  after simply clicking on the X to close that notification it closes
  but a new duplicate notification appaers immediately. The GNOME
  Classic session is not effected at all.

  In all other effected flavors and/or desktop environments a
  notification appears stating "Unable to mount Blank disc. Location is
  already mounted". Effected flavors and DE's include Ubuntu w/Unity,
  gnome-session-flashback, and Ubuntu MATE.

  Versions effected include Trusty, Utopic, and Vivid. I assume that two
  separate processes are actually attempting to mount the blank optical
  media, rather than just the file manager attemting to do so, because
  both Nautilus and Caja are effected (based on some of the comments
  below possibly also Nemo).

  While purely cosmetic in nature I'd certainly be willing to try and
  troubleshoot this if someone more tech savvy would provide some
  debugging instructions.

  Original content begins below:

  This error message comes up, while still able to burn, read/write etc. It 
occurs in quantal when inserting a CD/DVD into the drive, but it did not happen 
in precice.
  Screenshot:
  http://i47.tinypic.com/4v0aj6.png

  Burner: LG HL-DT-ST DVDRAM GH24NS90

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: gnome-settings-daemon 3.4.2-0ubuntu14
  ProcVersionSignature: Ubuntu 3.5.0-17.28-generic 3.5.5
  Uname: Linux 3.5.0-17-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.6.1-0ubuntu3
  Architecture: amd64
  Date: Mon Oct 22 19:50:35 2012
  ExecutablePath: /usr/lib/gnome-settings-daemon/gnome-fallback-mount-helper
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: gnome-settings-daemon
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1069964/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1808676] Re: Ubuntu needs console alternative for software-properties-gtk / software-properties-kde

2021-07-31 Thread Norbert
** Tags removed: cosmic disco eoan trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1808676

Title:
  Ubuntu needs console alternative for software-properties-gtk /
  software-properties-kde

Status in software-properties package in Ubuntu:
  New

Bug description:
  Currently Ubuntu provides only GUI versions of software-properties.

  
  Console version for software-properties-gtk / software-properties-kde is 
needed.

  ---

  You can follow the discussion on https://community.ubuntu.com/t/does-
  ubuntu-need-console-alternative-for-software-properties-gtk-software-
  properties-kde/8763 .

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: software-properties-common 0.96.20.7
  ProcVersionSignature: Ubuntu 4.15.0-33.36~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Dec 16 13:15:11 2018
  InstallationDate: Installed on 2018-08-07 (130 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1808674] Re: software-properties-gtk should have --disable-component to disable specified component of the distro's repositories

2021-07-31 Thread Norbert
** Tags removed: cosmic distro trusty
** Tags added: focal hirsute impish

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1808674

Title:
  software-properties-gtk should have --disable-component to disable
  specified component of the distro's repositories

Status in software-properties package in Ubuntu:
  New

Bug description:
  software-properties-gtk already has

-e ENABLE_COMPONENT, --enable-component=ENABLE_COMPONENT
  Enable the specified component of the distro's
  repositories

  but do not have option to disable specified component of the distro's
  repositories.

  Consider to add such functionality.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: software-properties-gtk 0.96.20.7
  ProcVersionSignature: Ubuntu 4.15.0-33.36~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-33-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Dec 16 13:09:39 2018
  InstallationDate: Installed on 2018-08-07 (130 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1367098] Re: Pulseaudio doesn't start at boot

2021-07-31 Thread Norbert
** Tags removed: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1367098

Title:
  Pulseaudio doesn't start at boot

Status in pulseaudio package in Ubuntu:
  Incomplete

Bug description:
  It's been happening for a week now. When I log in, I hear no sound, and when 
I check the sound setup and it shows no sound card.
  I tried to kill pulseaudio and then restart it, but sometimes it can't even 
be killed. The most embarrasing thing about this is that the system cannot be 
shut down properly.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: pulseaudio 1:4.0-0ubuntu11
  ProcVersionSignature: Ubuntu 3.13.0-35.62-generic 3.13.11.6
  Uname: Linux 3.13.0-35-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.3
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  mate   1947 F pulseaudio
   /dev/snd/controlC0:  mate   1947 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Sep  9 06:43:45 2014
  InstallationDate: Installed on 2014-04-20 (141 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/24/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: 6.20
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: Pumori
  dmi.board.vendor: AMD
  dmi.board.version: Base Board Version
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: OEM Chassis Manufacturer
  dmi.chassis.version: OEM Chassis Version
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvr6.20:bd10/24/2012:svnTOSHIBA:pnSATELLITEC855D-15V:pvrPSKD6E-005004HU:rvnAMD:rnPumori:rvrBaseBoardVersion:cvnOEMChassisManufacturer:ct10:cvrOEMChassisVersion:
  dmi.product.name: SATELLITE C855D-15V
  dmi.product.version: PSKD6E-005004HU
  dmi.sys.vendor: TOSHIBA
  modified.conffile..etc.xdg.autostart.pulseaudio.desktop: [modified]
  mtime.conffile..etc.xdg.autostart.pulseaudio.desktop: 
2014-06-08T06:32:23.092640

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1439074] Re: GDB (multiarch) crashed while debugging optimized ARM code

2021-07-31 Thread Norbert
** Tags removed: trusty

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdb in Ubuntu.
https://bugs.launchpad.net/bugs/1439074

Title:
  GDB (multiarch) crashed while debugging optimized ARM code

Status in gdb package in Ubuntu:
  Incomplete

Bug description:
  I have a code in which some of functions are optimized but some not. So when 
I try to debug unoptimized function called from optimized one then gdb have 
produced an error and wanted to exit:
  /build/buildd/gdb-7.7.1/gdb/inline-frame.c:168: internal-error: 
inline_frame_this_id: Assertion `frame_id_p (*this_id)' failed.
  A problem internal to GDB has been detected,
  further debugging may prove unreliable.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: gdb-multiarch 7.7.1-0ubuntu5~14.04.2
  ProcVersionSignature: Ubuntu 3.16.0-33.44~14.04.1-generic 3.16.7-ckt7
  Uname: Linux 3.16.0-33-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.8
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Wed Apr  1 12:03:46 2015
  InstallationDate: Installed on 2014-07-14 (261 days ago)
  InstallationMedia: Linux Mint 17 "Qiana" - Release amd64 20140530
  SourcePackage: gdb
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1405976] Re: package libjack-jackd2-0:i386 1.9.9.5+20130622git7de15e7a-1ubuntu1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it b

2021-07-31 Thread Norbert
** Tags removed: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to jackd2 in Ubuntu.
https://bugs.launchpad.net/bugs/1405976

Title:
  package libjack-jackd2-0:i386 1.9.9.5+20130622git7de15e7a-1ubuntu1
  failed to install/upgrade: package is in a very bad inconsistent
  state; you should  reinstall it before attempting configuration

Status in jackd2 package in Ubuntu:
  Incomplete

Bug description:
  I was loading the Mate desktop through the terminal while browsing
  with Chromium when eventoccurred.

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libjack-jackd2-0:i386 1.9.9.5+20130622git7de15e7a-1ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-40.69-generic 3.13.11.10
  Uname: Linux 3.13.0-40-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.14.1-0ubuntu3.6
  Architecture: amd64
  Date: Sat Dec 27 11:30:18 2014
  DuplicateSignature: 
package:libjack-jackd2-0:i386:1.9.9.5+20130622git7de15e7a-1ubuntu1:package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2014-08-19 (130 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417)
  PackageArchitecture: i386
  SourcePackage: jackd2
  Title: package libjack-jackd2-0:i386 1.9.9.5+20130622git7de15e7a-1ubuntu1 
failed to install/upgrade: package is in a very bad inconsistent state; you 
should  reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638283] Re: libgl1-mesa-dri 10.1.3-0ubuntu0.6 [modified: usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz] failed to install/upgrade: trying to overwrite shared '/usr/share/doc

2021-07-31 Thread Norbert
** Changed in: mesa (Ubuntu)
   Status: New => Incomplete

** Tags removed: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1638283

Title:
   libgl1-mesa-dri 10.1.3-0ubuntu0.6 [modified:
  usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz] failed to
  install/upgrade: trying to overwrite shared
  '/usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz', which is
  different from other instances of package libgl1-mesa-dri:i386

Status in mesa package in Ubuntu:
  Incomplete

Bug description:
  This resulted from trying to install libgli from 
  http://packages.ubuntu.com/trusty/i386/libgl1-mesa-dri/download
  Presumably, it's the wrong package?
  Following the instructions below: 
  ubuntu-bug mesa
  failed reporting that it wasn't installed.  Well that was because the 
installation was what failed.
  rrogers@rrogers-desktop:~/tmp$ lsb_release -rd
  Description:  Ubuntu 14.04.5 LTS
  Release:  14.04
  rrogers@rrogers-desktop:~/tmp$ apt-cache policy libgl1-mesa-dri*
  N: Unable to locate package libgl1-mesa-dri_10.1.0-4ubuntu5_i386.deb
  N: Couldn't find any package by regex 
'libgl1-mesa-dri_10.1.0-4ubuntu5_i386.deb'

  
  Ray

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgl1-mesa-dri 10.1.3-0ubuntu0.6 [modified: 
usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz]
  ProcVersionSignature: Ubuntu 4.4.0-45.66~14.04.1-generic 4.4.21
  Uname: Linux 4.4.0-45-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Mon Oct 31 17:16:07 2016
  DpkgTerminalLog:
   Preparing to unpack .../libgl1-mesa-dri_10.1.3-0ubuntu0.6_i386.deb ...
   Unpacking libgl1-mesa-dri:i386 (10.1.3-0ubuntu0.6) over (10.1.0-4ubuntu5) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libgl1-mesa-dri_10.1.3-0ubuntu0.6_i386.deb (--unpack):
trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz', which is different from 
other instances of package libgl1-mesa-dri:i386
  DuplicateSignature: package:libgl1-mesa-dri:10.1.3-0ubuntu0.6 [modified: 
usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz]:trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz', which is different from 
other instances of package libgl1-mesa-dri:i386
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz', which is different from 
other instances of package libgl1-mesa-dri:i386
  InstallationDate: Installed on 2016-10-19 (12 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.15
  SourcePackage: mesa
  Title: package libgl1-mesa-dri 10.1.3-0ubuntu0.6 [modified: 
usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz] failed to install/upgrade: 
trying to overwrite shared 
'/usr/share/doc/libgl1-mesa-dri/changelog.Debian.gz', which is different from 
other instances of package libgl1-mesa-dri:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1614870] Re: Problems with font cache after update

2021-07-31 Thread Norbert
** Tags removed: trusty
** Tags added: xenial

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1614870

Title:
  Problems with font cache after update

Status in fontconfig package in Ubuntu:
  Confirmed

Bug description:
  After last update on my 14.04 trusty machine, it takes a long time to
  regenerate the fonts cache. Now after that, most graphical
  applications take about 30 seconds to start with 100% CPU load. It is
  impossible to work with my system in this state.

  I already tried purging and reinstallong all fontconfig-related
  packages and completely deleted and rebuildt my font cache, but the
  problem persists. Before the update everything was fine.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: fontconfig 2.11.0-0ubuntu4.2
  ProcVersionSignature: Ubuntu 3.13.0-93.140-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-93-generic x86_64
  NonfreeKernelModules: fglrx
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Aug 19 10:11:10 2016
  InstallationDate: Installed on 2014-04-16 (856 days ago)
  InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Beta amd64 (20140326)
  SourcePackage: fontconfig
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1581820] Re: lightdm does not work, no background is displayed

2021-07-31 Thread Norbert
** Changed in: lightdm (Ubuntu)
   Status: Confirmed => Incomplete

** Tags removed: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1581820

Title:
  lightdm does not work, no background is displayed

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  None background user is displayed on the login screenand
  it is impossible to remove the system directory /var/lib/lightdm-date/lightdm

   ~$ lightdm --test-mode
  /bin/rm: can not remove '/var/lib/lightdm-date/lightdm": Permission denied

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: lightdm 1.10.6-0ubuntu1
  ProcVersionSignature: Ubuntu 3.13.0-86.130-generic 3.13.11-ckt39
  Uname: Linux 3.13.0-86-generic i686
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: i386
  CurrentDesktop: MATE
  Date: Sat May 14 16:24:21 2016
  InstallationDate: Installed on 2015-08-25 (263 days ago)
  InstallationMedia:
   
  LightdmConfig:
   [SeatDefaults]
   user-session=mate
   greeter-session=lightdm-gtk-greeter
   greeter-setup-script=/usr/bin/numlockx on
   allow-guest=true
  LightdmGreeterLogOld:
   ** Message: Starting lightdm-gtk-greeter 2.0.1 (Jun 17 2015, 00:46:44)
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf.d/01_ubuntu.conf
   ** Message: [Configuration] Reading file: 
/etc/lightdm/lightdm-gtk-greeter.conf
   
   ** (lightdm-gtk-greeter:2201): WARNING **: [PIDs] Failed to execute command: 
upstart
  SourcePackage: lightdm
  UpgradeStatus: Upgraded to trusty on 2016-01-22 (112 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1612181] Re: package libgtk-3-0-dbg 3.10.8-0ubuntu1.6 failed to install/upgrade: trying to overwrite shared '/usr/lib/debug/usr/bin/gtk3-demo-application', which is different fro

2021-07-31 Thread Norbert
** Tags removed: trusty

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1612181

Title:
  package libgtk-3-0-dbg 3.10.8-0ubuntu1.6 failed to install/upgrade:
  trying to overwrite shared '/usr/lib/debug/usr/bin/gtk3-demo-
  application', which is different from other instances of package
  libgtk-3-0-dbg:i386

Status in gtk+3.0 package in Ubuntu:
  Incomplete

Bug description:
  any fix?

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: libgtk-3-0-dbg 3.10.8-0ubuntu1.6
  ProcVersionSignature: Ubuntu 3.16.0-77.99~14.04.1-generic 3.16.7-ckt27
  Uname: Linux 3.16.0-77-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: amd64
  Date: Thu Aug 11 18:36:34 2016
  DuplicateSignature: package:libgtk-3-0-dbg:3.10.8-0ubuntu1.6:trying to 
overwrite shared '/usr/lib/debug/usr/bin/gtk3-demo-application', which is 
different from other instances of package libgtk-3-0-dbg:i386
  ErrorMessage: trying to overwrite shared 
'/usr/lib/debug/usr/bin/gtk3-demo-application', which is different from other 
instances of package libgtk-3-0-dbg:i386
  InstallationDate: Installed on 2016-08-11 (0 days ago)
  InstallationMedia: Ubuntu MATE 14.04.2 "Trusty Tahr" - LTS amd64 (20150323)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.14
  SourcePackage: gtk+3.0
  Title: package libgtk-3-0-dbg 3.10.8-0ubuntu1.6 failed to install/upgrade: 
trying to overwrite shared '/usr/lib/debug/usr/bin/gtk3-demo-application', 
which is different from other instances of package libgtk-3-0-dbg:i386
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1612181/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1580394] Re: [Latitude 3340, Realtek ALC3234] MATE - Headphone Static on Battery Power

2021-07-31 Thread Norbert
** Tags removed: trusty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1580394

Title:
  [Latitude 3340, Realtek ALC3234] MATE - Headphone Static on Battery
  Power

Status in alsa-driver package in Ubuntu:
  New

Bug description:
  I have noticed that when I am on battery power on a Dell Latitude 3340
  laptop with headphones plugged in , and there is no audio playing on
  the computer, there is a consistent static sound that comes through
  the headphones at a constant volume that is not affected by changing
  the volume level. I think it may be picking up some kind of analog
  loopback signal because keyboard presses and disk activity seem to
  influence the noise. When I plug the power cable into the laptop , the
  static immediately goes away.

  I reported this earlier to the upstream Linux Kernel bug tracker, but
  it seems to be fixed in any distro running a 4.4 kernel or greater
  that I have tested , Except for Ubuntu MATE 16.04 LTS 64-bit. This
  make me think it is not a kernel level issue and is found somewhere
  either in the audio settings on Ubuntu MATE or a pulseaudio bug. I
  cannot reproduce it on any other 16.04 distro version, but it also
  affects all the 14.04.4 distros as well.

  Running amixer -c 1 set "Loopback Mixing" "Disabled" does not prevent
  the static.

  The BIOS Firmware version is up to date.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: pulseaudio 1:8.0-0ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu-mate   1718 F pulseaudio
   /dev/snd/controlC0:  ubuntu-mate   1718 F pulseaudio
  CasperVersion: 1.376
  CurrentDesktop: MATE
  Date: Wed May 11 00:43:52 2016
  LiveMediaBuild: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/04/2015
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A10
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA10:bd11/04/2015:svnDellInc.:pnLatitude3340:pvr00:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude 3340
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1572057] Re: rhythmbox not start the files of a mtp device connected

2021-07-31 Thread Norbert
** Tags removed: trusty

** Changed in: gstreamer1.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gstreamer1.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1572057

Title:
  rhythmbox not start the files of a mtp device connected

Status in gstreamer1.0 package in Ubuntu:
  Incomplete

Bug description:
  $ rhythmbox

  (rhythmbox:14782): Gtk-WARNING **: Failed to register client:
  GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
  org.gnome.SessionManager was not provided by any .service files

  (rhythmbox:14782): Gtk-CRITICAL **: gtk_css_provider_load_from_path:
  assertion 'path != NULL' failed

  (rhythmbox:14782): GLib-GObject-CRITICAL **: object SoupServer
  0x99184f8 finalized while still in-construction

  (rhythmbox:14782): GLib-GObject-CRITICAL **: Custom constructor for
  class SoupServer returned NULL (which is invalid). Please use
  GInitable instead.

  (rhythmbox:14782): Rhythmbox-WARNING **: Unable to grab media player keys: 
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name 
org.gnome.SettingsDaemon was not provided by any .service files
  segmentation fault ( core dump created )

  lsb_release -rd
  Description:  Ubuntu 14.04.4 LTS
  Release:  14.04
  CurrentDesktop: MATE

  Architecture: i386

  $ apt-cache policy libgstreamer*
  libgstreamer-plugins-bad1.0-0:
    Installed: 1.2.4-1~ubuntu1
    Candidate:  1.2.4-1~ubuntu1
    version table:
   *** 1.2.4-1~ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 
Packages
  100 /var/lib/dpkg/status
   1.2.3-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
  libgstreamer-perl:
    Installato: (nessuno)
    Candidato:  0.19-1
    version table:
   0.19-1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
  libgstreamer0.10-0:
    Installato: 0.10.36-1.2ubuntu3
    Candidato:  0.10.36-1.2ubuntu3
    version table:
   *** 0.10.36-1.2ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  100 /var/lib/dpkg/status
  libgstreamer-plugins-base1.0-0:
    Installato: 1.2.4-1~ubuntu2
    Candidato:  1.2.4-1~ubuntu2
    version table:
   *** 1.2.4-1~ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1.2.3-1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  libgstreamer-plugins-bad0.10-dev:
    Installato: (nessuno)
    Candidato:  0.10.23-7.2ubuntu1.1
    version table:
   0.10.23-7.2ubuntu1.1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/universe i386 
Packages
  500 http://archive.ubuntu.com/ubuntu/ trusty-security/universe i386 
Packages
   0.10.23-7.2ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
  libgstreamer-plugins-good1.0-0:
    Installato: 1.2.4-1~ubuntu1
    Candidato:  1.2.4-1~ubuntu1
    version table:
   *** 1.2.4-1~ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   1.2.3-1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  libgstreamer-plugins-base0.10-dev:
    Installato: (nessuno)
    Candidato:  0.10.36-1.1ubuntu2
    version table:
   0.10.36-1.1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  libgstreamer1.0-0-dbg:
    Installato: (nessuno)
    Candidato:  1.2.4-0ubuntu1
    Tabella versione:
   1.2.4-0ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
   1.2.3-1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  libgstreamer-ocaml-dev-gb8r9:
    Installato: (nessuno)
    Candidato:  (nessuno)
    version table:
  libgstreamer-plugins-base0.10-0:
    Installato: 0.10.36-1.1ubuntu2
    Candidato:  0.10.36-1.1ubuntu2
    version table:
   *** 0.10.36-1.1ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  100 /var/lib/dpkg/status
  libgstreamer0.10-dev:
    Installato: 0.10.36-1.2ubuntu3
    Candidato:  0.10.36-1.2ubuntu3
    version table:
   *** 0.10.36-1.2ubuntu3 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  100 /var/lib/dpkg/status
  libgstreamer-plugins-base1.0-dev:
    Installato: (nessuno)
    Candidato:  1.2.4-1~ubuntu2
    version table:
   1.2.4-1~ubuntu2 0
  500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
   1.2.3-1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/main i386 Packages
  libgstreamer0.10-cil-dev:
    Installato: (nessuno)
    Candidato:  0.9.2-4ubuntu1
    version table:
   0.9.2-4ubuntu1 0
  500 http://archive.ubuntu.com/ubuntu/ trusty/universe i386 Packa

[Touch-packages] [Bug 1553137] Re: Change in OpenSSL triggers bug in XMLTooling

2021-07-31 Thread Norbert
** Tags removed: trusty

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1553137

Title:
  Change in OpenSSL triggers bug in XMLTooling

Status in openssl package in Ubuntu:
  Fix Released
Status in xmltooling package in Ubuntu:
  Fix Released

Bug description:
  A recent change in the openssl package provided by Ubuntu triggers a
  bug in xmltooling. The change was introduced in openssl
  1.0.1f-1ubuntu2.17 (14.04) and 1.0.1-4ubuntu5.34 (12.04) when
  releasing for USN-2913-3 [1]. Patch alt-cert-chains-7.patch (found in
  [2,3]) changes the intended use of the OpenSSL API and xmltooling was
  using it wrongly. This is fixed in upstream xmltooling version 1.5.6
  [4]. Please backport the fix from 1.5.6 or upgrade the xmltooling
  package to 1.5.6.

  [1] http://www.ubuntu.com/usn/usn-2913-3/
  [2] 
https://launchpadlibrarian.net/236983031/openssl_1.0.1-4ubuntu5.33_1.0.1-4ubuntu5.34.diff.gz
  [3] 
https://launchpadlibrarian.net/236982637/openssl_1.0.1f-1ubuntu2.16_1.0.1f-1ubuntu2.17.diff.gz
  [4] https://issues.shibboleth.net/jira/browse/CPPXT-105

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: libxmltooling6 (not installed)
  ProcVersionSignature: Ubuntu 3.13.0-79.123-generic 3.13.11-ckt33
  Uname: Linux 3.13.0-79-generic x86_64
  ApportVersion: 2.14.1-0ubuntu3.19
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Mar  4 11:43:47 2016
  InstallationDate: Installed on 2015-02-04 (394 days ago)
  InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 
(20140722.2)
  SourcePackage: xmltooling
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1377434] Re: Ubuntu Mate 14.10 Beta 2 upower error on system startup

2021-07-31 Thread Norbert
** Changed in: upower (Ubuntu)
   Status: Confirmed => Incomplete

** Tags removed: utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1377434

Title:
  Ubuntu Mate 14.10 Beta 2 upower error on system startup

Status in upower package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Mate 14.10 Beta 2 upower error when starting system.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: upower 0.9.23-2ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-20.27-generic 3.16.3
  Uname: Linux 3.16.0-20-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  Date: Sat Oct  4 07:30:10 2014
  ExecutablePath: /usr/lib/upower/upowerd
  InstallationDate: Installed on 2014-09-26 (7 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - beta2 amd64 (20140925)
  ProcCmdline: /usr/lib/upower/upowerd
  ProcEnviron:
   
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1376249] Re: Ubuntu Mate 14.10 Beta2 Upowerd package error message during boot

2021-07-31 Thread Norbert
** Changed in: upower (Ubuntu)
   Status: New => Incomplete

** Tags removed: utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to upower in Ubuntu.
https://bugs.launchpad.net/bugs/1376249

Title:
  Ubuntu Mate 14.10 Beta2 Upowerd package error message during boot

Status in upower package in Ubuntu:
  Incomplete

Bug description:
  Error message during boot-up of Ubuntu Mate 14.10 Beta2. No further
  information.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: upower 0.9.23-2ubuntu2
  ProcVersionSignature: Ubuntu 3.16.0-18.25-generic 3.16.3
  Uname: Linux 3.16.0-18-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  Date: Wed Oct  1 07:55:04 2014
  ExecutablePath: /usr/lib/upower/upowerd
  InstallationDate: Installed on 2014-09-26 (4 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - beta2 amd64 (20140925)
  ProcCmdline: /usr/lib/upower/upowerd
  ProcEnviron:
   
  SegvAnalysis: Skipped: missing required field "Disassembly"
  Signal: 11
  SourcePackage: upower
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1359308] Re: crash due to assertion in gail_focus_notify_when_idle: code should not be reached

2021-07-31 Thread Norbert
** Tags removed: utopic

** Changed in: gtk+2.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1359308

Title:
  crash due to assertion in gail_focus_notify_when_idle: code should not
  be reached

Status in gtk+2.0 package in Ubuntu:
  Incomplete

Bug description:
  On an Ubuntu MATE utopic amd64 system, mate-panel 1.8.0+dfsg1-2
  crashed when I clicked on an item in the window list (located in the
  bottom panel). The panel reappeared and continued working correctly.
  This happened while apt-get was upgrading packages, but mate-panel was
  not one of the packages being upgraded.

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: mate-panel 1.8.0+dfsg1-2
  ProcVersionSignature: Ubuntu 3.16.0-9.14-generic 3.16.1
  Uname: Linux 3.16.0-9-generic x86_64
  ApportVersion: 2.14.6-0ubuntu2
  Architecture: amd64
  Date: Wed Aug 20 13:21:43 2014
  ExecutablePath: /usr/bin/mate-panel
  InstallationDate: Installed on 2014-08-19 (1 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - Alpha amd64 (20140731)
  ProcCmdline: mate-panel
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: mate-panel
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1359308/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1399854] Re: Hangs at logoff or shutdown

2021-07-31 Thread Norbert
** Tags removed: utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1399854

Title:
  Hangs at logoff or shutdown

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  I use a desktop environment MATE. When I try to shut down the computer
  or log off the screen freezes for 30 seconds, then turns black. The
  computer does not respond to keyboard and mouse, I can turn it off
  only with the aid of keys Alt + SysRq + O.

  After installing the kernel http://kernel.ubuntu.com/~kernel-
  ppa/mainline/v3.17.1-utopic/ problem disappeared. If you are using the
  latest kernel from the repository or http://kernel.ubuntu.com/~kernel-
  ppa/mainline/v3.16.7-ckt2-utopic/ problem exists.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: lightdm 1.12.2-0ubuntu1
  Uname: Linux 3.17.1-031701-generic x86_64
  ApportVersion: 2.14.7-0ubuntu8
  Architecture: amd64
  Date: Sat Dec  6 05:57:38 2014
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.init.lightdm.conf: [modified]
  mtime.conffile..etc.init.lightdm.conf: 2014-11-12T21:32:04.127872

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1369958] Re: indicator-keyboard crashes in Ubuntu MATE live installer

2021-07-31 Thread Norbert
** Tags removed: utopic

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1369958

Title:
  indicator-keyboard crashes in Ubuntu MATE live installer

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  I am the maintainer of Ubuntu MATE Remix, we are currently working
  towards being an official Ubuntu flavour.

  While trying to resolve an issue with lightdm crashing
  (https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1369952) I
  noticed .xsession-errors was complaining indicators were not available
  in the live installer.

  I have recently added the following indicators to the live installer:

   * indicator-application
   * indicator-datetime
   * indicator-keyboard
   * indicator-power
   * indicator-session

  The others appear to be working correctly but I just found crash dump
  in /var/crash for indicator-keyboard. You can download a Ubuntu MATE
  iso image that exhibits this issue from https://ubuntu-
  mate.org/1369958/

  ProblemType: Crash
  DistroRelease: Ubuntu 14.10
  Package: indicator-keyboard 0.0.0+14.10.20140620.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.16.0-14.20-generic 3.16.2
  Uname: Linux 3.16.0-14-generic x86_64
  ApportVersion: 2.14.7-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.344
  Date: Tue Sep 16 09:06:58 2014
  ExecutablePath: 
/usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service
  LiveMediaBuild: Ubuntu MATE 14.10 "Utopic Unicorn" - pre-beta2.25818 amd64 
(20140915)
  ProcCmdline: 
/usr/lib/x86_64-linux-gnu/indicator-keyboard/indicator-keyboard-service
  ProcEnviron:
   TERM=linux
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   XDG_RUNTIME_DIR=
  Signal: 5
  SourcePackage: indicator-keyboard
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1456559] Re: Ubuntu 15.04 on Odroid C1 with MATE desktop package avahi-daemon 0.6.31-4ubuntu4 failed to install/upgrade: subprocess installed post-installation script returned er

2021-07-31 Thread Norbert
** Tags removed: vivid

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to avahi in Ubuntu.
https://bugs.launchpad.net/bugs/1456559

Title:
  Ubuntu 15.04 on Odroid C1 with MATE desktop package avahi-daemon
  0.6.31-4ubuntu4 failed to install/upgrade: subprocess installed post-
  installation script returned error exit status 1

Status in avahi package in Ubuntu:
  Incomplete

Bug description:
  After installing the ubuntu 15.04 + MATE desktop img from the odroid forum 
(made by Loboris),
  I tried to install ubuntu-mate-core and ubuntu-mate-desktop.
  It had to remove mali-x11 driver and there was issues during the 
installation, several packqges can't be installed like avahi-dameons

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: avahi-daemon 0.6.31-4ubuntu4
  Uname: Linux 3.10.75-84 armv7l
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: armhf
  Date: Tue May 19 12:27:40 2015
  DuplicateSignature: package:avahi-daemon:0.6.31-4ubuntu4:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: avahi
  Title: package avahi-daemon 0.6.31-4ubuntu4 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

  my info:

  W: Unknown Multi-Arch type 'no' for package 'libkf5akonadisearch-bin'
  W: Ignoring Provides line with DepCompareOp for package 
php-psr-http-message-implementation
  W: Ignoring Provides line with DepCompareOp for package 
php-psr-log-implementation
  W: Ignoring Provides line with DepCompareOp for package php-math-biginteger
  W: Unknown Multi-Arch type 'no' for package 'compiz-core'
  W: Unknown Multi-Arch type 'no' for package 'compiz-gnome'
  W: Ignoring Provides line with DepCompareOp for package 
python-cffi-backend-api-max
  W: Ignoring Provides line with DepCompareOp for package 
python-cffi-backend-api-min
  W: Ignoring Provides line with DepCompareOp for package 
python3-cffi-backend-api-max
  W: Ignoring Provides line with DepCompareOp for package 
python3-cffi-backend-api-min
  W: Unknown Multi-Arch type 'no' for package 'libkf5akonadisearch-bin'
  W: Unknown Multi-Arch type 'no' for package 'compiz-core'
  W: Unknown Multi-Arch type 'no' for package 'compiz-gnome'
  W: Unknown Multi-Arch type 'no' for package 'compiz-core'
  W: Unknown Multi-Arch type 'no' for package 'compiz-gnome'
  W: Você terá que executar apt-get update para corrigir estes problemas

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1441754] Re: package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-07-31 Thread Norbert
** Tags removed: vivid

** Changed in: dictionaries-common (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dictionaries-common in
Ubuntu.
https://bugs.launchpad.net/bugs/1441754

Title:
  package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in dictionaries-common package in Ubuntu:
  Incomplete

Bug description:
  .

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: emacs24 24.4+1-4ubuntu5
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu1
  Architecture: amd64
  Date: Wed Apr  8 19:02:45 2015
  DuplicateSignature: package:emacs24:24.4+1-4ubuntu5:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-02-13 (54 days ago)
  InstallationMedia: Ubuntu MATE 15.04 "Vivid Vervet" - Alpha2 amd64 (20150123)
  RelatedPackageVersions:
   dpkg 1.17.24ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: emacs24
  Title: package emacs24 24.4+1-4ubuntu5 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1452941] Re: PPTP VPN fails to connect in 15.04, but works in 14.04/14.10

2021-07-31 Thread Norbert
** Tags removed: vivid

** Changed in: network-manager (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1452941

Title:
  PPTP VPN fails to connect in 15.04, but works in 14.04/14.10

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  I can create a PPTP VPN connection and connect to a remote network in
  Ubuntu 14.04/14.10 (Unity live boot DVD) but the connection does not
  work in Ubuntu 15.04 (Unity live boot USB), even though I am using the
  exact same GUI configuration settings in the Network-Manager (I have
  confirmed this several times).  In addition to the live boot
  instances, the PPTP VPN connected without problems for me on my
  14.04/14.10 installs, but failed on a fresh harddisk install of Ubuntu
  MATE 15.04.

  The error that I get in a notification pop-up window when trying to
  connect on 15.04 is: "The VPN connection 'VPN connection 1' failed
  because the VPN service returned invalid configuration."

  ubuntu@ubuntu:~$ lsb_release -rd
  Description:  Ubuntu 15.04
  Release:  15.04

  ubuntu@ubuntu:~$ apt-cache policy network-manager
  network-manager:
Installed: 0.9.10.0-4ubuntu15
Candidate: 0.9.10.0-4ubuntu15
Version table:
   *** 0.9.10.0-4ubuntu15 0
  500 http://archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  Architecture: amd64
  CasperVersion: 1.360
  CurrentDesktop: Unity
  Date: Thu May  7 22:55:12 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  IpRoute:
   default via 192.168.0.1 dev wlan0  proto static  metric 1024 
   169.254.0.0/16 dev wlan0  scope link  metric 1000 
   192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.20 
   207.173.246.134 via 192.168.0.1 dev wlan0  src 192.168.0.20
  LiveMediaBuild: Ubuntu 15.04 "Vivid Vervet" - Release amd64 (20150422)
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   wlan0   wifi  connected/org/freedesktop/NetworkManager/Devices/2  
LANbeforetime  1fefef93-2d1c-41eb-ad55-3f6c234d7023  
/org/freedesktop/NetworkManager/ActiveConnection/0 
   eth0ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/1  -- 
----
 
   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/0  -- 
----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1434402] Re: package fontconfig 2.11.1-0ubuntu6 failed to install/upgrade: зацикливание триггеров, отмена работы

2021-07-31 Thread Norbert
** Tags removed: vivid

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1434402

Title:
  package fontconfig 2.11.1-0ubuntu6 failed to install/upgrade:
  зацикливание триггеров, отмена работы

Status in fontconfig package in Ubuntu:
  Incomplete

Bug description:
  package fontconfig 2.11.1-0ubuntu6 failed to install/upgrade:
  зацикливание триггеров, отмена работы

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: fontconfig 2.11.1-0ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-9.9-generic 3.19.1
  Uname: Linux 3.19.0-9-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.16.2-0ubuntu3
  Architecture: amd64
  Date: Fri Mar 20 08:52:32 2015
  ErrorMessage: зацикливание триггеров, отмена работы
  InstallationDate: Installed on 2015-03-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha amd64 (20150225)
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.1-0ubuntu6 failed to install/upgrade: 
зацикливание триггеров, отмена работы
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1429222] Re: lightdm fails to start on boot of ubuntu mate but starts when restarted

2021-07-31 Thread Norbert
** Tags removed: vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1429222

Title:
  lightdm fails to start on boot of ubuntu mate but starts when
  restarted

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  boot March 6th daily  ubuntu mate installation went fine restarted got
  to grub started up and did not load any further switched to tty and no
  gui or splash screen came up. I switched to tty 1 and was able to
  login.

  lightdm:
Installed: 1.13.1-0ubuntu2
Candidate: 1.13.1-0ubuntu2
Version table:
   *** 1.13.1-0ubuntu2 0
  500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
  100 /var/lib/dpkg/status
  Description:  Ubuntu Vivid Vervet (development branch)
  Release:  15.04 

  to reproduce install ubuntu-mate using manaul partitioning using an
  ext4 / partition and reusing an xfs /home. I expected lightdm to come
  up and display a GUI and I could get it to start by restarting it.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: lightdm 1.13.1-0ubuntu2
  ProcVersionSignature: Ubuntu 3.19.0-7.7-generic 3.19.0
  Uname: Linux 3.19.0-7-generic x86_64
  ApportVersion: 2.16.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Mar  6 09:45:52 2015
  InstallationDate: Installed on 2015-03-06 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Alpha amd64 (20150306)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1504981] Re: package shared-mime-info 1.3-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 143

2021-07-31 Thread Norbert
** Tags removed: vivid

** Changed in: shared-mime-info (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to shared-mime-info in
Ubuntu.
https://bugs.launchpad.net/bugs/1504981

Title:
  package shared-mime-info 1.3-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 143

Status in shared-mime-info package in Ubuntu:
  Incomplete

Bug description:
  bug reporting tool

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: shared-mime-info 1.3-1
  ProcVersionSignature: Ubuntu 3.16.0-37.51-generic 3.16.7-ckt9
  Uname: Linux 3.16.0-37-generic x86_64
  NonfreeKernelModules: nvidia wl
  ApportVersion: 2.17.2-0ubuntu1.5
  Architecture: amd64
  Date: Mon Oct  5 23:00:42 2015
  DuplicateSignature: package:shared-mime-info:1.3-1:subprocess installed 
post-installation script returned error exit status 143
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 143
  InstallationDate: Installed on 2015-03-31 (194 days ago)
  InstallationMedia: Ubuntu MATE 14.10 "Utopic Unicorn" - amd64 (20141023)
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4.1
  SourcePackage: shared-mime-info
  Title: package shared-mime-info 1.3-1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 143
  UpgradeStatus: Upgraded to vivid on 2015-05-24 (140 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1504981/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1460347] Re: B43 did not offer channel 11-13

2021-07-31 Thread Norbert
** Tags removed: vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1460347

Title:
  B43 did not offer channel 11-13

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Mate 15.04 i386 / Lenovo ideapad S10-2 / Broadcom 4312

  After install simple login and take a look at available wlans in the
  area. You will see all between 1 and 10, but none in the 11-13 range.
  It's also not possible to connect them as hidden network.

  In physical this machine was shipped with windows and it can use full
  range in Europe / Germany

  Under ubuntu we see:

  eric@selene:~$ iwlist chan
  wlan0 32 channels in total; available frequencies :
Channel 01 : 2.412 GHz
Channel 02 : 2.417 GHz
Channel 03 : 2.422 GHz
Channel 04 : 2.427 GHz
Channel 05 : 2.432 GHz
Channel 06 : 2.437 GHz
Channel 07 : 2.442 GHz
Channel 08 : 2.447 GHz
Channel 09 : 2.452 GHz
Channel 10 : 2.457 GHz
Channel 11 : 2.462 GHz
Channel 12 : 2.467 GHz
Channel 13 : 2.472 GHz

  Full range but network-manager is in denial of that.

  eric@selene:~$ iw reg get
  country DE: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 40), (N/A, 20), (N/A), NO-OUTDOOR
(5250 - 5350 @ 40), (N/A, 20), (0 ms), NO-OUTDOOR, DFS
(5470 - 5725 @ 40), (N/A, 26), (0 ms), DFS
(57240 - 65880 @ 2160), (N/A, 40), (N/A), NO-OUTDOOR

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: network-manager 0.9.10.0-4ubuntu15.1
  ProcVersionSignature: Ubuntu 3.19.0-18.18-generic 3.19.6
  Uname: Linux 3.19.0-18-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.17.2-0ubuntu1.1
  Architecture: i386
  CurrentDesktop: MATE
  Date: Sat May 30 23:17:24 2015
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2015-05-30 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release i386 
(20150422.1)
  IpRoute:
   default via 192.168.1.1 dev eth0  proto static  metric 1024 
   169.254.0.0/16 dev eth0  scope link  metric 1000 
   192.168.1.0/24 dev eth0  proto kernel  scope link  src 192.168.1.101
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
   WimaxEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  nmcli-con:
   NAME   UUID  TYPE
 TIMESTAMP   TIMESTAMP-REALAUTOCONNECT  READONLY  DBUS-PATH 
  ACTIVE  DEVICE  STATE  ACTIVE-PATH

   Elysion20  30f1d787-c4d3-4652-950f-e656990cbe9d  
802-11-wireless  0   never yes  no  
  /org/freedesktop/NetworkManager/Settings/1  no  --  -- -- 

   Kabelnetzwerkverbindung 1  aae849bd-3bcc-49fb-bd6c-8aff25c05e51  
802-3-ethernet   1433020571  Sa 30 Mai 2015 23:16:11 CEST  yes  no  
  /org/freedesktop/NetworkManager/Settings/0  yes eth0activated  
/org/freedesktop/NetworkManager/ActiveConnection/2
  nmcli-dev:
   DEVICE   TYPE  STATE DBUS-PATH  
CONNECTION CON-UUID  CON-PATH   

   eth0 ethernet  connected /org/freedesktop/NetworkManager/Devices/1  
Kabelnetzwerkverbindung 1  aae849bd-3bcc-49fb-bd6c-8aff25c05e51  
/org/freedesktop/NetworkManager/ActiveConnection/2 
   wlan0wifi  disconnected  /org/freedesktop/NetworkManager/Devices/2  
-- ---- 

   ttyACM1  gsm   unavailable   /org/freedesktop/NetworkManager/Devices/3  
-- ---- 

   lo   loopback  unmanaged /org/freedesktop/NetworkManager/Devices/0  
-- ----
  nmcli-nm: Error: command ['nmcli', '-f', 'all', 'nm'] failed with exit code 
2: Error: Object 'nm' is unknown, try 'nmcli help'.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1448605] Re: package libsqlite3-0:i386 3.8.7.4-1 failed to install/upgrade: package libsqlite3-0:i386 is already installed and configured

2021-07-31 Thread Norbert
** Tags removed: vivid

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sqlite3 in Ubuntu.
https://bugs.launchpad.net/bugs/1448605

Title:
  package libsqlite3-0:i386 3.8.7.4-1 failed to install/upgrade: package
  libsqlite3-0:i386 is already installed and configured

Status in sqlite3 package in Ubuntu:
  Incomplete

Bug description:
  Don't know, I am relatively new to bug reports!

  ProblemType: Package
  DistroRelease: Ubuntu 15.04
  Package: libsqlite3-0:i386 3.8.7.4-1
  ProcVersionSignature: Ubuntu 3.19.0-15.15-generic 3.19.3
  Uname: Linux 3.19.0-15-generic x86_64
  ApportVersion: 2.17.2-0ubuntu1
  AptdaemonVersion: 1.1.1+bzr982-0ubuntu3
  Architecture: amd64
  CrashReports:
   600:0:119:438468:2015-04-26 16:57:42.337173223 +1000:2015-04-26 
16:57:43.337173223 +1000:/var/crash/libssl1.0.0:i386.0.crash
   640:1000:119:15552325:2015-04-25 16:09:33.959912807 +1000:2015-04-25 
18:53:09.238786763 +1000:/var/crash/_usr_bin_caja.1000.crash
   600:0:119:438463:2015-04-26 16:57:42.313156604 +1000:2015-04-26 
16:57:43.313156604 +1000:/var/crash/libsqlite3-0:i386.0.crash
   600:0:119:438462:2015-04-26 16:57:43.249112800 +1000:2015-04-26 
16:57:41.792113154 +1000:/var/crash/libjson-c2:i386.0.crash
  Date: Sun Apr 26 16:57:43 2015
  Dependencies:
   gcc-5-base 5.1~rc1-0ubuntu1
   libc6 2.21-0ubuntu4
   libgcc1 1:5.1~rc1-0ubuntu1
   multiarch-support 2.21-0ubuntu4
  DuplicateSignature: package:libsqlite3-0:i386:3.8.7.4-1:package 
libsqlite3-0:i386 is already installed and configured
  ErrorMessage: package libsqlite3-0:i386 is already installed and configured
  InstallationDate: Installed on 2015-04-25 (1 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.17.25ubuntu1
   apt  1.0.9.7ubuntu4
  SourcePackage: sqlite3
  Title: package libsqlite3-0:i386 3.8.7.4-1 failed to install/upgrade: package 
libsqlite3-0:i386 is already installed and configured
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1594609] Re: crash due to assertion in get_icon_fallback from gtk_recent_chooser_menu_create_item

2021-07-31 Thread Norbert
** Tags removed: vivid wily yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1594609

Title:
  crash due to assertion in get_icon_fallback from
  gtk_recent_chooser_menu_create_item

Status in gtk+2.0 package in Ubuntu:
  New

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mate-panel.  This problem was most recently seen with
  version 1.12.2-1, the problem page at
  https://errors.ubuntu.com/problem/96ae198a578de2353a3cc778896a83a10ab7d131
  contains more details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1594609/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1593043] Re: mate-settings-daemon crashed with SIGSEGV in remove_entry() from pa_hashmap_remove_all() from pa_hashmap_free() from pa_proplist_free() from context_free()

2021-07-31 Thread Norbert
** Tags removed: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1593043

Title:
  mate-settings-daemon crashed with SIGSEGV in remove_entry() from
  pa_hashmap_remove_all() from pa_hashmap_free() from pa_proplist_free()
  from context_free()

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mate-settings-daemon.  This problem was most recently seen
  with version 1.12.1-2build1, the problem page at
  https://errors.ubuntu.com/problem/313b5fc6d18f0ef85956280d1eb39940ccb580b0
  contains more details.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1502747] Re: package libssl1.0.0:i386 1.0.2d-0ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2021-07-31 Thread Norbert
** Tags removed: wily

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1502747

Title:
  package libssl1.0.0:i386 1.0.2d-0ubuntu1 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in openssl package in Ubuntu:
  Incomplete

Bug description:
  initializing with this problem

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libssl1.0.0:i386 1.0.2d-0ubuntu1
  ProcVersionSignature: Ubuntu 3.19.0-28.30-generic 3.19.8-ckt5
  Uname: Linux 3.19.0-28-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19-0ubuntu1
  Architecture: amd64
  Date: Mon Oct  5 00:10:21 2015
  DuplicateSignature: package:libssl1.0.0:i386:1.0.2d-0ubuntu1:subprocess 
installed post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2015-09-21 (14 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release amd64 
(20150422.1)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu4
   apt  1.0.9.7ubuntu4.1
  SourcePackage: openssl
  Title: package libssl1.0.0:i386 1.0.2d-0ubuntu1 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1506888] Re: wifi status not remembered after reboot

2021-07-31 Thread Norbert
** Tags removed: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1506888

Title:
  wifi status not remembered after reboot

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I have HP ZBook 15 (1st generation, 2013) with ubuntu-MATE 64-bit;
  latest updates installed. I am presently using an ethernet cable
  network so I turn the wireless network off. After each new start or
  reboot of the machine the wifi radio gets always on and I always have
  to switch it off manually.

  The notebook uses an Intel Corporation Centrino Advanced-N 6235 (rev
  24) wireless adapter (I hope this is a hardware version, not a driver
  one).

  I think that the On status by default is not good for several reasons:
  - energy consumption is higher
  - security may be affected
  - more electromagnetic radiation in environment

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: linux-firmware 1.149
  ProcVersionSignature: Ubuntu 4.2.0-16.19-generic 4.2.3
  Uname: Linux 4.2.0-16-generic x86_64
  ApportVersion: 2.19.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Oct 16 16:16:11 2015
  Dependencies:
   
  InstallationDate: Installed on 2015-10-04 (11 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20151003)
  PackageArchitecture: all
  SourcePackage: linux-firmware
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938585] Re: sysctl.d file is misnamed and unneeded

2021-07-31 Thread Launchpad Bug Tracker
This bug was fixed in the package procps - 2:3.3.17-5ubuntu3

---
procps (2:3.3.17-5ubuntu3) impish; urgency=medium

  * Remove /usr/lib/sysctl.d/protect-links.conf (LP: #1938585)

 -- Dan Streetman   Fri, 30 Jul 2021 12:17:48
-0400

** Changed in: procps (Ubuntu Impish)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to procps in Ubuntu.
https://bugs.launchpad.net/bugs/1938585

Title:
  sysctl.d file is misnamed and unneeded

Status in procps package in Ubuntu:
  Fix Released
Status in procps source package in Bionic:
  Invalid
Status in procps source package in Focal:
  Invalid
Status in procps source package in Hirsute:
  Won't Fix
Status in procps source package in Impish:
  Fix Released

Bug description:
  [impact]

  the sysctl.d file /usr/lib/sysctl.d/protect-links.conf is misnamed,
  due to lacking the expected leading number to order it. This results
  in it being evaluated after all other number-prefixed conf files,
  effectively overriding any conflicting configuration in the other
  files, including any admin-provided files in /etc/sysctl.d.

  Additionally, this file should not be included at all, as (unlike
  Debian) Ubuntu assumes systemd will always be installed, thus the
  sysctl settings from this file will be provided by the systemd-
  provided sysctl config files.

  [test case]

  create a file, e.g. /etc/sysctl.d/99-test.conf, with any config that
  also exists in /usr/lib/sysctl.d/protect-links.conf but with a
  different setting, and reboot, then check which value was used.

  [regression potential]

  any regression would likely result in incorrect or unexpected values
  for the sysctls contained in this conf file

  [scope]

  this is needed in f and later

  this file is not present in b

  however, see other info

  [other info]

  while this bug exists in f and later, it's also trivial to work around
  it (though not obvious) by renaming the manual configuration file,
  e.g. instead of using /etc/sysctl.d/99-custom.conf a local admin
  should instead use /etc/sysctl.d/z-custom.conf so the custom file is
  lexically after 'protect-links.conf'.

  Since removing the file entirely could result in a change in behavior,
  if the local admin has explicitly modified the file or taken other
  steps, and since it's trivial (though again, not obvious) to override
  the file lexically, this seems like it should not be SRUed, but only
  fixed in the development release.

  Also, since Debian's policy does allow for systems that do *not* use
  systemd, I'm not opening a bug against Debian to remove the file.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1481449] Re: DBUS racing condition on pluma and other application

2021-07-31 Thread Norbert
** Tags removed: wily

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dbus in Ubuntu.
https://bugs.launchpad.net/bugs/1481449

Title:
  DBUS racing condition on pluma and other application

Status in dbus package in Ubuntu:
  Incomplete

Bug description:
  just typing in a shell (logged with my current user) :   pluma file&

  generate this warning:

  trebe03@m193543:~/bin$ pluma youtube-dl.py &
  [1] 19036
  trebe03@m193543:~/bin$ 
  ** (pluma:19036): WARNING **: Couldn't connect to accessibility bus: Failed 
to connect to socket /tmp/dbus-UF9kBx3qDw: Connexion refusée

  [1]+  Finipluma youtube-dl.py
  trebe03@m193543:~/bin$ 

  and this bug was generated by typing :

  trebe03@m193543:~$ ubuntu-bug dbus

  ** (apport-gtk:20256): WARNING **: Couldn't connect to accessibility
  bus: Failed to connect to socket /tmp/dbus-UF9kBx3qDw: Connexion
  refusée

  (process:20711): GLib-CRITICAL **: g_slice_set_config: assertion 
'sys_page_size == 0' failed
  trebe03@m193543:~$ 

  It doesn't disturb much the OS but is annoying the user.  ;=)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: dbus 1.8.12-1ubuntu5
  ProcVersionSignature: Ubuntu 4.1.0-3.3-generic 4.1.3
  Uname: Linux 4.1.0-3-generic x86_64
  ApportVersion: 2.18-0ubuntu5
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Aug  4 14:54:03 2015
  InstallationDate: Installed on 2015-07-22 (12 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20150721)
  SourcePackage: dbus
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1520300] Re: package gettext 0.19.4-1ubuntu3 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2021-07-31 Thread Norbert
** Changed in: gettext (Ubuntu)
   Status: New => Incomplete

** Tags removed: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gettext in Ubuntu.
https://bugs.launchpad.net/bugs/1520300

Title:
  package gettext 0.19.4-1ubuntu3 failed to install/upgrade: package is
  in a very bad inconsistent state; you should  reinstall it before
  attempting configuration

Status in gettext package in Ubuntu:
  Incomplete

Bug description:
  I was trying to install the Epson linux drivers for Workforce
  printers.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: gettext 0.19.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  AptOrdering:
   gettext: Configure
   NULL: ConfigurePending
  Architecture: amd64
  Date: Mon Nov 23 22:02:56 2015
  DpkgTerminalLog:
   dpkg: error processing package gettext (--configure):
package is in a very bad inconsistent state; you should
reinstall it before attempting configuration
  DuplicateSignature: package:gettext:0.19.4-1ubuntu3:package is in a very bad 
inconsistent state; you should  reinstall it before attempting configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2015-10-21 (35 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20150924)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5
   apt  1.0.10.2ubuntu1
  SourcePackage: gettext
  Title: package gettext 0.19.4-1ubuntu3 failed to install/upgrade: package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1519216] Re: On fail not out from program

2021-07-31 Thread Norbert
** Tags removed: wily

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1519216

Title:
  On fail not out from program

Status in initramfs-tools package in Ubuntu:
  Incomplete

Bug description:
  On -k argument wrong update-initramfs print "fatal" error but still
  running.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: initramfs-tools 0.120ubuntu6
  ProcVersionSignature: Ubuntu 3.19.0-31.36-generic 3.19.8-ckt7
  Uname: Linux 3.19.0-31-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  CurrentDesktop: MATE
  Date: Tue Nov 24 08:01:35 2015
  PackageArchitecture: all
  SourcePackage: initramfs-tools
  UpgradeStatus: Upgraded to wily on 2015-11-02 (21 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1499137] Re: package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd] failed to install/upgrade: subprocess installed post-installation script returned error exit status

2021-07-31 Thread Norbert
** Tags removed: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to isc-dhcp in Ubuntu.
https://bugs.launchpad.net/bugs/1499137

Title:
  package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd]
  failed to install/upgrade: subprocess installed post-installation
  script returned error exit status 1

Status in isc-dhcp package in Ubuntu:
  New

Bug description:
  I dont have any idiea.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd]
  ProcVersionSignature: Ubuntu 4.2.0-10.12-generic 4.2.0
  Uname: Linux 4.2.0-10-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.18.1-0ubuntu1
  Architecture: amd64
  Date: Wed Sep 23 22:03:07 2015
  Df:
   Filesystem  1K-blocksUsed Available Use% Mounted on
   /dev/sda130832384 3956308  25286844  14% /
   /dev/mapper/veri_deposu-var  30832636  484148  28759240   2% /var
   /dev/mapper/veri_deposu-log  10190136   26684   9622780   1% /var/log
   udev 15416816   0  15416816   0% /dev
  DhServerLeases:
   
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2015-09-23 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Alpha amd64 (20150920)
  ProcCmdline: BOOT_IMAGE=/boot/vmlinuz-4.2.0-10-generic 
root=UUID=ea37a4be-c720-4d69-bce4-6b8278b7e2d6 ro quiet splash nomdmonddf 
nomdmonisw vt.handoff=7
  SourcePackage: isc-dhcp
  Title: package isc-dhcp-server 4.3.1-5ubuntu3 [modified: usr/sbin/dhcpd] 
failed to install/upgrade: subprocess installed post-installation script 
returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1530092] Re: package fontconfig 2.11.1-0ubuntu6 [modified: usr/bin/fc-cache usr/bin/fc-cat usr/bin/fc-list usr/bin/fc-match usr/bin/fc-pattern usr/bin/fc-query usr/bin/fc-scan us

2021-07-31 Thread Norbert
** Tags removed: wily

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1530092

Title:
  package fontconfig 2.11.1-0ubuntu6 [modified: usr/bin/fc-cache
  usr/bin/fc-cat usr/bin/fc-list usr/bin/fc-match usr/bin/fc-pattern
  usr/bin/fc-query usr/bin/fc-scan usr/bin/fc-validate] failed to
  install/upgrade: ciclo nei trigger, abbandono

Status in fontconfig package in Ubuntu:
  Incomplete

Bug description:
  I don't know what can I say: I did'nt undestand what happened and what
  the problem is

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: fontconfig 2.11.1-0ubuntu6 [modified: usr/bin/fc-cache 
usr/bin/fc-cat usr/bin/fc-list usr/bin/fc-match usr/bin/fc-pattern 
usr/bin/fc-query usr/bin/fc-scan usr/bin/fc-validate]
  ProcVersionSignature: Ubuntu 3.19.0-42.48-generic 3.19.8-ckt10
  Uname: Linux 3.19.0-42-generic i686
  ApportVersion: 2.17.2-0ubuntu1.8
  Architecture: i386
  Date: Wed Dec 30 11:18:32 2015
  ErrorMessage: ciclo nei trigger, abbandono
  InstallationDate: Installed on 2015-05-13 (230 days ago)
  InstallationMedia: Ubuntu-MATE 15.04 "Vivid Vervet" - Release i386 
(20150422.1)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.1-0ubuntu6 [modified: usr/bin/fc-cache 
usr/bin/fc-cat usr/bin/fc-list usr/bin/fc-match usr/bin/fc-pattern 
usr/bin/fc-query usr/bin/fc-scan usr/bin/fc-validate] failed to 
install/upgrade: ciclo nei trigger, abbandono
  UpgradeStatus: Upgraded to wily on 2015-12-30 (0 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1533412] Re: package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет абсолютно неработоспособен; перед попыткой удаления его следует переустановить

2021-07-31 Thread Norbert
** Tags removed: wily

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libxcb in Ubuntu.
https://bugs.launchpad.net/bugs/1533412

Title:
  package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет
  абсолютно неработоспособен; перед попыткой удаления  его следует
  переустановить

Status in libxcb package in Ubuntu:
  Incomplete

Bug description:
  automatically crashed

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libxcb1:i386 1.11-0ubuntu1
  ProcVersionSignature: Ubuntu 4.2.0-23.28-generic 4.2.6
  Uname: Linux 4.2.0-23-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Wed Jan 13 04:30:17 2016
  DpkgTerminalLog:
   Log ended: 2016-01-13  04:23:36
  Log started: 2016-01-13  04:30:17
   dpkg: ошибка при обработке пакета libxcb1:i386 (--remove):
пакет абсолютно неработоспособен; перед попыткой удаления
его следует переустановить
  DuplicateSignature: package:libxcb1:i386:1.11-0ubuntu1:пакет абсолютно 
неработоспособен; перед попыткой удаления  его следует переустановить
  ErrorMessage: пакет абсолютно неработоспособен; перед попыткой удаления  его 
следует переустановить
  InstallationDate: Installed on 2016-01-12 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  PackageArchitecture: i386
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: libxcb
  Title: package libxcb1:i386 1.11-0ubuntu1 failed to install/upgrade: пакет 
абсолютно неработоспособен; перед попыткой удаления  его следует переустановить
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1516391] Re: package avahi-dnsconfd 0.6.31-4ubuntu4 failed to install/upgrade: подпроцесс установлен сценарий pre-removal возвратил код ошибки 1

2021-07-31 Thread Norbert
** Tags removed: wily

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to avahi in Ubuntu.
https://bugs.launchpad.net/bugs/1516391

Title:
  package avahi-dnsconfd 0.6.31-4ubuntu4 failed to install/upgrade:
  подпроцесс установлен сценарий pre-removal возвратил код ошибки 1

Status in avahi package in Ubuntu:
  Incomplete

Bug description:
  Uninstalling this package sometimes does not work, especially in
  Synaptic. Finally I managed to uninstall it with apt-get.

  I work on a VirtualBox. This bug wants to be reported, so I report it.

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: avahi-dnsconfd 0.6.31-4ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu4
  Architecture: amd64
  Date: Sun Nov 15 15:34:15 2015
  ErrorMessage: подпроцесс установлен сценарий pre-removal возвратил код ошибки 
1
  InstallationDate: Installed on 2015-11-15 (0 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5
   apt  1.0.10.2ubuntu1
  SourcePackage: avahi
  Title: package avahi-dnsconfd 0.6.31-4ubuntu4 failed to install/upgrade: 
подпроцесс установлен сценарий pre-removal возвратил код ошибки 1
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1464053] Re: ubuntu-bug is broken (only) within Mate, because of gvfs-open.

2021-07-31 Thread Norbert
** Tags removed: wily

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

** Tags removed: ubuntu-mate

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1464053

Title:
  ubuntu-bug is broken (only) within Mate, because of gvfs-open.

Status in Ubuntu MATE:
  Invalid
Status in apport package in Ubuntu:
  Invalid
Status in gvfs package in Ubuntu:
  Fix Released

Bug description:
  The ubuntu bug reporting system is rather badly broken, because when I
  run ubuntu-bug/apport-bug, it gathers data, then opens a new blank
  firefox window, but does not connect to launchpad!

  The root cause is this one:
  https://bugs.launchpad.net/ubuntu/+source/exo/+bug/1427144
  which basically means that apport needs to invoke firefox with a different 
set of options.

  This should be trivial to fix, but I think it's rather important, especially 
given how hard it is to get a direct report into Launchpad, and all the 
redirects that emphasise using the ubuntu-bug tool: 
  https://help.ubuntu.com/community/ReportingBugs

  (I'm reporting this from Ubuntu Wily, though I think I recall seeing it in 
Vivid)
  Apport version is:  2.17.3-0ubuntu4

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1559672] Re: package libqt4-svg:amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it befor

2021-07-31 Thread Norbert
** Changed in: qt4-x11 (Ubuntu)
   Status: New => Incomplete

** Tags removed: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qt4-x11 in Ubuntu.
https://bugs.launchpad.net/bugs/1559672

Title:
  package libqt4-svg:amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 failed
  to install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in qt4-x11 package in Ubuntu:
  Incomplete

Bug description:
  under ubuntu MATE 15-10

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libqt4-svg:amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8
  ProcVersionSignature: Ubuntu 4.2.0-30.36-generic 4.2.8-ckt3
  Uname: Linux 4.2.0-30-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 20 11:26:50 2016
  DuplicateSignature: 
package:libqt4-svg:amd64:4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8:package is in a 
very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2016-03-11 (8 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: qt4-x11
  Title: package libqt4-svg:amd64 4:4.8.6+git64-g5dc8b2b+dfsg-3~ubuntu8 failed 
to install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1561931] Re: package libcurl3-gnutls:i386 7.43.0-1ubuntu2.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting con

2021-07-31 Thread Norbert
** Changed in: curl (Ubuntu)
   Status: New => Incomplete

** Tags removed: wily

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to curl in Ubuntu.
https://bugs.launchpad.net/bugs/1561931

Title:
  package libcurl3-gnutls:i386 7.43.0-1ubuntu2.1 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

Status in curl package in Ubuntu:
  Incomplete

Bug description:
  minecraft does not work any more

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libcurl3-gnutls:i386 7.43.0-1ubuntu2.1
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic i686
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: i386
  Date: Fri Mar 25 11:07:03 2016
  DuplicateSignature: package:libcurl3-gnutls:i386:7.43.0-1ubuntu2.1:package is 
in a very bad inconsistent state; you should  reinstall it before attempting 
configuration
  ErrorMessage: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  InstallationDate: Installed on 2015-12-04 (111 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release i386 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: curl
  Title: package libcurl3-gnutls:i386 7.43.0-1ubuntu2.1 failed to 
install/upgrade: package is in a very bad inconsistent state; you should  
reinstall it before attempting configuration
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1595752] Re: lightdm crashed with SIGSEGV

2021-07-31 Thread Norbert
** Tags removed: yakkety

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1595752

Title:
  lightdm crashed with SIGSEGV

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  On boot.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: lightdm 1.19.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-24.43-generic 4.4.10
  Uname: Linux 4.4.0-24-generic i686
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: i386
  Date: Wed Jun 22 17:58:23 2016
  ExecutablePath: /usr/sbin/lightdm
  InstallationDate: Installed on 2016-04-28 (56 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha i386 (20160426)
  ProcCmdline: lightdm --session-child 12 19
  ProcEnviron:
   LANG=en_US.UTF-8
   PATH=(custom, no user)
  SegvAnalysis:
   Segfault happened at: 0xb774e953:mov0x4(%eax),%edi
   PC (0xb774e953) ok
   source "0x4(%eax)" (0xb6f42d08) not located in a known VMA region (needed 
readable region)!
   destination "%edi" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: lightdm
  StacktraceTop:
   ?? () from /lib/ld-linux.so.2
   ?? () from /lib/ld-linux.so.2
   ?? () from /lib/ld-linux.so.2
   ?? () from /lib/ld-linux.so.2
   ?? () from /lib/i386-linux-gnu/libdl.so.2
  Title: lightdm crashed with SIGSEGV
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1599401] Re: crash in XTranslateCoordinates from gdk_x11_display_translate_event

2021-07-31 Thread Norbert
** Tags removed: yakkety

** Changed in: gtk+3.0 (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1599401

Title:
  crash in XTranslateCoordinates from gdk_x11_display_translate_event

Status in gtk+3.0 package in Ubuntu:
  Incomplete

Bug description:
  polihron@polihron-K56CA:~$ lsb_release -rd
  Description:  Ubuntu Yakkety Yak (development branch)
  Release:  16.10

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: mate-settings-daemon 1.14.0-1
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  ApportVersion: 2.20.2-0ubuntu1
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Wed Jul  6 10:50:49 2016
  ExecutablePath: /usr/bin/mate-settings-daemon
  InstallationDate: Installed on 2016-07-01 (4 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160629.1)
  ProcCmdline: /usr/bin/mate-settings-daemon
  Signal: 5
  SourcePackage: mate-settings-daemon
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XTranslateCoordinates () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: mate-settings-daemon crashed with signal 5 in _XReply()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirt lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1599401/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1571894] Re: mate-settings-daemon crashed with SIGSEGV in g_mutex_lock() from g_source_remove_poll() from glib_io_free() from pa_srbchannel_free() from check_srbpending()

2021-07-31 Thread Norbert
** Tags removed: artful yakkety zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1571894

Title:
  mate-settings-daemon crashed with SIGSEGV in g_mutex_lock() from
  g_source_remove_poll() from glib_io_free() from pa_srbchannel_free()
  from check_srbpending()

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mate-settings-daemon.  This problem was most recently seen
  with version 1.12.1-2build1, the problem page at
  https://errors.ubuntu.com/problem/eca5cc793a31534ddc9aba311f8050236ca9ba9d
  contains more details.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1571727] Re: mate-settings-daemon crashed with SIGSEGV in glib_io_free() from pa_srbchannel_free() from check_srbpending() from check_srbpending() from pa_pstream_set_srbchannel(

2021-07-31 Thread Norbert
** Tags removed: artful yakkety zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1571727

Title:
  mate-settings-daemon crashed with SIGSEGV in glib_io_free() from
  pa_srbchannel_free() from check_srbpending() from check_srbpending()
  from pa_pstream_set_srbchannel()

Status in pulseaudio package in Ubuntu:
  Confirmed

Bug description:
  The Ubuntu Error Tracker has been receiving reports about a problem
  regarding mate-settings-daemon.  This problem was most recently seen
  with version 1.12.1-2build1, the problem page at
  https://errors.ubuntu.com/problem/84ba52314c8e4b3faab097db4e8a18f91dbaa39b
  contains more details.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1617756] Re: apt-get crashed with SIGSEGV in std::__cxx11::basic_string, std::allocator >::compare()

2021-07-31 Thread Norbert
** Changed in: apt (Ubuntu)
   Status: New => Incomplete

** Tags removed: yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1617756

Title:
  apt-get crashed with SIGSEGV in std::__cxx11::basic_string, std::allocator >::compare()

Status in apt package in Ubuntu:
  Incomplete

Bug description:
  Was doing a command line install in terminal.Install failed.

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: apt 1.3~rc2ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-9136.55-generic 4.4.16
  Uname: Linux 4.4.0-9136-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  Date: Sun Aug 28 09:05:50 2016
  ExecutablePath: /usr/bin/apt-get
  InstallationDate: Installed on 2016-08-27 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Alpha amd64 (20160824.1)
  ProcCmdline: apt-get update
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   LANGUAGE=en_US
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fbe9c32f7f0 <__memcmp_sse4_1+3504>: mov
-0x6(%rdi),%eax
   PC (0x7fbe9c32f7f0) ok
   source "-0x6(%rdi)" (0x616e69622f737070) not located in a known VMA region 
(needed readable region)!
   destination "%eax" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: apt
  StacktraceTop:
   std::__cxx11::basic_string, 
std::allocator >::compare(unsigned long, unsigned long, 
std::__cxx11::basic_string, std::allocator > 
const&) const () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
   APT::String::Startswith(std::__cxx11::basic_string, std::allocator > const&, 
std::__cxx11::basic_string, std::allocator > 
const&) () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
   ?? () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
   pkgAcquire::Worker::QueueItem(pkgAcquire::Queue::QItem*) () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
   pkgAcquire::Queue::Cycle() () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
  Title: apt-get crashed with SIGSEGV in std::__cxx11::basic_string, std::allocator >::compare()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1565332] Re: sudo crashed with SIGABRT in kill()

2021-07-31 Thread Norbert
** Tags removed: artful yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to sudo in Ubuntu.
https://bugs.launchpad.net/bugs/1565332

Title:
  sudo crashed with SIGABRT in kill()

Status in sudo package in Ubuntu:
  Confirmed

Bug description:
  crash appeared in less than a second after boot-up

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: sudo 1.8.16-0ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6
  Uname: Linux 4.4.0-16-generic x86_64
  ApportVersion: 2.20.1-0ubuntu1
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: MATE
  Date: Fri Apr  1 15:23:06 2016
  ExecutablePath: /usr/bin/sudo
  InstallationDate: Installed on 2016-03-28 (4 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Beta amd64 
(20160323.1)
  ProcCmdline: /usr/bin/sudo -H -S -p GNOME_SUDO_PASS -u root -- caja
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  Signal: 6
  SourcePackage: sudo
  StacktraceTop:
   kill () from /lib/x86_64-linux-gnu/libc.so.6
   ?? ()
   __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
   ?? ()
  Title: sudo crashed with SIGABRT in kill()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  VisudoCheck:
   /etc/sudoers: parsed OK
   /etc/sudoers.d/README: parsed OK

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1635933] Re: package avahi-dnsconfd (not installed) failed to install/upgrade: Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 1 zurück

2021-07-31 Thread Norbert
** Tags removed: yakkety

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to avahi in Ubuntu.
https://bugs.launchpad.net/bugs/1635933

Title:
  package avahi-dnsconfd (not installed) failed to install/upgrade:
  Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 1
  zurück

Status in avahi package in Ubuntu:
  Incomplete

Bug description:
  happened while uninstalling

  ProblemType: Package
  DistroRelease: Ubuntu 16.10
  Package: avahi-dnsconfd (not installed)
  ProcVersionSignature: Ubuntu 4.8.0-26.28-generic 4.8.0
  Uname: Linux 4.8.0-26-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: amd64
  Date: Sat Oct 22 22:31:09 2016
  ErrorMessage: Unterprozess installiertes pre-removal-Skript gab den 
Fehlerwert 1 zurück
  InstallationDate: Installed on 2016-10-14 (8 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu1
   apt  1.3.1
  SourcePackage: avahi
  Title: package avahi-dnsconfd (not installed) failed to install/upgrade: 
Unterprozess installiertes pre-removal-Skript gab den Fehlerwert 1 zurück
  UpgradeStatus: Upgraded to yakkety on 2016-10-14 (8 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1539995] Re: apport-gtk crashed with SIGSEGV in gtk_widget_translate_coordinates()

2021-07-31 Thread Norbert
** Tags removed: artful rls-bb-notfixing yakkety

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1539995

Title:
  apport-gtk crashed with SIGSEGV in gtk_widget_translate_coordinates()

Status in apport package in Ubuntu:
  Invalid
Status in gtk+3.0 package in Ubuntu:
  Confirmed

Bug description:
  Partial Upgrade failed (crash)
  Ubuntu Mate 16 Alpha install testing on different machines.
  This machine Dell Optiplex 960

  linuxpusher@linuxpusher-OptiPlex-960:~$ lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  
  linuxpusher@linuxpusher-OptiPlex-960:~$ sudo lshw
  [sudo] password for linuxpusher: 
  linuxpusher-optiplex-960  
  description: Computer
  width: 64 bits
  capabilities: smbios-2.5 vsyscall32
*-core
 description: Motherboard
 physical id: 0
   *-memory
description: System memory
physical id: 0
size: 7819MiB
   *-cpu
product: Intel(R) Core(TM)2 Duo CPU E8400  @ 3.00GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
width: 64 bits
capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht 
tm pbe syscall nx x86-64 constant_tsc arch_perfmon pebs bts rep_good nopl 
aperfmperf pni dtes64 monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm 
sse4_1 xsave lahf_lm dtherm tpr_shadow vnmi flexpriority
   *-pci
description: Host bridge
product: 4 Series Chipset DRAM Controller
vendor: Intel Corporation
physical id: 100
bus info: pci@:00:00.0
version: 03
width: 32 bits
clock: 33MHz
configuration: driver=agpgart-intel
resources: irq:0
  *-display:0
   description: VGA compatible controller
   product: 4 Series Chipset Integrated Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@:00:02.0
   version: 03
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:33 memory:fe80-febf 
memory:d000-dfff ioport:ecb0(size=8)
  *-display:1 UNCLAIMED
   description: Display controller
   product: 4 Series Chipset Integrated Graphics Controller
   vendor: Intel Corporation
   physical id: 2.1
   bus info: pci@:00:02.1
   version: 03
   width: 64 bits
   clock: 33MHz
   capabilities: pm bus_master cap_list
   configuration: latency=0
   resources: memory:fe70-fe7f
  *-communication:0
   description: Communication controller
   product: 4 Series Chipset HECI Controller
   vendor: Intel Corporation
   physical id: 3
   bus info: pci@:00:03.0
   version: 03
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi bus_master cap_list
   configuration: driver=mei_me latency=0
   resources: irq:34 memory:feda6000-feda600f
  *-ide
   description: IDE interface
   product: 4 Series Chipset PT IDER Controller
   vendor: Intel Corporation
   physical id: 3.2
   bus info: pci@:00:03.2
   version: 03
   width: 32 bits
   clock: 66MHz
   capabilities: ide pm msi bus_master cap_list
   configuration: driver=ata_generic latency=0
   resources: irq:18 ioport:fe80(size=8) ioport:fe90(size=4) 
ioport:fea0(size=8) ioport:feb0(size=4) ioport:fef0(size=16)
  *-communication:1
   description: Serial controller
   product: 4 Series Chipset Serial KT Controller
   vendor: Intel Corporation
   physical id: 3.3
   bus info: pci@:00:03.3
   version: 03
   width: 32 bits
   clock: 66MHz
   capabilities: pm msi 16550 bus_master cap_list
   configuration: driver=serial latency=0
   resources: irq:17 ioport:ecb8(size=8) memory:fe6d8000-fe6d8fff
  *-network
   description: Ethernet interface
   product: 82567LM-3 Gigabit Network Connection
   vendor: Intel Corporation
   physical id: 19
   bus info: pci@:00:19.0
   logical name: enp0s25
   version: 02
   

[Touch-packages] [Bug 1825420] Re: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to install/upgrade: triggers looping, abandoned

2021-07-31 Thread Norbert
** Tags removed: disco

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to mime-support in Ubuntu.
https://bugs.launchpad.net/bugs/1825420

Title:
  package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to
  install/upgrade: triggers looping, abandoned

Status in Ubuntu MATE:
  Invalid
Status in bamf package in Ubuntu:
  Confirmed
Status in dpkg package in Ubuntu:
  Confirmed
Status in initramfs-tools package in Ubuntu:
  Confirmed
Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in mime-support package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 18.10 installed
  2. Install all updates to it
  3. Switch to Main server
  4. Launch update-manager
  5. Confirm upgrading to 19.04
  6. Wait for upgrade process to finish

  Expected results:
  * upgrade process ended without errors

  Actual results:
  * upgrade process ended with warning message:

  Could not install 'linux-image-5.0.0-13-generic'
  The upgrade will continue but the 'linux-image-5.0.0-13-generic' package 
may not be in a working state. Please consider submitting a bug report about it.

  triggers looping, abandoned

  Workaround:

Run recommended `dpkg --configure -a` before actual reboot.

  System info: running VirtualBox guest with virtualbox-guest-x11
  (6.0.6-dfsg-1) inside VirtualBox 5.1.38 host.

  ProblemType: Package
  DistroRelease: Ubuntu 19.04
  Package: linux-image-5.0.0-13-generic 5.0.0-13.14
  ProcVersionSignature: Ubuntu 4.18.0-17.18-generic 4.18.20
  Uname: Linux 4.18.0-17-generic x86_64
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mate   1542 F pulseaudio
  Date: Thu Apr 18 22:56:56 2019
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2019-02-17 (60 days ago)
  InstallationMedia: Ubuntu-MATE 18.10 "Cosmic Cuttlefish" - Release amd64 
(20181017.2)
  IwConfig:
   lono wireless extensions.
   
   enp0s3no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 002: ID 80ee:0021 VirtualBox USB Tablet
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
  MachineType: innotek GmbH VirtualBox
  ProcFB: 0 vboxdrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.18.0-17-generic 
root=UUID=01417e27-d554-4ce8-91bc-1dda8392c976 ro quiet splash
  PulseList:
   Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
   No PulseAudio daemon running, or not running as session daemon.
  Python3Details: /usr/bin/python3.7, Python 3.7.3, python3-minimal, 3.7.3-1
  PythonDetails: /usr/bin/python2.7, Python 2.7.16, python-minimal, 2.7.16-1
  RelatedPackageVersions: grub-pc 2.02+dfsg1-12ubuntu2
  RfKill:
   
  SourcePackage: linux
  StagingDrivers: vboxvideo
  Title: package linux-image-5.0.0-13-generic 5.0.0-13.14 failed to 
install/upgrade: triggers looping, abandoned
  UpgradeStatus: Upgraded to disco on 2019-04-18 (0 days ago)
  dmi.bios.date: 12/01/2006
  dmi.bios.vendor: innotek GmbH
  dmi.bios.version: VirtualBox
  dmi.board.name: VirtualBox
  dmi.board.vendor: Oracle Corporation
  dmi.board.version: 1.2
  dmi.chassis.type: 1
  dmi.chassis.vendor: Oracle Corporation
  dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
  dmi.product.family: Virtual Machine
  dmi.product.name: VirtualBox
  dmi.product.version: 1.2
  dmi.sys.vendor: innotek GmbH

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1665359] Re: apport-gtk crashed with SIGABRT in raise()

2021-07-31 Thread Norbert
** Tags removed: zesty

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1665359

Title:
  apport-gtk crashed with SIGABRT in raise()

Status in apport package in Ubuntu:
  Incomplete

Bug description:
  No further information available.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: apport-gtk 2.20.4-0ubuntu2
  ProcVersionSignature: Ubuntu 4.9.0-15.16-lowlatency 4.9.5
  Uname: Linux 4.9.0-15-lowlatency x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: i386
  CurrentDesktop: MATE
  Date: Thu Feb 16 14:46:52 2017
  ExecutablePath: /usr/share/apport/apport-gtk
  InstallationDate: Installed on 2011-10-14 (1952 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/share/apport/apport-gtk
  Signal: 6
  SourcePackage: apport
  StacktraceTop:
   g_assertion_message () from /lib/i386-linux-gnu/libglib-2.0.so.0
   g_assertion_message_expr () from /lib/i386-linux-gnu/libglib-2.0.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/i386-linux-gnu/libgtk-3.so.0
  Title: apport-gtk crashed with SIGABRT in g_assertion_message()
  UpgradeStatus: Upgraded to zesty on 2017-01-05 (41 days ago)
  UserGroups: adm admin audio cdrom dialout fax floppy lpadmin plugdev 
pulse-access sambashare

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1638833] Re: at-spi-bus-launcher crashed with SIGSEGV in strlen()

2021-07-31 Thread Norbert
** Tags removed: zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to at-spi2-core in Ubuntu.
https://bugs.launchpad.net/bugs/1638833

Title:
  at-spi-bus-launcher crashed with SIGSEGV in strlen()

Status in at-spi2-core package in Ubuntu:
  Incomplete

Bug description:
  Pops up shortly after starting the desktop.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: at-spi2-core 2.22.0-3
  ProcVersionSignature: Ubuntu 4.8.0-26.28-powerpc-smp 4.8.0
  Uname: Linux 4.8.0-26-powerpc-smp ppc
  ApportVersion: 2.20.3-0ubuntu8
  Architecture: powerpc
  Date: Thu Nov  3 08:36:20 2016
  ExecutablePath: /usr/lib/at-spi2-core/at-spi-bus-launcher
  InstallationDate: Installed on 2016-11-03 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha powerpc (20161103)
  ProcCmdline: /usr/lib/at-spi2-core/at-spi-bus-launcher
  ProcEnviron:
   SHELL=/bin/false
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANGUAGE=de_AT:de
   LANG=de_AT.UTF-8
  Signal: 11
  SourcePackage: at-spi2-core
  StacktraceTop:
   strlen () at ../sysdeps/powerpc/powerpc32/strlen.S:98
   g_variant_is_object_path () from /lib/powerpc-linux-gnu/libglib-2.0.so.0
   g_dbus_proxy_new_for_bus () from /usr/lib/powerpc-linux-gnu/libgio-2.0.so.0
   ?? ()
   ?? ()
  Title: at-spi-bus-launcher crashed with SIGSEGV in strlen()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/at-spi2-core/+bug/1638833/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1703176] Re: jackd assert failure: jackd: rawmidi.c:268: snd_rawmidi_open_conf: Assertion `err >= 0' failed.

2021-07-31 Thread Norbert
** Tags removed: artful

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to jackd2 in Ubuntu.
https://bugs.launchpad.net/bugs/1703176

Title:
  jackd assert failure: jackd: rawmidi.c:268: snd_rawmidi_open_conf:
  Assertion `err >= 0' failed.

Status in jackd2 package in Ubuntu:
  Incomplete

Bug description:
  This may or may not be an artifact of me running a 32-bit userland on
  a 64-bit kernel (for debugging and testing purposes).

  However, preceding the command line with "setarch i386" does not help.

  The exact command line used was

  jackd -d alsa -X raw -d hw:0

  To trigger the bug, it is important that there actually is a raw Midi
  device available on the system.  Any such device will trigger the
  problem in my experience.

  Here is the complete output:
  jackdmp 1.9.11
  Copyright 2001-2005 Paul Davis and others.
  Copyright 2004-2014 Grame.
  jackdmp comes with ABSOLUTELY NO WARRANTY
  This is free software, and you are welcome to redistribute it
  under certain conditions; see the file COPYING for details
  no message buffer overruns
  no message buffer overruns
  no message buffer overruns
  JACK server starting in realtime mode with priority 10
  self-connect-mode is "Don't restrict self connect requests"
  audio_reservation_init
  Acquire audio card Audio0
  creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
  configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
  ALSA: final selected sample format for capture: 32bit integer little-endian
  ALSA: use 2 periods for capture
  ALSA: final selected sample format for playback: 32bit integer little-endian
  ALSA: use 2 periods for playback
  scan: added port hw:1,0,0 in-hw-1-0-0-UM-4-MIDI-1
  scan: added port hw:1,0,1 in-hw-1-0-1-UM-4-MIDI-2
  scan: added port hw:1,0,2 in-hw-1-0-2-UM-4-MIDI-3
  scan: added port hw:1,0,3 in-hw-1-0-3-UM-4-MIDI-4
  scan: added port hw:1,0,0 out-hw-1-0-0-UM-4-MIDI-1
  scan: added port hw:1,0,1 out-hw-1-0-1-UM-4-MIDI-2
  scan: added port hw:1,0,2 out-hw-1-0-2-UM-4-MIDI-3
  scan: added port hw:1,0,3 out-hw-1-0-3-UM-4-MIDI-4
  ALSA lib rawmidi_hw.c:100:(snd_rawmidi_hw_params) SNDRV_RAWMIDI_IOCTL_PARAMS 
failed: Invalid argument
  jackd: rawmidi.c:268: snd_rawmidi_open_conf: Assertion `err >= 0' failed.
  Aborted (core dumped)

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: jackd2 1.9.10+20150825git1ed50c92~dfsg-2ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-26.30-lowlatency 4.10.17
  Uname: Linux 4.10.0-26-lowlatency x86_64
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: i386
  AssertionMessage: jackd: rawmidi.c:268: snd_rawmidi_open_conf: Assertion `err 
>= 0' failed.
  CurrentDesktop: MATE
  Date: Sun Jul  9 10:27:38 2017
  ExecutablePath: /usr/bin/jackd
  InstallationDate: Installed on 2011-10-14 (2094 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  ProcCmdline: jackd -d alsa -X raw -d hw:0
  Signal: 6
  SourcePackage: jackd2
  StacktraceTop:
   __assert_fail_base (fmt=0xf743009c "%s%s%s:%u: %s%sAssertion `%s' 
failed.\n%n", assertion=0xf6f38cd3 "err >= 0", file=0xf6f48d35 "rawmidi.c", 
line=268, function=0xf6f49588 "snd_rawmidi_open_conf") at assert.c:92
   __GI___assert_fail (assertion=0xf6f38cd3 "err >= 0", file=0xf6f48d35 
"rawmidi.c", line=268, function=0xf6f49588 "snd_rawmidi_open_conf") at 
assert.c:101
   () at /usr/lib/i386-linux-gnu/libasound.so.2
   () at /usr/lib/i386-linux-gnu/libasound.so.2
   snd_rawmidi_open () at /usr/lib/i386-linux-gnu/libasound.so.2
  Title: jackd assert failure: jackd: rawmidi.c:268: snd_rawmidi_open_conf: 
Assertion `err >= 0' failed.
  UpgradeStatus: Upgraded to artful on 2017-05-03 (66 days ago)
  UserGroups: adm admin audio cdrom dialout fax floppy lpadmin lxd plugdev 
pulse-access sambashare

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1684213] Re: Intel Wireless 7260 often crashes

2021-07-31 Thread Norbert
** Tags removed: zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1684213

Title:
  Intel Wireless 7260 often crashes

Status in linux package in Ubuntu:
  Confirmed
Status in linux-firmware package in Ubuntu:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  Hardware: Acer CB3-131 Chromebook (GNAWTY) running Ubuntu Mate natively (BIOS 
enabled by SeaBIOS firmware from scripts here:https://mrchromebox.tech/). Uses 
Intel 7260 wifi, rev. bb:
  01:00.0 Network controller: Intel Corporation Wireless 7260 (rev bb)

  Software: Ubuntu Mate 17.04, upgraded from 16.10. Currently,
  everything (kernel, firmware, etc.) is stock. Issue has persisted
  across multiple installations.

  Bug: Wifi/Bluetooth crashes and refuses to come back up, even after
  multiple reboots. Issue persists across distros (Arch, Ubuntu, etc.)

  When the wireless (Bluetooth and WiFi) works, it works flawlessly. However, 
upon boot, it is not uncommon for the wireless to stop working within two 
minutes of login time. Curiously, the GUI usually still shows being 
"connected", though trying to change anything with the wifi shows otherwise. 
Other times, upon system resume when wireless was previously working, the GUI 
will show "device not ready" and refuse to continue. Dmesg shows the following:
  [  423.814823] Bluetooth: hci0 command 0x1403 tx timeout
  [  424.172973] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  424.173062] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  424.173067] iwlwifi :01:00.0: Scan failed! ret -5
  [  425.194487] iwlwifi :01:00.0: Failed to wake NIC for hcmd
  [  425.194589] iwlwifi :01:00.0: Error sending SCAN_OFFLOAD_REQUEST_CMD: 
enqueue_hcmd failed: -5
  [  425.194593] iwlwifi :01:00.0: Scan failed! ret -5

  Solution: Rebooting doesn't fix the problem. Perhaps a different
  firmware version will work better? Configuration settings? etc.?
  Unknown.

  Thanks ahead of time for the help. Let me know if there's anything you
  need/commands I should run/solutions I can attempt.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: linux-image-4.10.0-19-generic 4.10.0-19.21
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  bmueller   1669 F pulseaudio
  CurrentDesktop: MATE
  Date: Wed Apr 19 10:34:11 2017
  InstallationDate: Installed on 2017-04-13 (6 days ago)
  InstallationMedia: Ubuntu-MATE 16.10 "Yakkety Yak" - Release amd64 
(20161012.1)
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 003: ID 8087:07dc Intel Corp.
   Bus 001 Device 002: ID 0bda:57cf Realtek Semiconductor Corp.
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: GOOGLE Gnawty
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.10.0-19-generic 
root=UUID=45b1dd3f-10df-4a28-904c-74c694ef75a5 ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.10.0-19-generic N/A
   linux-backports-modules-4.10.0-19-generic  N/A
   linux-firmware 1.164
  SourcePackage: linux
  UpgradeStatus: Upgraded to zesty on 2017-04-16 (2 days ago)
  dmi.bios.date: 08/16/2015
  dmi.bios.vendor: coreboot
  dmi.chassis.type: 3
  dmi.chassis.vendor: GOOGLE
  dmi.modalias: 
dmi:bvncoreboot:bvr:bd08/16/2015:svnGOOGLE:pnGnawty:pvr1.0:cvnGOOGLE:ct3:cvr:
  dmi.product.name: Gnawty
  dmi.product.version: 1.0
  dmi.sys.vendor: GOOGLE

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1689495] Re: unattended-upgrade crashed with AttributeError in _write(): 'NoneType' object has no attribute 'write'

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to unattended-upgrades in
Ubuntu.
https://bugs.launchpad.net/bugs/1689495

Title:
  unattended-upgrade crashed with AttributeError in _write(): 'NoneType'
  object has no attribute 'write'

Status in unattended-upgrades package in Ubuntu:
  Confirmed

Bug description:
  This happened after upgrading it to Artful.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: unattended-upgrades 0.93.1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  ApportVersion: 2.20.4-0ubuntu6
  Architecture: amd64
  CrashCounter: 1
  Date: Tue May  9 08:20:24 2017
  ExecutablePath: /usr/bin/unattended-upgrade
  InstallationDate: Installed on 2017-05-05 (3 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  InterpreterPath: /usr/bin/python3.5
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/unattended-upgrade -d 3
  ProcEnviron:
   LANGUAGE=en_IE:en
   PATH=(custom, no user)
   LANG=en_IE.UTF-8
  PythonArgs: ['/usr/bin/unattended-upgrade', '-d', '3']
  SourcePackage: unattended-upgrades
  Title: unattended-upgrade crashed with AttributeError in _write(): 'NoneType' 
object has no attribute 'write'
  UpgradeStatus: Upgraded to artful on 2017-05-05 (3 days ago)
  UserGroups:

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1670463] Re: crash in XGetWindowProperty from gdk_check_wm_desktop_changed

2021-07-31 Thread Norbert
** Tags removed: zesty

** Changed in: gtk+3.0 (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+3.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1670463

Title:
  crash in XGetWindowProperty from gdk_check_wm_desktop_changed

Status in gtk+3.0 package in Ubuntu:
  Incomplete

Bug description:
  start up error

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: mate-settings-daemon 1.17.1-0~ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-9.11-generic 4.10.0
  Uname: Linux 4.10.0-9-generic x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: MATE
  Date: Mon Mar  6 20:29:40 2017
  ExecutablePath: /usr/bin/mate-settings-daemon
  InstallationDate: Installed on 2016-09-09 (177 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  ProcCmdline: /usr/bin/mate-settings-daemon
  Signal: 5
  SourcePackage: mate-settings-daemon
  StacktraceTop:
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   XGetWindowProperty () from /usr/lib/x86_64-linux-gnu/libX11.so.6
   ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
  Title: mate-settings-daemon crashed with signal 5 in _XReply()
  UpgradeStatus: Upgraded to zesty on 2016-10-16 (140 days ago)
  UserGroups: adm audio cdrom dialout dip lpadmin netdev plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1670463/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1671885] Re: synapse crashed with SIGSEGV in __GI___libc_free()

2021-07-31 Thread Norbert
** Tags removed: zesty

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to libzeitgeist in Ubuntu.
https://bugs.launchpad.net/bugs/1671885

Title:
  synapse crashed with SIGSEGV in __GI___libc_free()

Status in libzeitgeist package in Ubuntu:
  Incomplete
Status in synapse package in Ubuntu:
  Incomplete

Bug description:
  crash

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: synapse 0.2.99.2-2
  ProcVersionSignature: Ubuntu 4.10.0-11.13-generic 4.10.1
  Uname: Linux 4.10.0-11-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Fri Mar 10 19:07:46 2017
  ExecutablePath: /usr/bin/synapse
  InstallationDate: Installed on 2017-03-09 (1 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Alpha amd64 (20170125)
  ProcCmdline: synapse
  ProcEnviron:
   LANGUAGE=ru_UA:ru
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_UA.UTF-8
   SHELL=/bin/bash
  SegvAnalysis:
   Segfault happened at: 0x7fb4b2545162 <__GI___libc_free+34>:  mov
-0x8(%rdi),%rax
   PC (0x7fb4b2545162) ok
   source "-0x8(%rdi)" (0x3fb0101010101008) not located in a known VMA region 
(needed readable region)!
   destination "%rax" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: synapse
  StacktraceTop:
   __GI___libc_free (mem=0x3fb0101010101010) at malloc.c:2963
   zeitgeist_symbol_info_register () from 
/usr/lib/x86_64-linux-gnu/libzeitgeist-2.0.so.0
   zeitgeist_symbol_initialize_symbols () from 
/usr/lib/x86_64-linux-gnu/libzeitgeist-2.0.so.0
   zeitgeist_symbol_get_all_children () from 
/usr/lib/x86_64-linux-gnu/libzeitgeist-2.0.so.0
   zeitgeist_db_reader_get_where_clause_for_symbol () from 
/usr/lib/x86_64-linux-gnu/libzeitgeist-2.0.so.0
  Title: synapse crashed with SIGSEGV in __GI___libc_free()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1674072] Re: fluidsynth crashed with SIGSEGV in jack_port_get_buffer()

2021-07-31 Thread Norbert
** Tags removed: zesty

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fluidsynth in Ubuntu.
https://bugs.launchpad.net/bugs/1674072

Title:
  fluidsynth crashed with SIGSEGV in jack_port_get_buffer()

Status in fluidsynth package in Ubuntu:
  Incomplete

Bug description:
  Just tried starting it from the command line with a midi file.  Jack
  available but not running at the time I tried this.

  I cannot vouch whether this was started with or without pasuspender: I
  tried both since without pasuspender fluidsynth (or jack) complained
  about Pulseaudio hogging the device.  It could have crashed after the
  complaint, or it could have crashed independently without such a
  complaint.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.04
  Package: fluidsynth 1.1.6-4
  ProcVersionSignature: Ubuntu 4.10.0-11.13-lowlatency 4.10.1
  Uname: Linux 4.10.0-11-lowlatency x86_64
  ApportVersion: 2.20.4-0ubuntu2
  Architecture: i386
  CurrentDesktop: MATE
  Date: Sun Mar 19 09:28:47 2017
  ExecutablePath: /usr/bin/fluidsynth
  InstallationDate: Installed on 2011-10-14 (1982 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  ProcCmdline: fluidsynth /home/username/scores/tabber.midi
  SegvAnalysis:
   Segfault happened at: 0xf72d9194 :  mov
0xc(%esi),%edx
   PC (0xf72d9194) ok
   source "0xc(%esi)" (0x000c) not located in a known VMA region (needed 
readable region)!
   destination "%edx" ok
   Stack memory exhausted (SP below stack segment)
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: fluidsynth
  StacktraceTop:
   jack_port_get_buffer () from /usr/lib/i386-linux-gnu/libjack.so.0
   fluid_jack_driver_process () from /usr/lib/i386-linux-gnu/libfluidsynth.so.1
   ?? () from /usr/lib/i386-linux-gnu/libjack.so.0
   start_thread (arg=0xf6809b40) at pthread_create.c:333
   clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:113
  Title: fluidsynth crashed with SIGSEGV in jack_port_get_buffer()
  UpgradeStatus: Upgraded to zesty on 2017-01-05 (72 days ago)
  UserGroups: adm admin audio cdrom dialout fax floppy lpadmin lxd plugdev 
pulse-access sambashare

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1711132] Re: make crashed with SIGSEGV in variable_hash_1()

2021-07-31 Thread Norbert
** Tags removed: artful

** Changed in: make-dfsg (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to make-dfsg in Ubuntu.
https://bugs.launchpad.net/bugs/1711132

Title:
  make crashed with SIGSEGV in variable_hash_1()

Status in make-dfsg package in Ubuntu:
  Incomplete

Bug description:
  i don't know

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: make 4.1-9.1
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  Date: Wed Aug 16 17:37:40 2017
  Dependencies:
   gcc-7-base 7.1.0-13ubuntu1
   libc6 2.24-12ubuntu1
   libgcc1 1:7.1.0-13ubuntu1
  ExecutablePath: /usr/bin/make
  InstallationDate: Installed on 2017-08-02 (14 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha amd64 
(20170725.1)
  ProcCmdline: make -f ./scripts/Makefile.build 
obj=/var/lib/dkms/nvidia-375/375.82/build
  ProcEnviron:
   LC_COLLATE=C
   PATH=(custom, no user)
   LC_NUMERIC=C
   LANG=en_US.UTF-8
   TERM=linux
  SegvAnalysis:
   Segfault happened at: 0x698913f28f:  movzbl (%rax),%esi
   PC (0x698913f28f) ok
   source "(%rax)" (0x406989d94420) not located in a known VMA region (needed 
readable region)!
   destination "%esi" ok
  SegvReason: reading unknown VMA
  Signal: 11
  SourcePackage: make-dfsg
  StacktraceTop:
   ?? ()
   hash_find_slot ()
   target_environment ()
   ?? ()
   ?? ()
  Title: make crashed with SIGSEGV in hash_find_slot()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1705570] Re: jackd crashed with SIGSEGV in Streaming::StreamProcessor::packetsStopped()

2021-07-31 Thread Norbert
** Tags removed: artful

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

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to jackd2 in Ubuntu.
https://bugs.launchpad.net/bugs/1705570

Title:
  jackd crashed with SIGSEGV in
  Streaming::StreamProcessor::packetsStopped()

Status in jackd2 package in Ubuntu:
  Incomplete

Bug description:
  Started jackd (version 2) with

  jackd -d firewire -r 96000

  and had a Mackie Onyx 1620 (with Firewire extension card) and an
  Alesis iO|14 connected in series.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: jackd2 1.9.10+20150825git1ed50c92~dfsg-2ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-10.15-lowlatency 4.11.8
  Uname: Linux 4.11.0-10-lowlatency i686
  ApportVersion: 2.20.5-0ubuntu5
  Architecture: i386
  CurrentDesktop: MATE
  Date: Thu Jul 20 22:22:11 2017
  ExecutablePath: /usr/bin/jackd
  InstallationDate: Installed on 2011-10-14 (2106 days ago)
  InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111011)
  ProcCmdline: jackd -d firewire -r 96000
  SegvAnalysis:
   Segfault happened at: 0xb5e9df68 
<_ZN9Streaming15StreamProcessor14packetsStoppedEv+16>:  movl   
$0x2,0x34(%eax)
   PC (0xb5e9df68) ok
   source "$0x2" ok
   destination "0x34(%eax)" (0x0034) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing NULL VMA
  Signal: 11
  SourcePackage: jackd2
  StacktraceTop:
   Streaming::StreamProcessor::packetsStopped() () at /usr/lib/libffado.so.2
   IsoHandlerManager::IsoHandler::disable() () at /usr/lib/libffado.so.2
   IsoHandlerManager::IsoHandler::~IsoHandler() () at /usr/lib/libffado.so.2
   IsoHandlerManager::pruneHandlers() () at /usr/lib/libffado.so.2
   IsoHandlerManager::unregisterStream(Streaming::StreamProcessor*) () at 
/usr/lib/libffado.so.2
  Title: jackd crashed with SIGSEGV in 
Streaming::StreamProcessor::packetsStopped()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm admin audio cdrom dialout fax floppy lpadmin lxd plugdev 
pulse-access sambashare

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1711465] Re: IP stops returning to arp-scan when sshed into.

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1711465

Title:
   IP stops returning to arp-scan when sshed into.

Status in network-manager package in Ubuntu:
  New

Bug description:
  I posted this on the Ubuntu-MATE bug report before this
  (https://bugs.launchpad.net/ubuntu-mate/+bug/1711460), but I don't
  know how active that place is so I'm also going to post it here. I
  also don't know if this is the right package to post this in, but
  since there is no clear way to post bugs with ambiguous sources of
  problems, I am posting here.

  When I do a scan of my local network via the command arp-scan
  --localnet, I find that the IP of the machine which has Ubuntu-MATE on
  it shows up in the list of IPs brought back by arp-scan. But when I
  ssh to that machine and then issue the command arp-scan --localnet
  from the machine that I had sshed from, I find that the IP address of
  the computer with Ubuntu-MATE on it is absent from the list. I expect
  the IP address with the machine with Ubuntu-MATE to show up. I tested
  this with other machines and operating systems and those still
  returned an IP address when issued arp-scan --localnet. The Ubuntu-
  MATE machine was the only one which didn't.

  Description:  Ubuntu Artful Aardvark (development branch)
  Release:  17.10

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.11.0-13.19-generic 4.11.12
  Uname: Linux 4.11.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  Date: Thu Aug 17 14:19:46 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-01-07 (222 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  IpRoute:
   default via 192.168.1.1 dev wlp7s0 proto static metric 600 
   169.254.0.0/16 dev wlp7s0 scope link metric 1000 
   192.168.1.0/24 dev wlp7s0 proto kernel scope link src 192.168.1.96 metric 600
  NetworkManager.conf:
   [main]
   plugins=ifupdown,keyfile
   
   [ifupdown]
   managed=false
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: network-manager
  UpgradeStatus: Upgraded to artful on 2017-08-11 (6 days ago)
  nmcli-dev:
   DEVICE  TYPE  STATEDBUS-PATH  
CONNECTIONCON-UUID  CON-PATH
   
   wlp7s0  wifi  connected/org/freedesktop/NetworkManager/Devices/3  
Windows7Family 2  ea6b04bf-6ea5-4250-9783-f8df31fb090a  
/org/freedesktop/NetworkManager/ActiveConnection/3 
   enp6s0  ethernet  unavailable  /org/freedesktop/NetworkManager/Devices/2  -- 
   ---- 

   lo  loopback  unmanaged/org/freedesktop/NetworkManager/Devices/1  -- 
   ----
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1711851] Re: Disable MAC address randomization on Live system

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1711851

Title:
  Disable MAC address randomization on Live system

Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  I'm using the pre-release version of artful 17.10 and network manager
  1.8.2-1ubuntu2 Much like in Debian Stretch, network-manager is set to
  use the random mac address feature of network manager, which doesn't
  allow certain wifi cards/ routers to work together. See Debian bug
  836351.  I think this feature should be disabled on a live cd, because
  it isn't fixable during an install and it might cause a user just to
  give up and not install Ubuntu.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: network-manager 1.8.2-1ubuntu2
  ProcVersionSignature: Ubuntu 4.12.0-11.12-generic 4.12.5
  Uname: Linux 4.12.0-11-generic x86_64
  ApportVersion: 2.20.6-0ubuntu5
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Aug 19 14:00:17 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-08-19 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha amd64 
(20170818)
  IpRoute:
   default via 192.168.1.1 dev wlxec086b17f6d1 proto static metric 600 
   169.254.0.0/16 dev wlxec086b17f6d1 scope link metric 1000 
   192.168.1.0/24 dev wlxec086b17f6d1 proto kernel scope link src 192.168.1.4 
metric 600
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  RfKill:
   0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2017-08-19T13:51:03.103665
  nmcli-con:
   NAMEUUID  TYPE 
TIMESTAMP   TIMESTAMP-REAL   AUTOCONNECT  AUTOCONNECT-PRIORITY  
READONLY  DBUS-PATH   ACTIVE  DEVICE   
STATE  ACTIVE-PATH SLAVE 
   556F02  72b161b9-3dad-4583-ae59-1d3e0402b37e  802-11-wireless  
1503165502  Sat 19 Aug 2017 01:58:22 PM EDT  yes  0 
no/org/freedesktop/NetworkManager/Settings/1  yes wlxec086b17f6d1  
activated  /org/freedesktop/NetworkManager/ActiveConnection/1  --
   Wired connection 1  1d860881-8bc6-3d0d-8455-2b15a87f1307  802-3-ethernet   
1503165498  Sat 19 Aug 2017 01:58:18 PM EDT  yes  4294966297
no/org/freedesktop/NetworkManager/Settings/2  no  --   
-- --  --
  nmcli-dev:
   DEVICE   TYPE  STATEDBUS-PATH
  CONNECTION  CON-UUID  CON-PATH
   
   wlxec086b17f6d1  wifi  connected
/org/freedesktop/NetworkManager/Devices/3  556F02  
72b161b9-3dad-4583-ae59-1d3e0402b37e  
/org/freedesktop/NetworkManager/ActiveConnection/1 
   eno1 ethernet  unavailable  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
   lo   loopback  unmanaged
/org/freedesktop/NetworkManager/Devices/1  --  --   
 --
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.8.2connected  started  full  enabled enabled  
enabled  enabled  enabled

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1697646] Re: Long-running ping command leads to 100% CPU usage

2021-07-31 Thread Norbert
** Tags removed: zesty

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to iputils in Ubuntu.
https://bugs.launchpad.net/bugs/1697646

Title:
  Long-running ping command leads to 100% CPU usage

Status in iputils package in Ubuntu:
  Confirmed

Bug description:
  Since I've updated my laptop to Ubuntu MATE 17.04, I notice ping
  sometimes gets into a runaway mode.

  I'm on a shaky Wi-Fi so to monitor connectivity I usually have a long
  running ping command against google's DNS server:

  > ping -s16 8.8.4.4

  Often, after leaving it for a while, I notice screaming vents and htop
  then shows the ping process consuming 100% of one CPU. It will stay
  like that until ping is killed.

  I'm not sure how to troubleshoot this issue, can someone recommend a
  protocol?

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: iputils-ping 3:20161105-1ubuntu2
  ProcVersionSignature: Ubuntu 4.10.0-22.24-generic 4.10.15
  Uname: Linux 4.10.0-22-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  Date: Tue Jun 13 11:11:26 2017
  InstallationDate: Installed on 2017-04-05 (69 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Beta amd64 (20170321.1)
  SourcePackage: iputils
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938616] [NEW] Lenovo 14 iml Touchpad not working

2021-07-31 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I m having lenovo 14 iml presently running on kernel 5.11.0-25-generic i am 
using kubuntu 
my touch pad is not working here tried many kernels no luck. The only kernel in 
which it does work was provided by kai-Heng 
linux-image-5.9.0-rc4+_5.9.0-rc4+-4_amd64.deb it is the only kernel where my 
touchpad works but the problem is in this kernel virtual box does not work as 
intended.


Can anyone help me out to figure out how to get this working on any other 
kernel.

A bit new here if need any new info i will provide.

ProblemType: Bug
DistroRelease: Ubuntu 21.04
Package: xorg 1:7.7+22ubuntu1
ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
Uname: Linux 5.11.0-25-generic x86_64
ApportVersion: 2.20.11-0ubuntu65.1
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: pass
CompositorRunning: None
CurrentDesktop: KDE
Date: Sat Jul 31 19:10:48 2021
DistUpgraded: Fresh install
DistroCodename: hirsute
DistroVariant: ubuntu
ExtraDebuggingInterest: No
GraphicsCard:
 Intel Corporation CometLake-U GT2 [UHD Graphics] [8086:9b41] (rev 02) (prog-if 
00 [VGA controller])
   Subsystem: Lenovo UHD Graphics [17aa:382f]
InstallationDate: Installed on 2021-07-31 (0 days ago)
InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
MachineType: LENOVO 20RV
ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.11.0-25-generic 
root=UUID=48f1-f5cd-4f89-b98b-b6b37bec77fd ro rootflags=subvol=@ 
i8042.reset i8042.nomux i8042.nopnp i8042.noloop quiet splash 
psmouse.proto=bare vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/10/2021
dmi.bios.release: 1.35
dmi.bios.vendor: LENOVO
dmi.bios.version: CJCN35WW
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: NO DPK
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.ec.firmware.release: 1.34
dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN35WW:bd05/10/2021:br1.35:efr1.34:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvr:
dmi.product.family: Lenovo ThinkBook 14-IML
dmi.product.name: 20RV
dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
dmi.product.version: Lenovo ThinkBook 14-IML
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~21.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


** Tags: amd64 apport-bug hirsute kubuntu ubuntu
-- 
Lenovo 14 iml Touchpad not working
https://bugs.launchpad.net/bugs/1938616
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to xorg in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938616] Re: Lenovo 14 iml Touchpad not working

2021-07-31 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => xorg (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to xorg in Ubuntu.
https://bugs.launchpad.net/bugs/1938616

Title:
  Lenovo 14 iml Touchpad not working

Status in xorg package in Ubuntu:
  New

Bug description:
  I m having lenovo 14 iml presently running on kernel 5.11.0-25-generic i am 
using kubuntu 
  my touch pad is not working here tried many kernels no luck. The only kernel 
in which it does work was provided by kai-Heng 
linux-image-5.9.0-rc4+_5.9.0-rc4+-4_amd64.deb it is the only kernel where my 
touchpad works but the problem is in this kernel virtual box does not work as 
intended.

  
  Can anyone help me out to figure out how to get this working on any other 
kernel.

  A bit new here if need any new info i will provide.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: pass
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Sat Jul 31 19:10:48 2021
  DistUpgraded: Fresh install
  DistroCodename: hirsute
  DistroVariant: ubuntu
  ExtraDebuggingInterest: No
  GraphicsCard:
   Intel Corporation CometLake-U GT2 [UHD Graphics] [8086:9b41] (rev 02) 
(prog-if 00 [VGA controller])
 Subsystem: Lenovo UHD Graphics [17aa:382f]
  InstallationDate: Installed on 2021-07-31 (0 days ago)
  InstallationMedia: Kubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  MachineType: LENOVO 20RV
  ProcKernelCmdLine: BOOT_IMAGE=/@/boot/vmlinuz-5.11.0-25-generic 
root=UUID=48f1-f5cd-4f89-b98b-b6b37bec77fd ro rootflags=subvol=@ 
i8042.reset i8042.nomux i8042.nopnp i8042.noloop quiet splash 
psmouse.proto=bare vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 05/10/2021
  dmi.bios.release: 1.35
  dmi.bios.vendor: LENOVO
  dmi.bios.version: CJCN35WW
  dmi.board.name: LNVNB161216
  dmi.board.vendor: LENOVO
  dmi.board.version: NO DPK
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.ec.firmware.release: 1.34
  dmi.modalias: 
dmi:bvnLENOVO:bvrCJCN35WW:bd05/10/2021:br1.35:efr1.34:svnLENOVO:pn20RV:pvrLenovoThinkBook14-IML:rvnLENOVO:rnLNVNB161216:rvrNODPK:cvnLENOVO:ct10:cvr:
  dmi.product.family: Lenovo ThinkBook 14-IML
  dmi.product.name: 20RV
  dmi.product.sku: LENOVO_MT_20RV_BU_idea_FM_Lenovo ThinkBook 14-IML
  dmi.product.version: Lenovo ThinkBook 14-IML
  dmi.sys.vendor: LENOVO
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~21.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.1-2
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1756581] Re: Greeter is not showing. I get wallpaper and can enter password.

2021-07-31 Thread Norbert
** Changed in: lightdm (Ubuntu)
   Status: New => Incomplete

** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lightdm in Ubuntu.
https://bugs.launchpad.net/bugs/1756581

Title:
  Greeter is not showing.  I get wallpaper and can enter password.

Status in lightdm package in Ubuntu:
  Incomplete

Bug description:
  I'm only seeing greeter wall paper.  There is no username or dialog
  box to enter my password -- no prompt.  However, if I blindly type my
  password, I can log on.  I was installing cuda 8.0 today.  I entered:

  sudo nvidia-xconfig --enable-all-gpus
  sudo nvidia-xconfig --cool-bits=12

  and then I restarted lightdm with

  sudo systemctl restart lightdm.service

  After that the system rebooted, and I no longer saw a greeter prompt.

  I appreciate any help.

  Thank you,

  MikeyBee

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: lightdm 1.24.0-0ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13
  Uname: Linux 4.13.0-37-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Mar 17 14:47:20 2018
  InstallationDate: Installed on 2017-05-08 (313 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  SourcePackage: lightdm
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1535840] Re: systemd ignoring /etc/modules due to blacklist

2021-07-31 Thread Filippo Argiolas
Any news about this? it seems all watchdog modules are blacklisted
unless the watchdog daemon is installed and one module is enabled in
/etc/default/watchdog. With basic watchdog functionality already enabled
in systemd shouldn't this be changed to support it?

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1535840

Title:
  systemd ignoring /etc/modules due to blacklist

Status in systemd package in Ubuntu:
  Opinion

Bug description:
  I tried the daily build of 16.04 32-bit to test out the watchdog
  daemon code. Usually (Ubuntu 10.04-14.04) I add the watchdog module in
  /etc/modules so it is loaded at boot-time, as watchdog timer modules
  are not normally auto-loaded due to the risk of an unexpected reboot.

  However I now find that systemd is choosing to ignore my command to
  load the module in /etc/modules since it appears in the watchdog
  blacklist. Typical syslog entries look like this:

  Jan 19 16:46:14 ubuntu systemd-modules-load[337]: Module 'softdog' is 
blacklisted
  Jan 19 17:53:23 ubuntu systemd-modules-load[342]: Module 'softdog' is 
blacklisted

  This is just dumb! I have explicitly told the system to load the
  module, an action that works perfectly well using modprobe or by
  adding it to the start script for the watchdog, and yet systemd
  chooses to override that because of the blacklist for auto-loaded
  modules (in this case in /etc/modprobe.d/blacklist-watchdog.conf).

  $ lsb_release -rd
  Description:  Ubuntu Xenial Xerus (development branch)
  Release:  16.04

  $ apt-cache policy systemd
  systemd:
Installed: 228-4ubuntu1
Candidate: 228-4ubuntu1
Version table:
   *** 228-4ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu xenial/main i386 Packages
  100 /var/lib/dpkg/status

  What I expect to happen is modules added to /etc/modules are loaded at
  boot time, and not subject to the blacklist for hardware detect /
  automatic loading.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1935850] Re: Dell XPS 17 (9710) PCI/internal sound card not detected

2021-07-31 Thread Raish khaitu
@hui.wang as far as i know i didn't have to update the sof-firmware.
Just changing the kernel did the work for me.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/1935850

Title:
  Dell XPS 17 (9710) PCI/internal sound card not detected

Status in alsa-driver package in Ubuntu:
  Confirmed

Bug description:
  No audio/mic from internal speakers/build in microphone running Ubuntu
  20.04, 20.10 or 21.04  .  Can connect via USB headset and audio will
  work.   Tried suggestions from Dell XPS 17 (9700) but this is the new
  model and fixes do not work. Currently running 21.04 with proposed.

  Have tried hirsute-proposed (5.11.0-24-generic) with no luck.

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: alsa-base 1.0.25+dfsg-0ubuntu7
  ProcVersionSignature: Ubuntu 5.11.0-24.25-generic 5.11.22
  Uname: Linux 5.11.0-24-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  mblack 1698 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Jul 12 11:21:27 2021
  InstallationDate: Installed on 2021-07-07 (4 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Title: PCI/internal sound card not detected
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/15/2021
  dmi.bios.release: 1.2
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.0
  dmi.board.name: 012MMP
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.0:bd06/15/2021:br1.2:svnDellInc.:pnXPS179710:pvr:rvnDellInc.:rn012MMP:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: XPS
  dmi.product.name: XPS 17 9710
  dmi.product.sku: 0A5D
  dmi.sys.vendor: Dell Inc.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1828672] Re: Unable to add deb-src repository line from Other software tab using Add button

2021-07-31 Thread Norbert
** Tags removed: cosmid disco eoan
** Tags added: focal hirsute impish

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1828672

Title:
  Unable to add deb-src repository line from Other software tab using
  Add button

Status in software-properties package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Launch Software & Updates with `software-properties-gtk`
  2. Switch to *Other Software* tab
  3. Click *Add* 
  4. Enter correct deb-src repository line like `deb-src 
http://archive.ubuntu.com/ubuntu precise main universe multiverse`

  Expected result:
  * the entered repository line is added in the list of current tab (and to 
sources.list), user was asked about reloading repository information

  Actual result:
  * user asked to enter password, the entered repository line is ignored, user 
is not informed, dialog closed without any messages

  Workaround:
  * add binary repository `deb http://archive.ubuntu.com/ubuntu precise main 
universe multiverse` and then uncheck binaries and check source code mark

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: software-properties-gtk 0.96.20.8
  ProcVersionSignature: Ubuntu 4.15.0-46.49~16.04.1-generic 4.15.18
  Uname: Linux 4.15.0-46-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.18
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat May 11 15:08:45 2019
  InstallationDate: Installed on 2018-08-07 (276 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1725631] Re: dock_applet.py crashed with SIGSEGV in gdk_pixbuf_get_width()

2021-07-31 Thread Norbert
** Tags removed: artful

** Changed in: gdk-pixbuf (Ubuntu)
   Status: New => Incomplete

** Changed in: mate-dock-applet (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gdk-pixbuf in Ubuntu.
https://bugs.launchpad.net/bugs/1725631

Title:
  dock_applet.py crashed with SIGSEGV in gdk_pixbuf_get_width()

Status in gdk-pixbuf package in Ubuntu:
  Incomplete
Status in mate-dock-applet package in Ubuntu:
  Incomplete

Bug description:
  I had just installed Planner 0.14.6 and attempting to move the dock
  icon which disappeared and the crash occurred.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: mate-dock-applet 0.79-1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat Oct 21 11:37:17 2017
  ExecutablePath: /usr/lib/mate-applets/mate-dock-applet/dock_applet.py
  InstallationDate: Installed on 2017-09-29 (21 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha amd64 
(20170926)
  InterpreterPath: /usr/bin/python3.6
  ProcCmdline: python3 /usr/lib/mate-applets/mate-dock-applet/dock_applet.py
  ProcEnviron:
   SHELL=/bin/bash
   XDG_RUNTIME_DIR=
   PATH=(custom, no user)
   LANGUAGE=en_GB:en
   LANG=en_GB.UTF-8
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  SegvAnalysis:
   Segfault happened at: 0x7fb63b6d5246 :  cmp
%rax,(%rdx)
   PC (0x7fb63b6d5246) ok
   source "%rax" ok
   destination "(%rdx)" (0x7fb63dd4ff3abb49) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: mate-dock-applet
  StacktraceTop:
   gdk_pixbuf_get_width () from /usr/lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
   ?? () from /usr/lib/x86_64-linux-gnu/libgtk-3.so.0
  Title: dock_applet.py crashed with SIGSEGV in gdk_pixbuf_get_width()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1728253] Re: package dictionaries-common 1.27.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2

2021-07-31 Thread Norbert
** Tags removed: artful

** Changed in: dictionaries-common (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to dictionaries-common in
Ubuntu.
https://bugs.launchpad.net/bugs/1728253

Title:
  package dictionaries-common 1.27.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 2

Status in dictionaries-common package in Ubuntu:
  Incomplete

Bug description:
  freezing on upgrade clock ,processes  etc...

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: dictionaries-common 1.27.2
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic i686
  NonfreeKernelModules: wl
  ApportVersion: 2.20.7-0ubuntu3.1
  Architecture: i386
  Date: Sat Oct 28 10:33:01 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 2
  InstallationDate: Installed on 2017-10-28 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Alpha i386 
(20170829.1)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5
  SourcePackage: dictionaries-common
  Title: package dictionaries-common 1.27.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 2
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1716126] Re: mobile broadband connection can't be added

2021-07-31 Thread Norbert
** Tags removed: 17.10 artful

** Tags removed: network

** Changed in: network-manager (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to network-manager in Ubuntu.
https://bugs.launchpad.net/bugs/1716126

Title:
  mobile broadband connection can't be added

Status in network-manager package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu Mate Beta1 amd64 live-iso

  I tried adding a Mobile Broadband Connection (LTE), i clicked "New
  Mobile Broadband connection..." in the drop-down Network Menu from
  Desktop.

  I Followed the dialog and selected My Country and my Network-provider after 
the last step a error-message pops up:
  title: "Connection failure" 
  "Failed to add/activate connection"
  "(7) gsm.username: property is empty"
  [Close]

  No new connection is added.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1860267] Re: software-properties-gtk crashed with AttributeError in run(): 'SoftwarePropertiesGtk' object has no attribute 'on_keyboard_Interrupt'

2021-07-31 Thread Norbert
** Tags removed: eoan

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to software-properties in
Ubuntu.
https://bugs.launchpad.net/bugs/1860267

Title:
  software-properties-gtk crashed with AttributeError in run():
  'SoftwarePropertiesGtk' object has no attribute
  'on_keyboard_Interrupt'

Status in software-properties package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Open terminal and execute `software-properties-gtk`
  2. Wait it to open
  3. Press + in the terminal to stop it.

  Expected result:
  * Software & Updates window closed quietly and clean

  Actual results:
  * Software & Updates window closed with errors in terminal

  focal@focal-VirtualBox:~$ software-properties-gtk
  ^CTraceback (most recent call last):
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SimpleGtkbuilderApp.py", 
line 54, in run
  Gtk.Application.run(self, None)
File "/usr/lib/python3/dist-packages/gi/overrides/Gio.py", line 44, in run
  return Gio.Application.run(self, *args, **kwargs)
File "/usr/lib/python3.7/contextlib.py", line 119, in __exit__
  next(self.gen)
File "/usr/lib/python3/dist-packages/gi/_ossighelper.py", line 251, in 
register_sigint_fallback
  signal.default_int_handler(signal.SIGINT, None)
  KeyboardInterrupt

  During handling of the above exception, another exception occurred:

  Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 101, in 
  app.run()
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SimpleGtkbuilderApp.py", 
line 56, in run
  self.on_keyboard_Interrupt() 
  AttributeError: 'SoftwarePropertiesGtk' object has no attribute 
'on_keyboard_Interrupt'
  focal@focal-VirtualBox:~$ 

  
   and "Crash report" dialog afterwards.

  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: software-properties-gtk 0.98.6
  ProcVersionSignature: Ubuntu 5.4.0-9.12-generic 5.4.3
  Uname: Linux 5.4.0-9-generic x86_64
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: MATE
  Date: Sun Jan 19 13:10:46 2020
  ExecutablePath: /usr/bin/software-properties-gtk
  InstallationDate: Installed on 2020-01-16 (2 days ago)
  InstallationMedia: Ubuntu-MATE 20.04 LTS "Focal Fossa" - Alpha amd64 
(20200115)
  InterpreterPath: /usr/bin/python3.7
  PackageArchitecture: all
  ProcCmdline: /usr/bin/python3 /usr/bin/software-properties-gtk
  Python3Details: /usr/bin/python3.7, Python 3.7.6, python3-minimal, 
3.7.5-1ubuntu1
  PythonArgs: ['/usr/bin/software-properties-gtk']
  PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.17-1
  SourcePackage: software-properties
  Title: software-properties-gtk crashed with AttributeError in run(): 
'SoftwarePropertiesGtk' object has no attribute 'on_keyboard_Interrupt'
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1740666] Re: systemd-timesyncd doesn't sync time after resume from hibernate

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1740666

Title:
  systemd-timesyncd doesn't sync time after resume from hibernate

Status in linux package in Ubuntu:
  Confirmed
Status in systemd package in Ubuntu:
  Invalid

Bug description:
  When resuming, the clock remains at the time when the hibernate
  happened, even if timedatectl claims that it is being synced:

  $ timedatectl status
Local time: Вс 2017-12-31 13:46:16 +05
Universal time: Вс 2017-12-31 08:46:16 UTC
  RTC time: Вс 2017-12-31 08:46:16
 Time zone: Asia/Yekaterinburg (+05, +0500)
   Network time on: yes
  NTP synchronized: yes
   RTC in local TZ: no

  I've tried waiting a bit, but this persisted for some minutes, so I
  forced an update with

  systemctl restart systemd-timesyncd.service

  And afterwards the time was (apparently) correctly synced.

  Please, let me know what further informations are needed to debug the
  issue, and I would be happy to do some other test.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.10
  Package: systemd 234-2ubuntu12.1
  ProcVersionSignature: Ubuntu 4.13.0-19.22-generic 4.13.13
  Uname: Linux 4.13.0-19-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.7-0ubuntu3.6
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Dec 31 13:41:51 2017
  InstallationDate: Installed on 2017-06-05 (208 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  MachineType: Gigabyte Technology Co., Ltd. P35-DS3
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-19-generic 
root=UUID=1bda199b-5177-4ed2-babe-46c9ab503918 ro quiet splash zswap.enabled=1 
zswap.compressor=lz4 zswap.max_pool_percent=33 vt.handoff=7
  SourcePackage: systemd
  UpgradeStatus: Upgraded to artful on 2017-12-16 (14 days ago)
  dmi.bios.date: 06/18/2009
  dmi.bios.vendor: Award Software International, Inc.
  dmi.bios.version: F14
  dmi.board.name: P35-DS3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.modalias: 
dmi:bvnAwardSoftwareInternational,Inc.:bvrF14:bd06/18/2009:svnGigabyteTechnologyCo.,Ltd.:pnP35-DS3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnP35-DS3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr:
  dmi.product.name: P35-DS3
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1725019] Re: package initramfs-tools 0.125ubuntu12 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2021-07-31 Thread Norbert
** Tags removed: artful

** Changed in: initramfs-tools (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu.
https://bugs.launchpad.net/bugs/1725019

Title:
  package initramfs-tools 0.125ubuntu12 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 1

Status in initramfs-tools package in Ubuntu:
  Incomplete

Bug description:
  upgrading ubuntu-mate

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: initramfs-tools 0.125ubuntu12
  Uname: Linux 4.1.18-v7+ armv7l
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: armhf
  Date: Thu Oct 19 18:20:45 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5
  SourcePackage: initramfs-tools
  Title: package initramfs-tools 0.125ubuntu12 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to artful on 2017-10-19 (0 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1759096] Re: package fontconfig 2.11.94-0ubuntu2 failed to install/upgrade: triggers looping, abandoned

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.net/bugs/1759096

Title:
  package fontconfig 2.11.94-0ubuntu2 failed to install/upgrade:
  triggers looping, abandoned

Status in fontconfig package in Ubuntu:
  Confirmed

Bug description:
  upgrade 16.04 to 17.10

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: fontconfig 2.11.94-0ubuntu2
  ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13
  Uname: Linux 4.13.0-37-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  Date: Mon Mar 26 17:38:43 2018
  ErrorMessage: triggers looping, abandoned
  InstallationDate: Installed on 2016-06-08 (656 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.1
  SourcePackage: fontconfig
  Title: package fontconfig 2.11.94-0ubuntu2 failed to install/upgrade: 
triggers looping, abandoned
  UpgradeStatus: Upgraded to artful on 2018-03-27 (0 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1767831] Re: package avahi-dnsconfd 0.6.32-1ubuntu1 failed to install/upgrade: subprocess new pre-removal script returned error exit status 1

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to avahi in Ubuntu.
https://bugs.launchpad.net/bugs/1767831

Title:
  package avahi-dnsconfd 0.6.32-1ubuntu1 failed to install/upgrade:
  subprocess new pre-removal script returned error exit status 1

Status in avahi package in Ubuntu:
  Confirmed

Bug description:
  Got bug when did upgrade

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: avahi-dnsconfd 0.6.32-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-37.42-generic 4.13.13
  Uname: Linux 4.13.0-37-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.7-0ubuntu3.8
  Architecture: amd64
  Date: Sun Apr 29 20:07:16 2018
  ErrorMessage: subprocess new pre-removal script returned error exit status 1
  InstallationDate: Installed on 2016-05-05 (723 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.1
  SourcePackage: avahi
  Title: package avahi-dnsconfd 0.6.32-1ubuntu1 failed to install/upgrade: 
subprocess new pre-removal script returned error exit status 1
  UpgradeStatus: Upgraded to artful on 2017-10-20 (191 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1744757] Re: package python 2.7.13-2 failed to install/upgrade: pre-dependency problem - not installing python

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to python-defaults in Ubuntu.
https://bugs.launchpad.net/bugs/1744757

Title:
  package python 2.7.13-2 failed to install/upgrade: pre-dependency
  problem - not installing python

Status in python-defaults package in Ubuntu:
  New

Bug description:
  Die folgenden Pakete haben unerfüllte Abhängigkeiten:
   python : Hängt ab von (vorher): python-minimal (= 2.7.13-2) aber 
2.7.14-2ubuntu1 ist installiert
Hängt ab von: libpython-stdlib (= 2.7.13-2) aber 2.7.14-2ubuntu1 
ist installiert

  ProblemType: Package
  DistroRelease: Ubuntu 17.10
  Package: python 2.7.13-2
  ProcVersionSignature: Ubuntu 4.13.0-25.29-generic 4.13.13
  Uname: Linux 4.13.0-25-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3.7
  Architecture: amd64
  Date: Mon Jan 22 17:20:14 2018
  DuplicateSignature:
   package:python:2.7.13-2
   Setting up python-minimal (2.7.14-2ubuntu1) ...
   dpkg: error processing package python-minimal (--configure):
subprocess installed post-installation script returned error exit status 1
  ErrorMessage: pre-dependency problem - not installing python
  InstallationDate: Installed on 2017-09-11 (133 days ago)
  InstallationMedia: Ubuntu-MATE 17.04 "Zesty Zapus" - Release amd64 (20170412)
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  RelatedPackageVersions:
   dpkg 1.18.24ubuntu1
   apt  1.5.1
  SourcePackage: python-defaults
  Title: package python 2.7.13-2 failed to install/upgrade: pre-dependency 
problem - not installing python
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1843476] Re: running `apt download atop` ; `sudo dpkg -x atop_2.4.0-3_amd64.deb /` kills the system

2021-07-31 Thread Norbert
** Tags removed: disco eoan

** Tags added: hirsute impish

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to base-files in Ubuntu.
https://bugs.launchpad.net/bugs/1843476

Title:
  running `apt download atop` ; `sudo dpkg -x atop_2.4.0-3_amd64.deb /`
  kills the system

Status in base-files package in Ubuntu:
  New
Status in dpkg package in Ubuntu:
  New

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 19.10 installed
  2. Ensure that all dependencies for needed packages are satisfied:

  $ apt install -s atop
  NOTE: This is only a simulation!
    apt needs root privileges for real execution.
    Keep also in mind that locking is deactivated,
    so don't depend on the relevance to the real current situation!
  Reading package lists... Done
  Building dependency tree
  Reading state information... Done
  The following NEW packages will be installed:
    atop
  0 upgraded, 1 newly installed, 0 to remove and 199 not upgraded.
  Inst atop (2.4.0-3 Ubuntu:19.10/eoan [amd64])
  Conf atop (2.4.0-3 Ubuntu:19.10/eoan [amd64])

  3. Download the package with `apt download atop`
  4. Extract the package by hand with `sudo dpkg -x atop_2.4.0-3_amd64.deb /` 
(this is needed if system is broken and it is used in practice; atop is just an 
example)

  Expected results:
  package is extracted normally

  Actual results:
  package is extracted, but system is killed - unable to use `sudo` and many 
other commands -

    $ sudo
    bash: /usr/bin/sudo: No such file or directory

    $ bash
    bash: /usr/bin/bash: No such file or directory

    $ dash
    bash: /usr/bin/dash: No such file or directory

    $ systemctl
    bash: /usr/bin/systemctl: No such file or directory

    $ journalctl
    bash: /usr/bin/journalctl: No such file or directory

    $ ip a
    bash: /usr/sbin/ip: No such file or directory

    $ ldd
    bash: /usr/bin/ldd: /bin/bash: bad interpreter: No such file or directory

    $ mc
    bash: /usr/lib/command-not-found: /usr/bin/python3: bad interpreter: No 
such file or directory

    $ python
    bash: /usr/bin/python: No such file or directory

    $ apt
    bash: /usr/bin/apt: No such file or directory

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: dpkg 1.19.7ubuntu1
  ProcVersionSignature: Ubuntu 5.2.0-15.16-generic 5.2.9
  Uname: Linux 5.2.0-15-generic x86_64
  ApportVersion: 2.20.11-0ubuntu7
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Tue Sep 10 21:25:58 2019
  InstallationDate: Installed on 2019-09-06 (4 days ago)
  InstallationMedia: Ubuntu-MATE 19.10 "Eoan Ermine" - Alpha amd64 (20190906)
  SourcePackage: dpkg
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1827757] Re: PMF

2021-07-31 Thread Norbert
** Tags removed: disco

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wpa in Ubuntu.
https://bugs.launchpad.net/bugs/1827757

Title:
  PMF

Status in wpa package in Ubuntu:
  Confirmed

Bug description:
  WPA Supplicant packaged with Ubuntu doesn't support PMF. PMF support
  has been available in wpa supplicant for about 3 years now and in
  couple of major releases. PMF is a security feature and should be
  supported (at least at the level when it needs to be manually
  enabled).

  Thanks!

  ProblemType: Bug
  DistroRelease: Ubuntu 19.04
  Package: wpasupplicant 2:2.6-21ubuntu3
  ProcVersionSignature: Ubuntu 5.0.0-13.14-generic 5.0.6
  Uname: Linux 5.0.0-13-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.10-0ubuntu27
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sat May  4 23:55:42 2019
  InstallationDate: Installed on 2016-02-20 (1169 days ago)
  InstallationMedia: Ubuntu-MATE 15.10 "Wily Werewolf" - Release amd64 
(20151021)
  SourcePackage: wpa
  UpgradeStatus: Upgraded to disco on 2019-05-02 (2 days ago)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1823550] Re: GtkSourceView (gedit - Text Editor and others) wrongly has monospaced font in dropdown (context) menu

2021-07-31 Thread Norbert
** Tags removed: disco

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-themes in Ubuntu.
https://bugs.launchpad.net/bugs/1823550

Title:
  GtkSourceView (gedit - Text Editor and others) wrongly has monospaced
  font in dropdown (context) menu

Status in GtkSourceView:
  Fix Released
Status in gtk+3.0 package in Ubuntu:
  Invalid
Status in gtksourceview3 package in Ubuntu:
  Invalid
Status in mate-themes package in Ubuntu:
  Invalid
Status in pluma package in Ubuntu:
  Invalid
Status in ubuntu-mate-artwork package in Ubuntu:
  Fix Released
Status in ubuntu-themes package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Have Ubuntu 17.04 or later installed
  2. Open any application with GtkSourceView component - such as Pluma, Gedit, 
Giggle, Gitg, gnome-builder and maybe others (see complete list with `apt-cache 
rdepends libgtksourceview-3.0-1`)
  3. Click right mouse button on text zone

  Expected result:
  * dropdown menu has normal font as all other interface elements

  Actual result:
  * dropdwon menu wrongly has monospaced font

  Notes:
  * first seen in 17.04, but persists in 17.10, 18.04 LTS, 18.10, 19.04 
releases.
  * seems to be caused by GTK3 library

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: pluma 1.18.1-0ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-42.46-generic 4.10.17
  Uname: Linux 4.10.0-42-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.10
  Architecture: amd64
  CurrentDesktop: MATE
  Date: Sun Apr  7 20:13:24 2019
  InstallationDate: Installed on 2018-08-07 (243 days ago)
  InstallationMedia: Ubuntu-MATE 16.04.3 LTS "Xenial Xerus" - Release amd64 
(20170801)
  SourcePackage: pluma
  UpgradeStatus: No upgrade log present (probably fresh install)

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1726788] Re: python3.6 crashed with signal 7 in adler32_z()

2021-07-31 Thread Norbert
** Tags removed: artful

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/1726788

Title:
  python3.6 crashed with signal 7 in adler32_z()

Status in apt package in Ubuntu:
  New
Status in ubuntu-mate-welcome package in Ubuntu:
  Invalid

Bug description:
  This crash came from multiple errors I was experiencing in my Ubuntu
  MATE installation.

  ProblemType: Crash
  DistroRelease: Ubuntu 17.10
  Package: python3.6-minimal 3.6.3-1ubuntu1
  ProcVersionSignature: Ubuntu 4.13.0-16.19-generic 4.13.4
  Uname: Linux 4.13.0-16-generic x86_64
  ApportVersion: 2.20.7-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  Date: Tue Oct 24 10:26:31 2017
  ExecutablePath: /usr/bin/python3.6
  InstallationDate: Installed on 2017-10-23 (0 days ago)
  InstallationMedia: Ubuntu-MATE 17.10 "Artful Aardvark" - Release amd64 
(20171018)
  ProcCmdline: ubuntu-mate-welcome
  ProcEnviron:
   
  Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
  PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
  Signal: 7
  SourcePackage: python3.6
  StacktraceTop:
   adler32_z () from /lib/x86_64-linux-gnu/libz.so.1
   ?? () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
   pkgCache::ReMap(bool const&) () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
   pkgCache::pkgCache(MMap*, bool) () from 
/usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
   ?? () from /usr/lib/x86_64-linux-gnu/libapt-pkg.so.5.0
  Title: python3.6 crashed with signal 7 in adler32_z()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

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


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1938623] [NEW] Audio output & input routes to usb-c hub (where audio jack is disconnected) instead of laptop speakers

2021-07-31 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I'm using Ubuntu 21.04 with an intel tablet and a lenovo usb-c hub that
has an audio adapter: See https://linux-hardware.org/?probe=09f8c72d80/

I never have anything hooked into the audio jack on usb-c hub, yet every
time I plug my tablet into the usb-c hub the sound output switches to
the usb-c hub instead of staying routed to the tablet speakers. I then
have to go either into settings or use a sound output extension to
switch it back to the speakers.

This issue does not happen when using Windows 10 - audio stays routed
through the tablet speakers - my guess is that it goes a step further
and detects whether an audio jack actually has a cable plugged in or
not.

What package handles determining default audio routing for Ubuntu 21.04
/ Gnome 3.38.5? I'd like to file a bug about this / possibly see if I
can help make the defaults work better.

See also OS confusion about default audio sink - pulse:
https://askubuntu.com/questions/1231935/os-confusion-about-default-
audio-sink-pulse

** Affects: pulseaudio (Ubuntu)
 Importance: Undecided
 Status: Opinion


** Tags: bot-comment
-- 
Audio output & input routes to usb-c hub (where audio jack is disconnected) 
instead of laptop speakers
https://bugs.launchpad.net/bugs/1938623
You received this bug notification because you are a member of Ubuntu Touch 
seeded packages, which is subscribed to pulseaudio in Ubuntu.

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


  1   2   >