Porteus-v3.2.2 bug reports here
-
- Shogun
- Posts: 434
- Joined: 02 May 2017, 09:51
- Distribution: v3.2.2-32 and Porteus-Artix-64
- Location: Chennai,India
Re: Porteus-v3.2.2 bug reports here
Post#181 by raja » 22 May 2017, 11:36
v3.2.2 32 bit boots to text mode,but on xstart get a blank screen,in my old Laptop. INTEL 1.6 ghz processor,2 gb memory, VIA chrome9 IGP Graphics. I tried many combinations, but,x session fails. VIA CHIPS and openchrome driver may be the cause for latest x org package. Any alternate x window ?
Otherwise i am very happy with Porteus..runs like a cheetah!
raja
Re: Porteus-v3.2.2 bug reports here
Post#182 by Evan » 23 May 2017, 23:48

yet you can download the files directly from him using your web browser so they do exist.
http://www.slackware.com/~alien/slackbuilds

Evan
- Rava
- Contributor
- Posts: 5424
- Joined: 11 Jan 2011, 02:46
- Distribution: XFCE 5.01 x86_64 + 4.0 i586
- Location: Forests of Germany
Re: Porteus-v3.2.2 bug reports here
Post#183 by Rava » 24 May 2017, 20:13
Now I have: /mnt/sda1/Boot/syslinux
(/mnt/sda1/boot is also available -> as symlink to /mnt/sda1/Boot)
Of course, the /mnt/sda1/Boot/syslinux/porteus.cfg is not used since I boot via NeoGRUB and its menu.lst
And also /mnt/sda1/EFI and its subfolders. Here is what these folders now look like:
Code: Select all
root@porteus:/x# ls -oa --time-style=long-iso /mnt/sda1/boot/syslinux/ /mnt/sda1/EFI/ /mnt/sda1/EFI/BOOT/
/mnt/sda1/EFI/:
total 8
drwxrwxrwx 1 root 0 2017-05-22 03:56 .
drwxrwxrwx 1 root 4096 2017-05-22 03:57 ..
drwxrwxrwx 1 root 4096 2017-05-22 03:56 BOOT
/mnt/sda1/EFI/BOOT/:
total 252
drwxrwxrwx 1 root 4096 2017-05-22 03:56 .
drwxrwxrwx 1 root 0 2017-05-22 03:56 ..
-rwxrwxrwx 1 root 12816 2016-12-23 00:00 background.png
-rwxrwxrwx 1 root 201416 2016-12-23 00:00 bootx64.efi
drwxrwxrwx 1 root 4096 2017-05-22 03:57 drivers_x64
drwxrwxrwx 1 root 4096 2017-05-22 03:56 icons
-rwxrwxrwx 1 root 22329 2016-12-23 00:00 refind.conf
/mnt/sda1/boot/syslinux/:
total 390
drwxrwxrwx 1 root 4096 2017-05-22 03:57 .
drwxrwxrwx 1 root 8192 2017-05-22 03:56 ..
-rwxrwxrwx 1 root 2048 2016-12-23 00:00 boot.cat
-rwxrwxrwx 1 root 38696 2016-12-23 00:00 chain.c32
-rwxrwxrwx 1 root 20 2016-12-23 00:00 extlinux.conf
-rwxrwxrwx 1 root 24576 2016-12-23 00:00 isolinux.bin
-rwxrwxrwx 1 root 2048 2016-12-23 00:00 isolinux.boot
-rwxrwxrwx 1 root 20 2016-12-23 00:00 isolinux.cfg
-rwxrwxrwx 1 root 1262 2016-12-23 00:00 lilo.conf
-rwxrwxrwx 1 root 43575 2016-12-23 00:00 plpbt
-rwxrwxrwx 1 root 2947 2016-12-23 00:00 porteus.cfg
-rwxrwxrwx 1 root 97789 2016-12-23 00:00 porteus.png
-rwxrwxrwx 1 root 20 2016-12-23 00:00 syslinux.cfg
-rwxrwxrwx 1 root 155792 2016-12-23 00:00 vesamenu.c32
Any ideas? Anyone? I cannot be the only one booting via NeoGrub, can I?
Or the only one having a more or less new PC with WitlessOS7 preinstalled, wanting to keep that OS and still have Linux as alternative. Or more precise: Have WitlessOS once or twice a year, while each and every day of the years running Linux...
... but this failiure to boot Porteus starts to annoy me...
Rava is a sad Panda right now, Porteus-wise...

Yours Rava
Rava
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Porteus-v3.2.2 bug reports here
Post#184 by Ed_P » 24 May 2017, 21:08
With Grub2Win this is what I have for Porteus. Maybe it will help, maybe it won't.
Code: Select all
menuentry "Porteus 3.0.1 - installed" --class slackware --class icon-porteus {
search -f /boot/syslinux/vmlinuz --set=root
echo "USB root is: "$root
echo "ISO is: n/a"
echo "Porteus folders: /"
set porteus_parms="extramod=/Modules;/modsavedat volume=33 reboot=cold" # acpi=off"
echo "Porteus parms are: "$porteus_parms
echo
sleep -v -i 15
linux /boot/syslinux/vmlinuz $porteus_parms
initrd /boot/syslinux/initrd.xz
}
menuentry "Porteus Cinnamon 3.2.2 - ISO AF+" --class slackware --class icon-porteus {
set linux_folder="/porteus3.2"
set iso="/ISOs/Porteus-CINNAMON-v3.2.2-x86_64.iso"
search -f /boot/syslinux/vmlinuz --set=root
echo "ISO root is: "$root
echo "ISO is: "$iso
echo "Porteus folders: "$linux_folder
set porteus_parms="extramod=$linux_folder/Modules;$linux_folder/modsavedat noload=save.dat volume=33 reboot=cold"
echo "Porteus parms are: "$porteus_parms
echo
loopback loop $iso
sleep -v -i 10
# linux (loop)/boot/syslinux/vmlinuz from=$iso $porteus_parms
linux /porteus3.2/vmlinuz from=$iso $porteus_parms # kernel update
initrd (loop)/boot/syslinux/initrd.xz
}
Some of my Grub4DOS menus.
Code: Select all
map --unhook
set ISO31=Porteus-LXQT-v3.1-x86_64.iso
set ISO30i=Porteus-RazorQT-v3.0.1-i486.iso
set ISO30=Porteus-RazorQT-v3.0.1-x86_64.iso
set ISO21=Porteus-RazorQT-v2.1-x86_64.iso
# menu entries
title Porteus 3.1 changes=EXIT \n186MB\n %ISO31%
find --set-root /ISOs/%ISO31%
map --heads=0 --sectors-per-track=0 /ISOs/%ISO31% (0xff)
map --hook
root (0xff)
kernel /boot/syslinux/vmlinuz from=/ISOs/%ISO31% changes=EXIT:/porteus3.1/changes/porteussave.dat extramod=/porteus3.1/Modules volume=40 ramsize=80%
initrd /boot/syslinux/initrd.xz
title Porteus 3.1 changes= \n186MB\n %ISO31%
find --set-root /ISOs/%ISO31%
map --heads=0 --sectors-per-track=0 /ISOs/%ISO31% (0xff)
map --hook
root (0xff)
kernel /boot/syslinux/vmlinuz from=/ISOs/%ISO31% changes=/porteus3.1/changes/porteussave.dat extramod=/porteus3.1/Modules volume=40 ramsize=80%
initrd /boot/syslinux/initrd.xz
title Porteus 3.1 Always Fresh \n186MB\n %ISO31%
find --set-root /ISOs/%ISO31%
map --heads=0 --sectors-per-track=0 /ISOs/%ISO31% (0xff)
map --hook
root (0xff)
kernel /boot/syslinux/vmlinuz from=/ISOs/%ISO31% volume=40
initrd /boot/syslinux/initrd.xz
Ed_P
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Porteus-v3.2.2 bug reports here
Post#185 by Ed_P » 24 May 2017, 21:27
Does tweaking your mirrors help?Evan wrote:even the stable hosts like Alien Bob have started giving Errors that there are no such files...
viewtopic.php?f=53&t=6117&p=48934&hilit ... ors#p48934
http://porteus.org/porteus-mirrors.txt

