|
From: Jamie C. <jca...@we...> - 2006-06-11 15:39:08
|
On 11/Jun/2006 07:06 Kaiser, Hans wrote .. > > You need to have the Webmin bind8 module installed (which can handle > > both BIND 8 and 9). This is normally part of the standard Webmin install.. > > > > > I want to deinstall the monitoring module. Is there any other > > > possibility to verify why webmin displays localhost for the "E-Mail > > > subject" of my really interessting problem? > > > Can I activate a debug in webmin to see what happens on mailing? > > > > I think that to debug this, I would need to login to your system myself > .. > > that is the only way to see what is really happening. > > > > Hello Jamie, > > sorry that is not possible. I tried to migrate the system to an other > host, but that is too much work. > Is it possible to activate a debug mode in webmin? Unfortunately there isn't any debug mode, sorry.. The closest you could get is editing /usr/libexec/webmin/fsdump/backup.pl and adding code to print information (like the hostname) as it progresses. Something like : print STDERR "hostname = ",&get_system_hostname(),"\n"; > Have you got my answer, that the system monitoring module also reports > "localhost" in the mailsubject? Yes .. that looks like the same cause. - Jamie |