8443 block prevents SVN pull - CLOSED

Forums > Bug Posts > 8443 block prevents SVN pull - CLOSED

Post #1
After I installed using the latest available download, I noticed that 3 services failed to start. Here is the end of my razdc-post.log /razdc does not exist anywhere.

req: Can't open "/razdc/www/ssl/razdc.key" for writing, No such file or director y
+ mv /etc/named.conf  /etc/named.conf.BAK
+ mv /etc/dhcp/dhcpd.conf /etc/dhcp/dhcpd.conf.BAK
+ mv /etc/resolv.conf /etc/resolv.conf.BAK
+ cp  /etc/sysconfig/network /razdc/scripts/network
cp: cannot create regular file '/razdc/scripts/network': No such file or directo ry
+ mv /etc/sysconfig/network  /etc/sysconfig/network.BAK
+ ln -s /razdc/scripts/network  /etc/sysconfig/network
+ cp /etc/sysconfig/network-scripts/ifcfg-enp0s3 /razdc/scripts/ifcfg-enp0s3
cp: cannot stat '/etc/sysconfig/network-scripts/ifcfg-enp0s3': No such file or d irectory
+ mv /etc/sysconfig/network-scripts/ifcfg-enp0s3  /etc/sysconfig/network-scripts/ ifcfg-enp0s3.BAK
mv: cannot stat '/etc/sysconfig/network-scripts/ifcfg-enp0s3': No such file or d irectory
+ ln -s  /razdc/scripts/ifcfg-enp0s3 /etc/sysconfig/network-scripts/ifcfg-enp0s3
+ ln -s  /razdc/DNS/named.conf /etc/named.conf
+ ln -s  /razdc/DHCP/conf/dhcpd.conf /etc/dhcp/dhcpd.conf
+ ln -s  /razdc/DNS/resolv.conf /etc/resolv.conf
+ chmod 0777 '/razdc/scripts/*'
chmod: cannot access '/razdc/scripts/*': No such file or directory
+ perl /razdc/www/cgi-bin/firewall.pl
Can't  open perl script "/razdc/www/cgi-bin/firewall.pl": No such file or directo ry
+ history -c
+ rm -- /tmp/ks-script-kda8bicu

Post #2
Look farther back in the log and see if the repo pull failed. These errors indicate that the razdc package was not pulled down. This could could be caused by trying to perform an offline installation or outbound firewall rule blocking 8443.
Bryan King

Post #3
Can you post the setup log here?
Bryan King

Post #4
Let me check, I do run a firewall and 8443 is probably not open. I will open it to any and reinstall.

Post #5
That worked! Thank you!

Post #6
Had the eno1 issue also, followed your instructions and works great. Gonna give it the old test. Domain set up. Thank you for the quick responses!

Post #7
Perfect! I have plans to create a virtual directory with proxy pass-through for SVN in the future so this issue should go away once i release the new ISO.
Bryan King

Post #8
8443 is open for legacy support and virtual path has been created at https://razdc.com/svn using native 443 so additional firewall rules are not required. Also pushed an update to redirect future SVN pulls to the new address. Closing this as solved.
Bryan King

Sorry, this topic is not accepting new posts.