If it is the sourcing of the Tivoli setup_env.sh, the following steps
resolved the problem for me:
After talking with AIX (Charles Hall in Austin), I eventually found out
that setting the LIBPATH variable in "/etc/Tivoli/setup_env.sh" was
causing
the problem.
We corrected the problem by:
1) commenting out the following 4 lines in /etc/Tivoli/setup_env.sh
LIBDIR=/base/Tivoli/lib/aix4-r1
export LIBDIR
LIBPATH="${LIBDIR}:/usr/lib${LIBPATH:+:$LIBPATH}"
export LIBPATH
2) I moved these four lines to /.kshrc
3) In /.profile, I added "export ENV=$HOME/.kshrc just before ".
/etc/Tivoli/setup_env.sh
Now all was ok!
Blaine Owens
Eastman Chemical Company
Email - bowens@eastman.com
Phone - (423)229-3579
Fax - (423)229-1188
> -----Original Message-----
> From: Giscard Fuchs [SMTP:giscard.fuchs@gecits-eu.com]
> Sent: Monday, May 10, 1999 7:37 AM
> To: NV-L@UCSBVM.ucsb.edu
> Subject: CDE hangs with blue screen
>
> after rebooting my CDE environment in AIX 4.3.2 hangs when the Xsessions
> script runs dtdbcache.
> the last line in /.dt/startlog goes:
> /usr/dt/bin/dtdbcache -init
>
> i'm using only flat-file /etc/hosts for name resolution.
> there is enough free space in all filesystems.
> the problem occurs only on maschines with netview 5.1 installed.
>
> any ideas? please reply via e-mail.
>
> Mit freundlichen Gruessen - Yours sincerely
>
> --
> DISCLAIMER: The opinions expressed are my own and do not represent my
> employer or clients.
> =====================================================================
> giscard.fuchs@gecits-eu.com http://www.CompuNet.DE
> CompuNet, Mariendorfer Damm 1-3, D-12099 Berlin, Germany
|