Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
Does the link there point to 192.168.0.237 or to 192.168.0.238?We access recordings via the Vicidial admin page
Seems like time to check and fix permissions on those files/directories.So 192.168.0.238 gives the following message:
"Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server".
DomeDan wrote:"Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server".
Good! progress!
do a "ls -l" on the archive directories and files, and compare with the first archive server
* ls -l /home/
* ls -l /home/archive
* ls -l /home/archive/2013-06-05/
might only need to change the permission on the directory,
if not then look at the ftp server settings (/etc/vsftpd.conf), the umask setting sets the file permission when it is ftp:ed, does it differ from the second server config?
# Default umask for local users is 077. You may wish to change this to 022,
local_umask=022
# Default umask for anonymus users is 077. You may wish to change this to 022,
#anon_umask=022
scopor wrote:Hi All. I have the same problem. I setup vicibox5 from ISO CD. This is a base install. No additional software downloaded or install. VERSION: 2.8-417a
BUILD: 131019-0849. When trying to download agent recordings I am presented with the following message after clicking on the link.
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
172.16.50.57
Thu Dec 19 13:26:45 2013
Apache/2.2.22 (Linux/SUSE)
I have followed this previous post and don't know what else to do to solve this. Any assistance would be greatly appreciated.
chmod 777 /var
chmod 777 /var/spool
chmod 777 /var/spool/asterisk
chmod 777 /var/spool/asterisk/monitorDONE/
chmod 777 /var/spool/asterisk/monitorDONE/MP3/
ll /var -d
ll /var/spool -d
ll /var/spool/asterisk -d
ll /var/spool/asterisk/monitorDONE -d
dialer1:/ # ll /var -d
drwxr-xr-x 15 root root 4096 Aug 21 21:21 /var
dialer1:/ # ll /var/spool -d
drwxr-xr-x 11 root root 4096 Aug 21 21:23 /var/spool
dialer1:/ # ll /var/spool/asterisk -d
drwxr-xr-x 10 asterisk asterisk 4096 Aug 30 20:30 /var/spool/asterisk
dialer1:/ # ll /var/spool/asterisk/monitorDONE -d
drwxr-xr-x 9 wwwrun root 4096 Jan 3 19:37 /var/spool/asterisk/monitorDONE
vici1:/etc/apache2/conf.d # ll /var -d
drwxr-xr-x 15 root root 4096 Aug 21 21:21 /var
vici1:/etc/apache2/conf.d # ll /var/spool -d
drwxr-xr-x 11 root root 4096 Aug 21 21:23 /var/spool
vici1:/etc/apache2/conf.d # ll /var/spool/asterisk -d
drwxr-x--- 10 asterisk asterisk 4096 Nov 6 17:06 /var/spool/asterisk
vici1:/etc/apache2/conf.d # ll /var/spool/asterisk/monitorDONE -d
drwxr-xr-x 9 wwwrun root 4096 Jan 4 15:46 /var/spool/asterisk/monitorDONE
you are not expected to chmod this. this is a configuration file, you are expected to READ this. LOLscopor wrote:This is the output from my configuration:
-rw-r--r-- 1 root root 271 Aug 21 21:21 vicirecord.conf... I have chmod this to 777 but it didn't make a difference.
this, on the other hand, would appear to be in need of a chmodvici1:/etc/apache2/conf.d # ll /var/spool/asterisk -d
drwxr-x--- 10 asterisk asterisk 4096 Nov 6 17:06 /var/spool/asterisk
Users browsing this forum: tantd and 118 guests