TomK1412

Members
  • Posts

    8
  • Joined

  • Last visited

TomK1412's Achievements

Noob

Noob (1/14)

2

Reputation

  1. Tested the new container today, everything seems to work fine, Thank you, again!
  2. Walking through abcde.conf # find / -iname flac /out/Ripper/CD/flac flac is present # find / -iname cdparanoia /usr/bin/cdparanoia /usr/share/doc/cdparanoia cdparanoia seems to be there too
  3. Deleted and loaded again: Container ID: fc8add089874 By: rix1337/docker-ripper manual-lates... 16.11.2021 18:00:12 : Disc still loading 16.11.2021 18:01:13 : CD detected: Saving MP3 and FLAC 16.11.2021 18:01:13 : Done! Ejecting Disk 16.11.2021 18:02:16 : Disk tray open CD-Folder empty # cat Ripper.log MSG:1005,0,1,"MakeMKV v1.16.5 linux(x64-release) started","%1 started","MakeMKV v1.16.5 linux(x64-release)" MSG:5074,0,0,"Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server.","Automatic checking for updates is enabled, you may disable it in preferences if you don't want MakeMKV to contact web server." MSG:3332,16908288,2,"Saved FW dump file as file:///tmp/MakeMKV-0x68d-2.tmp/dump_FW_046941B5173AE11A4C78.tgz","Saved %1 dump file as %2","FW","file:///tmp/MakeMKV-0x68d-2.tmp/dump_FW_046941B5173AE11A4C78.tgz" MSG:3347,131072,2,"Please send the file \"file:///tmp/MakeMKV-0x68d-2.tmp/dump_FW_046941B5173AE11A4C78.tgz\" to [email protected]","Please send the file \"%1\" to %2","file:///tmp/MakeMKV-0x68d-2.tmp/dump_FW_046941B5173AE11A4C78.tgz","[email protected]" DRV:0,2,999,1,"BD-RE PIONEER BD-RW BDR-S12 1.01 TJDL001379WL","DVDVolume","/dev/sr0" DRV:1,256,999,0,"","","" DRV:2,256,999,0,"","","" DRV:3,256,999,0,"","","" DRV:4,256,999,0,"","","" DRV:5,256,999,0,"","","" DRV:6,256,999,0,"","","" DRV:7,256,999,0,"","","" DRV:8,256,999,0,"","","" DRV:9,256,999,0,"","","" DRV:10,256,999,0,"","","" DRV:11,256,999,0,"","","" DRV:12,256,999,0,"","","" DRV:13,256,999,0,"","","" DRV:14,256,999,0,"","","" DRV:15,256,999,0,"","","" MSG:3007,0,0,"Using direct disc access mode","Using direct disc access mode" MSG:3024,4096,2,"Complex multiplex encountered - 15 cells and 10637 VOBUs have to be scanned. This may take some time, please be patient - it can't be avoided.","Complex multiplex encountered - %1 cells and %2 VOBUs have to be scanned. This may take some time, please be patient - it can't be avoided.","15","10637" [ERROR] abcde: lame is not in your path. [INFO] Define the full path to the executable if it exists on your system. [INFO] Hint: sudo apt-get install lame # find / -iname lame # Seems now is "lame" missing
  4. # find / -iname abcde* /etc/abcde.conf find: ‘/sys/kernel/slab’: Input/output error /usr/bin/abcde /usr/bin/abcde-musicbrainz-tool /usr/share/doc/abcde /var/lib/dpkg/info/abcde.conffiles /var/lib/dpkg/info/abcde.list /var/lib/dpkg/info/abcde.md5sums /var/lib/dpkg/info/abcde.preinst /ripper/abcde.conf Seems to be there, but inserting a Music CD, the CD was still ejected after 2 to 3 seconds Error in log-file -> root@UNRAID:/mnt/user/appdata/ripper2# cat Ripper.log [ERROR] abcde: eyeD3 is not in your path. [INFO] Define the full path to the executable if it exists on your system. [INFO] Hint: sudo apt-get install # find / -iname exed3* # find / -iname eyeD3* # find / -iname eyeD3 Seems eye3D to be missing
  5. Thanks for the good work... in the meantime the other docker will do fine
  6. Try to do so... # find / -iname abcde* /ripper/abcde.conf I think /usr/bin/abcde is missing # find / -iname makemkvcon /usr/local/bin/makemkvcon makemkvcon seams to be there # find / -iname ddrescue* did not fidn anything, so ddrescue is missing "eject" seems to work, like every other command in "ripper.sh" Hope that helps, Tom
  7. Hello @rix first of all thank you for the docker. I encountered problems after installation. The docker that is pulled is the manual build. Among other things, abcde is missing in this build , but also various other binaries. Result, the CD/DVD/Blueray are read briefly and then immediately ejected with no furhter action... After a search on your Github and Docker page, I manually changed the container to "rix1337/docker-ripper:latest". With this everything seems to work. Means the "Manuel build" might not be quite ok at the moment? Greetings Tom
  8. If you want to pass NVMe through it will/can be recognized as a PCIe Device. Example -> ... IOMMU group 15:[144d:a80a] 01:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller PM9A1/980PRO This controller is bound to vfio, connected drives are not visible. ... In the XML for the VM it will look like this: <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </source> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/> </hostdev> I have added the <boot oder> by hand... ---- Hope that helps.