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

genii-netbookFor Samsung ARTIK7, use the ARTIK10 install? https://developer.ubuntu.com/core/get-started/artik-5-10#alternative-install:-ubuntu-server-16.04-lts02:45
lordievaderGood morning.07:18
bitfawkeshello07:18
bitfawkescan I ask for a question?07:18
andolbitfawkes: Yes07:19
bitfawkesandol: thanks07:19
bitfawkesI m trying to get vmware gui from remote server to localhost using ssh -X07:19
bitfawkesand I get the follow error message07:20
bitfawkes(vmware-modconfig:3286): Gtk-WARNING **: cannot open display: localhost:11.007:20
bitfawkesI use ubuntu 14.04 server on both system and just on local is installed gnome07:20
andolbitfawkes: Might https://superuser.com/a/310201 be the answer? Is the remote sshd configured to allow X-forwardign?07:22
bitfawkesyes07:22
bitfawkesis configured to allow07:24
lordievaderWhat command are you using to set up the X forwarding?07:32
bitfawkesssh -X user@ip07:34
bitfawkesI did edit sshd_config07:37
lordievaderYou might have better luck with the -Y flag, that usually works better for me.07:38
sarnoldtry ssh -v to dump debug messages. sometimes you can spot it there. check logs on the host, you may get lucky07:38
sarnoldlordievader: iirc debian patches ssh client to make -X automatically include -Y07:38
sarnoldwell now that I go looking for it I'm not finding it. try -Y. :)07:41
b3h3m0thIs it insescure to run ubuntu server without changing default root password?07:46
sarnoldubuntu does not set a root password07:47
b3h3m0thsarnold: that's what08:24
b3h3m0ththat's why I mentioned "default" password08:24
b3h3m0thWhat are the security implications of not doing a "sudo passwd root" post installation ?08:25
b3h3m0thand deploying the server in production publicly08:25
b3h3m0thWithout changing the built in root password08:26
lordievadersarnold: Ah, I did not know that, nice.08:33
lordievaderb3h3m0th: In theory running that command is worse than not running the command.08:34
lordievaderb3h3m0th: As sarnold said, root doesn't have a password. Thus anything you'd try as a password fails.08:34
=== Oer is now known as OerHeks
b3h3m0thlordievader: then what is the hash stored in shadow against root ?08:56
b3h3m0thhash(salt+something) must evaluate to that right? lordievader sarnold08:59
b3h3m0thit's a valid $6 hash (sha512)09:01
lordievaderDid you set a password?09:03
_rubenif there's a hash for root in /etc/shadow, someone ran passwd for that user09:14
_rubenby default the "hash" is *09:15
b3h3m0thlordievader: _ruben nope, no one did09:17
b3h3m0thwait, let me verify09:17
b3h3m0thwith my old snapshot09:17
_rubenit's simple, ubuntu doesn't set a password for root by default. if there is a password set, it was done so "manually"09:18
_ruben(wouldn't be the first time someone did 'sudo passwd' instead of 'passwd'. been there, done that ;))09:19
b3h3m0thsorry guys, my bad09:19
b3h3m0thI was checking the wrong instance09:19
=== chmurifree is now known as chmuri
_rubenhehe10:47
_rubennow if only i could get idmapd to work for my nfs4 exports/shares10:49
=== JanC is now known as Guest30327
=== JanC_ is now known as JanC
jamespagecpaelzer: https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1665698 is a little confusing right?13:39
ubottuLaunchpad bug 1665698 in libvirt (Ubuntu Yakkety) "/etc/qemu-ifup not allowed by apparmor" [Medium,Triaged]13:39
cpaelzer"a little" is a little underrated13:40
cpaelzerit is VERY confusing13:40
cpaelzerI tried to cover and add the bits I found, but by that it accumulated quite some text now13:40
cpaelzerIf you are looking at/into that now please let me know if you have any need of clarification for the few posts I added13:41
cpaelzerI often come back to my post summarizing the timeline13:41
cpaelzerjamespage: that is the comment one should memorize13:41
cpaelzerjamespage: I'm really interested if you think Openstack in general or UCA would have to do something on top13:42
jamespagecpaelzer: I have updates in  proposed for newton which contain the fix that caused the problem, yet I see no problems (see last posting)13:47
jamespagecpaelzer: we're not going to put yakkety libvirt into the UCA for newton; its closed to a bump like that13:48
cpaelzerjamespage: I never wanted to suggest to put yakkety libvirt into UCA-Newton13:49
cpaelzerjamespage: all the references were only parts of my analysis on the timeline13:49
jamespagecpaelzer: no worries - I realised that13:50
zuljamespage/coreycb: there is a newer version of horizon for ocata btw13:50
cpaelzerjamespage: your latest update is good13:50
cpaelzerjamespage: IMHO it is only showing the issue when running openstack ocata on anything prior to UCA-Ocata13:51
cpaelzerjamespage: I still fix the yakkety/zesty libvirt, but just for the sake of fixing a real issue in general, not the one of the bug reporter in particular13:51
cpaelzerjamespage: I see the last comment of the reporter that this is lined up for newton - is this what you referred to the updates in proposed ?13:52
cpaelzerjamespage: can you read the answer to your vif type question out of http://cdn.pasteraw.com/b3tw4cjefomfi3e9k09hvodrfun85z ?13:54
jamespagecpaelzer: I groked the code and that path is used for a few vif types13:55
jamespagecpaelzer: I'm concerned that upstream gate say's all good, but we're being told differently13:55
jamespagecpaelzer: openstack has baselines for libvirt compat, and the xenial version is in range13:55
cpaelzerjamespage: does the upstream gate run on systems with apparmor enabled?13:56
cpaelzerjamespage: because with the older libvirt it is qemu now calling the default path and that is blocked by apparmor - if they run apparmor disabled it would look normal13:57
jamespagecpaelzer: I'd hope they don't13:57
cpaelzerjamespage: on an old libvirt the change in Openstack is a change in "what you ask for" - while "" was nop, not setting anything is "please run default path"13:58
cpaelzerjamespage: not sure you want to push in that to Newton13:58
cpaelzerjamespage: I can only fix newer libvirt to understand "" as being a nop, but as I outlined in the bug - I think the Openstack change is faulty13:59
jamespagecpaelzer: I'll put the SRU on hold for the xenial-newton uca until we get this resolved13:59
jamespagecpaelzer: tend to agree with you btw13:59
cpaelzerjamespage: there was an update by Neil Jerram - he seems to be the author of that change13:59
cpaelzerjamespage: is that somebody you know and could contact to revisit that - see comment #3014:00
jamespagembbe14:02
=== BrianBlaze420 is now known as BrianBlaze
adityaduggalHi can any one let me know a good alternative to jumpcloud using ubuntu server14:31
adityaduggalI want to have common login ids for all my ubuntu desktops14:31
adityaduggalusing ubuntu server14:31
jamespagecpaelzer: more comments on https://bugs.launchpad.net/nova/+bug/166569815:02
ubottuLaunchpad bug 1665698 in libvirt (Ubuntu Yakkety) "/etc/qemu-ifup not allowed by apparmor" [Medium,Triaged]15:02
jamespagecpaelzer: basically nova broke its compatibility with the libvirt 1.2.1 baseline (at least)15:02
fricklerzul: are you still working on networking-bgpvpn packaging? the first version seems to be lacking a systemd service definition and a couple of files in /etc15:08
zulfrickler: i been out for a week and just got back today so can you open up a bug for it? thanks15:09
cpaelzerjamespage: thanks, I made a summar on the related versions to avoid everybody missing the updates before15:13
cpaelzernew compat wuold be >=1.3.315:13
=== JanC_ is now known as JanC
=== evade_ is now known as evade
=== Malediction_ is now known as Malediction
=== led2 is now known as led1
=== kaosine_ is now known as kaosine
=== mwhudson_ is now known as mwhudson
=== TodPunk_ is now known as TodPunk
=== Tahvok_ is now known as Tahvok
=== akaWolf1 is now known as akaWolf
=== ashleyd is now known as ashd
=== ivoks_ is now known as ivoks
=== diddledan_ is now known as diddledan
=== BrianBlaze420 is now known as BrianBlaze
=== ulkesh_ is now known as ulkesh
=== Gorian- is now known as Gorian
=== wyre_ is now known as wyre
=== lordievader is now known as Guest12400
=== Guest12400 is now known as lordievader
kklimondawhat's responsible for ubuntu not resolving non RFC1034-compliant hostnames (for example you can't ping _http._tcp.nova.clouds.archive.ubuntu.com)21:04
nacckklimonda: works fine in 17.0421:06
kklimondainteresting, for me in 16.04 host [hostname] works fine, returning a bunch of IPs, but ping [hostname] fails21:07
nacckklimonda: reproduce here in a 16.04 container21:08
nacckklimonda: in 17.04 both work21:08
kklimondathanks, I guess it's been changed since 16.0421:08
nacckklimonda: both work in 16.10 as well21:08
nacckklimonda: there's a pretty big jump in the version between 16.04 and 16.10, might need a bug filed21:11
DammitJimwhere is the proper place to put keystores?21:14
nacckklimonda: going off version strings, relevant commits might be21:22
nacckklimonda: https://github.com/iputils/iputils/commit/0f483ade4ca96c4fdb5c10ec4bd02fce5eed584721:22
sarnoldbonus, the patch is easy to test :)21:23
nacckklimonda: debian bug was https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=30506221:23
ubottuDebian bug 305062 in iputils-ping "iputils-ping: stops working with "option inet6" in /etc/resolv.conf" [Normal,Fixed]21:23
nacckklimonda: or possibly this one: https://github.com/iputils/iputils/commit/37953bfbe4bd1b4c2be26d837dcfa2934d5a4e1621:26
nacckklimonda: 16.10 and 17.04 are aftre that commit, so it's probably that, where they dropped the older API calls altogether21:26
nacckklimonda: and no longer even print the "unknown host" message :)21:27
nacckklimonda: that one might be harder to backport, though21:27
nacckklimonda: but an easy test would be to use the older and newer API calls in a test program and see if they respond differently on 16.0421:27
kklimondanacc: well, ping was just an example anyway - I actually hit this deep in a larger codebase, something calling boost library to resolve hostname. That being said, I've stolen some online example of getaddrinfo, and it's failing just the same on 16.0421:31
nacckklimonda: sure, but ping is a small codebase, easy to iterate and test on :)21:32
nacckklimonda: in any case, i'd file a bug21:32
kklimondaI've tried, and Launchpad said "nope, not today" ;)21:32
kklimondadoes this build and work on 16.10: http://pastebin.com/RSUrVfv0 ?21:33
nacckklimonda: let me get a build env setup21:35
nacckklimonda: it built, it works and spits out the same hostname21:41
kklimondathanks21:41
=== daniel1 is now known as Odd_Bloke
=== PaulePan1er is now known as PaulePanter
=== haasn` is now known as haasn
=== vamiry_ is now known as vamiry

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