Is PBA broken?

drock
Posts: 7
Joined: Sun Sep 12, 2010 11:47 pm

Is PBA broken?

Postby drock » Sun Sep 12, 2010 11:52 pm

I just installed AMAHI for the first time and I like the look and feel. I'm not a new linux user but I haven't touched Fedora since version 4 and so it will take a bit to get back up to speed.

I am writing this message because after tonights install, it is apparent that PBA is no longer functional? I setup one of my desktops for network boot and after getting an IP/etc, it hangs at the "TFTP" prompt. I checked through services in control panel and I don't even see that TFTP is running (although I'm not 100% sure, if it runs through INETD or XINETD, then I may not be see it... like I said, its been a while).

So, any ideas on how to get PBA working on this box? I am building this specifically for system (bare metal) backups of all of my home systems and would really like to use the network booting function to do it.

Regards,
Dave

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: Is PBA broken?

Postby cpg » Mon Sep 13, 2010 3:28 am

pba is an aging star. it has served the amahi community for a long time. we were looking for a replacement and we found one in redo backup.

we can add you as collaborator to redo if you want.

now, you are correct. it should not show up on the servers tab. it's not really a server proper.

we will retire PBA soon, since we have redo (and clonezilla).

as far as debugging - can you check:

Code: Select all

rpm -q amahi-netboot
should be amahi-netboot-0.1-5.noarch.

as well as copy your /etc/xinetd.d/tftp file here or fpaste it.
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

drock
Posts: 7
Joined: Sun Sep 12, 2010 11:47 pm

Re: Is PBA broken?

Postby drock » Mon Sep 13, 2010 9:02 am

pba-netboot is not installed. Results from 'rpm -q amahi-netboot' are as follows:

Code: Select all

[root@home-storage share]# rpm -q amahi-netboot package amahi-netboot is not installed
After my post last night, I did notice that neither xinetd nor tftp where even installed. I installed them through yum and then enabled tftp in hopes that it would work but it appears that there is additional configuration that is needed. When I try to connect via PXE client, I now get a "file not found" error. tftp file is as follows:

Code: Select all

root@home-storage xinetd.d]# cat tftp # default: off # description: The tftp server serves files using the trivial file transfer \ # protocol. The tftp protocol is often used to boot diskless \ # workstations, download configuration files to network-aware printers, \ # and to start the installation process for some operating systems. service tftp { disable = no socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /var/lib/tftpboot per_source = 11 cps = 100 2 flags = IPv4 } [root@home-storage xinetd.d]#
I am seriously considering setting up Clonezilla in place of PBA so maybe my best approach is to contrib as a beta tester and install the clonezilla package (in lieu of installing CloneZilla SE as standalone?).

Regards,
Dave

drock
Posts: 7
Joined: Sun Sep 12, 2010 11:47 pm

Re: Is PBA broken?

Postby drock » Mon Sep 13, 2010 9:11 am

more update.
I installed amahi-netboot and I am getting a little further. It connects to the server and then after selecting (PBA) as the boot image, it loads linux (from the server) and then dumps me to an 'Insert#' prompt where I have no keyboard (USB keyboard). I read a post last night with this exact same behavior. I'll go research the thread and see if there is anything else I can do to get this to work.

Rergards,
Dave

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: Is PBA broken?

Postby cpg » Mon Sep 13, 2010 8:07 pm

insert is the linux distro in PBA. if it dumps you to the prompt, your hardware may not be supported by insert. :(
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

drock
Posts: 7
Joined: Sun Sep 12, 2010 11:47 pm

Re: Is PBA broken?

Postby drock » Mon Sep 13, 2010 8:47 pm

So I am assuming that the kernel version used in the PBA client distro is an old kernel then? Is that why it is broken for some people?

User avatar
moredruid
Expert
Posts: 791
Joined: Tue Jan 20, 2009 1:33 am
Location: Netherlands
Contact:

Re: Is PBA broken?

Postby moredruid » Mon Sep 13, 2010 11:42 pm

it's indeed a quite old kernel, I ran into some issues as well.
echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D2173656C7572206968616D41snlbxq' | dc
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Is PBA broken?

Postby bigfoot65 » Tue Sep 14, 2010 5:15 am

You can use the Clonezilla Live CD to boot as well. Boot your client using the CD, then select Samba for your backup and it will store the images on your HDA.

This is how I initially started before Clonezilla was available as a netboot app for Amahi. It works the same, just a different boot process. Also you can follow the guide in the wiki (http://wiki.amahi.org/index.php/Clonezilla) for performing backups.

Hope this helps.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

drock
Posts: 7
Joined: Sun Sep 12, 2010 11:47 pm

Re: Is PBA broken?

Postby drock » Tue Sep 14, 2010 7:26 am

Has anyone successfully replaced PBA boot image which appears to be an old Knoppix setup) with a clonezilla live boot image? In effect, tt should be just like booting from a CD on the client, only you do it through PXE network boot).

I tried playing with DRBL last night but all I managed to do was hose up my DHCP server.

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: Is PBA broken?

Postby bigfoot65 » Tue Sep 14, 2010 7:37 am

Clonezilla has been packaged as an Amahi App. See http://www.amahi.org/apps/upcoming.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Who is online

Users browsing this forum: No registered users and 39 guests