Jump to content

Autchirion

Members
  • Posts

    100
  • Joined

  • Last visited

Posts posted by Autchirion

  1. On 1/23/2023 at 9:50 PM, alturismo said:

    wie mehrfach hier beschrieben, Treiber deinstallieren und dann (ohne Neustart) direkt vom ISO installieren, sollte helfen.

     

    VNC, anderen Browser versucht ? Plugins im Browser ?

     

    danke für die Info, habe nochmal gelesen und festgestellt, dass ich was falsch verstanden hatte! Netzwerk läuft jetzt.

     

    VNC läuft auch wieder, interessanterweiße habe ich nichts verändert, keine Ahnung was das für ein Schluckauf war.

  2. Ich habe es gerade mit Windows 10 und 11 versucht, klappt leider beides nicht, scheitert am Netzwerk.

    Bei Windows 10 konnte ich das überspringen und wollte dann den Treiber über den Gerätemanager nachinstallieren. Es wird mir der Ethernet Controller angezeigt, Treiber aktualisieren, CD Laufwerk etc...er findet den Treiber und hängt ewig bei Treiber installieren. Wenn er dann mal irgendwann fertig kommt diese Meldung:

     

    image.png.cb488f3e34d2790a77a106d05ade3c08.png

     

     

    Mehfrach neu installiert, Machine Q35-7.1 mit virtio 0.1.229-1.

    Zusätzliches Problem, mit dem VNC tool von Unraid komme ich nicht drauf (failed to connect to server), mit tightVNC auf einem anderen PC klappt es dann wunderbar zu verbinden.

     

    Irgend welche Ideen? Ich komme nicht weiter, hatte Win 10 vorher drauf, da hat es perfekt funktioniert, jetzt alles neu gemacht und plötzlich geht es nicht mehr.

  3. uh, that's not happy news, since with the version 3.4.4 I'm getting an error with Borg Backup.

     

    Now, it seems like borg backup requires the file libffi.so.7 but libffi 3.4.4 doesn't have this file any more. Any known workarounds (except installing it manually via go file, which I don't like)?

    Traceback (most recent call last):
      File "/usr/lib64/python3.9/site-packages/borg/archiver.py", line 41, in <module>
        from .archive import Archive, ArchiveChecker, ArchiveRecreater, Statistics, is_special
      File "/usr/lib64/python3.9/site-packages/borg/archive.py", line 20, in <module>
        from . import xattr
      File "/usr/lib64/python3.9/site-packages/borg/xattr.py", line 9, in <module>
        from ctypes import CDLL, create_string_buffer, c_ssize_t, c_size_t, c_char_p, c_int, c_uint32, get_errno
      File "/usr/lib64/python3.9/ctypes/__init__.py", line 8, in <module>
        from _ctypes import Union, Structure, Array
    ImportError: libffi.so.7: cannot open shared object file: No such file or directory

     

  4. Hello all,

     

    I need libffi to be able to run borg backup. For this I did these two steps, after running the last command I was able to run borg backup. 

    # Download libffi from slackware.uk to /boot/extra:
    wget -P /boot/extra/ https://slackware.uk/slackware/slackware64-15.0/slackware64/l/libffi-3.3-x86_64-3.txz
    
    # Install the package:
    installpkg /boot/extra/libffi-3.3-x86_64-3.txz

    What I understand, if a package ist stored in /boot/extra/ it will be automatically installed. However, as soon as I reboot it won't be auto installed. My other packets are beeing installed, except for this one.

    Any clues why that is?

     

    Thank you in advance

    Autchi

  5. I already tried the "vpn tunneled access for Docker" option, same behavior. The other options all require "Peer allowed IPs:" which I don't exactly know what is supposed to be put in.

     

    I delete the wq-quick.log and then activated the tunnel set for Docker (btw. had to reboot the server first, before that wg-quick.log wasn't beeing created):

    server:~# cat /var/log/wg-quick.log
    wg-quick up wg0 (autostart)
    [#] ip link add wg0 type wireguard
    [#] wg setconf wg0 /dev/fd/63
    [#] ip -4 address add 192.168.2.11 dev wg0
    [#] ip link set mtu 1420 up dev wg0
    [#] wg set wg0 fwmark 51820
    [#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
    [#] ip -4 rule add not fwmark 51820 table 51820
    [#] ip -4 rule add table main suppress_prefixlength 0
    [#] sysctl -q net.ipv4.conf.all.src_valid_mark=1
    [#] iptables-restore -n
    [#] logger -t wireguard 'Tunnel WireGuard-wg0 started'
    [#] ip -4 route flush table 200
    [#] ip -4 route add default via 192.168.2.11 dev wg0 table 200
    [#] ip -4 route add 192.168.1.0/24 via 192.168.1.1 dev  table 200
    Error: either "to" is duplicate, or "200" is a garbage.
    [#] iptables-restore -n
    [#] ip -4 rule delete table 51820
    [#] ip -4 rule delete table main suppress_prefixlength 0
    [#] ip link delete dev wg0
  6. Hello Guys,

     

    I just got my second server and set it up. I want to use my old server as an off-site backup (off site) solution in case of a disaster and my new server will be at home. Both Servers are running unraid 6.11.1.

    I've got wireguard running on my router to handle incomming VPN connections to my home.

     

    For all my other devices I'm using a simmilar config structure, however if I import this config and select "VPN tunneld access for System" it doesn't seem to work.

    Workflow (what I do on the server=> server response):

    1. Import the config (see code) => config shows up in interface
    2. select "VPN tunneld access for System"
    3. click Apply => config is stored
    4. reboot (just in case)
    5. set switch from inactive to inactive => switch directly jumps back to inactive and syslog output: "Oct 19 13:28:14 servername wireguard: Tunnel WireGuard-wg0 started" (no more output)
    6. check on my router => there was an initial handshake, but the connection got closed immediately after that

     

    Config:

    [Interface]
    PrivateKey = OffsitePrivateKey
    Address = 192.168.2.11/32
    DNS = 8.8.8.8
    
    [Peer]
    PublicKey = HomePublicKey
    AllowedIPs = 0.0.0.0/0
    Endpoint = domain:port
    PersistentKeepalive = 25

     

    I don't know what I'm doing wrong here, since this is working for all other devices I'm using. If anyone can point me into the right direction I would be greatfull.

     

    Thank you in advance

    Autchi

  7. On 9/14/2022 at 7:54 PM, daTroll said:

    I've backed out from 6.11.0.rc5 to 6.10.3. Now Fix Common Problems is complaining that Dynamix SSD Trim is missing (it is removed during the 6.11.0.rcx upgrade). I try to reinstall SSD Trim, but it fails:

     

    plugin: installing: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg
    plugin: downloading https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg
    plugin: downloading: https://raw.githubusercontent.com/bergware/dynamix/master/unRAIDv6/dynamix.ssd.trim.plg ... done
    plugin: downloading: https://raw.githubusercontent.com/bergware/dynamix/master/archive/dynamix.ssd.trim.txz ... failed (Generic error)
    plugin: https://raw.githubusercontent.com/bergware/dynamix/master/archive/dynamix.ssd.trim.txz download failure (Generic error)

    did you find a solution for this yet?

  8. On 1/30/2021 at 10:02 PM, skois said:

    I haven't done any benchmarks, i just selected model 4 because from the comparison chart on developers github seems the best.

    haven't tried to do any GPU passthrough, but i would like to, i'm gonna try maybe next week!
    Right now i'm planning some down time, moving server to rack and whole network!

    I was planning also to create a docker with pdlib, but once pdlib goes to stable alpine, LSIO said will include it.
    Right now only if i update the docker or change something needs to reinstall ( i have done some updates to the install script, to check if it is instailled before install it)

    Here is the updated script

    #!/bin/bash
    #FLAG="/config/firstbook.log"
    FLAG="/usr/lib/php7/modules/pdlib.so"
    if [ ! -f $FLAG ]; then
      apk add --no-cache --upgrade make cmake gcc g++ php7-dev libx11-dev openblas-dev re2c
    
      rm -rf dlib pdlib
      git clone https://github.com/davisking/dlib.git
      cd dlib/dlib
      mkdir build
      cd build
      cmake -DBUILD_SHARED_LIBS=ON ..
      make
      sudo make install
    
      cd /
    
      git clone https://github.com/goodspb/pdlib.git
      cd pdlib
      phpize
      PKG_CONFIG_PATH=/usr/local/lib64/pkgconfig ./configure
      make
      sudo make install
      rm -rf /dlib /pdlib
    #  touch $FLAG
    else
      echo "Already run of 1st boot. Delete /config/firstboot.log to run again on next boot"
    fi

     

    Thank you for this, unfortunately this came relevant again after this script doesn't work any more. I took the liberty of posting your script on github.

    apk update
    apk add --upgrade -X http://dl-cdn.alpinelinux.org/alpine/edge/testing php7-pdlib
    apk add bzip2-dev

     

  9. Hey Guys,

     

    I'm using File History on my two Windows 10 Machines. I created an extra share for this which is read/write for a specific unraid user. The logindata for this user ist stored in windows and I can use it to connect to said folder (I even can see the contend of the file history). However, it's keeping the data forever, eventhough it's set to 1 month. Also when trying to do a manual erase I get an error message which says (see screenshot) translation:

    Cleaning up of File History

    Filie History data couldn't be cleaned up.

    Element not found.

    image.png.1091c98593a729579f4fae069244c68b.png

     

    Could this be something with unraid? It's weird to me, that this happenes to both my PCs, even after completely resetting the file history on one PC. Which for me suggests something unraid related.

     

    Thank you in advance

    Autchi

  10. Hello all,

     

    I'm running the linuxserver.io nextcloud container. Currently I want to add functionalities, but don't dare to touch my actuall production nextcloud instance for this stuff.

    Is it possible to run the same container twice and somehoe completely disconnect all data (including appdata and containers itself) from the other instance? That way I don't break my families data if make a mistake.

     

    Thank you in advance

    Autchi

  11. Somehow it seems this is not working for me, I don't get any trafic, even after a couple days waiting.

     

    Does someone have an idea what could go wrong? I'm stopping the container every day at night for one hour or so, since this is backup time.

     

    https://bridges.torproject.org/status?id=[MyID] is reporting:

    * obfs4: dysfunctional
    Error: timed out waiting for bridge descriptor
    Last tested: 2022-03-22 03:15:07.691628216 +0000 UTC (7h19m51.151949657s ago)

     

    Using NICKNAME=DockerObfs4Bridge, OR_PORT=9393, PT_PORT=9292, and [email protected].
    Additional properties from 'OBFS4V_' environment variables processing enabled
    Overriding 'AddressDisableIPv6' with value '1'
    Starting tor.
    Mar 22 02:08:33.162 [notice] Tor 0.4.6.10 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1k, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.31 as libc.
    Mar 22 02:08:33.162 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
    Mar 22 02:08:33.162 [notice] Read configuration file "/etc/tor/torrc".
    Mar 22 02:08:33.163 [notice] Based on detected system memory, MaxMemInQueues is set to 6374 MB. You can override this by setting MaxMemInQueues by hand.
    Mar 22 02:08:33.164 [notice] Opening OR listener on 0.0.0.0:9393
    Mar 22 02:08:33.164 [notice] Opened OR listener connection (ready) on 0.0.0.0:9393
    Mar 22 02:08:33.165 [notice] Opening OR listener on [::]:9393
    Mar 22 02:08:33.165 [notice] Opened OR listener connection (ready) on [::]:9393
    Mar 22 02:08:33.165 [notice] Opening Extended OR listener on 127.0.0.1:0
    Mar 22 02:08:33.165 [notice] Extended OR listener listening on port 46133.
    Mar 22 02:08:33.165 [notice] Opened Extended OR listener connection (ready) on 127.0.0.1:46133
    Mar 22 02:08:34.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
    Mar 22 02:08:34.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
    Mar 22 02:08:34.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
    Mar 22 02:08:34.000 [notice] Your Tor server's identity key fingerprint is 'DockerObfs4Bridge ID'
    Mar 22 02:08:34.000 [notice] Your Tor bridge's hashed identity key fingerprint is 'DockerObfs4Bridge MyID'
    Mar 22 02:08:34.000 [notice] Your Tor server's identity key ed25519 fingerprint is 'DockerObfs4Bridge AnotherID
    Mar 22 02:08:34.000 [notice] You can check the status of your bridge relay at https://bridges.torproject.org/status?id=MyID
    Mar 22 02:08:34.000 [notice] Bootstrapped 0% (starting): Starting
    Mar 22 02:08:51.000 [notice] Starting with guard context "default"
    Mar 22 02:08:51.000 [notice] Registered server transport 'obfs4' at '[::]:9292'
    Mar 22 02:08:52.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
    Mar 22 02:08:52.000 [notice] Unable to find IPv4 address for ORPort 9393. You might want to specify IPv6Only to it or set an explicit address or set Address.
    Mar 22 02:08:52.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
    Mar 22 02:08:52.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
    Mar 22 02:08:52.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
    Mar 22 02:08:52.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
    Mar 22 02:08:52.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
    Mar 22 02:08:52.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
    Mar 22 02:08:52.000 [notice] External address seen and suggested by a directory authority: my.private.ip
    Mar 22 02:08:52.000 [notice] Bootstrapped 100% (done): Done
    Mar 22 02:09:52.000 [notice] Now checking whether IPv4 ORPort my.private.ip:9393 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
    Mar 22 02:09:52.000 [notice] Self-testing indicates your ORPort my.private.ip:9393 is reachable from the outside. Excellent. Publishing server descriptor.
    Mar 22 02:21:52.000 [notice] Performing bandwidth self-test...done.
    Using NICKNAME=DockerObfs4Bridge, OR_PORT=9393, PT_PORT=9292, and [email protected].
    Additional properties from 'OBFS4V_' environment variables processing enabled
    Overriding 'AddressDisableIPv6' with value '1'
    Starting tor.
    Mar 22 04:45:01.774 [notice] Tor 0.4.6.10 running on Linux with Libevent 2.1.12-stable, OpenSSL 1.1.1k, Zlib 1.2.11, Liblzma 5.2.5, Libzstd 1.4.8 and Glibc 2.31 as libc.
    Mar 22 04:45:01.774 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://support.torproject.org/faq/staying-anonymous/
    Mar 22 04:45:01.774 [notice] Read configuration file "/etc/tor/torrc".
    Mar 22 04:45:01.775 [notice] Based on detected system memory, MaxMemInQueues is set to 6374 MB. You can override this by setting MaxMemInQueues by hand.
    Mar 22 04:45:01.776 [notice] Opening OR listener on 0.0.0.0:9393
    Mar 22 04:45:01.776 [notice] Opened OR listener connection (ready) on 0.0.0.0:9393
    Mar 22 04:45:01.776 [notice] Opening OR listener on [::]:9393
    Mar 22 04:45:01.776 [notice] Opened OR listener connection (ready) on [::]:9393
    Mar 22 04:45:01.776 [notice] Opening Extended OR listener on 127.0.0.1:0
    Mar 22 04:45:01.776 [notice] Extended OR listener listening on port 33923.
    Mar 22 04:45:01.776 [notice] Opened Extended OR listener connection (ready) on 127.0.0.1:33923
    Mar 22 04:45:03.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
    Mar 22 04:45:03.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
    Mar 22 04:45:03.000 [notice] Configured to measure statistics. Look for the *-stats files that will first be written to the data directory in 24 hours from now.
    Mar 22 04:45:03.000 [notice] Your Tor server's identity key fingerprint is 'DockerObfs4Bridge ID'
    Mar 22 04:45:03.000 [notice] Your Tor bridge's hashed identity key fingerprint is 'DockerObfs4Bridge MyID'
    Mar 22 04:45:03.000 [notice] Your Tor server's identity key ed25519 fingerprint is 'DockerObfs4Bridge AnotherID
    Mar 22 04:45:03.000 [notice] You can check the status of your bridge relay at https://bridges.torproject.org/status?id=MyID
    Mar 22 04:45:03.000 [notice] Bootstrapped 0% (starting): Starting
    Mar 22 04:45:13.000 [notice] Starting with guard context "default"
    Mar 22 04:45:13.000 [notice] Registered server transport 'obfs4' at '[::]:9292'
    Mar 22 04:45:14.000 [notice] Bootstrapped 5% (conn): Connecting to a relay
    Mar 22 04:45:14.000 [notice] Unable to find IPv4 address for ORPort 9393. You might want to specify IPv6Only to it or set an explicit address or set Address.
    Mar 22 04:45:14.000 [notice] Bootstrapped 10% (conn_done): Connected to a relay
    Mar 22 04:45:14.000 [notice] Bootstrapped 14% (handshake): Handshaking with a relay
    Mar 22 04:45:14.000 [notice] Bootstrapped 15% (handshake_done): Handshake with a relay done
    Mar 22 04:45:14.000 [notice] Bootstrapped 75% (enough_dirinfo): Loaded enough directory info to build circuits
    Mar 22 04:45:14.000 [notice] Bootstrapped 90% (ap_handshake_done): Handshake finished with a relay to build circuits
    Mar 22 04:45:14.000 [notice] Bootstrapped 95% (circuit_create): Establishing a Tor circuit
    Mar 22 04:45:14.000 [notice] External address seen and suggested by a directory authority: my.private.ip
    Mar 22 04:45:14.000 [notice] Bootstrapped 100% (done): Done
    Mar 22 04:46:14.000 [notice] Now checking whether IPv4 ORPort my.private.ip:9393 is reachable... (this may take up to 20 minutes -- look for log messages indicating success)
    Mar 22 04:46:14.000 [notice] Self-testing indicates your ORPort my.private.ip:9393 is reachable from the outside. Excellent. Publishing server descriptor.
    Mar 22 04:53:14.000 [notice] Performing bandwidth self-test...done.
    Mar 22 10:45:14.000 [notice] Heartbeat: Tor's uptime is 6:00 hours, with 0 circuits open. I've sent 2.26 MB and received 6.20 MB. I've received 28 connections on IPv4 and 0 on IPv6. I've made 23 connections with IPv4 and 0 with IPv6.
    Mar 22 10:45:14.000 [notice] While bootstrapping, fetched this many bytes: 48465 (consensus network-status fetch); 897 (microdescriptor fetch)
    Mar 22 10:45:14.000 [notice] While not bootstrapping, fetched this many bytes: 3889100 (server descriptor fetch); 359 (server descriptor upload); 339753 (consensus network-status fetch); 31346 (microdescriptor fetch)
    Mar 22 10:45:14.000 [notice] Heartbeat: In the last 6 hours, I have seen 0 unique clients.

     

    My Config:

    image.thumb.png.0b450d8ee1ee3cb715cdbde00a027bb3.png

  12. Wed Mar  9 12:47:11 2022 daemon.warn dnsmasq[3219]: possible DNS-rebind attack detected: rebindtest.unraid.net
    Wed Mar  9 12:47:42 2022 daemon.warn dnsmasq[3219]: possible DNS-rebind attack detected: rebindtest.unraid.net
    Wed Mar  9 12:48:12 2022 daemon.warn dnsmasq[3219]: possible DNS-rebind attack detected: rebindtest.unraid.net
    Wed Mar  9 12:48:42 2022 daemon.warn dnsmasq[3219]: possible DNS-rebind attack detected: rebindtest.unraid.net

     

    Could you let me know which part of the diagnostics you want? I'd want to remove some of the information, ideally only provide what you want to look at, but of course I'll gladly help.

    Btw, after removing the plugin the "issue" is gone. If you want me to reinstall it before getting the diagnostics let me know as well!

  13. Hey Guys,

     

    my router is sending me a warning every 30 seconds:

    Mon Mar  7 18:14:28 2022 daemon.warn dnsmasq[3219]: possible DNS-rebind attack detected: rebindtest.unraid.net

     

    Do you guys know how to prevent this (or at least reduce frequency)? I'm not sure if this is due to a plugin or what is happening, so every Idea is wellcome.

     

     

    Thank you in advance

    Autchi

     

  14. Hey Guys,

     

    I got an out of memory warning. However, I'm tracking my available ram with telegraf and it always shows at least 5GB of ram as available.

    Does anyone have an idea what I'm missing to see the correct information or is there something off with Unraid?

  15. Hey Guys,

     

    I'm trying to install the draw.io container via community apps. Unfortunately it won't, as soon as I click onto "Apply" when setting the template to my needs it won't do anything (even with leaving all at default). When trying to install it the first time it gave me a warning that the port is already in use and I have to adapt it. By default it's using Port 3000 (which I used for grafana), I even removed grafana and tried to use port 3000, but it just won't download the container.

     

    I don't see anything in http://tower/log/syslog that would indicate to show the underlying issue.

     

    Do you have an idea what is going on? I can install basically every other container, but not this one.

     

    Have a good day

    Autchi

  16. I'm considering using this container, however I want to use the face recognition app, which requires php-dlib. This can be installed via apt, but of course I want to make sure this is persistent over updates of the container. So the question is, is this even possible to achieve with your container?

  17. Hey Guys,

     

    I'm stuck here, I'm trying to create a VM for nextcloud (Docker container won't do it for me since I want to use the face recognition app). Here are my issues:

    -a VM named "nextcloud" won't start (even after deleting and re creating it, even deleting it vdisk manualle), it will show "Guest has not initialized the display (yet)" in the VNC window. Core 0 load is at 100% (even over night), only way to stop this is to hard force stopp the VM.

    -I've got a share named "nextcloud_data" with 3 folders (data,config,custom_apps), if I want to add these 3 folders as unraid shares, no VM (even with random names) will boot, same issue with the display not initialized. Core 0 load is at 100% (even over night), only way to stop this is to hard force stopp the VM.

    -generally sometimes new VMs won't boot, even when trying random names or not adding shares.

     

    I'm considdering just resetting everything related to my VMs, I've got two wich are quite important, but I can re create them and just exchange the disk, so I'd be back for this at least, unfortunately I don't know how to do that. If someone could help me with that, this would be awesome. Or if someone can help me with how to debugg this issue, help would also be wellcome.

     

    Thank you in advance,

    Autchi

×
×
  • Create New...