header

Say Goodbye to Comcast Newsgroups!

Transition from netnews.comcast.net to the Comcast newsgroups, provided by Giganews.
After December 31st, all netnews users will be transitioned to the current Comcast newsgroup service provided by Giganews. In addition, starting January 1, 2005, we will be doubling the current monthly Giganews download limit to 2 GB (headers will not be included in these new limits).
What do I need to do? Click here to start using the Comcast newsgroup service today.

If you have any questions about these changes, please contact Comcast technical support by sending us an e-mail.

Sincerely,

Comcast High-Speed Internet

That’s really too bad… considering it takes me about an hour to download 2 GB… I might have to get a full newsgroup service now!

Comments (0)

IPB ‘X Latest Posts’

Invisionize.com is a great source for Invision Power Board 2.0 mods and skins.

It’s very easy to use for all IPB versions in fact, and has a separate thread in Modification Support forum for each mod.

I plan to use many in the future, and have my eye on X Latest Posts.

Comments (2)

Vigenere Cipher

I completed a Veginere Cipher in C++; as guided from this site.

My code for the vigenere cipher.

Comments (0)

mysql error dealing with permissions

I was dealing with directly writing .MYD, .MYI and .frm files to my mysql data directory today and was experience the following problems when trying to access it:

I was getting the error “Can’t find file {database}/{table}.frm (errno: 13)”. I looked in /usr/include/asm/errno.h and it showed that errno: 13 was “Permission denied”.

At first the files were chmod’ed 644 with user rdehler and group users. I made all of the database files chmod’ed 660 with user mysql and group mysql and restarted the mysql server with /etc/init.d/mysql restart. After doing this, I logged in and tried to select a table when I got this message “Didn’t find any fields in table {tablename}”, one message for every table in the database. After scratching my head a little bit, I decided to make all of the files 770, restarted the mysql server and it worked.

For future reference I created a script that does it for me whenever I have to copy over files:

#!/bin/bash -f

echo Stopping the mysql server
/etc/init.d/mysql stop
echo Setting permissions for graphics folder
`chmod -R 770 /var/lib/mysql/{database directory}`
echo Changing owner of graphics databases
`chown -R mysql /var/lib/mysql/{database directory}`
echo Changing group of graphics databases
`chgrp -R mysql /var/lib/mysql/{database directory}`
echo Starting the mysql server
/etc/init.d/mysql start

An easier solution to having to do this everytime? You can simply import it in while mysql is running. However this is only if you have a .sql file that you can import rather than the .MYD, .MYI and .frm files directly.

Comments (0)

New Games, 11/21/2004

New games since 2 days ago… Surprise I was able to get so many in 2 days? So am I…

Some of these games I’ve already tried, but haven’t worked; namely Bloodrayne, Dead or Alive Ultimate and Otogi 2.

Bloodrayne (7.2)
The Urbz: Sims in the City (7.3)
Dead or Alive Ultimate (8.8)
Forgotten Realms: Demon Stone (7.6)
Grand Theft Auto: Vice City (9.6)
The Incredibles (6.1)
King Arthur (not yet rated)
Kung Fu Chaos (6.5)
Midtown Madness 3 (8.0)
Otogi 2 (8.3)

Comments (0)


blogtimes