228 Shell command as root::
229   /etc/init.d/mysql restart

This should be: etc/init.d/mysqld restart

More to follow

CommentFileSizeAuthor
#4 provision-868896.patch1.33 KBjantoine
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

frankcarey’s picture

     rpm --import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
  34  cat >> /etc/yum.repos.d/utterramblings.repo <<EOF
  35 [utterramblings]
  36 name=Jason's Utter Ramblings Repo
  37 baseurl=http://www.jasonlitka.com/media/EL\$releasever/\$basearch/
  38 enabled=1
  39 gpgcheck=1
  40 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka
  41 EOF
  42  yum install httpd postfix sudo unzip mysql-server php php-mysql

This 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)

frankcarey’s picture

 255  su -s /bin/sh aegir -c "sh install.sh.txt aegir.example.com"

This 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).

  su -s /bin/sh aegir -c "sh ~/install.sh.txt aegir.example.com"
adrian’s picture

It'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?

jantoine’s picture

FileSize
1.33 KB

Working patch to correct a few minor issues in INSTALL.TXT.

Cheers,

Antoine

Anonymous’s picture

Status: Active » Fixed

The 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

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 46c8ce7 on debian, dev-koumbit, dev-log_directory, dev-migrate_aliases, dev-multiserver-install, dev-simplerinstaller, prod-koumbit, dev-ssl-ip-allocation-refactor, dev-1205458-move_sites_out_of_platforms, 7.x-3.x, dev-subdir-multiserver, 6.x-2.x-backports, dev-helmo-3.x by mig5:
    update to INSTALL.txt from #868896 - thanks AntoineSolutions