Francesc Guasch

Results 93 comments of Francesc Guasch

Hey, this is nice, there are missing backiticks in this line but it worked when I fixed it: USED_CPU=$VMSTAT -w | $TAIL -1 | $AWK '{ print $1 + $2...

@dani-sanchez-dorado I made a boilerplate document so you can insert you script there. Just follow this step-by-step guide to add the script in the documentation. https://ravada.readthedocs.io/en/latest/docs/new_documentation.html If you put the...

@tamer-hassan this is interesting. I am sorry it is not currently a priority for us. We keep the issue open so we work on it later. Thanks for you suggestion...

Hey @GIT-448482 thank you for your request. It is really well thought out. We have been steadily changing the clustering code so this would be possible really soon. As for...

Hi @thiagomdr27 , thank you very much for your interest. Active Directory support may not be hard to implement, but it's not a priority now. In addition we have no...

I started working on it. I can't test in AD. Help Wanted. - How to test: http://ravada.readthedocs.io/en/latest/devel-docs/test_ad.html - How to configure : http://ravada.readthedocs.io/en/latest/docs/auth_active_directory.html

@thiagomdr27 you are damn right, the development and test docs are really outdated. I changed some parts today. Please start with: http://ravada.readthedocs.io/en/latest/docs/INSTALL_devel.html You can also run the test suite following...

@thiagomdr27 I guess you're stuck trying to install test-sql-data. install it that way: ``` $ perl Makefile.PL $ make $ make test $ sudo make install ```

@thiagomdr27 thank you for your patience. I think it is already installed. You can move on to install from source like this: http://ravada.readthedocs.io/en/latest/docs/INSTALL_devel.html

Ok, I think you are using the master branch. Stop the rvd_back and go to the AD branch: $ git checkout 392_ad The rvd_front will detect changes automatically if called...