Page 1 of 1

cannot copy thunderbird profile

Posted: 03 Jun 2013, 22:07
by viking60
I cannot copy my thunderbird profile from one home to another. This should simply be a matter of copying /home/thomas/.thunderbird to /home/viking/.thunderbird

I did let the new thunderbird autocreate the ~/.thunderbird directory then I closed it and copied over the good old profile data (and removed the autogenerated empty data first).

But I got this annoying message:
"Thunderbird is already running, but not responding. To open a new window you must close the existing thunderbird process, or restart your system"

Well it is NOT running :f and there is no lock file to be found.
I even removed thunderbird and reinstalled it with the .thunderbird directory in place.

If I remove it then thunderbird works as planed and creates the .thundebird directory which is rather empty.

So how on earth can I transfer my mail data?

Re: cannot copy thunderbird profile  Topic is solved

Posted: 03 Jun 2013, 23:01
by rolf
A sadder tale was never told. :boohoo:

One thing I have encountered is file ownership is known to the OS by uid and gid. So, whenever I do a new install, I create a user with the same name, same uid, same gid.

It sometimes helps to become root and

chown -R viking.viking /home/viking

or chown -R viking.viking /home/viking/.thunderbird

where the second viking in viking.viking is your primary group.

Another good help forum for matters Mozilla is here: http://forums.mozillazine.org/index.php

Re: cannot copy thunderbird profile

Posted: 04 Jun 2013, 04:48
by dedanna1029
rolf wrote:One thing I have encountered is file ownership is known to the OS by uid and gid. So, whenever I do a new install, I create a user with the same name, same uid, same gid.

And the password the same (sorry, I haven't caught up with "gid" yet, anyone care to enlighten me?)

rolf wrote:It sometimes helps to become root and

chown -R viking.viking /home/viking

or chown -R viking.viking /home/viking/.thunderbird

where the second viking in viking.viking is your primary group.

+1
Works like a charm every time. Have used this a LOT.
So, what you could try, is say the .thunderbird you want to keep is in /home/viking/.thunderbird, and you want to put it in /home/tom/.thunderbird, then you'd do:

Code: Select all

chown -R tom:tom ~/.thunderbird

then, do:

Code: Select all

cp ~/.thunderbird /home/tom

I'd use cp to be sure you don't lose it as-is.

Re: cannot copy thunderbird profile

Posted: 04 Jun 2013, 10:44
by viking60
Thanks guys!

Chmoding and chowning was all it took.
And I had to copy the content of the first default folder over to the created folder in the new home.

This case is solved.

Re: cannot copy thunderbird profile [SOLVED]

Posted: 04 Jun 2013, 22:50
by dedanna1029
:s

Re: cannot copy thunderbird profile [SOLVED]

Posted: 26 Jul 2013, 19:22
by dedanna1029
Now I'm having this issue. I can't load my own .thunderbird profile with thunderbird (same user i.d., same password, everything the same in /home). I've chown'ed this to death, and keep getting this when I try to get an ls on the folder:

Code: Select all

[dedanna@dedanna ~]$ ls /home/dedanna/.thunderbird
ls: cannot access /home/dedanna/.thunderbird/profiles.ini: Permission denied
ls: cannot access /home/dedanna/.thunderbird/x3xfndez.default: Permission denied
profiles.ini  xxxxxxxx.default

I've even tried chowning it to a different user on the system, and then back, but still no go.

viking, what chmod command did you use? Thanks.

Re: cannot copy thunderbird profile [SOLVED]

Posted: 26 Jul 2013, 20:16
by viking60
I did let the new thunderbird autocreate the ~/.thunderbird directory then I closed it and copied over the good old profile data (and removed the autogenerated empty data first).


I think this is the part you need to do +1

Re: cannot copy thunderbird profile [SOLVED]

Posted: 26 Jul 2013, 20:22
by dedanna1029
Ah, OK, thanks. Although unfortunately, I'm not absolutely sure it will work. I'm finding other things in my /home that I'm not given access to... like... oh, say, Documents, Downloads, Pictures, etc.

I think I got a different UID - chowning the whole /home/myuser isn't even working. :(

I guess that's something for help. It's OTT here. Could be one of the pitfalls of "downgrading" back to 32-bit, and to Mageia2 at that, too. :(

Moving Thunderbird Data to a New Computer

Posted: 03 Aug 2013, 03:46
by dedanna1029
Just came across this while looking for something else on the site.

Moving Thunderbird Data to a New Computer

Manually moving files

If you are moving from one operating system to another (such as changing from Windows to Mac) then you must manually move your profile from one computer to the next. You'll need to first back up your profile using the instructions on the Profiles page, then follow the directions on that page for "Restoring to a different location."


Hoping this is helpful.