[Touch-packages] [Bug 1696502] [NEW] Suspend laptop while ethernet is connected with wifi disabled, unplug ethernet, wake laptop, NetworkManager never recovers

2017-06-07 Thread Jonathan Kamens
Public bug reported:

Repro steps:

1. Configure ethernet not to enable automatically when plugged in.
2. Plug laptop into ethernet and enable ethernet connection.
3. Disable wifi.
4. Confirm that you have network connectivity.
5. Suspend laptop.
6. Unplug ethernet.
7. Wake laptop.

NetworkManager hangs forever trying to reestablish the ethernet
connection that is no longer there. You can't even interrupt it because
the "Disconnect" menu item is greyed out (see screenshot). Only recovery
is to restart NetworkManager. Sometimes it seems like I even have to
restart it twice to recover.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: network-manager 1.4.4-1ubuntu3
ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
Uname: Linux 4.10.0-21-generic x86_64
ApportVersion: 2.20.4-0ubuntu4.1
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Wed Jun  7 13:18:23 2017
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
InstallationDate: Installed on 2017-05-19 (19 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
IpRoute:
 default via 192.168.43.1 dev wlp3s0 proto static metric 600 
 169.254.0.0/16 dev virbr0 scope link metric 1000 linkdown 
 192.168.43.0/24 dev wlp3s0 proto kernel scope link src 192.168.43.50 metric 
600 
 192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 linkdown
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
SourcePackage: network-manager
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2017-05-19T14:16:03.840790
nmcli-nm:
 RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  WIFI  
   WWAN-HW  WWAN
 running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  enabled

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


** Tags: amd64 apport-bug zesty

** Attachment added: "Selection_005.png"
   
https://bugs.launchpad.net/bugs/1696502/+attachment/4891480/+files/Selection_005.png

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

Title:
  Suspend laptop while ethernet is connected with wifi disabled, unplug
  ethernet, wake laptop, NetworkManager never recovers

Status in network-manager package in Ubuntu:
  New

Bug description:
  Repro steps:

  1. Configure ethernet not to enable automatically when plugged in.
  2. Plug laptop into ethernet and enable ethernet connection.
  3. Disable wifi.
  4. Confirm that you have network connectivity.
  5. Suspend laptop.
  6. Unplug ethernet.
  7. Wake laptop.

  NetworkManager hangs forever trying to reestablish the ethernet
  connection that is no longer there. You can't even interrupt it
  because the "Disconnect" menu item is greyed out (see screenshot).
  Only recovery is to restart NetworkManager. Sometimes it seems like I
  even have to restart it twice to recover.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: network-manager 1.4.4-1ubuntu3
  ProcVersionSignature: Ubuntu 4.10.0-21.23-generic 4.10.11
  Uname: Linux 4.10.0-21-generic x86_64
  ApportVersion: 2.20.4-0ubuntu4.1
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Wed Jun  7 13:18:23 2017
  IfupdownConfig:
   # interfaces(5) file used by ifup(8) and ifdown(8)
   auto lo
   iface lo inet loopback
  InstallationDate: Installed on 2017-05-19 (19 days ago)
  InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
  IpRoute:
   default via 192.168.43.1 dev wlp3s0 proto static metric 600 
   169.254.0.0/16 dev virbr0 scope link metric 1000 linkdown 
   192.168.43.0/24 dev wlp3s0 proto kernel scope link src 192.168.43.50 metric 
600 
   192.168.122.0/24 dev virbr0 proto kernel scope link src 192.168.122.1 
linkdown
  NetworkManager.state:
   [main]
   NetworkingEnabled=true
   WirelessEnabled=true
   WWANEnabled=true
  SourcePackage: network-manager
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.NetworkManager.NetworkManager.conf: 
2017-05-19T14:16:03.840790
  nmcli-nm:
   RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN
   running  1.4.4connected  started  full  enabled enabled  
enabled  enabled  enabled

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1696502/+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 1655431] Re: apt-helper / update-notifier / ttf-mscorefonts-installer download failure (regression)

2017-06-05 Thread Jonathan Kamens
The bug of which this one was previously marked a duplicate (I unmarked
it) was fixed months ago, and yet I'm still getting this email from
cron.daily every single day:

>/etc/cron.daily/update-notifier-common:
>ttf-mscorefonts-installer: processing...

The problem at this point seems to have nothing whatsoever to do with
spaces in URLs or anything like that. Rather, the problem is that when
the package ttf-mscorefonts-installer is installed non-interactively,
the license is not accepted, and the downloader for the package silently
fails to download any fonts if the license hasn't been accepted.

Note this stanza at the end of /usr/share/package-data-downloads/ttf-
mscorefonts-installer:

>Script: /usr/lib/msttcorefonts/update-ms-fonts
>Should-Download: msttcorefonts/accepted-mscorefonts-eula

On my system, msttcorefonts/accepted-mscorefonts-eula is false, because
the package was installed non-interactively.

The code which silently refuses to download fonts if that setting is
false is in /usr/lib/update-notifier/package-data-downloader:

>if 'Should-Download' in para:
>db = debconf.DebconfCommunicator('update-notifier')
>try:
>should = db.get(para['Should-Download'])
>if should == "false":
># Do nothing with this file.   
>  
>break
>except:
>pass
>finally:
>db.shutdown()

Furthermore, maybe I'm missing something, but I can't find any supported
way of accepting this license once the package has been installed,
because the code that prompts the user to accept the license is in
/var/lib/dpkg/info/ttf-mscorefonts-installer.preinst, and as far as I
can tell, dpkg-reconfigure doesn't rerun preinst files.

** This bug is no longer a duplicate of bug 1651923
   apt https method decodes redirect locations and sends them to the 
destination undecoded.

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

Title:
  apt-helper / update-notifier / ttf-mscorefonts-installer download
  failure (regression)

Status in apt package in Ubuntu:
  Confirmed

Bug description:
  * OS release: Ubuntu 16.04.1 LTS
  * Package version: 3.168.3

  For the past few days (maybe even weeks for other users), update-
  notifier has been very repeatedly failing to handle the downloads for
  ttf-mscorefonts-installer. Previously it was working fine on the same
  system.

  This seems to affect a lot of desktop users, but the issue is usually
  misdiagnosed on forums because it is attributed to ttf-mscorefonts-
  installer and not to update-notifier-common.

  The issue is made particularly irritating because the update-notifier
  cron job tries and fails and notifies users daily of this failure.

  The issue can be reproduced by having ttf-mscorefonts-installer
  installed, and running:

  sudo dpkg-reconfigure update-notifier-common

  The error messages seem to be random but actually appear to be
  consistent for a given download source:

  * freefr.dl.sourceforge.net: 404  Not Found
  * kent.dl.sourceforge.net: Protocol "http" not supported or disabled in 
libcurl
  * netassist.dl.sourceforge.net: The HTTP server sent an invalid Content-Range 
header Bad header data [IP: 62.205.134.42 80]
  * netcologne.dl.sourceforge.net: The HTTP server sent an invalid 
Content-Range header
  * netix.dl.sourceforge.net: 404  Not Found
  * vorboss.dl.sourceforge.net: 404  Not Found

  In all above cases, the reported failing URL can be downloaded just
  fine using wget.

  Some other mirrors appear to work (unfortunately, mirror names are
  only printed in case of errors). However, since ttf-mscorefonts-
  installer triggers 11 downloads in a row, chances of randomly getting
  11 working mirrors are very low.

  I am tagging this as regression-update because the issue started
  happening when upgrading from 3.168.2 to 3.168.3 last Friday. It is of
  course entirely possible the root cause is in another package, but
  this would also likely be a regression-update, since I am very careful
  about system-wide changes on this machine.

  The previous update from 3.168.1 to 3.168.2 on November 4th went just
  fine. ttf-mscorefonts-installer has been installed (just fine) on
  September 26th, and not upgraded since then.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1655431/+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 1692316] Re: can't delete printer

2017-05-21 Thread Jonathan Kamens
Note: after many attempts, when I stopped cups one more time after
reporting the bug, the printer disappeared from printers.conf.

I suspect that this may have been a permissions issue. I did chmod -R
ugo+rwX /etc/cups before attempting to delete the printer to see if it
was, but that didn't help. I suspect I Had to do that command and _then_
stop and restart cups. I didn't try that.

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

Title:
  can't delete printer

Status in cups package in Ubuntu:
  New

Bug description:
  Trying to delete a printer through either system-config-printer or
  http://localhost:631/printers. Both claim that the printer was
  deleted, but it doesn't go away.  Cups logs:

  localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 103 
- -
  localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 
2329 - -
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 126 
- -
  localhost - - [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 401 142 
CUPS-Delete-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 142 
CUPS-Delete-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 996 
CUPS-Add-Modify-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 199 
CUPS-Add-Modify-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 
2072 - -

  But again, despite the "CUPS-Delete-Printer-successful-ok", it's not
  actually deleted.

  In system-config-printer, when I try this multiple times, I _might_
  see the printer briefly disappear from the printer listing, but then
  it comes back.

  Other printers I create to test what's going on here, I am able to
  delete. Just not this one.

  I will attach my /etc/cups/printers.conf.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: cups 2.2.2-1ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
  Uname: Linux 4.10.0-20-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Sun May 21 08:58:32 2017
  InstallationDate: Installed on 2016-01-16 (491 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  KernLog: [950067.827005] audit: type=1400 audit(1495370264.565:45): 
apparmor="DENIED" operation="sendmsg" profile="/usr/bin/evince" 
name="/run/systemd/journal/socket" pid=18730 comm="evince" requested_mask="w" 
denied_mask="w" fsuid=1000 ouid=0
  Lpstat:
   device for duplex: socket://m551dn:9100
   device for HP-LaserJet-500-color-M551: ipp://m551dn.local:631/ipp/print
   device for simplex: socket://m551dn:9100
  MachineType: Acer Predator G6-710
  Papersize: letter
  PpdFiles:
   duplex: HP LaserJet 500 color M551 Postscript (recommended)
   simplex: HP LaserJet 500 color M551 Postscript (recommended)
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: cups
  UpgradeStatus: Upgraded to zesty on 2017-04-14 (36 days ago)
  dmi.bios.date: 05/18/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A4
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A4:bd05/18/2016:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1692316/+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 1692316] [NEW] can't delete printer

2017-05-21 Thread Jonathan Kamens
Public bug reported:

Trying to delete a printer through either system-config-printer or
http://localhost:631/printers. Both claim that the printer was deleted,
but it doesn't go away.  Cups logs:

localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 103 - 
-
localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 2329 
- -
localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 126 - 
-
localhost - - [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 401 142 
CUPS-Delete-Printer successful-ok
localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 142 
CUPS-Delete-Printer successful-ok
localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 996 
CUPS-Add-Modify-Printer successful-ok
localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 199 
CUPS-Add-Modify-Printer successful-ok
localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 2072 
- -

But again, despite the "CUPS-Delete-Printer-successful-ok", it's not
actually deleted.

In system-config-printer, when I try this multiple times, I _might_ see
the printer briefly disappear from the printer listing, but then it
comes back.

Other printers I create to test what's going on here, I am able to
delete. Just not this one.

I will attach my /etc/cups/printers.conf.

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: cups 2.2.2-1ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-20.22-generic 4.10.8
Uname: Linux 4.10.0-20-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Sun May 21 08:58:32 2017
InstallationDate: Installed on 2016-01-16 (491 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
KernLog: [950067.827005] audit: type=1400 audit(1495370264.565:45): 
apparmor="DENIED" operation="sendmsg" profile="/usr/bin/evince" 
name="/run/systemd/journal/socket" pid=18730 comm="evince" requested_mask="w" 
denied_mask="w" fsuid=1000 ouid=0
Lpstat:
 device for duplex: socket://m551dn:9100
 device for HP-LaserJet-500-color-M551: ipp://m551dn.local:631/ipp/print
 device for simplex: socket://m551dn:9100
MachineType: Acer Predator G6-710
Papersize: letter
PpdFiles:
 duplex: HP LaserJet 500 color M551 Postscript (recommended)
 simplex: HP LaserJet 500 color M551 Postscript (recommended)
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.10.0-20-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: cups
UpgradeStatus: Upgraded to zesty on 2017-04-14 (36 days ago)
dmi.bios.date: 05/18/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R01-A4
dmi.board.name: Predator G6-710
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A4:bd05/18/2016:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
dmi.product.name: Predator G6-710
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug zesty

** Attachment added: "printers.conf"
   
https://bugs.launchpad.net/bugs/1692316/+attachment/4880725/+files/printers.conf

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

Title:
  can't delete printer

Status in cups package in Ubuntu:
  New

Bug description:
  Trying to delete a printer through either system-config-printer or
  http://localhost:631/printers. Both claim that the printer was
  deleted, but it doesn't go away.  Cups logs:

  localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 103 
- -
  localhost - root [21/May/2017:08:58:17 -0400] "POST /admin/ HTTP/1.1" 200 
2329 - -
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 126 
- -
  localhost - - [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 401 142 
CUPS-Delete-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 142 
CUPS-Delete-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 996 
CUPS-Add-Modify-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 199 
CUPS-Add-Modify-Printer successful-ok
  localhost - root [21/May/2017:08:58:18 -0400] "POST /admin/ HTTP/1.1" 200 
2072 - -

  But again, despite the "CUPS-Delete-Printer-successful-ok", it's not
  actually deleted.

  In system-config-printer, when I try this multiple times, I _might_
  see the printer briefly disappear from the printer listing, but then
  it comes back.

  Other printers I create to test what's going on here, I am able to
  delete. Just not this one.

  I will attach my /etc/cups/printers.conf.

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: cups 

[Touch-packages] [Bug 1683179] Re: Variables set inside files executed with do not visible to script

2017-04-16 Thread Jonathan Kamens
Hmm. I see this in the output of perl -V:

DEBPKG:debian/document_inc_removal - Document in perlvar that we
remove '.' from @INC by default

So I guess this is a conscious decision to remove "." from @INC in Perl
in Zesty?

Is this documented anywhere other than the perlvar man page? Like in
Zesty's release notes or something?

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

Title:
  Variables set inside files executed with do not visible to script

Status in perl package in Ubuntu:
  New

Bug description:
  I just downloaded and compiled stock Perl 5.24.1 without any Ubuntu
  packages.

  Then I put this in a file called foo.pl:

  --cut
  do 'froodle.conf';
  print $froodle, "\n";
  --cut

  and this in froodle.conf:

  --cut
  $froodle = 'freedle';
  --cut

  Then I ran "perl foo.pl" with the stock Perl I had just compiled, and
  saw this:

  --cut
  $ perl foo.pl
  freedle
  $ 
  --cut

  However, when I run "perl foo.pl" with the version of Perl included in
  Zesty, I see this:

  --cut
  $ perl foo.pl

  $
  --cut

  This is a serious, significant difference in behavior between stock
  Perl and Ubuntu's Perl, and a regression from Yakkety.

  Using "do EXPR" to get variable settings from configuration files is
  even documented in the Perl documentation
  (https://perldoc.perl.org/functions/do.html). You can't just break
  this. :-/

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: perl 5.24.1-2ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Sun Apr 16 16:11:29 2017
  InstallationDate: Installed on 2016-01-16 (456 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: perl
  UpgradeStatus: Upgraded to zesty on 2017-04-14 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1683179/+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 1683179] [NEW] Variables set inside files executed with do not visible to script

2017-04-16 Thread Jonathan Kamens
Public bug reported:

I just downloaded and compiled stock Perl 5.24.1 without any Ubuntu
packages.

Then I put this in a file called foo.pl:

--cut
do 'froodle.conf';
print $froodle, "\n";
--cut

and this in froodle.conf:

--cut
$froodle = 'freedle';
--cut

Then I ran "perl foo.pl" with the stock Perl I had just compiled, and
saw this:

--cut
$ perl foo.pl
freedle
$ 
--cut

However, when I run "perl foo.pl" with the version of Perl included in
Zesty, I see this:

--cut
$ perl foo.pl

$
--cut

This is a serious, significant difference in behavior between stock Perl
and Ubuntu's Perl, and a regression from Yakkety.

Using "do EXPR" to get variable settings from configuration files is
even documented in the Perl documentation
(https://perldoc.perl.org/functions/do.html). You can't just break this.
:-/

ProblemType: Bug
DistroRelease: Ubuntu 17.04
Package: perl 5.24.1-2ubuntu1
ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
Uname: Linux 4.10.0-19-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.4-0ubuntu4
Architecture: amd64
CurrentDesktop: Unity:Unity7
Date: Sun Apr 16 16:11:29 2017
InstallationDate: Installed on 2016-01-16 (456 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
SourcePackage: perl
UpgradeStatus: Upgraded to zesty on 2017-04-14 (2 days ago)

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


** Tags: amd64 apport-bug regression zesty

** Tags added: regression

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

Title:
  Variables set inside files executed with do not visible to script

Status in perl package in Ubuntu:
  New

Bug description:
  I just downloaded and compiled stock Perl 5.24.1 without any Ubuntu
  packages.

  Then I put this in a file called foo.pl:

  --cut
  do 'froodle.conf';
  print $froodle, "\n";
  --cut

  and this in froodle.conf:

  --cut
  $froodle = 'freedle';
  --cut

  Then I ran "perl foo.pl" with the stock Perl I had just compiled, and
  saw this:

  --cut
  $ perl foo.pl
  freedle
  $ 
  --cut

  However, when I run "perl foo.pl" with the version of Perl included in
  Zesty, I see this:

  --cut
  $ perl foo.pl

  $
  --cut

  This is a serious, significant difference in behavior between stock
  Perl and Ubuntu's Perl, and a regression from Yakkety.

  Using "do EXPR" to get variable settings from configuration files is
  even documented in the Perl documentation
  (https://perldoc.perl.org/functions/do.html). You can't just break
  this. :-/

  ProblemType: Bug
  DistroRelease: Ubuntu 17.04
  Package: perl 5.24.1-2ubuntu1
  ProcVersionSignature: Ubuntu 4.10.0-19.21-generic 4.10.8
  Uname: Linux 4.10.0-19-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
  ApportVersion: 2.20.4-0ubuntu4
  Architecture: amd64
  CurrentDesktop: Unity:Unity7
  Date: Sun Apr 16 16:11:29 2017
  InstallationDate: Installed on 2016-01-16 (456 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  SourcePackage: perl
  UpgradeStatus: Upgraded to zesty on 2017-04-14 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/perl/+bug/1683179/+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 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>I'm not sure what you are going on about, but you found an offense
where none was given.

"You're not allowed to be offended unless I say you're allowed to be
offended."

>Despite this, since you aren't interested in pursuing this further,
there is nothing further to do with this report.

Your commitment to the quality of the software you maintain is
admirable.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1536165/+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 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
By the way, perhaps I would be more likely to be willing to help more if
you hadn't made a snotty comment about bug-reporting etiquette when you
asked me to update my BIOS. A comment which, oddly, appears to have
disappeared. I find it quite disconcerting that people are apparently
able to make passive-aggressive rude comments to bug reporters and then
delete them without a trace.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1536165/+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 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
Good grief.

I took the time to submit the bug.

I took the time to upgrade my BIOS and report to you that it's still
broken after doing so.

I have a solution to my problem -- using the nvidia driver instead of
nouveau -- so the marginal value to me in continuing to invest time and
effort in this is minimal.

I think I've done my duty here. Do something more about this or not;
that's your call. I'm out.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  Incomplete

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  WORKAROUND: Use nvidia-352.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:

  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
     Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1536165/+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 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>If you update to this following
https://help.ubuntu.com/community/BIOSUpdate does it change anything?

No.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  New

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  Any additional debugging information I can provide or debugging steps
  I can take, please ask, I will gladly help.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1536165/+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 1536165] Re: X server hangs on start when DisplayPort is connected

2016-07-06 Thread Jonathan Kamens
>1) Please provide the output of the following terminal command (not perform an 
>apport-collect):
>sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date

$ sudo dmidecode -s bios-version && sudo dmidecode -s bios-release-date
[sudo] password for jik: 
R01-A4
05/18/2016
$ 


** Changed in: xorg (Ubuntu)
   Status: Expired => New

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  New

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  Any additional debugging information I can provide or debugging steps
  I can take, please ask, I will gladly help.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1536165/+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 1576193] [NEW] software-properties-gtk complains about Gdk being imported without a version

2016-04-28 Thread Jonathan Kamens
Public bug reported:

jik@jik5:~$ software-properties-gtk &
[1] 6387
jik@jik5:~$ 
/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py:40:
 PyGIWarning: Gdk was imported without specifying a version first. Use 
gi.require_version('Gdk', '3.0') before import to ensure that the right version 
gets loaded.
  from gi.repository import GObject, Gdk, Gtk, Gio, GLib

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: software-properties-gtk 0.96.20
ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
Uname: Linux 4.4.0-21-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2
Architecture: amd64
CurrentDesktop: Unity
Date: Thu Apr 28 08:42:25 2016
InstallationDate: Installed on 2016-01-16 (103 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
PackageArchitecture: all
SourcePackage: software-properties
UpgradeStatus: Upgraded to xenial on 2016-04-28 (0 days ago)

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


** Tags: amd64 apport-bug xenial

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

Title:
  software-properties-gtk complains about Gdk being imported without a
  version

Status in software-properties package in Ubuntu:
  New

Bug description:
  jik@jik5:~$ software-properties-gtk &
  [1] 6387
  jik@jik5:~$ 
/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py:40:
 PyGIWarning: Gdk was imported without specifying a version first. Use 
gi.require_version('Gdk', '3.0') before import to ensure that the right version 
gets loaded.
from gi.repository import GObject, Gdk, Gtk, Gio, GLib

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: software-properties-gtk 0.96.20
  ProcVersionSignature: Ubuntu 4.4.0-21.37-generic 4.4.6
  Uname: Linux 4.4.0-21-generic x86_64
  NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
  ApportVersion: 2.20.1-0ubuntu2
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Thu Apr 28 08:42:25 2016
  InstallationDate: Installed on 2016-01-16 (103 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  PackageArchitecture: all
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to xenial on 2016-04-28 (0 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1576193/+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 1547662] Re: user systemd services are not started on login

2016-02-22 Thread Jonathan Kamens
OK then. Sorry for bothering you.

The documentation on this stuff is... sparse and difficult to navigate.

I'll make the change and reopen or open a new ticket if it still isn't
working.


** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  user systemd services are not started on login

Status in systemd package in Ubuntu:
  Invalid

Bug description:
  I have two user systemd services, which you can see running here:

  ● [hostname elided]
  State: running
   Jobs: 0 queued
 Failed: 0 units
  Since: Tue 2016-02-16 20:03:38 EST; 2 days ago
 CGroup: /user.slice/user-1000.slice/user@1000.service
 ├─1922 /lib/systemd/systemd --user
 ├─1969 (sd-pam) 
 ├─x10-transceiver.service
 │ ├─6074 /usr/bin/perl /home/jik/src/CM19aDriver/service.pl
 │ ├─6075 python CM19aDriver.py
 │ └─6080 tail -f cm19a.log
 └─eruv.service
   └─6083 /usr/bin/perl /home/jik/scripts/eruv.pl

  They're running because I did "systemctl --user start x10-transceiver"
  and "systemctl --user start eruv". They did NOT launch automatically
  when I logged in, which is what this bug report is about. They're
  supposed to.

  Note that they are enabled:

  ● eruv.service - Eruv status checker
 Loaded: loaded (/home/jik/.config/systemd/user/eruv.service; enabled; 
vendor preset: enabled)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 19 15:27:13 2016
  InstallationDate: Installed on 2016-01-16 (34 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1547662/+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 1547662] Re: user systemd services are not started on login

2016-02-22 Thread Jonathan Kamens
# /home/jik/.config/systemd/user/eruv.service
[Unit]
Description=Eruv status checker

[Service]
ExecStart=/home/jik/scripts/eruv.pl

[Install]
WantedBy=multi-user.target


** 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/1547662

Title:
  user systemd services are not started on login

Status in systemd package in Ubuntu:
  New

Bug description:
  I have two user systemd services, which you can see running here:

  ● [hostname elided]
  State: running
   Jobs: 0 queued
 Failed: 0 units
  Since: Tue 2016-02-16 20:03:38 EST; 2 days ago
 CGroup: /user.slice/user-1000.slice/user@1000.service
 ├─1922 /lib/systemd/systemd --user
 ├─1969 (sd-pam) 
 ├─x10-transceiver.service
 │ ├─6074 /usr/bin/perl /home/jik/src/CM19aDriver/service.pl
 │ ├─6075 python CM19aDriver.py
 │ └─6080 tail -f cm19a.log
 └─eruv.service
   └─6083 /usr/bin/perl /home/jik/scripts/eruv.pl

  They're running because I did "systemctl --user start x10-transceiver"
  and "systemctl --user start eruv". They did NOT launch automatically
  when I logged in, which is what this bug report is about. They're
  supposed to.

  Note that they are enabled:

  ● eruv.service - Eruv status checker
 Loaded: loaded (/home/jik/.config/systemd/user/eruv.service; enabled; 
vendor preset: enabled)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 19 15:27:13 2016
  InstallationDate: Installed on 2016-01-16 (34 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1547662/+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 1547662] [NEW] user systemd services are not started on login

2016-02-22 Thread Jonathan Kamens
Public bug reported:

I have two user systemd services, which you can see running here:

● [hostname elided]
State: running
 Jobs: 0 queued
   Failed: 0 units
Since: Tue 2016-02-16 20:03:38 EST; 2 days ago
   CGroup: /user.slice/user-1000.slice/user@1000.service
   ├─1922 /lib/systemd/systemd --user
   ├─1969 (sd-pam) 
   ├─x10-transceiver.service
   │ ├─6074 /usr/bin/perl /home/jik/src/CM19aDriver/service.pl
   │ ├─6075 python CM19aDriver.py
   │ └─6080 tail -f cm19a.log
   └─eruv.service
 └─6083 /usr/bin/perl /home/jik/scripts/eruv.pl

They're running because I did "systemctl --user start x10-transceiver"
and "systemctl --user start eruv". They did NOT launch automatically
when I logged in, which is what this bug report is about. They're
supposed to.

Note that they are enabled:

● eruv.service - Eruv status checker
   Loaded: loaded (/home/jik/.config/systemd/user/eruv.service; enabled; vendor 
preset: enabled)

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: systemd 225-1ubuntu9
ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
Uname: Linux 4.2.0-27-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CurrentDesktop: Unity
Date: Fri Feb 19 15:27:13 2016
InstallationDate: Installed on 2016-01-16 (34 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Acer Predator G6-710
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
SourcePackage: systemd
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R01-A1
dmi.board.name: Predator G6-710
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
dmi.product.name: Predator G6-710
dmi.sys.vendor: Acer

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


** Tags: amd64 apport-bug wily

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

Title:
  user systemd services are not started on login

Status in systemd package in Ubuntu:
  New

Bug description:
  I have two user systemd services, which you can see running here:

  ● [hostname elided]
  State: running
   Jobs: 0 queued
 Failed: 0 units
  Since: Tue 2016-02-16 20:03:38 EST; 2 days ago
 CGroup: /user.slice/user-1000.slice/user@1000.service
 ├─1922 /lib/systemd/systemd --user
 ├─1969 (sd-pam) 
 ├─x10-transceiver.service
 │ ├─6074 /usr/bin/perl /home/jik/src/CM19aDriver/service.pl
 │ ├─6075 python CM19aDriver.py
 │ └─6080 tail -f cm19a.log
 └─eruv.service
   └─6083 /usr/bin/perl /home/jik/scripts/eruv.pl

  They're running because I did "systemctl --user start x10-transceiver"
  and "systemctl --user start eruv". They did NOT launch automatically
  when I logged in, which is what this bug report is about. They're
  supposed to.

  Note that they are enabled:

  ● eruv.service - Eruv status checker
 Loaded: loaded (/home/jik/.config/systemd/user/eruv.service; enabled; 
vendor preset: enabled)

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: systemd 225-1ubuntu9
  ProcVersionSignature: Ubuntu 4.2.0-27.32-generic 4.2.8-ckt1
  Uname: Linux 4.2.0-27-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CurrentDesktop: Unity
  Date: Fri Feb 19 15:27:13 2016
  InstallationDate: Installed on 2016-01-16 (34 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-27-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  SourcePackage: systemd
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post 

[Touch-packages] [Bug 1519370] Re: can't switch to USB headset after plugging it in

2016-01-23 Thread Jonathan Kamens
I don't understand why this bug was marked "Incomplete" and subsequently
"Expired". As far as I can tell, at no time was I asked to provide any
additional information. Some clarification?

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

Title:
  can't switch to USB headset after plugging it in

Status in pulseaudio package in Ubuntu:
  Expired

Bug description:
  In 15.10 (Wily)...

  I get to work, plug in my USB hub with my USB headset plugged into it,
  go to sound settings.

  Headset is listed there. I tell sound settings to switch output to the
  headset. It doesn't switch (i.e., when I play a test sound, it's still
  coming out of the laptop's speakers).

  I unplug the USB headset and plug it back in. Same problem.

  I log out and log back in again. Same problem.

  To actually fix this problem, I have to run pulseaudio -k and then
  pluseaudio --start --log-target=syslog.

  I suspect this is related to
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1518411 . Is that
  possible?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: pulseaudio 1:6.0-0ubuntu13 [modified: 
usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf]
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC2D0p:   jik2515 F...m pulseaudio
   /dev/snd/controlC2:  jik2515 F pulseaudio
   /dev/snd/controlC0:  jik2515 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Nov 24 08:50:13 2015
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to wily on 2015-11-17 (6 days ago)
  dmi.bios.date: 12/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1519370/+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 1536294] Re: Network filesystems don't mount on boot

2016-01-21 Thread Jonathan Kamens
My computer was newly installed with 15.10, no prior Ubuntu version, so
I don't know whether the problem is new in this release.

I don't see how a upstream kernel would be relevant. This is not a
kernel issue, it's an issue with systemd trying to mount filesystems
before the network is all the way up.

If you can give me a plausible theory for why the underlying kernel,
rather than systemd, might be at fault here, then I'd be willing to take
the time to build and test an upstream kernel. Absent such a plausible
theory, it just seems like you're wasting my time because you haven't
actually read and understood the details of the bug?

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Incomplete

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553542/+files/ProcEnviron.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1536294/+attachment/4553554/+files/UdevDb.txt

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

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "JournalErrors.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553538/+files/JournalErrors.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "SystemdDelta.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553545/+files/SystemdDelta.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1536294/+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 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
OK. Couldn't find another bug about this with systemd, so created
#1536294.

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

Title:
  mountall does not honour _netdev

Status in mountall package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  This is a fresh install of Ubuntu 14.04 LTS AMD64.  I tried
  configuring a Ceph Rados Block Device (rbd) to be mounted during boot
  on /var/lib/one, containing my OpenNebula configuration and database.

  The idea being that should the machine go belly up, I'll have an up-
  to-date snapshot of the OpenNebula data on Ceph to mount on the new
  frontend machine.

  /etc/ceph/rbdmap is configured, I set up /etc/fstab with an entry:

  /dev/rbd/pool/rbdname /var/lib/one xfs defaults,_netdev 0 1

  then rebooted.  According to mount(8), _netdev is supposed to tell
  mountall to skip mounting this device until the network is up.

  As seen from the attached snapshot, it doesn't bother to wait, and
  blindly tries to mount the RBD before connecting to Ceph: this will
  never work.

  mountall seems to rely on *knowing* a list of network file systems:
  this means when someone comes up with a new network file system, or
  uses a conventional disk file system with a remote block device,
  mountall's heuristic falls flat on its face as has been demonstrated
  here.  The problem would also exist for iSCSI, AoE, FibreChannel, nbd
  and drbd devices.

  Due to bug 1313497, the keyboard is non-functional.  Recovery is
  useless as the keyboard is broken there too, and now the machine is
  waiting for a keypress it will never see due to that bug.  A headless
  system would similarly have this problem.

  Two suggestions I would have:
  1. mountall should honour _netdev to decide whether to mount a device or not: 
this gives the user the means to manually tell mountall that the device needs 
network access to operate even if the filesystem looks to be local.  I'd wager 
that if the user specified _netdev, they probably meant it and likely know 
better than mountall.
  2. mountall should time out after a predefined period and NEVER wait 
indefinitely: even if the disk is local.  If a disk goes missing, then it is 
better the machine tries to boot in its degraded state so it can be remotely 
managed and raise an alarm, than to wait for someone to notice the machine 
being down.

  Unfortunately since the machine is now effectively bricked, I can only
  grep proxy server logs to see what packages got installed.
  mountall_2.53_amd64.deb seems to be the culprit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1313513/+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 1536294] Dependencies.txt

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553537/+files/Dependencies.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1536294/+attachment/4553540/+files/Lsusb.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553541/+files/ProcCpuinfo.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1536294/+attachment/4553539/+files/Lspci.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553543/+files/ProcInterrupts.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

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

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553535/+files/WifiSyslog.txt

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

** Description changed:

  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.
  
  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by IP
  address, mount says the network is unreachable in the boot logs.
  
  If fixed this by adding the following in /etc/systemd/system/remote-fs-
  pre.target.d/override.conf:
  
  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service
  
  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
+ --- 
+ ApportVersion: 2.19.1-0ubuntu5
+ Architecture: amd64
+ DistroRelease: Ubuntu 15.10
+ InstallationDate: Installed on 2016-01-16 (4 days ago)
+ InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
+ MachineType: Acer Predator G6-710
+ NonfreeKernelModules: nvidia
+ Package: systemd 225-1ubuntu9
+ PackageArchitecture: amd64
+ ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
+ Tags:  wily
+ UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
+ Uname: Linux 4.2.0-25-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 09/21/2015
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: R01-A1
+ dmi.board.name: Predator G6-710
+ dmi.board.vendor: Acer
+ dmi.chassis.type: 3
+ dmi.chassis.vendor: Acer
+ dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
+ dmi.product.name: Predator G6-710
+ dmi.sys.vendor: Acer

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: 

[Touch-packages] [Bug 1536294] CurrentDmesg.txt

2016-01-20 Thread Jonathan Kamens
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1536294/+attachment/4553536/+files/CurrentDmesg.txt

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

Title:
  Network filesystems don't mount on boot

Status in systemd package in Ubuntu:
  Confirmed

Bug description:
  Ubuntu 15.10, I have several CIFS filesystems listed in /etc/fstab.

  They don't mount at boot. If I list them by host name in /etc/fstab,
  mount says name resolution failed in the boot logs. If I list them by
  IP address, mount says the network is unreachable in the boot logs.

  If fixed this by adding the following in /etc/systemd/system/remote-
  fs-pre.target.d/override.conf:

  [Unit]
  Requires=NetworkManager-wait-online.service
  After=NetworkManager-wait-online.service

  See also #1313513. This is a problem in older, pre-systemd versions of Ubuntu 
as well.
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC2:  jik2922 F pulseaudio
   /dev/snd/controlC1:  jik2922 F pulseaudio
   /dev/snd/controlC0:  jik2922 F pulseaudio
  DistroRelease: Ubuntu 15.10
  HibernationDevice: RESUME=UUID=77f36398-76d6-438c-95c5-2a0ac83629ea
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: linux (not installed)
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  RelatedPackageVersions:
   linux-restricted-modules-4.2.0-25-generic N/A
   linux-backports-modules-4.2.0-25-generic  N/A
   linux-firmware1.149.3
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  --- 
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  DistroRelease: Ubuntu 15.10
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  NonfreeKernelModules: nvidia
  Package: systemd 225-1ubuntu9
  PackageArchitecture: amd64
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Tags:  wily
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  Uname: Linux 4.2.0-25-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip libvirtd lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1536294/+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 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
By the way, in my case it appears to be because mount can't resolve the
host name of the CIFS file server. I think this is because systemd is
trying to mount the filesystems before the nameserver is finished
launching, so perhaps if bind9.service is enabled on the host, systemd
needs to wait for it to start before mounting network filesystems?

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

Title:
  mountall does not honour _netdev

Status in mountall package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  This is a fresh install of Ubuntu 14.04 LTS AMD64.  I tried
  configuring a Ceph Rados Block Device (rbd) to be mounted during boot
  on /var/lib/one, containing my OpenNebula configuration and database.

  The idea being that should the machine go belly up, I'll have an up-
  to-date snapshot of the OpenNebula data on Ceph to mount on the new
  frontend machine.

  /etc/ceph/rbdmap is configured, I set up /etc/fstab with an entry:

  /dev/rbd/pool/rbdname /var/lib/one xfs defaults,_netdev 0 1

  then rebooted.  According to mount(8), _netdev is supposed to tell
  mountall to skip mounting this device until the network is up.

  As seen from the attached snapshot, it doesn't bother to wait, and
  blindly tries to mount the RBD before connecting to Ceph: this will
  never work.

  mountall seems to rely on *knowing* a list of network file systems:
  this means when someone comes up with a new network file system, or
  uses a conventional disk file system with a remote block device,
  mountall's heuristic falls flat on its face as has been demonstrated
  here.  The problem would also exist for iSCSI, AoE, FibreChannel, nbd
  and drbd devices.

  Due to bug 1313497, the keyboard is non-functional.  Recovery is
  useless as the keyboard is broken there too, and now the machine is
  waiting for a keypress it will never see due to that bug.  A headless
  system would similarly have this problem.

  Two suggestions I would have:
  1. mountall should honour _netdev to decide whether to mount a device or not: 
this gives the user the means to manually tell mountall that the device needs 
network access to operate even if the filesystem looks to be local.  I'd wager 
that if the user specified _netdev, they probably meant it and likely know 
better than mountall.
  2. mountall should time out after a predefined period and NEVER wait 
indefinitely: even if the disk is local.  If a disk goes missing, then it is 
better the machine tries to boot in its degraded state so it can be remotely 
managed and raise an alarm, than to wait for someone to notice the machine 
being down.

  Unfortunately since the machine is now effectively bricked, I can only
  grep proxy server logs to see what packages got installed.
  mountall_2.53_amd64.deb seems to be the culprit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1313513/+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 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
I'm really not sure what to make of all this. My fstab has several cifs
filesystems in it, and none of them mount at boot regardless of whether
_netdev is specified. I don't know whether that's because of this bug --
it's not even clear to me _exactly_ what this bug is about -- or some
other bug that is or is not in the database already. I don't know what I
can do to help move the process forward of getting this issue -- which
apparently affects other people besides me -- fixed. I'm surprised that
this bug is almost two years old and nobody seems to care about the fact
that network filesystems in /etc/fstab don't work on Ubuntu.

P.S. for me, it's 15.10 that's not working.

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

Title:
  mountall does not honour _netdev

Status in mountall package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  This is a fresh install of Ubuntu 14.04 LTS AMD64.  I tried
  configuring a Ceph Rados Block Device (rbd) to be mounted during boot
  on /var/lib/one, containing my OpenNebula configuration and database.

  The idea being that should the machine go belly up, I'll have an up-
  to-date snapshot of the OpenNebula data on Ceph to mount on the new
  frontend machine.

  /etc/ceph/rbdmap is configured, I set up /etc/fstab with an entry:

  /dev/rbd/pool/rbdname /var/lib/one xfs defaults,_netdev 0 1

  then rebooted.  According to mount(8), _netdev is supposed to tell
  mountall to skip mounting this device until the network is up.

  As seen from the attached snapshot, it doesn't bother to wait, and
  blindly tries to mount the RBD before connecting to Ceph: this will
  never work.

  mountall seems to rely on *knowing* a list of network file systems:
  this means when someone comes up with a new network file system, or
  uses a conventional disk file system with a remote block device,
  mountall's heuristic falls flat on its face as has been demonstrated
  here.  The problem would also exist for iSCSI, AoE, FibreChannel, nbd
  and drbd devices.

  Due to bug 1313497, the keyboard is non-functional.  Recovery is
  useless as the keyboard is broken there too, and now the machine is
  waiting for a keypress it will never see due to that bug.  A headless
  system would similarly have this problem.

  Two suggestions I would have:
  1. mountall should honour _netdev to decide whether to mount a device or not: 
this gives the user the means to manually tell mountall that the device needs 
network access to operate even if the filesystem looks to be local.  I'd wager 
that if the user specified _netdev, they probably meant it and likely know 
better than mountall.
  2. mountall should time out after a predefined period and NEVER wait 
indefinitely: even if the disk is local.  If a disk goes missing, then it is 
better the machine tries to boot in its degraded state so it can be remotely 
managed and raise an alarm, than to wait for someone to notice the machine 
being down.

  Unfortunately since the machine is now effectively bricked, I can only
  grep proxy server logs to see what packages got installed.
  mountall_2.53_amd64.deb seems to be the culprit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1313513/+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 1536165] [NEW] X server hangs on start when DisplayPort is connected

2016-01-20 Thread Jonathan Kamens
Public bug reported:

I just bought a new Acer Predator AG6-710, which supposedly comes with a
NVIDIA GeForce GTX 980 graphics controller.

It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

When I have only one monitor plugged in, on the DVI port using DVI-A,
i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu boots
up just fine.

However, when I have two monitors plugged in, the first as described
above and the second through one of the DisplayPorts via a mini
DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
boot, and I end up with two blank screens and monitors claiming no
signal is being sent.

I've attached the Xorg log file when this happens.

It happens every single time I boot, i.e., it is reliable.

Any additional debugging information I can provide or debugging steps I
can take, please ask, I will gladly help.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
Uname: Linux 4.2.0-25-generic x86_64
.tmp.unity.support.test.1:
 
ApportVersion: 2.19.1-0ubuntu5
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
CurrentDesktop: Unity
Date: Wed Jan 20 07:13:46 2016
DistUpgraded: Fresh install
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
 virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: Device [196e:1131]
InstallationDate: Installed on 2016-01-16 (4 days ago)
InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
MachineType: Acer Predator G6-710
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
Renderer: Software
SourcePackage: xorg
UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 09/21/2015
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: R01-A1
dmi.board.name: Predator G6-710
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
dmi.product.name: Predator G6-710
dmi.sys.vendor: Acer
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Wed Jan 20 06:50:52 2016
xserver.configfile: default
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9.1
xserver.video_driver: modeset

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


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

** Attachment added: "Log file when X server fails to come up"
   
https://bugs.launchpad.net/bugs/1536165/+attachment/4553304/+files/Xorg.0.log.old

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  New

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  Any additional debugging information I can provide or debugging steps
  I can take, please ask, I will gladly help.

  ProblemType: Bug
  

[Touch-packages] [Bug 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
Actually, I was wrong, it's not because of DNS problems, it's because
systemd is trying to mount the filesystems before the network is up. I
changed the host names in /etc/fstab to IP addresses, and it still
doesn't work:

Jan 20 08:17:31 jik5 mount[979]: mount error(101): Network is
unreachable

So there is something here that is definitely not working properly.

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

Title:
  mountall does not honour _netdev

Status in mountall package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  This is a fresh install of Ubuntu 14.04 LTS AMD64.  I tried
  configuring a Ceph Rados Block Device (rbd) to be mounted during boot
  on /var/lib/one, containing my OpenNebula configuration and database.

  The idea being that should the machine go belly up, I'll have an up-
  to-date snapshot of the OpenNebula data on Ceph to mount on the new
  frontend machine.

  /etc/ceph/rbdmap is configured, I set up /etc/fstab with an entry:

  /dev/rbd/pool/rbdname /var/lib/one xfs defaults,_netdev 0 1

  then rebooted.  According to mount(8), _netdev is supposed to tell
  mountall to skip mounting this device until the network is up.

  As seen from the attached snapshot, it doesn't bother to wait, and
  blindly tries to mount the RBD before connecting to Ceph: this will
  never work.

  mountall seems to rely on *knowing* a list of network file systems:
  this means when someone comes up with a new network file system, or
  uses a conventional disk file system with a remote block device,
  mountall's heuristic falls flat on its face as has been demonstrated
  here.  The problem would also exist for iSCSI, AoE, FibreChannel, nbd
  and drbd devices.

  Due to bug 1313497, the keyboard is non-functional.  Recovery is
  useless as the keyboard is broken there too, and now the machine is
  waiting for a keypress it will never see due to that bug.  A headless
  system would similarly have this problem.

  Two suggestions I would have:
  1. mountall should honour _netdev to decide whether to mount a device or not: 
this gives the user the means to manually tell mountall that the device needs 
network access to operate even if the filesystem looks to be local.  I'd wager 
that if the user specified _netdev, they probably meant it and likely know 
better than mountall.
  2. mountall should time out after a predefined period and NEVER wait 
indefinitely: even if the disk is local.  If a disk goes missing, then it is 
better the machine tries to boot in its degraded state so it can be remotely 
managed and raise an alarm, than to wait for someone to notice the machine 
being down.

  Unfortunately since the machine is now effectively bricked, I can only
  grep proxy server logs to see what packages got installed.
  mountall_2.53_amd64.deb seems to be the culprit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1313513/+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 1536165] Re: X server hangs on start when DisplayPort is connected

2016-01-20 Thread Jonathan Kamens
Problem goes away if I install nvidia-352.

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

Title:
  X server hangs on start when DisplayPort is connected

Status in xorg package in Ubuntu:
  New

Bug description:
  I just bought a new Acer Predator AG6-710, which supposedly comes with
  a NVIDIA GeForce GTX 980 graphics controller.

  It has four output plugs -- DVI, two mini DisplayPort, and HDMI.

  When I have only one monitor plugged in, on the DVI port using DVI-A,
  i.e., through a DVI-A -> VGA adapter and then a VGA cable, Ubuntu
  boots up just fine.

  However, when I have two monitors plugged in, the first as described
  above and the second through one of the DisplayPorts via a mini
  DisplayPort to DVI-I adapter and a DVI-A cable, the X server hangs on
  boot, and I end up with two blank screens and monitors claiming no
  signal is being sent.

  I've attached the Xorg log file when this happens.

  It happens every single time I boot, i.e., it is reliable.

  Any additional debugging information I can provide or debugging steps
  I can take, please ask, I will gladly help.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-25.30-generic 4.2.6
  Uname: Linux 4.2.0-25-generic x86_64
  .tmp.unity.support.test.1:
   
  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Wed Jan 20 07:13:46 2016
  DistUpgraded: Fresh install
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.10, 4.2.0-23-generic, x86_64: installed
   virtualbox, 5.0.10, 4.2.0-25-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation GM204 [GeForce GTX 970] [10de:13c2] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: Device [196e:1131]
  InstallationDate: Installed on 2016-01-16 (4 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  MachineType: Acer Predator G6-710
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.2.0-25-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7
  Renderer: Software
  SourcePackage: xorg
  UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev'
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/21/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: R01-A1
  dmi.board.name: Predator G6-710
  dmi.board.vendor: Acer
  dmi.chassis.type: 3
  dmi.chassis.vendor: Acer
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrR01-A1:bd09/21/2015:svnAcer:pnPredatorG6-710:pvr:rvnAcer:rnPredatorG6-710:rvr:cvnAcer:ct3:cvr:
  dmi.product.name: Predator G6-710
  dmi.sys.vendor: Acer
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Wed Jan 20 06:50:52 2016
  xserver.configfile: default
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9.1
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1536165/+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 1313513] Re: mountall does not honour _netdev

2016-01-20 Thread Jonathan Kamens
Fixed for me by putting this in /etc/systemd/system/remote-fs-
pre.target.d/override.conf:

[Unit]
Requires=NetworkManager-wait-online.service
After=NetworkManager-wait-online.service

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

Title:
  mountall does not honour _netdev

Status in mountall package in Ubuntu:
  Confirmed

Bug description:
  Hi,

  This is a fresh install of Ubuntu 14.04 LTS AMD64.  I tried
  configuring a Ceph Rados Block Device (rbd) to be mounted during boot
  on /var/lib/one, containing my OpenNebula configuration and database.

  The idea being that should the machine go belly up, I'll have an up-
  to-date snapshot of the OpenNebula data on Ceph to mount on the new
  frontend machine.

  /etc/ceph/rbdmap is configured, I set up /etc/fstab with an entry:

  /dev/rbd/pool/rbdname /var/lib/one xfs defaults,_netdev 0 1

  then rebooted.  According to mount(8), _netdev is supposed to tell
  mountall to skip mounting this device until the network is up.

  As seen from the attached snapshot, it doesn't bother to wait, and
  blindly tries to mount the RBD before connecting to Ceph: this will
  never work.

  mountall seems to rely on *knowing* a list of network file systems:
  this means when someone comes up with a new network file system, or
  uses a conventional disk file system with a remote block device,
  mountall's heuristic falls flat on its face as has been demonstrated
  here.  The problem would also exist for iSCSI, AoE, FibreChannel, nbd
  and drbd devices.

  Due to bug 1313497, the keyboard is non-functional.  Recovery is
  useless as the keyboard is broken there too, and now the machine is
  waiting for a keypress it will never see due to that bug.  A headless
  system would similarly have this problem.

  Two suggestions I would have:
  1. mountall should honour _netdev to decide whether to mount a device or not: 
this gives the user the means to manually tell mountall that the device needs 
network access to operate even if the filesystem looks to be local.  I'd wager 
that if the user specified _netdev, they probably meant it and likely know 
better than mountall.
  2. mountall should time out after a predefined period and NEVER wait 
indefinitely: even if the disk is local.  If a disk goes missing, then it is 
better the machine tries to boot in its degraded state so it can be remotely 
managed and raise an alarm, than to wait for someone to notice the machine 
being down.

  Unfortunately since the machine is now effectively bricked, I can only
  grep proxy server logs to see what packages got installed.
  mountall_2.53_amd64.deb seems to be the culprit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1313513/+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 1518411] Re: "Maximum number of clients reached", new in Ubuntu 15.10

2016-01-07 Thread Jonathan Kamens
It's a script I wrote myself. I would be happy to share it if that would
be useful.

I do not understand why you marked this issue invalid.

Surely you are not meaning to suggest that it is invalid for users to
write their own tools which periodically change the desktop background
using the interfaces that are provided for doing exactly that?

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

Title:
  "Maximum number of clients reached", new in Ubuntu 15.10

Status in xorg package in Ubuntu:
  Invalid

Bug description:
  In my newly upgraded (from 15.04) Ubuntu 15.10 system, after I've been
  logged in for a while I can no longer open new windows and instead get
  a "Maximum number of clients reached" error.

  This did not happen in 15.04.

  I ran "lsof" on the X server and did not see an excessive number of
  open file descriptors. I ran it again on a newly restarted X server
  and the number of open file descriptors looked about the same.

  I also ran "xlsclients" when the X server was reporting "Maximum
  number of clients reached" and the list of clients looked correct and
  reasonable (and there were less than 30 of them).

  I am happy to collect any additional logs or debugging information to
  help track this down. I don't know where to look further.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Fri Nov 20 13:00:09 2015
  DistUpgraded: 2015-11-17 11:59:09,835 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.4, 3.19.0-33-generic, x86_64: installed
   virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] 
(rev 08) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:7410]
  MachineType: System76, Inc. Galago UltraPro
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=821f94aa-97e2-4384-8494-9f510a75877b ro i915.disable_power_well=0 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-11-17 (3 days ago)
  dmi.bios.date: 12/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Fri Nov 20 12:51:23 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1518411/+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 1518411] Re: "Maximum number of clients reached", new in Ubuntu 15.10

2016-01-06 Thread Jonathan Kamens
This has something to do with the fact that I have a script running in
the background that changes my background image every couple minutes.
When I disable that script, the problem goes away.

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

Title:
  "Maximum number of clients reached", new in Ubuntu 15.10

Status in xorg package in Ubuntu:
  Confirmed

Bug description:
  In my newly upgraded (from 15.04) Ubuntu 15.10 system, after I've been
  logged in for a while I can no longer open new windows and instead get
  a "Maximum number of clients reached" error.

  This did not happen in 15.04.

  I ran "lsof" on the X server and did not see an excessive number of
  open file descriptors. I ran it again on a newly restarted X server
  and the number of open file descriptors looked about the same.

  I also ran "xlsclients" when the X server was reporting "Maximum
  number of clients reached" and the list of clients looked correct and
  reasonable (and there were less than 30 of them).

  I am happy to collect any additional logs or debugging information to
  help track this down. I don't know where to look further.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  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
  CurrentDesktop: Unity
  Date: Fri Nov 20 13:00:09 2015
  DistUpgraded: 2015-11-17 11:59:09,835 DEBUG enabling apt cron job
  DistroCodename: wily
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 5.0.4, 3.19.0-33-generic, x86_64: installed
   virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] 
(rev 08) (prog-if 00 [VGA controller])
 Subsystem: CLEVO/KAPOK Computer Device [1558:7410]
  MachineType: System76, Inc. Galago UltraPro
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=821f94aa-97e2-4384-8494-9f510a75877b ro i915.disable_power_well=0 
quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to wily on 2015-11-17 (3 days ago)
  dmi.bios.date: 12/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.
  version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.64-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.11-1ubuntu3
  xserver.bootTime: Fri Nov 20 12:51:23 2015
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.17.2-1ubuntu9
  xserver.video_driver: intel

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1518411/+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 1519370] [NEW] can't switch to USB headset after plugging it in

2015-11-24 Thread Jonathan Kamens
Public bug reported:

In 15.10 (Wily)...

I get to work, plug in my USB hub with my USB headset plugged into it,
go to sound settings.

Headset is listed there. I tell sound settings to switch output to the
headset. It doesn't switch (i.e., when I play a test sound, it's still
coming out of the laptop's speakers).

I unplug the USB headset and plug it back in. Same problem.

I log out and log back in again. Same problem.

To actually fix this problem, I have to run pulseaudio -k and then
pluseaudio --start --log-target=syslog.

I suspect this is related to
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1518411 . Is that
possible?

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: pulseaudio 1:6.0-0ubuntu13 [modified: 
usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf]
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/pcmC2D0p:   jik2515 F...m pulseaudio
 /dev/snd/controlC2:  jik2515 F pulseaudio
 /dev/snd/controlC0:  jik2515 F pulseaudio
CurrentDesktop: Unity
Date: Tue Nov 24 08:50:13 2015
SourcePackage: pulseaudio
UpgradeStatus: Upgraded to wily on 2015-11-17 (6 days ago)
dmi.bios.date: 12/12/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.5
dmi.board.asset.tag: Tag 12345
dmi.board.name: W740SU
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
dmi.product.name: Galago UltraPro
dmi.product.version: galu1
dmi.sys.vendor: System76, Inc.

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


** Tags: amd64 apport-bug wily

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

Title:
  can't switch to USB headset after plugging it in

Status in pulseaudio package in Ubuntu:
  New

Bug description:
  In 15.10 (Wily)...

  I get to work, plug in my USB hub with my USB headset plugged into it,
  go to sound settings.

  Headset is listed there. I tell sound settings to switch output to the
  headset. It doesn't switch (i.e., when I play a test sound, it's still
  coming out of the laptop's speakers).

  I unplug the USB headset and plug it back in. Same problem.

  I log out and log back in again. Same problem.

  To actually fix this problem, I have to run pulseaudio -k and then
  pluseaudio --start --log-target=syslog.

  I suspect this is related to
  https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1518411 . Is that
  possible?

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: pulseaudio 1:6.0-0ubuntu13 [modified: 
usr/share/pulseaudio/alsa-mixer/paths/analog-input-internal-mic.conf]
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/pcmC2D0p:   jik2515 F...m pulseaudio
   /dev/snd/controlC2:  jik2515 F pulseaudio
   /dev/snd/controlC0:  jik2515 F pulseaudio
  CurrentDesktop: Unity
  Date: Tue Nov 24 08:50:13 2015
  SourcePackage: pulseaudio
  UpgradeStatus: Upgraded to wily on 2015-11-17 (6 days ago)
  dmi.bios.date: 12/12/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: 4.6.5
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: W740SU
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 9
  dmi.chassis.vendor: Notebook
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
  dmi.product.name: Galago UltraPro
  dmi.product.version: galu1
  dmi.sys.vendor: System76, Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1519370/+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 1518411] [NEW] "Maximum number of clients reached", new in Ubuntu 15.10

