ilya
said:
|
|||||||||||||||||
| This message refers to previous post about not being able to start QRM after the installation and configuration with pre-installed MySQL edition (non QRM). To make read committed changes permanent to your pre-installed MySQL server, edit /etc/my.cnf and add the following under [mysqld] directive: [mysqld] transaction-isolation = READ-COMMITTED Save and exit the file Restart mysql, restart QRM. |
| The latest debian packeges (as of Apr. 29th 2007) won't install without forcing because the three components openqrm-plugin-tftpd, openqrm-plugin-dhcpd, openqrm-extras-local_nfs say they depend on openqrm_core-base. This is a typo, should be openqrm-core-base. To fix use "dpkg -i --force-depends [package]" but this leaves you with a dirty package database information which I don't know how to fix. Besides that there is an error in the install scripts: /opt/qrm/plugins/mysql/include/mysql-functions: line 82: [: too many arguments which I don't know whether has an impact. Will see and report if it does. |
| Ciao Piero, many thanks for your feedback ! We will re-check the debian dependencies for the next release. Please notice that those Debian packages are still "beta" and have known-problems e.g. the default boot-image created from a Debian-system will not work because the debian-kernel is using cramfs instead of a ext2 initrd. The work-around for this issue for now is to re-create the default "qrm" boot-image using the qrm-boot-image tool from a system with a non-Debian/cramfs-kernel. The error message you got from the mysql-functions file should not be a problem is mysqld was installed correctly and is running after the installation. Many thanks again for your testing and have a nice day, Matt |
| I installed QRM in one server with a static IP address, it works fine. But after I changed the IP address to anther one, the qrm service can't start. How to solve this issue? Thanks in advance. Li |
| Hi Li, in case you need/want to change the ip-address of the openQRM-server you need to adjust the nodes- and the "default" pxe-configuration files in /opt/qrm/tftpboot/pxelinux.cfg/* The parameter you need to change in there is the "qrm=[ip-address]" Via this pxe-kernel-commandline parameter the booting nodes get to know their openQRM-server ip-address. -> the openQRM-server init script at /etc/init.d/qrm-server contains a check that the ip-address of the interface given in /opt/qrm/etc/qrm.xml as the openQRM-interface has the same ip than configured in the "default" pxe-configuration file. You will also need to adjust the "next-server" parameter in the dhcpd-server configuration. In case you are using the dhcpd-plugin you find this config file at /opt/qrm/plugins/dhcpd/etc/dhcpd.conf. many thanks all the best, Matt |