* [gentoo-server]
@ 2005-06-13 8:12 ehlers
2005-06-13 19:09 ` [gentoo-server] Lance Albertson
0 siblings, 1 reply; 20+ messages in thread
From: ehlers @ 2005-06-13 8:12 UTC (permalink / raw
To: gentoo-server
Hello,
I joined this list a while ago as instructed on the gentoo server project
page:
To participate in the Gentoo server project first join the mailing list at
gentoo-server@gentoo.org
I would especially be interested in the Stable Portage Tree. Has there any
work begun that I haven't found out about yet?
Regards,
Christian Ehlers
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server]
2005-06-13 8:12 [gentoo-server] ehlers
@ 2005-06-13 19:09 ` Lance Albertson
0 siblings, 0 replies; 20+ messages in thread
From: Lance Albertson @ 2005-06-13 19:09 UTC (permalink / raw
To: gentoo-server
[-- Attachment #1: Type: text/plain, Size: 917 bytes --]
On Mon, 2005-06-13 at 10:12 +0200, ehlers@gmxpro.de wrote:
> Hello,
>
> I joined this list a while ago as instructed on the gentoo server project
> page:
>
> To participate in the Gentoo server project first join the mailing list at
> gentoo-server@gentoo.org
>
> I would especially be interested in the Stable Portage Tree. Has there any
> work begun that I haven't found out about yet?
There's been some work on it, but most of us have been busy between
other projects within Gentoo and real life issues. I just started my new
job today and I hope to get back on track with this in the next few
weeks. Sorry this is taking too long.
Cheers,
--
Lance Albertson <ramereth@gentoo.org>
Gentoo Infrastructure | Operations Manager
---
Public GPG key: <http://www.ramereth.net/lance.asc>
Key fingerprint: 0423 92F3 544A 1282 5AB1 4D07 416F A15D 27F4 B742
ramereth/irc.freenode.net
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2005-08-08 20:01 david
2005-08-08 20:18 ` [gentoo-server] Sean Wells
0 siblings, 1 reply; 20+ messages in thread
From: david @ 2005-08-08 20:01 UTC (permalink / raw
To: gentoo-server
What is the right way to clean apache2 logs?
/var/log/apache2/access_log and error_log point to
/usr/lib/apache2/logs/access_log and error_log
I have been cd /usr/lib/apache2/logs
rm access_log
touch access_log
chmod 666 access_log same for error_log
I could leave error_log alone because its not very big, I do it to
access_log because it is huge and webalizer complains.
Should root own these logs or apache?
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-server]
2005-08-08 20:01 [gentoo-server] david
@ 2005-08-08 20:18 ` Sean Wells
2005-08-08 20:34 ` [gentoo-server] Apache2 logs david
0 siblings, 1 reply; 20+ messages in thread
From: Sean Wells @ 2005-08-08 20:18 UTC (permalink / raw
To: gentoo-server
I use logrotate to loop through the logs daily...I generally only keep a
weeks worth or so due to size. It'll automatically remove the old ones just
fine in the end.
Sean Wells
Network Administrator
Data Mosaics, Inc.
2406 S. Dishman Mica Rd. Suite 6
Spokane Valley, WA 99206
866.904.DMSF (phone)
509.928.4236 (fax)
-----Original Message-----
From: david [mailto:abbottdavid@bellsouth.net]
Sent: Monday, August 08, 2005 1:01 PM
To: gentoo-server@lists.gentoo.org
Subject: [gentoo-server]
What is the right way to clean apache2 logs?
/var/log/apache2/access_log and error_log point to
/usr/lib/apache2/logs/access_log and error_log
I have been cd /usr/lib/apache2/logs
rm access_log
touch access_log
chmod 666 access_log same for error_log
I could leave error_log alone because its not very big, I do it to
access_log because it is huge and webalizer complains.
Should root own these logs or apache?
--
gentoo-server@gentoo.org mailing list
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server] Apache2 logs
2005-08-08 20:18 ` [gentoo-server] Sean Wells
@ 2005-08-08 20:34 ` david
2005-08-08 20:48 ` david
` (2 more replies)
0 siblings, 3 replies; 20+ messages in thread
From: david @ 2005-08-08 20:34 UTC (permalink / raw
To: gentoo-server
Sean Wells wrote:
>I use logrotate to loop through the logs daily...I generally only keep a
>weeks worth or so due to size. It'll automatically remove the old ones just
>fine in the end.
>
>Sean Wells
>Network Administrator
>Data Mosaics, Inc.
>2406 S. Dishman Mica Rd. Suite 6
>Spokane Valley, WA 99206
>866.904.DMSF (phone)
>509.928.4236 (fax)
>-----Original Message-----
>From: david [mailto:abbottdavid@bellsouth.net]
>Sent: Monday, August 08, 2005 1:01 PM
>To: gentoo-server@lists.gentoo.org
>Subject: [gentoo-server]
>
>What is the right way to clean apache2 logs?
>/var/log/apache2/access_log and error_log point to
>/usr/lib/apache2/logs/access_log and error_log
>I have been cd /usr/lib/apache2/logs
>rm access_log
>touch access_log
>chmod 666 access_log same for error_log
>I could leave error_log alone because its not very big, I do it to
>access_log because it is huge and webalizer complains.
>Should root own these logs or apache?
>
>
Thanks looks like what I need, This is just my server here at the house
for my stuff, do I need to edit anything?
# packages can drop log rotation information into this directory
include /etc/logrotate.d
notifempty
nomail
noolddir
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server] Apache2 logs
2005-08-08 20:34 ` [gentoo-server] Apache2 logs david
@ 2005-08-08 20:48 ` david
2005-08-08 20:59 ` Sean Wells
2005-08-08 20:58 ` peter.gantner
2005-08-20 5:43 ` A. Khattri
2 siblings, 1 reply; 20+ messages in thread
From: david @ 2005-08-08 20:48 UTC (permalink / raw
To: gentoo-server
david wrote:
>Sean Wells wrote:
>
>
>
>>I use logrotate to loop through the logs daily...I generally only keep a
>>weeks worth or so due to size. It'll automatically remove the old ones just
>>fine in the end.
>>
>>Sean Wells
>>Network Administrator
>>Data Mosaics, Inc.
>>2406 S. Dishman Mica Rd. Suite 6
>>Spokane Valley, WA 99206
>>866.904.DMSF (phone)
>>509.928.4236 (fax)
>>-----Original Message-----
>>From: david [mailto:abbottdavid@bellsouth.net]
>>Sent: Monday, August 08, 2005 1:01 PM
>>To: gentoo-server@lists.gentoo.org
>>Subject: [gentoo-server]
>>
>>What is the right way to clean apache2 logs?
>>/var/log/apache2/access_log and error_log point to
>>/usr/lib/apache2/logs/access_log and error_log
>>I have been cd /usr/lib/apache2/logs
>>rm access_log
>>touch access_log
>>chmod 666 access_log same for error_log
>>I could leave error_log alone because its not very big, I do it to
>>access_log because it is huge and webalizer complains.
>>Should root own these logs or apache?
>>
>>
>>
>>
>Thanks looks like what I need, This is just my server here at the house
>for my stuff, do I need to edit anything?
># packages can drop log rotation information into this directory
>include /etc/logrotate.d
>
>notifempty
>nomail
>noolddir
>
>
>Looks like I need to add this /etc/logrotate.conf after compress;
>
compress
"/var/log/apache2/access_log" /var/log/apache2/error_log {
rotate 5
size 100k
sharescripts
postrotate
/bin/killall -HUP apache2
endscript
}
Is that right?
>
>
>
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server] Apache2 logs
2005-08-08 20:34 ` [gentoo-server] Apache2 logs david
2005-08-08 20:48 ` david
@ 2005-08-08 20:58 ` peter.gantner
2005-08-20 5:43 ` A. Khattri
2 siblings, 0 replies; 20+ messages in thread
From: peter.gantner @ 2005-08-08 20:58 UTC (permalink / raw
To: gentoo-server
> Sean Wells wrote:
>> What is the right way to clean apache2 logs?
Quoth david (on Monday, the 8th of August):
>> I use logrotate to loop through the logs daily...I generally only keep a
>> weeks worth or so due to size. It'll automatically remove the old ones just
>> fine in the end.
> Thanks looks like what I need, This is just my server here at the house
> for my stuff, do I need to edit anything?
> # packages can drop log rotation information into this directory
> include /etc/logrotate.d
>
> notifempty
> nomail
> noolddir
As always, the man page to logrotate provides helpful hints. Also, the
default conf file.
interesting options in logrotate include
compress # gzips old logs
keep N # keeps N <periods> of logs
where <periods> can be specified with daily|weekly|monthly
also, the "postrotate" option, which lets you specify an action/script
to execute just after logs have been rotated, like e.g.:
postrotate
apache2ctl graceful
endscript
In Gentoo, the apache package drops a useful default file to
/etc/logrotate.d/apache2
HINT: when playing with logrotate and the compress option, and using
app-admin/sysklogd, be aware of the things in
/etc/cron.daily/syslog.cron: most of the logfiles created by syslog will
be rotated by this script, so don't include them in your logrotate
setup!
Greets,
Peter G.
--
"I do not think the way you think I think."
-- Kai, last of the Brunnen G
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* RE: [gentoo-server] Apache2 logs
2005-08-08 20:48 ` david
@ 2005-08-08 20:59 ` Sean Wells
2005-08-08 21:27 ` david
0 siblings, 1 reply; 20+ messages in thread
From: Sean Wells @ 2005-08-08 20:59 UTC (permalink / raw
To: gentoo-server
I have the following options turned on in mine:
create
compress
notifempty
nomail
noolddir
/var/log/apache2/*_log {
daily
rotate 7
sharedscripts
postrotate
/etc/init.d/apache2 reload >/dev/null # this makes sure apache doesn't
continue writing to the old logs
endscript
}
Sean Wells
Network Administrator
Data Mosaics, Inc.
2406 S. Dishman Mica Rd. Suite 6
Spokane Valley, WA 99206
866.904.DMSF (phone)
509.928.4236 (fax)
-----Original Message-----
From: david [mailto:abbottdavid@bellsouth.net]
Sent: Monday, August 08, 2005 1:49 PM
To: gentoo-server@lists.gentoo.org
Subject: Re: [gentoo-server] Apache2 logs
david wrote:
>Sean Wells wrote:
>
>
>
>>I use logrotate to loop through the logs daily...I generally only keep a
>>weeks worth or so due to size. It'll automatically remove the old ones
just
>>fine in the end.
>>
>>Sean Wells
>>Network Administrator
>>Data Mosaics, Inc.
>>2406 S. Dishman Mica Rd. Suite 6
>>Spokane Valley, WA 99206
>>866.904.DMSF (phone)
>>509.928.4236 (fax)
>>-----Original Message-----
>>From: david [mailto:abbottdavid@bellsouth.net]
>>Sent: Monday, August 08, 2005 1:01 PM
>>To: gentoo-server@lists.gentoo.org
>>Subject: [gentoo-server]
>>
>>What is the right way to clean apache2 logs?
>>/var/log/apache2/access_log and error_log point to
>>/usr/lib/apache2/logs/access_log and error_log
>>I have been cd /usr/lib/apache2/logs
>>rm access_log
>>touch access_log
>>chmod 666 access_log same for error_log
>>I could leave error_log alone because its not very big, I do it to
>>access_log because it is huge and webalizer complains.
>>Should root own these logs or apache?
>>
>>
>>
>>
>Thanks looks like what I need, This is just my server here at the house
>for my stuff, do I need to edit anything?
># packages can drop log rotation information into this directory
>include /etc/logrotate.d
>
>notifempty
>nomail
>noolddir
>
>
>Looks like I need to add this /etc/logrotate.conf after compress;
>
compress
"/var/log/apache2/access_log" /var/log/apache2/error_log {
rotate 5
size 100k
sharescripts
postrotate
/bin/killall -HUP apache2
endscript
}
Is that right?
>
>
>
--
gentoo-server@gentoo.org mailing list
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server] Apache2 logs
2005-08-08 20:59 ` Sean Wells
@ 2005-08-08 21:27 ` david
2005-08-09 7:03 ` Ow Mun Heng
0 siblings, 1 reply; 20+ messages in thread
From: david @ 2005-08-08 21:27 UTC (permalink / raw
To: gentoo-server
Sean Wells wrote:
>I have the following options turned on in mine:
>
>create
>compress
>notifempty
>nomail
>noolddir
>/var/log/apache2/*_log {
>daily
>rotate 7
>sharedscripts
>postrotate
>/etc/init.d/apache2 reload >/dev/null # this makes sure apache doesn't
>continue writing to the old logs
>endscript
>}
>
>Sean Wells
>Network Administrator
>Data Mosaics, Inc.
>2406 S. Dishman Mica Rd. Suite 6
>Spokane Valley, WA 99206
>866.904.DMSF (phone)
>509.928.4236 (fax)
>
>-----Original Message-----
>From: david [mailto:abbottdavid@bellsouth.net]
>Sent: Monday, August 08, 2005 1:49 PM
>To: gentoo-server@lists.gentoo.org
>Subject: Re: [gentoo-server] Apache2 logs
>
>david wrote:
>
>
>
>>Sean Wells wrote:
>>
>>
>>
>>
>>
>>>I use logrotate to loop through the logs daily...I generally only keep a
>>>weeks worth or so due to size. It'll automatically remove the old ones
>>>
>>>
>just
>
>
>>>fine in the end.
>>>
>>>Sean Wells
>>>Network Administrator
>>>Data Mosaics, Inc.
>>>2406 S. Dishman Mica Rd. Suite 6
>>>Spokane Valley, WA 99206
>>>866.904.DMSF (phone)
>>>509.928.4236 (fax)
>>>-----Original Message-----
>>>From: david [mailto:abbottdavid@bellsouth.net]
>>>Sent: Monday, August 08, 2005 1:01 PM
>>>To: gentoo-server@lists.gentoo.org
>>>Subject: [gentoo-server]
>>>
>>>What is the right way to clean apache2 logs?
>>>/var/log/apache2/access_log and error_log point to
>>>/usr/lib/apache2/logs/access_log and error_log
>>>I have been cd /usr/lib/apache2/logs
>>>rm access_log
>>>touch access_log
>>>chmod 666 access_log same for error_log
>>>I could leave error_log alone because its not very big, I do it to
>>>access_log because it is huge and webalizer complains.
>>>Should root own these logs or apache?
>>>
>>>
>>>
>>>
>>>
>>>
>>Thanks looks like what I need, This is just my server here at the house
>>for my stuff, do I need to edit anything?
>># packages can drop log rotation information into this directory
>>include /etc/logrotate.d
>>
>>notifempty
>>nomail
>>noolddir
>>
>>
>>
>>
>
>
>
>>Looks like I need to add this /etc/logrotate.conf after compress;
>>
>>
>>
>compress
>"/var/log/apache2/access_log" /var/log/apache2/error_log {
>rotate 5
>size 100k
>sharescripts
>postrotate
> /bin/killall -HUP apache2
>endscript
>}
>Is that right?
>
>
>
>>
>>
>>
>>
>
>
>
Works great thanks, I just commented the
#include /etc/logrotate.d it had mysql and syslog-ng in there so
now logrotate is only looking for apache logs
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server] Apache2 logs
2005-08-08 21:27 ` david
@ 2005-08-09 7:03 ` Ow Mun Heng
0 siblings, 0 replies; 20+ messages in thread
From: Ow Mun Heng @ 2005-08-09 7:03 UTC (permalink / raw
To: gentoo-server
On Mon, 2005-08-08 at 17:27 -0400, david wrote:
> Sean Wells wrote:
>
> >I have the following options turned on in mine:
> >
> >create
> >compress
> >notifempty
> >nomail
> >noolddir
> >/var/log/apache2/*_log {
> >daily
> >rotate 7
> >sharedscripts
> >postrotate
> >/etc/init.d/apache2 reload >/dev/null # this makes sure apache doesn't
> >continue writing to the old logs
> >endscript
> >}
Mine
/var/log/apache2/*log {
missingok
notifempty
sharedscripts
postrotate
/bin/kill -USR1 `cat /var/run/httpd.pid 2>/dev/null`
2> /dev/null || true
endscript
}
--
Ow Mun Heng
Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM
98% Microsoft(tm) Free!!
Neuromancer 15:03:01 up 3 days, 1:38, 9 users, load average: 1.43, 0.97,
0.59
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server] Apache2 logs
2005-08-08 20:34 ` [gentoo-server] Apache2 logs david
2005-08-08 20:48 ` david
2005-08-08 20:58 ` peter.gantner
@ 2005-08-20 5:43 ` A. Khattri
2 siblings, 0 replies; 20+ messages in thread
From: A. Khattri @ 2005-08-20 5:43 UTC (permalink / raw
To: gentoo-server
On Mon, 8 Aug 2005, david wrote:
> Sean Wells wrote:
>
> >I use logrotate to loop through the logs daily...I generally only keep a
> >weeks worth or so due to size. It'll automatically remove the old ones just
> >fine in the end.
I just use cronolog and avoid the whole logrotate stuff completely ;-)
--
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2005-10-20 5:37 Bernd Lippert
0 siblings, 0 replies; 20+ messages in thread
From: Bernd Lippert @ 2005-10-20 5:37 UTC (permalink / raw
To: gentoo-server
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2006-02-10 0:42 Thomas Warnick
0 siblings, 0 replies; 20+ messages in thread
From: Thomas Warnick @ 2006-02-10 0:42 UTC (permalink / raw
To: gentoo-server
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2006-07-19 6:44 Marek Wójtowicz
0 siblings, 0 replies; 20+ messages in thread
From: Marek Wójtowicz @ 2006-07-19 6:44 UTC (permalink / raw
To: gentoo-server
//*Marek Wojtowicz*
----------------------------------------------------
Szukaj.wp.pl -> Inni szukają, my odpowiadamy!
Wpisujesz nazwę książki, filmu lub aktora i dostajesz odpowiedź!
Sprawdź: http://klik.wp.pl/?adr=http%3A%2F%2Fadv.reklama.wp.pl%2Fas%2Fszk.html&sid=823
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2007-09-26 16:50 Sebastian Kärgel
0 siblings, 0 replies; 20+ messages in thread
From: Sebastian Kärgel @ 2007-09-26 16:50 UTC (permalink / raw
To: gentoo-server
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2007-10-24 15:18 m.witt1
0 siblings, 0 replies; 20+ messages in thread
From: m.witt1 @ 2007-10-24 15:18 UTC (permalink / raw
To: gentoo-server
--
gentoo-server@gentoo.org mailing list
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2011-02-13 10:05 TangoNights
0 siblings, 0 replies; 20+ messages in thread
From: TangoNights @ 2011-02-13 10:05 UTC (permalink / raw
To: gentoo-server, gentoo-server+unsubscribe
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2011-06-12 20:41 Paulo Roberto Candido dos Santos
0 siblings, 0 replies; 20+ messages in thread
From: Paulo Roberto Candido dos Santos @ 2011-06-12 20:41 UTC (permalink / raw
To: innk00, madwifi-users, rhaplindo, osvaldo.henrique, paulo,
majordomo, paulinhofaco, marcio_fv, gentoo-server
http://www.dienstleistungauf4raedern.de/als7.html
^ permalink raw reply [flat|nested] 20+ messages in thread
* [gentoo-server]
@ 2014-09-25 9:56 nholland
2014-09-25 10:47 ` [gentoo-server] Александр
0 siblings, 1 reply; 20+ messages in thread
From: nholland @ 2014-09-25 9:56 UTC (permalink / raw
To: gentoo-user, gentoo-announce, gentoo-dev, gentoo-dev-announce,
gentoo-project, gentoo-security, gentoo-doc, gentoo-doc-cvs,
gentoo-commits, gentoo-amd64, gentoo-kernel, gentoo-laptop,
gentoo-desktop, gentoo-portage-dev, gentoo-catalyst,
gentoo-server, gentoo-admin, gentoo-devhelp, gentoo-releng,
gentoo-releng-autobuilds, gentoo-pr, gentoo-qa, gentoo-mirrors,
gentoo-perl, gentoo-genkernel, gentoo-python, gentoo-user-de
^ permalink raw reply [flat|nested] 20+ messages in thread
* Re: [gentoo-server]
2014-09-25 9:56 [gentoo-server] nholland
@ 2014-09-25 10:47 ` Александр
0 siblings, 0 replies; 20+ messages in thread
From: Александр @ 2014-09-25 10:47 UTC (permalink / raw
To: gentoo-server
[-- Attachment #1: Type: text/plain, Size: 56 bytes --]
2014-09-25 18:56 GMT+09:00 <nholland@tisys.org>:
>
>
>
[-- Attachment #2: Type: text/html, Size: 362 bytes --]
^ permalink raw reply [flat|nested] 20+ messages in thread
end of thread, other threads:[~2014-09-25 10:48 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-08 20:01 [gentoo-server] david
2005-08-08 20:18 ` [gentoo-server] Sean Wells
2005-08-08 20:34 ` [gentoo-server] Apache2 logs david
2005-08-08 20:48 ` david
2005-08-08 20:59 ` Sean Wells
2005-08-08 21:27 ` david
2005-08-09 7:03 ` Ow Mun Heng
2005-08-08 20:58 ` peter.gantner
2005-08-20 5:43 ` A. Khattri
-- strict thread matches above, loose matches on Subject: below --
2014-09-25 9:56 [gentoo-server] nholland
2014-09-25 10:47 ` [gentoo-server] Александр
2011-06-12 20:41 [gentoo-server] Paulo Roberto Candido dos Santos
2011-02-13 10:05 [gentoo-server] TangoNights
2007-10-24 15:18 [gentoo-server] m.witt1
2007-09-26 16:50 [gentoo-server] Sebastian Kärgel
2006-07-19 6:44 [gentoo-server] Marek Wójtowicz
2006-02-10 0:42 [gentoo-server] Thomas Warnick
2005-10-20 5:37 [gentoo-server] Bernd Lippert
2005-06-13 8:12 [gentoo-server] ehlers
2005-06-13 19:09 ` [gentoo-server] Lance Albertson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox