Everything posted by astronax
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
ok i have switched the cables on unraid, so my pc is now connected to the 1gb intel nic on unraid while the main cable is connected to the 2.5gb, no more packet loss when transferring i consider this a solution but not the ideal condition
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
i remembered that i have changed the zfs memory limit and have now removed this configuration rebooted unraid, tested again the speed is now below 100mb on the 2.5nic, and the packet loss to the switch behind unraid is starting ~300mb of transfer, unraid has 64gb of ram there is no packet loss to unraid itself as it seems
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
okay i have tested beta 7.0.0.2 and it is not solving the issue but i have now recognized that it is only occurring during writes to unraid so copying files from unraid via 2.5gb nic to my computer everything is working but if i copy files from my PC to UNRAID there is packet loss while pinging it on both nics, but the file transfer via smb keeps going, and as soon as it ends it restores, and packet loss goes to 0 also the speed writing from pc to unraid is limited to 120mb/s, but this should be more with 2,5gb the used drive is an NVME with ZFS and is capable of speeds above 2,5gb in writing Spec Sheet for Sequentials, where writing single files >5gb Sequential Read 4,800 MB/s Sequential Write 4,100 MB/s using openspeedtest on unraid i get >2gbit down/up and also packet loss for uploading (pc->unraid) so it is not related to smb ? but high writings seems to tricker the issue i think this is an unraid issue, not a hardware issue may be the writing zfs ram cache? or the bridge? having a 2,5gb and 1gb nic in same bridge is not working on speeds higher than 1gb?
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
grr sounds not good, i am already at the latest bios (beta) from jan 2024, there is nothing new. thanks for looking into this, i may try the 7 beta once there is time
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
yes the basic.key makes sense, i have upgrade to plus, i see if i can find the key on the drive and delete it : Update: found and deleted yes i know the container, i have stopped it, this happens from time to time and i was not able to figure out why it keeps restarting, should not be affecting, but it is stopped now tested again with a large file and issue remains the same, once the transfer starts with fullspeed, nothing else can be done on the network, it appears to be offline for this time ok this is new to me, what does this mean for the intel nic? i have 2 nics inside unraid, both are in use
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
oh right, absolutely. just moved a 5gb video file and network was completely unusable on my computer in the meantime, unraid was not available for the rest of the network at the same time any ideas what i am doing wrong ? casy-diagnostics-20240727-0907.zip
-
Freezes every 4-5 days - only hard reset works
how old is the usb drive? may be it is at end of its life, and is sometimes loosing the connection. same goes for, is it a usb3 drive? or 2? is it usb 2 or 3 port? i had an issue similar to this, not finding the usb3 stick on usb3 port during boot, caused randomly not booting, switched to oldschool usb2 works now fine for 2years at least
-
Difficulties establishing 10Gb link between UNRAID and my Macbook
may be a tracert/mtr is better to see where it stops, or if it even does not know where to go at all
-
6.12.10 Transfering Files via SMB on 2.5gb NIC kills all connections on 2. NIC with 1GB
Hey Unraiders, i got an issue and i am not sure if it is a bug or misconfiguration/understanding. my unraid has onboard nics, 1x 1gb intel and 1x 2,5gb realtek due to networking cable issues onsite i have to use on of these ports for my own computer and the other one for unraid to connect to the the switch some rooms away. therefore i have setup the networking via bridge mode with eth0/1 my computer is connected to the 2.5gb nic and the switch with the intel 1gb my pc has also a 2.5gb nic and when i copy files, no matter in which direction, and those single file(s) are big enough to take more than ~3sec of transfer at full speed, unraid seems to kill the connection/nic on the intel nic. this means, pinging and any traffic gets aborted for as long as the transfer is taking time between the 2x 2.5gb nics. eth0 e1000e is the intel one eth1 r8169 is the realtek 2.5gb if have tried this with and without the plugin for realtek RTL8125 Drivers is there any way to keep the cableing and avoid this timeout/connection drop issue? i would appreciate any help regards
-
Wireguard VPN no longer working after swapping NICs
thank you very much for your reply. i was wondering why it stopped working, without changing any parameter in the vpn and as long as the network connection is normal working in unraid it should work i had also trouble with the modem/router fritzbox 7530ax, i have replaced it with my old device 7560 and reapplied the config the same way.. now it works again, so it seemed to be an issue with the static routing but as settings are identically i expect it to be an FritzOS issue
-
Wireguard VPN no longer working after swapping NICs
bumb, has anyone have an idea?
-
Docker execution error 403
Sorry that is Not true, you can Go to docker tab, add Container, select User Templates and find all old Templates. Have done that multiple Times, and was Happy about this
-
Sudden maxed out CPU and Memory, now getting 504 Bad Gateway
this sounds very likely to be a dns issue? what domain are you using, a valid internet domain or something locally? are you using a custom dns on your unraid or the dns supplied by your router? are you running windows or linux or mac? you could dig/dnslookup the fqdn i had that issue, cause of caching failure, so under windows you could try ipconfig /flushdns in console, this forces a relookup for that entry
-
unraid USB Creator for restoring flash drive doesnt work?
what version is your unraid now? 8 years seems to be a long time, i guess you are using the current usb creator version?
-
Unraid docker containers broken
did you recreate all your docker containers after switching the docker image file to docker folders? PS: suggesting to use XFS instead of BTRFS for docker, as last one seems to fill up anyway all the time
-
Unraid OS to 6.12.6 ( app's lockup when picking a app )
what do you mean by app? i barely understand what is not working here i sounds like you did an unraid update to version 6.12.6
-
Installing the CraftMyWebsite CMS on a Docker container
what are the requirements for the website? i dont speak french normally you can install a php/webserver combination like php/nginx or php/apache to host the files and serve it in addition you may require a database as seperate docker container, and configure the setup files for the website to use that database example docker 1 nginx/php -> appdata/xyz -> contains your website files docker 2 mysql/maria/etc -> configured, create a user with its own database and set password go to docker 1, depending on the website, you have an install.php or /install folder to use a gui or you need to configure it via a file edit. you can use the ip:port as target or as well the docker container name (1. line) to connect this depends on the website, which is french, so you need to find it out yourself, but either one of this should work.
-
Wireguard VPN no longer working after swapping NICs
i had the wireguard setup and running for a long time now i had to change the nic assignment due network restructuring there are 2 nics, 1. from intel and 2. from realtek MAC adresses are totally different after swapping unraid list 2 macs which are near neighbours the two nics are and were set to use bridge mode after swapping the eth0 with eth1 the vpn is no longer working i expected this to be an issue with the router, so i have resetted the config completly and reconfigured it again. as this does not help, it has to be something related with the nic swap. i would be glad if there is help or an idea how to fix that. Best regards casy-diagnostics-20240207-0250.zip
-
Is docker.img corrupt, but seems to be running fine?
normally you should only have to go to the docker tab, click add below and select from the dropdown settings should be save, so just hit apply and see download running
-
Help setting up cache drives
did you stop your array/raid? did you assign the nvme to RAID or CACHE? is there a cache pool available? were you able to assign the nvme to the cache pool? did you start the array/raid again by check boxing to format the new assigned drives? what was the result? error message or why do you think it did not work?
-
Is docker.img corrupt, but seems to be running fine?
maybe off topic, but my docker image file corrupted 4 times at least in 2 years and i have given up on BTFRS suggest to use XFS from the dropdown and recreate all the stuff, never had any issue again with corruption seems to come cause of disk filled up with logs and shit.
-
How to add existing UNRAID to new Router
you can tell the router to use that range, by changing its own IP and the DHCP range i expect you to use the router as DHCP and not some other device you could also give your own pc/smartphone a manual IP via the settings, and set something like 192.168.1.222 and than open your unraid via its 192.168.1.8 ip and change the ip to 192.168.2.8 your choice no big deal
-
Docker execution error 403
i might remember that issue, i think it was something with the docker.image file you may try to stop /disable docker move or backup the docker image file, can see the location under "Docker vDisk location:" in settings/docker than start to enable docker again all containers will be gone, you can add them with add one by one, settings should be saved, so its just a click add, save and wait to redownload image if it does not work for the first container, you can delete the new docker file, and rename the backuped , so nothing to loose
-
[SUPPORT] SmartPhoneLover - Etherpad (Real-time Collaborative Editor)
Hi i just tried to install this container but are running into problems. I configured the container with default settings, and exchanged the database for initial testing with dirty db type and added the file path for dirty DB_FILENAME=var/dirty.db DB_FILENAME=var/dirty.db also tried without var/ in all cases the Connection Failed in browser. the container log does not sound very problematic, besides the dirty.db warning [2022-10-28 15:55:08.447] [INFO] settings - All relative paths will be interpreted relative to the identified Etherpad base dir: /opt/etherpad-lite [2022-10-28 15:55:08.474] [INFO] settings - settings loaded from: /opt/etherpad-lite/settings.json [2022-10-28 15:55:08.475] [INFO] settings - No credentials file found in /opt/etherpad-lite/credentials.json. Ignoring. [2022-10-28 15:55:08.475] [INFO] settings - Using skin "colibris" in dir: /opt/etherpad-lite/src/static/skins/colibris [2022-10-28 15:55:08.475] [INFO] settings - Session key file "/opt/etherpad-lite/SESSIONKEY.txt" not found. Creating with random contents. [2022-10-28 15:55:08.476] [WARN] settings - DirtyDB is used. This is not recommended for production. File location: /opt/etherpad-lite/dirty.db [2022-10-28 15:55:08.476] [INFO] settings - Random string used for versioning assets: e4c9eaf7 [2022-10-28 15:55:08.678] [INFO] server - Starting Etherpad... [2022-10-28 15:55:08.693] [INFO] plugins - Running npm to get a list of installed plugins... [2022-10-28 15:55:08.835] [INFO] plugins - npm --version: 6.14.15 [2022-10-28 15:55:10.255] [INFO] plugins - Loading plugin ep_etherpad-lite... [2022-10-28 15:55:10.256] [INFO] plugins - Loaded 1 plugins [2022-10-28 15:55:10.753] [INFO] APIHandler - Api key file "/opt/etherpad-lite/APIKEY.txt" not found. Creating with random contents. [2022-10-28 15:55:10.836] [INFO] server - Installed plugins: [2022-10-28 15:55:10.844] [INFO] console - Report bugs at https://github.com/ether/etherpad-lite/issues [2022-10-28 15:55:10.844] [INFO] console - Your Etherpad version is 1.8.18 (4b96ff6) [2022-10-28 15:55:11.518] [INFO] http - HTTP server listening for connections [2022-10-28 15:55:11.518] [INFO] console - You can access your Etherpad instance at http://10.1.1.121:9001/ [2022-10-28 15:55:11.518] [INFO] console - The plugin admin page is at http://10.1.1.121:9001/admin/plugins [2022-10-28 15:55:11.518] [INFO] server - Etherpad is running so i was reading more in https://github.com/ether/etherpad-lite/blob/develop/doc/docker.md and added vars for IP / PORT / ADMIN_Passwort, so all General stuff, but i cannot reach it via browser. so i tried to test bridge mode and the separate docker network br0, both with same result, unable to reach in browser, which i guess means it is not responding. also tested version 1.18.17 as latest seems to be 1.18.18 at the moment, no improvment but it is pingable successfully, so it is not a network issue. I am doing something wrong, or is this template broken atm? best regards
-
Hardware recommendations for unRAID servers with VM's
you may try the solution from it sounds like the same issure regarding an usb device having error code 10, which was resolved in this thread