LinuxQuestions.org
View the Most Wanted LQ Wiki articles.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices

Reply
 
LinkBack Search this Thread
Old 01-06-2010, 11:58 AM   #1
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80

Rep: Reputation: 15
cobbler error


hi everybody
i'm trying to run cobbler boot server
i configured it and everything seems to be fine
but when i started the second host
it stopped at this line
Code:
 Trying to load: pxelinux.cfg/default
so waht can i do towards this problem

thanks in advance
 
Old 01-06-2010, 01:20 PM   #2
TB0ne
Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,817

Rep: Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691
Quote:
Originally Posted by angle2009 View Post
hi everybody
i'm trying to run cobbler boot server
i configured it and everything seems to be fine
but when i started the second host
it stopped at this line
Code:
 Trying to load: pxelinux.cfg/default
So, everything is fine, except for the fact it doesn't work???

You need to make sure that all the pieces are in place...like tftp, etc., and that the file referenced is actually THERE, readable, and configured properly.

This page http://linux.die.net/man/1/cobbler has lots of good info on cobbler, along with links that explain more about kickstart and other such items. Since you don't say what version/distro of Linux you're using, it's hard to be more specific.
 
Old 01-07-2010, 06:18 AM   #3
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80

Original Poster
Rep: Reputation: 15
here you are the check of cobbler

Code:
[root@eslam-husseiny ~]# service cobblerd restart
Stopping cobbler daemon:                                   [  OK  ]
Starting cobbler daemon: SERVING!
                                                           [  OK  ]
Code:
[root@eslam-husseiny ~]# cobbler sync
task started: 2010-01-07_141651_sync
task started (id=Sync, time=Thu Jan  7 14:16:51 2010)
removing: /var/www/cobbler/images/ojuba-PAE-i386
removing: /var/www/cobbler/images/ojuba-i386
removing: /var/lib/tftpboot/pxelinux.cfg/default
removing: /var/lib/tftpboot/images/ojuba-PAE-i386
removing: /var/lib/tftpboot/images/ojuba-i386
removing: /var/lib/tftpboot/s390x/profile_list
copying files for distro: ojuba-i386
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/vmlinuz -> /var/lib/tftpboot/images/ojuba-i386/vmlinuz
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/initrd.img -> /var/lib/tftpboot/images/ojuba-i386/initrd.img
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/vmlinuz -> /var/www/cobbler/images/ojuba-i386/vmlinuz
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/initrd.img -> /var/www/cobbler/images/ojuba-i386/initrd.img
copying files for distro: ojuba-PAE-i386
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/vmlinuz-PAE -> /var/lib/tftpboot/images/ojuba-PAE-i386/vmlinuz-PAE
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/initrd-PAE.img -> /var/lib/tftpboot/images/ojuba-PAE-i386/initrd-PAE.img
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/vmlinuz-PAE -> /var/www/cobbler/images/ojuba-PAE-i386/vmlinuz-PAE
trying hardlink /var/www/cobbler/ks_mirror/ojuba/images/pxeboot/initrd-PAE.img -> /var/www/cobbler/images/ojuba-PAE-i386/initrd-PAE.img
running: dhcpd -t -q
returned: 0
running: /etc/rc.d/init.d/dhcpd restart
Shutting down dhcpd:                                       [  OK  ]
Starting dhcpd:                                            [  OK  ]
returned: 0
*** TASK COMPLETE ***
Code:
[root@eslam-husseiny ~]# cobbler check
The following are potential configuration items that you may want to fix:

1 : since iptables may be running, ensure 69, 80, and 25151 are unblocked
2 : debmirror package is not installed, it will be required to manage debian deployments and repositories

Restart cobblerd and then run 'cobbler sync' to apply changes.
 
Old 01-07-2010, 12:52 PM   #4
TB0ne
Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,817

Rep: Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691Reputation: 1691
Quote:
Originally Posted by angle2009 View Post
here you are the check of cobbler

Code:
[root@eslam-husseiny ~]# cobbler check
The following are potential configuration items that you may want to fix:

1 : since iptables may be running, ensure 69, 80, and 25151 are unblocked
2 : debmirror package is not installed, it will be required to manage debian deployments and repositories

Restart cobblerd and then run 'cobbler sync' to apply changes.
And did you check those things???

And as I asked before, and you still haven't answered: what version/distro of Linux are you on? Have you made sure there are tftp services running? Is the config file mentioned actually readable, and set up right???
 
Old 01-07-2010, 04:33 PM   #5
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80

Original Poster
Rep: Reputation: 15
now cobbler check returns with
Code:
[root@eslam-husseiny ~]# cobbler check
The following are potential configuration items that you may want to fix:

1 : since iptables may be running, ensure 69, 80, and 25151 are unblocked

Restart cobblerd and then run 'cobbler sync' to apply changes.
and i flushed the iptables

and i'm using fedora 12 x86_64

for tftp
Code:
[root@eslam-husseiny ~]# chkconfig --list
xinetd based services:
	tftp:          	on
Quote:
Is the config file mentioned actually readable, and set up right???
i didn't understand
if you means tftp config file
actually i din't configure it
i thought that cobbler will do it
 
Old 01-09-2010, 04:41 PM   #6
angle2009
Member
 
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80

Original Poster
Rep: Reputation: 15
any recommendations towards my problem !
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with cobbler kickstart coolplanet Linux - Enterprise 1 01-02-2010 08:48 AM
Cobbler V SystemImager DaveQB Linux - Enterprise 2 05-28-2009 01:25 AM
Problem in Run Cobbler razavi_m Linux - Software 3 01-22-2009 08:10 AM
LXer: [Video] Spotlight on Cobbler LXer Syndicated Linux News 0 01-08-2009 08:50 PM
HOWTO Loading xubuntu into cobbler for PXE install? MikeyCarter Linux - Software 0 09-01-2008 11:43 AM


All times are GMT -5. The time now is 02:02 AM.

Main Menu
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration