On Monday 2009 January 05 12:14:26 mitch wrote: > Okay, so, here is the out put. > > > mi...@debian:~$ ps auwx | grep -E 'ice|fire|xul' > > mitch 15545 0.0 0.0 3592 688 pts/12 R+ 13:06 0:00 grep -E > > ice|fire|xul mi...@debian:~$ find ~/.mozilla -iname '*lock*' -ls > > 551443 0 -rw-r--r-- 1 mitch mitch 0 Jan 5 12:13 > > /home/mitch/.mozilla/default/d2pj9qe6.slt/.parentlock 551883 4 > > drwxr-xr-x 2 mitch mitch 4096 Jan 5 12:14 > > /home/mitch/.mozilla/default/d2pj9qe6.slt/adblockplus > > I deleted the .parentlock and the ran the same grep and find, results > below. > > > mi...@debian:~$ ps auwx | grep -E 'ice|fire|xul' > > mitch 15637 0.0 0.0 3596 692 pts/12 R+ 13:09 0:00 grep -E > > ice|fire|xul mi...@debian:~$ find ~/.mozilla -iname '*lock*' -ls > > 551883 4 drwxr-xr-x 2 mitch mitch 4096 Jan 5 12:14 > > /home/mitch/.mozilla/default/d2pj9qe6.slt/adblockplus mi...@debian:~$ > > Tried starting Iceweasel once more and the same error message popped up, > the can't start because Iceweasel is already running
Thanks for the info. It seems odd that iceweasel would write to the adblockplus file but refuse to start. I think maybe stracing that process might be our next step. Please install the strace package. I think the command we want for the first trace is: strace -f -e trace=open $(which iceweasel) 2>&1 | tail -n 200 -- Boyd Stephen Smith Jr. ,= ,-_-. =. b...@iguanasuicide.net ((_/)o o(\_)) ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-' http://iguanasuicide.net/ \_/
signature.asc
Description: This is a digitally signed message part.