[Kernel-packages] [Bug 2025640] Re: Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to 535.54.03 video output cuts out

2023-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.113.01-0ubuntu0.20.04.3

---
nvidia-graphics-drivers-535 (535.113.01-0ubuntu0.20.04.3) focal; urgency=medium

  * debian/rules:
- Add override_dh_installsystemd.
- Pass in dh_installsystemd --no-restart-after-upgrade.

nvidia-graphics-drivers-535 (535.113.01-0ubuntu0.20.04.2) focal;
urgency=medium

  * debian/rules:
   - Pass in --no-stop-on-upgrade to dh_installsystemd.
 Prevent dh_installsystemd from stopping services (LP: #2025640).

 -- Alberto Milone   Fri, 29 Sep 2023
18:03:34 +

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Focal)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-535-server in
Ubuntu.
https://bugs.launchpad.net/bugs/2025640

Title:
  Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to
  535.54.03 video output cuts out

Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535-server package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Lunar:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Lunar:
  Fix Released

Bug description:
  [Impact]

  The current version nvidia-graphics-drivers-535 and nvidia-graphics-
  drivers-535-server, from Focal on, use the default values (from the
  debian compat 10) for dh_installsystemd which cause all the systemd
  services to be restarted on upgrade. This will cause the screen to go
  blank and never wake up.

  [Test Case]

  Install the nvidia-driver:
  sudo ubuntu-drivers install nvidia:535

  Try re-installing nvidia-kernel-common-535 and nvidia-compute-
  utils-535:

  sudo apt --reinstall nvidia-kernel-common-535 nvidia-compute-utils-535

  The screen will go black.

  [Where problems could occur]

  On servers with no display server in use, if, for some reason,
  restarting services such as nvidia-persistenced on upgrade is a
  desired feature, this will not take place any more.

  _
  
https://forums.developer.nvidia.com/t/ubuntu-22-04-in-the-middle-of-updating-drivers-from-530-41-03-to-535-54-03-video-input-cuts-out/258588

  https://forums.linuxmint.com/viewtopic.php?p=2344294

  timeline 10:36 - 10:39
  switch to TTY not helped-no video output, SSH not tested

  After emergency sync, reboot (by sysrq), is all fine.

  Jul  3 10:37:14 Panter nvidia-persistenced: Received signal 15
  Jul  3 10:37:14 Panter systemd[1]: Stopping NVIDIA Persistence Daemon...
  Jul  3 10:37:14 Panter nvidia-persistenced: Socket closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file unlocked.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced
  Jul  3 10:37:14 Panter nvidia-persistenced: Shutdown (1085)
  Jul  3 10:37:14 Panter systemd[1]: nvidia-persistenced.service: Deactivated 
successfully.
  Jul  3 10:37:14 Panter systemd[1]: Stopped NVIDIA Persistence Daemon.
  Jul  3 10:37:19 Panter systemd[1]: Reloading.
  Jul  3 10:37:19 Panter systemd[1]: Starting Discard unused blocks on 
filesystems from /etc/fstab...
  Jul  3 10:37:19 Panter systemd[1]: Starting NVIDIA system hibernate actions...
  Jul  3 10:37:19 Panter hibernate: nvidia-hibernate.service
  Jul  3 10:37:19 Panter logger[9260]: <13>Jul  3 10:37:19 hibernate: 
nvidia-hibernate.service
  Jul  3 10:37:19 Panter kernel: [  424.892353] snd_hda_codec_hdmi hdaudioC0D0: 
HDMI: invalid ELD data byte 16
  Jul  3 10:37:19 Panter systemd[1]: nvidia-hibernate.service: Deactivated 
successfully.
  Jul  3 10:37:19 Panter systemd[1]: Finished NVIDIA system hibernate actions.
  Jul  3 10:37:20 Panter systemd[1]: Reloading.
  Jul  3 10:37:20 Panter systemd[1]: Starting NVIDIA system resume actions...
  Jul  3 10:37:20 Panter suspend: nvidia-resume.service
  Jul  3 10:37:20 Panter logger[9305]: <13>Jul  3 10:37:20 suspend: 
nvidia-resume.service
  Jul  3 10:37:20 Panter systemd[1]: nvidia-resume.service: Deactivated 
successfully.
  Jul  3 10:37:20 Panter systemd[1]: Finished NVIDIA system resume actions.
  Jul  3 10:37:20 Panter acpid: client 1346[0:0] has disconnected
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 7 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Successfully made thread 9312 of 
process 1530 owned by '1000' RT at priority 5.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 8 threads of 3 

[Kernel-packages] [Bug 2025640] Re: Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to 535.54.03 video output cuts out

2023-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.113.01-0ubuntu0.22.04.3

---
nvidia-graphics-drivers-535 (535.113.01-0ubuntu0.22.04.3) jammy; urgency=medium

  * debian/rules:
- Add override_dh_installsystemd.
- Pass in dh_installsystemd --no-restart-after-upgrade.

nvidia-graphics-drivers-535 (535.113.01-0ubuntu0.22.04.2) jammy;
urgency=medium

  * debian/rules:
   - Pass in --no-stop-on-upgrade to dh_installsystemd.
 Prevent dh_installsystemd from stopping services (LP: #2025640).

 -- Alberto Milone   Fri, 29 Sep 2023
18:11:41 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Jammy)
   Status: In Progress => Fix Released

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Jammy)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-535-server in
Ubuntu.
https://bugs.launchpad.net/bugs/2025640

Title:
  Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to
  535.54.03 video output cuts out

Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535-server package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Lunar:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Lunar:
  Fix Released

Bug description:
  [Impact]

  The current version nvidia-graphics-drivers-535 and nvidia-graphics-
  drivers-535-server, from Focal on, use the default values (from the
  debian compat 10) for dh_installsystemd which cause all the systemd
  services to be restarted on upgrade. This will cause the screen to go
  blank and never wake up.

  [Test Case]

  Install the nvidia-driver:
  sudo ubuntu-drivers install nvidia:535

  Try re-installing nvidia-kernel-common-535 and nvidia-compute-
  utils-535:

  sudo apt --reinstall nvidia-kernel-common-535 nvidia-compute-utils-535

  The screen will go black.

  [Where problems could occur]

  On servers with no display server in use, if, for some reason,
  restarting services such as nvidia-persistenced on upgrade is a
  desired feature, this will not take place any more.

  _
  
https://forums.developer.nvidia.com/t/ubuntu-22-04-in-the-middle-of-updating-drivers-from-530-41-03-to-535-54-03-video-input-cuts-out/258588

  https://forums.linuxmint.com/viewtopic.php?p=2344294

  timeline 10:36 - 10:39
  switch to TTY not helped-no video output, SSH not tested

  After emergency sync, reboot (by sysrq), is all fine.

  Jul  3 10:37:14 Panter nvidia-persistenced: Received signal 15
  Jul  3 10:37:14 Panter systemd[1]: Stopping NVIDIA Persistence Daemon...
  Jul  3 10:37:14 Panter nvidia-persistenced: Socket closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file unlocked.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced
  Jul  3 10:37:14 Panter nvidia-persistenced: Shutdown (1085)
  Jul  3 10:37:14 Panter systemd[1]: nvidia-persistenced.service: Deactivated 
successfully.
  Jul  3 10:37:14 Panter systemd[1]: Stopped NVIDIA Persistence Daemon.
  Jul  3 10:37:19 Panter systemd[1]: Reloading.
  Jul  3 10:37:19 Panter systemd[1]: Starting Discard unused blocks on 
filesystems from /etc/fstab...
  Jul  3 10:37:19 Panter systemd[1]: Starting NVIDIA system hibernate actions...
  Jul  3 10:37:19 Panter hibernate: nvidia-hibernate.service
  Jul  3 10:37:19 Panter logger[9260]: <13>Jul  3 10:37:19 hibernate: 
nvidia-hibernate.service
  Jul  3 10:37:19 Panter kernel: [  424.892353] snd_hda_codec_hdmi hdaudioC0D0: 
HDMI: invalid ELD data byte 16
  Jul  3 10:37:19 Panter systemd[1]: nvidia-hibernate.service: Deactivated 
successfully.
  Jul  3 10:37:19 Panter systemd[1]: Finished NVIDIA system hibernate actions.
  Jul  3 10:37:20 Panter systemd[1]: Reloading.
  Jul  3 10:37:20 Panter systemd[1]: Starting NVIDIA system resume actions...
  Jul  3 10:37:20 Panter suspend: nvidia-resume.service
  Jul  3 10:37:20 Panter logger[9305]: <13>Jul  3 10:37:20 suspend: 
