search for: forsoft

Displaying 20 results from an estimated 39 matches for "forsoft".

Did you mean: forgot
2009 Jun 10
1
krb5kdc fails to start
...start. A check of the log files shows it has been working right up until the system was rebooted Sunday night. The reboot itself was not the problem as there had been previous reboots after which krb5kdc was able to restart. Here are the log entries for that latest retry: Jun 10 16:29:38 fisds0.forsoft.com krb5kdc[12490](info): setting up network... Jun 10 16:29:38 fisds0.forsoft.com krb5kdc[12490](info): setting up network... Jun 10 16:29:38 fisds0.forsoft.com krb5kdc[12490](info): skipping unrecognized local address family 17 Jun 10 16:29:38 fisds0.forsoft.com krb5kdc[12490](info):...
2003 Jul 05
2
@ERROR access denied
...I have been able to get rsync working enough to be able to list modules but not transfer files. When I try to transfer a file from the client to the server I use the command: rsync -avz fapmenu fisdev::bak The client displays the following messages: @ERROR: access denied to bak from pgiprd.forsoft.com (192.168.2.19) rsync: connection unexpectedly closed (80 bytes read so far) rsync error: error in rsync protocol data stream (code 12) at io.c(150) While the server issues the following log message: 2003/07/04 12:01:53 [15981] rsync denied on module ba...
2010 Apr 13
2
Disappearing DNS entry
...r and this appears to work fine (once I disabled all the "Register this connection's address in DNS" options on the workstations). I have found one suspicious entry in /var/log/messages: Apr 12 17:34:14 fisds0 named[5210]: client 192.168.2.7#10242: updating zone 'forsoft.com/IN': deleting an RR This would seem to indicate that the printer itself has issued the request to the DNS server but for the life of me I cannot see what might be doing it. Has anyone encountered something similar and can point me in the right direction? TIA Regards, Hugh -- Hugh E Cr...
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 it to http://pastebin.c...
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...
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
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
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
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
0
How to stagger fsck executions
On Tue, Apr 21, 2015 at 9:38 AM, Hugh E Cruickshank <hugh at forsoft.com> wrote: > CentOS 6 > > > My first idea was to manually run fsck on each filesystem, one every > couple of weeks. That way they will not all come due at the same time > if we reboot on a regular basis. > > The second idea was to set each filesystem to a different rando...
2015 Apr 21
0
How to stagger fsck executions
On Tue, Apr 21, 2015 at 11:01 AM, Hugh E Cruickshank <hugh at forsoft.com> wrote: > > > Thanks but changing the order of execution or executing them in > parallel does not help with executing them one per reboot. 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 fi...
2015 Apr 21
0
How to stagger fsck executions
On Tue, Apr 21, 2015 at 11:40 AM, Hugh E Cruickshank <hugh at forsoft.com> wrote: > 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 stagg...
2015 Apr 21
0
How to stagger fsck executions
On Apr 21, 2015, at 9:50 AM, Hugh E Cruickshank <hugh at forsoft.com> 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 that is not much different then my seco...
2015 Apr 23
0
How to stagger fsck executions
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?ve updated mine to break out the stats for 3+ volumes instead of just reporting all multi-volume fscks together:...
2020 Jun 09
0
Accounting package recommendations
On Tue, Jun 09, 2020 at 09:36:49AM -0800, Fred Erickson wrote: > 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 re...
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
2012 Jun 19
3
Memory recognition in 6.2
Hi All: I have an HP DL380G5 server which I am loading CentOS 6.2 on and it does not appear to recognize all of the RAM installed on the server. The BIOS is reporting 26GB however top is reporting: Mem: 15720140k total, 418988k used, 15301152k free, 30256k buffers Swap: 17956856k total, 0k used, 17956856k free, 135536k cached and free is reporting: total used
2010 May 27
2
Replacement tape drive configuration
CentOS 4.8 Hi All: We recently had a Sony SDX-500V tape drive fail on one of our servers running CentOS 4.8. I have now replaced it with a spare SDX-500C. The problem that I am having now is that the failed drive had ceased responding to SCSI commands and we have since rebooted the system which resulted in the tape drive being removed from our current hardware configuration and the system does
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