automatic-ripping-machine
automatic-ripping-machine copied to clipboard
v2_devel pull does not update changes to config directory
- [ x] I have checked the wiki
- [ x] I have searched for similar issues
Describe the bug The latest PR for v2_devel branch does not update / create the new /etc/arm/config folder or move the configuration files. WebUI log reports missing folder and files
FileNotFoundError: [Errno 2] No such file or directory: '/etc/arm/config/apprise.yaml'
...
FileNotFoundError: [Errno 2] No such file or directory: '/etc/arm/config/arm.yaml'
...
FileNotFoundError: [Errno 2] No such file or directory: '/etc/arm/config/abcde.conf'
Resolved with
sudo mkdir -p /etc/arm/config
sudo cp setup/apprise.yaml /etc/arm/config/.
sudo mv arm.yaml /etc/arm/config/.
sudo mv /etc/abcde.conf /etc/arm/config/.
sudo chown arm:arm -R /etc/arm
Environment
Ubuntu 20.04
Log file
Nil
The Ubuntu install script ?
Didnt try the install script as it was an update not a fresh install.
I did check the ubuntu installation wiki, but there wasn't anything listed.
Ahh, that makes sense, I don't want to update the wiki until v2_devel is merged as it will cause breaking changes.
Thanks, I'll leave this open as it might help others.
cheers
The Ubuntu install script is giving a 404 now. wget https://raw.githubusercontent.com/automatic-ripping-machine/automatic-ripping-machine/v2_devel/scripts/install/ubuntu-20.04-install.sh
The Ubuntu install script is giving a 404 now. wget https://raw.githubusercontent.com/automatic-ripping-machine/automatic-ripping-machine/v2_devel/scripts/install/ubuntu-20.04-install.sh
Should be fixed now
running the install script on a fresh 20.04 gives me
creating config file /etc/arm/config/arm.yaml
cp: cannot stat '/opt/arm/setup/arm.yaml': No such file or directory
running the install script on a fresh 20.04 gives me
creating config file /etc/arm/config/arm.yaml cp: cannot stat '/opt/arm/setup/arm.yaml': No such file or directory
Can confirm; I'm having the same issue on a fresh 20.04 install.
What script did you run ?
Should now be fixed! You will need to redownload the Ubuntu script installer.
I'm having a similar issue with Debian.
cp: cannot stat './setup/arm.yaml': No such file or directory
I'm having a similar issue with Debian.
cp: cannot stat './setup/arm.yaml': No such file or directory
How are you installing ? On what version of Debian ?
Thanks. I got it (the Ubuntu 20.04 install script) working by changing line 125 (git checkout v2_master) to "git checkout v2_devel“ - but I suppose removing it entirely does the same job.
On 20. Aug 2022, at 08:13, 1337-server @.***> wrote:
What script did you run ?
— Reply to this email directly, view it on GitHub https://github.com/automatic-ripping-machine/automatic-ripping-machine/issues/530#issuecomment-1221241378, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLPSTGRSA5MO2QEVVMZEUTV2BZPXANCNFSM522BMQMQ. You are receiving this because you commented.