Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Brendan McAlpine
I'm running FreeBSD 4.5. Pretty sure strace isn't in the package. Any other ways to do this? I don't really feel like upgrading. I would prefer to just narrow down the problem and fix it. On Tuesday, February 10, 2004, at 04:53 PM, Tom Collins wrote: On Feb 10, 2004, at 2:33 PM, Brendan

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Brendan McAlpine
I don't really know what I'm looking at when I run kdump, but it looks like while its running through the vpasswd file to find an update the entry, it crashes out. It seems to get halfway through the entries in the vpasswd file. Here are the last processes: 50544 vpasswd RET write

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Brendan McAlpine
Also, I've noticed where it quits is right in the middle of listing one of the accounts. the line just looks like this kamerina:4GumcJ6O and some of the accounts are listed more than once in the kdump output. not sure if that's significant. could it be a corrupt account of vpasswd

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Brendan McAlpine
I've narrowed it down a little. The problem only occurs when running the vpasswd command on one particular domain on the server, so its not a problem with vpasswd. Now, with that being said, how would I proceed from here to narrow down the problem with that one domain? could it be that its

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Rick Macdougall
Brendan McAlpine wrote: I've narrowed it down a little. The problem only occurs when running the vpasswd command on one particular domain on the server, so its not a problem with vpasswd. Now, with that being said, how would I proceed from here to narrow down the problem with that one

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Tom Collins
On Feb 10, 2004, at 4:00 PM, Brendan McAlpine wrote: The problem only occurs when running the vpasswd command on one particular domain on the server, so its not a problem with vpasswd. Now, with that being said, how would I proceed from here to narrow down the problem with that one domain?

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Brendan McAlpine
Hmmm A few lines down there is some weirdness. At the end of a password entry there is a ^ symbol and then there is a blank line. Just to be sure, can I just delete the extra symbol and the blank line and see what happens? Or is there any backup steps that I need to take here? Brendan On

Re: [vchkpw] REPOST: Segmentation Fault (core dumped) issue

2004-02-10 Thread Rick Macdougall
Brendan McAlpine wrote: Hmmm A few lines down there is some weirdness. At the end of a password entry there is a ^ symbol and then there is a blank line. Just to be sure, can I just delete the extra symbol and the blank line and see what happens? Or is there any backup steps that I need