Dickes SQL Problem

Alle weiteren Dienste, die nicht in die drei oberen Foren gehören.
brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Dickes SQL Problem

Beitrag von brendyboy » 29.04.2005 13:49:33

Hallo Zusammen,

Ich bin mitlerweile am Verzweifeln, seit gestern Morgen 9 Uhr sitze ich schon
fast durchgehend am PC um meine SQL zu starten, eins vor weg.
Ich war so schlau und hatte mir aus langeweile eine Visas Demo installiert, aber
da ich noch Confixx nutze wird sich das wohl nicht vertragen haben :cry: .
Wen ich versuche meine SQL zu starten, kommt mir das:

Code: Alles auswählen

dbrand:~# /etc/init.d/mysql start
dbrand:~#
oder wen ich direkt ins /etc/init.d wechsel und den SQL Starten will kommt:

Code: Alles auswählen

dbrand:/# cd etc
dbrand:/etc# cd init.d
dbrand:/etc/init.d# mysql start
bash: mysql: command not found
Irgendetwas muss ich damit verhunzt haben, jetzt habe ich mir einmal die Datei:
/etc/apache2/http.conf angeschaut, was mich darin so ein bissl stört ist am Ende das:

Code: Alles auswählen

NameVirtualHost *:80

<VirtualHost _default_:443>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtml index.php index.php3
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
</VirtualHost>

Code: Alles auswählen

<VirtualHost *:80>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
SSLEngine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtm index.php
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
Redirectpermanent /ssl https://localhost/ssl/
</VirtualHost>

Include /usr/local/visas/etc/subdomains.conf
Kann das damit einen Zusammen Hang haben?

Ich hoffe ihr könnt mir weiterhelfen!!!! :)

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 14:18:09

mach bitte einmal

Code: Alles auswählen

ls -l /etc/init.d
und poste das ergebnis

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 14:21:27

Bitte schön:

Code: Alles auswählen

