228 Shell command as root::
229 /etc/init.d/mysql restart
This should be: etc/init.d/mysqld restart
More to follow
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | provision-868896.patch | 1.33 KB | jantoine |
228 Shell command as root::
229 /etc/init.d/mysql restart
This should be: etc/init.d/mysqld restart
More to follow
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | provision-868896.patch | 1.33 KB | jantoine |
Comments
Comment #1
frankcarey commentedThis gave an error when trying to use yum after settings this up (I forget error, sorry.. something like missing xml?) (this is for HINTS_CentOS.txt)
Comment #2
frankcarey commentedThis gave a permission denied message, I think because the file was in root's home folder, I moved it to ~aegir and changed script to the following and it ran (with errors).
Comment #3
adrian commentedIt's /etc/init.d/mysql on debian, which is what that document (install.txt) is written for.
You're going to have to tell me what's wrong with the CentOS yum bit and how to fix it, because none of the core team uses centos or fedora.
Are you sure you didn't accidentially copy and paste the line numbers too, instead of from the raw version of the file?
Comment #4
jantoine commentedWorking patch to correct a few minor issues in INSTALL.TXT.
Cheers,
Antoine
Comment #5
Anonymous (not verified) commentedThe latter part of the patch got fixed earlier, I've incorporated your word change about the e-mail address now too.
Thanks!
Closing this - #2 varies from system to system and isn't a real problem, we're not going to fill the INSTALL.txt with basic instructions on where to wget a file to when it's only going to be executed once and can be removed later.. not everyone will be in /root and as the root user when they wget it anyway.
#1 is too vague, not relevant to INSTALL.txt and can be made as a separate bug report for HINTS_Centos.txt if it actually is a problem