Re: problem with awstats

2004-01-05 Thread Jiele
[EMAIL PROTECTED] wrote:
On Sun, 4 Jan 2004, Joseph A. Nagy, Jr. wrote:


I don't see how the original stats could be overwritten though. I've
never had the problem being discussed and until the latest version (5.9)
never even told it to explicitly keep a history.


I don't know why or since when, but I had it happening to me too. So,
then I started using -dir and/or -date and everything was fine again.
This is with a pure awstats install from Sarge.
Grx HdV

Thanks for all the replies, guys :)

After reading this thread and re-visit the awstats.sourceforge.net, 
there are someways to solve this problem.

I am using awstats_buildstaticpages.pl instead of awstats.pl now.
1) with -dir / -date, can put monthly report to different dir with 
different names. this prevents any overwriting.
2) with -month=all -year=, can generate an annual report. I think 
do some manual backup each year is not a big deal. This is what I am 
doing now :)



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



problem with awstats

2004-01-02 Thread Jiele
Hi, guys,
Installed Awstats (Version: 5.6-1), works fine. However, I just 
noticed that it only generates monthly report. So when a new month 
starts, all the past statistics are gone, and everything starts from 0 
(e.g. number of visits, domains/countries, etc).
One possible way is to generate a new report when a new month 
starts, but what I want is to see all the historical data from a single 
report.
Is there a way to config awstats so that it accumulate everything 
in a single report, instead of starting new report each month? I checked 
its docs, but no joy.
Thanks!



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



Re: IP to www

2003-12-19 Thread Jiele
Gruessle wrote:


From: Vineet Kumar [mailto:[EMAIL PROTECTED]

* Gruessle ([EMAIL PROTECTED]) [031219 15:07]:

From: Vineet Kumar

http://68.68.202.34/ doesn't work for me.  Of course,
neither does a

ping to that address, or a tracepath.  Are you sure that's
your address?
My IP I checked at http://checkip.dyndns.org/, so this
should be right.

I just checked ping and tracert does acualy work for me.
Yes, you're right; ping works for me, too.


But what counts is that it does not work from your computer
This http://68.68.202.34/ does not work for here either.
C:\ping 68.68.202.34
Well that sure is a funny-looking prompt =p

There's definitely some kind of filtering going on, though.  Trying to
connect to that address (on a few different ports I've tried)
just sort
of hangs rather than coming back with connection refused.
good times,
Vineet


My router has a Firewall and the only port I have opened up is port 80
Could it be that my cable company is blocking something?
I can't imagine how thou.
Very likely. My cable company disables port 80, while all other ports 
are open. So I have to run my webserver at port 8000. Maybe you can try 
some port other than 80. Better choose some larger number :)

--
Yours sincerely,\|||/
(o o)
+---ooO--(_)--Ooo+
|  ZHANG Jiele   |
|  [EMAIL PROTECTED].oooO|
|  http://www.jiele.net (   )   Oooo.|
+\ ((   )+
  \_)) /
