1. I need to test it. To do this I think easier to use phpmyadmin (for mysql), but it needs at least httpd as I know. OM needs httpd too, but o don’t see it in “yum list installed httpd”? Will be conflict, need the additional settings to rule it?
2. I think I’ll wait official release of 4.0.2 ------------------- С уважением, Андрей Прицепов “Лаборатория Форт Крым” From: Maxim Solodovnik [mailto:[email protected]] Sent: Wednesday, December 27, 2017 1:49 PM To: Openmeetings user-list Subject: Re: Bugs and questions OM Centos7 You can: 1 stop om. Delete in db 2 use snapshot WBR, Maxim (from mobile, sorry for the typos) On Wed, Dec 27, 2017, 15:29 Андрей Прицепов <[email protected]> wrote: So I will need to wait official stable release 4.0.2 to solve this problem with deleting groups? ------------------- С уважением, Андрей Прицепов “Лаборатория Форт Крым” From: Maxim Solodovnik [mailto:[email protected]] Sent: Wednesday, December 27, 2017 9:49 AM To: Openmeetings user-list Subject: Re: Bugs and questions OM Centos7 group delete was broken: https://issues.apache.org/jira/browse/OPENMEETINGS-1802 On Wed, Dec 27, 2017 at 12:36 PM, Yakovlev N. <[email protected]> wrote: Hello Andrey, Centos 7 + mariadb + russian You should make the next before creating of database and installing of OM: 1. Edit the config file - /etc/my.cnf.d/server.cnf [mysqld] ... innodb_file_per_table skip-character-set-client-handshake collation-server=utf8_unicode_ci character-set-server=utf8 2. Edit the config file - /etc/my.cnf.d/server.cnf/client.cnf [client] default-character-set = utf8 3. Restart mariadb service systemctl start mariadb.service 4. Enter into mariadb management: mysql -u root -p ..... 5. Create database (The database name is "om", the password is "passw" in this example. Ones can be any of your choice.) CREATE DATABASE om DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; GRANT ALL PRIVILEGES ON om.* TO 'om'@'localhost' IDENTIFIED BY 'passw' WITH GRANT OPTION; Flush privileges; quit; 6. Install openmeetings. 7. To start mariadb service automatically in Centos 7 you should type the next command as root systemctl enable mariadb 8. To start red5 automatically you should write the script that runs as service in Centos 7. 9. No any delays are required between starting of om and mariadb services. The order of launching services can be adjusted if it is very necessary. Best regards Nik From: Андрей Прицепов [mailto:[email protected]] Sent: Tuesday, December 26, 2017 5:15 PM To: [email protected] Subject: Bugs and questions OM Centos7 I stop test OM on Windows10(about Windows Server 2016 I even silence) without fresh documentation, the last one doc is for Windows 2003/xp, so I install OM as virtual machine in Hyper-V with Centos7 on board. To many bugs for Windows, I will return for Windows when developers fix bugs, without it OM on Windows is useless and it’s just waste of time, 4-6 month to test all functionality that I need it. For CentOS7 at this moment all installation done by this instruction https://cwiki.apache.org/confluence/display/OPENMEETINGS/Tutorials+for+installing+OpenMeetings+and+Tools?preview=/27838216/74689947/Installation%20OpenMeetings%204.0.1%20on%20Centos%207.pdf Bugs: 1. Problem with Cyrillic symbols. Russian language as default. When I create user, group, room, writing in chat all well done. Its work as I expect and Cyrillic symbols are correct, but when I restart “/etc/init.d/red5-2” and go again on localhost:5080/openmeetings I see all data that I create not in Cyrillic symbols, but like this “???????????”. 2. I can’t delete group when I create it. I look at dependencies for group and delete users from this group, and delete group from rooms, but group I can’t delete. When I click delete and confirm, it redirect me to error page “internal error. return to home page” Questions: 1. I don’t know Linux system as well as Windows system. Where does OM directory is installed, in /opt or /etc or else? 2. Where store records that was done in OM? Can I reorganize storage for records? I want to create storage on host virtual machine(Windows Server 2016) and store records there. I don’t want store it inside of VM because I think VM in my case wouldn’t be pass-through-disk VM. It will be in format vhdx, but I am not sure yet. 3. How can I start mariadb and red5 automatically when start OS? Will I need make delay for red5 before start mariadb? ------------------- С уважением, Андрей Прицепов “Лаборатория Форт Крым” -- WBR Maxim aka solomax
