[Touch-packages] [Bug 1964839] [NEW] software-properties-gtk crashes if APT::Periodic::Upgrade-Package-Lists="3"

2022-03-14 Thread Wes Waugh
Public bug reported:

Changing `APT::Periodic::Update-Package-Lists` to a value not in the
data model `model_updates_interval` in `/usr/share/software-
properties/gtkbuilder/main.ui` calls an invalid method, crashing the
program.

```
$ cat /etc/apt/apt.conf.d/10periodic
APT::Periodic::Update-Package-Lists "3";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::AutocleanInterval "0";
APT::Periodic::Unattended-Upgrade "0";
$ software-properties-gtk
Traceback (most recent call last):
  File "/usr/bin/software-properties-gtk", line 100, in 
app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 231, in __init__
self.init_auto_update()
  File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 310, in init_auto_update
self.combobox_update_interval.append_text(_("Every %s days")
AttributeError: 'ComboBox' object has no attribute 'append_text'
```

Occurs in:
```
$ lsb_release -rd
Description:Ubuntu 21.04
Release:21.04
$ apt-cache policy software-properties-gtk
software-properties-gtk:
  Installed: 0.99.10.2
  Candidate: 0.99.10.2
  Version table:
 *** 0.99.10.2 500
500 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
500 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main i386 
Packages
100 /var/lib/dpkg/status
 0.99.10 500
500 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
500 http://us.archive.ubuntu.com/ubuntu hirsute/main i386 Packages

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  software-properties-gtk crashes if APT::Periodic::Upgrade-Package-
  Lists="3"

Status in software-properties package in Ubuntu:
  New

Bug description:
  Changing `APT::Periodic::Update-Package-Lists` to a value not in the
  data model `model_updates_interval` in `/usr/share/software-
  properties/gtkbuilder/main.ui` calls an invalid method, crashing the
  program.

  ```
  $ cat /etc/apt/apt.conf.d/10periodic
  APT::Periodic::Update-Package-Lists "3";
  APT::Periodic::Download-Upgradeable-Packages "1";
  APT::Periodic::AutocleanInterval "0";
  APT::Periodic::Unattended-Upgrade "0";
  $ software-properties-gtk
  Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in 
  app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 231, in __init__
  self.init_auto_update()
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 310, in init_auto_update
  self.combobox_update_interval.append_text(_("Every %s days")
  AttributeError: 'ComboBox' object has no attribute 'append_text'
  ```

  Occurs in:
  ```
  $ lsb_release -rd
  Description:  Ubuntu 21.04
  Release:  21.04
  $ apt-cache policy software-properties-gtk
  software-properties-gtk:
Installed: 0.99.10.2
Candidate: 0.99.10.2
Version table:
   *** 0.99.10.2 500
  500 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main amd64 
Packages
  500 http://us.archive.ubuntu.com/ubuntu hirsute-updates/main i386 
Packages
  100 /var/lib/dpkg/status
   0.99.10 500
  500 http://us.archive.ubuntu.com/ubuntu hirsute/main amd64 Packages
  500 http://us.archive.ubuntu.com/ubuntu hirsute/main i386 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1964839/+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 1771236] Re: forced use of systemd-networkd interferes with ifupdown in 18.04

2020-07-07 Thread Wes
Sigh indeed.  The ignoring of this bug report (and many other bad, bad
decisions for that matter) has now lead us to just abandon Ubuntu
entirely.  Even for non-server desktop use cases.  I have no idea if the
original reported issue has ever actually been dealt with, and I guess I
never will.

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

Title:
  forced use of systemd-networkd interferes with ifupdown in 18.04

Status in ifupdown package in Ubuntu:
  Expired
Status in systemd package in Ubuntu:
  Expired

Bug description:
  For several reasons, we are not able to use netplan nor systemd-
  networkd due to legacy applications that expect ifupdown's pre-up and
  post-up script mechanism.  The documentation around 18.04's
  (premature, I feel) wholesale adoption of netplan claims that one can
  revert to old behaviour by merely installing ifupdown (amongst
  assertions that netplan will never offer a mechanism for configuring
  pre-up and post-up actions even for network managers that support
  them).

  However when ifupdown is installed, systemd-networkd still tries to
  manage interfaces.  If you 'systemctl disable systemd-networkd', upon
  next reboot it is automatically re-enabled.  We tried disabling any
  systemd units even remotely related to networking and yet systemd-
  networkd still runs.  If it hasn't been configured, it tries to DHCP.
  On networks that don't provide DHCP this results in a stupendously
  long stall during boot.  Currently it appears to be impossible to tell
  systemd-networkd not to run in a clean manner that won't get reverted
  on package upgrades.

  I sincerely hope this is is a bug/oversight and not intentional.  We
  need to be able to disable systemd-networkd properly.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ifupdown/+bug/1771236/+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 1858293] Re: Missing repeated characters

2020-01-06 Thread Wes Z
Hello,

Hello and than you for the assistance and your time.

For sure I thought this was a bug because it appeared platform dependent
and only associated with nano.

The first thing I did was I checked my version of PuTTy which was .70
and then checked the PuTTy site and updated to PuTTy .73 and this "bug"
is gone.

Updating PuTTy to .73 resolved my issue. Probably the first thing I
should have done, but we never quit learning.

Nano is my favorite terminal editor.

Thanks.

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

Title:
  Missing repeated characters

Status in nano package in Ubuntu:
  New

Bug description:
  Nano 2.9.3
   Ubuntu 18.04.3 LTS - Linux 4.14.157-171 armv7l
   ARMv7 Processor rev 3 (v7l)

   Ubuntu 18.04.3 LTS - Linux 4.9.196-63 aarch64
  Amlogic S922X rev a (4 A73 + 2 A53)

  This issue is repeatable on more than 6 each different machines of the above 
configurations.
  I am using ssh via Putty to log in via terminal screen.
  I am using nano defaults. I have not changed anything nor do I open with any 
arguments. I use nano  and it's not associated with any extension. It 
behaves the same for all files, even no extension files.
  Nano is not changing the file, it's just not displaying correctly. The 
characters are there and they save properly, they're just not visible on the 
terminal screen.

  Using WinSCP presents no issues as I am using my local Windows text
  editor.

  If I use vi to view the file there are no problems.
  If I use cat to view the file there are no problems.
  If I use tail to view the file there are no problems

  I do not experience this issue on:
  Nano 2.5.3
  Ubuntu 16.04.6 LTS - Linux 4.14.5-92 armv7l
  ARMv7 Processor rev 3 (v7l)

  If I take any file that has repeat characters such as:
  
  -
  |||

  Nano 2.9.3 will not display all of the continuous repeat characters in
  the row. For example:

  Copy and paste  is displayed as:
  #   <-- But end of line is correct
  If I copy that line from the file in nano editor and paste it into another 
non nano editor I get:
  #
  as the paste result

  This is the same for all different repeated characters.
  If I keyboard type ## nano will display it until 
nano is closed and then the same file is reopened. Then it's same as above, one 
# but end of line is correct.

  Pasting:
  #   ++  ++  ++  ++
  #   ||  ||  ||  ||
  # >CLK->||>CLK->||>CLK->||>CLK->||>CLK->
  # >CS ->||>CS ->||>CS ->||>CS ->||>CS ->
  # >DIN->||>DIN->||>DIN->||>DIN->||>DIN->
  #   ||  ||  ||  ||
  #   ++  ++  ++  ++

  into nano results in displayed:
  # +-+  +-+  +-+  +-+
  # | |  | |  | |  | |
  # >CLK->| |>CLK->| |>CLK->| |>CLK->| |>CLK->
  # >CS ->| |>CS ->| |>CS ->| |>CS ->| |>CS ->
  # >DIN->| |>DIN->| |>DIN->| |>DIN->| |>DIN->
  # | |  | |  | |  | |
  # +-+  +-+  +-+  +-+
  while nano is still open.
  Close the file and view in cat, vi or tail and it is show properly..

  Pasting:
  #   ++  ++  ++  ++
  #   ||  ||  ||  ||
  # >CLK->||>CLK->||>CLK->||>CLK->||>CLK->
  # >CS ->||>CS ->||>CS ->||>CS ->||>CS ->
  # >DIN->||>DIN->||>DIN->||>DIN->||>DIN->
  #   ||  ||  ||  ||
  #   ++  ++  ++  ++

  using vi editor
  then save file and open file in nano results in:
  # +-+  +-+  +-+  +-+
  # | |  | |  | |  | |
  # >CLK->| |>CLK->| |>CLK->| |>CLK->| |>CLK->
  # >CS ->| |>CS ->| |>CS ->| |>CS ->| |>CS ->
  # >DIN->| |>DIN->| |>DIN->| |>DIN->| |>DIN->
  # | |  | |  | |  | |
  # +-+  +-+  +-+  +-+

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nano/+bug/1858293/+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 1858293] Re: Missing repeated characters

2020-01-05 Thread Wes Z
Question Answers:

1. Windows 10 laptop core i7 Microsoft Windows [Version 10.0.17763.914]

2. TERM=xterm

3. 
write(1, 
"\33[?1049h\33[22;0;0t\33[1;47r\33(B\33[m\33[4l\33[?7h\33[39;49m\33[?1h\33=", 
54) = 54
write(1, "\33[?1h\33=", 7)  = 7
write(1, "\33[?1h\33=", 7)  = 7
write(1, "\33[?25l", 6) = 6
write(1, "\33[39;49m\33(B\33[m\33[H\33[2J", 21) = 21
write(1, "\33(B\33[0;7m  GNU nano 2.9.3 \33[53bNew Buffer \33[63b \33[1;144H", 
56) = 56
write(1, "\33(B\33[m", 6)   = 6
write(1, "\r\33[46d", 6)= 6
write(1, "\33(B\33[0;7m^G\33(B\33[m Get Help \33(B\33[0;7m^O\33(B\33[m 
Write Out\33(B\33[0;7m^W\33(B\33[m Where Is \33(B\33[0;7m^K\33(B\33[m 
Cut Text \33(B\33[0;7m^J\33(B\33[m Justify\33[81G", 154) = 154
write(1, "\33(B\33[0;7m^C\33(B\33[m Cur Pos\33[97G", 30) = 30
write(1, "\33(B\33[0;7mM-U\33(B\33[m Undo\33[46;113H", 32) = 32
write(1, "\33(B\33[0;7mM-A\33(B\33[m Mark Text   \33(B\33[0;7mM-]\33(B\33[m To 
Bracket\r\33[47d", 66) = 66
write(1, "\33(B\33[0;7m^X\33(B\33[m Exit\33[47;17H", 30) = 30
write(1, "\33(B\33[0;7m^R\33(B\33[m Read File\33(B\33[0;7m^\\\33(B\33[m 
Replace\33[49G", 61) = 61
write(1, "\33(B\33[0;7m^U\33(B\33[m Uncut Text   \33(B\33[0;7m^T\33(B\33[m To 
Spell \33(B\33[0;7m^_\33(B\33[m Go To Line   \33(B\33[0;7mM-E\33(B\33[m 
Redo\33[47;113H", 125) = 125
write(1, "\33(B\33[0;7mM-6\33(B\33[m Copy Text   \33(B\33[0;7mM-W\33(B\33[m 
WhereIs Next\r\33[45d", 68) = 68
write(1, "\33[3d", 4)   = 4
write(1, "\33[39;49m\33(B\33[m", 14)= 14
write(1, "\33[?12l\33[?25h", 12)= 12
write(1, "\33[?25l", 6) = 6
write(1, "\33[1;136H", 8)   = 8
write(1, "\33(B\33[0;7mModified", 17)   = 17
write(1, "\33(B\33[m", 6)   = 6
write(1, "\r\33[3d", 5) = 5
write(1, "#\33[9G", 5)  = 5
write(1, "+-\33[7b+\33[25G", 12)= 12
write(1, "+-\33[7b+\33[41G", 12)= 12
write(1, "+-\33[7b+\33[57G", 12)= 12
write(1, "+-\33[7b+\r\33[4d", 12)   = 12
write(1, "#\33[9G", 5)  = 5
write(1, "|\33[4;18H", 8)   = 8
write(1, "|\33[25G", 6) = 6
write(1, "|\33[4;34H", 8)   = 8
write(1, "|\33[41G", 6) = 6
write(1, "|\33[4;50H", 8)   = 8
write(1, "|\33[57G", 6) = 6
write(1, "|\33[4;66H", 8)   = 8
write(1, "|\r\33[5d", 6)= 6
write(1, "# >CLK->|\33[5;18H", 16)  = 16
write(1, "|>CLK->|\33[5;34H", 15)   = 15
write(1, "|>CLK->|\33[5;50H", 15)   = 15
write(1, "|>CLK->|\33[5;66H", 15)   = 15
write(1, "|>CLK->\r\33[6d", 12) = 12
write(1, "# >CS ->|\33[6;18H", 16)  = 16
write(1, "|>CS ->|\33[6;34H", 15)   = 15
write(1, "|>CS ->|\33[6;50H", 15)   = 15
write(1, "|>CS ->|\33[6;66H", 15)   = 15
write(1, "|>CS ->\r\33[7d", 12) = 12
write(1, "# >DIN->|\33[7;18H", 16)  = 16
write(1, "|>DIN->|\33[7;34H", 15)   = 15
write(1, "|>DIN->|\33[7;50H", 15)   = 15
write(1, "|>DIN->|\33[7;66H", 15)   = 15
write(1, "|>DIN->\r\33[8d", 12) = 12
write(1, "#\33[9G", 5)  = 5
write(1, "|\33[8;18H", 8)   = 8
write(1, "|\33[25G", 6) = 6
write(1, "|\33[8;34H", 8)   = 8
write(1, "|\33[41G", 6) = 6
write(1, "|\33[8;50H", 8)   = 8
write(1, "|\33[57G", 6) = 6
write(1, "|\33[8;66H", 8)   = 8
write(1, "|\r\33[9d", 6)= 6
write(1, "#\33[9G", 5)  = 5
write(1, "+-\33[7b+\33[25G", 12)= 12
write(1, "+-\33[7b+\33[41G", 12)= 12
write(1, "+-\33[7b+\33[57G", 12)= 12
write(1, "+-\33[7b+", 7)= 7
write(1, "\33[?12l\33[?25h", 12)= 12
write(1, "\33[?25l", 6) = 6
write(1, "\r\33[45d", 6)= 6
write(1, "\33(B\33[0;7mSave modified buffer?  (Answering \"No\" will DISCARD 
changes.) \33[82b \33[46;1H", 84) = 84
write(1, " Y\33(B\33[m Yes\33[K\r\33[47d", 21) = 21
write(1, "\33(B\33[0;7m N\33(B\33[m No  \33[47;18H", 30) = 30
write(1, "\33(B\33[0;7mC\33(B\33[m Cancel\33[K\33[45;63H", 34) = 34
write(1, "\33[?12l\33[?25h", 12)= 12
write(1, "\33[?25l", 6) = 6
write(1, "\r", 1)   = 1
write(1, "\33[J\33[47;145H", 12)= 12
write(1, "\33[?12l\33[?25h", 12)= 12
write(1, "\33[47;1H\33[?1049l\33[23;0;0t\r\33[?1l\33>", 32) = 32
+++ exited with 0 +++

4. I am putty'd in on machine 1 and ssh into machine 2, open nano, paste
the example and issue is still there.

5. I have not "built" a nano4-7 on the machine. But I can try tomorrow if you 
still need me to do so.
Just let me know.

6. I do not have access to a 19.10 machine

Thanks.

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

Title:
  Missing repeated 

[Touch-packages] [Bug 1858293] [NEW] Missing repeated characters

2020-01-04 Thread Wes Z
Public bug reported:

Nano 2.9.3
 Ubuntu 18.04.3 LTS - Linux 4.14.157-171 armv7l
 ARMv7 Processor rev 3 (v7l)

 Ubuntu 18.04.3 LTS - Linux 4.9.196-63 aarch64
Amlogic S922X rev a (4 A73 + 2 A53)

This issue is repeatable on more than 6 each different machines of the above 
configurations.
I am using ssh via Putty to log in via terminal screen.
I am using nano defaults. I have not changed anything nor do I open with any 
arguments. I use nano  and it's not associated with any extension. It 
behaves the same for all files, even no extension files.
Nano is not changing the file, it's just not displaying correctly. The 
characters are there and they save properly, they're just not visible on the 
terminal screen.

Using WinSCP presents no issues as I am using my local Windows text
editor.

If I use vi to view the file there are no problems.
If I use cat to view the file there are no problems.
If I use tail to view the file there are no problems

I do not experience this issue on:
Nano 2.5.3
Ubuntu 16.04.6 LTS - Linux 4.14.5-92 armv7l
ARMv7 Processor rev 3 (v7l)

If I take any file that has repeat characters such as:

-
|||

Nano 2.9.3 will not display all of the continuous repeat characters in
the row. For example:

Copy and paste  is displayed as:
#   <-- But end of line is correct
If I copy that line from the file in nano editor and paste it into another non 
nano editor I get:
#
as the paste result

This is the same for all different repeated characters.
If I keyboard type ## nano will display it until 
nano is closed and then the same file is reopened. Then it's same as above, one 
# but end of line is correct.

Pasting:
#   ++  ++  ++  ++
#   ||  ||  ||  ||
# >CLK->||>CLK->||>CLK->||>CLK->||>CLK->
# >CS ->||>CS ->||>CS ->||>CS ->||>CS ->
# >DIN->||>DIN->||>DIN->||>DIN->||>DIN->
#   ||  ||  ||  ||
#   ++  ++  ++  ++

into nano results in displayed:
# +-+  +-+  +-+  +-+
# | |  | |  | |  | |
# >CLK->| |>CLK->| |>CLK->| |>CLK->| |>CLK->
# >CS ->| |>CS ->| |>CS ->| |>CS ->| |>CS ->
# >DIN->| |>DIN->| |>DIN->| |>DIN->| |>DIN->
# | |  | |  | |  | |
# +-+  +-+  +-+  +-+
while nano is still open.
Close the file and view in cat, vi or tail and it is show properly..

Pasting:
#   ++  ++  ++  ++
#   ||  ||  ||  ||
# >CLK->||>CLK->||>CLK->||>CLK->||>CLK->
# >CS ->||>CS ->||>CS ->||>CS ->||>CS ->
# >DIN->||>DIN->||>DIN->||>DIN->||>DIN->
#   ||  ||  ||  ||
#   ++  ++  ++  ++

using vi editor
then save file and open file in nano results in:
# +-+  +-+  +-+  +-+
# | |  | |  | |  | |
# >CLK->| |>CLK->| |>CLK->| |>CLK->| |>CLK->
# >CS ->| |>CS ->| |>CS ->| |>CS ->| |>CS ->
# >DIN->| |>DIN->| |>DIN->| |>DIN->| |>DIN->
# | |  | |  | |  | |
# +-+  +-+  +-+  +-+

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

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

Title:
  Missing repeated characters

Status in nano package in Ubuntu:
  New

Bug description:
  Nano 2.9.3
   Ubuntu 18.04.3 LTS - Linux 4.14.157-171 armv7l
   ARMv7 Processor rev 3 (v7l)

   Ubuntu 18.04.3 LTS - Linux 4.9.196-63 aarch64
  Amlogic S922X rev a (4 A73 + 2 A53)

  This issue is repeatable on more than 6 each different machines of the above 
configurations.
  I am using ssh via Putty to log in via terminal screen.
  I am using nano defaults. I have not changed anything nor do I open with any 
arguments. I use nano  and it's not associated with any extension. It 
behaves the same for all files, even no extension files.
  Nano is not changing the file, it's just not displaying correctly. The 
characters are there and they save properly, they're just not visible on the 
terminal screen.

  Using WinSCP presents no issues as I am using my local Windows text
  editor.

  If I use vi to view the file there are no problems.
  If I use cat to view the file there are no problems.
  If I use tail to view the file there are no problems

  I do not experience this issue on:
  Nano 2.5.3
  Ubuntu 16.04.6 LTS - Linux 4.14.5-92 armv7l
  ARMv7 Processor rev 3 (v7l)

  If I take any file that has repeat characters such as:
  
  -
  

[Touch-packages] [Bug 1819074] Re: Keepalived < 2.0.x in Ubuntu 18.04 LTS not compatible with systemd-networkd

2019-09-06 Thread Wes
Medium?  I've had this take a few prod clusters offline at highly
inconvenient times, it effectively makes keepalived on 18.04 unfit for
purpose.  We've had to build our own keepalived packages to keep things
running - I think you need to give this a bit more priority please

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

Title:
  Keepalived < 2.0.x in Ubuntu 18.04 LTS  not compatible with systemd-
  networkd

Status in keepalived package in Ubuntu:
  Fix Released
Status in netplan.io package in Ubuntu:
  Fix Released
Status in systemd package in Ubuntu:
  Fix Released
Status in keepalived source package in Bionic:
  Triaged
Status in netplan.io source package in Bionic:
  New
Status in systemd source package in Bionic:
  New

Bug description:
  Systemd-networkd clobbers VIPs placed by other daemons on any
  reconfiguration triggering systemd-networkd restart (netplan apply for
  example).  Keepalived < version 2.0.x will not restore a VIP lost in
  this fashion, breaking high availability on Ubuntu 18.04 LTS.  A
  backport for keepalived >= 2.0.x should fix the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/keepalived/+bug/1819074/+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 1839174] [NEW] Xorg crashes - segfault error 6 in libc-2.27.so

2019-08-06 Thread Wes
Public bug reported:

Issue
xorg crashes, there doesn't seem to be any repeatable cause, it'll happen just 
watching hulu or youtube, it'll happen when using citrix, or when playing steam 
games.

Steps to reproduce
use xorg for a while

Expected behaviour
not crashing

Other information
issue only happens when using pci-e passthrough to qemu virtual machines

Has been an issue since setting up pci-e passthrough, have reinstalled Linux 
Mint (from XFCE version) but error persists, have changed numerous bios 
settings without having an impact
Upgraded bios to most recent version, also reset bios to factory defaults, 
didn't make a difference
Tried latest Linux 5.x kernels from uuku, same issue
The virtual machine doesn't have any problems, it never crashes and stays 
running when the host os xorg crashes.

System:Host: drac Kernel: 4.15.0-55-generic x86_64 bits: 64 compiler: gcc 
v: 7.4.0 Desktop: Cinnamon 4.2.3 
   Distro: Linux Mint 19.2 Tina base: Ubuntu 18.04 bionic 
Machine:   Type: Server System: Supermicro product: Super Server v: 0123456789 
serial:  
   Mobo: Supermicro model: X10SRL-F v: 1.01B serial:  UEFI: 
American Megatrends v: 3.1c date: 05/02/2019 
Graphics:  Device-1: NVIDIA GP104 [GeForce GTX 1070] vendor: Micro-Star MSI 
driver: nvidia v: 430.34 bus ID: 03:00.0 
   Device-2: NVIDIA GK104 [GeForce GTX 770] vendor: eVga.com. driver: 
vfio-pci v: 0.2 bus ID: 04:00.0 
   Device-3: ASPEED Graphics Family vendor: Super Micro driver: ast v: 
kernel bus ID: 0b:00.0 
   Display: x11 server: X.Org 1.19.6 driver: nvidia resolution: 
1920x1080~60Hz, 1920x1080~60Hz 
   OpenGL: renderer: GeForce GTX 1070/PCIe/SSE2 v: 4.6.0 NVIDIA 430.34 
direct render: Yes 
CPU:   Topology: 6-Core model: Intel Xeon E5-1650 v4 bits: 64 type: MT MCP 
arch: Broadwell rev: 1 L2 cache: 15.0 MiB 
   flags: lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx bogomips: 
86397 
   Speed: 1203 MHz min/max: N/A Core speeds (MHz): 1: 1203 2: 1206 3: 
1330 4: 1200 5: 1201 6: 1201 7: 1200 8: 1200 
   9: 2046 10: 1202 11: 1202 12: 1201 

Not using PPA builds
Linux Mint 19.2 (Upgraded from 19.1) 64bit

root@drac:/vms# apt-cache policy xorg
xorg:
  Installed: 1:7.7+19ubuntu7.1
  Candidate: 1:7.7+19ubuntu7.1
  Version table:
 *** 1:7.7+19ubuntu7.1 500
500 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
100 /var/lib/dpkg/status
 1:7.7+19ubuntu7 500
500 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages


1070GTX - NVIDIA-Linux-x86_64-430.34.run
Left screen is a 60hz monitor, right screen is a 120hz monitor
Also have a 770GTX bound to vfio for virtual machine passthrough
Previously used the PPA from 
https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa, but changed to 
Nvidia's .run to see if it made a different - it did not.


[xsession-errors.old.upload.txt](https://github.com/linuxmint/cinnamon/files/3471789/xsession-errors.old.upload.txt)
[xsession-errors.upload.txt](https://github.com/linuxmint/cinnamon/files/3471791/xsession-errors.upload.txt)
[lspci.txt](https://github.com/linuxmint/cinnamon/files/3471859/lspci.txt)

Syslog:
[kernel.log.txt](https://github.com/linuxmint/cinnamon/files/3471804/kernel.log.txt)

Grub: having mitigations on or off makes no difference
GRUB_CMDLINE_LINUX_DEFAULT="intel_idle.max_cstate=1 drm.debug=14 
log_buf_len=16M mitigations=on intel_iommu=on 
vfio-pci.ids=8086:8d26,10de:1184,10de:0e0a 
modprobe.blacklist=snd_hda_intel,snd_hda_core,snd_hda_codec,snd_hda_codec_hdmi,nouveau"


Xorg crashdump traces: /var/crash/usr_lib_xorg_Xorg.0.crash

Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/lib/xorg/Xorg -core :0 -seat seat0 -auth 
/var/run/lightdm/root/:0 -noliste'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x7f34b8f87432 in __GI__IO_default_xsputn (f=0x7f34b0427610, 
data=0x7f34b90b5030 , n=3) at genops.c:389
389 genops.c: No such file or directory.
[Current thread is 1 (Thread 0x7f34b0c26700 (LWP 1320))]
(gdb) thread 2
[Switching to thread 2 (Thread 0x7f34bbc10600 (LWP 1196))]
#0  0x7f34b92fb2b7 in __libc_write (fd=14, buf=0x7fffd039b2c0, nbytes=23) 
at ../sysdeps/unix/sysv/linux/write.c:27
27  ../sysdeps/unix/sysv/linux/write.c: No such file or directory.

Thread 1 backtrace:
#0  0x7f34b8f87432 in __GI__IO_default_xsputn (f=0x7f34b0427610, 
data=0x7f34b90b5030 , n=3) at genops.c:389
#1  0x7f34b8f7937e in __GI__IO_padn (fp=fp@entry=0x7f34b0427610, 
pad=pad@entry=48, count=count@entry=3) at iopadn.c:64
#2  0x7f34b8f55f20 in _IO_vfprintf_internal (s=s@entry=0x7f34b0427610, 
format=format@entry=0x7f34bac5f55c "target PCI:%04x:%02x:%02x.%x", 
ap=ap@entry=0x7f34b0427790)
at vfprintf.c:1642
#3  0x7f34b902b169 in ___vsnprintf_chk (s=0x7f34b0427890 "target 
PCI:\020\200y\360.0\323\b3\330U", maxlen=, flags=1, 
slen=, 
format=0x7f34bac5f55c "target 

[Touch-packages] [Bug 1838176] Re: Kernel 5.2.3 fails to fully boot on Lenovo 330s-15arr, black screen at login screen with cursor

2019-08-04 Thread Wes Newell
Same here. Reported to 
https://bugzilla.kernel.org/show_bug.cgi?id=204325
Covers all 5.2.x kernels up to 5.2.5. No video, no KB response. But system 
runs. Can ssh into it. Runs fine on kernels up to 5.1.21.
Ryzen 3 2200G using internal video.

** Bug watch added: Linux Kernel Bug Tracker #204325
   https://bugzilla.kernel.org/show_bug.cgi?id=204325

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

Title:
  Kernel 5.2.3 fails to fully boot on Lenovo 330s-15arr, black screen at
  login screen with cursor

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Was on 4.20, booted fine (with the boot option
  ivrs_ioapic[32]=00:14.0)

  Tried to boot 5.2.3 (but I believe this happened on 5.1.X too)

  It will boot to a certain extent, it does my disk password, i can see
  everything say "ok" when i do no quiet splash. But where it should go
  to the login screen I just see a single cursor

  Setting nomodeset lets me boot, looking at logs:

  Syslog

  Jul 27 21:28:58 kenji-mintop systemd[1]: Startup finished in 41.291s (kernel) 
+ 8.383s (userspace) = 49.675s.
  Jul 27 21:28:59 kenji-mintop kernel: [   50.535066] failed to write reg 1a6f4 
wait reg 1a706
  Jul 27 21:28:59 kenji-mintop NetworkManager[1082]:   [1564288139.7335] 
manager: NetworkManager state is now CONNECTED_GLOBAL
  Jul 27 21:28:59 kenji-mintop nm-dispatcher: req:4 'connectivity-change': new 
request (1 scripts)
  Jul 27 21:28:59 kenji-mintop nm-dispatcher: req:4 'connectivity-change': 
start running ordered scripts...
  Jul 27 21:29:09 kenji-mintop kernel: [   60.615575] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:09 kenji-mintop kernel: [   60.615662] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:09 kenji-mintop kernel: [   60.615665] [drm] GPU recovery 
disabled.
  Jul 27 21:29:11 kenji-mintop zerotier-one[1984]: connect: Host is unreachable
  Jul 27 21:29:19 kenji-mintop kernel: [   70.855956] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:19 kenji-mintop kernel: [   70.856043] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:19 kenji-mintop kernel: [   70.856047] [drm] GPU recovery 
disabled.
  Jul 27 21:29:20 kenji-mintop zerotier-one[1984]: message repeated 3 times: [ 
connect: Host is unreachable]
  Jul 27 21:29:22 kenji-mintop systemd-timesyncd[968]: Synchronized to time 
server 91.189.94.4:123 (ntp.ubuntu.com).
  Jul 27 21:29:23 kenji-mintop zerotier-one[1984]: connect: Host is unreachable
  Jul 27 21:29:29 kenji-mintop kernel: [   81.095310] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:29 kenji-mintop kernel: [   81.095397] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:29 kenji-mintop kernel: [   81.095401] [drm] GPU recovery 
disabled.
  Jul 27 21:29:40 kenji-mintop kernel: [   91.335557] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:40 kenji-mintop kernel: [   91.335645] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:40 kenji-mintop kernel: [   91.335648] [drm] GPU recovery 
disabled.
  Jul 27 21:29:41 kenji-mintop zerotier-one[1984]: message repeated 6 times: [ 
connect: Host is unreachable]
  Jul 27 21:29:43 kenji-mintop systemd[1]: Starting Stop ureadahead data 
collection...
  Jul 27 21:29:43 kenji-mintop systemd[1]: Started Stop ureadahead data 
collection.
  Jul 27 21:29:44 kenji-mintop zerotier-one[1984]: connect: Host is unreachable
  Jul 27 21:29:50 kenji-mintop kernel: [  101.575935] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:29:50 kenji-mintop kernel: [  101.576023] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:29:50 kenji-mintop kernel: [  101.576027] [drm] GPU recovery 
disabled.
  Jul 27 21:30:00 kenji-mintop kernel: [  111.815551] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* ring gfx timeout, signaled seq=1, emitted seq=3
  Jul 27 21:30:00 kenji-mintop kernel: [  111.815638] [drm:amdgpu_job_timedout 
[amdgpu]] *ERROR* Process information: process Xorg pid 1361 thread Xorg:cs0 
pid 1736
  Jul 27 21:30:00 kenji-mintop kernel: [  111.815642] [drm] GPU recovery 
disabled.

  
  Kern.log

  Jul 27 21:28:56 kenji-mintop kernel: [   47.231201] failed to write reg 1a6f4 
wait reg 1a706
  Jul 27 21:28:57 kenji-mintop kernel: [   48.907343] failed to write reg 28b4 
wait reg 28c6
  Jul 

[Touch-packages] [Bug 1771236] Re: forced use of systemd-networkd interferes with ifupdown in 18.04

2018-05-17 Thread Wes
> A simple "apt install ifupdown" will not undo everything that
installer has done to setup the system, nor redo it for the alternative
networking management tool. Where do you expect ifupdown configs to
materialize from?

Well that's kind of my point - your documentation is deficient around
that.  And we expect the ifupdown configuration to 'materialize' from
the sysadmin writing them, that's the point of ifupdown isn't it?  I'd
wager that anyone reverting to ifupdown is doing so specifically because
they don't want something managing configuration for them - they want to
do it themselves.


> Given that the system is sensitive to all configs present on disk. This is 
> similar situation to how on the desktop one cannot simply "remove 
> network-manager & install ifupdown" to switch to ifupdown.

That's why we tried disabling systemd-networkd, which came back as
enabled on subsequent boots.  Apparently netplan adds some hooks that
aren't clearly documented (at least when I looked on netplan.io, maybe I
missed them?).  I guess netplan needs to be actively purged, but that
breaks the dep on it in ubuntu-minimal which may not be desirable to
purge if its dep list changes in the future and people want to pull in
those deps (apart from netplan).


> can you please give the examples that you have experienced, specifically? the 
> ubuntu developers have gone extensive amount of porting, and integration 
> testing to ensure that as many things as possible are fixed to work, both on 
> new installs and upgrades.

We run gateways and firewalls with multiple providers and so forth.  The
need for pre-up, and more importantly post-up, comes up frequently in
all sorts of situations.  'We need to (re)start openvpn after this vlan
interface is configured, but both need to happen only after this pppoe
interface is (re)configured' (yeah some of our ISPs still use ppp.. even
on fibre links.  it's terrible).  This is why systemd-networkd
implements such a facility, and why ifupdown does too.  I feel it's
near-sighted of netplan to pretend the need doesn't exist when the
things it's configuring do see the need and do implement such
facilities.  If Ubuntu devs tested netplan extensively' I'd wager they
never tested beyond basic use cases otherwise the deficiency would have
been obvious.  There are other, complex configurations out in the wild
and netplan can't even begin to accommodate them in its current form.
Which is fine...  we remove it.  But removing it appears to be
problematic, or not permanent.  So what's the correct method?  Remove
the initial config the installer makes?  Does that let systemd-networkd
remain disabled or does it get re-enabled anyway?  Can you put this
somewhere in the documentation and /etc/network/interfaces comments
beyond the mere 'apt install ifupdown' that is there currently?  As a
side note we found an issue yesterday where DHCP via systemd-networkd in
18.04 wasn't working against an isc-dhcpd running on an early ubuntu
version.  The apparent inability to prevent systemd-networkd from trying
to run and conflicting with other mechanisms was causing enough grief
for my employer to decide to just give 18.04 a miss entirely. :(  I
could have put more time in to diagnosing it, or testing netplan with no
config and purging the previous config from systemd-networkd and
rebooting and hoping networkd didn't come back but it had already cost
enough time by then and he made the call.


> Please provide the contents of /etc/netplan on the affected systems, and 
> please let me know, if removing files in said directory makes networkd ignore 
> interfaces.

I'll test this when I have a spare minute and report back soon

Thanks,
Wes

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

Title:
  forced use of systemd-networkd interferes with ifupdown in 18.04

Status in ifupdown package in Ubuntu:
  Incomplete
Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  For several reasons, we are not able to use netplan nor systemd-
  networkd due to legacy applications that expect ifupdown's pre-up and
  post-up script mechanism.  The documentation around 18.04's
  (premature, I feel) wholesale adoption of netplan claims that one can
  revert to old behaviour by merely installing ifupdown (amongst
  assertions that netplan will never offer a mechanism for configuring
  pre-up and post-up actions even for network managers that support
  them).

  However when ifupdown is installed, systemd-networkd still tries to
  manage interfaces.  If you 'systemctl disable systemd-networkd', upon
  next reboot it is automatically re-enabled.  We tried disabling any
  systemd units even remotely related to networking and yet systemd-
  networkd still runs.  If it hasn't been configured, it tries to DHCP.
  On networks that don't

[Touch-packages] [Bug 1771236] Re: forced use of systemd-networkd interferes with ifupdown in 18.04

2018-05-16 Thread Wes
** Changed in: systemd (Ubuntu)
   Status: Incomplete => 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/1771236

Title:
  forced use of systemd-networkd interferes with ifupdown in 18.04

Status in systemd package in Ubuntu:
  New

Bug description:
  For several reasons, we are not able to use netplan nor systemd-
  networkd due to legacy applications that expect ifupdown's pre-up and
  post-up script mechanism.  The documentation around 18.04's
  (premature, I feel) wholesale adoption of netplan claims that one can
  revert to old behaviour by merely installing ifupdown (amongst
  assertions that netplan will never offer a mechanism for configuring
  pre-up and post-up actions even for network managers that support
  them).

  However when ifupdown is installed, systemd-networkd still tries to
  manage interfaces.  If you 'systemctl disable systemd-networkd', upon
  next reboot it is automatically re-enabled.  We tried disabling any
  systemd units even remotely related to networking and yet systemd-
  networkd still runs.  If it hasn't been configured, it tries to DHCP.
  On networks that don't provide DHCP this results in a stupendously
  long stall during boot.  Currently it appears to be impossible to tell
  systemd-networkd not to run in a clean manner that won't get reverted
  on package upgrades.

  I sincerely hope this is is a bug/oversight and not intentional.  We
  need to be able to disable systemd-networkd properly.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1771236/+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 1771236] Re: forced use of systemd-networkd interferes with ifupdown in 18.04

2018-05-15 Thread Wes
There are plenty of examples, some of them bespoke 3rd party things.  An
equally large issue though are legacy technicians who aren't familiar
with systemd's way of doing things yet (I've been trying to get them up
to speed though).

But the crux is if returning to ifupdown is offered as an option, then
it needs to work as expected.  If there's more to reverting to the old
way than merely 'apt install ifupdown' then the documentation and config
file comments referring to this needs to be updated to outline these
steps.  If a sysadmin disables systemd-networkd, it should stay
disabled.

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

Title:
  forced use of systemd-networkd interferes with ifupdown in 18.04

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  For several reasons, we are not able to use netplan nor systemd-
  networkd due to legacy applications that expect ifupdown's pre-up and
  post-up script mechanism.  The documentation around 18.04's
  (premature, I feel) wholesale adoption of netplan claims that one can
  revert to old behaviour by merely installing ifupdown (amongst
  assertions that netplan will never offer a mechanism for configuring
  pre-up and post-up actions even for network managers that support
  them).

  However when ifupdown is installed, systemd-networkd still tries to
  manage interfaces.  If you 'systemctl disable systemd-networkd', upon
  next reboot it is automatically re-enabled.  We tried disabling any
  systemd units even remotely related to networking and yet systemd-
  networkd still runs.  If it hasn't been configured, it tries to DHCP.
  On networks that don't provide DHCP this results in a stupendously
  long stall during boot.  Currently it appears to be impossible to tell
  systemd-networkd not to run in a clean manner that won't get reverted
  on package upgrades.

  I sincerely hope this is is a bug/oversight and not intentional.  We
  need to be able to disable systemd-networkd properly.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1771236/+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 1771236] Re: forced use of systemd-networkd interferes with ifupdown in 18.04

2018-05-14 Thread Wes
Well I think it pertains to ubuntu's architecture in general not just
systemd but whatever.

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

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

Title:
  forced use of systemd-networkd interferes with ifupdown in 18.04

Status in systemd package in Ubuntu:
  New

Bug description:
  For several reasons, we are not able to use netplan nor systemd-
  networkd due to legacy applications that expect ifupdown's pre-up and
  post-up script mechanism.  The documentation around 18.04's
  (premature, I feel) wholesale adoption of netplan claims that one can
  revert to old behaviour by merely installing ifupdown (amongst
  assertions that netplan will never offer a mechanism for configuring
  pre-up and post-up actions even for network managers that support
  them).

  However when ifupdown is installed, systemd-networkd still tries to
  manage interfaces.  If you 'systemctl disable systemd-networkd', upon
  next reboot it is automatically re-enabled.  We tried disabling any
  systemd units even remotely related to networking and yet systemd-
  networkd still runs.  If it hasn't been configured, it tries to DHCP.
  On networks that don't provide DHCP this results in a stupendously
  long stall during boot.  Currently it appears to be impossible to tell
  systemd-networkd not to run in a clean manner that won't get reverted
  on package upgrades.

  I sincerely hope this is is a bug/oversight and not intentional.  We
  need to be able to disable systemd-networkd properly.

  Thanks

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1771236/+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 1703840] [NEW] package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128

2017-07-12 Thread Wes Kussmaul
*** This bug is a duplicate of bug 1688721 ***
https://bugs.launchpad.net/bugs/1688721

Public bug reported:

Just said I needed to report a bug on reboot. I had just tried to run
Synaptic to install Skype and it said that it coulldn't run because apt-
get or apt something was already running. Of course no button to end the
conflicting process, no help to find it, etc. Not a very helpful system.

ProblemType: Package
DistroRelease: Ubuntu 17.04
Package: gconf2-common 3.2.6-3ubuntu7
ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
Uname: Linux 4.10.0-26-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.4
AptOrdering:
 gconf2-common:amd64: Install
 libgconf-2-4:amd64: Install
 gconf-service-backend:amd64: Install
 gconf-service:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
Date: Wed Jul 12 09:37:20 2017
ErrorMessage: subprocess installed post-installation script returned error exit 
status 128
InstallationDate: Installed on 2017-06-22 (19 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
RelatedPackageVersions:
 dpkg 1.18.10ubuntu2
 apt  1.4
SourcePackage: gconf
Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package zesty

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

Title:
  package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade:
  subprocess installed post-installation script returned error exit
  status 128

Status in gconf package in Ubuntu:
  New

Bug description:
  Just said I needed to report a bug on reboot. I had just tried to run
  Synaptic to install Skype and it said that it coulldn't run because
  apt-get or apt something was already running. Of course no button to
  end the conflicting process, no help to find it, etc. Not a very
  helpful system.

  ProblemType: Package
  DistroRelease: Ubuntu 17.04
  Package: gconf2-common 3.2.6-3ubuntu7
  ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17
  Uname: Linux 4.10.0-26-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.4
  AptOrdering:
   gconf2-common:amd64: Install
   libgconf-2-4:amd64: Install
   gconf-service-backend:amd64: Install
   gconf-service:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  Date: Wed Jul 12 09:37:20 2017
  ErrorMessage: subprocess installed post-installation script returned error 
exit status 128
  InstallationDate: Installed on 2017-06-22 (19 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  PackageArchitecture: all
  RelatedPackageVersions:
   dpkg 1.18.10ubuntu2
   apt  1.4
  SourcePackage: gconf
  Title: package gconf2-common 3.2.6-3ubuntu7 failed to install/upgrade: 
subprocess installed post-installation script returned error exit status 128
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1703840/+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 1466130] Re: Intel Graphics 5500

2015-06-25 Thread Wes
HP Pavillion 15-P214DX Notebook
intel core i7-5500U CPU @ 2.40 GHz
6.00GB
64-bit Operating System, x64-based processor

On Thu, Jun 25, 2015 at 7:48 AM, Christopher M. Penalver 
christopher.m.penal...@gmail.com wrote:

 Wes, thank you for reporting this and helping make Ubuntu better.

 Could you please provide the full computer model as noted on the sticker
 of the computer itself (not from the Bug Description)?

 ** Tags added: needs-full-computer-model

 ** Changed in: xorg (Ubuntu)
Importance: Undecided = Low

 ** Changed in: xorg (Ubuntu)
Status: New = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1466130

 Title:
   Intel Graphics 5500

 Status in xorg package in Ubuntu:
   Incomplete

 Bug description:
   There are missing letters, some of the background display is black,
   etc. Everything only works properly when I resume boot from the
   recovery mode.

   ProblemType: Bug
   DistroRelease: Ubuntu 14.04
   Package: xorg 1:7.7+1ubuntu8.1
   ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
   Uname: Linux 3.16.0-41-generic x86_64
   .tmp.unity.support.test.1:

   ApportVersion: 2.14.1-0ubuntu3.11
   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: Wed Jun 17 11:19:56 2015
   DistUpgraded: Fresh install
   DistroCodename: trusty
   DistroVariant: ubuntu
   GraphicsCard:
Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09)
 (prog-if 00 [VGA controller])
  Subsystem: Hewlett-Packard Company Device [103c:2293]
   InstallationDate: Installed on 2015-06-16 (0 days ago)
   InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64
 (20150218.1)
   MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
   ProcEnviron:
LANGUAGE=en_US
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
   ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed
 root=UUID=5adf5fb3-6806-4214-bfcc-610afee5d200 ro recovery nomodeset
   Renderer: Software
   SourcePackage: xorg
   UpgradeStatus: No upgrade log present (probably fresh install)
   dmi.bios.date: 02/02/2015
   dmi.bios.vendor: Insyde
   dmi.bios.version: F.36
   dmi.board.asset.tag: Type2 - Board Asset Tag
   dmi.board.name: 2293
   dmi.board.vendor: Hewlett-Packard
   dmi.board.version: 78.21
   dmi.chassis.type: 10
   dmi.chassis.vendor: Hewlett-Packard
   dmi.chassis.version: Chassis Version
   dmi.modalias:
 dmi:bvnInsyde:bvrF.36:bd02/02/2015:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr0971120002405F1620180:rvnHewlett-Packard:rn2293:rvr78.21:cvnHewlett-Packard:ct10:cvrChassisVersion:
   dmi.product.name: HP Pavilion 15 Notebook PC
   dmi.product.version: 0971120002405F1620180
   dmi.sys.vendor: Hewlett-Packard
   version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
   version.ia32-libs: ia32-libs N/A
   version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
   version.libgl1-mesa-dri: libgl1-mesa-dri N/A
   version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
   version.libgl1-mesa-glx: libgl1-mesa-glx N/A
   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: Wed Jun 17 11:18:34 2015
   xserver.configfile: default
   xserver.logfile: /var/log/Xorg.0.log
   xserver.outputs:

   xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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


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

Title:
  Intel Graphics 5500

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  There are missing letters, some of the background display is black,
  etc. Everything only works properly when I resume boot from the
  recovery mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  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: Wed Jun 17 11:19:56 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu

[Touch-packages] [Bug 1466130] [NEW] Intel Graphics 5500

2015-06-17 Thread Wes
Public bug reported:

There are missing letters, some of the background display is black, etc.
Everything only works properly when I resume boot from the recovery
mode.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: xorg 1:7.7+1ubuntu8.1
ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
Uname: Linux 3.16.0-41-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.14.1-0ubuntu3.11
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: Wed Jun 17 11:19:56 2015
DistUpgraded: Fresh install
DistroCodename: trusty
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company Device [103c:2293]
InstallationDate: Installed on 2015-06-16 (0 days ago)
InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 (20150218.1)
MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
ProcEnviron:
 LANGUAGE=en_US
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=5adf5fb3-6806-4214-bfcc-610afee5d200 ro recovery nomodeset
Renderer: Software
SourcePackage: xorg
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/02/2015
dmi.bios.vendor: Insyde
dmi.bios.version: F.36
dmi.board.asset.tag: Type2 - Board Asset Tag
dmi.board.name: 2293
dmi.board.vendor: Hewlett-Packard
dmi.board.version: 78.21
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnInsyde:bvrF.36:bd02/02/2015:svnHewlett-Packard:pnHPPavilion15NotebookPC:pvr0971120002405F1620180:rvnHewlett-Packard:rn2293:rvr78.21:cvnHewlett-Packard:ct10:cvrChassisVersion:
dmi.product.name: HP Pavilion 15 Notebook PC
dmi.product.version: 0971120002405F1620180
dmi.sys.vendor: Hewlett-Packard
version.compiz: compiz 1:0.9.11.3+14.04.20150313-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.60-2~ubuntu14.04.1
version.libgl1-mesa-dri: libgl1-mesa-dri N/A
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
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: Wed Jun 17 11:18:34 2015
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 
xserver.version: 2:1.16.0-1ubuntu1.2~trusty2

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


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

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

Title:
  Intel Graphics 5500

Status in xorg package in Ubuntu:
  New

Bug description:
  There are missing letters, some of the background display is black,
  etc. Everything only works properly when I resume boot from the
  recovery mode.

  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: xorg 1:7.7+1ubuntu8.1
  ProcVersionSignature: Ubuntu 3.16.0-41.55~14.04.1-generic 3.16.7-ckt11
  Uname: Linux 3.16.0-41-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.14.1-0ubuntu3.11
  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: Wed Jun 17 11:19:56 2015
  DistUpgraded: Fresh install
  DistroCodename: trusty
  DistroVariant: ubuntu
  GraphicsCard:
   Intel Corporation Broadwell-U Integrated Graphics [8086:1616] (rev 09) 
(prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:2293]
  InstallationDate: Installed on 2015-06-16 (0 days ago)
  InstallationMedia: Ubuntu 14.04.2 LTS Trusty Tahr - Release amd64 
(20150218.1)
  MachineType: Hewlett-Packard HP Pavilion 15 Notebook PC
  ProcEnviron:
   LANGUAGE=en_US
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.16.0-41-generic.efi.signed 
root=UUID=5adf5fb3-6806-4214-bfcc-610afee5d200 ro recovery nomodeset
  Renderer: Software
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 02/02/2015
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.36
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: 2293
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 78.21
  dmi.chassis.type: 10
  dmi.chassis.vendor: