Recent content by mzch

  1. M

    Japanese translation of 2.0

    Try to add your language to language_map around 183 th line in ext4/pvemanagerlib.js
  2. M

    Japanese translation of 2.0

    At first, You need to get the source codes of pve-manager, which you can get by using "git clone git://git.proxmox.com/git/pve-manager.git". 1. Edit po/Makefile to add your language to the line, "LINGUAS=de fr ja ??". 2. Type the following command, "cd po/ && make". This brings you ??.po file...
  3. M

    FreeBSD hosts +FIX (hacky)

    Thanks for your information! Applying this patch my FreeBSD 8.2 guest is running without problem. :)
  4. M

    Upgrade PVE based on lenny to 2.0

    Ah, in short, Proxmox 1.x can't be upgraded to 2.0? Right?
  5. M

    Upgrade PVE based on lenny to 2.0

    Hi, I'm running PVE 1.9 cluster which nodes are installed on Debian lenny. Now I want to upgrade 2.0, but is it enough to edit /etc/apt/source.list and do 'aptitude upgrade'? or is it necessary to delete all packages and data (include VMs) and install 2.0 newly on Debian squeeze?
  6. M

    Japanese translation of 2.0

    Hi, I'd like to translate PVE 2.0 into Japanese, but which repository should I get?
  7. M

    HTTP session time out?

    It's nice! This auto-reloader just resolved my problem...but it seems to hardly be an essential solution...?
  8. M

    HTTP session time out?

    The current settings of the session period is too short for me. If it become to be under the control with end-users, 'forever' is not an important factor. ;)
  9. M

    HTTP session time out?

    I mean that PVE will never disconnect a login session until an administrator will logout or close his/her browser if once he/she logins.
  10. M

    HTTP session time out?

    Yes, regarding to forever, I think, for example, it's preferable that forever option should be effective only if being accessed from the preassigned ip. Thanks.
  11. M

    HTTP session time out?

    I see, but if possible, will you please improve PVE so that end-users can control active session's period, i.e. an hour, a day, a week or forever?
  12. M

    HTTP session time out?

    Hi, I installed the latest PVE on Debian/lenny. I login the web console and leave it be, after a while, it always times out and I have to login again. Is it impossible to stay connected to the web UI all the time?