Everything posted by Sensei73
-
Swapping NICs
Already did, even with a complete new thumb drive without my licence, still the same. My actual network.cfg, is what is working now. If I don't assign Mac address manually to my nics, they both get the same hardware address.
-
Swapping NICs
bidiboule-diagnostics-20220914-2344.zip Hope that can help. Thanks in advance.
-
Swapping NICs
I think I have the same problem, with 2 nics and no network-rules.cfg file. I tried downgrading, another thumb drive, complete new config with no configuration. Still the same. Tell me what do you need to investigate. Thanks in advance.
-
[Plugin] Mover Tuning
weird! I am currently testing with this plugin with a folder on ignore list, and invoking the script with the mover button works as expected! Your script is working perfectly (as today). I can now have hardlink copy with sonarr and mover working perfectly! Thanks again. PS: If I may, a suggestion, It could be useful to have a debug option, to see what's happening in a log file.
-
[Plugin] Mover Tuning
Nice work! I'm interested in the functionality of including/excluding directory as I moved all my files to /mnt/user/media to be able to use hardlink move with Sonarr and Radarr. If you want me to test 👋
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
@sparklyballs thanks for the quick answer! Found it! I will have to clone it and change it to 32 bits, rip 2 powered!! thanks! edit: not so easy! you used a custom image! edit2: never mind you have a 32 bits image also! You are perfect!
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Hi there, i've using this docker for a while in unraid and it works perfectly. Thanks for that! I wanted to move it to a raspberry pi, and I found you already have a GitHub with all necessary, but you did not publish an image on docker hub, could you this? Thanks in advance.
-
[Support] binhex - DelugeVPN
Does it support a pptp connection? I have a vpn provider that doesn't work with openvpn. Thanks
-
[Support] Linuxserver.io - Nextcloud
here it is, If now on I'm not responding quickly it's because I'm going to work. Thanks Hummm, I did try to setup with a wrong mysql password, and I've got the same error!!! Stange, I can connect to the db using docker exec....
-
[Support] Linuxserver.io - Nextcloud
let me know if you need anythings else. All other parameters are by defaults (i've reinstalled the dockers and erased theirs confirmation directory in .apps)
-
[Support] Linuxserver.io - Nextcloud
Hello there, and first for all, thank you all for your hard work. I'm trying to setup nextcloud and before posting I've spend 2 days reading ALL the post about it. But when I try to setup an admin account on nextcloud, I have this error : 2006 Mysql server has gone away.... I'm using mariadb in a docker with the setting posted in page #28. Thanks in advance for the help.
-
[Support] binhex - DelugeVPN
hi there, thanks for this docker. But I'm unable to connect to my provider (vpn.sh). I found this http://www.vpn.sh/clients/knowledgebase.php?action=displayarticle&id=6&language=english I don't know if it can help. Thanks in advance.
-
Dynamix - V6 Plugins
Hi I don't know If I'm the only one but it seems that the S3 sleep plugin doesn't run commands after the wake up. Since when I wake up my server, all my disks are spinning but unraid seems to see them idle, so i'm trying to run a script to spin all my drive after a wake up "to fix" it. for disknum in 0 `ls /dev/md* | sed "sX/dev/mdXX"`; do mdcmd spinup $disknum; done thanks in advance for any help.
-
Dynamix - V6 Plugins
I understand but you should try the modification provided, for me it works very well!!! bwm-ng -u bits -o csv -c 30 -d 0 -t 1000 -T avg | grep eth0 | cut -d";" -f5 | tail -1 | sed 's/.\{6\}$//'
-
Dynamix - V6 Plugins
bonienl, could you fix the S3 sleep script? Actually, it use a value in bytes to check if there is network activity, but this value is too small, you should set in kb which is more appropriate for this usage. Let me know what you think about it. Thanks in advance. bwm-ng -u bits -o csv -c 30 -d 0 -t 1000 -T avg | grep eth0 | cut -d";" -f5 | tail -1 | sed 's/.\{6\}$//'
-
ESXi 5.x - pre-built VMDK for unRAID
Hi there, i wonder if it is possible for the esxi host, to Go to sleep if all vm machine are at sleep? And also if it is possible to wake up the host by wol?