automatic-ripping-machine icon indicating copy to clipboard operation
automatic-ripping-machine copied to clipboard

v2_devel pull does not update changes to config directory

Open microtechno9000 opened this issue 3 years ago • 11 comments

  • [ 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

microtechno9000 avatar Jul 06 '22 14:07 microtechno9000

The Ubuntu install script ?

1337-server avatar Jul 06 '22 22:07 1337-server

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.

microtechno9000 avatar Jul 07 '22 00:07 microtechno9000

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.

1337-server avatar Jul 07 '22 00:07 1337-server

cheers

microtechno9000 avatar Jul 07 '22 00:07 microtechno9000

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

davedujour avatar Jul 21 '22 03:07 davedujour

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

1337-server avatar Jul 23 '22 12:07 1337-server

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

foocp avatar Aug 16 '22 14:08 foocp

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.

iplusplus42 avatar Aug 20 '22 05:08 iplusplus42

What script did you run ?

Should now be fixed! You will need to redownload the Ubuntu script installer.

1337-server avatar Aug 20 '22 06:08 1337-server

I'm having a similar issue with Debian.

cp: cannot stat './setup/arm.yaml': No such file or directory

johndoc avatar Sep 05 '22 03:09 johndoc

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 ?

1337-server avatar Sep 06 '22 21:09 1337-server

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.

foocp avatar Oct 11 '22 07:10 foocp