chip

Members
  • Posts

    440
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

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

chip's Achievements

Enthusiast

Enthusiast (6/14)

3

Reputation

  1. How do we monitor dockers with the agent?
  2. So I wanted to test this out - https://www.zabbix.com/download_appliance#64 Zabbix appliance and installation CD versions are based on AlmaLinux 8 (x86_64). - Downloaded the KVM, QEMU (.qcow2) file. - unzipped the tar.gz file - then unzipped the .tar file - copied the qcow2 file to my domains folder on my server - Setup a new Linux VM with the above file - All items in the VM are default except for VNC screen keeps showing this FS0: at shell shows no mapping Does this appliance not work as a VM in unraid?
  3. I removed that bad ram and now it is running fine. Still need to order a replacement stick.
  4. It ended up being a bad stick of ram. Still haven't replace the bad one.
  5. Looks like I have a bad stick of memory.... Intel Xeon E5-2658 V3 ES QEYF 2.0Ghz 12Core 30M Equivalent to QEYP ARCTIC COOLING Freezer i32 Ballistix Sport LT 16GB (2 x 8GB) 288-Pin DDR4 SDRAM DDR4 2400 (PC4 19200) *2 ASRock X99 Extreme3 LGA 2011-v3 Intel X99 SATA 6Gb/s USB 3.0 ATX Intel Motherboard So do I replace the bad stick with same stick or upgrade the two channels with (2*16)? which would bump me to 48gb ram. Board supports: Number of Memory Slots4x288pin (DDR4) Memory StandardDDR4 3000+(OC) / 2933+(OC) / 2800(OC) / 2400(OC) / 2133 / 1866 / 1600 / 1333 / 1066 Maximum Memory Supported64GB Channel Supported Quad Channel Current Memory specs: Capacity 16GB (2 x 8GB) Speed DDR4 2400 (PC4 19200) CAS Latency 16 Timing 16-16-16 Voltage 1.20V ECC No Buffered/Registered Unbuffered Do the speed/CAS/Timiing/Voltage need to match the other pair if I did the 2*16?
  6. I've recently started having odd system issues. No big changes on my system that I can think of. Usually is what happens is I can't get to the web gui, I attach a monitor to it and nothing on the screen so then I just restart it and all seems good for a day or two. Recently I started testing graylog on a different device for this purpose along with others. This is the error I see in the log on my graylog server.... 2023-12-10 03:33:19.000 HPTower HPTower kernel: CPU: 3 PID: 5701 Comm: php-fpm Tainted: P O 6.1.49-Unraid #1 2023-12-10 03:33:23.000 HPTower HPTower kernel: CPU: 4 PID: 1886 Comm: lsof Tainted: P D O 6.1.49-Unraid #1 2023-12-10 03:33:43.000 HPTower HPTower kernel: CPU: 4 PID: 5853 Comm: emhttpd Tainted: P D O 6.1.49-Unraid #1 2023-12-10 03:33:43.000 HPTower HPTower kernel: CPU: 4 PID: 2255 Comm: grep Tainted: P D O 6.1.49-Unraid #1 2023-12-10 03:33:43.000 HPTower HPTower kernel: CPU: 4 PID: 2256 Comm: sh Tainted: P D O 6.1.49-Unraid #1 2023-12-10 03:33:45.000 HPTower HPTower kernel: CPU: 4 PID: 2298 Comm: awk Tainted: P D O 6.1.49-Unraid #1 2023-12-10 03:33:45.000 HPTower HPTower kernel: CPU: 4 PID: 2302 Comm: sh Tainted: P D O 6.1.49-Unraid #1 I am running memtest right now as that seemed to be the starting point. Anything else?
  7. Ok thanks I put it in maintenance mode and ran a xfs_repair on it and we will see if it comes back.
  8. I have been troubleshooting other issues but saw this pop up recently... Dec 2 11:25:36 kernel: XFS (md2p1): Metadata corruption detected at xfs_inode_validate_extsize+0xde/0x134 [xfs], inode 0x1a292f04c dinode Dec 2 11:25:36 Tower kernel: XFS (md2p1): Unmount and run xfs_repair Dec 2 11:25:36 Tower kernel: XFS (md2p1): First 128 bytes of corrupted metadata buffer: Trying to figure out what drive is having an issue.
  9. Is there a good guide on how to get Graylog installed?
  10. Docker won't start keep getting *** Killing all processes... *** Running /etc/my_init.d/00_regen_ssh_host_keys.sh... *** Running /etc/my_init.d/05_set_the_time.sh... *** Running /etc/my_init.d/10_syslog-ng.init... *** Running /etc/my_init.d/20_apt_update.sh... E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. *** /etc/my_init.d/20_apt_update.sh failed with status 100 Where do I need to run dpkg --configure -a' from?
  11. Ok starting over from scratch but I can't seem to reset my password. added to post arguments: mysqld_safe --skip-grant-tables Log says this. /usr/local/bin/docker-entrypoint.sh: line 617: exec: mysqld_safe: not found
  12. Ok so I did a export of a db of mine called bookstackapp. I exported it as databases.sql Then I made some changes to the db by removing data. My export is at mnt/cache/appdata/backup/databases.sql Now I want to restore this test db but the commands don't seem to be working. If I run the following docker exec -t MariaDB-Official sh -c `exec mariadb -uroot -ppassword` bookstackapp < /mnt/cache/appdata/backup/databases.sql I get bash: exec: mariadb: not found sh: 1: bookstackapp: not found
  13. I have been playing with Nextcloud. Biggest downfall is you have to be in the app for it to run and it looks like when the phone screen locks it stops working. These apps should just work in the background.
  14. Thinking of self hosting my image gallery instead of paying for Smugmug. Some thoughts on requirements: - Needs to be similar to smugmug - I really only use basics of it - I do like how you can download a whole folder as a zip file if needed - Like the share / hide feature that is available in Smugmug - Security is a concern if I am sharing this with family members. Will it require wireguard or something else? - IOS app req’d to view it similar to Smugmug for family members, be able to upload photos from Iphone app as well. Any thoughts on what Unraid has to offer that might work for this?