xes | DocScrutinizer05: concerning the tools i think no one ever tested those new versions. After some check i think extras would be the right place - if someone knows such tools and is interested into comparing the behavior with the old ones | 00:05 |
---|---|---|
DocScrutinizer05 | xes: ack | 00:05 |
DocScrutinizer05 | xes: unrelated: my ssh fails to connect to a remote sshd. Last local debug line: "debug1: Local version string SSH-2.0-OpenSSH_6.2" - known? | 00:06 |
DocScrutinizer05 | http://paste.ubuntu.com/24513204 | 00:07 |
xes | the next line should contain the version of remote ssh. Are you using the right port? | 00:10 |
DocScrutinizer05 | yes | 00:11 |
DocScrutinizer05 | it seems like remote sshd doesn't respond to the version inquiry | 00:11 |
DocScrutinizer05 | but might as well be something arcane around ssh1 vs ssh2 protocol or whatever. My local ssh config file is pretty ancient | 00:13 |
DocScrutinizer05 | bfc how to tackle that | 00:14 |
DocScrutinizer05 | nfc even | 00:14 |
xes | have you checked also with a telnet? sshd should reply with openssh version | 00:15 |
DocScrutinizer05 | xes: http://paste.ubuntu.com/24513228 | 00:17 |
DocScrutinizer05 | is the remote sshd in paranoid mode or whatever? | 00:17 |
*** dafox has quit IRC | 00:21 | |
xes | oh.. is that a vbox natted vm with port forward for ssh? | 00:24 |
xes | if yes please check again the vbox nat forward rule. sshd must reply with his version in any case (if you are knocking at the right door) | 00:27 |
xes | freemangordon: have you ever tried to increase the video encoder buffers into libgstdsp to limit the random frame drop with HD resolutions? | 00:31 |
parazyd | DocScrutinizer05: you *are* geting the wrong version of openssh | 00:32 |
parazyd | that's not the version in the vagrant box | 00:32 |
DocScrutinizer05 | err what? | 00:33 |
DocScrutinizer05 | that's my local ssh version | 00:33 |
DocScrutinizer05 | this nevertheless is supposed to connect to a different version sshd | 00:33 |
parazyd | ah | 00:33 |
parazyd | i thought that was the sshd version | 00:33 |
DocScrutinizer05 | xes: my vagrantbox seems to be the culprit, it's "too old" Vagrant 1.7.4 | 00:34 |
DocScrutinizer05 | it works with the devuan jessie vagrantbox before RC1 | 00:34 |
xes | DocScrutinizer05: anyway, also ssh protocol incompatibilities are checked after ssh version hello message | 00:36 |
Enrico_Menotti | DocScrutinizer05 As you suggested a couple of days ago, I made notes about my work on Devuan for the N900. Before making them public, I'd like some feedback, so I'm proposing anybody who's interested to read them. Would you like to? | 00:37 |
xes | Enrico_Menotti: please paste it on an etherpad page. Many guys here will be ready to read it and review some part if needed | 00:39 |
DocScrutinizer05 | xes: parazyd: http://wstaw.org/m/2017/05/04/plasma-desktopj22054.png http://paste.ubuntu.com/24513347 | 00:39 |
Enrico_Menotti | xes It's a pdf file - is there some place where I may upload it? | 00:40 |
DocScrutinizer05 | Enrico_Menotti: what xes said | 00:40 |
DocScrutinizer05 | please paste the plain ascii text to an etherpad | 00:41 |
Enrico_Menotti | DocScrutinizer05 xes I'm a bit unexperienced with these things. Could you please suggest a specific page? | 00:41 |
DocScrutinizer05 | or worst case to a pastebin | 00:41 |
DocScrutinizer05 | how about https://public.etherpad-mozilla.org/ or worst case http://paste.ubuntu.com/ | 00:43 |
xes | Enrico_Menotti: https://etherpad.net/ and create a new pad | 00:43 |
Enrico_Menotti | I'm just looking the one suggested by xes. | 00:44 |
xes | ...then open another browser and play with yourself while pointing at the same pad ;) | 00:45 |
* DocScrutinizer05 found etherpad.net to be relatively fail-happy | 00:46 | |
DocScrutinizer05 | might have changed since | 00:46 |
xes | DocScrutinizer05: have you tried to ssh to eth0's ip -p 2200? | 00:46 |
DocScrutinizer05 | no | 00:48 |
DocScrutinizer05 | jr@saturn:~/Downloads/devuanVGtest> telnet 192.168.4.21 2200 | 00:50 |
DocScrutinizer05 | Trying 192.168.4.21... | 00:50 |
DocScrutinizer05 | telnet: connect to address 192.168.4.21: Connection refused | 00:50 |
parazyd | DocScrutinizer05: dunno, i'm using virtualbox5 | 00:51 |
* DocScrutinizer05 needs to update vagrant, which is a PITA since they don't provide a rpm for opensuse | 00:51 | |
DocScrutinizer05 | obviously whatever vagrant1.7.4 expects to find in the vagrantbox image isn't provided by vagrant1.9.1 anymore, so my old vagrant fscks up the sshd setup | 00:53 |
xes | i think to recal that to use the virtualbox nat port redirection you can't point at localhost since the nat is defined starting from primary host network interface | 00:55 |
* DocScrutinizer05 HMMMMs @ http://paste.ubuntu.com/24513413 | 00:56 | |
xes | then, maybe an old vagrant version expects a different virtualbox nat behavior (that has been changed 2 years ago..more or less) | 00:56 |
DocScrutinizer05 | aaah, now that sounds like sth | 00:57 |
DocScrutinizer05 | though, the connection seems to get established, so NAT can't be the culprit? | 00:57 |
xes | change the virtual IF definiton and use a bridged network interface | 00:59 |
DocScrutinizer05 | it works with an old vagrantbox! | 00:59 |
DocScrutinizer05 | if it's not in the vagrantbox image and not in http://paste.ubuntu.com/24513413 and not in vagrant executable, then I don't know | 01:00 |
DocScrutinizer05 | aaah, maybe I changed the network interface in VB config of old vagrantbox? | 01:02 |
*** cyteen has joined #maemo | 01:09 | |
DocScrutinizer05 | http://paste.ubuntu.com/24513620 | 01:13 |
xes | DocScrutinizer05: maybe you are recalling a trick/tweak that you made to address it? | 01:15 |
DocScrutinizer05 | nope, wish I could recall what I did | 01:16 |
xes | https://github.com/mitchellh/vagrant/issues/3232 | 01:19 |
*** Pali has quit IRC | 01:20 | |
xes | changed syntax .... port fwd definition conflict between guests... | 01:23 |
DocScrutinizer05 | hmm, my vagrant is 1.7.1 | 01:24 |
DocScrutinizer05 | and works with a 1 year old devuan vagrantbox (though I *might* have tweaked something in virtualbox config) | 01:25 |
DocScrutinizer05 | then, I can't see how any tweak I did in virtualbox only applies to the old vagrantbox and fails on the new one | 01:25 |
*** florian has quit IRC | 01:28 | |
DocScrutinizer05 | xes: do you see any mistakes I made, or tweaks I applied, in http://paste.ubuntu.com/24513620 ? | 01:29 |
xes | where is the network definition into the Vagrantfile you are using? | 01:32 |
xes | if it is not there, it should be hand-made into vbox | 01:33 |
Enrico_Menotti | To anybody who's interested: https://oasis.sandstorm.io/shared/rRUHLjKxQz-owubUREr0FXnJh9ZCTpyLEpjmTTNflW4 (you may comment directly the file). (Devuan on N900.) | 01:35 |
Enrico_Menotti | DocScrutinizer05 xes sicelo parazyd (and anybody else) ^^^ | 01:36 |
xes | Enrico_Menotti: thanks for sharing | 01:38 |
DocScrutinizer05 | xes: I can't find any vbox config specific to that ~/vagrant-test/kicad-devuan-amd64 dir | 01:41 |
DocScrutinizer05 | so I assume there's none | 01:41 |
DocScrutinizer05 | unless it's in vagrantbox file | 01:42 |
DocScrutinizer05 | http://paste.ubuntu.com/24513413/ | 01:42 |
Enrico_Menotti | xes You're welcome. :) | 01:43 |
Enrico_Menotti | Bedtime. G'night. | 01:46 |
xes | goodnight | 01:47 |
xes | DocScrutinizer05: net definition is at the beginning of .box file | 01:51 |
DocScrutinizer05 | I don't touch the .box file | 01:51 |
DocScrutinizer05 | ugh, so I need to open it in vbox, then edit it there, then store | 01:52 |
DocScrutinizer05 | which might well be what I've done, back when | 01:52 |
xes | no port fwd definition there... | 01:53 |
DocScrutinizer05 | the port is fine, no? | 01:53 |
xes | no | 01:53 |
DocScrutinizer05 | I mean, the shit thing *connects* | 01:53 |
DocScrutinizer05 | I see it listening on the port, in netstat | 01:54 |
xes | the old vm is still there? | 01:54 |
*** xy2_ has quit IRC | 01:55 | |
DocScrutinizer05 | tcp 0 0 127.0.0.1:2200 0.0.0.0:* LISTEN 18460/VBoxHeadless | 01:55 |
DocScrutinizer05 | the new one | 01:56 |
DocScrutinizer05 | I meanwhile stopped the old one | 01:56 |
DocScrutinizer05 | and the new one also fails on port 2222 when I start it with no concurrent box running | 01:56 |
DocScrutinizer05 | it's evidently the sshd that blows chunks | 01:57 |
DocScrutinizer05 | or some firewall or whatever | 01:57 |
xes | no idea. i have downloaded a piece of ~15MB of .box and at the beginning there is the box.ovf definition | 01:58 |
*** pagurus has joined #maemo | 02:30 | |
DocScrutinizer05 | I suspect vagrant 1.7.1 patches some stuff in the .box file, and the format changed since | 02:42 |
DocScrutinizer05 | I tend to blame sshd config | 02:42 |
DocScrutinizer05 | probably vagrant injects some stuff into the box during boot via console. And one of that is a config file for sshd | 02:45 |
DocScrutinizer05 | and vagrant1.7.1 does use a sshd.conf that's incompatible to new version of sshd as in devuan-rc | 02:46 |
DocScrutinizer05 | there were quite a few CVE-patches against sshd recently, no? | 02:47 |
xes | yes there are a few... but from my point of view the problem is at nat level | 02:52 |
xes | it's time to close the eyes. Have a good night Doc | 02:53 |
*** LouisA has quit IRC | 02:55 | |
*** xes has quit IRC | 02:57 | |
*** xes has joined #maemo | 03:05 | |
* DocScrutinizer05 is lost: http://paste.ubuntu.com/24514051 | 03:07 | |
*** infobot has quit IRC | 03:17 | |
*** infobot has joined #maemo | 03:19 | |
*** Oksanaa has joined #maemo | 03:48 | |
*** Oksanaa has quit IRC | 04:16 | |
*** Oksanaa has joined #maemo | 04:17 | |
*** sunshavi has quit IRC | 05:28 | |
*** sunshavi has joined #maemo | 05:28 | |
*** at1as has joined #maemo | 05:57 | |
*** vahe has joined #maemo | 06:00 | |
*** at1as has quit IRC | 06:23 | |
*** Oksanaa has quit IRC | 07:03 | |
*** drcode has quit IRC | 07:07 | |
*** spiiroin has quit IRC | 07:20 | |
*** drcode has joined #maemo | 07:22 | |
*** sunshavi has quit IRC | 08:15 | |
*** arcean has joined #maemo | 08:36 | |
*** Youbi has joined #maemo | 08:42 | |
*** dmth|intevation has joined #maemo | 08:43 | |
*** Youbi has quit IRC | 08:49 | |
*** spiiroin has joined #maemo | 08:50 | |
*** Kabouik has joined #maemo | 09:49 | |
*** geaaru has joined #maemo | 10:16 | |
bencoh | hmm, sre is really doing some awesome work on droid4 http://elektranox.org/droid4/ | 10:49 |
bencoh | and it looks like this device could be a really neat second choice / porting target :) | 10:50 |
*** jskarvad has joined #maemo | 11:06 | |
*** eMHa_ has quit IRC | 11:20 | |
*** eMHa_ has joined #maemo | 11:42 | |
Wizzup | sweet | 11:54 |
*** florian has joined #maemo | 11:56 | |
*** L29Ah has quit IRC | 12:00 | |
*** ecloud has quit IRC | 12:15 | |
*** ecloud has joined #maemo | 12:23 | |
*** L29Ah has joined #maemo | 12:48 | |
*** L29Ah has quit IRC | 13:19 | |
*** mp107 has joined #maemo | 13:22 | |
*** cyteen has quit IRC | 13:32 | |
*** ravelo_ has joined #maemo | 13:49 | |
*** cyteen has joined #maemo | 13:50 | |
*** ravelo has quit IRC | 13:51 | |
*** cyteen has joined #maemo | 13:52 | |
*** cyteen has quit IRC | 13:58 | |
*** cyteen has joined #maemo | 14:00 | |
*** vahe has quit IRC | 14:01 | |
*** ravelo_ is now known as ravelo | 14:03 | |
*** L29Ah has joined #maemo | 14:05 | |
*** cyteen has quit IRC | 14:17 | |
*** arcean has quit IRC | 14:41 | |
*** arcean has joined #maemo | 14:45 | |
*** LouisA has joined #maemo | 14:54 | |
*** ravelo has quit IRC | 14:58 | |
*** ravelo has joined #maemo | 14:58 | |
*** spiiroin has quit IRC | 15:03 | |
*** spiiroin has joined #maemo | 15:35 | |
*** sunshavi has joined #maemo | 15:49 | |
*** Kabouik_ has joined #maemo | 15:56 | |
*** arcean has quit IRC | 16:02 | |
*** geaaru has quit IRC | 16:02 | |
*** Kabouik has quit IRC | 16:02 | |
*** xes has quit IRC | 16:02 | |
*** arcean has joined #maemo | 16:09 | |
*** geaaru has joined #maemo | 16:09 | |
*** xes has joined #maemo | 16:09 | |
*** cyteen has joined #maemo | 16:24 | |
*** tanty has left #maemo | 16:26 | |
*** cyteen has quit IRC | 16:26 | |
*** cyteen has joined #maemo | 16:26 | |
*** mp107 has quit IRC | 16:29 | |
*** arcean has quit IRC | 16:37 | |
*** povbot has joined #maemo | 16:46 | |
*** eMHa_ has quit IRC | 17:16 | |
*** mp107 has joined #maemo | 17:16 | |
*** cyteen has quit IRC | 17:26 | |
*** BCMM has joined #maemo | 17:27 | |
*** drcode has quit IRC | 17:27 | |
*** drcode has joined #maemo | 17:29 | |
*** drcode has quit IRC | 17:33 | |
*** cyteen has joined #maemo | 17:35 | |
*** drcode has joined #maemo | 17:36 | |
*** WeDeKer has joined #maemo | 17:41 | |
*** dmth|intevation has quit IRC | 17:55 | |
*** mp107 has quit IRC | 18:07 | |
*** eMHa_ has joined #maemo | 18:10 | |
*** Pali has joined #maemo | 18:36 | |
*** xy2_ has joined #maemo | 18:46 | |
*** florian has quit IRC | 18:47 | |
*** cyteen has quit IRC | 19:09 | |
*** florian has joined #maemo | 19:52 | |
*** LouisA has quit IRC | 20:00 | |
sicelo | Android's built-in VPN is PPTP and L2TP only? | 20:09 |
*** fuz_ has quit IRC | 20:17 | |
*** BCMM has quit IRC | 20:25 | |
*** jskarvad has quit IRC | 20:29 | |
*** BCMM has joined #maemo | 20:30 | |
*** BCMM has quit IRC | 20:36 | |
*** BCMM has joined #maemo | 20:36 | |
*** mp107 has joined #maemo | 20:47 | |
*** LouisA has joined #maemo | 20:49 | |
*** Kabouik_ has quit IRC | 21:05 | |
*** cyteen has joined #maemo | 21:11 | |
*** cyteen has quit IRC | 21:16 | |
*** cyteen has joined #maemo | 21:23 | |
*** stryngs has quit IRC | 21:25 | |
*** cyteen has quit IRC | 21:36 | |
*** BCMM has quit IRC | 21:41 | |
*** xy2_ has quit IRC | 21:42 | |
*** Kabouik has joined #maemo | 21:45 | |
*** geaaru has quit IRC | 21:54 | |
*** xy2_ has joined #maemo | 21:55 | |
*** xy2_ has quit IRC | 22:06 | |
*** fuz_ has joined #maemo | 22:09 | |
*** mp107 has quit IRC | 22:20 | |
*** WeDeKer has quit IRC | 22:25 | |
*** cyphase has quit IRC | 22:32 | |
*** cyphase has joined #maemo | 22:37 | |
*** shentey has joined #maemo | 22:43 | |
*** pagurus` has joined #maemo | 23:01 | |
*** xy2_ has joined #maemo | 23:01 | |
*** shentey_ has joined #maemo | 23:01 | |
*** pagurus has quit IRC | 23:02 | |
*** shentey has quit IRC | 23:04 | |
*** Kabouik has quit IRC | 23:06 | |
*** stryngs has joined #maemo | 23:15 | |
*** LauRoman has quit IRC | 23:26 | |
*** cyteen has joined #maemo | 23:33 | |
*** shentey_ has quit IRC | 23:34 | |
*** shentey has joined #maemo | 23:45 | |
*** LauRoman has joined #maemo | 23:46 | |
*** LauRoman|Alt has joined #maemo | 23:47 | |
*** LauRoman has quit IRC | 23:52 | |
*** shentey has quit IRC | 23:54 | |
*** LauRoman|Alt has quit IRC | 23:59 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!