reboot and permissions in Ubuntu 16.04

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












in Ubuntu 16.04



UNIX_lab@MyComputer:~$ `sudo reboot -f`
Rebooting.
Failed to reboot: Invalid argument


I don't know this solution.



Please help me.







share|improve this question


























    up vote
    0
    down vote

    favorite












    in Ubuntu 16.04



    UNIX_lab@MyComputer:~$ `sudo reboot -f`
    Rebooting.
    Failed to reboot: Invalid argument


    I don't know this solution.



    Please help me.







    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      in Ubuntu 16.04



      UNIX_lab@MyComputer:~$ `sudo reboot -f`
      Rebooting.
      Failed to reboot: Invalid argument


      I don't know this solution.



      Please help me.







      share|improve this question














      in Ubuntu 16.04



      UNIX_lab@MyComputer:~$ `sudo reboot -f`
      Rebooting.
      Failed to reboot: Invalid argument


      I don't know this solution.



      Please help me.









      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 28 at 9:24









      guiverc

      3,44911222




      3,44911222










      asked Apr 28 at 9:16









      Taro

      1




      1




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          UNIX_lab@MyComputer:~$ sudo reboot -f


          Should work, i.e. w/o `` (this indicates command substitution and is only needed in scripts)



          Use command substitution e.g. like this (in a script)



          mkdir /home/`whoami`





          share|improve this answer




















          • Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
            – Taro
            Apr 29 at 4:52











          • ok... what about sudo halt or ` sudo shutdown` etc?
            – Baedsch
            Apr 29 at 13:10











          • NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
            – Taro
            Apr 30 at 7:08











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029136%2freboot-and-permissions-in-ubuntu-16-04%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote













          UNIX_lab@MyComputer:~$ sudo reboot -f


          Should work, i.e. w/o `` (this indicates command substitution and is only needed in scripts)



          Use command substitution e.g. like this (in a script)



          mkdir /home/`whoami`





          share|improve this answer




















          • Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
            – Taro
            Apr 29 at 4:52











          • ok... what about sudo halt or ` sudo shutdown` etc?
            – Baedsch
            Apr 29 at 13:10











          • NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
            – Taro
            Apr 30 at 7:08















          up vote
          1
          down vote













          UNIX_lab@MyComputer:~$ sudo reboot -f


          Should work, i.e. w/o `` (this indicates command substitution and is only needed in scripts)



          Use command substitution e.g. like this (in a script)



          mkdir /home/`whoami`





          share|improve this answer




















          • Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
            – Taro
            Apr 29 at 4:52











          • ok... what about sudo halt or ` sudo shutdown` etc?
            – Baedsch
            Apr 29 at 13:10











          • NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
            – Taro
            Apr 30 at 7:08













          up vote
          1
          down vote










          up vote
          1
          down vote









          UNIX_lab@MyComputer:~$ sudo reboot -f


          Should work, i.e. w/o `` (this indicates command substitution and is only needed in scripts)



          Use command substitution e.g. like this (in a script)



          mkdir /home/`whoami`





          share|improve this answer












          UNIX_lab@MyComputer:~$ sudo reboot -f


          Should work, i.e. w/o `` (this indicates command substitution and is only needed in scripts)



          Use command substitution e.g. like this (in a script)



          mkdir /home/`whoami`






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Apr 28 at 9:52









          Baedsch

          113




          113











          • Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
            – Taro
            Apr 29 at 4:52











          • ok... what about sudo halt or ` sudo shutdown` etc?
            – Baedsch
            Apr 29 at 13:10











          • NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
            – Taro
            Apr 30 at 7:08

















          • Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
            – Taro
            Apr 29 at 4:52











          • ok... what about sudo halt or ` sudo shutdown` etc?
            – Baedsch
            Apr 29 at 13:10











          • NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
            – Taro
            Apr 30 at 7:08
















          Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
          – Taro
          Apr 29 at 4:52





          Thanks for your comment. I'm sorry, I really wrote UNIX_lab@MyComputer:~$ sudo reboot -f But it couldn't work.
          – Taro
          Apr 29 at 4:52













          ok... what about sudo halt or ` sudo shutdown` etc?
          – Baedsch
          Apr 29 at 13:10





          ok... what about sudo halt or ` sudo shutdown` etc?
          – Baedsch
          Apr 29 at 13:10













          NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
          – Taro
          Apr 30 at 7:08





          NO, It can`t work. The message is ... Failed to connect to bus: No such file or directory Failed to talk to init daemon.
          – Taro
          Apr 30 at 7:08


















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1029136%2freboot-and-permissions-in-ubuntu-16-04%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          GRUB: Fatal! inconsistent data read from (0x84) 0+xxxxxx

          `kcmshell` modules relation with `/usr/share/applications`

          How to enroll fingerprints to Ubuntu 17.10 with VFS491