Having trouble refreshing/installing packages with USM

Post here if you are a new Porteus member and you're looking for some help.
Nightshaxx
Ronin
Ronin
Posts: 1
Joined: 16 Jul 2015, 17:08
Distribution: Many
Location: USA

Having trouble refreshing/installing packages with USM

Post#1 by Nightshaxx » 16 Jul 2015, 17:26

Hello, I just downloaded Porteus, and I am coming up agaist a problem I have had before when trying to run Porteus. I cannot install programs from the USM.
Porteus-v3.1
Kernel: 3.17.4-porteus
Whenever I try to refresh the database (via the GUI or command line) I get this:

Code: Select all

 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.

gzip: /var/usm/alien/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 221
Could not decompress: LIBS.TXT.gz
 
============================================================================== 
I downloaded a database list from here http://forum.porteus.org/viewtopic.php? ... 6&start=15 , and it worked to some extent (I can search for packages without having to update the database) but whenever I try to actually download anything, I get this:
Image

I was wondering what you suggest. I looked through some other posts before posting this, but I could not find a resolution. I there is a post that has a fix, feel free to link it, and I will delete this post if that fixes it. I know how annoying spam can be! :wall:

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: Having trouble refreshing/installing packages with USM

Post#2 by Bogomips » 16 Jul 2015, 18:49

Confirmed

Code: Select all

root@porteus:/home/guest# usm -u all
 Starting alien database update 
Downloading: vercheck.txt  DONE
Downloading: CHECKSUMS.md5.gz  DONE
Downloading: MANIFEST.bz2  DONE
Downloading: PACKAGES.TXT.gz  DONE
Downloading: LIBS.TXT.gz  DONE
File verification was good.

gzip: /var/usm/alien/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 259
Could not decompress: LIBS.TXT.gz
 
============================================================================== 

root@porteus:/home/guest# usm -u salix
 Starting salix database update 
Downloading: vercheck.txt  DONE
Downloading: CHECKSUMS.md5  DONE
Downloading: PACKAGES.TXT  DONE
Downloading: LIBS.TXT.gz  DONE
Downloading: OPTIFEST.gz  DONE

gzip: /var/usm/salix/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 259
Could not decompress: LIBS.TXT.gz
 
============================================================================== 

root@porteus:/home/guest# usm -u slackware
 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.

gzip: /var/usm/slackware/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 259
Could not decompress: LIBS.TXT.gz
 
============================================================================== 

root@porteus:/home/guest# usm -u slackwarepatches
 Starting slackwarepatches 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.

gzip: /var/usm/slackwarepatches/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 259
Could not decompress: LIBS.TXT.gz
 
============================================================================== 

root@porteus:/home/guest# usm -u slacky
 Starting slacky database update 
Downloading: vercheck.txt  DONE
Downloading: CHECKSUMS.md5.gz  DONE
Downloading: MANIFEST.bz2  DONE
Downloading: PACKAGES.TXT.gz  DONE
Downloading: LIBS.TXT.gz  DONE
File verification was good.

gzip: /var/usm/slacky/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 259
Could not decompress: LIBS.TXT.gz
 
============================================================================== 

root@porteus:/home/guest# usm -u ponce
 Starting ponce database update 
Downloading: vercheck.txt  DONE
Downloading: CHECKSUMS.md5.gz  DONE
Downloading: MANIFEST.bz2  DONE
Downloading: PACKAGES.TXT.gz  DONE
Downloading: LIBS.TXT.gz  DONE

gzip: /var/usm/ponce/LIBS.TXT.gz: not in gzip format
          

==============================================================================
WARNING!        WARNING!        WARNING!        WARNING!        WARNING!
==============================================================================
One or more errors occurred while usm was running:                       
 
FATAL ERROR!
usm update_database 259
Could not decompress: LIBS.TXT.gz
 
============================================================================== 

root@porteus:/home/guest# usm -u sbo
 Starting sbo database update 
Downloading: vercheck.txt  DONE
SLACKBUILDS.TXT.gz
Downloading: SLACKBUILDS.TXT.gz  DONE
 sbo  database updated. 

Will have to wait on an Admin.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

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

Re: FAA Having trouble refreshing/installing packages with U

Post#3 by Ed_P » 17 Jul 2015, 00:43

Still occurring. With brokenman gone not sure when it will be resolved. Can manually update the others by selecting them one by one.
Ed

