How do I access PBA?

mckracken
Posts: 1
Joined: Sat Apr 03, 2010 10:17 am

Re: How do I access PBA?

Postby mckracken » Sat Apr 03, 2010 10:25 am

Hi I ran into a couple of issues getting PBA up, already found in different posts here and elsewhere. I thought it might be helpful to post the required steps to set-up PBA on a Fedora 12. This steps worked for me - it may work for others.

*** WORKS means the backup/restore functionality over the network - The GUI doesn't work and I hope this gets fixed one day ****

Code: Select all

# Install some missing packages for Fedora 12: yum -y install amahi-netboot rpm -Uvh http://f10.amahi.org/i386/hda-app-pba-base-0.1-1.i386.rpm # NFS # Install NFS and make sure the service is up and running # add below lines to /etc/exports /var/hda/apps/pba/client *(ro,insecure,all_squash,async) /var/hda/apps/pba/backups *(rw,insecure,async,all_squash,anonuid=48,anongid=490) # Backup Directory: verify /var/hda/apps/pba/backups exists and is not owned by root(UID:GID = apache:apache). verify /var/hda/apps/pba/backups/data exists and is not owned by root (UID:GID = apache:apache). # PBA exits with ERROR CODE 22 if the DATA directory is not created prior to the backup. *** reboot **** Visit this helpful link: http://wiki.amahi.org/index.php/PBA#What_to_do.2C_in_2_simple_steps

toolfan2k4
Posts: 1
Joined: Fri Apr 09, 2010 12:19 am

Re: How do I access PBA?

Postby toolfan2k4 » Fri Apr 09, 2010 12:23 am

Code: Select all

# NFS # Install NFS and make sure the service is up and running # add below lines to /etc/exports /var/hda/apps/pba/client *(ro,insecure,all_squash,async) /var/hda/apps/pba/backups *(rw,insecure,async,all_squash,anonuid=48,anongid=490) # Backup Directory: verify /var/hda/apps/pba/backups exists and is not owned by root(UID:GID = apache:apache). verify /var/hda/apps/pba/backups/data exists and is not owned by root (UID:GID = apache:apache). # PBA exits with ERROR CODE 22 if the DATA directory is not created prior to the backup. *** reboot **** Visit this helpful link: http://wiki.amahi.org/index.php/PBA#What_to_do.2C_in_2_simple_steps
What are the commands to do the following? I am not used to fedora so I have no idea what the commands would be for this..can anyone advise?

Who is online

Users browsing this forum: No registered users and 45 guests