-
Notifications
You must be signed in to change notification settings - Fork 68
Ubuntu 12.04: after installing and reboot, /var/appliance/dialog.sh fails in a loop on system startup. #22
Comments
Hello. Would you mind posting your log file, /var/appliance/logs/applianceinstaller.log? There is a line to install 'dialog' during installation using apt-get already. Two things that might block this: |
/var/appliance/logs/applianceinstaller.log
Sorry for the copy-paste: I tried uploading the log file but github wouldn't let me. If it helps, here's a screenshot that of what it looks like in OS X Console: Not sure if there is a better way to do this. If it helps at all to clarify, what I've posted here is the log generated when I run the installer with the 3.0 installer linked to from the front page: http://jamfsoftware-content.s3.amazonaws.com/downloads/NetSUS_3.0.run |
Hi, jschripsema- Thanks for the questions.
No problem. I posted this above, in my last comment.
I’m running the installer as a non-root user with sudo. Here is the full set of commands I’m using to download and run the installer:
I’m running all of this as a one-liner (with commands separated by semicolons). If it helps, here is what I’m selecting at the prompts, during installer runtime:
I don’t use a proxy server at all. I’m reproducing this with VirtualBox VMs, so if it helps, I’m not using proxies either on my guest systems or on my host system. My network setup is what you’d expect from most SOHO networks (e.g. if I bought a router from Best Buy, connected it to my cable modem, and used default settings). AFAIK I do not need to authenticate in order to use apt-get. For example: if I run either I found a command on line 21 of NetSUS/webadmin/webadminInstall.sh that it looks like might be expected If I run this command manually (omitting the redirect of output to $logFile) on the machine I’m reproducing this with, I’m able to install dialog successfully. If it helps, here's what this looks like in the command prompt:
I hope this helps. Thanks. -Trevor On May 9, 2014, at 1:46 PM, jschripsema notifications@github.com wrote:
|
Sorry: it looks like my markdown didn't go through well in email. If there's any of this I can clarify, please let me know. |
Unable to reproduce. Maybe your install log will give some insight as to why your install failed. Steps Used to Attempt to Reproduce:
|
Closed as unable to reproduce. |
If I install NetSUS under a clean installation of Ubuntu LTS Server 12.04, then reboot the machine, I observe upon reboot that a loop occurs where /var/appliance/dialog.sh posts (and repeats) an error message (that the command "dialog" was not found):
/var/appliances/dialog.sh: 21: /var/appliances/dialog.sh: dialog: not found
When this happens, I'm observing that the system is still responsive (and that I can connect to the system via SSH and issue commands). When I evaluate currently running processes with top, though, I'm observing that dialog.sh occupies 99.9% of the system CPU.
If I'm correct, this appears to occur because dialog is not installed by default in Ubuntu LTS Server 12.04. See my notes (below) for more information.
Steps to Reproduce
Notes
I'm only observing this under Ubuntu LTS Server 12.04. I'm not observing it at all under LTS Server 10.04, and I'm not reproducing it under CentOS 6.5. I do not currently have a copy of RHEL 6.4 (or later) that I can test this with.
If I install the package dialog (
# apt-get install dialog
) between steps 1 and 2 in my steps to reproduce, I'm able to follow the rest of the STR without reproducing this behavior.In the interest of full disclosure (and regardless of whether it seems related), there were three things in my runtime environment that were exceptions to a 100% clean installation:
It also might be worth noting that I reproduced this in a VirtualBox (v 4.3.10 r93012) virtual machine, with a host machine running under OS X 10.9.1.
The text was updated successfully, but these errors were encountered: