24-Nov-2006

Still problems with BINDThe problems yesterday did indeed cause a problem with mail. Since checking domains failed, delivery of mail was rejected as well. Therefore, I had to resent mail pushed out yesterday. I did that at 7:00 am – about that time.

But at 9, Kim called that there was again no connectivity to the Internet, and Kasper did as well around 11. Mail sent to grootersnet.nl failed again!

So The first thing to do was having a look once more. But $ TCPIP SHO HOST showed all I would expect. I looked in Operartor.log and teh BIND logs but there is no clue whatsoever why it suddenly fails to translate external addresses! After stopping and starting BIND, and waiting a few minutes, there was no more problem!

It will be one of the first things to check tomorrow.

Aphrodite has some problem once in a while. It will get all configuration data form Diana (set up to be configured by DHCP – as all Windows boxes) but connection for telnet and POP (for mail) will fail; Starting a DOS box and give the command ipconfig /renew solves the problem. In the BIND log, Aphrodite is often mentioned trying to make adjustments to the BIND database – which is, for good reasons, not allowed.

 

23-Nov-2006

Power outage

Yesterday I had to repair a light switch, and so power had to be taken off – and I expected that the datacentre would powered: the guide sheet stated “First floor” and did not mention the attic where the datacenter is. Alas – that’s correct where light is concerned but major power is wired to the first floor – so DOWN all went.

Nasty thing is I just found out today. That is: Kim complained that Internet connectivity didn’t work. But the local network seemed Ok. It was impossible to access the system directly (I was on another location) so I got into the issue tonight – and found out what happened.

On Irene – the Windows machine for ‘normal use’ – nslookup of an external site failed, but internal all was well. So I took a look to DIana’s TCPIP$BIND process – which was running fine but $ TCPIP SHOW HOST just showed the local database, not what is stored in DNS! So I restarted BIND (that is: $ @SYS$STARTUP:TCPIP$BIND_SHUTDOWN followed by $ @SYS$STARTUP:TCPIP$BIND_STARTUP) and next the data did properly show up. Next I had to renew Irene’s DHCP data, before nslookup did work.

But to find out WHY this happened: $ SHOW SYSTEM/NOPROC showed an uptime of only almost 24 hours, and yesterday’s Operator.log ended when I switched off power: at 19:15, and a second log started when power was restored (at 19:45). That’s a way to find out what miistake I made last night!

(If I could have checked the logfiles from my job location, something I usually do at another site, I would have noticed before)

Everthing worked fine after that, except for this blog. Simple reason: the logical where this log resides wasn’t properly defined. Just had to change that (manually, to be done in the startup files as well). Now all runs fine, only it seems mail is not delivered. I sent something this afternoon, there was nothing wong with it, it didn;t bounce but I have not got it here. It might come later…

21-Nov-2006

PHP + MySQL

is not fully stable: Today I tried to post a message into the security category, from elsewhere, but both attemps failed die to a crash in WASD_PHP, likely to be happened in PHPSHR:

%HTTPD-W-NOTICED, 21-NOV-2006 08:31:11, CGI:1969, not a strict CGI response
-NOTICED-I-SERVICE, http://www.grootersnet.nl:80
-NOTICED-I-CLIENT, 194.151.195.208
-NOTICED-I-URI, POST (26 bytes) /sysblog/wp-admin/post.php
-NOTICED-I-SCRIPT, /sysblog/wp-admin/post.php sysblog:[wp-admin]post.php (cgi_exe:phpwasd.exe) SYSBLOG:[wp-admin]post.php
-NOTICED-I-CGI, 2553595354454D2D462D485041524954482C206869676820 (129 bytes) %SYSTEM-F-HPARITH, high performance arithmetic trap, Imask=00000000, Fmask=00000002, summary=02, PC=00000000001E9C94, PS=0000001B
-NOTICED-I-RXTX, err:0/0 raw:6291/0 net:876/0
After another attempt, I gave up from there, and tried just a few minutes ago from tjhe LAN – and it went perfectly. But that also means I cannot reproduce it using WASD’s facilities.

Starting the admin pages a seceond time missed the stylesheets – but refresh gave them back…

16-Nov-2006

Delayed maintenance

on the website is to be addressed shortly, so I started today with HOW-TO’s on WASD, and in due time chapters on MySQL, WASD_PHP (en what’s done to work with MySQL 4.1) and the PHP applications PHPMyAdmin, E107 and WordPress.

I forgot one thing on WordPress. It was not just classes.php that needed an update. Creating the databae used “MyIsam” as the structure, but on VMS, this doesn’t work properly and InnoDB is the default (and works). So all references to MyIsam in every CREATE TABLE statement had to be removed so the default (InnoDB) will be used.

For the rest, not much in general terms.

Just that for some reason, changing message categories removed the category setting, so al of a sudden it’s reset to the default look and feel. Wel, it’s not that troublesome to reset, but it IS weird.

 

12-Nov-2006

No import of sysmgr.blogspot.com

at least not by WordPress since there is no CURL module included in PHPSHR as delivered by HP. So I have to do it otherwise – by CURL itself. With some editing and retrieval, I managed to get it all, but it’s a hell of a job to get all data into this one. Perhaps I leave it there.

The presentation

is one thing I’m not sure of yet. There are a lot of fancy and usefull skins around, I’m still looking on the right one to use (or to base this blog on). I won’t use the blogspot.com one (I don’t want to infringe any copyrights).

Another thing I’m still looking into is how to prevent spamming in comments – and as long as I have no solution on that, comments have to be blocked, I’m sorry.

System’s logbook

Started commandprocedures to fill the Systems logbook – automaticaly. The basics have been done (currently on a day-by-day basis added to homedesk) but some work needs to be done to have it send in by mail to this blog. That is, it will be in a category by itself – with, or without comments. But for this, I have to set up an internal POP3 account – no problem since I used that on the intranet already.