dbrand:~# ls -l /etc/init.d
total 204
-rw-r--r--    1 root     root          854 Oct  5  2001 README
-rwxr-xr-x    1 root     root         2092 Apr 28 11:19 apache
lrwxrwxrwx    1 root     root           18 Apr 28 11:19 apache2 -> /etc/init.d/a
pache
-rwxr-xr-x    1 root     root         1074 Jan 18  2002 atd
-rw-r--r--    1 root     root            0 Apr 28 13:50 bind9
-rwxr-xr-x    1 root     root         1967 Jan 25  2002 bootmisc.sh
-rwxr-xr-x    1 root     root          894 Oct  5  2001 checkfs.sh
-rwxr-xr-x    1 root     root         4048 Apr  8  2002 checkroot.sh
-rwxr-xr-x    1 root     root         2757 Nov 11  2001 console-screen.sh
-rwxr-xr-x    1 root     root          868 Mar 28  2001 cron
-rwxr-xr-x    1 root     root          779 Jan  7 12:40 devpts.sh
-rwxr-xr-x    1 root     root         1315 Sep  5  2003 exim
-rwxr-xr-x    1 root     root          418 Jan 19  2002 halt
-rwxr-xr-x    1 root     root          165 Feb 26  2001 hostname.sh
-rwxr-xr-x    1 root     root         3390 Dec 24  2002 hwclock.sh
-rwxr-xr-x    1 root     root         3233 Dec 24  2002 hwclockfirst.sh
-rwxr-xr-x    1 root     root          218 Jul 13  2001 ifupdown
-rwxr--r--    1 root     root          781 Nov 18  2003 imap.dpkg-new
-rwxr-xr-x    1 root     root          222 Apr 28 11:18 inetd
-rwxr-xr-x    1 root     root         1764 Nov 18  2001 inetd.real
-rwxr-xr-x    1 root     root          723 Apr 22  2002 keymap.sh
-rwxr-xr-x    1 root     root         1592 Jan  3  2002 klogd
-rwxr-xr-x    1 root     root          735 Sep 27  2001 modutils
-rwxr-xr-x    1 root     root          896 Nov  1  2001 mountall.sh
-rwxr-xr-x    1 root     root         1579 Apr  8  2002 mountnfs.sh
-rwxr-xr-x    1 root     root         4220 Apr 14 11:50 mysql
lrwxrwxrwx    1 root     root           17 Apr 28 11:19 named -> /etc/init.d/bin
d9
-rwxr-xr-x    1 root     root         4042 Nov 18  2001 networking
-rwxr-xr-x    1 root     root         1882 Jan  6  2000 nviboot
-rwxr-xr-x    1 root     root         1778 Mar 27  2002 pop-before-smtp
-rwxr--r--    1 root     root          655 Oct 17  2003 pop3d.dpkg-new
-rwxr-xr-x    1 root     root         2060 Jul 29  2003 postfix
-rwxr-xr-x    1 root     root         1013 Aug 25  2003 procps.sh
-rwxr-xr-x    1 root     root         2100 Jun 28  2003 proftpd
-rwxr-xr-x    1 root     root          691 Jul 28  2004 pwcheck
-rwxr--r--    1 root     root         2610 Oct 16  2003 qmail.dpkg-new
-rwxr-xr-x    1 root     root         2094 Mar  7  2002 quota
-rwxr-xr-x    1 root     root         1005 Mar  7  2002 quotarpc
-rwxr-xr-x    1 root     root         2235 Feb 26  2001 rc
-rwxr-xr-x    1 root     root         1190 Apr 19  1999 rcS
-rwxr-xr-x    1 root     root          197 Jun 21  1998 reboot
-rwxr-xr-x    1 root     root          261 Feb 26  2001 rmnologin
-rwxr-xr-x    1 root     root          358 Feb 26  2001 sendsigs
-rwxr-xr-x    1 root     root          499 Feb 26  2001 single
-rwxr-xr-x    1 root     root         1771 Apr  8  2002 skeleton
-rwxr--r--    1 root     root         1008 Jul 27  2004 spamassassin
-rwxr-xr-x    1 root     root         1699 Sep 19  2003 ssh
lrwxrwxrwx    1 root     root           15 Apr 28 11:19 sshd -> /etc/init.d/ssh
-rwxr-xr-x    1 root     root         1908 Jan  3  2002 sysklogd
-rwxr-xr-x    1 root     root          505 Nov  6  2001 umountfs
-rwxr-xr-x    1 root     root          436 Oct  5  2001 umountnfs.sh
-rwxr-xr-x    1 root     root         1176 Jul  6  2001 urandom
-rwxr--r--    1 root     root         1717 Apr 28 11:19 visas
-rwxr-xr-x    1 root     root         1383 Aug 13  2002 xinetd
dbrand:~#
EDIT: Hab das mal in Code-Tags gesetzt (feltel)

lordlamer
Beiträge: 64
Registriert: 25.01.2005 07:25:33

Beitrag von lordlamer » 29.04.2005 14:24:24

./mysql start in /etc/init.d/ ausführen ;)

ausserdem solltest du mal die mysqllogs checken.

mit "ps fax" kannst du gucken ob mysql als prozess läuft!

mfg frank

Benutzeravatar
feltel
Webmaster
Beiträge: 10458
Registriert: 20.12.2001 13:08:23
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Leipzig, Germany
Kontaktdaten:

Re: Dickes SQL Problem

Beitrag von feltel » 29.04.2005 14:25:27

brendyboy hat geschrieben:Hallo Zusammen,

Ich bin mitlerweile am Verzweifeln, seit gestern Morgen 9 Uhr sitze ich schon
fast durchgehend am PC um meine SQL zu starten, eins vor weg.
Ich war so schlau und hatte mir aus langeweile eine Visas Demo installiert, aber
da ich noch Confixx nutze wird sich das wohl nicht vertragen haben :cry: .
Wen ich versuche meine SQL zu starten, kommt mir das:

Code: Alles auswählen

