Re: What kills Gnome??

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Beartooth, 

	First of all, let me apologize. I didn't go into *enough* detail. What the strace command does is run another program (the program I referred to as being run "through" strace) and waits for that program to use what are called "system calls" (it doesn't take long!). System-calls are any subroutines provided by the operating system kernel. Activities that use system calls would be things like accessing files, in the case the file (called a UNIX socket) that esd creates to allow other program to access its services (namely, allowing programs to share your sound card [otherwise, only one program at a time can access the sound card, not great in a GUI with possibly multiple programs want to use the sound card at the same time]). 
	You run programs through strace by including their name after the strace command on the command line, as I showed you earlier ("strace sol"). You will see a lot of (seemingly) goblydygoook stream by in the terminal window. *those* are the system calls I was referring to in the last paragraph.  
	About setting up ulimit: What I would like to know is if any programs crash. We do this by telling the system to create a "core" file when that happens. Unfortunately, for the past several versions RedHat linuxes have been configured not to create core files. We chnaeg that behaviour by by adding the "ulimit -c unlimited" command at the end of the /etc/profile file. After the line unset pathmunge, should do nicely. OK? I hope this helps clear things up, 

		-David Chipman

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux