Ubuntu Networking :: Update Manager "Hits" Files?
Aug 1, 2010
When I check for updates in Update Manager, instead of downloading the files,goes through the files very quickly and says "Hit" for every file. If I try to update this information manually by running sudo apt-get update, I get this:
Code:
thomas@THOMAS-PC:~$ !!
sudo apt-get update
[code]....
View 4 Replies
ADVERTISEMENT
Apr 19, 2011
I am in need to create a script that queries how large a partition is and when it hits a certain percentage (say 90%) it will execute another script that tars up certain files (or they could just be part of the same script). I would create a cronjob that runs this script once a day.
I have the script that tars up the files I need, sets permissions, etc. (btw, the files in question are audit logs). I just need the part that runs something like a df -h and takes the use percentage of the /var partition in that query and if that percentage is greater than/ equal to 90%, it kicks off the tar script.
Here is a sniplet of the df -h with just the /var partition shown:
Quote:
So, when the cronjob sees that the Use% is >= 90%, it would kick off the tar script...if not above 90%, it closes.
View 14 Replies
View Related
Sep 30, 2010
As the title says i updated my system which then needed a reboot. I also installed Mixxx djing software to try it out. So i thought id just restart the system. Usually when i boot into my desktop wireless automatically can connect to my router but not this time, wired only for now... i know theres tons of wireless issue threads but some more experienced users will be able to get straight to the point and run through some diagnostics with me.
View 1 Replies
View Related
Jan 16, 2011
I am trying to see whether wget can be used to generate actual url hits on a webpage. This does not look good so far�. I changed the following lines in /etc/wgetrc to:
Code: http_proxy=http : / /<proxy_ip>:<port>/ use_proxy on Output :
Code: root# wget -c <url>/ > /dev/null
--2011-01-16 12:26:38-- <url>
Connecting to <proxy_ip>:<port>... connected.
[code]....
2011-01-16 12:26:39 (88,9 KB/s) - `index.html.3' saved [50548] This does NOT generate a hit on the actual web page! It does not seem like the, > /dev/null part is working either... How can I get this to work?
View 4 Replies
View Related
Aug 14, 2010
I want to upgrade to 10.04 and I'm using Update Manager by clicking the Upgrade button at the top.
Will this delete programs (from the software centre) and files (from the my documents anf my pictures folders)?
View 5 Replies
View Related
Oct 17, 2010
For some weird reason my update manager can't download files from the getdeb.net server.[URL].. Why is that? Is t here a bug in my system or are the server down or something?Because it can download everything else perfectly.
View 5 Replies
View Related
Aug 24, 2010
I keep getting this error when trying to update but I know it is a bug and has been filed as a bug report.
Code:
Failed to fetch cdrom://Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)/dists/lucid/main/binary-amd64/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Failed to fetch cdrom://Ubuntu 10.04 LTS _Lucid Lynx_ - Release amd64 (20100429)/dists/lucid/restricted/binary-amd64/Packages.gz Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Some index files failed to download, they have been ignored, or old ones used instead.
View 9 Replies
View Related
Jan 19, 2010
I am having issues with Update Manager after cancelling an Update.The Update Manager shows a number of required updates, but when I click on Install Updates... Nothing happensWhen I launch sudo dpkg --configure -a in a terminal I receive the following message:dpkg: status database area is locked by another process.On another forum i saw something regarding a gksu.lock file that needed to be deleted... but I can't find any such file....If I try to launch update manager via a terminal: sudo update-manager I get the following error:
requiredDownload could not be calculated: E:Unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_karmic-updates_main_binary-amd64_Packages (2), E:Unable to parse package file /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_karmic-updates_main_binary-amd64_Packages (1), E:Unable to parse package file /var/lib/apt/lists
[Code]....
View 9 Replies
View Related
Jul 13, 2010
Ubuntu 10.04 64 bit I have not been able to update using the update manager or by using the package manager. It seems when the update manager tries to download all the requests fail.Anyone else had this problem??
View 1 Replies
View Related
Jan 4, 2010
I used Ubuntu for the first time yesterday (V.9.04) and imediatly upgrade it to V.9.10. After,the DSL conection failed to conect. After reading many threads here I was able to connect by opening a terminal:
sudo pon dsl-provider
It seems ther's a bug with network-manager, but I'd like to use it again as it easier and NB user-friendly.
View 1 Replies
View Related
Jan 6, 2011
Arg, I just removed the bad update 2. 6.35-24.now update manager wants me to install new ones; is it still the 'bad' update that messed up my wifi or has it been fixed?
View 4 Replies
View Related
Dec 10, 2010
I was having trouble getting update-manager to work behind a proxy (without authentication). I tried everything I could find in my search, including setting http_proxy environment variable, setting the System->Preferences->Network Proxy and setting the Synaptic package manager proxy settings. Nothing seemed to work.
It turns out that the problem was that the System->Preferences->Network Proxy allows "automatic" proxy (pac file), and I had used that. update-manager doesn't do anything with this setting I guess. I changed from the automatic setting to a host/port manual setting and it began working.
I suspect this qualifies as a bug. update-manager should do something more reasonable than quietly fail if the settings are for automatic - it would be really nice if it worked, and if not then an error message.
View 5 Replies
View Related
Mar 9, 2011
Writing this from a 9.10 LiveCD, so I know that my hardware is working fine.My system is running 10.10 normally. Last night, the update manager popped up, as it frequently does, and said I had some packages that could be updated. So I let it update after which it said I needed to reboot. So I did, and now it doesn't recognize my network connection, and even the blinky lights on the port itself stay dark. don't know a lot about networking or stuff under the hood, but I can work a console and/or text editor if someone can tell me where to look and what to type.My hardware is (from "lspci | grep -i eth"):02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)The packages that have a modified date of last night are:
ubuntuone-client-gnome_1.4.6-0ubuntu2_amd64.deb
python-ubuntuone-client_1.4.6-0ubuntu2_all.deb
libsyncdaemon-1.0-1_1.4.6-0ubuntu2_amd64
[code]....
View 9 Replies
View Related
May 27, 2011
Using Ubuntu 10.04 (2.6.32-31)on a Dell studio today.Update manager offered four updates, one about networking. I accepted. After restart the Network-Manager icon had vanished from the tool bar and was replaced by a second loudspeaker control icon. No ability to link to the internet. Starting Network-Manager from the pull-down menus did not help.Muggins Noob thought, un/re-install Network Manager. Duh! Uninstall is fine, but re-installing from the web without Network-Manager, tricky. Sadly no ethernet wire available, either wifi or GSM/3G.
View 4 Replies
View Related
Jul 27, 2010
downloaded wubi 10.04 & after install wireless inop. 64bit 10.04 & unable to connect with a cat5 to download fixes My problem is finding the fix for wireless & downloading it with windows. So how can i download the fix in windows & install with the update manager or whatever. Bottom line what is the fix & how can i download it with windows?
View 1 Replies
View Related
Sep 30, 2010
I am facing a disgusting problem. While I am trying to update my system using update manager It downloaded the files and then while it starts installation it shows the following message
Code:
(Reading database ... 60%dpkg: unrecoverable fatal error, aborting:
files list file for package 'linux-libc-dev' is missing final newline
[code]....
View 1 Replies
View Related
Jan 21, 2010
I'm having problems installing Cowpatty
running make produces
cc -pipe -Wall -DOPENSSL -O2 -g3 -ggdb -c -o md5.o md5.c
md5.c:20:25: error: openssl/md5.h: No such file or directory
md5.c: In function md5_mac:
md5.c:28: error: MD5_CTX undeclared (first use in this function)
md5.c:28: error: (Each undeclared identifier is reported only once
md5.c:28: error: for each function it appears in.)
[Code].....
Running Ubuntu 9.10 (i386) with latest patches from update manager. If I try using the 4.2 archive I get the same result.
I have similar problems with aircrack-ng suite, but I'll leave that until later!
View 5 Replies
View Related
Feb 7, 2010
I recently installed Ubuntu 9.04 off of a disc and it worked perfectly, however after I downloaded and installed the system updates from the update manager, it stopped working and it won't even see my device. I have a Zonenet ZEW2500 USB wireless adapter.
View 1 Replies
View Related
Sep 2, 2011
when i try to access synaptic package manager and update manager or ububtu software center. the screen will flash and be gone
View 7 Replies
View Related
Jan 13, 2011
E: Type 'nchpad.net/ubuntu-wine/ppa/ubuntu' is not known on line 1 in source list /etc/apt/sources.list.d/ubuntu-wine-ppa-maverick.list E: The list of sources could not be read. The above is the console output when i type sudo apt-get update Update manager throws the same error so now I can't install or update software .
View 2 Replies
View Related
Sep 30, 2010
It started with Update Manager constantly recycling and not updating. When it starts it shows 295 files and 308MB waiting to download. When I click on 'Install Updates' it appears to go through the process, and then presents me with the same 'waiting to install' window again - and again, and again - in fact as many times as I care to click the 'Install Updates' button. No error messages appear. The 'Settings' button produces the same apparent process as the 'Install Updates' button, but doesn't present me with any other screen.
I've tried all the solutions I could find on these forums and nothing works. The sudo suggestions for Terminal usually produce error codes. adjusting a line in the 'hosts' file. When I tried this I was presented with the obstacle of not having access to the read-only file, and no matter how much I searched I couldn't find how to gain access . While investigating all these possible solutions, I was directed in turn to the Software Sources and Synaptic Package Manager applications, but when I attempted to start them, 'Starting Administrative Application' appeared briefly on the taskbar - and then disappeared!
View 7 Replies
View Related
Jul 3, 2011
Software center, update manager, Synaptic package manager crashes for no reason. I have not done any recent changes or downloads. I'm running a fresh install of ubuntu 11.04
5 gigs of ram
Intel dual core
35 SSD
View 3 Replies
View Related
Mar 16, 2010
After a fresh install of Ubuntu 9.10-64bit I don't have Hardware Manager, Update Manager or Software Resources just to name a few.I tried sudo apt-get update & sudo apt-get upgrade & everything is up to date.
View 9 Replies
View Related
May 18, 2011
I received this: 'E:Type 'ain' is not known on line 3 in source list /etc/apt/sources.list.d/psyke83-ppa-natty.list'
Update Manager and Packet Manager do not work.
Ubuntu Software Center is also affected.
View 1 Replies
View Related
Feb 4, 2010
Ok so I having the same issue as everyone else but it still exists despite the solutions other people are experiencing. Update manager, synaptic, and apt-get are not working no aptitude on here. Update manager says: An unresolvable problem occurred while initializing the package information. report this bug against the 'update-manager' package and include the following error message: 'E:Encountered a section with no Package: header, Eroblem with MergeList /var/lib/apt/lists/us.archive.ubuntu.com_ubuntu_dists_natty_universe_ i18n_Translation-en%5fUS, E:The package lists or status file could not be parsed or opened.' apt-get has errors with headers, finding files, and wrong file types. I have gone to a couple locations and the files exist and the hash is correct, and the file types are correct. I have tried replacing the sources file. I have tried sudo rm -r /var/lib/apt/lists sudo apt-get clean sudo apt-get update with the same problem happening upon updating. In the same exact areas.
View 7 Replies
View Related
Apr 2, 2010
when i try to access synaptic package manager and update manager or ububtu software center. the screen will flash and be gone.
View 5 Replies
View Related
Oct 12, 2010
message when attempted updating manager E:Encountered a section with no Package: header, Eroblem with MergeList [URL].. E:The package lists or status file could not be parsed or opened.' Before that happened upgraded Opera and have tried to uninstall but synaptic manager does not respond.
View 1 Replies
View Related
May 24, 2011
Ok so I having the same issue as everyone else but it still exists despite the solutions other people are experiencing. Update manager, synaptic, and apt-get are not working no aptitude on here. Update manager says: An unresolvable problem occurred while initializing the package information.
View 9 Replies
View Related
Jul 20, 2010
I've just installed ubuntu 10.04 and see that there are a two type installation software? why there are two things? What are the benefits of these two? What are the Difference Between Synaptic Package Manager and Update Manager?
View 1 Replies
View Related
Jul 4, 2010
I am trying to update using Update Manager and I get this message: Failed to fetch "Failed to fetch [URL]..404 Not Found" My system is 64 days out of date now.
I have looked elsewhere for an answer and some others have had similar problems, but I have not found a reason for it happening, nor an answer. I wonder if anyone can help me please. I have been using Ubuntu for several months, can use the Terminal if I have the right commands to issue, but beyond that have limited knowledge of the system.
View 9 Replies
View Related