Search results

  1. B

    [SOLVED] Cannot ssh to new container

    Just installed ubuntu 17.04 in a container. Just changed /etc/ssh/sshd_config #PermitRootLogin NoPassword to PermitRootlogin yes service sshd restart And I could use putty to connect. My auth.log: Nov 17 18:57:04 Ubuntu17 sshd[523]: Server listening on 0.0.0.0 port 22. Nov 17 18:57:04...
  2. B

    [SOLVED] Cannot ssh to new container

    I can confirm my "ssh_config" file is set to You mean sshd_config? you get a prompt so firewall can't be an issue. What does the log on the container /var/log/secure says?
  3. B

    [SOLVED] Second VM too slow to install

    Found a solution: Downgrading the kernel https://forum.proxmox.com/threads/blue-screen-with-5-1.37664/ anyone has input how to go from proxmox 5.1 to 5.0
  4. B

    [SOLVED] Second VM too slow to install

    Found the cause. As soon as I log of from rdp the cpu & memory rises And now this was visible on the console:
  5. B

    [SOLVED] Second VM too slow to install

    Funny thing is that my first vm started to go full memory and cpu 20 minutes after this post. The kvm just had some distorted blue lines and to stop the vm. After that the vm installation just worked fine. Can't seem to find why the windows vm keeps crashing.
  6. B

    [SOLVED] Second VM too slow to install

    I am running a windows server VM (Windows Server 2016) but got a lot of stability issues. But the vm is a 6core 32GB, c: 50Gb and D: 4TB VM. Both drives are encrypted using bitlocker. I found the vm a couple of times with a stop error and a corrupt drive. So today I wanted to deploy a test...
  7. B

    [SOLVED] Cannot ssh to new container

    Probably you didn't use an ssh key. Then you need the console: nano /etc/ssh/sshd_config Change PermitRootLogin without-password to PermitRootLogin yes then service sshd restart and then ssh should work with password authentication.
  8. B

    Windows server 2016 became extremely slow

    Hi, I've runned a windows server 2016 in workgroup mode for 2 days.It was blazing fast and migrated 2TB of data to itt at full Gbps speed. Today I've dcpromo the server and since then the server is going so slow that starting takes 30 minutes to see the login prompt. Login in another 30 min...
  9. B

    Forward a domain name to a VM

    A reverse proxy can do this.
  10. B

    zfs /dev/disk/by-id gives strange

    Hi, I've installed a new proxmox server with 5.1 and used a ZFS mirror. First thing that I always do is changing zfs to /DEV/DISK.BY-ID just to be save. But in this installation I see something like this: root@FS-HV-01-17:~# zpool status pool: rpool state: ONLINE scan: none requested...
  11. B

    Zfs over RAID10 HW... wrong idea?

    Zfs strength is the fact that it monitors drives itself. You've just introduced another factor that could fail. Also if the raid card would die you will need to buy the same card or your data is lost. In pure zfs or zfs with an it card you could just got another card and you will be up and...
  12. B

    HDD locator led

    Having the same question. Found ledctl but haven't tested it. You could also use aliases so you see the aliases instead of sda or devid.
  13. B

    Most performance out of 4x 1Gb on proxmox host.

    Strange when using esxi with an windows vm I could get more then 1Gb. And esxi was without lacp.
  14. B

    Using storage

    Hi, I had a discussion with a friend on how to use the storage in proxmox. Take a hypothetical scenario of a surveillance appliance. The appliance is installed in a lxc container on ubuntu. Where would you store the video data? Using a mount point and a folder on ZFS volume or using a disk...
  15. B

    Most performance out of 4x 1Gb on proxmox host.

    Hi, I first installed proxmox as an LACP 4x1GB Bridge but the max performance on a lxc container was max 1Gb. Which is quite normal with LACP. Is there a solution to get more bandwith because I will soon need a kvm with virtio which need 2 or 3Gbps and I don't really want to buy 10Gb ethernet...
  16. B

    Windows Server bitlocker

    Is bitlocker (Password not usb stick or TPM) supported on vdisk in proxmox? Guide for vmware (where it worked but not supported) http://snnyc.com/2014/03/bitlocker-windows-2012-vmware/
  17. B

    KVM Backup questions

    Hi, I am trying to migrate my old vmware environment to proxmox. I have a mediaserver which is a windows server 2016 server with 2 vdisk. C: --> Windows & programs D: --> Pure media (10TB) Is it possible to only backup the first vdisk (c:) and not the D drive. On a lxc container I could fix...
  18. B

    ZFS RAIDZ1 fails with 1 drive lost.

    Yeah I know but this made me doubt zfs. Can't get it why it would do this.
  19. B

    ZFS RAIDZ1 fails with 1 drive lost.

    This is the result. root@FS-PRX-01-17:~# zdb -e -p /dev/disk/by-id/ RAIDZ Configuration for import: vdev_children: 10 version: 5000 pool_guid: 18225548103796699372 name: 'RAIDZ' state: 0 hostid: 2831157250 hostname: 'FS-PRX-01-17'...
  20. B

    ZFS RAIDZ1 fails with 1 drive lost.

    I got the disk but it doesn't start anymore. I hear the disk starting to spin and then 2 loud clicks of the arm hitting the platters. The drive spin down.