www.ProFTPD.de
13. März 2007, 18:42:17 *
Willkommen Gast. Bitte einloggen oder registrieren.
Haben Sie Ihre Aktivierungs E-Mail übersehen?

Einloggen mit Benutzername, Passwort und Sitzungslänge
News: SMF - Neu installiert!
 
   Übersicht   Hilfe Suche Login Registrieren  
Seiten: 1 2 [3] 4 5 6   Nach unten
  Drucken  
Autor Thema: mod_sql compilieren klapt nicht!  (Gelesen 2661 mal)
0 Mitglieder und 1 Gast betrachten dieses Thema.
gast
Gast
« Antwort #30 am: 14. Oktober 2003, 14:23:22 »

mit anweisungen habe ich nicht verstanden. ich meinte wo ich z.b. SQLAuthenticate users eintragen soll? muss ich eigentlich in der datenbank noch irgendwelche statements eintragen, wenn ja welche?und wo
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #31 am: 14. Oktober 2003, 14:54:34 »

Zitat von: "gast"
mit anweisungen habe ich nicht verstanden. ich meinte wo ich z.b. SQLAuthenticate users eintragen soll? muss ich eigentlich in der datenbank noch irgendwelche statements eintragen, wenn ja welche?und wo


Die Anweisungen in die proftpd.conf und den Rest in mysql einfügen.
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
gast
Gast
« Antwort #32 am: 14. Oktober 2003, 15:21:01 »

ertmal vielen vielen dank für deinen vielen nützlichen tipps die haben mir bis jetzt sehr geholfen!!!!

ich habe jetzt die befehle in die proftpd.conf geschrieben und habe folgende fehlermeldung  erhalten:


--------------------------------------------------------------------------------

Führe /etc/rc.d/init.d/proftpd start aus ...


