Skip to main content

Janice's computer crashes

Submitted by gill on

The first crash was DRIVER_IRQL_NOT_LESS_OR_EQUAL which resulted in a STOP 0x000000D1. The
error was in VIDEOPRT.SYS. Search turns up nothing specific, but an upgrade of video drivers may be the answer.
The second crash was a STOP 0x0000008E in WIN32K.SYS. Search turns up this: http://support.microsoft.com/kb/834450
The third crash is DRIVER_IRQL_NOT_LESS_OR_EQUAL which resulted in a STOP 0x0000000A
The fourth crash is again DRIVER_IRQL_NOT_LESS_OR_EQUAL which resulted in a STOP 0x000000D1 VIDEOPRT.SYS.
Another STOP 0x0000008E!!!

Spill Checker

Submitted by gill on

I have a spelling checker
It came with my PC.
It plane lee marks four my revue
Miss steaks aye can knot sea.

Eye ran this poem threw it,
Your sure reel glad two no.
Its vary polished in it's weigh,
My checker tolled me sew.

A checker is a bless sing,
It freeze yew lodes of thyme.
It helps me right awl stiles two reed,
And aides me when aye rime.

To rite with care is quite a feet
Of witch won should be proud.
And wee mussed dew the best wee can,
Sew flaws are knot aloud.

And now bee cause my spelling
Is checked with such grate flare,

Xvnc terminal server

Submitted by gill on

Install vnc server and xinetd

yum -y install vnc-server xinetd

Configure xinetd:

chkconfig xinetd on

Create /etc/xinetd.d/xvncserver

service vnc-640x480x8
{
  protocol = tcp
  socket_type = stream
  wait = no
  user = nobody
  server = /usr/bin/Xvnc
  server_args = -inetd -query localhost -once -geometry 640x480 -depth 8 -SecurityTypes none
}

service vnc-800x600x8
{
  protocol = tcp
  socket_type = stream
  wait = no
  user = nobody
  server = /usr/bin/Xvnc

Errors after installing new modules

Submitted by gill on

* user warning: Table 'aggregator_category' already exists query: CREATE TABLE aggregator_category ( cid int NOT NULL auto_increment, title varchar(255) NOT NULL default '', description longtext NOT NULL, block tinyint NOT NULL default '0', PRIMARY KEY (cid), UNIQUE KEY title (title) ) /*!40100 DEFAULT CHARACTER SET UTF8 */ in /var/www/html/includes/database.mysql.inc on line 172.

zoneminder CentOS install notes

Submitted by gill on

Stuff I did after installing CentOS to get zoneminder running

yum install kmod-xfs # For my /opt filesystem
yum install gcc gcc-c++ # Compilers
yum install mysql ffmpeg gnutls-utils phpmyadmin
yum install ffmpeg-devel mysql-devel libjpeg-devel openssl-devel gnutls-devel
# PERL modules
yum install perl-Date-Manip
yum -y install perl-LWP-UserAgent-Determined
yum -y install perl-PHP-Serialization

./configure --with-webdir=/var/www/html --with-cgidir=/var/www/cgi-bin ZM_DB_PASS=zmnewpass
make
make install

2009 Vegetable garden

Submitted by gill on

We planted a vegetable garden on March 21, 2009

Looking at the garden from the west side, starting at the left (north):
Row 1

Better Boy tomato
maturity: 70-75 days, expected May 30 - June 5
Red Beefsteak tomato
maturity: 90 days, expected June 20
Sweet 100 tomato
2 plants, maturity: 65 days, expected May 25

Row 2, 3

Sugar Dots sweet corn
2 rows, 80 days to harvest, expected June 10

Row 4