bluepr0

Members
  • Posts

    214
  • Joined

  • Last visited

Everything posted by bluepr0

  1. Hello! I've been using 6.7.0-rc5 almost since launch and I've noticed the network speed drops quite a bit. Mostly I noticed it on torrents but it's hard to tell as the connection is not as stable. So I setup a little experiment. I've tried to download a 10GB file from Internet using the following command: wget https://speed.hetzner.de/10GB.bin - Test using unRaid, and here's the download graph https://d.pr/i/DM9R7q - Test using a VM (pfSense) which is running inside unRaid but with a 4 port NIC on passthrough https://d.pr/i/2P5FZn As you can see the connection is much more stable with the pfSense VM. I've also tried it using my iMac and got the same result, stable and steady download speed.
  2. Awesome! will give it a try. Thanks a lot! How do you handle docker boot and delay? I've checked docker preferences but couldn't find anything related. Will try to find something on the unRaid wiki 🤔
  3. Thanks for your reply. I've totally missed that, not sure where is it but will try to find it! Thanks! That sounds exactly like I want to do. Do you have the scripts handy? I might be able to implement them
  4. Hello guys, I've setup a few VMs and dockers that need internet to run correctly, however my router is actually another VM with pfSense. When I reboot unRaid I get a mess of errors because internet is not ready yet. What I wanted to do is to start the VMs and dockers only when my pfSense VM is ready (or maybe just after X seconds after the array starts). Any ideas on how I can do this? Thanks!
  5. You are right!. I've now removed the time machine volume on my iMac and added it again so it's creating the first backup again.
  6. Hello! Just wanted to report back. I was able to configure everything and add a time machine volume to my iMac. I was even able to create a first backup. However now I'm unable to do more, always get the same error (see image). The share config is the same as when I successfully finished the first backup, so I'm not entirely sure what's going on. I've tried restarting my iMac just in case but still no luck. Any ideas on what I should look at? Thanks!
  7. Any guide on how we can configure Time Machine backups using SMB? This is the reason why I installed 6.7, hoping that it finally works I'm referring to this tweet If I create a share and export it on the SMB protocol I don't get any "Yes (TimeMachine)" as I do on the AFP export settings. So not sure how to enable it. EDIT: I found this on the forum Will test it out once I finish the parity sync!
  8. Hello guys! I've been using unRAID since 2016 and so far never was able to create a Time Machine share that actually works. I'm currently using Mojave but with previous macOS also didn't work. I've also followed every advice, trick and setup guide with no luck. Is there really a way to make it work? I'm 1 click away to install Xpenelogy haha Thanks a lot!
  9. I did also had the go file configure so it was using the binary from a folder inside my array, so it looked like #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp -p 80& /mnt/user/Mining/xmrig -o pool.supportxmr.com:7777 -u -p blabla -k --donate-level 1& This also didn't seem to work
  10. Hello guys! So I've been taking a look at some threads on how to execute an app at boot. Some of them suggested to edit the /boot/config/go and that's what I did. However it seems the miner opens and closes but I need it to keep running in the system. This is how my currently go file looks like #!/bin/bash # Start the Management Utility /usr/local/sbin/emhttp -p 80& /usr/local/sbin/xmrig -o pool.supportxmr.com:7777 -u -p blabla -k --donate-level 1& I've tried to execute the binary from the local folder but it didn't work, so I ended up copying it to /user/local/sbin... but it's also not working or at least it doesn't keep running Should I create a .sh script file and execute it from there? I'm a bit lost on how this thing will work! Thanks!
  11. could we move this to the docker forum to see if someone knows? thanks!
  12. Is this better suited for Docker forum? not sure if it should be moved there or need to be considered like something related to unRaid itself?
  13. Hey guys! I have a docker instance of "Home-Assistant" where I'm already passing an USB device: /dev/ttyACM0 As you can see it creates the device above. However I have a USB Bluetooth device which it gets listed in lsusb (It's the Broadcom one) while the other is the Z-wave Z-Stick root@unBeast:~# lsusb Bus 003 Device 005: ID 0a5c:21ec Broadcom Corp. Bus 003 Device 002: ID 0658:0200 Sigma Designs, Inc. But for this bluetooth device I'm not getting an appropriate "/dev" device. I've tried passing the bus and device ID to docker but it seems to not work or I'm not doing it correctly. Can anyone point me out in the right direction? Maybe it's not possible to pass it unless unRaid creates a "/dev" device and has the appropriate drivers to support it? Doing a `dmesg | grep Broadcom` is not showing up anything either. Connecting this USB bluetooth to a Raspberry Pi2 with Raspbian recognizes it without problems so it's clear that at least it works on Linux. Maybe I'm just doing wrong the passthrough thing to Docker Thanks for any help!
  14. thanks a lot! everything is up and running again!
  15. umm but is there a way to do it through console? because I can't access the web ui to start the array in maintenance mode
  16. oh I see, so as I cant start the array in maintenance through console I guess I should leave the command until it returns the prompt again and hopefully restarting should work?
  17. I actually executed this when doing my first tests xfs_repair -v /dev/md2 but I dont get any feedback or progress, feels like it becomes unresponsive Thanks a lot, btw!
  18. I can see some weird stuff on the logs, is it a problem with the filesystem? a kernel panic? any way to fix it?
  19. thank you! Im uploading the new diagnostics tower-diagnostics-20170322-1435.zip
  20. I went ahead and re-installed from ground up unraid on the flash drive, booted a new fresh unraid and set up disks as per the screenshot I took. Clicked on start array and it got unresponsive with the "Mounting disks..." message at the bottom... I'm just not sure what else I can do Screenshot http://d.pr/i/K7AA/FPvlzynm
  21. I was able to boot and access the web ui with only 1 disk connected (parity) at least I can download the diagnostic unbeast-diagnostics-20170322-1759.zip
  22. Hello guys, It's been a long day today, I've been trying for hours to find out what's going on with my unRaid box but I'm unable to. I will try to give as much info as I can but what's happening is very very weird! I've been running unRaid 6.3.2 since its release with no issues at all. Today I was cleaning out some files in my disks and found out that I had a "Dropbox" folder from an old Dropbox docker I installed a few months ago. As this folder was using lots of GB I decided to delete it with MC, after a bit it seems like the remote terminal (through my mac with ssh) crashed so I tried to restart unRaid but it became unresponsive... so I had to force reset After the reset everything is screwed. I can boot the flash drive in gui mode but I can't access the web interface (not even locally) but typing ps aux | grep -i emhttp returns what you can see on this image (Terminal screenshot), however I get an infinite "Connecting" state in the browser tab (not getting error though). I tried to boot the flash in another PC and it boots up fine I've also tried disconnecting all the disks in the unRaid box except the cache SSD and I'm able to get into the web interface but I can't do much as all my disks are disconnected so I can't mount the array. This is interesting: then I tried to connect one drive at a time and boot to see if I'm able to get into the web interface. I found out one of the disks (I have 4) was, presumably the reason of the problems. So disconnected that one, booted up with the other 3 disks, I was able to click on start array and again it crashes/become unresponsive. Now I'm basically when I started. I'm will now try to disconnect all the disks and boot again to see if I can get the web ui to download the diagnostics BTW, I have been doing all this through the gui boot mode, I can't access the web server from another PC, not even through SSH (SSH is up but it's not accepting the password O_O). I've also tried to use xfs_repair on /dev/md2 but again it looks like it was just unresponsive Also tried to copy files from "previous" folder on the flash drive to see if that would help but no luck either >_< Anyone got any ideas on what I can do/test/try? I'm totally clueless. Thanks!