mrtg causing snmpd to hang ???

2001-10-20 Thread Martin Man

hi all,
I started to play with stock debian/testing snmpd and mrtg, 
what I did is that
I installed both packages, tuned snmd.conf so that it doesn't monitor any
programs and then ran cfgmaker localhost to create example mrtg.cfg, the
result was that snmpd hang immediately, I've only seen Recv-Q count from 
netstat -ltu increasing, meaning that snmpd is not processing any
requests anymore,and had to kill it -9 to shut it down

 simple play with snmpget shows that it is possible to
retrieve certain values (sysname) without hanging it, but cfgmaker localhost
surely stops the snmpd from responding...

any idea ???

P.S. I'm quite new to mrtg and snmpd, perhaps I skipped something obvious, but
surely I read faq, and manpages from both packages :(

thanx,
martin
-- 
2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




mrtg causing snmpd to hang ???

2001-10-20 Thread Martin Man
hi all,
I started to play with stock debian/testing snmpd and mrtg, 
what I did is that
I installed both packages, tuned snmd.conf so that it doesn't monitor any
programs and then ran cfgmaker localhost to create example mrtg.cfg, the
result was that snmpd hang immediately, I've only seen Recv-Q count from 
netstat -ltu increasing, meaning that snmpd is not processing any
requests anymore,and had to kill it -9 to shut it down

 simple play with snmpget shows that it is possible to
retrieve certain values (sysname) without hanging it, but cfgmaker localhost
surely stops the snmpd from responding...

any idea ???

P.S. I'm quite new to mrtg and snmpd, perhaps I skipped something obvious, but
surely I read faq, and manpages from both packages :(

thanx,
martin
-- 
2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223




Re: Sendmail

2001-10-08 Thread Martin Man

On Sat, Oct 06, 2001 at 01:48:37PM -0700, Michael R. Welch wrote:
 snip/
 
 When I remotely scan the ports I can't find smtp services. So my question is
 how do you configure sendmail to start in daemon mode on reboot. I'm new to
 debian but have some unix/linux experience as a user and super user, but am
 unfamiliar with some of the finer details.

generally all system services are started thru /etc/init.d/... scripts, which
are linked to appropriate runlevel directories /etc/rc?.d/..., the default
boot runlevel can be found in /etc/inittab on the line containing initdefault,
... to see whether the service is running at the machine you can use 

netstat -ltu (listen, tcp, udp)


more in nag, lag, etc. they're packaged...

 
 thanks
 
 Michael Welch
 

martin
-- 
2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: webalizer

2001-10-08 Thread Martin Man

On Mon, Oct 08, 2001 at 01:32:59PM -0600, Matt Fair wrote:
 Hello,
 I am using Debian Stable with Webalizer V1.30-04 (Linux 2.2.12) English. 
 I have several websites running on my server using Apache/1.3.9 (Unix), 
 each site with its own config file.  I have a cron to run: webalizer -c 
 config file each half hour.  On October 4th one of my sites got about 
 20,000 hits and now from the 5th on does not record any records.  No 
 daily stats, nothing.  Apache is still recording the transfer logs, and 
 I manually executed webalizer with the config files, and it runs through 
 the correctly, but does not generate any NEW stats, nothing past the 4th.

since the beginning of september I'm sometimes getting something like
oversized request truncated from webalizer, though I haven't look at it
because upgrade to woody is underway just to let you know that mine is not
perfect as well (and no I really don't have any idea how many hits this site
have :-))...

 
 output:
 
 Titan:/var/virtual/opensimpx/stats# /usr/bin/webalizer -c 
 /etc/webalizer/opensimpx.org.conf
 Webalizer V1.30-04 (Linux 2.2.12) English
 Using logfile /var/log/apache/virtual/opensimpx/transfer.log
 Creating output in /var/virtual/opensimpx/stats
 Hostname for reports is 'www.opensimpx.org'
 Reading history file... webalizer.hist
 Reading previous run data.. webalizer.current
 26 records (26 ignored) in 0.00 seconds
 
 
 Are there any known bugs like this in webalizer?
 Any thoughts?
 Thanks,
 Matt
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Sendmail

2001-10-08 Thread Martin Man
On Sat, Oct 06, 2001 at 01:48:37PM -0700, Michael R. Welch wrote:
 snip/
 
 When I remotely scan the ports I can't find smtp services. So my question is
 how do you configure sendmail to start in daemon mode on reboot. I'm new to
 debian but have some unix/linux experience as a user and super user, but am
 unfamiliar with some of the finer details.

generally all system services are started thru /etc/init.d/... scripts, which
are linked to appropriate runlevel directories /etc/rc?.d/..., the default
boot runlevel can be found in /etc/inittab on the line containing initdefault,
... to see whether the service is running at the machine you can use 

netstat -ltu (listen, tcp, udp)


more in nag, lag, etc. they're packaged...

 
 thanks
 
 Michael Welch
 

martin
-- 
2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223




Re: webalizer

2001-10-08 Thread Martin Man
On Mon, Oct 08, 2001 at 01:32:59PM -0600, Matt Fair wrote:
 Hello,
 I am using Debian Stable with Webalizer V1.30-04 (Linux 2.2.12) English. 
 I have several websites running on my server using Apache/1.3.9 (Unix), 
 each site with its own config file.  I have a cron to run: webalizer -c 
 config file each half hour.  On October 4th one of my sites got about 
 20,000 hits and now from the 5th on does not record any records.  No 
 daily stats, nothing.  Apache is still recording the transfer logs, and 
 I manually executed webalizer with the config files, and it runs through 
 the correctly, but does not generate any NEW stats, nothing past the 4th.

since the beginning of september I'm sometimes getting something like
oversized request truncated from webalizer, though I haven't look at it
because upgrade to woody is underway just to let you know that mine is not
perfect as well (and no I really don't have any idea how many hits this site
have :-))...

 
 output:
 
 Titan:/var/virtual/opensimpx/stats# /usr/bin/webalizer -c 
 /etc/webalizer/opensimpx.org.conf
 Webalizer V1.30-04 (Linux 2.2.12) English
 Using logfile /var/log/apache/virtual/opensimpx/transfer.log
 Creating output in /var/virtual/opensimpx/stats
 Hostname for reports is 'www.opensimpx.org'
 Reading history file... webalizer.hist
 Reading previous run data.. webalizer.current
 26 records (26 ignored) in 0.00 seconds
 
 
 Are there any known bugs like this in webalizer?
 Any thoughts?
 Thanks,
 Matt
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact 
 [EMAIL PROTECTED]
 

