| Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
01-06-2010, 11:58 AM
|
#1
|
|
Member
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80
Rep:
|
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
|
|
|
|
01-06-2010, 01:20 PM
|
#2
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,817
|
Quote:
Originally Posted by angle2009
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.
|
|
|
|
01-07-2010, 06:18 AM
|
#3
|
|
Member
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80
Original Poster
Rep:
|
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.
|
|
|
|
01-07-2010, 12:52 PM
|
#4
|
|
Guru
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 11,817
|
Quote:
Originally Posted by angle2009
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???
|
|
|
|
01-07-2010, 04:33 PM
|
#5
|
|
Member
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80
Original Poster
Rep:
|
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
|
|
|
|
01-09-2010, 04:41 PM
|
#6
|
|
Member
Registered: Mar 2007
Location: Egypt
Distribution: Ubuntu 11.10 x86_64
Posts: 80
Original Poster
Rep:
|
any recommendations towards my problem !
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:02 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|