Posts by medved

    Hi everybody. I'm slowly getting myself familiar with Linux and Kubernetes.

    I have 7.7.24-4 (Sandworm) on my LAN 192.168.1.*

    I deployed the Transmission recipe now want to access it.

    Where can I see the deployment log files? The Transmission log files? The Transmission folders? How can i connect to Transmission web interface?

    The description mentions 10.43.105.79 and 10.42.0.13 - how can I expose them to my LAN to be able to connect?

    Thank you in advance

    Thank you.

    This is what I have in "Shared Folders"

    I created /Transmission/Config folder in this share, but still getting the error:


    "The XPath query '/srv/dev-disk-by-uuid-4e35d421-b134-4598-9d45-b80c06c9d057/Transmission/Config' does not return the requested number of 1 object(s).") in "manifest" at line 86.


    But i can see that the folder exists:

    Hello to everybody! I'm a newbie in Linux.

    I'm using openmediavault 7.7.24-1 (Sandworm). I have small SSD as /dev/sda and 4 HDDs (sdb-sde) in RAID5 as /dev/md0. I set up a file share there with the name RAIDShare, it works fine, visible from my local workstations.

    Now I'm trying to deploy something simple in Kubernetes, like Transmission Bittorrent client. When I select the Transmission recipe and trying to modify the line

    {% set downloadsSharedFolderName = '<MODIFY>' %}

    as {% set downloadsSharedFolderName = '/dev/md0/RAIDShare' %}

    and getting error


    500 - Internal Server Error

    An exception has been thrown during the rendering of a template ("The XPath query '//system/shares/sharedfolder[name='/dev/md0/RAIDShare']' does not return the requested number of 1 object(s).") in "manifest" at line 86.


    What path should i use there? What did I miss? What I'm doing wrong?

    Thank you.