Posts by xavh90

    @Nuxwin
    Hm currently I have no idea how a second domain inclusive the subdomains could be in this list because this view is visible if I switch to the domain level of I-MSCP. But in general it sounds good to me.

    If your customers have domain aliases and subdomains for these aliases, the aliases and their subdomains will be in this list.

    Hello


    I've encountered a problem when I tried to delete a SSH user via instantSSH.


    I have the following error :


    Code
    1. An unexpected error occurred:
    2. Modules::Plugin::_executePluginAction: Couldn't remove the `/var/chroot/InstantSSH/shared_jail/var/www/virtual/xxx.xx' directory: problem unlinking /var/chroot/InstantSSH/shared_jail/var/www/virtual/xxx.xx: cannot remove directory: Device or resource busy


    Distribution : debian 9.2
    iMSCP : 1.5.1
    InstantSSH : 5.0.1


    thanks

    Bonjour


    Je rencontre actuellement des problèmes avec monitorix, en effet, les graphiques ne se génèrent pas, je suis obligé, à chaque fois, de désactiver l'extension dans imscp et de la réactiver pour qu'il regénère les graphiques


    Je rencontre ce problème sur 2 serveurs
    Config premier serveur :
    debian 8.9 avec imscp 1.4.7 et le plugin monitorix 1.2.2


    Config deuxième serveur :
    debian 9.2 avec imscp 1.5.1 et le plugin monitorix 1.2.2 et entièrement à jour


    Pourriez-vous m'aider svp.


    Autre chose, après avoir réactivé le plugin, je dois récupérer l'adresse de l'image, l'afficher dans le navigateur et actualiser la page pour qu'elle se mette à jour (elle est mise en cache dans le navigateur) il serait peut être bien d'ajouter un variable aléatoire à l'adresse de l'image histoire qu'elle ne reste pas en cache, style https://xxx.xxx.com:8443/Monit…stem4z.1day.png?d=9538932 (seule idée qui me vient comme ça actuellement pour éviter la mise en cache, il y a certainement de meilleures solutions ...)


    D'avance merci

    Hello


    oh ok sorry, I didn't know that there were any restrictions to the ssh's user name.


    I think it's not a good idea to remove the prefix, for me, each user should have his own prefix. Why not the system virtual user (vuXXXX) ?

    Hello


    It will be great that the prefix for the username was replaced by the username of imscp (ex for xxx.com -> imscp_sshusername replaced by xxx.com_sshusername).


    It will be great too if the limit of 8 characters was deleted.

    Hello


    I've just launched the apt-get upgrade command on my server and after an upgrade of PHP 7.1, I've got this error message :


    Code
    1. [ERROR] Package::FrontEnd::restartNginx: Can't locate object method "getInstance" via package "MSCP::Service" (perhaps you forgot to load "MSCP::Service"?) at /var/www/imscp/engine/PerlLib/Package/FrontEnd.pm line 589.E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/local/sbin/imscp-dpkg-post-invoke.pl -a ${IMSCP_SETUP:=0} -eq 0 ]; then /usr/bin/perl /usr/local/sbin/imscp-dpkg-post-invoke.pl -d; fi'E: Sub-process returned an error code



    Here is the line 589 of /var/www/imscp/engine/PerlLib/Package/FrontEnd.pm


    Code
    1. eval { MSCP::Service->getInstance( )->restart( $self->{'config'}->{'HTTPD_SNAME'} ); };

    I think you have just forgot the "i" of "iMSCP" :)


    I have the 1.4.2 version of iMSCP