Recent content by iT!T

  1. I

    Proxmox - extending local-lvm.

    Hello there! My experience with Proxmox is really short. I am trying to learn it in my own tiny homelab, to use it on a bigger scale in my company in the future. But I run into a problem recently. My homelab serv is just a regular PC (HP EliteDesk) with one disc basically (there is one more but...
  2. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    I did it! Thank you sg90! I had some problems with "mkpart data ext4 primary 2048s 100%" command, so I did it a bit different using parted, and it worked. Thank you! :)
  3. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    Thank you for replay. Proxmox is new to me, could you please give me some hints how to do it?
  4. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    Here it is. NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 223.6G 0 disk ├─sda1 8:1 0 1007K 0 part ├─sda2 8:2 0 512M 0 part /boot/efi └─sda3 8:3 0...
  5. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    I fallowed tutorial from my first post (https://bit.ly/2kMr5uV ). I removed partition in fdisk, and trying once more. Can't set bigger partition than 2TB But proxmox itself sees the proper size.
  6. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    Thank you. Done that, result is underhere: Maybe I did something wrong during formatting process?
  7. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    Hi, thanks for replay. I've seen exact same PCs being sold with 3TB drives, so I blieve it's probably something with my Proxmox config. https://bit.ly/2lVELnv
  8. I

    Additional HDD 3TB recognized as 2 TB. [Solved]

    Hi, I'm running Proxmox on HP 800 G1 SFF. Recently i added additional HDD HGST 3TB. I tried to add it to my server following this tutorial https://bit.ly/2kMr5uV , but Proxmox recognised it as 2TB only, can anyone help me with that?
  9. I

    [SOLVED] Proxmox VE - Login failed. Please try again.

    OK. Unfortunately I still don't know what caused the problem.
  10. I

    [SOLVED] Proxmox VE - Login failed. Please try again.

    It's weird story. The web gui was responsive. I was unnable to login. (login and pass was correct). But to the point - during weekend I had a power cut, so it was hard reset for my server. After boot everything started to work as it should, without any problem. So, still, I have no idea what...
  11. I

    [SOLVED] Proxmox VE - Login failed. Please try again.

    Hi. I can choose: - Proxmox VE authentication server - Linux PAM standard authentication both doesn't work.
  12. I

    [SOLVED] Proxmox VE - Login failed. Please try again.

    Hi! Thank you for your replay. Here's what I've found: - journal: https://drive.google.com/file/d/1XzuR_fXvmd9ZUSetQffiOaHm8Y89TBqX/view?usp=sharing - /etc/hosts 127.0.0.1 localhost.localdomain localhost 192.168.1.10 serv.hassio serv # The following lines are desirable for IPv6 capable hosts...
  13. I

    [SOLVED] Proxmox VE - Login failed. Please try again.

    Thanks for replay! root@serv:~# systemctl status pveproxy.service ● pveproxy.service - PVE API Proxy Server Loaded: loaded (/lib/systemd/system/pveproxy.service; enabled; vendor preset: enabled) Active: active (running) since Sat 2019-05-25 08:29:28 CEST; 1 months 3 days ago Main PID...
  14. I

    [SOLVED] Proxmox VE - Login failed. Please try again.

    Hi! I use Proxmox on my homeserver for a while now. Currently it holds 2 VMs and 2 LXC Containers. Today i updated containers (PiHole and Unifi Controller) and also Proxmox itself. After that I couldn't login to web panel. VMs seems work fine as well as Pi Hole. Only the Unifi Controller is...