You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



LL update error

Author (Read 9609 times)

0 Members and 2 Guests are viewing this topic.

Re: LL update error
« Reply #11 on: August 02, 2018, 07:47:52 PM »
 

kpanic

  • PayPal Supporter
  • Forum Regular
  • *****
  • 162
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • CPU: Core i5 M450

  • MEMORY: 8Gb

  • VIDEO CARD: Nvidia GT216
Trying to guess what happened. And shame on me if I'm wrong!

The Segmentation fault came while python-crypto package tried to setup, everybody can see that in the first post.
After python-crypto failed, failed of course all the packages too which were dependent of the python-crypto package,
so we found the culprit already - no need to blame the rest of the packages since they failed because of python-crypto.

Why did I ask for the amount of memory?
Because lack of writable memory leads to Segmentation faults. The memory pointer points to a segment which the
kernel cannot map to user space. You can probably malloc(3) 20G of memory but if you don't actually have it and you try to
write into unmapped segment of it, the kernel cannot do anything else but kill the process.

In short: I think @pkmaarsen 's computer does not meet the minimum requirements to install 32bit 3.8.
« Last Edit: August 02, 2018, 07:59:43 PM by kpanic »
 

Re: LL update error
« Reply #10 on: August 02, 2018, 06:37:03 PM »
 

kpanic

  • PayPal Supporter
  • Forum Regular
  • *****
  • 162
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • CPU: Core i5 M450

  • MEMORY: 8Gb

  • VIDEO CARD: Nvidia GT216
@DeepThought , please let the guy do first as I asked for him to do.

I didn't ask that specific question just out of my hat
 

Re: LL update error
« Reply #9 on: August 02, 2018, 06:26:49 PM »
 

DeepThought

  • Forum Regular
  • ***
  • 237
    Posts
  • Reputation: 40
  • Linux Lite Member
    • View Profile
    • WKDfm Radio | WKDfm Chat

  • CPU: AMD Turion(tm) 64 x 2 Mobile Technology TL-60

  • MEMORY: 4Gb

  • VIDEO CARD: ATI RS480

  • Kernel: 5.x
Before we carry on with a cycle of "sudo apt-get install -f" and other commands which don't seem to be working, that we clear the decks first......

From the outputs posted by @pkmaarson the python and samba installs have become corrupted somehow and repeating the above command is not going to solve this.
python-crypto, python-samba, samba-common-bin, samba, python-apt  seem to be giving the problem, so why not purge them first, and hopefully have a clean slate.
I suggest the following:

Code: [Select]
sudo apt-get purge samba*
sudo apt-get purge python*
sudo apt-get autoremove
sudo apt-get clean

I would then reboot and then try an update

Code: [Select]
sudo apt-get update
sudo apt-get upgrade

If the upgrade goes ok, then try and reinstall python and samba and any other modules that your programs might need.
Owner and DJ at WKDfm Radio ( www.wkdfm.co.uk )
 

Re: LL update error
« Reply #8 on: August 02, 2018, 05:57:19 PM »
 

kpanic

  • PayPal Supporter
  • Forum Regular
  • *****
  • 162
    Posts
  • Reputation: 67
  • Linux Lite Member
    • View Profile

  • CPU: Core i5 M450

  • MEMORY: 8Gb

  • VIDEO CARD: Nvidia GT216
Hi @pkmaarsen ,

You seem to have a 32bit installation.
Can you please verify how much memory you have by running
this command
Code: [Select]
sudo lshw -c memory in the terminal

Then please copy the whole result here.

Thanks!
 

Re: LL update error
« Reply #7 on: August 02, 2018, 04:34:41 PM »
 

pkmaarsen

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-520M 2.4 GHZ

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Graphics GMA HD GPU

  • Kernel: 5.x
