Hi,
I have 5 series which I manually download, and I tried to transfer/move it to their folder (also in the same drive) but the destination folder denied my attempt.
I even FTPed into my A210 and tried to change permission to the destination folder but failed.
Code:
Status: Directory listing successful
Status: Set permissions of '/SATA_DISK/Video/Series/Franklin & Bash' to '777'
Command: CWD /SATA_DISK/Video/Series
Response: 250 OK. Current directory is /SATA_DISK/Video/Series
Command: PWD
Response: 257 "/SATA_DISK/Video/Series" is your current location
Command: SITE CHMOD 777 Franklin & Bash
Response: 550 Could not change perms on Franklin & Bash: Operation not permitted
From FTP I can see the folder and files belongs to user/group 1001/1001. How can I change this so I can have full access to the files?
FYI, I'm using NZBget to download and in its "permission" option, I have UMASK set to default 000.
I use sickbeard manual post processing and the the first file got transferred correctly into its folder.
I continue post processing but the next file afterward gave me errors eventhough they were all got transferred to the destination folder.
Code:
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/cherrypy/_cprequest.py", line 660, in respond
response.body = self.handler()
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/cherrypy/lib/encoding.py", line 193, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/sickbeard/webserve.py", line 1544, in processEpisode
result = processTV.processDir(dir, nzbName)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/sickbeard/processTV.py", line 104, in processDir
process_result = processor.process()
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/sickbeard/postProcessor.py", line 826, in process
notifiers.notify_download(ep_obj.prettyName(True))
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/sickbeard/notifiers/__init__.py", line 73, in notify_download
n.notify_download(ep_name)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/sickbeard/notifiers/nma.py", line 17, in notify_download
self._sendNMA(nma_api=None, nma_priority=None, event=common.notifyStrings[common.NOTIFY_DOWNLOAD], message=ep_name)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/sickbeard/notifiers/nma.py", line 44, in _sendNMA
response = p.push(title, event, message, priority=nma_priority, batch_mode=batch)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/lib/pynma/pynma.py", line 94, in push
res = self.callapi('POST', ADD_PATH, datas)
File "/opt/sybhttpd/localhost.drives/SATA_DISK/Apps/sickbeard/lib/pynma/pynma.py", line 108, in callapi
http_handler.request(method, path, urlencode(args), headers)
File "/usr/local/lib/python2.7/httplib.py", line 941, in request
self._send_request(method, url, body, headers)
File "/usr/local/lib/python2.7/httplib.py", line 975, in _send_request
self.endheaders(body)
File "/usr/local/lib/python2.7/httplib.py", line 937, in endheaders
self._send_output(message_body)
File "/usr/local/lib/python2.7/httplib.py", line 797, in _send_output
self.send(msg)
File "/usr/local/lib/python2.7/httplib.py", line 759, in send
self.connect()
File "/usr/local/lib/python2.7/httplib.py", line 1144, in connect
self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
File "/usr/local/lib/python2.7/ssl.py", line 344, in wrap_socket
ciphers=ciphers)
File "/usr/local/lib/python2.7/ssl.py", line 121, in __init__
self.do_handshake()
File "/usr/local/lib/python2.7/ssl.py", line 283, in do_handshake
self._sslobj.do_handshake()
SSLError: [Errno 8] _ssl.c:499: EOF occurred in violation of protocol