Posts

ASUS M4A88T-I Deluxe 16GB RAM 2x8GB DDR3 support and working fine

Image
BIOS Information Vendor: American Megatrends Inc. Version: 1201 Release Date: 07/27/2012 Base Board Information Manufacturer: ASUSTeK Computer INC. Product Name: M4A88T-I DELUXE Version: Rev X.0x Serial Number: 106050290000193 Processor Information Socket Designation: AM3 Type: Central Processor Family: Phenom II Manufacturer: AMD               ID: 43 0F 10 00 FF FB 8B 17 Signature: Family 16, Model 4, Stepping 3 Version: AMD Phenom(tm) II X4 965 Processor                   Voltage: 1.5 V External Clock: 200 MHz Max Speed: 3400 MHz Current Speed: 3400 MHz Status: Populated, Enabled Physical Memory Array Location: System Board Or Motherboard Use: System Memory Error Correction Type: None Maximum Capacity: 16 GB Error Information Handle: Not Provided Number Of Devices: 2 Memory Device Array Handle: 0x0027 Er...

Zabbix 2.2 on gentoo Install Notes

Image
https://www.zabbix.com/wiki/howto/install/gentoo/gentoo https://www.zabbix.com/wiki/howto/install/centos/centosinstall ZABBIX  package  /etc/portage/package.use net-analyzer/zabbix agent frontend mysql server ssh # required by net-analyzer/zabbix-2.2.2-r1[frontend] # required by zabbix (argument) >=dev-lang/php-5.5.11:5.5 xmlwriter sysvipc apache2 bcmath gd sockets xmlreader mysql mysqli threads # required by dev-lang/php-5.5.11 # required by net-analyzer/zabbix-2.2.2-r1[frontend] # required by zabbix (argument) >=app-admin/eselect-php-0.7.1-r3 apache2 >=www-servers/apache-2.4.9-r2 threads emerge -a zabbix MYSQL if the mysql is fresh install do emerge –config =dev-db/mysql-5.5.32  # this should also ask u to create mysql root password ~ # systemctl start mysqld  ~ # systemctl enable mysqld mysql -u root -p mysql> use mysql; mysql>  CREATE DATABASE `zabbix` DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; mysql...

app-emulation/vmware-modules-279.2::gentoo failed

Image
vmware-modules-279.2.ebuild pastebin.com/jzNZUqax files -rw-r--r-- 1 risko risko 5000 Apr 12 21:01 279-linux-3.14.patch http://pastebin.com/fpwy6Vmf -rw-r--r-- 1 root  root  2380 Apr 12 21:01 279-vmblock-3.11.patch http://pastebin.com/699BTUiW -rw-r--r-- 1 root  root  2572 Apr 12 21:01 279-vmblock-3.12.patch http://pastebin.com/NxKs4vNx cp files/* /usr/portage/app-emulation/vmware-modules/files/ cp vmware-modules-279.2.ebuild /usr/portage/app-emulation/vmware-modules/ ebuild /usr/portage/app-emulation/vmware-modules/vmware-modules-279.2.ebuild digest

plex media server systemd

cat /etc/systemd/system/pms.service [Unit] Description=Plex Media Server for Linux After=network.target [Service] Environment="PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR=/var/lib/plexmediaserver/Library/Application Support" Environment=PLEX_MEDIA_SERVER_HOME=/usr/lib/plexmediaserver Environment=PLEX_MEDIA_SERVER_MAX_PLUGIN_PROCS=6 Environment=PLEX_MEDIA_SERVER_TMPDIR=/tmp Environment=LD_LIBRARY_PATH=/usr/lib/plexmediaserver Environment=LC_ALL=en_US.UTF-8 Environment=LANG=en_US.UTF-8 ExecStartPre=/bin/sh -c '/usr/bin/test -d "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}" || /bin/mkdir -p "${PLEX_MEDIA_SERVER_APPLICATION_SUPPORT_DIR}"' ExecStart=/bin/sh -c '/usr/lib/plexmediaserver/Plex\ Media\ Server' Type=simple User=plex Group=plex Restart=on-failure RestartSec=5 StartLimitInterval=60s StartLimitBurst=3 [Install] WantedBy=multi-user.target

emerge failed app-emulation/vmware-modules-279.1-r1

put these into folder named files. -rw-r--r-- 1 risko risko 5000 Apr 12 21:01 279-linux-3.14.patch http://pastebin.com/fpwy6Vmf -rw-r--r-- 1 root  root  2380 Apr 12 21:01 279-vmblock-3.11.patch http://pastebin.com/699BTUiW -rw-r--r-- 1 root  root  2572 Apr 12 21:01 279-vmblock-3.12.patch http://pastebin.com/NxKs4vNx -rw-r--r-- 1 root  root  1190 Apr 12 21:01 279-vmnet-3.13.patch http://pastebin.com/2DFip3cX get the updated ebuild file vmware-modules-279.1-r1.ebuild http://pastebin.com/PgXmxhyU cp files/* /usr/portage/app-emulation/vmware-modules/files/ cp vmware-modules-279.1-r1.ebuild /usr/portage/app-emulation/vmware-modules/ ebuild /usr/portage/app-emulation/vmware-modules/vmware-modules-279.1-r1.ebuild digest

zabbix server on Scientific Linux 6.5

yum install wget wget http://mirror.switch.ch/ftp/mirror/epel/6/x86_64/epel-release-6-8.noarch.rpm rpm -ivh epel-release-6-8.noarch.rpm yum install ntp ntpdate ch.pool.ntp.org date yum install yum-plugin-fastestmirror yum install open-vm-tools yum install zabbix22-server-mysql zabbix22-web-mysql zabbix22-agent yum install mysql-server chkconfig mysqld on service mysqld start /usr/bin/mysql_secure_installation mysql -uroot -p****** cd /usr/share/zabbix-mysql/ mysql -uroot -p****** zabbix < schema.sql mysql -uroot -p****** zabbix < images.sql mysql -uroot -p****** zabbix < data.sql vi /etc/zabbix/zabbix_server.conf service zabbix-server start vi /etc/httpd/conf.d/zabbix.conf  service httpd restart iptables -L -v chkconfig zabbix-server on service start zabbix-agent  vi /etc/selinux/config  reboot service httpd start chkconfig httpd on /sbin/service iptables save  vi /etc/sysconfig/iptab...

zabbix agent on gentoo

add Use Flag agent antec ~ # grep zabb /etc/portage/package.use net-analyzer/zabbix agent emerge -a zabbix For some reason the conf file is expected in /etc antec ~ # cp /etc/zabbix/zabbix_agentd /etc/zabbix_agentd.conf antec ~ # ls -l /etc/zabbix_agentd.conf        -rw-r----- 1 zabbix zabbix 7015 Apr 13 23:40 /etc/zabbix_agentd.conf antec ~ # grep -s 192 /etc/zabbix_agentd.conf Server=192.168.192.200 Also had to cread zabbix dir in /run mkdir /run/zabbix chown zabbix:zabbix /run/zabbix systemctl start zabbix-agentd