Giter VIP home page Giter VIP logo

Comments (3)

enoch85 avatar enoch85 commented on August 21, 2024

@TheBR Please read the instructions and complete the script.

Here https://github.com/nextcloud/vm/blob/master/nextcloud-startup-script.sh#L425-L428 and here https://github.com/nextcloud/vm/blob/master/nextcloud-startup-script.sh#L707-L724

This is not an issue --> closing.

Also, you can press CTRL-C to abort it. And another one, if you don't want it to run directly, modify it. :)

Thanks for posting anyway.

from owncloud-vm.

TheBR avatar TheBR commented on August 21, 2024

Hi,
It doesn't even get that far in the script - it hangs here - you cannot even break out the script - it just sits there for ever:-

# Check network
echo "Testing if network is OK..."
service networking restart
    curl -s http://github.com > /dev/null
if [ $? -eq 0 ]
then
    echo -e "\e[32mOnline!\e[0m"
else
echo "Setting correct interface..."
# Set correct interface
{ sed '/# The primary network interface/q' /etc/network/interfaces; printf 'auto %s\niface %s inet dhcp\n# This is an autoconfigured IPv6 interface\niface %s inet6 auto\n' "$IFACE" "$IFACE" "$IFACE"; } > /etc/network/interfaces.new
mv /etc/network/interfaces.new /etc/network/interfaces
service networking restart
fi

The echo "Setting correct interface..." is the last thing you see....

Regards

Scott

from owncloud-vm.

enoch85 avatar enoch85 commented on August 21, 2024

Ok, but since that fails - remove it and set static IP yourself.

from owncloud-vm.

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.