User avatar
francois
Contributor
Contributor
Posts: 6435
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: FAA Having trouble refreshing/installing packages with U

Post#4 by francois » 17 Jul 2015, 01:00

Second confirmation here.
Prendre son temps, profiter de celui qui passe.

Lactorn
Ronin
Ronin
Posts: 1
Joined: 17 Jul 2015, 08:39
Distribution: Porteus
Location: Sweden

Re: FAA Having trouble refreshing/installing packages with U

Post#5 by Lactorn » 17 Jul 2015, 08:41

Could this be related to Sourceforge being down?

beny
Full of knowledge
Full of knowledge
Posts: 2092
Joined: 02 Jan 2011, 11:33
Location: italy

Re: FAA Having trouble refreshing/installing packages with U

Post#6 by beny » 17 Jul 2015, 16:54

<html><head>
<title>SourceForge</title>
<!-- <script src="/js/jquery.com/jquery-1.11.0.min.js"></script> -->
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
<script src="//sourceforge.net/js/mirrors.js"></script>
<script src="/js/sf.js"></script>
<script>
var DR_loc = DR_parse_hash_url();
if (DR_loc) {
DR_sf_main(DR_loc);
} else {
window.location.href = 'http://sourceforge.net/home.html';
}
</script>
</head><body>
<noscript>
We're sorry -- the Sourceforge site is currently in Disaster Recovery mode, and currently requires
the use of javascript to function. Please check back later.
</noscript>
</body></html>
this is the stripped package .LIBS.TXT so the alien bob repository is out of service, i think this file is generated by brokenman i have checked into the alien bob repos and do not exist so the sourceforge problem is usm related for this repository.

Seva
Samurai
Samurai
Posts: 134
Joined: 30 Apr 2015, 12:00
Distribution: XFCE Porteus Desktop 3.1 64bit
Location: Moscow, Russia

Re: FAA Having trouble refreshing/installing packages with U

Post#7 by Seva » 17 Jul 2015, 17:44

usm not updating, fatal error

could not decompress libs.tar.gz
posted from Porteus

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: FAA Having trouble refreshing/installing packages with U

Post#8 by Bogomips » 17 Jul 2015, 22:30

If anyone had cared to scan the output in my post, they would have seen that all repositories, with exception of sbo have been afflicted. One can only assume that that it is the database, and that the database is hosted on sourceforge. If this is the case it would be sensible to seek other mirrors to house the database, seeing as sourceforge has vulnerabilities.
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3933
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: FAA Having trouble refreshing/installing packages with U

Post#9 by ncmprhnsbl » 18 Jul 2015, 03:29

sourceforge appears to up again, for me at least... usm updated ok
but , as you say , some mirror(s)instead of/ for backup would be good.
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

Bogomips
Full of knowledge
Full of knowledge
Posts: 2564
Joined: 25 Jun 2014, 15:21
Distribution: 3.2.2 Cinnamon & KDE5
Location: London

Re: FAA Having trouble refreshing/installing packages with U

Post#10 by Bogomips » 18 Jul 2015, 13:10

USM OK. :Bravo:
Linux porteus 4.4.0-porteus #3 SMP PREEMPT Sat Jan 23 07:01:55 UTC 2016 i686 AMD Sempron(tm) 140 Processor AuthenticAMD GNU/Linux
NVIDIA Corporation C61 [GeForce 6150SE nForce 430] (rev a2) MemTotal: 901760 kB MemFree: 66752 kB

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

Re: FAA Having trouble refreshing/installing packages with U

Post#11 by Ed_P » 18 Jul 2015, 13:14

Bogomips wrote:USM OK. :Bravo:
Updating is ok but selecting to install a flashplayer update fails. LIBS.TXT files are missing.
Ed

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3933
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: Having trouble refreshing/installing packages with USM

Post#12 by ncmprhnsbl » 19 Jul 2015, 22:32

@Ed_P .. yeah , must admit i didnt try download anything :oops:
"Brokenman needs to update the database" (sic)
you can however still download packages that havn't been updated recently...
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

beny
Full of knowledge
Full of knowledge
Posts: 2092
Joined: 02 Jan 2011, 11:33
Location: italy

Re: Having trouble refreshing/installing packages with USM

Post#13 by beny » 19 Jul 2015, 22:57

slackbuild work well if you want a new software version...usm work on slackware 14.1 every week sbo rsync the database,but if you want something tailored on current try the phantomX slackbuilds the last minute of software build.

Post Reply