Hello,
My issue here is that rsyslog seems to be dropping data. I first installed Debian 5 on a old HP Proliant server that has 1gb of ram and 1TB of storage in old ass disk array. While the server is old it is not THAT old and runs all tasks fine. I pushed my firewall traffic logs plus some Windows server event logs to this server.
I have an embedded device. It is:
ARM based.
Has Linux 2.6.31.
Has 256 MB RAM.
I wanted to get some ideas/tips on what is the most effective way to test the device RAM for data corruptions. Is there a test / software that someone can suggest?
That would be very useful.
I have webdav running on apache 2.4.2 on Ubuntu 10.04 LTS
virtual host config:
ServerAdmin test@test.com
ServerName test.com
ServerAlias www.test.com
ErrorLog "/usr/websites/logs/www.test.com-error_log"
CustomLog "/usr/websites/logs/www.test.com-access_log" common
DavLockDB "/usr/websites/var/DavLockWWW"
DocumentRoot "/usr/websites/www"
<Directory "/usr/websites/www">
O
I don't know what's wrong. My logcat has been troubling me for two days. When device is connected to test, the logcat continuously gives messages though I don't run my app. If I run my app, I am unable to find my app logs in such a huge amount of data. Can someone suggest me to avoid this and so that I can only view my application's logs? Below is the logcat's flow which continously flows.
I have this script to parse some logs:
Code:
#!/bin/bash
id=$1
shift
sed "/(id=$id)/,/^$/!d" "$@"
Usage: ./script.sh 1234 logfile
The logs have an empty line before the logged events/timestamps -- most of the time.
I have an issue with sendmail on my server (ubuntu 12.10) with php, mysql,and wordpress installed. Basically I want to create a contact form in my blog to receive emails from visitors directly into my gmail account but it doest work!
Hi again,
I'm using the following shell script via cron to upload the daily log files from my shell to the web server so we can view them online. But somehow logs get corrupted and i don't know what's issue.
I wrote a test.c:
#include <unistd.h>
#include <stdio.h>
int main()
{
while(1)
{
sleep(1);
printf("====test====\r\n");
}
return 0;
}
then i compile it : gcc ./test.c -o ./test
and the i wrote a shell script:
#!/bin/sh
./test &
and then i made this script to be executed automatically on system boot.
then I login to the Linux system using secur
I can't post any error messages about this because I don't know what to test but whenever I go back and forth between tty7 (graphical environment) and any of the other consoles, or when I try to logout through the logout menu, XFCE crashes and logs me out to the lightdm screen. I can't logout, restart or shut down unless I do so manually from tty.