[prev in list] [next in list] [prev in thread] [next in thread] 

List:       cobbler
Subject:    Re: [cobbler] FW:  Problem with 2.2.1
From:       "Newman, Stuart J. (GSFC-444.0)[HONEYWELL TECHNOLOGY SOLUTIONS INC]" <stuart.j.n
Date:       2012-04-20 14:17:27
Message-ID: 797C30F3EC4D3F4C96C2A97CCBE16E8A5EB071AF62 () NDMSSCC06 ! ndc ! nasa ! gov
[Download RAW message or body]

You were correct, I did not have the DHCP package installed.  However, there are \
problems with the two semanage commands from cobbler check in 2.2.2-1.


1.       /usr/sbin/semanage fcontext -a -t public_content_t "/var/lib/tftpboot/.*" && \
/usr/sbin/semanage fcontext -a -t public_content_t "/var/www/cobbler"/images/.*



There is a double quote (") after cobbler belongs at the end of the line.  \
/usr/sbin/semanage: bad option



The correct syntax is : /usr/sbin/semanage fcontext -a -t public_content_t \
"/var/lib/tftpboot(/.*)?" && /usr/sbin/semanage fcontext -a -t public_content_t \
"/var/www/cobbler/images(/.*)?"



2.       /usr/sbin/semanage fcontext -a -t httpd_sys_content_rw_t \
"/var/lib/cobbler/webui_sessions/.*"



The already report incorrect type httpd_sys_content_rw_t should be \
httpd_sys_rw_content_t.



The correct syntax is: /usr/sbin/semanage fcontext -a -t httpd_sys_rw_content_t \
"/var/lib/cobbler/webui_sessions(/.*)?"



3.       After making the above changes, I restarted cobblerd and ran cobbler sync \
with SELinux in enforcing mode:  I got the following:

ask started: 2012-04-20_101424_sync
task started (id=Sync, time=Fri Apr 20 10:14:24 2012)
running pre-sync triggers
cleaning trees
removing: /var/www/cobbler/images/rhel62-x86_64
removing: /var/lib/tftpboot/pxelinux.cfg/default
Exception occured: <type 'exceptions.OSError'>
Exception value: [Errno 13] Permission denied: \
'/var/lib/tftpboot/pxelinux.cfg/default' Exception Info:
  File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 1247, in rmfile
    os.unlink(path)

Exception occured: <class 'cobbler.cexceptions.CX'>
Exception value: 'Error deleting /var/lib/tftpboot/pxelinux.cfg/default'
Exception Info:
  File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 89, in run
    rc = self._run(self)
   File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 184, in runner
    return self.remote.api.sync(self.options.get("verbose",False),logger=self.logger)
   File "/usr/lib/python2.6/site-packages/cobbler/api.py", line 701, in sync
    return sync.run()
   File "/usr/lib/python2.6/site-packages/cobbler/action_sync.py", line 110, in run
    self.clean_trees()
   File "/usr/lib/python2.6/site-packages/cobbler/action_sync.py", line 209, in \
clean_trees  utils.rmtree_contents(self.pxelinux_dir,logger=self.logger)
   File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 1259, in \
rmtree_contents  rmtree(x,logger=logger)
   File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 1264, in rmtree
    return rmfile(path,logger=logger)
   File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line 1253, in rmfile
    raise CX(_("Error deleting %s") % path)

!!! TASK FAILED !!!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 Stuart J. Newman
Engineer 4; Systems
Solar Dynamics Observatory (SDO)

Honeywell Technology Solutions Inc

NASA/Goddard Space Flight Center
Building 14, Room E222
Mail Stop 428.2
Greenbelt, MD 20771

Office: (301) 286-5145
EMail: Stuart.J.Newman@nasa.gov<mailto:Stuart.J.Newman@nasa.gov>


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
NOTICE: This communication, including any attachment, contains information that may \
be confidential or privileged, and is intended solely for the entity or individual to \
whom it is addressed.  If you are not the intended recipient, please notify the \
sender at once, and you should delete this message and are hereby notified that any \
disclosure, copying, or distribution of this message is strictly prohibited.  Nothing \
in this email, including any attachment, is intended to be a legally binding \
signature.

From: James Cammarata [mailto:jimi@sngx.net]
Sent: Friday, April 20, 2012 08:07
To: Newman, Stuart J. (GSFC-444.0)[HONEYWELL TECHNOLOGY SOLUTIONS INC]
Cc: james.clendenan@gmail.com; cobbler@lists.fedorahosted.org
Subject: Re: FW: [cobbler] Problem with 2.2.1

On Fri, Apr 20, 2012 at 6:27 AM, Newman, Stuart J. (GSFC-444.0)[HONEYWELL TECHNOLOGY \
SOLUTIONS INC] <stuart.j.newman@nasa.gov<mailto:stuart.j.newman@nasa.gov>> wrote: The \
below was the result with SELinux set to enforcing.  The following was the result \
when SELinux was set to permissive.


[root@fiat Desktop]# cobbler sync
task started: 2012-04-20_072037_sync
task started (id=Sync, time=Fri Apr 20 07:20:37 2012)
running pre-sync triggers
cleaning trees
removing: /var/www/cobbler/images/rhel62-x86_64
removing: /var/lib/tftpboot/grub/images
removing: /var/lib/tftpboot/images/rhel62-x86_64
removing: /var/lib/tftpboot/images/memtest86+-4.10
removing: /var/lib/tftpboot/s390x/profile_list
copying bootloaders
copying: /var/lib/cobbler/loaders/pxelinux.0 -> /var/lib/tftpboot/pxelinux.0
copying: /var/lib/cobbler/loaders/menu.c32 -> /var/lib/tftpboot/menu.c32
copying: /boot/memtest86+-4.10 -> /var/lib/tftpboot/images/memtest86+-4.10
copying: /var/lib/cobbler/loaders/yaboot -> /var/lib/tftpboot/yaboot
copying: /var/lib/cobbler/loaders/grub-x86_64.efi -> \
                /var/lib/tftpboot/grub/grub-x86_64.efi
copying: /var/lib/cobbler/loaders/grub-x86.efi -> /var/lib/tftpboot/grub/grub-x86.efi
copying distros to tftpboot
copying files for distro: rhel62-x86_64
trying hardlink /var/www/cobbler/ks_mirror/rhel62-x86_64/images/pxeboot/vmlinuz -> \
/var/lib/tftpboot/images/rhel62-x86_64/vmlinuz trying hardlink \
/var/www/cobbler/ks_mirror/rhel62-x86_64/images/pxeboot/initrd.img -> \
/var/lib/tftpboot/images/rhel62-x86_64/initrd.img copying images
generating PXE configuration files
generating PXE menu structure
copying files for distro: rhel62-x86_64
trying hardlink /var/www/cobbler/ks_mirror/rhel62-x86_64/images/pxeboot/vmlinuz -> \
/var/www/cobbler/images/rhel62-x86_64/vmlinuz trying hardlink \
/var/www/cobbler/ks_mirror/rhel62-x86_64/images/pxeboot/initrd.img -> \
/var/www/cobbler/images/rhel62-x86_64/initrd.img rendering DHCP files
generating /etc/dhcp/dhcpd.conf
rendering TFTPD files
generating /etc/xinetd.d/tftp
cleaning link caches
running post-sync triggers
running python triggers from /var/lib/cobbler/triggers/sync/post/*
running python trigger cobbler.modules.sync_post_restart_services
running: dhcpd -t -q
received on stdout:
received on stderr: /bin/sh: dhcpd: command not found

dhcpd -t failed
Exception occured: <class 'cobbler.cexceptions.CX<http://cobbler.cexceptions.CX>'>
Exception value: 'cobbler trigger failed: cobbler.modules.sync_post_restart_services'
Exception Info:
  File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 89, in run
    rc = self._run(self)
   File "/usr/lib/python2.6/site-packages/cobbler/remote.py", line 184, in runner
    return self.remote.api.sync(self.options.get("verbose",False),logger=self.logger)
   File "/usr/lib/python2.6/site-packages/cobbler/api.py", line 701, in sync
    return sync.run()
   File "/usr/lib/python2.6/site-packages/cobbler/action_sync.py", line 155, in run
    utils.run_triggers(self.api, None, "/var/lib/cobbler/triggers/sync/post/*", \
logger=self.logger)  File "/usr/lib/python2.6/site-packages/cobbler/utils.py", line \
918, in run_triggers  raise CX("cobbler trigger failed: %s" % m.__name__)

!!! TASK FAILED !!!

RHEL 6.2 python 2.6.6

For the SELinux issue, "cobbler check" should give you a couple of commands to run to \
correct that issue. As for the second, it looks like you need to install the dhcpd \
server package.


[Attachment #3 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type \
content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 \
(filtered medium)"><style><!-- /* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:"Trebuchet MS";
	panose-1:2 11 6 3 2 2 2 2 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
	{mso-style-priority:34;
	margin-top:0in;
	margin-right:0in;
	margin-bottom:0in;
	margin-left:.5in;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
span.EmailStyle18
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
/* List Definitions */
@list l0
	{mso-list-id:1328745776;
	mso-list-type:hybrid;
	mso-list-template-ids:-38648316 67698703 67698713 67698715 67698703 67698713 \
67698715 67698703 67698713 67698715;} @list l0:level1
	{mso-level-tab-stop:none;
	mso-level-number-position:left;
	margin-left:1.0in;
	text-indent:-.25in;}
@list l0:level2
	{mso-level-tab-stop:1.0in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level3
	{mso-level-tab-stop:1.5in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level4
	{mso-level-tab-stop:2.0in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level5
	{mso-level-tab-stop:2.5in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level6
	{mso-level-tab-stop:3.0in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level7
	{mso-level-tab-stop:3.5in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level8
	{mso-level-tab-stop:4.0in;
	mso-level-number-position:left;
	text-indent:-.25in;}
@list l0:level9
	{mso-level-tab-stop:4.5in;
	mso-level-number-position:left;
	text-indent:-.25in;}
ol
	{margin-bottom:0in;}
ul
	{margin-bottom:0in;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div \
class=WordSection1><p class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>You were \
correct, I did not have the DHCP package installed.&nbsp; However, there are problems \
with the two semanage commands from cobbler check in 2.2.2-1.<o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in;text-indent:-.25in;mso-list:l0 level1 \
lfo2'><![if !supportLists]><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><span \
style='mso-list:Ignore'>1.<span style='font:7.0pt "Times New \
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>/usr/sbin/semanage \
fcontext -a -t public_content_t &quot;/var/lib/tftpboot/.*&quot; &amp;&amp; \
/usr/sbin/semanage fcontext -a -t public_content_t \
&quot;/var/www/cobbler&quot;/images/.*<o:p></o:p></span></p><p \
class=MsoListParagraph><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='text-indent:.5in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>There is a \
double quote (&#8220;) after cobbler belongs at the end of the line.&nbsp; \
/usr/sbin/semanage: bad option<o:p></o:p></span></p><p class=MsoListParagraph><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The correct \
syntax is : /usr/sbin/semanage fcontext -a -t public_content_t \
&quot;/var/lib/tftpboot(/.*)?&quot; &amp;&amp; /usr/sbin/semanage fcontext -a -t \
public_content_t &quot;/var/www/cobbler/images(/.*)?&quot;<o:p></o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in;text-indent:-.25in;mso-list:l0 level1 \
lfo2'><![if !supportLists]><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><span \
style='mso-list:Ignore'>2.<span style='font:7.0pt "Times New \
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>/usr/sbin/semanage \
fcontext -a -t httpd_sys_content_rw_t \
&quot;/var/lib/cobbler/webui_sessions/.*&quot;<o:p></o:p></span></p><p \
class=MsoListParagraph><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The already \
report incorrect type httpd_sys_content_rw_t should be \
httpd_sys_rw_content_t.<o:p></o:p></span></p><p class=MsoListParagraph \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The correct \
syntax is: /usr/sbin/semanage fcontext -a -t httpd_sys_rw_content_t \
&quot;/var/lib/cobbler/webui_sessions(/.*)?&quot;<o:p></o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoListParagraph style='margin-left:1.0in;text-indent:-.25in;mso-list:l0 level1 \
lfo2'><![if !supportLists]><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><span \
style='mso-list:Ignore'>3.<span style='font:7.0pt "Times New \
Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span></span></span><![endif]><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>After \
making the above changes, I restarted cobblerd and ran cobbler sync with SELinux in \
enforcing mode:&nbsp; I got the following:<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>ask \
started: 2012-04-20_101424_sync<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>task \
started (id=Sync, time=Fri Apr 20 10:14:24 2012)<o:p></o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>running \
pre-sync triggers<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>cleaning \
trees<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>removing: \
/var/www/cobbler/images/rhel62-x86_64<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>removing: \
/var/lib/tftpboot/pxelinux.cfg/default<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Exception \
occured: &lt;type 'exceptions.OSError'&gt;<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Exception \
value: [Errno 13] Permission denied: \
'/var/lib/tftpboot/pxelinux.cfg/default'<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Exception \
Info:<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp; File \
&quot;/usr/lib/python2.6/site-packages/cobbler/utils.py&quot;, line 1247, in \
rmfile<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
os.unlink(path)<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Exception \
occured: &lt;class 'cobbler.cexceptions.CX'&gt;<o:p></o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Exception \
value: 'Error deleting \
/var/lib/tftpboot/pxelinux.cfg/default'<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Exception \
Info:<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp; File \
&quot;/usr/lib/python2.6/site-packages/cobbler/remote.py&quot;, line 89, in \
run<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
rc = self._run(self)<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/remote.py&quot;, line 184, in \
runner<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
return self.remote.api.sync(self.options.get(&quot;verbose&quot;,False),logger=self.logger)<o:p></o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/api.py&quot;, line 701, in \
sync<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
return sync.run()<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/action_sync.py&quot;, line 110, \
in run<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
self.clean_trees()<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/action_sync.py&quot;, line 209, \
in clean_trees<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
utils.rmtree_contents(self.pxelinux_dir,logger=self.logger)<o:p></o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/utils.py&quot;, line 1259, in \
rmtree_contents<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
rmtree(x,logger=logger)<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/utils.py&quot;, line 1264, in \
rmtree<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
return rmfile(path,logger=logger)<o:p></o:p></span></p><p class=MsoNormal \
style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp; \
File &quot;/usr/lib/python2.6/site-packages/cobbler/utils.py&quot;, line 1253, in \
rmfile<o:p></o:p></span></p><p class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp; \
raise CX(_(&quot;Error deleting %s&quot;) % path)<o:p></o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal style='margin-left:1.0in'><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>!!! TASK \
FAILED !!!<o:p></o:p></span></p><p class=MsoListParagraph><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Trebuchet \
MS","sans-serif";color:navy'>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<o:p></o:p></span></p><table \
class=MsoNormalTable border=0 cellspacing=0 cellpadding=0 \
style='border-collapse:collapse'><tr><td width=231 valign=top \
style='width:173.25pt;padding:0in 5.4pt 0in 5.4pt'><p class=MsoNormal><b><span \
style='font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D'>Stuart J. \
Newman<br></span></b><span \
style='font-size:9.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Engineer 4; \
Systems</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:9.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Solar \
Dynamics Observatory (SDO)</span><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;</span><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>Honeywell \
Technology Solutions Inc</span><b><span \
style='font-size:11.0pt;font-family:"Arial","sans-serif";color:#1F497D'><o:p></o:p></span></b></p></td><td \
width=231 valign=top style='width:173.25pt;padding:0in 5.4pt 0in 5.4pt'><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>NASA/Goddard \
Space Flight Center</span><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>Building 14, \
Room E222</span><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>Mail Stop \
428.2</span><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>Greenbelt, \
MD 20771</span><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \
style='font-size:7.5pt;font-family:"Calibri","sans-serif";color:#1F497D'>&nbsp;</span><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p></o:p></span></p><p \
class=MsoNormal><span \


[Attachment #4 (unknown)]

_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic