Koozali.org: home of the SME Server
Obsolete Releases => SME 7.x Contribs => Topic started by: CKConsulting on January 24, 2007, 04:27:55 AM
-
Anyone running OCS-Inventory on SME 7?
Any Comments on install, How to or the product itself?
Rick
-
It works like a charm under SME 7.x
I followed this french howto : http://www.dlaoctet.com/index.php/2006/10/12/17-installer-ocs-next-generation-inventory-et-glpi
-
Thanks, that's what I was looking for.
Now I just need to figure out how to read French.
Rick
-
Translate it in google.
-
I'm installing it right now. I did have to google a couple words but it's going well.
Rick
-
Well you could use google translate tool and translate the whole page but ok.
-
I didn't know you could do that.
Very cool!!!!!
-
I'm getting errors, can anyone help.
This is during the web portion of the install. On a fresh 7.1 build the only other add on is PHPMYADMIN
ERROR: InnoDB conversion failed, install InnoDB mysql engine support on your server
or you will experience severe performance issues.
(Try to uncomment "#skip-innodb" in your mysql config file.)
Reinstall when corrected.
ERROR: HEAP conversion failed, install HEAP mysql engine support on your server
or you will experience severe performance issues.
******************
In the following install step. I changed the files in /etc/e-smith/templates because the following did not exist in templates-custom and I'm not sure how to add them as custom templates.
To modify the personalized templates my.cnf:
In the /etc/e-smith/templates-custom/etc/my.cnf/005mysqld file
max_allowed_packet=50M
In the /etc/e-smith/templates-custom/etc/my.cnf/009innodb file
to modify the line and to replace disabled by enabled
my $innodb = $mysqld {InnoDB} || “enabled”;
-
Try 'enabled' instead of “enabled” .
and where does my.cnf get expanded
and does
db configuration setprop mysqld InnoDB enabled
expand-template /etc/my.cnf
do the same thing ?
-
I've taken the option of creating a custom-template rather than your tip William because the backup I'm using (DAR) is saving all custom-templates and ibays by default...
Should this be a better choice in this case ?