Search results

  1. S

    No space left on device (500)

    Hi @dylanw, It is still working without problems. Thanks again for the help!
  2. S

    No space left on device (500)

    Hi Dylanw, No problem! Thanks for replaying. Yes I have it on a laptop, that is why needed the laptop to stay on when the lid was closed. Thanks for the fix, I am going to try it when I have time. I wil let you know if it worked.
  3. S

    No space left on device (500)

    that freed up some space! Attached is my new syslog. Get allot from these: Dec 04 15:53:34 proxserver systemd-logind[754]: Failed to execute operation: Permission denied Dec 04 15:53:34 proxserver systemd-logind[754]: Suspending... Dec 04 15:53:34 proxserver systemd-logind[754]: Unit...
  4. S

    No space left on device (500)

    As far as I know it is only local. I did the cat /var/log/auth.log | grep sshd this is the outcome: Dec 3 21:18:25 proxserver sshd[857]: Server listening on 0.0.0.0 port 22. Dec 3 21:18:25 proxserver sshd[857]: Server listening on :: port 22. Dec 3 22:30:55 proxserver sshd[863]: Server...
  5. S

    No space left on device (500)

    I did the rotate but I got errors: error: Compressing program wrote following message to stderr when compressing log /var/log/alternatives.log.1: gzip: stdout: No space left on device error: failed to compress log /var/log/alternatives.log.1 error: Compressing program wrote following message to...
  6. S

    No space left on device (500)

    Could it be HA that is logging to much? Is there a way to clean this up for now until I find what is wrong? When I look in the log I see multiple items per second being added. Here is a grab from the log:
  7. S

    No space left on device (500)

    can't save it to a txt file: tail: error writing 'standard output': No space left on device :p i have copied into a file cat /etc/logrotate.conf gave this: # see "man logrotate" for details # rotate log files weekly weekly # keep 4 weeks worth of backlogs rotate 4 # create new (empty) log...
  8. S

    No space left on device (500)

    I did the du -h /var | grep -P '^\d+\.?\d*G' and this was the result: 57G /var/log 57G /var The output of lsblk is: NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 238.5G 0 disk ├─sda1 8:1 0 1007K 0...
  9. S

    No space left on device (500)

    Hi dylanw, This is what I get: 0 /bin 72M /boot 37M /dev 4.8M /etc 4.0K /home 0 /lib 0 /lib32 0 /lib64 0 /libx32 16K /lost+found 4.0K /media 25G /mnt 4.0K /opt du: cannot access '/proc/754/task/754/fd/24': No such file or directory du: cannot access...
  10. S

    No space left on device (500)

    Hi, I am using proxmox on a laptop to run Home Assistant. It was running smoothly but now I get an error that there is no more space left. In the summary I see that the HD space(root) is at 99.97%. I have run df -h and the outcome shows: /dev/mapper/pve-root 59G 59G 0 100% / My...
  11. S

    aeon labs z-stick Generation 5 z-wave plus

    Hi, I am using proxmox on an laptop. I use it for Home Assistant. It almost works perfectly. It is fast and stable. I just can't add my z-wave devices. I had an aeon z-stick s2 (black one) and I could add it in the VM (USB). It showed up in HA but I could not add devices to it. I bought the...
  12. S

    Proxmox hangs

    Argh! I thought it worked. Until today it run perfectly without crashing. Today it crashed again with the same message. Is there something else I could do?
  13. S

    Proxmox hangs

    Thanks. I have put that in and used it, lets see if it worked :) Thanks Moayad for your help!
  14. S

    Proxmox hangs

    I used this: root@proxserver:~# ethtool -K proxserver gso off gro off tso off tx off rx off I am getting this: Cannot get device feature names: No such device sooo :oops::)
  15. S

    Proxmox hangs

    Hi Moayad, Thanks for the help. Do I go in the proxserver and then in the shell type this command? And what is the name of my device (where do I find this)? I now get this when I execute the command: -bash: ethtool: command not found Thanks
  16. S

    Proxmox hangs

    Hi all, I have not much knowledge of proxmox. I have followed an installation instruction from youtube so I could use Home Assistant. I installed it on a laptop. Installation went very well and it runs really smooth. Home Assistant is running without any problems. I really like the fact that I...