Thanks anyway! ...............
El mié, 10-07-2019 a las 21:45 +0700, Maxim Solodovnik escribió: > I guess you need 2 commands: > 1) to recursively set ownership: > sudo chown -R nobody:root _path_to_folder_ > > 2) to remove rw rights for others: > sudo chmod -R o-rw _path_to_folder_ > > something like this > > On Wed, 10 Jul 2019 at 21:38, Alvaro <[email protected]> wrote: > > > > ...sorry repeat... > > > > > > ............... > > > > El mié, 10-07-2019 a las 16:36 +0200, Alvaro escribió: > > > Maxim, do you know a command to conced these > > > permissions?: > > > > > > User = nobody > > > > > > Group = root > > > > > > Others = none > > > > > > > > > Thanks > > > > > > > > > ........................... > > > > > > > > > El mié, 10-07-2019 a las 16:26 +0200, Alvaro escribió: > > > > ...RECTIFICATION about OM 4.0.9-618 > > > > > > > > After reboot the machine and try install OM 4.0.9 > > > > again, and everything goes right. > > > > > > > > I've tested it and is really silk. > > > > > > > > > > > > ................. > > > > > > > > > > > > El mié, 10-07-2019 a las 15:53 +0200, Alvaro escribió: > > > > > Well, testing OM 5.0.0-M2-2889 and OM 4.0.9-618 on Ubuntu > > > > > 18.04, > > > > > OpenJava 11. > > > > > > > > > > > > > > > ==== OM 4.0.9-618 ==== > > > > > > > > > > When try to install it give an error: "Internal error" just > > > > > run. > > > > > (attached capture). > > > > > > > > > > > > > > > ==== OM 5.0.0M2-2889 ==== > > > > > > > > > > Kurento user = nobody > > > > > > > > > > Tomcat3 user = nobody > > > > > > > > > > /opt/open502 folder = chown -R nobody /opt/open502 > > > > > > > > > > > > > > > The question is that the folder ..."streams" and subfolders > > > > > "2" and "hibernate" don't exist, as you know, 'cause they are > > > > > created when make a recording. But then these 3 folders are > > > > > created with root user permission and no with nobody user > > > > > permission, and thefore after recordings, video files don't > > > > > exist, > > > > > give an error. > > > > > > > > > > I found a way that maybe is not very ortodoxe, but yes it is > > > > > effective, and is: > > > > > > > > > > In the process of M-2 installation, in the step "OpenMeetings > > > > > installation", to make the following: > > > > > > > > > > > > > > > sudo mkdir -p > > > > > /opt/open502/webapps/openmeetings/data/streams/2 > > > > > > > > > > sudo mkdir -p > > > > > /opt/open502/webapps/openmeetings/data/streams/hibernate > > > > > > > > > > sudo chown -R nobody /opt/open502 > > > > > > > > > > > > > > > ...so the recordings will be right without errors. It is > > > > > tested > > > > > with > > > > > success. > > > > > In my live iso i've made the same and it works right. > > > > > > > > > > > > > > > Alvaro > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > El mié, 10-07-2019 a las 15:03 +0700, Maxim Solodovnik > > > > > escribió: > > > > > > I believe the release process is "unlocked" now > > > > > > I would like to start release process ASAP > > > > > > Please let me know if there are any blockers :) > > > > > > > > > > > > On Sun, 7 Jul 2019 at 00:00, Alvaro <[email protected]> > > > > > > wrote: > > > > > > > > > > > > > > ...Then, the start release process could be good. > > > > > > > > > > > > > > Thanks! > > > > > > > > > > > > > > .................. > > > > > > > > > > > > > > > > > > > > > El sáb, 06-07-2019 a las 21:18 +0700, Maxim Solodovnik > > > > > > > escribió: > > > > > > > > > > > > > > Good to know :) > > > > > > > > > > > > > > On Sat, Jul 6, 2019, 20:06 Alvaro <[email protected]> > > > > > > > wrote: > > > > > > > > > > > > > > > > > > > > > ...Ok, it is solved. Now will test the same in other OSes > > > > > > > different > > > > > > > to Ubuntu 18.04. > > > > > > > > > > > > > > > > > > > > > ......................... > > > > > > > > > > > > > > El sáb, 06-07-2019 a las 14:45 +0200, Alvaro escribió: > > > > > > > > > > > > > > ...Yes, so the recordings works right. > > > > > > > > > > > > > > Then, if "tomcat3" script run as "nobody" user and > > > > > > > kurento > > > > > > > as "nobody" user too, why don't record? > > > > > > > > > > > > > > > > > > > > > ---------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > > El sáb, 06-07-2019 a las 14:20 +0200, Alvaro escribió: > > > > > > > > > > > > > > Ok, Thanks, will try it. > > > > > > > > > > > > > > > > > > > > > ------------------ > > > > > > > > > > > > > > > > > > > > > El sáb, 06-07-2019 a las 17:38 +0700, Maxim Solodovnik > > > > > > > escribió: > > > > > > > > > > > > > > Alvaro, > > > > > > > > > > > > > > 'raw' recordings files are being created by Kurento > > > > > > > it cannot be created if Kurento has no permissions to > > > > > > > create > > > > > > > files > > > > > > > under `**/streams/**` folder > > > > > > > > > > > > > > This is why you need to run both KMS and Om as same user > > > > > > > you need to edit /etc/default/kurento-media-server and > > > > > > > correct > > > > > > > following line: > > > > > > > > > > > > > > DAEMON_USER="kurento" # User as whom Kurento Media > > > > > > > Server > > > > > > > will > > > > > > > run > > > > > > > > > > > > > > > > > > > > > On Sat, 6 Jul 2019 at 17:18, Alvaro <[email protected]> > > > > > > > wrote: > > > > > > > > > > > > > > ...but there is not any file. > > > > > > > > > > > > > > In the subfolders /streams/..... is not any file. Even so > > > > > > > it > > > > > > > is > > > > > > > user accounts > > > > > > > the question? > > > > > > > > > > > > > > > > > > > > > ...................... > > > > > > > > > > > > > > > > > > > > > El sáb, 06-07-2019 a las 16:41 +0700, Maxim Solodovnik > > > > > > > escribió: > > > > > > > > > > > > > > The logs are very much clear: > > > > > > > `Error code 6: 'Could not open file > > > > > > > "/opt/open502/webapps/openmeetings/data/streams/2/rec_5_c > > > > > > > 5c03 > > > > > > > 83 > > > > > > > 2- > > > > > > > 4b95-4210-943f-21d341ec152f.webm" for writing.'` > > > > > > > > > > > > > > I guess you are running OM and kurento under different > > > > > > > user > > > > > > > accounts > > > > > > > > > > > > > > On Sat, 6 Jul 2019 at 13:58, Alvaro <[email protected]> > > > > > > > wrote: > > > > > > > > > > > > > > ...here are the kurento logs: > > > > > > > > > > > > > > https://drive.google.com/file/d/1aPHl7XSPc5NTJrHF1ElRsSe6 > > > > > > > l5v9 > > > > > > > fp > > > > > > > sR > > > > > > > > > > > > > > > > > > > > > ................. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > El sáb, 06-07-2019 a las 09:01 +0700, Maxim Solodovnik > > > > > > > escribió: > > > > > > > > > > > > > > Can you also share Kurento logs? > > > > > > > > > > > > > > I'll try to reproduce these locally > > > > > > > > > > > > > > On Sat, 6 Jul 2019 at 08:58, Maxim Solodovnik <solomax666 > > > > > > > @gma > > > > > > > il > > > > > > > .c > > > > > > > om > > > > > > > > wrote: > > > > > > > > > > > > > > Downloaded > > > > > > > > > > > > > > On Fri, 5 Jul 2019 at 21:48, Alvaro <[email protected]> > > > > > > > wrote: > > > > > > > > > > > > > > Ok, the time-zone works right. Now is not problem with > > > > > > > MariaDB > > > > > > > in the OM-2 installation. > > > > > > > > > > > > > > Please take a look: > > > > > > > > > > > > > > https://drive.google.com/file/d/1659cGw9XYFdg3CyXitwoRx3m > > > > > > > tQud > > > > > > > N5 > > > > > > > 81 > > > > > > > > > > > > > > ...could you say "Done" after download the zip?, so ican > > > > > > > delete > > > > > > > it. > > > > > > > Thanks. > > > > > > > > > > > > > > > > > > > > > > > > > > > > ................................................... > > > > > > > > > > > > > > > > > > > > > El vie, 05-07-2019 a las 16:00 +0200, Alvaro escribió: > > > > > > > > > > > > > > ...i don't know what file you refer... > > > > > > > > > > > > > > Am goeing to test OM-2-2885. > > > > > > > > > > > > > > > > > > > > > .................... > > > > > > > > > > > > > > > > > > > > > El vie, 05-07-2019 a las 20:19 +0700, Maxim Solodovnik > > > > > > > escribió: > > > > > > > > > > > > > > Hello Alvaro, > > > > > > > The file you are referring to doesn't exist :( > > > > > > > > > > > > > > On Wed, 3 Jul 2019 at 16:39, Alvaro <[email protected]> > > > > > > > wrote: > > > > > > > > > > > > > > ...Maxim, when i said "without internet connection" i > > > > > > > mean > > > > > > > the PC network tarjet it is not connected to router. > > > > > > > > > > > > > > > > > > > > > ....................... > > > > > > > > > > > > > > > > > > > > > > > > > > > > El mié, 03-07-2019 a las 11:17 +0200, Alvaro escribió: > > > > > > > > > > > > > > Please Maxim, take a look: > > > > > > > > > > > > > > https://drive.google.com/file/d/1udJBFV064as7_OQ7q_zY7S-T > > > > > > > 65I7 > > > > > > > xp > > > > > > > PA > > > > > > > /v > > > > > > > iew?usp=sharing > > > > > > > > > > > > > > > > > > > > > ------------------------- > > > > > > > > > > > > > > > > > > > > > > > > > > > > El mié, 03-07-2019 a las 12:34 +0700, Maxim Solodovnik > > > > > > > escribió: > > > > > > > > > > > > > > Dear community, > > > > > > > > > > > > > > I would like to start release process for 4.0.9/5.0.0-M2 > > > > > > > Are there any objections? > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > > > WBR > > > > > > > Maxim aka solomax > > > > > > > > > > > > > > > > >
