swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swarm-Support] Setup problem with swarm-2.1.1.exe


From: steven brandenburger
Subject: [Swarm-Support] Setup problem with swarm-2.1.1.exe
Date: Tue, 2 Dec 2003 04:57:29 -0800 (PST)

Hi
 
I setup swam-2.1.1.exe on a new terminal, a win2000 machine. The problem is that on startup the shell cries out :too many arguments.
 
I looked into the .bash_login and on commenting out the below mentioned things work fine.
 

#!/bin/bash

export PS1='address@hidden $ '

if test -n "$SWARMHOME"; then

PATH=$SWARMHOME/bin

else

export SWARMHOME=/Swarm-2.1.1

PATH=/bin

fi

#if test "$SWARMHOME" = /Swarm-2.1.1; then

# if test -x $HOME/.bash_custom; then

# . $HOME/.bash_custom

# fi

#fi

export PATH

export LESSCHARSET=latin1

export TMPDIR=/tmp

alias ls='ls --color=auto'

cd

Why does the problem stop after doing this?

There is another problem. I some how cannot change directories with

cd /f

Swarm on my machine is mounted on the E:\ drive. Doing a "cd /f" to change to the F:\ drive gives me

"E:/Swarm-2.1.1/bin/bash.exe": cd: /F: No such file or directory

but cd /cygdrive/f works fine.

Why this behavior and how to correct it?

The "mount" gives this

Device                                                   Directory           Type         Flags
C:\DOCUME~1\User1\LOCALS~1\Temp  /tmp                  user         textmode
E:\Swarm-2.1.1\bin                                /bin                    user         textmode
E:\Swarm-2.1.1                                     /Swarm-2.1.1      user         textmode
C:                                                        /                         user         textmode

The SWARMDIR variable is set to E:\Swarm-2.1.1

 

regards

 

 



signature


Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
reply via email to

[Prev in Thread] Current Thread [Next in Thread]