=== beatzz_ is now known as beatzz [06:50] Good morning [10:45] I need a list of needed apps for frash ubuntu installation [10:46] I'm going to reinstall ubuntu and next time don't want to do installation manually. [10:47] installation over ubuntu software takes long time, it's not efficient :) [10:47] much better over shell script [10:58] I did this script and reinstall ubuntu, want to remove dualap and put home to separated disk ,now it together with OS [10:59] dpkg --get-selections > pkglist.txt [10:59] then dpkg --set-selections < pkglist.txt on the new machine [11:00] then apt-get install -f # IIRC [11:00] obviously you'll have to store the file somewhere safe during reinstallation [11:02] and need put to .vimrc and .bashrc your own settings too [11:02] this automatization has many details [11:02] Neo4: better use ansible [11:03] then you have it for later too [11:03] RoyK: no, this is easy echo "needed setting" tee -a $HOME/.vimrc [11:03] it's easier to use ansible with "blockinfile" to do that stuff [11:03] or lineinfile [11:04] ansible is really neat [11:04] I've used to roll out some 20 raspberry pi machines as infoscreens [11:04] RoyK: I will have two separated scripts one for desktop, desktop_install and one for vps vps_install? or might better put all in one? This will bloated menu [11:20] Or use puppet, or some other automation tool. Anything is better than a bunch of scripts. [12:47] lordievader: not to start a holy war, but I prefer ansible :) [12:48] Never tried ansible. puppet+foreman works here. [12:52] SaltStack ftw! ;) [12:53] The attraction of ansible is that it's very simple, no need to install nodes/minions/clients, works over ssh and is simplistic enough even for managing a single host with some declarative config. [12:57] that's probably why I like ansible ;) [13:00] it struggles with windows though [13:00] winrm....wow [13:01] blackflow: do you have a large saltstack deployment estate ? [13:01] I'm yet to really get experience on a large scale salt deployment so I"m a bit on the fence about it [13:01] ikonia: nah, a dozen or so servers. [13:02] yeah, I'd like to see the "few hundred" scale minimum [13:02] ikonia: but eh, the only reason we're using saltstack and not ansible, is the "reactor" functionality, where nodes can trigger events on other nodes. [13:02] blackflow: thats one of the things I'd like to see at scale for dynamic cloud type operations [13:02] otherwise for such a small deployment we'd probably have stayed on ansible. [13:03] ikonia: from what I've read and heard, it scales well. [13:03] hands on understanding though is priceless [13:03] oh definitely. [16:31] hi i am facing this issue on linode "Network Helper did not run: could not determine distribution or distribution version " suddenly all stopped... [16:58] sonu_nk: what distro are you running ? [17:07] centos 7 [17:07] sonu_nk: then why are you asking in an ubuntu channel [17:08] i am asking if anyone knows this error "Network Helper did not run: could not determine distribution or distribution version" [17:08] this channel supports ubuntu [17:08] not centos problems