Issues Installing Snipe-IT on CentOS 7
-
Also found in the log:
fatal: unable to access 'https://github.com/snipe/snipe-it/': Failed connect to github.com:443; Connection refused
-
@dustinb3403 said in Issues Installting Snipe-IT on CentOS 7:
@aaronstuder you do not have php71u-simplexml installed already based on your previous post.
He installed
php71u-xml-7.1.9-2.ius.centos7.x86_64
but the script installsphp71u-simplexml
I assume they are the same? -
Going to run thought the script line by line and see where it fails
-
@aaronstuder said in Issues Installting Snipe-IT on CentOS 7:
Going to run thought the script line by line and see where it fails
I think its best if you create a new VM and then try the script.
-
@black3dynamite I have done that like 12 times now ;-/
-
Fresh VM, same issue.
Maybe I am not setting the proxy correct?
The commands I am using are:
export http_proxy=http://192.168.10.X:8080/ export https_proxy=https://192.168.10.X:8080/
-
-
@dustinb3403 script is running much slower now... maybe it's doing something this time....
-
Everything is working besides git.....
-
* Cloning Snipe-IT from github to the web directory. Cloning into '/var/www/html/snipeit'... fatal: unable to access 'https://github.com/snipe/snipe-it/': Failed connect to github.com:443; Connection refused
This is where it fails
-
My guess is that git isn't processing the traffic thought the proxy.
-
What port(s) is git using?
-
@aaronstuder said in Issues Installting Snipe-IT on CentOS 7:
What port(s) is git using?
That's an odd question isn't it? Anyway you can just allow this device to not use the proxy and be done with it?
-
@dustinb3403 I wish...
-
@aaronstuder said in Issues Installting Snipe-IT on CentOS 7:
What port(s) is git using?
unable to access 'https://github.com/snipe/snipe-it/': Failed connect to github.com:443;
https-443
-
@aaronstuder said in Issues Installting Snipe-IT on CentOS 7:
@dustinb3403 I wish...
OK build a VM at your house outside of this network and bring it into the network as a vhdx or whatever hypervisor you're using.
Pull a new ip once booted and be done with it.
-
@romo duh. Thanks.
-
@dustinb3403 Honestly thought about that... What about updates?
-
@aaronstuder said in Issues Installting Snipe-IT on CentOS 7:
@dustinb3403 Honestly thought about that... What about updates?
Well that'll be the rub, you won't have any.
Alternatively you know that they have a hosted solution for $399 a year.
Which isn't much at all.
-
If I run it manually, it works perfectly o_0
[root@snipeit tmp]# git clone https://github.com/snipe/snipe-it Cloning into 'snipe-it'... remote: Counting objects: 66304, done. remote: Compressing objects: 100% (16/16), done. remote: Total 66304 (delta 4), reused 11 (delta 3), pack-reused 66284 Receiving objects: 100% (66304/66304), 62.36 MiB | 2.81 MiB/s, done. Resolving deltas: 100% (41755/41755), done. [root@snipeit tmp]#