Debian :: Bluetooth Eats Up Logs

Jul 27, 2010

I just got a USB bluetooth adapter for my Laptop. I'm running Lenny with all the lateset updates, on and Ispiron 8600. I went through and made sure I installed all the Bluez stuff (as far as I can tell anyway). I'm trying to use it with my Droid Eris and while I have been able to successfully recieve files from the phone in Linux, I noticed it seems a little buggy and I think it ma have something to do with the logs. Below is a sample. As you can see, one line keeps repeating continuously. Given enough time, it will fill the entire /var partition. When I remove the Blutooth, it stops.

Code:

hal9000:/var/log# tail -F syslog
Jul 27 03:59:00 hal9000 hcid[32187]: Stopping security manager 0
Jul 27 03:59:00 hal9000 hcid[32187]: Device hci0 has been disabled
Jul 27 03:59:00 hal9000 NetworkManager: <debug> [1280217540.460076] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_a12_1_noserial_if0_bluetooth_hci_158315a310').

[Code]....

View 3 Replies


ADVERTISEMENT

Debian :: Debian Lenny Iptables Does Not Logs

Mar 29, 2011

I have problem with loging, actually iptables logs a data but it seems that for some reasons does not writes in a log file:

Code:
iptables -L -v
Chain INPUT (policy ACCEPT 406 packets, 124K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- any any xxxxxxxxxxx anywhere tcp dpt:xxxx

[Code]....

i checked /var/log/message and /var/log/syslog nothing is here related to iptables. then i create separate file for Iptables by adding this: kern.warning /var/log/iptables.log in my rsyslog.conf it does create iptables.log file inside /var/ but its still empty

View 4 Replies View Related

Software :: VirtualBox Eats RAM

Oct 23, 2010

I have a powerful server with 24GB of ram and an Intel Xenon quad core processor that I'm using to run a bunch of virtual machines for an office on using VirtualBox. Lately there has been a problem though. If I run free this is what I get:

[Code]...

I have sysstat install so I ran sar -r on the command line and I found:

[Code]....

a little before 2:45 PM I had my RAM eaten. Going back through my brain I remember that at that time I ran the command VBoxManage clonehd XXXXX.vdi to clone one of my virtual hard drives. I tried this again to make sure that the VBoxManage clonehd command was really the thing that was eating my RAM and it was. My question is - how do I reclaim the RAM. When the process that ate all the ram finished (I think it's the VBoxSVC process) it just leaves me with all my RAM used. How do I free up the RAM without restarting the server?

View 5 Replies View Related

Debian :: PHP Hack Attempt Logs?

Apr 13, 2011

I have received the following log messages on my Debian Squeeze webserver:Apr 13 15:16:37 vps suhosin[4699]: ALERT - ASCII-NUL chars not allowed within request variables - dropped variable 'controller' (attacker '75.126.235.115', file '/var/www/xxxxxxxxxxxxx.com

75.126.235.115 - - [13/Apr/2011:15:16:37 +0100] "GET /index.php?option=com_product&controller=../../../../../../../../../../../../../../../proc/self/environ%00 HTTP/1.1" 200 8018 "-" "libwww-perl/6.01"

[code]....

View 1 Replies View Related

General :: Where The Logs For LDAP On Debian Go

Jul 29, 2010

I'm trying to find out where the logs from slapd.conf (loglevel -1) go? I know in RH is /var/log/ldap.log cant find it on Debian. Its probably too late

Btw. does Debian have something like /etc/syslog.conf. If yes where?

View 1 Replies View Related

Fedora :: Core 14: Acpid Eats 90% Of CPU

Feb 26, 2011

I've install FC14 on my iMac 27" i7 and I'm having exactly the same issue I had with Ubuntu 10.10: acpid eats 90% of one Core all the time.With Ubuntu this issue was solved by updating but with FC14 no way, I can't find any solution.Right now I've turned off acpi and apm at boot time but this only let me use one of my four Cores.

View 1 Replies View Related

OpenSUSE :: 11.2 Eats Up Disk Space?

Feb 7, 2010

Maybe it's specific feature, but it does not seem right that within ~30 m to 1h 3gb of disk space on /home are gone due to I can't tell what exactly. Usually it happens while listening to music via vlc or browsing www (chrome and firefox). I got 3gigs of ram (95% in use under such conditions), and 1,5gb of swap that is not used at all by the system.Its a KDE.

View 9 Replies View Related

Ubuntu :: Ecryptfs Eats Up A Lot Of Space?

Jun 28, 2010

In my home directory, when I type

Code:
du -hs
I get
Code:
215G

[Code]....

which is approximately HALF the space than actually needed. Is this increase due to ecryptfs? Also I noticed that the hidden folders are not shown. Are the hidden files within the shown folders included in this list? How do I show a summary which includes the hidden files?

View 1 Replies View Related

Ubuntu :: Psychess Eats 100% CPU While Playing

Mar 11, 2011

No doubt Psychess is a very nice game for playing chess. I was playing this game often. But one thing I observed today is Psychess starts to eat 100% CPU right after the moment we start the game. I came to know about this after observing the "System Monitor" applet graph on the panel. This must not be normal because it's common sense when developer develops a software they always consider the CPU usage.. Even when I develop scripts I always give a sleep after heavy resource usage. For the record, I installed DreamChess and it works fine.

View 7 Replies View Related

Debian Installation :: Redirecting All Logs To Different Location

Jul 27, 2010

So 1 year ago I installed Lenny, but in the process of installation during the splitting of the drive I have mistakenly set a seperate parition for "/var/logs" instead of "/var/log". Is there any way to redirect all the logs to this seperate partition (var/logs) or it's better to go through the whole trouble* of installing Lenny again? *the trouble because it was hell of a problem to fix grub that didn't recognize SmartArray RAID (cciss driver), the problem is that I don't really remember how I fixed it. Symbolic link won't help since physically it will still be on the other partition. Do I have any other option?

View 3 Replies View Related

Debian :: System Logs Itself Out While Unattended / Stop It To Do So?

Jul 23, 2011

Well it turns out my system has logged out more then once on its own. I had the system updated and upgraded from 7-3-11 and it did this about once a week. On 7-18-11 I did a full update and upgrade and it logged out a few times in a couple of hours. It does it while I am away and the system is in screen saver mode. I used my partition clone and restored the system back to 7-3-11. Has any one else ever had such an issue?

View 2 Replies View Related

Debian :: Command To Turn Off Various Logs That Run In The Background

Oct 6, 2009

I used to know a command to turn off various logs that run in the background of Debian. I using lenny on CF on an embedded board, that why I need the logs off, to stop writes.

View 1 Replies View Related

Fedora :: FC12 Logs In And Then Logs Out?

Apr 19, 2010

When I try to login as me - it gets pretty far but then something happens and automatically logs out. This happens in Gnome, Kde too. Now - I have no problem logging in a Root. Is there a way I can try to stop the login process before it kicks me out, or is there a way to look at some files to tell me what's going on?

View 3 Replies View Related

General :: Why Ubuntu Eats More Power Than Windows

Dec 2, 2009

I play full screen video with maximum volume or browse the Web with WiFi.

Under Windows 7 my laptop works ~5 hours. Under Kubuntu 10.10 only ~2 hours.

I've got Acer Aspire 1810TZ. Battery wear degree 90%.

Installed:
acpid
acpi-support
pm-utils

[Code]....

View 3 Replies View Related

OpenSUSE Hardware :: AHCI Causes That Udev Eats To Much Cpu

Apr 23, 2010

/sbin/udevd --daemon eats about 10-15% of cpu which is quite high. I found out that it is caused by AHCI. If I turn it off in bios, udev takes only about 0-1% of cpu (which I consider normal). However turning AHCI off is deadly for Windows Vista (I have dual boot) - it always ends up with BSOD. Actually, I don't even know what AHCI does. Of course I found some information on the net but I didn't found whether there are some advantages for me. Is it worth 10-15% of cpu (consequently shorter battery life)? On the other hand, I have no interest in changing my bios settings every time I boot to Windows so it would be much confortable to have it turned on all the time. The best solution would be to find out why AHCI does this and how to configure udev to avoid it. And I don't know how.I have OpenSuse 11.2, kernel 2.6.31.12

View 1 Replies View Related

Ubuntu Multimedia :: Pulseaudio Eats Up 100% And Needs To Be Restarted

Jan 27, 2010

I'm on 9.10 and I use huludesktop often to watch my Hulu queue. Every once in a while (and more so lately) the video freeze and the sound stutters. I then find that pulseaudio is taking 100% of a CPU (I have a quad core AMD 64bit machine). Killing pulseaudio causes huludesktop to continue without sound and a new pulseaudio starts up. I have to kill huludesktop and resume playback and then everything's OK, until it happens again.

View 4 Replies View Related

Ubuntu Networking :: Eats Up Bandwidth When Downloading

May 3, 2010

Hey when i am downloading any thing using firefox or torrent, the downloading application eats up all the bandwidth, meaning i cannot browse the web simultaneously downloading anything , even Gwibber does not get updated...

View 4 Replies View Related

Ubuntu Multimedia :: K9Copy Eats Up CPU And Crashes 10.10?

Apr 9, 2011

If I use K9Copy to compress a 6.4 gb DVD to a 4.4gb ISO files, it heats up the CPU and the machine shuts off. When I do this with system monitor ON, I see 160% to 180% CPU usage. I guess this is due to dual core on my Gateway laptop.Then I installed DVD Shrink and tried the same by running DVD Shrink using Wine. This caused the same problem.I did not have this issue when I was using Windows Vista. Is there anything that I can do to avoid this problem?

View 7 Replies View Related

Applications :: Digikam Eats Up All Partition Space?

Dec 9, 2010

I have a laptop configured with 2 partitions. The file ( Ubuntu ) partition which is about 30GB and a second 'data' partition of about 100 GB. On this data partition, I save all my digital photos ( about 20 GB ).When I installed Digikam, it seemed to compile its database on the smaller partition and left me with no space and error messages because of it.I managed to get rid of Digikam and regain space.Is there any way, I can re-install Digikam and stop it doing this ?

View 1 Replies View Related

Debian :: Aptitude Doesn't Find Change Logs

May 1, 2014

For some time now I've been unable to see changelogs for packages to be upgraded in Wheezy,even trying with different mirrors in sources.list all I'm getting is this:

Code: Select allaptitude changelog iceweasel
Err Changelog of iceweasel                                                                                                     
E: Changelog download failed: 404  Not Found [IP: 185.31.16.185 80]
Err Changelog of iceweasel                                                                                                     
E: Changelog download failed: 404  Not Found [IP: 185.31.16.185 80]
E: Couldn't find a changelog for iceweasel

[Code] ....

Is there maybe some specific reasons why I can't get changelogs before applying the updates? I know I can review them afterwards,it's just that I would find convenient to have a look before updating.

View 14 Replies View Related

Debian :: Skype Logs (Chat History) From Windows

Mar 21, 2015

I want to install Debian but I'd like to keep my Skype chat history.

I don't know if it's possible to just copy from %appdata% the skype folder and put it into the Debian's one.

How could I do? I read one post but it's quite old, so maybe there's something new now.

View 2 Replies View Related

Debian Configuration :: Enabling Persistent Logs With Systemd

Dec 1, 2015

How to enable persistent logging with systemd? I find it really weird that all this machinery that is systemd doesn't store persistent logs, what if I'm trying to retrieve some information regarding previous boots?

For instance: I have random suspend issues, after rebooting the computer there's no trace left in the logs of what happened, and furthermore (at least in Jessie) I can no longer see a pm-suspend log.

So, at first it sounds like all you have to do is edit journald.conf setting #Storage=auto to "persistent" and create the /var/log/journal directory, but then reading here /usr/share/doc/systemd/README.Debian

Code: Select allEnabling persistent logging in journald
=======================================

To enable persistent logging, create /var/log/journal and set up proper permissions:

install -d -g systemd-journal /var/log/journal
setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal

and here [URL] ....

There are two main reasons why I decided to not enable persistent logging just yet ....

We did get corrupt journal files in the past where the journal then no longer worked at all [1]. With volatile you can just reboot and have a clean state again. Admittedly, the journal has seen a lot of improvements in the mean time and hopefully is more robust, so this point is no longer true.

We still install rsyslog by default. That means we get store them twice. This is something we don't want to do atm.

View 3 Replies View Related

Debian Configuration :: Awstats Access To Apache Logs?

Mar 10, 2011

In a squeeze box, I installed awstats and it's working like a charm. Its cron job update the awstats database every 10 minutes (as it runs as root). But I would like to be able to update the statistics from the browser as well. So I setup everything as required and I gave "read" access to "others" to every apache log file. Now, a couple of questions came to my mind:

1. Am I compromising server's security giving "read" access to "others" to apache log files?

2. Instead of giving "read" access to "others", I could add www-data user to adm group (as apache log files are owned by root:adm and permissions are rw-r----). Is this more secure than giving "read" access to "others"? 3. If the option would be giving "read" access to "others" at the end, a log file would be owned by root:adm and its permissions be rw-r--r--. As apache rotates its log files, when Apache create a new log file, does it preserve the permissions (rw-r--r--) or create it with the default permissions (rw-r-----)?

View 1 Replies View Related

Debian Multimedia :: When Open Some Video On The Net The System Logs Out

Mar 20, 2011

When i open some video on the net, the system logs out (especially when i open ..... video). I suspect its flash (current version is 10.02). Is there any way how to fix this? Or how to downgrade to minor version.

Another thing as well. By default i have GNOME version. Just installed the KDE full package from synpatic. when i try to log in with kde manager same like the flash, it logs me out to welcome screen.

View 1 Replies View Related

Debian :: Logs & Apache Load - Takes Up So Much CPU For Some Of The Requests

Mar 30, 2010

I noticed i have quite a few logs that end with .[number] for example "syslog.1" "mail.info.1" etc, why is this and why are they there since almost nothing is logged in them ??

Question 2: on my server im running a script like imagebam and imageshack with hosts images so i have quite a few apache requests to my server. I am wonder why apache takes up so much CPU for some of the requests? in Htop some requests take up 1.2% CPU while other take up 3-5% etc, so the total load is about 1.50 0.58 0.84 to 2.61 1.08 1.14 with about 128-150 apache requests all the time while sometimes the CPU load can be almost 0 with the same ammount of requests. is this normal? what could cause this in apache ?? the server is just running apache2. MYSQL is running on another server.

View 1 Replies View Related

Fedora :: Process Kslowd00/kslowd001 It Eats 60% Of Cpu And 15% Of Memory

Mar 21, 2011

process kslowd00/kslowd001 it eats 60% of my cpu and 15% of my memory ... i can't kill it even as root.this process makes my computer slower than" IBM 704 running fortran programs "... I've faced this process using Fedora 14 and now with Scientific Linux 6(RHEL 6 recompiled) SL 5.5 didn't have this.

View 1 Replies View Related

Programming :: Gawk Getline Eats Next Line For Processing?

Mar 19, 2011

I'm working on a simple data processing script.My script uses a loop with getline to check for the value on the next line to decide if it's time to terminate the loop.This works dandy, but the problem is that getline eats that line, which then isn't processed by the rules in the remainder of the script (even though I want it to be). To illustrate what I mean, consider this simple gawk script:

Code:
{
print $0

[code]...

View 8 Replies View Related

Debian Installation :: File System Errors - Cant Access Logs

May 7, 2011

i get file system errors on boot up. found logs in /var/logs but cant access them. second best thing i can do is to re-install debian but no one seems to want to say how thats done. my disk wont run in wine (some error i dont remember) so i cant use my CD /flashdrive to re-install.

1) i need to read the log files and try to fix the install
2) if i cant fix i need to know how to wipe the OS and do a fresh install

View 2 Replies View Related

Debian Configuration :: How To Start Script After User Logs Into Desktop

Jun 22, 2015

So the question is simple what I need is to run file.sh after user logs into desktop LXDE.

Ive been trying whole day tried to put my file.sh into /etc/init.d and ever created symbolic link to /etc/rc4.d etc..

BUT after I log into desktop nothing happens?

I am coming from ubntu there it was easy just add that script into startup applications.

View 14 Replies View Related

Debian Configuration :: Corrupted (permanent) Systemd Logs In Jessie

Apr 22, 2016

I've enabled permanent systemd logs in Jessie, and after a while I'm seeing messages about corrupted logs when checking with journalctl --verify

Code: Select allInvalid tail monotonic timestamp 0%
File corruption detected at /var/log/journal/..........

as far as I can see, there is currently no option to delete this files from within systemd facilities, is that correct?

Should they be deleted manually, or just left alone?

Apparently I can still read all older logs regardless of such reported corruption, using the journalctl --boot -n option.

EDIT:Another thing coming to mind is that this has been happening for me not only in Jessie but in every systemd-based distro that I've tried, once permanent logging is enabled: is that some kind of systemd bug?

What would exactly mean

Code: Select allFile corruption detected at /var/log/journal/38d5e6b861134eadb37cbd64b98a66bd/user-65534@d1745ac610d2459f940a24f27abd6d47-0000000000000f14-00051b8d2dabdcac.journal:000000 (of 8388608 bytes, 0%)

in particular, the 0% of 8388608 bytes part ?

View 0 Replies View Related







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