Results 1 to 10 of 10

Thread: can't shutdown

  1. #1
    Join Date
    Jul 2008
    Beans
    7

    can't shutdown

    Alright so is this part of the April fools day? The shutdown button has disappeared. ooh and sins i am writing this here any way, how do i shutdown from console?

  2. #2
    Join Date
    Mar 2007
    Location
    $HOME (Washington State)
    Beans
    4,590

    Re: can't shutdown

    if you want to shutdown from console, use sudo shutdown -h now
    See my themes here! | Dont preach Linux, mention it | Make GNOME Themes
    I'm no longer on here. If you want to talk to me, go to noost.org.
    My DeviantArt | Linux user #461096 | Ubuntu user #15753

  3. #3
    Join Date
    Jan 2008
    Beans
    1,336

    Re: can't shutdown

    Alright so is this part of the April fools day? The shutdown button has disappeared.
    i cant be 100% because im not using ubuntu, but im pretty sure thats not an april fools joke

    you can add or remove buttons from the panel by right clicking on it

  4. #4
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: can't shutdown

    Quote Originally Posted by tjwoosta View Post
    i cant be 100% because im not using ubuntu, but im pretty sure thats not an april fools joke

    you can add or remove buttons from the panel by right clicking on it
    This is NOT an April Fools joke. Ubuntu has not deployed any April Fools jokes to its users since the Warty Warthog days (when a somewhat hairy parody of the welcome screen picture was deployed to beta testers).
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

  5. #5
    Join Date
    Jul 2007
    Location
    Brugge, België
    Beans
    2,933

    Re: can't shutdown

    Quote Originally Posted by smartboyathome View Post
    if you want to shutdown from console, use sudo shutdown -h now
    actually it's

    sudo shutdown -h NOW


    The NOW has to be recited out loud screaming, using your best Arnold Schwarzenegger impression.

  6. #6
    Join Date
    Jul 2008
    Location
    Where I am
    Beans
    807
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: can't shutdown

    Hmm, i just always used:
    Code:
    sudo halt
    .i coi rodo

  7. #7
    Join Date
    Jun 2007
    Location
    The Mistake by the Lake
    Beans
    1,813

    Re: can't shutdown

    I never understood why I need root privileges to do it in the terminal, but using the GUI I don't.
    Quote Originally Posted by Homer J. Simpson
    "Dinner is the perfect break between work, and drunk."


  8. #8
    Join Date
    Jul 2008
    Location
    Where I am
    Beans
    807
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: can't shutdown

    Quote Originally Posted by swoll1980 View Post
    I never understood why I need root privileges to do it in the terminal, but using the GUI I don't.
    I do, GDM the display manager or KDM if you use KDE, will startup with root privileges, it will allow GNOME and KDE things without sudoing, GNOME uses root privileges, a normal terminal does not.
    .i coi rodo

  9. #9
    Join Date
    Jun 2007
    Location
    The Mistake by the Lake
    Beans
    1,813

    Re: can't shutdown

    Quote Originally Posted by dragos240 View Post
    I do, GDM the display manager or KDM if you use KDE, will startup with root privileges, it will allow GNOME and KDE things without sudoing, GNOME uses root privileges, a normal terminal does not.
    Thanks for the explanation.
    Quote Originally Posted by Homer J. Simpson
    "Dinner is the perfect break between work, and drunk."


  10. #10
    Join Date
    Oct 2004
    Location
    Cupertino, CA
    Beans
    5,092
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: can't shutdown

    Quote Originally Posted by swoll1980 View Post
    Thanks for the explanation.
    There are dbus hooks that the GUI uses to request a shutdown; the authorization to do this can be set via PolicyKit; by default the foreground active user is always allowed to shutdown/restart; but you can configure that otherwise if you dont' want your users to shut down the system.


    These same hooks can be accessed from the command line but it's not obvious. The GUI does not directly use the shutdown -h now command.
    Quote Originally Posted by tuxradar
    Linux's audio architecture is more like the layers of the Earth's crust than the network model, with lower levels occasionally erupting on to the surface, causing confusion and distress, and upper layers moving to displace the underlying technology that was originally hidden

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •