Giter Site home page Giter Site logo

Comments (12)

dansanti avatar dansanti commented on August 22, 2024

open a root promt sudo -s , and then run bash <(curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh)

from zpanelx.

stokes84 avatar stokes84 commented on August 22, 2024

If dansanti's answer doesn't do the trick try this...

bash < <(curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh)

or possibly the symlink is missing in which case this should fix it..

ln -s /proc/self/fd /dev/fd

from zpanelx.

allebb avatar allebb commented on August 22, 2024

I think the issue may actually be that either the server you are trying to
run it on either does not have bash installed OR curl is missing, if either
of the other replies don't help try a combination of these commands:-

sh < <(curl -Ss
https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh
)

sh < <(wget
https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh
)

bash < <(curl -Ss
https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh
)

bash < <(wget
https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh
)

Cheers,
Bobby

On 5 March 2014 02:03, Chris Stokes [email protected] wrote:

If dansanti's answer doesn't do the trick try this...

bash < <(curl -Ss
https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh
)

Reply to this email directly or view it on GitHubhttps://github.com//issues/126#issuecomment-36702732
.

from zpanelx.

CyberSparkNL avatar CyberSparkNL commented on August 22, 2024

Thanks for the reply's, the reply of stokes84 is working a little bit. It starts up the updater but now it's stuck at the message thats telling me I need to make a backup.

Could somebody help me out further?

Lucacker

from zpanelx.

trojanspike avatar trojanspike commented on August 22, 2024

yea , this is a problem that needs to be fixed : has this method of installing been tried on the VM's? I have the same issues.
@bobsta63

from zpanelx.

trojanspike avatar trojanspike commented on August 22, 2024

@Lucacker

curl -Ss https://raw.github.com/zpanel/installers/master/upgrade/Ubuntu-12_04/10_1_1.sh -o zpanel-upgrade.sh
curl -Ss https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh -o zpanel.sh

Or You can use an installer I have that use to be on the website
https://s3-eu-west-1.amazonaws.com/bucket-hy87/installer-ubuntu-32.sh

from zpanelx.

CyberSparkNL avatar CyberSparkNL commented on August 22, 2024

@trojanspike
But that's the installer, and I need to upgrade.

from zpanelx.

5050 avatar 5050 commented on August 22, 2024

@trojanspike, about the installer from s3-eu-west-1.amazonaws.com/bucket-hy87
Warning : this installer is compiled and from an unofficial source.
Since a few months, the installers are open source on github and in visible text.

You should not use or give link to such compiled installers that may have some chance to be obsolete, but also that may have (bad) chance to contains unwanted feature like worm or virus.

from zpanelx.

trojanspike avatar trojanspike commented on August 22, 2024

@5050
You giving me a slap on the wrists?
;)

from zpanelx.

5050 avatar 5050 commented on August 22, 2024

@trojanspike
Not sure about the meaning of "slap on the wrist" (sorry, my english is a too much limited !). I did not wanted to be aggressive, only warning to be carefull : the internet is not so safe than I would expect.

We (at ZP team) have already enough users complaining about problems caused by use of obsolete (or inappropriate) infos, docs and installers from blogs, youtube, etc...

from zpanelx.

trojanspike avatar trojanspike commented on August 22, 2024

I like to keep what works until the solid next version come : so I kept the initial installer.

from zpanelx.

 avatar commented on August 22, 2024

Updated announcement:

What about this centos install request:
http://forums.zpanelcp.com/Thread-ZPanelX-10-1-1-has-been-released

yum install wget -y && wget https://raw.githubusercontent.com/zpanel/installers/master/install/CentOS-6_4/10_1_1.sh --no-check-certificate && bash 10_1_1.sh

for ubuntu
sudo apt-get install wget -y && sudo wget https://raw.github.com/zpanel/installers/master/install/Ubuntu-12_04/10_1_1.sh --no-check-certificate && sudo bash 10_1_1.sh

Wget got less issues than curl pipping to bash. I even added the yum install so it will work even for those without wget. Require root, I can change it to have SU?

I Think that we will close this "issue" as we got a clean solution here. Waiting for feedback to confirm.

M B

from zpanelx.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.