The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
97 views

Unable to produce core dump for apache running php as module

My php code causes intermittent crashes with php-5.4.12 as apache module (from Ondrej PPA) on 12.04. After while of searching I decided to get a core dump and investigate further but I'm unable to get ...
0
votes
2answers
169 views

echo c | sudo tee /proc/sysrq-trigger doesn't work

I'm studying the Server Guide from Ubuntu and i can't resolve this trouble. I follow this steps: sudo -s [sudo] password for ubuntu: # echo c > /proc/sysrq-trigger [ 31.659002] SysRq : Trigger a ...
2
votes
1answer
227 views

Free up memory dump of all the terminated processes

I think my subject is pretty spot on. I am on Ubuntu 10.04 and have the following specs in my computer: i5 Processor with 3.30GHz 16GB Memory 1TB Hard drive 1 Gigabyte on board network I am ...
0
votes
0answers
279 views

How to read Wikipedia dump offline?

EDIT: On Windows, we have software like Wikitaxi which help us browse XML and .bz2 Wikipedia dumps offline by building custom files on local machine. How can I do the same on Ubuntu? Any software or ...
2
votes
2answers
1k views

How can I dump all physical memory to a file?

I am using Ubuntu 11.10, and wish to simply know whether I can dump all physical memory and swap, as due to some kernel restrictions, I can't dd /dev/mem, even as superuser. Is there any workaround or ...
0
votes
1answer
793 views

Shotwell crashes (core dumps) within 2-3 seconds everytime in Ubuntu 12.04 [closed]

Because of this, i launched shotwell from a terminal and this is the trace i get. daniel@sulu:~$ shotwell DtsGetHWFeatures: Create File Failed DtsGetHWFeatures: Create File Failed Running DIL ...
4
votes
1answer
3k views

How can I enable core dump?

I've edited /etc/security/limits.conf and change the first line to #<domain> #<type> #<item> #<value> * soft core unlimited but the vmware.log of VMware ...
8
votes
2answers
837 views

How to dump disk sectors?

I want to see the content of the sector 0 (mbr) of my hard drive. It is possible?
4
votes
4answers
546 views

When is it appropriate to use `dump` vs `rsync`?

When is it appropriate to use dump vs rsync for backups?