Solaris 8 installed but bash is not working


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris 8 installed but bash is not working
# 1  
Old 01-24-2008
Solaris 8 installed but bash is not working

Hi All,

I've installed Solaris 8 and notice that bash is not working. I know we have other Sol8 boxes and bash is working on these boxes.

I believe Solaris 8 includes bash in full distribution, so does this mean the files on the CD are corrupted? Sol8 was burned on the CD1 and 2 so this is a possibility.

After the install, it seem /var was corrupted and running fsck seem to fix /var so I am wondering if there are other problems.

After installing Sol8 (or Sol9), what method do you use to test to ensure everything is working?

I am comtemplating reinstalling Sol8 but would have to do this if it's not necessary. I see that bash can be download from sunfreeware I believe, but is it supposed to come with Sol8 full distribution (I am assuming full distribution covers CD1 & CD2.

Taanks for your help.
# 2  
Old 01-24-2008
Java

Hi bluridge,

Before running any commands always check your man pages for backround & detailed information;

example :

<snip start>
bash-2.05$ man ls
Reformatting page. Please Wait... done

User Commands ls(1M)

Description
ls - list contents of directory
<snip end>


Have looked for bash in /usr/bin/bash
?

command to type below

$ ls -al /usr/bin/bash


I hope this is of help.


Jnike
# 3  
Old 01-24-2008
What do you mean by "it's not working?" Not because "it's working" on other boxes it means that it is even installed on the one you built. If my memory serves me well, Solaris 8 did not install bash by default; it came on a "cd companion" disk, and you had to install it after you installed the OS.
Use these commands:
Code:
# which bash
#pkginfo | grep bash

If they don't reply anything, then there's no bash installed.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash find version of an installed application but if none is found set variable to App Not Installed

Hello Forum, I'm issuing a one line bash command to look for the version of an installed application and saving the result to a variable like so: APP=application --version But if the application is not installed I want to return to my variable that the Application is not installed. So I'm... (2 Replies)
Discussion started by: greavette
2 Replies

2. UNIX for Advanced & Expert Users

Bash-Completion, installed but not applied

Heyas For my project TUI i had prepared bash completion. Bash-completion works, at least if i source that file manualy. However, when i'm installing it, it wont apply, not even for new opened terminals. Allthough i had it working once, i dont get why it doesnt work now. <...> + '' +... (0 Replies)
Discussion started by: sea
0 Replies

3. Solaris

Could not logon to newly installed Solaris 11.2

Dear Solaris 11 experts, I can not logon to a newly installed Solaris 5.11 11.2 i86pc i386 i86pc just downloaded today, despite having entered username and password to be created. However, I cannot get on to this workstation after Solaris installation completion. Can you advice how to reset my... (5 Replies)
Discussion started by: gjackson123
5 Replies

4. Solaris

Solaris 10 installed in vmware

I had no idea where I should post before i posting this . I have googled many many articles about how I share my host win 7 file into my vmware 9 solaris 10 system but what the solutions I found are all not work for me. for example VMware Communities: file sharing - Windows XP guest -...... (3 Replies)
Discussion started by: SSUUser
3 Replies

5. Solaris

Unable to login using ssh,telnet onto my solaris machine with solaris 10 installed

Hi, I am unable to login into my terminal hosting Solaris 10 and get the below error message "Server refused to allocate pty ld.so.1: sh: fatal: libc.so.1: open failed: No such file or directory " Is there anyways i can get into my machine and what kind of changes are required to be... (7 Replies)
Discussion started by: sankasu
7 Replies

6. Solaris

installed new opensolaris but sound not working

today i installed new opensola, but sound drivers are not working properly. getting this error, i m totally new to solaris. - nilesh Getting this error...... - nilesh (1 Reply)
Discussion started by: ynilesh
1 Replies

7. UNIX for Dummies Questions & Answers

bash command to get the name of OS installed

hi I want a bash command that can give me the name of the operating system installed on the local machine. Basically I will be using that for getting the name of the operating system installed on the target machine. Please reply me soon as possible Thanks Satish (3 Replies)
Discussion started by: sateeshgauns
3 Replies

8. Solaris

just installed Solaris 10 x86

Hi, I've just installed solaris 10 on one of my old PC's (a 1ghz 256M PC). I think the installation worked ok but when I reboot it I can only login via the command line console and not the nice CDE interface. Has anyone seen this before? Its probable something simple I'm doing wrong. ... (4 Replies)
Discussion started by: fishman2001
4 Replies

9. UNIX for Dummies Questions & Answers

Just installed Solaris 8 but....

Hello again, Well i went ahead with my solaris installation tonight (on my pc) and it all appeared to work ok. Unfortunately, i am unable to use the system yet because it gives me this horrible message straight after it boots up: "The X-server can not be started on display :0..." It... (4 Replies)
Discussion started by: timresh
4 Replies

10. UNIX for Dummies Questions & Answers

Successfully Installed Solaris 8 after all.

Hello There, Aftar all i successfully installed Solaris 8 on my Primary Slave 2nd Hard disk. Here what i did. I kept my first hard disk (Windows Me) on primary Master and put my new 2nd hard disk on Primary Slave, CDROM is on Secondary slave. When i install solaris8 it ask me two... (0 Replies)
Discussion started by: abidmalik
0 Replies
Login or Register to Ask a Question