And once again a reboot has fixed the issue:
root# df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mmcblk0p1 1887232 1391648 495584 74% /initrd/mnt/dev_save
tmpfs 1218548 244068 974480 21% /initrd/mnt/tmpfs
unionfs 1218548 244068 974480 21% /
/dev/loop0 204800 204800 0 100% /initrd/pup ...
Search found 7 matches
- Fri Jun 28, 2024 7:34 am
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
- Fri Jun 28, 2024 7:27 am
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
Re: Strange disk usage
Yes indeed it's another machine.
In fact I just check and it's not running puppy precise.
Code: Select all
DISTRO_NAME='tahrpup'
DISTRO_VERSION=6.0.6
The only servers we run are ftp and vnc.
Viruses shouldn't be an issue, all those machines are on a private network with no internet access.
- Thu Jun 27, 2024 10:18 am
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
Re: Strange disk usage
The tmpfs file systejm in ram has no more free space.
This should show what is taking up space in the tmpfs:
cd /initrd/mnt/tmpfs/
du -h pup_rw/ tmp/ | sort -hk1
you can copy/paste each line into a terminal
or create and save a script file.
You might need to delte a file in /tmp or /root ...
- Thu Jun 13, 2024 8:28 am
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
Re: Strange disk usage
Thank you all for your input.
Unfortunately that PC has been rebooted so I can't check for now.
I'll have to wait for the issue to reoccur to investigate more.
@rockedge says (I paraphrase) "create a swapfile or swap-partition". I concur for this PC being used!
Do this and reboot your system for ...
Unfortunately that PC has been rebooted so I can't check for now.
I'll have to wait for the issue to reoccur to investigate more.
@rockedge says (I paraphrase) "create a swapfile or swap-partition". I concur for this PC being used!
Do this and reboot your system for ...
- Tue Jun 11, 2024 8:12 am
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
Re: Strange disk usage
First of all, thanks for your reply!
This system indeed has 1G RAM and a 1G save file.
I'm not sure a swap partition is necessary as this is an embedded system that runs a single application, which is capped at a maximum of 256M of RAM usage.
We have about 60 computers running this specific ...
This system indeed has 1G RAM and a 1G save file.
I'm not sure a swap partition is necessary as this is an embedded system that runs a single application, which is capped at a maximum of 256M of RAM usage.
We have about 60 computers running this specific ...
- Mon Jun 10, 2024 10:00 pm
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
Re: Strange disk usage
Sure, how can I see that exactly?
I attached my sysinfo report if that can help.
- Mon Jun 10, 2024 12:54 pm
- Forum: Legacy
- Topic: Strange disk usage
- Replies: 14
- Views: 1842
Strange disk usage
Hi everyone,
I have a recurring issue with one of our legacy system running Puppy Precise.
Every so often, a message will appear:
WARNING: RAM working space only 1MB,
recommend a reboot which will flush the RAM
According to df, the pup_rw partition is full (500M used) but I can only find ...
I have a recurring issue with one of our legacy system running Puppy Precise.
Every so often, a message will appear:
WARNING: RAM working space only 1MB,
recommend a reboot which will flush the RAM
According to df, the pup_rw partition is full (500M used) but I can only find ...