Starting proftpd:  - Fatal: unknown configuration directive 'SQLConnectInfo' on line 23 of '/etc/proftpd.conf'.
[FEHLGESCHLAGEN
 
hier der auszug aus meiner conf:

SQLConnectInfo                  ftpanmeldung@ip-adresse root passwort percall

SQLAuthenticate                 users
SQLAuthTypes                    crypt backend
SQLUserInfo                     usertable username passwd uid gid homedir shell
SQLGroupInfo                    grouptable groupname gid members
SQLDefaultHomedir               /ftp
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #33 am: 14. Oktober 2003, 15:24:21 »

Du hast aber schon mit mod_sql kompiliert ( ./configure --with-modules=mod_sql:mod_sql_mysql......), oder?!
Code:
proftpd -l
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
gast
Gast
« Antwort #34 am: 14. Oktober 2003, 15:38:05 »

das versucher ich schon den ganzen tag aber irgenwie klappt es nie. ich weiss auch nciht was ich falsch mache!
jetzt habe eingegeben:

./configure --with-modules=mod_sql:mod_sql_mysql

das ist meine fehlermeldung:

gcc  -DLINUX  -I.. -I../include  -O2 -Wall -c mod_sql_mysql.c
mod_sql_mysql.c: In function `_build_error':
mod_sql_mysql.c:333: warning: passing arg 4 of `mod_create_ret'
discards qualifiers from pointer target type
gcc  -DLINUX  -I.. -I../include  -O2 -Wall -c mod_cap.c
srcdir=. ./glue.sh mod_core.o mod_xfer.o mod_auth_unix.o mod_auth_file.o mod_auth.o mod_ls.o mod_log.o mod_site.o mod_sql.o mod_sql_mysql.o mod_cap.o
gcc  -DLINUX  -I.. -I../include  -O2 -Wall -c module_glue.c
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/modules«
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/lib/libcap«
=> making cap_names.c from <linux/capability.h>
cc -O2 -Wall -Llib  _makenames.c -o _makenames
./_makenames > cap_names.h
cc -O2 -Wall -c cap_alloc.c -o cap_alloc.o
cc -O2 -Wall -c cap_proc.c -o cap_proc.o
cc -O2 -Wall -c cap_extint.c -o cap_extint.o
cc -O2 -Wall -c cap_flag.c -o cap_flag.o
cc -O2 -Wall -c cap_text.c -o cap_text.o
cc -O2 -Wall -c cap_sys.c -o cap_sys.o
ar rcu libcap.a cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_sys.o
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/lib/libcap«
gcc -Llib  -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/regexp.o src/dirtree.o src/support.o src/inet.o src/log.o src/bindings.o src/scoreboard.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/auth.o src/fsio.o src/mkhome.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_cap.o modules/mod_sql_mysql.o modules/mod_sql.o  modules/module_glue.o -lsupp -lcrypt  -Llib/libcap -lcap  -lm -lz -lmysqlclient
/usr/bin/ld: cannot find -lmysqlclient
collect2: ld returned 1 exit status
make: *** [proftpd] Fehler 1

das sind alle module:

Compiled-in modules:
  mod_core.c
  mod_xfer.c
  mod_auth_unix.c
  mod_auth_file.c
  mod_auth.c
  mod_ls.c
  mod_log.c
  mod_site.c
  mod_readme.c
  mod_auth_pam.c
  mod_tls.c
  mod_cap.c


das kann doch gar nciht so schwer sein?!?!?
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #35 am: 14. Oktober 2003, 15:46:35 »

mach mal noch bei configure
Code:
--with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql

dazu und dann nochmal
Code:
make clean
make

und poste das Resultat
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
gast
Gast
« Antwort #36 am: 14. Oktober 2003, 15:53:26 »

hab ich auch schon gemacht dann bringt er zwar keine fehlermeldung aber mod_sql wird auch nicht angezeigt wenn ich proftpd -l eingebe!!!

hier syntax mit --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql:

[root@bordkomm1 proftpd-1.2.8]# makeecho \#define BUILD_STAMP \"`date`\" >include/buildstamp.h
cd lib/ && make lib
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/lib«
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c pr_fnmatch.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c strsep.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c vsnprintf.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c glibc-glob.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c glibc-mkstemp.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c pr-syslog.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c pwgrent.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c getopt.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c getopt1.c
ar rc libsupp.a pr_fnmatch.o strsep.o vsnprintf.o glibc-glob.o glibc-mkstemp.o pr-syslog.o pwgrent.o getopt.o getopt1.o
ranlib libsupp.a
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/lib«
cd src/ && make src
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/src«
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c main.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c timers.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c sets.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c pool.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c regexp.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c dirtree.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c support.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c inet.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c log.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c bindings.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c scoreboard.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c feat.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c netio.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c response.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c ident.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c data.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c modules.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c auth.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c fsio.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mkhome.c
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/src«
cd modules/ && make modules
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/modules«
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_core.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_xfer.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_auth_unix.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_auth_file.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_auth.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_ls.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_log.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_site.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_sql.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_sql_mysql.c
mod_sql_mysql.c: In function `_build_error':
mod_sql_mysql.c:333: warning: passing arg 4 of `mod_create_ret' discards qualifiers from pointer target type
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c mod_cap.c
srcdir=. ./glue.sh mod_core.o mod_xfer.o mod_auth_unix.o mod_auth_file.o mod_auth.o mod_ls.o mod_log.o mod_site.o mod_sql.o mod_sql_mysql.o mod_cap.o
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c module_glue.c
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/modules«
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/lib/libcap«
=> making cap_names.c from <linux/capability.h>
cc -O2 -Wall -Llib  _makenames.c -o _makenames
./_makenames > cap_names.h
cc -O2 -Wall -c cap_alloc.c -o cap_alloc.o
cc -O2 -Wall -c cap_proc.c -o cap_proc.o
cc -O2 -Wall -c cap_extint.c -o cap_extint.o
cc -O2 -Wall -c cap_flag.c -o cap_flag.o
cc -O2 -Wall -c cap_text.c -o cap_text.o
cc -O2 -Wall -c cap_sys.c -o cap_sys.o
ar rcu libcap.a cap_alloc.o cap_proc.o cap_extint.o cap_flag.o cap_text.o cap_sys.o
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/lib/libcap«
gcc -Llib  -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/regexp.o src/dirtree.o src/support.o src/inet.o src/log.o src/bindings.o src/scoreboard.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/auth.o src/fsio.o src/mkhome.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_cap.o modules/mod_sql_mysql.o modules/mod_sql.o  modules/module_glue.o -lsupp -lcrypt  -Llib/libcap -lcap  -lm -lz -lmysqlclient -L/usr/lib/mysql
cd utils/ && make utils
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/utils«
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c ftpcount.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c scoreboard.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c ftpshut.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c ftptop.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c ftpwho.c
gcc  -DLINUX  -I.. -I../include -I/usr/include/mysql -O2 -Wall -c misc.c
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/utils«
gcc -o ftpcount utils/ftpcount.o utils/scoreboard.o
gcc -o ftpshut utils/ftpshut.o
gcc -Llib  -o ftptop utils/ftptop.o utils/scoreboard.o
gcc -Llib  -o ftpwho utils/ftpwho.o utils/scoreboard.o utils/misc.o -lsupp


[root@bordkomm1 proftpd-1.2.8]# make install
cd lib/ && make lib
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/lib«
make[1]: Für das Target »lib« gibt es nichts zu tun.
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/lib«
cd src/ && make src
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/src«
make[1]: Für das Target »src« gibt es nichts zu tun.
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/src«
cd modules/ && make modules
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/modules«
make[1]: Für das Target »modules« gibt es nichts zu tun.
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/modules«
make[1]: Wechsel in das Verzeichnis Verzeichnis »/etc/proftpd-1.2.8/lib/libcap«
make[1]: Für das Target »all« gibt es nichts zu tun.
make[1]: Verlassen des Verzeichnisses Verzeichnis »/etc/proftpd-1.2.8/lib/libcap«
gcc -Llib  -o proftpd src/main.o src/timers.o src/sets.o src/pool.o src/regexp.o src/dirtree.o src/support.o src/inet.o src/log.o src/bindings.o src/scoreboard.o src/feat.o src/netio.o src/response.o src/ident.o src/data.o src/modules.o src/auth.o src/fsio.o src/mkhome.o modules/mod_core.o modules/mod_xfer.o modules/mod_auth_unix.o modules/mod_auth_file.o modules/mod_auth.o modules/mod_ls.o modules/mod_log.o modules/mod_site.o modules/mod_cap.o modules/mod_sql_mysql.o modules/mod_sql.o  modules/module_glue.o -lsupp -lcrypt  -Llib/libcap -lcap  -lm -lz -lmysqlclient -L/usr/lib/mysql
/usr/bin/install -c -s -o root -g root -m 0755 proftpd /usr/local/sbin/proftpd
if [ -f /usr/local/sbin/in.proftpd ] ; then \
        rm -f /usr/local/sbin/in.proftpd ; \
fi
ln -s proftpd /usr/local/sbin/in.proftpd
chown -h root:root /usr/local/sbin/in.proftpd
/usr/bin/install -c -s -o root -g root -m 0755  ftpcount /usr/local/bin/ftpcount
/usr/bin/install -c -s -o root -g root -m 0755 ftpshut  /usr/local/sbin/ftpshut
/usr/bin/install -c -s -o root -g root -m 0755  ftptop   /usr/local/bin/ftptop
/usr/bin/install -c -s -o root -g root -m 0755  ftpwho   /usr/local/bin/ftpwho
if [ ! -f /usr/local/etc/proftpd.conf ] ; then \
        /usr/bin/install -c -o root -g root -m 0644 \
                   ./sample-configurations/basic.conf \
                   /usr/local/etc/proftpd.conf ; \
fi
/usr/bin/install -c -o root -g root -m 0644 ./src/proftpd.8    /usr/local/man/man8
/usr/bin/install -c -o root -g root -m 0644 ./utils/ftpshut.8  /usr/local/man/man8
/usr/bin/install -c -o root -g root -m 0644 ./utils/ftpcount.1 /usr/local/man/man1
/usr/bin/install -c -o root -g root -m 0644 ./utils/ftptop.1   /usr/local/man/man1
/usr/bin/install -c -o root -g root -m 0644 ./utils/ftpwho.1   /usr/local/man/man1
/usr/bin/install -c -o root -g root -m 0644 ./src/xferlog.5    /usr/local/man/man5
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #37 am: 14. Oktober 2003, 19:37:18 »

:hä?
Du gibst nicht auf, was? :wink:

Also nochmal langsam:

Poste bitte die kompletten Ausgaben für folgende Befehle mal.
Code:
./configure --with-modules=mod_sql:mod_sql_mysql --with-includes=/usr/include/mysql --with-libraries=/usr/lib/mysql --sysconfdir=/wo/die/proftpd.conf/liegt/
make clean
make
make install


Das kann doch nicht sooo schwer sein. :wait)
Oder:
:arrow:  :keinelust)