dbrand:~# /etc/init.d/mysql start
dbrand:~#
oder wen ich direkt ins /etc/init.d wechsel und den SQL Starten will kommt:

Code: Alles auswählen

dbrand:/# cd etc
dbrand:/etc# cd init.d
dbrand:/etc/init.d# mysql start
bash: mysql: command not found
Das ist schon richtig so, da /etc/init.d nicht im $PATH enthalten ist. Wenn dann müsstes Du

Code: Alles auswählen

dbrand:/etc/init.d# ./mysql start
machen. Das keine Ausgabe beim Start von mysql kommt ist allerdings merkwürdig. Schau doch mal in das mysql-log unter /var/log/mysql/mysql.log ob da irgendwelche Fehler geloggt werden. Schau auch mal in das syslog unter /var/log/syslog.
Irgendetwas muss ich damit verhunzt haben, jetzt habe ich mir einmal die Datei:
/etc/apache2/http.conf angeschaut, was mich darin so ein bissl stört ist am Ende das:

Code: Alles auswählen

NameVirtualHost *:80

<VirtualHost _default_:443>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtml index.php index.php3
SSLEngine on
SSLCertificateFile /etc/apache2/ssl/server.crt
SSLCertificateKeyFile /etc/apache2/ssl/server.key
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
</VirtualHost>

Code: Alles auswählen

<VirtualHost *:80>
DocumentRoot /usr/local/visas/public_html/
ServerName localhost
ServerAlias www.localhost
php_admin_value open_basedir /usr/local/visas/public_html/ssl/
php_admin_value engine off
SSLEngine off
IndexOptions
DirectoryIndex index.htm index.html index.shtml start.htm start.html start.shtm index.php
Redirectpermanent /adminlevel https://localhost:22222/adminlevel
Redirectpermanent /domainadminlevel https://localhost:22222/domainadminlevel
Redirectpermanent /serveradminlevel https://localhost:22222/serveradminlevel
Redirectpermanent /mail https://localhost:22222/webmail
Redirectpermanent /webmail https://localhost:22222/webmail
Redirectpermanent /support https://localhost:22222/support
Redirectpermanent /mysql https://localhost:22222/mysql
Redirectpermanent /ssl https://localhost/ssl/
</VirtualHost>

Include /usr/local/visas/etc/subdomains.conf
Kann das damit einen Zusammen Hang haben?
Das hat mit dem MySQL-Server erstmal nix zu tun. Ich denke das in der /etc/apache2/httpd.conf ist das MySQL-Admin-Tool (wie z.B. phpMyAdmin) welches zur Administration des MySQL-Servers über den Webbrowser da ist.

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 14:28:26

/var/log/mysql/mysql.log gibt es nicht, es gibt nur eine error.log die allerdings leer ist.

Hier einmal das wie ihr gesagt habt, starten:

Code: Alles auswählen

dbrand:/etc/init.d# ./mysql start
dbrand:/etc/init.d#
hatte ich auch schon ausprobiert gehabt :cry: .

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 14:32:06

der aufruf passt schon ...

ich bin kein mysql mensch - feltel kann da sicher was dazu sagen - rechte zur ausführung hat das fiel mysql ja

Code: Alles auswählen

-rwxr-xr-x    1 root     root         4220 Apr 14 11:50 mysql 
mit root als owner ... ist das ok so bei mysql? - also bei postgresql gibts eben einen expliziten besitzer des postmasters - aber wie gesagt mysql ist nicht meine welt ...
Zuletzt geändert von meandtheshell am 29.04.2005 14:45:53, insgesamt 2-mal geändert.

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 14:33:23

Ok, dann warte ich auf Felter ;)

Benutzeravatar
feltel
Webmaster
Beiträge: 10458
Registriert: 20.12.2001 13:08:23
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Leipzig, Germany
Kontaktdaten:

Beitrag von feltel » 29.04.2005 14:41:52

