9 More Discussions You Might Find Interesting
1. Web Development
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
2. Programming
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
3. Red Hat
Can someone tell my why every time I try to use 7z it freezes my system? I can't move my mouse, I can't type, I can't kill my xsession. I then restart my system and everything returns to normal. When I try to use 7z my system again freezes. (11 Replies)
Discussion started by: cokedude
11 Replies
4. Solaris
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
5. SuSE
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
6. UNIX Desktop Questions & Answers
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
7. Programming
Hello,
I'm running tomcat on linux and using Xvfb as a X server for creating the pdf's (gui components).
I'm running the Xvfb in a different proccess than the tomcat.
If the Xvfb is shutdown and no pdf was yet created then everything is ok.
but if i create a pdf and then shutdown the Xvfb... (0 Replies)
Discussion started by: omerc85
0 Replies
8. Programming
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
9. Linux
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
LIEBERT(8) NUT Manual LIEBERT(8)
NAME
liebert - Driver for Liebert contact-closure UPS equipment
NOTE
This man page only documents the hardware-specific features of the liebert driver. For information about the core driver, see nutupsdrv(8).
SUPPORTED HARDWARE
This driver supports some Liebert UPS equipment with a contact-closure interface. This includes the UPStation GXT2 with their
contact-closure cable. The smart mode ("Multilink") cable is not supported by this driver.
EXTRA ARGUMENTS
This driver does not support any extra settings in the ups.conf(5).
BUGS
This driver does not yet support shutdowns by raising DTR. Be aware that shutdowns are not possible with the stock contact-closure cable.
You may have to build another cable with DTR connected through to the UPS for it to work.
There is no way for this driver to detect the hardware or cable. It will start up successfully even if no UPS is present. This is a
fundamental limitation of any contact-closure driver.
SEE ALSO
The core driver:
nutupsdrv(8)
Internet resources:
The NUT (Network UPS Tools) home page: http://www.networkupstools.org/
Network UPS Tools 05/21/2012 LIEBERT(8)