Edwin Groothuis

Show:

What's happening?

  • Comment: view_w doesn't honour "no weekends"

    File Added: view_w.php.patch.

    2007-01-25 05:06:55 UTC in WebCalendar

  • view_w doesn't honour "no weekends"

    view_w.php doesn't honour the "I don't want to see weekends" option. This patch resolves that: RCS file: /usr/local/cvsroot/websites/webcalendar/view_w.php,v retrieving revision 1.7 diff -u -r1.7 view_w.php --- view_w.php 19 Jun 2006 01:54:43 -0000 1.7 +++ view_w.php 25 Jan 2007 05:04:13 -0000 @@ -70,12 +70,16 @@ // We add 2 hours on to the time so that the switch to DST...

    2007-01-25 05:05:36 UTC in WebCalendar

  • Gaim could be smarter with logging the same error

    This morning I woke up and found several hundred gaim windows on my desktop complaining about a deleted sound file: http://www.mavetju.org/~edwin/gaim-nosound.gif That happened of an, in the background happening, update in the gaim package which moved it from /usr/X11R6 to /usr/local/. This logging could be done a little bit smarter. Edwin.

    2006-11-01 00:51:33 UTC in Pidgin

  • sendmail failed due to too many apostrophes

    The call to sendmail in p3scan.c line 186 fails sometimes because the text body contains a ' ("Can't send") snprintf(puffer,4096,"echo '%s' | %s -s 'P3Scan Terminating!' %s", config->emergency, config->mail, config->emergcon); Replace with: snprintf(puffer,4096,"echo \"%s\" | %s -s 'P3Scan Terminating!' %s", config->emergency, config->mail, config->emergcon); And all is fine.

    2006-11-01 00:30:07 UTC in P3Scan

  • cacti is very DNS noisy

    Cacti is very demanding of DNS. For 10 hosts, with 10 interfaces and 2 items to be queries, it will send 2 * 10 * 10 DNS requests, while it could have been done with 10. The following patch caches the DNS requests. Edwin.

    2006-07-17 00:41:31 UTC in Cacti

  • check_pgsql thinks foo-bar is an invalid database name

    "check_pgsql: Database name is not valid - foo-bar" postgres has allowed me for a long time to create databases with dashes in the name.

    2006-06-05 05:18:58 UTC in Nagios Plugin Development

  • MavEtJu's tools

    mavetju committed patchset 210 of module development to the MavEtJu's tools CVS repository, changing 1 files.

    2006-03-21 02:17:48 UTC in MavEtJu's tools

  • MavEtJu's tools

    mavetju committed patchset 209 of module development to the MavEtJu's tools CVS repository, changing 1 files.

    2006-03-21 02:16:48 UTC in MavEtJu's tools

  • Comment: users table is too short

    Logged In: YES user_id=28941 > Thank you for reporting this, I didn't think people would > use whole email addresses as usernames... expect everything... I myself would use the truncating anyway, because even if the maxsize is n, then somebody (or some robot) will use one with a length of n+1.

    2006-01-10 11:05:34 UTC in MySQL Squid Access Report

  • Comment: users table is too short

    Logged In: YES user_id=28941 Or of course, to use: $dbRecord['authuser']=substr($record[7],0,20);.

    2006-01-10 02:15:28 UTC in MySQL Squid Access Report

About Me

  • 2000-04-27 (10 years ago)
  • 28941
  • mavetju (My Site)
  • Edwin Groothuis

  • SQL-based SQL-based C Perl PHP HTML/XHTML Security Networking

Send me a message