View previous topic :: View next topic |
Author |
Message |
SoylentGreen l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/19872352734460b326d699c.png)
Joined: 19 Aug 2005 Posts: 904 Location: The Hostel
|
Posted: Mon Jan 29, 2007 7:04 pm Post subject: apache log lists every incoming IP as 0.0.0.0 |
|
|
well, dunno what this is.
i upgraded today (world) and apr and something was updated, and it was mentioned that apache might be re-compiled infact of libtool.
well, apache was running as usual, though i re-emerged, restarted, and rebooted the machine (just in case, you know..)
of course i did run the usual revdep-rebuild to check.
hmm, everything is fine, but my apache logs still list 0.0.0.0 for every incoming address.
what could it be?
oh, just btw.. iptraf lists them correctly, so i "guess" it has something to do with apache, but what am i able to do apart from recompiling the sucker?
btw: rest of the system behaves fine, as far as i see. hmm.. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Dan Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
Joined: 25 Oct 2005 Posts: 1302
|
Posted: Mon Jan 29, 2007 10:06 pm Post subject: |
|
|
If It said rebuild apache then rebuild apache. _________________ - Failure is not an option. It's bundled with your software. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
elgato319 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 15 Sep 2005 Posts: 546
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SoylentGreen l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/19872352734460b326d699c.png)
Joined: 19 Aug 2005 Posts: 904 Location: The Hostel
|
Posted: Tue Jan 30, 2007 8:46 am Post subject: |
|
|
dcoats wrote: | If It said rebuild apache then rebuild apache. |
i did..
@elgato319 - thx. well, downgradeing apr solves that, though.. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Matthijs70 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Oct 2006 Posts: 43 Location: the Netherlands
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SoylentGreen l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/19872352734460b326d699c.png)
Joined: 19 Aug 2005 Posts: 904 Location: The Hostel
|
Posted: Tue Jan 30, 2007 11:17 am Post subject: |
|
|
yeah, apache works again, but now my worldfile is corrupted i am told
emerge tells me to run "emaint -c world", but that doesnt find any problems ![Shocked 8O](images/smiles/icon_eek.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Matthijs70 n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 01 Oct 2006 Posts: 43 Location: the Netherlands
|
Posted: Tue Jan 30, 2007 12:01 pm Post subject: |
|
|
Check if ONLY the old apr version is install .. if not unmerge the others (I had both 0.9.13 and 1.2.8 active).
I did a revdep-rebuild and a rebuild of Apache ... and now all works fine as it should be
Good luck,
Matthijs |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SoylentGreen l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/19872352734460b326d699c.png)
Joined: 19 Aug 2005 Posts: 904 Location: The Hostel
|
Posted: Tue Jan 30, 2007 12:14 pm Post subject: |
|
|
no go:
Code: |
dukeserver lib32 # emerge -upDv world
These are the packages that would be merged, in order:
Calculating world dependencies |
!!! Problems have been detected with your world file
!!! Please run emaint --check world
... done!
[ebuild NS ] dev-libs/apr-1.2.8 USE="-debug -ipv6 -urandom" 0 kB
[ebuild NS ] dev-libs/apr-util-1.2.8 USE="berkdb gdbm sqlite -ldap -postgres -sqlite3" 0 kB
Total: 2 packages (2 in new slots), Size of downloads: 0 kB
dukeserver lib32 # equery depends apr-1.2.8
[ Searching for packages depending on apr-1.2.8... ]
|
strange uh? nothing depends on 1.2.8, but something likes to pull that in
Code: |
dukeserver lib32 # equery depends apr
[ Searching for packages depending on apr... ]
dev-libs/apr-util-0.9.12 (~dev-libs/apr-0.9.12)
net-www/apache-2.0.59-r2 (=dev-libs/apr-0*)
dukeserver lib32 #
|
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|