Difference between revisions of "CTB Changelog"

From PDP/Grid Wiki
Jump to navigationJump to search
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page is a changelog for changes made to the P4 Certification TestBed (CTB). These changes comprise of:
+
This wiki page is no longer used to record changes; changes should be sent to the [mailto:ctb-changelog@nikhef.nl ctb-changelog mailing list].
* 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
 
 
 
See also [[User:Dennisvd@nikhef.nl/testbed]].
 
 
 
= 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
 
 
 
= 17 Aug 2009 =
 
 
 
Updated systems with 'yum update' on toom, bleek. Restarted systems due to new kernel.
 
 
 
--[[User:Dennisvd@nikhef.nl|Dennisvd@nikhef.nl]] 12:50, 17 Aug 2009 (CEST)
 
 
 
= 18 Aug 2009 =
 
 
 
* '''System:''' kudde
 
* '''Modification:''' edited /etc/grub.conf
 
* '''Details:'''
 
 
 
Changed
 
console=com2
 
to
 
console=com2,vga
 
 
 
otherwise there's nothing to see on the vga port (via the remote console switch).
 
 
 
Change will be effective on next reboot.
 
 
 
--[[User:Dennisvd@nikhef.nl|Dennisvd@nikhef.nl]] 10:03, 18 Aug 2009 (CEST)
 

Latest revision as of 18:05, 22 February 2013

This wiki page is no longer used to record changes; changes should be sent to the ctb-changelog mailing list.