I'm having a problem when kickstarting nodes in Rocks 4.3. PXE boot
seems to work: the nodes will load the kernel and the installation
packages from the frontend, but for some reason the installation ends
up with interactive mode, ie. anaconda is asking user input for
language, installation repository etc.
The cluster was in working state earlier, and there should not be any
hardware problems. The error is most probably some configuration
issue, but I'm too green with Rocks to clear it out by myself.
Both the frontend and the nodes are athlon-mp machines with 2 IDE
disks (hda and hdc). The frontend has 2GB of memory, the nodes 1GB.
The nodes are headless machines without graphics cards, ie. the
console is redirected to /dev/ttyS0 and 'rocks list pxeaction
compute-0-0' gives
ACTION COMMAND ARGS
install kernel vmlinuz append ks initrd=initrd.img ramdisk_size=150000 lang= devfs=nomount pxe kssendmac selinux=0 headless vnc console=ttyS0,9600n8
install headless kernel vmlinuz append ks initrd=initrd.img ramdisk_size=150000 lang= devfs=nomount pxe kssendmac selinux=0 headless vnc console=ttyS0,9600n8
memtest kernel memtest -----------------------------------------------------------------------------------------------------------------------------
os localboot 0 -----------------------------------------------------------------------------------------------------------------------------
There is neither a floppy nor a cdrom in the nodes and the boot order
is 1 - PXE, 2 - local disk. Do you have any ideas for salvation? I'm
glad to answer whatever questions you'll find useful to ask.
Best regards,
Pekko Metsä
please send us the output of:
# rocks list host profile compute-0-0 > /tmp/ks.cfg
# cd /home/install/site-profiles/4.3/nodes
# for i in *xml; do xmllint $i > /dev/null; done
- gb
This didn't give any output to stderr. Resulting file ks.cfg is too
large to include here (ca. 400kB), so you can wget it from
<http://www.helsinki.fi/~ppiirola/ks.cfg>.
> # cd /home/install/site-profiles/4.3/nodes
> # for i in *xml; do xmllint $i > /dev/null; done
Also, no any output here. In another thread the patient was asked output of
# rocks list host profile | less
and
# sudo -u apache rocks list host profile | less
The first one does not give any errors, but the second one exits with
Traceback (most recent call last):
File "/opt/rocks/bin/rocks", line 156, in ?
unix_socket='/var/lib/mysql/mysql.sock')
File "/opt/rocks/lib/python2.4/site-packages/MySQLdb/__init__.py", line 75, in Connect
return Connection(*args, **kwargs)
File "/opt/rocks/lib/python2.4/site-packages/MySQLdb/connections.py", line 164, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (1045, "Access denied for user 'apache'@'localhost' (using password: NO)")
... so there might be some password related friction between python,
apache and mysql.
--
Best regards,
Pekko Metsä
# dbreport bug
- gb
Here you are:
------------------------------------------------------------------------------
<rocks-bug>
<networkconfig>
<interface>
<name>eth0</name>
<encap>Ethernet</encap>
<hwaddr>00:0A:5E:03:11:C7</hwaddr>
<ipaddr>10.1.1.1</ipaddr>
<bcast>10.255.255.255</bcast>
<netmask>255.0.0.0</netmask>
</interface>
<interface>
<name>eth1</name>
<encap>Ethernet</encap>
<hwaddr>00:E0:81:23:CF:BC</hwaddr>
<ipaddr>128.214.191.227</ipaddr>
<bcast>128.214.191.255</bcast>
<netmask>255.255.255.0</netmask>
</interface>
<interface>
<name>lo</name>
<encap>Local</encap>
<ipaddr>127.0.0.1</ipaddr>
</interface>
<interface>
<name>sit0</name>
<encap>IPv6-in-IPv4</encap>
</interface>
</networkconfig>
<appglobal membership="0" service="Kickstart" component="PartsizeSwap" value="1000"/>
<appglobal membership="0" service="Kickstart" component="PrivateKickstartBasedir" value="install"/>
<appglobal membership="0" service="Kickstart" component="Lang" value="en_US"/>
<appglobal membership="0" service="Info" component="ClusterLatlong" value="N60.21 E24.96"/>
<appglobal membership="0" service="Info" component="ClusterURL" value="http://beam.acclab.helsinki.fi/mill/"/>
<appglobal membership="0" service="Kickstart" component="PublicBroadcast" value="128.214.191.255"/>
<appglobal membership="0" service="Kickstart" component="PrivateNISDomain" value="rocks"/>
<appglobal membership="0" service="Kickstart" component="Langsupport" value="en_US"/>
<appglobal membership="0" service="Kickstart" component="PrivateNTPHost" value="10.1.1.1"/>
<appglobal membership="0" service="Kickstart" component="PrivateNetwork" value="10.0.0.0"/>
<appglobal membership="0" service="Kickstart" component="Mouse" value="genericps/2"/>
<appglobal membership="0" service="Kickstart" component="Timezone" value="Europe/Helsinki"/>
<appglobal membership="0" service="Kickstart" component="PublicAddress" value="128.214.191.227"/>
<appglobal membership="0" service="Kickstart" component="Grub" value="--location=mbr"/>
<appglobal membership="0" service="Info" component="ClusterName" value="Mill"/>
<appglobal membership="0" service="Kickstart" component="PrivateAddress" value="10.1.1.1"/>
<appglobal membership="0" service="Kickstart" component="PrivateKickstartHost" value="10.1.1.1"/>
<appglobal membership="0" service="Kickstart" component="PrivateDNSDomain" value="local"/>
<appglobal membership="0" service="Kickstart" component="PrivateBroadcast" value="10.255.255.255"/>
<appglobal membership="0" service="Kickstart" component="PublicNTPHost" value="time.helsinki.fi"/>
<appglobal membership="0" service="Kickstart" component="PublicDNSServers" value="128.214.4.64,128.214.205.16"/>
<appglobal membership="0" service="Kickstart" component="Multicast" value="230.214.104.15"/>
<appglobal membership="0" service="Kickstart" component="PrivateSyslogHost" value="10.1.1.1"/>
<appglobal membership="0" service="Info" component="CertificateState" value="Helsinki"/>
<appglobal membership="0" service="Kickstart" component="PublicGateway" value="128.214.191.238"/>
<appglobal membership="0" service="Kickstart" component="PrivateNetmask" value="255.0.0.0"/>
<appglobal membership="0" service="Kickstart" component="PrivateHostname" value="mill"/>
<appglobal membership="0" service="Info" component="CertificateOrganization" value="University of Helsinki"/>
<appglobal membership="0" service="Kickstart" component="PublicNetmaskCIDR" value="24"/>
<appglobal membership="0" service="Kickstart" component="PublicKickstartHost" value="central.rocksclusters.org"/>
<appglobal membership="0" service="Kickstart" component="PublicHostname" value="mill.physics.helsinki.fi"/>
<appglobal membership="0" service="Kickstart" component="PrivateKickstartCGI" value="sbin/kickstart.cgi"/>
<appglobal membership="0" service="Info" component="CertificateLocality" value="Helsinki"/>
<appglobal membership="0" service="Kickstart" component="PublicDNSDomain" value="physics.helsinki.fi"/>
<appglobal membership="0" service="Kickstart" component="PartsizeRoot" value="8000"/>
<appglobal membership="0" service="Kickstart" component="PublicKickstartBasedir" value="install"/>
<appglobal membership="0" service="Info" component="CertificateCountry" value="FI"/>
<appglobal membership="0" service="Kickstart" component="PrivateGateway" value="10.1.1.1"/>
<appglobal membership="0" service="Kickstart" component="PrivateNetmaskCIDR" value="8"/>
<appglobal membership="0" service="Kickstart" component="Keyboard" value="us"/>
<appglobal membership="0" service="Info" component="RocksRelease" value="Mars Hill"/>
<appglobal membership="0" service="Info" component="RocksVersion" value="4.3"/>
<appglobal membership="0" service="Kickstart" component="PublicNetwork" value="128.214.191.0"/>
<appglobal membership="0" service="Info" component="ClusterContact" value="tomas....@helsinki.fi"/>
<appglobal membership="0" service="Kickstart" component="PublicNetmask" value="255.255.255.0"/>
<appglobal membership="0" service="Kickstart" component="PartsizeVar" value="4000"/>
<appglobal membership="0" service="Kickstart" component="ZeroMBR" value="yes"/>
<appglobal membership="0" service="Kickstart" component="PrivateDNSServers" value="10.1.1.1"/>
<appglobal membership="0" service="Info" component="Born" value="2007-08-30 13:48:34"/>
<roll name="kernel" version="4.3" arch="i386" enabled="yes"/>
<roll name="area51" version="4.3" arch="i386" enabled="yes"/>
<roll name="base" version="4.3" arch="i386" enabled="yes"/>
<roll name="ganglia" version="4.3" arch="i386" enabled="yes"/>
<roll name="hpc" version="4.3" arch="i386" enabled="yes"/>
<roll name="java" version="4.3" arch="i386" enabled="yes"/>
<roll name="sge" version="4.3" arch="i386" enabled="yes"/>
<roll name="web-server" version="4.3" arch="i386" enabled="yes"/>
<roll name="os" version="4.3" arch="i386" enabled="yes"/>
<roll name="os" version="4.3" arch="i386" enabled="yes"/>
<graph>
<line>digraph default {</line>
<line> graph [size="7.5,10", rankdir=LR];</line>
<line> node [label="\N"];</line>
<line> graph [bb="0,0,1526,3313"];</line>
<line> "java-client" [label="java-client", style=filled, shape=ellipse, fillcolor=tan, color=black, pos="192,727", width="1.19", height="0.50"];</line>
<line> frontend [label=frontend, style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2431", width="1.03", height="0.50"];</line>
<line> "elilo-frontend-partition" [label="elilo-frontend-partition", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2377", width="2.14", height="0.50"];</line>
<line> labels [label=labels, style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2323", width="0.81", height="0.50"];</line>
<line> "sge-client" [label="sge-client", style=filled, shape=ellipse, fillcolor=plum, color=black, pos="689,813", width="1.11", height="0.50"];</line>
<line> mediawiki [label=mediawiki, style=filled, shape=ellipse, fillcolor=coral, color=black, pos="551,2485", width="1.17", height="0.50"];</line>
<line> "sge-server" [label="sge-server", style=filled, shape=ellipse, fillcolor=plum, color=black, pos="826,2269", width="1.17", height="0.50"];</line>
<line> "mail-client" [label="mail-client", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,504", width="1.19", height="0.50"];</line>
<line> cdr [label=cdr, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,3241", width="0.75", height="0.50"];</line>
<line> keyboard [label=keyboard, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1584", width="1.08", height="0.50"];</line>
<line> "area51-client" [label="area51-client", style=filled, shape=ellipse, fillcolor=orange, color=black, pos="1054,450", width="1.36", height="0.50"];</line>
<line> "hpc-client" [label="hpc-client", style=filled, shape=box, fillcolor=green, color=black, pos="1054,396", width="1.00", height="0.50"];</line>
<line> "url-kickstart" [label="url-kickstart", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,450", width="1.33", height="0.50"];</line>
<line> "rocks-dist" [label="rocks-dist", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2431", width="1.14", height="0.50"];</line>
<line> "rocks-devel" [label="rocks-devel", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2809", width="1.28", height="0.50"];</line>
<line> "kernel-extra" [label="kernel-extra", style=filled, shape=ellipse, fillcolor=firebrick, color=black, pos="1054,666", width="1.31", height="0.50"];</line>
<line> selinux [label=selinux, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1530", width="0.92", height="0.50"];</line>
<line> mail [label=mail, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,1098", width="0.75", height="0.50"];</line>
<line> ganglia [label=ganglia, style=filled, shape=ellipse, fillcolor=darkkhaki, color=black, pos="1270,1476", width="0.92", height="0.50"];</line>
<line> "foundation-server" [label="foundation-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2377", width="1.72", height="0.50"];</line>
<line> mpi [label=mpi, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,1044", width="0.75", height="0.50"];</line>
<line> ssl [label=ssl, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1450,1395", width="0.75", height="0.50"];</line>
<line> "autofs-client" [label="autofs-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,342", width="1.33", height="0.50"];</line>
<line> "database-schema" [label="database-schema", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,3025", width="1.67", height="0.50"];</line>
<line> "nfs-server" [label="nfs-server", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2755", width="1.14", height="0.50"];</line>
<line> "411-server" [label="411-server", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2701", width="1.17", height="0.50"];</line>
<line> "ganglia-client" [label="ganglia-client", style=filled, shape=ellipse, fillcolor=darkkhaki, color=black, pos="1054,288", width="1.42", height="0.50"];</line>
<line> "force-smp" [label="force-smp", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,396", width="1.14", height="0.50"];</line>
<line> resolv [label=resolv, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,342", width="0.83", height="0.50"];</line>
<line> server [label=server, style=filled, shape=box, fillcolor=yellow, color=black, pos="336,1810", width="0.75", height="0.50"];</line>
<line> "tripwire-wp" [label="tripwire-wp", style=filled, shape=ellipse, fillcolor=orange, color=black, pos="551,2323", width="1.31", height="0.50"];</line>
<line> 411 [label=411, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,990", width="0.75", height="0.50"];</line>
<line> x11 [label=x11, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2269", width="0.75", height="0.50"];</line>
<line> security [label=security, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1422", width="0.97", height="0.50"];</line>
<line> "ntp-client" [label="ntp-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,234", width="1.11", height="0.50"];</line>
<line> "nas-appliance" [label="nas-appliance", style=filled, shape=ellipse, fillcolor=green, color=black, pos="551,673", width="1.42", height="0.50"];</line>
<line> kernel [label=kernel, style=filled, shape=ellipse, fillcolor=firebrick, color=black, pos="1270,1098", width="0.86", height="0.50"];</line>
<line> "database-security" [label="database-security", style=filled, shape=box, fillcolor=yellow, color=black, pos="826,2971", width="1.58", height="0.50"];</line>
<line> "ssl-client" [label="ssl-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,558", width="1.06", height="0.50"];</line>
<line> "sge-ganglia" [label="sge-ganglia", style=filled, shape=ellipse, fillcolor=plum, color=black, pos="826,1162", width="1.25", height="0.50"];</line>
<line> "screen-timezone" [label="screen-timezone", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2215", width="1.64", height="0.50"];</line>
<line> "shared-memory" [label="shared-memory", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,288", width="1.58", height="0.50"];</line>
<line> syslog [label=syslog, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1314", width="0.86", height="0.50"];</line>
<line> "partition-functions" [label="partition-functions", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1260", width="1.83", height="0.50"];</line>
<line> "hpc-client-firewall" [label="hpc-client-firewall", style=filled, shape=box, fillcolor=green, color=black, pos="1270,234", width="1.67", height="0.50"];</line>
<line> installclass [label=installclass, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1206", width="1.22", height="0.50"];</line>
<line> pvm [label=pvm, style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2647", width="0.75", height="0.50"];</line>
<line> "pvfs2-compute" [label="pvfs2-compute", style=filled, shape=ellipse, fillcolor=white, color=black, pos="336,619", width="1.53", height="0.50"];</line>
<line> "dns-server" [label="dns-server", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2593", width="1.17", height="0.50"];</line>
<line> "fortran-development" [label="fortran-development", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,3133", width="1.94", height="0.50"];</line>
<line> "snmp-server" [label="snmp-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1152", width="1.33", height="0.50"];</line>
<line> greceptor [label=greceptor, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,936", width="1.11", height="0.50"];</line>
<line> everything [label=everything, style=filled, shape=ellipse, fillcolor=white, color=black, pos="192,781", width="1.19", height="0.50"];</line>
<line> "mediawiki-data" [label="mediawiki-data", style=filled, shape=ellipse, fillcolor=coral, color=black, pos="551,2161", width="1.56", height="0.50"];</line>
<line> "hpc-db" [label="hpc-db", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2539", width="0.92", height="0.50"];</line>
<line> "hpc-server-firewall" [label="hpc-server-firewall", style=filled, shape=box, fillcolor=green, color=black, pos="826,2485", width="1.69", height="0.50"];</line>
<line> compilers [label=compilers, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,3187", width="1.14", height="0.50"];</line>
<line> rlo [label=rlo, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2107", width="0.75", height="0.50"];</line>
<line> "hpc-base" [label="hpc-base", style=filled, shape=box, fillcolor=green, color=black, pos="1270,1044", width="0.92", height="0.50"];</line>
<line> benchmarks [label=benchmarks, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,882", width="1.31", height="0.50"];</line>
<line> ntp [label=ntp, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,990", width="0.75", height="0.50"];</line>
<line> "ethers-server-postshell" [label="ethers-server-postshell", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1450,2070", width="2.11", height="0.50"];</line>
<line> base [label=base, style=filled, shape=box, fillcolor=yellow, color=black, pos="1054,1368", width="0.75", height="0.50"];</line>
<line> "wordpress-data" [label="wordpress-data", style=filled, shape=ellipse, fillcolor=coral, color=black, pos="551,2053", width="1.56", height="0.50"];</line>
<line> apache [label=apache, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,936", width="0.89", height="0.50"];</line>
<line> news [label=news, style=filled, shape=ellipse, fillcolor=darkkhaki, color=black, pos="551,1999", width="0.75", height="0.50"];</line>
<line> central [label=central, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,1324", width="0.89", height="0.50"];</line>
<line> install [label=install, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1945", width="0.86", height="0.50"];</line>
<line> "java-server" [label="java-server", style=filled, shape=ellipse, fillcolor=tan, color=black, pos="551,1891", width="1.25", height="0.50"];</line>
<line> cert [label=cert, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,666", width="0.75", height="0.50"];</line>
<line> "static-ip" [label="static-ip", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,180", width="1.00", height="0.50"];</line>
<line> "screen-network-misc" [label="screen-network-misc", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1837", width="1.97", height="0.50"];</line>
<line> "area51-server" [label="area51-server", style=filled, shape=ellipse, fillcolor=orange, color=black, pos="551,1783", width="1.42", height="0.50"];</line>
<line> "routes-client" [label="routes-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,774", width="1.33", height="0.50"];</line>
<line> "master-node" [label="master-node", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2215", width="1.31", height="0.50"];</line>
<line> "media-server" [label="media-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="192,1810", width="1.39", height="0.50"];</line>
<line> "routes-server" [label="routes-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1729", width="1.39", height="0.50"];</line>
<line> "screen-clusterinfo" [label="screen-clusterinfo", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1675", width="1.75", height="0.50"];</line>
<line> "server-restore" [label="server-restore", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="52,1891", width="1.42", height="0.50"];</line>
<line> "java-base" [label="java-base", style=filled, shape=ellipse, fillcolor=tan, color=black, pos="1270,882", width="1.11", height="0.50"];</line>
<line> firewall [label=firewall, style=filled, shape=box, fillcolor=yellow, color=black, pos="1270,828", width="0.81", height="0.50"];</line>
<line> ca [label=ca, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,1270", width="0.75", height="0.50"];</line>
<line> pxeboot [label=pxeboot, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,720", width="1.00", height="0.50"];</line>
<line> "node-certs" [label="node-certs", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,126", width="1.17", height="0.50"];</line>
<line> rpc [label=rpc, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,774", width="0.75", height="0.50"];</line>
<line> "autofs-server" [label="autofs-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1621", width="1.36", height="0.50"];</line>
<line> "dhcp-server" [label="dhcp-server", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2161", width="1.28", height="0.50"];</line>
<line> pxe [label=pxe, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1567", width="0.75", height="0.50"];</line>
<line> "security-client" [label="security-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,612", width="1.47", height="0.50"];</line>
<line> "auto-partition" [label="auto-partition", style=filled, shape=ellipse, fillcolor=white, color=black, pos="1270,72", width="1.42", height="0.50"];</line>
<line> grub [label=grub, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,720", width="0.75", height="0.50"];</line>
<line> "sge-globus-gcc32" [label="sge-globus-gcc32", style=filled, shape=ellipse, fillcolor=plum, color=black, pos="1054,2654", width="1.72", height="0.50"];</line>
<line> "viz-tile" [label="viz-tile", style=filled, shape=ellipse, fillcolor=white, color=black, pos="336,889", width="0.92", height="0.50"];</line>
<line> "ip-diag" [label="ip-diag", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,2124", width="0.92", height="0.50"];</line>
<line> "nas-exports" [label="nas-exports", style=filled, shape=ellipse, fillcolor=green, color=black, pos="551,619", width="1.25", height="0.50"];</line>
<line> "screen-partitioning" [label="screen-partitioning", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1513", width="1.83", height="0.50"];</line>
<line> wordpress [label=wordpress, style=filled, shape=ellipse, fillcolor=coral, color=black, pos="551,1459", width="1.17", height="0.50"];</line>
<line> emacs [label=emacs, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,3133", width="0.86", height="0.50"];</line>
<line> "screen-network-eth0" [label="screen-network-eth0", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1405", width="1.94", height="0.50"];</line>
<line> "screen-network-eth1" [label="screen-network-eth1", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1351", width="1.94", height="0.50"];</line>
<line> "grid-server" [label="grid-server", style=filled, shape=ellipse, fillcolor=white, color=black, pos="826,3079", width="1.22", height="0.50"];</line>
<line> "syslog-client" [label="syslog-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,558", width="1.33", height="0.50"];</line>
<line> "pvfs2-io" [label="pvfs2-io", style=filled, shape=ellipse, fillcolor=white, color=black, pos="336,835", width="1.03", height="0.50"];</line>
<line> postshell [label=postshell, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,2070", width="1.06", height="0.50"];</line>
<line> elilo [label=elilo, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,2016", width="0.75", height="0.50"];</line>
<line> "area51-base" [label="area51-base", style=filled, shape=ellipse, fillcolor=orange, color=black, pos="1270,1962", width="1.28", height="0.50"];</line>
<line> i18n [label=i18n, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1908", width="0.75", height="0.50"];</line>
<line> "installclass-client" [label="installclass-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,504", width="1.72", height="0.50"];</line>
<line> compute [label=compute, style=filled, shape=ellipse, fillcolor=white, color=black, pos="336,781", width="1.03", height="0.50"];</line>
<line> "screen-root-password" [label="screen-root-password", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1297", width="2.03", height="0.50"];</line>
<line> "hpc-server" [label="hpc-server", style=filled, shape=box, fillcolor=green, color=black, pos="551,2539", width="1.06", height="0.50"];</line>
<line> logrotate [label=logrotate, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1854", width="1.06", height="0.50"];</line>
<line> "ssl-server" [label="ssl-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,1216", width="1.11", height="0.50"];</line>
<line> autofs [label=autofs, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1800", width="0.83", height="0.50"];</line>
<line> "dhcp-client" [label="dhcp-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,180", width="1.22", height="0.50"];</line>
<line> root [label=root, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="192,1756", width="0.75", height="0.50"];</line>
<line> scripting [label=scripting, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1746", width="1.06", height="0.50"];</line>
<line> browser [label=browser, style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2107", width="1.00", height="0.50"];</line>
<line> "auto-kickstart" [label="auto-kickstart", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,1206", width="1.42", height="0.50"];</line>
<line> "python-development" [label="python-development", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1450,1746", width="1.97", height="0.50"];</line>
<line> "security-server" [label="security-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1243", width="1.53", height="0.50"];</line>
<line> "sge-globus-gcc64" [label="sge-globus-gcc64", style=filled, shape=ellipse, fillcolor=plum, color=black, pos="1054,2904", width="1.72", height="0.50"];</line>
<line> "foundation-base" [label="foundation-base", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1692", width="1.61", height="0.50"];</line>
<line> "disk-stamp" [label="disk-stamp", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1638", width="1.19", height="0.50"];</line>
<line> "mail-server" [label="mail-server", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2053", width="1.25", height="0.50"];</line>
<line> accounting [label=accounting, style=filled, shape=ellipse, fillcolor=green, color=black, pos="1450,1152", width="1.22", height="0.50"];</line>
<line> "ganglia-server" [label="ganglia-server", style=filled, shape=ellipse, fillcolor=darkkhaki, color=black, pos="551,1189", width="1.47", height="0.50"];</line>
<line> "eth-config" [label="eth-config", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,1999", width="1.17", height="0.50"];</line>
<line> "ssh-client" [label="ssh-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,612", width="1.11", height="0.50"];</line>
<line> "snmp-client" [label="snmp-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1135", width="1.28", height="0.50"];</line>
<line> "sge-base" [label="sge-base", style=filled, shape=ellipse, fillcolor=plum, color=black, pos="1054,1634", width="1.03", height="0.50"];</line>
<line> nas [label=nas, style=filled, shape=ellipse, fillcolor=green, color=black, pos="336,673", width="0.75", height="0.50"];</line>
<line> "server-wan" [label="server-wan", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="52,1837", width="1.22", height="0.50"];</line>
<line> "tcl-development" [label="tcl-development", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1450,1692", width="1.61", height="0.50"];</line>
<line> "grub-server" [label="grub-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,1081", width="1.28", height="0.50"];</line>
<line> "c-development" [label="c-development", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,3187", width="1.50", height="0.50"];</line>
<line> "node" [label="node", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1270,1368", width="0.75", height="0.50"];</line>
<line> clent [label=clent, style=filled, shape=ellipse, fillcolor=white, color=black, pos="52,727", width="0.75", height="0.50"];</line>
<line> docbook [label=docbook, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="826,3295", width="1.03", height="0.50"];</line>
<line> "411-client" [label="411-client", style=filled, shape=ellipse, fillcolor=green, color=black, pos="1270,18", width="1.11", height="0.50"];</line>
<line> "ganglia-wordpress-data" [label="ganglia-wordpress-data", style=filled, shape=ellipse, fillcolor=darkkhaki, color=black, pos="551,1027", width="2.17", height="0.50"];</line>
<line> "ntp-server" [label="ntp-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,973", width="1.14", height="0.50"];</line>
<line> devel [label=devel, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,3187", width="0.78", height="0.50"];</line>
<line> "insert-rolls" [label="insert-rolls", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2863", width="1.22", height="0.50"];</line>
<line> "database-data" [label="database-data", style=filled, shape=box, fillcolor=yellow, color=black, pos="826,2917", width="1.28", height="0.50"];</line>
<line> "installclass-server" [label="installclass-server", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2809", width="1.78", height="0.50"];</line>
<line> database [label=database, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="551,2755", width="1.03", height="0.50"];</line>
<line> "compute-appliance" [label="compute-appliance", style=filled, shape=ellipse, fillcolor=green, color=black, pos="551,749", width="1.83", height="0.50"];</line>
<line> documentation [label=documentation, style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,1945", width="1.53", height="0.50"];</line>
<line> "pvfs2-meta" [label="pvfs2-meta", style=filled, shape=ellipse, fillcolor=white, color=black, pos="336,727", width="1.25", height="0.50"];</line>
<line> "foundation-client" [label="foundation-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,126", width="1.69", height="0.50"];</line>
<line> client [label=client, style=filled, shape=box, fillcolor=yellow, color=black, pos="826,522", width="0.75", height="0.50"];</line>
<line> "grub-client" [label="grub-client", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1054,828", width="1.22", height="0.50"];</line>
<line> "wan-install" [label="wan-install", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="192,1864", width="1.22", height="0.50"];</line>
<line> "perl-development" [label="perl-development", style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1450,1800", width="1.72", height="0.50"];</line>
<line> "syslog-server" [label="syslog-server", style=filled, shape=ellipse, fillcolor=green, color=black, pos="826,2863", width="1.39", height="0.50"];</line>
<line> ssh [label=ssh, style=filled, shape=ellipse, fillcolor=yellow, color=black, pos="1450,1449", width="0.75", height="0.50"];</line>
<line> root -> server [style=bold, color=yellow, arrowsize="1.5", pos="e,309,1800 216,1765 238,1773 269,1785 295,1795"];</line>
<line> "grid-server" -> "sge-globus-gcc32" [style=bold, color=plum, arrowsize="1.5", label=i386, pos="e,1046,2672 868,3073 881,3069 895,3062 904,3052 925,3031 913,3016 922,2988 961,2875 1015,2744 1040,2686", lp="944,3005"];</line>
<line> "grid-server" -> "sge-globus-gcc64" [style=bold, color=plum, arrowsize="1.5", label="x86_64\nia64", pos="e,1041,2922 865,3070 878,3066 892,3060 904,3052 956,3020 1004,2967 1031,2934", lp="944,3057"];</line>
<line> everything -> server [style=bold, color=white, arrowsize="1.5", pos="e,333,1792 195,799 211,921 309,1615 331,1777"];</line>
<line> everything -> nas [style=bold, color=white, arrowsize="1.5", pos="e,312,682 222,768 229,764 236,759 242,754 264,735 258,719 280,700 286,695 292,692 298,688"];</line>
<line> everything -> compute [style=bold, color=white, arrowsize="1.5", pos="e,299,781 235,781 250,781 268,781 284,781"];</line>
<line> everything -> "pvfs2-io" [style=bold, color=white, arrowsize="1.5", pos="e,306,824 224,793 244,800 270,810 292,819"];</line>
<line> everything -> "pvfs2-compute" [style=bold, color=white, arrowsize="1.5", pos="e,298,632 224,769 231,765 237,760 242,754 276,716 247,684 280,646 282,644 284,643 286,641"];</line>
<line> everything -> "pvfs2-meta" [style=bold, color=white, arrowsize="1.5", pos="e,303,739 224,769 243,762 268,752 289,744"];</line>
<line> everything -> "viz-tile" [style=bold, color=white, arrowsize="1.5", pos="e,309,878 208,798 224,816 253,844 280,862 285,865 290,868 295,871"];</line>
<line> compilers -> "c-development" [style=bold, color=yellow, arrowsize="1.5", pos="e,1000,3187 867,3187 900,3187 946,3187 985,3187"];</line>
<line> compilers -> "fortran-development" [style=bold, color=yellow, arrowsize="1.5", pos="e,1002,3145 862,3178 896,3170 946,3158 987,3148"];</line>
<line> "security-server" -> "ssl-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,787,1220 604,1238 653,1233 723,1227 772,1222"];</line>
<line> "security-server" -> ca [style=bold, color=yellow, arrowsize="1.5", pos="e,799,1267 604,1248 656,1253 736,1261 784,1266"];</line>
<line> "security-server" -> central [style=bold, color=yellow, arrowsize="1.5", pos="e,797,1316 591,1255 609,1261 629,1267 648,1272 694,1286 746,1301 782,1312"];</line>
<line> client -> "ganglia-client" [style=bold, color=darkkhaki, arrowsize="1.5", pos="e,1015,300 835,504 855,464 909,366 984,315 989,312 995,309 1001,306"];</line>
<line> client -> "hpc-client" [style=bold, color=green, arrowsize="1.5", pos="e,1017,409 852,504 882,483 935,448 984,423 990,420 997,417 1003,415"];</line>
<line> client -> "area51-client" [style=bold, color=orange, arrowsize="1.5", pos="e,1016,462 853,513 889,501 955,481 1001,466"];</line>
<line> client -> "foundation-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1012,139 829,504 837,455 865,318 922,219 943,185 951,176 984,153 989,150 993,148 998,145"];</line>
<line> client -> "dhcp-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1018,191 831,504 842,461 873,353 922,274 944,240 951,230 984,207 990,203 997,199 1004,196"];</line>
<line> client -> base [style=bold, color=yellow, arrowsize="1.5", pos="e,1052,1350 829,540 839,589 868,724 922,822 937,849 954,848 966,875 1005,958 1039,1238 1050,1335"];</line>
<line> client -> "security-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1018,599 853,533 885,546 938,567 984,585 990,588 997,590 1004,593"];</line>
<line> client -> "ntp-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1020,244 831,504 846,455 894,323 984,261 991,257 998,253 1006,249"];</line>
<line> client -> "syslog-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1009,551 853,526 887,531 948,542 994,549"];</line>
<line> client -> "autofs-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1017,354 841,504 867,472 924,408 984,369 990,365 996,362 1003,359"];</line>
<line> client -> "installclass-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,994,509 853,520 883,517 935,513 979,510"];</line>
<line> client -> "grub-client" [style=bold, color=yellow, arrowsize="1.5", label="i386\nx86_64", pos="e,1017,818 831,540 845,591 891,733 984,801 990,805 996,809 1003,812", lp="944,802"];</line>
<line> client -> "routes-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1015,763 834,540 852,583 906,692 984,747 989,751 995,754 1001,757"];</line>
<line> client -> pxeboot [style=bold, color=yellow, arrowsize="1.5", pos="e,1022,711 838,540 863,574 920,649 984,693 991,698 1000,702 1008,706"];</line>
<line> database -> "database-schema" [style=bold, color=yellow, arrowsize="1.5", pos="e,771,3017 588,2759 603,2763 620,2770 630,2782 677,2841 606,2888 648,2949 673,2984 718,3003 756,3013"];</line>
<line> database -> "database-data" [style=bold, color=yellow, arrowsize="1.5", pos="e,779,2920 587,2759 603,2763 619,2770 630,2782 659,2815 619,2847 648,2877 678,2908 726,2918 764,2920"];</line>
<line> database -> "database-security" [style=bold, color=yellow, arrowsize="1.5", pos="e,769,2967 588,2759 603,2763 620,2770 630,2782 667,2827 612,2867 648,2911 674,2943 717,2957 754,2964"];</line>
<line> "media-server" -> server [style=bold, color=yellow, arrowsize="1.5", pos="e,309,1810 242,1810 259,1810 278,1810 294,1810"];</line>
<line> scripting -> "perl-development" [style=bold, color=yellow, arrowsize="1.5", pos="e,1407,1787 1302,1756 1327,1763 1362,1773 1393,1783"];</line>
<line> scripting -> "python-development" [style=bold, color=yellow, arrowsize="1.5", pos="e,1379,1746 1308,1746 1325,1746 1344,1746 1364,1746"];</line>
<line> scripting -> "tcl-development" [style=bold, color=yellow, arrowsize="1.5", pos="e,1408,1705 1302,1736 1328,1728 1364,1718 1393,1709"];</line>
<line> "sge-server" -> "sge-globus-gcc32" [style=bold, color=plum, arrowsize="1.5", label=i386, pos="e,1052,2636 865,2276 879,2280 894,2286 904,2296 1001,2388 1038,2551 1050,2621", lp="944,2380"];</line>
<line> "sge-server" -> "sge-globus-gcc64" [style=bold, color=plum, arrowsize="1.5", label="x86_64\nia64", pos="e,1048,2886 866,2275 880,2279 895,2285 904,2296 933,2329 914,2350 922,2392 948,2521 951,2554 984,2681 1003,2750 1029,2829 1043,2\</line>
<line>872", lp="944,2621"];</line>
<line> "sge-server" -> "sge-base" [style=bold, color=plum, arrowsize="1.5", pos="e,1052,1652 866,2264 880,2260 894,2253 904,2242 983,2156 1036,1781 1050,1667"];</line>
<line> "kernel-extra" -> kernel [style=bold, color=firebrick, arrowsize="1.5", pos="e,1240,1092 1096,675 1106,679 1117,685 1124,693 1138,710 1191,1055 1204,1071 1210,1078 1217,1083 1226,1087"];</line>
<line> "nas-appliance" -> client [style=bold, color=green, arrowsize="1.5", pos="e,802,540 591,662 604,658 618,652 630,646 688,618 751,576 790,549"];</line>
<line> "security-client" -> "ssl-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1236,567 1097,601 1133,592 1184,580 1221,571"];</line>
<line> "security-client" -> "ssh-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,1230,612 1107,612 1140,612 1182,612 1215,612"];</line>
<line> "security-client" -> cert [style=bold, color=yellow, arrowsize="1.5", pos="e,1245,660 1097,623 1136,633 1192,646 1230,656"];</line>
<line> "hpc-base" -> 411 [style=bold, color=green, arrowsize="1.5", pos="e,1425,997 1304,1034 1334,1025 1379,1011 1411,1002"];</line>
<line> "hpc-base" -> benchmarks [style=bold, color=green, arrowsize="1.5", pos="e,1408,890 1304,1036 1315,1032 1328,1026 1336,1017 1372,981 1339,946 1374,909 1379,904 1386,899 1394,896"];</line>
<line> "hpc-base" -> mpi [style=bold, color=green, arrowsize="1.5", pos="e,1423,1044 1304,1044 1333,1044 1376,1044 1408,1044"];</line>
<line> "hpc-base" -> greceptor [style=bold, color=green, arrowsize="1.5", pos="e,1414,944 1304,1035 1315,1031 1327,1025 1336,1017 1359,999 1351,981 1374,963 1382,957 1391,953 1400,949"];</line>
<line> "hpc-base" -> accounting [style=bold, color=green, arrowsize="1.5", pos="e,1411,1143 1304,1054 1315,1058 1327,1064 1336,1071 1359,1090 1351,1108 1374,1125 1381,1130 1389,1134 1397,1138"];</line>
<line> "hpc-base" -> mail [style=bold, color=green, arrowsize="1.5", pos="e,1425,1091 1304,1054 1334,1063 1379,1077 1411,1086"];</line>
<line> "hpc-base" -> "auto-kickstart" [style=bold, color=green, arrowsize="1.5", pos="e,1405,1197 1304,1052 1315,1056 1328,1062 1336,1071 1372,1108 1339,1143 1374,1179 1379,1184 1385,1188 1391,1191"];</line>
<line> nas -> "nas-appliance" [style=bold, color=green, arrowsize="1.5", pos="e,499,673 363,673 393,673 443,673 484,673"];</line>
<line> nas -> "nas-exports" [style=bold, color=green, arrowsize="1.5", pos="e,512,629 362,667 395,658 454,644 497,633"];</line>
<line> "sge-client" -> "sge-base" [style=bold, color=plum, arrowsize="1.5", pos="e,1049,1616 703,830 741,876 845,1010 904,1135 914,1158 1014,1494 1045,1601"];</line>
<line> security -> ssl [style=bold, color=yellow, arrowsize="1.5", pos="e,1424,1399 1304,1417 1334,1413 1377,1406 1409,1401"];</line>
<line> security -> ssh [style=bold, color=yellow, arrowsize="1.5", pos="e,1424,1445 1304,1427 1334,1431 1377,1438 1409,1443"];</line>
<line> postshell -> "ethers-server-postshell" [style=bold, color=yellow, arrowsize="1.5", pos="e,1374,2070 1309,2070 1324,2070 1341,2070 1359,2070"];</line>
<line> clent -> "java-client" [style=bold, color=tan, arrowsize="1.5", pos="e,148,727 79,727 95,727 115,727 133,727"];</line>
<line> base -> "java-base" [style=bold, color=tan, arrowsize="1.5", pos="e,1237,893 1055,1350 1058,1292 1073,1107 1142,975 1161,940 1171,932 1204,909 1210,905 1216,901 1223,899"];</line>
<line> base -> ganglia [style=bold, color=darkkhaki, arrowsize="1.5", pos="e,1243,1466 1081,1384 1111,1401 1160,1428 1204,1449 1212,1453 1221,1457 1229,1460"];</line>
<line> base -> "hpc-base" [style=bold, color=green, arrowsize="1.5", pos="e,1236,1055 1059,1350 1070,1310 1099,1213 1142,1141 1164,1106 1171,1096 1204,1071 1210,1067 1216,1064 1222,1061"];</line>
<line> base -> "area51-base" [style=bold, color=orange, arrowsize="1.5", pos="e,1232,1951 1061,1386 1075,1426 1109,1523 1124,1607 1143,1709 1110,1741 1142,1838 1159,1887 1165,1903 1204,1935 1208,1939 1213,1\</line>
<line>942 1218,1945"];</line>
<line> base -> kernel [style=bold, color=firebrick, arrowsize="1.5", pos="e,1242,1107 1060,1350 1075,1304 1121,1183 1204,1125 1211,1120 1220,1116 1228,1112"];</line>
<line> base -> "foundation-base" [style=bold, color=yellow, arrowsize="1.5", pos="e,1229,1679 1058,1386 1069,1426 1098,1525 1142,1597 1164,1632 1171,1642 1204,1665 1208,1668 1211,1670 1215,1672"];</line>
<line> base -> autofs [style=bold, color=yellow, arrowsize="1.5", pos="e,1243,1793 1060,1386 1073,1426 1103,1524 1124,1607 1134,1642 1128,1654 1142,1686 1162,1730 1167,1744 1204,1773 1211,1779 1220,1\</line>
<line>783 1229,1787"];</line>
<line> base -> "snmp-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,1233,1164 1064,1350 1084,1312 1136,1227 1204,1179 1209,1176 1214,1173 1219,1170"];</line>
<line> base -> syslog [style=bold, color=yellow, arrowsize="1.5", pos="e,1241,1321 1081,1361 1118,1352 1183,1336 1226,1325"];</line>
<line> base -> security [style=bold, color=yellow, arrowsize="1.5", pos="e,1238,1414 1081,1375 1117,1384 1180,1399 1223,1410"];</line>
<line> base -> apache [style=bold, color=yellow, arrowsize="1.5", pos="e,1242,945 1056,1350 1061,1298 1080,1141 1142,1029 1162,994 1171,986 1204,963 1212,959 1220,955 1228,951"];</line>
<line> base -> "disk-stamp" [style=bold, color=yellow, arrowsize="1.5", pos="e,1236,1626 1059,1386 1070,1423 1098,1506 1142,1563 1163,1589 1195,1608 1222,1620"];</line>
<line> base -> elilo [style=bold, color=yellow, arrowsize="1.5", label=ia64, pos="e,1244,2010 1061,1386 1075,1426 1109,1523 1124,1607 1146,1732 1103,1771 1142,1891 1158,1941 1165,1956 1204,1989 1212,1995 1221,2\</line>
<line>001 1230,2005", lp="1164,1980"];</line>
<line> base -> grub [style=bold, color=yellow, arrowsize="1.5", label="i386\nx86_64", pos="e,1244,725 1056,1350 1068,1254 1125,804 1142,780 1162,752 1200,736 1229,728", lp="1164,803"];</line>
<line> base -> "ip-diag" [style=bold, color=yellow, arrowsize="1.5", pos="e,1240,2115 1061,1386 1076,1426 1110,1523 1124,1607 1140,1700 1108,1941 1142,2027 1158,2066 1171,2073 1204,2097 1211,2102 1218,2\</line>
<line>106 1226,2110"];</line>
<line> base -> keyboard [style=bold, color=yellow, arrowsize="1.5", label=ia64, pos="e,1237,1574 1064,1386 1084,1423 1137,1510 1204,1557 1210,1561 1216,1565 1223,1568", lp="1164,1551"];</line>
<line> base -> logrotate [style=bold, color=yellow, arrowsize="1.5", pos="e,1237,1845 1060,1386 1074,1426 1106,1523 1124,1607 1137,1664 1122,1682 1142,1735 1160,1782 1166,1796 1204,1827 1210,1832 1216,1\</line>
<line>836 1223,1839"];</line>
<line> base -> rpc [style=bold, color=yellow, arrowsize="1.5", pos="e,1246,782 1056,1350 1064,1271 1098,956 1142,867 1161,832 1171,824 1204,801 1213,796 1222,791 1232,787"];</line>
<line> base -> scripting [style=bold, color=yellow, arrowsize="1.5", pos="e,1237,1737 1058,1386 1067,1431 1095,1551 1142,1639 1164,1679 1169,1692 1204,1719 1210,1724 1216,1728 1223,1731"];</line>
<line> base -> installclass [style=bold, color=yellow, arrowsize="1.5", pos="e,1236,1218 1071,1350 1097,1322 1150,1267 1204,1233 1210,1230 1216,1226 1222,1224"];</line>
<line> base -> "node" [style=bold, color=yellow, arrowsize="1.5", pos="e,1243,1368 1081,1368 1118,1368 1184,1368 1228,1368"];</line>
<line> base -> ntp [style=bold, color=yellow, arrowsize="1.5", pos="e,1245,997 1057,1350 1064,1303 1089,1176 1142,1084 1163,1049 1171,1041 1204,1017 1213,1011 1222,1006 1231,1003"];</line>
<line> base -> firewall [style=bold, color=yellow, arrowsize="1.5", pos="e,1240,838 1056,1350 1065,1276 1102,999 1142,920 1161,885 1172,878 1204,855 1211,851 1218,847 1226,844"];</line>
<line> base -> "partition-functions" [style=bold, color=yellow, arrowsize="1.5", pos="e,1233,1275 1081,1352 1111,1336 1160,1308 1204,1287 1209,1285 1214,1283 1219,1281"];</line>
<line> base -> selinux [style=bold, color=yellow, arrowsize="1.5", pos="e,1241,1521 1070,1386 1096,1414 1150,1469 1204,1503 1211,1507 1219,1511 1227,1515"];</line>
<line> base -> postshell [style=bold, color=yellow, arrowsize="1.5", pos="e,1237,2061 1061,1386 1076,1426 1110,1523 1124,1607 1132,1650 1123,1954 1142,1992 1158,2024 1193,2044 1223,2056"];</line>
<line> base -> i18n [style=bold, color=yellow, arrowsize="1.5", pos="e,1244,1902 1061,1386 1075,1426 1108,1523 1124,1607 1140,1686 1116,1710 1142,1785 1159,1833 1165,1849 1204,1881 1212,1887 1221,1\</line>
<line>893 1230,1897"];</line>
<line> "server-wan" -> "wan-install" [style=bold, color=yellow, arrowsize="1.5", pos="e,152,1856 92,1845 106,1848 122,1851 137,1853"];</line>
<line> compute -> "sge-client" [style=bold, color=plum, arrowsize="1.5", pos="e,649,809 372,784 434,790 561,801 634,808"];</line>
<line> compute -> "compute-appliance" [style=bold, color=green, arrowsize="1.5", pos="e,493,758 372,776 401,772 442,766 478,760"];</line>
<line> "hpc-server" -> "sge-server" [style=bold, color=plum, arrowsize="1.5", pos="e,786,2275 590,2535 604,2531 620,2524 630,2512 676,2455 607,2409 648,2348 676,2308 730,2288 771,2278"];</line>
<line> "hpc-server" -> "dhcp-server" [style=bold, color=green, arrowsize="1.5", pos="e,780,2165 590,2535 605,2532 621,2525 630,2512 669,2463 612,2283 648,2231 675,2194 726,2176 765,2168"];</line>
<line> "hpc-server" -> "dns-server" [style=bold, color=green, arrowsize="1.5", pos="e,787,2585 590,2547 637,2556 719,2572 772,2582"];</line>
<line> "hpc-server" -> "syslog-server" [style=bold, color=green, arrowsize="1.5", pos="e,786,2852 558,2557 576,2603 623,2721 648,2754 683,2800 698,2808 748,2836 756,2840 764,2844 772,2847"];</line>
<line> "hpc-server" -> frontend [style=bold, color=green, arrowsize="1.5", pos="e,795,2441 590,2528 603,2524 617,2518 630,2512 639,2509 640,2506 648,2501 691,2479 703,2476 748,2458 759,2454 770,2450 781,2446"];</line>
<line> "hpc-server" -> "hpc-server-firewall" [style=bold, color=green, arrowsize="1.5", pos="e,764,2497 590,2531 631,2524 698,2511 749,2500"];</line>
<line> "hpc-server" -> "411-server" [style=bold, color=green, arrowsize="1.5", pos="e,789,2692 566,2557 583,2578 615,2613 648,2634 687,2660 737,2677 774,2688"];</line>
<line> "hpc-server" -> browser [style=bold, color=green, arrowsize="1.5", pos="e,790,2109 590,2535 605,2532 621,2525 630,2512 676,2453 605,2237 648,2175 677,2134 734,2118 775,2111"];</line>
<line> "hpc-server" -> labels [style=bold, color=green, arrowsize="1.5", pos="e,798,2328 590,2535 604,2531 620,2524 630,2512 660,2478 622,2448 648,2410 679,2365 741,2342 783,2332"];</line>
<line> "hpc-server" -> "mail-server" [style=bold, color=green, arrowsize="1.5", pos="e,781,2056 590,2535 605,2532 621,2525 630,2512 683,2443 598,2192 648,2120 675,2083 726,2066 766,2058"];</line>
<line> "hpc-server" -> documentation [style=bold, color=green, arrowsize="1.5", pos="e,772,1949 590,2535 605,2532 621,2525 630,2512 664,2468 617,2058 648,2012 673,1977 718,1960 757,1952"];</line>
<line> "hpc-server" -> "elilo-frontend-partition" [style=bold, color=green, arrowsize="1.5", pos="e,780,2392 590,2533 604,2529 619,2523 630,2512 647,2496 634,2481 648,2463 682,2424 702,2426 748,2404 754,2401 760,2399 766,2397"];</line>
<line> "hpc-server" -> "eth-config" [style=bold, color=green, arrowsize="1.5", pos="e,784,2002 590,2535 605,2532 621,2525 630,2512 660,2473 620,2107 648,2066 675,2027 728,2011 769,2004"];</line>
<line> "hpc-server" -> "master-node" [style=bold, color=green, arrowsize="1.5", pos="e,781,2220 590,2535 605,2532 621,2525 630,2512 661,2473 620,2330 648,2289 675,2251 726,2232 766,2223"];</line>
<line> "hpc-server" -> "nfs-server" [style=bold, color=green, arrowsize="1.5", pos="e,792,2745 562,2557 578,2584 611,2634 648,2668 686,2702 740,2726 778,2740"];</line>
<line> "hpc-server" -> pvm [style=bold, color=green, arrowsize="1.5", label=i386, pos="e,802,2639 590,2556 608,2564 629,2573 648,2581 693,2600 704,2604 748,2620 761,2625 775,2630 788,2634", lp="689,2622"];</line>
<line> "hpc-server" -> "rocks-devel" [style=bold, color=green, arrowsize="1.5", pos="e,788,2799 558,2557 573,2590 606,2660 648,2708 685,2750 700,2757 748,2782 756,2786 765,2790 774,2794"];</line>
<line> "hpc-server" -> "hpc-db" [style=bold, color=green, arrowsize="1.5", pos="e,793,2539 590,2539 639,2539 724,2539 778,2539"];</line>
<line> server -> wordpress [style=bold, color=coral, arrowsize="1.5", pos="e,514,1468 338,1792 345,1748 364,1634 410,1552 430,1518 439,1508 472,1486 481,1481 490,1476 500,1473"];</line>
<line> server -> "wordpress-data" [style=bold, color=coral, arrowsize="1.5", pos="e,505,2042 342,1828 356,1870 399,1975 472,2026 478,2030 484,2034 491,2036"];</line>
<line> server -> mediawiki [style=bold, color=coral, arrowsize="1.5", pos="e,512,2477 337,1828 344,1911 373,2259 410,2360 428,2409 432,2427 472,2458 480,2464 489,2468 498,2472"];</line>
<line> server -> "mediawiki-data" [style=bold, color=coral, arrowsize="1.5", pos="e,505,2150 339,1828 347,1870 370,1975 410,2053 431,2094 436,2108 472,2134 478,2138 484,2142 491,2144"];</line>
<line> server -> "java-server" [style=bold, color=tan, arrowsize="1.5", pos="e,516,1879 363,1821 391,1833 434,1850 472,1864 481,1867 491,1871 501,1874"];</line>
<line> server -> "ganglia-server" [style=bold, color=darkkhaki, arrowsize="1.5", pos="e,509,1200 337,1792 342,1710 364,1374 410,1280 428,1245 439,1238 472,1216 479,1212 487,1208 495,1205"];</line>
<line> server -> "ganglia-wordpress-data" [style=bold, color=darkkhaki, arrowsize="1.5", pos="e,499,1040 337,1792 343,1688 377,1167 410,1104 425,1076 456,1058 485,1046"];</line>
<line> server -> news [style=bold, color=darkkhaki, arrowsize="1.5", pos="e,525,1994 346,1828 366,1862 413,1934 472,1972 483,1980 498,1986 511,1990"];</line>
<line> server -> "hpc-server" [style=bold, color=green, arrowsize="1.5", pos="e,512,2532 337,1828 343,1917 371,2300 410,2412 428,2462 432,2480 472,2512 480,2518 489,2523 498,2527"];</line>
<line> server -> "area51-server" [style=bold, color=orange, arrowsize="1.5", pos="e,503,1789 363,1807 394,1803 447,1796 488,1791"];</line>
<line> server -> "tripwire-wp" [style=bold, color=orange, arrowsize="1.5", pos="e,509,2314 337,1828 340,1886 354,2067 410,2203 429,2250 433,2266 472,2296 479,2301 487,2305 495,2309"];</line>
<line> server -> "foundation-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,502,2366 336,1828 338,1890 349,2099 410,2256 429,2303 433,2320 472,2350 477,2354 482,2357 488,2360"];</line>
<line> server -> base [style=bold, color=yellow, arrowsize="1.5", pos="e,1045,1350 336,1792 337,1687 344,1158 410,1011 427,975 436,962 472,946 665,864 759,985 904,1135 965,1198 1015,1289 1038,1336"];</line>
<line> server -> devel [style=bold, color=yellow, arrowsize="1.5", pos="e,544,3169 337,1828 342,1943 374,2562 410,2748 442,2905 510,3084 538,3155"];</line>
<line> server -> "rocks-dist" [style=bold, color=yellow, arrowsize="1.5", pos="e,513,2424 338,1828 345,1907 376,2218 410,2309 428,2357 433,2374 472,2404 480,2410 489,2415 499,2419"];</line>
<line> server -> "security-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,508,1254 337,1792 343,1715 369,1417 410,1334 428,1299 439,1292 472,1270 479,1266 486,1262 494,1259"];</line>
<line> server -> "ntp-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,515,982 336,1792 337,1691 345,1195 410,1060 427,1026 440,1021 472,1000 481,995 491,990 500,987"];</line>
<line> server -> "autofs-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,510,1631 346,1792 366,1758 413,1686 472,1648 479,1644 488,1640 496,1637"];</line>
<line> server -> database [style=bold, color=yellow, arrowsize="1.5", pos="e,540,2738 337,1828 344,1921 374,2341 410,2465 439,2566 500,2674 532,2725"];</line>
<line> server -> "grub-server" [style=bold, color=yellow, arrowsize="1.5", label="i386\nx86_64", pos="e,507,1087 337,1792 343,1690 372,1196 410,1140 429,1114 463,1099 492,1091", lp="432,1162"];</line>
<line> server -> install [style=bold, color=yellow, arrowsize="1.5", pos="e,522,1938 355,1828 380,1852 426,1893 472,1918 483,1924 496,1929 508,1933"];</line>
<line> server -> "installclass-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,497,2799 337,1828 341,1910 362,2254 410,2530 430,2644 395,2697 472,2782 475,2786 479,2789 483,2792"];</line>
<line> server -> x11 [style=bold, color=yellow, arrowsize="1.5", pos="e,525,2265 337,1828 342,1880 360,2035 410,2151 430,2196 434,2213 472,2242 484,2251 497,2257 511,2261"];</line>
<line> server -> "snmp-client" [style=bold, color=yellow, arrowsize="1.5", pos="e,512,1145 337,1792 341,1705 361,1330 410,1226 428,1191 439,1184 472,1162 480,1157 489,1153 498,1150"];</line>
<line> server -> "routes-server" [style=bold, color=yellow, arrowsize="1.5", pos="e,514,1742 363,1799 391,1788 434,1770 472,1756 481,1753 491,1750 500,1747"];</line>
<line> server -> pxe [style=bold, color=yellow, arrowsize="1.5", pos="e,525,1573 342,1792 356,1749 397,1643 472,1594 484,1587 498,1581 510,1577"];</line>
<line> server -> "insert-rolls" [style=bold, color=yellow, arrowsize="1.5", pos="e,509,2857 337,1828 343,1936 375,2492 410,2659 428,2741 413,2778 472,2836 478,2842 486,2848 495,2852"];</line>
<line> server -> rlo [style=bold, color=yellow, arrowsize="1.5", pos="e,525,2102 339,1828 349,1878 383,2017 472,2080 483,2088 498,2094 511,2098"];</line>
<line> server -> "screen-clusterinfo" [style=bold, color=yellow, arrowsize="1.5", pos="e,506,1688 355,1792 380,1768 426,1728 472,1702 478,1699 485,1696 492,1693"];</line>
<line> server -> "screen-network-eth0" [style=bold, color=yellow, arrowsize="1.5", pos="e,502,1418 337,1792 341,1742 356,1600 410,1498 430,1463 439,1454 472,1432 477,1429 482,1426 488,1424"];</line>
<line> server -> "screen-network-eth1" [style=bold, color=yellow, arrowsize="1.5", pos="e,502,1364 338,1792 347,1727 378,1507 410,1444 429,1409 439,1400 472,1378 477,1375 482,1372 488,1370"];</line>
<line> server -> "screen-network-misc" [style=bold, color=yellow, arrowsize="1.5", pos="e,487,1829 363,1813 390,1817 434,1822 472,1827"];</line>
<line> server -> "screen-root-password" [style=bold, color=yellow, arrowsize="1.5", pos="e,502,1310 338,1792 345,1720 373,1461 410,1388 428,1353 439,1346 472,1324 477,1321 482,1318 488,1316"];</line>
<line> server -> "screen-timezone" [style=bold, color=yellow, arrowsize="1.5", pos="e,503,2204 338,1828 345,1875 365,2004 410,2101 430,2145 434,2160 472,2188 477,2192 483,2195 489,2198"];</line>
<line> server -> "screen-partitioning" [style=bold, color=yellow, arrowsize="1.5", pos="e,503,1525 340,1792 349,1755 373,1671 410,1608 432,1574 438,1563 472,1540 477,1537 483,1534 489,1531"];</line>
<line> "ganglia-server" -> "sge-ganglia" [style=bold, color=plum, arrowsize="1.5", pos="e,782,1166 602,1184 649,1179 718,1173 767,1168"];</line>
<line> devel -> cdr [style=bold, color=yellow, arrowsize="1.5", pos="e,800,3236 578,3192 626,3202 728,3222 785,3233"];</line>
<line> devel -> emacs [style=bold, color=yellow, arrowsize="1.5", pos="e,797,3139 578,3182 626,3173 724,3153 782,3142"];</line>
<line> devel -> docbook [style=bold, color=yellow, arrowsize="1.5", pos="e,795,3284 575,3197 611,3213 685,3244 748,3268 759,3271 770,3275 781,3279"];</line>
<line> devel -> compilers [style=bold, color=yellow, arrowsize="1.5", pos="e,785,3187 579,3187 624,3187 712,3187 770,3187"];</line>
<line> "server-restore" -> "wan-install" [style=bold, color=yellow, arrowsize="1.5", pos="e,152,1872 97,1882 110,1880 124,1877 137,1875"];</line>
<line> "compute-appliance" -> client [style=bold, color=green, arrowsize="1.5", pos="e,812,540 579,732 594,723 613,711 630,700 676,671 690,667 730,630 757,606 784,575 803,552"];</line>
<line> "wan-install" -> server [style=bold, color=yellow, arrowsize="1.5", pos="e,309,1820 225,1852 245,1844 272,1834 295,1825"];</line>
<line> "hpc-client" -> "auto-partition" [style=bold, color=green, arrowsize="1.5", pos="e,1233,85 1091,390 1103,386 1116,380 1124,369 1152,333 1124,207 1142,165 1159,129 1171,122 1204,99 1209,96 1214,93 1219,91"];</line>
<line> "hpc-client" -> "411-client" [style=bold, color=green, arrowsize="1.5", pos="e,1237,29 1091,390 1103,386 1116,380 1124,369 1159,323 1119,163 1142,110 1159,74 1172,68 1204,45 1210,41 1216,37 1223,35"];</line>
<line> "hpc-client" -> "hpc-client-firewall" [style=bold, color=green, arrowsize="1.5", pos="e,1220,252 1091,388 1103,384 1115,378 1124,369 1140,354 1131,343 1142,324 1164,292 1172,283 1204,261 1205,261 1206,260 1206,260"];</line>
<line> "hpc-client" -> "node-certs" [style=bold, color=green, arrowsize="1.5", pos="e,1236,137 1091,390 1103,386 1116,380 1124,369 1166,316 1114,280 1142,218 1160,182 1172,176 1204,153 1210,150 1216,146 1222,143"];</line>
<line> "hpc-client" -> "mail-client" [style=bold, color=green, arrowsize="1.5", pos="e,1237,492 1091,408 1102,412 1114,417 1124,423 1133,429 1134,432 1142,438 1169,458 1176,463 1204,477 1210,480 1217,483 1223,486"];</line>
<line> "hpc-client" -> "shared-memory" [style=bold, color=green, arrowsize="1.5", pos="e,1233,302 1091,384 1102,380 1114,375 1124,369 1163,350 1167,336 1204,315 1209,312 1214,310 1219,308"];</line>
<line> "hpc-client" -> "static-ip" [style=bold, color=green, arrowsize="1.5", pos="e,1240,190 1091,390 1103,386 1116,379 1124,369 1152,336 1123,312 1142,273 1161,238 1171,230 1204,207 1211,203 1218,199 1226,195"];</line>
<line> "hpc-client" -> "force-smp" [style=bold, color=green, arrowsize="1.5", label=ia64, pos="e,1228,396 1091,396 1124,396 1174,396 1213,396", lp="1164,404"];</line>
<line> "hpc-client" -> resolv [style=bold, color=green, arrowsize="1.5", pos="e,1242,349 1091,387 1128,377 1187,363 1227,353"];</line>
<line> "hpc-client" -> "url-kickstart" [style=bold, color=green, arrowsize="1.5", pos="e,1230,440 1091,405 1125,414 1176,427 1215,436"];</line>
<line>}</line>
</graph>
</rocks-bug>
------------------------------------------------------------------------------
# ls -al /root/
- gb
After removing clearly irrelevant stuff:
drwxr-x--- 24 root root 4096 Nov 15 19:28 .
drwxr-xr-x 27 root root 4096 Jul 6 11:11 ..
-rw-r----- 1 root root 1283 Aug 30 13:48 anaconda-ks.cfg
-rw------- 1 root root 16949 Nov 15 19:31 .bash_history
-rw------- 1 root root 14563 Nov 13 12:24 .bash_history~
-rw-r----- 1 root root 24 Feb 21 2005 .bash_logout
-rw-r----- 1 root root 191 Feb 21 2005 .bash_profile
-rw-r----- 1 root root 176 Feb 21 2005 .bashrc
drwxr-x--- 3 root root 4096 Aug 30 14:41 .config
-rw-r----- 1 root root 100 Feb 21 2005 .cshrc
drwxr-x--- 2 root root 4096 Aug 30 14:41 Desktop
-rw-r--r-- 1 root root 0 Oct 29 18:18 dump
drwxr-x--- 2 root root 4096 Aug 30 14:41 .eggcups
-rw-r----- 1 root root 1104 Aug 30 15:39 .emacs
drwxr-x--- 3 root root 4096 Aug 30 15:38 .emacs.d
-rw------- 1 root root 16 Aug 30 14:56 .esd_auth
drwx------ 4 root root 4096 Aug 31 11:07 .gconf
drwx------ 2 root root 4096 Aug 31 11:47 .gconfd
drwx------ 4 root root 4096 Aug 30 14:41 .gnome
drwx------ 7 root root 4096 Aug 31 11:47 .gnome2
drwx------ 2 root root 4096 Aug 30 14:41 .gnome2_private
-rw-r----- 1 root root 1313 Sep 12 12:56 gridq
-rw-r----- 1 root root 148 Sep 12 14:27 grid_users
drwxr-x--- 2 root root 4096 Aug 30 13:43 .gstreamer-0.8
-rw-r----- 1 root root 120 Aug 13 2006 .gtkrc
-rw-r----- 1 root root 130 Aug 30 14:41 .gtkrc-1.2-gnome2
-rw------- 1 root root 780 Aug 31 11:47 .ICEauthority
-r--r----- 1 root root 153811 Aug 30 13:51 install.log
-rw-r----- 1 root root 5604 Aug 30 13:48 install.log.syslog
-rwxr-x--- 1 root root 66288 Oct 8 18:28 iperf
-rw-r----- 1 root root 499 Sep 12 13:14 @jobhosts
-rw-r----- 1 root root 1297 Sep 12 12:54 long
drwx------ 3 root root 4096 Aug 30 14:41 .metacity
-r--r----- 1 root apache 28 Aug 30 13:48 .my.cnf
-rw------- 1 root root 231 Nov 12 18:39 .mysql_history
drwxr-x--- 3 root root 4096 Aug 30 14:41 .nautilus
drwxr-x--- 2 root root 4096 Aug 30 13:51 RCS
-rw------- 1 root root 0 Aug 30 14:41 .recently-used
drwx------ 2 root root 4096 Aug 30 14:42 .rhn-applet
-rw------- 1 root root 554 Aug 31 11:42 .rhn-applet.conf
-rw------- 1 root root 1024 Nov 15 19:04 .rnd
-rw-r----- 1 root root 1308 Sep 12 12:56 short
drwxr-x--- 2 root root 4096 Aug 30 15:25 .ssh
-rw-r----- 1 root root 102 Feb 21 2005 .tcshrc
-rw------- 1 root root 5087 Nov 5 11:40 .viminfo
-rw------- 1 root root 280 Sep 1 12:07 .Xauthority
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.sdsc.edu/pipermail/npaci-rocks-discussion/attachments/20071115/70b81921/attachment.html
my only guess is either:
- mysql was updated and the newer version is causing the apache
authorization to fail, or:
- the mysql user/permission table was modified
if possible, can you reinstall the frontend? then after the frontend
comes up, try to install a compute node? this would ensure that you
are trying to install the compute node from an unmodified frontend.
- gb
since some nodes work, this is evidence that you may have hardware
issues on the failing nodes. you may want to run memtest86 on the bad
nodes. to run memtest86 on your bad nodes, see the section '2.5.2.
Running Memtest86' in:
http://www.rocksclusters.org/roll-documentation/base/4.3/x167.html
- gb