Ubuntu Installation :: Automatically Delete Old OS Image When New One Updated?

Aug 4, 2010

Is there a way to automatically remove the old linux image when a new one is updated?

When my system boots up it shows option
Ubuntu kernel version x.x.x-21
Ubuntu kernel version x.x.x-22
Ubuntu kernel version x.x.x-23
Ubuntu kernel version x.x.x-24
memtest
memtest + console
Windows 7 loader

Ubuntu seems to boot up the exact same regardless if I choose version 21 or 24. Dont recall the exact kernel since I am not in front of my computer now.

View 2 Replies


ADVERTISEMENT

Ubuntu Installation :: Nvidia Booting - Automatically Boot To The Gdm/desktop After Updated Gpu Driver?

Oct 11, 2010

Hey everyone I'm pretty new to ubuntu/linux so please bear with me . I recently installed 10.10 on my new htpc. The initial install went great, until I went to install the updated driver for my graphics card. What I did was I downloaded the driver off of nvidia. Then I did these steps:

1. ctrl-alt-f1

2. logged in

3. sudo services gdm stop

4. I then located the driver package that I downloaded and ran it, it seemed to install fine (except for an error about some install script? but it let me proceed)

5. sudo services gdm start

It went to the gdm/ubuntu desktop. However I then connected it via HDMI, and the resolution was way off (top bar was not even displayed on TV) and I tried many different settings but no luck in fixing it. Next after restarting it did not automatically boot to the gdm/desktop. Instead it stayed at the command line login (the ctrl-alt-f1 screen).

tl;dr : 1. How to make it automatically boot to the gdm/desktop after I updated my gpu driver

