cybex

Members
  • Posts

    19
  • Joined

  • Last visited

Everything posted by cybex

  1. I think I finaly fixed it, I think my restart policy was wrong... I had put it in variable section instead of extra parameters. I'll have to wait until next update to see.
  2. Bad idea. What will happen when your unassigned disk die? You'll lose your storj and all the time you put in it.... Just assign your share to one drive only and no problem writing to the parity this is your protection. you could use cache for your new file but some file may stay in use the cache. You would have do sometime turn off the docker and start mover
  3. Hi, my setup is working since more than 1 year.. but recently since a few weeks/months my docker always go down by itself because of an auto update feature that wasnt there before... Before I would update my docker manually in Unraid... now the docker update itself automatically and everything does offline I almost got disqualified because of this... I tryed adding addiing a variable --restart with "unless-stopped" value but same problem... is there a way to disable this autoupdate and return to previous behaviour ? Thank you
  4. Hi, thank you for this docker. Since Storj say the node needs to do his update automaticaly and have the latest version. Does this docker always download the latest version directly from storj? or you need to update it on your side? I want to be sure that if you not there in 6-9 months my node will not stop working or stop being updated. Thank you
  5. Hi, I just found a bug with my nic and latest versions of Unraid. I notice my nic was down to 100 mb/s since updating from 6.6.7 to 6.8.3 I change the cable for a new cat6 and a new port on the switch, same thing. I rollback to 6.6.7 and got back to 1000 mb/s I updated to 6.9 beta1 and got back to 100 Mb/s I rollback again to 6.6.7 and got back to 1000 Mb/s My nic onboard my gigabyte 890gpa-ud3h In my 6.6.7 it is shown in hardware profile as <setting id="firmware" value="rtl_nic/rtl8168d-2.fw" /> Thank you Edit: 1h56pm: (back on 6.8.3) I installed a second cheap realtek nic and it load the same driver as my onboard nic but the différence is in capability... on my onboard it stop at 100 mbits: eth1 is my onboard my eth0 load also r8169 driver but capibility goes up to 1000 <logicalname>eth1</logicalname> <version>03</version> <serial>[REMOVED]</serial> <size units="bit/s">100000000</size> <capacity>100000000</capacity> <width units="bits">64</width> <clock units="Hz">33000000</clock> <configuration> <setting id="autonegotiation" value="on" /> <setting id="broadcast" value="yes" /> <setting id="driver" value="r8169" /> <setting id="duplex" value="full" /> <setting id="firmware" value="rtl_nic/rtl8168d-2.fw" /> <setting id="latency" value="0" /> <setting id="link" value="yes" /> <setting id="multicast" value="yes" /> <setting id="port" value="MII" /> <setting id="slave" value="yes" /> <setting id="speed" value="100Mbit/s" /> </configuration> <capabilities> <capability id="pm" >Power Management</capability> <capability id="msi" >Message Signalled Interrupts</capability> <capability id="pciexpress" >PCI Express</capability> <capability id="msix" >MSI-X</capability> <capability id="vpd" >Vital Product Data</capability> <capability id="bus_master" >bus mastering</capability> <capability id="cap_list" >PCI capabilities listing</capability> <capability id="rom" >extension ROM</capability> <capability id="ethernet" /> <capability id="physical" >Physical interface</capability> <capability id="tp" >twisted pair</capability> <capability id="aui" >AUI</capability> <capability id="bnc" >BNC</capability> <capability id="mii" >Media Independant Interface</capability> <capability id="fibre" >optical fibre</capability> <capability id="100bt-fd" >100Mbit/s (full duplex)</capability> </capabilities>