fluisterben

Members
  • Posts

    111
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

fluisterben's Achievements

Apprentice

Apprentice (3/14)

6

Reputation

  1. I just installed rsync using some nerd-pack. Way easier.. Entire docker engines plus its dependencies for just rsync is way overkill. Plus you have to work around the fact that the actual server is not the actual server, but behind a bridge/vnode with translated ports etc.
  2. How are you starting/persistently running autossh in unraid? I have it running in debian as a service under systemd, but no idea how this is done for unraid's slackware version.. [Unit] Description=AutoSSH tunnel After=network.target network-online.target sshd.service [Service] Environment="AUTOSSH_GATETIME=0" RestartSec=40 Restart=always ExecStart=/usr/bin/autossh -M 0 -o ExitOnForwardFailure=yes -o "ServerAliveInterval 60" -o "ServerAliveCountMax 3" -p 65022 -N -R 65422:127.0.0.1:65422 root@remote-server-ip TimeoutStopSec=20 [Install] WantedBy=multi-user.target
  3. OK, never mind. It was custom go config. Sorry about that.
  4. Well, could have fooled me, because it says;
  5. I don't get it, you ignore bash history, and then want to have nice history?
  6. This is still not working. I have just updated to 6.10.3 and the ssl is not loaded in nginx. Here's what I run after booting; #!/bin/bash cp -af /mnt/user/nxt/live/somename.org/fullchain.pem /boot/config/ssl/certs/somename_unraid_bundle.pem cat /mnt/user/nxt/live/somename.org/privkey.pem >> /boot/config/ssl/certs/somename_unraid_bundle.pem /etc/rc.d/rc.nginx reload /etc/rc.d/rc.php-fpm reload This runs without errors, it starts nginx, but after this (and after rebooting the entire server as well), it still does not load the new cert. Honestly, this entire concept is broken in your config, as far as I would say. People create their own certs now, and there's no way I can properly work that into unraid's OS setup. Please allow us to have it use a custom location for the cert(s), and NOT recreate one every time we update the OS. Simply allow that to skip all your ssl coding, and let the user put in a replacement for the /etc/nginx/conf.d/servers.conf ssl path in the UI and you'd be done with this time-wasting support on ssl certs..
  7. This tmpfs /var/log tmpfs rw,size=128m,mode=0755 0 0 is just insanely small for a server my size. It's constantly filling up to 100%. I have loads of free RAM available. I would like to set this to 1024m or thereabouts. TIA!
  8. What does the SYSNICS="1" mean or do in the /boot/config/network.cfg file? My unraid server uses LACP bond mode 4 with two physical NICs, apparently it works, but I'd like to finetune where possible. Shouldn't it be SYSNICS="2" then? I use bonding on a remote debian server with this config: auto lo iface lo inet loopback auto bond0 iface bond0 inet manual bond-slaves enp1s0 enp2s0 bond-mode 802.3ad bond-miimon 100 bond-updelay 200 bond-downdelay 200 bond-lacp-rate 0 bond-xmit_hash_policy layer3+4 auto br0 iface br0 inet static address 192.168.1.9 netmask 255.255.255.0 gateway 192.168.1.1 dns-nameservers 127.0.0.1 bridge_ports bond0 bridge_waitport 0 bridge_fd 0 And I would like to have my unraid server use the same settings for its bond mode 4. Currently it's: # Generated settings: IFNAME[0]="br0" BONDNAME[0]="bond0" BONDING_MIIMON[0]="100" BRNAME[0]="br0" BRSTP[0]="no" BRFD[0]="0" BONDING_MODE[0]="4" BONDNICS[0]="eth0 eth1" BRNICS[0]="bond0" PROTOCOL[0]="ipv4" USE_DHCP[0]="no" IPADDR[0]="192.168.1.11" NETMASK[0]="255.255.255.0" GATEWAY[0]="192.168.1.1" DNS_SERVER1="192.168.1.9" DNS_SERVER2="1.0.0.2" USE_DHCP6[0]="no" SYSNICS="1" The bonding seems to work: # ifconfig bond0: flags=5443<UP,BROADCAST,RUNNING,PROMISC,MASTER,MULTICAST> mtu 1500 ether d0:50:99:d1:8f:47 txqueuelen 1000 (Ethernet) RX packets 370606 bytes 60409014 (57.6 MiB) RX errors 0 dropped 191 overruns 0 frame 0 TX packets 2881873 bytes 4333925543 (4.0 GiB) TX errors 0 dropped 170 overruns 0 carrier 0 collisions 0 br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.11 netmask 255.255.255.0 broadcast 0.0.0.0 ether d0:50:99:d1:8f:47 txqueuelen 1000 (Ethernet) RX packets 338185 bytes 15248343 (14.5 MiB) RX errors 0 dropped 53 overruns 0 frame 0 TX packets 86837 bytes 4182443853 (3.8 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 docker0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 172.17.0.1 netmask 255.255.0.0 broadcast 172.17.255.255 ether 02:42:3d:e5:d5:ce txqueuelen 0 (Ethernet) RX packets 650 bytes 75489 (73.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 497 bytes 124616 (121.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 eth0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether d0:50:99:d1:8f:47 txqueuelen 1000 (Ethernet) RX packets 351441 bytes 57287347 (54.6 MiB) RX errors 0 dropped 4 overruns 0 frame 0 TX packets 53320 bytes 69543800 (66.3 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0x91300000-9137ffff eth1: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500 ether d0:50:99:d1:8f:47 txqueuelen 1000 (Ethernet) RX packets 14203 bytes 2002583 (1.9 MiB) RX errors 0 dropped 3 overruns 0 frame 0 TX packets 2824329 bytes 4262089349 (3.9 GiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 device memory 0x91400000-9147ffff lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536 inet 127.0.0.1 netmask 255.0.0.0 loop txqueuelen 1000 (Local Loopback) RX packets 5309 bytes 378075 (369.2 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 5309 bytes 378075 (369.2 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 vethadea463: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 76:af:3b:7e:14:8d txqueuelen 0 (Ethernet) RX packets 650 bytes 84589 (82.6 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 497 bytes 124616 (121.6 KiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 vnet0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether fe:54:00:57:cb:d9 txqueuelen 1000 (Ethernet) RX packets 6067 bytes 738073 (720.7 KiB) RX errors 0 dropped 0 overruns 0 frame 0 TX packets 12127 bytes 36184105 (34.5 MiB) TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0 So that looks OK now, but is there a way to set bond-lacp-rate 0 bond-xmit_hash_policy layer3+4 in unraid network config?
  9. Apparently this messes up 802.3ad / LACP bond mode 4, when you have that in use. I have 2 NICs on my unraid server that I have bonded to link aggregate.
  10. This is still an issue. My disks keep spinning up almost immediately after spinning them down, which, barely any even do when asked. This used to not be the case, with the exact same hardware and software config. Something is waking them up, and it costs us a ridiculous amount of power. In fact, the reason I noticed this issue, is because we wanted to know what changed in our power consumption. Turned out it was the unraid server.
  11. I agree, unbelievably complex. This procedure should at the very least be scripted/automatable, I think. It is in most other NAS systems, like Drobo, Synology, OMV, etc.
  12. ~# powertop --auto-tune modprobe cpufreq_stats failedLoaded 0 prior measurements RAPL device for cpu 0 RAPL device for cpu 0 Devfreq not enabled glob returned GLOB_ABORTED the port is sda the port is sdb the port is sdc the port is sdd the port is sde the port is sdf the port is sdg the port is sdh the port is sdi the port is sdj the port is sdk the port is sdl the port is sdm the port is sdn the port is sdo Leaving PowerTOP OK, I'm new to this. What do those failed and aborted mentions mean? I suppose I need to take my old monitor to the crawlspace and change BIOS settings for this machine, no?
  13. What exactly do you mean by this? You have posted 5 commandlines. Rather confusing. The sdparm command does not state anything about drives being spun down or not, or at least I don't see it..
  14. The winbindd error seems to be caused by Samba/smb, since I have at most 4 machines connecting using winbind, not over 200. https://bugzilla.samba.org/show_bug.cgi?id=3204
  15. Apr 2 13:19:03 unraid9 atd[6027]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6055]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6053]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6057]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6056]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6059]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6061]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6060]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6065]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 winbindd[9470]: [2021/04/02 13:19:03.085234, 0] ../../source3/winbindd/winbindd.c:1255(winbindd_listen_fde_handler) Apr 2 13:19:03 unraid9 winbindd[9470]: winbindd: Exceeding 200 client connections, no idle connection found Apr 2 13:19:03 unraid9 atd[6066]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6282]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6285]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 winbindd[9470]: [2021/04/02 13:19:03.085493, 0] ../../source3/winbindd/winbindd.c:1255(winbindd_listen_fde_handler) Apr 2 13:19:03 unraid9 winbindd[9470]: winbindd: Exceeding 200 client connections, no idle connection found Apr 2 13:19:03 unraid9 atd[6063]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6067]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6070]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6280]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6058]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6289]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6072]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6071]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6074]: Userid 0 not found - aborting job 3 (a00003019b50c7) Apr 2 13:19:03 unraid9 atd[6073]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6075]: Userid 0 not found - aborting job 4 (a00004019b50bd) Apr 2 13:19:03 unraid9 atd[6076]: Userid 0 not found - aborting job 3 (a00003019b50c7) OK, my /var/log/syslog gets filled up in minutes with these errors. I have no idea where they come from. I've already researched at as the source, and apparently there are many files spooled from that, but then the winbindd error is a mystery to me, and seems directly related. Anyone seen this before? It started after updating unraid to the latest stable version..