Banuseka

Members
  • Posts

    25
  • Joined

  • Last visited

Posts posted by Banuseka

  1. 5 hours ago, ich777 said:

    Du kannst die Kerne doch auch auf Unraid begrenzen (genau so wie den RAM) :

     

    Das was für dich funktioniert. Ich kann da leider keine genaue Auskunft geben da es stark nach eingesetzter Hardware differiert, Leistung braucht das alles aber nicht wirklich viel, wenn du eine konventienelle HDD nutzt dann kann es dazu kommen das du hohe I/O wait hast.

    also nur fyi: es läuft reibungslos auf Proxmox 1 core, 2gb ram, 4gb storage, nesting an, und local folder vom RAID/HBA/etc in den LXC mounten.

     

    LG, Banuseka

  2. 5 hours ago, Banuseka said:

    Hi,

     

    unfortunately I am not able to get MeTube running on any other port than 8081. Changing the port in the template simply doesn't work. Can anyone second that behavior?

     

    I have MeTube running on its own IP (meaning: "network type: Custom: br0")

     

    Best, Banu

    OK port change is working on bridge mode, but not custom... anyone has an idea why?

  3. Hi,

     

    unfortunately I am not able to get MeTube running on any other port than 8081. Changing the port in the template simply doesn't work. Can anyone second that behavior?

     

    I have MeTube running on its own IP (meaning: "network type: Custom: br0")

     

    Best, Banu

  4. On 2/17/2021 at 10:10 PM, ljm42 said:

     

    Cool. I am not an expert with this, but note that your switch also has to be configured to support this type of bond. I found some info here:

      https://wiki.linuxfoundation.org/networking/bonding#switch_configuration

     

    If your switch does not support "balanced-rr" or isn't specifically configured for it, the "active-backup" bond is probably best.

    Yh, thx! Figured that as well:) luckily my switch supports LAG and the modes:)

    • Like 1
  5. I got it figured !!!

     

    I have two nics on my mobo and couln't get "remote tunneled access" to work (no internet, no local access, just some in/out/ data but no handshake)

    with 

     

    root@Tower:~# ip route
    default via 192.168.2.1 dev br1 
    10.253.0.2 dev wg0 scope link 
    172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 
    172.18.0.0/16 dev br-8352ee8270e2 proto kernel scope link src 172.18.0.1 linkdown 
    192.168.2.0/24 dev br0 proto kernel scope link src 192.168.2.200 
    192.168.2.0/24 dev br1 proto kernel scope link src 192.168.2.201

     

     

    i found that my main IP of unraid that I forwarded the UDP port to was not in use by wireguard, but the second IP I had. Thus I just switched the portforwarding from the main IP to the secondary IP and now everything ist working like a charme.

     

    Best,

    Banu

  6. 40 minutes ago, Flight777 said:


    Hi Banu,

    This is not possible in this container, you have to manage the Redis settings via the Barcodebuddy Webui and this does not allow for password entry yet. You can request this feature from the original developer on Github here: https://github.com/Forceu/barcodebuddy

    However, why would you want to password protect your Redis if you do not expose it to the outside world? Especially for a barcode scanner, which is a secondary function, I would just use Redis for this specific use without a password for now :)

    I already use a redis docker for nextcloud, and NC wants to use redis with a password. that was my intention instead of setting up a second redis docker ;)

     

    I'll prob. go for a feature request.

     

    Best, Banu

  7. 16 hours ago, ich777 said:

    Yes, please report back if everything is working for you normaly... :)

     

    Strange error, only heard of that when a module is out of date or depricated and doesn't work anymore...

    OK  tried to reinstall... now everything woks but obviously have to reconfigure.... for some reaseon port 8080 does not allow me to connect, so had to change that.

    • Like 1
  8. On 12/15/2020 at 5:28 PM, JC2020 said:

    I am having trouble with Deemix as well.  I removed and re-added via CA and get the "python3: can't open file '/deemix/server.py': [Errno 2] No such file or directory"  CA has:  https://registry.gitlab.com/bockiii/deemix-docker as the docker hub URL, but it returns 404 error. 

     

    I removed and installed it several times, and than suddenly it worked again... Dunno why but it is working now since couple of weeks.

  9. On 1/22/2021 at 8:53 AM, ich777 said:

    Have you installed any additional modules?

    This looks like a module related error.

     

    I have now tried to install it from scratch and it works just fine.

    hmm i just found that even my wohle config is gone. non of my installiert modules are in the modules folder, and the configfile is a default one...

  10. Hi ich777,

     

    I suddenly have troubles having magicmirror2 start.

    the following is frm the latest log:

    0 info it worked if it ends with ok
    1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'run', 'server' ]
    2 info using [email protected]
    3 info using [email protected]
    4 verbose config Skipping project config: /magicmirror2/.npmrc. (matches userconfig)
    5 verbose run-script [ 'preserver', 'server', 'postserver' ]
    6 info lifecycle [email protected]~preserver: [email protected]
    7 info lifecycle [email protected]~server: [email protected]
    8 verbose lifecycle [email protected]~server: unsafe-perm in lifecycle true
    9 verbose lifecycle [email protected]~server: PATH: /usr/lib/node_modules/npm/node_modules/npm-lifecycle/node-gyp-bin:/magicmirror2/node_modules/.bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    10 verbose lifecycle [email protected]~server: CWD: /magicmirror2
    11 silly lifecycle [email protected]~server: Args: [ '-c', 'node ./serveronly' ]
    12 silly lifecycle [email protected]~server: Returned: code: 1  signal: null
    13 info lifecycle [email protected]~server: Failed to exec server script
    14 verbose stack Error: [email protected] server: `node ./serveronly`
    14 verbose stack Exit status 1
    14 verbose stack     at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:332:16)
    14 verbose stack     at EventEmitter.emit (events.js:315:20)
    14 verbose stack     at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14)
    14 verbose stack     at ChildProcess.emit (events.js:315:20)
    14 verbose stack     at maybeClose (internal/child_process.js:1021:16)
    14 verbose stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:286:5)
    15 verbose pkgid [email protected]
    16 verbose cwd /magicmirror2
    17 verbose Linux 4.19.107-Unraid
    18 verbose argv "/usr/bin/node" "/usr/bin/npm" "run" "server"
    19 verbose node v12.18.4
    20 verbose npm  v6.14.6
    21 error code ELIFECYCLE
    22 error errno 1
    23 error [email protected] server: `node ./serveronly`
    23 error Exit status 1
    24 error Failed at the [email protected] server script.
    24 error This is probably not a problem with npm. There is likely additional logging output above.
    25 verbose exit [ 1, true ]
    

     

    Can anyone help out here?

    FYI: nothing has been updated, just other containers have been deployed to unraid.

     

    Best, Banuseka

  11. 7 minutes ago, trurl said:

    LogitechMediaServer is just a server. You need a client to play the served media. There were a number of client devices available back when Logitech supported this but you would probably have to go to eBay to find anything like that now. It is also possible to install client software on other devices such as PCs or even make a client device with rasPi, for example. Google "slimserver" or "squeezebox"

    make ist easy...

    max2play, volumio, picoreplayer, squeezelite I guess those are the most used ones out there.

     

    best, Banu

  12. 7 hours ago, Banuseka said:

    when i check for updates in the version tab it says „not available“.

     

    even a removal and new install did not do the trick...

     

    OK something is strange... first the server.py is missing, now I had to change "/deem/deemix Music" to "/deem/Music", the server.py is back and deemix is working again. However, I have to do the renaming again after every restart of the container... 

     

    can someone second this?

     

  13. Hi @dlandon,

     

    i want to passthrough an audio device to use the wavein plugin. My device is located at /dev/bus/usb/002/004. However, with the extra prarameter—device=/dev/bus/.../:/dev/bus/002/004 the device doesn‘t show in in the docker... any advice on how to achive this?

    BTW. the device is a „Behringer UFO202“ to capture audio to send my vinyls around my house.

    Fot the wavein plugin it needs to be added as favorite with something like „wavin:plughw:1“ bit therefore one has to use „arecord -l“ to identify the correct device.

     

    Any help is very much appreciated!!