Conversation:
Notices
-
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 13:27:37 EDT
Douglas A. Whitfield
The thing about #foreman and #uyuni forcing a DNS name is that the DNS name doesn't actually work so all of their output is a lie.
Although, that said, the IP address isn't working currently for foreman. It is for uyuni though.-
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864} (lnxw48a1)'s status on Friday, 19-Jun-2020 13:41:44 EDT
LinuxWalt (@lnxw48a1) {3EB165E0-5BB1-45D2-9E7D-93B31821F864}
@musicman If it is just for learning purposes, you could add it in /etc/hosts ... usually allows you to skip DNS. -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 15:09:18 EDT
Douglas A. Whitfield
right, but my point is my local browsers can't see that. -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 15:09:53 EDT
Douglas A. Whitfield
well, I guess I could change the hosts file in two different places...hmm -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 15:27:20 EDT
Douglas A. Whitfield
nmap says ports are open, though that's from CentOS...I should run it from my local box -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 15:30:04 EDT
Douglas A. Whitfield
well, well, well:
> nmap 192.168.40.232 -p 80
Starting Nmap 7.80 ( https://nmap.org ) at 2020-06-19 14:29 CDT
Nmap scan report for dwhitfield-foreman.openlogic.local (192.168.40.232)
Host is up (0.084s latency).
PORT STATE SERVICE
80/tcp closed http
Nmap done: 1 IP address (1 host up) scanned in 0.26 seconds -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 15:42:43 EDT
Douglas A. Whitfield
rolling this back didn't seem to work...I wonder if I should just uninstall everything ruby-related: [root@dwhitfield-foreman ~]# foreman-installer --scenario katello --help Traceback (most recent call last): 13: from /usr/sbin/foreman-installer:3:in `<main>' 12: from /opt/rh/rh-ruby25/root/usr/share/rubygems/rubygems/core_ext/kernel_require.rb:39:in `require' 11: from /opt/rh… -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 16:29:30 EDT
Douglas A. Whitfield
I just rm -rfed some stuff without checking what it would delete. We'll see how that works out... -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 16:33:55 EDT
Douglas A. Whitfield
looks like there are a lot of tfm ruby gems...so this was a good learning experience. tfm seems to stand for TheForeMan -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 16:52:55 EDT
Douglas A. Whitfield
it seems something called candlepin is the source of my current issues -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 17:24:49 EDT
Douglas A. Whitfield
it's there, but the wrong version: https://fedorapeople.org/groups/katello/releases/yum/3.15/candlepin/el7/x86_64/ -
Douglas A. Whitfield (musicman)'s status on Friday, 19-Jun-2020 17:45:29 EDT
Douglas A. Whitfield
yum clean all seems to have done the trick, though I still need to actually install katello.
-