Hi Tim,
> I then removed all those lines which were from the firewall regarding
> traffic in and out, this left me with 300+ plus lines to look at.
That's a `grep -v ...'. Often built up in stages, e.g.
less /var/log/pacman.log
grep -v ' installed ' /var/log/pacman.log | less
grep -v ' installed ' /var/log/pacman.log |
grep -v 'Running build hook:' | less
grep -v ' installed ' /var/log/pacman.log |
grep -v 'Running build hook:' |
grep -v '==>' | less
That's just an example, but the point is: you look, work out what to
discard, discard it, GOTO 10.
> I noticed a script I added several month ago (and completely forgotten
> it) which cleared the swap and memory cache over night
I was hoping once you had a time of things going wrong, you'd find a
cron job being run around then. :-) As Keith said, Linux doesn't give
up on swap partitions easily; I/O errors are all I can think of.
Cheers, Ralph.
--
Next meeting at *new* venue: Bournemouth, Tuesday, 2018-12-04 20:00
Check if you're replying to the list or the author
Meetings, mailing list, IRC, ... http://dorset.lug.org.uk/
New thread, don't hijack: mailto:[email protected]