Linux Gurus, I need some help please....
Aug 14, 2008 at 12:17 PM Thread Starter Post #1 of 15

wrecked_porsche

Headphoneus Supremus
Joined
Mar 25, 2007
Posts
1,676
Likes
18
Location
Asia, Earth.
Hi guys I have a problem, I need some suggestions from all the experts and those who have experience in Linux. Before we go any further, I just wanna say a big THANK YOU to you guys for taking the time to help me out. I truly appreciate the help. I'm a total newbie to this so any help you guys can give me would be great!

Right, I ran into a problem when trying to install BlueCat Linux. I'm using Ubuntu 8.04.1.

My problem is this:

root@sanjeev-desktop:/tmp# cd /opt/BlueCat
root@sanjeev-desktop:/opt/BlueCat# /tmp/install
Installation directory must be empty
install: terminating
root@sanjeev-desktop:/opt/BlueCat# /bin/ls: cannot access *: No such file or directory



Could you guys tell me why I'm getting this error and how I can resolve it please? I've already set all the relevant folder permissions to rwx and I'm using sudo passwrd.

If you guys want, I can post everything I typed in the terminal.
confused_face.gif


Thanks a bunch guys!
regular_smile .gif
 
Aug 14, 2008 at 1:30 PM Post #2 of 15
Quote:

Originally Posted by wrecked_porsche /img/forum/go_quote.gif
Hi guys I have a problem, I need some suggestions from all the experts and those who have experience in Linux. Before we go any further, I just wanna say a big THANK YOU to you guys for taking the time to help me out. I truly appreciate the help. I'm a total newbie to this so any help you guys can give me would be great!

Right, I ran into a problem when trying to install BlueCat Linux. I'm using Ubuntu 8.04.1.

My problem is this:

root@sanjeev-desktop:/tmp# cd /opt/BlueCat
root@sanjeev-desktop:/opt/BlueCat# /tmp/install
Installation directory must be empty
install: terminating
root@sanjeev-desktop:/opt/BlueCat# /bin/ls: cannot access *: No such file or directory



Could you guys tell me why I'm getting this error and how I can resolve it please? I've already set all the relevant folder permissions to rwx and I'm using sudo passwrd.

If you guys want, I can post everything I typed in the terminal.
confused_face.gif


Thanks a bunch guys!
regular_smile .gif



I am not 100% sure what you are trying to do. Where is this /opt directory? Is it on an install CD or on your hard drive? It won't install if it is looking for any command line parameters. Try running it like "install /?" or "install --help" or "install -h" one of those should work. It might be looking for the destination directory (install /placetoinstall).
 
Aug 14, 2008 at 2:32 PM Post #3 of 15
Well, here are the installation step that I'm supposed to carry out:

BlueCat Installation

1. Copy /mnt/cdrom/BlueCat_i386 and all its subdirectories to, for example, /tmp.
2. Move "install" from /tmp/BlueCat_i386 to /tmp.
3. cd /opt/BlueCat.
4. Execute /tmp/install


The /opt directory is on the hard drive. I'm supposed to create a folder called BlueCat and install into there. The source files are on the CD in a folder called BlueCat_i386 which I'm supposed to copy into the /tmp directory. Am I making any sense?

Or should I post the terminal commands that I used?
 
Aug 14, 2008 at 2:43 PM Post #4 of 15
Give these steps a try:
root@sanjeev-desktop:/tmp# cd /opt/BlueCat
root@sanjeev-desktop:/opt/BlueCat# ./install

Edit. Perhaps I don't get it either.
 
Aug 14, 2008 at 2:53 PM Post #5 of 15
Cat /tmp/install, if it's a bash script (usually are)
 
Aug 14, 2008 at 3:19 PM Post #10 of 15
Quote:

Originally Posted by wrecked_porsche /img/forum/go_quote.gif
So, shouldn't I be in the /opt/BlueCat and then execute the install?
confused.gif



I guess it depends on how the script is written? Personally I haven't come across an install script that matters where I execute it. Either the script would prompt for install location, or you don;t get to choose at all. But when I was using Ubuntu I didn't install many things outside of the repository.
 
Aug 14, 2008 at 3:28 PM Post #11 of 15
Most unix programs are written in lower case, so Cat is cat.

EDIT: and are you sure you copied the directory with all the contents? I'm sure you did, but must confirm. It'd be "cp -r /mnt/cdrom/BlueCat_i386 /tmp/".
 
Aug 14, 2008 at 3:28 PM Post #12 of 15
Well, it does not prompt me for anything... here is the full terminal command history...



root@sanjeev-desktop:/home/sanjeev# cd /
root@sanjeev-desktop:/# ls -l
\total 76
drwxr-xr-x 2 root root 4096 2008-08-14 00:23 bin
drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot
lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom
drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev
drwxr-xr-x 120 root root 4096 2008-08-14 17:12 etc
drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd
lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic
drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib
drwx------ 2 root root 16384 2008-08-14 06:51 lost+found
drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media
drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 opt
dr-xr-xr-x 110 root root 0 2008-08-14 17:06 proc
drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root
drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv
drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys
drwxrwxrwt 12 root root 4096 2008-08-14 17:09 tmp
drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr
drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var
lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic
root@sanjeev-desktop:/# chmod -R a=rwx opt
root@sanjeev-desktop:/# ls -l
total 76
drwxr-xr-x 2 root root 4096 2008-08-14 00:23 bin
drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot
lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom
drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev
drwxr-xr-x 120 root root 4096 2008-08-14 17:12 etc
drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd
lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic
drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib
drwx------ 2 root root 16384 2008-08-14 06:51 lost+found
drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media
drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt
drwxrwxrwx 2 root root 4096 2008-07-02 18:16 opt
dr-xr-xr-x 110 root root 0 2008-08-14 17:06 proc
drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root
drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv
drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys
drwxrwxrwt 12 root root 4096 2008-08-14 17:09 tmp
drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr
drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var
lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic
root@sanjeev-desktop:/# cd /opt
root@sanjeev-desktop:/opt# ls -l
total 4
drwxr-xr-x 2 sanjeev sanjeev 4096 2008-08-14 17:13 BlueCat
root@sanjeev-desktop:/opt# chmod -R a=rwx BlueCat
root@sanjeev-desktop:/opt# ls -l
total 4
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:13 BlueCat
root@sanjeev-desktop:/opt# cd /
root@sanjeev-desktop:/# chmod -R a=rwx tmp
root@sanjeev-desktop:/# chmod -R a=rwx tmp
root@sanjeev-desktop:/# ls -l
total 76
drwxr-xr-x 2 root root 4096 2008-08-14 00:23 bin
drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot
lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom
drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev
drwxr-xr-x 120 root root 4096 2008-08-14 17:12 etc
drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd
lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic
drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib
drwx------ 2 root root 16384 2008-08-14 06:51 lost+found
drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media
drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt
drwxrwxrwx 3 root root 4096 2008-08-14 17:13 opt
dr-xr-xr-x 110 root root 0 2008-08-14 17:06 proc
drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root
drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv
drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys
drwxrwxrwx 13 root root 4096 2008-08-14 17:16 tmp
drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr
drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var
lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic
root@sanjeev-desktop:/# cd /tmp
root@sanjeev-desktop:/tmp# ls -l
total 260
drwxrwxrwx 5 sanjeev sanjeev 4096 2008-08-14 17:16 BlueCat_i386
drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 gconfd-sanjeev
-rwxrwxrwx 1 sanjeev sanjeev 226652 2002-11-27 11:17 install
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 keyring-Ae38Pq
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:16 orbit-sanjeev
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 pulse-sanjeev
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 seahorse-1Qm13y
-rwxrwxrwx 1 root root 0 2008-08-14 17:07 tmp.HOGWii5039
drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 Tracker-sanjeev.5274
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 virtual-sanjeev.vy4gqk
root@sanjeev-desktop:/tmp# cd /opt/BlueCat
root@sanjeev-desktop:/opt/BlueCat# /tmp/install
Installation directory must be empty
install: terminating
root@sanjeev-desktop:/opt/BlueCat# /bin/ls: cannot access *: No such file or directory
root@sanjeev-desktop:/opt/BlueCat# cd /
root@sanjeev-desktop:/# chmod -R a=rwx bin
root@sanjeev-desktop:/# cd /opt/BlueCat
root@sanjeev-desktop:/opt/BlueCat# /tmp/install
/bin/ls: cannot access *: No such file or directory
Installation directory must be empty
install: terminating
root@sanjeev-desktop:/opt/BlueCat# cd /tmp
root@sanjeev-desktop:/tmp# ls -l
total 2452
-r-------- 1 sanjeev sanjeev 84344 2008-08-14 17:27 0419-02-BC_3.1_RN.pdf
-r-------- 1 sanjeev sanjeev 2094029 2008-08-14 17:27 0735-00-bcl54_ug.pdf
-rw------- 1 sanjeev sanjeev 46878 2008-08-14 17:32 _3TCF8Vg.pdf.part
drwxrwxrwx 5 sanjeev sanjeev 4096 2008-08-14 17:16 BlueCat_i386
drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 gconfd-sanjeev
-rwxrwxrwx 1 sanjeev sanjeev 226652 2002-11-27 11:17 install
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 keyring-Ae38Pq
drwxrwxrwx 2 sanjeev sanjeev 4096 1970-01-01 07:30 orbit-sanjeev
drwx------ 2 sanjeev sanjeev 4096 2008-08-14 17:27 orbit-sanjeev-a8688878
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 pulse-sanjeev
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 seahorse-1Qm13y
-rwxrwxrwx 1 root root 0 2008-08-14 17:07 tmp.HOGWii5039
drwxrwxrwx 3 sanjeev sanjeev 4096 2008-08-14 17:09 Tracker-sanjeev.5274
drwxrwxrwx 2 sanjeev sanjeev 4096 2008-08-14 17:09 virtual-sanjeev.vy4gqk
root@sanjeev-desktop:/tmp# cd /
root@sanjeev-desktop:/# ls -l
total 76
drwxrwxrwx 2 root root 4096 2008-08-14 00:23 bin
drwxr-xr-x 3 root root 4096 2008-08-14 00:38 boot
lrwxrwxrwx 1 root root 11 2008-08-14 06:51 cdrom -> media/cdrom
drwxr-xr-x 12 root root 13940 2008-08-14 17:07 dev
drwxr-xr-x 120 root root 4096 2008-08-14 17:22 etc
drwxr-xr-x 3 root root 4096 2008-08-14 07:06 home
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 initrd
lrwxrwxrwx 1 root root 33 2008-08-14 07:11 initrd.img -> boot/initrd.img-2.6.24-19-generic
drwxr-xr-x 16 root root 4096 2008-08-14 00:23 lib
drwx------ 2 root root 16384 2008-08-14 06:51 lost+found
drwxr-xr-x 4 root root 4096 2008-07-02 18:16 media
drwxr-xr-x 2 root root 4096 2008-04-15 13:53 mnt
drwxrwxrwx 3 root root 4096 2008-08-14 17:13 opt
dr-xr-xr-x 113 root root 0 2008-08-14 17:06 proc
drwxr-xr-x 8 root root 4096 2008-08-13 22:44 root
drwxr-xr-x 2 root root 4096 2008-08-14 00:28 sbin
drwxr-xr-x 2 root root 4096 2008-07-02 18:16 srv
drwxr-xr-x 12 root root 0 2008-08-14 17:06 sys
drwxrwxrwx 14 root root 4096 2008-08-14 17:30 tmp
drwxr-xr-x 11 root root 4096 2008-07-02 18:18 usr
drwxr-xr-x 15 root root 4096 2008-07-02 18:34 var
lrwxrwxrwx 1 root root 30 2008-08-14 07:11 vmlinuz -> boot/vmlinuz-2.6.24-19-generic
root@sanjeev-desktop:/# cd /bin
root@sanjeev-desktop:/bin# ls -l
total 5312
-rwxrwxrwx 1 root root 702160 2008-05-13 02:33 bash
-rwxrwxrwx 1 root root 26300 2008-03-21 18:32 bunzip2
-rwxrwxrwx 1 root root 26300 2008-03-21 18:32 bzcat
lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzcmp -> bzdiff
-rwxrwxrwx 1 root root 2128 2008-03-21 18:32 bzdiff
lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzegrep -> bzgrep
-rwxrwxrwx 1 root root 4874 2008-03-21 18:32 bzexe
lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzfgrep -> bzgrep
-rwxrwxrwx 1 root root 3642 2008-03-21 18:32 bzgrep
-rwxrwxrwx 1 root root 26300 2008-03-21 18:32 bzip2
-rwxrwxrwx 1 root root 8064 2008-03-21 18:32 bzip2recover
lrwxrwxrwx 1 root root 6 2008-08-14 06:52 bzless -> bzmore
-rwxrwxrwx 1 root root 1297 2008-03-21 18:32 bzmore
-rwxrwxrwx 1 root root 27312 2008-04-04 14:42 cat
-rwxrwxrwx 1 root root 45824 2008-04-04 14:42 chgrp
-rwxrwxrwx 1 root root 42816 2008-04-04 14:42 chmod
-rwxrwxrwx 1 root root 47868 2008-04-04 14:42 chown
-rwxrwxrwx 1 root root 71664 2008-04-04 14:42 cp
-rwxrwxrwx 1 root root 110540 2007-11-13 18:54 cpio
-rwxrwxrwx 1 root root 79988 2008-03-12 19:22 dash
-rwxrwxrwx 1 root root 55820 2008-04-04 14:42 date
-rwxrwxrwx 1 root root 48308 2008-04-04 14:42 dd
-rwxrwxrwx 1 root root 45588 2008-04-04 14:42 df
-rwxrwxrwx 1 root root 92376 2008-04-04 14:42 dir
-rwxrwxrwx 1 root root 4496 2008-04-29 19:57 dmesg
-rwxrwxrwx 1 root root 8800 2007-11-16 02:01 dnsdomainname
-rwxrwxrwx 1 root root 24684 2008-04-04 14:42 echo
-rwxrwxrwx 1 root root 40560 2008-02-29 15:19 ed
-rwxrwxrwx 1 root root 96440 2007-10-24 04:58 egrep
-rwxrwxrwx 1 root root 22192 2008-04-04 14:42 false
-rwxrwxrwx 1 root root 5740 2008-02-07 06:49 fgconsole
-rwxrwxrwx 1 root root 53396 2007-10-24 04:58 fgrep
-rwxrwxrwx 1 root root 22536 2007-11-23 18:15 fuser
-rwxrwxrwx 1 root fuse 20056 2008-02-27 02:25 fusermount
-rwxrwxrwx 1 root root 100536 2007-10-24 04:58 grep
-rwxrwxrwx 1 root root 63 2007-11-15 19:49 gunzip
-rwxrwxrwx 1 root root 5874 2007-11-15 19:49 gzexe
-rwxrwxrwx 1 root root 53488 2007-11-15 19:49 gzip
-rwxrwxrwx 1 root root 8796 2007-11-16 02:01 hostname
-rwxrwxrwx 1 root root 183288 2008-07-09 23:48 ip
-rwxrwxrwx 1 root root 6744 2008-02-07 06:49 kbd_mode
-rwxrwxrwx 1 root root 12580 2008-07-10 17:28 kill
-rwxrwxrwx 1 root root 1251384 2008-01-04 07:02 ld_static
-rwxrwxrwx 1 root root 39012 2008-04-04 14:42 ln
-rwxrwxrwx 1 root root 35556 2008-02-07 06:49 loadkeys
-rwxrwxrwx 1 root root 35272 2008-04-03 09:08 login
-rwxrwxrwx 1 root root 92376 2008-04-04 14:42 ls
-rwxrwxrwx 1 root root 4344 2008-02-26 05:20 lsmod
lrwxrwxrwx 1 root root 14 2008-08-14 00:23 lspci -> /usr/bin/lspci
-rwxrwxrwx 1 root root 30472 2008-04-04 14:42 mkdir
-rwxrwxrwx 1 root root 28584 2008-04-04 14:42 mknod
-rwxrwxrwx 1 root root 6824 2008-04-03 08:24 mktemp
-rwxrwxrwx 1 root root 27752 2008-04-29 19:57 more
-rwxrwxrwx 1 root root 81368 2008-04-29 19:57 mount
-rwxrwxrwx 1 root root 4656 2008-04-19 13:05 mountpoint
lrwxrwxrwx 1 root root 20 2008-08-14 06:52 mt -> /etc/alternatives/mt
-rwxrwxrwx 1 root root 28492 2007-11-13 18:54 mt-gnu
-rwxrwxrwx 1 root root 77540 2008-04-04 14:42 mv
-rwxrwxrwx 1 root root 145580 2008-04-08 22:02 nano
lrwxrwxrwx 1 root root 20 2008-08-14 06:52 nc -> /etc/alternatives/nc
-rwxrwxrwx 1 root root 19884 2008-02-02 12:24 nc.traditional
lrwxrwxrwx 1 root root 24 2008-08-14 06:52 netcat -> /etc/alternatives/netcat
-rwxrwxrwx 1 root root 101228 2007-12-13 18:51 netstat
-rwxrwxrwx 1 root root 36972 2008-05-31 00:49 ntfs-3g
-rwxrwxrwx 1 root root 8528 2008-05-31 00:49 ntfs-3g.probe
lrwxrwxrwx 1 root root 16 2008-08-14 06:52 pidof -> ../sbin/killall5
-rwxrwxrwx 1 root root 30856 2007-12-11 01:33 ping
-rwxrwxrwx 1 root root 26684 2007-12-11 01:33 ping6
-rwxrwxrwx 1 root root 65360 2008-07-10 17:28 ps
-rwxrwxrwx 1 root root 27252 2008-04-04 14:42 pwd
lrwxrwxrwx 1 root root 4 2008-08-14 06:52 rbash -> bash
-rwxrwxrwx 1 root root 33644 2008-04-04 14:42 readlink
-rwxrwxrwx 1 root root 46900 2008-04-04 14:42 rm
-rwxrwxrwx 1 root root 23936 2008-04-04 14:42 rmdir
lrwxrwxrwx 1 root root 4 2008-08-14 06:52 rnano -> nano
-rwxrwxrwx 1 root root 11380 2008-04-01 05:11 run-parts
-rwxrwxrwx 1 root root 40724 2007-12-04 20:50 sed
lrwxrwxrwx 1 root root 15 2008-08-14 00:23 setpci -> /usr/bin/setpci
-rwxrwxrwx 1 root root 8431 2008-04-22 13:59 setupcon
lrwxrwxrwx 1 root root 4 2008-08-14 06:52 sh -> dash
lrwxrwxrwx 1 root root 4 2008-08-14 06:52 sh.distrib -> bash
-rwxrwxrwx 1 root root 24488 2008-04-04 14:42 sleep
-rwxrwxrwx 1 root root 48932 2008-04-04 14:42 stty
-rwxrwxrwx 1 root root 25540 2008-04-03 09:08 su
-rwxrwxrwx 1 root root 22312 2008-04-04 14:42 sync
-rwxrwxrwx 1 root root 4964 2008-04-29 19:57 tailf
-rwxrwxrwx 1 root root 234132 2008-04-04 19:07 tar
-rwxrwxrwx 1 root root 5708 2008-04-01 05:11 tempfile
-rwxrwxrwx 1 root root 43740 2008-04-04 14:42 touch
-rwxrwxrwx 1 root root 22192 2008-04-04 14:42 true
-rwxrwxrwx 1 root root 8816 2008-02-27 02:25 ulockmgr_server
-rwxrwxrwx 1 root root 63584 2008-04-29 19:57 umount
-rwxrwxrwx 1 root root 24448 2008-04-04 14:42 uname
-rwxrwxrwx 1 root root 63 2007-11-15 19:49 uncompress
-rwxrwxrwx 1 root root 92380 2008-04-04 14:42 vdir
-rwxrwxrwx 1 root root 946 2008-04-01 05:11 which
-rwxrwxrwx 1 root root 64 2007-11-15 19:49 zcat
-rwxrwxrwx 1 root root 69 2007-11-15 19:49 zcmp
-rwxrwxrwx 1 root root 4424 2007-11-15 19:49 zdiff
-rwxrwxrwx 1 root root 64 2007-11-15 19:49 zegrep
-rwxrwxrwx 1 root root 64 2007-11-15 19:49 zfgrep
-rwxrwxrwx 1 root root 2015 2007-11-15 19:49 zforce
-rwxrwxrwx 1 root root 4893 2007-11-15 19:49 zgrep
-rwxrwxrwx 1 root root 1733 2007-11-15 19:49 zless
-rwxrwxrwx 1 root root 2416 2007-11-15 19:49 zmore
-rwxrwxrwx 1 root root 4952 2007-11-15 19:49 znew
root@sanjeev-desktop:/bin#
 
Aug 14, 2008 at 4:09 PM Post #14 of 15
Okay, so it's not a shell script.
smily_headphones1.gif
You can edit that away if you wish.
 
Aug 14, 2008 at 7:04 PM Post #15 of 15
Change to your new tmp directory and check for the install file details:

#cd /tmp
#ls -al install*


Check the file exists and is executable - should have the x option in the listing. Some shell scripts can be prefixed with a . which hides them from the standard ls command. If yours is there and called install then:


#cd /opt
#mkdir BlueCat
#cd /opt/Bluecat
#./tmp/install



** note if the file is called install.sh or .install.sh change the last command above to either:

#./tmp/install.sh
#./.tmp/install.sh

Watchout for typos as Linux treats Cat and cat as 2 different commands as you have obviously found earlier.
 

Users who are viewing this thread

Back
Top