i’ve been able to copy log files over to my pc from the hiveos miner using an FTP utility but i’m unable so far to delete the old log files to free up space…
i’ve tried through the FTP util - no luck of course
i’ve tried at the miner console (keyboard and monitor) using a separate, logged in ROXTerminal window - was able to navigate to the log file folder at:
root@Miner:/var/log/miner/bzminer#
but when i enter root@Miner:/var/log/miner/bzminer# miner.log del
i get the error –
bash: ./miner.log: Permission denied
what do i need to do to access permissions to delete the unnecessary log files ?
thanks,
w
i tried as best i could with my limited knowledge and could not change permissions on the folder or files inside the folder… (folder is “bzminer” the files are all '’.log) (it should read “asterisk.log”)
/var/log/miner/bzminer/.log… (it should read “asterisk.log”)
user@Alpha5x1:/var/log/miner/bzminer$ cd /var/log/miner
user@Alpha5x1:/var/log/miner$ chmod u+rwx /var/log/miner/bzminer
chmod: changing permissions of ‘/var/log/miner/bzminer’: Operation not permitted
user@Alpha5x1:/var/log/miner$ chmod 751 /var/log/miner/bzminer
chmod: changing permissions of ‘/var/log/miner/bzminer’: Operation not permitted
user@Alpha5x1:/var/log/miner$