OK, I have some more information on this problem. Reinstalled Ubuntu (again). Did apt-get update and apt-get upgrade, which worked. After the computer restarted, everything seemed to be working. Then I tried to use dig (dig mx domain.com) and got "Bus error", but when using ssh or apt-get, I don't get any errors.
So I installed gdb and ran a backtrace on dig, which is as follows: [EMAIL PROTECTED]:~# dig Bus error [EMAIL PROTECTED]:~# dig mx fixertec.net Bus error [EMAIL PROTECTED]:~# gdb dig GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "x86_64-linux-gnu"... (no debugging symbols found) Using host libthread_db library "/lib/libthread_db.so.1". (gdb) run mx fixertec.net Starting program: /usr/bin/dig mx fixertec.net (no debugging symbols found) Program received signal SIGBUS, Bus error. 0x00002b276ce95fa0 in ?? () from /lib64/ld-linux-x86-64.so.2 (gdb) bt #0 0x00002b276ce95fa0 in ?? () from /lib64/ld-linux-x86-64.so.2 #1 0x00002b276ce86c93 in ?? () from /lib64/ld-linux-x86-64.so.2 #2 0x00002b276ce885f8 in ?? () from /lib64/ld-linux-x86-64.so.2 #3 0x00002b276ce8bb6d in ?? () from /lib64/ld-linux-x86-64.so.2 #4 0x00002b276ce8da06 in ?? () from /lib64/ld-linux-x86-64.so.2 #5 0x00002b276ce8c23a in ?? () from /lib64/ld-linux-x86-64.so.2 #6 0x00002b276ce834f5 in ?? () from /lib64/ld-linux-x86-64.so.2 #7 0x00002b276ce94458 in ?? () from /lib64/ld-linux-x86-64.so.2 #8 0x00002b276ce8230b in ?? () from /lib64/ld-linux-x86-64.so.2 #9 0x00002b276ce80a68 in ?? () from /lib64/ld-linux-x86-64.so.2 #10 0x0000000000000003 in ?? () #11 0x00007fff3dc29b4e in ?? () #12 0x00007fff3dc29b5b in ?? () #13 0x00007fff3dc29b5e in ?? () #14 0x0000000000000000 in ?? () (gdb) So, the problem is with ld-2.6.1.so, which is linked to ld-linux-x86-64.so.2? How can I troubleshoot this further? -- "Bus error" after upgrading server https://bugs.launchpad.net/bugs/204020 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