2015-11-20 Thread Jonathan Kamens
Public bug reported:

In my newly upgraded (from 15.04) Ubuntu 15.10 system, after I've been
logged in for a while I can no longer open new windows and instead get a
"Maximum number of clients reached" error.

This did not happen in 15.04.

I ran "lsof" on the X server and did not see an excessive number of open
file descriptors. I ran it again on a newly restarted X server and the
number of open file descriptors looked about the same.

I also ran "xlsclients" when the X server was reporting "Maximum number
of clients reached" and the list of clients looked correct and
reasonable (and there were less than 30 of them).

I am happy to collect any additional logs or debugging information to
help track this down. I don't know where to look further.

ProblemType: Bug
DistroRelease: Ubuntu 15.10
Package: xserver-xorg 1:7.7+7ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
Uname: Linux 4.2.0-18-generic x86_64
.tmp.unity.support.test.0:
 
ApportVersion: 2.19.1-0ubuntu5
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
CurrentDesktop: Unity
Date: Fri Nov 20 13:00:09 2015
DistUpgraded: 2015-11-17 11:59:09,835 DEBUG enabling apt cron job
DistroCodename: wily
DistroVariant: ubuntu
DkmsStatus:
 virtualbox, 5.0.4, 3.19.0-33-generic, x86_64: installed
 virtualbox, 5.0.4, 4.2.0-18-generic, x86_64: installed
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation Crystal Well Integrated Graphics Controller [8086:0d26] (rev 
08) (prog-if 00 [VGA controller])
   Subsystem: CLEVO/KAPOK Computer Device [1558:7410]
MachineType: System76, Inc. Galago UltraPro
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-18-generic 
root=UUID=821f94aa-97e2-4384-8494-9f510a75877b ro i915.disable_power_well=0 
quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to wily on 2015-11-17 (3 days ago)
dmi.bios.date: 12/12/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 4.6.5
dmi.board.asset.tag: Tag 12345
dmi.board.name: W740SU
dmi.board.vendor: Notebook
dmi.board.version: Not Applicable
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 9
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr4.6.5:bd12/12/2013:svnSystem76,Inc.:pnGalagoUltraPro:pvrgalu1:rvnNotebook:rnW740SU:rvrNotApplicable:cvnNotebook:ct9:cvrN/A:
dmi.product.name: Galago UltraPro
dmi.product.version: galu1
dmi.sys.vendor: System76, Inc.
version.compiz: compiz 1:0.9.12.2+15.10.20151015-0ubuntu1
version.ia32-libs: ia32-libs N/A
version.libdrm2: libdrm2 2.4.64-1
version.libgl1-mesa-dri: libgl1-mesa-dri 11.0.2-1ubuntu4
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 11.0.2-1ubuntu4
version.xserver-xorg-core: xserver-xorg-core 2:1.17.2-1ubuntu9
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.9.2-1ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:7.5.0+git20150819-0ubuntu1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20150808-0ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.11-1ubuntu3
xserver.bootTime: Fri Nov 20 12:51:23 2015
xserver.configfile: default
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.version: 2:1.17.2-1ubuntu9
xserver.video_driver: intel

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


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

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

