I have removed auth_http and still can't get the drizzle client to run and login. ?
[zachary@localhost usr]$ cd sbin [zachary@localhost sbin]$ ./drizzled Aborting:"Local catalog does not exist, was unable to chdir() to /var/lib/drizzle". Abort was called from drizzled/main.cc:337 in main() [zachary@localhost sbin]$ ./drizzled --user=drizzle Aborting:"Local catalog does not exist, was unable to chdir() to /var/lib/drizzle". Abort was called from drizzled/main.cc:337 in main() [zachary@localhost sbin]$ > Unless you really want to use http based authentication source, > uninstall auth_http. > > henrik > > On Tue, Dec 6, 2011 at 6:49 AM, Me Myself and I > <[email protected]> wrote: > > Still having problems getting drizzled to start. > > > > [root@localhost sbin]# ./drizzled --user=drizzle > > InnoDB: Doublewrite buffer not found: creating new > > InnoDB: Doublewrite buffer created > > InnoDB: 127 rollback segment(s) active. > > InnoDB: Creating foreign key constraint system tables > > InnoDB: Foreign key constraint system tables created > > Could not load auth file: Could not open users file: /etc/drizzle.users > > > > Plugin 'auth_file' init function returned error. > > > > Aborting:"plugin_finalize() failed". Abort was called from > > drizzled/drizzled.cc:1478 in init_server_components() > > [root@localhost sbin]# > > > > I have removed the auth_file plugin package, and get this: > > > > [root@localhost sbin]# ./drizzled --user=drizzle > > InnoDB: Log scan progressed past the checkpoint lsn 48941 > > 111126 10:20:04 InnoDB: Database was not shut down normally! > > InnoDB: Starting crash recovery. > > InnoDB: Reading tablespace information from the .ibd files... > > InnoDB: Restoring possible half-written data pages from the doublewrite > > InnoDB: buffer... > > 111126 10:20:04 InnoDB: Starting an apply batch of log records to the > > database... > > InnoDB: Progress in percents: 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 > > 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 > > 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 > > 93 94 95 96 97 98 99 > > InnoDB: Apply batch completed > > auth_http plugin loaded but required option url not specified. Against which > > URL are you intending on authenticating? > > > > Plugin 'auth-http' init function returned error. > > > > Aborting:"plugin_finalize() failed". Abort was called from > > drizzled/drizzled.cc:1478 in init_server_components() > > [root@localhost sbin]# > > > > repeating > > > > [root@localhost sbin]# ./drizzled --user=drizzle > > > > gives exactly the same problem. > > > > What do I do to specify a localhost url login? Is this the problem? > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~drizzle-discuss > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~drizzle-discuss > > More help : https://help.launchpad.net/ListHelp > > > > > > -- > [email protected] > +358-40-8211286 skype: henrik.ingo irc: hingo > www.openlife.cc > > My LinkedIn profile: http://www.linkedin.com/profile/view?id=9522559
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

