Recent content by niuk

  1. N

    Error 500: closing file '/var/tmp/pve-reserverd-ports.tmp.14162' failed

    I checked today, and it is 54% , cleaned itself ? root@pve:~# df -kh | grep dev/dm-0 /dev/dm-0 29G 15G 13G 54% /
  2. N

    Error 500: closing file '/var/tmp/pve-reserverd-ports.tmp.14162' failed

    I've got Error 500: closing file '/var/tmp/pve-reserverd-ports.tmp.14162' failed when trying to console to qm. It says also No space left on device. I can see no space left on /dev/dm-0 , what should I do ? root@pve:~# df -kh Filesystem Size Used Avail Use% Mounted on udev...
  3. N

    qemu-img: output file is smaller than input file ?

    Appreciate , this is great instruction
  4. N

    How do I upload files with any extension?

    yeah , this is what I did..thnx
  5. N

    Create VM from existing qcow2 image ?

    Now I created another VM , this time in local-lvm (pve) storage and neither can copy, move nor qemu-img convert ? root@pve:/var/lib/vz/images# qemu-img convert -O raw -p -n PA-VM-KVM-8.0.0.qcow2 /dev/pve/vm-101-disk-1 qemu-img: output file is smaller than input file
  6. N

    qemu-img: output file is smaller than input file ?

    I am trying to convert PA-VM-KVM-8.0.0.qcow2 image to disk in the VM I just created (see VM config 101.conf). It says output file is smaller than input file , why ? root@pve:/var/lib/vz/images# cat /etc/pve/nodes/pve/qemu-server/101.conf bootdisk: virtio0 cores: 1 ide2: none,media=cdrom...
  7. N

    How do I upload files with any extension?

    I can add storage to Datacenter (i.e.Directory) , and then upload , but only files with proper extension, i..e. ISO determined by 'Content' field in Add Directory window. How do I allow any extension ?
  8. N

    How to make USB writable ?

    Chmod doesn't help root@pve:~# chmod 775 /mnt/usb/ chmod: changing permissions of ‘/mnt/usb/’: Read-only file system root@pve:~# mount | grep /mnt/usb/ root@pve:~#
  9. N

    100% use on root partition ?

    Yeah, but in fact I have more storage available, see fdisk below. Not sure where did it all go , how I can claim rest of the space? root@pve:~# fdisk -l .... Device Start End Sectors Size Type /dev/sda1 2048 4095 2048 1M BIOS boot /dev/sda2 4096 528383...
  10. N

    How to make USB writable ?

    How I can make USB writable ? root@pve:~# mount /dev/sdb1 /mnt/usb -o umask=000 root@pve:~# ls -l /mnt/ total 20 drwxr-xr-x 3 root root 4096 Mar 3 15:08 config drwxr-xr-x 3 root root 4096 Mar 3 15:08 export drwxr-xr-x 5 root root 4096 Mar 3 14:17 images dr-xr-xr-x 1 root root 8192 Dec 30...
  11. N

    100% use on root partition ?

    I do have VMs in there, where should I keep them ? root@pve:~# ls /mnt/images/ 102 103 104 root@pve:~# du -sh /mnt/images/ 23G /mnt/images/ Also I have ISOs in /var/lib/vz/template/iso/ root@pve:~# du -sh /var/lib/vz/template/iso/ 3.5G /var/lib/vz/template/iso/ root@pve:~# ls -l...
  12. N

    100% use on root partition ?

    Is it normal to see 100% use on root partition ? I don't have issues , just wondering root@pve:~# df -kh Filesystem Size Used Avail Use% Mounted on udev 10M 0 10M 0% /dev tmpfs 3.2G 265M 2.9G 9% /run /dev/dm-0 29G 29G 0 100% / tmpfs...
  13. N

    ProxMox Web GUI not working after restart

    that worked, even without reboot.... root@pve:~# pveversion -v proxmox-ve: 4.4-84 (running kernel: 4.4.35-1-pve) pve-manager: 4.4-13 (running version: 4.4-13/7ea56165) pve-kernel-4.4.35-1-pve: 4.4.35-77 pve-kernel-4.4.44-1-pve: 4.4.44-84 lvm2: 2.02.116-pve3 corosync-pve: 2.4.2-2~pve4+1 libqb0...
  14. N

    ProxMox Web GUI not working after restart

    Here it is, for some reason I reviewed files inside /etc/apt/sources.list.d instead of just /etc/apt/sources.list file itself. But not sure what's wrong with /etc/apt/sources.list too: root@pve:~# cat /etc/apt/sources.list deb http://ftp.us.debian.org/debian jessie pve-no-subscription #deb...
  15. N

    ProxMox Web GUI not working after restart

    Yeah.., I am sure there is an error, just can't find it