Sponsored Content
Full Discussion: thinking on a BIOS upgrade
Operating Systems Linux Red Hat thinking on a BIOS upgrade Post 302345238 by inhaki on Tuesday 18th of August 2009 05:55:53 PM
Old 08-18-2009
MySQL

Quote:
Originally Posted by mark54g
Is the memory you tried ECC? Your server requires it, I believe. Another thing is, I would test your RAM with memtest86+ and not memtest86.

Your Patriot memory is more than likely not ECC and causing your issues.
OK yes you're right I guess the server only supports ECC Ram memory.
Thank you very much for answering....
I am going now to get the right RAM card and I'll let you know how it went.
 

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Newbie thinking of Unix

Hey all, I am currently using XP , i want to change OS cos i hate MS and im woundering what kind of OS UNIX is? and will it run on a IMB 100% Compatible PC? (5 Replies)
Discussion started by: project_glen
5 Replies

2. UNIX for Dummies Questions & Answers

Have Win98/WinXp..Thinking about Unix!!

I presently have three partitions; one is win. 98(10gig) and the the other xp(10gig). While one more partition that I use as storage(of 20gig). My question is, if I decide to format/remove win. 98 and install unix...would it be possible to do so without disrupting the Winxp....and also, as a... (2 Replies)
Discussion started by: templer
2 Replies

3. Solaris

Thinking about taking a Sun OS Cert

What are your thoughts on the Sun Certified Solaris Associate (SCSAS) certification? Is it worth the effort or should I just by pass this and go straight into the Sun Certified System Administrator (SCSA) certification? (6 Replies)
Discussion started by: bbbngowc
6 Replies

4. OS X (Apple)

Thinking about putting in a new hard drive

I'm thinking about putting in a new hard drive in my mac book. right now its 250 gb, i want a 750 gb hd. The hard drive I'm looking at is made by MCE Technologies. It spins at 5400 rpm. Its a SATA drive. I just wanted to know if anyone was familiar with this drive. I plan on running linux and I... (2 Replies)
Discussion started by: N-Training
2 Replies

5. What is on Your Mind?

Thinking of career change to software development

I'm currently administering applications and unix OS. Have no IT degree, learned on the job over last 6-7 years. Have good shell scripting skills, basic perl, know some apache, mysql, sql etc. I enjoy scripting, setting up scripts to use in conjunction with databases and apache etc. I think... (3 Replies)
Discussion started by: frustrated1
3 Replies
DH_SYSTEMD_START(1)						     Debhelper						       DH_SYSTEMD_START(1)

NAME
dh_systemd_start - start/stop/restart systemd unit files SYNOPSIS
dh_systemd_start [debhelperoptions] [--restart-after-upgrade] [--no-stop-on-upgrade] [unitfile...] DESCRIPTION
dh_systemd_start is a debhelper program that is responsible for starting/stopping or restarting systemd unit files in case no corresponding sysv init script is available. As with dh_installinit, the unit file is stopped before upgrades and started afterwards (unless --restart-after-upgrade is specified, in which case it will only be restarted after the upgrade). This logic is not used when there is a corresponding SysV init script because invoke-rc.d performs the stop/start/restart in that case. OPTIONS
--restart-after-upgrade Do not stop the unit file until after the package upgrade has been completed. This is the default behaviour in compat 10. In earlier compat levels the default was to stop the unit file in the prerm, and start it again in the postinst. This can be useful for daemons that should not have a possibly long downtime during upgrade. But you should make sure that the daemon will not get confused by the package being upgraded while it's running before using this option. --no-restart-after-upgrade Undo a previous --restart-after-upgrade (or the default of compat 10). If no other options are given, this will cause the service to be stopped in the prerm script and started again in the postinst script. -r, --no-stop-on-upgrade, --no-restart-on-upgrade Do not stop service on upgrade. --no-start Do not start the unit file after upgrades and after initial installation (the latter is only relevant for services without a corresponding init script). NOTES
Note that this command is not idempotent. dh_prep(1) should be called between invocations of this command (with the same arguments). Otherwise, it may cause multiple instances of the same text to be added to maintainer scripts. Note that dh_systemd_start should be run after dh_installinit so that it can detect corresponding SysV init scripts. The default sequence in dh does the right thing, this note is only relevant when you are calling dh_systemd_start manually. SEE ALSO
debhelper(7) AUTHORS
pkg-systemd-maintainers@lists.alioth.debian.org 11.1.6ubuntu2 2018-05-10 DH_SYSTEMD_START(1)
All times are GMT -4. The time now is 03:03 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy