Re: defualt directory problem for non-login session

2008-10-07 Thread Andreas Schwab
s_vijay65 <[EMAIL PROTECTED]> writes: > I am invoking bash as non-login shell i.e. using execvp() from my > application, but when the bash returns prompt the defualt directory is /dev. > I want $HOME should be my defualt directory after login to bash. You need to change to that directory in the c

Re: bash cores if nscd disabled on Solaris LDAP sasl/gssapi client

2008-10-07 Thread Serge Dussud - Sun Microsystems
following-up on 3rd item: [..] 3. What does the traceback look like when bash is run under gdb and allowed to fail? I suspect that the libraries are pre-bound to use the system's malloc, and the calls to different malloc libraries are causing the core dumps. Another possibility is that

defualt directory problem for non-login session

2008-10-07 Thread s_vijay65
Hi Friends, I am invoking bash as non-login shell i.e. using execvp() from my application, but when the bash returns prompt the defualt directory is /dev. I want $HOME should be my defualt directory after login to bash. I have used "-rcfile" option to read the /etc/bashrc file forcefully and in