| entr0py | ok, i don't have time today to do a full wireshark debug session, i'll have to come back with more details later range: thanks |
| range | entr0py: Sorry, but I'm a little out of ideas. |
| entr0py | range: same here, at least for now |
| range | entr0py: Are you running selinux on the vm? |
| entr0py | yes |
| range | Or, what you could do: Stop sshd on the vm and start "sshd -ddd -p 22" as root - this should start a debug session of sshd on port 22. If SELinux allows root to do so. |
| hal23456 | range - do you know how closely the version that samba is at now in the yum is to the upstream provider's version? |
| range | And you maybe have to use the complete path. hal23456: It's from the same sources. |
| Zathrus-2 | hal: exact same |
| range | "hal23456: rpm -q --changelog | head -10" shows you the changes from 3.0.10-1.4.9 Ermm. |
| hal23456 | and the same syntax is used for the version number, ie 3.0.10-1.4E.11 |
| range | hal23456: Yes. |
| hal23456 | thank you range and zathrus |
| range | More on the fix: <https://rhn.redhat.com/errata/RHSA-2007-0060.html> |
| entr0py | range: Bind to port 22 on 0.0.0.0 failed: Address already in use. heh |
| range | entr0py: Did you stop sshd first? |
| entr0py | but there is nothing running on 22 because i stopped sshd |
| Zathrus-2 | entr0py: how did you stop sshd? |
| entr0py | service sshd stop |
| Zathrus-2 | and how long was it before you tried starting the new process? |
| entr0py | 30 seconds or so |
| Zathrus-2 | wait at least 2 minute |
| range | entr0py: Yeah, you'll probably find some "AVC denied" in your logfiles now. Zathrus-2: Or SELinux doesn't allow him to do that. |
| sw- | this "bind failed" error is normal and is due to ipv6 |
| entr0py | so, funny thing is, it says it can't bind, but it's on the port answering to a telnet port 22 to the vm |
| range | sw-: ipv6 bind fails on 0.0.0.0? |
| sw- | either you disable ipv6 or specify the listenaddress range : yeah go figure |
| entr0py | sw-: ah, that makes sense |
| range | Okay. |
| hal23456 | that is a cool command, range (changelog) - I didn't know htat that |
| range | entr0py: And you're seeing debugging output on your console? |
| Zathrus-2 | range: yes, but I'd be surprised if that was it, since he's not trying to use a strange port |