[Touch-packages] [Bug 1452115] Re: Python interpreter binary is not compiled as PIE

2022-08-12 Thread Giovanni Pellerano
Hello!

Do you consider possible to issue a PIE enabled package for Debian
Bullseye (that runs python3 3.9)?

Doko: what do you think?

Thank you so much for evaluating this.

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

Title:
  Python interpreter binary is not compiled as PIE

Status in Python:
  New
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python3.10 package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.6 package in Ubuntu:
  Confirmed
Status in python3.7 package in Ubuntu:
  Confirmed
Status in python3.8 package in Ubuntu:
  Confirmed
Status in python3.9 package in Ubuntu:
  New
Status in python3.7 package in Debian:
  New
Status in python3.8 package in Debian:
  New

Bug description:
  The python2.7 binary (installed at /usr/bin/python2.7; package version
  2.7.6-8) is not compiled as a position independent executable (PIE).
  It appears that the python compilation process is somewhat arcane and
  the hardening wrapper probably doesn't do the trick for it.

  This is incredibly dangerous as it means that any vulnerability within
  a native module (e.g. ctypes-based), or within python itself will
  expose an incredibly large amount of known memory contents at known
  addresses (including a large number of dangerous instruction
  groupings). This enables ROP-based
  (https://en.wikipedia.org/wiki/Return-oriented_programming) to abuse
  the interpreter itself to bypass non-executable page protections.

  I have put together an example vulnerable C shared object (with a buffer 
overflow) accessed via python through the ctypes interface as an example. This 
uses a single ROP "gadget" on top of using the known PLT location for system(3) 
(https://en.wikipedia.org/wiki/Return-to-libc_attack) to call "id". The example 
code is accessible at:
  - https://gist.github.com/ChaosData/ae6076cb1c3cc7b0a367

  I'm not exactly familiar enough with the python build process to say
  where exactly an -fPIE needs to be injected into a script/makefile,
  but I feel that given the perceived general preference for ctypes-
  based modules over python written ones, as the native code
  implementations tend to be more performant, this feels like a large
  security hole within the system. Given the nature of this "issue," I'm
  not 100% sure of where it is best reported, but from what I can tell,
  this conflicts with the Ubuntu hardening features and is definitely
  exploitable should a native module contain a sufficiently exploitable
  vulnerability that allows for control of the instruction register.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1452115/+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 1452115] Re: Python interpreter binary is not compiled as PIE

2022-02-25 Thread Giovanni Pellerano
Hello!

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

Title:
  Python interpreter binary is not compiled as PIE

Status in Python:
  New
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.6 package in Ubuntu:
  Confirmed
Status in python3.7 package in Ubuntu:
  Confirmed
Status in python3.8 package in Ubuntu:
  Confirmed
Status in python3.7 package in Debian:
  New
Status in python3.8 package in Debian:
  New

Bug description:
  The python2.7 binary (installed at /usr/bin/python2.7; package version
  2.7.6-8) is not compiled as a position independent executable (PIE).
  It appears that the python compilation process is somewhat arcane and
  the hardening wrapper probably doesn't do the trick for it.

  This is incredibly dangerous as it means that any vulnerability within
  a native module (e.g. ctypes-based), or within python itself will
  expose an incredibly large amount of known memory contents at known
  addresses (including a large number of dangerous instruction
  groupings). This enables ROP-based
  (https://en.wikipedia.org/wiki/Return-oriented_programming) to abuse
  the interpreter itself to bypass non-executable page protections.

  I have put together an example vulnerable C shared object (with a buffer 
overflow) accessed via python through the ctypes interface as an example. This 
uses a single ROP "gadget" on top of using the known PLT location for system(3) 
(https://en.wikipedia.org/wiki/Return-to-libc_attack) to call "id". The example 
code is accessible at:
  - https://gist.github.com/ChaosData/ae6076cb1c3cc7b0a367

  I'm not exactly familiar enough with the python build process to say
  where exactly an -fPIE needs to be injected into a script/makefile,
  but I feel that given the perceived general preference for ctypes-
  based modules over python written ones, as the native code
  implementations tend to be more performant, this feels like a large
  security hole within the system. Given the nature of this "issue," I'm
  not 100% sure of where it is best reported, but from what I can tell,
  this conflicts with the Ubuntu hardening features and is definitely
  exploitable should a native module contain a sufficiently exploitable
  vulnerability that allows for control of the instruction register.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1452115/+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 48734] Re: Home permissions too open

2021-01-17 Thread Giovanni Pelosi
The issue with rootless podman userns mapping is described here
(postgres db confined in host user home):

https://www.redhat.com/sysadmin/rootless-podman-makes-sense

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

Title:
  Home permissions too open

Status in adduser package in Ubuntu:
  Fix Committed
Status in shadow package in Ubuntu:
  Fix Released
Status in adduser source package in Hirsute:
  Fix Committed
Status in shadow source package in Hirsute:
  Fix Released
Status in Ubuntu RTM:
  Opinion

Bug description:
  Binary package hint: debian-installer

  On a fresh dapper install i noticed that the file permissons for the
  home directory for the user created by the installer is set to 755,
  giving read access to everyone on the system.

  Surely this is a bad idea? If your set on the idea can we atleast have
  a option during the boot proccess?

  Also new files that are created via the console ('touch' etc.) are
  done so with '644' permissons, is there anything that can be done
  here? nautlius seems to create files at '600', which is a better
  setting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adduser/+bug/48734/+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 48734] Re: Home permissions too open

2021-01-16 Thread Giovanni Pelosi
Probably, behind the original decision there were also issues of home
access, required by some unprivileged services, like apache (userdir).

Today, letting all users accessing any ~/Doc,~/Pic,~/Video look like a
huge security hole (MS Windows deny this).

But anyway, today 'user' access should support user namespaces
(subuid/subgid)

This is required for rootless container development (podman, docker).

Another point is "sandbox model" by snap/flatpak.

In particular in "partial" supported scenarios: Snap+SeLinux (fedora)
and Flatpak+AppArmor (ubuntu)

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

Title:
  Home permissions too open

Status in adduser package in Ubuntu:
  Fix Committed
Status in shadow package in Ubuntu:
  Fix Released
Status in adduser source package in Hirsute:
  Fix Committed
Status in shadow source package in Hirsute:
  Fix Released
Status in Ubuntu RTM:
  Opinion

Bug description:
  Binary package hint: debian-installer

  On a fresh dapper install i noticed that the file permissons for the
  home directory for the user created by the installer is set to 755,
  giving read access to everyone on the system.

  Surely this is a bad idea? If your set on the idea can we atleast have
  a option during the boot proccess?

  Also new files that are created via the console ('touch' etc.) are
  done so with '644' permissons, is there anything that can be done
  here? nautlius seems to create files at '600', which is a better
  setting.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adduser/+bug/48734/+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 1452115] Re: Python interpreter binary is not compiled as PIE

2020-08-06 Thread Giovanni Pellerano
Hello! Does anyone really care?

5 years passed since the original reporting of this issue and i'm
starting to seriously think that this intended to cover up some zer0
day!

Many were the justification to this related to performance but actually
with many tests this appeared to not be the case:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919134

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

Title:
  Python interpreter binary is not compiled as PIE

Status in Python:
  New
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.6 package in Ubuntu:
  Confirmed
Status in python3.7 package in Ubuntu:
  Confirmed
Status in python3.8 package in Ubuntu:
  Confirmed
Status in python3.7 package in Debian:
  Unknown
Status in python3.8 package in Debian:
  New

Bug description:
  The python2.7 binary (installed at /usr/bin/python2.7; package version
  2.7.6-8) is not compiled as a position independent executable (PIE).
  It appears that the python compilation process is somewhat arcane and
  the hardening wrapper probably doesn't do the trick for it.

  This is incredibly dangerous as it means that any vulnerability within
  a native module (e.g. ctypes-based), or within python itself will
  expose an incredibly large amount of known memory contents at known
  addresses (including a large number of dangerous instruction
  groupings). This enables ROP-based (https://en.wikipedia.org/wiki
  /Return-oriented_programming) to abuse the interpreter itself to
  bypass non-executable page protections.

  I have put together an example vulnerable C shared object (with a buffer 
overflow) accessed via python through the ctypes interface as an example. This 
uses a single ROP "gadget" on top of using the known PLT location for system(3) 
(https://en.wikipedia.org/wiki/Return-to-libc_attack) to call "id". The example 
code is accessible at:
  - https://gist.github.com/ChaosData/ae6076cb1c3cc7b0a367

  I'm not exactly familiar enough with the python build process to say
  where exactly an -fPIE needs to be injected into a script/makefile,
  but I feel that given the perceived general preference for ctypes-
  based modules over python written ones, as the native code
  implementations tend to be more performant, this feels like a large
  security hole within the system. Given the nature of this "issue," I'm
  not 100% sure of where it is best reported, but from what I can tell,
  this conflicts with the Ubuntu hardening features and is definitely
  exploitable should a native module contain a sufficiently exploitable
  vulnerability that allows for control of the instruction register.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1452115/+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 1452115] Re: Python interpreter binary is not compiled as PIE