Ed_P
Evan
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Porteus-v3.2.2 bug reports here
Post#187 by Ed_P » 25 May 2017, 04:28
Evan wrote:I'm confused Ed.
The Mirror file is for Porteus ISO download , i'm talking about the file repository?


But do review the forum link's reference to /etc/usm/'s files.
Ed_P
Re: Porteus-v3.2.2 bug reports here
Post#188 by Evan » 25 May 2017, 07:48
Code: Select all
# List of alien Slackware mirrors
# Structure: $VER/$ARCH
# NETHERLANDS
# http://bear.alienbase.nl/mirrors/people/alien/sbrepos
http://www.slackware.com/~alien/slackbuilds
Tried changing mirrors-alien.txt to the working mirror but it then spits out an error......Starting alien database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
gzip: /var/usm/alien/CHECKSUMS.md5.gz: unexpected end of file

Evan
Re: Porteus-v3.2.2 bug reports here
Post#189 by Evan » 25 May 2017, 08:04
Code: Select all
usm -s flashplayer
flashplayer-plugin-25.0.0.171-x86_64-1_slonly.txz was found in slackonly [not installed]
flashplayer-plugin-25.0.0.171-x86_64-1alien.txz was found in alien [not installed]
flashplayer-plugin-11.2.202.635-x86_64-2sl.txz was found in slacky [not installed]
Packages found: 3
Use: usm -i <package> for more info
Use: usm -g <package> to download
usm -g flashplayer-plugin-25.0.0.171-x86_64-1alien.txz
Nothing found for: flashplayer-plugin-25.0.0.171-x86_64-1alien.txz
usm -g flashplayer-plugin-25.0.0.171-x86_64-1_slonly.txz
Nothing found for: flashplayer-plugin-25.0.0.171-x86_64-1_slonly.txz
Yet you can download it in your web browser using the default alien mirror that comes with porteus?
http://bear.alienbase.nl/mirrors/people ... 1alien.txz

Evan
Re: Porteus-v3.2.2 bug reports here
Post#190 by Evan » 25 May 2017, 08:25
I give up , yet another thing....
Thanks for trying to help Ed but i can't remember all these various fixes,patches and workarounds every time with fresh boots or fresh installs , i'll just wait for the next version of portues to be released.
Evan
-
- Shogun
- Posts: 282
- Joined: 10 Jan 2016, 17:26
- Distribution: Porteus 5.0 rc3 xfce
- Location: Denver, Colorado
Re: Porteus-v3.2.2 bug reports here
Post#191 by rchase » 25 May 2017, 14:12
rchase
- Ed_P
- Contributor
- Posts: 8961
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: Porteus-v3.2.2 bug reports here
Post#192 by Ed_P » 25 May 2017, 14:19
Did you try?Evan wrote:Code: Select all
usm -s flashplayer flashplayer-plugin-25.0.0.171-x86_64-1_slonly.txz was found in slackonly [not installed] flashplayer-plugin-25.0.0.171-x86_64-1alien.txz was found in alien [not installed] flashplayer-plugin-11.2.202.635-x86_64-2sl.txz was found in slacky [not installed] Packages found: 3 Use: usm -i <package> for more info Use: usm -g <package> to download usm -g flashplayer-plugin-25.0.0.171-x86_64-1alien.txz Nothing found for: flashplayer-plugin-25.0.0.171-x86_64-1alien.txz usm -g flashplayer-plugin-25.0.0.171-x86_64-1_slonly.txz Nothing found for: flashplayer-plugin-25.0.0.171-x86_64-1_slonly.txz
Code: Select all
usm -g flashplayer
Ed_P
Re: Porteus-v3.2.2 bug reports here
Post#193 by beny » 25 May 2017, 15:12
Code: Select all
root@porteus:/home/guest# usm -g flashplayer
The following items were found.
Choose an number to confirm.
ctrl+c to quit
1) flashplayer-plugin-11.2.202.635-x86_64-2sl.txz
2) flashplayer-plugin-25.0.0.127-x86_64-1_slonly.txz
3) flashplayer-plugin-25.0.0.148-x86_64-1alien.txz
#? 1
Processing: flashplayer-plugin-11.2.202.635-x86_64-2sl.txz
Ignored libraries: libkdeui.so,libkutils.so,libkdecore.so,libQt,
Libraries required: 26
Libraries found in system: 26
Libraries to resolve: 0
The following packages are required.
flashplayer-plugin-11.2.202.635-x86_64-2sl.txz [5285K] [not installed]
Total size: 5 MB
Would you like to install the package/s? (custom paths are supported) [y/n]
Press [r] to remove packages, [q] to quit, or enter to start downloading.
Downloading: flashplayer-plugin-11.2.202.635-x86_64-2sl.txz DONE
Commencing package conversion ...
Verifying package flashplayer-plugin-11.2.202.635-x86_64-2sl.txz.
Installing package flashplayer-plugin-11.2.202.635-x86_64-2sl.txz:
PACKAGE DESCRIPTION:
# Flash Player
#
# Adobe Systems Incorporated
# Flash Player 11 for Linux
#
#
Executing install script for flashplayer-plugin-11.2.202.635-x86_64-2sl.txz.
Package flashplayer-plugin-11.2.202.635-x86_64-2sl.txz installed.
Creating /tmp/usm/flashplayer-plugin-11.2.202.635-x86_64-2sl.xzm
Enter a custom path to install packages to or press enter to install to the system:
>
Installing to system
+==============================================================================
| Installing new package /tmp/usm/flashplayer-plugin-11.2.202.635-x86_64-2sl.txz
+==============================================================================
Verifying package flashplayer-plugin-11.2.202.635-x86_64-2sl.txz.
Installing package flashplayer-plugin-11.2.202.635-x86_64-2sl.txz:
PACKAGE DESCRIPTION:
# Flash Player
#
# Adobe Systems Incorporated
# Flash Player 11 for Linux
#
#
Executing install script for flashplayer-plugin-11.2.202.635-x86_64-2sl.txz.
Package flashplayer-plugin-11.2.202.635-x86_64-2sl.txz installed.
beny
-
- Full of knowledge
- Posts: 2106
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: Porteus-v3.2.2 bug reports here
Post#194 by donald » 25 May 2017, 21:56
Please try again in always fresh mode...rchase wrote:Still can't access the slackonly database (trying to update Kodi 16 to Kodi 17 Krypton); LIBS.TXT not found -- for the past week.
Why?
Because i do not have this "LIBS.TXT" error...not in 32 nor 64 Bit
32 Bit
Code: Select all
root@porteus:/home/guest# uname -rm
4.9.0-porteus i686
root@porteus:/home/guest# date
Thu May 25 22:19:40 Local time zone must be set--see zic manual page 2017
root@porteus:/home/guest# usm -u all
Starting slackware database update
Downloading: vercheck.txt DONE
Downloading: CHECKSUMS.md5 DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackware database updated.
Updating config file
Starting slackwarepatches database update
Downloading: CHECKSUMS.md5 DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackwarepatches database updated.
Starting slacky database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slacky database updated.
Starting salix database update
Downloading: CHECKSUMS.md5 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
Downloading: OPTIFEST.gz DONE
salix database updated.
Starting alien database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
alien database updated.
Starting ponce database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
Optimizing manifest
ponce database updated.
Starting slackonly database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackonly database updated.
Starting sbo database update
SLACKBUILDS.TXT.gz
Downloading: SLACKBUILDS.TXT.gz DONE
sbo database updated.
Downloading: extra-deps.txt DONE
Downloading: ignore-deps.txt DONE
root@porteus:/home/guest#
Code: Select all
root@porteus:/home/guest# uname -rm
4.9.0-porteus x86_64
root@porteus:/home/guest# date
Thu May 25 23:14:35 Local time zone must be set--see zic manual page 2017
root@porteus:/home/guest# usm -u all
Starting slackware database update
Downloading: vercheck.txt DONE
Downloading: CHECKSUMS.md5 DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackware database updated.
Updating config file
Starting slackwarepatches database update
Downloading: CHECKSUMS.md5 DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackwarepatches database updated.
Starting slacky database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slacky database updated.
Starting salix database update
Downloading: CHECKSUMS.md5 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
Downloading: OPTIFEST.gz DONE
salix database updated.
Starting alien database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
alien database updated.
Starting ponce database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
Optimizing manifest
ponce database updated.
Starting slackonly database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackonly database updated.
Starting sbo database update
SLACKBUILDS.TXT.gz
Downloading: SLACKBUILDS.TXT.gz DONE
sbo database updated.
Downloading: extra-deps.txt DONE
Downloading: ignore-deps.txt DONE
root@porteus:/home/guest#
donald
-
- Full of knowledge
- Posts: 2564
- Joined: 25 Jun 2014, 15:21
- Distribution: 3.2.2 Cinnamon & KDE5
- Location: London
Re: Porteus-v3.2.2 bug reports here
Post#195 by Bogomips » 25 May 2017, 22:59
Code: Select all
root@porteus:/home/guest# usm -u all
Starting slackware database update
Downloading: vercheck.txt DONE
Downloading: CHECKSUMS.md5 DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackware database updated.
Updating config file
Starting slackwarepatches database update
Downloading: CHECKSUMS.md5 DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackwarepatches database updated.
Starting slacky database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slacky database updated.
Starting salix database update
Downloading: CHECKSUMS.md5 DONE
Downloading: PACKAGES.TXT DONE
Downloading: LIBS.TXT.gz DONE
Downloading: OPTIFEST.gz DONE
salix database updated.
Starting alien database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
alien database updated.
Starting ponce database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
Optimizing manifest
ponce database updated.
Starting slackonly database update
Downloading: CHECKSUMS.md5.gz DONE
Downloading: MANIFEST.bz2 DONE
Downloading: PACKAGES.TXT.gz DONE
Downloading: LIBS.TXT.gz DONE
File verification was good.
Optimizing manifest
slackonly database updated.
Starting sbo database update
SLACKBUILDS.TXT.gz
Downloading: SLACKBUILDS.TXT.gz DONE
sbo database updated.
Downloading: extra-deps.txt DONE
Downloading: ignore-deps.txt DONE
root@porteus:/home/guest# usm -g konsole
Usm is already active.
If this information is not correct, you can remove the following file and rerun the script:
/var/lock/usm
root@porteus:/home/guest# usm -g konsole
The following items were found.
Choose an number to confirm.
ctrl+c to quit
1) konsole-4.10.5-x86_64-1.txz
#? 1
Processing: konsole-4.10.5-x86_64-1.txz
Ignored libraries:
Libraries required: 30
Libraries found in system: 12
Libraries to resolve: 18
Processing library: libQtCore.so.4
More than one package contains: libQtCore.so.4
qt-4.8.7-x86_64-4.txz 31844K slackware
wps-office-10.1.0.5672~a21-x86_64-2_slonly.txz 157036K slackonly
insync-1.3.12.36116-x86_64-1_slonly.txz 33644K slackonly
google-earth-7.1.8.3036-x86_64-1_slonly.txz 44352K slackonly
copasi-4.18.136-x86_64-1_slonly.txz 29152K slackonly
The following items were found.
Choose an number to confirm.
ctrl+c to quit
1) qt-4.8.7-x86_64-4.txz
2) wps-office-10.1.0.5672~a21-x86_64-2_slonly.txz
3) insync-1.3.12.36116-x86_64-1_slonly.txz
4) google-earth-7.1.8.3036-x86_64-1_slonly.txz
5) copasi-4.18.136-x86_64-1_slonly.txz
#? 1
Processing library: libQtDBus.so.4
Processing library: libQtGui.so.4
Processing library: libQtNetwork.so.4
Processing library: libQtSvg.so.4
Processing library: libQtXml.so.4
Processing library: libkdecore.so.5
More than one package contains: libkdecore.so.5
kdelibs-4.14.21-x86_64-1.txz 12816K slackware
kdelibs-4.14.32-x86_64-1_slack14.2.txz 12820K slackwarepatches
The following items were found.
Choose an number to confirm.
ctrl+c to quit
1) kdelibs-4.14.21-x86_64-1.txz
2) kdelibs-4.14.32-x86_64-1_slack14.2.txz
#? 1
Processing library: libkdeinit4_konsole.so
Processing library: libkdeui.so.5
Processing library: libkio.so.5
Processing library: libknotifyconfig.so.4
Processing library: libkonq.so.5
Processing library: libkonsoleprivate.so
Processing library: libkparts.so.4
Processing library: libkpty.so.4
Processing library: libnepomuk.so.4
Processing library: libnepomukutils.so.4
Processing library: libsoprano.so.4
Processing: qt-4.8.7-x86_64-4.txz
==============================================================================
WARNING! WARNING! WARNING! WARNING! WARNING!
==============================================================================
One or more errors occurred while usm was running:
FATAL ERROR!
resolve_deps 369
Please wait 6 hours for the next database update. Could not find: LIBS.TXT
==============================================================================
Code: Select all
usm application information
USM version: 3.2.0
DB version: 160320
Current storage: /home/guest/p10/Por/tmp64/usm
Current config: /etc/usm/usm.conf
Current platform: Porteus-v4.0
Current arch: x86_64
Current Slackware 14.2
guest@porteus:~$ ls -lh /var64/usm/{slackware,slackwarepatches,slacky,salix,alien,ponce,slackonly}/LIBS.TXT
-rw-r--r-- 1 root root 50K May 23 12:48 /var64/usm/alien/LIBS.TXT
-rw-r--r-- 1 root root 113K May 23 12:48 /var64/usm/ponce/LIBS.TXT
-rw-r--r-- 1 root root 140K May 23 12:48 /var64/usm/salix/LIBS.TXT
-rw-r--r-- 1 root root 1.2M May 23 12:51 /var64/usm/slackonly/LIBS.TXT
-rw-r--r-- 1 root root 228K May 23 12:48 /var64/usm/slackware/LIBS.TXT
-rw-r--r-- 1 root root 30K May 23 12:48 /var64/usm/slackwarepatches/LIBS.TXT
-rw-r--r-- 1 root root 82K May 23 12:48 /var64/usm/slacky/LIBS.TXT
guest@porteus:~$ file /var64/usm/{slackware,slackwarepatches,slacky,salix,alien,ponce,slackonly}/LIBS.TXT
/var64/usm/slackware/LIBS.TXT: ASCII text, with very long lines
/var64/usm/slackwarepatches/LIBS.TXT: ASCII text, with very long lines
/var64/usm/slacky/LIBS.TXT: ASCII text, with very long lines
/var64/usm/salix/LIBS.TXT: ASCII text, with very long lines
/var64/usm/alien/LIBS.TXT: ASCII text, with very long lines
/var64/usm/ponce/LIBS.TXT: ASCII text, with very long lines
/var64/usm/slackonly/LIBS.TXT: ASCII text, with very long lines
Reason: libs.txt
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB
Bogomips