Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 924937 Details for
Bug 1127691
mysqld does not start
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
post install log from kickstart of system build
ks-post.log (text/plain), 162.21 KB, created by
Stuart Newman
on 2014-08-07 15:15:21 UTC
(
hide
)
Description:
post install log from kickstart of system build
Filename:
MIME Type:
Creator:
Stuart Newman
Created:
2014-08-07 15:15:21 UTC
Size:
162.21 KB
patch
obsolete
> ># Start yum configuration >wget "http://192.168.100.127/cblr/svc/op/yum/system/diablo" --output-document=/etc/yum.repos.d/cobbler-config.repo >+ wget http://192.168.100.127/cblr/svc/op/yum/system/diablo --output-document=/etc/yum.repos.d/cobbler-config.repo >--2014-08-07 04:18:57-- http://192.168.100.127/cblr/svc/op/yum/system/diablo >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 1594 (1.6K) [text/plain] >Saving to: `/etc/yum.repos.d/cobbler-config.repo' > > 0K . 100% 194M=0s > >2014-08-07 04:18:57 (194 MB/s) - `/etc/yum.repos.d/cobbler-config.repo' saved [1594/1594] > > ># End yum configuration > > > ># Start post_install_network_config generated code > ># create a working directory for interface scripts >mkdir /etc/sysconfig/network-scripts/cobbler >+ mkdir /etc/sysconfig/network-scripts/cobbler >cp /etc/sysconfig/network-scripts/ifcfg-lo /etc/sysconfig/network-scripts/cobbler/ >+ cp /etc/sysconfig/network-scripts/ifcfg-lo /etc/sysconfig/network-scripts/cobbler/ > ># set the hostname in the network configuration file >grep -v HOSTNAME /etc/sysconfig/network > /etc/sysconfig/network.cobbler >+ grep -v HOSTNAME /etc/sysconfig/network >echo "HOSTNAME=diablo" >> /etc/sysconfig/network.cobbler >+ echo HOSTNAME=diablo >rm -f /etc/sysconfig/network >+ rm -f /etc/sysconfig/network >mv /etc/sysconfig/network.cobbler /etc/sysconfig/network >+ mv /etc/sysconfig/network.cobbler /etc/sysconfig/network > ># Also set the hostname now, some applications require it ># (e.g.: if we're connecting to Puppet before a reboot). >/bin/hostname diablo >+ /bin/hostname diablo > ># Start configuration for eth0 >echo "DEVICE=eth0" > /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo DEVICE=eth0 >echo "ONBOOT=yes" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo ONBOOT=yes >echo "MACADDR=00:13:20:5D:A0:23" >>/etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo MACADDR=00:13:20:5D:A0:23 >if [ `dmesg | grep -qi vmware ; echo $?` -gt 0 ] ; then > echo "ETHTOOL_OPTS=\"autoneg off speed 100 duplex full\"" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >fi >dmesg | grep -qi vmware ; echo $? >++ grep -qi vmware >++ dmesg >++ echo 0 >+ '[' 0 -gt 0 ']' >IFNAME=$(ip -o link | grep -i '00:0C:29:E4:5E:FE' | sed -e 's/^[0-9]*: //' -e 's/:.*//') >ip -o link | grep -i '00:0C:29:E4:5E:FE' | sed -e 's/^[0-9]*: //' -e 's/:.*//') >ip -o link | grep -i '00:0C:29:E4:5E:FE' | sed -e 's/^[0-9]*: //' -e 's/:.*//' >++ sed -e 's/^[0-9]*: //' -e 's/:.*//' >++ grep -i 00:0C:29:E4:5E:FE >++ ip -o link >+ IFNAME=eth0 >if [ -f "/etc/modprobe.conf" ] && [ $IFNAME ]; then > grep $IFNAME /etc/modprobe.conf | sed "s/$IFNAME/eth0/" >> /etc/modprobe.conf.cobbler > grep -v $IFNAME /etc/modprobe.conf >> /etc/modprobe.conf.new > rm -f /etc/modprobe.conf > mv /etc/modprobe.conf.new /etc/modprobe.conf >fi >+ '[' -f /etc/modprobe.conf ']' >echo "TYPE=Ethernet" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo TYPE=Ethernet >echo "BOOTPROTO=none" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo BOOTPROTO=none >echo "BOOTPROTO=static" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo BOOTPROTO=static >echo "IPADDR=192.168.100.49" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo IPADDR=192.168.100.49 >echo "NETMASK=255.255.255.0" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo NETMASK=255.255.255.0 >echo "DNS1=129.165.41.100" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo DNS1=129.165.41.100 >echo "DNS2=129.165.43.100" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo DNS2=129.165.43.100 >echo "DOMAIN=\"nascom.nasa.gov\"" >> /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 >+ echo 'DOMAIN="nascom.nasa.gov"' ># End configuration for eth0 > >sed -i -e "/^search /d" /etc/resolv.conf >+ sed -i -e '/^search /d' /etc/resolv.conf >echo -n "search " >>/etc/resolv.conf >+ echo -n 'search ' >echo -n "nascom.nasa.gov " >>/etc/resolv.conf >+ echo -n 'nascom.nasa.gov ' >echo "" >>/etc/resolv.conf >+ echo '' > >sed -i -e "/^nameserver /d" /etc/resolv.conf >+ sed -i -e '/^nameserver /d' /etc/resolv.conf >echo "nameserver 129.165.41.100" >>/etc/resolv.conf >+ echo 'nameserver 129.165.41.100' >echo "nameserver 129.165.43.100" >>/etc/resolv.conf >+ echo 'nameserver 129.165.43.100' > >sed -i 's/ONBOOT=yes/ONBOOT=no/g' /etc/sysconfig/network-scripts/ifcfg-eth* >+ sed -i s/ONBOOT=yes/ONBOOT=no/g /etc/sysconfig/network-scripts/ifcfg-eth0 > >rm -f /etc/sysconfig/network-scripts/ifcfg-eth0 >+ rm -f /etc/sysconfig/network-scripts/ifcfg-eth0 >mv /etc/sysconfig/network-scripts/cobbler/* /etc/sysconfig/network-scripts/ >+ mv /etc/sysconfig/network-scripts/cobbler/ifcfg-eth0 /etc/sysconfig/network-scripts/cobbler/ifcfg-lo /etc/sysconfig/network-scripts/ >rm -r /etc/sysconfig/network-scripts/cobbler >+ rm -r /etc/sysconfig/network-scripts/cobbler >if [ -f "/etc/modprobe.conf" ]; then >cat /etc/modprobe.conf.cobbler >> /etc/modprobe.conf >rm -f /etc/modprobe.conf.cobbler >fi >+ '[' -f /etc/modprobe.conf ']' ># End post_install_network_config generated code > > > > ># start puppet registration ># end puppet registration > ># Start download cobbler managed config files (if applicable) ># End download cobbler managed config files (if applicable) > ># Start koan environment setup >echo "export COBBLER_SERVER=192.168.100.127" > /etc/profile.d/cobbler.sh >+ echo 'export COBBLER_SERVER=192.168.100.127' >echo "setenv COBBLER_SERVER 192.168.100.127" > /etc/profile.d/cobbler.csh >+ echo 'setenv COBBLER_SERVER 192.168.100.127' ># End koan environment setup > ># Begin cobbler registration ># skipping for system-based installation ># End cobbler registration > ># Start SDO_post ># START SDO_post_common >export CENTOS_FLAG=0 >+ export CENTOS_FLAG=0 >+ CENTOS_FLAG=0 >wget -q http://192.168.100.127/cobbler/pub/sdo-java-keystore -O /usr/local/share/sdo-java-keystore >+ wget -q http://192.168.100.127/cobbler/pub/sdo-java-keystore -O /usr/local/share/sdo-java-keystore >export JAVA_TOOL_OPTIONS="-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit" >+ export 'JAVA_TOOL_OPTIONS=-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit' >+ JAVA_TOOL_OPTIONS='-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit' >sed -i '/HISTSIZE=1000/a\ >JAVA_TOOL_OPTIONS="-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit"\ >export JAVA_TOOL_OPTIONS' /etc/profile >+ sed -i '/HISTSIZE=1000/a\ >JAVA_TOOL_OPTIONS="-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit"\ >export JAVA_TOOL_OPTIONS' /etc/profile ># set the hostname for apps that need it >echo "set the hostname for apps that need it" >+ echo 'set the hostname for apps that need it' >set the hostname for apps that need it >export HOSTNAME=`grep HOSTNAME /etc/sysconfig/network | awk -F= '{print $2}'` >grep HOSTNAME /etc/sysconfig/network | awk -F= '{print $2}' >++ awk -F= '{print $2}' >++ grep HOSTNAME /etc/sysconfig/network >+ export HOSTNAME=diablo >+ HOSTNAME=diablo >hostname $HOSTNAME >+ hostname diablo ># Get hosts >echo "Get hosts" >+ echo 'Get hosts' >Get hosts >wget -q http://192.168.100.127/cobbler/pub/hosts -O /etc/hosts >+ wget -q http://192.168.100.127/cobbler/pub/hosts -O /etc/hosts ># restore root >rsync -aH /home/root/ /root >+ rsync -aH /home/root/ /root >rm -rf /home/root >+ rm -rf /home/root ># restore cron >rsync -aH /home/cron/* /var/spool/cron >+ rsync -aH /home/cron/asist /home/cron/mrroboto /var/spool/cron >rm -rf /home/cron >+ rm -rf /home/cron ># restore product >mkdir /product >+ mkdir /product >rsync -aH /home/product/* /product >+ rsync -aH /home/product/bin /home/product/lemur /home/product/lemur-1.1 /home/product/lemur-1.2 /home/product/lemur-1.2.1 /home/product/lemur-1.3 /home/product/lemur-2.1 /home/product/lemur-2.1.1 /home/product/lemur-2.1.2 /home/product/lemur-2.1.3 /home/product/lemur-2.2 /product >for FILE in `ls -1 /product/bin`; do > sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/$FILE >done >ls -1 /product/bin >++ ls -1 /product/bin >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/backup_mysql.rb >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/eclipse_enter_limits >sed: can't read /product/bin/eclipse_enter_limits: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/eclipse_enter_limits.bak >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/eclipse_exit_limits >sed: can't read /product/bin/eclipse_exit_limits: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/eclipse_exit_limits.bkp >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/fclient.rb >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/ferret-4.0.0.gem >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/ferret-config.yaml >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/ferret-config.yaml.old >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/frun.rb >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/hdrhand_post >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/hdrhand_pre >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/hk-default.xml >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/housekeeper.rb >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/lemur_acct >sed: can't read /product/bin/lemur_acct: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/rcp_rcvrlimoff >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/rcp_rcvrlimon >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/saca_hgahand >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/sdo1_post_rfi >sed: can't read /product/bin/sdo1_post_rfi: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/sdo1_pre_rfi >sed: can't read /product/bin/sdo1_pre_rfi: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/sdo2_post_rfi >sed: can't read /product/bin/sdo2_post_rfi: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/sdo2_pre_rfi >sed: can't read /product/bin/sdo2_pre_rfi: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/tester >sed: can't read /product/bin/tester: No such file or directory >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/vr_autoevt >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/vr_rexmiter >+ for FILE in '`ls -1 /product/bin`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/bin/waca_hgahand >chmod 755 /product >+ chmod 755 /product >chmod 755 /product/bin >+ chmod 755 /product/bin > ># stop missing certificate message >echo "stop missing certificate message" >+ echo 'stop missing certificate message' >stop missing certificate message >touch /etc/sysconfig/rhn/systemid >+ touch /etc/sysconfig/rhn/systemid ># sed -i '/enabled/s/1/0/' /etc/yum/pluginconf.d/product-id.conf >sed -i '/enabled/s/1/0/' /etc/yum/pluginconf.d/subscription-manager.conf >+ sed -i /enabled/s/1/0/ /etc/yum/pluginconf.d/subscription-manager.conf ># Import GPG keys for EPEL and vmware (note: omsa keys installed automatically by bootstrap.cgi if needed) >wget -q http://192.168.100.127/cobbler/pub/RPM-GPG-KEY-EPEL-6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 >+ wget -q http://192.168.100.127/cobbler/pub/RPM-GPG-KEY-EPEL-6 -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 >wget -q http://192.168.100.127/cobbler/pub/VMWARE-PACKAGING-GPG-DSA-KEY.pub -O /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-DSA-KEY.pub >+ wget -q http://192.168.100.127/cobbler/pub/VMWARE-PACKAGING-GPG-DSA-KEY.pub -O /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-DSA-KEY.pub >wget -q http://192.168.100.127/cobbler/pub/VMWARE-PACKAGING-GPG-RSA-KEY.pub -O /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-RSA-KEY.pub >+ wget -q http://192.168.100.127/cobbler/pub/VMWARE-PACKAGING-GPG-RSA-KEY.pub -O /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-RSA-KEY.pub >rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 >+ rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 >rpm --import /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-DSA-KEY.pub >+ rpm --import /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-DSA-KEY.pub >rpm --import /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-RSA-KEY.pub >+ rpm --import /etc/pki/rpm-gpg/VMWARE-PACKAGING-GPG-RSA-KEY.pub ># Installation of SEP is a bit complicated, so moving it to a script >cd /root >+ cd /root >rm -rf /root/syminstall >+ rm -rf /root/syminstall >mkdir /root/syminstall >+ mkdir /root/syminstall >pushd /root/syminstall >+ pushd /root/syminstall >/root/syminstall /root ># Get script and required files >wget -q http://192.168.100.127/cobbler/pub/SEPreset.sh -O /root/SEPreset.sh >+ wget -q http://192.168.100.127/cobbler/pub/SEPreset.sh -O /root/SEPreset.sh >wget -q http://192.168.100.127/cobbler/pub/UnlimitedJCEPolicyJDK7.zip -O UnlimitedJCEPolicyJDK7.zip >+ wget -q http://192.168.100.127/cobbler/pub/UnlimitedJCEPolicyJDK7.zip -O UnlimitedJCEPolicyJDK7.zip >wget -q http://192.168.100.127/cobbler/pub/liveupdate_open.conf -O liveupdate_open.conf >+ wget -q http://192.168.100.127/cobbler/pub/liveupdate_open.conf -O liveupdate_open.conf >wget -q http://192.168.100.127/cobbler/pub/ap-kernelmodule-1.0.14-13.tar.gz -O ap-kernelmodule-1.0.14-13.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/ap-kernelmodule-1.0.14-13.tar.gz -O ap-kernelmodule-1.0.14-13.tar.gz >wget -q http://192.168.100.127/cobbler/pub/install_symantec_rhel6 -O install_symantec_rhel6 >+ wget -q http://192.168.100.127/cobbler/pub/install_symantec_rhel6 -O install_symantec_rhel6 >unzip UnlimitedJCEPolicyJDK7.zip >+ unzip UnlimitedJCEPolicyJDK7.zip >Archive: UnlimitedJCEPolicyJDK7.zip > creating: UnlimitedJCEPolicy/ > inflating: UnlimitedJCEPolicy/US_export_policy.jar > inflating: UnlimitedJCEPolicy/local_policy.jar > inflating: UnlimitedJCEPolicy/README.txt >chmod +x install_symantec_rhel6 >+ chmod +x install_symantec_rhel6 ># SEP is already installed, probably ># but if not, install it ># if it IS already installed, ensure config is correct >./install_symantec_rhel6 1.0.14-13 >+ ./install_symantec_rhel6 1.0.14-13 >++ pwd >+ cur_dir=/root/syminstall >+ '[' 1 -gt 0 ']' >+ relnum=1.0.14-13 >++ cut -f2 -s -dL >++ uname -r >+ smp= >++ grep -q 'release 6' >++ cat /etc/redhat-release >++ echo 0 >+ rhel_version_chk=0 >+ '[' 0 '!=' 0 ']' >++ rpm -q glibc.i686 libgcc.i686 libX11.i686 >++ echo 0 >+ '[' 0 -eq 2 ']' >+ UPGRADE=0 >+ CFGONLY=0 >++ rpm -q sav >++ echo 1 >+ '[' 1 == 0 ']' >+ '[' '!' -s /usr/local/share/sdo-java-keystore ']' >+ '[' -z '-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit' ']' >+ TOGGLE_DAEMONS=0 >+ '[' -x /etc/init.d/rtvscand ']' >+ RESETNOEXEC=0 >++ grep -c noexec >++ grep '[[:space:]]/tmp[[:space:]]' /etc/fstab >+ '[' 0 ']' >+ RESETNOEXEC=1 >+ mount -o remount,exec /tmp >++ readlink /etc/alternatives/java >+ javaexe=/usr/lib/jvm/jre-1.7.0-oracle.x86_64/bin/java >++ rpm -qf /usr/lib/jvm/jre-1.7.0-oracle.x86_64/bin/java >+ javapkgname=java-1.7.0-oracle-1.7.0.65-1jpp.1.el6_5.x86_64 >++ grep cacerts >++ rpm -ql java-1.7.0-oracle-1.7.0.65-1jpp.1.el6_5.x86_64 >+ keystore=/usr/lib/jvm/java-1.7.0-oracle-1.7.0.65.x86_64/jre/lib/security/cacerts >+ [[ 1 == 0 ]] >++ grep '/jce/vanilla$' >++ rpm -ql java-1.7.0-oracle-1.7.0.65-1jpp.1.el6_5.x86_64 >+ localpol=/usr/lib/jvm-private/java-1.7.0-oracle.x86_64/jce/vanilla/local_policy.jar >++ grep '/jce/vanilla$' >++ rpm -ql java-1.7.0-oracle-1.7.0.65-1jpp.1.el6_5.x86_64 >+ exportpol=/usr/lib/jvm-private/java-1.7.0-oracle.x86_64/jce/vanilla/US_export_policy.jar >+ echo 'Copying java encryption policy files...' >Copying java encryption policy files... >+ '[' -d /root/syminstall/UnlimitedJCEPolicy/ ']' >+ /bin/cp /root/syminstall/UnlimitedJCEPolicy/local_policy.jar /usr/lib/jvm-private/java-1.7.0-oracle.x86_64/jce/vanilla/local_policy.jar >+ /sbin/restorecon /usr/lib/jvm-private/java-1.7.0-oracle.x86_64/jce/vanilla/local_policy.jar >+ /bin/cp /root/syminstall/UnlimitedJCEPolicy/US_export_policy.jar /usr/lib/jvm-private/java-1.7.0-oracle.x86_64/jce/vanilla/US_export_policy.jar >+ /sbin/restorecon /usr/lib/jvm-private/java-1.7.0-oracle.x86_64/jce/vanilla/US_export_policy.jar >+ '[' 0 == 0 ']' >+ echo 'Installing current SEP RPMs, version 1.0.14-13...' >Installing current SEP RPMs, version 1.0.14-13... >+ '[' 0 == 0 ']' >+ yum -y install sav savap-x64 savjlu savui >Loaded plugins: product-id, refresh-packagekit, security >Setting up Install Process >Resolving Dependencies >--> Running transaction check >---> Package sav.i386 0:1.0.14-13 will be installed >---> Package savap-x64.x86_64 0:1.0.14-13 will be installed >---> Package savjlu.i386 0:1.0.14-13 will be installed >---> Package savui.i386 0:1.0.14-13 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > sav i386 1.0.14-13 local 182 M > savap-x64 x86_64 1.0.14-13 local 4.9 M > savjlu i386 1.0.14-13 local 2.0 M > savui i386 1.0.14-13 local 5.1 M > >Transaction Summary >================================================================================ >Install 4 Package(s) > >Total download size: 194 M >Installed size: 396 M >Downloading Packages: >-------------------------------------------------------------------------------- >Total 18 MB/s | 194 MB 00:10 >Running rpm_check_debug >Running Transaction Test >Transaction Test Succeeded >Running Transaction > Installing : sav-1.0.14-13.i386 1/4 > Installing : savui-1.0.14-13.i386 2/4 > Installing : savjlu-1.0.14-13.i386 3/4 > Installing : savap-x64-1.0.14-13.x86_64 4/4 >Unable to connect to dbus > Verifying : savui-1.0.14-13.i386 1/4 > Verifying : savap-x64-1.0.14-13.x86_64 2/4 > Verifying : sav-1.0.14-13.i386 3/4 > Verifying : savjlu-1.0.14-13.i386 4/4 > >Installed: > sav.i386 0:1.0.14-13 savap-x64.x86_64 0:1.0.14-13 savjlu.i386 0:1.0.14-13 > savui.i386 0:1.0.14-13 > >Complete! >+ '[' 0 == 0 ']' >+ echo 'Installation of RPMs successful' >Installation of RPMs successful >++ grep -q JAVA_TOOL_OPTIONS /etc/sysconfig/rtvscand >++ echo 1 >+ '[' 1 == 1 ']' >+ echo 'JAVA_TOOL_OPTIONS="-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit"' >+ echo 'export JAVA_TOOL_OPTIONS' >+ cp /root/syminstall/liveupdate_open.conf /etc/liveupdate.conf >+ /sbin/restorecon /etc/liveupdate.conf >+ service symcfgd start >Already running >++ grep 'symantec_antivirus/symcfg$' >++ rpm -ql sav >+ SYMCFG=/opt/Symantec/symantec_antivirus/symcfg >+ /opt/Symantec/symantec_antivirus/symcfg add -k '\Symantec Endpoint Protection\AV\Storages\FileSystem\RealTimeScan' -v HaveExceptionDirs -d 1 -t REG_DWORD >+ /opt/Symantec/symantec_antivirus/symcfg add -k '\Symantec Endpoint Protection\AV\Storages\FileSystem\RealTimeScan\NoScanDir' -v /usr/lib/jvm -d 1 -t REG_DWORD >+ /opt/Symantec/symantec_antivirus/symcfg add -k '\Symantec Endpoint Protection\AV\Storages\FileSystem\RealTimeScan\NoScanDir' -v /var/spool/mail -d 1 -t REG_DWORD >+ case $(hostname) in >++ hostname >++ rpm -q kernel-headers --queryformat '%{VERSION}-%{RELEASE}.%{ARCH}' >+ kernel_version=2.6.32-431.23.3.el6.x86_64 >++ sed s/smp// >++ echo 2.6.32-431.23.3.el6.x86_64 >+ kernel_bare=2.6.32-431.23.3.el6.x86_64 >+ rpm -q kernel-devel-2.6.32-431.23.3.el6.x86_64 >+ kerndev_installed=0 >+ '[' 0 == 0 ']' >+ echo 'kernel development package is installed...' >kernel development package is installed... >+ [[ 0 == 1 ]] >+ kern_src=/lib/modules/2.6.32-431.23.3.el6.x86_64/build >+ '[' '!' -d /lib/modules/2.6.32-431.23.3.el6.x86_64/build ']' >+ build_dir=/root/symantec-build >+ mkdir /root/symantec-build >+ aptar=ap-kernelmodule-1.0.14-13.tar.gz >++ sed s/.tar.gz// >++ echo ap-kernelmodule-1.0.14-13.tar.gz >+ apbare=ap-kernelmodule-1.0.14-13 >+ '[' '!' -f ap-kernelmodule-1.0.14-13.tar.gz ']' >+ cp ap-kernelmodule-1.0.14-13.tar.gz /root/symantec-build >+ cd /root/symantec-build >+ tar xfz ap-kernelmodule-1.0.14-13.tar.gz >+ cd ap-kernelmodule-1.0.14-13 >+ sed -i -e '/# Redhat Enteripse Linux 6/a \ > if [[ $CENTOS_FLAG == 1 ]]; then \ > distro="CentOS" \ > else \ > distro="Red Hat Enterprise Linux" \ > fi > /\/etc\/issue/s//\/etc\/redhat-release/ > /Red Hat Enterprise Linux/s//$distro/' ./build.sh >+ chmod +x ./build.sh >+ ./build.sh --kernel-dir /lib/modules/2.6.32-431.23.3.el6.x86_64/build --kernel-rel 2.6.32-431.23.3.el6.x86_64 >/root/symantec-build/ap-kernelmodule-1.0.14-13/symev /root/symantec-build/ap-kernelmodule-1.0.14-13 >rm -f *.o *.ko *.mod.c .*.cmd modules.order Module.symvers* Module.markers Modules.symvers *.ko.unsigned Makefile.xen >rm -rf .tmp_versions* .build-* >/root/symantec-build/ap-kernelmodule-1.0.14-13 >/root/symantec-build/ap-kernelmodule-1.0.14-13/symap /root/symantec-build/ap-kernelmodule-1.0.14-13 >rm -f *.o *.ko *.mod.c .*.cmd modules.order Module.symvers* Module.markers Modules.symvers *.ko.unsigned Makefile.xen symap_test >rm -rf ../symev/.tmp_versions* .build-* >/root/symantec-build/ap-kernelmodule-1.0.14-13 >/root/symantec-build/ap-kernelmodule-1.0.14-13/symev /root/symantec-build/ap-kernelmodule-1.0.14-13 >make -C /lib/modules/2.6.32-431.23.3.el6.x86_64/build M=/root/symantec-build/ap-kernelmodule-1.0.14-13/symev MODVERDIR=/root/symantec-build/ap-kernelmodule-1.0.14-13/symev/../symev/.tmp_versions-custom-2.6.32-431.23.3.el6-x86_64 modules >make[1]: Entering directory `/usr/src/kernels/2.6.32-431.23.3.el6.x86_64' > CC [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev.o >/root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev.c: In function âsymev_fname_eventâ: >/root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev.c:808: warning: initialization from incompatible pointer type >/root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev.c:828: warning: passing argument 1 of âputnameâ from incompatible pointer type >include/linux/fs.h:2170: note: expected âstruct filename *â but argument is of type âchar *â >/root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev.c:839: warning: passing argument 1 of âputnameâ from incompatible pointer type >include/linux/fs.h:2170: note: expected âstruct filename *â but argument is of type âchar *â > CC [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/syscalls.o > CC [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/fileops.o > CC [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/hnfs.o > CC [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/utils.o > LD [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev-custom-2.6.32-431.23.3.el6-x86_64.o > Building modules, stage 2. > MODPOST 1 modules > CC /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev-custom-2.6.32-431.23.3.el6-x86_64.mod.o > LD [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev-custom-2.6.32-431.23.3.el6-x86_64.ko.unsigned > NO SIGN [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/symev-custom-2.6.32-431.23.3.el6-x86_64.ko >make[1]: Leaving directory `/usr/src/kernels/2.6.32-431.23.3.el6.x86_64' >cp symev-custom-2.6.32-431.23.3.el6-x86_64.ko ../bin.ira/symev-custom-2.6.32-431.23.3.el6-x86_64.ko >cp /root/symantec-build/ap-kernelmodule-1.0.14-13/symev/Module.symvers Module.symvers-custom-2.6.32-431.23.3.el6-x86_64 >/root/symantec-build/ap-kernelmodule-1.0.14-13 >/root/symantec-build/ap-kernelmodule-1.0.14-13/symap /root/symantec-build/ap-kernelmodule-1.0.14-13 >cp ../symev/Module.symvers-custom-2.6.32-431.23.3.el6-x86_64 Module.symvers >make -C /lib/modules/2.6.32-431.23.3.el6.x86_64/build M=/root/symantec-build/ap-kernelmodule-1.0.14-13/symap MODVERDIR=/root/symantec-build/ap-kernelmodule-1.0.14-13/symap/../symev/.tmp_versions-custom-2.6.32-431.23.3.el6-x86_64 modules >make[1]: Entering directory `/usr/src/kernels/2.6.32-431.23.3.el6.x86_64' > CC [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symap/linuxmod.o > LD [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symap/symap-custom-2.6.32-431.23.3.el6-x86_64.o > Building modules, stage 2. > MODPOST 1 modules > CC /root/symantec-build/ap-kernelmodule-1.0.14-13/symap/symap-custom-2.6.32-431.23.3.el6-x86_64.mod.o > LD [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symap/symap-custom-2.6.32-431.23.3.el6-x86_64.ko.unsigned > NO SIGN [M] /root/symantec-build/ap-kernelmodule-1.0.14-13/symap/symap-custom-2.6.32-431.23.3.el6-x86_64.ko >make[1]: Leaving directory `/usr/src/kernels/2.6.32-431.23.3.el6.x86_64' >cp symap-custom-2.6.32-431.23.3.el6-x86_64.ko ../bin.ira/symap-custom-2.6.32-431.23.3.el6-x86_64.ko >/root/symantec-build/ap-kernelmodule-1.0.14-13 > >Congratulations, build was successful! >++ uname -m >+ archstr=x86_64 >++ /bin/sed -e 's/\.x86_64//' >++ /bin/sed -e 's/\.PAE/PAE/' >++ echo 2.6.32-431.23.3.el6.x86_64 >+ kernel_rel=2.6.32-431.23.3.el6 >+ '[' '!' -f bin.ira/symap-custom-2.6.32-431.23.3.el6-x86_64.ko ']' >+ '[' '!' -f bin.ira/symev-custom-2.6.32-431.23.3.el6-x86_64.ko ']' >++ sed s/BaseDir=// >++ grep BaseDir /etc/Symantec.conf >+ basedir=/opt/Symantec >+ cp bin.ira/symap-custom-2.6.32-431.23.3.el6-x86_64.ko /opt/Symantec/autoprotect/ >+ cp bin.ira/symev-custom-2.6.32-431.23.3.el6-x86_64.ko /opt/Symantec/autoprotect/ >+ sym_conf=/etc/Symantec.conf >++ grep -q JAVA_HOME /etc/Symantec.conf >++ echo 0 >+ '[' 0 == 1 ']' >+ echo 'Found JAVA_HOME in /etc/Symantec.conf : ' >Found JAVA_HOME in /etc/Symantec.conf : >+ grep JAVA_HOME /etc/Symantec.conf >JAVA_HOME=/usr/lib/jvm/jre/bin >+ sed -i -e 's#^JAVA_HOME.*#JAVA_HOME=/etc/alternatives/jre/bin#' /etc/Symantec.conf >+ grep JAVA_HOME /etc/Symantec.conf >JAVA_HOME=/etc/alternatives/jre/bin >+ '[' 0 == 1 ']' >+ update_method=none >++ grep Symantec/symantec_antivirus/sav >++ rpm -ql sav >+ sav_exe=/opt/Symantec/symantec_antivirus/sav >+ '[' none == manual ']' >+ '[' none == liveupdate ']' >+ echo 'not running liveupdate at this time' >not running liveupdate at this time >+ cd /root/syminstall >+ trayscript=remove_savtray.sh >++ grep -q Nahant /etc/redhat-release >++ echo 1 >+ '[' 1 == 0 ']' >+ echo 'NOTE: remove_savtray.sh currently only works for RHEL4' >NOTE: remove_savtray.sh currently only works for RHEL4 >+ '[' 1 '!=' 0 ']' >+ mount -o remount,noexec /tmp >+ echo DONE with SEP install and configuration >DONE with SEP install and configuration >+ cd /root >+ rm -rf /root/symantec-build >+ exit >popd >+ popd >/root ># set up SEP liveupdate except in DDS lab >/opt/Symantec/symantec_antivirus/sav liveupdate -s -f daily -i 11:00 -m 1 >+ /opt/Symantec/symantec_antivirus/sav liveupdate -s -f daily -i 11:00 -m 1 ># cannot do liveupdate on deployment network ># /opt/Symantec/symantec_antivirus/sav liveupdate -u > ># stop SEP for remainder of install to speed things up >/etc/init.d/rtvscand stop >+ /etc/init.d/rtvscand stop >Stopping rtvscand: .....[70G[32m[1mOK[m > >/etc/init.d/autoprotect stop >+ /etc/init.d/autoprotect stop >Stopping AP: symap: not currently loaded > ># set up firefox certificates >if [[ 1 == 0 ]]; then # turn this code off for now > echo "set up firefox certificates" > cd /root > wget -q http://192.168.100.127/cobbler/pub/firefox-profile.tar.gz -O ./firefox-profile.tar.gz > rm -rf profile > mkdir profile > cd profile > tar -zxvf /root/firefox-profile.tar.gz > rm /root/firefox-profile.tar.gz > mkdir /usr/lib64/firefox/defaults/profile > cp -p * /usr/lib64/firefox/defaults/profile >fi >+ [[ 1 == 0 ]] ># Fix SELinux policy for Nagios >echo "Fix SELinux policy for Nagios" >+ echo 'Fix SELinux policy for Nagios' >Fix SELinux policy for Nagios >cd /root >+ cd /root >wget -q http://192.168.100.127/cobbler/pub/selinux.local.tar.gz -O ./selinux.local.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/selinux.local.tar.gz -O ./selinux.local.tar.gz >rm -rf selinux.local >+ rm -rf selinux.local >mkdir selinux.local >+ mkdir selinux.local >cd selinux.local >+ cd selinux.local >tar -xzf /root/selinux.local.tar.gz >+ tar -xzf /root/selinux.local.tar.gz >semodule -i ./*.pp >+ semodule -i ./local.check_megaraid.pp ./loccobblerfix.pp ./locreposync.pp ./locrpmnag.pp ./locsarnag.pp ./locsav.pp ./locscriptnag.pp ./locscriptsav.pp ./locx11vnc.pp >cd .. >+ cd .. >rm selinux.local.tar.gz >+ rm selinux.local.tar.gz ># set up ldap >authconfig --enableldap --enableldapauth --ldapserver="ldap://mercedes.nascom.nasa.gov ldap://svx.nascom.nasa.gov" --ldapbasedn=dc=nascom,dc=nasa,dc=gov --enableldaptls --ldaploadcacert=http://192.168.100.127/cobbler/pub/dadm2-cacert.pem --updateall >+ authconfig --enableldap --enableldapauth '--ldapserver=ldap://mercedes.nascom.nasa.gov ldap://svx.nascom.nasa.gov' --ldapbasedn=dc=nascom,dc=nasa,dc=gov --enableldaptls --ldaploadcacert=http://192.168.100.127/cobbler/pub/dadm2-cacert.pem --updateall >Starting nslcd: [60G[[0;32m OK [0;39m] >chmod a+r /etc/openldap/cacerts/* >+ chmod a+r /etc/openldap/cacerts/authconfig_downloaded.pem /etc/openldap/cacerts/fa5738c9.0 ># Harden system >echo "Harden system" >+ echo 'Harden system' >Harden system >cd /root >+ cd /root >rm -rf cis-usgcb >+ rm -rf cis-usgcb >wget -q http://192.168.100.127/cobbler/pub/cis-usgcb.tar.gz -O ./cis-usgcb.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/cis-usgcb.tar.gz -O ./cis-usgcb.tar.gz >tar xzf /root/cis-usgcb.tar.gz >+ tar xzf /root/cis-usgcb.tar.gz >rm /root/cis-usgcb.tar.gz >+ rm /root/cis-usgcb.tar.gz >export cisusgcbhome=/root/cis-usgcb >+ export cisusgcbhome=/root/cis-usgcb >+ cisusgcbhome=/root/cis-usgcb >export tmpcisusgcb=`mktemp -d -t cisusgcb.XXXXXXXXXX` >mktemp -d -t cisusgcb.XXXXXXXXXX >++ mktemp -d -t cisusgcb.XXXXXXXXXX >+ export tmpcisusgcb=/tmp/cisusgcb.XynTYF8wa5 >+ tmpcisusgcb=/tmp/cisusgcb.XynTYF8wa5 >chown root:root $tmpcisusgcb >+ chown root:root /tmp/cisusgcb.XynTYF8wa5 >chmod 0755 $tmpcisusgcb >+ chmod 0755 /tmp/cisusgcb.XynTYF8wa5 >cd $cisusgcbhome >+ cd /root/cis-usgcb >./do-backup.sh > results/do-backup.txt 2>&1 >+ ./do-backup.sh >scripts/s1.sh >results/l1.txt 2>&1 >+ scripts/s1.sh >scripts/s2.sh >results/l2.txt 2>&1 >+ scripts/s2.sh >scripts/s3.sh >results/l3.txt 2>&1 >+ scripts/s3.sh >scripts/s4.sh >results/l4.txt 2>&1 >+ scripts/s4.sh >scripts/s5.sh >results/l5.txt 2>&1 >+ scripts/s5.sh >scripts/s6.sh >results/l6.txt 2>&1 >+ scripts/s6.sh >scripts/s7.sh >results/l7.txt 2>&1 >+ scripts/s7.sh >scripts/s8.sh >results/l8.txt 2>&1 >+ scripts/s8.sh >scripts/s9.sh >results/l9.txt 2>&1 >+ scripts/s9.sh >scripts/s10.sh >results/l10.txt 2>&1 >+ scripts/s10.sh >scripts/s11.sh >results/l11.txt 2>&1 >+ scripts/s11.sh >scripts/s12.sh >results/l12.txt 2>&1 >+ scripts/s12.sh >scripts/s13.sh >results/l13.txt 2>&1 >+ scripts/s13.sh >scripts/s14.sh >results/l14.txt 2>&1 >+ scripts/s14.sh >scripts/s15.sh >results/l15.txt 2>&1 >+ scripts/s15.sh >scripts/s16.sh >results/l16.txt 2>&1 >+ scripts/s16.sh >scripts/s17.sh >results/l17.txt 2>&1 >+ scripts/s17.sh >scripts/s18.sh >results/l18.txt 2>&1 >+ scripts/s18.sh >scripts/s19.sh >results/l19.txt 2>&1 >+ scripts/s19.sh >scripts/s20.sh >results/l20.txt 2>&1 >+ scripts/s20.sh >scripts/s21.sh >results/l21.txt 2>&1 >+ scripts/s21.sh >scripts/s22.sh >results/l22.txt 2>&1 >+ scripts/s22.sh >scripts/s23.sh >results/l23.txt 2>&1 >+ scripts/s23.sh >scripts/s24.sh >results/l24.txt 2>&1 >+ scripts/s24.sh >scripts/s25.sh >results/l25.txt 2>&1 >+ scripts/s25.sh >scripts/s26.sh >results/l26.txt 2>&1 >+ scripts/s26.sh >scripts/s27.sh >results/l27.txt 2>&1 >+ scripts/s27.sh >scripts/s28.sh >results/l28.txt 2>&1 >+ scripts/s28.sh >scripts/s29.sh >results/l29.txt 2>&1 >+ scripts/s29.sh >scripts/s30.sh >results/l30.txt 2>&1 >+ scripts/s30.sh >scripts/s31.sh >results/l31.txt 2>&1 >+ scripts/s31.sh >scripts/s32.sh >results/l32.txt 2>&1 >+ scripts/s32.sh >scripts/s33.sh >results/l33.txt 2>&1 >+ scripts/s33.sh >scripts/s34.sh >results/l34.txt 2>&1 >+ scripts/s34.sh >scripts/s35.sh >results/l35.txt 2>&1 >+ scripts/s35.sh >scripts/s36.sh >results/l36.txt 2>&1 >+ scripts/s36.sh >scripts/s37.sh >results/l37.txt 2>&1 >+ scripts/s37.sh >scripts/s39.sh >results/l39.txt 2>&1 >+ scripts/s39.sh >scripts/s40.sh >results/l40.txt 2>&1 >+ scripts/s40.sh >scripts/s41.sh >results/l41.txt 2>&1 >+ scripts/s41.sh >scripts/s42.sh >results/l42.txt 2>&1 >+ scripts/s42.sh >scripts/s43.sh >results/l43.txt 2>&1 >+ scripts/s43.sh >scripts/s45.sh >results/l45.txt 2>&1 >+ scripts/s45.sh >scripts/s46.sh >results/l46.txt 2>&1 >+ scripts/s46.sh >scripts/s47.sh >results/l47.txt 2>&1 >+ scripts/s47.sh >scripts/s48.sh >results/l48.txt 2>&1 >+ scripts/s48.sh >scripts/s49.sh >results/l49.txt 2>&1 >+ scripts/s49.sh >scripts/s50.sh >results/l50.txt 2>&1 >+ scripts/s50.sh >scripts/s51.sh >results/l51.txt 2>&1 >+ scripts/s51.sh >scripts/s52.sh >results/l52.txt 2>&1 >+ scripts/s52.sh >echo "#!/bin/sh" >/etc/cron.monthly/security_check.cron >+ echo '#!/bin/sh' >echo "/root/cis-usgcb/scripts/m1.sh >/root/cis-usgcb/results/ml1.txt 2>&1" >>/etc/cron.monthly/security_check.cron >+ echo '/root/cis-usgcb/scripts/m1.sh >/root/cis-usgcb/results/ml1.txt 2>&1' >echo "/root/cis-usgcb/scripts/m2.sh >/root/cis-usgcb/results/ml2.txt 2>&1" >>/etc/cron.monthly/security_check.cron >+ echo '/root/cis-usgcb/scripts/m2.sh >/root/cis-usgcb/results/ml2.txt 2>&1' >echo "/root/cis-usgcb/scripts/m3.sh >/root/cis-usgcb/results/ml3.txt 2>&1" >>/etc/cron.monthly/security_check.cron >+ echo '/root/cis-usgcb/scripts/m3.sh >/root/cis-usgcb/results/ml3.txt 2>&1' >echo "/root/cis-usgcb/scripts/m4.sh >/root/cis-usgcb/results/ml4.txt 2>&1" >>/etc/cron.monthly/security_check.cron >+ echo '/root/cis-usgcb/scripts/m4.sh >/root/cis-usgcb/results/ml4.txt 2>&1' >echo "/root/cis-usgcb/scripts/m5.sh >/root/cis-usgcb/results/ml5.txt 2>&1" >>/etc/cron.monthly/security_check.cron >+ echo '/root/cis-usgcb/scripts/m5.sh >/root/cis-usgcb/results/ml5.txt 2>&1' >echo "/root/cis-security_check.cronusgcb/scripts/m6.sh >/root/cis-usgcb/results/ml6.txt 2>&1" >>/etc/cron.monthly/security_check.cron >+ echo '/root/cis-security_check.cronusgcb/scripts/m6.sh >/root/cis-usgcb/results/ml6.txt 2>&1' > ># turn off signature check for local >/usr/bin/augtool set /files/etc/yum.repos.d/cobbler-config.repo/local/gpgcheck=0 >+ /usr/bin/augtool set /files/etc/yum.repos.d/cobbler-config.repo/local/gpgcheck=0 >rm -rf /home/sjnewman >+ rm -rf /home/sjnewman >useradd -U -G wheel -p '$6$.LB1nN3HarNc5vx4$Atu3Gd7qPRSo53Ak8luV55Bf8FQvWGC8TpucTM1nnPalLavUD6Uo8mmUCVNxCHIfID2WQqHXduiov4KDO7SQx.' sjnewman >+ useradd -U -G wheel -p '$6$.LB1nN3HarNc5vx4$Atu3Gd7qPRSo53Ak8luV55Bf8FQvWGC8TpucTM1nnPalLavUD6Uo8mmUCVNxCHIfID2WQqHXduiov4KDO7SQx.' sjnewman >rm -rf /home/rjacobson >+ rm -rf /home/rjacobson >useradd -U -G wheel -p '$6$lWRxYsvp6mVYtmu1$M2inIO6FYSnlgJKei5L9nUP4zLNFJ9qEAjyXArCaHDE0vwwwVVQBmp2OIuTBmScnZc6get.Y2zyWCkFNB1nVm.' rjacobson >+ useradd -U -G wheel -p '$6$lWRxYsvp6mVYtmu1$M2inIO6FYSnlgJKei5L9nUP4zLNFJ9qEAjyXArCaHDE0vwwwVVQBmp2OIuTBmScnZc6get.Y2zyWCkFNB1nVm.' rjacobson >echo 'Defaults:rjacobson !requiretty' > /etc/sudoers.d/rjacobson >+ echo 'Defaults:rjacobson !requiretty' >echo "rjacobson ALL=(ALL) ALL" >> /etc/sudoers.d/rjacobson >+ echo 'rjacobson ALL=(ALL) ALL' >chmod 640 /etc/sudoers.d/rjacobson >+ chmod 640 /etc/sudoers.d/rjacobson >echo 'Defaults:sjnewman !requiretty' > /etc/sudoers.d/sjnewman >+ echo 'Defaults:sjnewman !requiretty' >echo "# sjnewman ALL=(ALL) NOPASSWD: /usr/bin/rsync" >> /etc/sudoers.d/sjnewman >+ echo '# sjnewman ALL=(ALL) NOPASSWD: /usr/bin/rsync' >echo "sjnewman ALL=(ALL) ALL" >> /etc/sudoers.d/sjnewman >+ echo 'sjnewman ALL=(ALL) ALL' >chmod 640 /etc/sudoers.d/sjnewman >+ chmod 640 /etc/sudoers.d/sjnewman > ># SSH keys >mkdir /home/rjacobson/.ssh >+ mkdir /home/rjacobson/.ssh >chmod 700 /home/rjacobson/.ssh >+ chmod 700 /home/rjacobson/.ssh >cat >> /home/rjacobson/.ssh/authorized_keys <<ROBPIV >ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDNMEXoTh9qTLXAFv34T0yY8Q4oGC/9vo9iKIdk7wcXYHq3Cwv+t/XOupyOLBHlnPKA65BP4Dq59yuEIUONMn2TkOxAY1PreIJe62+sOITCqHAqUIaBrGragO9GM6/vj4SxLILHeVV9UHmiT7Fl7f0kU3hK1i8v5uhYFnFyeFhl5s5DEZnB5rzVP8y4fYDWCeTG4Pc3zonUauJyZ1vLNzrwvCqX2bST6gyKdV9ct9FvktR/9Y7WTs/77NTw9LN0R+Bbc3naYUA0gW1saTpYSB4ybKmRmVv2MWtZ8WsF25F0VBqlSKpCh4r9c2JUqwt/eli9cw2jinzyWeeS715mYGal CAPI:User\MY\070B5D403300D44A7073202448645FFF96E37CF5 Rob Jacobson PIV >ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAy7W/JoVFgXSCjm+z0TzJSSeZEOLE3BFBIdByvEtMBtTMwcBDV2euSALCTl6n82GHkDPOjEWYH2rWcXRG4u3HySwcr5mJeeA4lpD0fuiGcBU4GL9iN8fcCUKAQOIOkcQJkDmp0I2y9EMf3iONBkjxKPTa8e/NKhILwzgNRq2P64M= root@rolls-royce >ROBPIV >+ cat >chmod 644 .ssh/authorized_keys >+ chmod 644 .ssh/authorized_keys >chmod: cannot access `.ssh/authorized_keys': No such file or directory >chown -R rjacobson.rjacobson /home/rjacobson/.ssh >+ chown -R rjacobson.rjacobson /home/rjacobson/.ssh > >mkdir /home/sjnewman/.ssh >+ mkdir /home/sjnewman/.ssh >chmod 700 /home/sjnewman/.ssh >+ chmod 700 /home/sjnewman/.ssh >cat >> /home/sjnewman/.ssh/authorized_keys <<SJNPIV >ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDX8LZXCcsr1jZQbMHVyzDfTBcFuIcEvlPEKGgU9wbw8gLo7KEPkm94AZd2v1adj+N+dcjTs2c1Q94de1BhTZSk1d/OVKh30yxiPHaHjq68W1Gdun9jxJZGtRcQg6iGJ7esRsLWDDQGLigg1FwIftljPUQVu+1HRcBwiS6Aqp2UUhrtu0M5uQpdoR60yZvCZch51vOUIR+F+wroTbQodEbIBhLsnnkWEmOkBGQOuoV70jFV899eNJ2xpu+Eg9FMjuGlbXgX3Y5xw9GOh/DFMv6hnTIw7SwBAWd4Qs1Lrnuu8PZX3RH2YjbUdwcwmujmdMWNP36LO4D4d4N3jiLJQ1Kl "Stuart Newman piv" >ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAy7W/JoVFgXSCjm+z0TzJSSeZEOLE3BFBIdByvEtMBtTMwcBDV2euSALCTl6n82GHkDPOjEWYH2rWcXRG4u3HySwcr5mJeeA4lpD0fuiGcBU4GL9iN8fcCUKAQOIOkcQJkDmp0I2y9EMf3iONBkjxKPTa8e/NKhILwzgNRq2P64M= root@rolls-royce >SJNPIV >+ cat >chmod 644 .ssh/authorized_keys >+ chmod 644 .ssh/authorized_keys >chmod: cannot access `.ssh/authorized_keys': No such file or directory >chown -R sjnewman.sjnewman /home/sjnewman/.ssh >+ chown -R sjnewman.sjnewman /home/sjnewman/.ssh > ># profile_name: asist >cd /root >+ cd /root >useradd backuppc >+ useradd backuppc >useradd: warning: the home directory already exists. >Not copying any file from skel directory into it. >chown -R backuppc:backuppc /home/backuppc >+ chown -R backuppc:backuppc /home/backuppc >cd /home/backuppc >+ cd /home/backuppc >mkdir .ssh >+ mkdir .ssh >mkdir: cannot create directory `.ssh': File exists >chown backuppc.backuppc .ssh >+ chown backuppc.backuppc .ssh >chmod 700 .ssh >+ chmod 700 .ssh >wget -q http://192.168.100.127/cobbler/pub/backuppc -O .ssh/authorized_keys >+ wget -q http://192.168.100.127/cobbler/pub/backuppc -O .ssh/authorized_keys >chown backuppc.backuppc .ssh/authorized_keys >+ chown backuppc.backuppc .ssh/authorized_keys >chmod 644 .ssh/authorized_keys >+ chmod 644 .ssh/authorized_keys >restorecon -vR .ssh >+ restorecon -vR .ssh >restorecon reset /home/backuppc/.ssh context system_u:object_r:user_home_t:s0->system_u:object_r:ssh_home_t:s0 >restorecon reset /home/backuppc/.ssh/id_rsa.pub context system_u:object_r:user_home_t:s0->system_u:object_r:ssh_home_t:s0 >restorecon reset /home/backuppc/.ssh/id_rsa context system_u:object_r:user_home_t:s0->system_u:object_r:ssh_home_t:s0 >restorecon reset /home/backuppc/.ssh/authorized_keys context system_u:object_r:user_home_t:s0->system_u:object_r:ssh_home_t:s0 >restorecon reset /home/backuppc/.ssh/known_hosts context system_u:object_r:user_home_t:s0->system_u:object_r:ssh_home_t:s0 >wget -q http://192.168.100.127/cobbler/pub/autoprotect_on -O /usr/local/bin/autoprotect_on >+ wget -q http://192.168.100.127/cobbler/pub/autoprotect_on -O /usr/local/bin/autoprotect_on >wget -q http://192.168.100.127/cobbler/pub/autoprotect_off -O /usr/local/bin/autoprotect_off >+ wget -q http://192.168.100.127/cobbler/pub/autoprotect_off -O /usr/local/bin/autoprotect_off >echo 'Defaults:backuppc !requiretty' >> /etc/sudoers.d/backuppc >+ echo 'Defaults:backuppc !requiretty' >echo "backuppc ALL=NOPASSWD: /usr/bin/rsync,/usr/local/bin/autoprotect_off,/usr/local/bin/autoprotect_on" >> /etc/sudoers.d/backuppc >+ echo 'backuppc ALL=NOPASSWD: /usr/bin/rsync,/usr/local/bin/autoprotect_off,/usr/local/bin/autoprotect_on' >cd /root >+ cd /root > ># set compression on rotated logs >sed -i 's/^#compress/compress/' /etc/logrotate.conf >+ sed -i 's/^#compress/compress/' /etc/logrotate.conf > ># set up nfs >echo "set up nfs" >+ echo 'set up nfs' >set up nfs >sed -i '/^#MOUNTD_NFS/s/#// > /^#RQUOTAD=/s/#RQUOTAD="\/usr\/sbin\/rpc.rquotad"/RQUOTAD="no"/ > /^#RPCNFDSARGS="-N 2/s/#//' /etc/sysconfig/nfs >+ sed -i '/^#MOUNTD_NFS/s/#// > /^#RQUOTAD=/s/#RQUOTAD="\/usr\/sbin\/rpc.rquotad"/RQUOTAD="no"/ > /^#RPCNFDSARGS="-N 2/s/#//' /etc/sysconfig/nfs >chkconfig rpcbind on >+ chkconfig rpcbind on >service rpcbind start >+ service rpcbind start >Starting rpcbind: [60G[[0;32m OK [0;39m] >chkconfig nfs on >+ chkconfig nfs on >chkconfig netfs on >+ chkconfig netfs on >mkdir /data >+ mkdir /data >mkdir /users >+ mkdir /users >echo "lotus:/data /data nfs proto=tcp,nfsvers=4,user,soft,intr,noauto,exec,nodev,nosuid,rw 0 0" >> /etc/fstab >+ echo 'lotus:/data /data nfs proto=tcp,nfsvers=4,user,soft,intr,noauto,exec,nodev,nosuid,rw 0 0' >echo "lotus:/yum /yum nfs proto=tcp,nfsvers=4,soft,intr,noauto,exec,nodev,nosuid,rw 0 0" >> /etc/fstab >+ echo 'lotus:/yum /yum nfs proto=tcp,nfsvers=4,soft,intr,noauto,exec,nodev,nosuid,rw 0 0' >echo "lotus:/home /users nfs proto=tcp,nfsvers=4,soft,noauto,exec,nodev,nosuid,rw 0 0" >> /etc/fstab >+ echo 'lotus:/home /users nfs proto=tcp,nfsvers=4,soft,noauto,exec,nodev,nosuid,rw 0 0' >sed -i '/^\/misc/s//# \/misc/; > /^\/net/s//# \/net/; > /^\+auto/c \ >/users /etc/auto.home --timeout 600' /etc/auto.master >+ sed -i '/^\/misc/s//# \/misc/; > /^\/net/s//# \/net/; > /^\+auto/c \ >/users /etc/auto.home --timeout 600' /etc/auto.master >echo "* -tcp,soft,noauto,exec,nodev,nosuid,rw lotus:/home/&" >> /etc/auto.home >+ echo '* -tcp,soft,noauto,exec,nodev,nosuid,rw lotus:/home/&' >chkconfig autofs on >+ chkconfig autofs on > > ># set up npre > >chkconfig nrpe on >+ chkconfig nrpe on >sed -i '/^allowed_hosts=127.0.0.1/s//allowed_hosts=127.0.0.1,129.165.8.75/' /etc/nagios/nrpe.cfg >+ sed -i '/^allowed_hosts=127.0.0.1/s//allowed_hosts=127.0.0.1,129.165.8.75/' /etc/nagios/nrpe.cfg >sed -i '/check_hda/d' /etc/nagios/nrpe.cfg >+ sed -i /check_hda/d /etc/nagios/nrpe.cfg >sed -i '/check_total_procs/d' /etc/nagios/nrpe.cfg >+ sed -i /check_total_procs/d /etc/nagios/nrpe.cfg >sed -i 's/check_users -w 5 -c 10/check_users -w 15 -c 30/' /etc/nagios/nrpe.cfg >+ sed -i 's/check_users -w 5 -c 10/check_users -w 15 -c 30/' /etc/nagios/nrpe.cfg >cat <<NRPE_END >> /etc/nagios/nrpe.cfg >command[check_disk]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p / -p /home -p /opt -p /tmp -p /usr -p /var -p /var/log -p /var/log/audit >command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 450 -c 600 -s RSZDT >command[check_smart]=/usr/lib64/nagios/plugins/check_ide_smart -d /dev/sda -n >command[check_ntp_time]=/usr/lib64/nagios/plugins/check_ntp_time -H timehost-open1 -w 0.5 -c 1 >command[check_swap]=/usr/lib64/nagios/plugins/check_swap -w 20% -c 10% >command[check_uname]=/usr/lib64/nagios/plugins/check_uname ># Note that check_cpu_perf and check_sav_defs require the SDO modifications to SELinux >command[check_cpu_perf]=/usr/lib64/nagios/plugins/check_cpu_perf 20 10 >command[check_sav_defs]=/usr/lib64/nagios/plugins/check_sav_defs >NRPE_END >+ cat > >chown root.nrpe /usr/lib64/nagios/plugins/check_ide_smart >+ chown root.nrpe /usr/lib64/nagios/plugins/check_ide_smart >chmod +s /usr/lib64/nagios/plugins/check_ide_smart >+ chmod +s /usr/lib64/nagios/plugins/check_ide_smart >wget -q http://192.168.100.127/cobbler/pub/check_cpu_perf -O /usr/lib64/nagios/plugins/check_cpu_perf >+ wget -q http://192.168.100.127/cobbler/pub/check_cpu_perf -O /usr/lib64/nagios/plugins/check_cpu_perf >wget -q http://192.168.100.127/cobbler/pub/check_sav_defs -O /usr/lib64/nagios/plugins/check_sav_defs >+ wget -q http://192.168.100.127/cobbler/pub/check_sav_defs -O /usr/lib64/nagios/plugins/check_sav_defs >wget -q http://192.168.100.127/cobbler/pub/check_uname -O /usr/lib64/nagios/plugins/check_uname >+ wget -q http://192.168.100.127/cobbler/pub/check_uname -O /usr/lib64/nagios/plugins/check_uname >chown root.root /usr/lib64/nagios/plugins/check_cpu_perf >+ chown root.root /usr/lib64/nagios/plugins/check_cpu_perf >chown root.root /usr/lib64/nagios/plugins/check_sav_defs >+ chown root.root /usr/lib64/nagios/plugins/check_sav_defs >chown root.root /usr/lib64/nagios/plugins/check_uname >+ chown root.root /usr/lib64/nagios/plugins/check_uname >chmod 755 /usr/lib64/nagios/plugins/check_cpu_perf >+ chmod 755 /usr/lib64/nagios/plugins/check_cpu_perf >chmod 755 /usr/lib64/nagios/plugins/check_sav_defs >+ chmod 755 /usr/lib64/nagios/plugins/check_sav_defs >chmod 755 /usr/lib64/nagios/plugins/check_uname >+ chmod 755 /usr/lib64/nagios/plugins/check_uname >restorecon -v /usr/lib64/nagios/plugins/* >+ restorecon -v /usr/lib64/nagios/plugins/check_by_ssh /usr/lib64/nagios/plugins/check_cpu_perf /usr/lib64/nagios/plugins/check_disk /usr/lib64/nagios/plugins/check_http /usr/lib64/nagios/plugins/check_ide_smart /usr/lib64/nagios/plugins/check_ldap /usr/lib64/nagios/plugins/check_ldaps /usr/lib64/nagios/plugins/check_load /usr/lib64/nagios/plugins/check_mysql /usr/lib64/nagios/plugins/check_mysql_query /usr/lib64/nagios/plugins/check_nrpe /usr/lib64/nagios/plugins/check_nt /usr/lib64/nagios/plugins/check_ntp /usr/lib64/nagios/plugins/check_ntp_peer /usr/lib64/nagios/plugins/check_ntp_time /usr/lib64/nagios/plugins/check_ping /usr/lib64/nagios/plugins/check_procs /usr/lib64/nagios/plugins/check_sav_defs /usr/lib64/nagios/plugins/check_smtp /usr/lib64/nagios/plugins/check_snmp /usr/lib64/nagios/plugins/check_ssh /usr/lib64/nagios/plugins/check_swap /usr/lib64/nagios/plugins/check_time /usr/lib64/nagios/plugins/check_uname /usr/lib64/nagios/plugins/check_users /usr/lib64/nagios/plugins/negate /usr/lib64/nagios/plugins/urlize /usr/lib64/nagios/plugins/utils.sh >restorecon reset /usr/lib64/nagios/plugins/check_cpu_perf context system_u:object_r:lib_t:s0->system_u:object_r:nagios_unconfined_plugin_exec_t:s0 >restorecon reset /usr/lib64/nagios/plugins/check_sav_defs context system_u:object_r:lib_t:s0->system_u:object_r:nagios_unconfined_plugin_exec_t:s0 >restorecon reset /usr/lib64/nagios/plugins/check_uname context system_u:object_r:lib_t:s0->system_u:object_r:nagios_unconfined_plugin_exec_t:s0 >chown -R nagios:nagios /home/nagios >+ chown -R nagios:nagios /home/nagios ># set up audit forwarding >setsebool -P allow_ypbind 1 >+ setsebool -P allow_ypbind 1 >sed -i '/^q_depth =/s/120/160/' /etc/audisp/audispd.conf >+ sed -i '/^q_depth =/s/120/160/' /etc/audisp/audispd.conf >sed -i '/^active/s/no/yes/' /etc/audisp/plugins.d/au-remote.conf >+ sed -i '/^active/s/no/yes/' /etc/audisp/plugins.d/au-remote.conf >sed -i '/^remote_server/s/ =/ = benz.nascom.nasa.gov/; > /^port = 60/s//port = 515/; > /^queue_depth =/s/2048/8192/; > /^##local_port =/s//local_port = 515/; > /^mode = immediate/s//mode = forward/; > /^network_retry_time =/s/1/5/ > /^heartbeat_timeout = 0/s//heartbeat_timeout = 30/; > /^network_failure_action = stop/s//network_failure_action = syslog/; > /^disk_low_action = ignore/s//disk_low_action = syslog/; > /^disk_full_action = ignore/s//disk_full_action = syslog/' /etc/audisp/audisp-remote.conf >+ sed -i '/^remote_server/s/ =/ = benz.nascom.nasa.gov/; > /^port = 60/s//port = 515/; > /^queue_depth =/s/2048/8192/; > /^##local_port =/s//local_port = 515/; > /^mode = immediate/s//mode = forward/; > /^network_retry_time =/s/1/5/ > /^heartbeat_timeout = 0/s//heartbeat_timeout = 30/; > /^network_failure_action = stop/s//network_failure_action = syslog/; > /^disk_low_action = ignore/s//disk_low_action = syslog/; > /^disk_full_action = ignore/s//disk_full_action = syslog/' /etc/audisp/audisp-remote.conf ># setup postfix >ed /etc/postfix/main.cf <<EOF >/^#myhostname >+ >a >myhostname = diablo.nascom.nasa.gov >. >/^#mydomain >a >mydomain = nascom.nasa.gov >. >/^#relayhost >+ >+ >+ >+ >a >relayhost = [valiant] >. >wq >EOF >+ ed /etc/postfix/main.cf >27014 >27100 >#myhostname = host.domain.tld >#myhostname = virtual.domain.tld >#mydomain = domain.tld >#relayhost = $mydomain >#relayhost = [gateway.my.domain] >#relayhost = [mailserver.isp.tld] >#relayhost = uucphost >#relayhost = [an.ip.add.ress] >echo "smtp_generic_maps = hash:/etc/postfix/generic" >> /etc/postfix/main.cf >+ echo 'smtp_generic_maps = hash:/etc/postfix/generic' >echo "root@diablo.nascom.nasa.gov root+diablo@mail.nascom.nasa.gov" >> /etc/postfix/generic >+ echo 'root@diablo.nascom.nasa.gov root+diablo@mail.nascom.nasa.gov' >/usr/sbin/postmap /etc/postfix/generic >+ /usr/sbin/postmap /etc/postfix/generic ># add aide-update script >wget -q http://192.168.100.127/cobbler/pub/aide-update -O /usr/local/bin/aide-update >+ wget -q http://192.168.100.127/cobbler/pub/aide-update -O /usr/local/bin/aide-update >chmod u+x /usr/local/bin/aide-update >+ chmod u+x /usr/local/bin/aide-update >restorecon /usr/local/bin/aide-update >+ restorecon /usr/local/bin/aide-update ># aide should not watch these Symantec directories >cat >> /etc/aide.conf <<AIDEEOF ># totally ignore these symantec directories >!/opt/Symantec/work >!/opt/Symantec/virusdefs >AIDEEOF >+ cat > ># CIS/USGCB uses 5 max logins; that's not nearly enough >sed -i -e 's/^\* hard maxlogins 5/# * hard maxlogins 15/' /etc/security/limits.conf >+ sed -i -e 's/^\* hard maxlogins 5/# * hard maxlogins 15/' /etc/security/limits.conf > ># This is required for SSH X11 forwarding to work >sed -i -e 's/^#AddressFamily any/AddressFamily inet/' /etc/ssh/sshd_config >+ sed -i -e 's/^#AddressFamily any/AddressFamily inet/' /etc/ssh/sshd_config ># Prevent users from getting "too many authentication failures" due to several SSH key failures ># (users were getting no oppurtunity to attempt password auth) >sed -i 's/MaxAuthTries 4/MaxAuthTries 10/' /etc/ssh/sshd_config >+ sed -i 's/MaxAuthTries 4/MaxAuthTries 10/' /etc/ssh/sshd_config > > ># put Collabnet Subversion client in the PATH >wget -q http://192.168.100.127/cobbler/pub/svn.csh -O /etc/profile.d/svn.csh >+ wget -q http://192.168.100.127/cobbler/pub/svn.csh -O /etc/profile.d/svn.csh >wget -q http://192.168.100.127/cobbler/pub/svn.sh -O /etc/profile.d/svn.sh >+ wget -q http://192.168.100.127/cobbler/pub/svn.sh -O /etc/profile.d/svn.sh >chmod a+r /etc/profile.d/svn.* >+ chmod a+r /etc/profile.d/svn.csh /etc/profile.d/svn.sh >restorecon -v /etc/profile.d/svn.* >+ restorecon -v /etc/profile.d/svn.csh /etc/profile.d/svn.sh > >if [ $(dmesg | grep -qi vmware ; echo $?) == 0 ] ; then > yum -y install vmware-tools-esx-kmods vmware-tools-esx >fi >dmesg | grep -qi vmware ; echo $?) >dmesg | grep -qi vmware ; echo $? >++ grep -qi vmware >++ dmesg >++ echo 0 >+ '[' 0 == 0 ']' >+ yum -y install vmware-tools-esx-kmods vmware-tools-esx >Loaded plugins: product-id, refresh-packagekit, security >Setting up Install Process >Resolving Dependencies >--> Running transaction check >---> Package vmware-tools-esx.x86_64 0:9.4.5-1.el6 will be installed >--> Processing Dependency: vmware-tools-user >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-unity >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-resolutionSet >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-desktopEvents >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-libraries-x >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-foundation >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-esx-nox >= 9.4.5 for package: vmware-tools-esx-9.4.5-1.el6.x86_64 >---> Package vmware-tools-esx-kmods.x86_64 0:9.4.5-1.el6 will be installed >--> Processing Dependency: kmod-vmware-tools-vsock for package: vmware-tools-esx-kmods-9.4.5-1.el6.x86_64 >--> Processing Dependency: kmod-vmware-tools-vmxnet for package: vmware-tools-esx-kmods-9.4.5-1.el6.x86_64 >--> Processing Dependency: kmod-vmware-tools-vmci for package: vmware-tools-esx-kmods-9.4.5-1.el6.x86_64 >--> Running transaction check >---> Package kmod-vmware-tools-vmci.x86_64 0:9.5.13.0-2.6.32.71.el6.x86_64.5.el6 will be installed >--> Processing Dependency: vmware-tools-vmci-common >= 9.4.5 for package: kmod-vmware-tools-vmci-9.5.13.0-2.6.32.71.el6.x86_64.5.el6.x86_64 >---> Package kmod-vmware-tools-vmxnet.x86_64 0:2.0.15.0-2.6.32.71.el6.x86_64.5.el6 will be installed >--> Processing Dependency: vmware-tools-vmxnet-common >= 9.4.5 for package: kmod-vmware-tools-vmxnet-2.0.15.0-2.6.32.71.el6.x86_64.5.el6.x86_64 >---> Package kmod-vmware-tools-vsock.x86_64 0:9.5.6.0-2.6.32.71.el6.x86_64.5.el6 will be installed >--> Processing Dependency: vmware-tools-vsock-common >= 9.4.5 for package: kmod-vmware-tools-vsock-9.5.6.0-2.6.32.71.el6.x86_64.5.el6.x86_64 >---> Package vmware-tools-esx-nox.x86_64 0:9.4.5-1.el6 will be installed >--> Processing Dependency: vmware-tools-services >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-vmbackup >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-vix >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-timeSync >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-powerOps >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-hgfsServer >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-guestInfo >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-grabbitmqProxy >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-deployPkg >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-plugins-autoUpgrade >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-libraries-nox >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-guestlib >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >--> Processing Dependency: vmware-tools-core >= 9.4.5 for package: vmware-tools-esx-nox-9.4.5-1.el6.x86_64 >---> Package vmware-tools-foundation.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-libraries-x.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-desktopEvents.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-resolutionSet.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-unity.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-user.x86_64 0:9.4.5-1.el6 will be installed >--> Running transaction check >---> Package vmware-tools-core.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-guestlib.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-libraries-nox.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-autoUpgrade.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-deployPkg.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-grabbitmqProxy.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-guestInfo.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-hgfsServer.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-powerOps.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-timeSync.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-vix.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-plugins-vmbackup.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-services.x86_64 0:9.4.5-1.el6 will be installed >---> Package vmware-tools-vmci-common.x86_64 0:9.4.5-5.el6 will be installed >---> Package vmware-tools-vmxnet-common.x86_64 0:9.4.5-5.el6 will be installed >---> Package vmware-tools-vsock-common.x86_64 0:9.4.5-5.el6 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > vmware-tools-esx x86_64 9.4.5-1.el6 vmware-tools-collection 2.9 k > vmware-tools-esx-kmods x86_64 9.4.5-1.el6 vmware-tools-collection 2.6 k >Installing for dependencies: > kmod-vmware-tools-vmci x86_64 9.5.13.0-2.6.32.71.el6.x86_64.5.el6 > vmware-tools-collection 815 k > kmod-vmware-tools-vmxnet x86_64 2.0.15.0-2.6.32.71.el6.x86_64.5.el6 > vmware-tools-collection 221 k > kmod-vmware-tools-vsock x86_64 9.5.6.0-2.6.32.71.el6.x86_64.5.el6 > vmware-tools-collection 534 k > vmware-tools-core x86_64 9.4.5-1.el6 vmware-tools-collection 3.9 M > vmware-tools-esx-nox x86_64 9.4.5-1.el6 vmware-tools-collection 3.0 k > vmware-tools-foundation x86_64 9.4.5-1.el6 vmware-tools-collection 213 k > vmware-tools-guestlib x86_64 9.4.5-1.el6 vmware-tools-collection 45 k > vmware-tools-libraries-nox x86_64 9.4.5-1.el6 vmware-tools-collection 2.1 M > vmware-tools-libraries-x x86_64 9.4.5-1.el6 vmware-tools-collection 5.5 M > vmware-tools-plugins-autoUpgrade > x86_64 9.4.5-1.el6 vmware-tools-collection 5.7 k > vmware-tools-plugins-deployPkg > x86_64 9.4.5-1.el6 vmware-tools-collection 45 k > vmware-tools-plugins-desktopEvents > x86_64 9.4.5-1.el6 vmware-tools-collection 11 k > vmware-tools-plugins-grabbitmqProxy > x86_64 9.4.5-1.el6 vmware-tools-collection 337 k > vmware-tools-plugins-guestInfo > x86_64 9.4.5-1.el6 vmware-tools-collection 20 k > vmware-tools-plugins-hgfsServer > x86_64 9.4.5-1.el6 vmware-tools-collection 5.7 k > vmware-tools-plugins-powerOps x86_64 9.4.5-1.el6 vmware-tools-collection 7.4 k > vmware-tools-plugins-resolutionSet > x86_64 9.4.5-1.el6 vmware-tools-collection 15 k > vmware-tools-plugins-timeSync x86_64 9.4.5-1.el6 vmware-tools-collection 9.4 k > vmware-tools-plugins-unity x86_64 9.4.5-1.el6 vmware-tools-collection 220 k > vmware-tools-plugins-vix x86_64 9.4.5-1.el6 vmware-tools-collection 67 k > vmware-tools-plugins-vmbackup x86_64 9.4.5-1.el6 vmware-tools-collection 14 k > vmware-tools-services x86_64 9.4.5-1.el6 vmware-tools-collection 342 k > vmware-tools-user x86_64 9.4.5-1.el6 vmware-tools-collection 22 k > vmware-tools-vmci-common x86_64 9.4.5-5.el6 vmware-tools-collection 164 k > vmware-tools-vmxnet-common x86_64 9.4.5-5.el6 vmware-tools-collection 193 k > vmware-tools-vsock-common x86_64 9.4.5-5.el6 vmware-tools-collection 165 k > >Transaction Summary >================================================================================ >Install 28 Package(s) > >Total download size: 15 M >Installed size: 38 M >Downloading Packages: >http://192.168.100.127/cobbler/repo_mirror/vmware-tools-collection/kmod-vmware-tools-vmci-9.5.13.0-2.6.32.71.el6.x86_64.5.el6.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=vmware-tools-collection clean metadata >Trying other mirror. >http://192.168.100.127/cobbler/repo_mirror/vmware-tools-collection/kmod-vmware-tools-vmxnet-2.0.15.0-2.6.32.71.el6.x86_64.5.el6.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=vmware-tools-collection clean metadata >Trying other mirror. >http://192.168.100.127/cobbler/repo_mirror/vmware-tools-collection/kmod-vmware-tools-vsock-9.5.6.0-2.6.32.71.el6.x86_64.5.el6.x86_64.rpm: [Errno -1] Package does not match intended download. Suggestion: run yum --enablerepo=vmware-tools-collection clean metadata >Trying other mirror. > > >Error Downloading Packages: > kmod-vmware-tools-vmci-9.5.13.0-2.6.32.71.el6.x86_64.5.el6.x86_64: failure: kmod-vmware-tools-vmci-9.5.13.0-2.6.32.71.el6.x86_64.5.el6.x86_64.rpm from vmware-tools-collection: [Errno 256] No more mirrors to try. > kmod-vmware-tools-vsock-9.5.6.0-2.6.32.71.el6.x86_64.5.el6.x86_64: failure: kmod-vmware-tools-vsock-9.5.6.0-2.6.32.71.el6.x86_64.5.el6.x86_64.rpm from vmware-tools-collection: [Errno 256] No more mirrors to try. > kmod-vmware-tools-vmxnet-2.0.15.0-2.6.32.71.el6.x86_64.5.el6.x86_64: failure: kmod-vmware-tools-vmxnet-2.0.15.0-2.6.32.71.el6.x86_64.5.el6.x86_64.rpm from vmware-tools-collection: [Errno 256] No more mirrors to try. > >echo "/etc/rc.d/rc.local.extension1" >> /etc/rc.d/rc.local >+ echo /etc/rc.d/rc.local.extension1 >cat > /etc/rc.d/rc.local.extension1 <<ENDIT >#!/bin/bash >if [ -x /etc/sysconfig/patchlink-action ]; then > . /etc/sysconfig/patchlink-action > if [ \$PATCHLINK_ACTION == install ] ; then > ping -c 4 patch-reports.nascom.nasa.gov > if [ \$? -eq 0 ]; then ># install Patchlink agent > if [ ! -s /usr/local/share/sdo-java-keystore ] ; then > echo "SDO Java keystore missing.. downloading it" > wget -q http://cobbler/cobbler/pub/sdo-java-keystore -O /usr/local/share/sdo-java-keystore > chmod a+r /usr/local/share/sdo-java-keystore > restorecon -v /usr/local/share/sdo-java-keystore > fi > if [ -z "\$JAVA_TOOL_OPTIONS" ] ; then > JAVA_TOOL_OPTIONS="-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit" > export JAVA_TOOL_OPTIONS > fi > wget -q http://129.165.8.41/cobbler/pub/UnixPatchAgent.tar -O /root/UnixPatchAgent.tar > if [ \$? -eq 0 ]; then > cd /root > RESETNOEXEC=0 > if [ \$(grep [[:space:]]\/tmp[[:space:]] /etc/fstab|grep -c noexec) > 0 ]; then > RESETNOEXEC=1 > mount -o remount,exec /tmp > fi > rm -rf patchlink > mkdir patchlink > cd patchlink > tar xf /root/UnixPatchAgent.tar > rm /root/UnixPatchAgent.tar > ./install -silent -d /usr/local -p https://patch-reports.nascom.nasa.gov -sno 082EA348-221DAB07 -an 19 > sed -i '/^### BEGIN/i \\ >JAVA_TOOL_OPTIONS="-Djavax.net.ssl.trustStore=/usr/local/share/sdo-java-keystore -Djavax.net.ssl.trustStorePassword=sdo-changeit"\\ >export JAVA_TOOL_OPTIONS' /etc/init.d/patchagent > mkdir /patchtmp > /usr/local/patchagent/patchservice setmacro TEMP <<EOF >/patchtmp >y >EOF > echo "30 0 * * 0 root /etc/init.d/patchagent restart" > /etc/cron.d/patchagent_restart > echo "0 0 * * 0 root cd /usr/local/patchagent/update/bin && ./logtrimmer" > /etc/cron.d/patchlink_logtrimmer > chkconfig --level 345 patchagent on > sleep 60 > if [ \$RESETNOEXEC != 0 ]; then > mount -o remount,noexec /tmp > fi > echo "export PATCHLINK_ACTION=NONE" > /etc/sysconfig/patchlink-action > chmod u+x /etc/sysconfig/patchlink-action > fi > fi > > fi >fi >ENDIT >+ cat >chmod u+x /etc/rc.d/rc.local.extension1 >+ chmod u+x /etc/rc.d/rc.local.extension1 >echo "export PATCHLINK_ACTION=install" > /etc/sysconfig/patchlink-action >+ echo 'export PATCHLINK_ACTION=install' >chmod u+x /etc/sysconfig/patchlink-action >+ chmod u+x /etc/sysconfig/patchlink-action ># fix usb access controls >wget -q http://192.168.100.127/cobbler/pub/01-usb-lockdown.rules -O /etc/udev/rules.d/01-usb-lockdown.rules >+ wget -q http://192.168.100.127/cobbler/pub/01-usb-lockdown.rules -O /etc/udev/rules.d/01-usb-lockdown.rules >chmod 644 /etc/udev/rules.d/01-usb-lockdown.rules >+ chmod 644 /etc/udev/rules.d/01-usb-lockdown.rules >restorecon -v /etc/udev/rules.d/01-usb-lockdown.rules >+ restorecon -v /etc/udev/rules.d/01-usb-lockdown.rules >sed -i '/^install usb-storage \/bin\/true/s//# install usb-storage \/bin\/true/' /etc/modprobe.d/cis-usgcb.conf >+ sed -i '/^install usb-storage \/bin\/true/s//# install usb-storage \/bin\/true/' /etc/modprobe.d/cis-usgcb.conf >echo "asist ALL=NOPASSWD: /media/IronKey/linux/ironkey" >> /etc/sudoers.d/ironkey >+ echo 'asist ALL=NOPASSWD: /media/IronKey/linux/ironkey' ># set up for patching >wget http://192.168.100.127/cobbler/pub/system_patch -O /usr/local/bin/system_patch >+ wget http://192.168.100.127/cobbler/pub/system_patch -O /usr/local/bin/system_patch >--2014-08-07 04:30:48-- http://192.168.100.127/cobbler/pub/system_patch >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 2304 (2.2K) [text/plain] >Saving to: `/usr/local/bin/system_patch' > > 0K .. 100% 456M=0s > >2014-08-07 04:30:49 (456 MB/s) - `/usr/local/bin/system_patch' saved [2304/2304] > >wget http://192.168.100.127/cobbler/pub/system_patch.pl -O /usr/local/bin/system_patch.pl >+ wget http://192.168.100.127/cobbler/pub/system_patch.pl -O /usr/local/bin/system_patch.pl >--2014-08-07 04:30:49-- http://192.168.100.127/cobbler/pub/system_patch.pl >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 2180 (2.1K) [application/x-perl] >Saving to: `/usr/local/bin/system_patch.pl' > > 0K .. 100% 505M=0s > >2014-08-07 04:30:49 (505 MB/s) - `/usr/local/bin/system_patch.pl' saved [2180/2180] > >chmod +x /usr/local/bin/system_patch* >+ chmod +x /usr/local/bin/system_patch /usr/local/bin/system_patch.pl >stringnm='rt1' >+ stringnm=rt1 >ed /var/spool/cron/root <<EOF >1 >i >0 13 * * * /usr/local/bin/system_patch.pl -s $stringnm >. >w >q >EOF >+ ed /var/spool/cron/root >71 >120 >MAILTO="sdo-sysadmins@lists.nasa.gov" > ># fix blank line in /etc/fstab >sed -i '/^[[:space:]]\+$/ d' /etc/fstab >+ sed -i '/^[[:space:]]\+$/ d' /etc/fstab > ># END SDO_post_common > ># SDO_post_specific/asist > ># set java allow list >mkdir -p /etc/.java/deployment >+ mkdir -p /etc/.java/deployment >chmod -R 755 /etc/.java >+ chmod -R 755 /etc/.java >rm -f /etc/.java/deployment/DeploymentRulesSet.jar >+ rm -f /etc/.java/deployment/DeploymentRulesSet.jar >rm -f /etc/.java/deployment/deployment.properties >+ rm -f /etc/.java/deployment/deployment.properties >cat >/etc/.java/deployment/deployment.properties <<PROPEOF >deployment.user.security.trusted.certs=/usr/local/share/sdo-java-keystore >deployment.user.security.exception.sites=/usr/local/share/sdo-java-exceptions >PROPEOF >+ cat >chmod 644 /etc/.java/deployment/deployment.properties >+ chmod 644 /etc/.java/deployment/deployment.properties >rm -f /usr/local/share/sdo-java-exceptions >+ rm -f /usr/local/share/sdo-java-exceptions >cat >/usr/local/share/sdo-java-exceptions <<EXPEOF >http://sdo1kvm >http://sdo2kvm >http://waca >http://saca >http://suzuki >http://localhost >https://sdo1kvm >https://sdo2kvm >https://waca >https://saca >https://suzuki >https://localhost >EXPEOF >+ cat >chmod 644 /usr/local/share/sdo-java-exceptions >+ chmod 644 /usr/local/share/sdo-java-exceptions > > # set up nagios >usermod -m -d /home/nagios -s /bin/bash nagios >+ usermod -m -d /home/nagios -s /bin/bash nagios >usermod: directory /home/nagios exists >mkdir /home/nagios/.ssh >+ mkdir /home/nagios/.ssh >umask 022 >+ umask 022 > ># set up gem >cd /root >+ cd /root >wget -q http://192.168.100.127/cobbler/pub/gems.tar.gz -O /root/gems.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/gems.tar.gz -O /root/gems.tar.gz >tar -zxvf gems.tar.gz >+ tar -zxvf gems.tar.gz >needle-1.3.0.gem >net-sftp-1.1.0.gem >net-ssh-1.1.2.gem >snipe-1.4.0.gem >gem install needle-1.3.0.gem -l -V >+ gem install needle-1.3.0.gem -l -V >Installing gem needle-1.3.0 >Using local gem /usr/lib/ruby/gems/1.8/cache/needle-1.3.0.gem >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/benchmarks/instantiability.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/benchmarks/instantiation.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/benchmarks/interceptors.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/benchmarks/interceptors2.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/di-in-ruby.rdoc >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/LICENSE-BSD >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/LICENSE-GPL >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/LICENSE-RUBY >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/README >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/faq/faq.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/faq/faq.yml >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/images/di_classdiagram.jpg >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/chapter.erb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/index.erb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/manual.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/manual.yml >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/page.erb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/tutorial.erb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/img/Needle.ai >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/img/needle.png >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/01_alternatives.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/01_license.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/01_support.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/01_use_cases.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/01_what_is_needle.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/02_creating.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/02_namespaces.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/02_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/02_services.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/03_conventional.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/03_locator.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/03_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/04_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/04_setup.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/customizing_contexts.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/customizing_interceptors.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/customizing_namespaces.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/interceptors_architecture.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/interceptors_attaching.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/interceptors_custom.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/interceptors_ordering.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/interceptors_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/libraries_creating.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/libraries_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/libraries_using.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/logging_configuration.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/logging_logfactory.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/logging_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/models_models.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/models_overview.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/parts/models_pipelines.txt >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/stylesheets/manual.css >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual/stylesheets/ruby.css >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-1.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-2.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-3.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-4.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-5.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-6.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-7.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-8.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/chapter-9.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/index.html >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/needle.png >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/stylesheets/manual.css >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/doc/manual-html/stylesheets/ruby.css >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/container.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/definition-context.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/errors.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/include-exclude.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/interceptor-chain.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/interceptor.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/log-factory.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/logger.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/logging-interceptor.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/registry.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/service-point.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/thread.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/version.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/deferred.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/multiton.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/proxy.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/singleton.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/lifecycle/threaded.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/pipeline/collection.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/pipeline/element.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/lib/needle/pipeline/interceptor.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/ALL-TESTS.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/services.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_container.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_definition_context.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_interceptor.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_interceptor_chain.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_logger.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_registry.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/tc_service_point.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/lifecycle/tc_deferred.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/lifecycle/tc_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/lifecycle/tc_multiton.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/lifecycle/tc_proxy.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/lifecycle/tc_singleton.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/lifecycle/tc_threaded.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/model_test.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_prototype.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_prototype_deferred.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_prototype_deferred_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_prototype_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_singleton.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_singleton_deferred.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_singleton_deferred_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_singleton_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_threaded.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_threaded_deferred.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_threaded_deferred_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/models/tc_threaded_initialize.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/pipeline/tc_collection.rb >/usr/lib/ruby/gems/1.8/gems/needle-1.3.0/test/pipeline/tc_element.rb >Successfully installed needle-1.3.0 >1 gem installed >Installing ri documentation for needle-1.3.0... >rdoc --ri --op /usr/lib/ruby/gems/1.8/doc/needle-1.3.0/ri --title Needle -- Dependency Injection for Ruby --main doc/README --quiet lib doc/README --title needle-1.3.0 Documentation >Installing RDoc documentation for needle-1.3.0... >rdoc --op /usr/lib/ruby/gems/1.8/doc/needle-1.3.0/rdoc --title Needle -- Dependency Injection for Ruby --main doc/README --quiet lib doc/README --title needle-1.3.0 Documentation >gem install net-ssh-1.1.2.gem -l -V >+ gem install net-ssh-1.1.2.gem -l -V >Installing gem net-ssh-1.1.2 >Using local gem /usr/lib/ruby/gems/1.8/cache/net-ssh-1.1.2.gem >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/bin/rb-keygen >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/LICENSE-BSD >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/LICENSE-GPL >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/LICENSE-RUBY >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/chapter.erb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/example.erb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/index.erb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/manual.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/manual.yml >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/page.erb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0000.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0001.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0002.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0003.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0004.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0005.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0006.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0007.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0008.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0009.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0010.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0011.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0012.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0013.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0014.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0015.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0016.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0017.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0018.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0019.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0020.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0021.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0022.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0023.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0024.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0025.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0026.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0027.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0028.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0029.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0030.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/parts/0031.txt >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/stylesheets/manual.css >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/stylesheets/ruby.css >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual/tutorial.erb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-1.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-2.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-3.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-4.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-5.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-6.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/chapter-7.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/index.html >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/stylesheets/manual.css >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/doc/manual-html/stylesheets/ruby.css >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/connection/channel.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/connection/constants.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/connection/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/connection/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/connection/term.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/errors.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/host-key-verifier.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/known-hosts.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/lenient-host-key-verifier.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/null-host-key-verifier.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/proxy/errors.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/proxy/http.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/proxy/socks4.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/proxy/socks5.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/agentforward/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/agentforward/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/forward/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/forward/local-network-handler.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/forward/remote-network-handler.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/forward/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/process/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/process/open.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/process/popen3.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/process/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/shell/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/shell/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/shell/shell.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/service/shell/sync.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/session.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/algorithm-negotiator.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/compressor.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/decompressor.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/none-compressor.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/none-decompressor.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/zlib-compressor.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/compress/zlib-decompressor.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/constants.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/errors.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/identity-cipher.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/kex/dh-gex.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/kex/dh.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/kex/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/buffer-factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/buffer.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/cipher-factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/digest-factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/hmac.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/md5-96.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/md5.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/none.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/sha1-96.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac/sha1.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/hmac-factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/key-factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/ossl/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/packet-stream.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/session.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/transport/version-negotiator.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/agent.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/constants.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/methods/hostbased.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/methods/keyboard-interactive.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/methods/password.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/methods/publickey.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/methods/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/pageant.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/services.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/userauth/userkeys.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/util/buffer.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/util/openssl.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/util/prompter.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh/version.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/lib/net/ssh.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/auth-forward.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/channel-demo.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/port-forward.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/process-demo.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/remote-net-port-forward.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/remote-port-forward.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/shell-demo.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/ssh-client.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/sync-shell-demo.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/examples/tail-demo.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/ALL-TESTS.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/connection/tc_channel.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/connection/tc_driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/connection/tc_integration.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/proxy/tc_http.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/proxy/tc_socks4.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/proxy/tc_socks5.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/agentforward/tc_driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/forward/tc_driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/forward/tc_local_network_handler.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/forward/tc_remote_network_handler.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/process/tc_driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/process/tc_integration.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/process/tc_open.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/service/process/tc_popen3.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/tc_integration.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/compress/tc_none_compress.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/compress/tc_none_decompress.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/compress/tc_zlib_compress.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/compress/tc_zlib_decompress.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/kex/tc_dh.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/kex/tc_dh_gex.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/dsa-encrypted >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/dsa-encrypted-bad >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/dsa-unencrypted >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/dsa-unencrypted-bad >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/dsa-unencrypted.pub >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/not-a-private-key >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/not-supported >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/rsa-encrypted >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/rsa-encrypted-bad >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/rsa-unencrypted >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/rsa-unencrypted-bad >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/fixtures/rsa-unencrypted.pub >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/hmac/tc_hmac.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/hmac/tc_md5.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/hmac/tc_md5_96.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/hmac/tc_none.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/hmac/tc_sha1.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/hmac/tc_sha1_96.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/tc_buffer.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/tc_buffer_factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/tc_cipher_factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/tc_digest_factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/tc_hmac_factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/ossl/tc_key_factory.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/tc_algorithm_negotiator.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/tc_identity_cipher.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/tc_integration.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/tc_packet_stream.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/tc_session.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/transport/tc_version_negotiator.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/methods/tc_hostbased.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/methods/tc_password.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/methods/tc_publickey.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/tc_agent.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/tc_driver.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/tc_integration.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/userauth/tc_userkeys.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/test/util/tc_buffer.rb >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/README >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/LICENSE >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/NEWS >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/THANKS >/usr/lib/ruby/gems/1.8/gems/net-ssh-1.1.2/ChangeLog >/usr/bin/rb-keygen >Successfully installed net-ssh-1.1.2 >1 gem installed >Installing ri documentation for net-ssh-1.1.2... >rdoc --ri --op /usr/lib/ruby/gems/1.8/doc/net-ssh-1.1.2/ri --quiet lib --title net-ssh-1.1.2 Documentation >Installing RDoc documentation for net-ssh-1.1.2... >rdoc --op /usr/lib/ruby/gems/1.8/doc/net-ssh-1.1.2/rdoc --quiet lib --title net-ssh-1.1.2 Documentation >gem install net-sftp-1.1.0.gem -l -V >+ gem install net-sftp-1.1.0.gem -l -V >Installing gem net-sftp-1.1.0 >Using local gem /usr/lib/ruby/gems/1.8/cache/net-sftp-1.1.0.gem >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/doc/LICENSE-BSD >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/doc/LICENSE-GPL >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/doc/LICENSE-RUBY >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/doc/faq/faq.html >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/doc/faq/faq.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/doc/faq/faq.yml >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/errors.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/session.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/version.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/abstract.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/close.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/errors.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/fsetstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/fstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/lstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/mkdir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/open.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/opendir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/read.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/readdir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/realpath.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/remove.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/rename.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/rmdir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/setstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/stat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/operations/write.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/constants.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/driver.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/packet-assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/01/attributes.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/01/impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/01/packet-assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/01/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/02/impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/02/packet-assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/02/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/03/impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/03/packet-assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/03/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/04/attributes.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/04/impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/04/packet-assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/04/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/05/impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/05/packet-assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/net/sftp/protocol/05/services.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/uri/open-sftp.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/lib/uri/sftp.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/examples/asynchronous.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/examples/get-put.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/examples/sftp-open-uri.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/examples/ssh-service.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/examples/synchronous.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/ALL-TESTS.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_abstract.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_close.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_fsetstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_fstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_lstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_mkdir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_open.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_opendir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_read.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_readdir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_realpath.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_remove.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_rmdir.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_setstat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_stat.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/operations/tc_write.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/tc_driver.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/01/tc_attributes.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/01/tc_impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/01/tc_packet_assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/02/tc_impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/02/tc_packet_assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/03/tc_impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/03/tc_packet_assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/04/tc_attributes.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/04/tc_impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/04/tc_packet_assistant.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/05/tc_impl.rb >/usr/lib/ruby/gems/1.8/gems/net-sftp-1.1.0/test/protocol/05/tc_packet_assistant.rb >Successfully installed net-sftp-1.1.0 >1 gem installed >Installing ri documentation for net-sftp-1.1.0... >rdoc --ri --op /usr/lib/ruby/gems/1.8/doc/net-sftp-1.1.0/ri --quiet lib --title net-sftp-1.1.0 Documentation >Installing RDoc documentation for net-sftp-1.1.0... >rdoc --op /usr/lib/ruby/gems/1.8/doc/net-sftp-1.1.0/rdoc --quiet lib --title net-sftp-1.1.0 Documentation >gem install snipe-1.4.0.gem -l -V >+ gem install snipe-1.4.0.gem -l -V >Installing gem snipe-1.4.0 >Using local gem /usr/lib/ruby/gems/1.8/cache/snipe-1.4.0.gem >/usr/lib/ruby/gems/1.8/gems/snipe-1.4.0/lib/version.rb >/usr/lib/ruby/gems/1.8/gems/snipe-1.4.0/lib/version.rb~ >/usr/lib/ruby/gems/1.8/gems/snipe-1.4.0/lib/snipe/tlogger.rb >/usr/lib/ruby/gems/1.8/gems/snipe-1.4.0/lib/snipe/ftutils.rb~ >/usr/lib/ruby/gems/1.8/gems/snipe-1.4.0/lib/snipe/ftutils.rb >Successfully installed snipe-1.4.0 >1 gem installed >Installing ri documentation for snipe-1.4.0... >rdoc --ri --op /usr/lib/ruby/gems/1.8/doc/snipe-1.4.0/ri --quiet lib --title snipe-1.4.0 Documentation >Installing RDoc documentation for snipe-1.4.0... >rdoc --op /usr/lib/ruby/gems/1.8/doc/snipe-1.4.0/rdoc --quiet lib --title snipe-1.4.0 Documentation >rm -f needle-1.3.0.gem >+ rm -f needle-1.3.0.gem >rm -f net-ssh-1.1.2.gem >+ rm -f net-ssh-1.1.2.gem >rm -f net-sftp-1.1.0.gem >+ rm -f net-sftp-1.1.0.gem >rm -f snipe-1.4.0.gem >+ rm -f snipe-1.4.0.gem >find /usr/lib/ruby/gems/1.8 -type d -exec chmod og+rx {} \; >+ find /usr/lib/ruby/gems/1.8 -type d -exec chmod og+rx '{}' ';' >find /usr/lib/ruby/gems/1.8 -type f -exec chmod og+r {} \; >+ find /usr/lib/ruby/gems/1.8 -type f -exec chmod og+r '{}' ';' > ># Install GMSEC >echo "Install GMSEC" >+ echo 'Install GMSEC' >Install GMSEC >cd /root >+ cd /root >wget -q http://192.168.100.127/cobbler/pub/GMSECss.tar.gz -O ./GMSECss.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/GMSECss.tar.gz -O ./GMSECss.tar.gz >tar zxf GMSECss.tar.gz >+ tar zxf GMSECss.tar.gz >rm GMSECss.tar.gz >+ rm GMSECss.tar.gz ># Install GMSEC >echo "Install GMSEC" >+ echo 'Install GMSEC' >Install GMSEC >mkdir -p /opt/GMSEC >+ mkdir -p /opt/GMSEC >cd /opt/GMSEC >+ cd /opt/GMSEC >tar -xzf /root/GMSEC_API-3.4-RH6_x86_64.tar.gz >+ tar -xzf /root/GMSEC_API-3.4-RH6_x86_64.tar.gz >mv -f /opt/GMSEC/GMSEC_API /opt/GMSEC/GMSEC_API_3.4-x86_64 >+ mv -f /opt/GMSEC/GMSEC_API /opt/GMSEC/GMSEC_API_3.4-x86_64 >rm /root/GMSEC_API-3.4-RH6_x86_64.tar.gz >+ rm /root/GMSEC_API-3.4-RH6_x86_64.tar.gz >tar -xzf /root/GMSEC_API-3.4-RH6_x86.tar.gz >+ tar -xzf /root/GMSEC_API-3.4-RH6_x86.tar.gz >mv -f /opt/GMSEC/GMSEC_API /opt/GMSEC/GMSEC_API_3.4-x86 >+ mv -f /opt/GMSEC/GMSEC_API /opt/GMSEC/GMSEC_API_3.4-x86 >rm /root/GMSEC_API-3.4-RH6_x86.tar.gz >+ rm /root/GMSEC_API-3.4-RH6_x86.tar.gz ># Install Smart Sockets >echo "Install Smart Sockets" >+ echo 'Install Smart Sockets' >Install Smart Sockets >mkdir /tmp/ss >+ mkdir /tmp/ss >cd /tmp/ss >+ cd /tmp/ss >tar -vxf /root/TIB_ss_6.8.2_x86_lnx24.tar >+ tar -vxf /root/TIB_ss_6.8.2_x86_lnx24.tar >file1.tar >file2.tar.Z >file3.tar.Z >file4.tar.Z >file5.tar.Z >file6.tar.Z >installSS >README_SS.txt >cd /opt >+ cd /opt >tar xf /tmp/ss/file1.tar >+ tar xf /tmp/ss/file1.tar >cd ss68 >+ cd ss68 >zcat /tmp/ss/file2.tar.Z | tar xf - >+ tar xf - >+ zcat /tmp/ss/file2.tar.Z >zcat /tmp/ss/file4.tar.Z | tar xf - >+ tar xf - >+ zcat /tmp/ss/file4.tar.Z >zcat /tmp/ss/file5.tar.Z | tar xf - >+ tar xf - >+ zcat /tmp/ss/file5.tar.Z >if [ -f /tmp/ss/file6.tar.Z ]; then > zcat /tmp/ss/file6.tar.Z | tar xf - >fi >+ '[' -f /tmp/ss/file6.tar.Z ']' >+ tar xf - >+ zcat /tmp/ss/file6.tar.Z >cd /opt >+ cd /opt >ln -s ss68 ss >+ ln -s ss68 ss >rm -rf /tmp/ss/ >+ rm -rf /tmp/ss/ >rm /root/TIB_ss_6.8.2_x86_lnx24.tar >+ rm /root/TIB_ss_6.8.2_x86_lnx24.tar >yum -y downgrade nautilus-open-terminal # temp until package is fixed >+ yum -y downgrade nautilus-open-terminal >Loaded plugins: product-id, refresh-packagekit, security >Setting up Downgrade Process >Resolving Dependencies >--> Running transaction check >---> Package nautilus-open-terminal.x86_64 0:0.17-3.el6 will be a downgrade >---> Package nautilus-open-terminal.x86_64 0:0.17-4.el6 will be erased >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Downgrading: > nautilus-open-terminal x86_64 0.17-3.el6 local 63 k > >Transaction Summary >================================================================================ >Downgrade 1 Package(s) > >Total download size: 63 k >Downloading Packages: >Running rpm_check_debug >Running Transaction Test >Transaction Test Succeeded >Running Transaction > Installing : nautilus-open-terminal-0.17-3.el6.x86_64 1/2 > Cleanup : nautilus-open-terminal-0.17-4.el6.x86_64 2/2 >Unable to connect to dbus > Verifying : nautilus-open-terminal-0.17-3.el6.x86_64 1/2 > Verifying : nautilus-open-terminal-0.17-4.el6.x86_64 2/2 > >Removed: > nautilus-open-terminal.x86_64 0:0.17-4.el6 > >Installed: > nautilus-open-terminal.x86_64 0:0.17-3.el6 > >Complete! >sed -i '/^installonly_limit/a\ >exclude=nautilus-open-terminal' /etc/yum.conf >+ sed -i '/^installonly_limit/a\ >exclude=nautilus-open-terminal' /etc/yum.conf > ># Install ASIST >mkdir -p /tmp/home/asist >+ mkdir -p /tmp/home/asist >rsync -azH --exclude lemur* /home/asist/* /tmp/home/asist >+ rsync -azH --exclude 'lemur*' /home/asist/%backup%~ /home/asist/Desktop /home/asist/Emu /home/asist/Ghostview /home/asist/LOOKIE-LOO.txt /home/asist/MOC_WS_100440909.png /home/asist/Mosaic /home/asist/Volumes /home/asist/XMgf /home/asist/aia_total_summ.csv /home/asist/asist_ug_9_7.pdf /home/asist/bin /home/asist/devin_1st_100_frames /home/asist/env.txt /home/asist/envars.txt /home/asist/envars.txt.prompt /home/asist/envat.txt /home/asist/environ.txt /home/asist/environ.txt~ /home/asist/eve_total_summ.csv /home/asist/ferret-config.yaml /home/asist/ferret-config.yaml.7sep12 /home/asist/ferret-config.yaml.bak /home/asist/ferret-config.yaml.jun8 /home/asist/ferret-config.yaml.new /home/asist/ferret-config.yaml.old /home/asist/ferret-config.yaml.test /home/asist/ferret-config.yaml.work.ssh /home/asist/ferret-config.yaml~ /home/asist/ferret-config_active.yaml /home/asist/filedbs /home/asist/foo.csv /home/asist/gen_io.msgs.00014619 /home/asist/gen_io.msgs.00018203 /home/asist/gremlin_ferret-config.yaml /home/asist/hmi_total_summ.csv /home/asist/kill.this.ground.system /home/asist/leapSec.config /home/asist/lemur /home/asist/lemur_accounting /home/asist/lemur_mrroboto_env.txt /home/asist/lemur_rstol_env.txt /home/asist/nothing.prc /home/asist/partial_image_anal /home/asist/pop-stol-window /home/asist/private /home/asist/private.old /home/asist/steveferretlog /home/asist/stingray_083.log /home/asist/temp.txt /home/asist/the_limits_flatsat_limconfig_all.txt~ /home/asist/viper_fclient_runner.rb /tmp/home/asist >echo "Install ASIST" >+ echo 'Install ASIST' >Install ASIST >wget -q http://192.168.100.127/cobbler/pub/asist.9.7.n.tar.gz -O /root/asist.9.7.n.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/asist.9.7.n.tar.gz -O /root/asist.9.7.n.tar.gz >mkdir /installer >+ mkdir /installer >cd /installer >+ cd /installer >tar zxf /root/asist.9.7.n.tar.gz >+ tar zxf /root/asist.9.7.n.tar.gz >rm /root/asist.9.7.n.tar.gz >+ rm /root/asist.9.7.n.tar.gz >/installer/tools/make.asist yes <<EOF > > > > > >EOF >+ /installer/tools/make.asist yes > >ASIST group? () >nasa group? () >INFO: named nasa group already gone... HUZZAH! >nasa group? (man:x:15:) >usermod: user 'asist' does not exist > >Installing low-level directories for ASIST on host: diablo >We are creating directories and symbolic links branching from: > > Projects: /hostfs/diablo/projects/asist > Products: /hostfs/diablo/products >Using > Run_Directory: /installer/tools > >ENTER to continue... <Ctrl-C> to cancel. >mkdir: cannot create directory `/s/opr/accounts/global': File exists >./ >./sam/ >./sam/config/ >./sam/tmp/ >./sam/image/ >./sam/fmt/ >./sam/app/ >./sam/fe/ >./sam/help/ >./db/ >./prc/ >./image/ >./rdl/ >./data/ >mkdir: cannot create directory `/s/opr/accounts/configured': File exists >./ >./sam/ >./sam/config/ >./sam/tmp/ >./sam/image/ >./sam/fmt/ >./sam/app/ >./sam/fe/ >./sam/help/ >./db/ >./prc/ >./image/ >./rdl/ >./data/ >lrwxrwxrwx. 1 root root 4 Aug 7 04:33 /u -> home >mkdir: cannot create directory `/u/gse': File exists >mkdir: cannot create directory `/u/gse/archive': File exists >mkdir: cannot create directory `/u/gse/fe_mapfiles': File exists >mkdir: cannot create directory `/u/gse/log': File exists >mkdir: cannot create directory `/u/gse/log/old': File exists >mkdir: cannot create directory `/u/gse/mapfiles': File exists >mkdir: cannot create directory `/u/gse/message': File exists >mkdir: cannot create directory `/u/gse/semaphore': File exists >asist? () >useradd: warning: the home directory already exists. >Not copying any file from skel directory into it. >Groups >asist : ASIST man > --------------------------------------------------------- > Adding empty directory tree to /s/opr/accounts/global > > (untar method, directories only... no damage with repeats) > --------------------------------------------------------- >./ >./sam/ >./sam/config/ >./sam/tmp/ >./sam/image/ >./sam/fmt/ >./sam/app/ >./sam/fe/ >./sam/help/ >./db/ >./prc/ >./image/ >./rdl/ >./data/ >mkdir: cannot create directory `/u/asist/private': File exists >mkdir: cannot create directory `/u/asist/Desktop': File exists > >Enter password for asist... >New password: BAD PASSWORD: it is WAY too short >BAD PASSWORD: is a palindrome >Retype new password: No password supplied >passwd: Authentication token manipulation error >Changing password for user asist. >xtecm? () >useradd: warning: the home directory already exists. >Not copying any file from skel directory into it. >Groups >xtecms : ASIST man >New password for xtecms... >New password: BAD PASSWORD: it is WAY too short >BAD PASSWORD: is a palindrome >Retype new password: No password supplied >passwd: Authentication token manipulation error >Changing password for user xtecms. > >make.asist is done. > ># SDO_apppws/asist ># use MOC passwords >usermod -p '$6$VARTCiBIqBBepWQ3$1JSGpjAkFOzFW2APrYQcfltxHhAZjxZ5rHRVR11CLGIwQj7XUQSlfXaTlUlFQ31f2gK/krdNTwcM/dKUcIDT/.' asist >+ usermod -p '$6$VARTCiBIqBBepWQ3$1JSGpjAkFOzFW2APrYQcfltxHhAZjxZ5rHRVR11CLGIwQj7XUQSlfXaTlUlFQ31f2gK/krdNTwcM/dKUcIDT/.' asist >usermod -p '$6$Pemlhb5qAI644GHt$Q2TWCgJgaES3EnEqU8r3jWbYy62UbosXy3hVk.Ejanuy1789UZcyKXI3E3rQjyMQ3K6BI4BoP19yWQq63oA4w0' xtecms >+ usermod -p '$6$Pemlhb5qAI644GHt$Q2TWCgJgaES3EnEqU8r3jWbYy62UbosXy3hVk.Ejanuy1789UZcyKXI3E3rQjyMQ3K6BI4BoP19yWQq63oA4w0' xtecms > > ># set up cron >sed -i '/^SHELL=\/usr\/bin\/ksh/s//SHELL=\/bin\/ksh/' /var/spool/cron/asist >+ sed -i '/^SHELL=\/usr\/bin\/ksh/s//SHELL=\/bin\/ksh/' /var/spool/cron/asist >chown asist.ASIST /var/spool/cron/asist >+ chown asist.ASIST /var/spool/cron/asist >chmod 600 /var/spool/cron/asist >+ chmod 600 /var/spool/cron/asist >restorecon -v /var/spool/cron/asist >+ restorecon -v /var/spool/cron/asist >restorecon: Warning no default label for /var/spool/cron/asist >echo asist >> /etc/cron.allow >+ echo asist >cd /s/opr/system >+ cd /s/opr/system >tar -xzf /installer/Linux/asist.9.7.n.tgz >+ tar -xzf /installer/Linux/asist.9.7.n.tgz > >rsync -azH /tmp/home/asist/* /home/asist >+ rsync -azH /tmp/home/asist/%backup%~ /tmp/home/asist/Desktop /tmp/home/asist/Emu /tmp/home/asist/Ghostview /tmp/home/asist/LOOKIE-LOO.txt /tmp/home/asist/MOC_WS_100440909.png /tmp/home/asist/Mosaic /tmp/home/asist/Volumes /tmp/home/asist/XMgf /tmp/home/asist/aia_total_summ.csv /tmp/home/asist/asist_ug_9_7.pdf /tmp/home/asist/bin /tmp/home/asist/devin_1st_100_frames /tmp/home/asist/env.txt /tmp/home/asist/envars.txt /tmp/home/asist/envars.txt.prompt /tmp/home/asist/envat.txt /tmp/home/asist/environ.txt /tmp/home/asist/environ.txt~ /tmp/home/asist/eve_total_summ.csv /tmp/home/asist/ferret-config.yaml /tmp/home/asist/ferret-config.yaml.7sep12 /tmp/home/asist/ferret-config.yaml.bak /tmp/home/asist/ferret-config.yaml.jun8 /tmp/home/asist/ferret-config.yaml.new /tmp/home/asist/ferret-config.yaml.old /tmp/home/asist/ferret-config.yaml.test /tmp/home/asist/ferret-config.yaml.work.ssh /tmp/home/asist/ferret-config.yaml~ /tmp/home/asist/ferret-config_active.yaml /tmp/home/asist/filedbs /tmp/home/asist/foo.csv /tmp/home/asist/gen_io.msgs.00014619 /tmp/home/asist/gen_io.msgs.00018203 /tmp/home/asist/gremlin_ferret-config.yaml /tmp/home/asist/hmi_total_summ.csv /tmp/home/asist/kill.this.ground.system /tmp/home/asist/leapSec.config /tmp/home/asist/nothing.prc /tmp/home/asist/partial_image_anal /tmp/home/asist/pop-stol-window /tmp/home/asist/private /tmp/home/asist/private.old /tmp/home/asist/steveferretlog /tmp/home/asist/stingray_083.log /tmp/home/asist/temp.txt /tmp/home/asist/the_limits_flatsat_limconfig_all.txt~ /tmp/home/asist/viper_fclient_runner.rb /home/asist >rm -rf /tmp/home/asist >+ rm -rf /tmp/home/asist >yum -y remove xlock >+ yum -y remove xlock >Loaded plugins: product-id, refresh-packagekit, security >Setting up Remove Process >No Match for argument: xlock >No Packages marked for removal >gconftool-2 --direct \ > --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ > --type bool \ > --set /apps/gnome-screensaver/idle_activation_enabled false >+ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-screensaver/idle_activation_enabled false >gconftool-2 --direct \ > --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ > --type bool \ > --set /apps/gnome-screensaver/lock_enabled false >+ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-screensaver/lock_enabled false >sudo -u asist gconftool-2 --type string --set /apps/metacity/global_keybindings/run_command_1 "<Ctrl><Alt>s" >+ sudo -u asist gconftool-2 --type string --set /apps/metacity/global_keybindings/run_command_1 '<Ctrl><Alt>s' >sudo -u asist gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_1 "/home/asist/bin/snap" >+ sudo -u asist gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_1 /home/asist/bin/snap >sudo -u asist gconftool-2 --type string --set /apps/metacity/global_keybindings/run_command_2 "<Ctrl><Alt>l" >+ sudo -u asist gconftool-2 --type string --set /apps/metacity/global_keybindings/run_command_2 '<Ctrl><Alt>l' >sudo -u asist gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_2 "/usr/local/bin/xautolock -locknow" >+ sudo -u asist gconftool-2 --type string --set /apps/metacity/keybinding_commands/command_2 '/usr/local/bin/xautolock -locknow' >sudo -u asist gconftool-2 --type string --set /apps/gnome_settings_daemon/keybindings/screensaver "" >+ sudo -u asist gconftool-2 --type string --set /apps/gnome_settings_daemon/keybindings/screensaver '' >sudo -u asist gconftool-2 --type boolean --set /apps/gnome-terminal/profiles/Default/login_shell true >+ sudo -u asist gconftool-2 --type boolean --set /apps/gnome-terminal/profiles/Default/login_shell true >cat > /home/asist/Desktop/splash.desktop <<SPLASHHERE >#!/usr/bin/env xdg-open >[Desktop Entry] >Version=1.0 >Type=Application >Terminal=false >Icon[en_US]=gdu-encrypted-lock >Name[en_US]=splash >Exec=/usr/local/bin/xautolock -locknow >Name=splash >Icon=gdu-encrypted-lock >SPLASHHERE >+ cat >mkdir -p /home/asist/.config/autostart >+ mkdir -p /home/asist/.config/autostart >chown -R asist.ASIST /home/asist/.config >+ chown -R asist.ASIST /home/asist/.config ># Make splash start automatically after login ># This uses xautolock so it has to wait for that to start ># (xautolock starts automatically on login if xautolock SDO rpm is installed) >cat > /home/asist/.config/autostart/splash.desktop << SPLASHAUTO >[Desktop Entry] >Type=Application >Exec=bash -c "while [ -z \$(pgrep xautolock) ] ; do sleep 1 ; done ; /usr/local/bin/xautolock -locknow" >Hidden=false >X-GNOME-Autostart-enabled=true >Name[en_US]=splash >Name=splash >Comment[en_US]= >Comment= >SPLASHAUTO >+ cat >wget -q http://192.168.100.127/cobbler/pub/check_splash -O /usr/local/bin/check_splash >+ wget -q http://192.168.100.127/cobbler/pub/check_splash -O /usr/local/bin/check_splash >chmod u+x /usr/local/bin/check_splash >+ chmod u+x /usr/local/bin/check_splash >echo "*/1 * * * * root /usr/local/bin/check_splash" > /etc/cron.d/check_splash.cron >+ echo '*/1 * * * * root /usr/local/bin/check_splash' ># set up config >cd /root >+ cd /root ># create GMSEC and SS links >echo "create GMSEC and SS links" >+ echo 'create GMSEC and SS links' >create GMSEC and SS links >ln -s /opt/GMSEC /s/p/gmsec >+ ln -s /opt/GMSEC /s/p/gmsec >ln -s /opt/ss68 /s/p/ss68 >+ ln -s /opt/ss68 /s/p/ss68 >ln -s /opt/ss68 /s/p/ss65 >+ ln -s /opt/ss68 /s/p/ss65 ># Create user.db and $STOL_CONFIG files >echo "Create user.db and $STOL_CONFIG files" >+ echo 'Create user.db and files' >Create user.db and files ># Copy the environment files to the asist account >echo "Copy the environment files to the asist account" >+ echo 'Copy the environment files to the asist account' >Copy the environment files to the asist account >/installer/tools/env.update.all <<EOF >Y >EOF >+ /installer/tools/env.update.all > >Possible local accounts: . .. asist backuppc gse lost+found mrroboto mysql mysql-backups nagios nnehf product rjacobson sjnewman xtecms >NOT an asist LOCAL account: . >NOT an asist LOCAL account: .. >NOT an asist LOCAL account: asist >NOT an asist LOCAL account: backuppc >NOT an asist LOCAL account: gse >NOT an asist LOCAL account: lost+found >NOT an asist LOCAL account: mrroboto >NOT an asist LOCAL account: mysql >NOT an asist LOCAL account: mysql-backups >NOT an asist LOCAL account: nagios >NOT an asist LOCAL account: nnehf >NOT an asist LOCAL account: product >NOT an asist LOCAL account: rjacobson >NOT an asist LOCAL account: sjnewman >NOT an asist LOCAL account: xtecms > >These are the identified ASIST accounts, asist + LOCAL accounts: asist > You will be prompted for each account, Y or N. > >----------------------------------------------------- > Next account is: asist >Going to copy the /s/opr/system/env/.* files to: /u/asist > Proceed (Y/N): tar: Removing leading `/' from member names >tar: Removing leading `/u/asist/..' from member names > Previous ENV saved in: /u/asist/.ENV_backup.tz >cp: omitting directory `/s/opr/system/env/.' >cp: omitting directory `/s/opr/system/env/..' > Here are the updated files: >-rwx------. 1 root root 2847 Aug 7 04:34 /u/asist/.kshrc >-rwx------. 1 root root 8955 Aug 7 04:34 /u/asist/.fvwm2rc~ >-rwx------. 1 root root 8955 Aug 7 04:34 /u/asist/.fvwm2rc >-rwx------. 1 root root 1192 Aug 7 04:34 /u/asist/.emacs~ >-rwx------. 1 root root 1192 Aug 7 04:34 /u/asist/.emacs >-rwx------. 1 root root 4014 Aug 7 04:34 /u/asist/.dtprofile~ >-rwx------. 1 root root 4014 Aug 7 04:34 /u/asist/.dtprofile >-rwx------. 1 root root 17641 Aug 7 04:34 /u/asist/.Xdefaults~ >-rwx------. 1 root root 17641 Aug 7 04:34 /u/asist/.Xdefaults >-rwx------. 1 root root 456 Aug 7 04:34 /u/asist/.Xclients~ >-rwx------. 1 root root 456 Aug 7 04:34 /u/asist/.Xclients >-rwxr-xr-x. 1 asist ASIST 303 Aug 7 04:34 /u/asist/.ENV_backup.tz >drwxr-xr-x. 16 asist ASIST 20480 Aug 7 04:34 /u/asist/. >f: Undefined variable. >rsync -a /home/asist/.profile /home/xtecms/.profile >+ rsync -a /home/asist/.profile /home/xtecms/.profile >rsync -a /home/asist/.kshrc /home/xtecms/.kshrc >+ rsync -a /home/asist/.kshrc /home/xtecms/.kshrc >rsync -a /home/asist/private/* /home/xtecms/private/ >+ rsync -a /home/asist/private/0 /home/asist/private/2008282_timeline.dat /home/asist/private/2008282_timeline.dat~ /home/asist/private/2008282_timeline_v2.dat /home/asist/private/2008282_timeline_v2.dat~ /home/asist/private/205_208_summ.csv /home/asist/private/ASIST_user_kshrc /home/asist/private/ASIST_user_profile /home/asist/private/Feb11Launch_contacts.txt /home/asist/private/devin_data /home/asist/private/dpstuff '/home/asist/private/dpstuff$' /home/asist/private/eve_problem_312 /home/asist/private/ferret_lemur_test.log /home/asist/private/flatsat_rtss.txt /home/asist/private/gen_io.msgs.00003271 /home/asist/private/hpafaultdocs /home/asist/private/hpafaultdocs~ /home/asist/private/lemur_database_fields /home/asist/private/outfile.log /home/asist/private/page_updates /home/asist/private/page_updates~ /home/asist/private/quality_47_57 /home/asist/private/quality_58_63 /home/asist/private/redo_131_aia /home/asist/private/rrcp_fcs_reconfig_post /home/asist/private/rrcp_fcs_reconfig_pre /home/asist/private/sbc_18_10-044-05_12.dtf /home/asist/private/sdo_fltst_1_zold.txt /home/asist/private/sdo_fltsts_1_rtss.txt /home/asist/private/ssnap.jpg.2010-03-20_00:21:18.png /home/asist/private/ssnap.jpg.2010-07-06_17:22:35.png /home/asist/private/ssnap.jpg.2010-07-08_17:38:19.png /home/asist/private/ssnap.jpg.2010-07-08_17:44:34.png /home/asist/private/ssnap.jpg.2010-07-08_18:00:53.png /home/asist/private/ssnap.jpg.2010-07-08_18:03:33.png /home/asist/private/ssnap.jpg.2010-07-08_18:19:10.png /home/asist/private/ssnap.jpg.2010-07-08_18:19:34.png /home/asist/private/ssnap.jpg.2010-07-08_18:24:52.png /home/asist/private/ssnap.jpg.2010-07-08_18:29:22.png /home/asist/private/ssnap.jpg.2010-07-08_18:33:05.png /home/asist/private/ssnap.jpg.2010-07-08_18:33:19.png /home/asist/private/ssnap.jpg.2010-07-08_18:36:05.png /home/asist/private/ssnap.jpg.2010-07-08_18:44:28.png /home/asist/private/ssnap.jpg.2010-07-08_18:46:13.png /home/asist/private/ssnap.jpg.2010-07-08_19:13:45.png /home/asist/private/ssnap.jpg.2010-07-08_19:15:29.png /home/asist/private/ssnap.jpg.2010-07-08_19:19:10.png /home/asist/private/ssnap.jpg.2010-11-11_20:11:08.png /home/asist/private/ssnap.jpg.2010-12-01_15:34:42.png /home/asist/private/ssnap.jpg.2010-12-01_20:54:54.png /home/asist/private/ssnap.jpg.2010-12-01_20:57:28.png /home/asist/private/ssnap.jpg.2011-01-06_18:29:53.png /home/asist/private/ssnap.jpg.2011-01-06_18:30:31.png /home/asist/private/ssnap.jpg.2011-01-06_18:31:12.png /home/asist/private/ssnap.jpg.2011-01-06_18:31:53.png /home/asist/private/ssnap.jpg.2011-01-18_16:32:24.png /home/asist/private/ssnap.jpg.2011-05-20_15:19:59.png /home/asist/private/ssnap.jpg.2011-05-31_12:30:41.png /home/asist/private/ssnap.jpg.2011-06-02_18:08:04.png /home/asist/private/ssnap.jpg.2011-11-11_16:24:54.png /home/asist/private/ssnap.jpg.2012-01-12_14:16:06.png /home/asist/private/ssnap.jpg.2012-11-12_16:11:39.png /home/asist/private/ssnap.jpg.sepca_7_14_1.png /home/asist/private/ssnap.jpg.speca_7_13_1.png /home/asist/private/ssnap.jpg.speca_7_13_2.png /home/asist/private/ssnap.jpg.speca_7_14_2.png /home/asist/private/ssnap.jpg.speca_7_14_3.png /home/asist/private/summary /home/asist/private/summary_205_221_aia.csv /home/xtecms/private/ >chown xtecms:ASIST /home/xtecms/.profile >+ chown xtecms:ASIST /home/xtecms/.profile >chown xtecms:ASIST /home/xtecms/.kshrc >+ chown xtecms:ASIST /home/xtecms/.kshrc >chown -R xtecms:ASIST /home/xtecms/ >+ chown -R xtecms:ASIST /home/xtecms/ >chmod u+x /home/xtecms/.profile >+ chmod u+x /home/xtecms/.profile >chmod u+x /home/xtecms/.kshrc >+ chmod u+x /home/xtecms/.kshrc >chown -R asist:ASIST /home/asist/ >+ chown -R asist:ASIST /home/asist/ >chmod 775 /home/asist/private/* >+ chmod 775 /home/asist/private/0 /home/asist/private/2008282_timeline.dat /home/asist/private/2008282_timeline.dat~ /home/asist/private/2008282_timeline_v2.dat /home/asist/private/2008282_timeline_v2.dat~ /home/asist/private/205_208_summ.csv /home/asist/private/ASIST_user_kshrc /home/asist/private/ASIST_user_profile /home/asist/private/Feb11Launch_contacts.txt /home/asist/private/devin_data /home/asist/private/dpstuff '/home/asist/private/dpstuff$' /home/asist/private/eve_problem_312 /home/asist/private/ferret_lemur_test.log /home/asist/private/flatsat_rtss.txt /home/asist/private/gen_io.msgs.00003271 /home/asist/private/hpafaultdocs /home/asist/private/hpafaultdocs~ /home/asist/private/lemur_database_fields /home/asist/private/outfile.log /home/asist/private/page_updates /home/asist/private/page_updates~ /home/asist/private/quality_47_57 /home/asist/private/quality_58_63 /home/asist/private/redo_131_aia /home/asist/private/rrcp_fcs_reconfig_post /home/asist/private/rrcp_fcs_reconfig_pre /home/asist/private/sbc_18_10-044-05_12.dtf /home/asist/private/sdo_fltst_1_zold.txt /home/asist/private/sdo_fltsts_1_rtss.txt /home/asist/private/ssnap.jpg.2010-03-20_00:21:18.png /home/asist/private/ssnap.jpg.2010-07-06_17:22:35.png /home/asist/private/ssnap.jpg.2010-07-08_17:38:19.png /home/asist/private/ssnap.jpg.2010-07-08_17:44:34.png /home/asist/private/ssnap.jpg.2010-07-08_18:00:53.png /home/asist/private/ssnap.jpg.2010-07-08_18:03:33.png /home/asist/private/ssnap.jpg.2010-07-08_18:19:10.png /home/asist/private/ssnap.jpg.2010-07-08_18:19:34.png /home/asist/private/ssnap.jpg.2010-07-08_18:24:52.png /home/asist/private/ssnap.jpg.2010-07-08_18:29:22.png /home/asist/private/ssnap.jpg.2010-07-08_18:33:05.png /home/asist/private/ssnap.jpg.2010-07-08_18:33:19.png /home/asist/private/ssnap.jpg.2010-07-08_18:36:05.png /home/asist/private/ssnap.jpg.2010-07-08_18:44:28.png /home/asist/private/ssnap.jpg.2010-07-08_18:46:13.png /home/asist/private/ssnap.jpg.2010-07-08_19:13:45.png /home/asist/private/ssnap.jpg.2010-07-08_19:15:29.png /home/asist/private/ssnap.jpg.2010-07-08_19:19:10.png /home/asist/private/ssnap.jpg.2010-11-11_20:11:08.png /home/asist/private/ssnap.jpg.2010-12-01_15:34:42.png /home/asist/private/ssnap.jpg.2010-12-01_20:54:54.png /home/asist/private/ssnap.jpg.2010-12-01_20:57:28.png /home/asist/private/ssnap.jpg.2011-01-06_18:29:53.png /home/asist/private/ssnap.jpg.2011-01-06_18:30:31.png /home/asist/private/ssnap.jpg.2011-01-06_18:31:12.png /home/asist/private/ssnap.jpg.2011-01-06_18:31:53.png /home/asist/private/ssnap.jpg.2011-01-18_16:32:24.png /home/asist/private/ssnap.jpg.2011-05-20_15:19:59.png /home/asist/private/ssnap.jpg.2011-05-31_12:30:41.png /home/asist/private/ssnap.jpg.2011-06-02_18:08:04.png /home/asist/private/ssnap.jpg.2011-11-11_16:24:54.png /home/asist/private/ssnap.jpg.2012-01-12_14:16:06.png /home/asist/private/ssnap.jpg.2012-11-12_16:11:39.png /home/asist/private/ssnap.jpg.sepca_7_14_1.png /home/asist/private/ssnap.jpg.speca_7_13_1.png /home/asist/private/ssnap.jpg.speca_7_13_2.png /home/asist/private/ssnap.jpg.speca_7_14_2.png /home/asist/private/ssnap.jpg.speca_7_14_3.png /home/asist/private/summary /home/asist/private/summary_205_221_aia.csv >/sbin/restorecon -R /home/asist/ >+ /sbin/restorecon -R /home/asist/ >/sbin/restorecon -R /home/xtecms/ >+ /sbin/restorecon -R /home/xtecms/ >if [ -f "/home/asist/private/ASIST_user_kshrc.save" ]; then > cp -a /home/asist/private/ASIST_user_kshrc.save /home/asist/private/ASIST_user_kshrc > cp -a /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml.save /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml >else > cp -a /home/asist/private/ASIST_user_kshrc /home/asist/private/ASIST_user_kshrc.save > cp -a /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml.save >fi >+ '[' -f /home/asist/private/ASIST_user_kshrc.save ']' >+ cp -a /home/asist/private/ASIST_user_kshrc /home/asist/private/ASIST_user_kshrc.save >+ cp -a /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml.save >cp: cannot stat `/hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml': No such file or directory >awk '/^export SS_ROOT/ {print "export SS_ROOT=/s/p/ss68";\ > next;}\ > {print}' /home/asist/private/ASIST_user_profile >/tmp/ASIST_user_profile >+ awk '/^export SS_ROOT/ {print "export SS_ROOT=/s/p/ss68";\ > next;}\ > {print}' /home/asist/private/ASIST_user_profile >cp /tmp/ASIST_user_profile /home/asist/private/ASIST_user_profile >+ cp /tmp/ASIST_user_profile /home/asist/private/ASIST_user_profile >awk 'BEGIN {gmsec_api_ver = "API_3.4";\ > gmsec_dir = "/opt/GMSEC/GMSEC_"gmsec_api_ver"-x86";}\ > /\[ \! -z \"\$GMSEC_DIR\"/ {print "export GMSEC_API_VER="gmsec_api_ver;\ > print "export GMSEC_DIR=/opt/GMSEC/GMSEC_${GMSEC_API_VER}-x86";\ > print "export GMSEC_DIR_32=/opt/GMSEC/GMSEC_${GMSEC_API_VER}-x86";\ > print "export GMSEC_DIR_64=/opt/GMSEC/GMSEC_${GMSEC_API_VER}-x86_64";}\ > /^pathmunge \"\/s\/opr\/accounts\/global\/fot\/bin\" after/{print; > print "pathmunge /s/opr/system/bin"; > next;} > {print}' /home/asist/private/ASIST_user_kshrc >/tmp/ASIST_user_kshrc >+ awk 'BEGIN {gmsec_api_ver = "API_3.4";\ > gmsec_dir = "/opt/GMSEC/GMSEC_"gmsec_api_ver"-x86";}\ > /\[ \! -z \"\$GMSEC_DIR\"/ {print "export GMSEC_API_VER="gmsec_api_ver;\ > print "export GMSEC_DIR=/opt/GMSEC/GMSEC_${GMSEC_API_VER}-x86";\ > print "export GMSEC_DIR_32=/opt/GMSEC/GMSEC_${GMSEC_API_VER}-x86";\ > print "export GMSEC_DIR_64=/opt/GMSEC/GMSEC_${GMSEC_API_VER}-x86_64";}\ > /^pathmunge \"\/s\/opr\/accounts\/global\/fot\/bin\" after/{print; > print "pathmunge /s/opr/system/bin"; > next;} > {print}' /home/asist/private/ASIST_user_kshrc >cp /tmp/ASIST_user_kshrc /home/asist/private/ASIST_user_kshrc >+ cp /tmp/ASIST_user_kshrc /home/asist/private/ASIST_user_kshrc ># fix gmsec_config_hostname.xml >sed -i '/[[:space:]]PERL5LIB=\$/s/\${GMSEC_DIR}\/bin\/linux\/lib/${GMSEC_DIR_64}\/bin\/lib/ > /[[:space:]]perl5munge \$/s/\${GMSEC_DIR}\/bin\/linux\/lib/\${GMSEC_DIR_64}\/bin\/lib/ > /[[:space:]]LD_LIBRARY_PATH=\$/s/\${GMSEC_DIR}\/bin\/linux:\${SS_DIR}\/lib\/i86_linux/\${GMSEC_DIR_64}\/bin:\${GMSEC_DIR_32}\/bin:\${SS_ROOT}\/lib\/i86_linux/ > /[[:space:]]ldlibmunge\ \${GMSEC_DIR}/s/\${GMSEC_DIR}\/bin\/linux/\${GMSEC_DIR_64}\/bin:\${GMSEC_DIR_32}\/bin/' /home/asist/private/ASIST_user_kshrc >+ sed -i '/[[:space:]]PERL5LIB=\$/s/\${GMSEC_DIR}\/bin\/linux\/lib/${GMSEC_DIR_64}\/bin\/lib/ > /[[:space:]]perl5munge \$/s/\${GMSEC_DIR}\/bin\/linux\/lib/\${GMSEC_DIR_64}\/bin\/lib/ > /[[:space:]]LD_LIBRARY_PATH=\$/s/\${GMSEC_DIR}\/bin\/linux:\${SS_DIR}\/lib\/i86_linux/\${GMSEC_DIR_64}\/bin:\${GMSEC_DIR_32}\/bin:\${SS_ROOT}\/lib\/i86_linux/ > /[[:space:]]ldlibmunge\ \${GMSEC_DIR}/s/\${GMSEC_DIR}\/bin\/linux/\${GMSEC_DIR_64}\/bin:\${GMSEC_DIR_32}\/bin/' /home/asist/private/ASIST_user_kshrc >sed -i '/connectiontype.*gmsec_ss</ s/_ss/_ss68/' /hostfs/diablo/projects/asist/opr/accounts/global/db/gmsec_config.xml >+ sed -i '/connectiontype.*gmsec_ss</ s/_ss/_ss68/' /hostfs/diablo/projects/asist/opr/accounts/global/db/gmsec_config.xml >sed: can't read /hostfs/diablo/projects/asist/opr/accounts/global/db/gmsec_config.xml: No such file or directory ># fix ANS_notify.xml >sed -i '/connectiontype.*gmsec_ss</ s/_ss/_ss682/' /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml >+ sed -i '/connectiontype.*gmsec_ss</ s/_ss/_ss682/' /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml >sed: can't read /hostfs/diablo/projects/asist/opr/accounts/global/fot/bin/ANS_notify.xml: No such file or directory >cd /s/opr/accounts >+ cd /s/opr/accounts >chown -R xtecms:ASIST * >+ chown -R xtecms:ASIST configured global >chmod -R g+w global >+ chmod -R g+w global >chown -R asist:ASIST global >+ chown -R asist:ASIST global >chmod -R g+w global >+ chmod -R g+w global >cd global >+ cd global >chmod g+s * >+ chmod g+s data db image prc rdl sam >cd sam >+ cd sam >chmod g+s * >+ chmod g+s app config fe fmt help image tmp ># fix rpcbind for asist >echo "fix rpcbind for asist" >+ echo 'fix rpcbind for asist' >fix rpcbind for asist >echo 'RPCBIND_ARGS="-i"' >> /etc/sysconfig/rpcbind >+ echo 'RPCBIND_ARGS="-i"' >sudo -u asist sh -c "cd /home/asist;/opt/CollabNet_Subversion/bin/svn upgrade" >+ sudo -u asist sh -c 'cd /home/asist;/opt/CollabNet_Subversion/bin/svn upgrade' >Upgraded '.' >cd /root >+ cd /root ># set up nfs >echo "set up nfs" >+ echo 'set up nfs' >set up nfs >sed -i '/^#MOUNTD_NFS/s/#// > /^#RQUOTAD=/s/#RQUOTAD="\/usr\/sbin\/rpc.rquotad"/RQUOTAD="no"/ > /^#RPCNFSDARGS="-N 2/s/#//' /etc/sysconfig/nfs >+ sed -i '/^#MOUNTD_NFS/s/#// > /^#RQUOTAD=/s/#RQUOTAD="\/usr\/sbin\/rpc.rquotad"/RQUOTAD="no"/ > /^#RPCNFSDARGS="-N 2/s/#//' /etc/sysconfig/nfs >chkconfig rpcbind on >+ chkconfig rpcbind on >service rpcbind start >+ service rpcbind start >chkconfig nfs on >+ chkconfig nfs on >chkconfig netfs on >+ chkconfig netfs on >mkdir /hostfs/stingray >+ mkdir /hostfs/stingray >mkdir: cannot create directory `/hostfs/stingray': File exists >echo "stingray:/hostfs/stingray /hostfs/stingray nfs4 tcp,hard,intr,exec,dev,suid,rw 1 1" >> /etc/fstab >+ echo 'stingray:/hostfs/stingray /hostfs/stingray nfs4 tcp,hard,intr,exec,dev,suid,rw 1 1' >wget -q http://192.168.100.127/cobbler/pub/nfs.to -O /root/nfs.to >+ wget -q http://192.168.100.127/cobbler/pub/nfs.to -O /root/nfs.to >chmod 755 /root/nfs.to >+ chmod 755 /root/nfs.to >/root/nfs.to stingray >+ /root/nfs.to stingray >+ (( 1 < 1 )) >+ whoami >+ [[ root != root ]] >+ hostname >+ THIS_MACHINE=diablo >+ NEW_HOST=stingray >+ [[ stingray == diablo ]] >+ echo 'Setting remote machine as the nfs host (stingray)' >Setting remote machine as the nfs host (stingray) >+ rm -f /s/opr >+ rm -f /s/p >+ ln -s /hostfs/stingray/products /s/p >+ ln -s /hostfs/stingray/projects/asist/opr /s/opr >rm -f /root/nfs.to >+ rm -f /root/nfs.to >cd /root >+ cd /root ># Install mps >yum -y install ant >+ yum -y install ant >Loaded plugins: product-id, refresh-packagekit, security >Setting up Install Process >Resolving Dependencies >--> Running transaction check >---> Package ant.x86_64 0:1.7.1-13.el6 will be installed >--> Processing Dependency: java-devel >= 1.5.0 for package: ant-1.7.1-13.el6.x86_64 >--> Processing Dependency: xml-commons-jaxp-1.3-apis for package: ant-1.7.1-13.el6.x86_64 >--> Processing Dependency: xerces-j2 for package: ant-1.7.1-13.el6.x86_64 >--> Processing Dependency: libgcj_bc.so.1()(64bit) for package: ant-1.7.1-13.el6.x86_64 >--> Running transaction check >---> Package java-1.7.0-oracle-devel.x86_64 1:1.7.0.65-1jpp.1.el6_5 will be installed >---> Package libgcj.x86_64 0:4.4.7-4.el6 will be installed >---> Package xerces-j2.x86_64 0:2.7.1-12.6.el6_0 will be installed >--> Processing Dependency: xml-commons-resolver >= 1.1 for package: xerces-j2-2.7.1-12.6.el6_0.x86_64 >--> Processing Dependency: java-gcj >= 1.5.0 for package: xerces-j2-2.7.1-12.6.el6_0.x86_64 >--> Processing Dependency: java-gcj >= 1.5.0 for package: xerces-j2-2.7.1-12.6.el6_0.x86_64 >---> Package xml-commons-apis.x86_64 0:1.3.04-3.6.el6 will be installed >--> Running transaction check >---> Package java-1.5.0-gcj.x86_64 0:1.5.0.0-29.1.el6 will be installed >--> Processing Dependency: sinjdoc for package: java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_64 >---> Package xml-commons-resolver.x86_64 0:1.1-4.18.el6 will be installed >--> Running transaction check >---> Package sinjdoc.x86_64 0:0.5-9.1.el6 will be installed >--> Processing Dependency: java_cup >= 0.10 for package: sinjdoc-0.5-9.1.el6.x86_64 >--> Running transaction check >---> Package java_cup.x86_64 1:0.10k-5.el6 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > ant x86_64 1.7.1-13.el6 core-0 2.5 M >Installing for dependencies: > java-1.5.0-gcj x86_64 1.5.0.0-29.1.el6 core-0 146 k > java-1.7.0-oracle-devel x86_64 1:1.7.0.65-1jpp.1.el6_5 rhel-x86_64-workstation-6-thirdparty-oracle-java > 59 M > java_cup x86_64 1:0.10k-5.el6 core-0 197 k > libgcj x86_64 4.4.7-4.el6 core-0 19 M > sinjdoc x86_64 0.5-9.1.el6 core-0 705 k > xerces-j2 x86_64 2.7.1-12.6.el6_0 core-0 2.9 M > xml-commons-apis x86_64 1.3.04-3.6.el6 core-0 439 k > xml-commons-resolver x86_64 1.1-4.18.el6 core-0 145 k > >Transaction Summary >================================================================================ >Install 9 Package(s) > >Total download size: 84 M >Installed size: 195 M >Downloading Packages: >-------------------------------------------------------------------------------- >Total 19 MB/s | 84 MB 00:04 >Running rpm_check_debug >Running Transaction Test >Transaction Test Succeeded >Running Transaction > Installing : 1:java-1.7.0-oracle-devel-1.7.0.65-1jpp.1.el6_5.x86_64 1/9 > Installing : libgcj-4.4.7-4.el6.x86_64 2/9 > Installing : java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_64 3/9 > Installing : 1:java_cup-0.10k-5.el6.x86_64 4/9 > Installing : sinjdoc-0.5-9.1.el6.x86_64 5/9 > Installing : xml-commons-apis-1.3.04-3.6.el6.x86_64 6/9 > Installing : xerces-j2-2.7.1-12.6.el6_0.x86_64 7/9 > Installing : xml-commons-resolver-1.1-4.18.el6.x86_64 8/9 > Installing : ant-1.7.1-13.el6.x86_64 9/9 >Unable to connect to dbus > Verifying : xml-commons-apis-1.3.04-3.6.el6.x86_64 1/9 > Verifying : sinjdoc-0.5-9.1.el6.x86_64 2/9 > Verifying : xerces-j2-2.7.1-12.6.el6_0.x86_64 3/9 > Verifying : 1:java_cup-0.10k-5.el6.x86_64 4/9 > Verifying : libgcj-4.4.7-4.el6.x86_64 5/9 > Verifying : 1:java-1.7.0-oracle-devel-1.7.0.65-1jpp.1.el6_5.x86_64 6/9 > Verifying : xml-commons-resolver-1.1-4.18.el6.x86_64 7/9 > Verifying : ant-1.7.1-13.el6.x86_64 8/9 > Verifying : java-1.5.0-gcj-1.5.0.0-29.1.el6.x86_64 9/9 > >Installed: > ant.x86_64 0:1.7.1-13.el6 > >Dependency Installed: > java-1.5.0-gcj.x86_64 0:1.5.0.0-29.1.el6 > java-1.7.0-oracle-devel.x86_64 1:1.7.0.65-1jpp.1.el6_5 > java_cup.x86_64 1:0.10k-5.el6 > libgcj.x86_64 0:4.4.7-4.el6 > sinjdoc.x86_64 0:0.5-9.1.el6 > xerces-j2.x86_64 0:2.7.1-12.6.el6_0 > xml-commons-apis.x86_64 0:1.3.04-3.6.el6 > xml-commons-resolver.x86_64 0:1.1-4.18.el6 > >Complete! >useradd -c "MPS" -g ASIST -G ASIST,15 -m -d /home/mps -s /bin/bash -p '$6$VARTCiBIqBBepWQ3$1JSGpjAkFOzFW2APrYQcfltxHhAZjxZ5rHRVR11CLGIwQj7XUQSlfXaTlUlFQ31f2gK/krdNTwcM/dKUcIDT/.' mps >+ useradd -c MPS -g ASIST -G ASIST,15 -m -d /home/mps -s /bin/bash -p '$6$VARTCiBIqBBepWQ3$1JSGpjAkFOzFW2APrYQcfltxHhAZjxZ5rHRVR11CLGIwQj7XUQSlfXaTlUlFQ31f2gK/krdNTwcM/dKUcIDT/.' mps > >cd /root >+ cd /root >wget -q http://192.168.100.127/cobbler/pub/mps-4.6.tar.gz -O /root/mps-4.6.tar.gz >+ wget -q http://192.168.100.127/cobbler/pub/mps-4.6.tar.gz -O /root/mps-4.6.tar.gz >mkdir /installerm >+ mkdir /installerm >cd /installerm >+ cd /installerm >tar -xzvf /root/mps-4.6.tar.gz >+ tar -xzvf /root/mps-4.6.tar.gz >asist/ >asist/constraints.scp >asist/remove >asist/RTS001.inc >asist/RTS002.inc >asist/RTS003.inc >asist/RTS004.inc >asist/RTS005.inc >asist/RTS006.inc >asist/RTS007.inc >asist/RTS008.inc >asist/RTS009.inc >asist/RTS010.inc >asist/RTS011.inc >asist/RTS012.inc >asist/RTS013.inc >asist/RTS014.inc >asist/RTS015.inc >asist/RTS016.inc >asist/RTS017.inc >asist/RTS018.inc >asist/RTS019.inc >asist/RTS020.inc >asist/RTS021.inc >asist/RTS022.inc >asist/RTS023.inc >asist/RTS024.inc >asist/RTS025.inc >asist/RTS026.inc >asist/RTS027.inc >asist/RTS028.inc >asist/RTS029.inc >asist/RTS030.inc >asist/RTS031.inc >asist/RTS032.inc >asist/RTS033.inc >asist/RTS034.inc >asist/RTS035.inc >asist/RTS036.inc >asist/RTS037.inc >asist/RTS038.inc >asist/RTS039.inc >asist/RTS040.inc >asist/RTS041.inc >asist/RTS042.inc >asist/RTS043.inc >asist/RTS044.inc >asist/RTS045.inc >asist/RTS046.inc >asist/RTS047.inc >asist/RTS048.inc >asist/RTS049.inc >asist/RTS050.inc >asist/RTS051.inc >asist/RTS052.inc >asist/RTS053.inc >asist/RTS054.inc >asist/RTS055.inc >asist/RTS056.inc >asist/RTS057.inc >asist/RTS058.inc >asist/RTS059.inc >asist/RTS060.inc >asist/RTS061.inc >asist/RTS062.inc >asist/RTS063.inc >asist/RTS064.inc >asist/RTS065.inc >asist/RTS066.inc >asist/RTS067.inc >asist/RTS068.inc >asist/RTS069.inc >asist/RTS070.inc >asist/RTS071.inc >asist/RTS072.inc >asist/RTS073.inc >asist/RTS074.inc >asist/RTS075.inc >asist/RTS076.inc >asist/RTS077.inc >asist/RTS078.inc >asist/RTS079.inc >asist/RTS080.inc >asist/RTS081.inc >asist/RTS082.inc >asist/RTS083.inc >asist/RTS084.inc >asist/RTS085.inc >asist/RTS086.inc >asist/RTS087.inc >asist/RTS088.inc >asist/RTS089.inc >asist/RTS090.inc >asist/RTS091.inc >asist/RTS092.inc >asist/RTS093.inc >asist/RTS094.inc >asist/RTS095.inc >asist/RTS096.inc >asist/RTS097.inc >asist/RTS098.inc >asist/RTS099.inc >asist/RTS100.inc >asist/RTS101.inc >asist/RTS102.inc >asist/RTS103.inc >asist/RTS104.inc >asist/RTS105.inc >asist/RTS106.inc >asist/RTS107.inc >asist/RTS108.inc >asist/RTS109.inc >asist/RTS110.inc >asist/RTS111.inc >asist/RTS112.inc >asist/RTS113.inc >asist/RTS114.inc >asist/RTS115.inc >asist/RTS116.inc >asist/RTS117.inc >asist/RTS118.inc >asist/RTS119.inc >asist/RTS120.inc >asist/RTS121.inc >asist/RTS122.inc >asist/RTS123.inc >asist/RTS124.inc >asist/RTS125.inc >asist/RTS126.inc >asist/RTS127.inc >asist/RTS128.inc >asist/RTS129.inc >asist/RTS130.inc >asist/RTS131.inc >asist/RTS132.inc >asist/RTS133.inc >asist/RTS134.inc >asist/RTS135.inc >asist/RTS136.inc >asist/RTS137.inc >asist/RTS138.inc >asist/RTS139.inc >asist/RTS140.inc >asist/RTS141.inc >asist/RTS142.inc >asist/RTS143.inc >asist/RTS144.inc >asist/RTS145.inc >asist/RTS146.inc >asist/RTS147.inc >asist/RTS148.inc >asist/RTS149.inc >asist/RTS150.inc >asist/RTS151.inc >asist/RTS152.inc >asist/RTS153.inc >asist/RTS154.inc >asist/RTS155.inc >asist/RTS156.inc >asist/RTS157.inc >asist/RTS158.inc >asist/RTS159.inc >asist/RTS160.inc >asist/RTS161.inc >asist/RTS162.inc >asist/RTS163.inc >asist/RTS164.inc >asist/RTS165.inc >asist/RTS166.inc >asist/RTS167.inc >asist/RTS168.inc >asist/RTS169.inc >asist/RTS170.inc >asist/RTS171.inc >asist/RTS172.inc >asist/RTS173.inc >asist/RTS174.inc >asist/RTS175.inc >asist/RTS176.inc >asist/RTS177.inc >asist/RTS178.inc >asist/RTS179.inc >asist/RTS180.inc >asist/RTS181.inc >asist/RTS182.inc >asist/RTS183.inc >asist/RTS184.inc >asist/RTS185.inc >asist/RTS186.inc >asist/RTS187.inc >asist/RTS188.inc >asist/RTS189.inc >asist/RTS190.inc >asist/RTS191.inc >asist/RTS192.inc >asist/RTS193.inc >asist/RTS194.inc >asist/RTS195.inc >asist/RTS196.inc >asist/RTS197.inc >asist/RTS198.inc >asist/RTS199.inc >asist/RTS200.inc >asist/RTS201.inc >asist/RTS202.inc >asist/RTS203.inc >asist/RTS204.inc >asist/RTS205.inc >asist/RTS206.inc >asist/RTS207.inc >asist/RTS208.inc >asist/RTS209.inc >asist/RTS210.inc >asist/RTS211.inc >asist/RTS212.inc >asist/RTS213.inc >asist/RTS214.inc >asist/RTS215.inc >asist/RTS216.inc >asist/RTS217.inc >asist/RTS218.inc >asist/RTS219.inc >asist/RTS220.inc >asist/RTS221.inc >asist/RTS222.inc >asist/RTS223.inc >asist/RTS224.inc >asist/RTS225.inc >asist/RTS226.inc >asist/RTS227.inc >asist/RTS228.inc >asist/RTS229.inc >asist/RTS230.inc >asist/RTS231.inc >asist/RTS232.inc >asist/RTS233.inc >asist/RTS234.inc >asist/RTS235.inc >asist/RTS236.inc >asist/RTS237.inc >asist/RTS238.inc >asist/RTS239.inc >asist/RTS240.inc >asist/RTS241.inc >asist/RTS242.inc >asist/RTS243.inc >asist/RTS244.inc >asist/RTS245.inc >asist/RTS246.inc >asist/RTS247.inc >asist/RTS248.inc >asist/RTS249.inc >asist/RTS250.inc >asist/RTS251.inc >asist/RTS252.inc >asist/RTS253.inc >asist/RTS254.inc >asist/RTS255.inc >asist/RTS256.inc >asist/RTS257.inc >asist/RTS258.inc >asist/RTS259.inc >asist/RTS260.inc >asist/RTS261.inc >asist/RTS262.inc >asist/RTS263.inc >asist/RTS264.inc >asist/RTS265.inc >asist/RTS266.inc >asist/RTS267.inc >asist/RTS268.inc >asist/RTS269.inc >asist/RTS270.inc >asist/RTS271.inc >asist/RTS272.inc >asist/RTS273.inc >asist/RTS274.inc >asist/RTS275.inc >asist/RTS276.inc >asist/RTS277.inc >asist/RTS278.inc >asist/RTS279.inc >asist/RTS280.inc >asist/RTS281.inc >asist/RTS282.inc >asist/RTS283.inc >asist/RTS284.inc >asist/RTS285.inc >asist/RTS286.inc >asist/RTS287.inc >asist/RTS288.inc >asist/RTS289.inc >asist/RTS290.inc >asist/RTS291.inc >asist/RTS292.inc >asist/RTS293.inc >asist/RTS294.inc >asist/RTS295.inc >asist/RTS296.inc >asist/RTS297.inc >asist/RTS298.inc >asist/RTS299.inc >asist/RTS300.inc >asist/RTS301.inc >asist/RTS302.inc >asist/RTS303.inc >asist/RTS304.inc >asist/RTS305.inc >asist/RTS306.inc >asist/RTS307.inc >asist/RTS308.inc >asist/RTS309.inc >asist/RTS310.inc >asist/RTS311.inc >asist/RTS312.inc >asist/RTS313.inc >asist/RTS314.inc >asist/RTS315.inc >asist/RTS316.inc >asist/RTS317.inc >asist/RTS318.inc >asist/RTS319.inc >asist/RTS320.inc >asist/tables.scp >contents.txt >ferret/ >ferret/fclient.rb >ferret/ferret-4.6.0.gem >ferret/ferret-4.6.tgz >ferret/ferret-config.yaml >ferret/fmonitor.rb >ferret/frun.rb >ferret/fserver.rb >ferret/install.txt >ferret/log_publish.pl >ferret/log_publish.xml >install.mps >install.txt >mps-data.tgz >mps-dist.tgz >mps-src.tgz >mps-web.tgz >tables_construct.sql >rm /root/mps-4.6.tar.gz >+ rm /root/mps-4.6.tar.gz ># Install ferret >mkdir /product >+ mkdir /product >mkdir: cannot create directory `/product': File exists >mkdir /product/bin >+ mkdir /product/bin >mkdir: cannot create directory `/product/bin': File exists >cd /installerm/ferret >+ cd /installerm/ferret >cp fclient.rb /product/bin >+ cp fclient.rb /product/bin >cp frun.rb /product/bin >+ cp frun.rb /product/bin >cp fmonitor.rb /product/bin >+ cp fmonitor.rb /product/bin >cp log_publish.pl /product/bin >+ cp log_publish.pl /product/bin >cp log_publish.xml /product/bin >+ cp log_publish.xml /product/bin >gem install ferret-4.6.0.gem >+ gem install ferret-4.6.0.gem >Successfully installed ferret-4.6.0 >1 gem installed >Installing ri documentation for ferret-4.6.0... >Installing RDoc documentation for ferret-4.6.0... >chmod a+x frun.rb fclient.rb >+ chmod a+x frun.rb fclient.rb >touch /tmp/utdf_collector.log >+ touch /tmp/utdf_collector.log >touch /tmp/utdf_distributor.log >+ touch /tmp/utdf_distributor.log >chmod 644 /tmp/utdf_collector.log >+ chmod 644 /tmp/utdf_collector.log >chmod 644 /tmp/utdf_distributor.log >+ chmod 644 /tmp/utdf_distributor.log >cd /root >+ cd /root ># Setup ssh keys >rm -f /home/mps/.ssh/id_rsa >+ rm -f /home/mps/.ssh/id_rsa >sudo -u mps ssh-keygen -t rsa -f /home/mps/.ssh/id_rsa -N '' >+ sudo -u mps ssh-keygen -t rsa -f /home/mps/.ssh/id_rsa -N '' >Generating public/private rsa key pair. >Created directory '/home/mps/.ssh'. >Your identification has been saved in /home/mps/.ssh/id_rsa. >Your public key has been saved in /home/mps/.ssh/id_rsa.pub. >The key fingerprint is: >cd:1e:1d:93:94:b6:22:c1:4f:9e:17:64:3c:36:d0:18 mps@diablo >The key's randomart image is: >+--[ RSA 2048]----+ >| . EB+. | >| o ooX. | >| = ++= | >| .o=.oo | >| S.+o. | >| . . | >| . | >| | >| | >+-----------------+ >cp /home/mps/.ssh/id_rsa.pub /home/asist >+ cp /home/mps/.ssh/id_rsa.pub /home/asist >sudo -u asist mkdir /home/asist/.ssh >+ sudo -u asist mkdir /home/asist/.ssh >mkdir: cannot create directory `/home/asist/.ssh': File exists >sudo -u asist cat /home/asist/id_rsa.pub >> /home/asist/.ssh/authorized_keys >+ sudo -u asist cat /home/asist/id_rsa.pub >rm -rf /installerm >+ rm -rf /installerm >echo "/etc/rc.d/rc.local.extension2" >> /etc/rc.d/rc.local >+ echo /etc/rc.d/rc.local.extension2 >cat > /etc/rc.d/rc.local.extension2 <<ENDIT >if [ -x /etc/sysconfig/printer-install ]; then > . /etc/sysconfig/printer-install > if [ \$PRINTER_INSTALL == install ] ; then > SKIPIT=0 > ping -c 4 pinto > if [ \$? -ne 0 ]; then > SKIPIT=1 > fi > if [ \$SKIPIT == 0 ]; then > wget -q http://129.165.8.41/cobbler/pub/hp-color_laserjet_cp4020_series-pcl3.ppd -O /root/hp-color_laserjet_cp4020_series-pcl3.ppd > lpadmin -p ps -v "socket://pinto:9100" -P /root/hp-color_laserjet_cp4020_series-pcl3.ppd > lpoptions -p ps -o page-top=72 -o page-bottom=86 -o page-left=57 -o page-right=57 -o cpi=12 -o lpi=7 -o media=letter -o scaling=100 -o PageSize=Custom.8.5x11in > rm /root/hp-color_laserjet_cp4020_series-pcl3.ppd > lpadmin -d ps > cupsenable ps > lpoptions -o PageSize=Custom.8.5x11in -p ps > cupsaccept ps > cupsctl --no-share-printers > > echo "export PRINTER_INSTALL=NONE" > /etc/sysconfig/printer-install > chmod u+x /etc/sysconfig/printer-install > service cups restart > fi > fi >fi >ENDIT >+ cat >chmod u+x /etc/rc.d/rc.local.extension2 >+ chmod u+x /etc/rc.d/rc.local.extension2 >echo "export PRINTER_INSTALL=install" > /etc/sysconfig/printer-install >+ echo 'export PRINTER_INSTALL=install' >chmod u+x /etc/sysconfig/printer-install >+ chmod u+x /etc/sysconfig/printer-install ># set up mrroboto >useradd -c "MPS" -u 1600 -g ASIST -G ASIST,15 -m -d /home/mrroboto -s /bin/bash -p '$6$K/4nhhC2rs89TzUP$5MUbTpe6BMjMh5pVlhhZZG5yw.BjSxx5nj.yP1jDmDxYdiXB1lxv2RusLkfhbdyVVQuf4Kik7J0zl/afoa00o0' mrroboto >+ useradd -c MPS -u 1600 -g ASIST -G ASIST,15 -m -d /home/mrroboto -s /bin/bash -p '$6$K/4nhhC2rs89TzUP$5MUbTpe6BMjMh5pVlhhZZG5yw.BjSxx5nj.yP1jDmDxYdiXB1lxv2RusLkfhbdyVVQuf4Kik7J0zl/afoa00o0' mrroboto >useradd: warning: the home directory already exists. >Not copying any file from skel directory into it. >sed -i '/^SHELL=\/usr\/bin\/ksh/s//SHELL=\/bin\/ksh/' /var/spool/cron/mrroboto >+ sed -i '/^SHELL=\/usr\/bin\/ksh/s//SHELL=\/bin\/ksh/' /var/spool/cron/mrroboto >chown mrroboto.ASIST /var/spool/cron/mrroboto >+ chown mrroboto.ASIST /var/spool/cron/mrroboto >chmod 600 /var/spool/cron/mrroboto >+ chmod 600 /var/spool/cron/mrroboto >restorecon -v /var/spool/cron/mrroboto >+ restorecon -v /var/spool/cron/mrroboto >restorecon: Warning no default label for /var/spool/cron/mrroboto >echo mrroboto >> /etc/at.allow >+ echo mrroboto >echo mrroboto >> /etc/cron.allow >+ echo mrroboto ># do not force screensaver (was set in CIS s22.sh) >gconftool-2 --direct \ > --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ > --type bool \ > --set /apps/gnome-screensaver/lock_enabled false >+ gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type bool --set /apps/gnome-screensaver/lock_enabled false ># set up lemur for diablo >groupadd -g 101 mysql >+ groupadd -g 101 mysql >useradd -r -u 401 -g 101 -c "MySQL Server" -d /var/lib/mysql -s /bin/bash mysql >+ useradd -r -u 401 -g 101 -c 'MySQL Server' -d /var/lib/mysql -s /bin/bash mysql >yum -y install mysql mysql-server ruby-devel mysql-devel ruby-mysql >+ yum -y install mysql mysql-server ruby-devel mysql-devel ruby-mysql >Loaded plugins: product-id, refresh-packagekit, security >Setting up Install Process >Resolving Dependencies >--> Running transaction check >---> Package mysql.x86_64 0:5.1.73-3.el6_5 will be installed >---> Package mysql-devel.x86_64 0:5.1.73-3.el6_5 will be installed >--> Processing Dependency: openssl-devel for package: mysql-devel-5.1.73-3.el6_5.x86_64 >---> Package mysql-server.x86_64 0:5.1.73-3.el6_5 will be installed >---> Package ruby-devel.x86_64 0:1.8.7.352-13.el6 will be installed >---> Package ruby-mysql.x86_64 0:2.8.2-1.el6 will be installed >--> Running transaction check >---> Package openssl-devel.x86_64 0:1.0.1e-16.el6_5.14 will be installed >--> Processing Dependency: krb5-devel for package: openssl-devel-1.0.1e-16.el6_5.14.x86_64 >--> Running transaction check >---> Package krb5-devel.x86_64 0:1.10.3-15.el6_5.1 will be installed >--> Processing Dependency: libselinux-devel for package: krb5-devel-1.10.3-15.el6_5.1.x86_64 >--> Processing Dependency: libcom_err-devel for package: krb5-devel-1.10.3-15.el6_5.1.x86_64 >--> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.10.3-15.el6_5.1.x86_64 >--> Running transaction check >---> Package keyutils-libs-devel.x86_64 0:1.4-4.el6 will be installed >---> Package libcom_err-devel.x86_64 0:1.41.12-18.el6_5.1 will be installed >---> Package libselinux-devel.x86_64 0:2.0.94-5.3.el6_4.1 will be installed >--> Processing Dependency: libsepol-devel >= 2.0.32-1 for package: libselinux-devel-2.0.94-5.3.el6_4.1.x86_64 >--> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.0.94-5.3.el6_4.1.x86_64 >--> Running transaction check >---> Package libsepol-devel.x86_64 0:2.0.41-4.el6 will be installed >--> Finished Dependency Resolution > >Dependencies Resolved > >================================================================================ > Package Arch Version Repository Size >================================================================================ >Installing: > mysql x86_64 5.1.73-3.el6_5 rhel-x86_64-workstation-6 894 k > mysql-devel x86_64 5.1.73-3.el6_5 rhel-x86_64-workstation-6 129 k > mysql-server x86_64 5.1.73-3.el6_5 rhel-x86_64-workstation-6 8.6 M > ruby-devel x86_64 1.8.7.352-13.el6 rhel-x86_64-workstation-6 314 k > ruby-mysql x86_64 2.8.2-1.el6 epel 45 k >Installing for dependencies: > keyutils-libs-devel x86_64 1.4-4.el6 core-0 28 k > krb5-devel x86_64 1.10.3-15.el6_5.1 rhel-x86_64-workstation-6 495 k > libcom_err-devel x86_64 1.41.12-18.el6_5.1 rhel-x86_64-workstation-6 32 k > libselinux-devel x86_64 2.0.94-5.3.el6_4.1 core-0 136 k > libsepol-devel x86_64 2.0.41-4.el6 core-0 64 k > openssl-devel x86_64 1.0.1e-16.el6_5.14 rhel-x86_64-workstation-6 1.2 M > >Transaction Summary >================================================================================ >Install 11 Package(s) > >Total download size: 12 M >Installed size: 33 M >Downloading Packages: >-------------------------------------------------------------------------------- >Total 21 MB/s | 12 MB 00:00 >Running rpm_check_debug >Running Transaction Test >Transaction Test Succeeded >Running Transaction > Installing : mysql-5.1.73-3.el6_5.x86_64 1/11 > Installing : libsepol-devel-2.0.41-4.el6.x86_64 2/11 > Installing : libselinux-devel-2.0.94-5.3.el6_4.1.x86_64 3/11 > Installing : libcom_err-devel-1.41.12-18.el6_5.1.x86_64 4/11 > Installing : keyutils-libs-devel-1.4-4.el6.x86_64 5/11 > Installing : krb5-devel-1.10.3-15.el6_5.1.x86_64 6/11 > Installing : openssl-devel-1.0.1e-16.el6_5.14.x86_64 7/11 > Installing : mysql-devel-5.1.73-3.el6_5.x86_64 8/11 > Installing : mysql-server-5.1.73-3.el6_5.x86_64 9/11 > Installing : ruby-mysql-2.8.2-1.el6.x86_64 10/11 > Installing : ruby-devel-1.8.7.352-13.el6.x86_64 11/11 >Unable to connect to dbus > Verifying : mysql-devel-5.1.73-3.el6_5.x86_64 1/11 > Verifying : keyutils-libs-devel-1.4-4.el6.x86_64 2/11 > Verifying : ruby-devel-1.8.7.352-13.el6.x86_64 3/11 > Verifying : libcom_err-devel-1.41.12-18.el6_5.1.x86_64 4/11 > Verifying : mysql-server-5.1.73-3.el6_5.x86_64 5/11 > Verifying : mysql-5.1.73-3.el6_5.x86_64 6/11 > Verifying : ruby-mysql-2.8.2-1.el6.x86_64 7/11 > Verifying : libselinux-devel-2.0.94-5.3.el6_4.1.x86_64 8/11 > Verifying : krb5-devel-1.10.3-15.el6_5.1.x86_64 9/11 > Verifying : openssl-devel-1.0.1e-16.el6_5.14.x86_64 10/11 > Verifying : libsepol-devel-2.0.41-4.el6.x86_64 11/11 > >Installed: > mysql.x86_64 0:5.1.73-3.el6_5 mysql-devel.x86_64 0:5.1.73-3.el6_5 > mysql-server.x86_64 0:5.1.73-3.el6_5 ruby-devel.x86_64 0:1.8.7.352-13.el6 > ruby-mysql.x86_64 0:2.8.2-1.el6 > >Dependency Installed: > keyutils-libs-devel.x86_64 0:1.4-4.el6 > krb5-devel.x86_64 0:1.10.3-15.el6_5.1 > libcom_err-devel.x86_64 0:1.41.12-18.el6_5.1 > libselinux-devel.x86_64 0:2.0.94-5.3.el6_4.1 > libsepol-devel.x86_64 0:2.0.41-4.el6 > openssl-devel.x86_64 0:1.0.1e-16.el6_5.14 > >Complete! >chkconfig --level 235 mysqld on >+ chkconfig --level 235 mysqld on >service mysqld start >+ service mysqld start >Initializing MySQL database: Installing MySQL system tables... >OK >Filling help tables... >OK > >To start mysqld at boot time you have to copy >support-files/mysql.server to the right place for your system > >PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! >To do so, start the server, then issue the following commands: > >/usr/bin/mysqladmin -u root password 'new-password' >/usr/bin/mysqladmin -u root -h diablo password 'new-password' > >Alternatively you can run: >/usr/bin/mysql_secure_installation > >which will also give you the option of removing the test >databases and anonymous user created by default. This is >strongly recommended for production servers. > >See the manual for more instructions. > >You can start the MySQL daemon with: >cd /usr ; /usr/bin/mysqld_safe & > >You can test the MySQL daemon with mysql-test-run.pl >cd /usr/mysql-test ; perl mysql-test-run.pl > >Please report any problems with the /usr/bin/mysqlbug script! > >[60G[[0;32m OK [0;39m] >Starting mysqld: [60G[[0;32m OK [0;39m] >wget http://192.168.100.127/cobbler/pub/lemur_my.cnf -O /etc/my.cnf >+ wget http://192.168.100.127/cobbler/pub/lemur_my.cnf -O /etc/my.cnf >--2014-08-07 04:35:30-- http://192.168.100.127/cobbler/pub/lemur_my.cnf >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 537 [text/plain] >Saving to: `/etc/my.cnf' > > 0K 100% 116M=0s > >2014-08-07 04:35:30 (116 MB/s) - `/etc/my.cnf' saved [537/537] > >for FILE in `ls -1 /product/lemur`; do > sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/$FILE >done >ls -1 /product/lemur >++ ls -1 /product/lemur >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/generate_ep >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/generate_report >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/ingest >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/lemur-2.2.0.gem >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/lemur-2.2.1.gem >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/lemur.yaml >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/upgrade-database-2.2.1.sql >+ for FILE in '`ls -1 /product/lemur`' >+ sed -i '/#!/s/\/usr\/local\/bin\/ruby/\/usr\/bin\/ruby/' /product/lemur/upgrade-database-2.2.sql >cd /root >+ cd /root >mkdir lemur_gems >+ mkdir lemur_gems >cd lemur_gems >+ cd lemur_gems >wget http://192.168.100.127/cobbler/pub/lemur_gems.tar.gz -O lemur_gems.tar.gz >+ wget http://192.168.100.127/cobbler/pub/lemur_gems.tar.gz -O lemur_gems.tar.gz >--2014-08-07 04:35:30-- http://192.168.100.127/cobbler/pub/lemur_gems.tar.gz >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 159304 (156K) [application/x-gzip] >Saving to: `lemur_gems.tar.gz' > > 0K .......... .......... .......... .......... .......... 32% 7.63M 0s > 50K .......... .......... .......... .......... .......... 64% 15.2M 0s > 100K .......... .......... .......... .......... .......... 96% 98.7M 0s > 150K ..... 100% 10625G=0.01s > >2014-08-07 04:35:30 (15.0 MB/s) - `lemur_gems.tar.gz' saved [159304/159304] > >tar -zxf lemur_gems.tar.gz >+ tar -zxf lemur_gems.tar.gz >gem install --local ./deprecated-2.0.1.gem >+ gem install --local ./deprecated-2.0.1.gem >Successfully installed deprecated-2.0.1 >1 gem installed >Installing ri documentation for deprecated-2.0.1... >Installing RDoc documentation for deprecated-2.0.1... >gem install --local ./dbi-0.4.5.gem >+ gem install --local ./dbi-0.4.5.gem >Successfully installed dbi-0.4.5 >1 gem installed >Installing ri documentation for dbi-0.4.5... >Installing RDoc documentation for dbi-0.4.5... >gem install --local ./dbd-mysql-0.4.4.gem >+ gem install --local ./dbd-mysql-0.4.4.gem >Building native extensions. This could take a while... >Successfully installed mysql-2.9.1 >Successfully installed dbd-mysql-0.4.4 >2 gems installed >Installing ri documentation for mysql-2.9.1... >Installing ri documentation for dbd-mysql-0.4.4... >Installing RDoc documentation for mysql-2.9.1... >Installing RDoc documentation for dbd-mysql-0.4.4... >gem install --local /product/lemur-2.2/lemur-2.2.1.gem >+ gem install --local /product/lemur-2.2/lemur-2.2.1.gem >Successfully installed lemur-2.2.1 >1 gem installed >Installing ri documentation for lemur-2.2.1... >Installing RDoc documentation for lemur-2.2.1... >/bin/rm * >+ /bin/rm dbd-mysql-0.4.4.gem dbi-0.4.5.gem deprecated-2.0.1.gem lemur_gems.tar.gz mysql-2.9.1.gem >cd .. >+ cd .. >rmdir lemur_gems >+ rmdir lemur_gems > ># The following two snippets are for when you want to run some code for a particular ># profile, *OR* a particular system ( BUT *NOT* *BOTH* ) ( and w/o putting funky if statements) ># SDO_post_specific_profile (empty by default) > ># SDO_post_specific_system (empty by default) > >sed -i '/192.168.100.127/s//129.165.8.41/' /etc/yum.repos.d/cobbler-config.repo >+ sed -i /192.168.100.127/s//129.165.8.41/ /etc/yum.repos.d/cobbler-config.repo ># End SDO_post > ># Enable post-install boot notification > ># Start final steps > > > > > > > >wget "http://192.168.100.127/cblr/svc/op/ks/system/diablo" -O /root/cobbler.ks >+ wget http://192.168.100.127/cblr/svc/op/ks/system/diablo -O /root/cobbler.ks >--2014-08-07 04:35:44-- http://192.168.100.127/cblr/svc/op/ks/system/diablo >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 46047 (45K) [text/plain] >Saving to: `/root/cobbler.ks' > > 0K .......... .......... .......... .......... .... 100% 301M=0s > >2014-08-07 04:35:45 (301 MB/s) - `/root/cobbler.ks' saved [46047/46047] > >wget "http://192.168.100.127/cblr/svc/op/trig/mode/post/system/diablo" -O /dev/null >+ wget http://192.168.100.127/cblr/svc/op/trig/mode/post/system/diablo -O /dev/null >--2014-08-07 04:35:45-- http://192.168.100.127/cblr/svc/op/trig/mode/post/system/diablo >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 4 [text/plain] >Saving to: `/dev/null' > > 0K 100% 217K=0s > >2014-08-07 04:35:45 (217 KB/s) - `/dev/null' saved [4/4] > >wget "http://192.168.100.127/cblr/svc/op/nopxe/system/diablo" -O /dev/null >+ wget http://192.168.100.127/cblr/svc/op/nopxe/system/diablo -O /dev/null >--2014-08-07 04:35:45-- http://192.168.100.127/cblr/svc/op/nopxe/system/diablo >Connecting to 192.168.100.127:80... connected. >HTTP request sent, awaiting response... 200 OK >Length: 4 [text/plain] >Saving to: `/dev/null' > > 0K 100% 279K=0s > >2014-08-07 04:35:46 (279 KB/s) - `/dev/null' saved [4/4] > ># End final steps
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1127691
: 924937 |
924938
|
924939
|
924941
|
924942