Helena: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
mNo edit summary
Brian Wilson (talk | contribs)
mNo edit summary
Line 32: Line 32:
wine
wine


== Weird config issues ==
== Weird configuration issues ==


Had to uncomment the GFX_GFXMODE and GRUB_TERMINAL lines in /etc/default/grub so that the console would stay low res, else it would blank out on the KVM
Problem: console screen goes black (and stays that way) during boot.


Maybe xdisplay=vesa is the way to do this
Fix: blacklist the i915 driver, which you can do like this
# cd /etc/modprobe.d
# echo "blacklist i915" > i915-blacklist.conf
# reboot

Revision as of 18:24, 9 June 2014

History

2014 Jun 06 -- built from scrap parts. Mostly from the AccessPort Mt St Helena router.

Hardware

  • 4U rack case
  • Intel desktop Micro-ATX motherboard
  • Core 2 Duo processor 2.2 GHz
  • 1GB PC5300 DDR2/667 RAM
  • Samsung 1GB SATA II drive
  • DVD
  • Intel Pro/100 NIC on motherboard
  • Two additional 4 port NICs with DEC de21040 "Tulip" chips

Software

Debian 7 aka "Squeeze"

LVM on hard drive

static IP 192.168.2.205

Extra packages

ssh postgresql emacs postfix apache2 sudo wine

Weird configuration issues

Problem: console screen goes black (and stays that way) during boot.

Fix: blacklist the i915 driver, which you can do like this

# cd /etc/modprobe.d
# echo "blacklist i915" > i915-blacklist.conf
# reboot