SCIENTIFIC-LINUX-DEVEL Archives

September 2006

SCIENTIFIC-LINUX-DEVEL@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Troy Dawson <[log in to unmask]>
Reply To:
Troy Dawson <[log in to unmask]>
Date:
Fri, 15 Sep 2006 09:48:34 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
Hello,
I know the AFS bug with the new browsers is really a 'big lab' problem 
(any lab big enough to use AFS for home space), but I was wondering what 
everyone thought if I put the AFS fix into the generic S.L. mozilla 
based packages (firefox, thunderbird, and seamonkey)?

Do you think I should do that (generic S.L.)?  Or just patch Fermi's?

Also, from what I read, the fix is to put a script in
/usr/lib/<browser name and release>/init.d

That looks like

#!/bin/sh

[ -e  $HOME/.mozilla/firefox/profiles.ini ] || exit 0

for i in $(grep Path= $HOME/.mozilla/firefox/profiles.ini | sed 
s/Path=//); do
     [ ! -L $HOME/.mozilla/firefox/$i/lock -a -e 
$HOME/.mozilla/firefox/$i/.parentlock ] &&
       rm -f $HOME/.mozilla/firefox/$i/.parentlock
done


Thanks
Troy
-- 
__________________________________________________
Troy Dawson  [log in to unmask]  (630)840-6468
Fermilab  ComputingDivision/CSS  CSI Group
__________________________________________________

ATOM RSS1 RSS2