SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
My new Slackware 11 works just fine. My problem is with setting up k3b. I called it up the first time and it encouraged me to run the setup program with root password--which I did. After that, it just did nothing. The program did not freeze, but it did not go forward with the setup program. Subsequent tries yielded the same result. I also tried setting it up through the KDE menu ("System--K3B Setup"), but nothing happens. Any ideas?
It's a good practise to run k3b from a terminal, so you'll probably get to see some messages that hopefully shed some more light on why the settings window won't open.
k3b: (K3bExternalBinManager) Cdrecord 2.1 features: gracetime, overburn, cdtext, clone, tao, cuefile, xamix, plain-atapi, hacked-atapi
k3b: (K3bExternalBinManager) 2 1 -1 seems to be cdrecord version >= 1.11a02, using burnfree instead of burnproof
k3b: (K3bExternalBinManager) seems to be cdrecord version >= 1.11a31, support for Just Link via burnfree driveroption
and then further down:
k3b: (K3bDevice:eviceManager) scanning fstab: /dev/hda1
k3b: (K3bDevice:evice) Error: could not open device /dev/hda1for reading
k3b: could not open device /dev/hda1 (Permission denied)
k3b: /dev/hda1 resolved to /dev/hda1
k3b: (K3bDevice:evice) Error: could not open device /dev/hda1for reading
k3b: could not open device /dev/hda1 (Permission denied)
and it runs through the devices, and then:
k3b: Devices:
k3b: ------------------------------
k3b: (K3bFileTreeView::addCdDeviceBranches)
k3b: (K3bFileTreeView::addCdDeviceBranches) done
k3b: (K3bFileTreeView::addCdDeviceBranches)
k3b: (K3bFileTreeView::addCdDeviceBranches) done
k3b: (K3b::cutToWidth) not able to cut text to 26!
k3b: linux kernel version: 2.4.33.3
k3b: (K3bCore) System problems:
k3b: CRITICAL
k3b: PROBLEM: cdrecord will be run without root privileges
k3b: DETAILS: It is highly recommended to configure cdrecord to run with root privileges. Only then cdrecord runs with high priority which increases the overall stability of the burning process. Apart from that it allows changing the size of the used burning buffer. A lot of user problems could be solved this way. This is also true when using SuSE's resmgr.
k3b: SOLUTION: Use K3bSetup to solve this problem.
k3b:
k3b: CRITICAL
k3b: PROBLEM: cdrdao will be run without root privileges
k3b: DETAILS: It is highly recommended to configure cdrdao to run with root privileges to increase the overall stability of the burning process.
k3b: SOLUTION: Use K3bSetup to solve this problem.
k3b:
Did "chmod +s" to cdrecord and cdrdao as richk suggested. Thanks.
Now, k3b cannot find the device. This is my first time using k3b so I will look around for some help. In the meantime, if anybody has any specific ideas, you have my thanks in advance.
k3b, however, still does not recognize the writer. Tried to add /dev/scsi0 via k3b configure, but no dice.
"cdrecord --scanbus" returns:
Quote:
mycomputer@tom:~$ cdrecord --scanbus
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg Schilling
cdrecord: No such file or directory. Cannot open '/dev/pg*'. Cannot open SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
Update: Just tried k3b in root, and now it works. It still does not work as a regular user. The permission thing is really confusing to me.
Hi tfrei, I had the same permission problem with k3b in the past, but I use it with root access so it works just fine...I still have a problem with the screensaver in KDE 3.5.4, on my Slack 11 machine.I didnt have the problem when using 10.2...Can anyone help me ?By the way I run KDE as root but don't tell me not to do it, I just like it this way, if you could tell me a way to force the screensaver to work as root I would apreciate it...Thank you
anakin: Your approach will work, but most people do not recommend it.
By the way, in a similar thread dedicated to k3b problems, the following solutions are given. I think they pretty much sum up the approaches you can use. They come from user dracolich:
Quote:
You have three choices, none of which includes changing the owner from root to a user:
1) K3B setup offers to create a group called burning and add your user to it.
2) Your hdc and hdd are both owned by the group called disk. Simply add your user to that group.
3) Add a line to your /etc/rc.d/rc.local to run during startup
Code:
chmod 666 /dev/hdc
But ... My problem from the beginning has been with k3bsetup (solution #1 above). It doesn't work. Here is my output as I try to call it up as root:
Quote:
root@tom:/opt/kde/bin# k3bsetup
kcmshell (kdelibs): WARNING: Could not find module 'k3bsetup2'.
root@tom:/opt/kde/bin#
Could it be that k3bsetup2 is missing? I'm running a fresh install of Slackware 11.0
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.