Leo

Results 30 comments of Leo

I reviewed your logs again and noticed this: ``` #####S20initsetup##### grep: /configs/.user_config: No such file or directory ``` That would suggest that file wasn't there at startup which would explain...

> I manually created these with my info ... the camera did not reconnect to the network. How did you manually create this if it wasn't connected to the network?...

Thanks for the PR. I gave it a try after merging it with master but can't seem to get my VNC connection to work as designed. It seems as though...

Just a quick update -- the segfault comes from [`str_port` being uninitialized before getting passed to `guac_itoa`](https://github.com/necouchman/guacamole-server/blob/working/wol-improvements/src/protocols/vnc/vnc.c#L289). After fixing that (I just hard coded a malloc of 6 bytes to...

I have created a Dockerfile for RUFUS as pull request https://github.com/jandrewrfarrell/RUFUS/pull/20. I had no issues with the build process when using the dependencies outlined in the README.

Hi Matthew, I've only done a cursory test with RUFUS after building the image and then running it with `docker run --rm -ti rufus bash`. I've tried this with Singularity...

Hi @moldach, I ran the runTest script without issue within the Singularity image. I am not mounting an external version of RUFUS into the image as you are doing, which...

Hi @moldach, I have updated the Dockerfile under my pull request (https://github.com/jandrewrfarrell/RUFUS/pull/20) to include the missing dependency required by some RUFUS binaries as well as the newest version of Samtools....

Hi @ajaxburger, it looks like maybe the symlinks are broken as GitHub's is actually downloading the link to the zip and not the zip file itself. What if you try...

This has been a problem for me on the v3 + thingino as well. It's partly why I haven't updated all my cameras to thingino yet. What's the streamer/OSD settings...