/srv/irclogs.ubuntu.com/2017/09/24/#ubuntu-server.txt

trippehah cool, unbound tells systemd it is stopping when getting a reload through systemctl03:26
trippehborkborkbork03:27
trippehthen systemd gets mad at it03:29
gunixis luks encryption on a striped lv a bad ideea? i mean, when using striping and encryption together is the overhead so big that you should rather use linear, or is striping still worth it?06:29
mike-zalI use virtualmin. in firewall section I have "activate on start-yes", however, when I check ufw status in terminal, it says "inactive". can someone explain why is that? thanks08:56
andolmike-zal: My *guess* would by that virtualmin isn't usingufw at all, but rather iptables directly.10:02
andolmike-zal: iptables -L -v10:03
mike-zalandol: thanks, that's what I thought but wasn't sure. however I don't get fully the iptables/ufw relationship. is firewall working even if ufw isn't? what if I enable ufw? would it take over iptables then?10:26
mike-zaliptables -L -v shows the same as virtualmin10:26
RoyKmike-zal: ufw is just an iptables wrapper11:19
RoyKalbeit a good one in my opinion11:20
=== JanC_ is now known as JanC
soahcccCan one explain the concept of "MaxSessions" of sshd to me? I try to debug an application that softlocks when the remote terminates a connection due to "error: no more sessions". I set it to 5 now and the app reliably dies now everytime, yet I can open 20 SSH tabs in my terminal12:26
JanCsoahccc: it's explained in the manual what that parameter does14:06
JanCbut basically it comes down to multiplexing sessions over one connection vs. opening multiple connections14:07
JanCssh probably does the latter if necessary14:07
soahcccJanC: but if I create multiple tabs locally and create ssh connection in each I get "new session" and later "session closed" for each in auth.log with different local ports... is it still multiplexing my connection magically?14:08
JanCsounds like ssh is not multiplexing the sessions in your case14:09
JanCand I suppose your application doesn't try to open multiple connections14:10
soahcccJanC: well the application has the same in auth.log but for some reason it get's restricted by "no more sessions" while I can still create new sessions via my terminal and ssh binary14:11
JanCalso, try to figure out from the server logs if it has more info about why your application dies14:11
JanCyes, it's probably creating new connections for every session14:12
soahcccany my terminal isn't? I mean it's even saying in auth.log but somehow it doesn't get restricted with maxsessions14:13
JanCwhen you use ssh in the terminal14:13
JanCMaxSessions limits the sessions per connection, not the number of connections14:14
soahcccoh, well that explains it I guess :D thanks I totally misunderstood it14:14
soahcccthen I don't understand why my application dies, it creates new connections for every sftp download... *shrug*14:15
JanCdoes it support the right ciphers etc.14:16
JanCrecent versions of sshd dropped several that are unsafe14:17
JanCor maybe it tries to use a feature that is disabled in your sshd14:18
JanClike, is sftp implemented?  :)14:19
JanCenabled14:19
soahcccJanC: it works essentially but if I download too many files at once it breaks and on the remote auth.log I see that it terminated the request14:33
JanCsoahccc: maybe it tries to multiplex multiple downloads?14:40
JanCmaybe it should do them in series instead of parallel  :)14:41
soahcccJanC: yeah it does a few in parallel but not all at once, I'm basically just trying to recover from this error in my application. but I guess I'm still struggling with some internals of the SSH library14:43
Machine_Ex98hello some help guys18:37
tomreyn!ask | Machine_Ex9818:39
ubottuMachine_Ex98: Please don't ask to ask a question, simply ask the question (all on ONE line and in the channel, so that others can read and follow it easily). If anyone knows the answer they will most likely reply. :-) See also !patience18:39
Machine_Ex98i wanna make mysql connect remotely18:40
tomreynto what?18:40
Machine_Ex98to ip external18:41
Machine_Ex98so i can login with MysqlWorkbench or from any other website18:41
tomreynlet me guess: you want to make some mysql client talk to a separately hosted mysql database server?18:41
Machine_Ex98i'm already installed appserv phpmyadmin i wanna make my ip connect remotly18:42
Machine_Ex98not localhost18:42
Machine_Ex98external ip18:42
tomreynthis "appserv"? https://www.appserv.org/en/18:43
Machine_Ex98yes18:44
tomreyndo you run the mysql server yourself?18:44
Machine_Ex98yes18:44
Machine_Ex98i installed all fine18:45
Machine_Ex98i modified the files on etc/mysql18:46
Machine_Ex98mysqld.cnf18:46
tomreynso you have a windows system running this "appserv" software compilation which includes a mysql server, but you do not want to use this server. you also run and manage another mysql server on some remote host, which the windows system can technically reach (but not connect to the mysql server, yet).18:46
tomreynis this correct?18:46
Machine_Ex98bind-address= 127.0.0.118:47
=== albech1 is now known as albech
Machine_Ex98i modified with my ip18:47
Machine_Ex98then restart mysql18:47
Machine_Ex98so now i got this msg18:47
Machine_Ex98ERROR 1130: Host '188.11.x.x' is not allowed to connect to this MySQL server18:47
tomreynwhich operating system and version does your mysql server run on?18:48
Machine_Ex98sorry i was idle18:52
Machine_Ex98tomreyn :  Ubuntu 16.1018:52
tomreynMachine_Ex98: that's end of life and thus unsupported here.18:53
tomreynhttps://wiki.ubuntu.com/Releases18:54
tomreyn!eol18:54
ubottuEnd-Of-Life is the time when security updates and support for an Ubuntu release stop, see https://wiki.ubuntu.com/Releases for more information. Looking to upgrade from an EOL release? See https://help.ubuntu.com/community/EOLUpgrades18:54
Machine_Ex98okey by the way i can get support here or not ?18:54
tomreynthis channel is for support with supported (non end of life, just real ubuntu, not derivatives, not debian) ubuntu server installations.18:56
tomreyn(refer to the channle topic)18:56
hehehe:)19:38
Machine_Ex98tomreyn fixed20:44
Machine_Ex98by %20:44
Machine_Ex98good luck20:45
=== albech1 is now known as albech
=== Guest90177 is now known as karstensrage
=== karstensrage is now known as Guest82764
=== Guest82764 is now known as karstensrage

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