Search results

  1. K

    Backup email and SMTP authenitcation

    Hi at all, I can't find (or I'm not able to) documentation about how to change the smtp server and how to use authentication over SSL . Can u tell me where i find that? thanks in advixe
  2. K

    restore 500GB KVM VM, takes too much time

    Try a simple copy of file between NAS and PROXMOX and see the speed copy.
  3. K

    Moving KVM-Windows-DCs from Proxmox 1.9 machine to a different 2.1 machine ?

    I suggest U to shutdown the machine, launch a backup, copy the backup to the 2.1 proxmox machine and do a qm restore. Btw this will change the information about network card and u will need to fix the ip address og the machine. I've done this and worked like a charm.
  4. K

    Don't create USB stick, don't burn it on a CD

    [Merlin Wizard mode on] The iso image doesn't work? Check MD5, maybe you download it wrong [/Merlin]
  5. K

    [SOLVED] HDD Shrink help?

    Re: HDD Shrink help? start with recovery console and launch a check disk with automatic repair.
  6. K

    Mutliple Network bridges? How?

    Why not possibile? I don't see nothing strange here.
  7. K

    Mutliple Network bridges? How?

    1 - 2 -1 NAT allow you to use the WAN IP to one or more internal host. If u read the word is systemS, private addresseS etc... with plural S. So, for example, un can have 'n' server with 192.168.1.n and the firewall with 192.168.1.254 (on private) and 1.2.3.4 (on public) and redirect...
  8. K

    Mutliple Network bridges? How?

    I think u need a one-to-one nat ( see http://shorewall.net/NAT.htm ) but I suggest o you to buy more ip : it's better than do mixed network like this.
  9. K

    how to delay pve startup until external iscsi service is ready?

    look at the command pvesh --nooutput create /nodes/localhost/startall inside /etc/init.d/pve-manager files. Maybe u can add a wait to the command with a loop to check if device is available..
  10. K

    Strange Error Messages in Log Files

    Try with: http://lkml.indiana.edu/hypermail/linux/kernel/1106.0/01711.html and, just to be sure, do a memtest
  11. K

    VERY slow disk IO on OVH dedicated server..

    Try a speed test on the slower one: hdparm -Tt /dev/sda
  12. K

    VERY slow disk IO on OVH dedicated server..

    What is the ouptut of hdparm /dev/sdX ?
  13. K

    Console on a VM: network error

    for java: java version "1.3.1_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01) Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode) Now the problem happen no more. Therefore, I will edit the pm file and take a look on :) Thx!
  14. K

    VERY slow disk IO on OVH dedicated server..

    Do u have write cache and read cache enabled on disk?
  15. K

    [SOLVED] iSCSI issue - node down - help please

    Re: iSCSI issue - node down - help please Seen that line. Try to restart the iscsi service (https://lists.launchpad.net/openstack/msg06312.html)
  16. K

    Console on a VM: network error

    No popup. Now that I know about timeout, I just noticed that, excpet a couple of event, in the log i see the error exactly 10 secondos after command start. But I also see in log events: Start time: 15:18:07 End : 15:18:10 with error for timeout. Maybe 10 seconds are too short?
  17. K

    Restore backup SBS2011 AD failes #warning

    I guess that other backup tool work in filesystem host level, e.g. Microsoft Volume Shadow Copy system with ntbackup. Host filesystem doesn't know nothing about upper file system status and structure. BTW I'm curious about that and as soon as I can I will do a test on our w2k3 just "for fun"...
  18. K

    Restore backup SBS2011 AD failes #warning

    I'm not sure if it work with snapshot. For Database maybe, but think about a big file copy with a snapshot in the middle: at 99% that file will be corrupted.
  19. K

    Restore backup SBS2011 AD failes #warning

    This is not documented like an "AD database problem" cause it's related to snapshot concept. This may occur for every type of subsystem, like database (thinks about to take an instant copy of a database in the middle of a big transaction, in most case you can have an inconsistent one). I think...
  20. K

    Console on a VM: network error

    I'm having a strange error on my system. I log on into the proxmox node, select one VM and click console. Java load and, on the first time, I see the error in the syslog: no connection : Connection timed out TASK ERROR: command '/bin/nc -l -p 5900 -w 10 -c '/usr/sbin/qm vncproxy 102...