2. How to fix the resolution for HDMI from my gpu to my TV. (DVI works fine

View 1 Replies View Related

Ubuntu :: Updated RhythmBox 0.13 Closes Automatically

Jul 8, 2010

I updated my Rhythmbox to 0.13 and now when I open rhythmbox or Banshee they close automatically after finish a song! but when I opened rhythmbox with Terminal (no root) it worked well and didn't close anymore!

View 2 Replies View Related

CentOS 5 :: Yum Automatically Updated Systems Without Configured

Aug 11, 2011

I came to a "weird" situation when I saw in yum log files that several centOS systems have been automatically updated via yum. I checked the following:
1. chkconfig for init services that could upgrade the system: only yum-updatesd
2. In the config file of yum-updatesd.conf the do_update function is set to no.
3. If an updated made manually by a user ..no.
Where else should I look or how this update happened?

View 2 Replies View Related

Ubuntu :: Updated To New Image And Forgot To Update Menu - Lst Can't Boot?

Jan 10, 2010

i know i have been having a lot of problems, but i keep having more this time, i ran update manager, and noticed that i was getting a new image, but i quickly forgot this. then, while installling the updates, it asked me if i wanted to keep my old menu.lst. i told it to keep my old one, since it worked fine. it then told me that i needed to restart, so i did. it got to where it would normally start loading grub, but my computer wouldn't go any farther. (would not load grub) i would think that it would still load my old image. i am writing this while running a liveUSB.

i ran the boot info script, and attached its output. i know this should be posted under installation&upgrades, but general help seems to be much more active. because of this, my father doesn't want me updating any more.

View 9 Replies View Related

Ubuntu :: Does Apache2 Have A Way To Automatically Delete Temp Files

May 1, 2010

I have a PHP script running on my website that can generate temporary images, but if I clean them up right away, then the browser doesn't have time to render them.Is there some way to make Apache2 delete them after 5 minutes or so?

View 3 Replies View Related

Ubuntu :: Does Apache2 Have A Way To Automatically Delete Temp Files?

Aug 14, 2010

I have a PHP script running on my website that can generate temporary images, but if I clean them up right away, then the browser doesn't have time to render them. Is there some way to make Apache2 delete them after 5 minutes or so?

View 1 Replies View Related

General :: Automatically Delete Log Files?

Apr 9, 2011

I have a script running as a cronjobIt outputs logs upon each run to /var/log/mylog.logIs there anyway I can delete this or compress it when it gets too large?A cheap and dirty way is to setup another cronjob to delete the log every X interval.... although I'm not sure if that's the proper way

View 3 Replies View Related

General :: How To Automatically Delete Squid Cache

Oct 23, 2010

I'm using squid as a proxy in our organization. My problem is whenever the squid cache folder size exceeds 3 GB our proxy server starts to hang. Is there a way to write a script that it will automatically delete the squid cash when it exceeds the 3GB limit.

View 7 Replies View Related

Ubuntu Servers :: Automatically Delete Files Older Than 6 Months In Folder

Mar 27, 2010

I have server running ubuntu. There is folder /var/netflow and I have there files, which creates every 5minutes new ones(monitoring traffic on network). And I need to delete files older than 6 months manually. Can you help?

View 2 Replies View Related

Debian :: Automatically Delete USB Flash And Copy New File

Aug 26, 2010

How can I automate the following: When I insert a flash drive into any of the available USB ports, some kind of script or software, must automatically mount it, delete everything off the flash drive, copy an audio file back to it and then automatically unmount the USB.Maybe I should setup some kind of Kiosk to use the above functionality - would that be easy?

View 2 Replies View Related

CentOS 5 :: Settings To Delete TMP Folder Automatically At Shutdown?

Jan 27, 2010

It seems to me that the /tmp folder is currently crowded with old stuff. How can I tell CentOS to always automatically delete all /tmp folder content just before shutdown?

View 4 Replies View Related

Ubuntu :: Delete Resume Image And Perform A Normal Boot?

Aug 25, 2010

i have a serious problem i have installed USWSUSP and enabled encrypt option for s2disk i have also created RSA key. hibernation went well, but when i want to resume it just don't ask me for a password but when i tried recovery mode i ask me for a password, but when i type it and press enter nothing happens. can i delete this resume image and perform a normal boot??

View 3 Replies View Related

General :: Cannot Rename Or Delete Image Folders

May 20, 2011

I am happy to report I successfully setup a cloning station using Ubuntu 10.4 Lucid Lynx and Clonezilla. I learned the hard way you have to restore images to a hard drive of a larger size than the drive the image was ripped from. I had already ripped 6 or more images and have them in the Home_Partimag folder and cannot delete or rename these images. I want to remake these images and rip them from smaller hard drives. Any commands I can use to be able to do this?

View 3 Replies View Related

General :: Make A Bash Script That Automatically Delete The Home Folders?

Feb 15, 2011

I am administrating a lab in a university and every semester we need to delete all the home folders of the accounts for the next semester. I would like to make a bash script that does this automatically and having trouble with it. Note that I am writing my very first bash script. What I need to do is make a script to delete the following:

Delete everything in /home/$exp$num/$dir
when "exp" could be either "rt", "ic" or "sp".
"num" could run from 1(single digit) to 45 and dir is "profile" and "work".

This is what I tried to write:

Code:

#!/bin/sh
cd /home
for exp in "rt ic sp"
do

[code]....

What seems to be the problem is the reading of "$exp$num" as a joint expression.

View 4 Replies View Related

Programming :: Shell Script To Automatically Delete Files With The Same Name As The Parent Directory?

Mar 18, 2010

I am facing a problem in Windows due to a virus called Newfolder.exe which creats files with the same name as it's parent directory and an extension .exe and this happens for every directory in the entire hierarchy in the infected pen drive. The antivirus detects them, but is sucking slow. So I thought this is a good opportunity to use the concepts of the all mighty shell script to remove those as they follow the same pattern. Say my complete path is

Code:

/home/pkd/fol1/

The virus would have created an file with complete paths

Quote:

/home/pkd/fol1.exe

If fol1 has two more directories fol11 and fol12 Then there would be two more .exe(virus created) in the following path

Quote:

/home/pkd/fol11/fol11.exe
/home/pkd/fol12/fol12.exe

View 1 Replies View Related

Ubuntu :: Connect To The Internet Then Automatically Search & Download Image / Videos With A Certain Name

Aug 6, 2010

Me & a friend of mine both have ubuntu 10.4 installed on our laptops & have been looking into accomplishing various different tasks. Well as it goes what we are looking to do is to have our laptop/s connect to the internet then automatically search & download image / videos with a certain name...

View 8 Replies View Related

Networking :: Restore A Hard Disk From An Image Automatically?

Jun 17, 2011

I'd like to create a boot floppy or CD to restore an image from a harddisk over the network, and it should work possibly automatically.
A normal, non-IT user should be able to do it in our branch abroad.

View 1 Replies View Related

Red Hat / Fedora :: Delete The KVM Created Hard Disk Image File?

Feb 22, 2011

I want to delete the KVM created hard disk image file, so I would like to know where it is located .

View 6 Replies View Related

Fedora :: GThumb Image Viewer Delete - Files Moved To Trash

Mar 4, 2010

When I am deleting pictures using gThumb image viewer it asks "The selected images will be moved to Trash, are you sure?" And if I press "yes" button - it moves message to ~/.Trash, can it be configured to move them into "real" trash? I have created symbolic link and it solved part of my problems, but files "restore" option is unavailable to files which were moved in to trash by this method.

View 3 Replies View Related

Ubuntu :: 10.04 Automatically Updated My Revtex To Revtex4.1 - Error "revtex4.cls' Not Found"

May 9, 2010

My update to ubuntu 10.04 automatically updated my revtex to revtex4.1 but I am having a few problems. The first is that the natbib does not accept the footnote{} command and so I cannot put in footnotes in the middle of the text. The second is that all my old revtex4 files are not being accepted anymore, as revtex4.cls has now been replaced. Now I removed the texlive and texlive publishers with "sudo apt-get autoremove" and tried to reinstall them with "sudo apt-et install". I made things even worse because now I not only get the message "revtex4.cls' not found" but also "revtex4.1.cls' not found" when I try using revtex4.1.

View 1 Replies View Related

Ubuntu Security :: Right Click - Automatically Get The Encrypt Process To Delete The Un-encrypted File When It Makes The New Encrypted Copy?

Jan 5, 2010

I've just started using ubuntu one. However, some of the files I store on there are sensitive so I encrypt them using seahorse. Right click, encrypt etc etc. My question is, is there a way to automatically get the encrypt process to delete the un-encrypted file when it makes the new encrypted copy?

View 6 Replies View Related

Ubuntu Installation :: Updated And Now Grub Has Gone?

Nov 26, 2010

i made a few updates and now i am stuck into windows. I have Windows Xp, and installed ubuntu 10.04 using wubi. I was using ubuntu, updates poped up, and after they finished i restarted and...crash!

Now, if i try to run ubuntu instead of Windows my pc will reset. I have tried to make a bootable ubuntu version into my pendrive and to use Super GRUB2 Disk, but cant launch any of them. Any idea of how to solve this problem? Maybe it ispossible to install grub from windows?

View 4 Replies View Related

Ubuntu Installation :: VLC Can't Be Updated Or Uninsatlled?

Feb 15, 2011

After upgrade to 10.10 and when i do update or tries to install/update/remove i get following message

Code:
Errors were encountered while processing:
/var/cache/apt/archives/vlc_1.1.4-1ubuntu1.3_i386.deb

[code]....

View 2 Replies View Related

Ubuntu Installation :: Terminal After Updated Mgr Got Interrupted

Jan 28, 2010

I was running Update manager and my old system pull a 'freeze/lockup' before things were completed so I have tried using apt-get; I first updated then upgraded and get the same issue as in Update mgr with 2 small packages, 1 Rythmbox and 1 software center. This is the terminal just before, during and after:

-desktop:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
libsmbclient libwbclient0 rhythmbox samba-common
samba-common-bin smbclient software-center
7 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
6 not fully installed or removed.
Need to get 18.4MB/20.2MB of archives.....

View 3 Replies View Related

Ubuntu Installation :: Usb Flash Disk Cannot Be Updated?

Feb 16, 2010

I just installed ubuntu 9.10 on a 4GB usb stick given the menu item at the top. I selected 512MB for my own user space. then I rebooted, and started updating it. I am getting almost 200 packages by default now that need to be updated.

alas, ubuntu live update now runs out of space while doing the update. this is not because 4GB is too little, but because too little space seems to be dedicated to the root partition.

what is the recommended way to have an up-to-date 9.10 copy now?

View 4 Replies View Related

Ubuntu Installation :: Updated To 10.04 And Can't Boot Vista

May 9, 2010

I've got a dual boot system with both Vista and Ubuntu. After upgrading to 10.04 my Vista doesn't load anymore. I select it in the Grub menu and the computer just hangs.

Are there any known fixes for this? Where do I start? I'm an Ubuntu novice, but I'm an able computer fixer.

View 1 Replies View Related

Ubuntu :: Create An Updated Installation Media?

Jun 8, 2010

I would like to know the quickest way to create either an ISO or bootable USB media that contains all the updates since the release of 10.04 for easy installations in environments that have slow Internet or no Internet. What would you all suggest?

View 4 Replies View Related

Ubuntu Installation :: Updated To 10.04, Windows Xp Won't Boot?

Jun 15, 2010

I have grub dual boot. I upgraded from ubuntu 9.04 to 10.04 today, there was some questions about grub, and I marked all of the /dev. But now I cannot boot my windows partition.Windows XP is on the grub boot menu, but if I click on it, a black screen show up, and only a blinking cursor.When i boot ubuntu, I can read the ntfs partition.What do I have to do, to get windows xp to boot again?

View 5 Replies View Related

Ubuntu Installation :: Cannot Boot Into Updated Kernel ?

Jul 8, 2010

I recently updated the kernel of lucid from 2.6.32-22 to the ""-23 release through update manager. Now whenever i try to boot the new kernel from GRUB the screen goes black and the computer stops responding with the caps lock and scroll lock lights flashing on the keyboard.

I can still boot into ""-22 fine and keep using ubuntu.

My first thought that the problem was the newer kernel itself so I tried to update to 2.6.33-5 from [url]but the same boot problem exists within this one also.

Because it goes straight into the black screen after GRUB I have no way of telling what has happened without error messages. Would this appear in any log files and if so which ones?

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved