Stop Bareos services: # systemctl stop bareos-dir; systemctl stop bareos-fd; systemctl stop bareos-sd Remove files: # rm -R /var/lib/bareos/storage/ # rm /var/lib/bareos/* Drop & create database cd /usr/lib/bareos/scripts ./drop_bareos_database ./create_bareos_database ./make_bareos_tables ./grant_bareos_privileges Restart Bareos services: # systemctl start bareos-dir; systemctl …

Reset Bareos 18.2 on Fedora 29 Read more »

Thanks to @jackson over at linuxhelp.com, with a couple of tweaks, I was able to install Bareos 18.2 on Fedora 28 Server.   Here is the original article: https://www.linuxhelp.com/how-to-install-bareos-in-centos You’re choice of a VM or bare metal machine.  I choose VMware …

Install Bareos 18.2 and webui in Fedora 29 Server Read more »

Adafruit has a great write up on using the FT232 breakout board with Linux.  Unfortunately, its not for our branch of Linux. Here’s how to get the FTDI and GPIO libraries installed on your machine.   Install libftdi At this …

Install the Adafruit FT232 Python GPIO Library and libFTDI in Fedora 25 26 27 Read more »

Two machines, a file server and a workstation.. File server AND workstation: Add host name entries, :wq. # vi /etc/hosts 192.168.1.127 FileServer 192.168.1.128 WorkStation Install the required software, enable and start rpc bind. # dnf -y install install nfs-utils libnfsidmap …

Fedora 27 – Configure NFS Server and Client Read more »

So, you’re missing a few 32 bit libraries on your 64 bit Fedora install. Note, I DID NOT need to install 32-bit java. # java -version openjdk version “1.8.0_111” OpenJDK Runtime Environment (build 1.8.0_111-b16) OpenJDK 64-Bit Server VM (build 25.111-b16, …

Install MPLABX 3.45 on Fedora 24 x64 SOLVED Read more »

Lets make this easy and switch up to root: $ su – Password: Install the following files: dnf install samba samba-common samba-client system-config-samba dnf install policycoreutils-python-utils Configure SELinux to enable read/write access to shared dirs: semanage fcontext -a -t samba_share_t …

Enable Samba on Fedora 24 Read more »

Pchaos informed me that my original patch didn’t work.  From his original source, I created this patch: Switch to root and install the necessary packages which may be missing. su – yum install kernel-dev* gcc* patch Create these patch files …

PCHAOS’s VMWare 10.0.0.5 Compile/Install Errors in Fedora 21 Read more »