2020-08-06 Thread Giovanni Pellerano
** Also affects: python3.7 (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919134
   Importance: Unknown
   Status: Unknown

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

Title:
  Python interpreter binary is not compiled as PIE

Status in Python:
  New
Status in python2.7 package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.6 package in Ubuntu:
  Confirmed
Status in python3.7 package in Ubuntu:
  Confirmed
Status in python3.8 package in Ubuntu:
  Confirmed
Status in python3.7 package in Debian:
  Unknown
Status in python3.8 package in Debian:
  New

Bug description:
  The python2.7 binary (installed at /usr/bin/python2.7; package version
  2.7.6-8) is not compiled as a position independent executable (PIE).
  It appears that the python compilation process is somewhat arcane and
  the hardening wrapper probably doesn't do the trick for it.

  This is incredibly dangerous as it means that any vulnerability within
  a native module (e.g. ctypes-based), or within python itself will
  expose an incredibly large amount of known memory contents at known
  addresses (including a large number of dangerous instruction
  groupings). This enables ROP-based (https://en.wikipedia.org/wiki
  /Return-oriented_programming) to abuse the interpreter itself to
  bypass non-executable page protections.

  I have put together an example vulnerable C shared object (with a buffer 
overflow) accessed via python through the ctypes interface as an example. This 
uses a single ROP "gadget" on top of using the known PLT location for system(3) 
(https://en.wikipedia.org/wiki/Return-to-libc_attack) to call "id". The example 
code is accessible at:
  - https://gist.github.com/ChaosData/ae6076cb1c3cc7b0a367

  I'm not exactly familiar enough with the python build process to say
  where exactly an -fPIE needs to be injected into a script/makefile,
  but I feel that given the perceived general preference for ctypes-
  based modules over python written ones, as the native code
  implementations tend to be more performant, this feels like a large
  security hole within the system. Given the nature of this "issue," I'm
  not 100% sure of where it is best reported, but from what I can tell,
  this conflicts with the Ubuntu hardening features and is definitely
  exploitable should a native module contain a sufficiently exploitable
  vulnerability that allows for control of the instruction register.

To manage notifications about this bug go to:
https://bugs.launchpad.net/python/+bug/1452115/+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 1851935] Re: iio-sensor-proxy can't find i2c-BOSC0200:00/iio:device0

2019-11-23 Thread Giovanni Caligaris
Anyone?

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

Title:
  iio-sensor-proxy can't find i2c-BOSC0200:00/iio:device0

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I have a tablet by ALLDOCUBE iWork10 Pro i15-TD and the orientation of
  the screen is wrong. Currently when sitting on landscape it gives me
  bottom-up when it should be right-up

  $ monitor-sensor 
  Waiting for iio-sensor-proxy to appear
  +++ iio-sensor-proxy appeared
  === Has accelerometer (orientation: bottom-up)
  === No ambient light sensor
  Accelerometer orientation changed: bottom-up
  Accelerometer orientation changed: right-up
  Accelerometer orientation changed: bottom-up

  Also, the systemd service has a hard time finding the sensor.

  iio-sensor-proxy.service - IIO Sensor Proxy service
 Loaded: loaded (/lib/systemd/system/iio-sensor-proxy.service; static; 
vendor preset: enabled)
 Active: active (running) since Sat 2019-11-09 12:51:33 GMT; 18min ago
   Main PID: 4182 (iio-sensor-prox)
  Tasks: 3 (limit: 4566)
 CGroup: /system.slice/iio-sensor-proxy.service
 └─4182 /usr/sbin/iio-sensor-proxy

  Nov 09 12:51:33 tablet-i1002SG systemd[1]: Starting IIO Sensor Proxy 
service...
  Nov 09 12:51:33 tablet-i1002SG systemd[1]: Started IIO Sensor Proxy service.
  Nov 09 12:51:33 tablet-i1002SG iio-sensor-prox[4182]: Could not find trigger 
name associated with 
/sys/devices/pci:00/808622C1:02/i2c-2/i2c-BOSC0200:00/iio:device0

  I have created file /lib/udev/hwdb.d/61-sensor-local.hwdb

  sensor:modalias:acpi:BOSC0200*:dmi*
   ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 1, 0; 0, 0, 1

  And have updated after

  sudo systemd-hwdb update
  sudo udevadm trigger

  After running udevadm info -export-db | grep ACCEL it will not find
  anything.

  Help please.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1851935/+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 1851935] Re: iio-sensor-proxy can't find i2c-BOSC0200:00/iio:device0

2019-11-12 Thread Giovanni Caligaris
Hi Balint, I tried on 18.04 and 19.10.

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

Title:
  iio-sensor-proxy can't find i2c-BOSC0200:00/iio:device0

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  I have a tablet by ALLDOCUBE iWork10 Pro i15-TD and the orientation of
  the screen is wrong. Currently when sitting on landscape it gives me
  bottom-up when it should be right-up

  $ monitor-sensor 
  Waiting for iio-sensor-proxy to appear
  +++ iio-sensor-proxy appeared
  === Has accelerometer (orientation: bottom-up)
  === No ambient light sensor
  Accelerometer orientation changed: bottom-up
  Accelerometer orientation changed: right-up
  Accelerometer orientation changed: bottom-up

  Also, the systemd service has a hard time finding the sensor.

  iio-sensor-proxy.service - IIO Sensor Proxy service
 Loaded: loaded (/lib/systemd/system/iio-sensor-proxy.service; static; 
vendor preset: enabled)
 Active: active (running) since Sat 2019-11-09 12:51:33 GMT; 18min ago
   Main PID: 4182 (iio-sensor-prox)
  Tasks: 3 (limit: 4566)
 CGroup: /system.slice/iio-sensor-proxy.service
 └─4182 /usr/sbin/iio-sensor-proxy

  Nov 09 12:51:33 tablet-i1002SG systemd[1]: Starting IIO Sensor Proxy 
service...
  Nov 09 12:51:33 tablet-i1002SG systemd[1]: Started IIO Sensor Proxy service.
  Nov 09 12:51:33 tablet-i1002SG iio-sensor-prox[4182]: Could not find trigger 
name associated with 
/sys/devices/pci:00/808622C1:02/i2c-2/i2c-BOSC0200:00/iio:device0

  I have created file /lib/udev/hwdb.d/61-sensor-local.hwdb

  sensor:modalias:acpi:BOSC0200*:dmi*
   ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 1, 0; 0, 0, 1

  And have updated after

  sudo systemd-hwdb update
  sudo udevadm trigger

  After running udevadm info -export-db | grep ACCEL it will not find
  anything.

  Help please.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1851935/+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 1851935] [NEW] iio-sensor-proxy can't find i2c-BOSC0200:00/iio:device0

2019-11-09 Thread Giovanni Caligaris
Public bug reported:

I have a tablet by ALLDOCUBE iWork10 Pro i15-TD and the orientation of
the screen is wrong. Currently when sitting on landscape it gives me
bottom-up when it should be right-up

$ monitor-sensor 
Waiting for iio-sensor-proxy to appear
+++ iio-sensor-proxy appeared
=== Has accelerometer (orientation: bottom-up)
=== No ambient light sensor
Accelerometer orientation changed: bottom-up
Accelerometer orientation changed: right-up
Accelerometer orientation changed: bottom-up

Also, the systemd service has a hard time finding the sensor.

iio-sensor-proxy.service - IIO Sensor Proxy service
   Loaded: loaded (/lib/systemd/system/iio-sensor-proxy.service; static; vendor 
preset: enabled)
   Active: active (running) since Sat 2019-11-09 12:51:33 GMT; 18min ago
 Main PID: 4182 (iio-sensor-prox)
Tasks: 3 (limit: 4566)
   CGroup: /system.slice/iio-sensor-proxy.service
   └─4182 /usr/sbin/iio-sensor-proxy

Nov 09 12:51:33 tablet-i1002SG systemd[1]: Starting IIO Sensor Proxy service...
Nov 09 12:51:33 tablet-i1002SG systemd[1]: Started IIO Sensor Proxy service.
Nov 09 12:51:33 tablet-i1002SG iio-sensor-prox[4182]: Could not find trigger 
name associated with 
/sys/devices/pci:00/808622C1:02/i2c-2/i2c-BOSC0200:00/iio:device0

I have created file /lib/udev/hwdb.d/61-sensor-local.hwdb

sensor:modalias:acpi:BOSC0200*:dmi*
 ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 1, 0; 0, 0, 1

And have updated after

sudo systemd-hwdb update
sudo udevadm trigger

After running udevadm info -export-db | grep ACCEL it will not find
anything.

Help please.

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

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

Title:
  iio-sensor-proxy can't find i2c-BOSC0200:00/iio:device0

Status in systemd package in Ubuntu:
  New

Bug description:
  I have a tablet by ALLDOCUBE iWork10 Pro i15-TD and the orientation of
  the screen is wrong. Currently when sitting on landscape it gives me
  bottom-up when it should be right-up

  $ monitor-sensor 
  Waiting for iio-sensor-proxy to appear
  +++ iio-sensor-proxy appeared
  === Has accelerometer (orientation: bottom-up)
  === No ambient light sensor
  Accelerometer orientation changed: bottom-up
  Accelerometer orientation changed: right-up
  Accelerometer orientation changed: bottom-up

  Also, the systemd service has a hard time finding the sensor.

  iio-sensor-proxy.service - IIO Sensor Proxy service
 Loaded: loaded (/lib/systemd/system/iio-sensor-proxy.service; static; 
vendor preset: enabled)
 Active: active (running) since Sat 2019-11-09 12:51:33 GMT; 18min ago
   Main PID: 4182 (iio-sensor-prox)
  Tasks: 3 (limit: 4566)
 CGroup: /system.slice/iio-sensor-proxy.service
 └─4182 /usr/sbin/iio-sensor-proxy

  Nov 09 12:51:33 tablet-i1002SG systemd[1]: Starting IIO Sensor Proxy 
service...
  Nov 09 12:51:33 tablet-i1002SG systemd[1]: Started IIO Sensor Proxy service.
  Nov 09 12:51:33 tablet-i1002SG iio-sensor-prox[4182]: Could not find trigger 
name associated with 
/sys/devices/pci:00/808622C1:02/i2c-2/i2c-BOSC0200:00/iio:device0

  I have created file /lib/udev/hwdb.d/61-sensor-local.hwdb

  sensor:modalias:acpi:BOSC0200*:dmi*
   ACCEL_MOUNT_MATRIX=1, 0, 0; 0, 1, 0; 0, 0, 1

  And have updated after

  sudo systemd-hwdb update
  sudo udevadm trigger

  After running udevadm info -export-db | grep ACCEL it will not find
  anything.

  Help please.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1851935/+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 1452115] Re: Python interpreter binary is not compiled as PIE

2019-09-21 Thread Giovanni Pellerano
Actually I confirm this on current ubuntu bionic.

Would someone please reach the ubuntu security team and verify this is
an intended choice?

evilaliv3@evilaliv3:~$ hardening-check /usr/bin/python3
/usr/bin/python3:
 Position Independent Executable: no, normal executable!
 Stack protected: yes
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: no, not found!

hardening-check /usr/bin/python2
/usr/bin/python2:
 Position Independent Executable: yes
 Stack protected: yes
 Fortify Source functions: yes (some protected functions found)
 Read-only relocations: yes
 Immediate binding: yes

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

Title:
  Python interpreter binary is not compiled as PIE

Status in python2.7 package in Ubuntu:
  Fix Released
Status in python3.4 package in Ubuntu:
  Fix Released
Status in python3.6 package in Ubuntu:
  New

Bug description:
  The python2.7 binary (installed at /usr/bin/python2.7; package version
  2.7.6-8) is not compiled as a position independent executable (PIE).
  It appears that the python compilation process is somewhat arcane and
  the hardening wrapper probably doesn't do the trick for it.

  This is incredibly dangerous as it means that any vulnerability within
  a native module (e.g. ctypes-based), or within python itself will
  expose an incredibly large amount of known memory contents at known
  addresses (including a large number of dangerous instruction
  groupings). This enables ROP-based (https://en.wikipedia.org/wiki
  /Return-oriented_programming) to abuse the interpreter itself to
  bypass non-executable page protections.

  I have put together an example vulnerable C shared object (with a buffer 
overflow) accessed via python through the ctypes interface as an example. This 
uses a single ROP "gadget" on top of using the known PLT location for system(3) 
(https://en.wikipedia.org/wiki/Return-to-libc_attack) to call "id". The example 
code is accessible at:
  - https://gist.github.com/ChaosData/ae6076cb1c3cc7b0a367

  I'm not exactly familiar enough with the python build process to say
  where exactly an -fPIE needs to be injected into a script/makefile,
  but I feel that given the perceived general preference for ctypes-
  based modules over python written ones, as the native code
  implementations tend to be more performant, this feels like a large
  security hole within the system. Given the nature of this "issue," I'm
  not 100% sure of where it is best reported, but from what I can tell,
  this conflicts with the Ubuntu hardening features and is definitely
  exploitable should a native module contain a sufficiently exploitable
  vulnerability that allows for control of the instruction register.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1452115/+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 1759836] Re: systemd-udevd consumes 100% of CPU

2018-10-20 Thread Giovanni Panozzo
I have the same problem on my old Dell Latitude E6400. Workaround at
post #55 fixes the problem until next reboot.

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

Title:
  systemd-udevd consumes 100% of CPU

Status in linux:
  Confirmed
Status in The Ubuntu Power Consumption Project:
  New
Status in bluez package in Ubuntu:
  Invalid
