/srv/irclogs.ubuntu.com/2020/03/21/#snappy.txt

=== jamesh_ is now known as jamesh
mupPR snapd#8306 closed: snap-bootstrap: add creationSupported predicate for partition types <Simple 😃> <UC20> <Created by cmatsuoka> <Merged by pedronis> <https://github.com/snapcore/snapd/pull/8306>07:45
TJ-Hitting an issue on Ubuntu 20.04 trying to install charmed kubernetes. ssh fails to execute due to linking to the host's libpthread which doesn't have a symbol ssh expects - symbol exists in the snap/core libphthread but I assume due to operating unconfined the host's copy is being linked.09:33
TJ-"ssh: symbol lookup error: /snap/core18/current/lib/x86_64-linux-gnu/libpthread.so.0: undefined symbol: __libc_vfork, version GLIBC_PRIVATE']"09:34
TJ-seems related to bug #186066009:35
mupBug #1860660: Strict confinement (was: microstack.init is broken on eoan) <MicroStack:Fix Released> <https://launchpad.net/bugs/1860660>09:35
mupPR snapd#8312 opened: many: fix packages having mistakenly their copyright as doc <Simple 😃> <Created by pedronis> <https://github.com/snapcore/snapd/pull/8312>10:20
=== adrian is now known as alvesarian
alvesarianhello12:46
alvesarianam getting a run time issue with jetty on a snap for a java server app12:46
alvesarian$ gluu-server.jython12:47
alvesarianJython 2.7.2rc1 (v2.7.2rc1:1fcef1abf1d6, Mar 1 2020, 16:27:06)12:47
alvesarian[OpenJDK 64-Bit Server VM (Amazon.com Inc.)] on java1.8.0_22212:47
alvesarianType "help", "copyright", "credits" or "license" for more information.12:47
alvesarian>>>12:47
alvesarian>>> f=open("/tmp/text.txt",'w')12:47
alvesarian>>> f.write("test")12:47
alvesarian>>> f.close()12:47
alvesarian>>> import os12:47
alvesarian>>> os.getuid()12:47
alvesarian100012:47
alvesarian>>> os.system('chown 1000 /tmp/text.txt')12:47
alvesarianchown: changing ownership of '/tmp/text.txt': Operation not permitted12:47
alvesarian112:47
alvesarian>>> os.stat("/tmp/text.txt").st_uid12:47
alvesarian100012:47
alvesarian>>> >>> os.stat("/tmp/text.txt").st_gid12:47
alvesarian100012:47
alvesarian>>> os.getuid()12:47
alvesarian100012:47
alvesarian>>> os.getgid()12:47
alvesarian100012:47
alvesarian>>> os.chown("/tmp/text.txt", 1000, 1000)12:47
alvesarianTraceback (most recent call last):12:47
alvesarian  File "<stdin>", line 1, in <module>12:47
alvesarianOSError: [Errno 1] Operation not permitted: '/tmp/text.txt'12:47
alvesariani cant chown or su -c12:47
=== Eighth_Doctor is now known as Conan_Kudo
=== Conan_Kudo is now known as Eighth_Doctor
mupPR snapd#8311 closed: randutil: don't consume kernel entropy at init, just mix more info to try to avoid fleet collisions <Squash-merge> <Created by pedronis> <Merged by mvo5> <https://github.com/snapcore/snapd/pull/8311>17:26
mupPR snapd#8313 opened: release: 2.44.1 <Simple 😃> <Skip spread> <Created by mvo5> <https://github.com/snapcore/snapd/pull/8313>17:49
mupPR snapcraft#2990 opened: ci: remove osx test from Travis <Created by sergiusens> <https://github.com/snapcore/snapcraft/pull/2990>22:22
mupIssue # closed: core18#56, core18#86, core18#89, core18#117, core18#129, core18#137, core18#142, core18#14523:37
mupPR # closed: core18#43, core18#72, core18#90, core18#98, core18#126, core18#134, core18#144, core18#146, core18#14823:37
mupIssue # opened: core18#56, core18#86, core18#89, core18#117, core18#129, core18#137, core18#142, core18#14523:38
mupPR # opened: core18#43, core18#72, core18#90, core18#98, core18#126, core18#134, core18#144, core18#146, core18#14823:38

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