FF3 places.sqlite not linkable

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Verlager
Level 2
Level 2
Posts: 54
Joined: Sun Jul 01, 2007 1:23 pm

FF3 places.sqlite not linkable

Post by Verlager »

I have five LM Elyssa computers on my LAN and I want a single core of bookmark data so that all my rigs share the same bookmark file as I did with Firefox 2.x:

Code: Select all

cd .mozilla/firefox/xxxxxxxx/ 
mv bookmarks.html /media/NFS-server/location/
ln -s /media/NFS-server/location/bookmarks.html .
Then I simply copied this link to every Firefox install and I could RW to that central bookmark data from all machines.

But now comes FF 3.0 and the same trick doesn't work:

Code: Select all

cd .mozilla/firefox/xxxxxxxx/ 
mv places.sqlite /media/NFS-server/location/
ln -s /media/NFS-server/location/places.sqlite .


How can I fix this so that /media/NFS-server/location/places.sqlite central bookmark data is accessible with FF 3 from all machines?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Husse

Re: FF3 places.sqlite not linkable

Post by Husse »

As you can hear from the name places.sqlite (which I only discovered yesterday) is a database - a sqlite db
FF has a sqlite engine and this probably causes problems
Somehow sqlite must be configured to read a networked file....
According to the sqlite faq you should avoid putting sqlite on nfs
And as you can see from this blog post in march it's no small problem
http://jasondclinton.livejournal.com/66631.html
the state now is unknown to me, but seems to still linger on
Locked

Return to “Software & Applications”