@robblehead Can you provide the install log? /var/log/snipeit-install.log
tiagom
@tiagom
Posts made by tiagom
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@rejivincentc said in Installing Snipe-IT on CentOS 7 and MariaDB:
Installing psy/psysh (v0.8.14): Cloning 91e53c1656
Failed to download psy/psysh from source: The process "git clone --no-checkout 'https://github.com/bobthecow/psysh.git' '/var/www/html/snipeit/vendor/psy/psysh' && cd '/var/www/html/snipeit/vendor/psy/psysh' && git remote add composer 'https://github.com/bobthecow/psysh.git' && git fetch composer" exceeded the timeout of 300 seconds.
Now trying to download from dist
Installing psy/psysh (v0.8.14): Downloading (100%)Appears to be an issue cloning.
Perhaps github was having issues when you were trying to install?
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
@robblehead You restore the database and then restore the files to the appropriate place. I don't have a backup in front of me but the file structure is preserved in the backup.
If you're extracting on windows don't use the builtin unzip. You need to use 7zip or another file archiver.
SnipeIT currently as far as i am aware does not have an automated restore backup feature.
-
RE: Installing Snipe-IT on CentOS 7 and MariaDB
You don't need to run
setenforce 0 mkdir -p /var/www/html; cd /var/www/html/
The script handles selinux setup on CentOS 7.
I just tested it and successfully install on CentOS 7. Can you provide the output of /var/log/snipeit-install.log ?
-
RE: Domain Trust failed on a VM
@jimmy9008 said in Domain Trust failed on a VM:
Disconnect the VM from the virtual NIC. Reboot VM from host management. Connect to VM from host management (the VM is now not on the network). Login with domain admin creds. This will be allowed as 'offline login/admin'.
Then put the VM back on to the network whilst logged on and rejoin the VM back to the domain. Then restart. Easy.
Rejoining to the domain will create a new SID. Not sure if that would cause issues for the CA in AD.
-
RE: Domain Trust failed on a VM
Run Test-ComputerSecureChannel -Verbose to confirm broken trust relationship.
To repair:
Reset the computer account in AD.
Run powershell as administrator on the machine with broken trust.
$c = Get-Credential
Enter domain admin credsTest-ComputerSecureChannel -Verbose -Credential $c -Repair
-
RE: Error while installing Snipe IT
@scottalanmiller said in Error while installing Snipe IT:
Snipe-IT has a lot of fragility around their install scripts, and not a huge user base so issues are difficult to track down.
I can personally promise that v4 installs under Debian 8 & 9.1, Ubuntu 14.04.5 & 16.04.3 & 17.04 and CentOS 6 & 7.
If it doesn't ping me.
-
RE: SnipeIT - Connection Refused
Original snipeit installer had it added on Sep 26, 2016.
-
RE: SnipeIT - Connection Refused
The installer doesn't
setenforce 0
. Depending on the distro being installed it even checks if selinux is enforcing and runs
setsebool -P httpd_can_connect_ldap on
chcon -R -h -t httpd_sys_script_rw_t /var/www/html/snipeit/
-
RE: What Are You Doing Right Now
Current master has a dependency that requires php7+. The fix is in develop but hasn't been pushed to master.