LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-12-2017, 09:03 PM   #1
dsotm
Member
 
Registered: Mar 2012
Distribution: Slackware64-current, Fedora 33
Posts: 90

Rep: Reputation: 2
Can't launch chrome or firefox after slackpkg upgrade


Can't launch either program, probably others as well, accidentally cancelled the process halfway through the upgrade and restarted. When I added the multilib packages I get the following error:

Code:
cat: /var/log/scripts/autoload: No such file or directory
cat: /var/log/scripts/bye: No such file or directory
cat: /var/log/scripts/chdir: No such file or directory
cat: /var/log/scripts/declare: No such file or directory
cat: /var/log/scripts/float: No such file or directory
cat: /var/log/scripts/history: No such file or directory
cat: /var/log/scripts/integer: No such file or directory
cat: /var/log/scripts/local: No such file or directory
cat: /var/log/scripts/logout: No such file or directory
cat: /var/log/scripts/pushln: No such file or directory
cat: /var/log/scripts/r: No such file or directory
cat: /var/log/scripts/readonly: No such file or directory
cat: /var/log/scripts/rehash: No such file or directory
cat: /var/log/scripts/type: No such file or directory
cat: /var/log/scripts/unalias: No such file or directory
cat: /var/log/scripts/unfunction: No such file or directory
cat: /var/log/scripts/where: No such file or directory
cat: /var/log/scripts/which: No such file or directory
cat: /var/log/scripts/zprofile: No such file or directory
cat: /var/log/scripts/zsh-5.3.1: No such file or directory
Get the following when I try to launch chrome:

Code:
--2017-04-12 19:02:12--  https://clients2.google.com/cr/report
Resolving clients2.google.com... 2607:f8b0:4007:80b::200e, 
216.58.193.206
Connecting to clients2.google.com|2607:f8b0:4007:80b::200e|:443... 
connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Saving to: ‘/dev/fd/3’


     0K Crash dump id:   9efc120e80000000 
                                                     663K=0s

Segmentation fault
Any ideas how I might go about fixing this or am I going to have to reinstall?
 
Old 04-12-2017, 09:25 PM   #2
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
If you cancelled during the upgrade, you could be running some frankenstein version of Slackware-current that is quite possibly broken. I would first try to reinstall using slackpkg and see if that fixes the issue.

Code:
slackpkg reinstall slackware64
 
1 members found this post helpful.
Old 04-12-2017, 11:18 PM   #3
dsotm
Member
 
Registered: Mar 2012
Distribution: Slackware64-current, Fedora 33
Posts: 90

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by bassmadrigal View Post
If you cancelled during the upgrade, you could be running some frankenstein version of Slackware-current that is quite possibly broken. I would first try to reinstall using slackpkg and see if that fixes the issue.

Code:
slackpkg reinstall slackware64
Gave that a try and still having the same issue, noticed the same missing files error when some packages were installing
 
Old 04-13-2017, 12:42 AM   #4
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
Unfortunately, that probably means you broke some fairly important applications. There's several ways to recover from this, but the easiest would probably be to just boot off your installation media and reinstall Slackware without formatting anything. That should keep all your 3rd-party applications intact and it should fix your installation. For alternative methods to fixing it, we'd need more information on your errors (or is it just the errors in the first post?), and possibly a list of the last 20 or so installed and removed packages.
 
1 members found this post helpful.
Old 04-13-2017, 11:04 AM   #5
dsotm
Member
 
Registered: Mar 2012
Distribution: Slackware64-current, Fedora 33
Posts: 90

Original Poster
Rep: Reputation: 2
Quote:
Originally Posted by bassmadrigal View Post
Unfortunately, that probably means you broke some fairly important applications. There's several ways to recover from this, but the easiest would probably be to just boot off your installation media and reinstall Slackware without formatting anything. That should keep all your 3rd-party applications intact and it should fix your installation. For alternative methods to fixing it, we'd need more information on your errors (or is it just the errors in the first post?), and possibly a list of the last 20 or so installed and removed packages.
Going to try this when I get home tonight, forgot to bring the laptop to work today unfortunately. Didn't know this was even an option, much better than starting from scratch.
 
Old 04-13-2017, 11:42 AM   #6
bassmadrigal
LQ Guru
 
Registered: Nov 2003
Location: West Jordan, UT, USA
Distribution: Slackware
Posts: 8,792

Rep: Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656Reputation: 6656
The same thing can be done by running upgradepkg --reinstall slackware64/*/*.t?z, but many would likely find the installer easier. And that is also assuming your upgradepkg package isn't broken (using the installer wouldn't be affected since it uses an internal upgradepkg, not the one installed to the system).
 
1 members found this post helpful.
Old 04-13-2017, 10:42 PM   #7
dsotm
Member
 
Registered: Mar 2012
Distribution: Slackware64-current, Fedora 33
Posts: 90

Original Poster
Rep: Reputation: 2
Installing without formatting did the trick, thanks for your help!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackpkg upgrade-all freezes on Mozilla Firefox deretsigernu Slackware 2 12-18-2016 04:20 PM
[SOLVED] slackpkg downgrade chrome? bassplayer69 Slackware 4 09-19-2015 07:55 AM
[SOLVED] Most recent upgrade in current causing firefox and slackpkg errors vdemuth Slackware 8 10-30-2010 12:08 PM
LXer: Google to launch Chrome OS this autumn LXer Syndicated Linux News 0 06-03-2010 01:50 AM
[SOLVED] After upgrade all using slackpkg upgrade, configuration is failed to read ethereal1m Linux - Newbie 3 04-28-2010 01:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 01:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration