Segmentation Fault Question

2004-02-10 Thread Brendan McAlpine
Hey everyone,

I am running version 4.3 and I am running into the following problem.  
When running one of the commands in vpopmail, I am getting a core dump 
(segmentation fault).

There is no obvious vpopmail answer, so I'm thinking it might be system 
related.

I ran ktrace/kdump on the process, and here are the last few lines of 
the output:

77402 vpasswd  RET   write 8192/0x2000
 77402 vpasswd  PSIG  SIGSEGV SIG_DFL
 77402 vpasswd  NAMI  vpasswd.core
Can anyone tell me why I am getting segmentation faults?  Let me know 
if you need any more info.  The configuration of the system hasn't been 
changed and everything was working fine until recently, when the 
command started generating these errors.

TIA

Brendan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[SOLVED] Re: Segmentation Fault Question

2004-02-10 Thread Brendan McAlpine
Sorry for the quick post before everyone.  Turns out that the problem 
WAS with vpopmail and wasn't a system wide thing.  Basically an entry 
in a file was corrupt and had to be deleted.

On Tuesday, February 10, 2004, at 05:42  PM, Brendan McAlpine wrote:

Hey everyone,

I am running version 4.3 and I am running into the following problem.  
When running one of the commands in vpopmail, I am getting a core dump 
(segmentation fault).

There is no obvious vpopmail answer, so I'm thinking it might be 
system related.

I ran ktrace/kdump on the process, and here are the last few lines of 
the output:

77402 vpasswd  RET   write 8192/0x2000
 77402 vpasswd  PSIG  SIGSEGV SIG_DFL
 77402 vpasswd  NAMI  vpasswd.core
Can anyone tell me why I am getting segmentation faults?  Let me know 
if you need any more info.  The configuration of the system hasn't 
been changed and everything was working fine until recently, when the 
command started generating these errors.

TIA

Brendan

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting date with securelevel over 1

2002-11-21 Thread Brendan McAlpine
Hmmm

In my rc.conf file I have:

kern_securelevel_enable=NO

already in there and I still can't adjust the date.

Any ideas?

Brendan
On Wednesday, November 20, 2002, at 06:10 PM, Kent Stewart wrote:




Brendan McAlpine wrote:

Hey all,
Is there an easy way to set the date using the date command when 
securelevel is over 1?

The easiest is to turn it off in rc.conf and reboot, set the time, 
turn it back on and reboot. You are limited to deltas of 1 second in 
the secure mode. It doesn't take a big change before rebooting is much 
quicker. If you have a fulltime network, you can run ntp to keep it on 
time.

Kent

--
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html




To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Setting date with securelevel over 1

2002-11-21 Thread Brendan McAlpine
It returns securelevel -1 but when I run

date -v +1H

It displays the correct date only immediately after that command.  If I 
type in date right after that the time returns to the wrong time, one 
hour behind the real time.

Could it be a daylight savings setting someplace?

Any other ideas?

Brendan
On Thursday, November 21, 2002, at 12:47 PM, Matthew Seaman wrote:

On Thu, Nov 21, 2002 at 12:32:25PM -0500, Brendan McAlpine wrote:

Hmmm

In my rc.conf file I have:

kern_securelevel_enable=NO

already in there and I still can't adjust the date.


What does

sysctl kern.securelevel

return?  If it's not '-1' then either you need to reboot to bring that
rc.conf setting into effect or you need to work out what is overriding
the usual mechanisms for setting securelevel in your boot process.

	Cheers,

	Matthew

--
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
  Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH 
UK

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Setting date with securelevel over 1

2002-11-20 Thread Brendan McAlpine
Hey all,

Is there an easy way to set the date using the date command when 
securelevel is over 1?

TIA

B


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Script Help

2002-10-08 Thread Brendan McAlpine

Hey all,

I am poring over mail logs and trying to pull out all the email 
addresses contained in the log.  Does anyone have any idea how I could 
do this with a shell script?

Thanks

Brendan


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message