brendyboy hat geschrieben:Ok, dann warte ich auf Felter ;)
F - e - l - t - e - l :!: ;-)

Und im syslog steht auch nix? Ältere MySQL-Versionen schrieben ihr logs in /var/log/mysql.log. Hast Du das Logfile evtl? Du kannst auch mal versuchen den mysqld händisch zu starten:

Code: Alles auswählen

/usr/bin/mysqld_safe &

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 14:45:00

Sry Feltel :D.

Ich nutze derzeit die MySQL 4.1

Die /var/log/mysql.log ist leer.

Wen ich

Code: Alles auswählen

/usr/bin/mysqld_safe &
Eingebe, kommt:

Code: Alles auswählen

dbrand:/# bash: /usr/bin/mysqld_safe: No such file or directory

[1]+  Exit 127                /usr/bin/mysqld_safe

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 14:48:03

ähhhhhm - hm ... machst du bitte einmal

Code: Alles auswählen

dpkg - l | grep mysql
und postest das ergebnis wieder ...

das ist schon ein bisserl verdächtig - bei deinen aufrufen greift die bash ins leere; kein logfiles da ...

Benutzeravatar
feltel
Webmaster
Beiträge: 10458
Registriert: 20.12.2001 13:08:23
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Leipzig, Germany
Kontaktdaten:

Beitrag von feltel » 29.04.2005 14:50:01

Hmmm, mit der 4.1er Version von MySQL hab ich noch nix zu tun gehabt. Laut [1] sollte es aber /usr/bin/mysqld_safe geben. Installier das Paket am besten nochmal und achte auf eventuelle Fehlerausschriften.

[1] http://packages.debian.org/cgi-bin/sear ... &arch=i386

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 14:54:12

Wen ich auf

Code: Alles auswählen

dpkg - l | grep mysql 
gehe, kommt:

Code: Alles auswählen

dbrand:/# dpkg - l | grep mysql
dpkg: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use dselect for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --licence for copyright licence and lack of warranty (GNU GPL) [*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
dbrand:/#
Feltel, du hast mir da so einen Link gegeben, was soll ich da genau laden?

Sorry, wenns dem ein oder anderen Stört, ich habe jetzt mal die Log-File der Visas Install gepostet:

Code: Alles auswählen

#starting ViSAS installation...
Thu Apr 28 11:15:54 CEST 2005

#Stopping services.
Stopping internet superserver: inetd.
./install.sh: /etc/init.d/xinetd: No such file or directory
Stopping web server: apache.
./install.sh: /etc/init.d/apache2: No such file or directory
Stopping professional ftp daemon: proftpd.
./install.sh: /etc/init.d/wuftpd: No such file or directory
Stopping MySQL database server: mysqld.
./install.sh: /etc/init.d/named: No such file or directory
Stopping mail transport agent: Postfix.
httpd: no process killed
safe_mysqld: no process killed
mysqld: no process killed
inetd: no process killed
xinetd: no process killed
wuftpd: no process killed
proftpd: no process killed
pipelog.pl: no process killed
snmpd: no process killed
update-rc.d: /etc/init.d/postfix exists during rc.d purge (continuing)
 Removing any system startup links for /etc/init.d/postfix ...
   /etc/rc0.d/K20postfix
   /etc/rc1.d/K20postfix
   /etc/rc2.d/S20postfix
   /etc/rc3.d/S20postfix
   /etc/rc4.d/S20postfix
   /etc/rc5.d/S20postfix
   /etc/rc6.d/K20postfix
 Removing any system startup links for /etc/init.d/apache2 ...

#Installing Debian - Packages.

#Creating directories, groups and users.
groupdel: group www does not exist
groupdel: group visas does not exist
groupadd: group nogroup exists
groupadd: group mysql exists

#Installing mail-system.

#suPHP wird installiert.
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for a BSD-compatible install... /usr/bin/install -c
checking for dynamic Apache module support (via APXS)... ./configure: /usr/bin/apxs2: No such file or directory
./configure: /usr/bin/apxs2: No such file or directory
./configure: /: is a directory
found at /usr/bin/apxs2 (version )
checking for set-UID/set-GID mode... ok - using owner
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for an ANSI C-conforming const... yes
checking for uid_t in sys/types.h... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking whether lstat dereferences a symlink specified with a trailing slash... yes
checking whether lstat accepts an empty string... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking whether stat accepts an empty string... no
checking for strftime... yes
checking for setenv... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strrchr... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/apache/Makefile
config.status: creating src/apache2/Makefile
config.status: creating src/config.h
make[1]: Entering directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src'
gcc -c -g -O2 -DHAVE_CONFIG_H -I../src -o suphp.o suphp.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I../src -o filesystem.o filesystem.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I../src -o check.o check.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I../src -o error.o error.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I../src -o log.o log.c
gcc -c -g -O2 -DHAVE_CONFIG_H -I../src -o compat.o compat.c
gcc  -DHAVE_CONFIG_H -o suphp \
 suphp.o filesystem.o check.o error.o log.o compat.o
*** INFO: Building mod_suphp for Apache 1.3 ***
make[2]: Entering directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src/apache'
/usr/bin/apxs2 -c -DHAVE_CONFIG_H -DPATH_TO_SUPHP=\\\"/usr/local/sbin/suphp\\\" -I../../src -Wc,"-g -O2" mod_suphp.c
/bin/sh: /usr/bin/apxs2: No such file or directory
make[2]: *** [suphp.mod] Error 127
make[2]: Leaving directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src/apache'
make[1]: *** [suphp.mod] Error 2
make[1]: Leaving directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src'
make: *** [all] Error 2
make[1]: Entering directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src'
*** INFO: Building mod_suphp for Apache 1.3 ***
make[2]: Entering directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src/apache'
/usr/bin/apxs2 -c -DHAVE_CONFIG_H -DPATH_TO_SUPHP=\\\"/usr/local/sbin/suphp\\\" -I../../src -Wc,"-g -O2" mod_suphp.c
/bin/sh: /usr/bin/apxs2: No such file or directory
make[2]: *** [suphp.mod] Error 127
make[2]: Leaving directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src/apache'
make[1]: *** [suphp.mod] Error 2
make[1]: Leaving directory `/root/systempack-1.13-debian-sarge/suphp-0.5.2/src'
make: *** [install] Error 2

#Installing system-tools and doing some configuration.
rm: cannot remove `/usr/sbin/sendmail': No such file or directory
cp: cannot stat `/usr/bin/replace': No such file or directory
cp: cannot create regular file `/usr/lib/apache2/suexec2': No such file or directory
cp: cannot create regular file `/usr/lib/apache2/suexec2_visas': No such file or directory
chmod: getting attributes of `/usr/lib/apache2/suexec2_visas': No such file or directory
chmod: getting attributes of `/usr/lib/apache2/suexec2_visas': No such file or directory
ln: `/usr/bin/htpasswd': File exists
rm: cannot remove `/etc/httpd': No such file or directory
rm: cannot remove `/usr/local/apache/conf/httpd.conf': No such file or directory
cp: cannot create regular file `/etc/php4/apache2/php.ini': No such file or directory
rm: cannot remove `/etc/zonen': No such file or directory

#SSL-Zertifikat erstellen.

#Creating init-scripts.
rm: cannot remove `/etc/init.d/apache2': No such file or directory
 System startup links for /etc/init.d/apache already exist.
 Adding system startup for /etc/init.d/visas ...
   /etc/rc0.d/K20visas -> ../init.d/visas
   /etc/rc1.d/K20visas -> ../init.d/visas
   /etc/rc6.d/K20visas -> ../init.d/visas
   /etc/rc2.d/S20visas -> ../init.d/visas
   /etc/rc3.d/S20visas -> ../init.d/visas
   /etc/rc4.d/S20visas -> ../init.d/visas
   /etc/rc5.d/S20visas -> ../init.d/visas
./install.sh: /etc/init.d/named: No such file or directory
./install.sh: /etc/init.d/imap: No such file or directory

#Finished.

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 14:56:54

vertippt - sorry

so gehts

Code: Alles auswählen

 dpkg -l | grep mysql

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 14:58:24

Code: Alles auswählen

dbrand:/# dpkg -l | grep mysql
ii  libdbd-mysql-p 2.9004-0.dotde A Perl5 database interface to the MySQL data
ii  libmysqlclient 3.23.49-8.11   mysql database client library
ii  libmysqlclient 3.23.49-8.11   mysql database development files
ii  libmysqlclient 4.0.24-4.dotde mysql database client library
ii  libmysqlclient 4.1.11-0.dotde mysql database client library
ic  mysql-common   3.23.49-8.6    mysql database common files (e.g. /etc/mysql
ii  mysql-common-4 4.1.11-0.dotde mysql database common files (e.g. /etc/mysql
ic  mysql-server   3.23.49-8.6    mysql database server binaries
rc  mysql-server-4 4.1.11-0.dotde mysql database server binaries
ii  php4-mysql     4.3.11-0.dotde MySQL module for php4

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 15:01:25

Code: Alles auswählen

rc  mysql-server-4 4.1.11-0.dotde mysql database server binaries 
na da haben wir ja ins schwarze getroffen :wink: server aufrufen versuchen wo keiner ist - uiuiui

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 15:18:59

... d.h?

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 15:55:22

Also weiss keiner mehr weiter?!

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 16:04:42

brendyboy hat geschrieben:Also weiss keiner mehr weiter?!
doch doch - du musst dir eben einen sql server installieren - welche pakete usw. kann ich dir nicht sagen - bin postgresql mensch ...

also zuerst einmal das du den aktuellen pakettree hast

Code: Alles auswählen

apt-get update && apt-get upgrade
dann wenn du ahnung hast wie die pakete heißen - danach suchen

Code: Alles auswählen

apt-cache search xxxx
für xxxx den/die paketnamen die du brauchst wenn dir klar ist welches du brauchst evt. ap-cache search --full xxxx und abhängigkeiten ansehen - aber sicher gibt es auch ein metapacket für den mysql spass

nachdem du das gemacht hast installierst du das/die paket(e)

Code: Alles auswählen

apt-get install xxxx

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 16:08:02

Ich verstehe nicht, welches Paket ich installieren soll?

Benutzeravatar
meandtheshell
Beiträge: 4054
Registriert: 14.01.2005 17:51:30

Beitrag von meandtheshell » 29.04.2005 16:12:14

brendyboy hat geschrieben:Ich verstehe nicht, welches Paket ich installieren soll?
danke nicht mir - danke google - http://www.ladse.de/index.php/Installation:Debian:MySQL

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 16:13:16

Wäre es möglich dich in ICQ o.ä zu bekommen?

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 17:31:27

ok, das teil läuft soweit, wie bekomme ich es den hin, das er die
/var/lib/mysql abfragt und nicht standertmässig die /usr/local/mysql/data

Benutzeravatar
feltel
Webmaster
Beiträge: 10458
Registriert: 20.12.2001 13:08:23
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Leipzig, Germany
Kontaktdaten:

Beitrag von feltel » 29.04.2005 17:44:10

Wieso /usr/local/mysql/data? Bei Debian liegen die MySQL-Datenbanken unter /var/lib/mysql. Was sagt denn "grep datadir /etc/mysql/my.cnf" ? Irgendwie scheint Dein Rechner vergurkt zu sein, Da stimmt ja garnix. 8O

brendyboy
Beiträge: 35
Registriert: 01.04.2005 23:33:47
Kontaktdaten:

Beitrag von brendyboy » 29.04.2005 17:52:12

autsch ich meinte es genau anders rum :D

Code: Alles auswählen

dbrand:/# grep datadir /etc/mysql/my.
grep: /etc/mysql/my.: No such file or directory

Antworten