similar to: SCSI bad block table display

Displaying 20 results from an estimated 5000 matches similar to: "SCSI bad block table display"

2008 Apr 10
2
Force sendmail outbound routing for specific domain name
CentOS 4.6 Hi All: Is it possible to force sendmail to use a specified host name for outbound email to a selected domain name instead of the host name that can be found by looking up the DNS entry? The problem is that we have a client that uses the same ISP as we do and the IP addresses assigned to both of us are very close. This has resulted in connection problems specifically with our
2008 Feb 19
5
nss_ldap failed to bind to LDAP server 127.0.0.1
Hi All: Over the weekend I install all the outstanding updates for our CentOS 4 based server. Since I had been holding off on these until I had addressed some disk space issues there were a large number (300+). I know my bad! After installing the updates I rebooted the system and it took forever to boot and once up there were problems connecting to some of our SAMBA shares. I checked the messages
2015 Apr 21
7
How to stagger fsck executions
CentOS 6 Hi All: Over the weekend I had to reboot one of my systems and got hit with fsck runs on all of the filesystems. I would not mind so much except doing them all at once took over an hour. I would like to be able to stagger these, ideally only execute one fsck per reboot. I have been able to think of two possible solutions but neither is terrific. My first idea was to manually run fsck
2009 Nov 25
7
rndc start fails with "rndc: connect failed: connection refused"
CentOS 4.8, BIND 9.2.4 Hi All: I have a rather annoying problem with rndc which I have not been able to resolve despite much searching and many attempts to correct. When making changes to our DNS entries I have tried to use the following procedures: 1. Flush the cache buffers: rndc flush 2. Stop named: rndc stop 3. Delete the journal files: rm *.jnl 4. Edit the forward and/or
2015 Apr 21
4
How to stagger fsck executions
From: Les Mikesell Sent: April 21, 2015 09:19 > > Why do you care about running them at the same time when it doesn't > take longer to run them all in parallel? Except I think the root > filesystem normally runs first. So you might want to stagger it vs. > everything else. I am trying to avoid running them at the same time in an effort to avoid 70 minute boot times (which is
2009 Aug 14
5
DNS Server Recommendations
Hi All: I am looking for some possible recommendations on the handling of our internal DNS services. First some background... Until recently our entire network was located within a single facility with internal DNS services provided by our CentOS 4.7 (using BIND). While I had problems with DHCP/DNS communications it was basically working. At the beginning of the month we moved the production
2012 Jan 16
7
CentOS and LessFS
Hi All: We have been looking at implementing deduplication on a backup server. >From what I have been able to find the available documentation is pretty thin. I ended up trying to install LessFS on this CentOS 5.7 box but we have now encountered problems with fuse version. Has anyone out there been able to get LessFS running on CentOS 5.7 and can provide some pointers? If not LessFS can you
2007 Dec 05
2
SCSI controller suggestions for a 5.x server?
We are preparing for a new file server (Dell 2970) with an external disk array with integrated RAID (raidking.com). The array presents via Ultra 320 SCSI. We are looking for anyone that has had experience or opinions on SCSI cards without RAID that have a good performance working under CentOS 5.x. Any suggestions/comments on the controllers with large storage especially at or above 2tb would be
2009 Sep 23
2
RPMforge.net down
Hi All: It appears that the RPMforge.net site is down. Can someone confirm and possibly advise when it might be expected back? TIA Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com
2015 Apr 21
2
How to stagger fsck executions
From: Gordon Messmer Sent: April 21, 2015 10:30 > > On 04/21/2015 09:40 AM, Hugh E Cruickshank wrote: > > I accept that fscks are required on a periodic basis and I > am willing > > to reboot more often to achieve these but I would like to minimize > > downtime (during the reboot) where possible. > > Why do you accept that? Every article I have read on the
2014 Nov 05
3
Bounced email processing
CentOS 6.5 Hi All: We are looking for a way to automate the handling of bounced emails. I have spend some time looking an scan find one open source package, bounceHammer, and one commercial package, BoogieTools. Does any comments on the effectiveness of either package? Any suggestions on other packages? TIA Regards, Hugh -- Hugh E Cruickshank, Forward Software, www.forward-software.com
2015 Apr 21
3
How to stagger fsck executions
From: Mark Milhollan Sent: April 21, 2015 05:35 > On Mon, 20 Apr 2015, Hugh E Cruickshank wrote: > > >CentOS 6 > > >From ''man fstab'' ... > > The sixth field, (fs_passno), is used by the fsck(8) > program to determine the order > in which filesystem checks are done at reboot time. > The root filesystem should be >
2015 Apr 22
2
How to stagger fsck executions
From: Warren Young Sent: April 21, 2015 14:13 > On Apr 21, 2015, at 9:50 AM, Hugh E Cruickshank wrote: > > > > From: Kay Diederichs Sent: April 21, 2015 03:43 > >> > >> instead of having 20 for all of them, set > >> the first filesystem to 17, the second to 19, the third to > 23, and the > >> fourth to 29. > > > > Thanks but
2010 Apr 13
2
Disappearing DNS entry
CentOS 4.8, BIND 9.2.4, DHCP 3.0.1 Hi All: I have a rather perplexing problem where the DNS entry in BIND for one of my network printers sporadically "disappears" from our zone file (but not the reverse zone file). We have four Lexmark printers connected locally over our internal LAN using static IP addresses. We have 3 T640n printers and a T642n printer and it is only the T642n
2006 Sep 20
1
Root directory ownership/perms
Centos 4.3 Hi All: I just shot myself in the foot by change the owner/perms on the contents of the root directory (my bad!!!). I have done a quick compare with a running RHEL3U8 system and think I have every thing back to what it should be except for new directories media and selinux. Can someone out there currently running 4.3 send me an "ls -l" of their root directory so I can make
2015 Apr 21
3
How to stagger fsck executions
From: Kay Diederichs Sent: April 21, 2015 03:43 > On 04/21/2015 06:08 AM, Hugh E Cruickshank wrote: > > > > The second idea was to set each filesystem to a different random > > count value. This would run the risk of having two or more > > executions at the same time but it would probably not be very > > frequent. > > Using "tune2fs -c", set the
2015 Apr 23
1
How to stagger fsck executions
From: Warren Young Sent: April 22, 2015 20:46 > On Apr 22, 2015, at 11:56 AM, Hugh E Cruickshank > <hugh at forsoft.com> wrote: > > > > I have done some "what if" testing. > > Using which tool? My simulator, or something you cooked up > yourself? If the latter, would you care to share? I cobbled something together in OpenEdge ABL. I have uploaded
2007 Mar 23
4
Complex sendmail alias handling.
Hi all: I have a situation where I need to change the distribution of emails for selected accounts on a regular basis. This is for the controlling of the distribution of our "support" email address. In the past I just created a "alias.bas" file to hold the bulk of our aliases and then 3 "support" alias files, alias.wkd, alias.evn and alias.wed (for weekday, evening
2013 Apr 30
3
flashing a BIOS on an HP server
Hi, folks, Since I've gotten a total of one response in days on the HP forum, maybe the collective mind here has an answer.... As I've mentioned in other posts, we have an HP dl580 g5 that started throwing ECC errors. But wait, it's worse: memory is mirrored.... And the thing is fully populated with 32 DIMMs. I took my best guess, pulled the matching set of DIMMs, and took two
2020 Jun 09
2
Accounting package recommendations
On Tue, 9 Jun 2020 10:26:46 -0700 "Hugh E Cruickshank" <hugh at forsoft.com> wrote: > From: Rudi Ahlers Sent: June 9, 2020 10:22 > > > > I am looking for an offline accounting package recommendation, > > please. I enjoyed using Xero accounting, but need something that's > > offline, and where the data remains my property. Having used > >