Giter VIP home page Giter VIP logo

Comments (3)

trevorwagner avatar trevorwagner commented on July 26, 2024

Here's a copy of the full output printed when I ran the script:

$ sudo ./NetSUSInstaller.run
[sudo] password for user: 
Verifying archive integrity... All good.
Uncompressing NetSUS Installer........................
Starting the NetSUS Installation
Checking installation requirements...
Checking for a supported OS...Error: Did not detect a valid Ubuntu/RedHat/Cent OS install.

Checking for a 64-bit OS...OK
Aborting installation due to unsatisfied requirements.
Installation failed.  See /var/appliance/logs/applianceinstaller.log for more details.

from netsus.

trevorwagner avatar trevorwagner commented on July 26, 2024

/var/appliance/logs/applianceinstaller.log

[2014-05-09 17:04:21]: Starting the NetSUS Installation
[2014-05-09 17:04:21]: Checking installation requirements...
[2014-05-09 17:04:21]: Checking for a supported OS...
[2014-05-09 17:04:21]: Error: Did not detect a valid Ubuntu/RedHat/Cent OS install.
[2014-05-09 17:04:21]:
[2014-05-09 17:04:21]: Checking for a 64-bit OS...
[2014-05-09 17:04:21]: OK
[2014-05-09 17:04:21]: Aborting installation due to unsatisfied requirements.

Here's what it looks like in Console:

image

from netsus.

jschripsema avatar jschripsema commented on July 26, 2024

Unable to reproduce.

Steps Used to Attempt to Reproduce:

  1. Install minimal Ubuntu 12.04. No extra packages, just base install.
  2. Resynchronize package index. sudo apt-get update
  3. Install Drivers/Tools - Actual steps will vary, but make sure you're installing your hypervisor specific tools or physical hardware device drivers.
    • Install Parallels Tools (I'm testing with Parallels, but other hypervisors have similar options)
    • sudo mount /dev/cdrom /media
    • sudo /media/install
    • Restart
  4. Install newest versions of installed packages. sudo apt-get upgrade
  5. Restart. sudo shutdown -r now
  6. Install OpenSSH to allow transfer of installer. sudo apt-get install openssh-client openssh-server
  7. Use scp to transfer installer from a different computer. scp NetSUSInstaller.run user@ip-address:~/
  8. Run installer sudo ~/NetSUSInstaller.run
  9. Installer finishes without errors. Accessible using web interface.

from netsus.

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.