Send Netdot-devel mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-devel digest..."
Today's Topics:
1. [Netdot - Support #1877] Apache problem: Failed to find a
user with cookie after reboot ([email protected])
----------------------------------------------------------------------
Message: 1
Date: Sun, 11 Oct 2015 10:14:16 -0700
From: [email protected]
Subject: [Netdot-devel] [Netdot - Support #1877] Apache problem:
Failed to find a user with cookie after reboot
To: [email protected], [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8
Issue #1877 has been updated by Carlos Carcamo.
I've checked apache logs but there aren't any errors.
I did this:
delete the netdot conf from apache
<pre>
# rm /etc/apache2/conf.d/netdot.conf
</pre>
start apache
<pre>
# service apache2 start
</pre>
then link the netdot conf with apache:
<pre>
$ ln -s /usr/local/netdot/etc/netdot_apache2_local.conf
/etc/apache2/conf.d/netdot.conf
</pre>
reload apache
<pre>
# service apache2 reload
</pre>
after that apache works great but, apache cannot be restarted, I have to repeat
the previous steps to start apache normally, I wonder if this is normal...
----------------------------------------
Support #1877: Apache problem: Failed to find a user with cookie after reboot
https://osl.uoregon.edu/redmine/issues/1877#change-3317
Author: Carlos Carcamo
Status: New
Priority: Urgent
Assignee:
Category: Netdot
Target version: 1.0.7
Resolution:
Hello,
I have a problem with netdot and apache.
After successfully installed netdot I could login in the web interface, at that
point all worked like a charm.
After reboot my pc, I notice that apache couldn't start, I've been trying to
start apache but it doesn't work.
Taking a look at my logs I found this:
<pre>
# tail -f /var/log/apache2/error.log
[Fri Oct 09 16:21:18 2015] [error] ses_key_cookie
686a439fbab11d5d1283dc2423f353bb
[Fri Oct 09 16:21:18 2015] [error] Attempting auth using session key
686a439fbab11d5d1283dc2423f353bb
[Fri Oct 09 16:21:18 2015] [error] encryption engine using key: Netdot gets the
last laugh
[Fri Oct 09 16:21:18 2015] [error] Failed to find a user with cookie
686a439fbab11d5d1283dc2423f353bb.
[Fri Oct 09 16:21:18 2015] [error] Session cookie:
686a439fbab11d5d1283dc2423f353bb
[Fri Oct 09 16:21:18 2015] [error] Loading module
Apache2::SiteControl::UserFactory
[Fri Oct 09 16:21:18 2015] [error] Using user factory
Apache2::SiteControl::UserFactory
</pre>
It seems like I have problem with cookies maybe related with
Apache2::AuthCookie but I don't really know what the problem is.
I tried reinstall apache and then it works great but after rebooting my pc, it
shown the same problem.
Any thoughts about what I'm doing wrong?
Adicional info:
OS: debian wheezy
apache v2.2
Netdot 1.0.7
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://osl.uoregon.edu/redmine/my/account
------------------------------
_______________________________________________
Netdot-devel mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-devel
End of Netdot-devel Digest, Vol 103, Issue 2
********************************************