Leaderboard

Popular Content

Showing content with the highest reputation on 07/20/21 in all areas

  1. Lauscht der Proxy auf Port 80? Dann hast du logischerweise keinen Zugriff mehr auf Unraid, weil dieser Port ja von Unraid für die GUI verwendet wird. Du könntest nun versuchen dich per ssh mit dem Server zu verbinden, sofern du diesen Dienst noch aktiv gelassen hast. Dazu einfach die Kommandozeile deines PCs öffnen und das ausführen: ssh [email protected] Nach Eingabe des Passwortes bist du auf dem Terminal. Jetzt die Frage wie der Proxy installiert wurde. War das ein Docker Container? Wenn ja, dann beende einfach mal den Docker Service: /etc/rc.d/rc.docker stop Dann sollte der Port wieder für die GUI zur Verfügung stehen. Screenshot: Alternativ könnte man den Port von Unraid ändern. Dazu das ausführen: nano /boot/config/ident.cfg Und dann "PORT" von "80" auf "5000" umstellen. Screenshot: Danach control+X, Y und Enter und den Server neu starten. Die GUI ist dann erreichbar über http://192.168.x.x:5000/
    2 points
  2. The following script creates incremental backups by using rsync. Check the settings to define your own paths. Donate? 🤗 https://codeberg.org/mgutt/rsync-incremental-backup > incbackup.sh Explanations All created backups are full backups with hardlinks to already existing files (~ incremental backup) All backups use the most recent backup to create hardlinks or new files. Deleted files are not copied (1:1 backup) There are no dependencies between the most recent backup and the previous backups. You can delete as many backups as you like. All backups that are left, are still full backups. This could be confusing as most incremental backup softwares need the previous backups for restoring the data. But this is not valid for rsync and hardlinks. Read here if you need more informations about links, inodes and files. After a backup has been created the script purges the backup dir and keeps only the backups of the last 14 days, 12 month and 3 years, which can be defined through the settings logs can be found inside of each backup folder Sends notifications after job execution Unraid exclusive: Stops docker containers if the source path is the appdata path, to create consistent backups Unraid exclusive: Creates a snapshot of the docker container source path, before creating a backup of it. This allows an extremely short downtime of the containers (usually only seconds). How to execute this script? Use the User Scripts Plugin (Unraid Apps) to execute it by schedule Use the Unassigned Devices Plugin (Unraid Apps) to execute it after mounting a USB drive Call the script manually (Example: /usr/local/bin/incbackup /mnt/cache/appdata /mnt/disk6/Backups/Shares/appdata) How does a backup look like? This is how the backup dir looks like after several month (it kept the backups of 2020-07-01, 2020-08-01 ... and all backups of the last 14 days): And as it's an incremental backup, the storage usage is low: (as you can see I bought new music before "2020-08-01" and before "2020-10-01"): du -d1 -h /mnt/user/Backup/Shares/Music | sort -k2 168G /mnt/user/Backup/Shares/Music/20200701_044011 4.2G /mnt/user/Backup/Shares/Music/20200801_044013 3.8M /mnt/user/Backup/Shares/Music/20200901_044013 497M /mnt/user/Backup/Shares/Music/20201001_044014 4.5M /mnt/user/Backup/Shares/Music/20201007_044016 4.5M /mnt/user/Backup/Shares/Music/20201008_044015 4.5M /mnt/user/Backup/Shares/Music/20201009_044001 4.5M /mnt/user/Backup/Shares/Music/20201010_044010 4.5M /mnt/user/Backup/Shares/Music/20201011_044016 4.5M /mnt/user/Backup/Shares/Music/20201012_044020 4.5M /mnt/user/Backup/Shares/Music/20201013_044014 4.5M /mnt/user/Backup/Shares/Music/20201014_044015 4.5M /mnt/user/Backup/Shares/Music/20201015_044015 4.5M /mnt/user/Backup/Shares/Music/20201016_044017 4.5M /mnt/user/Backup/Shares/Music/20201017_044016 4.5M /mnt/user/Backup/Shares/Music/20201018_044008 4.5M /mnt/user/Backup/Shares/Music/20201018_151120 4.5M /mnt/user/Backup/Shares/Music/20201019_044002 172G /mnt/user/Backup/Shares/Music Warnings Its not the best idea to backup huge files like disk images that changes often as the whole file will be copied. A file change while copying it through rsync will cause a corrupted file as rsync does not lock files. If you like to backup for example a VM image file, stop it first (to avoid further writes), before executing this script! Never change a file, which is inside a backup directory. This changes all files in all backups (this is how hardlinks work)! Do not use NTFS or other partition formats, which do not support Hardlinks and/or Linux permissions. Format external USB drives with BTRFS and install WinBTRFS, if you want to access your backups through Windows. Do NOT use the docker safe perms tool if you backup the appdata share to the array. By that all file permissions are changed and can not be used by your docker containers anymore. Docker safe perms skips only the /mnt/*/appdata share and not for example /mnt/disk5/Backups/appdata!
    1 point
  3. The attachment in this post is a joint effort between @Batter Pudding and myself. @Batter Pudding supplied much of the technical part of the Attached Document and I provide most of the background information. What we are attempting to do is to show that it is easy to actually use Unraid with all of the security features that Microsoft has incorporated into Windows 10. What many of us have been doing (myself included) is to reverse those enhancements to security and use our Unraid network in what is basically a 2010 security environment. @limetechhas announced in the release thread for version 6.9.2 that they are about to increase security on Unraid in future releases. Unfortunately, this list is going to impact a lot of current Unraid users as many have setup their Unraid servers and networking to use these very features. Each user will have two choices. Either embrace security or spend time to undo each new security addition that either LimeTech or MS adds in their updates. If you decide to continue to bypass security, just realize that the number of folks prepared to assist you with any problems doing this will probably decline as more folks adopt increased security as a necessity. In some cases, this is going to present some difficult decisions. For example, I have an old Netgear NTV-550 set top media player (last firmware/software update was in early 2011) that only supports SMBv1 or NFS. Do I open up a security hole to use a well-functioning piece of equipment or do I replace it? (The choice, obviously, is one that only I can make...) Two Important things! Do not post up any problems that you have with networking between Windows 10 and Unraid in this thread! Start a new thread in the General Support forum. Please don’t tell us that there is another way to do something and that we should change our recommendation to employ that method. If you feel you have a better way, you are encouraged to write it up in detail and post it in this thread pointing out the advantages of your way. (One well regarded Windows 10 networking book has over 400 pages in it. Our document is 16 pages long…) EDIT: November 30, 2021. Recently, something has come to my attention about Unraid and SMB. There have been incidences where access to Unraid shares is restricted or blocked completely from users who should have access to it. What has been found in these cases is that a feature, has been enable on the Unraid side, called Access Control Lists (ACL for short). This will show up as an ‘+’ at the end of the Linux permissions. See the screen capture below: Note that the ‘+’ is also on the file as well as the share/directory. ACL changes the way that Linux is going to control access to these resources. After some research, I found out that Windows has used ACL for a long time. The SAMBA group has added ACL into its version of SMB. Unraid does not use ACL in its security scheme. At the present time, I can think of only one way that a ACL could be found on any Unraid server. It was done by a Windows user who was trying to change how SMB worked by applying Windows security features to an Unraid share by changing the default Security settings. (Basically, right-clicking on the Share in Windows Explorer, selecting ‘Properties’, then the ‘Security’ tab and working from there.) The point I am making is that you can’t fix a share access problem by trying to change a Unraid share security using Windows security tools on that share. If you try, you will probably make things worst! (Unless you are a Windows SMB Networking Guru…) It is important to realize that if you are denied permission to an Unraid share resource, the problem can only be fixed on the Unraid side using the Tools in the Unraid GUI (or via the command line for specific problems). If you are having an access problem to a Unraid share and can’t solve it with the tools in the GUI, start a thread in the General Support sub-forum and let the community help you fix it. EDIT: February 25, 2024. It has come to my attention that there is one more setting that was not previously covered. The Network type should be set as 'Private'. For Windows 10 Open up Settings Pick Network & Internet In right panel, click on Properties button In the Network Properties, select the 'Private' radio button. For Windows 11 Open up Settings In left panel, pick Network & Internet In the Right Panel at the top, click on Properties Under Network Profile type, click on the 'Private network' radio button EDIT: March 15, 2024 It has come to my attention that there can be problems in linking the Network Neighborhood folder into Windows File Explorer in Windows 11. While there is a solution to that problem, it has some other side effects and the full scope of those has not been evaluated. In addition, I have become aware of another way to integrate access of servers into Windows File Explorer that works quite well if you have only a few servers. (Things start to look messy if one adds more than two or three servers but that is a matter of each individual’s perception of “messy”.) So if you have having any problems with implementing "Network Neighborhood", try this new approach! This new method is actually quite simple to set up. This method is described in the attached PDF file named: “An Alternative Method to Network Neighborhood.PDF” Unraid & Windows 10 SMB Setup.pdf An Alternative Method to Network Neighborhood.pdf
    1 point
  4. In addition to the public availability of the My Servers plugin, we also wanted to let everyone know about our new Unraid Community Discord Server! As great as the forums are for providing support and long-hand conversations, sometimes you just want to chat with someone in real-time. Discord gives us that ability and is just another great way to communicate. If you're not familiar with Discord, you can create an account and download their apps at discord.gg. Once done, you can join our discord server using this link: https://discord.unraid.net Please note that we do require you to link your Unraid.net forum account in order to join our discord server. Your username will be automatically set to match your display name here. This is done in order to prevent impersonation of other community members. No exceptions will be made to this policy. We intend to do more and more with Discord over time, as it is a powerful platform with lots of intriguing possibilities for our community. Join today and be a part of the conversation!! Also we want to give a special thanks to the guys who are running the Unofficial Discord Server @Roxedusand @GilbN (and if I'm missing anyone else, please forgive me). They were fantastic in helping us and the community and will be moderators in our server as well.
    1 point
  5. Since the Last Unraid Update to 6.5.2, I am getting this error: "noVNC encountered an error" Script Error Here are the couple screenshots running VM and Krusader: Any ideas why? Thank you in advance!!!
    1 point
  6. No. The dashboard should work right OOB.
    1 point
  7. Ahso...aber Du willst ja auch das I-Net da durchschleifen....eine blöde Idee, hat gar keinen WAF in Zeiten von homeoffice und corona. Der linux Kernel muss immer dann routen, wenn Du mehr als ein IP- Netz hast...mindestens zum Gateway (default) in Richtung I-Net. Nicht L2 und L3 traffic verwechseln. In Deinem Diagramm macht das zuerst unraid (VMs/Docker) zur pfsense und dann die pfsense selbst. Das ist wieder das gleiche Thema. Ein WLAN AP ist nur ne Brücke zwischen Kabel- und Luft-"Ethernet". Vorteil des am Kabel abgesetzten AP ist, dass man ihn zwecks Ausleuchtung besser positionieren kann...vor allem, wenn der POE versorgt wird. ja, siehe oben. Ist der Server aus ist nix mit Treiber aus dem Inet holen [emoji1787]...gibt schneller ein Henne-Ei-Problem als Du denkst. Sr-IOV spart ein paar Ressourcen, da sonst die CPU Switch, Bridge und Router ist, wenn Du alles in virtuellen Software- Devices machst. Das ist auch i.O. so, aber die Gesamtarchitektur ist fraglich. Eine 25G Karte kann 25G, egal auf wie viele virtuelle Interfaces aufgeteilt. Ein virtio schafft immer CPU Bus- Bandbreite, also heute eher mehr als das doppelte. Man muss sich entscheiden. Bei Themen der Infrastruktur ist meine Erfahrung , auf robuste Konzepte zu setzen und nicht das letzte auszureizen. Router, APs und Switch(e) extern Apps/VMs intern, solange sie im gleichen IP- Netz liegen. Alles andere über den Router mit zentraler Firewall. Virtualisierung für den Router, ja aber nicht für den Router, der WAN macht sondern als Firewall zwischen Apps. Gesendet von meinem SM-G960F mit Tapatalk
    1 point
  8. ...die Bauform hat damit erstmal nix zu tun 🤣 Aber wir schon angeführt wurde....die Technik ist inzwischen in Preisregionen angekommen, die es auch Otto-SoHo-Nutzer erlauben das einfach hinzustellen. Alleridngs ist die Energieeffizienz, besonders bei Kupferleitungen eben nicht mit einen normalen 1Gbps Ethernet zu vergleichen. Aber auch 25GBit Internet müssen erstmal durch eine Firewall, also eine CPU durch. Ich bezweifle, das Du das mit einer Normalo-CPU und Allround-OS Deines AiO schaffst....auch nicht mit einer Pfsense. Die Lüfter sind i.a. geregelt, also nicht dauerlaut. Vpm P/L kommst Du mit einer AiO nicht an den MT ran....Marktpreis ist bei kanpp 450EUR...das müsstest Du im AiO allein für die CPU als Minimum ausgeben um zwischen 2-4 Interfaces 25-40Gbps zu routen, mit einer Pfsense oder auch MT-RouterOS. das stimmt ja nicht, denn DU müsstest Minimum 1xWAN und 1XLAN bereitstellen.
    1 point
  9. Du bist hier im 25Gbit bereich, was erwartest du dir? Eine ConnectX 5 beispielsweise verbraucht im idle ca 21W, soweit ich weiß braucht die Intel ein paar watt mehr. Wegen der Lautstärke, sei dir bewusst das du so eine 25Gbit karte auch Kühlen musst ein leichter Luftstrom wie oben schon geschrieben reicht dort nicht. Warum PCIe4.0? Ist doch mit 3.0 auch leicht zu erreichen. Ich würde das Problem eher dort sehen wie du die Bandbreite ausnutzen willst... Ich glaube kein Dienst den du Online nutzen kannst wird dir diese Geschwidnigkeit liefern können und wenn dann nur einer oder 2. Wichtige details fehlen, welche CPU. ...und auch was du vor hast, warum sollte das die CPU nicht schaffen? 😎 Kommt drauf an was du machen willst, wie gesagt wichtige details wie deine CPU und Hardware fehlt hier in den Angaben, steht dein PC neben dir weil dir lautstärke so wichtig ist? Was machst du mit den VMs.
    1 point
  10. Es denke es liegt am BIOS...mit meiner i350-T4 geht es mit dem Befehl. SR-IOV ist ja eine Software-Funktion, also ist da BIOS des Controllers wohl Pflicht, fürchte ich. Wenn man es anwendet bekommt man halt "echte, virtuelle" NICs im Host, also /dev/ethX - die kann man dann "normal" verwenden, auch für VMs.
    1 point
  11. Du hast glaub ich -d vergessen... wenn ich das prüfe kommt nichts, kann aber auch daran liegen das ich das BIOS der Karte "weggeflashed/deaktiviert" hab. Hier mal der vollständige output: lspci -vvv -d 15b3:1003 01:00.0 Ethernet controller: Mellanox Technologies MT27500 Family [ConnectX-3] Subsystem: Mellanox Technologies MT27500 Family [ConnectX-3] Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 0, Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 IOMMU group: 1 Region 0: Memory at b6600000 (64-bit, non-prefetchable) [size=1M] Region 2: Memory at 4000000000 (64-bit, prefetchable) [size=8M] Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [48] Vital Product Data Product Name: CX311A - ConnectX-3 SFP+ Read-only fields: [PN] Part number: MCX311A-XCAT [EC] Engineering changes: A5 [SN] Serial number: MT1320X01586 [V0] Vendor specific: PCIe Gen3 x4 [RV] Reserved: checksum good, 0 byte(s) reserved Read/write fields: [V1] Vendor specific: N/A [YA] Asset tag: N/A [RW] Read-write area: 109 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 253 byte(s) free [RW] Read-write area: 252 byte(s) free End Capabilities: [9c] MSI-X: Enable+ Count=128 Masked- Vector table: BAR=0 offset=0007c000 PBA: BAR=0 offset=0007d000 Capabilities: [60] Express (v2) Endpoint, MSI 00 DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 unlimited ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 116.000W DevCtl: CorrErr- NonFatalErr- FatalErr- UnsupReq- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 256 bytes, MaxReadReq 512 bytes DevSta: CorrErr- NonFatalErr- FatalErr- UnsupReq- AuxPwr- TransPend- LnkCap: Port #8, Speed 8GT/s, Width x4, ASPM L0s, Exit Latency L0s unlimited ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+ LnkCtl: ASPM Disabled; RCB 64 bytes, Disabled- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 8GT/s (ok), Width x4 (ok) TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- DevCap2: Completion Timeout: Range ABCD, TimeoutDis+ NROPrPrP- LTR- 10BitTagComp- 10BitTagReq- OBFF Not Supported, ExtFmt- EETLPPrefix- EmergencyPowerReduction Not Supported, EmergencyPowerReductionInit- FRS- TPHComp- ExtTPHComp- AtomicOpsCap: 32bit- 64bit- 128bitCAS- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- LTR- OBFF Disabled, AtomicOpsCtl: ReqEn- LnkCap2: Supported Link Speeds: 2.5-8GT/s, Crosslink- Retimer- 2Retimers- DRS- LnkCtl2: Target Link Speed: 8GT/s, EnterCompliance- SpeedDis- Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+ EqualizationPhase2+ EqualizationPhase3+ LinkEqualizationRequest- Retimer- 2Retimers- CrosslinkRes: unsupported Capabilities: [c0] Vendor Specific Information: Len=18 <?> Capabilities: [100 v1] Alternative Routing-ID Interpretation (ARI) ARICap: MFVC- ACS-, Next Function: 0 ARICtl: MFVC- ACS-, Function Group: 0 Capabilities: [148 v1] Device Serial Number *REMOVED* Capabilities: [154 v2] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- AdvNonFatalErr+ AERCap: First Error Pointer: 00, ECRCGenCap+ ECRCGenEn- ECRCChkCap+ ECRCChkEn- MultHdrRecCap- MultHdrRecEn- TLPPfxPres- HdrLogCap- HeaderLog: 00000000 00000000 00000000 00000000 Capabilities: [18c v1] Secondary PCI Express LnkCtl3: LnkEquIntrruptEn- PerformEqu- LaneErrStat: 0 Kernel driver in use: mlx4_core Kernel modules: mlx4_core
    1 point
  12. Darf nichts kosten, maximal leisten und keinen Strom verbrauchen... hat gerade jemand eine eierlegende Wollmilchsau übrig 😅 Ich denke ein guter Startpunkt ist Geizhals mit deren Filterfunktion: https://geizhals.de/?cat=nwpcie&xf=14066_PCIe-Karte Dort sehen wir dann zB, dass es bei PCIe 4.0 etwas mau aussieht bzw es gibt keine x4 Karte: Ich empfehle auch nicht auf den PCIe 4.0 Knopf zu drücken, denn dann wird's sehr teuer 🙈 Das liegt aber auch daran, dass PCIe 4.0 nur in Kombination mit dem "neueren" SFP28 angeboten wird, also 25G fähiges SFP+, was es "erst" seit ~2015 gibt. Dass der Hersteller dann gleich auf x8 oder x16 setzt, dürfte daran liegen, dass die Karte auch bei PCIe 3.0 die volle Leistung bringen können soll. Du wirst also keine Karte finden, die 10G über PCIe 4.0 x1 liefert, auch wenn das von der Bandbreite her ausreichen würde. Der Hersteller hat einfach Angst die Karte dann nicht so gut verkaufen zu können. Zum Stromverbrauch können wir ja mal die günstigste PCIe 4.0 Karte nehmen. Die Intel E810-XXVDA2: https://cdrdv2.intel.com/v1/dl/getContent/641674 Mit einer Direktverbindung, der sparsamsten Variante bei SFP, immer noch 8 bis 10 W je nach Auslastung: Dazu kommt dann noch der Overhead vom PCIe Slot von 2 bis 3W. Sparsam ist anders. Wobei aber eh die Frage ist ob man Dual 25G benötigt. Reicht nicht Dual 10G oder Single 10G? Zu SR-IOV findet man ansonsten die meisten Informationen hier: https://forums.unraid.net/topic/103323-how-to-using-sr-iov-in-unraid-with-1gb10gb40gb-network-interface-cards-nics/
    1 point
  13. Meine bedenken sind immer die das wenn du die Firewall direkt auf unRAID betreibst und dort wirklich alles drauf läuft und du hast wirklich einen Hardware-/Softwaredefekt kannst du nicht mal richtig Troubleshooten weil du kein Internet hast, ich meine du würdest schon das Internet vom Handy haben aber ist einfach nicht das gleiche wie am lokalen PC, ganz abgesehen von den anderen Themen die ich bereits oben erwähnt hab. Ein AiO Gerät ist schon super aber bringt auch manchmal Probleme mit sich...
    1 point
  14. @hwvrgSR-IOV in unraid geht, man muss es aber manuell aktivieren...siehe: Ich habe meine mellanox ConnectX3 damit aber noch nicht versucht, bzw. geschaut, ob sie es überhaupt kann....und sie ist für nen andere Sache gerade ausgebaut 😅 @ich777 kannst Du bei Deiner Mellanox mal ein: "lspci -vvv <venderID> | grep -A 9 SR-IOV" machen? Die "VenderID" ist die ID in der IOMMU-group, Siehe Post #2 in der o.a. Anleitung: Does my NIC support it? If not, what should I buy?
    1 point
  15. Alors ca je ne savais pas. Très bonne information. Je vais essayer ce soir !
    1 point
  16. Das ist mir klar jedoch bedenke wenn du eine Firewall auf unRAID eine Firewall oder whatever virtualisierst das dir unter Umständen hier ins Knie schießen könntest da viele Plugins beim booten auf Updates Checken (Nvidia Driver, rclone DVB Driver,...) und wenn die beim booten keine aktive Internetverbindung haben schlägt das fehl, noch schlimmer bei einem Upgrade von unRAID selbst können die neuen Treiber/Versionen nicht heruntergeladen werden und die Plugin installation schlägt fehl. Das konzept von den Treibern Plugins hat sich jetzt geändert seit release von 6.9.0 Wie schon oben geschrieben, schlechte Idee außerdem solltest du mal einen HW defekt am Server haben hast du kein Internet. Ich rate immer davon ab die/den Firewall/Router auf unRAID zu betreiben, selbst ich hab eine dedizierte Firewall die 5W im schnitt braucht für mein FTTH.
    1 point
  17. Was, wo, wie? Ich hab selbst Mellanox Karten jedoch laufen die nativ und nicht mit SRIOV. Wenn du mit 10Gbit/s auskommst eine ConnectX3. Da hast du dann eher pech, vergiss nicht das sind Server Karten und selbst 10Gbit/s Consumer karten auch relativ warm werden, bei solchen musst du dir entweder einen Lüfter raufschrauben oder du hast ordentlich Luftstrom drüber (ich rede hier von keinem Standard PC Gehäuse leichte Briese sondern wirklich Luftstrom so wie in einem Server). Mit meiner Mellanox hätte ich noch nichts dergleichen bemerkt aber ich nehm meine VM auch nur zum Container bauen, evtl kann dir jemand anders hier helfen. Warum den server? Willst du nicht lieber eine Firewall vorschalten, den server direkt so wie er is ins Internet zu stellen ist eine wirklich sehr, sehr, sehr, sehr,... schlechte idee. 10Gbit/s braucht nun mal ein paar watt mehr als 1Gbit/s, ist auch der 10Fache durchsatz, evtl. kann dir hier @mgutt weiterhelfen. Wobei ich ehrlich gestehen muss das meine ConnectX3 nicht wirklich ein stromfresser ist, müsste so zwischen 4 und 9 Watt brauchen (ist aber wirklich nur geschätzt). SRIOV kann evtl. @Ford Prefect was dazu sagen, bin mir gar nicht sicher das es einwandfrei auf unRAID funktioniert, aber wie gesagt hab mich noch nie mit dem Thema beschhäftigt.
    1 point
  18. Bonjour à tous, Punaise je ne s'avais pas qu'il y avait une section FR sur Unraid 😂.
    1 point
  19. OK, Thanks anyway , i dont know to , but i will try to find ...
    1 point
  20. Nothing to do with discounting and everything to do with lower levels of taxation, inefficiency and retail greed.
    1 point
  21. Hear ya! But in the case with the hard drives it was clearly the Chia mining hype and nothing else. Now that the disk buying panic related to Chia is over, the prices have started to slowly come down. Doesn't mean that they will return back to the pre Chia levels. Not until a sizable number of the Chia miners completely loose interest in expanding their "farms" and stop buying new disks.
    1 point
  22. Be sure you DON'T try to do it this way. Unraid will clear the disk
    1 point
  23. You want to use Tools>New Config; select the option to use current assignments; return to the Main tab and add the extra drive. You now start the array to commit those assignments. By default UnRaid will rebuild parity, but if you are certain that parity is valid you can tick the “parity is already valid” checkbox before starting the array to avoid rebuilding parity.
    1 point
  24. Not really, just check that is running latest firmware. Yes to both.
    1 point
  25. I don't know, if you have it running now, but here is how to setup it manually on terminal: wget https://packages.slackonly.com/pub/packages/14.2-x86_64/network/autossh/autossh-1.4g-x86_64-1_slonly.txz installpkg autossh-1.4g-x86_64-1_slonly.txz
    1 point
  26. Here is all the evidence I need to prove my point. Where did you get the information about app data? What if you did want to back up your VMs because you started to use them seriously? This information should be officially provided by line tech. That's the minimum I'm requesting, I'm shocked that no one else sees this or cares.
    1 point
  27. This thread really doesn't have enough "Soon" in it.
    1 point
  28. I had exactly the same issue and could not find any solutions on the forum or the internet. So I did some digging myself and found the cause of the issue. The docker update check script gets the remote digest of the latest tag from the docker repository via a header called 'Docker-Content-Digest'. The script checks for this header with a case-sensitive regex pattern. Manually querying the docker hub registry gives me a header called 'docker-content-digest' (mind the casing). The docker hub registry must have recently changed the casing of this header, because it broke for me in the last 24 hours. I'm running on Unraid 6.8.3 still, so I'm not 100% sure if this issue also exists in 6.9.x. If you feel up to it, you could quite easily fix this yourself until there is a real fix. I'll describe the steps below: Open file: /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php Go to line 457. There you should look for the text: @Docker-Content-Digest:\s*(.*)@ and replace it with: @Docker-Content-Digest:\s*(.*)@i Save the file. This will make the header check case-insensitive and should make it work again.
    1 point
  29. So I updated to 21.0.1 today and I had a few errors after. I will address them here and I hope they will help others to fix them quick. I had errors referring to my nginx config /.well-known/carddav, caldav, webfinger etc. Here is my nextcloud nginx config section about that location ^~ /.well-known { location = /.well-known/carddav { return 301 /remote.php/dav/; } location = /.well-known/caldav { return 301 /remote.php/dav/; } location = /.well-known/webfinger { return 301 /index.php$uri; } location ^~ /.well-known { return 301 /index.php$uri; } try_files $uri $uri/ =404; } I had them different before and apparently they do not work in this version. Also I had an error reffering to some db indices. Fo these you go into nextcloud container console and run sudo -u abc php /config/www/nextcloud/occ db:add-missing-indices And another one was reffering to default phone region. You have to add your phone region in config.php 'default_phone_region' => 'GB', You have to replace GB with your country specific code. You can find it here I hope this is useful info.
    1 point
  30. Setting MakeMKV to run as root user fixed the drive not being detected for me. Use PGID and PUID as 0.
    1 point