Updating.../-\|/-|

2 Comments

Do people other than me find updating their servers to be relaxing? At every opportunity I run "apt-get update". Today I'm updating 7 different machines simultaneously.

My Debian machines I simply issue the following commands:

 apt-get update
apt-get upgrade

My FreeBSD machines:

 portsnap fetch update
portmanager -u

I think the Debian process is easier (and clearly the fastest) but it obviously has to do less work because I'm downloading precompiled code. Portmanager is just as easy but seems to randomly ask me questions through the process whereas apt-get seems to get them out of the way early on. Either way I find this all very easy and relaxing... until I have to reboot the machines and find something is broken :/

Matthew Faulkner

Do you ssh into each box or do you use cssh? I guess cssh would take a lot of fun out of it.

2009-12-19 11:19:14

bramp

No, I logged into each one, but if I wanted to run the same command across many machines I would have used pssh. It has worked great for me the in the past with a few hundred servers.

2009-12-19 18:42:33

Warning: The submission system on this blog is flaky at best. Please make a copy of your comment before hitting submit or run the risk of losing it.