breshead

Results 7 comments of breshead

I am using the BB-UART4-RS485-00A0.dtbo overlay which uses the 'MUX_MODE7' on P9_27 so I am not seeing anything that should keep it from working, however P9_27 (RE/DE line) is never...

Another interesting note is that when I add a log.warning just before `advapi32.CreateProcessWithTokenW` it changes the error from `WindowsError: The system could not find the environment option that was entered.`...

My issue is on windows desktops (yuk) so I use psexec to work around it, although the runas felt much cleaner. ~~~ cmd.run: name: psexec /accepteula -h -u .\{{ admname...

YES, it is a real pain not having this built in and psexec does seem to fall down in areas. Help in this area would be awesome.

What do you mean by backwards compatibility? If you are asking if I care about using this feature (without work-around) moving forward - YES! If you are asking if I...

It appears the directories that it is failing to get the correct permissions from are INSIDE the container? after running `docker exec -it /bin/bash`, I am able to see that...

I just checked and there is one directory that was `root:root`, the `/home/arm/.MakeMKV` folder. Everything else was `arm:arm` using `ls -alR`. Will hopefully test again tonight.