[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2016-09-15 Thread vgeloven
# systemctl status -l gpu-manager.service
● gpu-manager.service - Detect the available GPUs and deal with any system 
changes
   Loaded: loaded (/lib/systemd/system/gpu-manager.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) since Thu 2016-09-15 16:34:57 CEST; 3min 4s ago
  Process: 1950 ExecStart=/usr/bin/gpu-manager --log /var/log/gpu-manager.log 
(code=exited, status=0/SUCCESS)
 Main PID: 1950 (code=exited, status=0/SUCCESS)

Sep 15 16:34:57 *** gpu-manager[1950]: /etc/modprobe.d is not a file
Sep 15 16:34:57 *** gpu-manager[1950]: /etc/modprobe.d is not a file
Sep 15 16:34:57 *** gpu-manager[1950]: Error: can't open 
/lib/modules/4.4.0-38-generic/updates/dkms
Sep 15 16:34:57 *** gpu-manager[1950]: Error: can't open 
/lib/modules/4.4.0-38-generic/updates/dkms
Sep 15 16:34:57 *** gpu-manager[1950]: update-alternatives: error: no 
alternatives for x86_64-linux-gnu_gfxcore_conf
Sep 15 16:34:57 *** systemd[1]: Started Detect the available GPUs and deal with 
any system changes.
Sep 15 16:34:57 *** systemd[1]: gpu-manager.service: Start request repeated too 
quickly.
Sep 15 16:34:57 *** systemd[1]: Failed to start Detect the available GPUs and 
deal with any system changes.
Sep 15 16:35:02 *** systemd[1]: gpu-manager.service: Start request repeated too 
quickly.
Sep 15 16:35:02 *** systemd[1]: Failed to start Detect the available GPUs and 
deal with any system changes.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 "Vivid Vervet" - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-27 Thread Martin Pitt
TigerShark, can you please give me the output of

  sudo systemctl status -l gpu-manager.service

directly after a clean boot? Note that /etc/init/gpu-manager.conf is not
being used in systemd.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-24 Thread TigerShark
I'm experiencing this bug after upgrading from kubuntu 14.10 to 15.04
using the update manager.

Using nvidia-346:

Booting with a previous kernel (3.16) works but I'm stuck in intel mode.

Booting with current kernel (3.19) leaves me with the black screen which can be 
fixed (until restart) by running the suggested:
sudo systemctl stop sddm

sudo systemctl start gpu-manager

sudo systemctl start sddm


Idk if its relevant but 

gpu-manager.conf :
start on (starting lightdm
  or starting gdm
  or starting kdm
  or starting xdm
  or starting lxdm)
task
exec gpu-manager --log /var/log/gpu-manager.log


Tried the obvious and added a line or starting sddm but didn't work :P

** Attachment added: dpkg -s ubuntu-drivers-common.txt
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1443364/+attachment/4383102/+files/dpkg%20-s%20ubuntu-drivers-common.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-24 Thread TigerShark
** Attachment added: gpu-manager.txt
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1443364/+attachment/4383125/+files/gpu-manager.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-24 Thread TigerShark
** Attachment added: gpu-manager.log
   
https://bugs.launchpad.net/ubuntu/+source/ubuntu-drivers-common/+bug/1443364/+attachment/4383126/+files/gpu-manager.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-13 Thread Martin Pitt
** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: In Progress = Won't Fix

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: Won't Fix = Fix Committed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Committed

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-13 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/vivid-proposed/ubuntu-drivers-common

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Committed

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.4.5

---
ubuntu-drivers-common (1:0.4.5) vivid; urgency=medium

  * Call dh_systemd_enable after installing gpu-manager.service, so that the
unit actually gets enabled. Also quiesce the confusing error messages
about nonexisting binary package directories. (LP: #1443364)
 -- Martin Pitt martin.p...@ubuntu.com   Mon, 13 Apr 2015 07:01:15 -0500

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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


[Desktop-packages] [Bug 1443364] Re: gpu-manager systemd unit is not enabled

2015-04-13 Thread Alberto Milone
ok, it makes sense now.

I've just rebuilt u-d-c using your latest commits, and it works well
now:

:~$ sudo systemctl status gpu-manager.service
● gpu-manager.service - Detect the available GPUs and deal with any system 
changes
   Loaded: loaded (/lib/systemd/system/gpu-manager.service; enabled; vendor 
preset: enabled)
   Active: inactive (dead) since lun 2015-04-13 16:03:00 CEST; 1min 25s ago
  Process: 697 ExecStart=/usr/bin/gpu-manager --log /var/log/gpu-manager.log 
(code=exited, status=0/SUCCESS)
 Main PID: 697 (code=exited, status=0/SUCCESS)

Please make sure that the fix makes it into the 15.04 release. Thanks a
lot for your help!

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1443364

Title:
  gpu-manager systemd unit is not enabled

Status in ubuntu-drivers-common package in Ubuntu:
  Fix Committed

Bug description:
  This happened with today's 15.04 image. The gpu-manager unit started,
  the xorg.conf was written, and so was the log but, somehow, even
  though the log says that the system needs offloading, no /var/lib
  /ubuntu-drivers-common/requires_offloading was created. This caused
  the system to boot into a black screen.

  Starting the same unit after (the failure to) boot, resulted in the
  correct creation of  /var/lib/ubuntu-drivers-
  common/requires_offloading . There is probably something weird going
  on in the systemd unit, as gpu-manager has never behaved like this
  with Upstart.

  This breaks hybrid graphics.

  ProblemType: Bug
  DistroRelease: Ubuntu 15.04
  Package: ubuntu-drivers-common 1:0.4.4
  ProcVersionSignature: Ubuntu 3.19.0-13.13-generic 3.19.3
  Uname: Linux 3.19.0-13-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.17-0ubuntu2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Mon Apr 13 12:38:53 2015
  InstallationDate: Installed on 2015-04-13 (0 days ago)
  InstallationMedia: Kubuntu 15.04 Vivid Vervet - Beta amd64 (20150413)
  SourcePackage: ubuntu-drivers-common
  UpgradeStatus: No upgrade log present (probably fresh install)

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

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