Ubuntu :: Updating Tar.bz2 Files?

Sep 12, 2010

I have just created a back up script that would backup my system into two (root and home) tar.bz2 file. that was good and well. The thing is though I also created one that I thought would update the tar.bz2 files using the "u" (update switch). it seems that it won't work though. I did a search on the matter and found a thread in the Linux Forums that was saying that "gzip" couldn't be updated.

Is this the same with bz2? Is there a way to get it working? it would be handier than creating new bz2 file every time as it takes so friggen long to run the full backup (and thats even after excluding what I don't need).

View 1 Replies


ADVERTISEMENT

Fedora :: Updating From Local Files

Jul 10, 2011

I need to update a system, but the network connection is way too slow to run yum over the network. I have the update directory downloaded. Can I have yum get files from local files?

View 1 Replies View Related

Ubuntu Installation :: Non-existent URL Updating Hardy - Can't Find Certain Deb Files

Aug 18, 2010

Updating Hardy using Update Manager. It complains it can't find certain deb files: with good reason, the whole directory level is missing on the archive. For instance: archive.ubuntu.com/ubuntu/pool/main/l/linux/linux-image-2.6.24-28-generic_2.6.24-28.73_i386.deb

There is no directory /ubuntu/pool/main/l/linux on archive.ubuntu.com. The ls-lR.gz file, however, claims that there is such a directory and that it contains the deb file I'm looking for. Am I not seeing straight or is something really whacked on the archive?

View 1 Replies View Related

Programming :: Updating Timestamp In Files In Directory?

Aug 20, 2010

I got a directory with files in it like: 2006-07-01.foo2007-08-04.foo I need to update the timestamps on these files using "touch -t 200607010000 2006-07-01.foo" on each file in the directory so I came up with the following one liner:

for i in `ls -1`; do touch -t `ls -1 | sed -n 's%([0-9]{4})-([0-9]{2})-([0-9]{2})(.*)%1230000%p'` $i; done

My goal was to use sed and get the timestamp for touch and then loop through each file and touch with the timestamp.However the script, not giving me the results I intended. Can anyone chime in on what I am doing wrong?I have been banging away at this for a couple of hours now and am clueless on what it could be. I also tried another variant such as:

for z in $(ls -1 *.foo); do echo $z $(for i in `ls -1 *.foo | sed 's%([0-9]{4})-([0-9]{2})-([0-9]{2})(.*)%1230000%p'`; do echo "$i"; done); done

View 5 Replies View Related

Programming :: Updating XML Files Using A Shell Script?

Apr 1, 2011

I continue to work on automating the update and deployment of a vendors WAR files, and have bumped into my next challenge... The vendor provides web.xml files have entries that look like this

Code:

<context-param>
<param-name>siteminder.enabled</param-name>
<param-value>false</param-value>
</context-param>

I need to search the file for a param-name and replace the param-value below it with the correct value. I expect sed or awk is the trick on this, but I am not sure how to have it search for one line, and have it update the line below it.

View 3 Replies View Related

Debian Configuration :: Updating - Can't Files Fetch Due To A 404 Error

Oct 3, 2010

I was trying to update my debian lenny and aptitude gives a whole lot of errors about files it can't fetch due to a 404 error. Aparently de files i need are no longer available in the places they where supposed to on de Debian-servers.It concerns 35 packages that can't be updated. If nescessary I can post all the package-names and versions (old and updated). I'll give the two first as examples :

[Code]....

View 3 Replies View Related

Ubuntu Installation :: Updating Fails - Downloading Files Window Pops Up But It Is Blank

Nov 22, 2010

Just during the last three days, when running Update Manager, clicking Check, downloading all available updates, then Clicking Install Updates, the Downloading Files window pops up but it is blank. and it stays blank. The little rotating icon indicates something's going on but, NO. Nothing has happened, even after a couple of hours. Trying to close Downloading Files brings up a window to Force Quit. Then trying to close Update Manager has no effect. to shorten the story, finally a window pops up saying that the "AT SPI Registry" is not responding. I'm sure trying the same thing will not yield different results. I'm running 10.04.

View 9 Replies View Related

Software :: Updating Files With Rsync Using --append --partial Options?

May 16, 2010

I'm trying to download a large (~18Gb) file using rsync from a server to a client, but the server, for an unknown reason, kills the connection after a time, when I've downloaded only about 8-10Gb.How can I continue the downloading of this file?

I've tried using the --partial option, but it just restarts the download from zero again. I've tried adding "--append" but I get "rsync: on remote machine: --append: unknown option" because the version is 2.6.3 on the server (and 3.0.6 on the client). I don't have control of the version on the server.

View 1 Replies View Related

OpenSUSE Install :: Updating Packages Leaves Discontinued Files Orphaned?

Jul 27, 2011

I updated the package libcgic-devel to a newer release of the same version. The change in the distributed files includes renaming a file cgic.html to index.html. I have both files installed now and cgic.html is orphaned.

View 6 Replies View Related

Ubuntu :: Updating Withough Updating Kernel ?

Apr 21, 2011

I have a 3dsp pci wifi card, and the last kernel it supports is Ubuntu 10.04 2.6.32-(21-24) I want to update but dont want to accidentally update the kernal.

View 3 Replies View Related

Ubuntu :: Updating 10.04 To 10.10 Via CD?

Oct 14, 2010

Due to networking issues within 10.04, I can't connect to the internet to update to 10.10.

I've created an install CD, but want to confirm if I'm doing it right, or how to fix some issues I'm seeing.

First, I get the option to create besides my other OS (Vista and currently 10.04). I've tried to select this option, and it gives 3 options to install:

An SD card I've left in my computer

Sharing my Vista HD
Sharing with 10.04.

The issue is that when I got the computer, I partitioned my second HD (320GB) in half, one that is shared with Vista as a storage dump, the second half Ubuntu (160GB partition).

Currently, using this option forces me to split this half partition between Lucid and Maverick. For some reason, if I try and "use entire partition" the bar shows 2GB as the size of the partition. If I choose use entire HD, it shows the full 320GB. Using the slider can reduce the footprint of Lucid, but can't wipe it out.

Since I haven't screwed around with partitions too much in the last 3 years, I am not too comfortable with using the advanced option, but it seems like the only chance I have to erase 10.04 completely. This is reinforced by it asking about "device for boot loader"

View 7 Replies View Related

Ubuntu :: Updating Everything All At Once?

Nov 12, 2010

Just wondering if there is a way to update all of my packets on Ubuntu server 10.10 all at once.

View 4 Replies View Related

Ubuntu :: Updating From 7.10 To 9.10?

Jan 26, 2010

So I have given up on running slackware on my labtop, beacuse I lack the knowledge on many of the settings and configs in linux. So I have decided to install Ubuntu on my labtop. But I know that I have to install 7.10 beacuse of mye graphic card, ATI Radeon Xpress 1100. I have allready downloaded the driver install file for my graphic card.

The thing I am wondering on is this : I am thinking on installing the drivers right after I install 7.10 and after that I am thinking of uppgrading to 9.10 if its possible. And the thing is, will I keep my ATI drivers installed if i update?

View 7 Replies View Related

Ubuntu :: Updating WINE From Ppa?

Feb 10, 2010

I have uploaded a newer edition of WINE through a ppa to 'sysyem-admin-software sources', but would like to know how to update wine so that it utilises this ppa upgrade as i cannot get linux to recognise the update.

View 2 Replies View Related

Ubuntu :: PPAs Not Updating / Why Is So?

Mar 11, 2010

I recently re-installed Ubuntu Karmic on a new PC (about a month or so ago), and I just noticed that my PPAs are not updating when I run the update manager. I'm not a complete noob but I'm not all that hardcore or experienced. Is there something I am doing wrong?

When adding a PPA I open System>Administration> Software Sources and click on the "other software" tab. After clicking "add" I enter the APT line (*eg. ppa:banshee-team/paa)
and hit "add source". I hit close and let it reload and that's it.

This method worked fine for me before but now when I run Update Manager it never shows any updates for the PPAs I have added even though I know there is a newer version of the application available.

View 2 Replies View Related

Ubuntu :: Updating Filezilla From 3.2.7.2 To 3.3.2

Mar 19, 2010

Ive just insalled Ubuntu 9.10 and installed Filezilla from the Ubuntu Software Centre, however this is only version 3.2.7.2. How do I update this to 3.3.2? Ive downloaded the tar.bz2 file and extracted it in Downloads but how I do install it from here?

View 9 Replies View Related

Ubuntu Servers :: NTP Is Not Updating

Apr 16, 2010

I have installed ntp using Code: apt-get -y install ntp.Logging to /var/log/ntpstats has been enabled in /etc/ntp.conf however this directory is not getting populated with anything. I have also tried removing it with apt-get --purge remove ntp and reinstalling but to no avail.

View 9 Replies View Related

Ubuntu :: Updating From 10.04 Beta 2 To 10.04 LTS?

Apr 18, 2010

I was just wondering once the 10.04 LTS is officially released will it be possible to just update the packages of 10.04 beta 2 to make it the official release or will you have to update, or will you have to actually do a reinstall?

View 1 Replies View Related

Ubuntu :: Updating Amarok To 2.3.1?

Jul 13, 2010

I'm having some issues with Amarok not displaying songs in the "local collection" as well as not shutting down properly. I see that I am running 2.3.0. If I run apt-get upgrade amarok I get a message saying nothing was upgraded. But I see on their website that 2.3.1 is the current version. I'd like to try to update to the current version, but can't seem to find the right repository to add. Anyone know who I might be able to achieve this?

View 1 Replies View Related

Ubuntu :: Won't Start After Updating?

Sep 3, 2010

How do I get into safe mode of something of the sort? I thought all I had to do was tap F6 as the computer boots up, it was running perfectly untill I updated it, when I pressed restart it started to shut down and then it just got stuck in a black screen with a small white cursor flashing, and there it stayed I've restarted it a load of times and no luck, I was getting ready to reinstall it when I remembered that I have no other cd burner in the house other than the one on the machine that's just packed up and though I could use a flash drive neither of the 2 I have with me are big enough, the bigger ones are both at work along with my ubuntu instalation CD.

On a second probably unhelpful note I'm getting really fed up with ubuntu it's proving to be about as unreliable as windows, every other week for whatever reason it fancies it just packs up and more frustrating for me is that while I know my way around windows and can usually sort it out I haven't got a clue about how to sort Linux problems out and before anyone mentions it yes it was a relatively new instalation, all I had installed on it other than the OS was the updates up unlit now and XBMC and it all had been working flawlessly for 2 weeks or so!

View 1 Replies View Related

Ubuntu Installation :: Updating From 8.04 To 10.04 From CD?

Sep 27, 2010

I had Ubuntu 8.04 & Windows Xp installed on by 80GB Hard Disk by giving 40GB each to Ubuntu & Xp. Due to some problem in Windows Xp (nothing new) i had to reinstall Windows Xp. I had taken backup of all data on Windows & Ubuntu fully knowing that Grub would go haywire.

Now i want to install Ubuntu 10.04 on the 40GB that was earlier occupied by Ubuntu 8.04 from CD.

I'm posting the output of sudo fdisk -l

Device Boot Start End Blocks Id System
/dev/sda1 * 1 2611 20972826 7 HPFS/NTFS
/dev/sda2 2612 9729 57175335 f W95 Ext'd (LBA)
/dev/sda5 2612 3916 10482381 7 HPFS/NTFS

[Code].....

Should i delete all Linux partitions ? What and how many partitions (min.) should i make ? What partition should i use as mount ? Should i use ext3 or ext4 in all partitions ?

View 1 Replies View Related

Ubuntu Installation :: Updating From 10.04 32-bit To 10.10 64-bit?

Oct 15, 2010

I am running 10.04 32-bit on my compaq nc6320 laptop and I am just wondering if there is an easy way to do the upgrade to 10.10 but upgrade to the 64-bit kernel.

View 2 Replies View Related

Ubuntu :: After Updating From 9.10 To 10.4 / Cannot Update Anything?

Oct 27, 2010

I was using 9.10 because of my wifi not working in 10.4 (still does not but thats not the problem in this thread) well after getting my updates to update to 10.4 I run the package manager to update kernals and such, first it says theres an error failed to fetch CD then I reset my computer and it says my system is up to date but I do not have an option to upgrade to 10.10 and im sure theres updates my computer does not have..

View 4 Replies View Related

Ubuntu :: Updating Makefiles For AMD 64?

Nov 19, 2010

I'm trying to get the driver for my wireless USB adapter working on my recently acquired AMD system. I had no issues on my i386 systems, just compile the driver and insmod it into the kernel. When I try compiling the same driver on the AMD machine I get the following errors:
Code:
/tmp/rtl/driver/rtl/hal/rtl8192c/usb/usb_ops_linux.c:928: warning: assignment makes pointer from integer without a cast
/tmp/rtl/driver/rtl/include/wifi.h:362: warning: cast to pointer from integer of different size

I get one of these errors for every file the driver attempts to touch when compiling the driver. I have a feeling it has something to with this - I'm not sure if x86_64 is the correct 'ARCH':
Code:
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/2.6.35-22-generic/build M=/tmp/rtl/driver/rtl modules

View 1 Replies View Related

Ubuntu :: 10.04 Won't Start Up After Updating

Dec 5, 2010

A couple of days ago my girlfriend and I were using my laptop to watch Hulu on my tv. I've been able to do this in the past with some frustration because it is not exactly clear what settings to use so that the tv works and doesn't distort the picture. While we were using it, the update manager came up and I let the computer update while we were watching Hulu. It came time for the computer to request that I restart and I selected "Restart Later," which I didn't exactly do after we were done watching. I shut the computer down and the next day when we were about to turn the computer on to watch again, it turned itself off after selecting Ubuntu. I tried again and caught a message that it couldn't find the drive that Ubuntu was on. I haven't done anything else to the computer aside from updating it. I am running Vista 32 (shudders) as well as Ubuntu 10.04. I am currently on the Vista part of the computer and can see the folder for Ubuntu on the computer.

My question is: Is there any way that I can go into that folder and change something through Windows so that I can get Ubuntu back? Or do I have to reinstall Ubuntu, and how would I go about doing that?

Edit: I should clarify that I use the S-video out for watching tv - not sure that it matters.

View 3 Replies View Related

Ubuntu :: Auto-updating To 11.04?

Jan 26, 2011

My previous installation was old and cranky, so I reformatted and updated Ubuntu 10.10 last night. While installing RSSowl, I double checked the distribution name (by going to System > About Ubuntu) and it says 11.04 Natty Narwhal. I have no idea how that happened since all I did was do the suggested software and security updates.

Just an hour ago I did another reformat and reinstall. After everything was done, I double checked the version number upon my first login and it said 10.10. Then I go and click okay on the suggested updates and after it was maybe 75% complete, I checked the version # and it now says 11.04 again!

View 2 Replies View Related

Ubuntu :: 10.04 Won't Start After Updating?

Feb 5, 2011

I just recently updated my Ubuntu's software on 10.04. I restarted my computer and everything was fine. The next day I tried to get into Ubuntu it just goes to a black screen and restarts.

I am currently dual booting with windowsXP/Ubuntu. Everything was working fine until just a few days ago. Now I am unsure what to do. When given the choice to boot between WindowsXP and Ubuntu only windows works. When I click on windows it loads up windows. When I click Ubuntu it just goes to a black screen and then restarts and prompts me again to select between them.

Please help. I am unsure what is wrong as I am still very new to Linux and using this type of OS. I am not sure if I need to re-install, but this would obvious be the last option.

View 4 Replies View Related

Ubuntu Installation :: Updating From 10.10 To 11.04?

Apr 30, 2011

i want my ubuntu 10.10 to be updated to the new version.But,before updating i would like to know few things such as should i need all my software's to be installed once when i upgrade to the new version.

I have oracle installed in this 10.10..So,will upgrading to the newer version needs the installation of Oracle again?

View 8 Replies View Related

Ubuntu :: Updating Os On Old Computer?

Sep 13, 2010

I just got a old Imac g3 [tray loader]It's running 8.6 mac os. I would like to put a more up to date os to bring this computer back to life and for better use for myself. I've been trying to put xubuntu on it because I heard it was a lighter version so I thought it would run it. I've tried setting it up to boot from the disk upon start-up but that has failed. It shows the disk on the desktop but that's all it does.

View 9 Replies View Related

Software :: Updating To Ubuntu 10.0.4?

Aug 25, 2010

I just tried updating (upgrading?) to Ubuntu 10.0.4 (or something of the like)from Ubuntu 9.0.*, running on Gnome 2.22.3. Now when I start my computer, after login/password, all I get is terminal in front of me. What do I type?

I should note, that when I was upgrading, package manager asked me what settings I wanted for the .smb (?)configuration. I picked the wrong one (use old settings), and it gave me an error/warning about not being able to update some things properly.

View 2 Replies View Related







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