/srv/irclogs.ubuntu.com/2018/03/21/#ubuntu-discuss.txt

guivercThanks Bashing-om ; i04:15
guiverc(sorry) - i'm working in another room & only occasionally viewing this .. (#ubuntu tama..)04:15
Bashing-omguiverc: NP .. I bounce around a lot too .04:16
lotuspsychjegood morning to all04:31
EriC^^hey lotuspsychje04:32
lotuspsychjehey EriC^^04:32
EriC^^how are you?04:32
lotuspsychjeEriC^^: do you know a graphical way of apt autoremove?04:32
EriC^^not really04:32
lotuspsychjeEriC^^: customer last night had like 15 kernels from not updating04:32
EriC^^synaptic maybe?04:33
lotuspsychjei need something automatic cleanup04:33
lotuspsychjei dont want customers to experiment with bleachbit neither04:33
EriC^^run a cronjob or something?04:33
lotuspsychjeyeah good idea04:34
lotuspsychjeupdate initram was crazy, took me 2 hours04:34
EriC^^maybe some unattended updates stuff04:34
lotuspsychjeunattended is now automaticly enabled04:35
lotuspsychjebut doesnt take care of autoremove04:35
lotuspsychjeand if the user denys updates..04:35
lotuspsychjei had to dpgk configure too lol04:36
EriC^^lotuspsychje: see /etc/apt/apt.conf.d/10periodic04:36
EriC^^APT::Periodic::Update-Package-Lists "1";04:36
EriC^^APT::Periodic::Download-Upgradeable-Packages "0";04:36
EriC^^APT::Periodic::AutocleanInterval "0";04:36
lotuspsychjeah nice one04:36
EriC^^maybe the autocleaninterval can help?04:36
lotuspsychjelemme look that up04:36
lotuspsychjeEriC^^: seems like it accept 30 days04:39
lotuspsychjeEriC^^: so i guess 1 will do a cleanup each month?04:39
EriC^^nope 1 every day04:42
EriC^^but it's just apt-get autoclean04:42
lotuspsychjeyeah i know but my users dont use the terminal04:42
EriC^^// Automatically upgrade packages from these (origin:archive) pairs04:42
EriC^^Unattended-Upgrade::Allowed-Origins {04:42
EriC^^"${distro_id}:${distro_codename}";04:42
EriC^^"${distro_id}:${distro_codename}-security";04:42
EriC^^// Extended Security Maintenance; doesn't necessarily exist for04:42
EriC^^// every release and this system may not have it installed, but if04:42
EriC^^// available, the policy for updates is such that unattended-upgrades04:42
EriC^^// should also install from here by default.04:42
EriC^^"${distro_id}ESM:${distro_codename}";04:43
EriC^^//"${distro_id}:${distro_codename}-updates";04:43
EriC^^//"${distro_id}:${distro_codename}-proposed";04:43
EriC^^//"${distro_id}:${distro_codename}-backports";04:43
EriC^^};04:43
EriC^^// List of packages to not update (regexp are supported)04:43
EriC^^Unattended-Upgrade::Package-Blacklist {04:43
EriC^^//"vim";04:43
EriC^^//"libc6";04:43
EriC^^//"libc6-dev";04:43
EriC^^//"libc6-i686";04:43
EriC^^};04:43
EriC^^// This option allows you to control if on a unclean dpkg exit04:43
EriC^^// unattended-upgrades will automatically run04:43
EriC^^//   dpkg --force-confold --configure -a04:43
EriC^^// The default is true, to ensure updates keep getting installed04:43
EriC^^//Unattended-Upgrade::AutoFixInterruptedDpkg "false";04:43
EriC^^// Split the upgrade into the smallest possible chunks so that04:43
EriC^^// they can be interrupted with SIGUSR1. This makes the upgrade04:43
EriC^^// a bit slower but it has the benefit that shutdown while a upgrade04:43
EriC^^// is running is possible (with a small delay)04:43
EriC^^//Unattended-Upgrade::MinimalSteps "true";04:43
EriC^^// Install all unattended-upgrades when the machine is shuting down04:43
EriC^^// instead of doing it in the background while the machine is running04:43
EriC^^// This will (obviously) make shutdown slower04:43
EriC^^//Unattended-Upgrade::InstallOnShutdown "true";04:43
EriC^^// Send email to this address for problems or packages upgrades04:43
EriC^^// If empty or unset then no email is sent, make sure that you04:43
EriC^^// have a working mail setup on your system. A package that provides04:43
EriC^^// 'mailx' must be installed. E.g. "user@example.com"04:44
EriC^^//Unattended-Upgrade::Mail "root";04:44
EriC^^// Set this value to "true" to get emails only on errors. Default04:44
EriC^^// is to always send a mail if Unattended-Upgrade::Mail is set04:44
EriC^^//Unattended-Upgrade::MailOnlyOnError "true";04:44
EriC^^// Do automatic removal of new unused dependencies after the upgrade04:44
EriC^^// (equivalent to apt-get autoremove)04:44
EriC^^//Unattended-Upgrade::Remove-Unused-Dependencies "false";04:44
EriC^^// Automatically reboot *WITHOUT CONFIRMATION*04:44
EriC^^//  if the file /var/run/reboot-required is found after the upgrade04:44
EriC^^//Unattended-Upgrade::Automatic-Reboot "false";04:44
EriC^^// If automatic reboot is enabled and needed, reboot at the specific04:44
EriC^^// time instead of immediately04:44
EriC^^//  Default: "now"04:44
EriC^^//Unattended-Upgrade::Automatic-Reboot-Time "02:00";04:44
EriC^^// Use apt bandwidth limit feature, this example limits the download04:44
EriC^^// speed to 70kb/sec04:44
EriC^^//Acquire::http::Dl-Limit "70";04:44
EriC^^in /etc/apt/apt.conf.d/50unattended-upgrades04:44
EriC^^wow that was huge didnt expect it04:44
EriC^^lotuspsychje: Unattended-Upgrade::Remove-Unused-Dependencies set to "true" in /etc/apt/apt.conf.d/50unattended-upgrades04:44
lotuspsychjelets check04:45
lotuspsychjeEriC^^: done!04:48
lotuspsychjenice find mate04:48
EriC^^cool04:48
lotuspsychjeEriC^^: enabled it, ill let you know what it does next time04:49
EriC^^alright04:49
lotuspsychjeEriC^^: tryed update, but no items yet to autoremove04:53
lotuspsychjehmm i got a few in list now, think that needs a reboot?04:58
EriC^^hmm05:17
EriC^^did you uncomment it in the file and stuff05:17
lotuspsychjeuncomment what?05:22
EriC^^the // at the start'05:23
lotuspsychjeah dang05:24
Bashing-omlotuspsychje: Use the unattended-upgrades package to regularly run autoremove for you. Edit the autoremove setting in /etc/apt/apt.conf.d/50unattended-upgrades from 'false' to 'true'05:26
Bashing-omUnattended-updates is triggered by a daily cronjob: /etc/cron.daily/apt-compat05:26
Bashing-omSimply edit that file to comment out the 'random_sleep' on line 49.05:26
Bashing-omThat 'random sleep' is why you think it's not running. It is running, it's just set for a random time when your system happens to be off. It will run automatically a few minutes after reboot. It's clever that way.05:26
Bashing-omIf you edit out the 'random_sleep' (intended to spread the load on servers), then apt-daily will run at the same time each day...or a few minutes after startup is the system happens to be off (thanks, anacron)05:26
Bashing-om-- To run unattended-upgrades before shutdown, enable the option in the config file: /etc/apt/apt.conf.d/50unattended-upgrades . It's around line 37.05:27
lotuspsychjeaha05:31
lotuspsychjetnx Bashing-om05:33
Bashing-omlotuspsychje: Nawww .. just passing on what some one else told me :)05:37
=== lotuspsychje_ is now known as lotuspsychje
Bashing-omWell, I got to give it up and call this a night .. laters all \o06:49
lordievaderGood morning07:06
EriC^^morning lordievader07:12
lordievaderGood morning07:15
EriC^^how are you07:16
EriC^^?07:16
lordievaderHey EriC^^07:16
lordievaderDoing allright here :)07:16
EriC^^cool07:17
EriC^^:)07:17
lordievaderHow are you doing?07:20
EriC^^good thanks :)07:20
lordievaderAny plans for today?07:29
ducassegood morning, everyone07:33
EriC^^not much, couple errands here and there07:35
EriC^^morning ducasse , how are you?07:35
ducassegood thanks, how are you EriC^^ ?07:35
EriC^^good thanks07:35
ducassehow are you, lordievader?07:37
lordievaderDoing good here ducasse07:48
=== guiverc_d is now known as guiverc
=== kostkon_ is now known as kostkon
AI_guiverc: i'm sorry for using the wrong channel, just didn't know there was a specia one :)10:57
guivercAI_, i've got an old 2008 copy (08.04) so i can only talk about that prehistoric one  (don't worry about channels)10:57
guiverci also can't recall reading it (too long ago), but have it in front of me so can give opinions on what i see.10:58
AI_guiverc: did you find it useful at the time?10:58
JimBuntuWhen even the "one star" review says "Really good book"...11:00
guiverci'd come from debian; so not really. it was mostly to make myself feel more comfortable with ubuntu. there are bookmarks in it; so I did mark sections.. it covers heaps, but nothing in real detail (unless you're a beginner/new-to-gnu/linux reader)11:00
guivercit says on cover int-advanced; i'd say it was beg-intermediate myself...11:01
JimBuntuNo single book (unless it's huge) will be likely to go into real detail on any single aspect... entire books are written on single aspects.11:01
AI_I have been using centos for my servers, but i see people are migrating to ubuntu for most stuff. So I'm thinking of buying the 2016 book11:01
guiverc(but then i see reference to sendmail - that's sure not beginner!)11:01
guivercits a book; most of what you need to know will be the same.  most issues you get are fastest solved online; i like books & reading paper (not screens) so I didn't mind its purchase (years ago).11:03
guivercit's got a ton of info (mine is ~830 pages)11:04
AI_yeah, i'm going to travel a lot in the next weeks so i just wanted to buy a book to read on planes and so on11:05
JimBuntuI find that reading on manipulated tree carcass is a good alternative to pixels, especially to reduce the strain associated with looking at pixels for too long.11:05
guivercyou're right JimBuntu - my rating is probably wrong (intermediate is my rating now)  LOL @ tree carcus11:05
JimBuntuguiverc, IMHO, the level of that book changes a bit depending on the section. So many great books AI_ , start with this one, then check out other ones, or vice-versa. You really can't go wrong when adding info to your brain11:06
AI_thats true11:06
JimBuntuLinux Bible (various versions) are good, if super interested specifically in Ubuntu... there is also "The official Ubuntu book"11:07
JimBuntuit's by the same author11:08
guiverci like the "ubuntu unleashed" over my copy of "ubuntu linux bible"  (equally old vintage)11:09
JimBuntuThat's the "problem" guiverc, once you get comfortable, it's easy for the personal Linux library to become old... at least, that's my experience.11:09
guivercyep - concur 100%11:10
* JimBuntu is a huge fan of the local public library... and a few that aren't local ;-)11:11
guiverc"a practical guide to ubuntu linux" is good too, and better the 'official ubuntu book' in my opinion (mine are all same vintage - guess that's when I started using ubuntu!)11:11
pauljwhi everyone16:11
lotuspsychjegood evening to all18:01
naccsigh, where are our ops?18:04
lotuspsychjelol18:04
lotuspsychjenacc: 1640 users and no ops aint good news :p18:06
lotuspsychje!info firefox18:45
ubot5firefox (source: firefox): Safe and easy web browser from Mozilla. In component main, is optional. Version 59.0.1+build1-0ubuntu0.17.10.1 (artful), package size 45813 kB, installed size 175127 kB18:45
lotuspsychjetv time ttyl guys19:16
TJ-nickname 'Irritiable' from last evening is 'BadPractice' this evening19:26
kostkonnope, paulywog is19:30
kostkonamirite?19:31
TJ-I don't think so; paulywog is struggling with a Mac; Irritiable was working with an Acer Swift One SM131 or similar, with locked-down firmware19:36
kostkonyeah probably and looks like he's already at it, getting mad, slowly but steadily. will see19:37
naccTJ-: definitely the same person?19:38
TJ-nacc: Not sure as yet, if we get info on the PC itself it'll be easier to tell :)19:39
naccheh, yep19:39
TJ-nacc: did you see the weirdness about anonymous listening kernel TCP ports in -hardened earlier?19:39
naccTJ-: no, i hadn't19:50
TJ-Good bit of intel to know about. Was spurred by a question in #ubuntu earlier19:50
Bashing-omDo this again - See what the day brings :)21:02
daftykins:D21:02
Bashing-omdaftykins: :) .. all clients happy and satisfied ?21:03
daftykinsyep! just about to send some invoices though, so not for long ;D21:04
Bashing-omdaftykins: All the traffic can bear :P21:05

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!