/srv/irclogs.ubuntu.com/2017/10/20/#ubuntu-server.txt

Aisonis there some tool that shows some informations on the console before login?00:06
Aisonlike ip address and such?00:06
naccAison: you can put whatever you want in the motd00:08
naccwhich I believe is shown before the login prompt00:08
sarnold/etc/issue00:10
sarnoldmotd is shown after login00:10
naccsarnold: ah thanks00:10
naccsarnold: duh :/00:10
sarnoldsee agetty(8)00:10
sarnoldnacc: heh I nearly wrote 'motd' before gettnig confused by pam_motd and then had to go hunting :)00:10
naccsarnold: it *feels* like the right word to use, even though I totally realize it's not :)00:13
sarnoldnacc: yeah :)00:14
=== davidbowlby is now known as davidbowlby-afk
=== CodeMouse92 is now known as CodeMouse92__
cpaelzergood morning05:18
* Olanzapin is back -( bbl )- gone 6 hr 56 min 27 s05:53
lordievaderGood morning06:01
=== JanC_ is now known as JanC
crtcjiHello. Does anybody know what are the minimal requirements for the Canonical's Landscape in terms of CPU and RAM? I would like to run it in a VPS for maximum of 20 machines with the free license. Google did not helped me. Thank you.09:58
crtcjiI found the info https://landscape.canonical.com/static/doc/user-guide/ch03.html09:59
dduvnjakIf I have a custom systemd service running on Ubuntu Xenial on AWS, and that service depends on a script from user-data being executed, what should I set the 'After' in that service to: cloud-init.service, cloud-init-local.service or cloud-init.target?11:56
dduvnjakThink I found the answer: https://github.com/number5/cloud-init/blob/master/systemd/cloud-config.target12:03
Aisonmy ubuntu server have two LAN ports, one with static ip, one with dhcp. Normally, the dhcp one is not connected. Now my problem is, that the boot process is waiting multiple minutes for waiting for the dhcp port13:01
Aisonhow can I let ignore this?13:01
mybalzitchhave you edited /etc/network/interfaces ?13:04
Aisonmybalzitch, yes13:05
Aisonthere are two entries13:05
Aisonone for eno1, one for eno213:05
Aisonbut i'm just thinking about using systemd .network files13:05
=== jelly-home is now known as jelly
Aisonwhy is openvpn listen only on ipv4 port?13:44
sdezielAison: if you want it to listen on IPv6/IPv4, use "proto udp6" or "proto tcp6-server"13:45
Aisonsdeziel, now it is listening only at udp6 ;)13:55
sdezielAison: it should still accept IPv4 connections13:55
Aisonbut netstat says udp6       0      0 :::1194                 :::*                                1622/openvpn13:56
Aisonand there is no entry for udp13:56
sdezielAison: that looks good to me13:56
sdezielAison: you don't need one, the UDPv6 socket will accept IPv4 connections as well13:57
Aisonok13:58
=== albech1 is now known as albech
sdezielAison: in your logs, the IPv4 clients will appear to come from an IPv4 mapped IPv6, like: ::ffff:1.2.3.413:59
Aisonok14:00
=== davidbowlby-afk is now known as davidbowlby
jamespagewolsen: hi!14:59
jamespagewolsen: do you happen to know whether https://bugs.launchpad.net/ubuntu/+source/ceph/+bug/1669227 impacts >= jewel?14:59
ubottuLaunchpad bug 1669227 in ceph (Ubuntu) "Marking unfound objects lost causes OSD to crash" [Medium,Triaged]14:59
jamespagewolsen: I see the upstream pull request got closed with a 'code-rewritten' type message14:59
wolsenjamespage: I wasn’t able to determine if the problem still exists in jewell or not as I never found a good reproducer15:00
wolsenreading the code, it was not clear if it was fixed or not15:02
xpistosHy guys. I am having a problem with my /boot directory. I think I have to remove unused kernals but a bit confused as too how. http://pastebin.ubuntu.com/25779714/  I checked but not sure if this applies.16:24
xpistosCurrently I am using 4.4.0-96-generic16:24
xpistoscan I just remove everyting that is older than 90?16:25
sdezielxpistos: you are better off removing/purging the associated packages16:25
xpistosdpkg -l linux-{image,headers}-"[0-9]*" | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e '[0-9]' | xargs sudo apt-get -y purge16:26
sdezielxpistos: a bunch of "apt-get purge linux-image-4.4.0-79-generic" should reclaim most space16:26
sdezielxpistos: yeah, that ;)16:27
xpistoswill that leave just the 96 ad 97 kernals?16:27
xpistosor will it take out the 97 as well?16:27
sdezieleasy way to tell, prefix your purge command with echo16:28
xpistossdeziel: Damn. I should have remembered that. thanks!16:29
sdezielor simply skip piping to xargs to see what is would get for real16:29
sdezielnp16:29
xpistosI know enough to be dangerous but I am actively trying to get better.16:29
sdezielxpistos: I'm curious to see what "apt-get autoremove" would propose to remove?16:30
xpistosI have a test vm I could try it in, but it is CentOS not Ubunut16:30
xpistosUbuntu16:30
sdezielIIRC, there is something that should take care of pinning the current running kernel, newer ones and one older only16:31
sdezielfound it: /etc/kernel/postinst.d/apt-auto-removal16:32
GumaI was wondering if anyone knows how to setup local PPA on my server. Any good links/information?17:03
GumaI want to host my own build deb packages17:03
andreaswhat's the name again of that file in /usr/bin or /usr/sbin that can control whether a service should be started or not?17:08
andreassomtehing to do with "policy" I think, but I don't remember clearly17:08
andreas /usr/sbin/policy-rc.d17:09
andreasgot it17:09
burningatrocityafternoon17:15
andreasnacc: for xenial, the ubuntu-advantage-tools version should be 10~ubuntu0.16.04.1 or 10~0ubuntu0.16.04.1 you think? Artful has "10", and zesty will follow whatever pattern we decide for xenial19:33
naccandreas: i think the former matches the security team, but the latter reads more naturally to me19:40
naccandreas: maybe ask slangasek in #ubuntu-devel?19:40
andreasok19:40
sarnoldthe security team version number guidelines are at https://wiki.ubuntu.com/SecurityTeam/UpdatePreparation#Update_the_packaging19:40
andreassarnold: the version in artful is "10", and we want that available in t, x and z. T, X, and Z currently have "2"19:41
andreasjust fyi :)19:42
andreaswe need a ~ somewhere at least19:42
naccsarnold: yep, that's what i was usinng as my reference (when i said "security team")19:43
naccthis is a weird package19:43
=== davidbowlby is now known as davidbowlby-drun
=== davidbowlby-drun is now known as davidbowlby-tips
=== davidbowlby-tips is now known as drunkdavidbowlby
=== drunkdavidbowlby is now known as davidbowlby-afk
=== davidbowlby-afk is now known as davidbowlby-mbl
=== jstevewhite is now known as stwhite
truelaiHowdy folks. Trying to bond my 4 nics into two bonds and configure for LACP with Cisco switch. Getting packetloss when pinging Google.com. No loss when pinging internal resources. Am I wrong to have dns for both bridges?23:48
truelaihttps://dpaste.de/hb3C23:49
truelaiMy config above23:49
sarnoldthat seems like a huge number of dropped packets23:51
sarnoldI've never done bonding, is that -really- how that's supposed to look?23:52
truelaiYesh23:52
sarnold RX packets:2545 errors:0 dropped:65206 overruns:0 frame:023:52
sarnoldthat just seems like a crazy ratio..23:52
truelaiyup23:52
truelaiwell, one was down for a while23:52
truelainow they're both up23:52
truelaiand I was working on configuring LACP23:53

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