by Juno Sprite.
Haven't tested the course copy again, but Ken, you are the man! I really appreciate all the progress we made!
I want to get to the point where I'm only using command line for everything, with automated scripts. Is there a public repo for something like that? Also, don't judge me, but I've never used Moosh, but I'm definitely going to try it out now after having read a little bit of the docs!
Here's what I just did for reference (if anyone with similar issues makes it to this point):
(safe command since the directory is not accessible by the web anyway)
$ sudo chown -R www-data:www-data /companydata/
$ ls -l /companydata/
total 64
drwxrwxrwx 2 www-data www-data 4096 Aug 7 2021 antivirus_quarantine
drwxrwxrwx 5 www-data www-data 4096 Feb 14 16:00 cache
drwxr-xr-x 3 www-data www-data 4096 Nov 30 2021 dkim
drwxrwxrwx 2 www-data www-data 4096 Aug 10 2020 environment
drwxrwxrwx 258 www-data www-data 4096 Aug 10 2020 filedir
drwxrwxrwx 4 www-data www-data 4096 Dec 21 09:37 lang
drwxrwxrwx 8 www-data www-data 4096 Feb 9 23:53 localcache
drwxrwxrwx 115 www-data www-data 4096 Aug 10 2020 lock
drwxrwxrwx 5 www-data www-data 4096 Aug 10 2020 models
drwxrwxrwx 2 www-data www-data 4096 Dec 9 05:17 muc
drwxrwxrwx 3 www-data www-data 12288 Feb 15 20:12 sessions
drwxrwxrwx 2 www-data www-data 4096 Jan 24 2022 sessions.old
drwxrwxrwx 9 www-data www-data 4096 Feb 15 18:32 temp
drwxrwxrwx 7 www-data www-data 4096 Feb 15 13:23 trashdir
$ cd /companydata
Here's what I just did for reference (if anyone with similar issues makes it to this point):
(safe command since the directory is not accessible by the web anyway)
$ sudo chown -R www-data:www-data /companydata/
$ ls -l /companydata/
total 64
drwxrwxrwx 2 www-data www-data 4096 Aug 7 2021 antivirus_quarantine
drwxrwxrwx 5 www-data www-data 4096 Feb 14 16:00 cache
drwxr-xr-x 3 www-data www-data 4096 Nov 30 2021 dkim
drwxrwxrwx 2 www-data www-data 4096 Aug 10 2020 environment
drwxrwxrwx 258 www-data www-data 4096 Aug 10 2020 filedir
drwxrwxrwx 4 www-data www-data 4096 Dec 21 09:37 lang
drwxrwxrwx 8 www-data www-data 4096 Feb 9 23:53 localcache
drwxrwxrwx 115 www-data www-data 4096 Aug 10 2020 lock
drwxrwxrwx 5 www-data www-data 4096 Aug 10 2020 models
drwxrwxrwx 2 www-data www-data 4096 Dec 9 05:17 muc
drwxrwxrwx 3 www-data www-data 12288 Feb 15 20:12 sessions
drwxrwxrwx 2 www-data www-data 4096 Jan 24 2022 sessions.old
drwxrwxrwx 9 www-data www-data 4096 Feb 15 18:32 temp
drwxrwxrwx 7 www-data www-data 4096 Feb 15 13:23 trashdir
$ cd /companydata
(I'll checkout this log directory and questions.xml in my local env later)
$ mv ./temp/backup/6fe30bd47a3ab6ade18ff6f57bcc098e ~/error_logs/
$ sudo rm -rf temp/backup/*
I'll use both command line and the web interface for my next few course copy to see how they go!
$ mv ./temp/backup/6fe30bd47a3ab6ade18ff6f57bcc098e ~/error_logs/
$ sudo rm -rf temp/backup/*
I'll use both command line and the web interface for my next few course copy to see how they go!