Re: [gentoo-user] emerge stopped working

2011-05-03 Thread Helmut Jarausch
On 05/02/2011 06:05:08 PM, Davide Carnovale wrote:
 @alan, no error are printed, where and what should i look for in the
 logs?
 
 @helmut python just returns to the console, without error or effect 
 of
 any
 sort, does it means python has get unmerged and that's why emerge
 doesn't
 work anymore?
 

You have got many hints from others.
To consider the problem from all sides you my try

ldd /usr/bin/python2.6
ldd /usr/bin/python2.7

and see if all dynamic libraries could be loaded.

And if that fails, here a hint from an earlier thread

Recovering Gentoo from a broken python
 This may be a life saver. I noticed that I have two version of python 
installed on my Gentoo box. So I thought I'd try uninstalling the old 
one. This actually uninstalls the latest version libraries leaving me 
with a warning such as ImportError: no such module time. This is bad 
as you cannot use emerge at all not even to emerge python to fix 
things. To fix, as root: 

cd /root
wget http://distfiles.gentoo.org/distfiles/Python-2.7.1.tar.bz2
tar jxvf Python-2.7.1.tar.bz2
cd Python-2.7.1
./configure
make
./python emerge python
cd /root
rm -rf Python-2.7.1*
You are now fixed.

Or replace 2.7.1 by 2.6.6 if your system has been running under
Python 2.6 before the problem arose.

Helmut.



Re: [gentoo-user] ot? : how to track and bill my work under gentoo

2011-05-03 Thread Stefan G. Weichinger
Am 2011-05-02 23:46, schrieb Mick:

 I don't use Gnome so can't advise for Gnome only apps, but KDE's Kontact 
 suite 
 has Time Tracker.
 
 For a DE independent application you may want to have a look at Task Coach:

Looks good, thanks!

AFAI see it is not possible to use it from multiple machines, though?

Maybe if I store that tsk-file on the net somewhere (maybe even dropbox,
hmmm) ...

Thanks, Stefan



Re: [gentoo-user] Kompozer: undefined reference to `SEC_ASN1Encode_Util'

2011-05-03 Thread Peter Humphrey
On Monday 02 May 2011 21:18:00 Mick wrote:

 A bit O/T to the original post, but how does kompozer compares to
 Komodo-edit?

Never heard of it. I'd better investigate.

-- 
Rgds
Peter



Re: [gentoo-user] Kompozer: undefined reference to `SEC_ASN1Encode_Util'

2011-05-03 Thread Peter Humphrey
On Monday 02 May 2011 21:18:00 Mick wrote:

 A bit O/T to the original post, but how does kompozer compares to
 Komodo-edit?

I was too terse a moment ago. I haven't seen Komodo-edit, but from the list of 
features on Softpedia's site it seems to omit the one thing I use Kompozer for: 
WYSIWYG style editing.

It's extremely useful to be able to see the effect on a web page of a small 
change in a style definition - the instant the change goes in. No before-and-
after comparisons, no unnoticed effects on other style elements.

For content editing I prefer BlueFish, but when I approached a site redesign 
idea the other day I realised I'd be lost without Kompozer. It really is that 
good.

It does have bugs, but most of those can be evaded by following Greg Tutor's 
tutorials on the web. It also needs a lot more development effort.

HTH.

-- 
Rgds
Peter



Re: [gentoo-user] emerge stopped working

2011-05-03 Thread Davide Carnovale
yes, the problem was that python 2.6 was unmerged and the new one wasn't
selected yet. so eselecting the new python (2.7) and running python-updater
restored my system. i used an usb version of the livedvd to help me in this,
as wicd was among the broken things and i couldn't connect to the net to
download the required packages to update python.
so thanks everyone for the hints that led me to the solution and particular
thanks to helmut, alan, kevin and stroller.
i'll follow your suggestions and definitely pay more attention in the future
while updating the system =)

D

2011/5/3 Helmut Jarausch jarau...@igpm.rwth-aachen.de

 On 05/02/2011 06:05:08 PM, Davide Carnovale wrote:
  @alan, no error are printed, where and what should i look for in the
  logs?
 
  @helmut python just returns to the console, without error or effect
  of
  any
  sort, does it means python has get unmerged and that's why emerge
  doesn't
  work anymore?
 

 You have got many hints from others.
 To consider the problem from all sides you my try

 ldd /usr/bin/python2.6
 ldd /usr/bin/python2.7

 and see if all dynamic libraries could be loaded.

 And if that fails, here a hint from an earlier thread

 Recovering Gentoo from a broken python
  This may be a life saver. I noticed that I have two version of python
 installed on my Gentoo box. So I thought I'd try uninstalling the old
 one. This actually uninstalls the latest version libraries leaving me
 with a warning such as ImportError: no such module time. This is bad
 as you cannot use emerge at all not even to emerge python to fix
 things. To fix, as root:

 cd /root
 wget http://distfiles.gentoo.org/distfiles/Python-2.7.1.tar.bz2
 tar jxvf Python-2.7.1.tar.bz2
 cd Python-2.7.1
 ./configure
 make
 ./python emerge python
 cd /root
 rm -rf Python-2.7.1*
 You are now fixed.

 Or replace 2.7.1 by 2.6.6 if your system has been running under
 Python 2.6 before the problem arose.

 Helmut.




Re: [gentoo-user] ot? : how to track and bill my work under gentoo

2011-05-03 Thread Kfir Lavi
On Tue, May 3, 2011 at 10:41 AM, Stefan G. Weichinger li...@xunil.atwrote:

 Am 2011-05-02 23:46, schrieb Mick:

  I don't use Gnome so can't advise for Gnome only apps, but KDE's Kontact
 suite
  has Time Tracker.
 
  For a DE independent application you may want to have a look at Task
 Coach:

 Looks good, thanks!

 AFAI see it is not possible to use it from multiple machines, though?

 Maybe if I store that tsk-file on the net somewhere (maybe even dropbox,
 hmmm) ...

 Thanks, Stefan

 I use task coach but don't find it very good. Maybe I should really try to
use it more often.
I think something like Trac or similar ruby bug tracking tools are much much
better.
The wiki collaboration with ticket conversation, helps you really nail most
of your documenting
issues regarding your projects.

Regards,
Kfir


Re: [gentoo-user] ot? : how to track and bill my work under gentoo

2011-05-03 Thread Mick
On 3 May 2011 08:41, Stefan G. Weichinger li...@xunil.at wrote:
 Am 2011-05-02 23:46, schrieb Mick:

 For a DE independent application you may want to have a look at Task Coach:

 Looks good, thanks!

 AFAI see it is not possible to use it from multiple machines, though?

 Maybe if I store that tsk-file on the net somewhere (maybe even dropbox,
 hmmm) ...

My wife uses Task Coach while dual-booting between MSWindows and
Linux.  You will need to store the .tsk file in a partition or USB
stick so that you can access it from the machine/OS you are using at
the time.

Also SyncML should allow you to sync with your (i)phone and vice versa?

Alternatively, you may need to look at some web based application -
please let us know what you find.
-- 
Regards,
Mick



[gentoo-user] pkg-config new ebuild - howto

2011-05-03 Thread Helmut Jarausch
Hi,

I need webkitgtk-3.0.pc
I've used net-libs/webkit-gtk-1.4.0-r200 from the gnome overlay.
Unfortunately it installs only webkitgtk-1.0.pc (in /usr/lib64/
pkgconfig)

How to specify the name of the pkg-config file in an ebuild?

Many thanks for a hint,
Helmut.



[gentoo-user] mdadm and raid4

2011-05-03 Thread Evgeny Bushkov
Hi.
How can I find out which is the parity disk in a RAID-4 soft array? I
couldn't find that in the mdadm manual.  I know that RAID-4 features a
dedicated parity disk that is usually the bottleneck of the array, so
that disk must be as fast as possible. It seems useful to employ a few
slow disks with a relatively fast disk in such a RAID-4 array.

Best regards,
Bushkov E.



Re: [gentoo-user] Kompozer: undefined reference to `SEC_ASN1Encode_Util'

2011-05-03 Thread Mick
On Tuesday 03 May 2011 09:12:04 Peter Humphrey wrote:
 On Monday 02 May 2011 21:18:00 Mick wrote:
  A bit O/T to the original post, but how does kompozer compares to
  Komodo-edit?
 
 I was too terse a moment ago. I haven't seen Komodo-edit, but from the list
 of features on Softpedia's site it seems to omit the one thing I use
 Kompozer for: WYSIWYG style editing.
 
 It's extremely useful to be able to see the effect on a web page of a small
 change in a style definition - the instant the change goes in. No
 before-and- after comparisons, no unnoticed effects on other style
 elements.

I see.  Useful to know.  With Komodo-edit you refresh the page in Firefox 
(it's inbuilt browser).


 For content editing I prefer BlueFish, but when I approached a site
 redesign idea the other day I realised I'd be lost without Kompozer. It
 really is that good.
 
 It does have bugs, but most of those can be evaded by following Greg
 Tutor's tutorials on the web. It also needs a lot more development effort.

I'll keep an eye on it, to see when it makes it in stable.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] ot? : how to track and bill my work under gentoo

2011-05-03 Thread Stefan G. Weichinger
Am 03.05.2011 16:40, schrieb Mick:

 My wife uses Task Coach while dual-booting between MSWindows and
 Linux.  You will need to store the .tsk file in a partition or USB
 stick so that you can access it from the machine/OS you are using at
 the time.

Yep.

 Also SyncML should allow you to sync with your (i)phone and vice versa?

Android phone here, but yes, should be possible.

 Alternatively, you may need to look at some web based application -
 please let us know what you find.

Will do.

If gnome-hamster could store its database remotely I would be happy for
a start. So I could use it from my desktop or thinkpad when I do work.

Merging databases is a hassle when it comes to billing customers ...

Stefan




Re: [gentoo-user] ot? : how to track and bill my work under gentoo

2011-05-03 Thread Mick
On Tuesday 03 May 2011 20:04:58 Stefan G. Weichinger wrote:
 Am 03.05.2011 16:40, schrieb Mick:
  My wife uses Task Coach while dual-booting between MSWindows and
  Linux.  You will need to store the .tsk file in a partition or USB
  stick so that you can access it from the machine/OS you are using at
  the time.
 
 Yep.
 
  Also SyncML should allow you to sync with your (i)phone and vice versa?
 
 Android phone here, but yes, should be possible.

http://www.taskcoach.org/download_for_iphone.html

They are developing actively this application for different platforms - they 
may if there is demand also develop an app for android.  Worth asking a 
question.

-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


[gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Grant
Does anyone know if a Google Nexus One cell phone can be USB tethered
to a Gentoo system?  I use wvdial to accomplish this with other cell
phones but I've read that the Nexus One doesn't work that way because
it doesn't appear on the host system as a tty:

http://forum.nginx.org/read.php?23,146509,147989

There is a tethering option in the Nexus One settings but I can't
figure out how to get my Gentoo laptop to use the tethered cell
phone's internet connection.

- Grant



Re: [gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Maciej Grela
2011/5/3 Grant emailgr...@gmail.com:
 Does anyone know if a Google Nexus One cell phone can be USB tethered
 to a Gentoo system?  I use wvdial to accomplish this with other cell
 phones but I've read that the Nexus One doesn't work that way because
 it doesn't appear on the host system as a tty:

 http://forum.nginx.org/read.php?23,146509,147989

 There is a tethering option in the Nexus One settings but I can't
 figure out how to get my Gentoo laptop to use the tethered cell
 phone's internet connection.


What kind of device appears in the system when you plug in the phone ?
The last few lines of dmesg would give the best information.

Best regards,
Maciej Grela



Re: [gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Neil Bothwick
On Tue, 3 May 2011 13:21:06 -0700, Grant wrote:

 There is a tethering option in the Nexus One settings but I can't
 figure out how to get my Gentoo laptop to use the tethered cell
 phone's internet connection.

I never tried tethering mine over USB, because the WiFi tethering is so
simple to use. You just turn it on and the phone appears as an
access point in Wicd (or any inferior network manager you may
masochistically prefer).


-- 
Neil Bothwick

Barnum was wrongit's more like every 30 seconds!


signature.asc
Description: PGP signature


Re: [gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Alan McKinnon
Apparently, though unproven, at 23:19 on Tuesday 03 May 2011, Neil Bothwick 
did opine thusly:

 On Tue, 3 May 2011 13:21:06 -0700, Grant wrote:
  There is a tethering option in the Nexus One settings but I can't
  figure out how to get my Gentoo laptop to use the tethered cell
  phone's internet connection.
 
 I never tried tethering mine over USB, because the WiFi tethering is so
 simple to use. You just turn it on and the phone appears as an
 access point in Wicd (or any inferior network manager you may
 masochistically prefer).

Hello Neil,

Had some bad experiences with NetworkManager then?


-- 
alan dot mckinnon at gmail dot com



Re: [gentoo-user] mdadm and raid4

2011-05-03 Thread Florian Philipp
Am 03.05.2011 19:54, schrieb Evgeny Bushkov:
 Hi.
 How can I find out which is the parity disk in a RAID-4 soft array? I
 couldn't find that in the mdadm manual.  I know that RAID-4 features a
 dedicated parity disk that is usually the bottleneck of the array, so
 that disk must be as fast as possible. It seems useful to employ a few
 slow disks with a relatively fast disk in such a RAID-4 array.
 
 Best regards,
 Bushkov E.
 

You are seriously considering a RAID4? You know, there is a reason why
it was superseded by RAID5. Given the way RAID4 operates, a first guess
for finding the parity disk in a running array would be the one with the
worst SMART data. It is the parity disk that dies the soonest.

From looking at the source code it seems like the last specified disk is
parity. Disclaimer: I'm no kernel hacker and I have only inspected the
code, not tried to understand the whole MD subsystem.

Regards,
Florian Philipp



signature.asc
Description: OpenPGP digital signature


Re: [gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Mick
On Tuesday 03 May 2011 22:19:53 Neil Bothwick wrote:
 On Tue, 3 May 2011 13:21:06 -0700, Grant wrote:
  There is a tethering option in the Nexus One settings but I can't
  figure out how to get my Gentoo laptop to use the tethered cell
  phone's internet connection.
 
 I never tried tethering mine over USB, because the WiFi tethering is so
 simple to use. You just turn it on and the phone appears as an
 access point in Wicd (or any inferior network manager you may
 masochistically prefer).

What?  Like iwconfig sort of thing?  Or are we talking advanced automation 
sutff stuff like /etc/init.d/net.wlan0 and 
/etc/wpa_supplciant/wpa_supplicant.conf?  LOL
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Mick
On Tuesday 03 May 2011 22:48:45 Alan McKinnon wrote:
 Apparently, though unproven, at 23:19 on Tuesday 03 May 2011, Neil Bothwick
 
 did opine thusly:
  On Tue, 3 May 2011 13:21:06 -0700, Grant wrote:
   There is a tethering option in the Nexus One settings but I can't
   figure out how to get my Gentoo laptop to use the tethered cell
   phone's internet connection.
  
  I never tried tethering mine over USB, because the WiFi tethering is so
  simple to use. You just turn it on and the phone appears as an
  access point in Wicd (or any inferior network manager you may
  masochistically prefer).
 
 Hello Neil,
 
 Had some bad experiences with NetworkManager then?

'Google' says to root the darn thing and patch it:

http://www.dbuggr.com/milly/steps-enable-google-nexus-htc-modem-android-
tethering/

http://www.mahalo.com/how-to-tether-your-nexus-one/

but I'm not sure how dangerous this might be (I don't have a google phone to 
try it).
-- 
Regards,
Mick


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] {OT} Tether a Google Nexus One?

2011-05-03 Thread Neil Bothwick
On Tue, 3 May 2011 23:03:50 +0100, Mick wrote:

  I never tried tethering mine over USB, because the WiFi tethering is
  so simple to use. You just turn it on and the phone appears as an
  access point in Wicd (or any inferior network manager you may
  masochistically prefer).  
 
 What?  Like iwconfig sort of thing?  Or are we talking advanced
 automation sutff stuff like /etc/init.d/net.wlan0 and 
 /etc/wpa_supplciant/wpa_supplicant.conf?  LOL

I'm talking about post-stoneage stuff, not druidware :)

BTW I was too hasty in my reply, seeing the Nexus but not the One. My
experience is with a Nexus S, but as both use vanilla android, it should
be equally easy.

My phone is rooted, but this worked instantly before it was rooted.


-- 
Neil Bothwick

Keep your words soft and sweet in case you have to eat them.


signature.asc
Description: PGP signature


[gentoo-user] No system list

2011-05-03 Thread Bill Kenworthy
I have a few older systems (~6-10 years in use) that have no system
list.  Over the years there have been various disasters and methods of
managing the software with the result that I have had to run regenworld
amongst other things.

So, how can I restore system? - the machine below has 115 packages
listed by depclean, and with a couple I know as critical - but its the
ones I dont know that are worrying me :)

BillK



myth1 ~ # emerge --depclean -vp

 * Depclean may break link level dependencies. Thus, it is
 * recommended to use a tool such as `revdep-rebuild` (from
 * app-portage/gentoolkit) in order to detect such breakage.
 * 
 * Always study the list of packages to be cleaned for any obvious
 * mistakes. Packages that are part of the world set will always
 * be kept.  They can be manually added to this set with
 * `emerge --noreplace atom`.  Packages that are listed in
 * package.provided (see portage(5)) will be removed by
 * depclean, even if they are part of the world set.
 * 
 * As a safety measure, depclean will not remove any packages
 * unless *all* required dependencies have been resolved.  As a
 * consequence, it is often necessary to run `emerge --update
 * --newuse --deep @world` prior to depclean.
!!! You have no system list.
!!! Proceeding is likely to break your installation.

Calculating dependencies... done!




Re: [gentoo-user] Apache is running but its log is not

2011-05-03 Thread Kevin O'Gorman
On Mon, May 2, 2011 at 8:30 PM, Adam Carter adamcart...@gmail.com wrote:



 Okay, there was already a thread about that, and my Python problem seems
 solved.  I still have no log entries.


 Ok, as root, try lsof | grep apache and see if there are any open log
 files. You may need to emerge lsof first if you dont already have it.

 IIRC apache fails to start if it cant write to the log directory - could be
 wrong on that tho.


Well, the results are sort of consistent with what I'm seeing, but I have a
hard time making sense of it.  There were so many files open that I grepped
on log as well

treat ~ # lsof|grep apache|grep log
apache24096 apache  DEL   REG   8,44  1008213
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_log_config.so
apache24096 apache  DEL   REG   8,44  1008230
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_logio.so
apache24096 apache2w  REG   8,44  16957886 204999
/var/log/apache2/error_log-20110204 (deleted)
apache24096 apache8w  REG   8,44  7694 206327
/var/log/apache2/ssl_error_log-20110207 (deleted)
apache24096 apache9w  REG   8,44  57327591 204998
/var/log/apache2/access_log-20110204 (deleted)
apache24096 apache   10w  REG   8,44  6696 206326
/var/log/apache2/ssl_access_log-20110206 (deleted)
apache24096 apache   11w  REG   8,44  7864 206328
/var/log/apache2/ssl_request_log-20110206 (deleted)
apache25288   root  DEL   REG   8,44  1008213
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_log_config.so
apache25288   root  DEL   REG   8,44  1008230
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_logio.so
apache25288   root2w  REG   8,44  16957886 204999
/var/log/apache2/error_log-20110204 (deleted)
apache25288   root8w  REG   8,44  7694 206327
/var/log/apache2/ssl_error_log-20110207 (deleted)
apache25288   root9w  REG   8,44  57327591 204998
/var/log/apache2/access_log-20110204 (deleted)
apache25288   root   10w  REG   8,44  6696 206326
/var/log/apache2/ssl_access_log-20110206 (deleted)
apache25288   root   11w  REG   8,44  7864 206328
/var/log/apache2/ssl_request_log-20110206 (deleted)
apache25290 apache  DEL   REG   8,44  1008213
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_log_config.so
apache25290 apache  DEL   REG   8,44  1008230
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_logio.so
apache25290 apache2w  REG   8,44  16957886 204999
/var/log/apache2/error_log-20110204 (deleted)
apache25290 apache8w  REG   8,44  7694 206327
/var/log/apache2/ssl_error_log-20110207 (deleted)
apache25290 apache9w  REG   8,44  57327591 204998
/var/log/apache2/access_log-20110204 (deleted)
apache25290 apache   10w  REG   8,44  6696 206326
/var/log/apache2/ssl_access_log-20110206 (deleted)
apache25290 apache   11w  REG   8,44  7864 206328
/var/log/apache2/ssl_request_log-20110206 (deleted)
apache2   23596 apache  DEL   REG   8,44  1008213
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_log_config.so
apache2   23596 apache  DEL   REG   8,44  1008230
/var/tmp/portage/www-servers/apache-2.2.17/image/usr/lib/apache2/modules/mod_logio.so
apache2   23596 apache2w  REG   8,44  16957886 204999
/var/log/apache2/error_log-20110204 (deleted)
apache2   23596 apache8w  REG   8,44  7694 206327
/var/log/apache2/ssl_error_log-20110207 (deleted)
apache2   23596 apache9w  REG   8,44  57327591 204998
/var/log/apache2/access_log-20110204 (deleted)
apache2   23596 apache   10w  REG   8,44  6696 206326
/var/log/apache2/ssl_access_log-20110206 (deleted)
apache2   23596 apache   11w  REG   8,44  7864 206328
/var/log/apache2/ssl_request_log-20110206 (deleted)
treat ~ #

Why is everything being deleted?


In 00_mod_log_config.conf I have
IfModule log_config_module
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
LogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\
combined
LogFormat %h %l %u %t \%r\ %s %b common

LogFormat %{Referer}i - %U referer
LogFormat %{User-Agent}i agent
LogFormat %v %h %l %u %t \%r\ %s %b %T script
LogFormat %v %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\
VLOG=%{VLOG}e vhost

IfModule logio_module
# You need to enable mod_logio.c to use %I and %O

Re: [gentoo-user] Apache is running but its log is not

2011-05-03 Thread Kevin O'Gorman
On Tue, May 3, 2011 at 8:19 PM, Kevin O'Gorman kogor...@gmail.com wrote:

 On Mon, May 2, 2011 at 8:30 PM, Adam Carter adamcart...@gmail.com wrote:



 Okay, there was already a thread about that, and my Python problem seems
 solved.  I still have no log entries.


 Ok, as root, try lsof | grep apache and see if there are any open log
 files. You may need to emerge lsof first if you dont already have it.

 IIRC apache fails to start if it cant write to the log directory - could
 be wrong on that tho.



 So there should be an access_log, and there is, but it has not been touched
 in a while:
 treat apache2 # ls -l

 total 1584
 -rw-rw-rw- 1 apache apache  0 Feb  4 03:10 access_log
 -rw-rw-rw- 1 apache apache 191438 Jun 15  2009 access_log.1.gz
 -rw-rw-rw- 1 apache apache 111538 Dec 26 03:10 access_log-20101226.gz
 -rw-rw-rw- 1 apache apache  15152 Jan 18 03:10 access_log-20110118.gz
 -rw-rw-rw- 1 apache apache 179611 Jan 25 03:10 access_log-20110125.gz
 -rw-rw-rw- 1 apache apache  16844 Feb  4 03:10 access_log-20110204.gz
 -rw-rw-rw- 1 apache apache 234663 Jun  8  2009 access_log.2.gz
 -rw-rw-rw- 1 apache apache 270349 Jun  1  2009 access_log.3.gz
 -rw-rw-rw- 1 apache apache 277761 May 25  2009 access_log.4.gz
 -rw-rw-rw- 1 apache apache  0 Feb  4 03:10 error_log
 -rw-rw-rw- 1 apache apache 117611 Jun 15  2009 error_log.1.gz.out
 -rw-rw-rw- 1 apache apache  33793 Dec 26 03:10 error_log-20101226.gz
 -rw-rw-rw- 1 apache apache   3729 Jan 18 03:10 error_log-20110118.gz
 -rw-rw-rw- 1 apache apache  34184 Jan 25 03:10 error_log-20110125.gz
 -rw-rw-rw- 1 apache apache   4350 Feb  4 03:10 error_log-20110204.gz
 -rw-rw-rw- 1 apache apache   5706 Jun  8  2009 error_log.2.gz
 -rw-rw-rw- 1 apache apache   5628 Jun  1  2009 error_log.3.gz
 -rw-rw-rw- 1 apache apache   6344 May 25  2009 error_log.4.gz
 -rw-rw-rw- 1 apache apache  0 Feb  6 03:10 ssl_access_log
 -rw-rw-rw- 1 apache apache 89 Dec 31 03:10 ssl_access_log-20101231.gz
 -rw-rw-rw- 1 apache apache137 Jan 22 03:10 ssl_access_log-20110122.gz
 -rw-rw-rw- 1 apache apache182 Jan 30 03:10 ssl_access_log-20110130.gz
 -rw-rw-rw- 1 apache apache 89 Feb  6 03:10 ssl_access_log-20110206.gz
 -rw-rw-rw- 1 apache apache  0 Feb  7 03:10 ssl_error_log
 -rw-rw-rw- 1 apache apache122 Dec 20 03:10 ssl_error_log-20101220.gz
 -rw-rw-rw- 1 apache apache122 Jan 18 03:10 ssl_error_log-20110118.gz
 -rw-rw-rw- 1 apache apache208 Jan 30 03:10 ssl_error_log-20110130.gz
 -rw-rw-rw- 1 apache apache203 Feb  7 03:10 ssl_error_log-20110207.gz
 -rw-rw-rw- 1 apache apache  0 Feb  6 03:10 ssl_request_log
 -rw-rw-rw- 1 apache apache102 Dec 31 03:10 ssl_request_log-20101231.gz
 -rw-rw-rw- 1 apache apache158 Jan 22 03:10 ssl_request_log-20110122.gz
 -rw-rw-rw- 1 apache apache197 Jan 30 03:10 ssl_request_log-20110130.gz
 -rw-rw-rw- 1 apache apache103 Feb  6 03:10 ssl_request_log-20110206.gz
 treat apache2 #

 --
 Kevin O'Gorman, PhD


Well, 2.2.17 is indeed my server, but I decided to stop it and start it
again.  Current log files showed up.
Problem solved, by brute force again, and without any epiphanies of
understanding.

Thanks for your help.


-- 
Kevin O'Gorman, PhD


Re: [gentoo-user] Apache is running but its log is not

2011-05-03 Thread Adam Carter


 Well, 2.2.17 is indeed my server, but I decided to stop it and start it
 again.  Current log files showed up.
 Problem solved, by brute force again, and without any epiphanies of
 understanding.


Last guess - logrotate is managing the log files but not reloading apache
afterwards. Check that the entries in /etc/logrotate.d/apache2 have a line
in there that runs /etc/init.d/apache2 reload.