Jump to content

[SUPPORT] automatic-ripping-machine/automatic-ripping-machine


Recommended Posts

On 7/27/2024 at 8:59 AM, te5s3rakt said:

 

This is the configuration I'd prefer also. Being to just place the disc in, and a copy of it as iso appears on my array.

 

Anyone know how to set this up?

Apparently it was disabled in recent versions. The GitHub guys say it will be enabled in V3 which is still a long way away.

 

I'm going to attempt and install an old version on a Debian VM to use it again.

Link to comment
  • 2 weeks later...

docker run
  -d
  --name='automatic-ripping-machine'
  --net='bridge'
  --privileged=true
  -e TZ="America/Los_Angeles"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="automatic-ripping-machine"
  -e 'ARM_UID'='1001'
  -e 'ARM_GID'='1001'
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://[IP]:[PORT:8080]/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/automatic-ripping-machine/automatic-ripping-machine/main/favicon.ico'
  -p '8088:8080/tcp'
  -v '/mnt/user/appdata/ARM/':'/home/arm':'rw'
  -v '/mnt/user/appdata/ARM/Music':'/home/arm/Music':'rw'
  -v '/mnt/user/appdata/ARM/config':'/etc/arm/config':'rw'
  -v '/mnt/user/appdata/ARM/logs':'/home/arm/logs':'rw'
  -v '/mnt/user/appdata/ARM/media':'/home/arm/media':'rw'
  --runtime=nvidia
  --gpus all
  --device /dev/sr0
  --device /dev/sg1 '1337server/automatic-ripping-machine:latest'

485bffa63dce323b014ae19dfac7b7969f984cb0af98f23cce92f65712d66081
docker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: initialization error: nvml error: driver not loaded: unknown.

The command failed.

 

how do I fix it???

Link to comment
  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...