USM

Please reproduce your error on a second machine before posting, and check the error by running without saved changes or extra modules (See FAQ No. 13, "How to report a bug"). For unstable Porteus versions (alpha, beta, rc) please use the relevant thread in our "Development" section.
User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

USM

Post#1 by Ed_P » 22 Jul 2016, 18:56

Fatal error

LIBS.TXT

Attempting to download a latest Flashplayer update module.
Ed

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: USM

Post#2 by Jack » 22 Jul 2016, 20:54

I just update USM and was able to download flashplayer-plugin-11.2.202.632-x86_64-1.txz.
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: USM

Post#3 by Ed_P » 23 Jul 2016, 03:36

Now the updates failed.

Code: Select all

 Starting slackwarepatches database update 
Downloading: CHECKSUMS.md5  DONE
Downloading: MANIFEST.bz2  DONE
Downloading: PACKAGES.TXT  DONE
Downloading: LIBS.TXT.gz  DONE
 There was a problem downloading the file: 

And even though the alien database updated ok the flashplayer still fails on the LIBS.TXT file missing.

BTW This for a 64-bit system.
Ed

Jack
Contributor
Contributor
Posts: 1857
Joined: 09 Aug 2013, 14:25
Distribution: Porteus and Nemesis
Location: USA

Re: USM

Post#4 by Jack » 23 Jul 2016, 04:27

You have a lot of problem updating USM? Every time I see your Problem I try it and it works for me. I don't know what the problem is?
I just like Slackware because I think it teach you about Linux to build packages where Ubuntu is like Windows you just install programs you want.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: USM

Post#5 by Ed_P » 23 Jul 2016, 22:25

Well, got the Update All to run successfully but still the Fatal error LIBS.TXT problem with the alien flashplayer module.


-update-

BTW Able to manually update the flashplayer using this script:

Code: Select all

#!/bin/sh
# http://forum.porteus.org/viewtopic.php?f=53&t=4840&p=35284#p35280

BOOTDEV=`grep -A1 "Booting" /var/log/porteus-livedbg|tail -n1|sed 's^//^/^g'`
VERSION=$(cat /etc/porteus-version)
FOLDER=/porteus${VERSION:9:3} 
if [ ${BOOTDEV:7:1} != a ]; then
   FOLDER=""
fi
GUEST="$BOOTDEV$FOLDER/Guest"
MODULES="$BOOTDEV$FOLDER/Modules"

FPVERSION=632

if [ `whoami` != "root" ]; then
   echo
   echo "Module unavailable via USM?"
   echo -en "Press Enter to download vrsn $FPVERSION, Ctrl+C to end.\n"
   read answer
fi

ALIEN=http://www.slackware.com/~alien/slackbuilds/flashplayer-plugin/build
ARCH=i386
if [ `echo $MACHTYPE | sed -e 's/-.*$//'` = x86_64 ]; then
   ARCH=x86_64
fi
if [ `whoami` != "root" ]; then
   ktsuss "$0 $1"
   exit
fi

if [ -d  "/home/guest/Downloads/flashplayer-plugin/" ]; then
   rm /home/guest/Downloads/flashplayer-plugin/*
fi
wget $ALIEN/flashplayer-plugin.SlackBuild                           -P /home/guest/Downloads/flashplayer-plugin
wget $ALIEN/install_flash_player_11.2.202.$FPVERSION_linux_$ARCH.gz -P /home/guest/Downloads/flashplayer-plugin
wget $ALIEN/slack-desc                                              -P /home/guest/Downloads/flashplayer-plugin

cd   /home/guest/Downloads/flashplayer-plugin

chmod +x flashplayer-plugin.SlackBuild
./flashplayer-plugin.SlackBuild

txz2xzm /tmp/*.txz

if [ -f  $MODULES/flashplayer-plugin-*.xzm ]; then
   rm -f $MODULES/flashplayer-plugin-*.xzm
fi
cp /tmp/*.xzm $MODULES/

echo
echo Done 
echo
ls -sh $MODULES
echo
Ed

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: USM

Post#6 by brokenman » 24 Jul 2016, 22:22

Why not try the built in update script (as root)?

Code: Select all

update-flash
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: USM

Post#7 by Ed_P » 25 Jul 2016, 13:43

brokenman wrote:Why not try the built in update script (as root)?

Code: Select all

update-flash
I wasn't sure the 3.2 rc4 version would work with my 3.0 system.

Are the update- scripts in 3.2 meant to replace USM?
Ed

User avatar
brokenman
Site Admin
Site Admin
Posts: 6105
Joined: 27 Dec 2010, 03:50
Distribution: Porteus v4 all desktops
Location: Brazil

Re: USM

Post#8 by brokenman » 27 Jul 2016, 15:54

Are the update- scripts in 3.2 meant to replace USM?
No.
How do i become super user?
Wear your underpants on the outside and put on a cape.

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: USM

Post#9 by Ed_P » 27 Jul 2016, 22:08

FYI

3.0

Just ran the Update All and it ran successfully but still the Fatal error LIBS.TXT problem with the alien flashplayer module.

I don't actually need the module but someone else might at some point. And I don't know how extensive the problem is.

3.2 rc4

Just ran Update All and got this.

https://drive.google.com/file/d/0B1Uj3O ... sp=sharing
Ed

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: USM

Post#10 by Ed_P » 03 Aug 2016, 18:58

Porteus 3.0 Razor-QT 64-bit

Looks like another problem. Been like this for 35+ minutes.

Code: Select all

 :
 :
 Starting slackware 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
 slackware  database updated. 

 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 slackonly database update 
Downloading: CHECKSUMS.md5.gz -->
Then retrying the update I get this:

Code: Select all

sh-4.2# usm -u all
alien was updated 2307 seconds ago. Skipping.
salix was updated 2287 seconds ago. Skipping.
slacky was updated 2270 seconds ago. Skipping.
ponce was updated 2125 seconds ago. Skipping.
slackware was updated 2105 seconds ago. Skipping.
slackwarepatches was updated 2072 seconds ago. Skipping.
 Starting slackonly database update 
awk: fatal: cannot open file `/tmp/usm.P9UBNQ/vercheck.txt' for reading (No such file or directory)
Downloading: CHECKSUMS.md5.gz --> 
Closing USM and restarting yields this:

Code: Select all

usm -u all
sh-4.2# usm -u all
alien was updated 2535 seconds ago. Skipping.
salix was updated 2515 seconds ago. Skipping.
slacky was updated 2498 seconds ago. Skipping.
ponce was updated 2353 seconds ago. Skipping.
slackware was updated 2333 seconds ago. Skipping.
slackwarepatches was updated 2300 seconds ago. Skipping.
 Starting slackonly database update 
Downloading: vercheck.txt  DONE
Downloading: CHECKSUMS.md5.gz --> 
Ed

User avatar
Ed_P
Contributor
Contributor
Posts: 8341
Joined: 06 Feb 2013, 22:12
Distribution: Cinnamon 5.01 ISO
Location: Western NY, USA

Re: USM

Post#11 by Ed_P » 04 Aug 2016, 02:49

Ok, finally got pass the slackonly database update problem. :Yahoo!:

And now the: "Fatal error LIBS.TXT" trying to download wine-1.9.15-x86_64-1alien.txz. :wall:
Ed

Post Reply