[Touch-packages] [Bug 2089145] Re: Backport patch to read actions from /etc and /run
It was an infra issue indeed, retry worked -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2089145 Title: Backport patch to read actions from /etc and /run Status in policykit-1 package in Ubuntu: Fix Released Status in policykit-1 source package in Noble: Fix Committed Status in policykit-1 source package in Oracular: Fix Committed Bug description: Hey! I would like to request a SRU of the following upstream PR for Noble. https://github.com/polkit-org/polkit/pull/499 I have applied this to ubuntu/noble-updates and produced a new patch that is attached with identical changes. The PR does not apply directly due to mismatch in a couple of lines that differ from upstream. [ Impact ] On Ubuntu Core we've had not historically carried polkit before, it has only recently been decided to include polkit into the Core24 base (and future bases), so this has not been an issue up until now. The decision changed as Core Desktop is moving its architecture to using the official core24 base snap as their base for all the desktop snaps. Core Desktop needs to use polkit for the desktop/user environment, but this brings us to this request. The polkit version currently in Noble does only support reading actions from /usr/share/polkit-1/actions, but this is a protected read-only path on Ubuntu Core. We could change this and map this path into the writable area, but this would bring us into transition issues when/if people want to migrate from core24 to core26 (i.e remodelling), where newer polkit supports reading actions from /etc. This would leave files in a weird state moving away from mapping that path, to the more appropriate /etc. The more sustainable plan is to SRU the mentioned patch, allowing polkit to read actions from /etc, and would provide us with more consistent behaviour moving forward with newer bases, that may contain newer polkit versions that naturally support /etc. [ Test plan ] 1. Install the package from proposed. 2. If no authentication agent is running, start one: /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent 3. Execute 'firewall-cmd --list-services'. A dialogue should appear, input your password and see that command returns normally, in a unaltered setup it says dhcpv6-client ssh. [ Where problems could occur ] * Think about what the upload changes in the software. Imagine the change is wrong or breaks something else: how would this show up? Since this is about loading actions, any issues resulting from this change should show up immediately by identifying whether the actions are loaded. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. In case of a regression, actions from /usr/share/polkit-1/actions would not be loaded either. * This must never be "None" or "Low", or entirely an argument as to why your upload is low risk. I would indicate this is a 'Medium' in risk, as this code change is very isolated. There is no functional or behavioural changes. This is specifically the places we load configuration / actions from. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/2089145/+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 2089145] Re: Backport patch to read actions from /etc and /run
The > gdm3/unknown (ppc64el) error also cleared on a retry -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2089145 Title: Backport patch to read actions from /etc and /run Status in policykit-1 package in Ubuntu: Fix Released Status in policykit-1 source package in Noble: Fix Committed Status in policykit-1 source package in Oracular: Fix Committed Bug description: Hey! I would like to request a SRU of the following upstream PR for Noble. https://github.com/polkit-org/polkit/pull/499 I have applied this to ubuntu/noble-updates and produced a new patch that is attached with identical changes. The PR does not apply directly due to mismatch in a couple of lines that differ from upstream. [ Impact ] On Ubuntu Core we've had not historically carried polkit before, it has only recently been decided to include polkit into the Core24 base (and future bases), so this has not been an issue up until now. The decision changed as Core Desktop is moving its architecture to using the official core24 base snap as their base for all the desktop snaps. Core Desktop needs to use polkit for the desktop/user environment, but this brings us to this request. The polkit version currently in Noble does only support reading actions from /usr/share/polkit-1/actions, but this is a protected read-only path on Ubuntu Core. We could change this and map this path into the writable area, but this would bring us into transition issues when/if people want to migrate from core24 to core26 (i.e remodelling), where newer polkit supports reading actions from /etc. This would leave files in a weird state moving away from mapping that path, to the more appropriate /etc. The more sustainable plan is to SRU the mentioned patch, allowing polkit to read actions from /etc, and would provide us with more consistent behaviour moving forward with newer bases, that may contain newer polkit versions that naturally support /etc. [ Test plan ] 1. Install the package from proposed. 2. If no authentication agent is running, start one: /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent 3. Execute 'firewall-cmd --list-services'. A dialogue should appear, input your password and see that command returns normally, in a unaltered setup it says dhcpv6-client ssh. [ Where problems could occur ] * Think about what the upload changes in the software. Imagine the change is wrong or breaks something else: how would this show up? Since this is about loading actions, any issues resulting from this change should show up immediately by identifying whether the actions are loaded. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. In case of a regression, actions from /usr/share/polkit-1/actions would not be loaded either. * This must never be "None" or "Low", or entirely an argument as to why your upload is low risk. I would indicate this is a 'Medium' in risk, as this code change is very isolated. There is no functional or behavioural changes. This is specifically the places we load configuration / actions from. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/2089145/+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 2089145] Re: Backport patch to read actions from /etc and /run
Thanks! I pulled that version into our image in https://github.com/cockpit-project/bots/pull/7176 and it all works again. So removing my regression-proposed flag. However, I didn't actually validate the bug fix, so not moving to v-done. ** Tags removed: regression-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2089145 Title: Backport patch to read actions from /etc and /run Status in policykit-1 package in Ubuntu: Fix Released Status in policykit-1 source package in Noble: Fix Committed Status in policykit-1 source package in Oracular: Fix Committed Bug description: Hey! I would like to request a SRU of the following upstream PR for Noble. https://github.com/polkit-org/polkit/pull/499 I have applied this to ubuntu/noble-updates and produced a new patch that is attached with identical changes. The PR does not apply directly due to mismatch in a couple of lines that differ from upstream. [ Impact ] On Ubuntu Core we've had not historically carried polkit before, it has only recently been decided to include polkit into the Core24 base (and future bases), so this has not been an issue up until now. The decision changed as Core Desktop is moving its architecture to using the official core24 base snap as their base for all the desktop snaps. Core Desktop needs to use polkit for the desktop/user environment, but this brings us to this request. The polkit version currently in Noble does only support reading actions from /usr/share/polkit-1/actions, but this is a protected read-only path on Ubuntu Core. We could change this and map this path into the writable area, but this would bring us into transition issues when/if people want to migrate from core24 to core26 (i.e remodelling), where newer polkit supports reading actions from /etc. This would leave files in a weird state moving away from mapping that path, to the more appropriate /etc. The more sustainable plan is to SRU the mentioned patch, allowing polkit to read actions from /etc, and would provide us with more consistent behaviour moving forward with newer bases, that may contain newer polkit versions that naturally support /etc. [ Test plan ] 1. Install the package from proposed. 2. If no authentication agent is running, start one: /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent 3. Execute 'firewall-cmd --list-services'. A dialogue should appear, input your password and see that command returns normally, in a unaltered setup it says dhcpv6-client ssh. [ Where problems could occur ] * Think about what the upload changes in the software. Imagine the change is wrong or breaks something else: how would this show up? Since this is about loading actions, any issues resulting from this change should show up immediately by identifying whether the actions are loaded. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. In case of a regression, actions from /usr/share/polkit-1/actions would not be loaded either. * This must never be "None" or "Low", or entirely an argument as to why your upload is low risk. I would indicate this is a 'Medium' in risk, as this code change is very isolated. There is no functional or behavioural changes. This is specifically the places we load configuration / actions from. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/2089145/+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 2089779] Re: Buffer overflow in autopkgtest of wesnoth
Uploaded as 2.30.9+dfsg-1ubuntu1 and checking proposed migration in a bit ... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/2089779 Title: Buffer overflow in autopkgtest of wesnoth Status in boost1.83 package in Ubuntu: Fix Released Status in libsdl2 package in Ubuntu: Confirmed Status in python3-defaults package in Ubuntu: Fix Released Status in wesnoth package in Ubuntu: Triaged Status in wesnoth-1.18 package in Ubuntu: Triaged Bug description: https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest- plucky/plucky/amd64/w/wesnoth-1.18/20241127_064901_ac814@/log.gz Repeats on reruns triggered by others. Blocks multiple migrations, atm - libsdl2 - python3-defaults - boost1.83 Unblocking all of these is surely worth it :-) I'll have a look tomorrow. 229s autopkgtest [06:48:46]: test command1: /usr/games/wesnoth-1.18 -m --controller 1:ai --controller 2:ai --nogui 229s autopkgtest [06:48:46]: test command1: [--- 229s Battle for Wesnoth v1.18.3 x86_64 229s Started on Wed Nov 27 06:48:46 2024 229s 229s Automatically found a possible data directory at: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s 229s Data directory: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s User configuration directory: /home/USER/.config/wesnoth-1.18 229s User data directory: /home/USER/.config/wesnoth-1.18 229s Cache directory: /home/USER/.config/wesnoth-1.18/cache 229s 229s 229s error: XDG_RUNTIME_DIR is invalid or not set in the environment. 229s *** buffer overflow detected ***: terminated 230s Aborted (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/boost1.83/+bug/2089779/+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 2090934] Re: too many mesa_shader_cache_db files open
Proposed mesa_24.2.3-1ubuntu2.debdiff backporting patches from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30988 Alternatively, we can update mesa to 24.2.8, which I see is currently in plucky-proposed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2090934 Title: too many mesa_shader_cache_db files open Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Oracular: In Progress Bug description: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+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 2090934] Re: too many mesa_shader_cache_db files open
** Patch removed: "mesa_24.2.3-1ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+attachment/5841829/+files/mesa_24.2.3-1ubuntu2.debdiff ** Patch added: "mesa_24.2.3-1ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+attachment/5841841/+files/mesa_24.2.3-1ubuntu2.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2090934 Title: too many mesa_shader_cache_db files open Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Oracular: In Progress Bug description: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+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 2083538] Re: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0
* Installed the firefox snap from --channge=edge, which is core24 * Verified following the test plan that it would reproduce the crash * Added noble-proposed to the mesa-2404 recipe package-repositories: - type: apt url: http://archive.ubuntu.com/ubuntu suites: [noble-proposed] components: [main, universe] architectures: [amd64, i386] key-id: F6ECB3762474EDA9D21B7022871920D1991BC93C key-server: keyserver.ubuntu.com priority: always $ snapcraft --verbosity debug [...] 2024-12-03 10:39:04.936 Downloading package: mesa-va-drivers 2024-12-03 10:39:05.069 Get: 20 mesa-va-drivers_24.0.9-0ubuntu0.3_amd64.deb [4246 kB] [...] 2024-12-03 10:39:14.796 Extracting stage package: mesa-va-drivers $ sudo snap install --dangerous ./mesa-2404_24.0.9_amd64.snap * Verified following the test plan that the crash and green artifacts did not happen. ** Tags removed: verification-needed verification-needed-noble ** Tags added: verification-done verification-done-noble -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2083538 Title: amdgpu: [mmhub] page fault (src_id:0 ring:8 vmid:6 pasid:32781 / Fence fallback timer expired on ring sdma0 Status in Linux: Fix Released Status in Mesa: Fix Released Status in firefox package in Ubuntu: Triaged Status in linux package in Ubuntu: Invalid Status in mesa package in Ubuntu: Fix Released Status in mesa source package in Jammy: Fix Committed Status in mesa source package in Noble: Fix Committed Bug description: [ Impact ] * amdgpu changes in kernel 6.11 make VAAPI video playback crash the GPU and bring down the whole system. * A fix was shipped in mesa 24.2, which is already in Oracular - the only version with kernel 6.11 currently, but snaps bundle their own version of mesa so core22 snaps like Firefox are affected. Firefox has VAAPI disabled by default, but it can be enabled by the user. [ Test Plan ] * Set up a system with an AMD GPU running Ubuntu 24.10 with kernel 6.11 * Open Firefox * Navigate to `about:config` * Search `media.ffmpeg.vaapi.enabled` * Enable the setting by clicking the toggle button * Restart Firefox * Play different videos on x.com or youtube.com (I don't have a reliable reproducer unfortunately) * Ensure that there are no green artifacts on the video playback * Ensure that the system didn't lock up * 10 minutes of scrolling through videos was generally enough to trigger the bug in my testing. Sometimes I could only get the green artifacts, other times I could get the system to lock up. [ Where problems could occur ] * The scope of the change is limited to the VAAPI driver for AMD GPUs ( /usr/lib/x86_64-linux-gnu/dri/radeonsi_drv_video.so ) An issue with the change may break video playback. But, as this bug demonstrated, a bug in the video acceleration driver may also bring down the whole system... [ Original Description ] It turns out that amdgpu in kernel 6.11 on the Ryzen 6850U is quite crashy and laggy. I have attached the previous boot log which shows a lot of errors. It does not seem to like firefox. Behavior visible is that it hangs, then tries resets, fails to reset and then the screen is unusable so I sysrq reboot it. ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: linux-image-6.11.0-8-generic 6.11.0-8.8 ProcVersionSignature: Ubuntu 6.11.0-8.8-generic 6.11.0 Uname: Linux 6.11.0-8-generic x86_64 ApportVersion: 2.30.0-0ubuntu3 Architecture: amd64 CasperMD5CheckResult: pass CurrentDesktop: GNOME Date: Wed Oct 2 19:06:47 2024 InstallationDate: Installed on 2022-11-26 (676 days ago) InstallationMedia: Ubuntu 23.04 "Lunar Lobster" - Alpha amd64 (20221126) IwConfig: Error: [Errno 2] No such file or directory: 'iwconfig' MachineType: LENOVO 21CF004PGE ProcFB: 0 amdgpudrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-6.11.0-8-generic root=/dev/mapper/ubuntu-root ro rootflags=subvol=@next quiet splash crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M zswap.enabled=1 zswap.compressor=zstd zswap.max_pool_percent=20 zswap.zpool=zsmalloc vt.handoff=7 RebootRequiredPkgs: Error: path contained symlinks. RelatedPackageVersions: linux-restricted-modules-6.11.0-8-generic N/A linux-backports-modules-6.11.0-8-generic N/A linux-firmware20240913.gita34e7a5f-0ubuntu2 SourcePackage: linux UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/29/2024 dmi.bios.release: 1.53 dmi.bios.vendor: LENOVO dmi.bios.version: R23ET77W (1.53 ) dmi.board.asset.tag: Not Available dmi.board.name: 21CF004PGE dmi.board.vendor: LENOVO dmi.board.version: SDK0T76538 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.ve
[Touch-packages] [Bug 2080489] Re: Network Manager stops functioning on Ubuntu 24.04
Today the system got stuck during shutdown, showing a message of pending update. However it was in fact stuck waiting for the NetworkManager to respond. A few times before I noticed the battery was completely discharged after I had shut the system down. Now it seems the system stays on overnight waiting for the NetworkManager, until power runs out. This is not very healthy for the battery. Any hints on how to deal with this bug are most welcome. Thank you for reading. ** Attachment added: "IMG_20241203_093609848.jpg" https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2080489/+attachment/5841746/+files/IMG_20241203_093609848.jpg -- 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/2080489 Title: Network Manager stops functioning on Ubuntu 24.04 Status in linux package in Ubuntu: Incomplete Status in network-manager package in Ubuntu: New Bug description: I installed Ubuntu 24.04 about a month ago on a Asus Vivobook. Soon after the NetworkManager started misbehaving, with all connections to the internet becoming idle now and then. When this event happens the only way to restore internet access is to reboot the system. If initially these events were occasional, they now take place 3 or 4 times per day, often after signing in from the lock screen. So far I was not able to verify whether NetworkManager is actually crashing, the Settings programme reports "NetworkManager not running" (see attached image). However, in the command line `systemctl` reports an active service: ``` $ systemctl status NetworkManager ● NetworkManager.service - Network Manager Loaded: loaded (/usr/lib/systemd/system/NetworkManager.service; enabled> Active: active (running) since Sun 2024-08-27 18:21:44 WEST; 2h 18min a> Docs: man:NetworkManager(8) Main PID: 1149 (NetworkManager) Tasks: 4 (limit: 18646) Memory: 12.2M (peak: 28.6M) CPU: 836ms CGroup: /system.slice/NetworkManager.service └─1149 /usr/sbin/NetworkManager --no-daemon ago 27 19:34:08 Symbolic NetworkManager[1149]: [1724006048.8961] man> ago 27 19:34:08 Symbolic NetworkManager[1149]: [1724006048.8965] dev> ago 27 19:34:09 Symbolic NetworkManager[1149]: [1724006049.1482] dev> ago 27 19:34:09 Symbolic NetworkManager[1149]: [1724006049.1484] dev> ago 27 19:34:09 Symbolic NetworkManager[1149]: [1724006049.1488] dhc> ago 27 19:34:09 Symbolic NetworkManager[1149]: [1724006049.1488] dhc> ago 27 19:34:09 Symbolic NetworkManager[1149]: [1724006049.1489] dhc> ago 27 19:34:09 Symbolic NetworkManager[1149]: [1724006049.2049] dev> ago 27 20:33:50 Symbolic NetworkManager[1149]: [1724009630.5340] man> ago 27 20:33:50 Symbolic NetworkManager[1149]: [1724009630.5344] dev> ``` But if I try to restart the service, the command line just hangs up: ``` $ ping 1.1.1.1 ping: connect: Network is unreachable $ sudo systemctl restart NetworkManager ``` Also from `ifconfig` there is no response: ``` $ ifconfig -a ``` Please let me know if there is further useful information I can report. Thank you. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2080489/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp
Re: [Touch-packages] [Bug 2089145] Re: Backport patch to read actions from /etc and /run
Hi Martin, thanks for calling that out, I indeed didn't notice the failures. A rebuild is ongoing as it looks like a builder problem rather than a build one. Am 03/12/2024 um 09:33 schrieb 2089...@bugs.launchpad.net: > Thanks Nathan and Sebastien for the fast fix! However, it failed to > build on most arches: > https://launchpad.net/ubuntu/+source/policykit-1/124-2ubuntu1.24.10.2 > (without a log..). So the above autopkgtest message is rather > misleading. > -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2089145 Title: Backport patch to read actions from /etc and /run Status in policykit-1 package in Ubuntu: Fix Released Status in policykit-1 source package in Noble: Fix Committed Status in policykit-1 source package in Oracular: Fix Committed Bug description: Hey! I would like to request a SRU of the following upstream PR for Noble. https://github.com/polkit-org/polkit/pull/499 I have applied this to ubuntu/noble-updates and produced a new patch that is attached with identical changes. The PR does not apply directly due to mismatch in a couple of lines that differ from upstream. [ Impact ] On Ubuntu Core we've had not historically carried polkit before, it has only recently been decided to include polkit into the Core24 base (and future bases), so this has not been an issue up until now. The decision changed as Core Desktop is moving its architecture to using the official core24 base snap as their base for all the desktop snaps. Core Desktop needs to use polkit for the desktop/user environment, but this brings us to this request. The polkit version currently in Noble does only support reading actions from /usr/share/polkit-1/actions, but this is a protected read-only path on Ubuntu Core. We could change this and map this path into the writable area, but this would bring us into transition issues when/if people want to migrate from core24 to core26 (i.e remodelling), where newer polkit supports reading actions from /etc. This would leave files in a weird state moving away from mapping that path, to the more appropriate /etc. The more sustainable plan is to SRU the mentioned patch, allowing polkit to read actions from /etc, and would provide us with more consistent behaviour moving forward with newer bases, that may contain newer polkit versions that naturally support /etc. [ Test plan ] 1. Install the package from proposed. 2. If no authentication agent is running, start one: /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent 3. Execute 'firewall-cmd --list-services'. A dialogue should appear, input your password and see that command returns normally, in a unaltered setup it says dhcpv6-client ssh. [ Where problems could occur ] * Think about what the upload changes in the software. Imagine the change is wrong or breaks something else: how would this show up? Since this is about loading actions, any issues resulting from this change should show up immediately by identifying whether the actions are loaded. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. In case of a regression, actions from /usr/share/polkit-1/actions would not be loaded either. * This must never be "None" or "Low", or entirely an argument as to why your upload is low risk. I would indicate this is a 'Medium' in risk, as this code change is very isolated. There is no functional or behavioural changes. This is specifically the places we load configuration / actions from. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/2089145/+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 2090909] [NEW] Updater does not work. Synaptic cannot work.
Public bug reported: major failure of software management system. Synaptic error E: Malformed entry / in sources file /etc/apt/sources. (URl parse) E: The list of sources could not be read. E: _cache->open () failed, cannot continue. ** Affects: software-properties (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to software-properties in Ubuntu. https://bugs.launchpad.net/bugs/2090909 Title: Updater does not work. Synaptic cannot work. Status in software-properties package in Ubuntu: New Bug description: major failure of software management system. Synaptic error E: Malformed entry / in sources file /etc/apt/sources. (URl parse) E: The list of sources could not be read. E: _cache->open () failed, cannot continue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2090909/+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 2090909] Re: Updater does not work. Synaptic cannot work.
I cannot download software. I can't update. Synaptic does not work at all. -- 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/2090909 Title: Updater does not work. Synaptic cannot work. Status in software-properties package in Ubuntu: New Bug description: major failure of software management system. Synaptic error E: Malformed entry / in sources file /etc/apt/sources. (URl parse) E: The list of sources could not be read. E: _cache->open () failed, cannot continue. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/2090909/+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 2090934] [NEW] too many mesa_shader_cache_db files open
Public bug reported: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. ** Affects: mesa (Ubuntu) Importance: Undecided Status: Fix Committed ** Affects: mesa (Ubuntu Oracular) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2090934 Title: too many mesa_shader_cache_db files open Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Oracular: New Bug description: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+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 2066157] Re: cpio 2.13+dfsg-2ubuntu0.4 breaks zfs build (alien command fails)
I can confirm this issue trying to build zfs 2.2.6 on Ubuntu 22.04. Build ends in Unpacking of 'zfs-2.2.6-1.x86_64.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 168. which can be narrowed down to the shell-out there doing rpm2cpio 'zfs-2.2.6-1.x86_64.rpm' | (cd zfs-2.2.6; cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) Splitting up that action into rpm2cpio zfs-2.2.6-1.x86_64.rpm > zfs-2.2.6-1.x86_64.cpio cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time < zfs-2.2.6-1.x86_64.cpio confirms it's the cpio command that fails. Downgrading cpio to the non-security-update release version solves the issue and the build succeeds. apt install cpio=2.13+dfsg-7 Is this something that should be fixed in zfs or is it purely this cpio patch to blame? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cpio in Ubuntu. https://bugs.launchpad.net/bugs/2066157 Title: cpio 2.13+dfsg-2ubuntu0.4 breaks zfs build (alien command fails) Status in cpio package in Ubuntu: Confirmed Bug description: I'm not sure where the true fault is but the problem only happens after updating the cpio package from 2.13+dfsg-2ubuntu0.3 to 2.13+dfsg-2ubuntu0.4. The zfs build creates .rpms which are then converted to .debs. The failure message is: ``` name=zfs; \ version=2.1.15-1; \ arch=`rpm -qp ${name}-kmod-${version}.src.rpm --qf %{arch} | tail -1`; \ debarch=`dpkg --print-architecture`; \ pkg1=kmod-${name}*${version}.${arch}.rpm; \ fakeroot alien --bump=0 --scripts --to-deb --target=$debarch $pkg1 || exit 1; \ rm -f $pkg1 kmod-zfs-5.15.0-107-generic_2.1.15-1_amd64.deb generated kmod-zfs-devel_2.1.15-1_amd64.deb generated Unpacking of 'kmod-zfs-devel-5.15.0-107-generic-2.1.15-1.x86_64.rpm' failed at /usr/share/perl5/Alien/Package/Rpm.pm line 168, line 315. ``` Looking at the alien source the command that fails is: ``` $this->do("rpm2cpio '".$this->filename."' | (cd $workdir; $decomp cpio --extract --make-directories --no-absolute-filenames --preserve-modification-time) 2>&1") or die "Unpacking of '".$this->filename."' failed"; ``` Examining the content of the .rpm: ``` # rpm -qlv kmod-zfs-devel-5.4.0-174-lowlatency-2.1.15-1.x86_64.rpm lrwxrwxrwx1 rootroot 34 May 20 09:14 /usr/src/spl-2.1.15/5.4.0-174-lowlatency -> ../zfs-2.1.15/5.4.0-174-lowlatency drwxr-xr-x2 rootroot0 May 20 09:14 /usr/src/zfs-2.1.15/5.4.0-174-lowlatency -rw-r--r--1 rootroot 164782 May 20 09:14 /usr/src/zfs-2.1.15/5.4.0-174-lowlatency/Module.symvers lrwxrwxrwx1 rootroot 11 May 20 09:14 /usr/src/zfs-2.1.15/5.4.0-174-lowlatency/spl.release -> zfs.release lrwxrwxrwx1 rootroot 12 May 20 09:14 /usr/src/zfs-2.1.15/5.4.0-174-lowlatency/spl_config.h -> zfs_config.h -rw-r--r--1 rootroot9 May 20 09:14 /usr/src/zfs-2.1.15/5.4.0-174-lowlatency/zfs.release -rw-r--r--1 rootroot28937 May 20 09:14 /usr/src/zfs-2.1.15/5.4.0-174-lowlatency/zfs_config.h ``` Changing the command being executed for testing purposes: ``` # apt-cache policy cpio; rm -rf /tmp/x; mkdir /tmp/x ; rpm2cpio kmod-zfs-devel-5.4.0-174-lowlatency-2.1.15-1.x86_64.rpm | (cd /tmp/x; cpio -v --extract --make-directories --no-absolute-filenames --preserve-modification-time) ; echo $? cpio: Installed: 2.13+dfsg-2ubuntu0.3 Candidate: 2.13+dfsg-2ubuntu0.4 Version table: 2.13+dfsg-2ubuntu0.4 500 500 https://apt-mirror-00.example.com/apt/2024-05-19/archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages 500 https://apt-mirror-00.example.com/apt/2024-05-19/security.ubuntu.com/ubuntu focal-security/main amd64 Packages *** 2.13+dfsg-2ubuntu0.3 100 100 /var/lib/dpkg/status 2.13+dfsg-2 500 500 https://apt-mirror-00.example.com/apt/2024-05-19/archive.ubuntu.com/ubuntu focal/main amd64 Packages ./usr/src/spl-2.1.15/5.4.0-174-lowlatency ./usr/src/zfs-2.1.15/5.4.0-174-lowlatency ./usr/src/zfs-2.1.15/5.4.0-174-lowlatency/Module.symvers ./usr/src/zfs-2.1.15/5.4.0-174-lowlatency/spl.release ./usr/src/zfs-2.1.15/5.4.0-174-lowlatency/spl_config.h ./usr/src/zfs-2.1.15/5.4.0-174-lowlatency/zfs.release ./usr/src/zfs-2.1.15/5.4.0-174-lowlatency/zfs_config.h 381 blocks 0 ``` vs ``` # apt-cache policy cpio; rm -rf /tmp/x; mkdir /tmp/x ; rpm2cpio kmod-zfs-devel-5.4.0-174-lowlatency-2.1.15-1.x86_64.rpm | (cd /tmp/x; cpio -v --extract --make-directories --no-absolute-filenames --preserve-modification-time) ; echo $? cpio: Installed: 2.13+dfsg-2ubuntu0.4 Candidate: 2.13+dfsg-2ubuntu0.4 Version table: *** 2.13+dfsg-2ubuntu
[Touch-packages] [Bug 2089923] Re: Please merge 1:4.16.0-5 into plucky
** Merge proposal linked: https://code.launchpad.net/~hyask/ubuntu/+source/shadow/+git/shadow/+merge/477650 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to shadow in Ubuntu. https://bugs.launchpad.net/bugs/2089923 Title: Please merge 1:4.16.0-5 into plucky Status in shadow package in Ubuntu: In Progress Bug description: tracking bug Ubuntu plucky: 1:4.15.3-3ubuntu2 Debian unstable: 1:4.16.0-5 ### New Debian Changes ### shadow (1:4.16.0-5) unstable; urgency=medium [ Chris Hofstaedtler ] * Always build with btrfs support on linux-any (Closes: #856557) * debputy.manifest: merge path-metadata entries * login.defs: remove info about write(1) Which is not part of Debian trixie. (Closes: #1087519) [ Pino Toscano ] * Include , fixing the build on GNU/Hurd -- Chris Hofstaedtler Fri, 15 Nov 2024 20:30:32 +0100 shadow (1:4.16.0-4) unstable; urgency=medium * Drop Debian-only cppw, cpgr tools (Closes: #750752) * Stop patching login, not installed anymore * Define LOGIN_NAME_MAX on HURD * Remove libsystemd-dev Build-Depends. Only necessary for login(1). * Stop building programs we do not install -- Chris Hofstaedtler Tue, 06 Aug 2024 00:29:18 +0200 shadow (1:4.16.0-3) unstable; urgency=medium * Upload to unstable. * Fix FTBFS on hurd. DEB_HOST_ARCH_OS was unset. -- Chris Hofstaedtler Mon, 05 Aug 2024 17:21:27 +0200 shadow (1:4.16.0-2) experimental; urgency=medium * passwd: switch Depends from login to login.defs login will again be installed on fewer systems, but existing installs will retain it (it is Protected: yes). * Drop login package, to allow takeover by util-linux. Move shadow.mo to Package: passwd, have passwd Replaces: older login. * login.defs: ship manpage * Re-add workarounds for tests in tests/tests directory. 4.15.3 fixed this, but 4.16.0 happened earlier. -- Chris Hofstaedtler Mon, 05 Aug 2024 02:36:29 +0200 shadow (1:4.16.0-1) experimental; urgency=medium * New upstream version 4.16.0 * Rebase patches * Split /etc/login.defs into its own binary package (Closes: #1074394) * Rename libsubid4 to libsubid5 (soname bump) * d/watch: add versionmangle for -rc -- Chris Hofstaedtler Fri, 02 Aug 2024 17:35:29 +0200 ### Old Ubuntu Delta ### shadow (1:4.15.3-3ubuntu2) oracular; urgency=medium * d/p : disallow pure numeric user and group names (LP: #2076898) -- Hector Cao Tue, 13 Aug 2024 12:15:06 +0200 shadow (1:4.15.3-3ubuntu1) oracular; urgency=medium * Merge with Debian unstable. Remaining changes (LP: #2073338): - d/p/* : Enable private home directories by default - debian/{source_shadow.py,login.install}: Add apport hook - debian/patches/1010_extrausers.patch: + Add support to passwd for libnss-extrausers + Add automatic detection of "extrausers" for usermod -G - d/p/1011_extrausers_toggle.patch: extrausers support for useradd/groupadd - d/p/1012_extrausers_chfn.patch: --extrausers support for chfn tool This patch has been refreshed to remove "implicit function declaration" warning - d/p/1013_extrausers_deluser.patch: --extrausers support for userdel - d/p/1014_extrausers_delgroup.patch: --extrausers support for groupdel This patch has been refreshed to remove "implicit function declaration" warning - d/p/1015_add_zsys_support.patch: zsys to handle home dir if available - d/p/1016_extrausers_gpasswd.patch: extrausers support for gpasswd - d/p/506_relaxed_usernames.patch, d/t/{control,numeric-username}: + disallow purely numeric usernames The patch has been integrated in debian but we still have to keep the tests - d/t/smoke: Extend for extrausers support - Add some cursory tests for the extrausers features - d/p/lp2063200: fix useradd group validation with extrausers (LP 2063200) Dropped changes: - debian/login.defs: Update documentation of USERGROUPS_ENAB/UMASK Reason: Integrated upstream - Fix ftbfs with -Werror=implicit-function-declaration Reason: Integrated upstream -- Hector Cao Mon, 29 Jul 2024 11:30:50 +0200 I'll see about tackling bug 2049529 along the way. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shadow/+bug/2089923/+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 2090934] Re: too many mesa_shader_cache_db files open
** Changed in: mesa (Ubuntu) Status: New => Fix Committed ** Also affects: mesa (Ubuntu Oracular) Importance: Undecided Status: New ** Changed in: mesa (Ubuntu Oracular) Status: New => In Progress ** Changed in: mesa (Ubuntu Oracular) Assignee: (unassigned) => Alessandro Astone (aleasto) ** Changed in: mesa (Ubuntu Oracular) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2090934 Title: too many mesa_shader_cache_db files open Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Oracular: In Progress Bug description: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+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 2089779] Re: Buffer overflow in autopkgtest of wesnoth
Tried O2 in variants via - export DEB_CFLAGS_MAINT_APPEND = -O2 - export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O2 Tested: - ldflags + cflags = works - cflags = works - ldflags = still crashing Ok, in that case cflags alone is the smallest (and more common) yet working change to add. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/2089779 Title: Buffer overflow in autopkgtest of wesnoth Status in boost1.83 package in Ubuntu: Fix Released Status in libsdl2 package in Ubuntu: Confirmed Status in python3-defaults package in Ubuntu: Fix Released Status in wesnoth package in Ubuntu: Triaged Status in wesnoth-1.18 package in Ubuntu: Triaged Bug description: https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest- plucky/plucky/amd64/w/wesnoth-1.18/20241127_064901_ac814@/log.gz Repeats on reruns triggered by others. Blocks multiple migrations, atm - libsdl2 - python3-defaults - boost1.83 Unblocking all of these is surely worth it :-) I'll have a look tomorrow. 229s autopkgtest [06:48:46]: test command1: /usr/games/wesnoth-1.18 -m --controller 1:ai --controller 2:ai --nogui 229s autopkgtest [06:48:46]: test command1: [--- 229s Battle for Wesnoth v1.18.3 x86_64 229s Started on Wed Nov 27 06:48:46 2024 229s 229s Automatically found a possible data directory at: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s 229s Data directory: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s User configuration directory: /home/USER/.config/wesnoth-1.18 229s User data directory: /home/USER/.config/wesnoth-1.18 229s Cache directory: /home/USER/.config/wesnoth-1.18/cache 229s 229s 229s error: XDG_RUNTIME_DIR is invalid or not set in the environment. 229s *** buffer overflow detected ***: terminated 230s Aborted (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/boost1.83/+bug/2089779/+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 2090934] Re: too many mesa_shader_cache_db files open
Backporting patches from https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30988 Alternatively, we can update mesa to 24.2.8, which I see is currently in plucky-proposed ** Patch added: "mesa_24.2.3-1ubuntu2.debdiff" https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+attachment/5841829/+files/mesa_24.2.3-1ubuntu2.debdiff -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2090934 Title: too many mesa_shader_cache_db files open Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Oracular: In Progress Bug description: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+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 2089779] Re: Buffer overflow in autopkgtest of wesnoth
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/libsdl2/+git/libsdl2/+merge/477653 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/2089779 Title: Buffer overflow in autopkgtest of wesnoth Status in boost1.83 package in Ubuntu: Fix Released Status in libsdl2 package in Ubuntu: Confirmed Status in python3-defaults package in Ubuntu: Fix Released Status in wesnoth package in Ubuntu: Triaged Status in wesnoth-1.18 package in Ubuntu: Triaged Bug description: https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest- plucky/plucky/amd64/w/wesnoth-1.18/20241127_064901_ac814@/log.gz Repeats on reruns triggered by others. Blocks multiple migrations, atm - libsdl2 - python3-defaults - boost1.83 Unblocking all of these is surely worth it :-) I'll have a look tomorrow. 229s autopkgtest [06:48:46]: test command1: /usr/games/wesnoth-1.18 -m --controller 1:ai --controller 2:ai --nogui 229s autopkgtest [06:48:46]: test command1: [--- 229s Battle for Wesnoth v1.18.3 x86_64 229s Started on Wed Nov 27 06:48:46 2024 229s 229s Automatically found a possible data directory at: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s 229s Data directory: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s User configuration directory: /home/USER/.config/wesnoth-1.18 229s User data directory: /home/USER/.config/wesnoth-1.18 229s Cache directory: /home/USER/.config/wesnoth-1.18/cache 229s 229s 229s error: XDG_RUNTIME_DIR is invalid or not set in the environment. 229s *** buffer overflow detected ***: terminated 230s Aborted (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/boost1.83/+bug/2089779/+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 2089145] Re: Backport patch to read actions from /etc and /run
Thanks Nathan and Sebastien for the fast fix! However, it failed to build on most arches: https://launchpad.net/ubuntu/+source/policykit-1/124-2ubuntu1.24.10.2 (without a log..). So the above autopkgtest message is rather misleading. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to policykit-1 in Ubuntu. https://bugs.launchpad.net/bugs/2089145 Title: Backport patch to read actions from /etc and /run Status in policykit-1 package in Ubuntu: Fix Released Status in policykit-1 source package in Noble: Fix Committed Status in policykit-1 source package in Oracular: Fix Committed Bug description: Hey! I would like to request a SRU of the following upstream PR for Noble. https://github.com/polkit-org/polkit/pull/499 I have applied this to ubuntu/noble-updates and produced a new patch that is attached with identical changes. The PR does not apply directly due to mismatch in a couple of lines that differ from upstream. [ Impact ] On Ubuntu Core we've had not historically carried polkit before, it has only recently been decided to include polkit into the Core24 base (and future bases), so this has not been an issue up until now. The decision changed as Core Desktop is moving its architecture to using the official core24 base snap as their base for all the desktop snaps. Core Desktop needs to use polkit for the desktop/user environment, but this brings us to this request. The polkit version currently in Noble does only support reading actions from /usr/share/polkit-1/actions, but this is a protected read-only path on Ubuntu Core. We could change this and map this path into the writable area, but this would bring us into transition issues when/if people want to migrate from core24 to core26 (i.e remodelling), where newer polkit supports reading actions from /etc. This would leave files in a weird state moving away from mapping that path, to the more appropriate /etc. The more sustainable plan is to SRU the mentioned patch, allowing polkit to read actions from /etc, and would provide us with more consistent behaviour moving forward with newer bases, that may contain newer polkit versions that naturally support /etc. [ Test plan ] 1. Install the package from proposed. 2. If no authentication agent is running, start one: /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent 3. Execute 'firewall-cmd --list-services'. A dialogue should appear, input your password and see that command returns normally, in a unaltered setup it says dhcpv6-client ssh. [ Where problems could occur ] * Think about what the upload changes in the software. Imagine the change is wrong or breaks something else: how would this show up? Since this is about loading actions, any issues resulting from this change should show up immediately by identifying whether the actions are loaded. * It is assumed that any SRU candidate patch is well-tested before upload and has a low overall risk of regression, but it's important to make the effort to think about what ''could'' happen in the event of a regression. In case of a regression, actions from /usr/share/polkit-1/actions would not be loaded either. * This must never be "None" or "Low", or entirely an argument as to why your upload is low risk. I would indicate this is a 'Medium' in risk, as this code change is very isolated. There is no functional or behavioural changes. This is specifically the places we load configuration / actions from. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/policykit-1/+bug/2089145/+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 2081384] Re: bluetooth headphones need reconnect after every reboot
bluez 5.78 appears to resolve this for me (at least symptom wise, haven't checked the first attempt logs since didn't notice any bad behavior). is the fix cherry picked in https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2084337 the same thing? haven't tried downgrading to that package version since 5.78 is working... -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to bluez in Ubuntu. https://bugs.launchpad.net/bugs/2081384 Title: bluetooth headphones need reconnect after every reboot Status in bluez package in Ubuntu: Confirmed Status in linux package in Ubuntu: Confirmed Status in bluez source package in Oracular: Confirmed Status in linux source package in Oracular: Confirmed Bug description: This issue seems to be caused by a recent package update in oracular. Every time I reboot my desktop my bluetooth headset will fail to connect until I manually go through forget device -> new pairing. journalctl says: 23:13:44 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111) 23:13:45 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111) 23:13:47 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111) 23:13:59 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111) 23:13:59 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111) 23:14:00 desktop bluetoothd[3274]: No matching connection for device 23:14:04 desktop bluetoothd[3274]: src/profile.c:record_cb() Unable to get Hands-Free Voice gateway SDP record: Operation already in progress 23:14:04 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111) 23:14:25 desktop bluetoothd[3274]: src/profile.c:ext_connect() Hands-Free Voice gateway failed connect to 80:C3:33:59:89:D6: Connection refused (111) 23:14:25 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111) 23:14:27 desktop bluetoothd[3274]: profiles/audio/avdtp.c:avdtp_connect_cb() connect to 80:C3:33:59:89:D6: Connection refused (111) 23:15:46 desktop bluetoothd[3274]: /org/bluez/hci0/dev_80_C3_33_59_89_D6/sep7/fd0: fd(43) ready In dmesg I see lots of: [44738.102583] Bluetooth: hci0: ACL packet for unknown connection handle 3837 [44749.325565] Bluetooth: hci0: ACL packet for unknown connection handle 3837 [44749.496566] Bluetooth: hci0: ACL packet for unknown connection handle 3837 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/2081384/+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 2090941] [NEW] "systemctl edit apt-daily.timer" creates a file which is ignored by systemd timer
Public bug reported: On Ubuntu 24.04 LTS changing the apt-daily.timer with "systemctl edit apt-daily.timer" succesfully creates a file which is unfortunately ignored by systemd even after doing "systemctl daemon-reload" and "systemctl restart apt-daily.timer". To reproduce it try to change the timer of apt-daily.timer by calling "systemctl edit apt-daily.timer". Add the following lines: [Timer] OnCalendar=*-*-* 5:00 Save and exit. Reload by calling: systemctl daemon-reload systemctl restart apt-daily.timer Now you can verify that the timer is not changed accordingly by calling: systemctl list-timers --all ** Affects: systemd (Ubuntu) Importance: Undecided Status: 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/2090941 Title: "systemctl edit apt-daily.timer" creates a file which is ignored by systemd timer Status in systemd package in Ubuntu: New Bug description: On Ubuntu 24.04 LTS changing the apt-daily.timer with "systemctl edit apt-daily.timer" succesfully creates a file which is unfortunately ignored by systemd even after doing "systemctl daemon-reload" and "systemctl restart apt-daily.timer". To reproduce it try to change the timer of apt-daily.timer by calling "systemctl edit apt-daily.timer". Add the following lines: [Timer] OnCalendar=*-*-* 5:00 Save and exit. Reload by calling: systemctl daemon-reload systemctl restart apt-daily.timer Now you can verify that the timer is not changed accordingly by calling: systemctl list-timers --all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2090941/+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 2090934] Re: too many mesa_shader_cache_db files open
The attachment "mesa_24.2.3-1ubuntu2.debdiff" seems to be a debdiff. The ubuntu-sponsors team has been subscribed to the bug report so that they can review and hopefully sponsor the debdiff. If the attachment isn't a patch, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issue please contact him.] ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2090934 Title: too many mesa_shader_cache_db files open Status in mesa package in Ubuntu: Fix Committed Status in mesa source package in Oracular: In Progress Bug description: [ Impact ] Applications might exceed the limit of open files, 1024 by default, because mesa opens the mesa_shader_cache_db files too many times. This is a regression in mesa 24.2 where the shader-cache got re-architected. [ Test Plan ] 1. Install gstreamer1.0-plugins-bad 2. Install gnome-control-center=1:47.1.1-0ubuntu1 from oracular-proposed 3. Run `gnome-control-center mouse` 4. Verify that Settings launched correctly 5. Close Settings 6. Verify that Settings did not crash 7. Run `gnome-control-center system` 8. Navigate to the Mouse & Touchpad panel 9. Move the cursor outside of the window 10. Verify that Settings did not crash 11. Close Settings 12. Verify that Settings did not crash [ Where problems could occur ] Mesa is a critical component for the Desktop or any systems with a GPU. The mesa shader-cache may not work correctly. Performance may be degraded. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2090934/+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 2082072] Re: No support for Pi 2712D0 stepping
looks like all the autopkgtests have been sorted, cool -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to mesa in Ubuntu. https://bugs.launchpad.net/bugs/2082072 Title: No support for Pi 2712D0 stepping Status in mesa package in Ubuntu: Fix Released Status in mesa source package in Jammy: Fix Committed Status in mesa source package in Noble: Fix Released Bug description: [ Impact ] Pi 5 owners with the D0 stepping will find the noble (24.04) desktop doesn't work at all, including login. While oracular desktop users have a sufficiently up to date mesa, all snaps relying on noble's mesa (firefox, thunderbird, and the snap-store -- all seeded and thus "essential" applications) do not work either on the D0 stepping. [ Test Plan ] Given the patches proposed only affect the v3d driver, which is only used on the Pi 4 and Pi 5 hardware, the test plan can reasonably be restricted to boards of this type. * Flash a 24.04.1 Pi desktop image to a fresh card * Boot card on a D0-stepping Pi 5 (e.g. 2GB board) * Verify that mesa fails to even display the initial setup * Shutdown * Boot card on a pre-D0-stepping board * Run through initial setup * Enable proposed (https://wiki.ubuntu.com/Testing/EnableProposed) * Upgrade mesa to proposed version * Reboot * Ensure login and desktop works properly on the pre-D0 board * Test applications; ignore snapped applications until the mesa content snap is updated -- test deb-packaged applications, including video players * Shutdown For all Pi 4 and Pi 5 boards including a D0-stepping board (e.g. Pi 5 2GB), using the upgraded card: * Boot card on board * Ensure login and desktop works properly on the D0 board * Test applications; ignore snapped applications until the mesa content snap is updated -- test deb-packaged applications, including video players [ Regression Potential ] Given the changes are restricted to the v3d driver, which itself is only used on the Pi 4 and Pi 5 boards (no other hardware uses this chipset), we can be reasonably confident that only Pi boards are likely to be affected. The test plan above should cover operation on all pre and post-D0 boards, to ensure we do not regress existing operation of the desktop. [ Original Description ] The Raspberry Pi 5 2GB model now uses the D0 stepping of the 2712 SoC. Unfortunately, this is only supported from Mesa 24.2.0 (see https://docs.mesa3d.org/relnotes/24.2.0.html -- search for 2712D0). The result is corrupted or blank output for the current Ubuntu 24.04.1 Pi desktop (using Mesa 24.0.9). The forthcoming oracular desktop does work as far as login goes, but snapped applications are still relying on an older mesa, thus the software center, firefox, and thunderbird all fail to operate. Although the D0 is only on the 2GB model *currently*, it is anticipated to become common to the entire Pi 5 line up going forward, and will be present on the forthcoming CM5. Could we investigate either bumping mesa in noble, and the corresponding content snap, or finding the minimal patch-set necessary to support the D0 stepping and back-porting that? To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/2082072/+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 2090945] Re: Misspelling in apt output
** Attachment added: "Photo showing the misspelling in the output." https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2090945/+attachment/5841886/+files/AptPurgeBug.png -- 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/2090945 Title: Misspelling in apt output Status in apt package in Ubuntu: New Bug description: When apt is used to purge a package, there's a misspelling in the output. I'm using Kubuntu 22.04 LTS. The apt command is at version 2.4.13. I run the command in a Konsole terminal window. I went onto IRC and someone who was online tested it in Ubuntu 24.04 LTS and was able to confirm the bug. To see the bug: 1. Simulate purging a package with the "sudo apt -s purge foo" command and with "foo" being the name of any package. 2. Look at the last line of the output. It will start with "Purg" instead of "Purge". To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2090945/+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 2090941] Re: "systemctl edit apt-daily.timer" creates a file which is ignored by systemd timer
>From what I can tell, and according to my own tests, this is working correctly. I think this is a misunderstanding of a couple things: 1. OnCalendar= can be specified multiple times, allowing multiple trigger times. If you want to completely override the original setting, you need: [Timer] # This empty entry clears the existing list. OnCalendar= OnCalendar=*-*-* 5:00 2. The original timer unit has RandomizedDelaySec=12h, which means the time listed by systemctl list-timers may not reflect exactly what you specify in OnCalendar=. See https://www.freedesktop.org/software/systemd/man/latest/systemd.timer.html for more information. ** Changed in: systemd (Ubuntu) Status: New => 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/2090941 Title: "systemctl edit apt-daily.timer" creates a file which is ignored by systemd timer Status in systemd package in Ubuntu: Invalid Bug description: On Ubuntu 24.04 LTS changing the apt-daily.timer with "systemctl edit apt-daily.timer" succesfully creates a file which is unfortunately ignored by systemd even after doing "systemctl daemon-reload" and "systemctl restart apt-daily.timer". To reproduce it try to change the timer of apt-daily.timer by calling "systemctl edit apt-daily.timer". Add the following lines: [Timer] OnCalendar=*-*-* 5:00 Save and exit. Reload by calling: systemctl daemon-reload systemctl restart apt-daily.timer Now you can verify that the timer is not changed accordingly by calling: systemctl list-timers --all To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/2090941/+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 2090945] [NEW] Misspelling in apt output
Public bug reported: When apt is used to purge a package, there's a misspelling in the output. I'm using Kubuntu 22.04 LTS. The apt command is at version 2.4.13. I run the command in a Konsole terminal window. I went onto IRC and someone who was online tested it in Ubuntu 24.04 LTS and was able to confirm the bug. To see the bug: 1. Simulate purging a package with the "sudo apt -s purge foo" command and with "foo" being the name of any package. 2. Look at the last line of the output. It will start with "Purg" instead of "Purge". ** Affects: apt (Ubuntu) Importance: Undecided Status: New -- 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/2090945 Title: Misspelling in apt output Status in apt package in Ubuntu: New Bug description: When apt is used to purge a package, there's a misspelling in the output. I'm using Kubuntu 22.04 LTS. The apt command is at version 2.4.13. I run the command in a Konsole terminal window. I went onto IRC and someone who was online tested it in Ubuntu 24.04 LTS and was able to confirm the bug. To see the bug: 1. Simulate purging a package with the "sudo apt -s purge foo" command and with "foo" being the name of any package. 2. Look at the last line of the output. It will start with "Purg" instead of "Purge". To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2090945/+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 2090945] Re: Misspelling in apt output
This is an abbreviation like creat(2) that seems utterly pointless in retrospect but it is what it is ** Changed in: apt (Ubuntu) Status: New => Invalid -- 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/2090945 Title: Misspelling in apt output Status in apt package in Ubuntu: Invalid Bug description: When apt is used to purge a package, there's a misspelling in the output. I'm using Kubuntu 22.04 LTS. The apt command is at version 2.4.13. I run the command in a Konsole terminal window. I went onto IRC and someone who was online tested it in Ubuntu 24.04 LTS and was able to confirm the bug. To see the bug: 1. Simulate purging a package with the "sudo apt -s purge foo" command and with "foo" being the name of any package. 2. Look at the last line of the output. It will start with "Purg" instead of "Purge". To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2090945/+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 2089319] Re: System is unresponsive after wakeup from suspend
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: xorg (Ubuntu) Status: New => Confirmed -- 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/2089319 Title: System is unresponsive after wakeup from suspend Status in xorg package in Ubuntu: Confirmed Bug description: After resuming my PC from suspend it displays either cursor on a black screen or glitched image of my desktop. Mouse is not responding and system needs hardware reboot. The issue is probably connected with NVIDIA drivers, see attached kernel log (nvidiabug) that was obtained after resuming (via terminal tty which actually was kind of responding). ProblemType: Bug DistroRelease: Ubuntu 24.10 Package: xorg 1:7.7+23ubuntu3 Uname: Linux 6.11.9-x64v3-xanmod1 x86_64 NonfreeKernelModules: nvidia_modeset nvidia .proc.driver.nvidia.capabilities.fabric-imex-mgmt: DeviceFileMinor: 4323 DeviceFileMode: 256 DeviceFileModify: 1 .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file. .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file. .proc.driver.nvidia.gpus..27.00.0: Error: path was not a regular file. .proc.driver.nvidia.registry: Binary: "" .proc.driver.nvidia.suspend: suspend hibernate resume .proc.driver.nvidia.suspend_depth: default modeset uvm .proc.driver.nvidia.version: NVRM version: NVIDIA UNIX x86_64 Kernel Module 560.35.03 Fri Aug 16 21:39:15 UTC 2024 GCC version: gcc version 14.2.0 (Ubuntu 14.2.0-4ubuntu2) ApportVersion: 2.30.0-0ubuntu4 Architecture: amd64 BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log' CasperMD5CheckResult: unknown CompositorRunning: None CurrentDesktop: ubuntu:GNOME Date: Thu Nov 21 22:44:50 2024 DistUpgraded: 2024-11-19 19:44:01,616 DEBUG Running PostInstallScript: '/usr/lib/ubuntu-advantage/upgrade_lts_contract.py' DistroCodename: oracular DistroVariant: ubuntu DkmsStatus: nvidia/560.35.03, 6.11.0-9-generic, x86_64: installed nvidia/560.35.03, 6.11.9-x64v3-xanmod1, x86_64: installed ExtraDebuggingInterest: Yes GpuHangFrequency: Continuously GpuHangReproducibility: Yes, I can easily reproduce it GpuHangStarted: Immediately after installing this version of Ubuntu GraphicsCard: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] [10de:1c82] (rev a1) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device [1043:85d1] MachineType: Micro-Star International Co., Ltd. MS-7A32 ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-6.11.9-x64v3-xanmod1 root=UUID=8b32240a-7d4e-4347-b154-2fb8fd11ccd9 ro quiet splash crashkernel=2G-4G:320M,4G-32G:512M,32G-64G:1024M,64G-128G:2048M,128G-:4096M vt.handoff=7 SourcePackage: xorg Symptom: display Title: Xorg freeze UpgradeStatus: Upgraded to oracular on 2024-11-19 (2 days ago) dmi.bios.date: 05/19/2023 dmi.bios.release: 5.17 dmi.bios.vendor: American Megatrends International, LLC. dmi.bios.version: 1.Q1 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: X370 GAMING PRO CARBON (MS-7A32) dmi.board.vendor: Micro-Star International Co., Ltd. dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Micro-Star International Co., Ltd. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInternational,LLC.:bvr1.Q1:bd05/19/2023:br5.17:svnMicro-StarInternationalCo.,Ltd.:pnMS-7A32:pvr1.0:rvnMicro-StarInternationalCo.,Ltd.:rnX370GAMINGPROCARBON(MS-7A32):rvr1.0:cvnMicro-StarInternationalCo.,Ltd.:ct3:cvr1.0:skuTobefilledbyO.E.M.: dmi.product.family: To be filled by O.E.M. dmi.product.name: MS-7A32 dmi.product.sku: To be filled by O.E.M. dmi.product.version: 1.0 dmi.sys.vendor: Micro-Star International Co., Ltd. modified.conffile..etc.apport.crashdb.conf: [modified] mtime.conffile..etc.apport.crashdb.conf: 2023-05-18T19:30:45.788647 version.compiz: compiz N/A version.libdrm2: libdrm2 2.4.122-1 version.libgl1-mesa-dri: libgl1-mesa-dri 24.2.3-1ubuntu1 version.libgl1-mesa-glx: libgl1-mesa-glx N/A version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A version.xserver-xorg-core: xserver-xorg-core 2:21.1.13-2ubuntu1.1 version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A 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-3ubuntu1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/2089319/+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.ne
[Touch-packages] [Bug 2009317] Re: All Snaps Broken After Release Upgrade
This was also reported from Noble and a report was made upstream. I would link the upstream bug tracker and noble, but this Launchpad functionality appears currently broken. [1] https://gitlab.com/apparmor/apparmor/-/issues/445 ** Changed in: ubuntu-release-upgrader Importance: Unknown => Undecided ** Changed in: ubuntu-release-upgrader Status: Unknown => New ** Changed in: ubuntu-release-upgrader Remote watch: gitlab.com/apparmor/apparmor/-/issues #445 => None ** Also affects: apparmor Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apparmor in Ubuntu. https://bugs.launchpad.net/bugs/2009317 Title: All Snaps Broken After Release Upgrade Status in AppArmor: New Status in Release Upgrader: New Status in apparmor package in Ubuntu: Confirmed Status in ubuntu-release-upgrader package in Ubuntu: Incomplete Status in apparmor source package in Jammy: Confirmed Status in ubuntu-release-upgrader source package in Jammy: Incomplete Status in apparmor source package in Kinetic: Won't Fix Status in ubuntu-release-upgrader source package in Kinetic: Won't Fix Bug description: isa~ lsb_release -rd No LSB modules are available. Description: Ubuntu Lunar Lobster (development branch) Release: 23.04 Expected behavior: == Installed snaps worked before do-release-upgrade (from Kinetic to Lunar), they should also work after. Actual behavior: == Snaps worked before do-release-upgrade, NONE work after. Printed warning is useless. Debugging requires secondary device. This should be a trivial fix (re-enable apparmor service at the end of do-release-upgrade). isa~ firefox snap-confine has elevated permissions and is not confined but should be. Refusing to continue to avoid permission escalation attacks Please make sure that the snapd.apparmor service is enabled and started. isa~ systemctl status snapd.apparmor ● snapd.apparmor.service - Load AppArmor profiles managed internally by snapd Loaded: loaded (/lib/systemd/system/snapd.apparmor.service; enabled; preset: enabled) Active: active (exited) since Sun 2023-03-05 18:27:10 MST; 10min ago Main PID: 826 (code=exited, status=0/SUCCESS) CPU: 43.722s Mar 05 18:27:10 isa systemd[1]: Finished Load AppArmor profiles managed internally by snapd. Notice: journal has been rotated since unit was started, output may be incomplete. It looks like during the release upgrade apparmor was disabled and needs to be re-enabled. isa~ systemctl status apparmor ○ apparmor.service - Load AppArmor profiles Loaded: loaded (/lib/systemd/system/apparmor.service; disabled; preset: enabled) Active: inactive (dead) Docs: man:apparmor(7) https://gitlab.com/apparmor/apparmor/wikis/home/ isa~ systemctl start apparmor Notes: == This is a reoccurring bug, I hit it when upgrading to Kinetic as well on the same device. This does NOT happen on all devices (my other device didn't hit this issue when upgrading Jammy->Kinetic->Lunar). This is a bad user experience - debugging requires a secondary device because Ubuntu browsers are snap-based. To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/2009317/+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 2089307] Re: llibxml-libxml-perl autopkgtest fails due to non-whitelisted output vs libxml 2.12.7+dfsg+really2.9.14-0.2build1
This bug was fixed in the package libxslt - 1.1.39-0exp1ubuntu2 --- libxslt (1.1.39-0exp1ubuntu2) plucky; urgency=medium * No change rebuild against libxml 2.12.7+dfsg+really2.9.14-0.2build1 (LP: #2089307). -- Vladimir Petko Tue, 03 Dec 2024 15:39:12 +1300 ** Changed in: libxslt (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to libxslt in Ubuntu. https://bugs.launchpad.net/bugs/2089307 Title: llibxml-libxml-perl autopkgtest fails due to non-whitelisted output vs libxml 2.12.7+dfsg+really2.9.14-0.2build1 Status in libxml-grddl-perl package in Ubuntu: Fix Released Status in libxml-libxml-perl package in Ubuntu: New Status in libxml-libxslt-perl package in Ubuntu: New Status in libxslt package in Ubuntu: Fix Released Bug description: 179s # $got->[0] = 'Warning: program compiled against libxml 212 using older 209[1] [1] https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest- plucky/plucky/amd64/libx/libxml-libxml- perl/20241119_095741_ae8c7@/log.gz To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libxml-grddl-perl/+bug/2089307/+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 2070285] Re: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10
This bug is fixed in tzdata 2024b-4ubuntu1 which updates those legacy timezones. The fix for this bug will be bundled with the 2024b SRU, because this bug is triggered on package updates. ** Also affects: tzdata (Ubuntu Noble) Importance: Undecided Status: New ** Also affects: tzdata (Ubuntu Oracular) Importance: Undecided Status: New ** Also affects: tzdata (Ubuntu Focal) Importance: Undecided Status: New ** Also affects: tzdata (Ubuntu Jammy) Importance: Undecided Status: New ** Changed in: tzdata (Ubuntu) Importance: Undecided => Medium ** Changed in: tzdata (Ubuntu) Status: Confirmed => Fix Committed ** Changed in: tzdata (Ubuntu Focal) Importance: Undecided => High ** Changed in: tzdata (Ubuntu Focal) Importance: High => Medium ** Changed in: tzdata (Ubuntu Jammy) Importance: Undecided => Medium ** Changed in: tzdata (Ubuntu Noble) Importance: Undecided => Medium ** Changed in: tzdata (Ubuntu Oracular) Importance: Undecided => Medium -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu. https://bugs.launchpad.net/bugs/2070285 Title: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10 Status in tzdata package in Ubuntu: Fix Committed Status in tzdata source package in Focal: New Status in tzdata source package in Jammy: New Status in tzdata source package in Noble: New Status in tzdata source package in Oracular: New Bug description: [ Impact ] Updating the tzdata package will fail on systems that have a legacy timezone selected (that is not updated to a recent one during dpkg- reconfigure). Example: ``` $ schroot-wrapper -p tzdata -c jammy -u root (jammy)root@host:~# ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime (jammy)root@host:~# DEBIAN_FRONTEND=noninteractive dpkg-reconfigure tzdata (jammy)root@host:~# echo $? 10 ``` [ Test Plan ] Test cases were added to the autopkgtest to cover the testing: * debconf: test_legacy_timezones So the test plan is to check that the autopkgtest succeeds. The example given above should not fail. [ Where problems can occur ] The fix touches the code that is used for configuring the timezone. That can cause package update to fail. There are autopkgtest to avoid regressions. [ Original report ] ProblemType: Package DistroRelease: Ubuntu 24.04 Package: tzdata 2024a-3ubuntu1.1 ProcVersionSignature: Ubuntu 6.5.0-1018.21-raspi 6.5.13 Uname: Linux 6.5.0-1018-raspi aarch64 ApportVersion: 2.28.1-0ubuntu3 Architecture: arm64 CasperMD5CheckResult: unknown CloudArchitecture: aarch64 CloudID: nocloud CloudName: unknown CloudPlatform: nocloud CloudSubPlatform: config-disk (/dev/mmcblk0p1) Date: Mon Jun 24 09:04:36 2024 DuplicateSignature: package:tzdata:2024a-3ubuntu1.1 Setting up tzdata (2024a-3ubuntu1.1) ... dpkg: error processing package tzdata (--configure): installed tzdata package post-installation script subprocess returned error exit status 10 ErrorMessage: installed tzdata package post-installation script subprocess returned error exit status 10 PackageArchitecture: all Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu1 PythonDetails: N/A RebootRequiredPkgs: Error: path contained symlinks. RelatedPackageVersions: dpkg 1.22.6ubuntu6 apt 2.7.14build2 SourcePackage: tzdata Title: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10 UpgradeStatus: Upgraded to noble on 2024-06-24 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tzdata/+bug/2070285/+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 2070285] Re: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10
tzdata 2024b-1ubuntu2.1 uploaded to oracular. The remaining series will be done tomorrow. ** Description changed: - https://bugs.launchpad.net/ubuntu/+source/tzdata/+filebug/fb042db4-3232-11ef-b78b-9b3aa32b5f1b?field.title=package+tzdata+2024a-3ubuntu1.1+failed+to+install%2Fupgrade%3A+installed+tzdata+package+post- - installation+script+subprocess+returned+error+exit+status+10 + [ Impact ] + + Updating the tzdata package will fail on systems that have a legacy + timezone selected (that is not updated to a recent one during dpkg- + reconfigure). Example: + + ``` + $ schroot-wrapper -p tzdata -c jammy -u root + (jammy)root@host:~# ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime + (jammy)root@host:~# DEBIAN_FRONTEND=noninteractive dpkg-reconfigure tzdata + (jammy)root@host:~# echo $? + 10 + ``` + + [ Test Plan ] + + Test cases were added to the autopkgtest to cover the testing: + + * debconf: test_legacy_timezones + + So the test plan is to check that the autopkgtest succeeds. The example + given above should not fail. + + [ Where problems can occur ] + + The fix touches the code that is used for configuring the timezone. That + can cause package update to fail. There are autopkgtest to avoid + regressions. + + [ Original report ] ProblemType: Package DistroRelease: Ubuntu 24.04 Package: tzdata 2024a-3ubuntu1.1 ProcVersionSignature: Ubuntu 6.5.0-1018.21-raspi 6.5.13 Uname: Linux 6.5.0-1018-raspi aarch64 ApportVersion: 2.28.1-0ubuntu3 Architecture: arm64 CasperMD5CheckResult: unknown CloudArchitecture: aarch64 CloudID: nocloud CloudName: unknown CloudPlatform: nocloud CloudSubPlatform: config-disk (/dev/mmcblk0p1) Date: Mon Jun 24 09:04:36 2024 DuplicateSignature: - package:tzdata:2024a-3ubuntu1.1 - Setting up tzdata (2024a-3ubuntu1.1) ... - dpkg: error processing package tzdata (--configure): - installed tzdata package post-installation script subprocess returned error exit status 10 + package:tzdata:2024a-3ubuntu1.1 + Setting up tzdata (2024a-3ubuntu1.1) ... + dpkg: error processing package tzdata (--configure): + installed tzdata package post-installation script subprocess returned error exit status 10 ErrorMessage: installed tzdata package post-installation script subprocess returned error exit status 10 PackageArchitecture: all Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu1 PythonDetails: N/A RebootRequiredPkgs: Error: path contained symlinks. RelatedPackageVersions: - dpkg 1.22.6ubuntu6 - apt 2.7.14build2 + dpkg 1.22.6ubuntu6 + apt 2.7.14build2 SourcePackage: tzdata Title: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10 UpgradeStatus: Upgraded to noble on 2024-06-24 (0 days ago) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu. https://bugs.launchpad.net/bugs/2070285 Title: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10 Status in tzdata package in Ubuntu: Fix Committed Status in tzdata source package in Focal: New Status in tzdata source package in Jammy: New Status in tzdata source package in Noble: New Status in tzdata source package in Oracular: New Bug description: [ Impact ] Updating the tzdata package will fail on systems that have a legacy timezone selected (that is not updated to a recent one during dpkg- reconfigure). Example: ``` $ schroot-wrapper -p tzdata -c jammy -u root (jammy)root@host:~# ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime (jammy)root@host:~# DEBIAN_FRONTEND=noninteractive dpkg-reconfigure tzdata (jammy)root@host:~# echo $? 10 ``` [ Test Plan ] Test cases were added to the autopkgtest to cover the testing: * debconf: test_legacy_timezones So the test plan is to check that the autopkgtest succeeds. The example given above should not fail. [ Where problems can occur ] The fix touches the code that is used for configuring the timezone. That can cause package update to fail. There are autopkgtest to avoid regressions. [ Original report ] ProblemType: Package DistroRelease: Ubuntu 24.04 Package: tzdata 2024a-3ubuntu1.1 ProcVersionSignature: Ubuntu 6.5.0-1018.21-raspi 6.5.13 Uname: Linux 6.5.0-1018-raspi aarch64 ApportVersion: 2.28.1-0ubuntu3 Architecture: arm64 CasperMD5CheckResult: unknown CloudArchitecture: aarch64 CloudID: nocloud CloudName: unknown CloudPlatform: nocloud CloudSubPlatform: config-disk (/dev/mmcblk0p1) Date: Mon Jun 24 09:04:36 2024 DuplicateSignature: package:tzdata:2024a-3ubuntu1.1 Setting up tzdata (2024a-3ubuntu1.1) ... dpkg: error processing package tzdata (--configure): installed tzdata package post-installation script subprocess ret
[Touch-packages] [Bug 2089779] Re: Buffer overflow in autopkgtest of wesnoth
This bug was fixed in the package libsdl2 - 2.30.9+dfsg-1ubuntu1 --- libsdl2 (2.30.9+dfsg-1ubuntu1) plucky; urgency=medium * d/rules: reduce to -O2 to fix crashes that occur when combining O3 with LTO (LP: #2089779) -- Christian Ehrhardt Thu, 28 Nov 2024 10:31:47 +0100 ** Changed in: libsdl2 (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to python3-defaults in Ubuntu. https://bugs.launchpad.net/bugs/2089779 Title: Buffer overflow in autopkgtest of wesnoth Status in boost1.83 package in Ubuntu: Fix Released Status in libsdl2 package in Ubuntu: Fix Released Status in python3-defaults package in Ubuntu: Fix Released Status in wesnoth package in Ubuntu: Triaged Status in wesnoth-1.18 package in Ubuntu: Triaged Bug description: https://objectstorage.prodstack5.canonical.com/swift/v1/AUTH_0f9aae918d5b4744bf7b827671c86842/autopkgtest- plucky/plucky/amd64/w/wesnoth-1.18/20241127_064901_ac814@/log.gz Repeats on reruns triggered by others. Blocks multiple migrations, atm - libsdl2 - python3-defaults - boost1.83 Unblocking all of these is surely worth it :-) I'll have a look tomorrow. 229s autopkgtest [06:48:46]: test command1: /usr/games/wesnoth-1.18 -m --controller 1:ai --controller 2:ai --nogui 229s autopkgtest [06:48:46]: test command1: [--- 229s Battle for Wesnoth v1.18.3 x86_64 229s Started on Wed Nov 27 06:48:46 2024 229s 229s Automatically found a possible data directory at: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s 229s Data directory: /tmp/autopkgtest.kgIWzV/build.Cyz/src 229s User configuration directory: /home/USER/.config/wesnoth-1.18 229s User data directory: /home/USER/.config/wesnoth-1.18 229s Cache directory: /home/USER/.config/wesnoth-1.18/cache 229s 229s 229s error: XDG_RUNTIME_DIR is invalid or not set in the environment. 229s *** buffer overflow detected ***: terminated 230s Aborted (core dumped) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/boost1.83/+bug/2089779/+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 2059852] Re: Invalid free called during libfreetype FT_Done_Glyph
I think perhaps the best way forward here would be for Canonical to assign a CVE for this issue if it looks like a real vulnerability and then we can proceed with a fix. I will enquire internally. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to freetype in Ubuntu. https://bugs.launchpad.net/bugs/2059852 Title: Invalid free called during libfreetype FT_Done_Glyph Status in freetype package in Ubuntu: New Status in freetype source package in Jammy: New Bug description: A fuzzed font file triggers an invalid free operation. Current upstream 2.13 was not observed crashing with input. ==1793660== Memcheck, a memory error detector ==1793660== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==1793660== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info ==1793660== Command: ftgrid 12 ftgrid_invalid_free_shown_by_valgrind.ttf ==1793660== ==1793660== Argument 'size' of function malloc has a fishy (possibly negative) value: -205496320 ==1793660==at 0x4848899: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ==1793660==by 0x10F09A: UnknownInlinedFun (ftgrid.c:412) ==1793660==by 0x10F09A: UnknownInlinedFun (ftgrid.c:580) ==1793660==by 0x10F09A: main (ftgrid.c:1818) ==1793660== ==1793660== Invalid free() / delete / delete¡¿ / realloc() ==1793660==at 0x484B27F: free (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ==1793660==by 0x48C2EC3: UnknownInlinedFun (ftutil.c:173) ==1793660==by 0x48C2EC3: FT_Bitmap_Done (ftbitmap.c:1169) ==1793660==by 0x48C5947: FT_Done_Glyph (ftglyph.c:650) ==1793660==by 0x10F1A0: UnknownInlinedFun (ftgrid.c:589) ==1793660==by 0x10F1A0: main (ftgrid.c:1818) ==1793660== Address 0x5292040 is 0 bytes inside a block of size 58,519,576 free'd ==1793660==at 0x484B27F: free (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ==1793660==by 0x10F18A: UnknownInlinedFun (ftgrid.c:586) ==1793660==by 0x10F18A: main (ftgrid.c:1818) ==1793660== Block was alloc'd at ==1793660==at 0x4848899: malloc (in /usr/libexec/valgrind/vgpreload_memcheck-amd64-linux.so) ==1793660==by 0x48BDB08: ft_mem_qrealloc (ftutil.c:145) ==1793660==by 0x48BF04D: ft_mem_realloc (ftutil.c:101) ==1793660==by 0x491815B: ft_smooth_render.lto_priv.0 (ftsmooth.c:475) ==1793660==by 0x48BD24C: FT_Render_Glyph_Internal (ftobjs.c:4721) ==1793660==by 0x48C8A2F: FT_Glyph_To_Bitmap (ftglyph.c:596) ==1793660==by 0x11A67E: FTDemo_Glyph_To_Bitmap (ftcommon.c:1365) ==1793660==by 0x10DCC1: UnknownInlinedFun (ftgrid.c:575) ==1793660==by 0x10DCC1: main (ftgrid.c:1818) ==1793660== Program received signal SIGSEGV, Segmentation fault. 0x77be13fe in __GI___libc_free (mem=0x74087010) at ./malloc/malloc.c:3368 3368./malloc/malloc.c: No such file or directory. (gdb) bt £0 0x77be13fe in __GI___libc_free (mem=0x74087010) at ./malloc/malloc.c:3368 £1 0x77ebeec4 in ft_mem_free (P=, memory=) at ./src/base/ftutil.c:173 £2 FT_Bitmap_Done (library=, bitmap=0x555a25e0) at ./src/base/ftbitmap.c:1169 £3 0x77ec1948 in FT_Done_Glyph (glyph=0x555a25b0) at ./src/base/ftglyph.c:650 £4 0xb1a1 in grid_status_draw_outline (st=0x555703e0 , display=, handle=) at ./ft2demos/src/ftgrid.c:589 £5 main (argc=, argv=) at ./ft2demos/src/ftgrid.c:1818 $ apt-cache policy libfreetype6 libfreetype6: Installed: 2.11.1+dfsg-1ubuntu0.2 Candidate: 2.11.1+dfsg-1ubuntu0.2 Version table: *** 2.11.1+dfsg-1ubuntu0.2 500 500 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages 500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages 100 /var/lib/dpkg/status 2.11.1+dfsg-1build1 500 500 http://archive.ubuntu.com/ubuntu jammy/main amd64 Packages Description:Ubuntu 22.04.3 LTS Release:22.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/2059852/+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 2090972] [NEW] /boot intermittently fails to mount on boot
Public bug reported: Starting on Noble, we see /boot fail to mount in approximately one out of every two thousand boots. The error looks like this: Found device dev-disk-by\x2dlabel-BOOT.device - QEMU NVMe Ctrl BOOT. Starting systemd-fsck@dev-disk-by… Check on /dev/disk/by-label/BOOT... Checking in progress on 1 disk (0.0% complete) Checking in progress on 0 disks (100.0% complete) Finished msystemd-fsck@dev-disk-by… Check on /dev/disk/by-label/BOOT. Mounting boot.mount - /boot... [3.051612] /dev/disk/by-label/BOOT: Can't lookup blockdev FAILED Failed to mount boot.mount - /boot. See 'systemctl status boot.mount' for details. This has resulted in a number of different failure modes for our users. Anything that needs to interact with /boot during provisioning will fail. This is usually something running update-grub or similar. If we manage to succeed in booting, this can cause subsequent kernel updates or tools that install kernel modules to fail, because update-grub fails. We've _also_ seen this manifest on the root filesystem. In that case, the boot succeeded, but the by-label links remain absent. When this occurs, we find installing kernel packages fails because mkinitramfs can't locate the root disk by label. It's a vexing problem, and so to reproduce we ran cloud images in a boot loop until we could reliably reproduce the problem. Unfortunately, we weren't able to work out anything that made this happen faster, so it's been a bit slow coming. It turns out the problem here is that libblkid recently added support to compute the checksum of the superblocks on ext4 filesystems, and Noble is the first release to include a version of util-linux new enough to have this feature. When libblkid determines an ext4 superblock's checksum is corrupt, it refuses to identify the device as having a filesystem, which leads to the removeal of the uuid and by-label fields. systemd-udevd then removes these symlinks. This is where it all goes wrong. From our debug traces, it's possible to see this clearly: (udev-worker)[208]: nvme0n1p16: Probe /dev/nvme0n1p16 with raid and offset=0 systemd-udevd[208]: 208: libblkid: LOWPROBE: [36] ext4dev: systemd-udevd[208]: 208: libblkid: BUFFER: reuse: off=1024 len=1024 (for off=1024 len=1024) systemd-udevd[208]: 208: libblkid: LOWPROBE: magic sboff=56, kboff=1 systemd-udevd[208]: 208: libblkid: LOWPROBE: call probefunc() systemd-udevd[208]: 208: libblkid: BUFFER: reuse: off=1024 len=1024 (for off=1024 len=1024) systemd-udevd[208]: incorrect checksum for type ext4dev, got D919EB56, expected A47F6CF0 systemd-udevd[208]: 208: libblkid: LOWPROBE: [37] ext4: systemd-udevd[208]: 208: libblkid: BUFFER: reuse: off=1024 len=1024 (for off=1024 len=1024) systemd-udevd[208]: 208: libblkid: LOWPROBE: magic sboff=56, kboff=1 systemd-udevd[208]: 208: libblkid: LOWPROBE: call probefunc() systemd-udevd[208]: 208: libblkid: BUFFER: reuse: off=1024 len=1024 (for off=1024 len=1024) systemd-udevd[208]: incorrect checksum for type ext4, got D919EB56, expected A47F6CF0 (udev-worker)[208]: nvme0n1p16: Removing/updating old device symlink '/dev/disk/by-uuid/ce209fd3-a875-4607-9089-35b9de605bd0', which is no longer belonging to this device. (udev-worker)[208]: nvme0n1p16: No reference left for '/dev/disk/by-uuid/ce209fd3-a875-4607-9089-35b9de605bd0', removing (udev-worker)[208]: nvme0n1p16: Removing/updating old device symlink '/dev/disk/by-label/BOOT', which is no longer belonging to this device. (udev-worker)[208]: nvme0n1p16: No reference left for '/dev/disk/by-label/BOOT', removing (udev-worker)[208]: nvme0n1p16: Successfully created symlink '/dev/block/259:4' to '/dev/nvme0n1p16' (udev-worker)[208]: nvme0n1p16: sd-device: Created db file '/run/udev/data/b259:4' for '/devices/pci:00/:00:01.0/nvme/nvme0/nvme0n1/nvme0n1p16' (udev-worker)[208]: nvme0n1p16: Adding watch on '/dev/nvme0n1p16' (udev-worker)[208]: nvme0n1p16: Device processed (SEQNUM=1630, ACTION=change) (udev-worker)[208]: nvme0n1p16: sd-device-monitor(worker): Passed 1315 byte to netlink monitor. Fortunately, the fix here is straight-forward and is similar to what we did for resize2fs: use O_DIRECT when reading the superblock. We've already sent a patch upstream and gotten it accepted there: https://github.com/util-linux/util- linux/commit/483c9f38e377ff0b009f546a2c4ee91a1d61588c We've also been running with a version of this patch backported to 2.39.3-9ubuntu6.1 in our production environment for a couple of months. It's completely eliminated this problem for us. We were observing this about once an hour and have had no recurrence since rolling out the fix. We had a discussion with Ted Ts'o about this as well, and he had some ideas for future improvements, but nothing that we're implementing in this fix: https://lore.kernel.org/util- linux/6d16e6d83ab48d2ea4402db17c
[Touch-packages] [Bug 2090950] [NEW] Please merge 0.274 into plucky
Public bug reported: The upstream version 0.274 should be merged into plucky. The current version is 0.272ubuntu1. * PPA for review: https://launchpad.net/~mateus- morais/+archive/ubuntu/plucky-merges Note: this is a tracking bug ** Affects: cdebconf (Ubuntu) Importance: Undecided Assignee: Mateus Rodrigues de Morais (mateus-morais) Status: In Progress ** Changed in: cdebconf (Ubuntu) Assignee: (unassigned) => Mateus Rodrigues de Morais (mateus-morais) ** Changed in: cdebconf (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to cdebconf in Ubuntu. https://bugs.launchpad.net/bugs/2090950 Title: Please merge 0.274 into plucky Status in cdebconf package in Ubuntu: In Progress Bug description: The upstream version 0.274 should be merged into plucky. The current version is 0.272ubuntu1. * PPA for review: https://launchpad.net/~mateus- morais/+archive/ubuntu/plucky-merges Note: this is a tracking bug To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cdebconf/+bug/2090950/+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 2083129] Re: [Lenovo Ubuntu 24.04.4 Bug] netplan static IP address assignment use NetworkManager as renderer would be lost static ip
I did get this suggestion from someone internally: +++ That one line in there about unmanaged devices reminds me of this old thing https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1638842 -- loads of people found our /usr/lib/NetworkManager/conf.d/10-globally-managed-devices.conf configuration causing problems managing wired interfaces, or something like that. i'm not sure why it would be non-deterministic though :( I think my hunch could be tested via the comment #6 workaround `touch /etc/NetworkManager/conf.d/10-globally-managed-devices.conf` +++ So see if the comment 6 workaround in that bug helps... -- 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/2083129 Title: [Lenovo Ubuntu 24.04.4 Bug] netplan static IP address assignment use NetworkManager as renderer would be lost static ip Status in network-manager package in Ubuntu: New Bug description: On Ubuntu 22.04.4, to configure a system to use static address assignment, create a netplan configuration in the file, like /etc/netplan/00-installer-config.yaml. After assigning the network configuration abstraction renderer to NetworkManager not networkd in /etc/netplan/00-installer-config.yaml, then we do warm reboot test, some of the NIC interface lost their static ip in some reboot cycles when the rendered is NetworkManager, but networkd as a renderer is works well, all NIC interfaces can get their corresponding IP that configured in netplan confile file. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2083129/+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 2070285] Re: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10
** Description changed: [ Impact ] Updating the tzdata package will fail on systems that have a legacy timezone selected (that is not updated to a recent one during dpkg- reconfigure). Example: ``` $ schroot-wrapper -p tzdata -c jammy -u root (jammy)root@host:~# ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime (jammy)root@host:~# DEBIAN_FRONTEND=noninteractive dpkg-reconfigure tzdata (jammy)root@host:~# echo $? 10 ``` [ Test Plan ] - Test cases were added for Ubuntu 24.10 (oracular) and Ubuntu 24.04 - (noble) to the autopkgtest to cover the testing: + Test cases were added for Ubuntu 24.10 (oracular), Ubuntu 24.04 (noble), + and Ubuntu 22.04 (jammy) to the autopkgtest to cover the testing: * debconf: test_legacy_timezones So the test plan is to check that the autopkgtest succeeds. For older releases, run the example given above. It should exit with 0 and keep the configured timezone. [ Where problems can occur ] The fix touches the code that is used for configuring the timezone. That can cause package update to fail. There are autopkgtest to avoid regressions. [ Original report ] ProblemType: Package DistroRelease: Ubuntu 24.04 Package: tzdata 2024a-3ubuntu1.1 ProcVersionSignature: Ubuntu 6.5.0-1018.21-raspi 6.5.13 Uname: Linux 6.5.0-1018-raspi aarch64 ApportVersion: 2.28.1-0ubuntu3 Architecture: arm64 CasperMD5CheckResult: unknown CloudArchitecture: aarch64 CloudID: nocloud CloudName: unknown CloudPlatform: nocloud CloudSubPlatform: config-disk (/dev/mmcblk0p1) Date: Mon Jun 24 09:04:36 2024 DuplicateSignature: package:tzdata:2024a-3ubuntu1.1 Setting up tzdata (2024a-3ubuntu1.1) ... dpkg: error processing package tzdata (--configure): installed tzdata package post-installation script subprocess returned error exit status 10 ErrorMessage: installed tzdata package post-installation script subprocess returned error exit status 10 PackageArchitecture: all Python3Details: /usr/bin/python3.12, Python 3.12.3, python3-minimal, 3.12.3-0ubuntu1 PythonDetails: N/A RebootRequiredPkgs: Error: path contained symlinks. RelatedPackageVersions: dpkg 1.22.6ubuntu6 apt 2.7.14build2 SourcePackage: tzdata Title: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10 UpgradeStatus: Upgraded to noble on 2024-06-24 (0 days ago) -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to tzdata in Ubuntu. https://bugs.launchpad.net/bugs/2070285 Title: package tzdata 2024a-3ubuntu1.1 failed to install/upgrade: installed tzdata package post-installation script subprocess returned error exit status 10 Status in tzdata package in Ubuntu: Fix Committed Status in tzdata source package in Focal: New Status in tzdata source package in Jammy: New Status in tzdata source package in Noble: New Status in tzdata source package in Oracular: New Bug description: [ Impact ] Updating the tzdata package will fail on systems that have a legacy timezone selected (that is not updated to a recent one during dpkg- reconfigure). Example: ``` $ schroot-wrapper -p tzdata -c jammy -u root (jammy)root@host:~# ln -sf /usr/share/zoneinfo/EST5EDT /etc/localtime (jammy)root@host:~# DEBIAN_FRONTEND=noninteractive dpkg-reconfigure tzdata (jammy)root@host:~# echo $? 10 ``` [ Test Plan ] Test cases were added for Ubuntu 24.10 (oracular), Ubuntu 24.04 (noble), and Ubuntu 22.04 (jammy) to the autopkgtest to cover the testing: * debconf: test_legacy_timezones So the test plan is to check that the autopkgtest succeeds. For older releases, run the example given above. It should exit with 0 and keep the configured timezone. [ Where problems can occur ] The fix touches the code that is used for configuring the timezone. That can cause package update to fail. There are autopkgtest to avoid regressions. [ Original report ] ProblemType: Package DistroRelease: Ubuntu 24.04 Package: tzdata 2024a-3ubuntu1.1 ProcVersionSignature: Ubuntu 6.5.0-1018.21-raspi 6.5.13 Uname: Linux 6.5.0-1018-raspi aarch64 ApportVersion: 2.28.1-0ubuntu3 Architecture: arm64 CasperMD5CheckResult: unknown CloudArchitecture: aarch64 CloudID: nocloud CloudName: unknown CloudPlatform: nocloud CloudSubPlatform: config-disk (/dev/mmcblk0p1) Date: Mon Jun 24 09:04:36 2024 DuplicateSignature: package:tzdata:2024a-3ubuntu1.1 Setting up tzdata (2024a-3ubuntu1.1) ... dpkg: error processing package tzdata (--configure): installed tzdata package post-installation script subprocess returned error exit status 10 ErrorMessage: installed tzdata package post-installation script subprocess returned error exit status 10 PackageArchitecture: all Python3Details: /usr/bin/python3.12, Python 3.12.3, pytho
[Touch-packages] [Bug 2090895] Re: Crashes - Not present on windows
The application crashes within libopenal rather than Java. Could you please provide the steps to reproduce the issue? ** Also affects: openal-soft (Ubuntu) Importance: Undecided Status: New ** Changed in: openal-soft (Ubuntu) Status: New => Incomplete ** Changed in: openjdk-17 (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to openal-soft in Ubuntu. https://bugs.launchpad.net/bugs/2090895 Title: Crashes - Not present on windows Status in openal-soft package in Ubuntu: Incomplete Status in openjdk-17 package in Ubuntu: Incomplete Bug description: Was trying to use a minecraft modpack It crashed. The log reported that JRE detected an error. The modpack doesn't crash on windows (Others can attest) and given that java is supposed to work the same everywhere I believe that it is caused by a bug in the ubuntu JRE. Pleaase tell me if that is incorrect The log is attached To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/openal-soft/+bug/2090895/+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 1512046] Re: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1512046 Title: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: the automatic sw updater reported the problem, I have no idea why. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 ProcVersionSignature: Ubuntu 3.19.0-30.34~14.04.1-generic 3.19.8-ckt6 Uname: Linux 3.19.0-30-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.18 Architecture: amd64 Date: Sat Oct 31 21:28:25 2015 DuplicateSignature: package:linux-image-3.19.0-31-generic:3.19.0-31.36~14.04.1:run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 RelatedPackageVersions: dpkg 1.17.5ubuntu5.4 apt 1.0.1ubuntu2.10 SourcePackage: initramfs-tools Title: package linux-image-3.19.0-31-generic 3.19.0-31.36~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1512046/+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 1748757] Re: package linux-firmware 1.157.14 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1748757 Title: package linux-firmware 1.157.14 failed to install/upgrade: le sous- processus script post-installation installé a retourné une erreur de sortie d'état 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: the error message appear at the end of the boot ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-firmware 1.157.14 ProcVersionSignature: Ubuntu 4.13.0-32.35~16.04.1-generic 4.13.13 Uname: Linux 4.13.0-32-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Mon Feb 5 19:59:44 2018 Dependencies: ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 InstallationDate: Installed on 2017-04-04 (312 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.3 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-firmware 1.157.14 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1748757/+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 1558129] Re: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1558129 Title: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: when install multisystem ProblemType: Package DistroRelease: Ubuntu 15.10 Package: initramfs-tools 0.120ubuntu6 ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4 Uname: Linux 4.2.0-34-generic i686 ApportVersion: 2.19.1-0ubuntu5 Architecture: i386 Date: Wed Mar 16 18:26:24 2016 ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код ошибки 2 InstallationDate: Installed on 2016-03-14 (1 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release i386 (20151021) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.2ubuntu5.1 apt 1.0.10.2ubuntu1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.120ubuntu6 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1558129/+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 1356033] Re: package initramfs-tools 0.99ubuntu13.5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1356033 Title: package initramfs-tools 0.99ubuntu13.5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Occurred during do-release-upgrade from 12.04.4 to 14.04.1 ProblemType: Package DistroRelease: Ubuntu 12.04 Package: initramfs-tools 0.99ubuntu13.5 ProcVersionSignature: Ubuntu 3.2.0-48.74-generic 3.2.46 Uname: Linux 3.2.0-48-generic i686 NonfreeKernelModules: nvidia ApportVersion: 2.0.1-0ubuntu17.6 Architecture: i386 Date: Tue Aug 12 15:21:16 2014 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 1 MarkForUpload: True PackageArchitecture: all SourcePackage: initramfs-tools Title: package initramfs-tools 0.99ubuntu13.5 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to precise on 2014-08-12 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1356033/+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 2089937] Re: Wi-Fi intermittently disconnects
Thanks for taking the time to report this bug and helping to make Ubuntu better. We appreciate the difficulties you are facing, but this appears to be a "regular" (non-security) bug. I have unmarked it as a security issue since this bug does not show evidence of allowing attackers to cross privilege boundaries nor directly cause loss of data/privacy. Please feel free to report any other bugs you may find. ** Information type changed from Private Security to Public -- 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/2089937 Title: Wi-Fi intermittently disconnects Status in network-manager package in Ubuntu: New Bug description: Wi-Fi intermittently disconnects, and a message appears stating that 'System' requires the Wi-Fi password to reconnect. However, clicking on the network again after a short delay restores the connection without re-entering the password. ProblemType: Bug DistroRelease: Ubuntu 24.04 Package: network-manager 1.46.0-1ubuntu2 ProcVersionSignature: Ubuntu 6.8.0-49.49-generic 6.8.12 Uname: Linux 6.8.0-49-generic x86_64 ApportVersion: 2.28.1-0ubuntu3.1 Architecture: amd64 CRDA: N/A CasperMD5CheckResult: pass CurrentDesktop: ubuntu:GNOME Date: Fri Nov 29 16:42:49 2024 InstallationDate: Installed on 2024-02-08 (295 days ago) InstallationMedia: Ubuntu 22.04.3 LTS "Jammy Jellyfish" - Release amd64 (20230807.2) SourcePackage: network-manager UpgradeStatus: Upgraded to noble on 2024-05-22 (191 days ago) nmcli-nm: RUNNING VERSION STATE STARTUP CONNECTIVITY NETWORKING WIFI-HW WIFI WWAN-HW WWAN running 1.46.0 connected started full enabled enabled enabled missing disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2089937/+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 1552391] Re: package initramfs-tools 0.122ubuntu3 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1552391 Title: package initramfs-tools 0.122ubuntu3 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: when the system starts ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu3 ProcVersionSignature: Ubuntu 4.4.0-8.23-generic 4.4.2 Uname: Linux 4.4.0-8-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 Date: Tue Mar 1 19:29:38 2016 ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 2 InstallationDate: Installed on 2016-02-27 (4 days ago) InstallationMedia: Xubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160224) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.3 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu3 failed to install/upgrade: podproces zainstalowany skrypt post-installation zwrócił kod błędu 2 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1552391/+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 1776680] Re: package linux-image-extra-4.4.0-128-generic 4.4.0-128.154 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1776680 Title: package linux-image-extra-4.4.0-128-generic 4.4.0-128.154 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Description: Ubuntu 16.04.1 LTS Release: 16.04 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-128-generic 4.4.0-128.154 ProcVersionSignature: Ubuntu 4.4.0-128.154-generic 4.4.131 Uname: Linux 4.4.0-128-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: hammer 1962 F pulseaudio /dev/snd/controlC0: hammer 1962 F pulseaudio Date: Wed Jun 13 12:52:07 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=14ae867e-bac8-42cd-8b54-84cad8acf313 InstallationDate: Installed on 2018-06-03 (10 days ago) InstallationMedia: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: Dell Inc. Latitude E6520 ProcFB: 0 VESA VGA ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-128-generic root=UUID=1f47ecd7-9392-426a-8b3c-1bf4eb4ffc36 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.1 SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-128-generic 4.4.0-128.154 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 10/18/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: A08 dmi.board.asset.tag: 50049724 dmi.board.name: 0J4TFW dmi.board.vendor: Dell Inc. dmi.board.version: A01 dmi.chassis.asset.tag: 50049724 dmi.chassis.type: 9 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA08:bd10/18/2011:svnDellInc.:pnLatitudeE6520:pvr01:rvnDellInc.:rn0J4TFW:rvrA01:cvnDellInc.:ct9:cvr: dmi.product.name: Latitude E6520 dmi.product.version: 01 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1776680/+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 1801744] Re: package linux-image-4.4.0-139-generic 4.4.0-139.165 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1801744 Title: package linux-image-4.4.0-139-generic 4.4.0-139.165 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: don't know ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-139-generic 4.4.0-139.165 ProcVersionSignature: Ubuntu 4.4.0-139.165-generic 4.4.160 Uname: Linux 4.4.0-139-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: jaideep1604 F pulseaudio /dev/snd/controlC0: jaideep1604 F pulseaudio Date: Fri Nov 2 23:55:21 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=0dfe2ba1-25bb-463c-b5f0-85897090f1d1 InstallationDate: Installed on 2016-04-19 (930 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) MachineType: LENOVO INVALID ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-139-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A SourcePackage: initramfs-tools Title: package linux-image-4.4.0-139-generic 4.4.0-139.165 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/30/2015 dmi.bios.vendor: LENOVO dmi.bios.version: A2CN36WW(V2.04) dmi.board.asset.tag: No Asset Tag dmi.board.name: VIUU4 dmi.board.vendor: LENOVO dmi.board.version: 3192 PRO dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: INVALID dmi.modalias: dmi:bvnLENOVO:bvrA2CN36WW(V2.04):bd04/30/2015:svnLENOVO:pnINVALID:pvrINVALID:rvnLENOVO:rnVIUU4:rvr3192PRO:cvnLENOVO:ct10:cvrINVALID: dmi.product.name: INVALID dmi.product.version: INVALID dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1801744/+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 1791380] Re: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1791380 Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Very similar to other bugs, may be the same. I added a new one due to the 0.122ubuntu8.1 vice just ubuntu8 bit. I have no idea what any of this means, just trying to be helpful if it is a new bug... Information I think might be important: I was running Ubuntu Server 16.04 on a Raspberry Pi 3B+. The pi has an SD card with BerryBoot on it, and Ubuntu Server was installed on an external USB Hard Drive. I ran "do-release-upgrade" as recommended by the prompt after logging in, as it stated Ubuntu 18.04 was available. The upgrade process appeared to be running smoothly until I received an error that the root device could not be found. I was given Ctrl-C or Enter to Continue options, and I pushed enter. The initramfs bug I am reporting came after that. Not sure if they are related or not... ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.1 Uname: Linux 4.14.67v7-aufs armv7l ApportVersion: 2.20.1-0ubuntu2.1 Architecture: armhf Date: Fri Sep 7 21:31:02 2018 ErrorMessage: subprocess installed post-installation script returned error exit status 1 PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to xenial on 2018-09-07 (0 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1791380/+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 1774727] Re: package linux-image-4.4.0-127-generic 4.4.0-127.153 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1774727 Title: package linux-image-4.4.0-127-generic 4.4.0-127.153 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: ? ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-127-generic 4.4.0-127.153 ProcVersionSignature: Ubuntu 4.4.0-127.153-generic 4.4.128 Uname: Linux 4.4.0-127-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: pcl64c 1761 F pulseaudio /dev/snd/controlC0: pcl64c 1761 F pulseaudio Date: Fri Jun 1 20:02:35 2018 DpkgHistoryLog: Start-Date: 2018-06-01 20:00:38 Commandline: /usr/bin/unattended-upgrade Upgrade: apport:amd64 (2.20.1-0ubuntu2.17, 2.20.1-0ubuntu2.18), python3-apport:amd64 (2.20.1-0ubuntu2.17, 2.20.1-0ubuntu2.18), apport-gtk:amd64 (2.20.1-0ubuntu2.17, 2.20.1-0ubuntu2.18), python3-problem-report:amd64 (2.20.1-0ubuntu2.17, 2.20.1-0ubuntu2.18) ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=d2092ccb-05a7-4ddb-8f09-91c6e1fbbf27 InstallationDate: Installed on 2016-08-05 (665 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: MSI MS-7592 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-127-generic root=/dev/sda1 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.18 RfKill: 0: phy0: Wireless LAN Soft blocked: yes Hard blocked: no SourcePackage: initramfs-tools Title: package linux-image-4.4.0-127-generic 4.4.0-127.153 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/09/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V26.7 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: G41M-P26 (MS-7592) dmi.board.vendor: MSI dmi.board.version: 5.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 5.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV26.7:bd08/09/2011:svnMSI:pnMS-7592:pvr5.0:rvnMSI:rnG41M-P26(MS-7592):rvr5.0:cvnMSI:ct3:cvr5.0: dmi.product.name: MS-7592 dmi.product.version: 5.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1774727/+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 1820950] Re: package linux-image-extra-4.4.0-141-generic 4.4.0-141.167 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1820950 Title: package linux-image-extra-4.4.0-141-generic 4.4.0-141.167 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: end kernel panic not syncing vfs ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-141-generic 4.4.0-141.167 ProcVersionSignature: Ubuntu 4.4.0-142.168-generic 4.4.167 Uname: Linux 4.4.0-142-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: dedov-dm 3082 F pulseaudio Date: Tue Mar 19 09:43:22 2019 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=c344ff81-95de-45ae-8e3f-629973fb7b86 InstallationDate: Installed on 2016-11-24 (845 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: ASUSTeK COMPUTER INC. X75VC ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-142-generic root=UUID=96ff5665-49e0-4b3c-b638-cd31e6fa3ffc ro quiet splash PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.20 SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-141-generic 4.4.0-141.167 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: Upgraded to xenial on 2018-08-21 (211 days ago) dmi.bios.date: 02/26/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: X75VC.201 dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: X75VC dmi.board.vendor: ASUSTeK COMPUTER INC. dmi.board.version: 1.0 dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: ASUSTeK COMPUTER INC. dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrX75VC.201:bd02/26/2013:svnASUSTeKCOMPUTERINC.:pnX75VC:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnX75VC:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0: dmi.product.name: X75VC dmi.product.version: 1.0 dmi.sys.vendor: ASUSTeK COMPUTER INC. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1820950/+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 1769439] Re: package linux-image-generic 4.4.0.122.128 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1769439 Title: package linux-image-generic 4.4.0.122.128 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: i don't know what append ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-generic 4.4.0.122.128 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98 Uname: Linux 4.4.0-116-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.16 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: pcl64c 1930 F pulseaudio Date: Sat May 5 13:41:19 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=d2092ccb-05a7-4ddb-8f09-91c6e1fbbf27 InstallationDate: Installed on 2016-08-05 (638 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: MSI MS-7592 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=33bed9e0-545f-4c61-93d4-bd4efd8704f4 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.17 RfKill: 0: phy0: Wireless LAN Soft blocked: yes Hard blocked: no SourcePackage: initramfs-tools Title: package linux-image-generic 4.4.0.122.128 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/09/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V26.7 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: G41M-P26 (MS-7592) dmi.board.vendor: MSI dmi.board.version: 5.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 5.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV26.7:bd08/09/2011:svnMSI:pnMS-7592:pvr5.0:rvnMSI:rnG41M-P26(MS-7592):rvr5.0:cvnMSI:ct3:cvr5.0: dmi.product.name: MS-7592 dmi.product.version: 5.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1769439/+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 1770265] Re: package linux-image-extra-4.13.0-41-generic 4.13.0-41.46~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1770265 Title: package linux-image-extra-4.13.0-41-generic 4.13.0-41.46~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Python install corrupted. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.13.0-41-generic 4.13.0-41.46~16.04.1 ProcVersionSignature: Ubuntu 4.13.0-39.44~16.04.1-generic 4.13.16 Uname: Linux 4.13.0-39-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.16 Architecture: amd64 Date: Wed May 9 14:01:46 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-10-26 (194 days ago) InstallationMedia: Xubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) RelatedPackageVersions: dpkg 1.18.4ubuntu1.4 apt 1.2.26 SourcePackage: initramfs-tools Title: package linux-image-extra-4.13.0-41-generic 4.13.0-41.46~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1770265/+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 1809563] Re: package linux-firmware 1.157.20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1809563 Title: package linux-firmware 1.157.20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: I was trying to let Ubuntu install the package to allow access to a W7 computer via LAN ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-firmware 1.157.20 ProcVersionSignature: Ubuntu 4.15.0-33.36~16.04.1-generic 4.15.18 Uname: Linux 4.15.0-33-generic x86_64 NonfreeKernelModules: i915 r8169 wmi ApportVersion: 2.20.1-0ubuntu2.18 Architecture: amd64 Date: Sat Dec 22 12:27:00 2018 Dependencies: DpkgHistoryLog: Start-Date: 2018-12-22 12:26:27 Commandline: aptdaemon role='role-commit-packages' sender=':1.97' Install: python-tdb:amd64 (1.3.8-2, automatic), python-samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.18, automatic), python-dnspython:amd64 (1.12.0-1, automatic), samba:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.18), samba-dsdb-modules:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.18, automatic), libaio1:amd64 (0.3.110-2, automatic), tdb-tools:amd64 (1.3.8-2, automatic), attr:amd64 (1:2.4.47-2, automatic), python-crypto:amd64 (2.6.1-6ubuntu0.16.04.3, automatic), samba-common:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.18, automatic), samba-vfs-modules:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.18, automatic), samba-common-bin:amd64 (2:4.3.11+dfsg-0ubuntu0.16.04.18, automatic), python-ldb:amd64 (2:1.1.24-1ubuntu3, automatic) ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationDate: Installed on 2018-02-14 (311 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.4 apt 1.2.26 SourcePackage: initramfs-tools Title: package linux-firmware 1.157.20 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1809563/+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 1769441] Re: package linux-image-extra-4.4.0-122-generic 4.4.0-122.146 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1769441 Title: package linux-image-extra-4.4.0-122-generic 4.4.0-122.146 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: i don't know how to resolv this problem ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-122-generic 4.4.0-122.146 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98 Uname: Linux 4.4.0-116-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.16 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: pcl64c 1930 F pulseaudio Date: Sat May 5 13:41:19 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=d2092ccb-05a7-4ddb-8f09-91c6e1fbbf27 InstallationDate: Installed on 2016-08-05 (638 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: MSI MS-7592 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=33bed9e0-545f-4c61-93d4-bd4efd8704f4 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.17 RfKill: 0: phy0: Wireless LAN Soft blocked: yes Hard blocked: no SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-122-generic 4.4.0-122.146 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/09/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V26.7 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: G41M-P26 (MS-7592) dmi.board.vendor: MSI dmi.board.version: 5.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 5.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV26.7:bd08/09/2011:svnMSI:pnMS-7592:pvr5.0:rvnMSI:rnG41M-P26(MS-7592):rvr5.0:cvnMSI:ct3:cvr5.0: dmi.product.name: MS-7592 dmi.product.version: 5.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1769441/+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 1768708] Re: package initramfs-tools 0.122ubuntu8.9 failed to install/upgrade: los disparadores han entrado en bucle, abandonando
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1768708 Title: package initramfs-tools 0.122ubuntu8.9 failed to install/upgrade: los disparadores han entrado en bucle, abandonando Status in initramfs-tools package in Ubuntu: Expired Bug description: I started tbe pc and it did not work out. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.9 ProcVersionSignature: Ubuntu 4.4.0-119.143-generic 4.4.114 Uname: Linux 4.4.0-119-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Tue May 1 13:30:15 2018 ErrorMessage: los disparadores han entrado en bucle, abandonando InstallationDate: Installed on 2016-09-19 (590 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.9 failed to install/upgrade: los disparadores han entrado en bucle, abandonando UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1768708/+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 1761298] Re: package linux-image-extra-4.4.0-119-generic 4.4.0-119.143 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1761298 Title: package linux-image-extra-4.4.0-119-generic 4.4.0-119.143 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: ? ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-119-generic 4.4.0-119.143 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98 Uname: Linux 4.4.0-116-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: pcl64c 2208 F pulseaudio Date: Wed Apr 4 20:45:41 2018 DpkgHistoryLog: Start-Date: 2018-04-04 20:40:55 Commandline: /usr/bin/unattended-upgrade Install: linux-image-4.4.0-119-generic:amd64 (4.4.0-119.143, automatic), linux-headers-4.4.0-119:amd64 (4.4.0-119.143, automatic), linux-image-extra-4.4.0-119-generic:amd64 (4.4.0-119.143, automatic), linux-headers-4.4.0-119-generic:amd64 (4.4.0-119.143, automatic) Upgrade: linux-headers-generic:amd64 (4.4.0.116.122, 4.4.0.119.125), linux-libc-dev:amd64 (4.4.0-116.140, 4.4.0-119.143), libvncclient1:amd64 (0.9.10+dfsg-3ubuntu0.16.04.1, 0.9.10+dfsg-3ubuntu0.16.04.2), libraw15:amd64 (0.17.1-1ubuntu0.1, 0.17.1-1ubuntu0.2), linux-image-generic:amd64 (4.4.0.116.122, 4.4.0.119.125), python-crypto:amd64 (2.6.1-6ubuntu0.16.04.2, 2.6.1-6ubuntu0.16.04.3), linux-generic:amd64 (4.4.0.116.122, 4.4.0.119.125) ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=d2092ccb-05a7-4ddb-8f09-91c6e1fbbf27 InstallationDate: Installed on 2016-08-05 (606 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: MSI MS-7592 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=UUID=33bed9e0-545f-4c61-93d4-bd4efd8704f4 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.17 RfKill: 0: phy0: Wireless LAN Soft blocked: yes Hard blocked: no SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-119-generic 4.4.0-119.143 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 08/09/2011 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V26.7 dmi.board.asset.tag: To Be Filled By O.E.M. dmi.board.name: G41M-P26 (MS-7592) dmi.board.vendor: MSI dmi.board.version: 5.0 dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 5.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV26.7:bd08/09/2011:svnMSI:pnMS-7592:pvr5.0:rvnMSI:rnG41M-P26(MS-7592):rvr5.0:cvnMSI:ct3:cvr5.0: dmi.product.name: MS-7592 dmi.product.version: 5.0 dmi.sys.vendor: MSI To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1761298/+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 1752269] Re: package linux-image-extra-4.13.0-36-generic 4.13.0-36.40~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1752269 Title: package linux-image-extra-4.13.0-36-generic 4.13.0-36.40~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: sudo dpkg --configure -a executed the bug ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.13.0-36-generic 4.13.0-36.40~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-28-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Wed Feb 28 09:44:33 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2018-02-27 (0 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-extra-4.13.0-36-generic 4.13.0-36.40~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1752269/+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 1758303] Re: package initramfs-tools 0.122ubuntu8.11 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 137 zurück
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1758303 Title: package initramfs-tools 0.122ubuntu8.11 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 137 zurück Status in initramfs-tools package in Ubuntu: Expired Bug description: I can't provide details about the issue, but the fault reporting came after an upgrade. Next Day, the fan run on maximum by closing notebook after open the system don't comeback from the sleeping mode. I did a reboot by long push the power button. Then i receive the error message. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.11 ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79 Uname: Linux 4.4.0-93-generic i686 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: i386 Date: Fri Mar 23 01:50:55 2018 ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 137 zurück PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.4 apt 1.2.26 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.11 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 137 zurück UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1758303/+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 1758110] Re: package initramfs-tools 0.122ubuntu8.11 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1758110 Title: package initramfs-tools 0.122ubuntu8.11 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: user@user-SATELLITE-PRO-C850-1GR:~$ sudo apt-get update && sudo apt-get dist-upgrade && sudo reboot Atteint:1 http://it-mirrors.evowise.com/ubuntu xenial InRelease Atteint:2 http://it-mirrors.evowise.com/ubuntu xenial-updates InRelease Atteint:3 http://security.ubuntu.com/ubuntu xenial-security InRelease Atteint:4 https://deb.opera.com/opera-stable stable InRelease Lecture des listes de paquets... Fait Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait Calcul de la mise à jour... Fait 0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour. 1 partiellement installés ou enlevés. Après cette opération, 0 o d'espace disque supplémentaires seront utilisés. Souhaitez-vous continuer ? [O/n] o Paramétrage de initramfs-tools (0.122ubuntu8.10) ... update-initramfs: deferring update (trigger activated) Traitement des actions différées (« triggers ») pour initramfs-tools (0.122ubuntu8.10) ... update-initramfs: Generating /boot/initrd.img-4.4.0-116-generic mktemp: impossible de créer le répertoire à partir du modèle «/var/tmp/mkinitramfs_XX»: Aucun fichier ou dossier de ce type update-initramfs: failed for /boot/initrd.img-4.4.0-116-generic with 1. dpkg: erreur de traitement du paquet initramfs-tools (--configure) : le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 Des erreurs ont été rencontrées pendant l'exécution : initramfs-tools E: Sub-process /usr/bin/dpkg returned an error code (1) user@user-SATELLITE-PRO-C850-1GR:~$ ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.11 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98 Uname: Linux 4.4.0-116-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Thu Mar 22 17:57:53 2018 ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 InstallationDate: Installed on 2017-02-14 (401 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.4 apt 1.2.26 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.11 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 1 UpgradeStatus: Upgraded to xenial on 2017-02-22 (392 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1758110/+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 1744883] Re: package linux-image-extra-4.4.0-109-generic 4.4.0-109.132 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1744883 Title: package linux-image-extra-4.4.0-109-generic 4.4.0-109.132 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Always happen when I start my ubuntu kylin 16.04 LTS, 5 times or more. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-109-generic 4.4.0-109.132 ProcVersionSignature: Ubuntu 4.4.0-112.135-generic 4.4.98 Uname: Linux 4.4.0-112-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: gdm1353 F pulseaudio frank 1860 F pulseaudio /dev/snd/controlC1: gdm1353 F pulseaudio frank 1860 F pulseaudio Date: Thu Jan 18 13:40:27 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=bea42c5f-f493-4ded-9704-52833b6dc9ef InstallationDate: Installed on 2018-01-17 (6 days ago) InstallationMedia: Ubuntu-Kylin 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: Hewlett-Packard HP 256 G3 Notebook PC ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-112-generic root=UUID=fd3e0cde-fd4b-4b8b-8c73-cbef1e126db4 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.15 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-109-generic 4.4.0-109.132 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 05/21/2014 dmi.bios.vendor: Insyde dmi.bios.version: F.18 dmi.board.asset.tag: Type2 - Board Asset Tag dmi.board.name: 2212 dmi.board.vendor: Hewlett-Packard dmi.board.version: 86.28 dmi.chassis.asset.tag: Chassis Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: Hewlett-Packard dmi.chassis.version: Chassis Version dmi.modalias: dmi:bvnInsyde:bvrF.18:bd05/21/2014:svnHewlett-Packard:pnHP256G3NotebookPC:pvr097810205F0610181:rvnHewlett-Packard:rn2212:rvr86.28:cvnHewlett-Packard:ct10:cvrChassisVersion: dmi.product.name: HP 256 G3 Notebook PC dmi.product.version: 097810205F0610181 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1744883/+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 1749361] Re: package linux-image-extra-4.13.0-32-generic 4.13.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1749361 Title: package linux-image-extra-4.13.0-32-generic 4.13.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Can't tell more ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.13.0-32-generic 4.13.0-32.35~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-37.41~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-37-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Wed Feb 14 10:59:34 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-04-11 (308 days ago) InstallationMedia: Xubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-extra-4.13.0-32-generic 4.13.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1749361/+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 1737968] Re: package linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1737968 Title: package linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: The error message appeared as soon as I logged in. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-42.46~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-42-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.13 Architecture: amd64 Date: Tue Dec 12 08:53:10 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-12-11 (1 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release amd64 (20170801) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1737968/+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 1781673] Re: package linux-image-4.4.0-131-generic 4.4.0-131.157 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1781673 Title: package linux-image-4.4.0-131-generic 4.4.0-131.157 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: subprocess installed post-installation script returned error exit status 2 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-131-generic 4.4.0-131.157 ProcVersionSignature: Ubuntu 4.4.0-36.55-generic 4.4.16 Uname: Linux 4.4.0-36-generic x86_64 NonfreeKernelModules: wl AlsaVersion: Advanced Linux Sound Architecture Driver Version k4.4.0-36-generic. AplayDevices: List of PLAYBACK Hardware Devices card 0: PCH [HDA Intel PCH], device 0: ALC662 rev3 Analog [ALC662 rev3 Analog] Subdevices: 0/1 Subdevice #0: subdevice #0 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 0: PCH [HDA Intel PCH], device 0: ALC662 rev3 Analog [ALC662 rev3 Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: dtlien 4857 F...m pulseaudio /dev/snd/controlC0: dtlien 4857 F pulseaudio Card0.Amixer.info: Card hw:0 'PCH'/'HDA Intel PCH at 0xf7d0 irq 27' Mixer name : 'Realtek ALC662 rev3' Components : 'HDA:10ec0662,10280579,00100300' Controls : 20 Simple ctrls : 9 Date: Sat Jul 14 05:15:55 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=a413ee49-5720-4a2d-b807-e530d89f964e InstallationDate: Installed on 2016-02-07 (887 days ago) InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) MachineType: Dell Inc. Inspiron One 2020 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-36-generic.efi.signed root=UUID=37f69ce9-d5e5-4623-bdcf-8318f40ec166 ro splash quiet PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A SourcePackage: initramfs-tools Title: package linux-image-4.4.0-131-generic 4.4.0-131.157 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) WifiSyslog: dmi.bios.date: 07/26/2012 dmi.bios.vendor: Dell Inc. dmi.bios.version: A03 dmi.board.name: 0MTFWP dmi.board.vendor: Dell Inc. dmi.board.version: A00 dmi.chassis.type: 3 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA03:bd07/26/2012:svnDellInc.:pnInspironOne2020:pvr:rvnDellInc.:rn0MTFWP:rvrA00:cvnDellInc.:ct3:cvr: dmi.product.name: Inspiron One 2020 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1781673/+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 1745368] Re: full harddisk, skript crashes
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1745368 Title: full harddisk, skript crashes Status in initramfs-tools package in Ubuntu: Expired Bug description: 1) 0,5 GB free disk space 2) update && upgrade is close but less 0,5 GB 3) post install script crashes anyway (no space on disk left) maybe the upgrade disk usage speculation should be more accurate or conservative, so the user provides more disk space by deleting files, or something like that. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-firmware 1.157.15 ProcVersionSignature: Ubuntu 4.13.0-31.34~16.04.1-generic 4.13.13 Uname: Linux 4.13.0-31-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 Date: Thu Jan 25 13:43:13 2018 Dependencies: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück InstallationDate: Installed on 2016-10-15 (466 days ago) InstallationMedia: Lubuntu 16.04 LTS "Xenial Xerus" - Alpha amd64 (20160126) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.3 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-firmware 1.157.15 failed to install/upgrade: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1745368/+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 1734564] Re: package linux-image-extra-4.10.0-40-generic 4.10.0-40.44~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1734564 Title: package linux-image-extra-4.10.0-40-generic 4.10.0-40.44~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: kernel update failed ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.10.0-40-generic 4.10.0-40.44~16.04.1 ProcVersionSignature: Ubuntu 4.4.0-101.124-generic 4.4.95 Uname: Linux 4.4.0-101-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.13 Architecture: amd64 Date: Sun Nov 26 20:32:14 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2016-07-08 (506 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-extra-4.10.0-40-generic 4.10.0-40.44~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1734564/+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 1745601] Re: package linux-image-4.13.0-32-generic 4.13.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 137
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1745601 Title: package linux-image-4.13.0-32-generic 4.13.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 137 Status in initramfs-tools package in Ubuntu: Expired Bug description: i don't know ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.13.0-32-generic 4.13.0-32.35~16.04.1 ProcVersionSignature: Ubuntu 4.13.0-31.34~16.04.1-generic 4.13.13 Uname: Linux 4.13.0-31-generic i686 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: i386 Date: Fri Jan 26 12:39:07 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 137 InstallationDate: Installed on 2017-12-29 (28 days ago) InstallationMedia: Ubuntu 16.04.3 LTS "Xenial Xerus" - Release i386 (20170801) RelatedPackageVersions: dpkg 1.18.4ubuntu1.3 apt 1.2.25 SourcePackage: initramfs-tools Title: package linux-image-4.13.0-32-generic 4.13.0-32.35~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 137 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1745601/+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 1733332] Re: package linux-image-4.4.0-101-generic 4.4.0-101.124 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/172 Title: package linux-image-4.4.0-101-generic 4.4.0-101.124 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Description: Ubuntu 16.04.3 LTS Release: 16.04 linux-image-4.4.0-101-generic: Installed: 4.4.0-101.124 Candidate: 4.4.0-101.124 Version table: *** 4.4.0-101.124 500 500 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages 500 http://archive.ubuntu.com/ubuntu xenial-security/main amd64 Packages 100 /var/lib/dpkg/status ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-101-generic 4.4.0-101.124 ProcVersionSignature: Ubuntu 4.4.0-98.121-generic 4.4.90 Uname: Linux 4.4.0-98-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.12 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: murdoxix 1717 F pulseaudio /dev/snd/controlC1: murdoxix 1717 F pulseaudio /dev/snd/seq:timidity 1034 F timidity Date: Mon Nov 20 11:36:10 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=5826ccbf-827f-4c93-8d27-f65bb8332b78 IwConfig: lono wireless extensions. enp3s0no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. H61M-S2P-B3 ProcFB: 0 radeondrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-98-generic root=UUID=cec7b457-0ea2-47ae-ab3c-8ac4874b082a ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.14 RfKill: SourcePackage: initramfs-tools Title: package linux-image-4.4.0-101-generic 4.4.0-101.124 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/27/2012 dmi.bios.vendor: Award Software International, Inc. dmi.bios.version: F6 dmi.board.name: H61M-S2P-B3 dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.modalias: dmi:bvnAwardSoftwareInternational,Inc.:bvrF6:bd03/27/2012:svnGigabyteTechnologyCo.,Ltd.:pnH61M-S2P-B3:pvr:rvnGigabyteTechnologyCo.,Ltd.:rnH61M-S2P-B3:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvr: dmi.product.name: H61M-S2P-B3 dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/172/+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 1723484] Re: unlocking several crypto volumes with one password during boot
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1723484 Title: unlocking several crypto volumes with one password during boot Status in initramfs-tools package in Ubuntu: Expired Bug description: This is a feature request. I have an encrypted SSD which I want to use as a cache (an LVM-Cache) for my encrypted harddisc. The cached root filesystem depends on *both* crypto discs. The new cached root volume is created from the original root volume ("OriginLV"), and two volumes that reside on the encrypted SSD ("CacheMetaDataLV" and "CacheDataLV"). This means that, during boot, we need to set up both crypto volumes, before we can mount the root filesystem. So we can't use a keyfile. This is accomplished by querying the user for the password of each crypto volume, except for the ones which use a key file. This means that I'll have to enter two passwords every time I boot my machine. This could be done better by making the user enter just one password, and unlocking all matching crypto disks with it. So I would set the same password for both crypto disks, and would have to enter the password only once. This is my feature request. ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.8 ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83 Uname: Linux 4.4.0-96-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CurrentDesktop: KDE Date: Fri Oct 13 18:57:11 2017 InstallationDate: Installed on 2015-10-27 (717 days ago) InstallationMedia: Kubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) PackageArchitecture: all SourcePackage: initramfs-tools UpgradeStatus: Upgraded to xenial on 2016-05-01 (530 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1723484/+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 1761199] Re: package linux-image-4.4.0-119-generic 4.4.0-119.143 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1761199 Title: package linux-image-4.4.0-119-generic 4.4.0-119.143 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: automatic installation ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-119-generic 4.4.0-119.143 ProcVersionSignature: Ubuntu 4.4.0-116.140-generic 4.4.98 Uname: Linux 4.4.0-116-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.15 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: gdm2134 F pulseaudio wgross 2474 F pulseaudio /dev/snd/controlC0: gdm2134 F pulseaudio wgross 2474 F pulseaudio Date: Wed Apr 4 15:40:24 2018 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=3640f222-dcff-4022-bc8a-d9a6fe26fa9d InstallationDate: Installed on 2017-03-21 (378 days ago) InstallationMedia: Ubuntu-GNOME 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160720) IwConfig: lono wireless extensions. enp3s0no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. ProcFB: 0 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-116-generic root=/dev/sda1 ro drm.debug=0xe plymouth:debug PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.17 RfKill: SourcePackage: initramfs-tools Title: package linux-image-4.4.0-119-generic 4.4.0-119.143 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/16/2012 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F4 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: H77-DS3H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF4:bd04/16/2012:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH77-DS3H:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1761199/+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 1734667] Re: package linux-image-3.4.0-4-goldfish:i386 3.4.0-4.27 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1734667 Title: package linux-image-3.4.0-4-goldfish:i386 3.4.0-4.27 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: no ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-3.4.0-4-goldfish:i386 3.4.0-4.27 ProcVersionSignature: Ubuntu 4.4.0-101.124-generic 4.4.95 Uname: Linux 4.4.0-101-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.13 Architecture: amd64 Date: Mon Nov 27 12:07:51 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2016-07-08 (506 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) PackageArchitecture: i386 RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-3.4.0-4-goldfish:i386 3.4.0-4.27 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1734667/+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 1693334] Re: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1693334 Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: At updating the langauge this error occured. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.8 ProcVersionSignature: Ubuntu 4.8.0-36.36~16.04.1-generic 4.8.11 Uname: Linux 4.8.0-36-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Wed May 24 19:13:51 2017 ErrorMessage: subprocess installed post-installation script returned error exit status 1 PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.19 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1693334/+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 1680241] Re: package linux-image-extra-4.8.0-45-generic 4.8.0-45.48~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1680241 Title: package linux-image-extra-4.8.0-45-generic 4.8.0-45.48~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: Cannot upgrade or remove kernels. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.8.0-45-generic 4.8.0-45.48~16.04.1 Uname: Linux 4.10.1-041001-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Thu Apr 6 01:55:24 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.19 SourcePackage: initramfs-tools Title: package linux-image-extra-4.8.0-45-generic 4.8.0-45.48~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1680241/+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 1679504] Re: package linux-image-4.4.0-71-generic 4.4.0-71.92 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 139
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1679504 Title: package linux-image-4.4.0-71-generic 4.4.0-71.92 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 139 Status in initramfs-tools package in Ubuntu: Expired Bug description: Not sure why I got this one. Happened when loading the OS. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-71-generic 4.4.0-71.92 ProcVersionSignature: Ubuntu 4.4.0-70.91-generic 4.4.49 Uname: Linux 4.4.0-70-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC2: nomad 1973 F pulseaudio /dev/snd/controlC0: nomad 1973 F pulseaudio /dev/snd/controlC1: nomad 1973 F pulseaudio Date: Thu Mar 30 12:20:21 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 139 HibernationDevice: RESUME=UUID=f46df7ec-dd31-4c0e-be1a-3d928e1467e5 InstallationDate: Installed on 2016-09-25 (190 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) IwConfig: lono wireless extensions. eno1 no wireless extensions. MachineType: Gigabyte Technology Co., Ltd. G1.Sniper B5 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-70-generic root=UUID=2b66700a-0cee-496e-9079-95c1663e3937 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.8 RfKill: SourcePackage: initramfs-tools Title: package linux-image-4.4.0-71-generic 4.4.0-71.92 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 139 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 09/16/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F2 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: G1.Sniper B5-CF dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF2:bd09/16/2014:svnGigabyteTechnologyCo.,Ltd.:pnG1.SniperB5:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnG1.SniperB5-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: G1.Sniper B5 dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1679504/+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 1674112] Re: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: triggers looping, abandoned
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1674112 Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: triggers looping, abandoned Status in initramfs-tools package in Ubuntu: Expired Bug description: . ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.8 ProcVersionSignature: Ubuntu 4.4.0-66.87-generic 4.4.44 Uname: Linux 4.4.0-66-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 Date: Sun Mar 19 16:06:04 2017 ErrorMessage: triggers looping, abandoned InstallationDate: Installed on 2017-03-19 (0 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.19 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: triggers looping, abandoned UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1674112/+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 1722053] Re: few minutes after new start of pc every function slows down, online as well as offline / package linux-image-extra-4.4.0-64-generic 4.4.0-64.85 failed to install/upg
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1722053 Title: few minutes after new start of pc every function slows down, online as well as offline / package linux-image-extra-4.4.0-64-generic 4.4.0-64.85 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: 1) Release: UBUNTU 16.04.3 LTS , release: 16.04 2) Version of the package: N: Datei "mono" in Verzeichnis "etc/apt/sources.list.d" wird ignoriert, da sie keine Dateinamen-Erweiterung hat. N: Paket pkgname kann nicht gefunden werden. 3) My expectation: Normal speed of all Ubuntu functions. 4) Instead: Few minutes after every new start of pc every function slows down, online as well as offline. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-64-generic 4.4.0-64.85 ProcVersionSignature: Ubuntu 4.4.0-96.119-generic 4.4.83 Uname: Linux 4.4.0-96-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: swami 1424 F pulseaudio Date: Sat Oct 7 23:21:36 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=50f940a4-4706-4749-ac2f-82774f6126fc InstallationDate: Installed on 2017-01-24 (256 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: Dell Inc. Latitude E6500 PccardctlIdent: Socket 0: no product info available PccardctlStatus: Socket 0: no card ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-96-generic root=UUID=3f09c27e-7004-45ce-b32b-474216b0c612 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.12 SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-64-generic 4.4.0-64.85 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 12/18/2008 dmi.bios.vendor: Dell Inc. dmi.bios.version: A11 dmi.board.vendor: Dell Inc. dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.modalias: dmi:bvnDellInc.:bvrA11:bd12/18/2008:svnDellInc.:pnLatitudeE6500:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr: dmi.product.name: Latitude E6500 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1722053/+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 1669926] Re: package linux-image-4.4.0-59-generic 4.4.0-59.80 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1669926 Title: package linux-image-4.4.0-59-generic 4.4.0-59.80 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: package linux-image-4.4.0-59-generic 4.4.0-59.80 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-59-generic 4.4.0-59.80 ProcVersionSignature: Ubuntu 4.4.0-64.85-generic 4.4.44 Uname: Linux 4.4.0-64-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: anna 1608 F pulseaudio Date: Fri Mar 3 15:12:07 2017 DuplicateSignature: package:linux-image-4.4.0-59-generic:4.4.0-59.80 Removing linux-signed-image-4.4.0-59-generic (4.4.0-59.80) ... rm: cannot remove '/boot/vmlinuz-4.4.0-59-generic.efi.signed': Structure needs cleaning dpkg: error processing package linux-signed-image-4.4.0-59-generic (--remove): subprocess installed post-removal script returned error exit status 1 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=d6c57af0-68b8-4a5b-bc9d-e1040298404c InstallationDate: Installed on 2016-09-21 (163 days ago) InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) IwConfig: lono wireless extensions. enp5s0no wireless extensions. Lsusb: Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 001 Device 003: ID 046d:c31c Logitech, Inc. Keyboard K120 Bus 001 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.4.0-64-generic.efi.signed root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A RfKill: SourcePackage: initramfs-tools Title: package linux-image-4.4.0-59-generic 4.4.0-59.80 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 02/23/2016 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F6 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: Z170-HD3-CF dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: x.x dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: To Be Filled By O.E.M. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF6:bd02/23/2016:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ170-HD3-CF:rvrx.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1669926/+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 1714081] Re: package linux-image-4.4.0-93-generic 4.4.0-93.116 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1714081 Title: package linux-image-4.4.0-93-generic 4.4.0-93.116 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: attempted to remove old kernels and could not remove the extra packages. Having issues with zfs, trying to find a good kernel to work with. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-93-generic 4.4.0-93.116 ProcVersionSignature: Ubuntu 4.4.0-92.115-generic 4.4.76 Uname: Linux 4.4.0-92-generic x86_64 NonfreeKernelModules: zfs zunicode zcommon znvpair zavl ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bennabiy 20615 F pulseaudio /dev/snd/controlC0: bennabiy 20615 F pulseaudio Date: Wed Aug 30 16:09:20 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 HibernationDevice: RESUME=UUID=36c5fd8a-1e38-4efb-a6ac-e848c494d792 InstallationDate: Installed on 2016-07-24 (402 days ago) InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-92-generic.efi.signed root=UUID=b54fb9d9-4aee-4e22-8863-f34266582c9c ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A RfKill: SourcePackage: initramfs-tools Title: package linux-image-4.4.0-93-generic 4.4.0-93.116 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/17/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F7 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: H61M-DS2H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF7:bd04/17/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH61M-DS2H:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1714081/+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 1666234] Re: package linux-image-4.4.0-63-generic 4.4.0-63.84 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1666234 Title: package linux-image-4.4.0-63-generic 4.4.0-63.84 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: trying to get tablet configuration into this dell inspiron duo. emulator problems ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-63-generic 4.4.0-63.84 ProcVersionSignature: Ubuntu 4.4.0-62.83-generic 4.4.40 Uname: Linux 4.4.0-62-generic i686 ApportVersion: 2.20.1-0ubuntu2.5 Architecture: i386 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/pcmC0D0p: robert 1936 F...m pulseaudio /dev/snd/controlC0: robert 1936 F pulseaudio Date: Mon Feb 20 06:31:21 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=98e310f6-de46-466e-84c0-537a82620297 InstallationDate: Installed on 2017-02-18 (1 days ago) InstallationMedia: Ubuntu 14.04.5 LTS "Trusty Tahr" - Release i386 (20160803) MachineType: Dell Inc. Inspiron 1090 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-62-generic root=UUID=b0677d61-de08-482b-bb65-8faed278599c ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.7 SourcePackage: initramfs-tools Title: package linux-image-4.4.0-63-generic 4.4.0-63.84 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: Upgraded to xenial on 2017-02-19 (0 days ago) dmi.bios.date: 02/16/2011 dmi.bios.vendor: Dell Inc. dmi.bios.version: A04 dmi.board.name: Inspiron 1090 dmi.board.vendor: Dell Inc. dmi.board.version: A04 dmi.chassis.type: 8 dmi.chassis.vendor: Dell Inc. dmi.chassis.version: A04 dmi.modalias: dmi:bvnDellInc.:bvrA04:bd02/16/2011:svnDellInc.:pnInspiron1090:pvrA04:rvnDellInc.:rnInspiron1090:rvrA04:cvnDellInc.:ct8:cvrA04: dmi.product.name: Inspiron 1090 dmi.product.version: A04 dmi.sys.vendor: Dell Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1666234/+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 1713231] Re: package linux-image-4.4.0-78-lowlatency 4.4.0-78.99 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1713231 Title: package linux-image-4.4.0-78-lowlatency 4.4.0-78.99 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 Status in initramfs-tools package in Ubuntu: Expired Bug description: El error se presenta luego de iniciar el modo gráfico mientras carga las aplicaciones e iconografía ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-78-lowlatency 4.4.0-78.99 ProcVersionSignature: Ubuntu 4.4.0-75.96-lowlatency 4.4.59 Uname: Linux 4.4.0-75-lowlatency x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: jemora 2221 F pulseaudio /dev/snd/seq:timidity 1084 F timidity Date: Fri Aug 18 12:31:59 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 HibernationDevice: RESUME=UUID=c61a37ae-d58b-4456-bb41-3de133cd498f InstallationDate: Installed on 2017-01-06 (232 days ago) InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: LENOVO 2743A48 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-75-lowlatency root=UUID=bc50ee6d-8719-4270-b952-bb9ad37a1b18 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3 SourcePackage: initramfs-tools Title: package linux-image-4.4.0-78-lowlatency 4.4.0-78.99 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/01/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 6AET57WW dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: 2743A48 dmi.board.vendor: LENOVO dmi.board.version: LENOVO 6AET57WW dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: LENOVO 6AET57WW dmi.modalias: dmi:bvnLENOVO:bvr6AET57WW:bd04/01/2009:svnLENOVO:pn2743A48:pvrThinkPadSL400:rvnLENOVO:rn2743A48:rvrLENOVO6AET57WW:cvnLENOVO:ct10:cvrLENOVO6AET57WW: dmi.product.name: 2743A48 dmi.product.version: ThinkPad SL400 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1713231/+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 1718682] Re: package linux-image-4.4.0-96-generic 4.4.0-96.119 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1718682 Title: package linux-image-4.4.0-96-generic 4.4.0-96.119 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: no idea, suddenly it is showing partial upgrading problem ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-96-generic 4.4.0-96.119 ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79 Uname: Linux 4.4.0-93-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: sivaadmin 3460 F pulseaudio Date: Thu Sep 21 19:19:45 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=a4723785-6d39-41b0-9715-918c218979fa InstallationDate: Installed on 2016-07-31 (417 days ago) InstallationMedia: Ubuntu-MATE 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: LENOVO 80G0 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic.efi.signed root=UUID=72a9183c-f5e9-463f-bdf8-5207bded6d76 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A SourcePackage: initramfs-tools Title: package linux-image-4.4.0-96-generic 4.4.0-96.119 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/18/2014 dmi.bios.vendor: LENOVO dmi.bios.version: A7CN40WW dmi.board.asset.tag: NO Asset Tag dmi.board.name: Lancer 5A6 dmi.board.vendor: LENOVO dmi.board.version: SDK0F82990WIN dmi.chassis.asset.tag: NO Asset Tag dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Lenovo G50-30 dmi.modalias: dmi:bvnLENOVO:bvrA7CN40WW:bd07/18/2014:svnLENOVO:pn80G0:pvrLenovoG50-30:rvnLENOVO:rnLancer5A6:rvrSDK0F82990WIN:cvnLENOVO:ct10:cvrLenovoG50-30: dmi.product.name: 80G0 dmi.product.version: Lenovo G50-30 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1718682/+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 1714083] Re: package linux-image-4.4.0-91-generic (not installed) failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1714083 Title: package linux-image-4.4.0-91-generic (not installed) failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: Attempted to remove kernel but errored on removal. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-91-generic (not installed) ProcVersionSignature: Ubuntu 4.4.0-92.115-generic 4.4.76 Uname: Linux 4.4.0-92-generic x86_64 NonfreeKernelModules: zfs zunicode zcommon znvpair zavl ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: bennabiy 20615 F pulseaudio /dev/snd/controlC0: bennabiy 20615 F pulseaudio Date: Wed Aug 30 16:09:17 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 HibernationDevice: RESUME=UUID=36c5fd8a-1e38-4efb-a6ac-e848c494d792 InstallationDate: Installed on 2016-07-24 (402 days ago) InstallationMedia: Ubuntu-MATE 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719) MachineType: Gigabyte Technology Co., Ltd. To be filled by O.E.M. ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-92-generic.efi.signed root=UUID=b54fb9d9-4aee-4e22-8863-f34266582c9c ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 RfKill: SourcePackage: initramfs-tools Title: package linux-image-4.4.0-91-generic (not installed) failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/17/2013 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: F7 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: H61M-DS2H dmi.board.vendor: Gigabyte Technology Co., Ltd. dmi.board.version: To be filled by O.E.M. dmi.chassis.asset.tag: To Be Filled By O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: Gigabyte Technology Co., Ltd. dmi.chassis.version: To Be Filled By O.E.M. dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrF7:bd04/17/2013:svnGigabyteTechnologyCo.,Ltd.:pnTobefilledbyO.E.M.:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnH61M-DS2H:rvrTobefilledbyO.E.M.:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.: dmi.product.name: To be filled by O.E.M. dmi.product.version: To be filled by O.E.M. dmi.sys.vendor: Gigabyte Technology Co., Ltd. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1714083/+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 1715621] Re: package linux-image-extra-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1715621 Title: package linux-image-extra-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Tried to purge broken packages. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.10.0-27-generic 4.10.0-27.30~16.04.2 ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17 Uname: Linux 4.8.0-58-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 AptOrdering: linux-image-extra-4.10.0-27-generic: Remove linux-image-extra-4.10.0-30-generic: Remove initramfs-tools: Configure linux-firmware: Configure NULL: ConfigurePending Architecture: amd64 Date: Thu Sep 7 14:03:03 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-03-02 (188 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-extra-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1715621/+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 1713121] Re: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1713121 Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Every time I launch the live image from USB I get this error. Running a Dell XPS 13 (9360) with QHD display. Boot option is set to UEFI. Output from 'uname -a': Linux ubuntu 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Output from 'lsb_release -rd': Description: Ubuntu 16.04.3 LTS Release: 16.04 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.8 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-28-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 AptOrdering: iucode-tool: Install intel-microcode: Install iucode-tool: Configure intel-microcode: Configure NULL: ConfigurePending Architecture: amd64 Date: Fri Aug 18 18:30:17 2017 ErrorMessage: subprocess installed post-installation script returned error exit status 1 PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1713121/+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 1711020] Re: package linux-image-extra-4.4.0-91-generic 4.4.0-91.114 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1711020 Title: package linux-image-extra-4.4.0-91-generic 4.4.0-91.114 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: I don't know. System alerted me of an issue. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.4.0-91-generic 4.4.0-91.114 ProcVersionSignature: Ubuntu 4.4.0-93.116-generic 4.4.79 Uname: Linux 4.4.0-93-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 AptOrdering: linux-headers-4.4.0-91-generic: Remove linux-headers-4.4.0-91: Remove linux-image-extra-4.4.0-91-generic: Remove linux-image-4.4.0-91-generic: Remove NULL: ConfigurePending Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: wayne 1743 F pulseaudio Date: Tue Aug 15 22:48:09 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=7fc64e3c-6cfa-4c1f-9988-fb544d761dac InstallationDate: Installed on 2016-12-17 (241 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: Acer Aspire 5733Z ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-93-generic root=UUID=56c8a1ca-2097-4f05-ac45-97f85b1480c9 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3.12 SourcePackage: initramfs-tools Title: package linux-image-extra-4.4.0-91-generic 4.4.0-91.114 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 11/07/2011 dmi.bios.vendor: Acer dmi.bios.version: V1.07 dmi.board.asset.tag: Base Board Asset Tag dmi.board.name: Aspire 5733Z dmi.board.vendor: Acer dmi.board.version: V1.07 dmi.chassis.type: 10 dmi.chassis.vendor: Acer dmi.chassis.version: V1.07 dmi.modalias: dmi:bvnAcer:bvrV1.07:bd11/07/2011:svnAcer:pnAspire5733Z:pvrV1.07:rvnAcer:rnAspire5733Z:rvrV1.07:cvnAcer:ct10:cvrV1.07: dmi.product.name: Aspire 5733Z dmi.product.version: V1.07 dmi.sys.vendor: Acer To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1711020/+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 1711105] Re: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1711105 Title: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: apt upgrade stopped working properly for me. This one of several errors I got while upgrading my 16.04 installation. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 ProcVersionSignature: Ubuntu 4.8.0-58.63~16.04.1-generic 4.8.17 Uname: Linux 4.8.0-58-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 Date: Wed Aug 16 10:23:02 2017 DuplicateSignature: package:linux-image-4.10.0-27-generic:4.10.0-27.30~16.04.2 Setting up opera-stable (47.0.2631.55) ... dpkg: error processing package opera-stable (--configure): subprocess installed post-installation script returned error exit status 2 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-03-02 (166 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-4.10.0-27-generic 4.10.0-27.30~16.04.2 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1711105/+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 1708235] Re: package linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1708235 Title: package linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: system locked up...had to log off and on again...I was working with the new KALENDAR which is now available via FOSS email, I don't know if this what caused the problem... ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 ProcVersionSignature: Ubuntu 4.10.0-28.32~16.04.2-generic 4.10.17 Uname: Linux 4.10.0-28-generic x86_64 NonfreeKernelModules: wl ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 Date: Wed Aug 2 16:41:06 2017 DpkgHistoryLog: Start-Date: 2017-08-02 16:40:36 Commandline: apt-get --yes autoremove Requested-By: mikee (1000) Remove: python-six:amd64 (1.10.0-3), linux-headers-4.8.0-56:amd64 (4.8.0-56.61~16.04.1), python-dbus:amd64 (1.2.0-3), libmono-addins-gui0.2-cil:amd64 (1.0+git20130406.adcd75b-4), linux-image-4.8.0-56-generic:amd64 (4.8.0-56.61~16.04.1), libgmime2.6-cil:amd64 (2.6.20-1), libappindicator0.1-cil:amd64 (12.10.1+16.04.20170215-0ubuntu1), linux-image-extra-4.8.0-56-generic:amd64 (4.8.0-56.61~16.04.1), linux-headers-4.8.0-56-generic:amd64 (4.8.0-56.61~16.04.1), python-configobj:amd64 (5.0.6-2), python-liblarch:amd64 (2.1.0-4), python-dateutil:amd64 (2.4.2-1) ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-06-26 (36 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.20 SourcePackage: initramfs-tools Title: package linux-image-extra-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1708235/+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 1710821] Re: package linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1710821 Title: package linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: pls check. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 ProcVersionSignature: Ubuntu 4.10.0-32.36~16.04.1-generic 4.10.17 Uname: Linux 4.10.0-32-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 Date: Tue Aug 15 11:48:26 2017 ErrorMessage: subprocess installed post-removal script returned error exit status 1 InstallationDate: Installed on 2017-07-11 (34 days ago) InstallationMedia: Ubuntu-GNOME 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.24 SourcePackage: initramfs-tools Title: package linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 failed to install/upgrade: subprocess installed post-removal script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1710821/+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 1704673] Re: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1704673 Title: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: Crash happened after installing Nvidia 378 drivers and Intel CPU microcode ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8 ProcVersionSignature: Ubuntu 4.4.0-83.106-generic 4.4.70 Uname: Linux 4.4.0-83-generic x86_64 NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 Date: Sun Jul 16 12:24:25 2017 ErrorMessage: subprocess installed post-installation script returned error exit status 2 InstallationDate: Installed on 2017-07-16 (0 days ago) InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.10ubuntu1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 2 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1704673/+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 1704407] Re: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1704407 Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.8 Uname: Linux 3.4.39 armv7l ApportVersion: 2.20.1-0ubuntu2.9 Architecture: armhf Date: Fri Jul 14 22:31:08 2017 ErrorMessage: subprocess installed post-installation script returned error exit status 1 PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.20 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.8 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to xenial on 2017-07-14 (0 days ago) mtime.conffile..etc.initramfs-tools.initramfs.conf: 2016-12-10T01:41:30 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1704407/+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 1696973] Re: package linux-image-4.4.0-79-lowlatency 4.4.0-79.100 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1696973 Title: package linux-image-4.4.0-79-lowlatency 4.4.0-79.100 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 Status in initramfs-tools package in Ubuntu: Expired Bug description: After turning on the computer and having already loaded all the menus and desktop, the message was generated with this error ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-79-lowlatency 4.4.0-79.100 ProcVersionSignature: Ubuntu 4.4.0-75.96-lowlatency 4.4.59 Uname: Linux 4.4.0-75-lowlatency x86_64 ApportVersion: 2.20.1-0ubuntu2.4 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: jemora 2014 F pulseaudio /dev/snd/seq:timidity 1108 F timidity Date: Thu Jun 8 12:43:02 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 HibernationDevice: RESUME=UUID=c61a37ae-d58b-4456-bb41-3de133cd498f InstallationDate: Installed on 2017-01-06 (154 days ago) InstallationMedia: Ubuntu-Studio 16.04 LTS "Xenial Xerus" - Release amd64 (20160420.1) MachineType: LENOVO 2743A48 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-75-lowlatency root=UUID=bc50ee6d-8719-4270-b952-bb9ad37a1b18 ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-36ubuntu3 SourcePackage: initramfs-tools Title: package linux-image-4.4.0-79-lowlatency 4.4.0-79.100 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 127 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 04/01/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 6AET57WW dmi.board.asset.tag: ATN12345678901234567 dmi.board.name: 2743A48 dmi.board.vendor: LENOVO dmi.board.version: LENOVO 6AET57WW dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: LENOVO 6AET57WW dmi.modalias: dmi:bvnLENOVO:bvr6AET57WW:bd04/01/2009:svnLENOVO:pn2743A48:pvrThinkPadSL400:rvnLENOVO:rn2743A48:rvrLENOVO6AET57WW:cvnLENOVO:ct10:cvrLENOVO6AET57WW: dmi.product.name: 2743A48 dmi.product.version: ThinkPad SL400 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1696973/+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 1700463] Re: package linux-image-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1700463 Title: package linux-image-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: Dell optiplex 520 2GB ram. HDD 120MB, presenta error durante el funcionamiento de inicio. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.8.0-56-generic 4.8.0-56.61~16.04.1 ProcVersionSignature: Ubuntu 4.8.0-56.61~16.04.1-generic 4.8.17 Uname: Linux 4.8.0-56-generic x86_64 ApportVersion: 2.20.1-0ubuntu2.6 Architecture: amd64 Date: Fri Jun 23 07:43:15 2017 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2017-06-22 (3 days ago) InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 (20170215.2) RelatedPackageVersions: dpkg 1.18.4ubuntu1.2 apt 1.2.20 SourcePackage: initramfs-tools Title: package linux-image-4.8.0-56-generic 4.8.0-56.61~16.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1700463/+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 1558033] Re: package linux-image-4.4.0-13-generic 4.4.0-13.29 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1558033 Title: package linux-image-4.4.0-13-generic 4.4.0-13.29 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: This is most likely the same as #1557832 and #1557686. However, the hardware is different. Therefore, I am adding this additional ticket. It occurred during and upgrade from 15.10 (latest of today 2016-03-16 11:00) to 16.04. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: linux-image-4.4.0-13-generic 4.4.0-13.29 ProcVersionSignature: Ubuntu 4.2.0-34.39-generic 4.2.8-ckt4 Uname: Linux 4.2.0-34-generic x86_64 ApportVersion: 2.20-0ubuntu3 Architecture: amd64 Date: Wed Mar 16 12:31:19 2016 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 InstallationDate: Installed on 2013-12-13 (823 days ago) InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1) ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-34-generic root=UUID=baf901d5-db1c-447a-90bd-9ca2766d50fd ro quiet splash vt.handoff=7 RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.6 SourcePackage: initramfs-tools Title: package linux-image-4.4.0-13-generic 4.4.0-13.29 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 2 UpgradeStatus: Upgraded to xenial on 2016-03-16 (0 days ago) dmi.bios.date: 08/12/2009 dmi.bios.vendor: LENOVO dmi.bios.version: 60KT27AUS dmi.board.name: LENOVO dmi.chassis.vendor: LENOVO dmi.chassis.version: NONE dmi.modalias: dmi:bvnLENOVO:bvr60KT27AUS:bd08/12/2009:svnLENOVO:pn410523G:pvrThinkStationS20:rvnLENOVO:rnLENOVO:rvrNONE:cvnLENOVO:ct7:cvrNONE: dmi.product.name: 410523G dmi.product.version: ThinkStation S20 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1558033/+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 1566104] Re: package initramfs-tools 0.122ubuntu6 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1566104 Title: package initramfs-tools 0.122ubuntu6 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 Status in initramfs-tools package in Ubuntu: Expired Bug description: The initramfs failed to update after a purge of the bcmwl-kernel- source (try to install a fucking BCM4331 card) resulting a initramfs busy box at startup. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu6 ProcVersionSignature: Ubuntu 4.4.0-16.32-generic 4.4.6 Uname: Linux 4.4.0-16-generic x86_64 ApportVersion: 2.20.1-0ubuntu1 AptOrdering: bcmwl-kernel-source: Purge NULL: ConfigurePending Architecture: amd64 Date: Mon Apr 4 20:45:06 2016 ErrorMessage: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 InstallationDate: Installed on 2016-04-02 (2 days ago) InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Beta amd64 (20160401) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.9 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu6 failed to install/upgrade: le sous-processus script post-installation installé a retourné une erreur de sortie d'état 139 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1566104/+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 1577321] Re: package linux-image-extra-3.16.0-70-generic 3.16.0-70.90~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1577321 Title: package linux-image-extra-3.16.0-70-generic 3.16.0-70.90~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: uninstall problem ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-extra-3.16.0-70-generic 3.16.0-70.90~14.04.1 ProcVersionSignature: Ubuntu 3.16.0-71.91~14.04.1-generic 3.16.7-ckt27 Uname: Linux 3.16.0-71-generic x86_64 NonfreeKernelModules: nvidia_drm nvidia_modeset nvidia ApportVersion: 2.14.1-0ubuntu3.20 Architecture: amd64 Date: Mon May 2 10:02:49 2016 DuplicateSignature: package:linux-image-extra-3.16.0-70-generic:3.16.0-70.90~14.04.1:run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2014-04-18 (744 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) RelatedPackageVersions: dpkg 1.17.5ubuntu5.6 apt 1.0.1ubuntu2.13 SourcePackage: initramfs-tools Title: package linux-image-extra-3.16.0-70-generic 3.16.0-70.90~14.04.1 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1577321/+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 1581177] Re: package initramfs-tools 0.122ubuntu8 exited on login with error code 1.
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1581177 Title: package initramfs-tools 0.122ubuntu8 exited on login with error code 1. Status in initramfs-tools package in Ubuntu: Expired Bug description: package initramfs-tools 0.122ubuntu8 exited on login with error code 1. ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8 ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 Date: Thu May 12 10:07:19 2016 ErrorMessage: telepítve post-installation parancsfájl alfolyamat 1 hibakóddal kilépett InstallationDate: Installed on 2016-04-25 (16 days ago) InstallationMedia: Ubuntu-GNOME 16.04 LTS "Xenial Xerus" - Release amd64 (20160421) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1 apt 1.2.10ubuntu1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: telepítve post-installation parancsfájl alfolyamat 1 hibakóddal kilépett UpgradeStatus: No upgrade log present (probably fresh install) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1581177/+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 1541347] Re: package linux-image-3.13.0-77-generic 3.13.0-77.121 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1541347 Title: package linux-image-3.13.0-77-generic 3.13.0-77.121 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: There was a message to do update. The error was reported after failing to complete the update. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-77-generic 3.13.0-77.121 ProcVersionSignature: Ubuntu 3.13.0-76.120-generic 3.13.11-ckt30 Uname: Linux 3.13.0-76-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.19 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: moych 2633 F pulseaudio /dev/snd/controlC1: moych 2633 F pulseaudio Date: Wed Feb 3 06:01:41 2016 DuplicateSignature: package:linux-image-3.13.0-77-generic:3.13.0-77.121:run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=210a7487-b04d-41b0-b664-168263b8d2ce InstallationDate: Installed on 2014-12-30 (399 days ago) InstallationMedia: Ubuntu 14.04.1 LTS "Trusty Tahr" - Release amd64 (20140722.2) MachineType: LENOVO 20BGCTO1WW ProcFB: 0 inteldrmfb 1 nouveaufb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.13.0-76-generic.efi.signed root=UUID=11754de9-ab22-4c3d-a25b-c22b1b6097ae ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc N/A SourcePackage: initramfs-tools Title: package linux-image-3.13.0-77-generic 3.13.0-77.121 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 03/12/2015 dmi.bios.vendor: LENOVO dmi.bios.version: GNET73WW (2.21 ) dmi.board.asset.tag: Not Available dmi.board.name: 20BGCTO1WW dmi.board.vendor: LENOVO dmi.board.version: SDK0E50510 WIN dmi.chassis.asset.tag: No Asset Information dmi.chassis.type: 10 dmi.chassis.vendor: LENOVO dmi.chassis.version: Not Available dmi.modalias: dmi:bvnLENOVO:bvrGNET73WW(2.21):bd03/12/2015:svnLENOVO:pn20BGCTO1WW:pvrThinkPadW540:rvnLENOVO:rn20BGCTO1WW:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNotAvailable: dmi.product.name: 20BGCTO1WW dmi.product.version: ThinkPad W540 dmi.sys.vendor: LENOVO To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1541347/+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 1516211] Re: package linux-image-3.13.0-68-generic 3.13.0-68.111 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1516211 Title: package linux-image-3.13.0-68-generic 3.13.0-68.111 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: I have no idea how to fix it ProblemType: Package DistroRelease: Ubuntu 14.04 Package: linux-image-3.13.0-68-generic 3.13.0-68.111 ProcVersionSignature: Ubuntu 3.13.0-65.106-generic 3.13.11-ckt26 Uname: Linux 3.13.0-65-generic x86_64 ApportVersion: 2.14.1-0ubuntu3.18 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: goku 3072 F pulseaudio Date: Sat Nov 14 02:48:54 2015 DuplicateSignature: package:linux-image-3.13.0-68-generic:3.13.0-68.111:run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 InstallationDate: Installed on 2015-03-03 (256 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: SAMSUNG ELECTRONICS CO., LTD. R580 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-65-generic root=/dev/mapper/ubuntu--vg-root ro PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-9ubuntu1.4 SourcePackage: initramfs-tools Title: package linux-image-3.13.0-68-generic 3.13.0-68.111 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 06/22/2010 dmi.bios.vendor: Phoenix Technologies Ltd. dmi.bios.version: 02KV.M006.20100622.hkk dmi.board.asset.tag: Tag 12345 dmi.board.name: R580 dmi.board.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.board.version: Not Applicable dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 9 dmi.chassis.vendor: SAMSUNG ELECTRONICS CO., LTD. dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLtd.:bvr02KV.M006.20100622.hkk:bd06/22/2010:svnSAMSUNGELECTRONICSCO.,LTD.:pnR580:pvrNotApplicable:rvnSAMSUNGELECTRONICSCO.,LTD.:rnR580:rvrNotApplicable:cvnSAMSUNGELECTRONICSCO.,LTD.:ct9:cvrN/A: dmi.product.name: R580 dmi.product.version: Not Applicable dmi.sys.vendor: SAMSUNG ELECTRONICS CO., LTD. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1516211/+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 1594860] Re: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1594860 Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8.1 ProcVersionSignature: Ubuntu 3.18.0-25.26-rpi2 3.18.17 Uname: Linux 3.18.0-25-rpi2 armv7l ApportVersion: 2.20.1-0ubuntu2.1 Architecture: armhf Date: Tue Jun 21 16:57:56 2016 ErrorMessage: subprocess installed post-installation script returned error exit status 1 PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.12~ubuntu16.04.1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to xenial on 2016-05-18 (33 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1594860/+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 1587772] Re: package linux-image-extra-4.2.0-16-generic 4.2.0-16.19 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1587772 Title: package linux-image-extra-4.2.0-16-generic 4.2.0-16.19 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 Status in initramfs-tools package in Ubuntu: Expired Bug description: ? ProblemType: Package DistroRelease: Ubuntu 15.10 Package: linux-image-extra-4.2.0-16-generic 4.2.0-16.19 ProcVersionSignature: Ubuntu 4.2.0-37.43-generic 4.2.8-ckt10 Uname: Linux 4.2.0-37-generic x86_64 ApportVersion: 2.19.1-0ubuntu5 Architecture: amd64 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: me 1425 F pulseaudio Date: Wed Jun 1 03:01:42 2016 DuplicateSignature: package:linux-image-extra-4.2.0-16-generic:4.2.0-16.19:run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 ErrorMessage: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 HibernationDevice: RESUME=UUID=ed9b5825-efa6-4b66-acbf-3468603eb90d InstallationDate: Installed on 2016-06-01 (0 days ago) InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021) MachineType: Hewlett-Packard s5-1224 ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.2.0-37-generic root=UUID=362ccee3-8676-48db-86ef-c6f9a9bceede ro quiet splash vt.handoff=7 PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: grub-pc 2.02~beta2-29ubuntu0.3 RfKill: 0: phy0: Wireless LAN Soft blocked: no Hard blocked: no SourcePackage: initramfs-tools Title: package linux-image-extra-4.2.0-16-generic 4.2.0-16.19 failed to install/upgrade: run-parts: /etc/kernel/postinst.d/initramfs-tools exited with return code 1 UdevLog: Error: [Errno 2] No such file or directory: '/var/log/udev' UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 01/08/2015 dmi.bios.vendor: AMI dmi.bios.version: 8.20 dmi.board.asset.tag: 3CR21913P0 dmi.board.name: 2ADA dmi.board.vendor: Foxconn dmi.board.version: 1.00 dmi.chassis.asset.tag: 3CR21913P0 dmi.chassis.type: 3 dmi.chassis.vendor: Hewlett-Packard dmi.modalias: dmi:bvnAMI:bvr8.20:bd01/08/2015:svnHewlett-Packard:pns5-1224:pvr:rvnFoxconn:rn2ADA:rvr1.00:cvnHewlett-Packard:ct3:cvr: dmi.product.name: s5-1224 dmi.sys.vendor: Hewlett-Packard To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1587772/+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 1582097] Re: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2
[Expired for initramfs-tools (Ubuntu) because there has been no activity for 60 days.] ** Changed in: initramfs-tools (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to initramfs-tools in Ubuntu. https://bugs.launchpad.net/bugs/1582097 Title: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2 Status in initramfs-tools package in Ubuntu: Expired Bug description: - ProblemType: Package DistroRelease: Ubuntu 16.04 Package: initramfs-tools 0.122ubuntu8 ProcVersionSignature: Ubuntu 4.4.0-22.39-generic 4.4.8 Uname: Linux 4.4.0-22-generic x86_64 NonfreeKernelModules: zfs zunicode zcommon znvpair zavl ApportVersion: 2.20.1-0ubuntu2 Architecture: amd64 Date: Mon May 16 09:18:49 2016 ErrorMessage: подпроцесс установлен сценарий post-installation возвратил код ошибки 2 InstallationDate: Installed on 2016-03-29 (48 days ago) InstallationMedia: Ubuntu-Server 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.4ubuntu1.1 apt 1.2.10ubuntu1 SourcePackage: initramfs-tools Title: package initramfs-tools 0.122ubuntu8 failed to install/upgrade: подпроцесс установлен сценарий post-installation возвратил код ошибки 2 UpgradeStatus: Upgraded to xenial on 2016-05-12 (4 days ago) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1582097/+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