Search found 134 matches
- Sun Oct 28, 2018 9:16 pm
- Forum: Troubleshooting
- Topic: [Solved] NanoPi Neo Constant Disk Activity
- Replies: 1
- Views: 744
Re: NanoPi Neo Constant Disk Activity
To answer my own question. I hope that I have interpreted the results correctly. To htop I have added the RD_CHAR, IO_RBYTES and DISK READ columns for reads and the equivalent columns for writes. The screen shot is attached below. htop.jpg The read and write CHAR are changing all the time for sshd p...
- Sun Oct 28, 2018 4:15 am
- Forum: Troubleshooting
- Topic: [Solved] NanoPi Neo Constant Disk Activity
- Replies: 1
- Views: 744
[Solved] NanoPi Neo Constant Disk Activity
Hi, Using Dietpi 4.17 on NanoPi Neo It seems like I have a lot of disk activity for a unit that is doing nothing. I have a simple headless setup. Fresh install. Wifi only. No software installed and dropbear changed with openSSH. I changed the blue LED from HEARTBEAT over to MMC0 to get an idea of di...
- Fri Mar 30, 2018 4:58 am
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
Seems to be part of Rock64 base image: https://github.com/ayufan-rock64/linux-build/blob/master/package/root/etc/cron.d/make_nas_processes_faster Not sure if there is a disconnect here :o You speak of the Rock64 while the NanoPi Neo uses the Allwinner H3. I guess you are just trying to reuse some c...
- Fri Mar 30, 2018 4:30 am
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
make_nas_processes_faster
openmediavault-rrdtoolgraph
By deleting those two files there are less entries in journalctl output.
thanks,
Gord_W
openmediavault-rrdtoolgraph
By deleting those two files there are less entries in journalctl output.
thanks,
Gord_W
- Thu Mar 29, 2018 10:52 pm
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
what about openmediavault-rrdtoolgraph ? That doesn't seem to be needed either?? root@DietPi:~# journalctl |grep omv Mar 28 17:30:01 DietPi CRON[725]: (root) CMD (/usr/sbin/omv-mkgraph >/dev/null 2>&1) Mar 28 17:45:01 DietPi CRON[965]: (root) CMD (/usr/sbin/omv-mkgraph >/dev/null 2>&1) Mar 2...
- Thu Mar 29, 2018 8:59 pm
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
root@DietPi:~# cat /etc/cron.d/make_nas_processes_faster
* * * * * root for i in `pgrep "ftpd|nfsiod|smbd|afpd|cnid"` ; do ionice -c1 -p $i ; done >/dev/null 2>&1
root@DietPi:~#
That seems to be the offending line.
* * * * * root for i in `pgrep "ftpd|nfsiod|smbd|afpd|cnid"` ; do ionice -c1 -p $i ; done >/dev/null 2>&1
root@DietPi:~#
That seems to be the offending line.
- Thu Mar 29, 2018 7:26 pm
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
root@DietPi:~# ls -l /etc/cron.d
total 8
-rw------- 1 root root 106 May 24 2017 make_nas_processes_faster
-rw-r--r-- 1 root root 123 May 24 2017 openmediavault-rrdtoolgraph
root@DietPi:~#
root@DietPi:~# sudo crontab -l
no crontab for root
root@DietPi:~#
total 8
-rw------- 1 root root 106 May 24 2017 make_nas_processes_faster
-rw-r--r-- 1 root root 123 May 24 2017 openmediavault-rrdtoolgraph
root@DietPi:~#
root@DietPi:~# sudo crontab -l
no crontab for root
root@DietPi:~#
- Thu Mar 29, 2018 3:46 pm
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
root@DietPi:~# cat /etc/crontab #Please use dietpi-cron to change cron start times SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin # m h dom mon dow user command */30 * * * * root cd / && run-parts --report /etc/cron.minutely 17 * * * * root cd / && ru...
- Wed Mar 28, 2018 8:14 pm
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
Re: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
Was wondering if this is a bug? What can I do about it?
Gord_W
Gord_W
- Thu Mar 22, 2018 12:04 am
- Forum: Troubleshooting
- Topic: CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
- Replies: 11
- Views: 3826
CRON pgrep "ftpd|nfsiod|smbd|afpd|cnid constantly called
Using V6.4 on Nanopi Neo with only Netdata running headless with openssh. journalctl shows CRON job gets repeatedly called once every minute. I don't believe this does anything for me ... is the intended? Gord_W Mar 21 16:33:01 DietPi CRON[22343]: pam_unix(cron:session): session opened for user root...