Friday, May 6, 2016, 05:23 PM
Misc
If using Corosync/Pacemaker and you get a "ghost" node (due to changing the hostname of a node, for example), the command to delete the node is:
cibadmin --delete --obj_type nodes --crm_xml '<node id="hostname" />'
hostname should be replaced with the name of the node.
You absolutely do want to remove these ghost nodes, as they can prevent elections/allocation of resources, especially if using a two-node cluster.
[ add comment ] ( 500 views ) permalink
Thursday, March 31, 2016, 12:07 PM
Misc
If using File History for your backups on Windows, do not copy files directly from the backup folders/disk. It appears (but I haven't tracked down exactly what) that there is some permissions applied to the files that doesn't show in the standard File Permissions UI.
[ add comment ] ( 259 views ) permalink
Cross-compiling libraries on Linux
Wednesday, November 18, 2015, 05:11 PM
Misc
When compiling x32 libraries on an x64 (Ubuntu) platform, you need to have gcc-multilib and/or g++-multilib installed. Otherwise linking will fail with "library not found" messages.
[ add comment ] ( 99 views ) permalink
Monday, November 2, 2015, 12:50 PM
Misc
NFS mounts have the bg
option, allowing background mounting. This means that if the initial mount times out (for example depending on a network interface that isn't configured yet), it will spawn a background process that retries the mount periodically, and return as if it had succeeded.
[ add comment ] ( 76 views ) permalink
7zip support for FreeCommander/TotalCommander
Saturday, August 1, 2015, 01:27 PM
Misc
Through the use of a plugin for TotalCommander it is possible to browse and extract from all the formats supported by 7zip.
If you use a 32bit build of
FreeCommander (the free version is 32bit) you will need the 32bit installation of 7zip as well.
[ add comment ] ( 80 views ) permalink related link
<<First <Back | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | Next> Last>>