Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
vsftpd[1295]: [admin] OK LOGIN: Client "192.168.150.98"
2013-08-13T22:56:06.691097+08:00 cluster2 vsftpd[1295]: [admin] FAIL MKDIR: Client "192.168.150.98", "/2013-08-13"
2013-08-13T22:56:06.695719+08:00 cluster2 vsftpd[1295]: [admin] FAIL UPLOAD: Client "192.168.150.98", "/20130813225112_100_101-all.mp3", 0.00Kbyte/sec
I guess permission problems, check the permissions and try to manually put some files on the vsftp server with the actual user login that the script uses
ftp 192.168.150.191
Connected to 192.168.150.191.
220 (vsFTPd 3.0.2)
Name (192.168.150.191:root): admin
331 Please specify the password.
Password:
230 Login successful.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> ls
229 Entering Extended Passive Mode (|||30925|).
150 Here comes the directory listing.
drwxr-xr-x 2 ftp ftp 4096 Aug 14 13:25 Recordings
226 Directory send OK.
ftp>
drwxr-xr-x 2 ftp ftp 4096 Aug 14 13:25 Recordings
### recording mixing/compressing/ftping scripts
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_mix.pl --MIX
0,3,6,9,12,15,18,21,24,27,30,33,36,39,42,45,48,51,54,57 * * * * /usr/share/astguiclient/AST_CRON_audio_1_move_VDonly.pl
1,4,7,10,13,16,19,22,25,28,31,34,37,40,43,46,49,52,55,58 * * * * /usr/share/astguiclient/AST_CRON_audio_2_compress.pl --MP3
2,5,8,11,14,17,20,23,26,29,32,35,38,41,44,47,50,53,56,59 * * * * /usr/share/astguiclient/AST_CRON_audio_3_ftp.pl --MP3
0 1 * * * /usr/share/astguiclient/AST_CRON_audio_4_ftp2.pl --ftp-server=192.168.150.191 --ftp-login=admin --ftp-pass=admin1234 --ftp-directory=/home/archive/Recording$ --ftp-persistent --ftp-validate --transfer-limit=100000 --list-limit=100000
rsync -avHK --delete /root/backup root@11.11.1.111:/root/backups/vici27
$stmtA = "UPDATE recording_log set location='$VARHTTP_path/$start_date_PATH$ALLfile' where recording_id='$recording_id';";
if($DB){print STDERR "\n|$stmtA|\n";}
$affected_rows = $dbhA->do($stmtA); # or die "Couldn't execute query:|$stmtA|\n";
Users browsing this forum: Google [Bot] and 99 guests