- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: dt login prblm
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 07:07 AM
08-01-2001 07:07 AM
dt login prblm
i have a login problem to cde whenever i source
an optivity(nortel) environment script. no problem when i dont. any ideas?
thx in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 07:30 AM
08-01-2001 07:30 AM
Re: dt login prblm
env > file1
before you source it
then
env > file2
after you source it
then diff file1 file2
to find out the changes it makes
You want to watch out for changes in DISPLAY in particular
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 07:56 AM
08-01-2001 07:56 AM
Re: dt login prblm
I did try it and I see no change in DISPLAY.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2001 09:31 AM
08-01-2001 09:31 AM
Re: dt login prblm
First, before running the script do this...
touch $HOME/good_env.txt
set >>$HOME/good_env.txt
printenv >>$HOME/good_env.txt
Next, dump the bad environment...
. nortel_script
touch $HOME/bad_env.txt
set >>$HOME/bad_env.txt
printenv >>$HOME/bad_env.txt
look at the differences between the two files, and find the overlapping variable. There are many things that can mess with the login, such as.... HOSTNAME, LOGNAME, LD_LIBRARY_PATH, SHLIB_PATH, DISPLAY, HOME, and more.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2001 12:39 PM
08-04-2001 12:39 PM
Re: dt login prblm
I guess you do have a problem with X-Windows
config variables, so check the output of your "env"
commands for variables in upper-case starting with "X".
Post the outputs of those "env" commands, if you cannot
find the differences...
AND it could be the script is using "xrdb" to "-load" or
"-merge" some variables, which would cause your
problems... Then we would be interested in the outputs
of "xrdb -query" before and after executing that script!
HTH,
Wodisch