rikdegraaff

Members
  • Posts

    224
  • Joined

  • Last visited

About rikdegraaff

  • Birthday May 23

Converted

  • Gender
    Male
  • Location
    The Netherlands

Recent Profile Visitors

2089 profile views

rikdegraaff's Achievements

Explorer

Explorer (4/14)

6

Reputation

3

Community Answers

  1. Hello all, I have a unraid server running now 24/7 but the electric bill is going up like crazy. It uses now about 2.46 kWh a day * 0.30 euro per kWh * 365 days = 270 euros per year. So I want to bring that down. On my nephews advice I installed S3 sleep plugin from Dynamix. But when I put my server manually in sleep mode, I don't get it out of it with my keyboard nor with my mouse or power button. It only will turn on by pressing the reset switch on my case. That is very odd, 'cause when I put my main PC (Win 11) in sleep mode I can wake it up with one of the three. Also my Wake-on-Lan magic packets don't work to wake the server up. I use WolCmd.exe and miniWOL software to turn it back on, but nothing seems to work. It also doesn't work when I use an Android app on my phone to send a magic packet. I already enabled magic packets in my BIOS, and ethtool eth0 says that -g is supported. So what more can I do to make the above things work properly? This is the output for the command ethtool eth0: And I will also post my diagnostics as required. Don't know if you guys can do something with that, but it is required. I hope you'll can help me out and bring my power bill down. Kind Regards, Rik rik-tower-diagnostics-20240316-1746.zip
  2. Thanks for the information. This is solved now. Kind Regards!
  3. Hello all, I have a little question about my server combined with setting it to sleep. So I’ve got my unraid server to go to sleep without issue. Dockers run on cache, array is spun down, my server goes to sleep. What I would like to know is if I can keep the dockers running while the server is asleep? I know that it sounds like it shouldn’t be possible but maybe I just haven’t found out how to make it work. Thanks in advance. PS. If this isn't the right category, I hope the mods/admins will move it to the right one.
  4. Solution was that the cable plugged in from the Fritzbox wasn't properly connected to the first switch. I jerked a little at the cable because I saw it was plugged in but the port was not blinking. Then it blinked again, seemed that the connection wasn't good. Though tested the LAN cable with my new apparatus, and the cable was ok. Thanks for helping me through this one!
  5. Thanks guys, when it is delivered I am going to test with it. Hope that I can see quickly which cable it is, because we have a lot of LAN cables here connected...
  6. Okay, thanks: Then I am going to try that. Luckily I already had one cable tester underway. Something like this, right?
  7. First I think that one of the cables is broken cause most of the switches their port give me 100 Mbps speed in my router. But how do I find out which cable is broken? Is there any quick way to tell? Because we have here 4 switches between the router and the unRAID server (3* 5-port and 1* 8 port swtches). That is because I have a lot of LAN devices here.
  8. Sorry but what do you mean with Must be something further along? I am a little autistic, so I do not understand your message... It is too comprehensive for me to understand right away what you are saying.
  9. Hereby the log, but I just started my server cause I moved it back to it's original place. So I'll post it now, but let me know if you like a bigger log, then we need to wait some more. I thought maybe in an other room the 1000 Mbps will work, but nope still my fritzbox and my server give me 100 Mbps. rik-tower-diagnostics-20240105-1608.zip
  10. I tried with different cables but nothing seems to make a difference. Still unknown status with trying different ports, as we have here in the house between the router and the unRAID server 2 or 3 network switches. All the switches are all gigabit switches, so can that still be the culprit? As they are 1000 Mbps... That's my conclusion with my limited knowledge. Please, correct me if I'm wrong. Thanks for replying so fast @itimpi!
  11. Hi all, I am not much into networking. But 10 minutes ago, I did a speedtest on my unRAID server with different docker containers as well via a VM without VPN. Those speeds were continuous about 80 Mbps, or 10MB/s. I also noticed in my modem/router, my Fritz box, that my unRAID server is connected via a 100 Mbps connection although I have everything wired up with Cat 5e cables and gigabit switches. My internet connection at home is 500/500 Mbps via fiber, and I get close to those speeds with my normal PC. So what can I do to get higher speeds on my unRAID server? And what kind of info do you guys need more to inform me about this? I hope you'll tech savvies can help me out with this matter. Kind Regards, Rik
  12. Hi @manrw, Here I've attached the full log of the slskd docker in txt format. It doesn't say much, to me, but maybe to you it is a lot clearer. I hope you can help me out with this one, I would love to use Slsdk via Unraid. Kind Regards! log_slskd.txt
  13. The weird thing is that is stops so quickly after starting, I don't have the chance to check in the console. I know that the dockers connectivity is the issue, cause when on bridge without VPN it is working. But what is wrong with the config, I mean other dockers do work while routed through Gluetun. What can I do to change the dns? And where. Sorry for all the questions but I'm a beginner using docker.
  14. Hi @manrw, I have a question about routing traffic through another container while using slskd. Because I live in the Netherlands, I would like to route that docker through a VPN container. In my opinion I routed it just like other apps with "--net=container:GluetunVPN" as Extra argument. But still, that doesnt work for me. I get the following error(s): [07:27:14 WRN] Failed to check version: Failed to retrieve latest release version from GitHub: Resource temporarily unavailable (api.github.com:443) [07:27:14 FTL] Application terminated unexpectedly Soulseek.AddressException: Failed to resolve address '': Resource temporarily unavailable ---> System.Net.Sockets.SocketException (00000001, 11): Resource temporarily unavailable Is it possible at all to route the traffic of slskd through a VPN container, and is it really needed here? Hope to hear from you. Thanks in advance!