[Ubuntu-x-swat] [Bug 2084831] [NEW] xdiagnose_3.8.10ubuntu0.1 fails to install

2024-10-17 Thread Nick de Bray
Public bug reported:

Updating ubuntu 24.04.1 xdiagnose fails to install with the following
output:

Preparing to unpack .../xdiagnose_3.8.10ubuntu0.1_all.deb ...
Unpacking xdiagnose (3.8.10ubuntu0.1) over (3.8.10) ...
dpkg: error processing archive 
/var/cache/apt/archives/xdiagnose_3.8.10ubuntu0.1_all.deb (--unpack):
 unable to open '/usr/lib/systemd/system/failsafe-x.service.dpkg-new': No such 
file or directory
No apport report written because the error message indicates an issue on the 
local system

 /usr/lib/python3/dist-packages/xdiagnose/applet.py:185: SyntaxWarning: 
invalid escape sequence '\w'
  re_kparam = re.compile("^([\w\.]+)=(.*)")
/usr/lib/python3/dist-packages/xdiagnose/applet.py:195: SyntaxWarning: invalid 
escape sequence '\w'
  re_kparam = re.compile("^([\w\.]+)=(.*)")
/usr/lib/python3/dist-packages/xdiagnose/applet.py:324: SyntaxWarning: invalid 
escape sequence '\['
  re_xorg_error = re.compile("^\[\s*([\d\.]+)\] \(EE\) (.*)$")
/usr/lib/python3/dist-packages/xdiagnose/applet.py:325: SyntaxWarning: invalid 
escape sequence '\['
  re_dmesg_error = re.compile("^\[\s*(\d+\.\d+)\] (.*(?:BUG|ERROR|WARNING).*)$")
/usr/lib/python3/dist-packages/xdiagnose/applet.py:326: SyntaxWarning: invalid 
escape sequence '\d'
  re_jockey_error = re.compile("^(\d+\-\d+-\d+ \d+:\d+:\d+,\d+) ERROR: (.*)$")
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:105: SyntaxWarning: 
invalid escape sequence '\s'
  re_param = re.compile("^\s*(\w+)\s*"+delim+"\s*(.*)")
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:105: SyntaxWarning: 
invalid escape sequence '\s'
  re_param = re.compile("^\s*(\w+)\s*"+delim+"\s*(.*)")
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:133: SyntaxWarning: 
invalid escape sequence '\s'
  p = re.compile("^\s*"+key+"\s*"+delim+"\s*(\"?)(.*)(\"?)")
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:133: SyntaxWarning: 
invalid escape sequence '\s'
  p = re.compile("^\s*"+key+"\s*"+delim+"\s*(\"?)(.*)(\"?)")
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:133: SyntaxWarning: 
invalid escape sequence '\s'
  p = re.compile("^\s*"+key+"\s*"+delim+"\s*(\"?)(.*)(\"?)")
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:145: SyntaxWarning: 
invalid escape sequence '\s'
  p = re.compile("^\s*"+key+"\s*"+delim)
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:145: SyntaxWarning: 
invalid escape sequence '\s'
  p = re.compile("^\s*"+key+"\s*"+delim)
/usr/lib/python3/dist-packages/xdiagnose/config_update.py:175: SyntaxWarning: 
invalid escape sequence '\o'
  'BAR':'f(1&&2*$i^2) # \o/',
/usr/lib/python3/dist-packages/xdiagnose/edid.py:67: SyntaxWarning: invalid 
escape sequence '\('
  re_head = re.compile("\(II\) .*\(\d+\): EDID \(in hex\):$")
/usr/lib/python3/dist-packages/xdiagnose/edid.py:68: SyntaxWarning: invalid 
escape sequence '\('
  re_edid = re.compile("\(II\) .*\(\d+\):\s\t([0-9a-f]{32})$")
/usr/lib/python3/dist-packages/xdiagnose/edid.py:287: SyntaxWarning: invalid 
escape sequence '\('
  regex = re.compile("\(II\) .*\(\d+\):\s+(.*)$")
