wiki:cal.fifthhorseman.net

Version 4 (modified by Daniel Kahn gillmor, 20 years ago) ( diff )

--

cal.fifthhorseman.net

This is an old server running in dkg's apartment. At the moment, it is hosting this trac installation, and the CAL Subversion Repository. These services will eventually be moved to machines within CAL proper.

this machine is also known as pita. it has no video display, but is controlled either through the network or via a serial line (115200n8).

Basic specs are as follows:

pita:~# cat /proc/cpuinfo 
processor       : 0
vendor_id       : GenuineIntel
cpu family      : 6
model           : 8
model name      : Pentium III (Coppermine)
stepping        : 3
cpu MHz         : 662.303
cache size      : 256 KB
fdiv_bug        : no
hlt_bug         : no
f00f_bug        : no
coma_bug        : no
fpu             : yes
fpu_exception   : yes
cpuid level     : 2
wp              : yes
flags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips        : 1310.72

pita:~# cat /proc/meminfo 
MemTotal:       126848 kB
MemFree:          1928 kB
Buffers:         27212 kB
Cached:          47184 kB
SwapCached:          0 kB
Active:          72120 kB
Inactive:        28724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:       126848 kB
LowFree:          1928 kB
SwapTotal:      511992 kB
SwapFree:       511992 kB
Dirty:              36 kB
Writeback:           0 kB
Mapped:          38152 kB
Slab:            21488 kB
Committed_AS:   479256 kB
PageTables:        512 kB
VmallocTotal:   901112 kB
VmallocUsed:      1780 kB
VmallocChunk:   898988 kB
pita:~# lspci
0000:00:00.0 Host bridge: VIA Technologies, Inc. VT82C693A/694x [Apollo PRO133x] (rev c4)
0000:00:01.0 PCI bridge: VIA Technologies, Inc. VT82C598/694x [Apollo MVP3/Pro133x AGP]
0000:00:02.0 ISA bridge: VIA Technologies, Inc. VT82C596 ISA [Mobile South] (rev 12)
0000:00:02.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
0000:00:02.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev 08)
0000:00:02.3 Host bridge: VIA Technologies, Inc. VT82C596 Power Management (rev 20)
0000:00:0f.0 Ethernet controller: Intel Corp. 82557/8/9 [Ethernet Pro 100] (rev 08)
0000:00:12.0 Multimedia audio controller: ESS Technology ES1988 Allegro-1 (rev 10)
pita:~# cat /proc/partitions 
major minor  #blocks  name

   3     0   13260240 hda
   3     1      96358 hda1
   3     2     979965 hda2
   3     3   12177270 hda3
 254     0     512000 dm-0
 254     1    2097152 dm-1
 254     2    2097152 dm-2
 254     3    2097152 dm-3
pita:~# mount
/dev/hda2 on / type ext3 (rw,errors=remount-ro)
proc on /proc type proc (rw)                   
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
tmpfs on /dev/shm type tmpfs (rw)
/dev/hda1 on /boot type ext3 (rw)
/dev/mapper/vg0-lv_usr on /usr type ext3 (rw)
/dev/mapper/vg0-lv_var on /var type ext3 (rw)
/dev/mapper/vg0-cal on /usr/local/var/cal type ext3 (rw)
pita:~# 
Note: See TracWiki for help on using the wiki.