Techy Things

Callback after all child views have rendered 0

Callback after all child views have rendered

This is something that has troubled me for long time. Whenever the parent's view afterRender() fired, the child views had not yet rendered. Thus it seemed impossible to know when all child views had...

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)...