I figured out what was going on....I was getting hit by bug ID 6834184: ksh93 gets SIGSEGV if HISTFILE is changed in place

The solution was to modify /opt/tarantella/var/serverresources/expect/procs.exp. send -s "if \[ -f /bin/ksh \]; then unset HISTFILE; HISTFILE=/dev/null; export HISTFILE; exec /bin/ksh; fi\n"

add "unset HISTFILE;" into the above line.  Now it seems to work.

Blaster wrote:
I just upgraded my Open Solaris 2008.11 system running SGD 4.5 to 2009.06 (using the package update commands).

Now when I try and run any of the applications, all I get is:


Initialising ...
Logging in to the application server...
Password:
Sun Microsystems Inc.   SunOS 5.11      snv_111b        November 2008


You have mail.
gremlin [/home/blaster] > exec /bin/sh


blas...@gremlin:~$ rt HISTFILE; exec /bin/ksh; fi <

login:
echo -SYNC-
Password:

ErrApplicationServerLoginFailed
Script 26271 exited with code 4 and signal 0
Standard error of script process:

Third tier output log:
Password:
Sun Microsystems Inc.   SunOS 5.11      snv_111b        November 2008
You have mail.
gremlin [/home/blaster] > exec /bin/sh


blas...@gremlin:~$ rt HISTFILE; exec /bin/ksh; fi <
login: echo -SYNC-
Password:
Session failed: Application server: login failed
Session failed: Application server: login failed

All applications and all users get the same error.
Any thoughts?

Thanks...

_______________________________________________
SGD-Users mailing list
SGD-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sgd-users

_______________________________________________
SGD-Users mailing list
SGD-Users@filibeto.org
http://www.filibeto.org/mailman/listinfo/sgd-users

Reply via email to