Search found 43 matches

by JAz
Tue Feb 11, 2020 7:34 pm
Forum: Automation
Topic: Automating MikroTik RouterOS updates
Replies: 24
Views: 50344

Re: Automating MikroTik RouterOS updates

Tried this: ... Doesn't work. Hangs waiting for prompt What am I missing? (am on latest as of yesterday btw. 1.10.14?) I looked at this, it seems on SOME (but not all - it's inconsistent) version of RouterOS, the "y" needs to be outside of the script scope (outside the "{" "...
by JAz
Thu Aug 29, 2019 7:47 pm
Forum: General
Topic: Automate ".backup" files?
Replies: 21
Views: 44332

Re: Automate ".backup" files?

In Unimus 2.0.0, we are adding an API endpoint for pushing backups into Unimus. This endpoint will support binary backups (as well as text backups of course). You will be able to use the integrated MikroTik "fetch" tool to push a .backup file into Unimus from a Mass Config Push preset usi...
by JAz
Thu Aug 29, 2019 7:45 pm
Forum: Automation
Topic: Automating MikroTik RouterOS updates
Replies: 24
Views: 50344

Re: Automating MikroTik RouterOS updates

Tried this:

Code: Select all

:if ( [/system routerboard get current-firmware] != [/system routerboard get upgrade-firmware]) do={ 
:set didAnUpdate411 true; 
/system routerboard upgrade
y
 }
Doesn't work. Hangs waiting for prompt
Clipboard01.jpg
Clipboard01.jpg (20.2 KiB) Viewed 25611 times
What am I missing?

(am on latest as of yesterday btw. 1.10.14?)
by JAz
Thu Aug 29, 2019 5:20 am
Forum: General
Topic: Automate ".backup" files?
Replies: 21
Views: 44332

Re: Automate ".backup" files?

Hey now, Bit of an old thread but relevant nonetheless. I understand all the comments and arguments laid out so far Tomas but still I'd like the ability to take a binary blob backups (.backup). Not for the reasons given so far. I want it because I want to automate updating Mikrotik packages and firm...
by JAz
Thu Mar 14, 2019 10:23 pm
Forum: News and announcements
Topic: Authenticator (MFA) support for Unimus Portal
Replies: 6
Views: 12786

Re: Authenticator (MFA) support for Unimus Portal

You are missing the option to get a code instead of scan the QR. Cannot register on a device w/ no camera (or non-working).
This means desktop TOTP clients (e.g Authy) cannot register at all.
by JAz
Mon Dec 17, 2018 8:01 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 15735

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

Another update: There were a few edge cases when this would still not properly be handled in the 1.8.x branch. Apologies that the fix took so long, but it was quite difficult to fully implement. This should be fully solved in 1.9.0. Thank you Tomas, I saw the release notes on 1.9.0 discussing this....
by JAz
Mon Sep 17, 2018 4:18 pm
Forum: News and announcements
Topic: Unimus 1.8.3 release
Replies: 1
Views: 10418

Re: Unimus 1.8.3 release

Glad to see improvements to debug. Don't wanna need it but sure it will come in handy if/when. Also glad to see improvements to mass config. It's a great feature imo and should be nurtured and polished. The UI is nice looking but starts showing some friction as the number of configs increases. Not s...
by JAz
Wed Aug 22, 2018 10:50 pm
Forum: Support
Topic: [Fixed in 1.9.0] Araknis switch not discovering/backing up
Replies: 10
Views: 15735

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 Aug 22, 2018 8:54 am
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18176

Re: Validating the security Blog Post

The error message is not helpful/explanatory. Suggest you see what can be done about that. Indeed, the error could use a cleaner name. Will work on that :) Thank you Tomas. Thank you for understanding there's more to software than just the "output" and thanks for hearing and accepting cri...
by JAz
Wed Aug 15, 2018 8:44 pm
Forum: Support
Topic: Validating the security Blog Post
Replies: 14
Views: 18176

Re: Validating the security Blog Post

That explains why the config push is failing. The default timeout is 20 seconds. You can adjust the timeout like this: https://wiki.unimus.net/x/BACN Thanks Tomas, I will try that. Two things come to mind: The error message is not helpful/explanatory. Suggest you see what can be done about that. Wh...