Database error

2006-10-17 Thread Dixit, Viraj
Anyone knows what this error means running Informix Database on BSD. I
am not familiar with this app. Thanks,
VJ



Following is the error message.  Thanks.

***

END OF CHAIN
BASE = ROOT DSET = DS-SUBS-MSTR SEARCH ITEM = DS-SUB
VALUE = GL
STATUS =   15 FFM =1FFD =0  ERR =   70
UserID: TKWOK  Job#: #S14
Date: 10/16/06 Time: 134915
Can't find CLIENT entry in AU-AUDIT-MSTR

TURBOIMAGE RESULT AT 0: RETURN STATUS=15
DBGET, MODE 2, ON AU-AUDIT-MSTR  ON ROOT
Invalid statement name or statement was not PREPAREd.
(Error -481, ISAM 0)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

password database error?

2006-03-01 Thread Greg Groth
I rebuilt a box recently, and used pwd_mkdb to rebuild the databases using a 
backup of master.passwd.  Along with having problems with getting saslauthd 
working, I seem to have stumbled on another problem that might be related.  
Today we had an employee quit, and I had to delete her account on the mail 
server.  I logged onto the system, and did the following:


ns1# rmuser
Please enter one or more usernames: jdoe
Matching password entry:

jdoe:*:1010:500::0:0:John Doe:/home/jdoe:/bin/sh

Is this the entry you wish to remove? y
Remove user's home directory (/home/jdoe)? y
Removing user (jdoe): home passwdpw: user 'jdoe' does not exist: No such 
file or directory

.

Logging in as jdoe does work, and has worked since I rebuilt the databases.  
There is a /home/jdoe directory.  I checked, and there is a line item in 
master.passwd for jdoe.  I ran pwd_mkdb again, but still cannot delete this 
user.  I'm thinking that if rmuser can't verify a user, it's probably the 
same reason that salauthd cannot as well.  Any ideas on what I have missed?


Greg Groth

_
Express yourself instantly with MSN Messenger! Download today - it's FREE! 
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


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


Weird database error

2005-12-29 Thread Kristian Vaaf

Hello!

I have a serious problem. I am running a regular FreeBSD 4.11 jail, under which 
I've installed 
mysql-client-5.0.16 and mysql-server-5.0.16 plus the PHP modules and extensions.

I've created a database like this: CREATE DATABASE msc; GRANT USAGE ON msc.* TO 
[EMAIL PROTECTED] 
IDENTIFIED BY 'aheeem'; GRANT ALL ON msc.* TO [EMAIL PROTECTED]; and then 
proceeded to install WordPress (the publishing platform). The installation was 
flawless!

Here's the actual problem. Every morning when I wake up, WordPress has an 
Error establishing the 
database connection. And that makes no sense, because I have not been messing 
with the database nor 
with WordPress. The database is still there.

Now, the _strange_ thing is, that shortly after (from 5 to 15 minutes) I've 
logged onto my FreeBSD jail via 
SSH (and also mysql -u root -p to check if the database is still there), 
WordPress can mysteriously 
re-establish the database connection. That is, I just click Firefox's reload.

What is going on ;)

Thanks a lot,
Kristian


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