Sys Vers: ubuntu precise 12.04 LTS
I seem to have a config setting that forces an executable to log to stdout (or stderr) the current directory it walks through. All commands execute successfully though. To give you an example :
root@myserver:/# bzr whoami<br/>
debug path usr<br/>
debug path usr<br/>
debug path bin<br/>
debug path usr<br/>
debug path bin<br/>
debug path python<br/>
debug path python2.7<br/>
debug path usr<br/>
debug path usr<br/>
debug path bin<br/>
debug path usr<br/>
debug path bin<br/>
debug path python2.7<br/>
debug path Modules<br/>
debug path Setup.dist<br/>
debug path Modules<br/>
debug path Setup.local<br/>
debug path config<br/>
debug path Makefile<br/>
debug path pyconfig.h<br/>
debug path .local<br/>
Anyone has seen this and could point me in the right direction ? Cheers.