version 2.0.5rc1 not stable with centos no sockets on screen

All installation and configuration problems and questions

Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N

version 2.0.5rc1 not stable with centos no sockets on screen

Postby xedlinux » Thu Mar 19, 2009 6:57 pm

Hi matt,

I found out that version 2.0.5rc1 is not stable in CentOS.

Sometimes output of screen -ls is the ff:

No Sockets found in /var/run/screen/S-root.

Can i ask what do you mean by this one ?

### you may have to use a different ps command if you're not using Slackware Linux
# @psoutput = `ps -f -C AST_update --no-headers`;
# @psoutput = `ps -f -C AST_updat* --no-headers`;
# @psoutput = `/bin/ps -f --no-headers -A`;
# @psoutput = `/bin/ps -o pid,args -A`; ### use this one for FreeBSD
@psoutput = `/bin/ps -o "%p %a" --no-headers -A`;

I checked it your ADMIN_keepalive_ALL.pl script.

Thank you very much...
xedlinux
 
Posts: 110
Joined: Tue Mar 25, 2008 6:52 pm

Postby mflorell » Thu Mar 19, 2009 7:16 pm

We don't do any testing on CentOS(or anything redhat-family). We do test on Ubuntu, OpenSuSE and Slackware and it works fine on those.

What is the output of this command:

/usr/share/astguiclient/ADMIN_keepalive_ALL.pl --debugX
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby xedlinux » Thu Mar 19, 2009 8:04 pm

----- SUPER-DUPER DEBUGGING -----

0| 1 init [3] |
1| 2 [migration/0]|
2| 3 [ksoftirqd/0]|
3| 4 [watchdog/0]|
4| 5 [migration/1]|
5| 6 [ksoftirqd/1]|
6| 7 [watchdog/1]|
7| 8 [events/0]|
8| 9 [events/1]|
9| 10 [khelper]|
10| 11 [kthread]|
11| 15 [kblockd/0]|
12| 16 [kblockd/1]|
13| 17 [kacpid]|
14| 116 [cqueue/0]|
15| 117 [cqueue/1]|
16| 120 [khubd]|
17| 122 [kseriod]|
18| 190 [pdflush]|
19| 191 [pdflush]|
20| 192 [kswapd0]|
21| 193 [aio/0]|
22| 194 [aio/1]|
23| 346 [kpsmoused]|
24| 378 [ata/0]|
25| 379 [ata/1]|
26| 380 [ata_aux]|
27| 384 [scsi_eh_0]|
28| 385 [scsi_eh_1]|
29| 386 [scsi_eh_2]|
30| 387 [scsi_eh_3]|
31| 388 [scsi_eh_4]|
32| 389 [scsi_eh_5]|
33| 390 [kjournald]|
34| 417 [kauditd]|
35| 451 /sbin/udevd -d|
36| 1212 [hda_codec]|
37| 1473 [kmpathd/0]|
38| 1474 [kmpathd/1]|
39| 1504 [kjournald]|
40| 1935 syslogd -m 0|
41| 1938 klogd -x|
42| 1970 dbus-daemon --system|
43| 1988 /usr/sbin/acpid|
44| 2020 /usr/sbin/sshd|
45| 2110 /bin/sh /usr/bin/mysqld_safe --defaults-file=/etc/my.cnf --pid-file=/var/run/mysqld/mysqld.pid --log-error=/var/log/mysqld.log|
46| 2143 /usr/libexec/mysqld --defaults-file=/etc/my.cnf --basedir=/usr --datadir=/var/lib/mysql --user=mysql --pid-file=/var/run/mysqld/mysqld.pid --skip-locking --socket=/var/lib/mysql/mysql.sock|
47| 2185 sendmail: accepting connections|
48| 2193 sendmail: Queue runner@01:00:00 for /var/spool/clientmqueue|
49| 2210 /usr/sbin/httpd|
50| 2225 crond|
51| 2254 /usr/sbin/atd|
52| 2269 hald|
53| 2270 hald-runner|
54| 2276 /usr/sbin/httpd|
55| 2277 /usr/sbin/httpd|
56| 2278 /usr/sbin/httpd|
57| 2279 /usr/sbin/httpd|
58| 2280 /usr/sbin/httpd|
59| 2281 /usr/sbin/httpd|
60| 2282 /usr/sbin/httpd|
61| 2283 /usr/sbin/httpd|
62| 2285 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket|
63| 2286 /usr/libexec/hald-addon-cpufreq|
64| 2294 hald-addon-storage: polling /dev/scd0|
65| 2454 /usr/sbin/vsftpd /etc/vsftpd/vsftpd.conf|
66| 2489 /usr/bin/SCREEN -L -d -m -S asterisk /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgc|
67| 2490 /usr/sbin/asterisk -vvvvvvvvvvvvvvvvvvvvvgc|
68| 2602 /usr/sbin/smartd -q never|
69| 2607 /sbin/mingetty tty1|
70| 2611 /sbin/mingetty tty2|
71| 2613 /sbin/mingetty tty3|
72| 2615 /sbin/mingetty tty4|
73| 2619 /sbin/mingetty tty5|
74| 2621 /sbin/mingetty tty6|
77| 3783 -bash|
78| 3809 su -|
79| 3810 -bash|
80| 3841 /usr/bin/perl /usr/share/astguiclient/ADMIN_keepalive_ALL.pl --debugX|
81| 3842 /bin/ps -o %p %a --no-headers -A|
DONE
Last edited by xedlinux on Fri Mar 20, 2009 9:51 am, edited 1 time in total.
xedlinux
 
Posts: 110
Joined: Tue Mar 25, 2008 6:52 pm

Postby mflorell » Fri Mar 20, 2009 3:46 am

Interesting, what keepalives do you have set in the /etc/astguiclient.conf file?
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby xedlinux » Fri Mar 20, 2009 9:47 am

i set all keep alives aside for multiserver....
xedlinux
 
Posts: 110
Joined: Tue Mar 25, 2008 6:52 pm

Postby mflorell » Fri Mar 20, 2009 10:46 am

I don't understand what that statement means.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby Op3r » Fri Mar 20, 2009 12:01 pm

Im using centos and still dont have any problem with that kind.
Get paid for US outbound Toll Free calls. PM me.
Op3r
 
Posts: 1424
Joined: Wed Jun 07, 2006 7:53 pm
Location: Manila

Postby ryanalupa » Thu Mar 26, 2009 4:13 am

Hi all!
I've installed VICIDIAL astGUIclient in an ubuntu-server from scratch and it all went well. i was able to use the web for the manager and agent manuals that we bought. my problem is when I tried putting our te110p card and doing a scratch install again, i encountered some errors when running modprobe wcte11xp and ztcfg -vvvvvvvv. it says it has error 1 with /dev/zap/ctl. i hope anyone could help me fix my little problem. i know i should be visiting the asterisk forum, but i've been visiting this forum more than that of asterisk's so I decided to just ask it here. I know you guys here are really great and helpful, I hope you could help me. Thanks in advance! :-)
ryanalupa
 
Posts: 7
Joined: Mon Mar 23, 2009 11:13 pm

Postby mflorell » Thu Mar 26, 2009 6:31 am

That is more of an Asterisk issue, and since you have a Digium card you should be able to get support from Digium if the card is not functioning properly.
mflorell
Site Admin
 
Posts: 18339
Joined: Wed Jun 07, 2006 2:45 pm
Location: Florida

Postby codehaxor » Thu Mar 26, 2009 3:56 pm

I tried it on centOS 5.2 so far it didnt give an error like that, but performance on centos isnt as good when using debian, ubuntu, or slackware, slamd64, also you need to edit the paths of the binaries that are in the vicidial init script

I highly recommend ubuntu though
Team Dax Cordova IT Consulting
Vicidial Remote & Onsite Installation / Configuration / Custom Development / Consultancy Services
http://www.linkedin.com/in/codehaxor
FREE VICIDIAL INSTALLATION IN THE PHILIPPINES
codehaxor
 
Posts: 151
Joined: Wed Mar 14, 2007 2:37 am
Location: Dumaguete City, Philippines

Postby ryanalupa » Fri Mar 27, 2009 4:59 am

Hi!

tried it also on centos 5.2 and had no problems with the te110p card. i guess i'll just use centos if there will be digium cards and debian if i wont need any card. thanks for your replies to my query. god bless! :)
ryanalupa
 
Posts: 7
Joined: Mon Mar 23, 2009 11:13 pm


Return to Support

Who is online

Users browsing this forum: No registered users and 261 guests