Displaying 3 results from an estimated 3 matches for "installinterface".
2008 Aug 21
0
kickstart error on 5.2 exception
...umpNetDevice'
Local variables in innermost frame:
self: <network.Network instance at 0x2b2109c8b680>
myns: 65.24.0.168
dev: DEVICE=eth0
BOOTPROTO=dhcp
DHCPCLASS=
HWADDR=00:13:D4:FA:EB:53
ONBOOT=yes
Anaconda instance, containing members:
rootPath: /mnt/sysimage
rescue_mount: True
intf: InstallInterface instance, containing members:
intf.ppw: InstallProgressWindow instance, containing members:
intf.ppw.pixmaps: [rnotes/01-centos5-welcome.png, rnotes/02-centos5-donate.png, rnotes/03-centos5-yum.png, rnotes/04-centos5-repos.png, rnotes/05-centos5-centosplus.png, rnotes/06-centos5-support.png,...
2008 Feb 14
2
kickstart file problem
...lback
self.intf.icw.nextClicked()
File "/usr/lib/anaconda/gui.py", line 1034, in handleRenderCallback
self.currentWindow.renderCallback()
OSError: [Errno 2] No such file or directory: '/mnt/sysimage/tmp/ks-script-ah2YMC'
Local variables in innermost frame:
intf: <gui.InstallInterface instance at 0x2aaab6572a28>
tempfile: <module 'tempfile' from '/usr/lib64/python2.4/tempfile.py'>
self: (s: '# setup NTP|echo "setup NTP"|cat << EOF > /etc/ntp.conf|restrict default noquery notrap nomodfiy|restrict 127.0.0.1|server 0.rhel.ntp.org|serv...
2013 Mar 28
4
Custom fact or function ? looking for opinion
Hi,
I''m in the progress of writing custom facts to retrieve our network
configuration for the nodes from the openldap ENC.
Now, since the puppetmaster has also access to the ldap server, I''m
thinking to move the custom facts to a function, so it runs on the
puppetmaster only, end not on every node.
I just wanted to here some other opinions about this issue.
Thx
Johan