Philippe Vanhaesendonck
Philippe Vanhaesendonck
FWTIW, I am running into the exact same problem (Win7 64bits, OpenSCDAD 2015.04.25 -- git 2b33922) and this thread helped me to workaround... As @sm0orb my home directory is symlinked...
I went through the same path not so long ago... If you build the container image yourself (using the Dockerfile from this repo), then it should work as documented. The...
Note that the Dockerfile from this repo won't run with recent versions of ORDS (see #2566)... Having said that I do have a development stack with APEX 23.1 / ORDS...
I haven't sent a PR because I would have expected that the Database folks would update it 😉 The main issue is that the syntax for the `install` and _run_...
If it is a new module, it has most probably a newer firmware (v3), and the instructions you follow are a bit outdated... You can get your module firmware version...
The script can open the device but doesn't get any response. I don't have an RPi4 available for testing right now, but it looks like you have have Bluetooth assigned...
No, there is no led on the module... I tested again on an RPi4, and this is what I have: ``` $ ls -l /dev/serial* lrwxrwxrwx 1 root root 5...
Root account is locked on all vagrant boxes. After login with the `vagrant` user (with `vagrant ssh`) you can use `sudo` to get root privileges and set a password from...
There is nothing in the box itself which triggers an update when it is instantiated. However quite some of the projects from this repository are doing a `dnf update` in...
> > There is nothing in the box itself which triggers an update when it is instantiated. > > I have re-run `vagrant destroy; vagrant up`. It seems it is...