/srv/irclogs.ubuntu.com/2018/02/23/#ubuntu+1.txt

donofrioso what do I do to resolve these - https://apaste.info/AXxB04:22
naccdonofrio: ask VMWare?04:24
naccdonofrio: i assume you are using something from VMWare on Bionic?04:24
donofriothis is on my home 18.04 install....04:24
donofrioheck yah04:24
naccdonofrio: afaict, not an ubuntu thing?04:25
donofrioinxi @ https://apaste.info/Ab1S04:26
naccdonofrio: those have all probably changed version in Bionic, e.g., libpng16 is what's there04:26
naccdonofrio: it's not up to ubuntu to make sure some 3rd prty, non-ubuntu software works04:26
naccdonofrio: that's up to vmware04:26
naccdonofrio: so again, you're probably doing something not supported by vmware04:26
donofrioyah libpng16 is installed04:26
naccdonofrio: right, but the program/tool you are using is looking for libpng1204:27
donofrioso do I need a symlink?04:27
naccso it needs to be rebuilt.04:27
naccno04:27
naccthat would be the absolute wrong thing to do, since there is an ABI change04:27
naccdonofrio: you should talk to who makes the software to update it for bioni04:27
nacc*bionic04:27
donofrioso bugtrac this I should?04:27
naccand it's not ontopic for ubuntu+104:27
naccdonofrio: like i said, presumably you should be talking to vmware04:27
donofriok tnx04:28
donofrio"had to ask"04:28
=== chu is now known as yuken
=== yuken is now known as Guest72076
=== Guest72076 is now known as chu
Lopewhat is the ownership for /root/.ssh supposed to be. Openssh server keeps complaining about ownership. I tried `chmod 000 -R /root/.ssh` I tried `chown sshd -R /root/.ssh; chmod 500 /root/.ssh; chmod 400 /root/.ssh/authorized_keys`15:07
Lopeownership and permissions15:07
alkisgLope: 700 the dir, 600 the files15:11
Lopevery similar to what I did15:11
Lopeand who must own it?15:11
alkisgroot15:11
alkisgAlthough in general logging in as root with ssh isn't enabled15:12
alkisgMaybe only with keys, not with passwd, I don't remember the exact setup15:12
Lopewell I've got PermitRootLogin I tried without-password15:12
Lopeand also tried prohibit-password15:12
alkisgStart with setting up the correct permissions/owner15:13
LopeAh it worked!15:13
Lopeseems the permissions were wrong. 700 dir and 600 files works.15:14
Lopestrange that 500 dir and 400 files didn't work.15:14
Lopeor even 000 everything.15:14
LopeI suppose it's just checking for specific permissions and that's all it cares about.15:15
alkisgLope: 400 means no write access15:17
alkisg000 means no access15:17
alkisgof course they wouldn't work15:17
alkisgI believe ssh checks for a specific mode, not for "anything less or equal to..."15:18
LopeNow I can connect and get a shell, but I connect int he same way with sshfs and it says connection reset by peer?15:18
alkisgCan you connect with sshfs as a normal user, not root?15:18
Lopealkisg: must be a specific mode.15:18
Lopealkisg: root doesn't get checked for permissions.15:19
Lopetry being root and writing to a read only file etc, you can do anything.15:19
alkisgYou mean at the file system access level; ssh probably uses stat.15:19
Lopeokay, so you mean root can be denied access in some ways if root doesn't have permission?15:20
alkisgOf course15:20
alkisg"if your ssh dir is not 700, I won't give you access"15:20
LopeHmm, i suppose that could be how encfs works.15:20
alkisgA one-line if in the code15:20
alkisgI can't imagine why ssh would special-case root. It would do the same checks without caring about the uid.15:20
Lopesshfs root@foo:/ /mnt/bar -C -o allow_root,IdentityFile=/baz15:21
LopeI get connection reset by peer15:22
alkisgTry as another user...15:22
alkisgNon root. To bisect where the error is.15:23
Lopebit of a hassle :p15:23
alkisgOK, try random stuff then, it might be quicker. :)15:23
LopeI'm guessing it might be some new SSH setting that prevents sshfs15:24
alkisgsshfs works fine here in 18.0415:24
LopeWeird. it worked when I ran it as root15:28
=== ubott2 is now known as ubottu
=== siel_ is now known as siel
=== tfgbd is now known as tfgbd_
=== tfgbd is now known as tfgbd__

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