Search results

  1. hregis

    Cannot open /proc/stat: Transport endpoint is not connected

    Hi I think I have the same problem: https://forum.proxmox.com/threads/proxmox-4-1-error-proc-must-be-mounted.25509/
  2. hregis

    Proxmox 4.1 - Error: /proc must be mounted

    Hello, I have a Debian Jessie with Proxmox 4.1, I have a dozen virtual servers in LXC, basically everything works. Randomly, all my VM lose access to process and this error message: I am forced to restart all VMs to resolve the issue. By examining the logs of the host server, I find this ...
  3. hregis

    lxc NFS

    thank you a lot !! :p
  4. hregis

    Proxmox 1.6 - Squeeze - Quota

    hi, i use proxmox 1.9 with lenny and i have a VM (openvz) with squeeze and it's impossible to use quota in this VM have you a solution please ? Thanks
  5. hregis

    change postgres password during first start

    hi, i found this solution, had this in Makefile: dab task postgres --version=8.4 install -m 0755 pgsql_setup ${BASEDIR}/tmp/pgsql_setup install -m 0755 pgsql_passwd ${BASEDIR}/tmp/pgsql_pwd dab task postgres --start dab exec /tmp/pgsql_setup rm -f ${BASEDIR}/tmp/pgsql_setup the content of...
  6. hregis

    change postgres password during first start

    hi, thanks for your response, in fact it is the application that creates the user and the database should be just that I can change the password of postgres. I almost found it, I'll keep you informed. Régis www.dolibarr.org
  7. hregis

    OpenVZ to KVM (debian 6)

    Hi, Is there a procedure to migrate an OpenVZ to a KVM? Thanks for your help Régis Houssin http://www.dolibarr.org/
  8. hregis

    change postgres password during first start

    Hi, have you a script or procedure for change/defined the password of "postgres" (admin postgresql) during the first start of appliance ? Thanks Régis