linuxlite@linuxlite-System-Product-Name:~$ sudo apt-get --fix-missing --reinstall install python python-minimal dh-python
[sudo] password for linuxlite:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 3 reinstalled, 0 to remove and 3 not upgraded.
5 not fully installed or removed.
Need to get 239 kB of archives.
After this operation, 0 B of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 python-minimal i386 2.7.12-1~16.04 [28,1 kB]
Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 python i386 2.7.12-1~16.04 [137 kB]
Get:3 http://us.archive.ubuntu.com/ubuntu xenial-updates/main i386 dh-python all 2.20151103ubuntu1.1 [74,1 kB]
Fetched 239 kB in 0s (363 kB/s)   
(Reading database ... 209740 files and directories currently installed.)
Preparing to unpack .../python-minimal_2.7.12-1~16.04_i386.deb ...
Unpacking python-minimal (2.7.12-1~16.04) over (2.7.12-1~16.04) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up python-minimal (2.7.12-1~16.04) ...
Segmentation fault
dpkg: error processing package python-minimal (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 python-minimal
E: Sub-process /usr/bin/dpkg returned an error code (1)
linuxlite@linuxlite-System-Product-Name:~$ sudo dpkg --configure -a
Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Segmentation fault
dpkg: error processing package python-crypto (--configure):
 subprocess installed post-installation script returned error exit status 239
dpkg: dependency problems prevent configuration of python-samba:
 python-samba depends on python-crypto; however:
  Package python-crypto is not configured yet.

dpkg: error processing package python-samba (--configure):
 dependency problems - leaving unconfigured
Setting up python-minimal (2.7.12-1~16.04) ...
dpkg: dependency problems prevent configuration of samba:
 samba depends on python-samba; however:
  Package python-samba is not configured yet.

dpkg: error processing package samba (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba-common-bin:
 samba-common-bin depends on python-samba; however:
  Package python-samba is not configured yet.

dpkg: error processing package samba-common-bin (--configure):
 dependency problems - leaving unconfigured
Setting up python-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-apt (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 python-crypto
 python-samba
 samba
 samba-common-bin
 python-apt
linuxlite@linuxlite-System-Product-Name:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
5 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-crypto (--configure):
 subprocess installed post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of python-samba:
 python-samba depends on python-crypto; however:
  Package python-crypto is not configured yet.

dpkg: error processing package python-samba (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba-common-bin:
 samba-common-bin depends on python-samba; however:
  Package python-samba is not configured yet.

dpkg: error processing package samba-common-bin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
 samba depends on python-samba; however:
  Package python-samba is not configured yet.
 samba depends on samba-common-bin (= 2:4.3.11+dfsg-0ubuntu0.16.04.13); however:
  Package samba-common-bin is not configured yet.

dpkg: error processing package samba (--configure):
 dependency problems - leaving unconfigured
Setting up python-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-apt (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 python-crypto
 python-samba
 samba-common-bin
 samba
 python-apt
*** Error in `/usr/bin/python3': free(): invalid pointer: 0x09af9e60 ***
======= Backtrace: =========
/lib/i386-linux-gnu/libc.so.6(+0x67377)[0xb760f377]
/lib/i386-linux-gnu/libc.so.6(+0x6d2f7)[0xb76152f7]
/lib/i386-linux-gnu/libc.so.6(+0x6dc31)[0xb7615c31]
/lib/i386-linux-gnu/libc.so.6(regfree+0x37)[0xb7671f07]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(+0x8d50f)[0xb707550f]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(_ZN13Configuration18MatchAgainstConfigD1Ev+0x25)[0xb7075555]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(_ZN11pkgDepCache18DefaultRootSetFuncD0Ev+0x2e)[0xb70d47ae]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(_ZN11pkgDepCache12MarkAndSweepEv+0x39)[0xb70cd489]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(_ZN11pkgDepCache11ActionGroup7releaseEv+0x99)[0xb70cd559]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(_ZN11pkgDepCache11ActionGroupD1Ev+0x24)[0xb70cd5c4]
/usr/lib/i386-linux-gnu/libapt-pkg.so.5.0(_Z14pkgApplyStatusR11pkgDepCache+0x143)[0xb704c3d3]
/usr/lib/python3/dist-packages/apt_pkg.cpython-35m-i386-linux-gnu.so(+0x17565)[0xb7192565]
/usr/bin/python3[0x81b1ff3]
/usr/bin/python3(PyObject_Call+0x4e)[0x820b3de]
/usr/bin/python3(PyEval_EvalFrameEx+0x4b0d)[0x8158ebd]
/usr/bin/python3[0x8217c51]
/usr/bin/python3(PyEval_EvalFrameEx+0x4ce1)[0x8159091]
/usr/bin/python3[0x8217c51]
/usr/bin/python3(PyEval_EvalCode+0x28)[0x814fc28]
/usr/bin/python3[0x826729d]
/usr/bin/python3(PyRun_FileExFlags+0x8b)[0x826735b]
/usr/bin/python3(PyRun_SimpleFileExFlags+0x1cd)[0x826925d]
/usr/bin/python3(PyRun_AnyFileExFlags+0x44)[0x8269334]
/usr/bin/python3(Py_Main+0x49c)[0x82926fc]
/usr/bin/python3(main+0xf9)[0x8119f59]
/lib/i386-linux-gnu/libc.so.6(__libc_start_main+0xf7)[0xb75c0637]
/usr/bin/python3[0x8229fa6]
======= Memory map: ========
08048000-0845d000 r-xp 00000000 08:01 217218     /usr/bin/python3.5
0845d000-0845e000 r--p 00414000 08:01 217218     /usr/bin/python3.5
0845e000-084d7000 rw-p 00415000 08:01 217218     /usr/bin/python3.5
084d7000-084f8000 rw-p 00000000 00:00 0
09a47000-09d03000 rw-p 00000000 00:00 0          [heap]
b4400000-b4421000 rw-p 00000000 00:00 0
b4421000-b4500000 ---p 00000000 00:00 0
b459a000-b4bf3000 rw-p 00000000 00:00 0
b4bf3000-b6908000 rw-p 00000000 08:01 138787     /var/cache/apt/pkgcache.bin
b6908000-b69c8000 rw-p 00000000 00:00 0
b69c8000-b6a2b000 r-xp 00000000 08:01 1704290    /lib/i386-linux-gnu/libssl.so.1.0.0
b6a2b000-b6a2e000 r--p 00062000 08:01 1704290    /lib/i386-linux-gnu/libssl.so.1.0.0
b6a2e000-b6a32000 rw-p 00065000 08:01 1704290    /lib/i386-linux-gnu/libssl.so.1.0.0
b6a32000-b6a4a000 r-xp 00000000 08:01 254738     /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-i386-linux-gnu.so
b6a4a000-b6a4b000 r--p 00017000 08:01 254738     /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-i386-linux-gnu.so
b6a4b000-b6a4f000 rw-p 00018000 08:01 254738     /usr/lib/python3.5/lib-dynload/_ssl.cpython-35m-i386-linux-gnu.so
b6a4f000-b6b0f000 rw-p 00000000 00:00 0
b6b0f000-b6ce1000 r-xp 00000000 08:01 1704289    /lib/i386-linux-gnu/libcrypto.so.1.0.0
b6ce1000-b6ce2000 ---p 001d2000 08:01 1704289    /lib/i386-linux-gnu/libcrypto.so.1.0.0
b6ce2000-b6cf2000 r--p 001d2000 08:01 1704289    /lib/i386-linux-gnu/libcrypto.so.1.0.0
b6cf2000-b6cf9000 rw-p 001e2000 08:01 1704289    /lib/i386-linux-gnu/libcrypto.so.1.0.0
b6cf9000-b6ded000 rw-p 00000000 00:00 0
b6ded000-b6e01000 r-xp 00000000 08:01 222822     /usr/lib/i386-linux-gnu/liblz4.so.1.7.1
b6e01000-b6e02000 r--p 00013000 08:01 222822     /usr/lib/i386-linux-gnu/liblz4.so.1.7.1
b6e02000-b6e03000 rw-p 00014000 08:01 222822     /usr/lib/i386-linux-gnu/liblz4.so.1.7.1
b6e03000-b6e27000 r-xp 00000000 08:01 1705850    /lib/i386-linux-gnu/liblzma.so.5.0.0
b6e27000-b6e28000 r--p 00023000 08:01 1705850    /lib/i386-linux-gnu/liblzma.so.5.0.0
b6e28000-b6e29000 rw-p 00024000 08:01 1705850    /lib/i386-linux-gnu/liblzma.so.5.0.0
b6e29000-b6e39000 r-xp 00000000 08:01 1705782    /lib/i386-linux-gnu/libbz2.so.1.0.4
b6e39000-b6e3a000 r--p 0000f000 08:01 1705782    /lib/i386-linux-gnu/libbz2.so.1.0.4
b6e3a000-b6e3b000 rw-p 00010000 08:01 1705782    /lib/i386-linux-gnu/libbz2.so.1.0.4
b6e3b000-b6e4f000 r-xp 00000000 08:01 1705933    /lib/i386-linux-gnu/libresolv-2.23.so
b6e4f000-b6e50000 ---p 00014000 08:01 1705933    /lib/i386-linux-gnu/libresolv-2.23.so
b6e50000-b6e51000 r--p 00014000 08:01 1705933    /lib/i386-linux-gnu/libresolv-2.23.so
b6e51000-b6e52000 rw-p 00015000 08:01 1705933    /lib/i386-linux-gnu/libresolv-2.23.so
b6e52000-b6e54000 rw-p 00000000 00:00 0
b6e54000-b6e70000 r-xp 00000000 08:01 1705821    /lib/i386-linux-gnu/libgcc_s.so.1
b6e70000-b6e71000 rw-p 0001b000 08:01 1705821    /lib/i386-linux-gnu/libgcc_s.so.1
b6e71000-b6fde000 r-xp 00000000 08:01 218195     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.21
b6fde000-b6fdf000 ---p 0016d000 08:01 218195     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.21
b6fdf000-b6fe4000 r--p 0016d000 08:01 218195     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.21
b6fe4000-b6fe5000 rw-p 00172000 08:01 218195     /usr/lib/i386-linux-gnu/libstdc++.so.6.0.21
b6fe5000-b6fe8000 rw-p 00000000 00:00 0
b6fe8000-b715e000 r-xp 00000000 08:01 218197     /usr/lib/i386-linux-gnu/libapt-pkg.so.5.0.0
b715e000-b715f000 ---p 00176000 08:01 218197     /usr/lib/i386-linux-gnu/libapt-pkg.so.5.0.0
b715f000-b7162000 r--p 00176000 08:01 218197     /usr/lib/i386-linux-gnu/libapt-pkg.so.5.0.0
b7162000-b7163000 rw-p 00179000 08:01 218197     /usr/lib/i386-linux-gnu/libapt-pkg.so.5.0.0
b7171000-b7178000 r-xp 00000000 08:01 254733     /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-i386-linux-gnu.so
b7178000-b7179000 r--p 00006000 08:01 254733     /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-i386-linux-gnu.so
b7179000-b717b000 rw-p 00007000 08:01 254733     /usr/lib/python3.5/lib-dynload/_lzma.cpython-35m-i386-linux-gnu.so
b717b000-b71bd000 r-xp 00000000 08:01 215898     /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-i386-linux-gnu.so
b71bd000-b71be000 r--p 00041000 08:01 215898     /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-i386-linux-gnu.so
b71be000-b71c3000 rw-p 00042000 08:01 215898     /usr/lib/python3/dist-packages/apt_pkg.cpython-35m-i386-linux-gnu.so
b71c3000-b7303000 rw-p 00000000 00:00 0
b7303000-b7503000 r--p 00000000 08:01 226074     /usr/lib/locale/locale-archive
b7503000-b7504000 rw-p 00000000 00:00 0
b7504000-b7557000 r-xp 00000000 08:01 1705853    /lib/i386-linux-gnu/libm-2.23.so
b7557000-b7558000 r--p 00052000 08:01 1705853    /lib/i386-linux-gnu/libm-2.23.so
b7558000-b7559000 rw-p 00053000 08:01 1705853    /lib/i386-linux-gnu/libm-2.23.so
b7559000-b7572000 r-xp 00000000 08:01 1705972    /lib/i386-linux-gnu/libz.so.1.2.8
b7572000-b7573000 r--p 00018000 08:01 1705972    /lib/i386-linux-gnu/libz.so.1.2.8
b7573000-b7574000 rw-p 00019000 08:01 1705972    /lib/i386-linux-gnu/libz.so.1.2.8
b7574000-b7575000 rw-p 00000000 00:00 0
b7575000-b759b000 r-xp 00000000 08:01 1705814    /lib/i386-linux-gnu/libexpat.so.1.6.0
b759b000-b759c000 ---p 00026000 08:01 1705814    /lib/i386-linux-gnu/libexpat.so.1.6.0
b759c000-b759e000 r--p 00026000 08:01 1705814    /lib/i386-linux-gnu/libexpat.so.1.6.0
b759e000-b759f000 rw-p 00028000 08:01 1705814    /lib/i386-linux-gnu/libexpat.so.1.6.0
b759f000-b75a1000 r-xp 00000000 08:01 1705962    /lib/i386-linux-gnu/libutil-2.23.so
b75a1000-b75a2000 r--p 00001000 08:01 1705962    /lib/i386-linux-gnu/libutil-2.23.so
b75a2000-b75a3000 rw-p 00002000 08:01 1705962    /lib/i386-linux-gnu/libutil-2.23.so
b75a3000-b75a6000 r-xp 00000000 08:01 1705807    /lib/i386-linux-gnu/libdl-2.23.so
b75a6000-b75a7000 r--p 00002000 08:01 1705807    /lib/i386-linux-gnu/libdl-2.23.so
b75a7000-b75a8000 rw-p 00003000 08:01 1705807    /lib/i386-linux-gnu/libdl-2.23.so
b75a8000-b7758000 r-xp 00000000 08:01 1705783    /lib/i386-linux-gnu/libc-2.23.so
b7758000-b775a000 r--p 001af000 08:01 1705783    /lib/i386-linux-gnu/libc-2.23.so
b775a000-b775b000 rw-p 001b1000 08:01 1705783    /lib/i386-linux-gnu/libc-2.23.so
b775b000-b775e000 rw-p 00000000 00:00 0
b775e000-b7777000 r-xp 00000000 08:01 1705927    /lib/i386-linux-gnu/libpthread-2.23.so
b7777000-b7778000 r--p 00018000 08:01 1705927    /lib/i386-linux-gnu/libpthread-2.23.so
b7778000-b7779000 rw-p 00019000 08:01 1705927    /lib/i386-linux-gnu/libpthread-2.23.so
b7779000-b777b000 rw-p 00000000 00:00 0
b777c000-b777d000 rw-p 00000000 00:00 0
b777d000-b7781000 r-xp 00000000 08:01 254714     /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-i386-linux-gnu.so
b7781000-b7782000 r--p 00003000 08:01 254714     /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-i386-linux-gnu.so
b7782000-b7783000 rw-p 00004000 08:01 254714     /usr/lib/python3.5/lib-dynload/_bz2.cpython-35m-i386-linux-gnu.so
b7783000-b7788000 r-xp 00000000 08:01 254730     /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-i386-linux-gnu.so
b7788000-b7789000 r--p 00004000 08:01 254730     /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-i386-linux-gnu.so
b7789000-b778a000 rw-p 00005000 08:01 254730     /usr/lib/python3.5/lib-dynload/_hashlib.cpython-35m-i386-linux-gnu.so
b778a000-b7791000 r--s 00000000 08:01 224546     /usr/lib/i386-linux-gnu/gconv/gconv-modules.cache
b7791000-b7792000 r--p 002d4000 08:01 226074     /usr/lib/locale/locale-archive
b7792000-b7793000 r--p 002d8000 08:01 226074     /usr/lib/locale/locale-archive
b7793000-b7794000 rw-p 00000000 00:00 0
b7794000-b7797000 r--p 00000000 00:00 0          [vvar]
b7797000-b7798000 r-xp 00000000 00:00 0          [vdso]
b7798000-b77bb000 r-xp 00000000 08:01 1705755    /lib/i386-linux-gnu/ld-2.23.so
b77bb000-b77bc000 r--p 00022000 08:01 1705755    /lib/i386-linux-gnu/ld-2.23.so
b77bc000-b77bd000 rw-p 00023000 08:01 1705755    /lib/i386-linux-gnu/ld-2.23.so
bfa9f000-bfac0000 rw-p 00000000 00:00 0          [stack]
E: Sub-process /usr/bin/dpkg returned an error code (1)
linuxlite@linuxlite-System-Product-Name:~$

Alas, Charvie. Thanks for your attempts.
Ciao, Paul. 
 

Re: LL update error
« Reply #6 on: August 02, 2018, 10:16:17 AM »
 

charvie

  • New to Forums
  • *
  • 24
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: amd a8 and intel d2500

  • MEMORY: 4Gb

  • VIDEO CARD: onboard
Sorry, My mistake:

New first line:

sudo apt-get --fix-missing --reinstall install python python-minimal dh-python

Second line   sudo dpkg –configure -a

should be

sudo dpkg --configure -a

then do
sudo apt-get install -f

Hope better results,
Charvie

 

Re: LL update error
« Reply #5 on: August 02, 2018, 07:05:41 AM »
 

pkmaarsen

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-520M 2.4 GHZ

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Graphics GMA HD GPU

  • Kernel: 5.x
Thanks Charvie. This was the result:

linuxlite@linuxlite-System-Product-Name:~$ sudo apt-get update -fix-missing
[sudo] password for linuxlite:
E: Command line option 'f' [from -fix-missing] is not understood in combination with the other options.
linuxlite@linuxlite-System-Product-Name:~$ sudo dpkg -configure -a
dpkg: error: unknown option -o

Type dpkg --help for help about installing and deinstalling packages
  • ;

Use 'apt' or 'aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;

Options marked
  • produce a lot of output - pipe it through 'less' or 'more' !

linuxlite@linuxlite-System-Product-Name:~$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
5 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Segmentation fault
dpkg: error processing package python-crypto (--configure):
 subprocess installed post-installation script returned error exit status 239
dpkg: dependency problems prevent configuration of python-samba:
 python-samba depends on python-crypto; however:
  Package python-crypto is not configured yet.

dpkg: error processing package python-samba (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba-common-bin:
 samba-common-bin depends on python-samba; however:
  Package python-samba is not configured yet.

dpkg: error processing package samba-common-bin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
 samba depends on python-samba; however:
  Package python-samba is not configured yet.
 samba depends on samba-common-bin (= 2:4.3.11+dfsg-0ubuntu0.16.04.13); however:
  Package samba-common-bin is not configured yet.

dpkg: error processing package samba (--configure):
 dependency problems - leaving unconfigured
Setting up python-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Segmentation fault
dpkg: error processing package python-apt (--configure):
 subprocess installed post-installation script returned error exit status 139
Errors were encountered while processing:
 python-crypto
 python-samba
 samba-common-bin
 samba
 python-apt
E: Sub-process /usr/bin/dpkg returned an error code (1)
linuxlite@linuxlite-System-Product-Name:~$

Can you make something out of it?
Ciao, Paul
 

Re: LL update error
« Reply #4 on: August 02, 2018, 06:18:57 AM »
 

charvie

  • New to Forums
  • *
  • 24
    Posts
  • Reputation: 4
  • Linux Lite Member
    • View Profile

  • CPU: amd a8 and intel d2500

  • MEMORY: 4Gb

  • VIDEO CARD: onboard
Try all of these from command line:

sudo apt-get update –fix-missing
sudo dpkg –configure -a
sudo apt-get install -f

Hope it helps,
Charvie
 

Re: LL update error
« Reply #3 on: August 02, 2018, 04:40:24 AM »
 

pkmaarsen

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-520M 2.4 GHZ

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Graphics GMA HD GPU

  • Kernel: 5.x
Thank you, Jerry, for your help. Unfortunately this command has not changed anything. The weird thing is that my system still works! My Synaptic Package Manager tells me that the python installed version (2.7.12-1~16.04) is the latest version as well. The same is true for python-crypto, pytho-samba, etc. Maybe I just have to ignore the "errors"? I am too much of a perfectionist? I am totally illiterate as far as computers are concerned. The more I admire what you - with a small crew - have been able to produce: a system that is simple for users as I am and competing with big-business microsoft. I have been using Linux Mint 14 (xfce) for a number of years on this old machine. So the step to LL was simple. Ciao, Paul.       
 

Re: LL update error
« Reply #2 on: August 01, 2018, 11:27:15 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8775
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Try:

Code: [Select]
sudo apt-get install -f
 

LL update error
« Reply #1 on: August 01, 2018, 07:13:18 AM »
 

pkmaarsen

  • New to Forums
  • *
  • 22
    Posts
  • Reputation: 1
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core i5-520M 2.4 GHZ

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Graphics GMA HD GPU

  • Kernel: 5.x
Hi all. I am a newbie in LL Forums. Try to define my problem as well as possible. Upon installing updates for LL 3.8, I always get error messages, like: while processing python-crypto, etc. errors occured. See Attachment. Could you please, help me? Paul. ===========================
Install Updates Error log
===========================
Install Updates could not successfully download and install available updates.
Go to https://www.linuxliteos.com/forums/ and paste the log below into a new or existing thread for assistance.

============ Log ===========

Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
The following packages have been kept back:
  virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11
The following packages will be upgraded:
  libcapnp-0.5.3
1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
5 not fully installed or removed.
Need to get 602 kB of archives.
After this operation, 4096 B disk space will be freed.
Get:1 http://us.archive.ubuntu.com/ubuntu xenial-security/main i386 libcapnp-0.5.3 i386 0.5.3-2ubuntu1.1 [602 kB]
Fetched 602 kB in 0s (965 kB/s)
(Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 209740 files and directories currently installed.)
Preparing to unpack .../libcapnp-0.5.3_0.5.3-2ubuntu1.1_i386.deb ...
Unpacking libcapnp-0.5.3:i386 (0.5.3-2ubuntu1.1) over (0.5.3-2ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Setting up libcapnp-0.5.3:i386 (0.5.3-2ubuntu1.1) ...
Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-crypto (--configure):
 subprocess installed post-installation script returned error exit status 139
dpkg: dependency problems prevent configuration of python-samba:
 python-samba depends on python-crypto; however:
  Package python-crypto is not configured yet.

dpkg: error processing package python-samba (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba-common-bin:
 samba-common-bin depends on python-samba; however:
  Package python-samba is not configured yet.

dpkg: error processing package samba-common-bin (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of samba:
 samba depends on python-samba; however:
  Package python-samba is not configured yet.
 samba depends on samba-common-bin (= 2:4.3.11+dfsg-0ubuntu0.16.04.13); however:
  Package samba-common-bin is not configured yet.

dpkg: error processing package samba (--configure):
 dependency problems - leaving unconfigured
Setting up python-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Segmentation fault
Segmentation fault
dpkg: error processing package python-apt (--configure):
 subprocess installed post-installation script returned error exit status 139
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Errors were encountered while processing:
 python-crypto
 python-samba
 samba-common-bin
 samba
 python-apt
E: Sub-process /usr/bin/dpkg returned an error code (1)

Thank you!
« Last Edit: August 07, 2018, 09:38:13 AM by Jerry »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section