Sponsored Content
Full Discussion: 7z crashes system
Operating Systems Linux Red Hat 7z crashes system Post 302537037 by cokedude on Thursday 7th of July 2011 02:18:48 AM
Old 07-07-2011
Quote:
Originally Posted by Corona688

At the very least run memtest86 for a while. As I said in your other thread, this is extremely unusual and usually points to a hardware problem. You can hardly blame the OS for failing hardware.
Is there a version of this in one of the fedora repositories? Is there a difference between these 2 sites with memtest?
Memtest86 - Download Page
Memtest86+ - Advanced Memory Diagnostic Tool

Quote:
Originally Posted by Corona688

You're going to have a hard time guilting us over your difficulty when you seemed to pay so little attention to it.
Sorry that wasn't my intention. How do you recommend I pay more attention to my system then?

Quote:
Originally Posted by jim mcnamara
ps should never segfault. Period. IS this an ancient version? 9 or something earlier?

Did you load up a bunch of system utilities from the HPUX Porting Centre?
I assume you were asking my fedora version? ps isn't even close to version 9. I am using fedora 15.

Code:
ps --version
procps version 3.2.8

Since I don't know what HPUX Porting Centre I am going to assume I don't have it.

This is all of the software I have attempted to install on my system. I always use command line so I know this is it. A few of them I know don't exist I was just checking if they exist.

Code:
su -c 'yum install system-switch-displaymanager'
su -c 'yum install switchdesk-gui'
sudo yum install vlc
sudo yum install netconfig
sudo yum install gsstreamer
sudo yum install gstreamer
su -c "/usr/bin/yum install dhcp"
sudo yum install iproute
sudo yum install iproute
sudo yum install shutter
sudo yum install shutter
sudo yum install unrar
sudo yum install p7zip p7zip-plugins
sudo yum install unrar
sudo yum install 7z
sudo yum install p7zip-plugins.i686
sudo yum install p7zip.i686
sudo yum install p7zip
sudo yum install gstreamer-plugins-ugly
sudo yum groupinstall gstreamer
sudo yum groupinstall "gstreamer"
sudo yum groupinstall gstreamer
sudo yum install kcontrol
sudo yum install kcontrol
sudo yum install chromium
sudo yum install chromium
sudo yum install gnome-keyboard-properties
sudo yum install gnome-keyboard-properties
sudo yum install tetris
sudo yum install emacs22-el
sudo yum install emacs-snapshot-el
sudo yum install crack-attack
sudo yum install Bastet
sudo yum install bastet
sudo yum install gtetrinet.i586
sudo yum install ltris
sudo yum install sugar-implode
sudo yum install quadrapassel
sudo yum install Gnometris
sudo yum install nometris
sudo yum install gnometris
sudo yum install gnome-games-extra
sudo yum install quadrapassel
sudo yum install gcc
sudo yum install bind
sudo yum install system-config-bind
sudo yum install system-config-bind
sudo yum install system-config-display
sudo yum install system-config-display
sudo yum install Xinerama
sudo yum install xinerama
sudo yum install xinerama
sudo yum install aticonfig
sudo yum install krandtray
sudo yum install xinerama
sudo yum install Fglrx 
sudo yum install fglrx 
sudo yum install java-1.6.0-openjdk.i686
sudo yum install java-1.6.0-openjdk-src.i686
sudo yum install java-1.6.0-openjdk-src.i686
sudo yum install ipv6
sudo yum install ipv6
sudo yum install kazehakase
sudo yum install amaya
sudo yum install emacs
sudo yum install galeon
sudo yum install iceweasal
sudo yum install kazehakase
sudo yum install kdebase
sudo yum install mozilla
sudo yum install iceweasal
sudo yum install camino
sudo yum install seamonkey
sudo yum install links
sudo yum install lynx
sudo yum install rekonq
sudo yum install uzbl
sudo yum install kazehakase
sudo yum install iceweasal
sudo yum install swiftweasal
sudo yum install swiftfox
sudo yum install midori
sudo yum install swiftfox
sudo yum install flock
sudo yum install arora
sudo yum install amaya
sudo yum install mythbrowser
sudo yum install dooble
sudo yum install netsurf
sudo yum install songbird
sudo yum install songbird
sudo yum install epiphany-extensions.i686
sudo yum install icedtea-web.i686
sudo yum install surf
sudo yum install surf
sudo yum install g++
sudo yum install binutils
sudo yum install gcc-c++
yum groupinstall "Development Tools"
sudo yum groupinstall "Development Tools"
sudo yum install gcc
sudo yum install memtest86
sudo yum install memtest

 

10 More Discussions You Might Find Interesting

1. Linux

gethostnameby_r crashes

Hello all, I'm trying to use gethostbyname_r function with 6 arguments in one of my functions. But the call to this crashes the program. Kindly help me in resolving this... Compiler Info: Linux target: i686-hardhat-linux version: 3.3.1 The following is the piece of code I'm trying to... (1 Reply)
Discussion started by: rajans
1 Replies

2. Programming

C++ program crashes

Hi, Could anyone tell me the reason why the following program crashes? class A { int x; public: A() { cout << "from A()" << endl; } ~A() { cout << "from ~A()" << endl; } }; class B : public A { public: B() { cout << "from B()"... (2 Replies)
Discussion started by: royalibrahim
2 Replies

3. UNIX Desktop Questions & Answers

KDE Konsole crashes (solved)

Hello The KDE konsole crashed after I changed the font size to 64. And It crashes every time when started. How can I get it back? Thanks. ---------- Post updated at 08:23 AM ---------- Previous update was at 07:48 AM ---------- solved, I finally find the config file called consolerc. (0 Replies)
Discussion started by: vic005
0 Replies

4. SuSE

Chromium flashes and crashes

I am running openSUSE 11.2 with KDE4.5 on my eMachines e525. I just did a "zypper up" on my system and it reported that Chromium was going to be updated. I agreed and the when the update was finished I shut down Chromium and started it again. It flickered on the screen for a moment and crashed.... (6 Replies)
Discussion started by: Druonysus
6 Replies

5. Solaris

Server crashes when not in use.

Production server crashes when there is no traffic on it. Can only recover by going to ALOM and reboot the server. This seems to happen about the same time every month. The only good thing is the server is not in production at the time of the crash. I have been unable to locate any information in... (5 Replies)
Discussion started by: Joeentech
5 Replies

6. Fedora

System Crashes at Midnight with Timer Expired 35 1048688 scs_op C8C521B0 Error, Any Idea's

We've been having issues for about a year, although thankfully they are in-frequent and randam. Meaning it happened a couple of times within a 3 month period, then stopped for a couple of months and then started again. It has happened twice now in the last month. At the stroke of midnight, ... (5 Replies)
Discussion started by: graybeard
5 Replies

7. Programming

C++ program crashes

Hi, Can anyone tell me why the below program is crashing? and where exactly it is crashing. What is the corrective measure to be taken to make it work fine? #include <iostream> #include <cstring> using namespace std; class CString { char* m_data; public: CString() :... (6 Replies)
Discussion started by: royalibrahim
6 Replies

8. Shell Programming and Scripting

Perl/TK script crashes in MainLoop

I am running a perl/tk function that suddenly crashes in MainLoop. The gui just disappears and an X error is thrown when the code tries to update the non-existent GUI. Any suggestions to debug the root cause which destroys the mw gui? -D- <block name> : <block_name> - 1 -D- row_column_id... (0 Replies)
Discussion started by: bob.pepple
0 Replies

9. UNIX and Linux Applications

Apcupsd crashes

I am trying to run apcupsd, but it will not retain contact the UPS root@meow:/home/ethan/UPS/gapcmon-0.8.9# /etc/init.d/apcupsd start Starting UPS power management: A copy of the daemon is still running. If you just stopped it, please wait about 5 seconds for it to shut down.... (0 Replies)
Discussion started by: Meow613
0 Replies

10. Web Development

Apache2 Crashes

The Apache server suddenly stops. I am running Debian Jessie Here are some diagnostics: root@meow:/var/www# apachectl configtest AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1. Set the 'ServerName' directive globally to suppress... (4 Replies)
Discussion started by: Meow613
4 Replies
All times are GMT -4. The time now is 05:17 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy