search for: devcentos5x64

Displaying 9 results from an estimated 9 matches for "devcentos5x64".

2007 Dec 09
2
centos 5.1 kernel crash on 2.6.23.9
...ext3 and software raid on 500G drives. (2) of them. I have an external 1T usb disk connected for backup. This is running 2.6.23.9 as I wanted to use kvm-amd. It has died on me twice. Funny thing is it happens when I am NOT using the machine. Any thoughts? Jerry -------------- Dec 8 22:23:57 devcentos5x64 kernel: Assertion failure in journal_dirty_data() at fs/jbd/transaction.c:983: "jh->b_transaction == journal->j_committing_transaction" Dec 8 22:23:57 devcentos5x64 kernel: ------------[ cut here ]------------ Dec 8 22:23:57 devcentos5x64 kernel: kernel BUG at fs/jbd/transaction.c...
2010 Feb 08
7
slowness in sendmail - 60 second timeout
I am sending an email from my machine devcentos5x64. the transcript below (hangs for 60 seconds) at the line: MAIL From:<root at devcentos5x64.msgnet.com> SIZE=56 AUTH=root at devcentos5x64.msgnet.com The email succeeds - but I am trying to figure out the 60 second delay. Neither email server is busy. Nothing is waiting. the DNS on both mac...
2009 Apr 05
3
hwclock and util-linux on 5.3
I am getting this error: hwclock --debug hwclock from util-linux-2.13-pre7 hwclock: Open of /dev/rtc failed, errno=16: Device or resource busy. No usable clock interface found. Cannot access the Hardware Clock via any known method. [root at devcentos5x64 src]# uname -a Linux devcentos5x64.msgnet.com 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux rpm -qa | grep util-linux util-linux-2.13-0.50.el5 Doesnt util-linux need an updated package to 2.15? If not why am I getting this error? Jerry
2008 Mar 17
4
MeetMe option b
...ng to use MeetMe and option b. I am getting permissions denied failed to execute conf-background.agi on the CLI lrwxrwxrwx 1 root root 37 Mar 17 10:11 conf-background.agi -> /home/silentm/bin/conf-background.agi my conf background is a symbolic link - then my permissions are : [root at devcentos5x64 src]# ls -l /home/silentm/bin/conf-background.agi -rwSr-Sr-- 1 root root 81 Mar 17 10:44 /home/silentm/bin/conf-background.agi I have tried with just 744 and also with 744 and chmod +s. Any ideas why I would get the permission denied? Jerry
2009 Feb 18
7
question on hwclock
...trying to hwclock to set the time. (hwclock -w) this is what I get on standard 5.2 x86_64. hwclock --debug hwclock from util-linux-2.13-pre7 hwclock: Open of /dev/rtc failed, errno=19: No such device. No usable clock interface found. Cannot access the Hardware Clock via any known method. [root at devcentos5x64 src]# ls -l /dev/rtc crw------- 1 root root 10, 135 Feb 6 13:32 /dev/rtc Any thoughts? Jerry
2010 Aug 19
1
odd situation slightly off topic (sending file descriptors to another process)
I have coded up the standard sendfd() and recvfd() for linux to send and recv file descriptors. seems to work (http://book.chinaunix.net/special/ebook/addisonWesley/APUE2/0201433079/ch17lev1sec4.html) however when I recvfd() my number of open file descriptors bumps by 2 and not 1. (using lsof -p X | wc -l) I am not sure why the count jumps by 2 and not 1. The sendfd() is just sending a socket
2009 Feb 03
2
some kind of timeout problem in pbx_spool.c
...show license' for details. ========================================================================= == Parsing '/etc/asterisk/asterisk.conf': Found [0;37;40m[1;30;40m == [0;37;40mParsing '/etc/asterisk/extconfig.conf': Found Connected to Asterisk 1.4.23 currently running on devcentos5x64 (pid = 28455) devcentos5x64*CLI> Verbosity was 0 and is now 5 [Kdevcentos5x64*CLI> [Feb 3 17:14:36] WARNING[28468]: pbx_spool.c:466 scan_thread: Ooh, something changed / timeout [Kdevcentos5x64*CLI> -- Playing '/tmp/smvoice.28537_0' (escape_digits=0123456789#) (sample_of...
2008 Nov 07
2
help with dialplan
...n call the two phones, speak etc... I can have the server call each phone and play a wave file. However, when trying to setup a direct dial number of 1044 that calls another machine running asterisk - something ODD is happening. ; This is not working.... [smvoice-sip] exten => 1044,1,Dial(SIP/devcentos5x64_to_bt610tmm/1044) exten => 1044,n,Hangup ; changing 1044 to 10 works find. [smvoice-sip] exten => 10,1,Dial(SIP/devcentos5x64_to_bt610tmm/1044) exten => 10,n,Hangup I am running 1.4.22 and DAHDI 2.0.0 complete. Why is it picking up "10" when trying to dial "1044"....
2009 Mar 13
1
procmail recipe
...^Subject:.*Weather | /usr/bin/formail | /path/to/executable *^Subject:.*Tornado | /usr/bin/formail | /path/to/executable All it does is deliver the email to the weather inbox. For testing I tried. echo 1 | mail -s "Tornado" weather Enabling verbose and log file gives me: From root at devcentos5x64.msgnet.com Fri Mar 13 10:04:07 2009 Subject: Tornado Folder: /var/mail/weather 671 Seems like it should work... What did I miss. Jerry