Open karlkashofer opened 8 months ago
Do you update to the newest version? the older version might not display the error message as expected. If I remember it right, you must use a tape barcode with 6 letters or numbers, not 8.
Yes, the printed label on our tapes says MU0001L7 so the serial i need to enter is MU0001 without the L7 at the end.
I did use a wrong 6 digit barcode in one run, YATM just used that without checking if it fit to the inserted tape. => restoring was impossible, as it checks the barcode on restore.
I would suggest two enhancements:
In backup jobs read the barcode of the inserted tape automatically. Or have a button to read the barcode within the "load tape" dialog, and/or suggest the currently inserted tape barcode. The barcode field should not be editable.
On backup check that the given barcode matches the barcode of the tape in the drive.
Well, i just realized that you are working on library support. We have a scalar i3 library here and i briefly thought about writing a small script that loads the right tape into the drive right before the encrypt.sh mt command.
In the context of a tape library having the user enter the tape barcode makes sense. Would you mind elaborating on your library plans ? Is there anything we can do to help?
Yes, the printed label on our tapes says MU0001L7 so the serial i need to enter is MU0001 without the L7 at the end.
I did use a wrong 6 digit barcode in one run, YATM just used that without checking if it fit to the inserted tape. => restoring was impossible, as it checks the barcode on restore.
I would suggest two enhancements:
In backup jobs read the barcode of the inserted tape automatically. Or have a button to read the barcode within the "load tape" dialog, and/or suggest the currently inserted tape barcode. The barcode field should not be editable.
On backup check that the given barcode matches the barcode of the tape in the drive.
There is no barcode reader inside lto drives, so the software can't know the current barcode sticker on the tape at all. The cartridge memory chip might be empty or different compared to the barcode label too. So the barcode management is totally on the user side.
But while restoring, this software will check barcode inside the cartridge memory for sure, because we know this cartridge had been 'normalized' during backup process.
Hi ! I got YATM running in a docker container. I start the container in priviledged mode. If i run mtx or stenc inside the container they will happily interact with the drive.
However, when i want to start a backup job i get no response, see attached image Pressing submit does nothing.
Any idea what to do ? How can i see what YATM is trying to do ? How can i debug this ? I see there is lots of logging statements in the code, but i cant see any of that output anywhere. How do i use the debug port ? Accessing it with a browser gives "404 page not found".
Thanks for a really interesting piece of software, would love to get it working ! Cheers, KK