ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Xen Orchestra on Ubuntu 15.10 - Complete installation instructions

    IT Discussion
    how to xen orchestra ubuntu 15.10 debian xen open source ubuntu linux xenserver
    24
    609
    281.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      Alex Sage
      last edited by

      sudo should be removed from the script. Your running it as root anyways, and it forces you to install sudo on a minimal Debian install.

      1 Reply Last reply Reply Quote 0
      • A
        Alex Sage
        last edited by

        @olivier New web interface isn't working on my iPhone 😞

        olivierO 1 Reply Last reply Reply Quote 0
        • olivierO
          olivier @Alex Sage
          last edited by

          @aaronstuder That's a Safari issue. We opened an issue on GH.

          Really, Safari is the new IE... https://nolanlawson.com/2015/06/30/safari-is-the-new-ie

          A 1 Reply Last reply Reply Quote 2
          • A
            Alex Sage @olivier
            last edited by

            @olivier Thanks for the reply!

            1 Reply Last reply Reply Quote 0
            • BRRABillB
              BRRABill
              last edited by

              This may be more of a GitHUb question, but ... how do you know what the latest version is?

              A thread on the XO forum said that version 5.0.2 was out. I updated, no problems.

              Except xo-server is still on 5.0.0. I would think that was weird, but I know in 4.X that sometimes happened.

              Anyway, how do I find out what the latest version is, so I know when to freak out and when not to freak out. 🙂

              DustinB3403D 1 Reply Last reply Reply Quote 0
              • DustinB3403D
                DustinB3403 @BRRABill
                last edited by

                @BRRABill You would watch the XO github site.

                BRRABillB 1 Reply Last reply Reply Quote 0
                • BRRABillB
                  BRRABill @DustinB3403
                  last edited by

                  @DustinB3403 said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                  @BRRABill You would watch the XO github site.

                  So, I am on that page, and not finding what I am looking for.

                  I see there are separate xo-server and xo-web pages.

                  But still not seeing how to tell what the latest version of each is.

                  I am sure it's not a XO issue, just my unfamiliarity with GitHub.

                  1 Reply Last reply Reply Quote 0
                  • DanpD
                    Danp
                    last edited by

                    Latest release can be found at the respective link for each product:

                    https://github.com/vatesfr/xo-server/releases

                    https://github.com/vatesfr/xo-web/releases

                    BRRABillB 1 Reply Last reply Reply Quote 2
                    • BRRABillB
                      BRRABill @Danp
                      last edited by

                      @Danp said

                      Latest release can be found at the respective link for each product:

                      https://github.com/vatesfr/xo-server/releases

                      https://github.com/vatesfr/xo-web/releases

                      HOT DAMN!

                      That's what I am looking for!

                      1 Reply Last reply Reply Quote 0
                      • hobbit666H
                        hobbit666
                        last edited by

                        I've had this working but deleted all my VM's yesterday and started a fresh. Installing XO onto a fresh install of Ubuntu with network set-up
                        ruuning Scotts single line script as per post#1

                        sudo curl https://raw.githubusercontent.com/scottalanmiller/xenorchestra_installer/master/xo_install.sh | bash

                        But I get the following errors:-
                        0_1469630110080_XenError1.png
                        0_1469630117254_XenError2.png

                        1 Reply Last reply Reply Quote 0
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          Are you definitely running as root?

                          hobbit666H 1 Reply Last reply Reply Quote 0
                          • hobbit666H
                            hobbit666 @scottalanmiller
                            last edited by

                            @scottalanmiller said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                            Are you definitely running as root?

                            ur maybe 😄

                            1 Reply Last reply Reply Quote 0
                            • scottalanmillerS
                              scottalanmiller
                              last edited by

                              That $ prompt suggests end user account 🙂

                              1 Reply Last reply Reply Quote 0
                              • hobbit666H
                                hobbit666
                                last edited by

                                Doesn't the sudo command make it run as root? but i'm also running it as the user I first set-up as I thought Ubuntu doesn't have root you use sudo?

                                scottalanmillerS 1 Reply Last reply Reply Quote 0
                                • scottalanmillerS
                                  scottalanmiller @hobbit666
                                  last edited by

                                  @hobbit666 said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                  Doesn't the sudo command make it run as root? but i'm also running it as the user I first set-up as I thought Ubuntu doesn't have root you use sudo?

                                  Yes, but only the immediate process. Try running as root instead. Sudo is how you get to root.

                                  sudo -i su
                                  
                                  hobbit666H 1 Reply Last reply Reply Quote 0
                                  • hobbit666H
                                    hobbit666 @scottalanmiller
                                    last edited by

                                    @scottalanmiller said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                    @hobbit666 said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                    Doesn't the sudo command make it run as root? but i'm also running it as the user I first set-up as I thought Ubuntu doesn't have root you use sudo?

                                    Yes, but only the immediate process. Try running as root instead. Sudo is how you get to root.

                                    sudo -i su
                                    

                                    OK that worked 🙂 maybe worth mentioning it in first post 🙂

                                    scottalanmillerS 1 Reply Last reply Reply Quote 2
                                    • scottalanmillerS
                                      scottalanmiller @hobbit666
                                      last edited by

                                      @hobbit666 said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                      @scottalanmiller said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                      @hobbit666 said in Xen Orchestra on Ubuntu 15.10 - Complete installation instructions:

                                      Doesn't the sudo command make it run as root? but i'm also running it as the user I first set-up as I thought Ubuntu doesn't have root you use sudo?

                                      Yes, but only the immediate process. Try running as root instead. Sudo is how you get to root.

                                      sudo -i su
                                      

                                      OK that worked 🙂 maybe worth mentioning it in first post 🙂

                                      He did, second sentence:

                                      0_1469631456993_Screenshot from 2016-07-27 10:56:53.png

                                      hobbit666H 1 Reply Last reply Reply Quote 1
                                      • hobbit666H
                                        hobbit666
                                        last edited by

                                        OK so it ran but something not right, can't seem to see where to add new host???

                                        1 Reply Last reply Reply Quote 0
                                        • hobbit666H
                                          hobbit666
                                          last edited by

                                          On chrome I get:-
                                          0_1469631603809_XOChrome.png

                                          But on Firefox and Edge it's fine.

                                          1 Reply Last reply Reply Quote 0
                                          • DustinB3403D
                                            DustinB3403
                                            last edited by

                                            @hobbit666 you mean the loading circle?

                                            hobbit666H 1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 30
                                            • 31
                                            • 11 / 31
                                            • First post
                                              Last post