Status in linux package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  The systemd-udevd proccess consumes 100% of a thread everytime, but
  i'm not noticing any difference in my computer.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: systemd 237-3ubuntu6
  ProcVersionSignature: Ubuntu 4.15.0-13.14-generic 4.15.10
  Uname: Linux 4.15.0-13-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.9-0ubuntu2
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Mar 29 08:52:54 2018
  InstallationDate: Installed on 2018-03-05 (23 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180304)
  MachineType: Dell Inc. Inspiron N5010
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-13-generic 
root=UUID=3c29e292-f1ae-45e1-a0ed-a82524278ce1 ro quiet splash vt.handoff=1
  SourcePackage: systemd
  SystemdDelta:
   [EXTENDED]   /lib/systemd/system/rc-local.service → 
/lib/systemd/system/rc-local.service.d/debian.conf
   [EXTENDED]   /lib/systemd/system/user@.service → 
/lib/systemd/system/user@.service.d/timeout.conf

   2 overridden configuration files found.
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 01/25/2011
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A12
  dmi.board.name: 08R0GW
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A12
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A12
  dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd01/25/2011:svnDellInc.:pnInspironN5010:pvrA12:rvnDellInc.:rn08R0GW:rvrA12:cvnDellInc.:ct8:cvrA12:
  dmi.product.name: Inspiron N5010
  dmi.product.version: A12
  dmi.sys.vendor: Dell Inc.

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


Re: [Touch-packages] [Bug 1784887] Re: Python3

2018-09-19 Thread Giovanni Bravin
Dear Mr. Klose,

I repeat my answer sent to Mr. Nummimen, yesterday and regarding the 
same issue.

In the meantime I sent my pc for assistance and they had to change my 
motherboard.

The tecnician installed Fedora 28 and I cannot give informations about 
Ubuntu 18.04 LTS anymore.

By the way Python3 works on Fedora perfectly.

Thanks for your interest.
Regards

Giovanni Bravin

Italy


Il 19/09/18 15:19, Matthias Klose ha scritto:
> ** Changed in: python3-defaults (Ubuntu)
> Status: Incomplete => Invalid
>

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

Title:
  Python3

Status in python3-defaults package in Ubuntu:
  Invalid

Bug description:
  I am trying to install a smart card reader on USB, and it requires the 
following commands fro terminal:
  sudo apt-get update
  sudo apt-get install libacr38u
  sudo apt-get install libccid
  sudo apt-get libpcsclite1
  sudo apt-get install pcscd
  Most of them reported a failure on Python3.
  I have tried an upgrade of Python3 thru Syynaptic but I received a similar 
answer.
  I am a newbie on Linux/Ubuntu so I apologize, but I need help.
  I use: Ubuntu 18.04.1 LTS

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


Re: [Touch-packages] [Bug 1784887] Re: Python3

2018-09-18 Thread Giovanni Bravin
Dear Sirs,

thanks for your replying.

Unfortunately, in the meantime, I had a failure on my motherboard, and 
the technician installed Fedora 28 on my pc.

So I am unable to fullfll your request.

By the way, how can I stop or enter "Solved" on my post?

I welcome the occasion to confirm that Fedora 28 is working perfectly.

Regards and thank you.

Giovanni Bravin

Italy


Il 18/09/18 22:17, Juhani Numminen ha scritto:
> Thank you for taking the time to report this bug and helping to make
> Ubuntu better. Unfortunately, we cannot work on this bug because your
> description didn't include enough information. You may find it helpful
> to read "How to report bugs effectively"
> http://www.chiark.greenend.org.uk/~sgtatham/bugs.html. We'd be grateful
> if you would then provide a more complete description of the problem.
>
> Please include the full output of the commands that you mentioned in the bug 
> report, including the error messages.
> Please attach the files /var/log/dpkg.log and /var/log/apt/history.log.
>
> Please also attach term.log from your home directory after running this 
> command from terminal:
> sudo cp /var/log/apt/term.log $HOME/
>
> Thanks!
>
> ** Changed in: python3-defaults (Ubuntu)
> Status: New => Incomplete
>

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

Title:
  Python3

Status in python3-defaults package in Ubuntu:
  Incomplete

Bug description:
  I am trying to install a smart card reader on USB, and it requires the 
following commands fro terminal:
  sudo apt-get update
  sudo apt-get install libacr38u
  sudo apt-get install libccid
  sudo apt-get libpcsclite1
  sudo apt-get install pcscd
  Most of them reported a failure on Python3.
  I have tried an upgrade of Python3 thru Syynaptic but I received a similar 
answer.
  I am a newbie on Linux/Ubuntu so I apologize, but I need help.
  I use: Ubuntu 18.04.1 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1784887/+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 1787537] [NEW] package ubuntu-web-launchers 18.04.6 failed to install/upgrade: problemi con le dipendenze - lasciato non configurato

2018-08-17 Thread Giovanni Bravin
Public bug reported:

I was loading Thunderbird

ProblemType: Package
DistroRelease: Ubuntu 18.04
Package: ubuntu-web-launchers 18.04.6
ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
Uname: Linux 4.15.0-32-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.3
AptOrdering:
 linux-modules-4.15.0-30-generic:amd64: Remove
 NULL: ConfigurePending
Architecture: amd64
Date: Fri Aug 17 09:21:08 2018
ErrorMessage: problemi con le dipendenze - lasciato non configurato
InstallationDate: Installed on 2018-05-07 (102 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
PackageArchitecture: all
Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
RelatedPackageVersions:
 dpkg 1.19.0.5ubuntu2
 apt  1.6.3
SourcePackage: ubuntu-settings
Title: package ubuntu-web-launchers 18.04.6 failed to install/upgrade: problemi 
con le dipendenze - lasciato non configurato
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package bionic package-from-proposed

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

Title:
  package ubuntu-web-launchers 18.04.6 failed to install/upgrade:
  problemi con le dipendenze - lasciato non configurato

Status in ubuntu-settings package in Ubuntu:
  New

Bug description:
  I was loading Thunderbird

  ProblemType: Package
  DistroRelease: Ubuntu 18.04
  Package: ubuntu-web-launchers 18.04.6
  ProcVersionSignature: Ubuntu 4.15.0-32.35-generic 4.15.18
  Uname: Linux 4.15.0-32-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.3
  AptOrdering:
   linux-modules-4.15.0-30-generic:amd64: Remove
   NULL: ConfigurePending
  Architecture: amd64
  Date: Fri Aug 17 09:21:08 2018
  ErrorMessage: problemi con le dipendenze - lasciato non configurato
  InstallationDate: Installed on 2018-05-07 (102 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  PackageArchitecture: all
  Python3Details: /usr/bin/python3.6, Python 3.6.5, python3-minimal, 
3.6.5-3ubuntu1
  PythonDetails: /usr/bin/python2.7, Python 2.7.15rc1, python-minimal, 
2.7.15~rc1-1
  RelatedPackageVersions:
   dpkg 1.19.0.5ubuntu2
   apt  1.6.3
  SourcePackage: ubuntu-settings
  Title: package ubuntu-web-launchers 18.04.6 failed to install/upgrade: 
problemi con le dipendenze - lasciato non configurato
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-settings/+bug/1787537/+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 1784887] [NEW] Python3

2018-08-01 Thread Giovanni Bravin
Public bug reported:

I am trying to install a smart card reader on USB, and it requires the 
following commands fro terminal:
sudo apt-get update
sudo apt-get install libacr38u
sudo apt-get install libccid
sudo apt-get libpcsclite1
sudo apt-get install pcscd
Most of them reported a failure on Python3.
I have tried an upgrade of Python3 thru Syynaptic but I received a similar 
answer.
I am a newbie on Linux/Ubuntu so I apologize, but I need help.
I use: Ubuntu 18.04.1 LTS

** Affects: python3-defaults (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Python3

Status in python3-defaults package in Ubuntu:
  New

Bug description:
  I am trying to install a smart card reader on USB, and it requires the 
following commands fro terminal:
  sudo apt-get update
  sudo apt-get install libacr38u
  sudo apt-get install libccid
  sudo apt-get libpcsclite1
  sudo apt-get install pcscd
  Most of them reported a failure on Python3.
  I have tried an upgrade of Python3 thru Syynaptic but I received a similar 
answer.
  I am a newbie on Linux/Ubuntu so I apologize, but I need help.
  I use: Ubuntu 18.04.1 LTS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3-defaults/+bug/1784887/+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 1763751] Re: Poor performance of the Wayland session in Ubuntu 18.04

2018-04-13 Thread Giovanni
** Tags added: amd apu cpu gpu mesa performance radeon speed vga wayland
xorg

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

Title:
  Poor performance of the Wayland session in Ubuntu 18.04

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Poor performance of the Wayland session in Ubuntu 18.04 with AMD
  A10-7300 in Acer E5-551G. No problems with Xorg session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1763751/+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 1745418] Re: creen tearing with AMD APU on Ubuntu 18.04 and 17.10

2018-04-13 Thread Giovanni
The problem is also present on Ubuntu 18.04 x64.

** Summary changed:

- Screen tearing with AMD APU and Ubuntu 17.10 x64
+ creen tearing with AMD APU on Ubuntu 18.04 and 17.10

** Summary changed:

- creen tearing with AMD APU on Ubuntu 18.04 and 17.10
+ Screen tearing with AMD APU on Ubuntu 18.04 and 17.10

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

Title:
  Screen tearing with AMD APU on Ubuntu 18.04 and 17.10

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  I have two PCs with AMD hardware: a desktop with AMD A10-7800 and a laptop 
with AMD A10-7300, so both with AMD Kaveri APUs.
  The operating system is Ubuntu 17.10 x64 both on the desktop and on the 
laptop.
  The good news is that the driver built into Ubuntu works fine. I hope I can 
improve yet but I am satisfied.
  The only problem occurs with the Opera browser: when I display something 
graphic, for example a video on YouTube or by scrolling the photos, it presents 
a lot of tearing. With Firefox this problem is not there.
  I have already reported this problem to Opera and AMD, but I do not think 
they have taken into account, because even the latest versions of Opera have 
screen tearing.
  I hope you can solve and work with AMD driver team and Opera because I would 
like to use that browser, thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1745418/+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 1763751] [NEW] Poor performance of the Wayland session in Ubuntu 18.04

2018-04-13 Thread Giovanni
Public bug reported:

Poor performance of the Wayland session in Ubuntu 18.04 with AMD
A10-7300 in Acer E5-551G. No problems with Xorg session.

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


** Tags: amd apu cpu gpu mesa performance radeon speed vga wayland xorg

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

Title:
  Poor performance of the Wayland session in Ubuntu 18.04

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Poor performance of the Wayland session in Ubuntu 18.04 with AMD
  A10-7300 in Acer E5-551G. No problems with Xorg session.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1763751/+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 1745418] [NEW] Screen tearing with AMD APU and Ubuntu 17.10 x64

2018-01-25 Thread Giovanni
Public bug reported:

Hi,
I have two PCs with AMD hardware: a desktop with AMD A10-7800 and a laptop with 
AMD A10-7300, so both with AMD Kaveri APUs.
The operating system is Ubuntu 17.10 x64 both on the desktop and on the laptop.
The good news is that the driver built into Ubuntu works fine. I hope I can 
improve yet but I am satisfied.
The only problem occurs with the Opera browser: when I display something 
graphic, for example a video on YouTube or by scrolling the photos, it presents 
a lot of tearing. With Firefox this problem is not there.
I have already reported this problem to Opera and AMD, but I do not think they 
have taken into account, because even the latest versions of Opera have screen 
tearing.
I hope you can solve and work with AMD driver team and Opera because I would 
like to use that browser, thank you!

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


** Tags: amd apu browser cpu gpu mesa opera radeon screen tearing vga wayland 
xorg

** Tags added: amd apu browser cpu gpu mesa opera radeon screen tearing
vga wayland xorg

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

Title:
  Screen tearing with AMD APU and Ubuntu 17.10 x64

Status in mesa package in Ubuntu:
  Confirmed

Bug description:
  Hi,
  I have two PCs with AMD hardware: a desktop with AMD A10-7800 and a laptop 
with AMD A10-7300, so both with AMD Kaveri APUs.
  The operating system is Ubuntu 17.10 x64 both on the desktop and on the 
laptop.
  The good news is that the driver built into Ubuntu works fine. I hope I can 
improve yet but I am satisfied.
  The only problem occurs with the Opera browser: when I display something 
graphic, for example a video on YouTube or by scrolling the photos, it presents 
a lot of tearing. With Firefox this problem is not there.
  I have already reported this problem to Opera and AMD, but I do not think 
they have taken into account, because even the latest versions of Opera have 
screen tearing.
  I hope you can solve and work with AMD driver team and Opera because I would 
like to use that browser, thank you!

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1745418/+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 1741780] [NEW] No response from touchpad

2018-01-07 Thread Antonio Giovanni
Public bug reported:

Toshiba Satellite L50-C20N

I have started Ubuntu after some months and the touchpad didn't work. I
have also Windows on the same Notebook and there it works well. If I
connect a USB Mouse it works well also in Ubuntu.

Description:Ubuntu 16.04.3 LTS
Release:16.04

I'm sending this report following
https://wiki.ubuntu.com/DebuggingTouchpadDetection

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
Uname: Linux 4.4.0-104-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.15
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Sun Jan  7 19:52:57 2018
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Toshiba America Info Systems Broadwell-U Integrated Graphics 
[1179:f840]
   Subsystem: Toshiba America Info Systems GM108M [GeForce 930M] [1179:f842]
InstallationDate: Installed on 2015-12-28 (741 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: TOSHIBA SATELLITE L50-C
ProcEnviron:
 LANGUAGE=it
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-104-generic.efi.signed 
root=UUID=7e5d00b9-cfb0-4f69-95f9-b82ccc7f7853 ro i8042.noaux
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/11/2016
dmi.bios.vendor: INSYDE Corp.
dmi.bios.version: 5.20
dmi.board.name: 06F2
dmi.board.vendor: FF50
dmi.board.version: Type2 - 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.:bvr5.20:bd01/11/2016:svnTOSHIBA:pnSATELLITEL50-C:pvrPSKWSE-05Q014IT:rvnFF50:rn06F2:rvrType2-BoardVersion:cvnOEMChassisManuFacturer:ct10:cvrOEMChassisVersion:
dmi.product.name: SATELLITE L50-C
dmi.product.version: PSKWSE-05Q014IT
dmi.sys.vendor: TOSHIBA
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.83-1~16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 17.2.4-0ubuntu1~16.04.2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 17.2.4-0ubuntu1~16.04.2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.4-0ubuntu0.7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1.2
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Sun Jan  7 19:46:10 2018
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id1136 
 vendor LGD
xserver.version: 2:1.18.4-0ubuntu0.7

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  No response from touchpad

Status in xorg package in Ubuntu:
  New

Bug description:
  Toshiba Satellite L50-C20N

  I have started Ubuntu after some months and the touchpad didn't work.
  I have also Windows on the same Notebook and there it works well. If I
  connect a USB Mouse it works well also in Ubuntu.

  Description:  Ubuntu 16.04.3 LTS
  Release:  16.04

  I'm sending this report following
  https://wiki.ubuntu.com/DebuggingTouchpadDetection

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-104.127-generic 4.4.98
  Uname: Linux 4.4.0-104-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Sun Jan  7 19:52:57 2018
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Toshiba America Info Systems Broadwell-U Integrated Graphics 
[1179:f840]
 Subsystem: Toshiba America Info Systems GM108M [GeForce 930M] [1179:f842]
  

[Touch-packages] [Bug 1736701] [NEW] Network manager doesn't honor configuration for dns

2017-12-06 Thread Samuele Giovanni Tonon
Public bug reported:

Hello,
i've recently created a new ubuntu vm machine starting from xubuntu 17.10.

after disabling systemd-resolve i configured my wired connection to use
my dns server on 127.0.0.1 and 9.9.9.9 as backup however network-manager
is rewriting /etc/resolv.conf with the right search path but with the
wrong nameserver (127.0.1.1) .

this is my  /etc/NetworkManager/NetworkManager.conf
#
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false

[device]
wifi.scan-rand-mac-address=no
#

This is the config of the interface

# nmcli device show eth0 
GENERAL.DEVICE: eth0
GENERAL.TYPE:   ethernet
GENERAL.HWADDR: 08:00:27:88:A7:A4
GENERAL.MTU:1500
GENERAL.STATE:  100 (connected)
GENERAL.CONNECTION: Wired connection 1
GENERAL.CON-PATH:   
/org/freedesktop/NetworkManager/ActiveConnection/3
WIRED-PROPERTIES.CARRIER:   on
IP4.ADDRESS[1]: 10.0.2.15/24
IP4.GATEWAY:10.0.2.2
IP4.DNS[1]: 127.0.0.1
IP4.DNS[2]: 9.9.9.9
IP6.ADDRESS[1]: fe80::144b:10aa:bc15:b43a/64
IP6.GATEWAY:--

This is my resolv.conf

cat /etc/resolv.conf
# Generated by NetworkManager
search nl.europe.intranet europe.intranet
nameserver 127.0.1.1


As workaround i have fixed /etc/resolv.conf and chattr +i it but i think 
network manager should honor my conf .
that wired connection is set up as dhcp address only. 


Btw that dnsmasq running on 127.0.0.1 is my configured dnsmasq not the one 
network managers used to use a long time ago:

 ps auxwww| grep dnsm
dnsmasq   1764  0.0  0.0  57420  2828 ?S11:20   0:00 
/usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 
/etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service 
--trust-anchor=.,19036,8,2,49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
 
--trust-anchor=.,20326,8,2,e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
root  4022  0.0  0.0  14356   972 pts/1S+   11:32   0:00 grep 
--color=auto dnsm

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

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

Title:
  Network manager doesn't honor configuration for dns

Status in network-manager package in Ubuntu:
  New

Bug description:
  Hello,
  i've recently created a new ubuntu vm machine starting from xubuntu 17.10.

  after disabling systemd-resolve i configured my wired connection to
  use my dns server on 127.0.0.1 and 9.9.9.9 as backup however network-
  manager is rewriting /etc/resolv.conf with the right search path but
  with the wrong nameserver (127.0.1.1) .

  this is my  /etc/NetworkManager/NetworkManager.conf
  #
  [main]
  plugins=ifupdown,keyfile
  [ifupdown]
  managed=false

  [device]
  wifi.scan-rand-mac-address=no
  #

  This is the config of the interface

  # nmcli device show eth0 
  GENERAL.DEVICE: eth0
  GENERAL.TYPE:   ethernet
  GENERAL.HWADDR: 08:00:27:88:A7:A4
  GENERAL.MTU:1500
  GENERAL.STATE:  100 (connected)
  GENERAL.CONNECTION: Wired connection 1
  GENERAL.CON-PATH:   
/org/freedesktop/NetworkManager/ActiveConnection/3
  WIRED-PROPERTIES.CARRIER:   on
  IP4.ADDRESS[1]: 10.0.2.15/24
  IP4.GATEWAY:10.0.2.2
  IP4.DNS[1]: 127.0.0.1
  IP4.DNS[2]: 9.9.9.9
  IP6.ADDRESS[1]: fe80::144b:10aa:bc15:b43a/64
  IP6.GATEWAY:--

  This is my resolv.conf

  cat /etc/resolv.conf
  # Generated by NetworkManager
  search nl.europe.intranet europe.intranet
  nameserver 127.0.1.1

  
  As workaround i have fixed /etc/resolv.conf and chattr +i it but i think 
network manager should honor my conf .
  that wired connection is set up as dhcp address only. 

  
  Btw that dnsmasq running on 127.0.0.1 is my configured dnsmasq not the one 
network managers used to use a long time ago:

   ps auxwww| grep dnsm
  dnsmasq   1764  0.0  0.0  57420  2828 ?S11:20   0:00 
/usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid -u dnsmasq -7 
/etc/dnsmasq.d,.dpkg-dist,.dpkg-old,.dpkg-new --local-service 
--trust-anchor=.,19036,8,2,49aac11d7b6f6446702e54a1607371607a1a41855200fd2ce1cdde32f24e8fb5
 
--trust-anchor=.,20326,8,2,e06d44b80b8f1d39a95c0b0d7c65d08458e880409bbc683457104237c7f8ec8d
  root  4022  0.0  0.0  14356   972 pts/1S+   11:32   0:00 grep 
--color=auto dnsm

To manage 

[Touch-packages] [Bug 1061195] Re: Evolution appears unable to create EWS or Exchange MAPI account

2017-06-06 Thread Giovanni Panozzo
Confirmed on Ubuntu 17.10, Evolution 3.22.6, using EWS.
The usual workaround (delete cfg, cache and pkill) works fine.
https://askubuntu.com/questions/459504/evolution-appears-unable-to-store-mail-account-details

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

Title:
  Evolution appears unable to create EWS or Exchange MAPI account

Status in evolution-ews:
  Expired
Status in evolution package in Ubuntu:
  Triaged
Status in evolution-data-server package in Ubuntu:
  Triaged
Status in evolution-ews package in Ubuntu:
  Triaged
Status in evolution-mapi package in Ubuntu:
  Won't Fix

Bug description:
  Evolution appears unable to create an EW or MAPI account. All the
  steps proceed normally, including fetching the URL (for EWS) or
  authenticating (for MAPI). However, at the conclusion of account
  creation process, no actual account appears in the list.

  I've tried starting Evolution from the command line using various
  DEBUG_ variables and there are no EWS- or MAPI-specific errors. So I'm
  not exactly sure what to do next.

  I am fairly certain the problem doesn't lie with my corporate Exchange
  server, as web mail works fine and any other EWS-capable client (like
  the mail app in Android).

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: evolution 3.6.0-0ubuntu3
  ProcVersionSignature: Ubuntu 3.5.0-16.25-generic 3.5.4
  Uname: Linux 3.5.0-16-generic x86_64
  ApportVersion: 2.6.1-0ubuntu1
  Architecture: amd64
  Date: Wed Oct  3 12:40:28 2012
  InstallationMedia: Ubuntu-Server 12.10 "Quantal Quetzal" - Beta amd64 
(20120925)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/evolution-ews/+bug/1061195/+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 1680226] Re: Broken SplitDNS resolution in networ-manager VPN after disconnect and reconnect

2017-04-12 Thread Giovanni Panozzo
*** This bug is a duplicate of bug 1639776 ***
https://bugs.launchpad.net/bugs/1639776

Solved with dnsmasq-base 2.75-1ubuntu0.16.04.2, thank you.

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

Title:
  Broken SplitDNS resolution in networ-manager VPN after disconnect and
  reconnect

Status in network-manager package in Ubuntu:
  New

Bug description:
  Release: Ubuntu 16.04.2 LTS
  network-manager package version: 1.2.6-0ubuntu0.16.04.1

  I'm using Ubuntu Desktop 16.04 x64 and I have some VPN (OpenVPN and
  Cisco vpnc) connections defined. In all these connections I use both
  split tunnel and split dns.

  When I connect to a remote VPN server, my Ubuntu client correctly resolves 
DNS names in zones pushed by the remode server using the remote DNS server.
  For example: the remote VPN server pushes to the client "DNS resolver is 
192.168.10.1 for domain "vpndom.net"", then "host srv1.vpndom.net" is correctly 
resolved bu 192.168.10.1 and I get 192.168.10.7.

  After disconnecting and reconnecting to the VPN server, my Ubuntu
  client is no longer able to resolve DNS names in zones pushed by the
  VPN servers: "host srv1.vpndom.net" returns host not found.

  As a temporary solution, I downgraded netowrk manager to
  1.2.2-0ubuntu0.16.04.4 and all is working fine. So I think the problem
  is in network-manager 1.2.6-0ubuntu0.16.04.1

  As a workaround, with the connected VPN tunnel, I just "sudo killall
  dnsmasq": NetworkManager will then restart dnsmasq passing it all
  correct DNSes. There is no need to disconnect from the vpn.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1680226/+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 1680226] Re: Broken SplitDNS resolution in networ-manager VPN after disconnect and reconnect

2017-04-06 Thread Giovanni Panozzo
Ubuntu 17.04 seems to work very well with my split DNS setup. Also with
multiple VPN connections at the same time.

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

Title:
  Broken SplitDNS resolution in networ-manager VPN after disconnect and
  reconnect

Status in network-manager package in Ubuntu:
  New

Bug description:
  Release: Ubuntu 16.04.2 LTS
  network-manager package version: 1.2.6-0ubuntu0.16.04.1

  I'm using Ubuntu Desktop 16.04 x64 and I have some VPN (OpenVPN and
  Cisco vpnc) connections defined. In all these connections I use both
  split tunnel and split dns.

  When I connect to a remote VPN server, my Ubuntu client correctly resolves 
DNS names in zones pushed by the remode server using the remote DNS server.
  For example: the remote VPN server pushes to the client "DNS resolver is 
192.168.10.1 for domain "vpndom.net"", then "host srv1.vpndom.net" is correctly 
resolved bu 192.168.10.1 and I get 192.168.10.7.

  After disconnecting and reconnecting to the VPN server, my Ubuntu
  client is no longer able to resolve DNS names in zones pushed by the
  VPN servers: "host srv1.vpndom.net" returns host not found.

  As a temporary solution, I downgraded netowrk manager to
  1.2.2-0ubuntu0.16.04.4 and all is working fine. So I think the problem
  is in network-manager 1.2.6-0ubuntu0.16.04.1

  As a workaround, with the connected VPN tunnel, I just "sudo killall
  dnsmasq": NetworkManager will then restart dnsmasq passing it all
  correct DNSes. There is no need to disconnect from the vpn.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1680226/+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 1680226] [NEW] Broken SplitDNS resolution in networ-manager VPN after disconnect and reconnect

2017-04-05 Thread Giovanni Panozzo
Public bug reported:

Release: Ubuntu 16.04.2 LTS
network-manager package version: 1.2.6-0ubuntu0.16.04.1

I'm using Ubuntu Desktop 16.04 x64 and I have some VPN (OpenVPN and
Cisco vpnc) connections defined. In all these connections I use both
split tunnel and split dns.

When I connect to a remote VPN server, my Ubuntu client correctly resolves DNS 
names in zones pushed by the remode server using the remote DNS server.
For example: the remote VPN server pushes to the client "DNS resolver is 
192.168.10.1 for domain "vpndom.net"", then "host srv1.vpndom.net" is correctly 
resolved bu 192.168.10.1 and I get 192.168.10.7.

After disconnecting and reconnecting to the VPN server, my Ubuntu client
is no longer able to resolve DNS names in zones pushed by the VPN
servers: "host srv1.vpndom.net" returns host not found.

As a temporary solution, I downgraded netowrk manager to
1.2.2-0ubuntu0.16.04.4 and all is working fine. So I think the problem
is in network-manager 1.2.6-0ubuntu0.16.04.1

As a workaround, with the connected VPN tunnel, I just "sudo killall
dnsmasq": NetworkManager will then restart dnsmasq passing it all
correct DNSes. There is no need to disconnect from the vpn.

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

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

Title:
  Broken SplitDNS resolution in networ-manager VPN after disconnect and
  reconnect

Status in network-manager package in Ubuntu:
  New

Bug description:
  Release: Ubuntu 16.04.2 LTS
  network-manager package version: 1.2.6-0ubuntu0.16.04.1

  I'm using Ubuntu Desktop 16.04 x64 and I have some VPN (OpenVPN and
  Cisco vpnc) connections defined. In all these connections I use both
  split tunnel and split dns.

  When I connect to a remote VPN server, my Ubuntu client correctly resolves 
DNS names in zones pushed by the remode server using the remote DNS server.
  For example: the remote VPN server pushes to the client "DNS resolver is 
192.168.10.1 for domain "vpndom.net"", then "host srv1.vpndom.net" is correctly 
resolved bu 192.168.10.1 and I get 192.168.10.7.

  After disconnecting and reconnecting to the VPN server, my Ubuntu
  client is no longer able to resolve DNS names in zones pushed by the
  VPN servers: "host srv1.vpndom.net" returns host not found.

  As a temporary solution, I downgraded netowrk manager to
  1.2.2-0ubuntu0.16.04.4 and all is working fine. So I think the problem
  is in network-manager 1.2.6-0ubuntu0.16.04.1

  As a workaround, with the connected VPN tunnel, I just "sudo killall
  dnsmasq": NetworkManager will then restart dnsmasq passing it all
  correct DNSes. There is no need to disconnect from the vpn.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1680226/+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 1667685] [NEW] Risoluzione schermo

2017-02-24 Thread Giovanni Solaroli
Public bug reported:

 $ Ubuntu-bug xorg  
Ho installato Ubuntu su vecchio Acer Aspire e non riesco a cambiare la 
risoluzione dello schermo. Ho provato con Imostazioni di sistema > Monitor > 
Risoluzione, clicco il bottone 640 x 480 (4 x 3) ma non cambia niente. Cosa 
devo fare?

I installed Ubuntu on old Acer Aspire and I can not change the screen
resolution. I tried with System Settings> Display> Resolution, click the
button 640 x 480 (4 x 3) but does not change anything. What should I do?

Ubuntu 16.10 LTS 32 bit

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.8.0-39.42~16.04.1-generic 4.8.17
Uname: Linux 4.8.0-39-generic i686
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.1-0ubuntu2.5
Architecture: i386
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity
Date: Fri Feb 24 13:49:36 2017
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 VIA Technologies, Inc. K8M800/K8N800/K8N800A [S3 UniChrome Pro] [1106:3108] 
(rev 01) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] K8M800/K8N800/K8N800A [S3 UniChrome Pro] 
[1025:006e]
InstallationDate: Installed on 2017-02-22 (1 days ago)
InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release i386 (20170215.2)
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: Acer Aspire 1360
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcEnviron:
 LANGUAGE=it
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=it_IT.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.8.0-39-generic 
root=UUID=214013fd-0320-4036-8118-97b31ce18b8a ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/26/2004
dmi.bios.vendor: Phoenix
dmi.bios.version: V1.09
dmi.board.name: Aspire 1360
dmi.board.vendor: Acer
dmi.board.version: Rev.A
dmi.chassis.asset.tag: 
dmi.chassis.type: 1
dmi.chassis.vendor: N/A
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnPhoenix:bvrV1.09:bd10/26/2004:svnAcer:pnAspire1360:pvr-1:rvnAcer:rnAspire1360:rvrRev.A:cvnN/A:ct1:cvrN/A:
dmi.product.name: Aspire 1360
dmi.product.version: -1
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160823-0ubuntu1
version.libdrm2: libdrm2 2.4.70-1~ubuntu16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 12.0.6-0ubuntu0.16.04.1
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 12.0.6-0ubuntu0.16.04.1
version.xserver-xorg-core: xserver-xorg-core N/A
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati N/A
version.xserver-xorg-video-intel: xserver-xorg-video-intel N/A
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau N/A
xserver.bootTime: Fri Feb 24 13:41:48 2017
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputVideo BusKEYBOARD, id 7
 inputSleep Button KEYBOARD, id 8
 inputAT Translated Set 2 keyboard KEYBOARD, id 9
 inputSynPS/2 Synaptics TouchPad TOUCHPAD, id 10
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.18.4-1ubuntu6.1~16.04.1

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


** Tags: apport-bug compiz-0.9 i386 resolution ubuntu xenial

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

Title:
  Risoluzione schermo

Status in xorg package in Ubuntu:
  New

Bug description:
   $ Ubuntu-bug xorg  
  Ho installato Ubuntu su vecchio Acer Aspire e non riesco a cambiare la 
risoluzione dello schermo. Ho provato con Imostazioni di sistema > Monitor > 
Risoluzione, clicco il bottone 640 x 480 (4 x 3) ma non cambia niente. Cosa 
devo fare?

  I installed Ubuntu on old Acer Aspire and I can not change the screen
  resolution. I tried with System Settings> Display> Resolution, click
  the button 640 x 480 (4 x 3) but does not change anything. What should
  I do?

  Ubuntu 16.10 LTS 32 bit

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.8.0-39.42~16.04.1-generic 4.8.17
  Uname: Linux 4.8.0-39-generic i686
  .tmp.unity_support_test.1:
   
  

[Touch-packages] [Bug 1638310] [NEW] package whoopsie 0.2.24.6ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-11-01 Thread Giovanni
Public bug reported:

I don't know, I was updating Lubuntu and the system suggested to type a
command on the terminal. I typed it and the system redirected me
here...probably some issues with updating?

ProblemType: Package
DistroRelease: Ubuntu 14.04
Package: whoopsie 0.2.24.6ubuntu3
ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
Uname: Linux 3.13.0-85-generic i686
ApportVersion: 2.14.1-0ubuntu3.21
Architecture: i386
CrashReports:
 0:1000:1000:560591:2016-10-26 12:18:57.473241227 +0200:2016-10-26 
12:18:55.568439605 +0200:/var/crash/_usr_bin_pcmanfm.1000.crash
 600:0:0:131741:2016-11-01 15:29:28.891740322 +0100:2016-11-01 
15:29:29.891740322 +0100:/var/crash/whoopsie.0.crash
 664:1000:1000:0:2016-11-01 15:01:49.421866752 +0100:2016-11-01 
15:01:49.421866752 
+0100:/var/crash/_usr_lib_notification-daemon_notification-daemon.1000.upload
 640:1000:1000:1279808:2016-11-01 15:01:48.417867183 +0100:2016-11-01 
15:01:49.417867183 
+0100:/var/crash/_usr_lib_notification-daemon_notification-daemon.1000.crash
 640:1000:1000:18146:2016-10-27 21:00:39.801043272 +0200:2016-10-28 
