tags 413471 + moreinfo stop Hello
On 2007-03-05 Debian BTS wrote: > If I try connect to DB on remote host mysql client crashes with SIGBUS. > When access DB localy works. > Strace shows this: > open("/etc/hosts", O_RDONLY) = 4 > fcntl64(4, F_GETFD) = 0 > fcntl64(4, F_SETFD, FD_CLOEXEC) = 0 > fstat64(4, {st_mode=S_IFREG|0644, st_size=273, ...}) = 0 > mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = > 0xf7f7a000 > read(4, "127.0.0.1\tlocalhost\n192.168.1.11"..., 8192) = 273 > --- SIGBUS (Bus error) @ 0 (0) --- > +++ killed by SIGBUS +++ > Process 16727 detached Please - try if "strace -f /usr/bin/mysql" shows more info - send me your /etc/hosts - try "gdb /usr/bin/mysql" then "run" and if it crashs enter "backtrace" - do "grep mysql /var/log/syslog" on the server side and send me the output - do "telnet serverhost 3306" (replace "serverhost") and show me what it says, i.e. if it is reachable and which version number it prints. bye, -christian- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]