Audio Archive Issues
Posted: Thu Sep 18, 2014 7:18 am
Recently created two setups off CD Vicibox_v.6.0.x86_64-6.0.2.iso (base install, no additional hardware, no RAID,etc)
One is an AIO server, the second is an AIO server with an additional dialer.
Same issue, but discussing the AIO w/ additional dialer.
All passwords are default as this is NOT a system in use or with any information in it.
My issue is that the calls after they are completed go through the "ftp process" and get moved into MonitorDONE/FTP... but not on the proper server.
Server A (AIO) say its 100.xxx.xxx.1 / 10.10.10.180
Dialer 1 we'll say is 100.xxx.xxx.2 / 10.10.10.181
I attempt to ftp and learn its lftp, which I change back:
After changing I log into the ftp from Dialer 1 via cronarchive/archive1234 :
So I see the folder recordings is there, now onto astguiclient.conf
However when the job finishes after a call it changes the url to be proper showing 100.xxx.xxx.1 but the recordings move to the FTP folder of 100.xxx.xxx.2!
Do I need to specifically edit files on the AIO that I am attempting to send the recordings to? edit any additional files on the dialer? I'm lost on this one with no error messages to check.
When I check /var/log/messages I see:
which makes me think it's trying to do the job under user root.... any ideas?
One is an AIO server, the second is an AIO server with an additional dialer.
Same issue, but discussing the AIO w/ additional dialer.
All passwords are default as this is NOT a system in use or with any information in it.
My issue is that the calls after they are completed go through the "ftp process" and get moved into MonitorDONE/FTP... but not on the proper server.
Server A (AIO) say its 100.xxx.xxx.1 / 10.10.10.180
Dialer 1 we'll say is 100.xxx.xxx.2 / 10.10.10.181
I attempt to ftp and learn its lftp, which I change back:
- Code: Select all
Problem: lftp-4.4.0-6.1.3.x86_64 conflicts with ftp provided by ftp-0.17-691.1.2.x86_64
Solution 1: deinstallation of lftp-4.4.0-6.1.3.x86_64
Solution 2: do not install ftp-0.17-691.1.2.x86_64
Choose from above solutions by number or cancel [1/2/c] (c): 1
After changing I log into the ftp from Dialer 1 via cronarchive/archive1234 :
- Code: Select all
vici-d1:~ # ftp 10.10.10.180
Connected to 10.10.10.180 (10.10.10.180).
220 (vsFTPd 3.0.2)
Name (10.10.10.180:root): cronarchive
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
200 PORT command successful. Consider using PASV.
150 Here comes the directory listing.
drwxr-xr-x 2 ftp ftp 4096 Sep 17 17:44 2014-09-17
drwxr-xr-x 3 ftp ftp 4096 Sep 17 18:11 recordings
226 Directory send OK.
ftp>
So I see the folder recordings is there, now onto astguiclient.conf
- Code: Select all
# FTP recording archive connection information
VARFTP_host => 10.10.10.180
VARFTP_user => cronarchive
VARFTP_pass => archive1234
VARFTP_port => 21
VARFTP_dir => recordings
VARHTTP_path => http://100.xxx.xxx.1/recordings
However when the job finishes after a call it changes the url to be proper showing 100.xxx.xxx.1 but the recordings move to the FTP folder of 100.xxx.xxx.2!
Do I need to specifically edit files on the AIO that I am attempting to send the recordings to? edit any additional files on the dialer? I'm lost on this one with no error messages to check.
When I check /var/log/messages I see:
- Code: Select all
2014-09-18T08:13:01.301087-04:00 vici-d1 /USR/SBIN/CRON[4752]: (root) CMD (/usr/share/astguiclient/AST_manager_kill_hung_congested.pl)
2014-09-18T08:13:01.301973-04:00 vici-d1 /USR/SBIN/CRON[4753]: (root) CMD (/usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3)
2014-09-18T08:13:01.302588-04:00 vici-d1 /USR/SBIN/CRON[4751]: (root) CMD (/usr/share/astguiclient/AST_vm_update.pl)
2014-09-18T08:13:01.303323-04:00 vici-d1 /USR/SBIN/CRON[4754]: (root) CMD (/usr/share/astguiclient/ADMIN_keepalive_ALL.pl)
2014-09-18T08:13:01.416420-04:00 vici-d1 /USR/SBIN/CRON[4749]: pam_unix(crond:session): session closed for user root
2014-09-18T08:13:01.458700-04:00 vici-d1 /USR/SBIN/CRON[4746]: pam_unix(crond:session): session closed for user root
2014-09-18T08:13:06.350718-04:00 vici-d1 /USR/SBIN/CRON[4748]: pam_unix(crond:session): session closed for user root
2014-09-18T08:13:06.392342-04:00 vici-d1 /USR/SBIN/CRON[4745]: pam_unix(crond:session): session closed for user root
2014-09-18T08:13:45.350793-04:00 vici-d1 /USR/SBIN/CRON[4747]: pam_unix(crond:session): session closed for user root
2014-09-18T08:14:01.360353-04:00 vici-d1 /usr/sbin/cron[4847]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:14:01.361372-04:00 vici-d1 /usr/sbin/cron[4848]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:14:01.362186-04:00 vici-d1 /usr/sbin/cron[4849]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:14:01.362997-04:00 vici-d1 /usr/sbin/cron[4851]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:14:01.363954-04:00 vici-d1 /usr/sbin/cron[4850]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:14:01.364810-04:00 vici-d1 systemd[1]: Starting Session 5072 of user root.
2014-09-18T08:14:01.365360-04:00 vici-d1 systemd[1]: Started Session 5072 of user root.
2014-09-18T08:14:01.365665-04:00 vici-d1 systemd[1]: Starting Session 5070 of user root.
2014-09-18T08:14:01.365966-04:00 vici-d1 systemd[1]: Started Session 5070 of user root.
2014-09-18T08:14:01.366523-04:00 vici-d1 systemd[1]: Starting Session 5069 of user root.
2014-09-18T08:14:01.366829-04:00 vici-d1 systemd[1]: Started Session 5069 of user root.
2014-09-18T08:14:01.367434-04:00 vici-d1 systemd[1]: Starting Session 5071 of user root.
2014-09-18T08:14:01.367707-04:00 vici-d1 systemd[1]: Started Session 5071 of user root.
2014-09-18T08:14:01.368601-04:00 vici-d1 systemd[1]: Starting Session 5073 of user root.
2014-09-18T08:14:01.369016-04:00 vici-d1 systemd[1]: Started Session 5073 of user root.
2014-09-18T08:14:01.371036-04:00 vici-d1 /USR/SBIN/CRON[4855]: (root) CMD (/usr/share/astguiclient/AST_manager_kill_hung_congested.pl)
2014-09-18T08:14:01.371576-04:00 vici-d1 /USR/SBIN/CRON[4854]: (root) CMD (/usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3)
2014-09-18T08:14:01.372156-04:00 vici-d1 /USR/SBIN/CRON[4856]: (root) CMD (/usr/share/astguiclient/AST_conf_update.pl)
2014-09-18T08:14:01.372532-04:00 vici-d1 /USR/SBIN/CRON[4853]: (root) CMD (/usr/share/astguiclient/AST_vm_update.pl)
2014-09-18T08:14:01.483595-04:00 vici-d1 /USR/SBIN/CRON[4851]: pam_unix(crond:session): session closed for user root
2014-09-18T08:14:01.532449-04:00 vici-d1 /USR/SBIN/CRON[4848]: pam_unix(crond:session): session closed for user root
2014-09-18T08:14:06.463084-04:00 vici-d1 /USR/SBIN/CRON[4847]: pam_unix(crond:session): session closed for user root
2014-09-18T08:14:06.474560-04:00 vici-d1 /USR/SBIN/CRON[4850]: pam_unix(crond:session): session closed for user root
2014-09-18T08:14:45.422202-04:00 vici-d1 /USR/SBIN/CRON[4849]: pam_unix(crond:session): session closed for user root
2014-09-18T08:15:01.432304-04:00 vici-d1 /usr/sbin/cron[4946]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:15:01.433317-04:00 vici-d1 /usr/sbin/cron[4949]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:15:01.434136-04:00 vici-d1 /usr/sbin/cron[4950]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:15:01.435660-04:00 vici-d1 /usr/sbin/cron[4945]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:15:01.436027-04:00 vici-d1 /usr/sbin/cron[4944]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:15:01.436245-04:00 vici-d1 /usr/sbin/cron[4948]: pam_unix(crond:session): session opened for user root by (uid=0)
2014-09-18T08:15:01.436453-04:00 vici-d1 /usr/sbin/cron[4947]: pam_unix(crond:session): session opened for user root by (uid=0)
which makes me think it's trying to do the job under user root.... any ideas?