Page 1 of 1

USM

Posted: 22 Jul 2016, 18:56
by Ed_P
Fatal error

LIBS.TXT

Attempting to download a latest Flashplayer update module.

Re: USM

Posted: 22 Jul 2016, 20:54
by Jack
I just update USM and was able to download flashplayer-plugin-11.2.202.632-x86_64-1.txz.

Re: USM

Posted: 23 Jul 2016, 03:36
by Ed_P
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.

Re: USM

Posted: 23 Jul 2016, 04:27
by Jack
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?

Re: USM

Posted: 23 Jul 2016, 22:25
by Ed_P
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

Re: USM

Posted: 24 Jul 2016, 22:22
by brokenman
Why not try the built in update script (as root)?

Code: Select all

update-flash

Re: USM

Posted: 25 Jul 2016, 13:43
by Ed_P
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?

Re: USM

Posted: 27 Jul 2016, 15:54
by brokenman
Are the update- scripts in 3.2 meant to replace USM?
No.

Re: USM

Posted: 27 Jul 2016, 22:08
by Ed_P
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

Re: USM

Posted: 03 Aug 2016, 18:58
by Ed_P
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 --> 

Re: USM

Posted: 04 Aug 2016, 02:49
by Ed_P
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: