Hello Henrick

Thanks for the response.

I have solved the -24875 error by turning off MD5 password encryption as per
Michael Rimov's posting here
http://lists.mysql.com/maxdb/19540

That got me over one hurdle, but the instance still won't start and I still
get the SIGSEGV errors.

Setting "export LD_ASSUME_KERNEL=2.2.5" still does not seem to fix this.  Is
there something special I need to know to do that?  Currently, I log in as
root, set LD_ASSUME_KERNEL, then start the xserver/vserver.  If I am using
WebDM, do I also need to set that for the WebDM web server?

I note that you just recently added a post to Michael Rimov's thread.
http://lists.mysql.com/maxdb/19545
Is resetting the passwords really vital here after disabling MD5?

Thanks
Jerry


-----Original Message-----
From: Henrik Hempelmann [mailto:[EMAIL PROTECTED] 
Sent: Sunday, December 14, 2003 2:34 PM
To: Jerry Apfelbaum
Subject: Re: SAPDB/MaxDB on RedHat 9 ??

On Sat, Dec 13, 2003 at 11:16:08PM -0500, Jerry Apfelbaum wrote:
> Hello

Hello Jerry,

> Is this configuration know to work?
yes

> I've seen a number of postings here but none of the solutions seem to 
> work for me.  The most promising seemed to be the advice to set
> export LD_ASSUME_KERNEL=2.2.5
> before starting xserver but that did not correct my problems.

this is the way to go

> When trying to create a new instance through WEBDM, I get the familiar 
> -24875 error.

do you have 'MD5' encrypted passwords enabled?
- have a look at /etc/shadow, a 14 chars encrypted password is
        unix-crypt, longer password starting with $1$... are md5 encrypted.
You can change these passwords to unix crypt or create the database with
dbmcli db_create <dbName> <dbUser>,<dbPass>
on the local system.
http://www.mysql.com/documentation/maxdb/6b/9cc7ac4b6311d4aa1100a0c9430730/c
ontent.htm

        Henrik


--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to