Current time: 05-02-2024, 04:22 PM Hello There, Guest! (LoginRegister)


Thread Closed 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[ERLEDIGT] Opensuse 10.3 - keine postdrop Gruppe?
Author Message
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #11
RE: Opensuse 10.3 - keine postdrop Gruppe?
Wenn ich die Datei anlege wird die Domain aktiviert und ich kann mich als user einloggen.

Die Datei bleibt aber leer, mir fehlt der Vergleich um zu sagen ob das so sein soll.
03-22-2008 02:21 AM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #12
RE: Opensuse 10.3 - keine postdrop Gruppe?
Hat glaub' was mit awstats zu tun - pro Domain hat's bei mir eine Datei, Grösse 0 in diesem Verzeichnis...
03-22-2008 02:33 AM
Visit this user's website Find all posts by this user
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #13
RE: Opensuse 10.3 - keine postdrop Gruppe?
Könnte sein, hab ich beim Setup aktiviert.

Dürfte noch etwas dauern bis es unter OpenSuse geht, der FTP Server verweigert auch den Start wie ich grad gesehen habe ;-)

Und mail ist auch noch ein Thema für sich, das schau ich mir morgen mal genauer an.

Gui lief übrigens erst nachdem ich folgendes in der http.conf ergänzt habe:
Code:
<IfModule mod_fastcgi.c>
    DirectoryIndex index.html index.html.var index.php
</IfModule>
03-22-2008 02:48 AM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: Opensuse 10.3 - keine postdrop Gruppe?
index:
muss nicht in fastcgi stehen - ich hatte das auch mal drin, wurde auch wieder rausgekippt...

http://www.isp-control.net/ispcp/changes...e10/apache

ich tu's wieder rein.

/J
03-22-2008 03:07 AM
Visit this user's website Find all posts by this user
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #15
RE: Opensuse 10.3 - keine postdrop Gruppe?
Das Verzeichnis ist von mod_cband soviel ich weiß.
03-22-2008 03:43 AM
Visit this user's website Find all posts by this user
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #16
RE: Opensuse 10.3 - keine postdrop Gruppe?
btw. Warum gibts eigentlich /opensuse und /opensuse10 und nicht z.B. /opensuse100 und /opensuse103?

Ich find die Bezeichung leicht verwirrend ;-)
03-22-2008 04:06 AM
Find all posts by this user
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #17
RE: Opensuse 10.3 - keine postdrop Gruppe?
einherjer Wrote:btw. Warum gibts eigentlich /opensuse und /opensuse10 und nicht z.B. /opensuse100 und /opensuse103?

gibt nur noch opensuse, das andere ist alt (wurde mehrfach von mir geändert)

alle anderen Änderungen habe ich übernommen und kommen in r1069
03-22-2008 05:32 AM
Visit this user's website Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #18
RE: Opensuse 10.3 - keine postdrop Gruppe?
und ich habs noch verfeinert :-) r1071
03-22-2008 09:36 AM
Visit this user's website Find all posts by this user
einherjer Offline
Junior Member
*

Posts: 69
Joined: Mar 2008
Reputation: 0
Post: #19
RE: Opensuse 10.3 - keine postdrop Gruppe?
Installation und Gui laufen damit jetzt ohne weiteres und es lassen sich auch die Domains anlegen. Schaut also schon viel besser aus ;-)

Im Gui stört nur die Debug Meldung die seitenweise ausgegeben wird:
Code:
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /srv/www/ispcp/gui/client/index.php on line 190

FTP braucht noch Hilfe:
Code:
Starting proftpd  - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release.  Please use the DisplayChdir directive.
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 165 of '/etc/proftpd/proftpd.conf'
..failed
Und in die packages könnte man noch php5-ftp reinschreiben, das fehlt dem filemanager sonst.

Was mail angeht:
Mit einem angelegten mailaccount kann ich mich im Webmail anmelden.

Frage: Wo kommen eigentlich lokal zugestellte mails an root hin? Der admin kann sich scheinbar nicht am webmail einloggen?

Der Reseller hat seine mail wegen neuem account an eine gmx Adresse bekommen.

Eine Benachrichtigungsmail an den webmaster wird vom mailer daemon zurückgegeben:
Code:
<root@test.domain.dyndns.org>: Command died with status 127: "procmail -a
    "$EXTENSION"". Command output: sh: procmail: command not found

SASL mag auch nicht wirklich
Code:
postfix/smtpd[21800]: fatal: no SASL authentication mechanisms

Der angelegte mail account bekommt aus dem webmail keine mail raus.

Und imap motzt auch noch
Code:
imapd: Failed to create cache file: maildirwatch (juergen@psychomantium.de)
imapd: Error: Input/output error
imapd: Check for proper operation and configuration
imapd: of the File Access Monitor daemon (famd).

Ich hab leider nirgendwo einen courier laufen um die Konfiguration vergleichen zu können, hab nur Dovecot laufen.

Wenn ihr mir da nochmal helfen könntet... Rolleyes
03-23-2008 02:54 AM
Find all posts by this user
RatS Offline
Project Leader
******

Posts: 1,854
Joined: Oct 2006
Reputation: 17
Post: #20
RE: Opensuse 10.3 - keine postdrop Gruppe?
einherjer Wrote:Im Gui stört nur die Debug Meldung die seitenweise ausgegeben wird:
Code:
Strict Standards: date() [function.date]: It is not safe to rely on the system's timezone settings. Please use the date.timezone setting, the TZ environment variable or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CET/1.0/no DST' instead in /srv/www/ispcp/gui/client/index.php on line 190
Ist für die Entwicklung, einfach in der ./include/ispcp-lib.php error_reporting(E_ALL|E_STRICT); in error_reporting(E_ALL); ändern.

einherjer Wrote:FTP braucht noch Hilfe:
Code:
Starting proftpd  - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release.  Please use the DisplayChdir directive.
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 165 of '/etc/proftpd/proftpd.conf'
..failed
DisplayFirstChdir durch DisplayChdir ersetzen,
und vor SQLBackend die # entfernen

einherjer Wrote:Und in die packages könnte man noch php5-ftp reinschreiben, das fehlt dem filemanager sonst.
wird erledigt!

beim Rest muss du mal selbst ein wenig herum suchen, kenne mich nicht so sehr mit OpenSuse aus.
03-23-2008 03:49 AM
Visit this user's website Find all posts by this user
Thread Closed 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)