Nochwas: Du hast mod_sql aber nicht einzeln reinkopiert, oder?
Einfach nur den Source runterladen und los gehts.

Oder:
 :root:
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
stonki
Administrator
ProFTPD
*****
Offline Offline

Beiträge: 1853


15318939
Profil anzeigen WWW E-Mail
« Antwort #38 am: 15. Oktober 2003, 07:21:34 »

Zitat von: "Wörsty"

Oder:
 :root:


das ist doch mein Spruch Smiley
Gespeichert

www.stonki.de:    the more I see, the more I know.......
www.proftpd.de:   Deutsche ProFTPD Dokumentation
www.krename.net:  Der Batch Renamer für KDE
www.kbarcode.net: Die Barcode Solution für KDE
gast
Gast
« Antwort #39 am: 15. Oktober 2003, 08:43:55 »

es hat jetzt endlich geklappt!!!! ich hatte noch eine alte proftpd version auf dem rechner. :idiot)

danke für eure geduld mit leuten die sich sehr dämlich anstellen!!danke super toller support hier!!!!

jetzt habe ich aber ein anderes problem und zwar kann ich den proftpd server nicht mehr starten bzw. ich weiss nicht wo zu starten. über webmin funktioniert es auch nicht mehr. das webmin modul funktioniert nicht mehr stratet die konfigurationshilfe nicht falsche modul-config?
bitte um hilfe
Gespeichert
gast
Gast
« Antwort #40 am: 15. Oktober 2003, 08:46:09 »

diese fehlermeldung erhalte ich bein versuch zu starten:

Konnte ProFTPd-Server nicht starten : - no such group 'nogroup' - Fatal: Group: Unknown group 'nogroup'.
Gespeichert
Backdraft007
ProFTPD
*
Offline Offline

Beiträge: 9



Profil anzeigen
« Antwort #41 am: 15. Oktober 2003, 09:21:35 »

Du hast die Gruppe "nogroup" und wahrscheinlich den User "nobody" nicht angelegt.

Wobei, sind die nicht standardmäßig angelegt? *Überleg*
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #42 am: 15. Oktober 2003, 09:24:15 »

Deine Frunde sind:

useradd  [-u uid [-o]] [-g group] [-G group,...] [-d home] [-s shell] [-c comment] [-m [-k template]] [-f inactive] [-e expire ] [-p passwd] [-M] [-n] [-r] name

und groupadd [-g gid [-o]]  [-r] [-f] group  

Oder pack in der proftpd.conf erstmal eine # vor die beiden Anweisungen und teste.
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
gast
Gast
« Antwort #43 am: 15. Oktober 2003, 09:32:14 »

kann ich nicht die user in der datenbank anlegen? und wo kann ich eintragen das der proftpd beim systemstart gestartet wird?
Gespeichert
Wörsty
Moderator
ProFTPD
*****
Offline Offline

Beiträge: 1602


50772603
Profil anzeigen WWW E-Mail
« Antwort #44 am: 15. Oktober 2003, 09:41:49 »

Zitat von: "gast"
kann ich nicht die user in der datenbank anlegen?

Nein. Die sind ja nicht zum Anmelden gedacht.
Unter der User-ID läuft der Server auf dem System!
Ich würde den selben wie für den Webserver nehmen und gut.

Zitat von: "gast"
und wo kann ich eintragen das der proftpd beim systemstart gestartet wird?

Das Startscript nach /etc/init.d/proftpd kopieren und die Links in rc3.d anlegen.
Gespeichert

RedHat 8.0 (2.4er Kernel)
proftpd 1.2.10
-mod_sql_mysql
-mow_wrap
-mod_exec
-mod_ifsession[/size]
Seiten: 1 2 [3] 4 5 6   Nach oben
  Drucken  
 
Gehe zu:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Prüfe XHTML 1.0 Prüfe CSS
Seite erstellt in 0.074 Sekunden mit 15 Zugriffen.