LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 10-19-2009, 12:45 PM   #1
Ssk8harddiefast
LQ Newbie
 
Registered: Jul 2009
Location: athens
Distribution: Gentoo
Posts: 13

Rep: Reputation: 1
Exclamation serious problem.PLZ HELP IMMEDIATELY !!!!!!


Hi.I am new to slackware.Today i tried my first installation.everything was fine since i make slackpkg upgrade-all.I had this message bash: /usr/sbin/slackpkg: /bin/sh: bad interpreter: No such file or directory.Nothing is running.No bash,no apps.Absolutelly nothing!!!!!!!Please help as soon as you cAn because if laptop close i must to do for 3 time installation!!!!!!!!!the 2 others installations was for this reason!!!!!!!!!!
 
Old 10-19-2009, 12:53 PM   #2
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
boot a live cd
mount your main partition
chroot to the mount point
then type cp /bin/bash /bin/sh
 
Old 10-19-2009, 02:34 PM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
serious problem.PLZ HELP IMMEDIATELY !!!!!
Do you somehow think that there is a group of people on duty to respond "immediately"? We are all volunteers who check at random times---sometimes only for a few minutes.

Please know that some people will not even open a post with a title like this.
 
Old 10-19-2009, 07:23 PM   #4
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Sorry Boss, I'm a little late getting back too work. I'll try to be of aid whenever there's someone that actually provides a solid informational query for their thread/post.

I do suggest that the OP looks at the next two links in hope of enlightenment;
 
Old 10-20-2009, 10:06 AM   #5
vonbiber
Member
 
Registered: Apr 2009
Distribution: slackware 14.1 64-bit, slackware 14.2 64-bit, SystemRescueCD
Posts: 533

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by Ssk8harddiefast View Post
bash: /usr/sbin/slackpkg: /bin/sh: bad interpreter: No such file or directory
on slackware you should have the bash binary in
Code:
/bin/bash
check that it's present (you should get an output like the 2nd line)
Code:
ls -l /bin/bash
-rwxr-xr-x 1 root root 678832 2007-05-11 00:19 /bin/bash*
and 2 symbolic links that point to it
Code:
/bin/sh -> /bin/bash
Code:
/usr/bin/bash -> /bin/bash
if /bin/sh or /usr/bin/bash don't point to /bin/bash
you'll need to recreate the symbolic links
Code:
cd /bin
ln -sf bash sh
Code:
cd /usr/bin
ln -sf /bin/bash bash
 
1 members found this post helpful.
Old 10-20-2009, 09:43 PM   #6
Ssk8harddiefast
LQ Newbie
 
Registered: Jul 2009
Location: athens
Distribution: Gentoo
Posts: 13

Original Poster
Rep: Reputation: 1
sorry for the immediately!i was trying 7-8 hours and i was completely freak out!!!!!!!!!!!!!ok.i will install slackware again now and i will tell you the results!!!!!!!please can someone to explane to me how to install packages here????on gentoo i simple emerge something!!!!here i read for mirrors etc.he reminds me solaris.i can not understant how works slackware package managment.

Last edited by Ssk8harddiefast; 10-20-2009 at 10:12 PM.
 
Old 10-20-2009, 10:18 PM   #7
spooge
Member
 
Registered: Nov 2001
Location: n chicago, IL. USA
Distribution: Slackware
Posts: 307

Rep: Reputation: 31
installpkg

removepkg

what packages are you trying to install?
 
Old 10-20-2009, 10:41 PM   #8
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
The Slackware manual is pretty good at explaining the package management---including various 3rd party options. The big thing is no dependency-checking by default. That always has stopped me with really getting into Slackware--but I might yet have a epiphany one of these days.

If you think Gentoo is easy, then learning Slackware is going to be pretty quick.
 
Old 10-20-2009, 11:07 PM   #9
Ssk8harddiefast
LQ Newbie
 
Registered: Jul 2009
Location: athens
Distribution: Gentoo
Posts: 13

Original Poster
Rep: Reputation: 1
in fact i am a gentoo user.gentoo is my primary os and installed in my desktop pc.i want slackware for my laptop.is very beautifull!!!!!(not the laptop : D).i want to install conky,gparted and a lot of other packages!!!!!But i am completely new to slackware!!!!!
 
Old 10-21-2009, 08:53 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

The subject of package use has been covered many times on the Slackware Forum so a search will get you all sorts of information.

You could look at the 'Slackware Builds, Packages & Scripts' section of 'Slackware-Links'. More than just SlackwareŽ links!
 
Old 10-22-2009, 07:32 AM   #11
Ssk8harddiefast
LQ Newbie
 
Registered: Jul 2009
Location: athens
Distribution: Gentoo
Posts: 13

Original Poster
Rep: Reputation: 1
Question

i made another try and i find that he crash when i am doing bash & kernel update!!!!!why??when he crased i tried to fix the links but seems to be good!!!!
 
Old 11-24-2009, 02:27 PM   #12
wdupre1
LQ Newbie
 
Registered: Nov 2009
Posts: 1

Rep: Reputation: 0
Bad Interpreter

This problem occurs when you use slackpkg to update your 64-bit Slackware 13.0 from a 32-bit Slackware 13.0 repository. Unfortunately it is all too easy to accidentally select the wrong mirror in the /etc/slackpkg/mirrors file (it happened to me :-( )

The simplest solution is to re-install the system. Then ensure you select a 64-bit repository in the /etc/slackpkg/mirrors file so that you don't overwrite your critical binaries with their 32-bit counterparts.
 
  


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
Fedora 6 - problem with terminal window closing immediately. bostonantifan Fedora 5 03-25-2007 07:21 PM
Problem installing my printer under CUPS - All print jobs get cancelled immediately lowpro2k3 Slackware 6 10-31-2005 02:09 PM
Kernel problem plz help immediately shipon_97 Linux - General 1 10-30-2005 10:35 PM
plz plz solve my route mapping problem nedian123 Linux - Networking 1 07-12-2004 09:41 PM
wx-config problem strange problem plz help glacier1985 Linux - Software 4 07-26-2003 05:20 PM

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

All times are GMT -5. The time now is 07:28 PM.

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