mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-03 21:02:34 +00:00 
			
		
		
		
	fixed the bug 3490. put the insserv message into /dev/null
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16052 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		@@ -105,7 +105,7 @@ then
 | 
			
		||||
        sed -i "/options ib_ehca lock_hcalls/d" /etc/modprobe.conf
 | 
			
		||||
        echo 'options ib_ehca lock_hcalls=0' >> /etc/modprobe.conf
 | 
			
		||||
    fi
 | 
			
		||||
    /sbin/chkconfig --level 2345 $ib_driver on
 | 
			
		||||
    /sbin/chkconfig --level 2345 $ib_driver on > /dev/null 2>&1
 | 
			
		||||
    /sbin/service $ib_driver restart
 | 
			
		||||
    sysctl -p
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user