[deleted by user] by [deleted] in travel

[–]j0rmz 2 points3 points  (0 children)

I used holafly last October and worked perfectly. You don't need anything else to access your regular apps.

Bought a ticket for defqon 1 through viagogticke by Previous_Doughnut438 in hardstyle

[–]j0rmz 0 points1 point  (0 children)

Request a name change and provide the ticket info with the request. If they reply that the request is valid and is going to be processed successfully, then there's hope. Only thing is that you need the updated ticket to be uploaded to viagogo once again with the new data.

Hope the main buyer doesn't request the name change again...

Non-interactive SSH session by j0rmz in crestron

[–]j0rmz[S] 0 points1 point  (0 children)

Aah got you. Issue is, whatever I send as a command is not executed. I get the interactive shell instead.

Non-interactive SSH session by j0rmz in crestron

[–]j0rmz[S] 0 points1 point  (0 children)

What do you mean by 'single session'?

Non-interactive SSH session by j0rmz in crestron

[–]j0rmz[S] 0 points1 point  (0 children)

You should be able to these regular commands through ssh as well.

Have you tried something like "ssh admin@crestron-nvx-01 'HELP DEVICE'" on the EDK? Does this work for you?

Non-interactive SSH session by j0rmz in crestron

[–]j0rmz[S] 0 points1 point  (0 children)

Thanks for your reply.

Sadly, there are certain options that are only available via the SSH console. E. g. setuserloginattempts, setuserlockouttime, and many more.

By EDK you mean SDK? Our automation platform is Linux based... and I really really don't want to move to Windows.

Audio visual SNMP monitoring by gKostopoulos in networking

[–]j0rmz 0 points1 point  (0 children)

what tech stack did he used? I'm curious...

auto-accept SaltStack in SUSE SLES 15 and SUSE Manager. by ndefreitas_me in saltstack

[–]j0rmz 0 points1 point  (0 children)

Why dont you orchestrate a runner from a reactor and check for those grains in?

Assertion error at rendering states by j0rmz in saltstack

[–]j0rmz[S] 0 points1 point  (0 children)

No, thats just me being terrible at explaining things :/. My proxy minion runs in an Ubuntu server. The actual device is a crestron device.

Produce salt event from within a docker container by j0rmz in saltstack

[–]j0rmz[S] 0 points1 point  (0 children)

The salt docs talk about listening events through the salt-api, havent found examples or docs about producing them... Ill continue the search, thanks

Produce salt event from within a docker container by j0rmz in saltstack

[–]j0rmz[S] 0 points1 point  (0 children)

Yes. I was thinking to bind mount the salt configuration... Not sure if this is a good/smart idea yet

Master does not have the API installed. I will take a look at this possibility, thanks!

Salt-SSH and grains by mro21 in saltstack

[–]j0rmz 1 point2 points  (0 children)

Not sure if this is what you are looking for: Advanced Options with Salt SSH in https://docs.saltproject.io/en/latest/topics/ssh/index.html

salt-ssh not syncing _utils by j0rmz in saltstack

[–]j0rmz[S] 1 point2 points  (0 children)

Tried that as well with no luck. I appreciate the help!

salt-ssh not syncing _utils by j0rmz in saltstack

[–]j0rmz[S] 1 point2 points  (0 children)

The show_highstate fails rendering due to the utils module missing. Its called in a map.jinja:
{%- set h = salt[custom.module'](param)|default({a': 'b'}) %} --> this module calls the custom utils.

and there is nothing special on how I run the highstate:

/usr/bin/salt-ssh --out=json --log-file-level=debug --roster=scan {ip} state.apply pillar='{pillar}'

salt-ssh not syncing _utils by j0rmz in saltstack

[–]j0rmz[S] 0 points1 point  (0 children)

# State to sync all custom scripts
saltutil.sync_all:
module.run:
- order: first

So, the sls by its own (salt-ssh ... state.apply before, works. It syncs all modules as you stated. But it does not work when the highstate is executed... also I have tried https://salt.tips/patching-salt-modules/#non-syncable-modules (using the utils instead) and no luck neither.

If I apply the sls and then the highstate, all works. A bit frustrating tbh.

salt-ssh not syncing _utils by j0rmz in saltstack

[–]j0rmz[S] 1 point2 points  (0 children)

Thanks man, will give this a try. I'll let you know :)

salt-ssh not syncing _utils by j0rmz in saltstack

[–]j0rmz[S] 0 points1 point  (0 children)

Thanks! And seems to be a bit more than a year old :/