On Thu, Nov 24, 2011 at 11:54 PM, Me Myself and I <[email protected]> wrote: > Why am I getting this? (64 bit Mandriva Linux 2011) > > [root@localhost init.d]# cd /etc/init.d > [root@localhost init.d]# ./drizzled start > Starting > Drizzle: > [FAILED] > [root@localhost init.d]#
A bit hard to tell anything from that one :-) Do you get any output into /var/log/syslog? (or /var/log/messages, whichever is the active one on mandriva.) You can test starting drizzled directly by just doing "/usr/sbin/drizzled" in a terminal. If it fails it will output something. If it's silent and stays running, it works and you can connect from another terminal with "drizzle" (after which you need to find out why the init script is failing). henrik -- [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-operations Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-operations More help : https://help.launchpad.net/ListHelp