-- 
2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223




Re: mail sorting tool

2001-01-04 Thread Martin Man

On Wed, Jan 03, 2001 at 02:49:34PM +, Mark Brown wrote:
 On Wed, Jan 03, 2001 at 02:41:23PM +0100, Martin Man wrote:
 
  P.S. or if someone knows simple ruleset for procmail ??
 
 :0 c
 


this is obviously possible, but then I've to trow the email at the end into
/dev/null, because I don't want to store it, and this way I'm going to loose the
email targeted to my domain but not captured by rules in .procmailrc


 -- 
 Mark Brown  mailto:[EMAIL PROTECTED]   (Trying to avoid grumpiness)
 http://www.tardis.ed.ac.uk/~broonie/
 EUFShttp://www.eusa.ed.ac.uk/societies/filmsoc/
 
 

-- 
---
"Only dead fish swims with a stream"
gpg_key_fingerprint: 2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223
home_page: http://home.zcu.cz/~mman


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




mail sorting tool

2001-01-03 Thread Martin Man

Hi gurus,
which tool would you suggest me to use for simple mail sorting for my
small company. Let's say we're getting email for our domain via POP from one POP
account and I've to distribute appropriate email messages to 
appropriate mailboxes according to To: and Cc: headers.

The procmail fails when someone sends an email to [EMAIL PROTECTED]
and cc's it to [EMAIL PROTECTED] because procmail's rule will match the
only first address and doesn't have a chance to match against cc header,
therefore [EMAIL PROTECTED] will get the email, the others won't.

So I just would like to get a simple sorting filter to which I can pass
messages directly from .forward and which will distribute the email to correct
place. 
I'm running potato+exim+fetchmail, know it's possible using sendmail,
but don't really want to go into it, because it's too complicated.

thanx,

P.S. or if someone knows simple ruleset for procmail ??


-- 
---
"Only dead fish swims with a stream"
gpg_key_fingerprint: 2CC0 4AF6 92DA 5CBF 5F09  7BCB 6202 7024 6E06 0223
home_page: http://home.zcu.cz/~mman


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]