Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 79612 - app-cdr/kiso-0.7b: Can't be started
Summary: app-cdr/kiso-0.7b: Can't be started
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High major (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-26 11:09 UTC by Tobias Minich
Modified: 2005-01-27 12:46 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Minich 2005-01-26 11:09:05 UTC
Whenever I try to start kiso it tells me it has to be started as root first, even when I try to start it as root. I even tried rebooting and in kde logged in as root...
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-26 15:50:11 UTC
What's the output of (as root)

# mkdir foo
# sudo /bin/mount -o loop* -t iso9660 Test.iso ./foo
# echo $?

(that's what kiso do to test your permissions)
Comment 2 Tobias Minich 2005-01-27 10:28:19 UTC
Well, where is Test.iso supposed to be? All I can get from the mount is that it can"t find Test.iso. The echo command then yields 32. Also the command is not save in shells diffrent from bash! I normally use zsh which fails on the mount with "zsh: no matches found: loop*" and the echo yields '1'. That is not the cause of the problem though, since kiso fails as well started from bash.
Comment 3 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-27 12:46:43 UTC
Exactly, Test.iso does not exist, kiso just uses this bizarre method to
see if you have the right permission, it basically checks that the return 
value is different from 1.

I don't think we can do much for this problem, as it does not appear to be Gentoo specific. Please report it directly to the author of kiso.