READ ONLY FORUM: m23 :: makes software distribution easy Forum Index READ ONLY FORUM: m23 :: makes software distribution easy
The m23 discussion forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Clients hinzufügen nach Serverupdate nicht möglich

 
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the server / Serverprobleme
View previous topic :: View next topic  
Author Message
Alf
Guest





PostPosted: Fri Sep 16, 2005 9:16    Post subject: Clients hinzufügen nach Serverupdate nicht möglich Reply with quote

nach dem Serverupdate auf 0.4.99 halfBaked-pre3 (100046)
kommt beim Hinzufügen neuer Clients folgende Fehlermeldung:

Warning: ldap_listservers(/m23/data+scripts/m23admin/phpldapadmin/config.php): failed to open stream: No such file or directory in /m23/cvs/inc/ldap.php on line 63

Fatal error: ldap_listservers(): Failed opening required '/m23/data+scripts/m23admin/phpldapadmin/config.php' (include_path='.:/usr/share/pear') in /m23/cvs/inc/ldap.php on line 63

Ich habe keinen LDAP-Server.

Was kann ich tun?
Back to top
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Fri Sep 16, 2005 10:46    Post subject: Reply with quote

Gibt es bei Dir das Verzeichnis

Code:
/m23/data+scripts/m23admin/phpldapadmin/
?

Wenn ja, sollte es reichen, wenn Du eine leere config.php anlegst. Z.B. mit

Code:
touch /m23/data+scripts/m23admin/phpldapadmin/config.php
.
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Fri Sep 16, 2005 16:36    Post subject: Reply with quote

Sollte mit dem neuen Update behoben sein.
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Alf
Guest





PostPosted: Mon Sep 19, 2005 7:19    Post subject: Reply with quote

Danke, das hat geholfen

lg
Alf
Back to top
Alf
Guest





PostPosted: Mon Sep 19, 2005 7:20    Post subject: Reply with quote

nur das Update hat jedoch nichts gebracht (Permission denied)

ALf
Back to top
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Mon Sep 19, 2005 8:37    Post subject: Reply with quote

Alf wrote:
nur das Update hat jedoch nichts gebracht (Permission denied)

ALf


Wie und wo "Permission denied"?
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Alf
Guest





PostPosted: Mon Sep 19, 2005 12:09    Post subject: Reply with quote

hab als erstes das Update eingespielt und dann versucht Client hinzufügen, da hat dann immer noch die config.php gefehlt, da kam dann was von Permission denied in Zeile 3xx oder so; habs leider nicht aufgeschrieben...

:-(

dann hab ich einfach wie Du geschrieben hast die Datei von Hand angelegt und schwupps gings wieder...

lg
Alf
Back to top
Alf



Joined: 21 Sep 2005
Posts: 6

PostPosted: Wed Sep 21, 2005 7:29    Post subject: Reply with quote

nachgereicht: die komplette Fehlermeldung beim Versuch die fehlende Datei zu erstellen:

"Warning: fopen(/m23/data+scripts/m23admin/phpldapadmin/config.php): failed to open stream: Permission denied in /m23/cvs/inc/ldap.php on line 334

Warning: fwrite(): supplied argument is not a valid stream resource in /m23/cvs/inc/ldap.php on line 389

Warning: fclose(): supplied argument is not a valid stream resource in /m23/cvs/inc/ldap.php on line 390
Client hinzufügen


Warning: ldap_listservers(/m23/data+scripts/m23admin/phpldapadmin/config.php): failed to open stream: No such file or directory in /m23/cvs/inc/ldap.php on line 63

Fatal error: ldap_listservers(): Failed opening required '/m23/data+scripts/m23admin/phpldapadmin/config.php' (include_path='.:/usr/share/pear') in /m23/cvs/inc/ldap.php on line 63"

lg
ALf
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Wed Sep 21, 2005 10:20    Post subject: Reply with quote

Danke für die Fehlermeldung.

Da fehlten dann wahrscheinlich die nötigen Zugriffsrechte für das phpldapadmin-Verzeichnis.

Falls Du oder jemand anders das nocheinmal die Updates einspielen sollte, dann müßte sich das Problem mit der config.php durch folgenden Code beseitigen lassen:

Code:
apacheUser=`grep "^User " /etc/apache/httpd.conf | cut -d' ' -f2`
apacheGroup=`grep "^Group " /etc/apache/httpd.conf | cut -d' ' -f2`

chown -R $apacheUser /m23/data+scripts/m23admin/phpldapadmin
chgrp -R $apacheGroup /m23/data+scripts/m23admin/phpldapadmin
chmod 755 -R /m23/data+scripts/m23admin/phpldapadmin


Das kommt dann auch in das nächste Patch rein. Wink
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the server / Serverprobleme All times are GMT - 2 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group