Ubuntu :: Can't Figure Out What Is Using RAM (and It's Not The Cache)?

Jun 15, 2010

I've been troubled by the high amount of RAM that is used by my Ubuntu desktop. Before I installed Ubuntu 10.04 (desktop, 64-bit) my system used around 500MB of RAM when no applications were open (just cold boot into the GNOME under 9.10). But when I installed Lucid, I've noticed that my used memory is now reported as 1GB or more as soon as I log into the system.

I want to figure out what is using all the extra RAM but I can't seems to find the culprit. I looked at all of the processes and numbers just don't add up. I exported the list of processes into a file and summed up the memory used by every process in a spreadsheet. The total came to around 700MB. Yet, both System Monitor and "free" reported the time that system was using over 1GB of memory. This means that at least 300MB of RAM are used but not by any process, at least as reported by "ps".

View 9 Replies


ADVERTISEMENT

Fedora :: Error: Caching Enabled But No Local Cache Of //var/cache/yum/updates-newkey

Sep 24, 2009

I don't understand this error nor do I know how to solve the issue that is causing the error. Anyone care to comment?

Quote:

Error: Caching enabled but no local cache of //var/cache/yum/updates-newkey/filelists.sqlite.bz2 from updates-newkey

I know JohnVV. "Install a supported version of Fedora, like Fedora 11". This is on a box that has all 11 releases of Fedora installed. It's a toy and I like to play around with it.

View 12 Replies View Related

Software :: Redirecting APT Cache - Can Redirect Cache Of Apt To A Specified Folder Either On Command Line Or Via A Config Setting?

Jan 5, 2011

I was laughing about klackenfus's post with the ancient RH install, and then work has me dig up an old server that has been out of use for some time. It has some proprietary binaries installed that intentionally tries to hide files to prevent copying (and we are no longer paying for support or have install binaries), so a clean install is not preferable.

Basically it has been out of commission for so long, that the apt-get upgrade DL is larger than the /var partition (apt caches to /var/cache/apt/archives).

I can upgrade the bigger packages manually until I get under the threshold, but then I learn nothing new. So I'm curious if I can redirect the cache of apt to a specified folder either on the command line or via a config setting?

View 2 Replies View Related

Server :: Squid Cache System - Make It Cache All Files Like .exe .mp3 .avi

Mar 6, 2011

I installed squid cache on my ubuntu server 10.10 and it is work fine but i want to know how to make it cache all files like .exe .mp3 .avi ....etc. and the other thing i want to know is how to make my client take the files from the cache in the full speed. since am using mikrotik system to use pppoe for clients and i match it with my ubuntu squid

View 1 Replies View Related

General :: Difference Between Hardware Cache And Slab Cache?

Nov 22, 2010

I am reading slab allocator, it defines slab cache, i am quite confuse is it same as hardware cache?

View 2 Replies View Related

Ubuntu :: Kept Getting "gtk-update-icon-cache: The Generated Cache Was Invalid" Fault

Feb 17, 2010

i was looking for a way to stop my menus taking a few seconds to load my icons when i first open them and found a few guides suggesting using the gtk-upate-icon-cache command, but with the any colour you like icon theme i'm using (stored in my home folder .icons directory) i kept getting a "gtk-update-icon-cache: The generated cache was invalid." fault i used the inbuilt facility in the acyl script to copy the icons to the usr/share/icons directory and tried the command again, this time using sudo gtk-update-icon-cache --force --ignore-theme-index /usr/share/icons/ACYL_Icon_Theme_0.8.1/ but i still get the same error. i tried with several of the custom icon themes i've installed and only 1 of the first 7 or 8 i tried successfully created the cache.

View 4 Replies View Related

Ubuntu :: Cannot Figure Out How To Post A Bug?

Feb 11, 2010

i think this is not the right place for this post, but i can not figure out how to post a bug. i am talking about the permissions of: /tmp/orbit-root. please don't tell me now "don't" log in as root if you once login as user root from the login screen the permissions of /tmp/orbit-root are set to: drwx root but if log out the permissions are not set back / or the entry will be deleted. this will end for the next login as a normal user that you will get a bulp of error messages. easy to reproduce. this is not a feature - it's a bug.

View 1 Replies View Related

Ubuntu :: Cant Figure Out How To Get Ati Drivers

Jul 22, 2010

i am trying to learn though i have a powercolor ATI radeon hd 5570 video card and i have never installed one in a pc with ubuntu having trouble figuring out how to get drivers.

View 3 Replies View Related

Ubuntu :: Figure Out How To Do This In Lucid

Sep 3, 2010

[URL]I can't get it going.

View 8 Replies View Related

Ubuntu :: Cannot Seem To Figure Out How To Get Into The Bios

Jan 7, 2011

I made a bootable usb drive that I would like to test on my sony viao laptop. I cannot seem to figure out how to get into the bios so I could set it to boot from the usb. I tried pressing F10 and F12 while booting but these were all guesses as I do not know which key combination is used to go to bios on this machine.

