Thread: Does this mean I might one day become a programmer?

  1. #1
    Registered User
    Join Date
    Jan 2006
    Location
    Berkeley, Ca
    Posts
    195

    Does this mean I might one day become a programmer?

    I recently decided to install scanlogd on linux because of the massive number of portscans I seem to get when I connect to the IRC. Anyhow, I installed the the program right of the suse linux cd. I couldn't get the d-mn thing to work. I read and re-read the stupid documentation. I even tried getting help online. Nothing.

    So I decided to say f-it and look at the freakin source code. Taking the lessons I learned from comp.lang.c, I rummaged through the code and found two funky bugs. The first one was that the program never created a directory in /var like what it was supposed to. The second was that the user was set 'nobody' and not 'syslogd' like what the man pages said.

    After fixing both these bugs and recompiling the code, I once again try to set up scanlogd. Low and behold, the stupid thing worked. I'm bitter about this. I need to go start drinking.
    Last edited by cdalten; 05-21-2006 at 06:23 PM.

  2. #2
    Registered User
    Join Date
    May 2006
    Posts
    903
    No. It just means you found two obvious bugs.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Should I learn a FULL language first?
    By Raeliean in forum Game Programming
    Replies: 8
    Last Post: 07-16-2005, 06:59 PM
  2. error with code
    By duffy in forum C Programming
    Replies: 8
    Last Post: 10-22-2002, 09:45 PM
  3. cant get code to work
    By duffy in forum C Programming
    Replies: 13
    Last Post: 10-20-2002, 05:23 AM
  4. debug program
    By new_c in forum C Programming
    Replies: 3
    Last Post: 03-18-2002, 11:50 PM
  5. Simplified code
    By soonerfan in forum C Programming
    Replies: 2
    Last Post: 12-05-2001, 03:50 PM