--  (_/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: mixture in sources.list

2003-12-11 Thread Jiele
Vittorio wrote:
Somewhere, I think either in Morphix or in Knoppix which both are
debian-derived, I've seen that in the sources.list file there where
the lines for testing and unstable downloads from the debian site.
If I repeat the same configuration how can I tell apt-get that I want
to download e.g. Mozilla from unstable and exim from testing?
Ciao
Vittorio
man apt_preferences

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



Re: SA, Debian Woody, Exim3, help

2003-12-03 Thread Jiele
I would be wrong, but a recipe like

:0:
...
| /usr/bin/spamc
would eat the message, and nothing would be delivered

You may try this instead:

:0fw:
...
| /usr/bin/spamc
This recipe treat spamc as a filter (indicated by flag 'f'), and the 
processed message will be passed to the rest recipes. Anyway, it works 
for me.

Scott Ehrlich wrote:
On Mon, 1 Dec 2003, Monique Y. Herman wrote:


(Please don't top post.)


I'll try my best ;-)


Maybe I'm being pedantic, but do you see it in ps?  Here's what I see:

# ps -eaf | grep spamd
root 27187 1  0 Oct24 ?00:00:17 /usr/sbin/spamd -m 10 -d 
--pidfile=/var/run/spamd.pid


root   169  0.0 11.1  8056 6980 ?S22:36   0:00 /usr/bin/perl 
/usr/sbin/spamd -d -c
scott  941  0.0  0.6  1332  428 pts/1S23:45   0:00 grep -i spam


Also, I'm not sure which verbose you're referencing, but when I set
VERBOSE=yes in my .procmailrc, I see the following in my procmail log:
procmail: Executing /usr/bin/spamc



With /usr/bin/spamc towards the top of my .procmailrc:

procmail: Assigning SPAM=/home/scott/Spam
procmail: Skipped /usr/bin/spamc
procmail: No match on ^Received:.*wunderground.com
procmail: No match on ^X-Spam-Flag: YES
procmail: Locking /var/mail/scott.lock
procmail: Assigning LASTFOLDER=/var/mail/scott
procmail: Opening /var/mail/scott
procmail: Acquiring kernel-lock
procmail: Unlocking /var/mail/scott.lock
then, with a recipe of
:0:
...
| /usr/bin/spamc
...
procmail: Assigning SPAM=/home/scott/Spam
procmail: No match on ^Received:.*wunderground.com
procmail: Couldn't determine implicit lockfile from /usr/bin/spamc
procmail: Locking .lock
procmail: Executing /usr/bin/spamc
procmail: [28834] Mon Dec  1 16:38:15 2003
procmail: Assigning LASTFOLDER=/usr/bin/spamc
procmail: Unlocking .lock


--
monique


Further suggestions welcome.

Thanks.

Scott




--
Yours sincerely,\|||/
(o o)
+---ooO--(_)--Ooo+
|  ZHANG Jiele   |
|  [EMAIL PROTECTED].oooO|
|  http://www.jiele.net (   )   Oooo.|
+\ ((   )+
  \_)) /
--  (_/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: problems installing java

2003-11-30 Thread Jiele
tripolar wrote:
having problems installing java
first using apt-get or aptitude what should I install?
2) any tricks to have konqueror, mozilla, netscape find java?
3. Any links I should set up and how?
I have main non-free  contrib in my sources.list
unstable
thanks

This is what I did.

There are some java mirror below:
http://www.blackdown.org/java-linux/mirrors.html
Add some to your source list, and you can apt-get java stuff.

There is a debian java howto somewhere, but I can't remember where it is 
now.

--
Yours sincerely,\|||/
(o o)
+---ooO--(_)--Ooo+
|  ZHANG Jiele   |
|  [EMAIL PROTECTED].oooO|
|  http://www.jiele.net (   )   Oooo.|
+\ ((   )+
  \_)) /
--  (_/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: how to mount a zip drive

2003-11-29 Thread Jiele
Paul Valley wrote:
Hi All:

   how in praytell do you mount a zip drive is there a way to do it 
without recompiling linux?

Paul



You can just compile those necessary modules, and modprobe. no new 
kernel, no reboot.

--
Yours sincerely,\|||/
(o o)
+---ooO--(_)--Ooo+
|  ZHANG Jiele   |
|  [EMAIL PROTECTED].oooO|
|  http://www.jiele.net (   )   Oooo.|
+\ ((   )+
  \_)) /
--  (_/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



ugly narrow font in mozilla

2003-11-28 Thread Jiele
Hi,
  I have been using testing branch for a while. Recently, after a 
apt-get update  apt-get upgrade, the font in mozilla became really 
ugly. And I looked around for some time, and tried something, but the 
problem is still there.

  I am using WindowMaker, and my mozilla package is 1.4-3 (with 
mozilla-xft installed), and the font I used to have is sans serif for 
Western at Preferences. It used to be quite nice. Now, the font for 
both window widget (menu, ...) and content text became really narrow, 
and sqeeze to each other.

  If I change that font to some truetype font, say Courier or Nimbus 
Sans L, both changed. The problem is that I really like the original 
sans serif font, easier for me to read webpages.

  Anybody can enlighten me where the problem is? Is it the problem with 
some font package? or font configuration? or wmaker config? or mozilla 
config? Any idea is welcome!

  thanks!

--
Yours sincerely,\|||/
(o o)
+---ooO--(_)--Ooo+
|  ZHANG Jiele   |
|  [EMAIL PROTECTED].oooO|
|  http://www.jiele.net (   )   Oooo.|
+\ ((   )+
  \_)) /
--  (_/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]