chip

Members
  • Posts

    442
  • 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. Used Ballistix Sport LT 8GB DDR4 2400 (PC4 19200) Memory DDR4 2400 (PC4 19200) Timing 16-16-16 CAS Latency 16 Voltage 1.20V $25 Plus Shipping US
  2. I added the Homepage docker which is stored in \\server\\cache\appdata. But anytime I try to edit any of the yaml files I get Save Failed Please check whether if this file is opened in another program. I don't see it open anywhere. I am also running Dashy and can edit the yaml files fine in that docker folder.
  3. How do we monitor dockers with the agent?
  4. 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?
  5. I removed that bad ram and now it is running fine. Still need to order a replacement stick.
  6. It ended up being a bad stick of ram. Still haven't replace the bad one.
  7. 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?
  8. 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?
  9. Ok thanks I put it in maintenance mode and ran a xfs_repair on it and we will see if it comes back.
  10. 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.
  11. Is there a good guide on how to get Graylog installed?
  12. 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?
  13. 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
  14. 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