[Bug 608423] Re: [lucid-proposed] post-start script broken
Martin Pitt
martin.pitt at ubuntu.com
Tue Jul 27 07:17:20 BST 2010
Chuck, can you please reupload with -v to include the previous lucid-
proposed upload?
I see that you removed the "echo timeout", which was discussed in
Prague. Thanks for fixing that.
I also see
@@ -30,15 +30,8 @@
for i in `seq 1 30` ; do
- /usr/bin/mysqladmin --defaults-file=$HOME/debian.cnf ping
- ret = $?
- if [ $ret -eq 0 ] ; then
- break
- fi
+ /usr/bin/mysqladmin --defaults-file=$HOME/debian.cnf ping || ret=$?
sleep 1
This removes the break, but I don't see why? If we don't break the loop
on success, then it will always keep trying 30 times?
** Also affects: mysql-dfsg-5.1 (Ubuntu Lucid)
Importance: Undecided
Status: New
** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
Assignee: (unassigned) => Chuck Short (zulcss)
** Changed in: mysql-dfsg-5.1 (Ubuntu Lucid)
Importance: Undecided => High
--
[lucid-proposed] post-start script broken
https://bugs.launchpad.net/bugs/608423
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.1 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list