Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic:  [SOLVED]K3b cdrecord has no permission to open the device  (Read 10107 times)

Offline sunrat

  • User
  • Posts: 406
Just posting for info as I fixed it.K3b showed the above message when trying to burn a data CD (haven't done that for years). Ownership of /usr/bin/cdrdao and /usr/bin/wodim were set to root:root so user couldn't run them. Set their group ownership to cdrom. User should already be in cdrom group.
Code: [Select]
chown root:cdrom /usr/bin/wodim
chown root:cdrom /usr/bin/cdrdao
Works now. I found the solution in a 2016 thread at ubuntuforums.

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: [SOLVED]K3b cdrecord has no permission to open the device
« Reply #1 on: 2018/08/29, 16:53:47 »
Hmm - we call it better "kind of work"™ - it really should not called "solution".

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731460 - if one don't care about the wording ... 8)

It might be that nobody cares about such ancient things like cd and dvd-recording (except Jörg Schilling). The only problem is that no downstream cares about Jörg Schilling - for a very good reason.
« Last Edit: 2018/08/29, 17:01:45 by melmarker »
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)

Offline sunrat

  • User
  • Posts: 406
Re: [SOLVED]K3b cdrecord has no permission to open the device
« Reply #2 on: 2018/08/30, 00:52:39 »
cdrecord was forked in 2006 to cdrkit and ties with Schilling were cut then. This issue is either a legacy bug in K3b, which shouldn't even care about cdrecord, or a bug in packaging which should install those packages with ownership which makes it possible to run them as normal user.I just wanted to burn a data CD full of mp3 files which will play in my 10 year old car.
I get the impression you are right that nobody cares about CD and DVD recording. If it's as simple as changing group ownership of the installed programs it's hard to imagine why the maintainers/packagers wouldn't have done that long ago.

Offline melmarker

  • User
  • Posts: 2.799
    • g-com.eu
Re: [SOLVED]K3b cdrecord has no permission to open the device
« Reply #3 on: 2018/08/30, 02:02:35 »
i would bet that something can be done via policykit - at least i suspect it. Not really my area of expertise, i leave the polkit things alone and to the people who have the knowledge ;)
Those who would give up essential Liberty, to purchase a little temporary Safety, deserve neither Liberty nor Safety. (Benjamin Franklin, November 11, 1755)
Never attribute to malice that which can be adequately explained by stupidity. (Hanlons razor)


Offline sunrat

  • User
  • Posts: 406
Re: [SOLVED]K3b cdrecord has no permission to open the device
« Reply #5 on: 2023/07/05, 12:42:52 »
Necobump for a 5 year old thread in which a solution is in the first post? Weird.  ??? :D