/usr/lib/python3/dist-packages/xdiagnose/pci_devices.py:97: SyntaxWarning: 
invalid escape sequence '\/'
  PciDevice('i945g',  '(8086:2772|945G[ \/])',  [INTEL], gen='i945',  
opengl='1.4' ),
/usr/lib/python3/dist-packages/xdiagnose/pci_devices.py:99: SyntaxWarning: 
invalid escape sequence '\/'
  PciDevice('i945gm', '(8086:27a2|945GM[ \/])', [INTEL], gen='i945',  
opengl='1.4' ),
/usr/lib/python3/dist-packages/xdiagnose/utils/config.py:16: SyntaxWarning: 
invalid escape sequence '\)'
  '''Yet another INI-style config file parser.
/usr/lib/python3/dist-packages/xdiagnose/xorglog.py:94: SyntaxWarning: invalid 
escape sequence '\('
  m = re.search('\(II\) Loading.*modules\/drivers\/(.+)_drv\.so', line)
Errors were encountered while processing:
 /var/cache/apt/archives/xdiagnose_3.8.10ubuntu0.1_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

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

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdiagnose in Ubuntu.
https://bugs.launchpad.net/bugs/2084831

Title:
  xdiagnose_3.8.10ubuntu0.1 fails to install

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


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2084477] Re: nvidia-smi runs out of memory with 24.10

2024-10-17 Thread Hadrien Mary
I am seeing the same issue on two Ubuntu installations with two
different Nvidia GPUs.

`sudo chmod o-w /var/run/nvidia-persistenced/socket` does the trick but
as already said `systemctl disable nvidia-persistenced` does not work.

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

Title:
  nvidia-smi runs out of memory with 24.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-560/+bug/2084477/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1876632] Re: [nvidia] Corrupted/missing textures when switching users, switching VTs or resuming from suspend

2024-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gtk4 (Ubuntu)
   Status: New => Confirmed

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

Title:
  [nvidia] Corrupted/missing textures when switching users, switching
  VTs or resuming from suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1876632/+subscriptions


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2084825] Re: xdiagnose package failure

2024-10-17 Thread Daniel van Vugt
It appears xdiagnose is not a standard part of Ubuntu (not usually
installed). Do you have a log file showing the error?

** Package changed: xorg (Ubuntu) => xdiagnose (Ubuntu)

** Changed in: xdiagnose (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdiagnose in Ubuntu.
https://bugs.launchpad.net/bugs/2084825

Title:
  xdiagnose package failure

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


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2084831] Re: xdiagnose_3.8.10ubuntu0.1 fails to install

2024-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xdiagnose (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdiagnose in Ubuntu.
https://bugs.launchpad.net/bugs/2084831

Title:
  xdiagnose_3.8.10ubuntu0.1 fails to install

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


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 1739551] Re: package xdiagnose 3.8.4.1 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

2024-10-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: xdiagnose (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdiagnose in Ubuntu.
https://bugs.launchpad.net/bugs/1739551

Title:
  package xdiagnose 3.8.4.1 failed to install/upgrade: package is in a
  very bad inconsistent state; you should  reinstall it before
  attempting configuration

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


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2084825] [NEW] xdiagnose package failure

2024-10-17 Thread Gregory Mason
Public bug reported:

Updater constantly trying to apply security patches constantly fails
because of xdiagnose.

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: xorg 1:7.7+23ubuntu3
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
.tmp.unity_support_test.0:
 
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckResult: unknown
CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Thu Oct 17 11:24:22 2024
DistUpgraded: 2024-09-13 15:50:22,286 DEBUG migrateToDeb822Sources()
DistroCodename: noble
DistroVariant: ubuntu
DkmsStatus:
 bbswitch/0.8, 6.8.0-45-generic, x86_64: installed
 bbswitch/0.8, 6.8.0-47-generic, x86_64: installed
EcryptfsInUse: Yes
ExtraDebuggingInterest: I just need to know a workaround
GraphicsCard:
 Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
Controller [8086:0412] (rev 06) (prog-if 00 [VGA controller])
   Subsystem: Acer Incorporated [ALI] Xeon E3-1200 v3/4th Gen Core Processor 
Integrated Graphics Controller [1025:0750]
InstallationDate: Installed on 2014-12-14 (3595 days ago)
InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2)
MachineType: Acer Aspire TC-605
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.8.0-47-generic 
root=UUID=15e484a8-9550-4037-b6af-e59ffb251c3b ro quiet splash vt.handoff=7
SourcePackage: xorg
UpgradeStatus: Upgraded to noble on 2024-09-13 (34 days ago)
dmi.bios.date: 11/08/2013
dmi.bios.release: 4.6
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P11-A2
dmi.board.name: Aspire TC-605
dmi.board.vendor: Acer
dmi.chassis.type: 3
dmi.chassis.vendor: Acer
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP11-A2:bd11/08/2013:br4.6:svnAcer:pnAspireTC-605:pvr:rvnAcer:rnAspireTC-605:rvr:cvnAcer:ct3:cvr:sku:
dmi.product.family: Acer Desktop
dmi.product.name: Aspire TC-605
dmi.sys.vendor: Acer
mtime.conffile..etc.init.d.apport: 2024-07-22T10:59:07
version.compiz: compiz 1:0.9.14.2+22.10.20220822-0ubuntu12
version.libdrm2: libdrm2 2.4.120-2build1
version.libgl1-mesa-dri: libgl1-mesa-dri 24.0.9-0ubuntu0.2
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:21.1.12-1ubuntu1
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2build3
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:22.0.0-1build1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20210115-1build1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-2build1
xserver.bootTime: Mon Aug 20 12:20:47 2018
xserver.configfile: default
xserver.devices:
 inputPower Button KEYBOARD, id 6
 inputVideo BusKEYBOARD, id 7
 inputPower Button KEYBOARD, id 8
 inputLogitech M705MOUSE, id 9
 inputLogitech K520KEYBOARD, id 10
xserver.errors:
 
xserver.logfile: /var/log/Xorg.0.log
xserver.outputs:
 product id   13090 
 vendor HWP
xserver.version: 2:1.18.4-0ubuntu0.7

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


** Tags: amd64 apport-bug noble ubuntu wayland-session

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

Title:
  xdiagnose package failure

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


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp


[Ubuntu-x-swat] [Bug 2084820] [NEW] package xdiagnose 3.8.10 failed to install/upgrade: impossible d'ouvrir « /usr/lib/systemd/system/failsafe-x.service.dpkg-new »: Aucun fichier ou dossier de ce nom

2024-10-17 Thread Coadou
Public bug reported:

vdf

ProblemType: Package
DistroRelease: Ubuntu 24.04
Package: xdiagnose 3.8.10
ProcVersionSignature: Ubuntu 6.8.0-47.47-generic 6.8.12
Uname: Linux 6.8.0-47-generic x86_64
ApportVersion: 2.28.1-0ubuntu3.1
Architecture: amd64
CasperMD5CheckResult: unknown
Date: Tue Oct 15 17:13:10 2024
ErrorMessage: impossible d'ouvrir « 
/usr/lib/systemd/system/failsafe-x.service.dpkg-new »: Aucun fichier ou dossier 
de ce nom
InstallationDate: Installed on 2016-09-01 (2968 days ago)
InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1)
PackageArchitecture: all
Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 
3.12.3-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.22.6ubuntu6.1
 apt  2.7.14build2
SourcePackage: xdiagnose
Title: package xdiagnose 3.8.10 failed to install/upgrade: impossible d'ouvrir 
« /usr/lib/systemd/system/failsafe-x.service.dpkg-new »: Aucun fichier ou 
dossier de ce nom
UpgradeStatus: Upgraded to noble on 2024-10-09 (8 days ago)
mtime.conffile..etc.init.d.apport: 2024-07-22T16:59:07

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


** Tags: amd64 apport-package noble

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xdiagnose in Ubuntu.
https://bugs.launchpad.net/bugs/2084820

Title:
  package xdiagnose 3.8.10 failed to install/upgrade: impossible
  d'ouvrir « /usr/lib/systemd/system/failsafe-x.service.dpkg-new »:
  Aucun fichier ou dossier de ce nom

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


___
Mailing list: https://launchpad.net/~ubuntu-x-swat
Post to : ubuntu-x-swat@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntu-x-swat
More help   : https://help.launchpad.net/ListHelp