10:42:48.702032989 +0200:/var/crash/_usr_share_hplip_upgrade.py.1000.crash
Date: Tue Nov  1 15:29:29 2016
DuplicateSignature: package:whoopsie:0.2.24.6ubuntu3:subprocess installed 
post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2012-12-23 (1408 days ago)
InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
RelatedPackageVersions:
 dpkg 1.17.5ubuntu5.7
 apt  1.0.1ubuntu2.15
SourcePackage: whoopsie
Title: package whoopsie 0.2.24.6ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: Upgraded to trusty on 2015-03-01 (610 days ago)

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


** Tags: apport-package i386 need-duplicate-check trusty

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

Title:
  package whoopsie 0.2.24.6ubuntu3 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in whoopsie package in Ubuntu:
  New

Bug description:
  I don't know, I was updating Lubuntu and the system suggested to type
  a command on the terminal. I typed it and the system redirected me
  here...probably some issues with updating?

  ProblemType: Package
  DistroRelease: Ubuntu 14.04
  Package: whoopsie 0.2.24.6ubuntu3
  ProcVersionSignature: Ubuntu 3.13.0-85.129-generic 3.13.11-ckt36
  Uname: Linux 3.13.0-85-generic i686
  ApportVersion: 2.14.1-0ubuntu3.21
  Architecture: i386
  CrashReports:
   0:1000:1000:560591:2016-10-26 12:18:57.473241227 +0200:2016-10-26 
12:18:55.568439605 +0200:/var/crash/_usr_bin_pcmanfm.1000.crash
   600:0:0:131741:2016-11-01 15:29:28.891740322 +0100:2016-11-01 
15:29:29.891740322 +0100:/var/crash/whoopsie.0.crash
   664:1000:1000:0:2016-11-01 15:01:49.421866752 +0100:2016-11-01 
15:01:49.421866752 
+0100:/var/crash/_usr_lib_notification-daemon_notification-daemon.1000.upload
   640:1000:1000:1279808:2016-11-01 15:01:48.417867183 +0100:2016-11-01 
15:01:49.417867183 
+0100:/var/crash/_usr_lib_notification-daemon_notification-daemon.1000.crash
   640:1000:1000:18146:2016-10-27 21:00:39.801043272 +0200:2016-10-28 
10:42:48.702032989 +0200:/var/crash/_usr_share_hplip_upgrade.py.1000.crash
  Date: Tue Nov  1 15:29:29 2016
  DuplicateSignature: package:whoopsie:0.2.24.6ubuntu3:subprocess installed 
post-installation script returned error exit status 1
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2012-12-23 (1408 days ago)
  InstallationMedia: Lubuntu 11.10 "Oneiric Ocelot" - Release i386 (20111012)
  RelatedPackageVersions:
   dpkg 1.17.5ubuntu5.7
   apt  1.0.1ubuntu2.15
  SourcePackage: whoopsie
  Title: package whoopsie 0.2.24.6ubuntu3 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: Upgraded to trusty on 2015-03-01 (610 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/whoopsie/+bug/1638310/+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 1546334] Re: wget crashed with SIGSEGV

2016-10-19 Thread Giovanni Panozzo
Can we please have a fix? It's a serious bug for a LTS server.
I have many scripts running on different LTS servers with this problem, and 
really, I'm a bit tired of patching them (adding LANG=C, for example).

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

Title:
  wget crashed with SIGSEGV

Status in wget package in Ubuntu:
  Confirmed

Bug description:
  To install Zukitwo-Primary-Colors theme on Ubuntu/Linux Mint (Press 
Ctrl+Alt+T) and copy the following commands in the Terminal:
  Terminal Commands:
  mkdir ~/.themes
  wget -O zukitwo_pc.zip 
http://dl.dropbox.com/u/53319850/NoobsLab.com/zukitwo_primary_colors.zip
  unzip zukitwo_pc.zip -d ~/.themes; rm zukitwo_pc.zip
  Enjoy

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: wget 1.17.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-5.20-generic 4.4.1
  Uname: Linux 4.4.0-5-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Feb 16 20:06:53 2016
  ExecutablePath: /usr/bin/wget
  InstallationDate: Installed on 2016-02-08 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160205)
  ProcCmdline: wget -O zukitwo_pc.zip 
http://dl.dropbox.com/u/53319850/NoobsLab.com/zukitwo_primary_colors.zip
  SegvAnalysis:
   Segfault happened at: 0x7f7ee8bbf200 <__memset_sse2+160>:movdqa 
%xmm8,(%rcx)
   PC (0x7f7ee8bbf200) ok
   source "%xmm8" ok
   destination "(%rcx)" (0x55aca0b4f000) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: wget
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: wget crashed with SIGSEGV
  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/wget/+bug/1546334/+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 1631675] Re: unity8 crashed with SIGSEGV in XGetXCBConnection() from dri2_initialize_wayland_swrast()

2016-10-10 Thread Giovanni
I have reinstalled Ubuntu 16.10 and now seems to work fine.

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

Title:
  unity8 crashed with SIGSEGV in XGetXCBConnection() from
  dri2_initialize_wayland_swrast()

Status in unity8 package in Ubuntu:
  Invalid

Bug description:
  unity8 crashed with SIGSEGV in XGetXCBConnection()

  ProblemType: Crash
  DistroRelease: Ubuntu 16.10
  Package: unity8 8.14+16.10.20160922-0ubuntu2
  ProcVersionSignature: Ubuntu 4.8.0-21.23-generic 4.8.0
  Uname: Linux 4.8.0-21-generic x86_64
  ApportVersion: 2.20.3-0ubuntu7
  Architecture: amd64
  CurrentDesktop: Unity:Unity8
  Date: Sun Oct  9 02:08:31 2016
  ExecutablePath: /usr/bin/unity8
  InstallationDate: Installed on 2016-03-10 (212 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160310)
  ProcCmdline: unity8 --mode=full-shell
  Signal: 11
  SourcePackage: unity8
  StacktraceTop:
   XGetXCBConnection () from /usr/lib/x86_64-linux-gnu/libX11-xcb.so.1
   ?? () from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
   ?? () from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
   ?? () from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
   eglInitialize () from /usr/lib/x86_64-linux-gnu/mesa-egl/libEGL.so.1
  Title: unity8 crashed with SIGSEGV in XGetXCBConnection()
  UpgradeStatus: Upgraded to yakkety on 2016-10-08 (0 days ago)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1631675/+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 1612191] [NEW] net-tools upstream package is outdated ?

2016-08-11 Thread Samuele Giovanni Tonon
Public bug reported:

Hello,
while looking to the netstat man page i found out that apparently ubuntu is 
still using an old version of net tools upstream package, which is still 
pointing to berlios.de . As far as i know berlios.de is now closed and the 
packages have been moved to sourceforge.net where they are still maintained: 
https://sourceforge.net/projects/net-tools/

Could you please clarify me the reason behind having what it appears to
be an outdated upstream package?


Many thanks
Samuele

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

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

Title:
  net-tools upstream package is outdated ?

Status in net-tools package in Ubuntu:
  New

Bug description:
  Hello,
  while looking to the netstat man page i found out that apparently ubuntu is 
still using an old version of net tools upstream package, which is still 
pointing to berlios.de . As far as i know berlios.de is now closed and the 
packages have been moved to sourceforge.net where they are still maintained: 
https://sourceforge.net/projects/net-tools/

  Could you please clarify me the reason behind having what it appears
  to be an outdated upstream package?

  
  Many thanks
  Samuele

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-tools/+bug/1612191/+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 1546334] Re: wget crashed with SIGSEGV

2016-07-30 Thread Giovanni Panozzo
Same for me:
 wget --limit-rate=40 
http://releases.ubuntu.com/16.04/ubuntu-16.04.1-server-amd64.iso
Wget crashes in  __memset_sse2 () at ../sysdeps/x86_64/multiarch/../memset.S:93 
(according gdb) after downloadinf from 1 to 3 MB (the exact size is random).

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

Title:
  wget crashed with SIGSEGV

Status in wget package in Ubuntu:
  Confirmed

Bug description:
  To install Zukitwo-Primary-Colors theme on Ubuntu/Linux Mint (Press 
Ctrl+Alt+T) and copy the following commands in the Terminal:
  Terminal Commands:
  mkdir ~/.themes
  wget -O zukitwo_pc.zip 
http://dl.dropbox.com/u/53319850/NoobsLab.com/zukitwo_primary_colors.zip
  unzip zukitwo_pc.zip -d ~/.themes; rm zukitwo_pc.zip
  Enjoy

  ProblemType: Crash
  DistroRelease: Ubuntu 16.04
  Package: wget 1.17.1-1ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-5.20-generic 4.4.1
  Uname: Linux 4.4.0-5-generic x86_64
  ApportVersion: 2.20-0ubuntu3
  Architecture: amd64
  CrashCounter: 1
  CurrentDesktop: Unity
  Date: Tue Feb 16 20:06:53 2016
  ExecutablePath: /usr/bin/wget
  InstallationDate: Installed on 2016-02-08 (8 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160205)
  ProcCmdline: wget -O zukitwo_pc.zip 
http://dl.dropbox.com/u/53319850/NoobsLab.com/zukitwo_primary_colors.zip
  SegvAnalysis:
   Segfault happened at: 0x7f7ee8bbf200 <__memset_sse2+160>:movdqa 
%xmm8,(%rcx)
   PC (0x7f7ee8bbf200) ok
   source "%xmm8" ok
   destination "(%rcx)" (0x55aca0b4f000) not located in a known VMA region 
(needed writable region)!
  SegvReason: writing unknown VMA
  Signal: 11
  SourcePackage: wget
  StacktraceTop:
   ?? ()
   ?? ()
   ?? ()
   ?? ()
   ?? ()
  Title: wget crashed with SIGSEGV
  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/wget/+bug/1546334/+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 1589401] Re: cannot view wifi networks after re-enabling wifi

2016-07-22 Thread Giovanni Mellini
After last updates I have the same problem when coming from suspend

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

Title:
  cannot view wifi networks after re-enabling wifi

Status in NetworkManager:
  Confirmed
Status in network-manager package in Ubuntu:
  Confirmed

Bug description:
  after re enabling wifi, up-down arrows just like wired network. cannot
  see any wifi ssid.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1589401/+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 1603090] [NEW] gnomeplayer

2016-07-14 Thread GIOVANNI
Public bug reported:

Segnala errore nello scaricare gnome gnomeplayer: il programma non viene
installato completamente e per ciò non funziona.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: xorg 1:7.7+13ubuntu3
ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
Uname: Linux 4.4.0-28-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
Date: Thu Jul 14 16:01:54 2016
DistUpgraded: Fresh install
DistroCodename: xenial
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes, including running git bisection searches
GraphicsCard:
 NVIDIA Corporation G96M [GeForce 9600M GT] [10de:0649] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Acer Incorporated [ALI] G96M [GeForce 9600M GT] [1025:015e]
InstallationDate: Installed on 2016-07-08 (5 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
MachineType: Acer Aspire 6930G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=04b14816-3b99-4f34-83b6-d697a7235305 ro quiet splash
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/25/2008
dmi.bios.vendor: Acer
dmi.bios.version: v0.3204
dmi.board.name: Makalu
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrv0.3204:bd09/25/2008:svnAcer:pnAspire6930G:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
dmi.product.name: Aspire 6930G
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+16.04.20160526-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.67-1ubuntu0.16.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.2.0-1ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.2.0-1ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.18.3-1ubuntu2.2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.1-1ubuntu2
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.7.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20160325-1ubuntu1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.12-1build2
xserver.bootTime: Thu Jul 14 15:50:38 2016
xserver.configfile: default
xserver.errors:
 Failed to load module "nvidia" (module does not exist, 0)
 Failed to load module "nvidia" (module does not exist, 0)
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.18.3-1ubuntu2.2
xserver.video_driver: nouveau

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


** Tags: amd64 apport-bug compiz-0.9 ubuntu xenial

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

Title:
  gnomeplayer

Status in xorg package in Ubuntu:
  New

Bug description:
  Segnala errore nello scaricare gnome gnomeplayer: il programma non
  viene installato completamente e per ciò non funziona.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: xorg 1:7.7+13ubuntu3
  ProcVersionSignature: Ubuntu 4.4.0-28.47-generic 4.4.13
  Uname: Linux 4.4.0-28-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: compiz
  CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
  CompositorUnredirectFSW: true
  Date: Thu Jul 14 16:01:54 2016
  DistUpgraded: Fresh install
  DistroCodename: xenial
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, including running git bisection searches
  GraphicsCard:
   NVIDIA Corporation G96M [GeForce 9600M GT] [10de:0649] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Acer Incorporated [ALI] G96M [GeForce 9600M GT] [1025:015e]
  InstallationDate: Installed on 2016-07-08 (5 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  MachineType: Acer Aspire 6930G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-28-generic 
root=UUID=04b14816-3b99-4f34-83b6-d697a7235305 ro quiet splash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/25/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v0.3204
  dmi.board.name: Makalu
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv0.3204:bd09/25/2008:svnAcer:pnAspire6930G:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
  dmi.product.name: Aspire 6930G
  

[Touch-packages] [Bug 1574347] Re: [SRU] Re-read the link type if the name changed

2016-06-03 Thread Giovanni Mellini
Same problem form me after the updates.
When resuming from suspend I have ad "inactive" icon for wifi/wired connections 
and I cannot select network profiles (wireless or wired) while connection is ok.
My workaroud is to restart network-manager service in this case but is really 
annoying.
Giovanni

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

Title:
  [SRU] Re-read the link type if the name changed

Status in NetworkManager:
  Fix Released
Status in OEM Priority Project:
  New
Status in network-manager package in Ubuntu:
  Fix Released
Status in network-manager source package in Xenial:
  Fix Released

Bug description:
  [Impact]
  NM needs to re-read the DEVTYPE after the device name changed, an example is 
that WiFi network list disappears from network manager applet

  [Testcase]
  1. Boot the system. It should include a wireless device.
  2. In a terminal, run 'nmcli dev'.
  3. In the correct case, the line for the wireless device should read "wifi" 
under the TYPE column. In a failure case, it will read "ethernet".

  After upgrading to the new version, the repeating the above steps
  should give expected behavior.

  [Regression Potential]
  Potential of causing regression is relatively small for a one line change to 
re-read a value to be known.

  ---

  Problems:-

  1. The network manager applet does not show the list of WiFI APs it can find.
  2. The network manager applet does not the name of the AP to which it is 
connected
  3. The icon of the applet shows two vertical arrows in opposite direction - 
the wired connection symbol and NOT the wifi connected icon.

  Temporary Workaround:-
  Log out and again log back in.

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1574347/+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 1584910] [NEW] package udev 229-4ubuntu5 failed to install/upgrade: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 1

2016-05-23 Thread GIOVANNI
Public bug reported:

errore nello spostare sulla scrivania un programma exe. Utilizzo ubuntu
16.04

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 229-4ubuntu5
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Mon May 23 18:30:13 2016
ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 1
InstallationDate: Installed on 2016-04-23 (30 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Acer Aspire 6930G
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=93a96fcf-ed64-40ef-9fae-a391e4f5c948 ro drm.debug=0xe plymouth:debug
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: systemd
Title: package udev 229-4ubuntu5 failed to install/upgrade: il sottoprocesso 
installato script di post-installation ha restituito lo stato di errore 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/25/2008
dmi.bios.vendor: Acer
dmi.bios.version: v0.3204
dmi.board.name: Makalu
dmi.board.vendor: Acer
dmi.board.version: Not Applicable
dmi.chassis.type: 1
dmi.chassis.vendor: Acer
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAcer:bvrv0.3204:bd09/25/2008:svnAcer:pnAspire6930G:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
dmi.product.name: Aspire 6930G
dmi.product.version: Not Applicable
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-package xenial

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

Title:
  package udev 229-4ubuntu5 failed to install/upgrade: il sottoprocesso
  installato script di post-installation ha restituito lo stato di
  errore 1

Status in systemd package in Ubuntu:
  New

Bug description:
  errore nello spostare sulla scrivania un programma exe. Utilizzo
  ubuntu 16.04

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: udev 229-4ubuntu5
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Mon May 23 18:30:13 2016
  ErrorMessage: il sottoprocesso installato script di post-installation ha 
restituito lo stato di errore 1
  InstallationDate: Installed on 2016-04-23 (30 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Aspire 6930G
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-22-generic 
root=UUID=93a96fcf-ed64-40ef-9fae-a391e4f5c948 ro drm.debug=0xe plymouth:debug
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.10ubuntu1
  SourcePackage: systemd
  Title: package udev 229-4ubuntu5 failed to install/upgrade: il sottoprocesso 
installato script di post-installation ha restituito lo stato di errore 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/25/2008
  dmi.bios.vendor: Acer
  dmi.bios.version: v0.3204
  dmi.board.name: Makalu
  dmi.board.vendor: Acer
  dmi.board.version: Not Applicable
  dmi.chassis.type: 1
  dmi.chassis.vendor: Acer
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAcer:bvrv0.3204:bd09/25/2008:svnAcer:pnAspire6930G:pvrNotApplicable:rvnAcer:rnMakalu:rvrNotApplicable:cvnAcer:ct1:cvrN/A:
  dmi.product.name: Aspire 6930G
  dmi.product.version: Not Applicable
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1584910/+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 1584373] [NEW] package unity8-fake-env (not installed) failed to install/upgrade: tentata sovrascrittura di "/usr/bin/unity-mock-indicator-service" (condiviso), diverso da altre

2016-05-21 Thread GIOVANNI
Public bug reported:

mi segnala numerosi errori durante l'installazione da terminale.

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: unity8-fake-env (not installed)
ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
Uname: Linux 4.4.0-22-generic x86_64
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
Date: Sat May 21 18:58:10 2016
ErrorMessage: tentata sovrascrittura di "/usr/bin/unity-mock-indicator-service" 
(condiviso), diverso da altre istanze del pacchetto unity8-fake-env:amd64
InstallationDate: Installed on 2016-04-23 (28 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1.1
 apt  1.2.10ubuntu1
SourcePackage: unity8
Title: package unity8-fake-env (not installed) failed to install/upgrade: 
tentata sovrascrittura di "/usr/bin/unity-mock-indicator-service" (condiviso), 
diverso da altre istanze del pacchetto unity8-fake-env:amd64
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package xenial

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

Title:
  package unity8-fake-env (not installed) failed to install/upgrade:
  tentata sovrascrittura di "/usr/bin/unity-mock-indicator-service"
  (condiviso), diverso da altre istanze del pacchetto unity8-fake-
  env:amd64

Status in unity8 package in Ubuntu:
  New

Bug description:
  mi segnala numerosi errori durante l'installazione da terminale.

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: unity8-fake-env (not installed)
  ProcVersionSignature: Ubuntu 4.4.0-22.40-generic 4.4.8
  Uname: Linux 4.4.0-22-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  Date: Sat May 21 18:58:10 2016
  ErrorMessage: tentata sovrascrittura di 
"/usr/bin/unity-mock-indicator-service" (condiviso), diverso da altre istanze 
del pacchetto unity8-fake-env:amd64
  InstallationDate: Installed on 2016-04-23 (28 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1.1
   apt  1.2.10ubuntu1
  SourcePackage: unity8
  Title: package unity8-fake-env (not installed) failed to install/upgrade: 
tentata sovrascrittura di "/usr/bin/unity-mock-indicator-service" (condiviso), 
diverso da altre istanze del pacchetto unity8-fake-env:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1584373/+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 1559780] [NEW] package libpam-runtime 1.1.8-3.1ubuntu3.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2016-03-20 Thread giovanni
Public bug reported:

I don't know what happened

ProblemType: Package
DistroRelease: Ubuntu 15.10
Package: libpam-runtime 1.1.8-3.1ubuntu3.2
ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
Uname: Linux 4.2.0-34-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
Date: Sun Mar 20 18:31:34 2016
DuplicateSignature: package:libpam-runtime:1.1.8-3.1ubuntu3.2:subprocess 
installed post-installation script returned error exit status 128
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2012-06-18 (1371 days ago)
InstallationMedia: Ubuntu  "Precise" - Build amd64 LIVE Binary 20120426-22:45
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.2ubuntu5.1
 apt  1.0.10.2ubuntu1
SourcePackage: pam
Title: package libpam-runtime 1.1.8-3.1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: Upgraded to wily on 2015-12-12 (99 days ago)

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


** Tags: amd64 apport-package wily

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

Title:
  package libpam-runtime 1.1.8-3.1ubuntu3.2 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in pam package in Ubuntu:
  New

Bug description:
  I don't know what happened

  ProblemType: Package
  DistroRelease: Ubuntu 15.10
  Package: libpam-runtime 1.1.8-3.1ubuntu3.2
  ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4
  Uname: Linux 4.2.0-34-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  Date: Sun Mar 20 18:31:34 2016
  DuplicateSignature: package:libpam-runtime:1.1.8-3.1ubuntu3.2:subprocess 
installed post-installation script returned error exit status 128
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2012-06-18 (1371 days ago)
  InstallationMedia: Ubuntu  "Precise" - Build amd64 LIVE Binary 20120426-22:45
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.2ubuntu5.1
   apt  1.0.10.2ubuntu1
  SourcePackage: pam
  Title: package libpam-runtime 1.1.8-3.1ubuntu3.2 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: Upgraded to wily on 2015-12-12 (99 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pam/+bug/1559780/+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 1542582] [NEW] package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-05 Thread Giovanni
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: lightdm 1.17.5-0ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-3.17-generic 4.4.1
Uname: Linux 4.4.0-3-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
Date: Thu Feb  4 20:25:05 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-02-02 (3 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.1.10
SourcePackage: lightdm
Title: package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package need-duplicate-check xenial

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

Title:
  package lightdm 1.17.5-0ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in lightdm package in Ubuntu:
  New

Bug description:
  none

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: lightdm 1.17.5-0ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-3.17-generic 4.4.1
  Uname: Linux 4.4.0-3-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  Date: Thu Feb  4 20:25:05 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-02-02 (3 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.1.10
  SourcePackage: lightdm
  Title: package lightdm 1.17.5-0ubuntu2 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/lightdm/+bug/1542582/+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 1541572] [NEW] package udev 228-5ubuntu1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-03 Thread Giovanni
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 228-5ubuntu1
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
Date: Wed Feb  3 20:31:06 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-02-02 (1 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
MachineType: LENOVO 6474B84
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=9412d113-cc69-41a6-a2eb-bf8fae79c5ec ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.1.10
SourcePackage: systemd
Title: package udev 228-5ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET94WW (3.24 )
dmi.board.name: 6474B84
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn6474B84:pvrThinkPadT400:rvnLENOVO:rn6474B84:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6474B84
dmi.product.version: ThinkPad T400
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-package package-from-proposed xenial

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

Title:
  package udev 228-5ubuntu1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in systemd package in Ubuntu:
  New

Bug description:
  none

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: udev 228-5ubuntu1
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  Date: Wed Feb  3 20:31:06 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-02-02 (1 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
  MachineType: LENOVO 6474B84
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=9412d113-cc69-41a6-a2eb-bf8fae79c5ec ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.1.10
  SourcePackage: systemd
  Title: package udev 228-5ubuntu1 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 6474B84
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn6474B84:pvrThinkPadT400:rvnLENOVO:rn6474B84:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6474B84
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1541572/+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 1541161] [NEW] package udev 228-4ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2016-02-02 Thread Giovanni
Public bug reported:

none

ProblemType: Package
DistroRelease: Ubuntu 16.04
Package: udev 228-4ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
Uname: Linux 4.4.0-2-generic x86_64
ApportVersion: 2.19.4-0ubuntu2
Architecture: amd64
Date: Wed Feb  3 02:25:55 2016
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2016-02-02 (0 days ago)
InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
MachineType: LENOVO 6474B84
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=9412d113-cc69-41a6-a2eb-bf8fae79c5ec ro quiet splash vt.handoff=7
RelatedPackageVersions:
 dpkg 1.18.4ubuntu1
 apt  1.1.10
SourcePackage: systemd
Title: package udev 228-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 10/17/2012
dmi.bios.vendor: LENOVO
dmi.bios.version: 7UET94WW (3.24 )
dmi.board.name: 6474B84
dmi.board.vendor: LENOVO
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Not Available
dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn6474B84:pvrThinkPadT400:rvnLENOVO:rn6474B84:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
dmi.product.name: 6474B84
dmi.product.version: ThinkPad T400
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-package xenial

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

Title:
  package udev 228-4ubuntu2 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

Status in systemd package in Ubuntu:
  New

Bug description:
  none

  ProblemType: Package
  DistroRelease: Ubuntu 16.04
  Package: udev 228-4ubuntu2
  ProcVersionSignature: Ubuntu 4.4.0-2.16-generic 4.4.0
  Uname: Linux 4.4.0-2-generic x86_64
  ApportVersion: 2.19.4-0ubuntu2
  Architecture: amd64
  Date: Wed Feb  3 02:25:55 2016
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 1
  InstallationDate: Installed on 2016-02-02 (0 days ago)
  InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Alpha amd64 
(20160127.1)
  MachineType: LENOVO 6474B84
  PccardctlIdent:
   Socket 0:
 no product info available
  PccardctlStatus:
   Socket 0:
 no card
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-2-generic 
root=UUID=9412d113-cc69-41a6-a2eb-bf8fae79c5ec ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   dpkg 1.18.4ubuntu1
   apt  1.1.10
  SourcePackage: systemd
  Title: package udev 228-4ubuntu2 failed to install/upgrade: subprocess 
installed post-installation script returned error exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/17/2012
  dmi.bios.vendor: LENOVO
  dmi.bios.version: 7UET94WW (3.24 )
  dmi.board.name: 6474B84
  dmi.board.vendor: LENOVO
  dmi.board.version: Not Available
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: Not Available
  dmi.modalias: 
dmi:bvnLENOVO:bvr7UET94WW(3.24):bd10/17/2012:svnLENOVO:pn6474B84:pvrThinkPadT400:rvnLENOVO:rn6474B84:rvrNotAvailable:cvnLENOVO:ct10:cvrNotAvailable:
  dmi.product.name: 6474B84
  dmi.product.version: ThinkPad T400
  dmi.sys.vendor: LENOVO

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1541161/+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 782331] Re: Remmina remote desktop window not visible when using ALT-TAB

2015-02-07 Thread Giovanni Panozzo
In remmina 1.2 (not yet released), we removed the Minimize to tray
option.

Here is the removal announce:
http://sourceforge.net/p/remmina/mailman/message/32754712/

And here the instructions for installing Remmina 1.2 PPA (next branch)
on Ubuntu: https://github.com/FreeRDP/Remmina/wiki

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

Title:
  Remmina remote desktop window not visible when using ALT-TAB

Status in Unity:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in Baltix GNU/Linux:
  New

Bug description:
  Binary package hint: unity

  When connected to a remote desktop using remmina, you can use full
  screen mode. There's a menu on top of the full screen window when the
  mouse hover over there. There's a minimize option and it works,
  remmina's remote session windows goes to the dock, but in that state
  ALT-TAB does not show remmina's minimized windows as a option to
  switch.

  Steps to reproduce:

  1) Open remmina
  2) Connect to a remote desktop
  3) Activate full screen mode
  4) Move mouse over the top center of the screen and press minimize
  5) ALT-TAB to go back to the minimized window (you can't)

  If the windows is not in full screen, the bug does not appear. I guess
  the full screen mode fools unity or compiz.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.04
  Package: unity 3.8.12-0ubuntu1
  ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Uname: Linux 2.6.38-8-generic x86_64
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,mousepoll,vpswitch,regex,animation,snap,expo,move,compiztoolbox,place,grid,imgpng,gnomecompat,wall,ezoom,workarounds,staticswitcher,resize,fade,unitymtgrabhandles,scale,session,unityshell]
  CompositorRunning: compiz
  DRM.card0.VGA.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1360x768 1024x768 1024x768 1024x768 832x624 800x600 800x600 640x480 
