General :: Thunderbird Migration From Windows
Apr 5, 2011
My wife has decided to give linux a try. I've installed Mint Linux 10 for her.Last week (bad timing) I converted her to Thunderbird. Now I have the task of moving all her mail folders and account settings from Thunderbird under Windows 7 to Thunderbird under linux.Other postings say all I have to do is copy the Windows profile directory to her home directory and rename it .thunderbird.
Doesn't work. When I start Thunderbird all it displays is a window for new account details.I tried just copying the <gibberish>.default directory across and renaming it to the one that was there. Again, no luck.Before it started using sqlite things were simple!I backed up with MozBackup, and then noticed that it only works with Windows.
View 2 Replies
ADVERTISEMENT
Jun 21, 2010
I've been supporting Microsoft OS and Apps since 1992. I hold a BSEET and am one test shy of MCSE. I have my own Computer Support business helping Individuals and Small Business keep their M$ PCs running.
I'm also sick of Microsoft. I'm tired of their manipulations, deceptions, and failure to produce Software that serves the needs me and my customers. I've been watching Open Source for 3 years hoping for an Alternative I could recommend to my customers. I'm very excited about Ubuntu 9.10.
There is just one thing missing. I think it can be done, but I need the help of the experienced Users here. What I'd like to do is copy the existing "C:Documents and Settings" folder to a USB Drive, Install Ubuntu using the entire disk (blow Windows away), and finally point the (excellent) Windows Migration Tool in Ubuntu to those Profiles and have it Import them just like it does in a Parallel Install.
I found this:
Code:
1.) Fire up live CD
2.) Open up a terminal
3.) sudo gedit /etc/apt/sources.list and remove all comments (#) in front of the repositories, and save the file.
4.) sudo apt-get ntfs-3g
5.) mkdir /mnt/win
6.) ntfsmount /dev/<disk and partition number here> /mnt/win
7.) mkdir /mnt/win/users
8.) mv /mnt/win/Documents and Settings/<userprofile here> /mnt/win/users/
9.) umount /mnt/win
10.) start ubiquity from the commandline wih the new-partitioner switch like this: ubiquity --new-partitioner
11.) after the setup is done do NOT reboot
12.) mount the disk in step 6 again and move the profiles from step 8 back to the Documents and Settings folder. Else Windows might throw a tantrum not finding profiles.
But it fails at the sudo apt-get ntfs-3g command. I guess that's because this was written for a version that's several years old. update the Process for v9.10?
View 4 Replies
View Related
Apr 22, 2011
I am not new to linux but switching to ubuntu for the first time. I had WAMP server installed in my desktop. I made a small website using php and saved all its contents in the WWW folder within the WAMP folder present in the C: drive, (where windows is installed). Now I have installed Ubuntu. I want to know that how could I make that website work in ubuntu also. Or you can say that I would like to know that WHERE would I paste my website source code files in Ubuntu so that I dont have to work again from scratch and make the website run easily in Ubuntu.
View 6 Replies
View Related
Mar 7, 2011
I have a Windows 7 partition with all my music. I'm a beginning Ubuntu user and I really like it and so would like to have my music in Ubuntu to create playlists and such since I'm spending more time here (in Ubuntu) and will likely spend most of it unless I require a very specific process. As it stands, I've been going back to my Windows partition purely because my playlists are all set up and all my music is in my music player.
How do I migrate the music from that partition to my Ubuntu one without simply copying GBs and GBs of music and taking up twice the space for the same thing?
refrain from suggesting an external drive, as I don't have the money for one currently.
View 6 Replies
View Related
Aug 1, 2010
I would like to import my inbox from windows to Thunderbird I am running Mint 9
View 1 Replies
View Related
May 17, 2010
My Linux laptop has recently been hanging for no apparent reason, and so I have been using a Mac OS X laptop in the meantime. I just installed Thunderbird and wanted to copy all my preferences and account settings to the new laptop. All email accounts are IMAP based.Can I simply copy the data, or does Thunderbird for OS X store data in a different format from OS X? What about if I wanted to copy the preferences to Thunderbird under Windows? Finally, what files do I copy? I haven't powered up the Linux laptop yet but I'm guessing there's a ~/.thunderbird/ directory, can I just copy this to the Mac?
View 1 Replies
View Related
Sep 29, 2010
How can one bring 'Windows Mail' emails into Thunderbird ? Both are on the same computer (Dual Boot)
View 14 Replies
View Related
Apr 9, 2010
How do I import Thunderbird settings and mail from windows xp installation
View 1 Replies
View Related
Jul 7, 2010
I have an Outlook 2007 PST file that iam trying to import into Thunderbird/IceDove. Based on what google told i tried readpst, it gave me the following error
Code:
$readpst -o PSTfolder/ -r Outlook.pst
Opening PST file and indexes...unknown index structure. Could this be a new Outlook 2003 PST file? Error opening File I did have a look at outport, but it hasnt been updated since 2008(?) i doubt it would work with outlook 2007
View 1 Replies
View Related
Nov 18, 2009
I am looking for ideas for getting windows users into an ldap server. I am currently running a Linux server for my department and need to create an LDAP server which mirrors the username/password information for all of us as they are stored in the windows server here. I have the openldap server up and running on Ubuntu 8.04 and it works great; I now need to find some way to import user info into this from windows. I've seen discussions of using ldifde.exe to export the AD users into an ldif file. Is this the simplest way to go about it?
Our Linux server is currently providing us with much needed services using apache, and apache is authenticating using LDAP to our windows server (Using our windows username / password is required functionality). This windows server has some problem which causes it to delay for inordinate amounts of time between authentication requests and responses. The situation is such that this problem will not be addressed by IT staff. However, I have control over the Linux server so I am looking to just mirror the windows server on an LDAP server of my own. I could get away with updating the passwords in the Linux server.
View 1 Replies
View Related
Apr 8, 2011
The thing is I need a bigger server, but at the same time I'm having problems with cpanel and centos and I'm quite bored. So now I want to migrate from my cpanel server to the plesk server keeping the domain and it's content. I tried to create a ticket in plesk support but either I didn't bought the server yet. So, what's the quickier and safest way to migrate? Is there any script?
View 1 Replies
View Related
Jan 31, 2011
We have our source codes migrated from HP-UX to LINUX REL 5. In some of the scripts, certain flags like -DHPUX -DUNIX have been use. I wanted to know, what can replace these flags in LINUX? then certain optimization flags are also used like +O2, etc. these give an error as O2:command not found in Linux. What can be the proper replacement for them?
View 1 Replies
View Related
Aug 10, 2011
We planned to migrate data files in Unix to Linux. The file in Unix is in big endian data format where is linux is configured as little endian byre structure. This is causing problem in data computation.
How data can be ported to linux ( converting big endian to little endian).
How linux configured can be configured for big endian byte structure.
View 3 Replies
View Related
Oct 30, 2010
All of sudden, as of yesterday, I can't read any windows that Thunderbird displays. First of all they are hard to find, because they're a couple of pixels wide and may two dozen pixels tall. Once I find and enlarge them, they have no content they're blank. Everything worked fine until yesterday. I haven't found any other application misbehaving.
View 3 Replies
View Related
Apr 28, 2011
I am trying to do as the title states, I am however having problems. I have tried deleting the profile and profile.ini in kubuntu and copying over the windows profile to home/user/.mozilla/firefox for example with firefox, this didn't work. I tried copying it there with the existing profile and changing the path of the ini file, to the windows profile name, this didn't work either. The only thing that I can think is that I am using 64 bit windows and 32 bit kubuntu.I have tried using firefox sync, this didn't work either.
View 9 Replies
View Related
Jul 25, 2011
I just switched to OpenSUSE/KDE4 from Ubuntu/Gnome2. Overall, I am very pleased. However, I have an issue that I have been unable to resolve. That is, Firefox, Thunderbird and Konsole Terminal do not have maximize buttons in their titlebars and there is not any other way to maximize these windows. Also, if I right click on the task manager tab for those applications then the "Maximize" menu item in the context menu is grayed out so it is inaccessible too. The bottom line is that there is no way to maximize these windows. All other applications, such as Dolphin, Chromium, Konqurer, LibreOffice, etc. have maximize buttons and a "maximize" menu item in their task manager context menus. Then, why don't Firefox, Thunderbird and Konsole also have maximize buttons? I am using the Oxygen theme and have configured the buttons on the Oxygen theme to include the Maximize button.
View 1 Replies
View Related
Jun 12, 2010
I've finally got all my accounts the way I like them in Thunderbird. I'm using IMAP and so don't have to move the emails, but how do I migrate my account settings to my other computers? The other machines are running WinXP.
View 4 Replies
View Related
Sep 13, 2010
I had a portable apps version of Thunderbird (windows) that runs off a thumb drive and wanted to take the settings and transfer them to my Thunderbird that's on my Linux computer.
This is what I did:
First, I installed thunderbird on my Ubuntu 10.04 Linux box and opened it, and closed it (so that it would create the /home/<username>/.thunderbird folder in the user account).
Then, I renamed the linux /home/<username>/.thunderbird folder to .thunderbird_ORIGINAL
Then, I created a new /home/<username>/.thunderbird folder
Then, I took the windows e:ThunderbirdPortableDataprofile folder and copied it to the /home/<username>/.thunderbird folder.
Then, I looked into the /home/<username>/.thunderbird_ORIGINAL folder and wrote down the name of the folder with the ".default" extension.
Then, I renamed the profile folder (that came from the windows e:ThunderbirdPortableData folder) "<name-I-wrote-down>.default".
And then, I copied the profiles.ini folder from /home/<username>/.thunderbird_ORIGINAL to the /home/<username>/.thunderbird folder.
I opened up Thunderbird in Linux and everything seems fine! (I'll definitely be keeping a backup just in case)
My question is: is this fine and dandy, or a recipe for disaster?
View 2 Replies
View Related
Aug 26, 2010
Thanks to Lucid not working properly on i845, i855 and other 8xx chips, had to re-install Karmic on my mum's computer.I saved all the data from her old install and I ve managed to get all her old emails from thunderbird, but I cant import her address book.In Thunderbird/tools/import/addressbooks it only allows importing of LDIF, .tab, .csv and .txt files, but I cant find any of these files in any of the Thunderbird, .Thunderbird, Mozilla-Thunderbird or Mozilla folders in Home folder or anywhere, all I can find is "abook.mab" which IS supposed to be her address book, but when I try and import it the entries are blank and/or indecipherable (prob cos not a compatible file type).
Its one of those "simple" things to do, thats taken hours and hours of time, but that I cant actually find out how to do.
View 1 Replies
View Related
Feb 12, 2010
I want to Migrate my C++ Application from SuSE Linux to Red Hat Linux.What impact analysis i should do?
View 3 Replies
View Related
Sep 9, 2010
I run version 10.04 GNOME. My problem is (after substantial searching) that I need to have both users ('juliusz' and 'sarah') running Thunderbird but with the same profile (settings, email, accounts etc. preferably of 'juliusz'). The only results on the internet are share Thunderbird between Windows and Ubuntu.
I have two users juliusz and sarah. I need either of them to have the same profile, always in synch whenever they logon to own account. When I tried to edit sarah's /home/sarah/.mozilla-thunderbird/profile.ini by inserting: Path=/home/juliusz/.mozilla-thunderbird/xxxxxxx.default after i run Thunderbird for 'sarah' I get message: "Thunderbird is already running, but is not responding. To open a new window, you must first close the existing Thunderbird process, or restart your system." I checked with "ps aux" there is no Thunderbird running in sarah's session. There is no Thunderbird running in juliusz's session when I reloged to juliusz.
View 5 Replies
View Related
May 2, 2010
I migrated from 9.10 to 10.4 during the package installation I have the error: E: resolvconf: il sottoprocesso vecchio script di post-installation ha restituito lo stato di errore 1 ( In italian because I install the Italian version). The problem is: the file /etc/resol.conf I can't modify or delete from all user, root also.
View 1 Replies
View Related
Feb 14, 2011
I have a Windows 2k server running the AD PDC. 60 desktops users and 6 Windows servers use it as a single sign on server to login. As I plan to install a Centos 5.5 server with Samba for NAS and print sharing, is it possible to migrate the PDC services to the Linux server? I want desktop users and windows servers to authenticate on the Linux server. Is this possible? I have never worked with LDAP services. Worse, should I attempt this migration, it must be completed in a very short time frame.
View 5 Replies
View Related
Mar 15, 2011
I have installed 11.4, and it seems (seemed) to work OK so far. I installed Thunderbird via the opensuse "1 click install". the installation ran smoothly, but now a click on the Thunderbird icon does not activate any mail client; the only success is that Thunderbird icon jumps joyfully and then disappears.
View 9 Replies
View Related
Aug 10, 2010
Can I migrate from fc12 to fc13 or do I have to do a full re-install? If I can migrate, can you point me to the instructions/working paper/etc.?
View 6 Replies
View Related
Jun 2, 2011
I'm in the process of testing upgrade -yes, upgrade, no fresh reinstall of my old trusty 11.2 to the unknown 11.4. One of the applications I need is VMware. I'm using vmware server, and I'm thinking of migrating to the player version, because the server is
not supported, it seems.I have installed a small test partition with 11.4, and in it I have installed VMPlayer. It looks nice (I had to install a lot of development packages, gcc, kernel-source, etc - nothing new here). Sound in the guest (I'm testing my virtual Windows Me) works; it wasn't working in the server. Nice surprise.
One missing feature is snapshots. The trick is to simply replicate all the files of the virtual machine to a backup. It is huge space wasted, 9 GB for a small machine, but it is doable. One thing I do not know how to do: VMplayer gives a notice that the virtual machine is version "Workstation 5.xx virtual machine", and that this version'x CMOS is not compatible and will use a default cmos instead. But I have not seen anywhere how to choose or change or upgrade the virtual machine type.
View 9 Replies
View Related
Jul 28, 2011
After updating to KDE4.7, and upon opening Contact I was asked if I wanted to migrate to Kmail2 now. I said no as I was told that the migration would take a long time. I thought it would ask me again for the migration the next time I would open Kmail. But no, I now have kmail with no past emails, no adress book no nothing. Is there a way to start the migration again.
View 4 Replies
View Related
May 20, 2011
I haven't used this tool for a couple of months now and in that time I've had to reinstall ubuntu 10.10 for other needs. so I've gotten the tool back because of certain characters that ubuntu won't recognize, but I'm having an issue with it. I get this when I try to run it: Your current encoding was not found, or you are using the C Locale. Please pick a supported language from usr/share/i18n/SUPPORTED and log in again.
I'm not sure exactly how to do this and wanted to ask here first before I screw something up with the unicode. Also this hasn't happened to me the first time I've used this, but also I didn't perform or install as many other options and devices as last time either.
View 1 Replies
View Related
Apr 29, 2009
I am doing migration from GCC 3.4.3 to GCC 4.1.2.While doing that compilation is success after some errors.But while linking, it throws tons to "undefined reference to" errors.I am using libtool as well but the version is 1.5.10.Whether I need to upgrade libtool too?
View 3 Replies
View Related
Mar 16, 2010
actually my Debian is still in Etch stable version. What is the best way to migrate to stable lenny version
My understanding was :
replacing Etch links in sources.list with Lenny links perform aptitude update & aptitude safe ugrape.
View 1 Replies
View Related