Recently I have started to encounter a phenomenon I don't understand.
I have one virtual server running 13.1-RELEASE-p7 with ZFS, 2 GB RAM and 40 GB SSD space. Since switching to Git for updating the ports tree, the server enters an unrecoverable freeze state whenever I run
Other identically specced instances do not exhibit this behaviour. I can successfully delete the ports tree and clone it again without the server freezing. Smaller updates appear to go through but the combined changes of a couple of days lead to the freeze. From what I can tell it's exclusively this Git process that grinds it to a halt, no other issues have occurred, it's running stable as long as I do not update the ports tree via Git. Removing the repository and using portsnap instead of Git works without issue as well. Updating other large-ish Git repositories poses no problem as well, it's just the ports repo.
There is nothing in /var/log/messages and the remote console shows an unresponsive, frozen OS, unable to interact with.
Does anyone have a clue for me what may be going on, encountered the same or has suggestion towards troubleshooting this further?
I have one virtual server running 13.1-RELEASE-p7 with ZFS, 2 GB RAM and 40 GB SSD space. Since switching to Git for updating the ports tree, the server enters an unrecoverable freeze state whenever I run
git -C /usr/ports pull
, I have to power-cycle to get it back into working order.Other identically specced instances do not exhibit this behaviour. I can successfully delete the ports tree and clone it again without the server freezing. Smaller updates appear to go through but the combined changes of a couple of days lead to the freeze. From what I can tell it's exclusively this Git process that grinds it to a halt, no other issues have occurred, it's running stable as long as I do not update the ports tree via Git. Removing the repository and using portsnap instead of Git works without issue as well. Updating other large-ish Git repositories poses no problem as well, it's just the ports repo.
There is nothing in /var/log/messages and the remote console shows an unresponsive, frozen OS, unable to interact with.
Does anyone have a clue for me what may be going on, encountered the same or has suggestion towards troubleshooting this further?