k3b cannot find /usr/bin/cdrecord

Issue #25 resolved
Former user created an issue

k3b show error cannot find /usr/bin/cdrecord...it is due to bad permission on /usr/bin/wodim...this problem happen on SOHO and 64bit...

vl7soho://usr/bin benreilly:$ ls -all | grep wodim lrwxrwxrwx 1 root root 5 Jan 19 19:10 cdrecord -> wodim lrwxrwxrwx 1 root root 5 Jan 19 19:10 dvdrecord -> wodim -rws--x--- 1 root burning 356384 May 14 2010 wodim*

this is the permission on VL7 STD 32bit... vl7://usr/bin benreilly:$ ls -all | grep wodim lrwxrwxrwx 1 root root 5 Jan 5 15:28 cdrecord -> wodim lrwxrwxrwx 1 root root 5 Jan 5 15:28 dvdrecord -> wodim -rwsr-xr-x 1 root burning 356384 May 14 2010 wodim*

chmod g+r,o+rx /usr/bin/wodim solved the problem...

From hata_ph

Comments (3)

  1. Former user Account Deleted

    Another solution is to add the user to the burning group...maybe we should make burning group as a default group in user creation...

    From hata_ph

  2. Log in to comment