Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3

Thread: chroot & mysql

  1. #1
    Join Date
    Apr 2004
    Location
    Germany
    Posts
    2

    Question chroot & mysql

    Hi,

    hat einer von euch es schon geschafft, die neue Serverversion in einem chroot laufen zu lassen?

    Libarys sind alle vorhanden
    Code:
     server_linux:
     libpthread.so.0 => /lib/libpthread.so.0 (0x4001b000)
     libdl.so.2 => /lib/libdl.so.2 (0x4006c000)
     libc.so.6 => /lib/libc.so.6 (0x4006f000)
     /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
    libsqlmy.so:
     libdl.so.2 => /lib/libdl.so.2 (0x40025000)
     libm.so.6 => /lib/libm.so.6 (0x40028000)
     libc.so.6 => /lib/libc.so.6 (0x4004a000)
     /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
    libmysqlclient_r.so.10:
     libz.so.1 => /usr/lib/libz.so.1 (0x4003b000)
     libcrypt.so.1 => /lib/libcrypt.so.1 (0x4004c000)
     libnsl.so.1 => /lib/libnsl.so.1 (0x40079000)
     libm.so.6 => /lib/libm.so.6 (0x4008f000)
     libpthread.so.0 => /lib/libpthread.so.0 (0x400b1000)
     libc.so.6 => /lib/libc.so.6 (0x40102000)
     /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
    Obwohl Username und Passwort stimmen, bekomme ich folgende Fehlermeldung.
    Code:
    21-04-04 09:22:10,ERROR,All,SQL,        Database initialization error: EDatabaseError.dbExpress Error: Invalid Username/Password
    Hat jemand eine Idee? In meinem chroot habe ich bis auf die libs, nur noch ein /dev/null.

  2. #2
    Join Date
    Feb 2004
    Location
    Gockeltown
    Posts
    84
    Das klingt eher danach das der TS Daemon keine Berechtigung auf der Datenbank hat. In den Hilfe Dateien gibt es einen Abschnitte für den Zugang zur MySQL DB den Du von dort in die server.ini kopieren und entsprechend DB-User und Kennwort einpflegen mußt. Hast Du das schon gemacht?

  3. #3
    Join Date
    Apr 2004
    Location
    Germany
    Posts
    2
    Der Daemon läuft ohne chroot einwandfrei. Scheinbar benötigt eine der neuen libs irgendeine Ressource die noch in meinem chroot fehlt.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Mysql Oddity question regarding remote DB
    By RikardF in forum [TeamSpeak 2] Server Support
    Replies: 4
    Last Post: 02-06-2004, 12:15
  2. Server in a chroot jail ?
    By wossName in forum [TeamSpeak Classic] General Questions
    Replies: 11
    Last Post: 06-02-2003, 11:02

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •