MEPIS This forum is for the discussion of MEPIS 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-22-2005, 12:10 AM
|
#1
|
Member
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470
Rep:
|
k3b won't burn: stuck on "Determining maximum write speed"
So i tried to burn a cd (k3b) the other day and it failed. So I ran k3b as root and it worked fine. Now I can only get it to work as root...
right now its got the burning window open and before it even sends the cue sheet and all that, its "Determining maximum write speed" (progress bar is flashing up-and-down) which I've already set at 40x.
I am not sure if this is due to my recent apt-get dist-upgrade to kde 3.4.2 or not. I tried running
Code:
dpkg-reconfigure cdrecord
and i answered "Yes" but its still not going. I tried to uninstall and reinstall k3b, k3blibs, and cdrecord (via synaptic) and still nothing.
any ideas? Also, how does one get at the data files of a mixed mode CD?
|
|
|
09-22-2005, 12:57 AM
|
#2
|
Senior Member
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736
Rep:
|
Have you tried k3bsetup? There should be a menu entry for it.
Or "k3bsetup" from the command line as root.
AFAIK - correct usage is to run setup first as root then run the programme as user.
If you run k3b as root it will change the owner of your .Xauthority or .ICEauthority file in your user area making logging back in impossible until you chown it back to yourself.
# chown xxx /home/xxx/.ICEauthority
What do you mean "get at the files on a mixed mode cd?"
|
|
|
09-22-2005, 01:24 AM
|
#3
|
Member
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470
Original Poster
Rep:
|
i ran
Code:
chown xxx /home/xxx/.ICEauthority
(yes i replaced the xxx with my user name) but that didn't fix it. ran it as user and as root. didn't work though; still stuck at that burning-sreen without action.
i tried k3bsetup also; no permissions ask for updating.
my mixed mode question: i burned a cd with music in the first part and data in the second ("cd-extra" it was called) and i cannot get to my /dev/hdc or /mnt/hdc. no icons are on the desktop to mount it. i cannot seem to mount it in the shell. k3b only sees the audio part of it. my konqueror "devices" link doesn't work. so i cannot get at those files in any way that i can think of...
|
|
|
09-22-2005, 03:21 PM
|
#4
|
Member
Registered: May 2005
Location: Australia
Distribution: MEPIS
Posts: 48
Rep:
|
K3b burning problems after updates
Nexxus6 posted this over @ MEPISlovers, got my K3b burning plastic again.
Thanks Nexxus6.
Quote:
I do monthly "default upgrades" with synaptic and after I did, my K3B starting screaming about no root access to cdrom device please run k3b setup. I did and I got that message to go away. When I create a CD now "mkisofs did not exit cleanly" appears and the writter spits out a blank cd. To fix this problem I downgraded MKISOFS to 4:2.01+01a01-4 and CDRECORD to 4:2.01+01a01-4 and ran K3B Setup again and applied writes and all is well.
|
[From; http://www.mepislovers.org/modules/n...=10944&forum=9]
NH
|
|
|
09-22-2005, 04:17 PM
|
#5
|
Member
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470
Original Poster
Rep:
|
cool, i'll try that soon... how does one go about downgrading a package?
will i always have to search-and-unmark that package after I hit "mark all upgrades" to avoid this problem in the future, or will it be rectified by the debian-unstable team?
|
|
|
09-22-2005, 07:45 PM
|
#6
|
Member
Registered: May 2005
Location: Australia
Distribution: MEPIS
Posts: 48
Rep:
|
Synaptic; lock versions, pin, unlock & unpin
lefty.crupps,
I'm using Synaptic to drive apt, for me I searched on the 2 pkgs causing the problem, selected them, then under the "Package" menue choose "Force Version" and in the dialog box that comes up selected the early version and "OK" and "Apply" the changes.
Then search for the same 2 pkgs again and under the "Package" menue again, this time choose ""Lock Version". That will "pin" those pkgs and take care of the problem till it's rectified, when thats done you can unlock the pkgs and update them to get back to normal.
NH
|
|
|
09-27-2005, 10:52 PM
|
#7
|
Member
Registered: May 2005
Location: Australia
Distribution: MEPIS
Posts: 48
Rep:
|
K3b burning FIX problems, issues, upgrades, permissions
New info and ideas on thread here.
http://www.mepislovers.org/modules/n...forumpost78374
Here's the drum good peoples.
[what Ive found anyway, checking across 2 PCs using other peoples info & ideas]
Just un-pinned and upgraded to the "unstable" versions of cdrecord and mkisofs 4:2.01+01a03-2 from "testing" v 4:2.01+01a01-4 which was burning fine.
Then started K3b, when the "K3bsetup" helper dialog came up I ignored it saying I had a burning permissions problem, i.e. I dismissed it.
And just started burning plastic.
Yaaaaayyyyyyy
If you let the "K3bsetup" helper set the permissions to what it thinks or wants, it will stop a working setup from burning.
Then one way to "fix" the problem is to apply Anagor and AdrianTMs' fix.
Quote:
chmod +s /usr/bin/cdrecord.mmap
Where to report this bug, looks like a mix/fight of permission ideas between K3b, cdrecord & mkisofs.
more beers and cheers
NH
Last edited by Nix_Hard; 09-27-2005 at 11:00 PM.
|
|
|
09-28-2005, 10:17 AM
|
#8
|
Member
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470
Original Poster
Rep:
|
I pinned cdrecord and mkisofs to the Testing repos and its all good now. Thank you all for your help!
|
|
|
09-30-2005, 01:19 AM
|
#9
|
Member
Registered: May 2005
Location: Australia
Distribution: MEPIS
Posts: 48
Rep:
|
Not the fault of cdrecord and mkisofs lefty.crupps.
Let your cdrecord and mkisofs run free :-)
Just did the update thing, and burning stopped.
Only k3b & k3blibs updated this time. [0.12.4a-2 from 0.12.4a-1]
When k3b started the k3bsetup helper said need to adjust permissions.
Did that with the helper, burning breaks, no smoke, no joy.
Reset the permissions and bingo.
Smokin...
Quote:
It's on again folks.
This only affects people updating to unstable.
k3b up a notch to 0.12.4a-2 [from 0.12.4a-1]
k3blibs too. [same ver num]
Same problem as before, wants to change your cdrecord permissions.
Don't let it, stops k3b burning again.
Updated k3b and k3blibs to 0.12.4a-2 still works, just don't let it change those permissions.
|
Last edited by Nix_Hard; 09-30-2005 at 01:23 AM.
|
|
|
09-30-2005, 10:05 AM
|
#10
|
Member
Registered: Apr 2005
Location: Minneap USA
Distribution: Debian, Mepis, Sidux
Posts: 470
Original Poster
Rep:
|
well the perms have been changed already... so by pinning those files i can burn. I'll let them free soon enough
thanks nix_hard
|
|
|
10-05-2005, 12:42 PM
|
#11
|
Member
Registered: Jan 2005
Location: Norfolk, VA
Posts: 32
Rep:
|
Quote:
Originally posted by Nix_Hard
Not the fault of cdrecord and mkisofs lefty.crupps.
Let your cdrecord and mkisofs run free :-)
Just did the update thing, and burning stopped.
Only k3b & k3blibs updated this time. [0.12.4a-2 from 0.12.4a-1]
When k3b started the k3bsetup helper said need to adjust permissions.
Did that with the helper, burning breaks, no smoke, no joy.
Reset the permissions and bingo.
Smokin...
|
You mind posting the files that need to have their permissions reset and _exactly_ what those permissions should be? With all the different replies in this thread, I'm currently quite confused.
|
|
|
All times are GMT -5. The time now is 02:50 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|