Recent content by jhamlet

  1. J

    Classic quits by itself

    Actually - sorry.. just thought I was all along. The same thing happens to me, and I get a similar message in the console. It seems to have something to do with a "wake-up" event sent to classic... Therefore, I set both X and Classic to never sleep while I'm working. It seems to help. No...
  2. J

    Understanding my path and running my dumb perl programs

    Do you have the "#!/usr/bin/perl" as your first line in your scripts. This tells the shell what to run the script in. Have you set the permissions correctly? You need to set the permissions on the script so that you (the owner) can execute the file. "chmod 744 script-filename "...
  3. J

    Inserting a DVD-ROM on Powerbook Firewire Crashes the System

    I've been having a problem, off and on, with my Powerbook Firewire model when I load a CD or DVD into the DVD-ROM drive. In both OS 9.x and 10.x as soon as I close the drive with a disk in it, it does one of three things: 1. Crashes the computer immediately. 2. Spins madly, slows...
  4. J

    How can I get apache to serve my local website without a network connection??

    I use my machine to develop Web Sites using MySQL, Perl, SSI etc... It's not too complicated, but let's see if I can spell it out correctly: To find a web-site on the internet your computer needs to turn a name "www.whatsitsname.com" to an I.P. Address "127.1.1.154" and you usually use a...
Back
Top