None of your environment variables are set.  Chances are you don't have a
.profile in your home directory which bash (or sh or ksh) read.  IPSO
maintains all environment variables for you based on what you do in Voyager
so it is consistent.

The default .profile for the admin user looks like:

# The existence of /bin/rcm indicates a pre-3.3 release
if [ -e /bin/rcm ]; then
    if [ -f /var/etc/rcm_profile ]; then
        . /var/etc/rcm_profile
    fi
else
   if [ -f /var/etc/pm_profile ]; then
        . /var/etc/pm_profile
   fi
fi

Copy, paste, logout, login, done.

Chris

-----Original Message-----
From: Scott Murray [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 03, 2001 12.36
To: [EMAIL PROTECTED]
Subject: [FW-1] running bash shell on IPSO


I have downloaded #bash to use on the Nokia IPSO but I am running into a
slight problem: no fw commands work (I get command not found); Nokia isn't
any help because bash is not supported.  Has anyone gone from csh to bash on
the Nokia IPSO?  I am running 3.4.1

TIA,
Scott

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

===============================================
To unsubscribe from this mailing list,
please see the instructions at
http://www.checkpoint.com/services/mailing.html
===============================================

===============================================
To unsubscribe from this mailing list,
please see the instructions at
http://www.checkpoint.com/services/mailing.html
===============================================

Reply via email to