The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    turbografx emulator says i need to run as root (but i am root :S)

    Discussion in 'Linux Compatibility and Software' started by Fittersman, Feb 8, 2008.

  1. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    First off, if anyone knows of a good turbografx emulator, suggestions are welcome :)

    what im trying to do is get a working turbografx emulator and i found xe, but im having problems installing it.

    here is what happens...

    Code:
    cleippi@Christopher-PC:~/Desktop/xe-x64$ sudo ./install.sh
    [: 37: ==: unexpected operator
    Must be logged on as root.
    cleippi@Christopher-PC:~/Desktop/xe-x64$ sudo sh install.sh
    [: 37: ==: unexpected operator
    Must be logged on as root.
    cleippi@Christopher-PC:~/Desktop/xe-x64$ sudo make install
    [: 37: ==: unexpected operator
    Must be logged on as root.
    
    and here is the important part of the README file

    Code:
    Install to system directory:
    
       1. login as root
       2. 'make' to link the software
       3. 'make install' will install it to the system directory 
    running 'make' was successful, just i get that weird error when i run 'make install'
     
  2. rm2

    rm2 Notebook Consultant

    Reputations:
    107
    Messages:
    275
    Likes Received:
    0
    Trophy Points:
    30
    It looks like you are logged in as: cleippi
    Type in the command: whoami
     
  3. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    yeah i am but sudo allows you to run stuff as root user. Just to make sure i also logged in as root in recovery mode, but that gave the same errors.
     
  4. someone777

    someone777 Notebook Evangelist

    Reputations:
    14
    Messages:
    634
    Likes Received:
    0
    Trophy Points:
    30
    i think you could go as
    sudo -r ? or something like that
    there is a command that makes you the totally a root user
     
  5. Fittersman

    Fittersman Wanna trade?

    Reputations:
    225
    Messages:
    1,306
    Likes Received:
    0
    Trophy Points:
    55
    nope, its not -r, then i typed in 'sudo --help' and i get this:

    Code:
    cleippi@Christopher-PC:~/Desktop/xe-x64$ sudo --help
    sudo: please use single character options
    usage: sudo -K | -L | -V | -h | -k | -l | -v
    usage: sudo [-HPSb] [-p prompt] [-u username|#uid]
                { -e file [...] | -i | -s | <command> }
    
    so i googled for those commands and none of them seem to do what you thought -r would do.

    any other ideas?