/srv/irclogs.ubuntu.com/2019/01/18/#ubuntu-server.txt

=== boshhead_ is now known as boshhead
=== markthomas_ is now known as markthomas
=== beatzz_ is now known as elsheepo
=== RoyK^ is now known as RoyK
lordievaderGood morning07:27
=== m1dnight1 is now known as m1dnight_
=== Seveas_ is now known as Seveas
fricklercoreycb: sorry, I was away yesterday. I have no feedback yet regarding new releases, I'm going to try to ask in the next meeting10:19
kstenerudI'm a bit confused as to when to squash commits for a merge11:45
kstenerudI have the following commit pairs that need to be squashed:11:45
kstenerud    Fix DKIM signing in 2.11.0 (LP: #1770532)11:45
kstenerud    d/p/patches/105_amavisd_fix_originating_dkim_signing.patch: correctly reference related Debian bug11:45
kstenerudand11:45
ubottuLaunchpad bug 1770532 in amavisd-new (Debian) "DKIM signing not working in bionic" [Unknown,Confirmed] https://launchpad.net/bugs/177053211:45
kstenerud    Fix Debian/Ubuntu pathing in amavisd-release (LP: #1792293)11:45
kstenerud    d/p/patches/100_more_amavisd_helpers_fixes: correctly reference related Debian bug11:45
ubottuLaunchpad bug 1792293 in amavisd-new (Ubuntu Cosmic) "amavisd-release use wrong socketname" [Undecided,Fix released] https://launchpad.net/bugs/179229311:45
kstenerudAlso, the second pair need to be dropped since 100_more_amavisd_helpers_fixes has been fixed upstream11:46
kstenerudSo my question is: At what point in the merge process do I do the squashes?11:46
ahasenacklogical11:51
ahasenackwe want the logical to be, what's the word,11:51
ahasenack...11:51
ahasenackin https://wiki.ubuntu.com/UbuntuDevelopment/Merging/GitWorkflow11:51
ahasenacksearch for step "5. git rebase -i old/debian"11:52
ahasenackthat's the logical step11:52
ahasenackthe particular step that talks about consolidating the delta is11:53
ahasenack"An additional goal in this step is to consolidate the delta, e.g. sometimes a change is added in one Ubuntu release and then removed in a subsequent Ubuntu release. The changes, in this case, should simply be dropped.11:53
ahasenack"11:53
ahasenackthe example it gives is about a change being added and then dropped, so net result is zero11:53
ahasenackthe case above is a small fixup for a patch11:53
ahasenackwhich also doesn't make sense to keep as a separate part of the logical11:53
ahasenack"logical" represents the ubuntu delta that was added on top of the debian package11:54
ahasenacknote the logical tag has a version, so it means the ubuntu delta at that version11:54
ahasenackthe last step in the merge process it to apply the delta to the new debian package (new/debian tag)11:55
ahasenackthat's when the delta can change, due to several reasons11:55
ahasenackpatch already applied (so drop it), patch doesn't apply (needs refreshing), etc11:55
=== Luke is now known as bitnomial
=== bitnomial is now known as Luke
arooniwithout doing a lot of setup/learning; is there a *high* level server performance app i can run alongside htop for a given server? (ubuntu 16.04)22:34
arooniwould tell me high level metrics for server performance / hard drive space etc/22:35
sarnoldarooni: when I'm curious about a system I normally check /proc/cpuinfo ; free -g ; and df -h23:00
tomreynarooni: maybe netdata / prometheus is roughly what you're thinking of, but "high level" could mean a lot of things.23:05

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