Changes between Version 1 and Version 2 of cal.fifthhorseman.net


Ignore:
Timestamp:
11/30/05 16:24:44 (20 years ago)
Author:
Daniel Kahn gillmor
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cal.fifthhorseman.net

    v1 v2  
    22
    33This is an old server running in [wiki:dkg]'s apartment.  At the moment, it is hosting this trac installation, and the [wiki:"CAL Subversion Repository"].  These services will eventually be moved to machines within CAL proper.
     4
     5this machine is also known as `pita`.
     6
     7Basic specs are as follows:
     8
     9{{{
     10pita:~# cat /proc/cpuinfo
     11processor       : 0
     12vendor_id       : GenuineIntel
     13cpu family      : 6
     14model           : 8
     15model name      : Pentium III (Coppermine)
     16stepping        : 3
     17cpu MHz         : 662.303
     18cache size      : 256 KB
     19fdiv_bug        : no
     20hlt_bug         : no
     21f00f_bug        : no
     22coma_bug        : no
     23fpu             : yes
     24fpu_exception   : yes
     25cpuid level     : 2
     26wp              : yes
     27flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov\
     28 pat pse36 mmx fxsr sse
     29bogomips        : 1310.72
     30
     31pita:~# cat /proc/meminfo
     32MemTotal:       126848 kB
     33MemFree:          1928 kB
     34Buffers:         27212 kB
     35Cached:          47184 kB
     36SwapCached:          0 kB
     37Active:          72120 kB
     38Inactive:        28724 kB
     39HighTotal:           0 kB
     40HighFree:            0 kB
     41LowTotal:       126848 kB
     42LowFree:          1928 kB
     43SwapTotal:      511992 kB
     44SwapFree:       511992 kB
     45Dirty:              36 kB
     46Writeback:           0 kB
     47Mapped:          38152 kB
     48Slab:            21488 kB
     49Committed_AS:   479256 kB
     50PageTables:        512 kB
     51VmallocTotal:   901112 kB
     52VmallocUsed:      1780 kB
     53VmallocChunk:   898988 kB
     54pita:~# lspci
     550000:00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
     560000:00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
     570000:00:02.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 12)
     580000:00:02.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
     590000:00:02.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 08)
     600000:00:02.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management (rev 20)
     610000:00:0f.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
     620000:00:12.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 10)
     63pita:~# cat /proc/partitions
     64major minor  #blocks  name
     65
     66   3     0   13260240 hda
     67   3     1      96358 hda1
     68   3     2     979965 hda2
     69   3     3   12177270 hda3
     70 254     0     512000 dm-0
     71 254     1    2097152 dm-1
     72 254     2    2097152 dm-2
     73 254     3    2097152 dm-3
     74pita:~# mount
     75/dev/hda2 on / type ext3 (rw,errors=remount-ro)
     76proc on /proc type proc (rw)                   
     77sysfs on /sys type sysfs (rw)
     78devpts on /dev/pts type devpts (rw,gid=5,mode=620)
     79tmpfs on /dev/shm type tmpfs (rw)
     80/dev/hda1 on /boot type ext3 (rw)
     81/dev/mapper/vg0-lv_usr on /usr type ext3 (rw)
     82/dev/mapper/vg0-lv_var on /var type ext3 (rw)
     83/dev/mapper/vg0-cal on /usr/local/var/cal type ext3 (rw)
     84pita:~#
     85}}}
     86
     87This machine has no video display, but is controlled either through the network or via a serial line (115200n8).