nvidia-resume.service
  Jul  3 10:37:20 Panter systemd[1]: nvidia-resume.service: Deactivated 
successfully.
  Jul  3 10:37:20 Panter systemd[1]: Finished NVIDIA system resume actions.
  Jul  3 10:37:20 Panter acpid: client 1346[0:0] has disconnected
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 7 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Successfully made thread 9312 of 
process 1530 owned by 

[Kernel-packages] [Bug 2025640] Re: Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to 535.54.03 video output cuts out

2023-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535-server -
535.104.12-0ubuntu0.22.04.2

---
nvidia-graphics-drivers-535-server (535.104.12-0ubuntu0.22.04.2) jammy; 
urgency=medium

  * debian/rules:
- Add override_dh_installsystemd.
- Pass in --no-stop-on-upgrade --no-restart-after-upgrade to
  dh_installsystemd (LP: #2025640).

 -- Alberto Milone   Fri, 29 Sep 2023
19:17:05 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Focal)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-535-server in
Ubuntu.
https://bugs.launchpad.net/bugs/2025640

Title:
  Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to
  535.54.03 video output cuts out

Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535-server package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Lunar:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Lunar:
  Fix Released

Bug description:
  [Impact]

  The current version nvidia-graphics-drivers-535 and nvidia-graphics-
  drivers-535-server, from Focal on, use the default values (from the
  debian compat 10) for dh_installsystemd which cause all the systemd
  services to be restarted on upgrade. This will cause the screen to go
  blank and never wake up.

  [Test Case]

  Install the nvidia-driver:
  sudo ubuntu-drivers install nvidia:535

  Try re-installing nvidia-kernel-common-535 and nvidia-compute-
  utils-535:

  sudo apt --reinstall nvidia-kernel-common-535 nvidia-compute-utils-535

  The screen will go black.

  [Where problems could occur]

  On servers with no display server in use, if, for some reason,
  restarting services such as nvidia-persistenced on upgrade is a
  desired feature, this will not take place any more.

  _
  
https://forums.developer.nvidia.com/t/ubuntu-22-04-in-the-middle-of-updating-drivers-from-530-41-03-to-535-54-03-video-input-cuts-out/258588

  https://forums.linuxmint.com/viewtopic.php?p=2344294

  timeline 10:36 - 10:39
  switch to TTY not helped-no video output, SSH not tested

  After emergency sync, reboot (by sysrq), is all fine.

  Jul  3 10:37:14 Panter nvidia-persistenced: Received signal 15
  Jul  3 10:37:14 Panter systemd[1]: Stopping NVIDIA Persistence Daemon...
  Jul  3 10:37:14 Panter nvidia-persistenced: Socket closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file unlocked.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced
  Jul  3 10:37:14 Panter nvidia-persistenced: Shutdown (1085)
  Jul  3 10:37:14 Panter systemd[1]: nvidia-persistenced.service: Deactivated 
successfully.
  Jul  3 10:37:14 Panter systemd[1]: Stopped NVIDIA Persistence Daemon.
  Jul  3 10:37:19 Panter systemd[1]: Reloading.
  Jul  3 10:37:19 Panter systemd[1]: Starting Discard unused blocks on 
filesystems from /etc/fstab...
  Jul  3 10:37:19 Panter systemd[1]: Starting NVIDIA system hibernate actions...
  Jul  3 10:37:19 Panter hibernate: nvidia-hibernate.service
  Jul  3 10:37:19 Panter logger[9260]: <13>Jul  3 10:37:19 hibernate: 
nvidia-hibernate.service
  Jul  3 10:37:19 Panter kernel: [  424.892353] snd_hda_codec_hdmi hdaudioC0D0: 
HDMI: invalid ELD data byte 16
  Jul  3 10:37:19 Panter systemd[1]: nvidia-hibernate.service: Deactivated 
successfully.
  Jul  3 10:37:19 Panter systemd[1]: Finished NVIDIA system hibernate actions.
  Jul  3 10:37:20 Panter systemd[1]: Reloading.
  Jul  3 10:37:20 Panter systemd[1]: Starting NVIDIA system resume actions...
  Jul  3 10:37:20 Panter suspend: nvidia-resume.service
  Jul  3 10:37:20 Panter logger[9305]: <13>Jul  3 10:37:20 suspend: 
nvidia-resume.service
  Jul  3 10:37:20 Panter systemd[1]: nvidia-resume.service: Deactivated 
successfully.
  Jul  3 10:37:20 Panter systemd[1]: Finished NVIDIA system resume actions.
  Jul  3 10:37:20 Panter acpid: client 1346[0:0] has disconnected
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 7 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Successfully made thread 9312 of 
process 1530 owned by '1000' RT at priority 5.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 8 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter acpid: client connected from 1346[0:0]
  Jul  3 10:37:20 Panter acpid: 1 client rule loaded
  Jul  3 10:37:20 Panter 

[Kernel-packages] [Bug 2025640] Re: Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to 535.54.03 video output cuts out

2023-10-19 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535 -
535.113.01-0ubuntu0.23.04.3

---
nvidia-graphics-drivers-535 (535.113.01-0ubuntu0.23.04.3) lunar; urgency=medium

  * debian/rules:
- Add override_dh_installsystemd.
- Pass in dh_installsystemd --no-restart-after-upgrade.

nvidia-graphics-drivers-535 (535.113.01-0ubuntu0.23.04.2) lunar;
urgency=medium

  * debian/rules:
   - Pass in --no-stop-on-upgrade to dh_installsystemd.
 Prevent dh_installsystemd from stopping services (LP: #2025640).

 -- Alberto Milone   Fri, 29 Sep 2023
18:09:19 +

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Lunar)
   Status: In Progress => Fix Released

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Lunar)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-535-server in
Ubuntu.
https://bugs.launchpad.net/bugs/2025640

Title:
  Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to
  535.54.03 video output cuts out

Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535-server package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Focal:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Jammy:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Lunar:
  Fix Released
Status in nvidia-graphics-drivers-535-server source package in Lunar:
  Fix Released

Bug description:
  [Impact]

  The current version nvidia-graphics-drivers-535 and nvidia-graphics-
  drivers-535-server, from Focal on, use the default values (from the
  debian compat 10) for dh_installsystemd which cause all the systemd
  services to be restarted on upgrade. This will cause the screen to go
  blank and never wake up.

  [Test Case]

  Install the nvidia-driver:
  sudo ubuntu-drivers install nvidia:535

  Try re-installing nvidia-kernel-common-535 and nvidia-compute-
  utils-535:

  sudo apt --reinstall nvidia-kernel-common-535 nvidia-compute-utils-535

  The screen will go black.

  [Where problems could occur]

  On servers with no display server in use, if, for some reason,
  restarting services such as nvidia-persistenced on upgrade is a
  desired feature, this will not take place any more.

  _
  
https://forums.developer.nvidia.com/t/ubuntu-22-04-in-the-middle-of-updating-drivers-from-530-41-03-to-535-54-03-video-input-cuts-out/258588

  https://forums.linuxmint.com/viewtopic.php?p=2344294

  timeline 10:36 - 10:39
  switch to TTY not helped-no video output, SSH not tested

  After emergency sync, reboot (by sysrq), is all fine.

  Jul  3 10:37:14 Panter nvidia-persistenced: Received signal 15
  Jul  3 10:37:14 Panter systemd[1]: Stopping NVIDIA Persistence Daemon...
  Jul  3 10:37:14 Panter nvidia-persistenced: Socket closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file unlocked.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced
  Jul  3 10:37:14 Panter nvidia-persistenced: Shutdown (1085)
  Jul  3 10:37:14 Panter systemd[1]: nvidia-persistenced.service: Deactivated 
successfully.
  Jul  3 10:37:14 Panter systemd[1]: Stopped NVIDIA Persistence Daemon.
  Jul  3 10:37:19 Panter systemd[1]: Reloading.
  Jul  3 10:37:19 Panter systemd[1]: Starting Discard unused blocks on 
filesystems from /etc/fstab...
  Jul  3 10:37:19 Panter systemd[1]: Starting NVIDIA system hibernate actions...
  Jul  3 10:37:19 Panter hibernate: nvidia-hibernate.service
  Jul  3 10:37:19 Panter logger[9260]: <13>Jul  3 10:37:19 hibernate: 
nvidia-hibernate.service
  Jul  3 10:37:19 Panter kernel: [  424.892353] snd_hda_codec_hdmi hdaudioC0D0: 
HDMI: invalid ELD data byte 16
  Jul  3 10:37:19 Panter systemd[1]: nvidia-hibernate.service: Deactivated 
