Search found 43 matches

by JAz
Wed Aug 15, 2018 7:56 pm
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18208

Re: Validating the security Blog Post

Thanks for the log! If you run this manually on the router: :if ([:len [/system script find source~".*[Mm]ikrotik\\.php.*"]] >= 1) do={ :put "A script containing \"mikrotik.php\" found, high chance this device has been breached!" } else={ :put "No scripts referenc...
by JAz
Tue Aug 14, 2018 9:03 am
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18208

Re: Validating the security Blog Post

Debug sent
by JAz
Mon Aug 13, 2018 7:29 pm
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18208

Re: Validating the security Blog Post

Follow up - Had a few more minutes to play, still looking for a rhyme or reason - I guessed maybe the line breaks were affecting so I concated each statement/directive to one line. No help. (I broke them apart again for readability) I've reviewed the code and each line seems ok. Only the one line se...
by JAz
Mon Aug 13, 2018 4:38 pm
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18208

Re: Validating the security Blog Post

Not sure what I'm missing. Else requires and = after it (before the curly bracket). ... } else={ ... Hmmm. I added that statement as a debug aid just to see if anything was happening in the local terminal. I had the same problem with the code as I copied /pasted it. It also works without the '=' in...
by JAz
Mon Aug 13, 2018 8:42 am
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18208

Re: Validating the security Blog Post

First, thanks for the blog post. Looks great, if only it worked for me. Not sure what I'm missing. I get an "INTERACTION-ERROR-1". I've traced it down to the 3rd statement from your blog post: :if ([:len [/file find name~".*[Mm]ikrotik\\.php.*"]] >= 1) do={ :put "\"mikr...
by JAz
Thu Jul 26, 2018 7:15 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 15779

Re: [Fixed in 1.8.2] Araknis switch not discovering/backing up

Update: We have finally managed to solve this issue. Araknis switches were outputting "Press any key to continue..." but were really ignoring this and continuing with the login sequence anyway. This caused a state desync in Unimus, since it was expecting the device to wait for a key press...
by JAz
Wed Jun 27, 2018 12:46 am
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 15779

Re: Araknis switch not discovering/backing up

I'm assuming you wanted the output from the console.. 2018-06-26 20:13:27.578 INFO 53231 --- [nio-8085-exec-9] net.unimus.service.DeviceService : Attempt to run 1 discover(y/ies) 2018-06-26 20:13:27.584 INFO 53231 --- [nio-8085-exec-9] net.unimus.business.core.CoreClientImpl : Discovering 1 devices ...
by JAz
Tue Jun 26, 2018 10:25 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 15779

Re: Araknis switch not discovering/backing up

Hi, It should just work if the bound credentials are correct. Can you please run Unimus in debug mode and send me a log of the discovery run on this switch? Alternatively, we would be happy to do a Webex session to look at this issue more in detail. I tested manual login with putty so I know bound ...
by JAz
Tue Jun 26, 2018 5:32 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 15779

[Fixed in 1.9.0] Araknis switch not discovering/backing up

I've bound an ssh credential but I get the error "ssh_known_credentials_refused".
Not sure if I have to configure this differently than any others?

thx.
by JAz
Wed Jun 13, 2018 10:17 am
Forum: Support
Topic: [Solved] Unimus is 'chatty' in the I/O
Replies: 8
Views: 9268

Re: Unimus is 'chatty' in the I/O

Please let me know how it ends up when there is enough memory on the VM. If you keep the default configuration (which is 768MB for Unimus), I advise having 1GB of RAM on the VM. (so when Unimus fills up its allowance, there is still something left for the system) If the disk IO spikes are still pre...