View 9 Replies View Related

Ubuntu :: Get To Boot First \ Can't Seem To Figure Out?

Apr 16, 2011

I know this has been asked, but I can't seem to figure out which answer will work for me.I'm not a programmer. I am an experienced computer user, and have been using 10.04 for about 6 months.I rarely use my Vista OS, and have to sit with my computer as it boots up, so I can select Ubuntu during the process.Vista was on the machine when I installed 10.04, but I would really like it (10.04) to boot first.

View 4 Replies View Related

Ubuntu Installation :: Can't Figure Out Hd Is So Small?

Dec 25, 2010

My computer has a much bigger hard drive than 11 gb but that is all I have access to when I transfer files using an external hd -- can anybody set me straight as to what I did wrong installing dual boot ubuntu 10.10 on my windows 7 machine?

View 1 Replies View Related

Ubuntu :: Get To Connect To Ad-hoc Connections And Just Can't Figure It Out?

May 21, 2011

I've been searching and searching trying to figure out how to get ubuntu to connect to ad-hoc connections and just can't figure it out. Can anyone help me out with this?I have the Droid 2 Global and I use "wifi tether" and it works for getting internet on windows and on my 360. But I just installed ubuntu and can not get it to connect.

View 6 Replies View Related

Fedora :: Can't Quite Figure Out What The Cause Is?

Apr 29, 2011

I'm attempting to put together a 'nice' front-end for a set of image deployment scripts I've written. I'm running in to two different issues that I'm sure are related, but I can't quite figure out what the cause is. I am populating a variable with information from several text files to form my tag, string and default state for a dialog statement...

Code:
for dir in /tmp/apps/* ; do
APPMENU="$APPMENU $(echo $dir | sed 's//tmp/apps///') $(cat $dir/info)"
An example of the contents of /tmp/apps/office/info:
Code:
'Microsoft Office Enterprise' 'on'
The result of echo $APPMENU:

[Code]...

Does anyone have any idea what I should check for? Is there's a specific quoting method I need? In a Bash script I'm pulling quoted text from a file with cat then writing that same string (hopefully quoted!) to a variable. I have a single set of hard quotes (') in my text files presently.

View 1 Replies View Related

Red Hat :: Can't Figure Out What's Using All The Memory

Jan 31, 2011

I have a Red Had EL5 server. Free -m shows total mem: 3042 and used mem: 2903. However, when I run a top or ps, there's barely anything using any memory. how I can identify what is using all this memory?

View 2 Replies View Related

Ubuntu :: Cannot Figure Out How To Access And Navigate The Documentation?

Mar 14, 2010

I installed openjdk-6 on my ubuntu 9.10 system along the the documentation package and some other, related packages that looked promising but I cannot figure out how to access and navigate the documentation. (This is veering out of the scope of this forum but I also cannot figure out whether I have SJSXP installed or how to acquire and install it in case I do not.) Would one of you be gracious enough to help me figure this out so that I can get started?

View 1 Replies View Related

Ubuntu :: Cron Jobs Are Not Running And Can't Seem To Figure Out?

Mar 16, 2010

For some reason my cron jobs are not running and I can't seem to figure out why.
Here is crontab -l

Code:
SHELL=/bin/sh
PATH=/sbin:/bin:/usr/sbin:/usr/bin

[code]...

View 7 Replies View Related

Ubuntu Networking :: Cannot Figure Out How To Install The Router

May 11, 2010

setting up a wireless network, so bear with me. I just bought a Cisco wireless router and the little USB plug ins (which if I may say, are overly expensive). I can not figure out how to install the router. It is a Linksys E1000 Wireless N Router. I tried to load the software via wine. No luck doing that. I also checked out on Linksys's website and they don't give any info on linux or Ubuntu. Does someone out there know something? Or should I just take this one back and purchase something else

View 7 Replies View Related

Ubuntu :: Way To Figure Out Which Packages Have Installed In Addition To CD?

Dec 16, 2010

I'm planing a completly new install of my machine to get rid of things from version 8.04 and older.But, is there a way to figure out which packages I've installed in addition to the CD?

View 4 Replies View Related

Slackware :: How To Figure Out Dependencies

Nov 29, 2010

I installed slackware 13.1 (64) but I didn't install kde because I am using fluxbox. Now I would like to install k3b. I have gslapt installed but there are no dependencies listed. The k3b website says that kde is a requirement but that can't be true. find the dependencies of the official slackware package. The slackware book does not seem to have that information.

View 14 Replies View Related

Ubuntu Installation :: Figure Out How To Install Application Installs

May 12, 2010

I am trying to figure out how to install this program i found atIt is a simle application that monitors systems.I have uncompressed it but i cant figure out how to install it.it's driving me nuts reading many websites on installing things and getting no place after a week.

View 3 Replies View Related

Ubuntu Networking :: Can't Figure Out How To Install Zonet ZEW1642

Oct 17, 2010

I've attempted to find the .inf for this card's driver, but to no avail. My plan was to use ndiswrapper to install the driver, but without the .inf I'm at a brick wall!

View 4 Replies View Related

Ubuntu Multimedia :: Figure Out Why TOTEM And VLC Couldn't Do VDPAU?

Apr 22, 2011

Choppy RMVB etc. video on totem made me go _insane_So i realized mplayer with VDPAU output was rocking and rolling!But Ubuntu uses TOTEM. So I tried to figure out why TOTEM and VLC couldn't do VDPAU.Lots of users tried with no success, months ago, as I was looking at some threads.Just passing by to inform that I was able to make NVidia's VDPAU technology work with GStreamer by compiling the latest gst-VAAPI lib (~gbeauchesne), like that:

Example RMVB file output $ gst-launch-0.10 -vv filesrc location="~/putz.rmvb" ! ffdemux_rm ! ffdec_rv40 ! x264enc ! vaapidecode ! vaapisink

and no more freezes or choppy video! Graphics card is NVidia 8500 GT, NVIDIA Driver Version: 260.19.06 with Intel Core i7 + 4GB RAM now I'm getting the 0.11 gst GIT and will see if it makes any difference.[URL]...

View 3 Replies View Related

Fedora :: Cannot Figure Out How To Install Flash On 12

Mar 23, 2010

I cannot figure out how to install Flash on Fedora 12. Which is the best option for downloading and where is a good tutorial on how to "unpackage" something?

View 1 Replies View Related

OpenSUSE Multimedia :: Figure Out How To Play Avi,mp4's And Dvd's

Mar 30, 2010

i'm new to opensuse and i'm liking it so far. I was trying to figure out how to play avi,mp4's and dvd's. I have accomplished to get an avi working in totem but not in banshee or mplayer or kaffeine. I can't seem to get the mp4 player playing or a dvd. All media players come up with an error, whether for a missing codec or no video out.

View 8 Replies View Related

General :: Figure Out How To Write An Awk Script

Jul 5, 2011

I am trying to figure out how to write an awk script(or something better if it exists) to read a text file that contains lines like below.

4517-s-1295546289-10:58:09-2011-01-20.wav | 19990 KiB | 2940.5 KiB/s | binary | 100%
4517-s-1303247233-15:07:13-2011-04-19.wav | 167 KiB | 2918.3 KiB/s | binary | 100%
4517-s-1301431748-14:49:08-2011-03-29.wav | 36220 KiB | 2589.3 KiB/s | binary | 100%
4517-s-1295974735-09:58:55-2011-01-25.wav | 20038 KiB | 2646.0 KiB/s | binary | 100%
4517-s-1295648478-15:21:18-2011-01-21.wav | 45561 KiB | 2154.1 KiB/s | binary | 100%
4517-s-1300384178-11:49:38-2011-03-17.wav | 6752 KiB | 2216.0 KiB/s | binary | 100%

I want to find lines that start with 4517-s and end with 100% and delete them from a directory.

View 14 Replies View Related

Networking :: Router Configuration: Can't Figure It Out?

Mar 20, 2011

I know you've probably seen this type of request numerous times, but I just can't get it right.Objective: to get to grips with Linux network routers.Problem: Cannot ping across the router.On the router itself, I can ping to clients on ether side.Server: Ubuntu 10.10NIC1: connects to home broadband router. Static IP address. Eth1 has no problem pinging outside world.NIC2: Static IP address. This NIC is configured for DHCP server and will have a home machine or two connected to it assigned IP addresses from the DHCP server.Set ip forwarding from 0 to 1

/etc/sysctl.conf
net.ipv4.ip_forward=1
Static assignment of IP addresses to the 2 NIC's of router.

[code]....

View 7 Replies View Related

General :: Figure Out Which Sound Card?

Mar 1, 2011

i have an old system. I am total layman in reading motherboards and chipsets. is there anyway in any linux distro, which can tell me what kind of sound card i have so i can search and install it ? Basically i am concerned about finding what sound card i have in my system

View 4 Replies View Related

General :: Cant Figure Out What This Symbol Is And How To Type It (')

Feb 24, 2011

Very simple question but I cant proceed without thWhat is this symbol 'and how do I type it? I tried google but dont really know to search for it.I'm trying to type in:Quote:

cat > ~/.bash_profile << "EOF"
exec env -i HOME=$HOME TERM=$TERM PS1='u:w$ ' /bin/bash
EOF

View 6 Replies View Related

Server :: Figure Out Ho To Setup EC2 Clustering?

Mar 16, 2010

I am trying to figure out ho to setup EC2 clustering. I am seeing heartbeat as an option. I need something that will monitor the state of a daemon, and not if a daemon is running. For example, say I want httpd to be high availability. Does heartbeat monitor if httpd is not in a hung state, or does it simply do a ps -e |grep httpd? So my question is, how does heartbeat work?

View 2 Replies View Related







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