XpdWiki

FrontPage
RecentChanges
XtC
FindPage
PageIndex
XpApprentices

Set your name in
UserPreferences

Edit this page

Referenced by
OliBye_blogentry_...
XpDay2Helpers
FrontPage.txt
XPD-WikiScript?




JSPWiki v2.0.52


OkChicken


A geek community web server run by OliBye and KevinHutchinson (O&K) @ http://www.OKChicken.com


What is the meaning of "OK Chicken"? OK Chicken is the name of KevinHutchinson's favourite student meal. KevinHutchinson and OliBye built OkChicken for a laugh and needed a silly name that didn't sound too trendy (and therefore at some point sound old and boring). Since O and K are also our initials it was decided, probably over a CubeLibre -- OliBye.

  • Email on xpdeveloper is suffering after a power cut in the DataPantry?.
    • Random areas of /var seem to have been affected.
    • Mainly stopping the delivery of email to spool files (they remain as tXXX in /var/spool/mqueue).
    • e2fsck on the rescue oldroot fixed things. Debian Woody's e2fsck 1.27 complained that it was too old, when I tried it from single user mode. RecentChangesBug?

  • The server has now been upgraded to run Stable Debian. Which wasn't a moment too soon, as on in October 2003 somebody had hacked the root account.

  • Having some problems with tomcat. Rolled back to debian packaged tomcat4.

Why Debian? (I take it that Red Hat is distro non-grata because of the dubious licensing.) --DafyddRees


  • 15 Aug 2004
  • Look ask disk usage
Disk /dev/hda: 16 heads, 63 sectors, 19885 cylinders
Units = cylinders of 1008 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1   *         1      6144   3096544+  83  Linux
/dev/hda2          6145      6406    132048   83  Linux
/dev/hda3          6407     19885   6793416   83  Linux

Disk /dev/hdb: 16 heads, 63 sectors, 39770 cylinders
Units = cylinders of 1008 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1             1        32     16064+  83  Linux
Partition 1 does not end on cylinder boundary:
     phys=(1, 254, 63) should be (1, 15, 63)
/dev/hdb2            32     39765  20025022+   5  Extended
Partition 2 does not end on cylinder boundary:
     phys=(446, 254, 63) should be (446, 15, 63)
/dev/hdb5            32      8368   4200997   83  Linux
/dev/hdb6          8368     16703   4200997   83  Linux
/dev/hdb7         16703     25038   4200997   83  Linux
/dev/hdb8         25038     33374   4200997   83  Linux
/dev/hdb9         33374     39765   3221032   83  Linux

Disk /dev/hdc: 16 heads, 63 sectors, 25228 cylinders
Units = cylinders of 1008 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdc1             1       407    205127+  83  Linux
/dev/hdc2           408       814    205128   83  Linux

Disk /dev/hdd: 16 heads, 63 sectors, 39770 cylinders
Units = cylinders of 1008 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hdd1             1      1024    516064+  82  Linux swap
/dev/hdd2          1025     39770  19527984    5  Extended
/dev/hdd5          1025     11427   5243080+  83  Linux
/dev/hdd6         11428     21830   5243080   83  Linux
/dev/hdd7         21831     39770   9041728+  83  Linux

Filesystem           1k-blocks      Used Available Use% Mounted on
/dev/hdb9              3170384   2780752    228584  93% /
/dev/hdb1                15553      7475      7275  51% /boot
/dev/hda3              6556865   5228485    988710  85% /home
/dev/hda1              2994105   2135796    703482  76% /oldroot
/dev/hdd6              5160416   4309740    588524  88% /misc/database
/dev/hdd7              8899792   6396624   2051084  76% /misc/distro
  • not using a lot, and running out of space

  • http://www.tldp.org/HOWTO/LVM-HOWTO/index.html
  • Stripes shouldn't include Physical Volumes from same disk => make 4 stripped volume groups.

  • Use fdisk to make Physical Volumes (0x8e)
    • /dev/hdb5
    • /dev/hdb6
    • /dev/hdb7
    • /dev/hdb8
    • /dev/hdd5

  • Create Physical volumes
pvcreate /dev/hdb5
pvcreate /dev/hdb6
pvcreate /dev/hdb7
pvcreate /dev/hdb8
pvcreate /dev/hdd5

  • Create the volume group for these PVs that will be used for stripes
vgcreate harddiskb /dev/hdb5 /dev/hdb6 /dev/hdb7 /dev/hdb8

  • Create a 10G LV for distro

pvdisplay /dev/sda2 pvscan vgdisplay /dev/removeable vgscan vgchange -a y removeable mount /dev/removeable /mnt
FEATURE(`dnsbl',`relays.osirusoft.com',`"mail from open relays and spammers refused, see http://relays.osirusoft.com"')dnl FEATURE(`dnsbl',`relays.ordb.org',`"mail from open relays refused, see http://www.ordb.org"')dnl FEATURE(`dnsbl',`block.blars.org',`"mail from spamming sites refused, see http://www.blars.org/errors/block.html"')dnl


Edit this page   More info...   Attach file...
This page last changed on 01-Jan-2004 17:33:05 GMT by unknown.