TurnKey LAMP stack Live CD appliance 2008.10.17-hardy-x86 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News TurnKey LAMP stack Live CD appliance 2008.10.17-hardy-x86 (Default branch)
# 1  
Old 10-30-2008
TurnKey LAMP stack Live CD appliance 2008.10.17-hardy-x86 (Default branch)

ImageTurnKey LAMP stack Live CD appliance is alightweight, installable live CD of the standardLAMP (Linux, Apache, MySQL, PHP) stack, based onUbuntu. TurnKey Linux aims to develop high-qualitysoftware appliances that are easy to deploy, easyto use, and free.License: GNU General Public License (GPL)Changes:
Dramatic usablity improvements, including an easy to use configuration console written from scratch in Python, a beautiful Web management interface (Mac OS X themed), auto-login while in demo/live mode, and root password configuration during installation. This release also includes numerous minor tweaks and improvements, package updates, and bugfixes.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
PSTACK(1)						     Linux Programmer's Manual							 PSTACK(1)

NAME
pstack - print a stack trace of running processes SYNOPSIS
pstack pid [...] DESCRIPTION
pstack attaches to the active processes named by the pids on the command line, and prints out an execution stack trace, including a hint at what the function arguments are. If symbols exist in the binary (usually the case unless you have run strip(1)), then symbolic addresses are printed as well. If the process is part of a thread group, then pstack will print out a stack trace for each of the threads in the group. RESTRICTIONS
pstack currently works only on Linux, only on an x86 machine running 32 bit ELF binaries (64 bit not supported). Also, for symbolic infor- mation, you need to use a GNU compiler to generate your program, and you can't strip symbols from the binaries. For thread information to be dumped, you have to use the debug-aware version of libpthread.so. (To check, run nm(1) on your pthreads library, and make sure that the symbol "__pthread_threads_debug" is defined.) SEE ALSO
nm(1), ptrace(2) AUTHORS
Ross Thompson <ross@whatsis.com> Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> Red Hat Linux Feb 25 2002 PSTACK(1)