Monthly Archive: September 2016

Network bonding between eth0 and eth1 0

Network bonding between eth0 and eth1

Troubleshooting [root@vfrank network-scripts]# ifup eth1 ./network-functions: line 105: /etc/sysconfig/network-scripts/bond0: No such file or directory It means you either mispelled "xyz" in MASTER=xyz or simply that the file does not exists. You need to create...

Solr failure 0

Solr failure

1735 INFO (main) [ ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/cbuy/public_html/solr/solr.xml 1830 ERROR (main) [ ] o.a.s.s.SolrDispatchFilter Could not start Solr. Check solr/home property and the logs 1861 ERROR (main) [ ] o.a.s.c.SolrCore null:org.apache.solr.common.SolrException:...

Working with SELinux 0

Working with SELinux

cat  /var/log/audit/audit.log To add one file as accessible via HTTPD sudo chcon -t httpd_user_content_t /tmp/system_snapshot.dat Other permission (write, execute) are as follow httpd_sys_content_t (system content (var/www) read only to apache) httpd_sys_content_rw_t (system content (var/www)...

Install Ruby 2.1 with Virtualmin on Debian 7 0

Install Ruby 2.1 with Virtualmin on Debian 7

Install Ruby 2.1 # as root apt-get update apt-get install build-essential bison openssl libreadline6 libreadline6-dev \ libyaml-dev libxml2-dev libxslt-dev zlib1g zlib1g-dev libssl-dev autoconf \ libc6-dev ncurses-dev libaprutil1-dev libffi-dev libcurl4-openssl-dev libapr1-dev cd ~ wget http://cache.ruby-lang.org/pub/ruby/2.1/ruby-2.1.9.tar.gz...