successfully.
  Jul  3 10:37:19 Panter systemd[1]: Finished NVIDIA system hibernate actions.
  Jul  3 10:37:20 Panter systemd[1]: Reloading.
  Jul  3 10:37:20 Panter systemd[1]: Starting NVIDIA system resume actions...
  Jul  3 10:37:20 Panter suspend: nvidia-resume.service
  Jul  3 10:37:20 Panter logger[9305]: <13>Jul  3 10:37:20 suspend: 
nvidia-resume.service
  Jul  3 10:37:20 Panter systemd[1]: nvidia-resume.service: Deactivated 
successfully.
  Jul  3 10:37:20 Panter systemd[1]: Finished NVIDIA system resume actions.
  Jul  3 10:37:20 Panter acpid: client 1346[0:0] has disconnected
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 7 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Successfully made thread 9312 of 
process 1530 owned by 

[Kernel-packages] [Bug 2025640] Re: Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to 535.54.03 video output cuts out

2023-10-09 Thread Launchpad Bug Tracker
This bug was fixed in the package nvidia-graphics-drivers-535-server -
535.104.12-0ubuntu2

---
nvidia-graphics-drivers-535-server (535.104.12-0ubuntu2) mantic; urgency=medium

  * debian/rules:
- Add override_dh_installsystemd.
- Pass in --no-stop-on-upgrade --no-restart-after-upgrade to
  dh_installsystemd (LP: #2025640).

 -- Alberto Milone   Fri, 29 Sep 2023
19:12:51 +

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
   Status: In Progress => Fix Released

** Changed in: nvidia-graphics-drivers-535 (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-535-server in
Ubuntu.
https://bugs.launchpad.net/bugs/2025640

Title:
  Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to
  535.54.03 video output cuts out

Status in nvidia-graphics-drivers-535 package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535-server package in Ubuntu:
  Fix Released
Status in nvidia-graphics-drivers-535 source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-535-server source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-535 source package in Jammy:
  In Progress
Status in nvidia-graphics-drivers-535-server source package in Jammy:
  In Progress
Status in nvidia-graphics-drivers-535 source package in Lunar:
  In Progress
Status in nvidia-graphics-drivers-535-server source package in Lunar:
  In Progress

Bug description:
  [Impact]

  The current version nvidia-graphics-drivers-535 and nvidia-graphics-
  drivers-535-server, from Focal on, use the default values (from the
  debian compat 10) for dh_installsystemd which cause all the systemd
  services to be restarted on upgrade. This will cause the screen to go
  blank and never wake up.

  [Test Case]

  Install the nvidia-driver:
  sudo ubuntu-drivers install nvidia:535

  Try re-installing nvidia-kernel-common-535 and nvidia-compute-
  utils-535:

  sudo apt --reinstall nvidia-kernel-common-535 nvidia-compute-utils-535

  The screen will go black.

  [Where problems could occur]

  On servers with no display server in use, if, for some reason,
  restarting services such as nvidia-persistenced on upgrade is a
  desired feature, this will not take place any more.

  _
  
https://forums.developer.nvidia.com/t/ubuntu-22-04-in-the-middle-of-updating-drivers-from-530-41-03-to-535-54-03-video-input-cuts-out/258588

  https://forums.linuxmint.com/viewtopic.php?p=2344294

  timeline 10:36 - 10:39
  switch to TTY not helped-no video output, SSH not tested

  After emergency sync, reboot (by sysrq), is all fine.

  Jul  3 10:37:14 Panter nvidia-persistenced: Received signal 15
  Jul  3 10:37:14 Panter systemd[1]: Stopping NVIDIA Persistence Daemon...
  Jul  3 10:37:14 Panter nvidia-persistenced: Socket closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file unlocked.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced
  Jul  3 10:37:14 Panter nvidia-persistenced: Shutdown (1085)
  Jul  3 10:37:14 Panter systemd[1]: nvidia-persistenced.service: Deactivated 
successfully.
  Jul  3 10:37:14 Panter systemd[1]: Stopped NVIDIA Persistence Daemon.
  Jul  3 10:37:19 Panter systemd[1]: Reloading.
  Jul  3 10:37:19 Panter systemd[1]: Starting Discard unused blocks on 
filesystems from /etc/fstab...
  Jul  3 10:37:19 Panter systemd[1]: Starting NVIDIA system hibernate actions...
  Jul  3 10:37:19 Panter hibernate: nvidia-hibernate.service
  Jul  3 10:37:19 Panter logger[9260]: <13>Jul  3 10:37:19 hibernate: 
nvidia-hibernate.service
  Jul  3 10:37:19 Panter kernel: [  424.892353] snd_hda_codec_hdmi hdaudioC0D0: 
HDMI: invalid ELD data byte 16
  Jul  3 10:37:19 Panter systemd[1]: nvidia-hibernate.service: Deactivated 
successfully.
  Jul  3 10:37:19 Panter systemd[1]: Finished NVIDIA system hibernate actions.
  Jul  3 10:37:20 Panter systemd[1]: Reloading.
  Jul  3 10:37:20 Panter systemd[1]: Starting NVIDIA system resume actions...
  Jul  3 10:37:20 Panter suspend: nvidia-resume.service
  Jul  3 10:37:20 Panter logger[9305]: <13>Jul  3 10:37:20 suspend: 
nvidia-resume.service
  Jul  3 10:37:20 Panter systemd[1]: nvidia-resume.service: Deactivated 
successfully.
  Jul  3 10:37:20 Panter systemd[1]: Finished NVIDIA system resume actions.
  Jul  3 10:37:20 Panter acpid: client 1346[0:0] has disconnected
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 7 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Successfully made thread 9312 of 
process 1530 owned by '1000' RT at priority 5.
  Jul  3 10:37:20 Panter rtkit-daemon[1537]: Supervising 8 threads of 3 
processes of 1 users.
  Jul  3 10:37:20 Panter acpid: client connected from 1346[0:0]
  Jul  3 10:37:20 

[Kernel-packages] [Bug 2025640] Re: Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to 535.54.03 video output cuts out

2023-09-29 Thread Alberto Milone
** Also affects: nvidia-graphics-drivers-535-server (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-535 (Ubuntu)
   Status: Confirmed => In Progress

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535 (Ubuntu)
   Importance: Critical => High

** Also affects: nvidia-graphics-drivers-535 (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-535-server (Ubuntu Lunar)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-535 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-535-server (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-535 (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: nvidia-graphics-drivers-535-server (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Lunar)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Focal)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Lunar)
   Status: New => In Progress

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Lunar)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Jammy)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Lunar)
   Importance: Undecided => High

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Focal)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Jammy)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-535 (Ubuntu Lunar)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Focal)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Jammy)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

** Changed in: nvidia-graphics-drivers-535-server (Ubuntu Lunar)
 Assignee: (unassigned) => Alberto Milone (albertomilone)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to nvidia-graphics-drivers-535 in Ubuntu.
https://bugs.launchpad.net/bugs/2025640

Title:
  Ubuntu 22.04 in the middle of updating drivers from 530.41.03 to
  535.54.03 video output cuts out

Status in nvidia-graphics-drivers-535 package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-535-server package in Ubuntu:
  In Progress
Status in nvidia-graphics-drivers-535 source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-535-server source package in Focal:
  In Progress
Status in nvidia-graphics-drivers-535 source package in Jammy:
  In Progress
Status in nvidia-graphics-drivers-535-server source package in Jammy:
  In Progress
Status in nvidia-graphics-drivers-535 source package in Lunar:
  In Progress
Status in nvidia-graphics-drivers-535-server source package in Lunar:
  In Progress

Bug description:
  https://forums.developer.nvidia.com/t/ubuntu-22-04-in-the-middle-of-
  updating-drivers-from-530-41-03-to-535-54-03-video-input-cuts-
  out/258588

  https://forums.linuxmint.com/viewtopic.php?p=2344294

  timeline 10:36 - 10:39
  switch to TTY not helped-no video output, SSH not tested

  After emergency sync, reboot (by sysrq), is all fine.

  Jul  3 10:37:14 Panter nvidia-persistenced: Received signal 15
  Jul  3 10:37:14 Panter systemd[1]: Stopping NVIDIA Persistence Daemon...
  Jul  3 10:37:14 Panter nvidia-persistenced: Socket closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file unlocked.
  Jul  3 10:37:14 Panter nvidia-persistenced: PID file closed.
  Jul  3 10:37:14 Panter nvidia-persistenced: The daemon no longer has 
permission to remove its runtime data directory /var/run/nvidia-persistenced
  Jul  3 10:37:14 Panter nvidia-persistenced: Shutdown (1085)
  Jul  3 10:37:14