Title:
  "Maximum number of clients reached", new in Ubuntu 15.10

Status in xorg package in Ubuntu:
  New

Bug description:
  In my newly upgraded (from 15.04) Ubuntu 15.10 system, after I've been
  logged in for a while I can no longer open new windows and instead get
  a "Maximum number of clients reached" error.

  This did not happen in 15.04.

  I ran "lsof" on the X server and did not see an excessive number of
  open file descriptors. I ran it again on a newly restarted X server
  and the number of open file descriptors looked about the same.

  I also ran "xlsclients" when the X server was reporting "Maximum
  number of clients reached" and the list of clients looked correct and
  reasonable (and there were less than 30 of them).

  I am happy to collect any additional logs or debugging information to
  help track this down. I don't know where to look further.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.10
  Package: xserver-xorg 1:7.7+7ubuntu4
  ProcVersionSignature: Ubuntu 4.2.0-18.22-generic 4.2.3
  Uname: Linux 4.2.0-18-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.19.1-0ubuntu5
  Architecture: amd64
  CompizPlugins: No value set for 

[Touch-packages] [Bug 1003950] Re: launcher does not show minimized update manager while clicked

2014-12-23 Thread Jonathan Kamens
This is still happening for me in 14.10.

I can't figure out how to nominate it for 14.10 in the settings at the
top of the bug.

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

Title:
  launcher does not show minimized update manager while clicked

Status in Unity:
  Fix Released
Status in Unity 5.0 series:
  Fix Released
Status in Unity 6.0 series:
  Fix Released
Status in unity package in Ubuntu:
  Fix Released
Status in update-manager package in Ubuntu:
  Confirmed
Status in unity source package in Precise:
  Fix Released
Status in update-manager source package in Precise:
  Confirmed
Status in unity source package in Quantal:
  Fix Released
Status in update-manager source package in Quantal:
  Won't Fix

Bug description:
  Update manager is showing up in the dock but I can click on the icon
  all day and nothing happens. Similarly if I do Super-S or Super-W it
  doesn't show up anywhere.

  Even if I alt-tab to the application nothing shows up. This happens
  only when update manager runs on its own. If I kill it and then launch
  it myself it comes to the foreground just fine.

  I'm not 100% sure whether this is a unity, compiz, or update-manager
  bug but so far my bet is on unity.

  =Original Report=
  Bug #877444 is showing again in latest updates, please re-open it. This is 
the exact same problem.

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


<    1   2