Doublemyst

Members
  • Posts

    110
  • Joined

  • Last visited

Everything posted by Doublemyst

  1. Hi, thanks for the reply. Is there a way to send a magic packet to another network. Eventually over the plugin I've installed on the server, on which also the wireguard is running? This server (which is in the same network as another) would act then as a relay?
  2. Hi @jbrodriguez I've following issue in the app. When I am not at home and I connect to one of my unraid servers via Wireguard, I can see all the active servers in the app, but when I try to wakup the sleeping one, no wakeup signal is sent. When I send the wakeup signal in the same network (over WiFi), everything works fine. Do you know how to fix it? Cheers!
  3. Hi, as far as I've read (just digging in now in this topic, as I need a BLE dongle for myself), this dongle isn't supported by HomeAssistant / Linux, as there are no drives. Here is a list of supported dongles: https://www.home-assistant.io/integrations/bluetooth/ The CM656 from this Ugreen 5.3 isn't listed. Or am I wrong and you did manage somehow to get it working? Cheers
  4. Did you manage to solve this issue? If yes, how?
  5. Hi, it has now been a few months, but the > is still there and I have issues with destroying VMs in the app. I do have to force stop my VMs as it often hangs after starting from unraid sleep state. When do you think can you remove this unnecessary coming soon arrow? Or maybe you can move the stop pause restart destroy buttons below the VM names? As the issue can also occur, when the VM name is too long. Cheers
  6. Hi there I've got this error message. Does anyone know what is the reason for that? Diagnostics attached. Cheers borg-diagnostics-20230907-1425.zip
  7. Hi @Squid Maybe you have an idea, if the error message I got is a bad one? Sorry for disturbing! Cheers
  8. Here the diagnostics (I hope it was anonymized) borg-diagnostics-20230823-0728.zip
  9. Hi there Now I got this error .. In Syslogs I've got this: Aug 22 12:58:04 borg kernel: 9pnet: Installing 9P2000 support Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: Machine check events logged Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 22: baa000000002010b Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: TSC 0 MISC d012000100000000 SYND 4d000000 IPID 1813e17000 Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: PROCESSOR 2:a20f10 TIME 1692701860 SOCKET 0 APIC 0 microcode a201016 Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: Machine check events logged Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: CPU 5: Machine Check: 0 Bank 5: bea0000001000108 Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: TSC 0 ADDR fff80257f8be58 MISC d012000100000000 SYND 4d000000 IPID 500b000000000 Aug 22 12:58:04 borg kernel: mce: [Hardware Error]: PROCESSOR 2:a20f10 TIME 1692701860 SOCKET 0 APIC a microcode a201016 Aug 22 12:58:04 borg kernel: microcode: CPU0: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU1: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU2: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU3: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU4: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU5: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU6: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU7: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU8: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU9: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU10: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: CPU11: patch_level=0x0a201016 Aug 22 12:58:04 borg kernel: microcode: Microcode Update Driver: v2.2. Aug 22 12:58:04 borg kernel: IPI shorthand broadcast: enabled Aug 22 12:58:04 borg kernel: sched_clock: Marking stable (9307830493, 344892605)->(9774991219, -122268121) Anyone an idea, if this is bad?
  10. Hi Alright, now it worked, I have tried with http, but it didn't work. Then, after your reply, used https and 443, and it worked.. Thanks! Btw. you have added the destroy button to VMs and it is working fine, thanks for that! Would it be possible to move the buttons to another line? As the destroy button and the button ">" for logs, which aren't implemented, are almost on the same spot and 2 out of 5 times, i click on "logs" instead of the destroy button. Or maybe remove the > button altogehter, as the VM logs aren't impelmented, and if they will, maybe you can start logs by clicking on VM name?
  11. Hi, since the update, my servers, which were configured and working, aren't displayed anymore and I can't add them again. They are found in the auto-discovery, but even if I add the root user / password, no connection is established (endless loading symbol). Edit: Also the manual adding didn't work.
  12. Did you figure it out? I am having issues setting up paperless-ngx ... Can't connect to the redis instance wrong username/password. I have tried admin, tee, leaving it empty ..
  13. Hi Thank you for your response and the proposed solution! It's difficult for me to describe my feelings, but I experience a peculiar sensation akin to a mental itch whenever I need to execute this code 😅. Perhaps there is a possibility to incorporate a code-based verification to determine whether the device is currently mounted. If it isn't, we could then verify its availability before proceeding with the execution of the mount autoshares command. Or is it a task, which can't be easily accomplished? Thanks!
  14. Hello guys I hope someone has a solution for following problem: I have to Servers (Server A and Server B). Server A has SMB shares setup to Server B (Server A -> Server B). When Server A and Server B are both online, and shares are mounted (automounting is on), everything works pretty well. Server B can go offline (sleep), and after waking up, the shares are still mounted. Now if the Server B is offline, and server A is restarted, it is trying to mount the shares from the Server B, but as the server B is offline, no shares are mounted. If the server B comes online, the shares are not mounted, and the system doesn't even try to mount them. How can I make sure, that when the Server B comes online, Server A will try to mount the shares?
  15. Hello guys I hope someone has a solution for following problem: I have to Servers (Server A and Server B). Server A has SMB shares setup to Server B (Server A -> Server B). When Server A and Server B are both online, and shares are mounted (automounting is on), everything works pretty well. Server B can go offline (sleep), and after waking up, the shares are still mounted. Now if the Server B is offline, and server A is restarted, it is trying to mount the shares from the Server B, but as the server B is offline, no shares are mounted. If the server B comes online, the shares are not mounted, and the system doesn't even try to mount them. How can I make sure, that when the Server B comes online, Server A will try to mount the shares? Thanks a lot for any help!
  16. Hallo MasterPepe Nur zur Info, als ich bei Salt kündigte und zu Sunrise wechselte (beste Entscheidung, die ich nur hätte treffen können - Router zwar nicht der bester, aber, meiner Meinung nach, Admin-Mässig um Meilen besser als der von Salt), waren sie auf einmal sehr entgegenkommend und wollten mir das IPv4 kostenlos zur Verfügung stellen. Aber ich würde wirklich anraten sich mal die Angebote anzuschauen. Habe bei Sunrise über QoQa ein Abo gelöst für 35 Franken (10 GBit), inkl. IPv4 Adresse UND ich muss nicht mein Handy bei Salt haben für die 10 Franken Rabatt. Ich war ganz am Anfang ein Happy Salt Kunde, aber in der Zwischenzeit sehe ich wie weit unten in der Nahrungskette sie stehen.
  17. Die you manage to solve this issue? I have the same issue. Did you contact directly the unraid support?
  18. For those, who stumble across this post. As Squid has written in the correct forum, linked by JorgeB, the "array" isn't correctly recognized, so you have to add your array disks as "disks outside array" in order for the plugin to work correctly.
  19. Hi there I wanted to write in plugin specific topic, but the linked forum page on the APPS isn't available anymore. The sleep plugin is ignoring some settings like (Extra delay after array inactivity: 99) and when I stop watching plex movie and go grab some drinks (maybe 5-10 minutes), the server goes into sleep. How can this be debugged, or where can I see what exactly is happening, in order to resolve this issue? Or maybe someone has experienced it also (s3 sleep plugin putting server to sleep too early)? Cheers
  20. Hi @ljm42 Thanks for your help so far. At the moment being, I have managed, to get it working. What I did is setting everything up on the second server, and removed everything on the first. It didn't work at first, but after a few days, when I tried again, it just worked. Now I can start Wireguard on my server (tunneled access) and connect to it. I can access all Dockers and VM over the local IP, or with the ControlC application. But the problem is, when I activate Wireguard on my phone, I don't have internet access on my phone. Do you have any idea what the reason might be? I was thinking, that maybe the DNS Server isn't working correctly? On my home network I am using 192.168.1.50 on my router for DNS (local Adguard Home server). Here is the setup of my unraid wireguard: Thanks! Edit: Weird behaviour, but on my phone, websites browsing with started WireGuard doesn't work, but as I started WireGuard, while being connected to a MS Teams call, it did reconect - which means, the internet is there, but surfing (probably DNS issue?) doesn't work. On my Laptop, everything worked fine ... Must be a problem with my phone .. maybe the private DNS setting inside my phone.
  21. Have you checked the comments on the previous pages? I have written few replies, maybe those would help - the docker container variables may be a bit different - saw a reply, that they changed naming of one.
  22. Hello This leads to issues when trying to install the container: Cheers!
  23. Hi, are you planing to add postgres sql 15 (seems to be in stable now) as an app?
  24. Thanks for the fix, now it is working without crashes!