Difference between revisions of "CTB Changelog"

From PDP/Grid Wiki
Jump to navigationJump to search
 
Line 10: Line 10:
 
* span.nikhef.nl  : Dell CE2950
 
* span.nikhef.nl  : Dell CE2950
 
* toom.nikhef.nl  : Dell CE1950
 
* toom.nikhef.nl  : Dell CE1950
 +
 +
= 14 Aug 2009 =
 +
 +
==Kernel vulnerability==
 +
Disabled a few kernel modules due to a Linux kernel vulnerability:
 +
* on kudde, span and toom:
 +
  chkconfig --level 123456 hidd off
 +
  chkconfig --level 123456 bluetooth off
 +
  /etc/init.d/hidd stop
 +
  /etc/init.d/bluetooth stop
 +
  rmmod hidp rfcomm l2cap bluetooth
 +
* on bleek: bluetooth not running

Revision as of 16:05, 14 August 2009

This page is a changelog for changes made to the P4 Certification TestBed (CTB). These changes comprise of:

  • hardware changes
  • operating system changes on physical machines
  • operating system changes on virtual machines
  • CTB network setup

The P4 CTB currently consists of 4 physical machines

  • bleek.nikhef.nl : Dell CE1950
  • kudde.nikhef.nl : Dell CE1950
  • span.nikhef.nl : Dell CE2950
  • toom.nikhef.nl : Dell CE1950

14 Aug 2009

Kernel vulnerability

Disabled a few kernel modules due to a Linux kernel vulnerability:

  • on kudde, span and toom:
 chkconfig --level 123456 hidd off
 chkconfig --level 123456 bluetooth off
 /etc/init.d/hidd stop
 /etc/init.d/bluetooth stop
 rmmod hidp rfcomm l2cap bluetooth
  • on bleek: bluetooth not running