| Author |
Message |
mtrojnar
Joined: 21 Feb 2004
Posts: 23
|
| Posted: Sun May 28, 2006 12:26 pm Post subject: strace(1) doesn't work |
|
|
I do quite a lot of software development (see http://stunnel.mirt.net/) on my Linode 160 running Debian sarge.
Usually I use strace(1) to diagnose some weird problems, but it doesn't work on Linode:
# uname -a
Linux linode 2.6.17-rc2-linode19 #1 Wed Apr 26 17:31:10 EDT 2006 i686 GNU/Linux
# strace ls
execve("/bin/ls", ["ls"], [/* 14 vars */]) = 0
file1 file2 file3
#
I guess ptrace(2) is disabled for some reason. Can you enable this functionality? |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2387
Location: Galloway, NJ
|
| Posted: Sun May 28, 2006 12:31 pm Post subject: |
|
|
You're on one of the few hosts that's running an old kernel with this bug. Submit a support ticket to be moved to a different host, where strace will work.
-Chris |
|
| Back to top |
|
mtrojnar
Joined: 21 Feb 2004
Posts: 23
|
| Posted: Sun May 28, 2006 12:55 pm Post subject: |
|
|
| Are there any drawbacks of moving to another machine? Will I keep my IP address? What is the expected downtime? |
|
| Back to top |
|
caker
Joined: 15 Apr 2003
Posts: 2387
Location: Galloway, NJ
|
| Posted: Sun May 28, 2006 1:21 pm Post subject: |
|
|
Everything moves with you (IPs, disk images, configs, etc). You can press The One Button to start the migration when you're ready (after we configure it). I'd expect a few minutes per GB to transfer your disk images across.
-Chris |
|
| Back to top |
|
mtrojnar
Joined: 21 Feb 2004
Posts: 23
|
| Posted: Sun May 28, 2006 1:54 pm Post subject: |
|
|
| Thank you. |
|
| Back to top |
|
mtrojnar
Joined: 21 Feb 2004
Posts: 23
|
| Posted: Sun May 28, 2006 3:48 pm Post subject: |
|
|
| It worked. I can use strace, now! |
|
| Back to top |
|
| |