640x480 720x400
   edid-base64: 
AP///wAeba1LACIAAAwUAQNqKRd46iM1pFVNmyUSUFSlagAxT0VPYU8BAQEBAQEBAQEBZiFQsFEAGzBAcDYAluUQAAAe/QA4Sx49CQAKICAgICAg/ABXMTk0MwogICAgICAgANI=
  Date: Fri May 13 15:13:47 2011
  DistUpgraded: Fresh install
  DistroCodename: natty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation 82946GZ/GL Integrated Graphics Controller [8086:2972] (rev 
02) (prog-if 00 [VGA controller])
 Subsystem: Intel Corporation Device [8086:5354]
  Lsusb:
   Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  ProcEnviron:
   LANGUAGE=es_AR:en
   PATH=(custom, user)
   LANG=es_AR.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-8-generic 
root=UUID=b5101ee1-e374-4f58-9303-13d7f3380862 ro quiet splash vt.handoff=7
  ProcVersionSignature_: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  ProcVersionSignature__: Ubuntu 2.6.38-8.42-generic 2.6.38.2
  Renderer: Unknown
  SourcePackage: unity
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/11/2006
  dmi.bios.vendor: Intel Corp.
  dmi.bios.version: TS94610J.86A.0047.2006.0911.0110
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: D946GZIS
  dmi.board.vendor: Intel Corporation
  dmi.board.version: AAD66165-501
  dmi.chassis.type: 2
  dmi.modalias: 
dmi:bvnIntelCorp.:bvrTS94610J.86A.0047.2006.0911.0110:bd09/11/2006:svn:pn:pvr:rvnIntelCorporation:rnD946GZIS:rvrAAD66165-501:cvn:ct2:cvr:
  version.compiz: compiz 1:0.9.4+bzr20110415-0ubuntu2
  version.ia32-libs: ia32-libs 20090808ubuntu13
  version.libdrm2: libdrm2 2.4.23-1ubuntu6
  version.libgl1-mesa-dri: libgl1-mesa-dri 7.10.2-0ubuntu2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 7.10.2-0ubuntu2
  version.xserver-xorg: xserver-xorg 1:7.6+4ubuntu3
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:6.14.0-0ubuntu4
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.14.0-4ubuntu7.1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20110107+b795ca6e-0ubuntu7

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity/+bug/782331/+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 1359439] Re: [ 7.287663] systemd-logind[1057]: Failed to start unit user@126.service: Unknown unit: user@126.service

2014-12-02 Thread Giovanni Cardamone
I have the same problem.

After install ubuntu 14.10, on start i get a black screen;

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

Title:
  [7.287663] systemd-logind[1057]: Failed to start unit
  user@126.service: Unknown unit: user@126.service

Status in systemd-shim package in Ubuntu:
  In Progress
Status in systemd-shim package in Debian:
  New

Bug description:
  [7.287663] systemd-logind[1057]: Failed to start unit user@126.service: 
Unknown unit: user@126.service
  [7.287677] systemd-logind[1057]: Failed to start user service: Unknown 
unit: user@126.service
  [7.293871] systemd-logind[1057]: New session c1 of user lightdm.
  [7.293902] systemd-logind[1057]: Linked /tmp/.X11-unix/X0 to 
/run/user/126/X11-display.
  [7.363706] ip_tables: (C) 2000-2006 Netfilter Core Team
  [7.421846] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  [7.484529] IPv6: ADDRCONF(NETDEV_UP): virbr0: link is not ready
  [9.903052] wlan0: authenticate with c8:d7:19:22:21:ec
  [9.912429] wlan0: send auth to c8:d7:19:22:21:ec (try 1/3)
  [9.920181] wlan0: authenticated
  [9.924352] wlan0: associate with c8:d7:19:22:21:ec (try 1/3)
  [9.925709] wlan0: RX AssocResp from c8:d7:19:22:21:ec (capab=0x11 
status=0 aid=2)
  [9.927753] wlan0: associated
  [9.927800] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
  [   12.677104] systemd-logind[1057]: Failed to abandon scope session-c1.scope
  [   12.677122] systemd-logind[1057]: Failed to abandon session scope: No such 
interface 'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc1_2escope
  [   12.683902] systemd-logind[1057]: Failed to start unit user@1000.service: 
Unknown unit: user@1000.service
  [   12.683912] systemd-logind[1057]: Failed to start user service: Unknown 
unit: user@1000.service
  [   12.685157] systemd-logind[1057]: New session c2 of user caravena.
  [   12.685190] systemd-logind[1057]: Linked /tmp/.X11-unix/X0 to 
/run/user/1000/X11-display.
  [  234.494462] systemd-logind[1057]: Failed to abandon scope session-c2.scope
  [  234.494478] systemd-logind[1057]: Failed to abandon session scope: No such 
interface 'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc2_2escope
  [  235.514349] systemd-logind[1057]: New session c3 of user lightdm.
  [  244.245908] systemd-logind[1057]: Failed to abandon scope session-c3.scope
  [  244.245923] systemd-logind[1057]: Failed to abandon session scope: No such 
interface 'org.freedesktop.systemd1.Scope' on object at path 
/org/freedesktop/systemd1/unit/session_2dc3_2escope

  ProblemType: Bug
  DistroRelease: Ubuntu 14.10
  Package: systemd 208-7ubuntu4 [modified: 
usr/share/dbus-1/system-services/org.freedesktop.systemd1.service]
  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
  CurrentDesktop: LXDE
  Date: Wed Aug 20 18:26:06 2014
  InstallationDate: Installed on 2014-04-27 (115 days ago)
  InstallationMedia: Ubuntu-GNOME 14.04 LTS Trusty Tahr - Release amd64 
(20140416.2)
  SourcePackage: systemd
  UpgradeStatus: No upgrade log present (probably fresh install)

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