[Bug 2055310] Re: dmesg spammed by virtui-fs and 9pnet-virtio messages
Is this related to https://bugs.launchpad.net/ubuntu/+source/lxd-agent- loader/+bug/2054814 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2055310 Title: dmesg spammed by virtui-fs and 9pnet-virtio messages To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2055310/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1405873] Re: -json output not valid when -class filter used
One can see the full extent of the brokenness of the command (in all versions I've seen) using #!/usr/bin/env python3 from itertools import combinations, chain, repeat from subprocess import check_output as sco import json cmd = ['lshw', '-json', '-quiet'] classes = 'system bus memory processor bridge display generic multimedia storage network'.split() if __name__ == '__main__': for flags in chain(*(combinations(classes, n) for n in range(len(classes: flags = chain(*zip(repeat('-c'), flags)) flags = list(flags) if True: try: json.loads(sco(cmd + flags)) print(" ".join(flags), "was OK") except json.decoder.JSONDecodeError as e: print(' '.join(flags)) print(e) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405873 Title: -json output not valid when -class filter used To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1405873/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1405873] Re: -json output not valid when -class filter used
https://github.com/lyonel/lshw/tree/B.02.18 outputs valid json with lshw -json -quiet though it does have the problem described in https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1593233 i.e. can only run as root, and crashes otherwise. Using git bisect, the change that broke output was https://github.com/lyonel/lshw/pull/28 See also https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929206 ** Bug watch added: Debian Bug tracker #929206 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929206 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405873 Title: -json output not valid when -class filter used To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1405873/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1405873] Re: -json output not valid when -class filter used
this has actually got worse, as it now (as of 19.10 / 02.18.85-0.3 at least) breaks when no class is used e.g. $ lshw -json -quiet | python3 -m json.tool Expecting ',' delimiter: line 26, column 8 (char 785) lshw -xml | xmllint - seems to indicate xml output works ok, but the format is annoying :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1405873 Title: -json output not valid when -class filter used To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lshw/+bug/1405873/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1855586] [NEW] Feature request: allow toggling between airplane mode/bluetooth/wifi/both
Public bug reported: When pressing the monitor config key, one can switch between internal/external/mirror/join It would be nice to have something analagous for airplane/wifi/bluetooth/both, maybe after a long press ** Affects: gnome-control-center (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1855586 Title: Feature request: allow toggling between airplane mode/bluetooth/wifi/both To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1855586/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1744582] Re: python3-tables incorrectly depends on python
/usr/bin/ptrepack in python3-tables tries to use python2 (/usr/bin/python), which will not work if python-tables is not installed. Same for pt2to3, ptdump and pttree. nctoh5 is missing, though the man page is present. It's also absent when I install to a 3.7 virtualenv. The other commands are present and run with python3 in the VE. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1744582 Title: python3-tables incorrectly depends on python To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/pytables/+bug/1744582/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1756380] Re: vaapi VP9 hardware decoding not working anymore in bionic
I can't find this package with "apt search intel-vaapi-driver". Is it renamed to i965-va-driver? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1756380 Title: vaapi VP9 hardware decoding not working anymore in bionic To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/intel-vaapi-driver/+bug/1756380/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1760487] Re: Shell crashes when I start skype under Wayland session
Apparently this needs to be re-reported with the command ubuntu-bug _usr_bin_Xwayland.1000.crash -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1760487 Title: Shell crashes when I start skype under Wayland session To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1760487/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1772671] Re: Kernel produces empty lines in /proc/PID/status
A colleague tried installing a later 4.4.0 kernel, 4.4.0-129 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.4.129/ (as below) on 16.04.4 LTS and we then don't see the iotop problem. Linux version 4.4.129-0404129-generic (kernel@kathleen) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.9) ) #201804240833 SMP Tue Apr 24 08:35:28 UTC 2018 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1772671 Title: Kernel produces empty lines in /proc/PID/status To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/iotop/+bug/1772671/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+
@kj-kingj I applied the patch myself $ cd /home/$USER/software $ mkdir grub2 && cd grub2 $ apt-get source grub-efi-amd64 (add patch to grub2-2.02~beta2/debian/patches) # apt-get install dh-autoreconf help2man gcc-4.7-multilib xfonts-unifont libusb-dev libdevmapper-dev libsdl1.2-dev xorriso qemu-system libfuse-dev libxen-dev $ cd /home/$USER/software/grub2/grub2-2.02~beta2 $ fakeroot dpkg-buildpackage That was on a trusty install, IIRC. The patch was already in Xenial. I was building grubnetx64.efi, i.e. for UEFI PXE booting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437353 Title: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+ To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1437353/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] Re: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
Fixed in 4.13.0-18 with backport of artful 4.13.12 changes as in LP #1731971 ** Changed in: linux-hwe-edge (Ubuntu) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/kernel/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] Re: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
Ping. This is preventing us from using 4.13.0 with our AD DFS tree, and seems like a simple, widely-deployed regression fix. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/kernel/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] Re: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
** Bug watch added: Debian Bug tracker #880504 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880504 ** Also affects: kernel via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880504 Importance: Unknown Status: Unknown ** Also affects: linux (Debian) via https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880504 Importance: Unknown Status: Unknown ** Tags added: cifs hwe hwe-edge -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/kernel/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] Re: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
Looks like it'll be applied to 4.13 upstream: https://patchwork.kernel.org/patch/10042921/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-edge/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] Re: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
Missed part of the title of Debian bug #880504 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-edge/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] Re: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
Tried again without colon -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-edge/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1730337] [NEW] spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"]
Public bug reported: This report is a pointer to https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=880504 , which has the same title as this one. A patch is linked to in that bug to fix the problem, which has gone into 4.14.0-rc7 in Debian experimental (sid), and has been merged upstream. Could this be back-ported to 4.13.0 (in particular hwe-16.04-edge) in Ubuntu, please? Are more details needed at all? ProblemType: Bug DistroRelease: Ubuntu 16.04 Package: linux-image-4.13.0-16-generic (not installed) ProcVersionSignature: Ubuntu 4.13.0-16.19~16.04.3-generic 4.13.4 Uname: Linux 4.13.0-16-generic x86_64 NonfreeKernelModules: btrfs xor raid6_pq ufs msdos xfs libcrc32c cpuid nfsv3 nfs_acl bnep 8021q garp mrp stp llc cmac nls_utf8 cifs ccm rpcsec_gss_krb5 auth_rpcgss nfsv4 nfs lockd grace fscache pci_stub vboxpci vboxnetadp vboxnetflt bluetooth ecdh_generic vboxdrv binfmt_misc nls_iso8859_1 cmdlinepart intel_spi_platform intel_spi input_leds spi_nor snd_hda_codec_hdmi mtd mei_me mei dcdbas lpc_ich snd_hda_codec_realtek snd_hda_codec_generic snd_hda_intel snd_hda_codec snd_hda_core snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd shpchp soundcore intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp kvm_intel kvm irqbypass crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc mac_hid aesni_intel aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf parport_pc ppdev sunrpc lp parport autofs4 hid_generic usbhid hid i915 i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt e1000e fb_sys_fops ahci drm libahci ptp pps_core video ApportVersion: 2.20.1-0ubuntu2.10 Architecture: amd64 CurrentDesktop: Unity Date: Mon Nov 6 09:24:12 2017 SourcePackage: linux-hwe-edge UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: linux-hwe-edge (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-bug xenial -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1730337 Title: spurious ETOOLONG, file writes & dir reads broken since 4.12.6 [message: "File name too long"] To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-hwe-edge/+bug/1730337/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1702789] [NEW] package ndiff 7.40-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1
Public bug reported: Using chrome and terminal at the time of install ProblemType: Package DistroRelease: Ubuntu 17.04 Package: ndiff 7.40-1 ProcVersionSignature: Ubuntu 4.10.0-26.30-generic 4.10.17 Uname: Linux 4.10.0-26-generic x86_64 ApportVersion: 2.20.4-0ubuntu4.1 Architecture: amd64 Date: Thu Jul 6 19:41:08 2017 ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationDate: Installed on 2017-05-24 (43 days ago) InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412) PackageArchitecture: all RelatedPackageVersions: dpkg 1.18.10ubuntu2 apt 1.4 SourcePackage: nmap Title: package ndiff 7.40-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: No upgrade log present (probably fresh install) ** Affects: nmap (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check zesty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1702789 Title: package ndiff 7.40-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nmap/+bug/1702789/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1603642] Re: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128
In case it's relevant, the other options to force non-interactive install were in /etc/apt/apt.conf APT::Get::Show-Upgraded "true"; DPkg::Options {"--force-confmiss";"--force-confold"}; We appear to have worked around it by adding shim-signed shim/disable_secureboot boolean false shim-signed shim/enable_secureboot boolean true in the preseed file. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603642 Title: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1603642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1603642] Re: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128
The default is to disable secureboot. However, this requires a password to be set. These defaults seem contradictory when used with DEBIAN_FRONTEND=noninteractive. We use noninteractive mode (along with some other options-- I'll be investigating further tomorrow) to install systems, and the package gets stuck in an infinite loop. From the output of apt-extracttemplates: Template: shim/disable_secureboot Type: boolean Default: true Description: Disable UEFI Secure Boot? If Secure Boot remains enabled on your system, your system may still boot but any hardware that requires third-party drivers to work correctly may not be usable. Template: shim/enable_secureboot Type: boolean Default: false Description: Enable UEFI Secure Boot? If Secure Boot is enabled on your system, your system may still boot but any hardware that requires third-party drivers to work correctly may not be usable. Template: shim/secureboot_key Type: string Description: Enter a password for Secure Boot. It will be asked again after a reboot. Template: shim/secureboot_key_again Type: string Description: Enter the same password again to verify you have typed it correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603642 Title: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1603642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1603642] Re: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128
The default is to disable secureboot. However, this requires a password to be set. These defaults seem contradictory when used with DEBIAN_FRONTEND=noninteractive. We use noninteractive mode (along with some other options-- I'll be investigating further tomorrow) to install systems, and the package gets stuck in an infinite loop. From the output of apt-extracttemplates: Template: shim/disable_secureboot Type: boolean Default: true Description: Disable UEFI Secure Boot? If Secure Boot remains enabled on your system, your system may still boot but any hardware that requires third-party drivers to work correctly may not be usable. Template: shim/enable_secureboot Type: boolean Default: false Description: Enable UEFI Secure Boot? If Secure Boot is enabled on your system, your system may still boot but any hardware that requires third-party drivers to work correctly may not be usable. Template: shim/secureboot_key Type: string Description: Enter a password for Secure Boot. It will be asked again after a reboot. Template: shim/secureboot_key_again Type: string Description: Enter the same password again to verify you have typed it correctly. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1603642 Title: (trusty, debconf passthrough) package shim-signed 1.17~14.04.1+0.8-0ubuntu2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 128 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/shim-signed/+bug/1603642/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial
It turns out it's a locked ("Immutable") page. Do you have the rights to edit it, Mikko? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial
Ah, as in this bit. """ Note that for drop-in files, if one wants to remove entries from a setting that is parsed as a list (and is not a dependency), such as ConditionPathExists= (or e.g. ExecStart= in service units), one needs to first clear the list before re-adding all entries except the one that is to be removed. See below for an example. """ Thanks, I'll update https://help.ubuntu.com/community/NFSv4Howto if I can (I'm getting a 500 error just now). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial
/etc/systemd/system/rpc-gssd.service ("systemctl edit --full rpc- gssd.service") worked, but /etc/systemd/system/rpc- gssd.service.d/override.conf ("systemctl edit --full rpc-gssd.service") did not. This seems like a separate bug-- or perhaps there are restrictions on the override.conf file? The "edit" section in "man systemctl" makes it seem that it just needs to contain the changed line and a section heading. Do you know how override.conf should work? It's not entirely clear what can be overridden and what can't from "Example 2. Overriding vendor settings" in "man systemd.unit". It seems to say that one can override (rather than just supplement) the settings in the system *.service file, but this doesn't seem to work, and the examples only show added values. Is this a documentation bug in systemd.unit(5), a bug in systemd, or a bug in the Ubuntu repackaging of systemd? (Or am I just missing something?) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial
The equivalent of using RPCGSSDOPTS or GSSDOPTS in /etc/default/nfs- common is not documented for Xenial. ** Summary changed: - gssd ignores RPCGSSDOPTS in /etc/default/nfs-common + gssd ignores RPCGSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial ** Summary changed: - gssd ignores RPCGSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial + gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial ** Changed in: nfs-utils (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS and GSSDOPTS in /etc/default/nfs-common , no documented alternative is available on Xenial To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common
Not "systemctl edit rpc-gssd.service" ? i.e. to override /lib/systemd/system/rpc-gssd.service Why does /lib/systemd/system/rpc-gssd.service have the line "ExecStart=/usr/sbin/rpc.gssd $GSSDARGS" if $GSSDARGS are not supported? I tried running "systemctl edit rpc-gssd.service" and entering the line "ExecStart=/usr/sbin/rpc.gssd -ne $GSSDARGS" after reverting the changes to /usr/lib/systemd/scripts/nfs-utils_env.sh and /etc/default/nfs-common This did not work (i.e. add the flags "-ne" to rpc.gssd), nor did "systemctl edit gssd.service". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common
This problem has apparently become relevant again in Xenial with the switch to systemd. ** Changed in: nfs-utils (Ubuntu) Status: Invalid => New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1023051] Re: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common
I had a go at changing /etc/init/gssd.override to put the options "-ne" per https://help.ubuntu.com/community/NFSv4Howto and it doesn't work on Xenial. Could you add the line echo GSSDARGS=\"$GSSDOPTS\" to /usr/lib/systemd/scripts/nfs-utils_env.sh in nfs-common, please? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1023051 Title: gssd ignores RPCGSSDOPTS in /etc/default/nfs-common To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1023051/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1437353] Re: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+
We're seeing this (or something very similar) on an Intel X540 10GbE Dual port Mezzanine adaptor (Intel 82599 Controller) in a Dell server. I'll follow up with firmware revision numbers when I have them. It'd be helpful if others who've hit this provided them as far as they can. Does this patch look like it would fix/work around it? http://git.savannah.gnu.org/cgit/grub.git/commit/?id=4fe8e6d4a1279b1840171d8e797d911cd844 I'm having a go at applying it to the Xenial version of grub2, in particular to build grubnetx64.efi We'd be interested in the results if anyone else is able to test this. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1437353 Title: UEFI network boot hangs at grub for adapter 82599ES 10-Gigabit SFI/SFP+ To manage notifications about this bug go to: https://bugs.launchpad.net/maas/+bug/1437353/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1566348] Re: Patch the Badlock bug in the initial release of Ubuntu 16.04
Dupe of https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1569497 ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1566348 Title: Patch the Badlock bug in the initial release of Ubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/samba/+bug/1566348/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1552906] Re: System freezes after closing lid on Thinkpad X260
Specifically I get the output $ patch -p1 < ../../t460s-smm-pstates.patch patching file arch/x86/kernel/cpu/mcheck/therm_throt.c patching file drivers/acpi/acpi_processor.c patching file drivers/acpi/bus.c Hunk #1 succeeded at 1004 (offset -1 lines). patching file drivers/acpi/internal.h Hunk #1 succeeded at 130 (offset -8 lines). $ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552906 Title: System freezes after closing lid on Thinkpad X260 To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1552906/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1552906] Re: System freezes after closing lid on Thinkpad X260
Hello, The patch committed to 4.4.6-rc1, https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a21211672c9a1d730a39aa65d4a5b3414700adfb (identical to https://git.kernel.org/cgit/linux/kernel/git/rafael/linux- pm.git/commit/?h=bleeding- edge&id=42341f87ba1bee4c5be95038c24abb69cbcf361a ) is newer than https://bugzilla.kernel.org/attachment.cgi?id=209371&action=diff (the one in comment #90 mentioned in c#28 here) I've applied the newer patch successfully (with some chunk messages) to 4.4.0-14-lts-xenial and 4.4.0-15-lts-xenial on Trusty (T460 and T460s) and 4.4.0-16 on Xenial (T460s). Reportedly the same problem affects X1 Carbon G4s https://www.reddit.com/r/thinkpad/comments/48wp3o/x1_carbon_gen_4_ubuntu_minireview/ (and the Yoga 260 as mentioned in https://bugzilla.kernel.org/show_bug.cgi?id=110941 ) The author says in 110941 "It should work for any 4.4 kernel" The bug about the T460s is https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1561974 though I'm not sure whether this would count as a duplicate or not given they're different models. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1552906 Title: System freezes after closing lid on Thinkpad X260 To manage notifications about this bug go to: https://bugs.launchpad.net/linux/+bug/1552906/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1561974] Re: [Lenovo T460s] freeze on battery + lid close
Thanks Joseph. It looks like this is in the process of being fixed in https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1552906/ , though the patch mentioned is the one in comment 90 of kernel.org #110941 https://bugzilla.kernel.org/attachment.cgi?id=209371&action=diff , which differs from what was committed to 4.4.6-rc1, https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=a21211672c9a1d730a39aa65d4a5b3414700adfb (identical to https://git.kernel.org/cgit/linux/kernel/git/rafael/linux- pm.git/commit/?h=bleeding- edge&id=42341f87ba1bee4c5be95038c24abb69cbcf361a ) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561974 Title: [Lenovo T460s] freeze on battery + lid close To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1561974/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1561974] Re: [Lenovo T460s] freeze on battery + lid close
Ah, excuse my confusion. I'd missed that Joseph Salisbury works at Canonical. Joseph, could you increase the priority of this bug? It makes many (of not all) of the Skylake-based Lenovo laptops unusable, and there is a working patch which has been accepted upstream (albeit for 4.6.x not 4.4.x). What would be required to get it into the Xenial kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561974 Title: [Lenovo T460s] freeze on battery + lid close To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1561974/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1561974] Re: [Lenovo T460s] freeze on battery + lid close
Thanks, Lukas. The patch has evolved a bit, so it could be the v4 patch as (I think) linked above, or the one I linked to. I'm not keen on installing a third party kernel. I will have a lot of systems to deploy this to and will need to track future updates to Ubuntu's 4.4.0-xx, so it's not just a case of getting it working. I'd also like to use secure boot, which AIUI would rule out rolling my own kernels in practical terms. Ideally I'd like 42341f87ba1bee4c5be95038c24abb69cbcf361a or newer added as a "SAUCE" patch (if it's not added upstream-- I also need to figure out how it gets from the ACPI branch to stable, and whether that's 4.4.x or 4.5.x; https://www.kernel.org/ seems to contradict itself about which is "stable") into 4.4.0-17+ I'll keep and eye on https://git.launchpad.net/~ubuntu- kernel/ubuntu/+source/linux/+git/xenial/log/?h=master-next and try to figure out how to ask for that. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561974 Title: [Lenovo T460s] freeze on battery + lid close To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1561974/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1561974] Re: [Lenovo T460s] freeze on battery + lid close
See also https://bugzilla.kernel.org/show_bug.cgi?id=110941 (in particular comment #104) and the patch in the ACPI maintainer's tree linked in that comment https://git.kernel.org/cgit/linux/kernel/git/rafael/linux-pm.git/commit/?h=bleeding-edge&id=42341f87ba1bee4c5be95038c24abb69cbcf361a I'm trying out the patch vs 4.4.0-16 (on Xenial) and 4.4.0-14 (on Trusty) on a couple of T460s machines using apt-get source linux-image-4.4.0-16-generic && cd linux-4.4.0 && patch -p1 < ../../t460-smm-pstates.patch && dpkg-buildpackage I'm not sure this is the right approach, but the advice at https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel didn't work for me (is it out of date?) I built and installed with the patch OK (i.e. no hang on lid close) on Trusty using make deb-pkg CONFIG_LOCALVERSION=-blah but K/BYOK advises against it. ** Bug watch added: Linux Kernel Bug Tracker #110941 http://bugzilla.kernel.org/show_bug.cgi?id=110941 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561974 Title: [Lenovo T460s] freeze on battery + lid close To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1561974/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1561974] Re: [Lenovo T460s] freeze on battery + lid close
("no hang on lid close with the power disconnected", I should have said) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1561974 Title: [Lenovo T460s] freeze on battery + lid close To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1561974/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311032] Re: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
*** This bug is a duplicate of bug 1236951 *** https://bugs.launchpad.net/bugs/1236951 Absolutely, same here. I was just trying to help isolate the cause. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311032 Title: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1311032/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311032] Re: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
This looks pretty similar to the problem I had. I did the following apt-get remove libkpathsea5 vim /var/lib/texmf/web2c/updmap.cfg (removed lines referring to comicvn.map and mscorevn.map) updmap-sys dpkg --configure -a (use dpkg --configure tex-common for less output if things go wrong) It spits out Warning: Please see /usr/share/doc/tex-common/NEWS.Debian.gz Warning: found file: /etc/texmf/updmap.d/00updmap.cfg Warning: found file: /etc/texmf/updmap.d/10lmodern.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-base.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-fonts-extra.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-fonts-recommended.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-games.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-african.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-arabic.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-cyrillic.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-czechslovak.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-french.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-greek.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-hebrew.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-indic.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-lithuanian.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-mongolian.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-polish.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-lang-vietnamese.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-latex-base.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-latex-extra.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-math-extra.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-omega.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-pictures.cfg Warning: found file: /etc/texmf/updmap.d/10texlive-science.cfg Warning: found file: /etc/texmf/updmap.d/20latex-fonts-thai-tlwg.cfg Warning: found file: /etc/texmf/updmap.d/20tex-gyre.cfg Warning: found file: /etc/texmf/updmap.d/50cm-super-minimal.cfg Warning: found file: /etc/texmf/updmap.d/50cm-super.cfg each time any package to do with tex is configured, but the install seems to be continuing OK. I guess those files can be removed once the install has finished (I think the newer, equivalent config files go somewhere else). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311032 Title: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1311032/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311624] [NEW] package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
Public bug reported: Failure after retry of 12.04 to 14.04 upgrade. ProblemType: Package DistroRelease: Ubuntu 14.04 Package: tex-common 4.04 ProcVersionSignature: Ubuntu 3.5.0-48.72~precise1-generic 3.5.7.31 Uname: Linux 3.5.0-48-generic x86_64 ApportVersion: 2.14.1-0ubuntu3 Architecture: amd64 Date: Wed Apr 23 12:49:31 2014 DuplicateSignature: package:tex-common:4.04:ErrorMessage: subprocess installed post-installation script returned error exit status 1 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationDate: Installed on 2012-11-08 (531 days ago) InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) PackageArchitecture: all SourcePackage: tex-common Title: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to trusty on 2014-04-23 (0 days ago) ** Affects: tex-common (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package need-duplicate-check trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311624 Title: package tex-common 4.04 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1311624/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311203] Re: package tex-common 2.10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
I noticed the logs suggested this file should be attached (it mentions a missing libkpathsea.so) fmtutil: running `luatex -ini -jobname=luatex -progname=luatex luatex.ini' ... luatex: error while loading shared libraries: libkpathsea.so.6: cannot open shared object file: No such file or directory ** Attachment added: "missing libkpathsea.so.6" https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1311203/+attachment/4093704/+files/fmtutil.AQuz1oL7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311203 Title: package tex-common 2.10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1311203/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1311203] [NEW] package tex-common 2.10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1
Public bug reported: Failed upgrade from 12.04 to 14.04 ProblemType: Package DistroRelease: Ubuntu 14.04 Package: tex-common 2.10 ProcVersionSignature: Ubuntu 3.5.0-48.72~precise1-generic 3.5.7.31 Uname: Linux 3.5.0-48-generic x86_64 ApportVersion: 2.0.1-0ubuntu17.6 Architecture: amd64 Date: Tue Apr 22 17:13:16 2014 ErrorMessage: ErrorMessage: subprocess installed post-installation script returned error exit status 1 InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425) MarkForUpload: True PackageArchitecture: all SourcePackage: tex-common Title: package tex-common 2.10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 UpgradeStatus: Upgraded to trusty on 2014-04-22 (0 days ago) ** Affects: tex-common (Ubuntu) Importance: Undecided Status: New ** Tags: amd64 apport-package trusty -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1311203 Title: package tex-common 2.10 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/tex-common/+bug/1311203/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1171733] Re: Cannot connect to OS X (Regression)
Might this problem be related to this (fixed) regression? What version of libvncserver is used? LibVNCServer 0.9.8.2 released! This is a maintenance release that fixes a regression in libvncclient that crept in with Apple Remote Desktop support added with 0.9.8. Viewers that were not adapted to the new functionality would fail connecting to ARD servers before. You can get it over on http://sourceforge.net/projects/libvncserver/files/libvncserver/0.9.8.2/LibVNCServer-0.9.8.2.tar.gz/download (I'm going by this https://github.com/FreeRDP/Remmina/issues/75 which says the problem is upstream) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1171733 Title: Cannot connect to OS X (Regression) To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/remmina/+bug/1171733/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs