<div dir="ltr">I've attempted to use a command found in a recent thread:<div><br></div><div><div>daryl@daryl-A780L3C:~$ valgrind --leak-check=full --error-limit=no --show-reachable=yes --log-file=/tmp/vg.out /usr/local/bin/mythfrontend -v general,playback,libav --loglevel=debug --quiet --logpath=/tmp</div>
<div>valgrind: /usr/local/bin/mythfrontend: No such file or directory</div></div><div><br></div><div>so I made the directory:</div><div><br></div><div><div>daryl@daryl-A780L3C:~$ cd /usr/local/bin</div><div>daryl@daryl-A780L3C:/usr/local/bin$ sudo mkdir mythfrontend</div>
</div><div><br></div><div>and tried again:</div><div><br></div><div><div>daryl@daryl-A780L3C:~$ valgrind --leak-check=full --error-limit=no --show-reachable=yes --log-file=/tmp/vg.out /usr/local/bin/mythfrontend -v general,playback,libav --loglevel=debug --quiet --logpath=/tmp</div>
<div>valgrind: /usr/local/bin/mythfrontend: is a directory</div><div>daryl@daryl-A780L3C:~$ </div></div><div><br></div><div>At this point said directory is empty, What should I do to get this working? When the system turned on this morning for a recording the ram usage was at 1.5Gb and has steadily climbed to 3.3Gb in one hour doing only one recording. Am I even on the right track?</div>
</div>