August 3, 20196 yr I have an install that's been neglected for some time. I believe it was on 6.1.x. Decided to bring it current, so hopped to 6.3.5, which seemed to work fine, then to 6.7.2 after which I get connection refused on port 80 and 443. I've attached a diagnostics file. Any help would be greatly appreciated. tower-diagnostics-20190731-2051.zip Edited August 7, 20196 yr by highspeed
August 7, 20196 yr Community Expert You have a lot of custom stuff on your go file and are missing the start GUI command, revert to default.
August 7, 20196 yr Your go file never starts the web UI. #!/bin/bash # Start the Management Utility echo "Defaults umask_override Defaults umask = 000" >> /etc/sudoers echo "*.* @@192.168.1.113" >> /etc/rsyslog.conf /etc/rc.d/rc.rsyslogd restart /boot/packages/get-pip.py pip install configobj pip install Cheetah pip install pillow pip install pyusb
August 7, 20196 yr I suspect much of what you have in your go file you should possibly move to running using the "User Scripts" plugin. That then helps to separate your customisations from the base Unraid.
August 7, 20196 yr Author Great, thanks for the replies. The config in go is ancient stuff I was clearing out. I guess I cleared out a little too much. Does anyone have a copy of a clean go file for 6.7?
August 8, 20196 yr 48 minutes ago, highspeed said: Does anyone have a copy of a clean go file for 6.7? https://unraid.net/download Scroll to the bottom of the page, the manual installation zip files.
August 8, 20196 yr Author Got the machine up and running. Noticing a nice performance increase on 6.7.2. Thanks a bunch!
Archived
This topic is now archived and is closed to further replies.