No subject


Mon Apr 22 03:57:02 UTC 2013


directory to the one you specify, then starting bash.  At some point during
bash's startup, after it has read  it is changing the directory back to your
home directory.

(Process 16431 is your bash shell):

[pid 16431] stat64("/afs", {st_mode=S_IFDIR|0777, st_size=12288, ...}) = 0
[pid 16431] stat64("/afs/rrz.uni-koeln.de", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 16431] stat64("/afs/rrz.uni-koeln.de/usr", {st_mode=S_IFDIR|0755,
st_size=12288, ...}) = 0
[pid 16431] stat64("/afs/rrz.uni-koeln.de/usr/uninv", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 16431] stat64("/afs/rrz.uni-koeln.de/usr/uninv/81", {st_mode=S_IFDIR|0755,
st_size=4096, ...}) = 0
[pid 16431] stat64("/afs/rrz.uni-koeln.de/usr/uninv/81/jstein3",
{st_mode=S_IFDIR|0750, st_size=8192, ...}) = 0
** [pid 16431] chdir("/afs/rrz.uni-koeln.de/usr/uninv/81/jstein3") = 0 **
[pid 16431] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 16431] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 16431] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 16431] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 16431] rt_sigprocmask(SIG_BLOCK, NULL, [], 8) = 0
[pid 16431] stat64("/afs/rrz.uni-koeln.de/usr/uninv/81/jstein3/.bashrc.mine",
0xbfcc9d78) = -1 ENOENT (No such file or directory)
[pid 16431] rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0

Perhaps you have something in one of your init scripts which is doing this? 
Try using a different terminal (eg. xterm) or a different shell and see if you
get the same result.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list