Summary: | kaudiocreator error "/By Track/Track 01.wav" should start with "audiocd:/" | ||
---|---|---|---|
Product: | [Unmaintained] kio | Reporter: | Roger Larsson <roger.larsson> |
Component: | audiocd | Assignee: | rik |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roger Larsson
2003-08-24 00:59:41 UTC
This would have to do with the audiocd:// error reporting. Not sure why you needed rw. Or would this go to KIO, Rik? It when checking for a drive it puts out the correct error for: -If the file even exists: ERR_DOES_NOT_EXIST -If read permissions: ERR_CANNOT_OPEN_FOR_READING -If write permissions: ERR_CANNOT_OPEN_FOR_WRITING and finally defaults to just ERR_ACCESS_DENIED if it has read/write and the file exists, but there was still and error. Oh also change the string from "/" to the device name "/dev/cdrom" for example. I still get this error..."The file or folder /By Track/Track 01.wav does not exist." when I try to rip a CD. I had a plextor 8/4/32A drive when I installed KDE on SUSE 9.1. I bought a Lite-On 52/24/52 drive hoping it would fix the problem (wanted a faster drive anyway). I do not have this problem on the other two computers I have installed on. Any idea how I can fix this? I see the bug was marked as fixed. take a look at bug:50767 I saw that, but I think my problem is something else. My cdrom file permissions look like this... brw------- 1 jeff disk 56, 0 Apr 6 06:27 hdi lrwxrwxrwx 1 root root 3 Jun 4 21:12 cdrecorder -> hdi lrwxrwxrwx 1 root root 3 Jun 4 21:12 cdrom -> hdi I even tried making the hdi rwx for everyone just to try it, but no luck. I have two computers at home here, although I have installed SUSE 9.1 on three computers total (I got a non-techy friend into Linux now). I have a server computer and a client computer. I can rip no problem on the server computer, but not the client computer. The strange thing is I took the cdrom drive that worked on my server computer and put it in my client computer and put the client cdrom in my server computer...so now my server computer still works but my client computer still does not. I even went the radical route and just reinstalled (twice) hoping I missed something somewhere in the install. I don't know what else to do. Like I said the other two computers I installed everything works fine. My client computer is using an Athalon XP 2100 on a Epox 8K5A Motherboard. The Motherboard is a Raid board...although I am not using the raid features currently. Any ideas?? I will try anything. Looks like you have no permission to access hdi. It doesn't matter what the permissions on the symbolic links are. If you change the permissions on hdi, that should fix it. The error message seems like a bug to me, but it could be that is the error reported back to the KIO slave. I can't really check it at the moment, sorry. |