@robblehead Can you provide the install log? /var/log/snipeit-install.log
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.
-
RE: Copy file from Windows Server to hosted external CentOS server
@JaredBusch said in Copy file from Windows Server to hosted external CentOS server:
@Tim_G said in Copy file from Windows Server to hosted external CentOS server:
Excellent, definitely a few seeds planted for me to expand on.
I'll check into WinSCP first to see if there's a way I can get things going.
Note: There's not FTP access. ONLY SSH. WinSCP still a good place to start?
Install it and make a connection. If it works, you can automate it easily.
Here's a PS way to automate it.
-
RE: Reverse Engineer Apache Jackrabbit Setup
@anthonyh said in Reverse Engineer Apache Jackrabbit Setup:
@scottalanmiller said in Reverse Engineer Apache Jackrabbit Setup:
So the MS SQL Server database is overly complex? Hard to believe that the image data is not relatively easy to find in there.
The SQL database appears to be fairly simple. However, it's not in any easy-for-a-human-to-decipher structure (at least this human).
For what it's worth, we used to have a system that used IBM's FileNet for document storage...and I easily reverse engineered the Oracle back-end of that and was able to pull docs from that with no issues.
This is nothing like FileNet, unfortunately.
Of course, its so you pay them to do whatever customization you are after.
Sadly i have no experience with Apache Jackrabbit. Hope you figure this out!
-
RE: Verizon blocking port 465 to godaddy?
A recommendation for debugging if you get past the 220 banner.
Capture the communication using wireshark when you attempt to send an email using outlook. Usually its pretty clear what it is unhappy about.
Make sure to set outlook's SMTP encryption settings to "NONE" and use the appropriate ports(25, 80 or 3535 according to the link below) so the traffic is in plain text.
https://www.godaddy.com/help/what-do-i-do-if-i-have-trouble-connecting-to-my-email-account-319
-
RE: Verizon blocking port 465 to godaddy?
@Mike-Davis Sounds like there is a bigger problem then just on port 465.
Do you get any response when you telnet to a port that doesn't require encryption(25, 80 or 3535)?
ie..
220 p3plsmtpa09-03.prod.phx3.secureserver.net :SMTPAUTH: ESMTP
-
RE: Verizon blocking port 465 to godaddy?
@Mike-Davis I wasn't clear. What about with encryption set to none and outgoing port using 25, 80 or 3535.
-
RE: Verizon blocking port 465 to godaddy?
Are you able to send an email without SSL?
-
RE: Most Workstations Don't Ping But Are Connected - Some Network Apps Are Locking Up
I don't see that anyone has recommended trying the symantec cleanwipe tool. I would give that a shot in case its a shitty uninstall that is causing you issues.
-
RE: I'll Show You Mine If You Show Me Yours, Home Labs
@Shuey That is sweet! Thanks for sharing.
-
RE: How do you keep track of licenses?
I'm slowing switching everything over to snipe-it. How about 200 assets and 100 licenses in it so far. Much happier then the previous method.