SHIPS icon indicating copy to clipboard operation
SHIPS copied to clipboard

Running on Windows

Open hallzi opened this issue 8 years ago • 2 comments

Hi

I'm having some problems running on Windows, what are your recommendations to run it on Windows 2012 R2 ?

I'm getting errors like c:/Ruby21-x64/lib/ruby/2.1.0/webrick/server.rb:47:in setsid': setsid() function is unimplemented on this machine (NotImplementedError) from c:/Ruby21-x64/lib/ruby/2.1.0/webrick/server.rb:47:in start' from c:/admin/SHIPS/SHIPS-master/SHIPS.rb:37:in `

'

hallzi avatar Nov 16 '16 12:11 hallzi

Try setting foreground to try in the app: section of the config. The process is attempting to become a daemon, which will not be possible on Windows.

Geoff Walton | Senior Security Consultant CISSP TRUSTEDSEC, LLC Cell: 440.344.8967 | US EDT (GMT -5) Staunton, VA Office Email: [email protected]:[email protected] https://www.trustedsec.comhttps://www.trustedsec.com/

"INFORMATION SECURITY MADE SIMPLE" - TRUSTEDSEC

From: hallzi [email protected] Reply-To: trustedsec/SHIPS [email protected] Date: Wednesday, November 16, 2016 at 7:22 AM To: trustedsec/SHIPS [email protected] Subject: [trustedsec/SHIPS] Running on Windows (#8)

Hi

I'm having some problems running on Windows, what are your recommendations to run it on Windows 2012 R2 ?

I'm getting errors like c:/Ruby21-x64/lib/ruby/2.1.0/webrick/server.rb:47:in setsid': setsid() function is unimplemented on this machine (NotImplementedError) from c:/Ruby21-x64/lib/ruby/2.1.0/webrick/server.rb:47:instart' from c:/admin/SHIPS/SHIPS-master/SHIPS.rb:37:in ` '

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/trustedsec/SHIPS/issues/8, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKKpBdHt8bjAMwrhbeHG4fqpSue4lb5nks5q-vVvgaJpZM4Kzyb_.

GeoffWalton avatar Nov 16 '16 18:11 GeoffWalton

Thanks for that, now I run into another issue. Seems like it's trying to use a function not supported by Windows.

c:/Ruby21-x64/lib/ruby/2.1.0/webrick/server.rb:46:in fork': fork() function is unimplemented on this machine (NotImplementedError) from c:/Ruby21-x64/lib/ruby/2.1.0/webrick/server.rb:46:instart' from c:/admin/SHIPS/SHIPS-master/SHIPS.rb:37:in `

'

hallzi avatar Nov 17 '16 13:11 hallzi