Ubuntu :: Logged Errors Climb Into GB Range Fast?
Dec 2, 2010
I have had this happening off and on, since I moved to Ubuntu 10.04, via clean install. I did pick EXT4, which is the only difference I can think of.
What happens is, 3 of my log files suddenly start filling fast with "Unknown" errors. The three files are kern.log messages and syslog. All three files will have about the same measurement of size. It can take a few weeks or it can speed along fairly fast and use up my free space of 6 GB. For instance, today, I blanked the three files and within the space of about 4 hours they grew to almost 2 GB each! I blanked them again and rebooted, and in 3 hours they only grew to 5 MB each.
Below is a sample which shows where the "unknown" errors start. The first such error is in BOLD so that it is easy to find. Once they start happening there is little else printed in the logs. Does anyone know how to track down what is happening and fix this?
Dec 1 22:11:05 ispy kernel: [ 26.553797] Console: switching to colour frame buffer device 210x65
Dec 1 22:11:05 ispy kernel: [ 26.653060] ath5k phy0: Atheros AR2414 chip found (MAC: 0x79, PHY: 0x45)
Dec 1 22:11:05 ispy kernel: [ 26.653088] cfg80211: Calling CRDA for country: CO
Dec 1 22:11:05 ispy kernel: [ 26.654314] au8830 0000:00:10.0: enabling device (0104 -> 0107)
Dec 1 22:11:05 ispy kernel: [ 26.654346] au8830 0000:00:10.0: PCI INT A -> Link[LNKD] -> GSI 9 (level, low) -> IRQ 9
[Code]...
View 4 Replies
ADVERTISEMENT
Feb 18, 2011
Just today I started getting notices about lack of disk space on my system. After much digging I found that .xsession-errors and .xsession-errors.old were taking nearly 70GB of space combined. The primary message I'm getting over and over again is: SSL_Write: I/O Error I have been unable to figure out what's causing this error.
View 3 Replies
View Related
May 3, 2011
Where's the log where I can read mounting errors?
View 1 Replies
View Related
Jul 14, 2011
so what i did first was obviously use wubi to download and install ubuntu. after a 14 minute download, i was finally ready to proceed with the installation. i was excited, however, little did i know the installation would soon be a complete train wreck with little children aboard.here i am, sitting down, rebooting my LAPTOP computer (Acer Aspire 5336, Intel(R) Celeron(R) CPU - 900 @ 2.20 GHz 2.19 GHz, 3.00GB RAM, 64-bit operating system -- bought it at walmart because my desktop is still at my parent's house),and then i choose to boot up ubuntu instead of windows 7. everything looks like it goes fine so far.
there were a few errors but it went by so fast i could only read the "error" part. i wait for the installation thingy to show, but it doesn't! the screen goes completely blank after a few more words show up and disappear all in a blink of an eye, so i wait a very long time. it shows a purple screen, and asks me to choose a boot thing or w/e. i choose linux (there were other options like windows 7, linux recovery, i forgot the rest), then it just restarts the computer and i choose ubuntu and it does it again, however it never shows the purple screen!
View 8 Replies
View Related
Jul 12, 2010
How can I (as admin) find out when a certain user e.g. "karl" most recently logged in and most recently logged out of a system?
View 2 Replies
View Related
Jun 23, 2009
get me understand the short range and the long range links from routing (and routing protocols') point of view.
View 6 Replies
View Related
Apr 24, 2011
I want to plot a set of data in only one plot.The problem is that some points of the data should be better plotted in a linear scale (lets say 0 to 100,000) but there are other data points that, exceding the value 100,000, would be better plotted in a logarithmic scale, as they goes in the range 100,000 to 500,000,000. Let's say the data is:
Code:
X Y
0 100
10000 80
20000 75
[code]....
Is there a way to plot all these points in the same plot in only one X-axis showing two different ranges in that axis: linear: 0-100,000 logarithmic: 100,000 - 1,000,000,000?The axis would be read, for example, as:
Code:
|-----|-----|-----|-----|-----|-----|-----|-----|-----|
0 20k 40k 60k 80k 100k 1M 10M 100M 1G
(The abbreviations k-M-G are not the important point. Just shown for clarity)
View 2 Replies
View Related
Apr 11, 2011
I want to build a bash script, which can ping a range IP adresses which will be filled in by the admin. If there is no IP-adress filled in, then the script must ping the subnet where the system is logged on. So if my ip is 192.168.1.6, then the script must ping from 192.168.1.1 till 192.168.1.255 Or else, if there is given a beginning and ending ip it must ping that!
The first part of the bash script is to ping a given range (see below). But there is one problem, how can I tell the script to ping from $begin till $end, [..] is of course wrong! But what must be filled in there???
echo "Enter beginning IP-adres:"
read begin
echo "Enter ending IP-adres:"
read end
ping -c 1 $begin [..] $end
The second part is to find my own ip and ping the whole range.. How to do that? I only can find my own IP, but I cant ping the whole range,, how to do that?
#!/bin/bash
ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' |
cut -d: -f2 | awk '{ print $1 }'
View 11 Replies
View Related
May 7, 2010
My wireless seems to be fast for a good 30secs then bang takes good while to load the next page almost as if it's disconnecting and then reconnecting/scanning reconnecting. Why cant it stay connected. I have WAP PSK security here is my network setting please let me know if I should change any of them:(side not is there a way to fix this problem occuring so frequently it says on the wiki that it should only occur once in a whilce https:[url].....
View 2 Replies
View Related
Feb 27, 2011
logging in a server through putty in the same network when i executed last command its showing system ip logged in time and logged out time the output as followsthis is my system
oot pts1 xx.xx.xx day month date time in time out timeand similarly am geeting other than this likeroot :0day month date time still logged in this is from more than 3 days its logged in
View 2 Replies
View Related
Dec 12, 2009
Installing 11.2 from KDE LiveCD on an IBM ThinkCenter with 3.2Gb CPU and 1Gb RAM. Ubuntu 9.04 on first two partitions. I go through the configuration, click to 'install': Install display bars remain blank. After 2-3 minutes, black screen with scroll of attempted installation pieces and the error message: "Respawning too fast. Disabled for 5 min." Freeze.
Other posts mention problem with init. But this is happening with the install so not able to address that. No apparent md5chksum for LiveCDs. No mention of this problem in installation help guide. Does anyone know how to deal with this? If you need more info, I will provide. Though it seems this is not an unusual problem when booting an installed system, there's no mention of it happening during installation.
View 6 Replies
View Related
Feb 22, 2010
I',m executing ping, but it didn't work, in order to find the mistake in my network I would like to know how to see the errors:
Code:
18 packets transmitted, 0 received, +12 errors, 100% packet loss, time 17038ms, pipe 4 I want to see this +12 errors. Could I do that?
View 2 Replies
View Related
Feb 26, 2010
I am running Valgrind on my program. It shows me two errors but mentions only addresses against them and not actual code even on a debug build.
The output is
==23002== Memcheck, a memory error detector.
==23002== Copyright (C) 2002-2005, and GNU GPL'd, by Julian Seward et al.
==23002== Using LibVEX rev 1575, a library for dynamic binary translation.
[code]....
View 1 Replies
View Related
Dec 6, 2010
Has anyone ever tried tried Apt-fast? What it is claiming is quite intriguing. It is claiming that it can download 26x faster than apt-get.URL...
View 4 Replies
View Related
Jul 22, 2010
Can anybody tell me what kind of fsck errors are found on a system?
View 5 Replies
View Related
Jan 18, 2010
I run faster virtualbox I must do I install kernel server? my cpu does not support kvm
View 1 Replies
View Related
Sep 28, 2010
My older brother is switching to Linux and I wanted to set up ssh with him but a graphical but because he is new he needs a graphical way. I was going to download updates and everything he needs from here but I need a way so he can set up ssh and I can do the command line stuff. He wants to use Linux because of wine, ktorrent, xchat, the virus thing, and because of the gui package manager.
View 9 Replies
View Related
Oct 24, 2010
I am quite new to this ubuntu business, but i like what I'm seeing so far. Well, almost everything that I'm seeing. I seem to have run into a tricky problem with xubuntu 10.04. I was in the process of customizing my desktop appearance (via Xfce4 Settings manager), and I found a nice theme to go with (dusk I think it was called). I then went on to change the window settings and starting from the bottom most option I browsed the various styles. After a few of these my computer decided to log me out quite suddenly, and I was prompted to login.
This is where the problem is: I type in my password and it logs me in for maybe a half a second only to log me out again. No matter how many times I put in the password I keep getting logged out. So now I'm running xubuntu 10.04 off a pendrive that was used in its initial installation. Is there any way to log back in and stay logged in long enough to undo the window styling at fault? I had put in quite a bit of work migrating files, installing all sorts of things and setting up fancy launchers, and I would prefer not to have to redo it again.
View 3 Replies
View Related
Jan 21, 2011
I just recently made a new user so that other people cane my computer when I'm not around, and I have noticed things aren't working right. For example,rted a few files downloading in Firefox and then clicked 'Switch from Fracta', expecting it to be like windows and the downloads would continue in the background while people log into the other account. But the screen just went black. Completely unresponsive.ouldn't let me ctrl-alt-f1 to the command line and alt-sysrq-R,S,E,I,U,B didn't shutdown and restart the pc. Also, It is not uncommon for the computer to freeze when my screensaver starts after however long of inactivity and the computer doesn't respond at all
View 4 Replies
View Related
Jan 11, 2010
I have a Asus EEE 1000h with ubuntu 9.10 remix. A problem on first asus eee's is the keyboard: also just typed a letter once, the laptop writes it double (every 200 letters more or less). For example it looks like this while writing: "thiss is a ttest" For Windows XP I found a way to fix it: i increased the time, that limits writing letters twice by fast typing. Its not the time "Repeat Keys" Delay (Keyboard Settings "Key presses repeat when key is held down")! In fakt its the opposite: It limits pressing the key to fast. (I hope you understand the problem *g)
View 1 Replies
View Related
Sep 12, 2010
My mouse wheel moves incredibly fast, just after I booted my computer today.
View 3 Replies
View Related
Oct 10, 2010
My install of 10.10 went fine with the exception of Audio. If I attempt to use audio with the Rythmbox application or through Adobe Flash (in firefox), it sounds like an old fashioned 33 1/3 rpm phonograph record playing at 45 rpms. This problem has been around for a while and I had hoped that it would be cleaned up by now.
I'm running an AMD 64 processor (in 32 bit mode) and my audio card is a "Sound Blaster Live Value" (EMU10k1X). My on-board sound card is turned off in the bios. It works beautifully under Ubuntu 10.04 and FC13 with Pulse Audio.
Originally I thought that it might be a problem with Rythmbox which is now at v 0.13.1, a later version then I have been using in 10.04. However, with the Rhythmbox application off, I still get the same effect when trying to use audio in firefox. I also noticed that my cpu utilization climbs to about 80% when Rhythmbox is on.
View 9 Replies
View Related
Feb 26, 2011
With windows I was able to leave my computer on my lap and go for hours on end its never overheated on me and it still doesn't with windows, but with ubuntu it will last around 30-1h then it will overheat or even faster if I do anything like play a game or watch flash. And its not a problem with the new flash release because last year when I had ubuntu 10.04 it did the same thing (im on 10.10)
View 9 Replies
View Related
Sep 1, 2011
I am newbie to ubuntu. I wanted to change the ui so that my netbook would run faster, I was using compiz and when I clicked out of the app to switch to firefox my screen flashed and now I have nothing but the desktop wallpaper no toolbar, no launch menu the super dosen't even work now.
View 3 Replies
View Related
Jan 22, 2010
Is there any gnome tool out there that will allow admins to talk with logged in users? Without it being amsn, skype, or gtalk... I'm looking for something like the 'talk' command but GUI based.
View 1 Replies
View Related
Feb 16, 2010
Whenever I want to shut down, I have to enter my password, because shutting down while other users are logged in is a privileged operation. Now, I couldn't download an update because the update lock was in use. I'd be surprised if someone had targeted my system, especially because I didn't install any obscure .debs or anything recently, but I'd really like to find out if it's been compromised somehow. Say, by obtaining an overview of all users currently logged into my system or something. Is that possible?
View 2 Replies
View Related
Jun 17, 2010
As the thread title says, I keep getting randomly logged out and dropped back to the Login screen. There doesn't seem to be anything specific triggering it as far as i can tell, but it is getting extremely annoying. I am using Xfce but I have GNOME installed on this computer as well, and it doesnt seem to occur in a GNOME session. I tried to look through my logs for something and this is the only interesting thing i saw:Quote:Xorg: page allocation failure. order:4, mode:0x40d0I assume this means that X is crashing and sending me back to the login screen, but i'm not sure. By the way, i'm running Xubuntu 10.04. I have an ATI mobility x600 and i'm running compiz.
View 1 Replies
View Related
Sep 28, 2010
I am new to linux and just installed mythbuntu. I got everything configured and running smoothly, but I have some mistakes in metadata info that got imported in and need to delete that information so that I can get the correct information. Where is that information logged and how can I edit or delete it?
View 2 Replies
View Related
Sep 30, 2010
Just wondering is there a command that would show me the details of whose currently logged on and how their logged on i.e. ssh/samba etc?
View 5 Replies
View Related
Feb 28, 2011
I have searched some posts and did not see the problem i am having. I have built a 10.10 desktop. I need to place it in a building and will not log into it locally unless i absolutely have to. I want to be able to connect to the box and get a desktop if needed. I have been able to do that, but only when i have a user logged into the box. If i log out of the box, my VNC client will not connect. I am able to connect via SSH, but that is it. If i ever need to reboot the box for any reason, i do not want to have to drive across town to log back into the box locally. I have a vnc server installed and Open ssh. how i can connect to that box and get a desktop?
View 4 Replies
View Related