[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
There is one file in /usr/lib/x86_64-linux-gnu/wine/ which lsattr says has the immutable flag set: ---I--e /usr/lib/x86_64-linux-gnu/wine/fakedlls Is this the root of the problem? The file "/usr/lib/x86_64-linux-gnu/wine/resutils.dll.so.dpkg-new" (see above) does not (currently)

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
I tried to install wine again and got more errors - see the attached terminal log. The base problem seems always to be a authorisation issue. e.g.: "dpkg: error processing archive /var/cache/apt/archives/libwine_2.0.2-2ubuntu1_amd64.deb (--unpack): unable to open

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
I also blacklisted it in '/etc/apt/apt.conf.d/01autoremove' and apt update now also runs to completion without any errors. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1743204 Title: Segmentation

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
I blacklisted the package "linux-image-extra-4.13.0-25-generic" in 50unattended-upgrades and at least unattended upgrades runs to completion without any errors. Should I do anything else to allow apt auto-updating to run as normally as possible? -- You received this bug notification because you

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-17 Thread Otto
OK, done that. I then did 'sudo apt-get update' which started off fine but after some "W: Possible missing firmware' messages the process stalled without using CPU. Please see attached terminal log ** Attachment added: "Terminal log"

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-16 Thread Joseph Salisbury
You may need to run the following from a terminal: sudo apt-get install -f sudo apt-get clean sudo apt-get update Then re-install the package or updates. If that does not resolve your issue, please mark the bug as "Confirmed" ** Changed in: linux (Ubuntu) Importance: Undecided => Medium **

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
>From >"https://askubuntu.com/questions/675296/changing-ownership-operation-not-permitted-even-as-root; looks like "file has the immutable flag set in its extended attributes" so I reckon it's a problem to be resolved by the package maintainer... or someone who knows better, please help... If I

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
Attempting to upgrade the package Synaptic Package Manager failed again with: E: /var/cache/apt/archives/linux-image- extra-4.13.0-25-generic_4.13.0-25.29_amd64.deb: unable to open '/lib/modules/4.13.0-25-generic/kernel/drivers/leds/leds-dac124s085.ko .dpkg-new': Operation not permitted -- You

[Bug 1743204] Re: Segmentation fault in "apt --fix-broken install"

2018-01-14 Thread Otto
Attempting to remove the linux-generic package Synaptic Package Manager also reported "package is in a very bad inconsistent state" and failed. Please see the attached terminal log ** Attachment added: "Terminal log of the error"