Ubuntu :: Restoring The Computer To An Earlier Date?
May 7, 2011Is it possible like in MS Windows to restore the computer to an earlier date by which all the changes including the installed applications can be removed?
View 9 RepliesIs it possible like in MS Windows to restore the computer to an earlier date by which all the changes including the installed applications can be removed?
View 9 RepliesI have long been using clonezilla as my backup/restore software and have never had a problem with it before, ever. Today I backed up my entire disk (windows 7 and Ubuntu 10.10) and upgraded to 11.04 to try it out. I didn't like it, so I decided to restore the backup. Now I can't boot my computer. It gets to a black screen and nothing happens. No error message, nothing. I can still boot from a live USB (which is what I am using now), and I can also boot from a Windows Live CD. I tried using the MBR repair on Windows and reinstalling Grub through the Ubuntu Live USB. Neither of them have worked. Do you have any ideas what the problem might be?
View 5 Replies View RelatedI am running OpenSUSE 11.3 GNOME, and I recently reinstalled Windows, and it overwrote GRUB. I only have an Ubuntu LiveCD (I installed with the OpenSUSE DVD), how do I get GRUB back? Note that the Ubuntu LiveCD doesn't recognize the LVM Encrypted partition, so I can't mount it.
View 2 Replies View RelatedI've recently begun using PING (Partimage is not Ghost) imaging software, and it works great with other Linux distros. Upon my first use on openSUSE, I found that I could not restore the image onto another computer. After a successful restoration of the image, I get: "Could not find /dev/mapper/isw_ddedgibjfd_ARRAY_part2 Want to fall back to /dev/mapper/isw_ddedgibjfd_ARRAY_part2? (Y/n)" during the first boot. I don't know what to do, I've tried taking multiple images, and restoring them on multiple computers, but I always get the same error.
View 7 Replies View RelatedI am using Grub4Dos to boot Ubuntu 9.10 Desktop Live CD. In the menu.lst i made the following changes.
Quote:
title Ubuntu LiveCD 9.10
find --set-root /ubuntu-9.10-desktop-i386.iso
map /ubuntu-9.10-desktop-i386.iso (0xff)
map --hook
root (0xff)
[Code]....
The code runs fine and Ubuntu loads also from the ISO stored in the C: drive of my system.
The problem is when Ubuntu loads it changes my clock time. I have set the timezone to Indian Standard Time. Since it is live CD it should not make any changes in the system however, it does change the Data/Time of my system.
I've installed 2 different distros on this old dell laptop, install goes fine, i run everything...reboot a few times. perfect, but the next day, when i boot up, i get " date/time" not set, if i choose to ignore that...computer won't boot... is this a battery issue ? the battery wont hold a charge, so i only run it with power pack...works great, but when i turn this on tomorrow, I'll get that w=error messy.
View 4 Replies View RelatedI'm looking for a c++ code that search for all files in computer between two input dates (example- 3.3.2011 and 11.4.2011)and copy all file in that range in new file .the user run the program and input date and path in dos system
View 8 Replies View RelatedI'm looking for a method for modifying some jpg photo files last modification date with the corresponding timestamp creation date of each file.The reason is that shotwell import pictures in folders according to last modification date which is stupid on my opinion.
View 2 Replies View Relatedcan anyone explain how to rollback to an earlier state for the virtualbox. i installed ubutnu server edition in virtualbox any help?
View 2 Replies View RelatedAs a photographer I'm constantly taking photos and storing them in folders. Now occasionally I'm using two cameras (either for different settings or an assistant is also taking photos) which means that for one event I can have differently named images.Both cameras have the same time set (which always helps in Windows) but in Ubuntu when trying to sort my folder by date taken I can't.The options I'm given are to sort them: Manually, by Name, by Size, by Type, by Modification date and by Emblem.Now none of those are helpful to me once I've done a few edits to the images.So please if anyone knows, how do you organise a folder with images taken on different cameras by Date Taken rather than Date Edited?
View 3 Replies View RelatedCD/DVD burning on 10.04 used to work wonderfully, but now its broken and can not create multiple copies. I don't burn a lot of disks these days but when I do its almost certain I need multiple copies.How can I revert to the version that came with my original 10.04 (64-bit) install or one perhaps a prior version to the current I have been "updated" to 2.30.2-0ubuntu1? From what I can find with Google 10.04 shipped with 2.30.0-0ubuntu1 So either it or 2.30.1 is what I need to find. How do I force a "downgrade" to what used to work for me?
View 1 Replies View RelatedPHP in FC 12 has a lot of issues. Is there any way to rollback to an earlier version still using Yum?I'm running drupal on an FC11 machine and the site works great. When I move it to a FC12 machine, I get all sorts of errors which I've traced to problems with PHP 5.3.2. Looking at the PHP site regarding the kinds of issues I'm running into is a scary experience. The developers know its broken,
I've had so much trouble with PHP and broken releases, I suggest Fedora keep at least 4-5 releases in yum so that users can easily switch versions. Certainly 5.3.2 should not be released.I've been looking for my FC11 disk and as soon as I find it, my FC12 machine is going backwards just so I can run a version of PHP that actually works. This should not be necessary, but.....
Since the last kernel update to 11.2 64bit portions of my video does not work right in windows XP running in either Vmplayer or Vbox. The effect is felt with my Webcam - picture is either garbled or blank not responsive at all. all other video functions in my VM's and Suse seem OK! can I revert or set my kernel back to its prior state? If so how? Also I have both "default" and "desktop" kernels - the problem is the same in each. If I can move the kernel back to its state prior to most recent update can I do it to just one of the kernels to see if it solves the problem?
View 4 Replies View Relatedi cant login into my account.earlier im able to login but now i cant.it error
Error connecting to IMAP server: localhost.
111 : Connection refused
I just did an update of new files including the new linux kernel (Ubuntu 10.04LTS) and it killed my opening GRUB bootloader screen plus the NEW firefox update is working dog slow. How to I get the GRUB screen back so I can go back to an earlier kernel version??
View 1 Replies View RelatedI am using CRON to create a new, blank file, every minute, in a specific location on my web server. After web searching, and reading man pages, I get the impression that the following command is supposed to work:touch /home/mydomain/var/folder/attachments/`date +%H%M`.txtThis should give me a new file with a file name that is the current hour and minute.However, when executed, the CRON mailer reports:touch /home/mydomain/var/folder/attachments/`date +/bin/sh: -c: line 0: unexpected EOF while looking for matching /bin/sh: -c: line 1: syntax error: unexpected end of fileSo, it looks like shell is seeing the plus (+) sign as an EOFObviously, nothing get created.What would be the easiest, single line command to create an empty file, at a given location, with a time based file name
View 5 Replies View RelatedAnyone have a ksh solution to convert julian date to gregorian date?
View 6 Replies View Relatedi rarely need my wireless, and i want it off by default, i am going to disable it during bootup with
echo 0 > /sys/devices/platform/acer-wmi/wireless
what would be the proper place for this? if i put it in rc.local it will be executed very late, i'd rather have it sooner. if add a new script to init.d, then run update-rc.d, i would have to adhere to the start|stop|reload structure of these scripts, right? or do i go a totally different way about this?
I'm having trouble installing the latest openSuSE 11.2 32bit using NFS. The issue appears during the text-interface, before switching to the GUI. The first strange thing I noticed after mounting the ISO is the change in User/Group-IDs. Earlier versions don't do this:
Code:
# mount ./openSUSE-11.2-DVD-i586.iso /images/suse11.2 -o loop
# ls -lah /images
dr-xr-xr-x 7 root root 6.0K Dec 1 2006 suse10.2/
dr-xr-xr-x 8 root root 6.0K Jun 10 2008 suse11/
drwxr-xr-x 8 98 98 6.0K Nov 6 16:21 suse11.2/
drwxr-xr-x 8 98 98 6.0K Nov 6 14:14 suse11.2_x64/
When starting the installation process on the client system I get a "No repository found" message. Checking the error console (Alt+F4) shows:
Code:
SQUASHFS error: Minor/Major mismatch, trying to mount a newer 4.0 filesystem
SQUASHFS error: Please update your kernel
Older Versions (11.0, 11.1) are working OK. This error is suspicious since it remains after deactivating the NFSv4 in /etc/sysconfig/nfs and commenting out the NFSv4 export lines in /etc/exports.
Here's my /etc/exports:
Code:
/images/suse11 *(ro,root_squash,async,subtree_check)
/images/suse11_x64 *(ro,root_squash,async,subtree_check)
/images/suse11.2 *(ro,root_squash,async,subtree_check)
/images/suse11.2_x64 *(ro,root_squash,async,subtree_check)
I would like to replace the exiting kernel in one of my Fedora 11 installs with an earlier kernel from a Fedora 10 Unity Spin...so I can use it to bring ATI functionality to Fedora 11. Also, I recall there being a way to unpack rpms and 'repackage' them using a different kernel development set. How is this done?
View 3 Replies View RelatedCode:
[root@HOME ~]# package-cleanup --dupes
Setting up yum
Loaded plugins: protectbase, refresh-packagekit
Excluding Packages in global exclude list
Finished
0 packages excluded due to repository protections
Excluding Packages in global exclude list
Finished
[Code]....
Would it be ok to remove the earlier versions of dupes above, without adverse effects?
I had windows 7 and centos 5.5 dual boot earlier working fine.Today I had to format the windows partition and reinstall windows 7. Now I cannot access to my earlier CentOS partition.I need to access it without loosing anything on it. I tried with EasyBCD at Windows but it didn't help.Also tried to get files using an Ubuntu live CD but there that partition shows as LVM.What else I can do to boot CentOS again?
View 2 Replies View RelatedI've recently installed openSuse 11.4 64bit with KDE 4.6 and that's when the trouble started. If I put a data or mp3 cd in the drive it can be mounted. Simple audio cds refuse to mount, giving me only the option to play on one of the audio players. Since I wanted to move some music to the computer I've had to resort to windows to copy files then transfer them. How can I force KDE/Suse to behave the way I want or do I have to revert to an earlier version with KDE3.5? I suspected that System Settings/Removable Devices was where I needed to be but nothing I did worked. So then I tried playing with System Settings/Device Actions and again nothing seemed to work. I can't mount the CD manually,I get this (using su -c "mount etc"
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: /dev/sr0: can't read superblock
Is it possible to just roll back the version of Mesa on my install to an earlier version...I think this is the key to getting my game to work.
View 2 Replies View RelatedI just switched from a basic digital camera to a more advanced one that stores both Jpeg and Raw (.Nef - it's a Nikon) files for me.When importing files in Digikam, I rename the files so that they start with Date and Time. Example: 20110121-223748.JPG for a photo taken on Jan 21st 2011 at 22:37:48.I was a bit surprised when importing both the JPEG and the Raw version of the same photo, that the filename is different by a few seconds (no constant offset, sometimes they are the same):
20110121-223748.JPG
20110121-223750.NEF
I did some "research" by looking at the exif data of both files (using "exiftool 20110121-223748.JPG" from the command line). Here is what I got back
(amongst other data):20110121-223748.JPG
File Modification Date/Time : 2011:01:21 22:37:48+01:00
Modify Date : 2011:01:21 22:37:48
Date/Time Original : 2011:01:21 22:37:48
[code]....
So it seems that Digikam is using the "File Modification Date/Time" (different in the Jpeg's and Raw's of my camera) rather than the "Create Date" (the same for both Jpeg and Raw). (The few seconds difference in "File Modification Date/Time" between the two versions of the same photo is probably due to the time that my camera needs to write away the data on the SD memory card. I guess.) Is there a way to have Digikam use the Create Date? (Or the Date/Time Original?)
PS: I'm on Ubuntu 10.04LTS, using DigiKam 1.2.0
I would really like to preserve a file's original modified date and pass it back to the file as the same attribute after a script has worked on it. I get a lot of JPEG files from different places on the Net which I either turn around and upload or burn to disk, and having the "original" date of either download or last mod in a graphics app would be for me, in the long run, a lot more helpful when deciding, for instance, which files to "recycle" or pass on backing up more than once.I've tried doing this on my own every now and then. Where I run into problems is that it appears "stat" and "date" use different formats for date information, and I can't seem to puzzle out how to "translate" one to the other satisfactorily for the latter command.
Just to give an example:
stat foo.jpg |grep Modify gives me
Modify: 2010-07-12 06:28:56.890625000 -0400
Passing that string as-is to date foo.jpg, I get the errordate: unknown option -- 0 and the usual semi-courteous suggestion to Try 'date --help' for more information.Somehow my TexInfo database got screwed up somewhere along the line and info dategives me the short article on date input formats, not the full documentation for the command
When I clall the "update manager" it tells me if my system is up-to-date or new updates are available. Lets assume I update my system now (I disabled automatic updates).
Then (in a couple of days or weeks) I start the Update Manager again and it tells me again that new updates available. How can I find out now when the last time was when my system was "up-to-date" (=when a complete, successful update took place)?
Is there soemwhere an entry which shows this date?
Several months back I backed up a windows hard drive using an ubuntu live cd and this commanddd if=/dev/hdx | gzip > /path/to/image.gzI now want to restore that image but so far have not been successfulI have tried to restore using this commandsudo dd if=/path/to/file.gz of=/dev/sdb1After some time has passed, the terminal reads23568129+1 records in23568129+1 records out12066882348 bytes (12 GB) copied, 1327.65 s, 9.1 MB/sIf I reboot to windows with the 2nd hard drive connected as a slave. I go to my computer to try and browse the files of the restored HD but when I double click the drive, windows saysthe disk is not formatted.I have also tried sudo dd if=/path/to/file.gz of=/dev/sdbAnd when I do this, the disk does not show up in places/my computer but it will show up in gparted and Disk Management
View 4 Replies View RelatedWhen I try to restore my 9.04 bookmarks to my 9.10 install it get a "Unable to process the backup file" error message. I changed my group to root but it didn't help. I just changed the permissions of the file and it still doesn't help.
View 1 Replies View RelatedI would like to have [CTRL][ALT][BKSP], [CTRL][ALT][+] and [CTRL][ALT][-] activated but don't know how to do this in the new X11.
View 1 Replies View Related