Skip to main content
Topic: cdrtools (Read 637 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

cdrtools

Решил записать несколько iso с помощью cdrecord или wodim и вот что выходит
Code: [Select]
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
cdrecord: Операция не позволена. Warning: Cannot raise RLIMIT_MEMLOCK limits.
cdrecord: Невозможно выделить память. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Операция не позволена. WARNING: Cannot set RR-scheduler.
cdrecord: Отказано в доступе. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Insufficient 'file read' privileges. You will not be able to open all needed devices.
cdrecord: Insufficient 'file write' privileges. You will not be able to open all needed devices.
cdrecord: Insufficient 'device' privileges. You may not be able to send all needed SCSI commands, this my cause various unexplainable problems.
cdrecord: Insufficient 'memlock' privileges. You may get buffer underruns.
cdrecord: Insufficient 'priocntl' privileges. You may get buffer underruns.
cdrecord: Insufficient 'network' privileges. You will not be able to do remote SCSI.
cdrecord: Отказано в доступе. Cannot open '/dev/sg0'. Cannot open or use SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.

раньше такого не было.
Можно только загружать и выгружать лоток, но все равно выдает
Code: [Select]
$ cdrecord dev=/dev/sr0 -eject
Cdrecord-ProDVD-ProBD-Clone 3.02a09 (x86_64-unknown-linux-gnu) Copyright (C) 1995-2016 Joerg Schilling
cdrecord: Операция не позволена. Warning: Cannot raise RLIMIT_MEMLOCK limits.
cdrecord: Невозможно выделить память. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Операция не позволена. WARNING: Cannot set RR-scheduler.
cdrecord: Отказано в доступе. WARNING: Cannot set priority using setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Insufficient 'file read' privileges. You will not be able to open all needed devices.
cdrecord: Insufficient 'file write' privileges. You will not be able to open all needed devices.
cdrecord: Insufficient 'device' privileges. You may not be able to send all needed SCSI commands, this my cause various unexplainable problems.
cdrecord: Insufficient 'memlock' privileges. You may get buffer underruns.
cdrecord: Insufficient 'priocntl' privileges. You may get buffer underruns.
cdrecord: Insufficient 'network' privileges. You will not be able to do remote SCSI.
scsidev: '/dev/sr0'
devname: '/dev/sr0'
scsibus: -2 target: -2 lun: -2
Warning: Open by 'devname' is unintentional and not supported.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.9'.

Неужели каждый раз после обновления пакета надо делать так?
Code: [Select]
# chmod 4711 /usr/bin/cdrecord
# chmod 4755 /usr/bin/wodim

Re: cdrtools

Reply #1
https://bugs.archlinux.org/task/67265

it will be fix asap in new version, archlinux's bug. thanks for report!
это будет исправлено как можно скорее в новой версии, ошибка Archlinux. спасибо за отчет!

 

Re: cdrtools

Reply #2
Thank you very much!