Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem starting "muse" as normal user! [sf#863499] #14

Closed
Windfisch opened this issue Sep 10, 2013 · 1 comment
Closed

Problem starting "muse" as normal user! [sf#863499] #14

Windfisch opened this issue Sep 10, 2013 · 1 comment

Comments

@Windfisch
Copy link
Member

Submitted by nobody on 2003-12-20 14:05:38

Starting "muse" as root works fine. Starting "muse" as
normal user (here user name "rosted") fails:

bash-2.05b$ muse
no locale <muse_en_US>/</usr/local/share/muse/locale>
open projectfile: No such file or directory
NO Config File </home/rosted/.MusE>
WARNING: Cannot lock memory:: Operation not permitted
cannot set tick on /dev/rtc: Permission denied
precise timer not available
bash-2.05b$
bash-2.05b$ ls -all /dev/rtc
lr-xr-xr-x 1 root root 8 Dec 20 13:03
/dev/rtc -> misc/rtc
bash-2.05b$
bash-2.05b$ ls -all /dev/misc/rtc
crwx------ 1 rosted video 10, 135 Jan 1 1970
/dev/misc/rtc
bash-2.05b$

I use a standard installation of Mandrake Linux 9.2
(download edition), enterprise kernel on a Pentium 4 HT
3GHz / 800Mhz bus.

@Windfisch
Copy link
Member Author

Submitted by spamatica on 2004-01-06 00:12:28

You need root access to access rtc, this can be
accomplished several ways

  • being root
  • installing the binary with setuid (possible in
    ./configure)
  • using givertcaps (currently not working)

that muse fails if it can access rtc is intentional

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant