cannot copy thunderbird profile Topic is solved

Need help with your Linux distro? All questions are good - not all answers are -but we try

Moderator: jkerr82508

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

cannot copy thunderbird profile

Postby viking60 » 03 Jun 2013, 22:07

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?
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
rolf
Guru-Berserk
Posts: 1107
Joined: 16 Mar 2010, 16:07

Re: cannot copy thunderbird profile  Topic is solved

Postby rolf » 03 Jun 2013, 23:01

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

User avatar
dedanna1029
Sound-Berserk
Posts: 8780
Joined: 14 Mar 2010, 20:29
Contact:

Re: cannot copy thunderbird profile

Postby dedanna1029 » 04 Jun 2013, 04:48

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.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: cannot copy thunderbird profile

Postby viking60 » 04 Jun 2013, 10:44

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.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8780
Joined: 14 Mar 2010, 20:29
Contact:

Re: cannot copy thunderbird profile [SOLVED]

Postby dedanna1029 » 04 Jun 2013, 22:50

:s
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
dedanna1029
Sound-Berserk
Posts: 8780
Joined: 14 Mar 2010, 20:29
Contact:

Re: cannot copy thunderbird profile [SOLVED]

Postby dedanna1029 » 26 Jul 2013, 19:22

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.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: cannot copy thunderbird profile [SOLVED]

Postby viking60 » 26 Jul 2013, 20:16

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
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8780
Joined: 14 Mar 2010, 20:29
Contact:

Re: cannot copy thunderbird profile [SOLVED]

Postby dedanna1029 » 26 Jul 2013, 20:22

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. :(
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
dedanna1029
Sound-Berserk
Posts: 8780
Joined: 14 Mar 2010, 20:29
Contact:

Moving Thunderbird Data to a New Computer

Postby dedanna1029 » 03 Aug 2013, 03:46

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.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html


Return to “Help”