Hi!

This was merged into trunk last night.

Cheers,
        -Brian

On Apr 15, 2009, at 4:59 PM, Eric Day wrote:

Just FYI, this is fixed in lp:~eday/drizzle/eday-dev and should be
in trunk later today.

-Eric

On Wed, Apr 15, 2009 at 04:16:10PM -0000, duck_tape wrote:
Greetings,

I downloaded, compiled and installed drizzle via bzr. Followed the
instructions and recommendations from folks via #drizzle. I managed to get drizzle up and running but am running into issues shutting it down.
Anybody else run into issues like this?

System info:
OS: Mac OS X 10.5.6
Hardware: Mac Pro with dual Quad core Xeon
RAM: 12GB

This is what I am observing:

---cut---

www:~ aalurkar$ ps -ef | grep drizzle
 501 14632 14584   0   0:00.00 ttys000    0:00.00 grep drizzle
www:~ aalurkar$ alias | grep drizzle
alias start-drizzle='${DRIZZLE_HOME}/sbin/drizzled
--basedir=${DRIZZLE_HOME} --datadir=${DRIZZLE_DATA}/var >>
${DRIZZLE_DATA}/var/drizzle.err 2>&1 &'
alias stop-drizzle='${DRIZZLE_HOME}/bin/drizzle --shutdown'
www:~ aalurkar$ start-drizzle
[1] 14635
www:~ aalurkar$ ps -ef | grep drizzle
 501 14635 14584   0   0:00.04 ttys000    0:00.07
/Users/aalurkar/builds/drizzle/sbin/drizzled
--basedir=/Users/aalurkar/builds/drizzle
--datadir=/Users/aalurkar/drizzle_data/var
 501 14637 14584   0   0:00.00 ttys000    0:00.00 grep drizzle
www:~ aalurkar$ drizzle
Welcome to the Drizzle client..  Commands end with ; or \g.
Your Drizzle connection id is 2
Server version: 2009.04.992 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

drizzle> \s
--------------
drizzle  Ver 14.14 Distrib 0.2.0, for apple-darwin9.6.0 (i386) using
readline 6.0

Connection id:          2
Current database:
Current user:           [email protected]
SSL:                    Not in use
Current pager:          stdout
Using outfile:          ''
Using delimiter:        ;
Server version:         2009.04.992 Source distribution
Protocol version:       10
Connection:             127.0.0.1
TCP port:               4427
--------------

drizzle> \q
Bye
www:~ aalurkar$ stop-drizzle
www:~ aalurkar$ ps -ef | grep drizzle
 501 14635 14584   0   0:00.04 ttys000    0:00.08
/Users/aalurkar/builds/drizzle/sbin/drizzled
--basedir=/Users/aalurkar/builds/drizzle
--datadir=/Users/aalurkar/drizzle_data/var
 501 14643 14584   0   0:00.00 ttys000    0:00.00 grep drizzle
www:~ aalurkar$ drizzle
ERROR:
drizzle_state_connect:could not connect

---cut---

The logfile indicates the following:

---cut---

www:var aalurkar$ tail -40f drizzle.err
InnoDB: The InnoDB memory heap is disabled
InnoDB: Mutexes and rw_locks use GCC atomic builtins.
InnoDB: The first specified data file ./ibdata1 did not exist:
InnoDB: a new database to be created!
090415  8:56:03  InnoDB: Setting file ./ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
090415 8:56:03 InnoDB: Log file ./ib_logfile0 did not exist: new to be
created
InnoDB: Setting log file ./ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
090415 8:56:03 InnoDB: Log file ./ib_logfile1 did not exist: new to be
created
InnoDB: Setting log file ./ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
090415  8:56:03 InnoDB Plugin 1.0.3 started; log sequence number 0
/Users/aalurkar/builds/drizzle/sbin/drizzled: ready for connections.
Version: '2009.04.992'  socket: ''  port: 4427  Source
distribution/Users/aalurkar/builds/drizzle/sbin/drizzled: Normal
shutdown

---cut---

The only way I can get drizzle to shutdown is kill -9 :-(

Note: I did skip the  macos-fixes step during compile/build.

Any assistance will be appreciated.
--
This message was sent from Launchpad by the user
duck_tape (https://launchpad.net/~duck.tape)
using the "Contact this team" link on the Drizzle Discuss team page.
For more information see
https://help.launchpad.net/YourAccount/ContactingPeople

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

--
_______________________________________________________
Brian "Krow" Aker, brian at tangent.org
Seattle, Washington
http://krow.net/                     <-- Me
http://tangent.org/                <-- Software
_______________________________________________________
You can't grep a dead tree.




_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to