From orion@nwra.com Thu Nov 30 17:49:12 2017 Received: (at submit) by bugs.x2go.org; 30 Nov 2017 16:49:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 407BA5DACF for ; Thu, 30 Nov 2017 17:49:12 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9wtZKOWIbPwn for ; Thu, 30 Nov 2017 17:49:04 +0100 (CET) X-Greylist: delayed 385 seconds by postgrey-1.35 at ymir.das-netzwerkteam.de; Thu, 30 Nov 2017 17:49:03 CET Received: from mail.nwra.com (mail.nwra.com [72.52.192.72]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id EAD2D5DA8E for ; Thu, 30 Nov 2017 17:49:03 +0100 (CET) Received: from barry.cora.nwra.com (inferno.cora.nwra.com [208.187.183.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.nwra.com (Postfix) with ESMTPS id BEF1534058E for ; Thu, 30 Nov 2017 08:42:32 -0800 (PST) To: submit@bugs.x2go.org From: Orion Poplawski Subject: x2goclient segfaults on EL7 with libssh 0.7.1 Message-ID: Date: Thu, 30 Nov 2017 09:42:32 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------6EE01089DDC59D7300135487" Content-Language: en-US This is a multi-part message in MIME format. --------------6EE01089DDC59D7300135487 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Package: x2goclient Version: 4.1.1.0 Testing 4.1.1.0 on EPEL7 with libssh-0.7.1-3.el7. I'm getting segfaults trying to connect to the server. valgrind is reporting some invalid reads and writes. I suspect that something is wrong with the threaded version. I've attached the valgrind output with SSH_DEBUG defined. -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@nwra.com Boulder, CO 80301 https://www.nwra.com/ --------------6EE01089DDC59D7300135487 Content-Type: text/x-log; name="x2goclient.log" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="x2goclient.log" ==16780== Memcheck, a memory error detector ==16780== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al. ==16780== Using Valgrind-3.12.0 and LibVEX; rerun with -h for copyright info ==16780== Command: x2goclient ==16780== x2go-INFO-1> "Starting X2Go Client..." x2go-WARNING-1> English language requested, not loading translator. x2go-WARNING-1> English language requested, not loading translator. ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x638EF88: QImageData::checkForAlphaPixels() const (qimage.cpp:251) ==16780== by 0x63BC170: QRasterPixmapData::createPixmapForImage(QImage&, QFlags, bool) (qpixmap_raster.cpp:451) ==16780== by 0x63BC211: QRasterPixmapData::fromImage(QImage const&, QFlags) (qpixmap_raster.cpp:156) ==16780== by 0x63AD621: QPixmap::fromImage(QImage const&, QFlags) (qpixmap.cpp:2088) ==16780== by 0x4E7EEC: SVGFrame::SVGFrame(QString, bool, QWidget*, QFlags) (SVGFrame.cpp:52) ==16780== by 0x4812B9: ONMainWindow::ONMainWindow(QWidget*) (onmainwindow.cpp:369) ==16780== by 0x50BC56: x2goMain (ongetpass.cpp:110) ==16780== by 0x53BE1D: wrap_x2go_main (x2goclient.cpp:36) ==16780== by 0x53BE1D: fork_helper(int, char**) (x2goclient.cpp:89) ==16780== by 0x41D22D: main (x2goclient.cpp:123) ==16780== ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x63BC173: QRasterPixmapData::createPixmapForImage(QImage&, QFlags, bool) (qpixmap_raster.cpp:451) ==16780== by 0x63BC211: QRasterPixmapData::fromImage(QImage const&, QFlags) (qpixmap_raster.cpp:156) ==16780== by 0x63AD621: QPixmap::fromImage(QImage const&, QFlags) (qpixmap.cpp:2088) ==16780== by 0x4E7EEC: SVGFrame::SVGFrame(QString, bool, QWidget*, QFlags) (SVGFrame.cpp:52) ==16780== by 0x4812B9: ONMainWindow::ONMainWindow(QWidget*) (onmainwindow.cpp:369) ==16780== by 0x50BC56: x2goMain (ongetpass.cpp:110) ==16780== by 0x53BE1D: wrap_x2go_main (x2goclient.cpp:36) ==16780== by 0x53BE1D: fork_helper(int, char**) (x2goclient.cpp:89) ==16780== by 0x41D22D: main (x2goclient.cpp:123) ==16780== ==16780== Invalid read of size 1 ==16780== at 0x4E8952: InteractionDialog::InteractionDialog(QWidget*) (InteractionDialog.cpp:40) ==16780== by 0x481861: ONMainWindow::ONMainWindow(QWidget*) (onmainwindow.cpp:470) ==16780== by 0x50BC56: x2goMain (ongetpass.cpp:110) ==16780== by 0x53BE1D: wrap_x2go_main (x2goclient.cpp:36) ==16780== by 0x53BE1D: fork_helper(int, char**) (x2goclient.cpp:89) ==16780== by 0x41D22D: main (x2goclient.cpp:123) ==16780== Address 0x182859fa is 22 bytes before a block of size 24 alloc'd ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x71CB3D8: QHashData::allocateNode(int) (qhash.cpp:179) ==16780== by 0x632ECCE: createNode (qhash.h:543) ==16780== by 0x632ECCE: insert (qhash.h:763) ==16780== by 0x632ECCE: insert (qset.h:181) ==16780== by 0x632ECCE: QWidgetPrivate::init(QWidget*, QFlags) (qwidget.cpp:1288) ==16780== by 0x632F033: QWidget::QWidget(QWidgetPrivate&, QWidget*, QFlags) (qwidget.cpp:1207) ==16780== by 0x66E2AA8: QFrame::QFrame(QWidget*, QFlags) (qframe.cpp:209) ==16780== by 0x4E7E03: SVGFrame::SVGFrame(QString, bool, QWidget*, QFlags) (SVGFrame.cpp:29) ==16780== by 0x4812B9: ONMainWindow::ONMainWindow(QWidget*) (onmainwindow.cpp:369) ==16780== by 0x50BC56: x2goMain (ongetpass.cpp:110) ==16780== by 0x53BE1D: wrap_x2go_main (x2goclient.cpp:36) ==16780== by 0x53BE1D: fork_helper(int, char**) (x2goclient.cpp:89) ==16780== by 0x41D22D: main (x2goclient.cpp:123) ==16780== ==16780== Invalid read of size 1 ==16780== at 0x4E8D3F: InteractionDialog::InteractionDialog(QWidget*) (InteractionDialog.cpp:62) ==16780== by 0x481861: ONMainWindow::ONMainWindow(QWidget*) (onmainwindow.cpp:470) ==16780== by 0x50BC56: x2goMain (ongetpass.cpp:110) ==16780== by 0x53BE1D: wrap_x2go_main (x2goclient.cpp:36) ==16780== by 0x53BE1D: fork_helper(int, char**) (x2goclient.cpp:89) ==16780== by 0x41D22D: main (x2goclient.cpp:123) ==16780== Address 0x182859fa is 22 bytes before a block of size 24 alloc'd ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x71CB3D8: QHashData::allocateNode(int) (qhash.cpp:179) ==16780== by 0x632ECCE: createNode (qhash.h:543) ==16780== by 0x632ECCE: insert (qhash.h:763) ==16780== by 0x632ECCE: insert (qset.h:181) ==16780== by 0x632ECCE: QWidgetPrivate::init(QWidget*, QFlags) (qwidget.cpp:1288) ==16780== by 0x632F033: QWidget::QWidget(QWidgetPrivate&, QWidget*, QFlags) (qwidget.cpp:1207) ==16780== by 0x66E2AA8: QFrame::QFrame(QWidget*, QFlags) (qframe.cpp:209) ==16780== by 0x4E7E03: SVGFrame::SVGFrame(QString, bool, QWidget*, QFlags) (SVGFrame.cpp:29) ==16780== by 0x4812B9: ONMainWindow::ONMainWindow(QWidget*) (onmainwindow.cpp:369) ==16780== by 0x50BC56: x2goMain (ongetpass.cpp:110) ==16780== by 0x53BE1D: wrap_x2go_main (x2goclient.cpp:36) ==16780== by 0x53BE1D: fork_helper(int, char**) (x2goclient.cpp:89) ==16780== by 0x41D22D: main (x2goclient.cpp:123) ==16780== x2go-INFO-3> "Started X2Go Client." ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x63BC173: QRasterPixmapData::createPixmapForImage(QImage&, QFlags, bool) (qpixmap_raster.cpp:451) ==16780== by 0x63BC211: QRasterPixmapData::fromImage(QImage const&, QFlags) (qpixmap_raster.cpp:156) ==16780== by 0x63AD621: QPixmap::fromImage(QImage const&, QFlags) (qpixmap.cpp:2088) ==16780== by 0x4E8757: SVGFrame::resizeEvent(QResizeEvent*) (SVGFrame.cpp:99) ==16780== by 0x632D7FA: QWidget::event(QEvent*) (qwidget.cpp:8541) ==16780== by 0x66E337D: QFrame::event(QEvent*) (qframe.cpp:557) ==16780== by 0x62DAD3B: QApplicationPrivate::notify_helper(QObject*, QEvent*) (qapplication.cpp:4565) ==16780== by 0x62E1644: QApplication::notify(QObject*, QEvent*) (qapplication.cpp:4351) ==16780== by 0x72B6B2C: QCoreApplication::notifyInternal(QObject*, QEvent*) (qcoreapplication.cpp:949) ==16780== by 0x6329330: sendEvent (qcoreapplication.h:231) ==16780== by 0x6329330: QWidgetPrivate::sendPendingMoveAndResizeEvents(bool, bool) (qwidget.cpp:7446) ==16780== by 0x632AB62: QWidgetPrivate::show_helper() (qwidget.cpp:7497) ==16780== by 0x632CAF3: QWidget::setVisible(bool) (qwidget.cpp:7778) ==16780== ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x62D05A8: comp_func_SourceOver_sse2(unsigned int*, unsigned int const*, int, unsigned int) (qdrawhelper_sse2.cpp:152) ==16780== by 0x64BC60A: void blend_tiled_generic<(SpanMethod)0>(int, QT_FT_Span_ const*, void*) (qdrawhelper.cpp:5127) ==16780== by 0x649C2D5: fillRect_normalized(QRect const&, QSpanData*, QRasterPaintEnginePrivate*) (qpaintengine_raster.cpp:1494) ==16780== by 0x64A6653: QRasterPaintEngine::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpaintengine_raster.cpp:2536) ==16780== by 0x642D829: QPainter::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpainter.cpp:6882) ==16780== by 0x6326A6C: drawTiledPixmap (qpainter.h:837) ==16780== by 0x6326A6C: fillRegion (qwidget.cpp:2385) ==16780== by 0x6326A6C: QWidgetPrivate::paintBackground(QPainter*, QRegion const&, int) const (qwidget.cpp:2441) ==16780== by 0x63278A8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5577) ==16780== by 0x632839F: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5808) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x63274B8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5652) ==16780== by 0x632839F: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5808) ==16780== ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x62D05AC: comp_func_SourceOver_sse2(unsigned int*, unsigned int const*, int, unsigned int) (qdrawhelper_sse2.cpp:152) ==16780== by 0x64BC60A: void blend_tiled_generic<(SpanMethod)0>(int, QT_FT_Span_ const*, void*) (qdrawhelper.cpp:5127) ==16780== by 0x649C2D5: fillRect_normalized(QRect const&, QSpanData*, QRasterPaintEnginePrivate*) (qpaintengine_raster.cpp:1494) ==16780== by 0x64A6653: QRasterPaintEngine::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpaintengine_raster.cpp:2536) ==16780== by 0x642D829: QPainter::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpainter.cpp:6882) ==16780== by 0x6326A6C: drawTiledPixmap (qpainter.h:837) ==16780== by 0x6326A6C: fillRegion (qwidget.cpp:2385) ==16780== by 0x6326A6C: QWidgetPrivate::paintBackground(QPainter*, QRegion const&, int) const (qwidget.cpp:2441) ==16780== by 0x63278A8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5577) ==16780== by 0x632839F: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5808) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x63274B8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5652) ==16780== by 0x632839F: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5808) ==16780== ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x44BDEB: ONMainWindow::setStatStatus(QString) (onmainwindow.cpp:6742) ==16780== by 0x49E51D: ONMainWindow::slotSessEnter() (onmainwindow.cpp:3400) ==16780== by 0x4A0653: ONMainWindow::slotSelectedFromList(SessionButton*) (onmainwindow.cpp:2922) ==16780== by 0x53D6C0: ONMainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) (moc_onmainwindow.cpp:388) ==16780== by 0x72CB4A9: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (qobject.cpp:3547) ==16780== by 0x53E45C: SessionButton::sessionSelected(SessionButton*) (moc_sessionbutton.cpp:130) ==16780== by 0x53E384: SessionButton::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) [clone .part.0] (moc_sessionbutton.cpp:73) ==16780== by 0x72CB4A9: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (qobject.cpp:3547) ==16780== by 0x4B51DF: SessionButton::mouseReleaseEvent(QMouseEvent*) (sessionbutton.cpp:609) ==16780== by 0x632DB17: QWidget::event(QEvent*) (qwidget.cpp:8376) ==16780== by 0x66E337D: QFrame::event(QEvent*) (qframe.cpp:557) ==16780== by 0x62DAD3B: QApplicationPrivate::notify_helper(QObject*, QEvent*) (qapplication.cpp:4565) ==16780== x2go-INFO-8> "Starting connection to server: vulcan7:22" ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x62D05A8: comp_func_SourceOver_sse2(unsigned int*, unsigned int const*, int, unsigned int) (qdrawhelper_sse2.cpp:152) ==16780== by 0x64BC60A: void blend_tiled_generic<(SpanMethod)0>(int, QT_FT_Span_ const*, void*) (qdrawhelper.cpp:5127) ==16780== by 0x649EFDC: qt_span_fill_clipped(int, QT_FT_Span_ const*, void*) (qpaintengine_raster.cpp:4385) ==16780== by 0x649C2D5: fillRect_normalized(QRect const&, QSpanData*, QRasterPaintEnginePrivate*) (qpaintengine_raster.cpp:1494) ==16780== by 0x64A6653: QRasterPaintEngine::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpaintengine_raster.cpp:2536) ==16780== by 0x642D829: QPainter::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpainter.cpp:6882) ==16780== by 0x6326A6C: drawTiledPixmap (qpainter.h:837) ==16780== by 0x6326A6C: fillRegion (qwidget.cpp:2385) ==16780== by 0x6326A6C: QWidgetPrivate::paintBackground(QPainter*, QRegion const&, int) const (qwidget.cpp:2441) ==16780== by 0x63278A8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5577) ==16780== by 0x632839F: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5808) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x63274B8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5652) ==16780== ==16780== Conditional jump or move depends on uninitialised value(s) ==16780== at 0x62D05AC: comp_func_SourceOver_sse2(unsigned int*, unsigned int const*, int, unsigned int) (qdrawhelper_sse2.cpp:152) ==16780== by 0x64BC60A: void blend_tiled_generic<(SpanMethod)0>(int, QT_FT_Span_ const*, void*) (qdrawhelper.cpp:5127) ==16780== by 0x649EFDC: qt_span_fill_clipped(int, QT_FT_Span_ const*, void*) (qpaintengine_raster.cpp:4385) ==16780== by 0x649C2D5: fillRect_normalized(QRect const&, QSpanData*, QRasterPaintEnginePrivate*) (qpaintengine_raster.cpp:1494) ==16780== by 0x64A6653: QRasterPaintEngine::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpaintengine_raster.cpp:2536) ==16780== by 0x642D829: QPainter::drawTiledPixmap(QRectF const&, QPixmap const&, QPointF const&) (qpainter.cpp:6882) ==16780== by 0x6326A6C: drawTiledPixmap (qpainter.h:837) ==16780== by 0x6326A6C: fillRegion (qwidget.cpp:2385) ==16780== by 0x6326A6C: QWidgetPrivate::paintBackground(QPainter*, QRegion const&, int) const (qwidget.cpp:2441) ==16780== by 0x63278A8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5577) ==16780== by 0x632839F: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5808) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x632820E: QWidgetPrivate::paintSiblingsRecursive(QPaintDevice*, QList const&, int, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5795) ==16780== by 0x63274B8: QWidgetPrivate::drawWidget(QPaintDevice*, QRegion const&, QPoint const&, int, QPainter*, QWidgetBackingStore*) (qwidget.cpp:5652) ==16780== [2017/11/30 09:41:02.912941, 3] ssh_config_parse_file: Reading configuration data from /export/home/orion/.ssh/config [2017/11/30 09:41:02.933390, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 2 [2017/11/30 09:41:02.934374, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 5 [2017/11/30 09:41:02.934612, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 8 [2017/11/30 09:41:02.935685, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 17 [2017/11/30 09:41:02.936176, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 19 [2017/11/30 09:41:02.936398, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 21 [2017/11/30 09:41:02.936554, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 22 [2017/11/30 09:41:02.936708, 1] ssh_config_parse_line: Unsupported option: ControlMaster, line: 23 [2017/11/30 09:41:02.936862, 1] ssh_config_parse_line: Unsupported option: ControlPath, line: 24 [2017/11/30 09:41:02.937452, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 27 [2017/11/30 09:41:02.937699, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 30 [2017/11/30 09:41:02.938540, 1] ssh_config_parse_line: Unsupported option: HostKeyAlias, line: 35 [2017/11/30 09:41:02.939550, 3] ssh_config_parse_file: Reading configuration data from /etc/ssh/ssh_config [2017/11/30 09:41:02.940472, 1] ssh_config_parse_line: Unsupported option: GlobalKnownHostsFile, line: 58 [2017/11/30 09:41:02.940654, 1] ssh_config_parse_line: Unsupported option: PubkeyAuthentication, line: 59 [2017/11/30 09:41:02.943206, 1] ssh_config_parse_line: Unsupported option: GSSAPIAuthentication, line: 68 [2017/11/30 09:41:02.943800, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 70 [2017/11/30 09:41:02.944029, 1] ssh_config_parse_line: Unsupported option: ForwardX11Trusted, line: 74 [2017/11/30 09:41:02.944195, 1] ssh_config_parse_line: Unsupported option: TCPKeepAlive, line: 75 [2017/11/30 09:41:02.944362, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 77 [2017/11/30 09:41:02.944517, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 78 [2017/11/30 09:41:02.944671, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 79 [2017/11/30 09:41:02.944834, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 80 [2017/11/30 09:41:02.952120, 2] ssh_connect: libssh 0.7.1 (c) 2003-2014 Aris Adamantiadis, Andreas Schneider, and libssh contributors. Distributed under the LGPL, please refer to COPYING file for information about your rights, using threading threads_pthread [2017/11/30 09:41:02.953263, 2] ssh_socket_connect_proxycommand: Executing proxycommand '/usr/bin/sss_ssh_knownhostsproxy -p 22 vulcan7' [2017/11/30 09:41:02.959102, 2] ssh_socket_connect_proxycommand: ProxyCommand connection pipe: [11,14] [2017/11/30 09:41:02.961547, 1] socket_callback_connected: Socket connection callback: 1 (0) [2017/11/30 09:41:02.962419, 2] ssh_connect: Socket connecting, now waiting for the callbacks to work [2017/11/30 09:41:02.962991, 3] ssh_connect: Actual timeout : 60000 [2017/11/30 09:41:03.080748, 3] callback_receive_banner: Received banner: SSH-2.0-OpenSSH_7.4 [2017/11/30 09:41:03.081969, 1] ssh_client_connection_callback: SSH server banner: SSH-2.0-OpenSSH_7.4 [2017/11/30 09:41:03.083028, 1] ssh_analyze_banner: Analyzing banner: SSH-2.0-OpenSSH_7.4 [2017/11/30 09:41:03.084267, 1] ssh_analyze_banner: We are talking to an OpenSSH client version: 7.4 (70400) [2017/11/30 09:41:03.087990, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:03.099588, 3] ssh_packet_socket_callback: packet: read type 20 [len=1276,padding=10,comp=1265,payload=1265] [2017/11/30 09:41:03.099953, 3] ssh_packet_process: Dispatching handler for packet type 20 [2017/11/30 09:41:03.194537, 3] match_hashed_host: Matching a hashed host: vulcan7 match=0 [2017/11/30 09:41:03.195227, 3] match_hashed_host: Matching a hashed host: [vulcan7]:22 match=0 [2017/11/30 09:41:03.196033, 3] match_hashed_host: Matching a hashed host: vulcan7 match=0 [2017/11/30 09:41:03.196360, 3] match_hashed_host: Matching a hashed host: [vulcan7]:22 match=0 [2017/11/30 09:41:03.197716, 3] ssh_knownhosts_algorithms: server vulcan7:22 has ecdsa-sha2-nistp256 in known_hosts [2017/11/30 09:41:03.198178, 3] ssh_knownhosts_algorithms: server vulcan7:22 has ssh-rsa in known_hosts [2017/11/30 09:41:03.198525, 3] ssh_knownhosts_algorithms: server vulcan7:22 has ssh-rsa in known_hosts [2017/11/30 09:41:03.199773, 3] match_hashed_host: Matching a hashed host: vulcan7 match=1 [2017/11/30 09:41:03.199901, 3] ssh_knownhosts_algorithms: server vulcan7:22 has ssh-rsa in known_hosts [2017/11/30 09:41:03.200245, 3] match_hashed_host: Matching a hashed host: vulcan7 match=0 [2017/11/30 09:41:03.200564, 3] match_hashed_host: Matching a hashed host: [vulcan7]:22 match=0 [2017/11/30 09:41:03.210041, 3] ssh_client_select_hostkeys: Changing host key method to "ecdsa-sha2-nistp256,ssh-rsa" [2017/11/30 09:41:03.219902, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:03.220273, 3] packet_send2: packet: wrote [len=452,padding=4,comp=447,payload=447] [2017/11/30 09:41:03.281057, 3] packet_send2: packet: wrote [len=44,padding=6,comp=37,payload=37] [2017/11/30 09:41:03.281924, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:03.293613, 3] ssh_packet_socket_callback: packet: read type 31 [len=260,padding=10,comp=249,payload=249] [2017/11/30 09:41:03.293726, 3] ssh_packet_process: Dispatching handler for packet type 31 [2017/11/30 09:41:03.293951, 2] ssh_packet_dh_reply: Received SSH_KEXDH_REPLY [2017/11/30 09:41:03.338412, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:03.338590, 3] packet_send2: packet: wrote [len=12,padding=10,comp=1,payload=1] [2017/11/30 09:41:03.338782, 2] ssh_client_curve25519_reply: SSH_MSG_NEWKEYS sent [2017/11/30 09:41:03.339436, 3] ssh_packet_socket_callback: Processing 16 bytes left in socket buffer [2017/11/30 09:41:03.339810, 3] ssh_packet_socket_callback: packet: read type 21 [len=12,padding=10,comp=1,payload=1] [2017/11/30 09:41:03.339934, 3] ssh_packet_process: Dispatching handler for packet type 21 [2017/11/30 09:41:03.340163, 2] ssh_packet_newkeys: Received SSH_MSG_NEWKEYS [2017/11/30 09:41:03.378717, 3] crypt_set_algorithms2: Set output algorithm to aes256-ctr [2017/11/30 09:41:03.379625, 3] crypt_set_algorithms2: Set HMAC output algorithm to hmac-sha1 [2017/11/30 09:41:03.380125, 3] crypt_set_algorithms2: Set input algorithm to aes256-ctr [2017/11/30 09:41:03.380669, 3] crypt_set_algorithms2: Set HMAC output algorithm to hmac-sha1 [2017/11/30 09:41:03.595245, 2] ssh_packet_newkeys: Signature verified and valid [2017/11/30 09:41:03.599605, 3] ssh_connect: current state : 7 [2017/11/30 09:41:03.601969, 3] ssh_config_parse_file: Reading configuration data from /export/home/orion/.ssh/config [2017/11/30 09:41:03.602931, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 2 [2017/11/30 09:41:03.603406, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 5 [2017/11/30 09:41:03.603755, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 8 [2017/11/30 09:41:03.604026, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 17 [2017/11/30 09:41:03.604278, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 19 [2017/11/30 09:41:03.604599, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 21 [2017/11/30 09:41:03.604730, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 22 [2017/11/30 09:41:03.605090, 1] ssh_config_parse_line: Unsupported option: ControlMaster, line: 23 [2017/11/30 09:41:03.605256, 1] ssh_config_parse_line: Unsupported option: ControlPath, line: 24 [2017/11/30 09:41:03.605573, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 27 [2017/11/30 09:41:03.605853, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 30 [2017/11/30 09:41:03.606094, 1] ssh_config_parse_line: Unsupported option: HostKeyAlias, line: 35 [2017/11/30 09:41:03.606367, 3] ssh_config_parse_file: Reading configuration data from /etc/ssh/ssh_config [2017/11/30 09:41:03.656987, 1] ssh_config_parse_line: Unsupported option: GlobalKnownHostsFile, line: 58 [2017/11/30 09:41:03.680727, 1] ssh_config_parse_line: Unsupported option: PubkeyAuthentication, line: 59 [2017/11/30 09:41:03.950444, 1] ssh_config_parse_line: Unsupported option: GSSAPIAuthentication, line: 68 [2017/11/30 09:41:03.950728, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 70 [2017/11/30 09:41:03.951175, 1] ssh_config_parse_line: Unsupported option: ForwardX11Trusted, line: 74 [2017/11/30 09:41:03.951436, 1] ssh_config_parse_line: Unsupported option: TCPKeepAlive, line: 75 [2017/11/30 09:41:03.951571, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 77 [2017/11/30 09:41:03.951691, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 78 [2017/11/30 09:41:03.951809, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 79 [2017/11/30 09:41:03.951982, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 80 [2017/11/30 09:41:03.969533, 3] match_hashed_host: Matching a hashed host: vulcan7 match=0 [2017/11/30 09:41:03.970016, 3] match_hashed_host: Matching a hashed host: [vulcan7]:22 match=0 [2017/11/30 09:41:03.970807, 3] match_hashed_host: Matching a hashed host: vulcan7 match=0 [2017/11/30 09:41:03.971221, 3] match_hashed_host: Matching a hashed host: [vulcan7]:22 match=0 [2017/11/30 09:41:04.005449, 1] ssh_agent_get_ident_count: Answer type: 12, expected answer: 12 [2017/11/30 09:41:04.006445, 3] ssh_agent_get_ident_count: Agent count: 3 [2017/11/30 09:41:04.013272, 3] ssh_userauth_agent: Trying identity /export/home/orion/.ssh/id_rsa [2017/11/30 09:41:04.027432, 3] packet_send2: packet: wrote [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:04.027775, 3] ssh_service_request: Sent SSH_MSG_SERVICE_REQUEST (service ssh-userauth) [2017/11/30 09:41:04.028709, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:04.035279, 3] ssh_packet_socket_callback: packet: read type 6 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:04.035489, 3] ssh_packet_process: Dispatching handler for packet type 6 [2017/11/30 09:41:04.035797, 3] ssh_packet_service_accept: Received SSH_MSG_SERVICE_ACCEPT [2017/11/30 09:41:04.083126, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:04.083323, 3] packet_send2: packet: wrote [len=348,padding=11,comp=336,payload=336] [2017/11/30 09:41:04.155607, 3] ssh_packet_socket_callback: packet: read type 60 [len=300,padding=4,comp=295,payload=295] [2017/11/30 09:41:04.155777, 3] ssh_packet_process: Dispatching handler for packet type 60 [2017/11/30 09:41:04.157740, 3] ssh_userauth_agent: Public key of /export/home/orion/.ssh/id_rsa accepted by server [2017/11/30 09:41:04.172165, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:04.172370, 3] packet_send2: packet: wrote [len=620,padding=8,comp=611,payload=611] [2017/11/30 09:41:04.965462, 3] ssh_packet_socket_callback: packet: read type 52 [len=12,padding=10,comp=1,payload=1] [2017/11/30 09:41:04.965691, 3] ssh_packet_process: Dispatching handler for packet type 52 [2017/11/30 09:41:04.966058, 3] ssh_packet_userauth_success: Authentication successful [2017/11/30 09:41:04.975590, 2] channel_open: Creating a channel 43 with 64000 window and 32768 max packet [2017/11/30 09:41:04.976807, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:04.977005, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:04.977391, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 43 [2017/11/30 09:41:05.231761, 3] ssh_packet_socket_callback: packet: read type 80 [len=492,padding=16,comp=475,payload=475] [2017/11/30 09:41:05.232009, 3] ssh_packet_process: Dispatching handler for packet type 80 [2017/11/30 09:41:05.232383, 2] ssh_packet_global_request: Received SSH_MSG_GLOBAL_REQUEST packet [2017/11/30 09:41:05.237419, 2] ssh_packet_global_request: UNKNOWN SSH_MSG_GLOBAL_REQUEST hostkeys-00@openssh.com 0 [2017/11/30 09:41:05.238214, 1] ssh_packet_process: Couldn't do anything with packet type 80 [2017/11/30 09:41:05.239207, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:05.239370, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:05.239760, 3] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:05.239920, 3] ssh_packet_process: Dispatching handler for packet type 91 [2017/11/30 09:41:05.240241, 3] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2017/11/30 09:41:05.242332, 2] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 43:0 [2017/11/30 09:41:05.242636, 2] ssh_packet_channel_open_conf: Remote window : 0, maxpacket : 32768 [2017/11/30 09:41:05.246094, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:05.246259, 3] packet_send2: packet: wrote [len=60,padding=12,comp=47,payload=47] [2017/11/30 09:41:05.246572, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST pty-req [2017/11/30 09:41:05.254294, 3] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:05.254449, 3] ssh_packet_process: Dispatching handler for packet type 99 [2017/11/30 09:41:05.255549, 3] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (43:0) [2017/11/30 09:41:05.256362, 2] channel_request: Channel request pty-req success [2017/11/30 09:41:05.258390, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:05.258554, 3] packet_send2: packet: wrote [len=44,padding=4,comp=39,payload=39] [2017/11/30 09:41:05.258697, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST window-change [2017/11/30 09:41:05.260734, 3] packet_send2: packet: wrote [len=44,padding=10,comp=33,payload=33] [2017/11/30 09:41:05.260908, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST exec [2017/11/30 09:41:05.261077, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:05.300905, 3] ssh_packet_socket_callback: packet: read type 93 [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:05.301063, 3] ssh_packet_process: Dispatching handler for packet type 93 [2017/11/30 09:41:05.301925, 2] channel_rcv_change_window: Adding 2097152 bytes to channel (43:0) (from 0 bytes) [2017/11/30 09:41:05.302275, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:05.302606, 3] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:05.302756, 3] ssh_packet_process: Dispatching handler for packet type 99 [2017/11/30 09:41:05.302909, 3] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (43:0) [2017/11/30 09:41:05.303069, 2] channel_request: Channel request exec success [2017/11/30 09:41:06.061906, 3] ssh_packet_socket_callback: packet: read type 98 [len=44,padding=18,comp=25,payload=25] [2017/11/30 09:41:06.062141, 3] ssh_packet_process: Dispatching handler for packet type 98 [2017/11/30 09:41:06.064239, 3] channel_rcv_request: received exit-status 0 [2017/11/30 09:41:06.064675, 3] ssh_packet_socket_callback: Processing 124 bytes left in socket buffer [2017/11/30 09:41:06.065121, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=8,comp=19,payload=19] [2017/11/30 09:41:06.065312, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:06.066817, 3] channel_rcv_data: Channel receiving 10 bytes data in 0 (local win=64000 remote win=2097152) [2017/11/30 09:41:06.067710, 3] channel_default_bufferize: placing 10 bytes into channel buffer (stderr=0) [2017/11/30 09:41:06.068927, 3] channel_rcv_data: Channel windows are now (local win=63990 remote win=2097152) [2017/11/30 09:41:06.069523, 3] ssh_packet_socket_callback: Processing 72 bytes left in socket buffer [2017/11/30 09:41:06.069941, 3] ssh_packet_socket_callback: packet: read type 96 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:06.070129, 3] ssh_packet_process: Dispatching handler for packet type 96 [2017/11/30 09:41:06.070822, 3] channel_rcv_eof: Received eof on channel (43:0) [2017/11/30 09:41:06.071265, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:06.071686, 3] ssh_packet_socket_callback: packet: read type 97 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:06.071867, 3] ssh_packet_process: Dispatching handler for packet type 97 [2017/11/30 09:41:06.072567, 3] channel_rcv_close: Received close on channel (43:0) [2017/11/30 09:41:06.074839, 3] ssh_channel_read_timeout: Read (10) buffered : 10 bytes. Window: 63990 [2017/11/30 09:41:06.078694, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.078895, 3] packet_send2: packet: wrote [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:06.079320, 2] grow_window: growing window (channel 43:0) to 1280000 bytes [2017/11/30 09:41:06.084103, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:06.084464, 3] ssh_channel_send_eof: Sent a EOF on client channel (43:0) [2017/11/30 09:41:06.085735, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.087582, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:06.087958, 3] ssh_channel_close: Sent a close on client channel (43:0) [2017/11/30 09:41:06.088358, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.089197, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:06.089396, 3] ssh_channel_send_eof: Sent a EOF on client channel (43:0) [2017/11/30 09:41:06.089588, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.099204, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:06.135678, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:06.138074, 2] channel_open: Creating a channel 44 with 64000 window and 32768 max packet [2017/11/30 09:41:06.138553, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.138707, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:06.138865, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 44 [2017/11/30 09:41:06.139423, 3] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:06.139567, 3] ssh_packet_process: Dispatching handler for packet type 91 [2017/11/30 09:41:06.139700, 3] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2017/11/30 09:41:06.139847, 2] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 44:0 [2017/11/30 09:41:06.139997, 2] ssh_packet_channel_open_conf: Remote window : 0, maxpacket : 32768 [2017/11/30 09:41:06.141161, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.141324, 3] packet_send2: packet: wrote [len=252,padding=5,comp=246,payload=246] [2017/11/30 09:41:06.141467, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST exec [2017/11/30 09:41:06.146399, 3] ssh_packet_socket_callback: packet: read type 93 [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:06.146555, 3] ssh_packet_process: Dispatching handler for packet type 93 [2017/11/30 09:41:06.146703, 2] channel_rcv_change_window: Adding 2097152 bytes to channel (44:0) (from 0 bytes) [2017/11/30 09:41:06.146836, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:06.147157, 3] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:06.147301, 3] ssh_packet_process: Dispatching handler for packet type 99 [2017/11/30 09:41:06.147448, 3] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (44:0) [2017/11/30 09:41:06.147593, 2] channel_request: Channel request exec success [2017/11/30 09:41:06.491418, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=15,comp=60,payload=60] [2017/11/30 09:41:06.491661, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:06.491895, 3] channel_rcv_data: Channel receiving 51 bytes data in 0 (local win=64000 remote win=2097152) [2017/11/30 09:41:06.492074, 3] channel_default_bufferize: placing 51 bytes into channel buffer (stderr=0) [2017/11/30 09:41:06.492259, 3] channel_rcv_data: Channel windows are now (local win=63949 remote win=2097152) [2017/11/30 09:41:06.497643, 3] ssh_channel_read_timeout: Read (524287) buffered : 51 bytes. Window: 63949 [2017/11/30 09:41:06.498689, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:06.498884, 3] packet_send2: packet: wrote [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:06.499063, 2] grow_window: growing window (channel 44:0) to 1280000 bytes [2017/11/30 09:41:06.501517, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:07.003185, 3] ssh_packet_socket_callback: packet: read type 98 [len=44,padding=18,comp=25,payload=25] [2017/11/30 09:41:07.003341, 3] ssh_packet_process: Dispatching handler for packet type 98 [2017/11/30 09:41:07.003466, 3] channel_rcv_request: received exit-status 0 [2017/11/30 09:41:07.003567, 3] ssh_packet_socket_callback: Processing 172 bytes left in socket buffer [2017/11/30 09:41:07.003831, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=17,comp=58,payload=58] [2017/11/30 09:41:07.003957, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:07.004083, 3] channel_rcv_data: Channel receiving 49 bytes data in 0 (local win=1280000 remote win=2097152) [2017/11/30 09:41:07.004185, 3] channel_default_bufferize: placing 49 bytes into channel buffer (stderr=0) [2017/11/30 09:41:07.004292, 3] channel_rcv_data: Channel windows are now (local win=1279951 remote win=2097152) [2017/11/30 09:41:07.004400, 3] ssh_packet_socket_callback: Processing 72 bytes left in socket buffer [2017/11/30 09:41:07.004632, 3] ssh_packet_socket_callback: packet: read type 96 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:07.004738, 3] ssh_packet_process: Dispatching handler for packet type 96 [2017/11/30 09:41:07.004844, 3] channel_rcv_eof: Received eof on channel (44:0) [2017/11/30 09:41:07.004956, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:07.005187, 3] ssh_packet_socket_callback: packet: read type 97 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:07.005293, 3] ssh_packet_process: Dispatching handler for packet type 97 [2017/11/30 09:41:07.005400, 3] channel_rcv_close: Received close on channel (44:0) [2017/11/30 09:41:07.005663, 3] ssh_channel_read_timeout: Read (524287) buffered : 49 bytes. Window: 1279951 [2017/11/30 09:41:07.006474, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:07.006599, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:07.006784, 3] ssh_channel_send_eof: Sent a EOF on client channel (44:0) [2017/11/30 09:41:07.007582, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:07.007705, 3] ssh_channel_close: Sent a close on client channel (44:0) [2017/11/30 09:41:07.007823, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:07.010331, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:07.068998, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:07.095899, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:07.096323, 2] channel_open: Creating a channel 45 with 64000 window and 32768 max packet [2017/11/30 09:41:07.096942, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:07.097148, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:07.097338, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 45 [2017/11/30 09:41:07.097813, 3] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:07.098024, 3] ssh_packet_process: Dispatching handler for packet type 91 [2017/11/30 09:41:07.098192, 3] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2017/11/30 09:41:07.098377, 2] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 45:0 [2017/11/30 09:41:07.098547, 2] ssh_packet_channel_open_conf: Remote window : 0, maxpacket : 32768 [2017/11/30 09:41:07.099396, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:07.099599, 3] packet_send2: packet: wrote [len=316,padding=13,comp=302,payload=302] [2017/11/30 09:41:07.099776, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST exec [2017/11/30 09:41:07.102565, 3] ssh_packet_socket_callback: packet: read type 93 [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:07.102756, 3] ssh_packet_process: Dispatching handler for packet type 93 [2017/11/30 09:41:07.102958, 2] channel_rcv_change_window: Adding 2097152 bytes to channel (45:0) (from 0 bytes) [2017/11/30 09:41:07.103126, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:07.103510, 3] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:07.103686, 3] ssh_packet_process: Dispatching handler for packet type 99 [2017/11/30 09:41:07.103863, 3] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (45:0) [2017/11/30 09:41:07.104061, 2] channel_request: Channel request exec success [2017/11/30 09:41:07.424379, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=15,comp=60,payload=60] [2017/11/30 09:41:07.424597, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:07.424801, 3] channel_rcv_data: Channel receiving 51 bytes data in 0 (local win=64000 remote win=2097152) [2017/11/30 09:41:07.424986, 3] channel_default_bufferize: placing 51 bytes into channel buffer (stderr=0) [2017/11/30 09:41:07.425178, 3] channel_rcv_data: Channel windows are now (local win=63949 remote win=2097152) [2017/11/30 09:41:07.425428, 3] ssh_channel_read_timeout: Read (524287) buffered : 51 bytes. Window: 63949 [2017/11/30 09:41:07.425969, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:07.426164, 3] packet_send2: packet: wrote [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:07.426345, 2] grow_window: growing window (channel 45:0) to 1280000 bytes [2017/11/30 09:41:07.426796, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:07.928339, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:08.429187, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:08.930176, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:09.430928, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:09.931998, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:10.432995, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:10.934060, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:11.435163, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:11.936097, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:12.437203, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:12.938150, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:13.439253, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:13.940334, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:14.441403, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:14.942782, 3] ssh_packet_socket_callback: packet: read type 94 [len=108,padding=5,comp=102,payload=102] [2017/11/30 09:41:14.943042, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:14.943251, 3] channel_rcv_data: Channel receiving 93 bytes data in 0 (local win=1280000 remote win=2097152) [2017/11/30 09:41:14.943418, 3] channel_default_bufferize: placing 93 bytes into channel buffer (stderr=0) [2017/11/30 09:41:14.943614, 3] channel_rcv_data: Channel windows are now (local win=1279907 remote win=2097152) [2017/11/30 09:41:14.943792, 3] ssh_packet_socket_callback: Processing 240 bytes left in socket buffer [2017/11/30 09:41:14.944231, 3] ssh_packet_socket_callback: packet: read type 98 [len=44,padding=18,comp=25,payload=25] [2017/11/30 09:41:14.944411, 3] ssh_packet_process: Dispatching handler for packet type 98 [2017/11/30 09:41:14.944608, 3] channel_rcv_request: received exit-status 0 [2017/11/30 09:41:14.944774, 3] ssh_packet_socket_callback: Processing 172 bytes left in socket buffer [2017/11/30 09:41:14.945234, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=17,comp=58,payload=58] [2017/11/30 09:41:14.945417, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:14.945614, 3] channel_rcv_data: Channel receiving 49 bytes data in 0 (local win=1279907 remote win=2097152) [2017/11/30 09:41:14.945784, 3] channel_default_bufferize: placing 49 bytes into channel buffer (stderr=0) [2017/11/30 09:41:14.945984, 3] channel_rcv_data: Channel windows are now (local win=1279858 remote win=2097152) [2017/11/30 09:41:14.946163, 3] ssh_packet_socket_callback: Processing 72 bytes left in socket buffer [2017/11/30 09:41:14.946541, 3] ssh_packet_socket_callback: packet: read type 96 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:14.946720, 3] ssh_packet_process: Dispatching handler for packet type 96 [2017/11/30 09:41:14.946904, 3] channel_rcv_eof: Received eof on channel (45:0) [2017/11/30 09:41:14.947079, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:14.947465, 3] ssh_packet_socket_callback: packet: read type 97 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:14.947641, 3] ssh_packet_process: Dispatching handler for packet type 97 [2017/11/30 09:41:14.947820, 3] channel_rcv_close: Received close on channel (45:0) [2017/11/30 09:41:14.948106, 3] ssh_channel_read_timeout: Read (524287) buffered : 142 bytes. Window: 1279858 [2017/11/30 09:41:14.948524, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:14.949161, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:14.949297, 3] ssh_channel_send_eof: Sent a EOF on client channel (45:0) [2017/11/30 09:41:14.949606, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:14.949725, 3] ssh_channel_close: Sent a close on client channel (45:0) [2017/11/30 09:41:14.949846, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:15.021442, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.072065, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.296689, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.297989, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.313859, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.415081, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.610932, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.884281, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:15.886775, 3] ssh_config_parse_file: Reading configuration data from /export/home/orion/.ssh/config [2017/11/30 09:41:15.889571, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 2 [2017/11/30 09:41:15.889818, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 5 [2017/11/30 09:41:15.890122, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 8 [2017/11/30 09:41:15.890394, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 17 [2017/11/30 09:41:15.890629, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 19 [2017/11/30 09:41:15.890825, 1] ssh_config_parse_line: Unsupported option: ForwardAgent, line: 21 [2017/11/30 09:41:15.891079, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 22 [2017/11/30 09:41:15.891282, 1] ssh_config_parse_line: Unsupported option: ControlMaster, line: 23 [2017/11/30 09:41:15.891438, 1] ssh_config_parse_line: Unsupported option: ControlPath, line: 24 [2017/11/30 09:41:15.891725, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 27 [2017/11/30 09:41:15.892056, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 30 [2017/11/30 09:41:15.892383, 1] ssh_config_parse_line: Unsupported option: HostKeyAlias, line: 35 [2017/11/30 09:41:15.892628, 3] ssh_config_parse_file: Reading configuration data from /etc/ssh/ssh_config [2017/11/30 09:41:15.893510, 1] ssh_config_parse_line: Unsupported option: GlobalKnownHostsFile, line: 58 [2017/11/30 09:41:15.893715, 1] ssh_config_parse_line: Unsupported option: PubkeyAuthentication, line: 59 [2017/11/30 09:41:15.894217, 1] ssh_config_parse_line: Unsupported option: GSSAPIAuthentication, line: 68 [2017/11/30 09:41:15.894407, 1] ssh_config_parse_line: Unsupported option: ForwardX11, line: 70 [2017/11/30 09:41:15.894587, 1] ssh_config_parse_line: Unsupported option: ForwardX11Trusted, line: 74 [2017/11/30 09:41:15.894774, 1] ssh_config_parse_line: Unsupported option: TCPKeepAlive, line: 75 [2017/11/30 09:41:15.895080, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 77 [2017/11/30 09:41:15.895229, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 78 [2017/11/30 09:41:15.895426, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 79 [2017/11/30 09:41:15.895571, 1] ssh_config_parse_line: Unsupported option: SendEnv, line: 80 [2017/11/30 09:41:15.910304, 2] channel_open: Creating a channel 46 with 64000 window and 32768 max packet [2017/11/30 09:41:15.911258, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:15.911418, 3] packet_send2: packet: wrote [len=76,padding=12,comp=63,payload=63] [2017/11/30 09:41:15.911565, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type direct-tcpip for channel 46 [2017/11/30 09:41:15.915021, 3] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:15.915246, 3] ssh_packet_process: Dispatching handler for packet type 91 [2017/11/30 09:41:15.915386, 3] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2017/11/30 09:41:15.915518, 2] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 46:0 [2017/11/30 09:41:15.915636, 2] ssh_packet_channel_open_conf: Remote window : 2097152, maxpacket : 32768 [2017/11/30 09:41:15.925097, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:15.925243, 3] packet_send2: packet: wrote [len=108,padding=9,comp=98,payload=98] [2017/11/30 09:41:15.925564, 3] channel_write_common: channel_write wrote 89 bytes [2017/11/30 09:41:15.926230, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:16.427398, 3] ssh_packet_socket_callback: packet: read type 94 [len=156,padding=6,comp=149,payload=149] [2017/11/30 09:41:16.427574, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:16.427763, 3] channel_rcv_data: Channel receiving 140 bytes data in 0 (local win=64000 remote win=2097063) [2017/11/30 09:41:16.427924, 3] channel_default_bufferize: placing 140 bytes into channel buffer (stderr=0) [2017/11/30 09:41:16.428123, 3] channel_rcv_data: Channel windows are now (local win=63860 remote win=2097063) [2017/11/30 09:41:16.428356, 3] ssh_packet_socket_callback: Processing 68 bytes left in socket buffer [2017/11/30 09:41:16.428727, 3] ssh_packet_socket_callback: packet: read type 94 [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:16.428987, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:16.429212, 3] channel_rcv_data: Channel receiving 15 bytes data in 0 (local win=63860 remote win=2097063) [2017/11/30 09:41:16.429365, 3] channel_default_bufferize: placing 15 bytes into channel buffer (stderr=0) [2017/11/30 09:41:16.429474, 3] channel_rcv_data: Channel windows are now (local win=63845 remote win=2097063) [2017/11/30 09:41:16.429844, 3] ssh_channel_read_timeout: Read (524287) buffered : 155 bytes. Window: 63845 [2017/11/30 09:41:16.430341, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:16.430542, 3] packet_send2: packet: wrote [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:16.430779, 2] grow_window: growing window (channel 46:0) to 1280000 bytes [2017/11/30 09:41:16.432352, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:16.435074, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:16.435335, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:16.435511, 3] channel_write_common: channel_write wrote 15 bytes [2017/11/30 09:41:16.435728, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:16.936985, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=7,comp=20,payload=20] [2017/11/30 09:41:16.937198, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:16.937430, 3] channel_rcv_data: Channel receiving 11 bytes data in 0 (local win=1280000 remote win=2097048) [2017/11/30 09:41:16.937636, 3] channel_default_bufferize: placing 11 bytes into channel buffer (stderr=0) [2017/11/30 09:41:16.937775, 3] channel_rcv_data: Channel windows are now (local win=1279989 remote win=2097048) [2017/11/30 09:41:16.938000, 3] ssh_packet_socket_callback: Processing 100 bytes left in socket buffer [2017/11/30 09:41:16.938489, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=4,comp=71,payload=71] [2017/11/30 09:41:16.938718, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:16.938959, 3] channel_rcv_data: Channel receiving 62 bytes data in 0 (local win=1279989 remote win=2097048) [2017/11/30 09:41:16.939206, 3] channel_default_bufferize: placing 62 bytes into channel buffer (stderr=0) [2017/11/30 09:41:16.939421, 3] channel_rcv_data: Channel windows are now (local win=1279927 remote win=2097048) [2017/11/30 09:41:16.939676, 3] ssh_channel_read_timeout: Read (524287) buffered : 73 bytes. Window: 1279927 [2017/11/30 09:41:16.939999, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:16.943127, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:16.943342, 3] packet_send2: packet: wrote [len=700,padding=13,comp=686,payload=686] [2017/11/30 09:41:16.943529, 3] channel_write_common: channel_write wrote 677 bytes [2017/11/30 09:41:16.943824, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:17.445076, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=7,comp=68,payload=68] [2017/11/30 09:41:17.445323, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:17.445490, 3] channel_rcv_data: Channel receiving 59 bytes data in 0 (local win=1279927 remote win=2096371) [2017/11/30 09:41:17.445653, 3] channel_default_bufferize: placing 59 bytes into channel buffer (stderr=0) [2017/11/30 09:41:17.445812, 3] channel_rcv_data: Channel windows are now (local win=1279868 remote win=2096371) [2017/11/30 09:41:17.446101, 3] ssh_channel_read_timeout: Read (524287) buffered : 59 bytes. Window: 1279868 [2017/11/30 09:41:17.446416, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:17.449884, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:17.450121, 3] packet_send2: packet: wrote [len=2300,padding=5,comp=2294,payload=2294] [2017/11/30 09:41:17.450305, 3] channel_write_common: channel_write wrote 2285 bytes [2017/11/30 09:41:17.450502, 1] ssh_channel_accept: No channel request of this type from server Generating public/private rsa key pair. Your identification has been saved in /export/home/orion/.x2go/ssh/gen/key.w16780. Your public key has been saved in /export/home/orion/.x2go/ssh/gen/key.w16780.pub. The key fingerprint is: SHA256:0XZ4rcZ2X7237bPaXYrYH9iEYU49OJvpmytp+IlLR+c X2Go Client RSA user key The key's randomart image is: +---[RSA 4096]----+ | | | . . + | | . + O + | | o B O ..| | S . % o o| | . * = .o| | ....E o.+| | ..o++ +.+*| | o++.*++=*| +----[SHA256]-----+ [2017/11/30 09:41:17.952819, 3] ssh_packet_socket_callback: packet: read type 94 [len=44,padding=13,comp=30,payload=30] [2017/11/30 09:41:17.952994, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:17.953127, 3] channel_rcv_data: Channel receiving 21 bytes data in 0 (local win=1279868 remote win=2094086) [2017/11/30 09:41:17.953229, 3] channel_default_bufferize: placing 21 bytes into channel buffer (stderr=0) [2017/11/30 09:41:17.953407, 3] channel_rcv_data: Channel windows are now (local win=1279847 remote win=2094086) [2017/11/30 09:41:17.953696, 3] ssh_channel_read_timeout: Read (524287) buffered : 21 bytes. Window: 1279847 [2017/11/30 09:41:17.954224, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:17.956713, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:17.956940, 3] packet_send2: packet: wrote [len=28,padding=6,comp=21,payload=21] [2017/11/30 09:41:17.957183, 3] channel_write_common: channel_write wrote 12 bytes [2017/11/30 09:41:17.957398, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:17.957955, 3] ssh_packet_socket_callback: packet: read type 94 [len=44,padding=14,comp=29,payload=29] [2017/11/30 09:41:17.958155, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:17.958355, 3] channel_rcv_data: Channel receiving 20 bytes data in 0 (local win=1279847 remote win=2094074) [2017/11/30 09:41:17.958528, 3] channel_default_bufferize: placing 20 bytes into channel buffer (stderr=0) [2017/11/30 09:41:17.958787, 3] channel_rcv_data: Channel windows are now (local win=1279827 remote win=2094074) [2017/11/30 09:41:17.959152, 3] ssh_channel_read_timeout: Read (524287) buffered : 20 bytes. Window: 1279827 [2017/11/30 09:41:17.959397, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:17.961042, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:17.961252, 3] packet_send2: packet: wrote [len=44,padding=4,comp=39,payload=39] [2017/11/30 09:41:17.961435, 3] channel_write_common: channel_write wrote 30 bytes [2017/11/30 09:41:17.961730, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:17.962187, 3] ssh_packet_socket_callback: packet: read type 94 [len=44,padding=8,comp=35,payload=35] [2017/11/30 09:41:17.962342, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:17.962529, 3] channel_rcv_data: Channel receiving 26 bytes data in 0 (local win=1279827 remote win=2094044) [2017/11/30 09:41:17.962662, 3] channel_default_bufferize: placing 26 bytes into channel buffer (stderr=0) [2017/11/30 09:41:17.962806, 3] channel_rcv_data: Channel windows are now (local win=1279801 remote win=2094044) [2017/11/30 09:41:18.463851, 3] ssh_channel_read_timeout: Read (524287) buffered : 26 bytes. Window: 1279801 [2017/11/30 09:41:18.466381, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.466506, 3] packet_send2: packet: wrote [len=44,padding=16,comp=27,payload=27] [2017/11/30 09:41:18.466749, 3] global_request: Sent a SSH_MSG_GLOBAL_REQUEST tcpip-forward [2017/11/30 09:41:18.467514, 3] ssh_packet_socket_callback: packet: read type 81 [len=12,padding=10,comp=1,payload=1] [2017/11/30 09:41:18.467642, 3] ssh_packet_process: Dispatching handler for packet type 81 [2017/11/30 09:41:18.467830, 3] ssh_request_success: Received SSH_REQUEST_SUCCESS [2017/11/30 09:41:18.468375, 2] global_request: Global request tcpip-forward success [2017/11/30 09:41:18.469737, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:18.475797, 2] ssh_scp_init: Initializing scp session write recursive on location '~orion/.x2go/ssh' [2017/11/30 09:41:18.477729, 2] channel_open: Creating a channel 47 with 64000 window and 32768 max packet [2017/11/30 09:41:18.478255, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.478441, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:18.478608, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 47 [2017/11/30 09:41:18.479038, 3] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:18.479215, 3] ssh_packet_process: Dispatching handler for packet type 91 [2017/11/30 09:41:18.479367, 3] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2017/11/30 09:41:18.479532, 2] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 47:3 [2017/11/30 09:41:18.479688, 2] ssh_packet_channel_open_conf: Remote window : 0, maxpacket : 32768 [2017/11/30 09:41:18.480772, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.480972, 3] packet_send2: packet: wrote [len=60,padding=15,comp=44,payload=44] [2017/11/30 09:41:18.481143, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST exec [2017/11/30 09:41:18.484660, 3] ssh_packet_socket_callback: packet: read type 93 [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:18.484836, 3] ssh_packet_process: Dispatching handler for packet type 93 [2017/11/30 09:41:18.485031, 2] channel_rcv_change_window: Adding 2097152 bytes to channel (47:3) (from 0 bytes) [2017/11/30 09:41:18.485189, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:18.485541, 3] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:18.485706, 3] ssh_packet_process: Dispatching handler for packet type 99 [2017/11/30 09:41:18.485868, 3] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (47:3) [2017/11/30 09:41:18.486051, 2] channel_request: Channel request exec success [2017/11/30 09:41:18.486512, 3] ssh_channel_read_timeout: Read (1) buffered : 0 bytes. Window: 64000 [2017/11/30 09:41:18.691860, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10] [2017/11/30 09:41:18.692158, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:18.692390, 3] channel_rcv_data: Channel receiving 1 bytes data in 0 (local win=64000 remote win=2097152) [2017/11/30 09:41:18.692616, 3] channel_default_bufferize: placing 1 bytes into channel buffer (stderr=0) [2017/11/30 09:41:18.692846, 3] channel_rcv_data: Channel windows are now (local win=63999 remote win=2097152) [2017/11/30 09:41:18.693220, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.693396, 3] packet_send2: packet: wrote [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:18.693638, 2] grow_window: growing window (channel 47:3) to 1280000 bytes [2017/11/30 09:41:18.699799, 2] ssh_scp_push_file64: SCP pushing file key.w16780, size 4019 with permissions '0600' [2017/11/30 09:41:18.702094, 3] packet_send2: packet: wrote [len=44,padding=12,comp=31,payload=31] [2017/11/30 09:41:18.702363, 3] channel_write_common: channel_write wrote 22 bytes [2017/11/30 09:41:18.702625, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.703069, 3] ssh_channel_read_timeout: Read (1) buffered : 0 bytes. Window: 1280000 [2017/11/30 09:41:18.735441, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10] [2017/11/30 09:41:18.735637, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:18.735818, 3] channel_rcv_data: Channel receiving 1 bytes data in 0 (local win=1280000 remote win=2097130) [2017/11/30 09:41:18.735964, 3] channel_default_bufferize: placing 1 bytes into channel buffer (stderr=0) [2017/11/30 09:41:18.736133, 3] channel_rcv_data: Channel windows are now (local win=1279999 remote win=2097130) [2017/11/30 09:41:18.742504, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.742891, 3] packet_send2: packet: wrote [len=4044,padding=15,comp=4028,payload=4028] [2017/11/30 09:41:18.743274, 3] channel_write_common: channel_write wrote 4019 bytes [2017/11/30 09:41:18.744594, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.744844, 3] packet_send2: packet: wrote [len=28,padding=17,comp=10,payload=10] [2017/11/30 09:41:18.745155, 3] channel_write_common: channel_write wrote 1 bytes [2017/11/30 09:41:18.748857, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:18.749199, 3] ssh_channel_send_eof: Sent a EOF on client channel (47:3) [2017/11/30 09:41:18.749677, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=17,comp=10,payload=10] [2017/11/30 09:41:18.750105, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:18.750395, 3] channel_rcv_data: Channel receiving 1 bytes data in 0 (local win=1279999 remote win=2093110) [2017/11/30 09:41:18.750555, 3] channel_default_bufferize: placing 1 bytes into channel buffer (stderr=0) [2017/11/30 09:41:18.750795, 3] channel_rcv_data: Channel windows are now (local win=1279998 remote win=2093110) [2017/11/30 09:41:18.751071, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.751608, 3] ssh_channel_read_timeout: Read (128) buffered : 1 bytes. Window: 1279998 [2017/11/30 09:41:18.751972, 3] ssh_channel_read_timeout: Read (128) buffered : 0 bytes. Window: 1279998 [2017/11/30 09:41:18.752480, 3] ssh_packet_socket_callback: packet: read type 98 [len=44,padding=18,comp=25,payload=25] [2017/11/30 09:41:18.752712, 3] ssh_packet_process: Dispatching handler for packet type 98 [2017/11/30 09:41:18.752910, 3] channel_rcv_request: received exit-status 0 [2017/11/30 09:41:18.753064, 3] ssh_packet_socket_callback: Processing 72 bytes left in socket buffer [2017/11/30 09:41:18.753543, 3] ssh_packet_socket_callback: packet: read type 96 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:18.753907, 3] ssh_packet_process: Dispatching handler for packet type 96 [2017/11/30 09:41:18.754203, 3] channel_rcv_eof: Received eof on channel (47:3) [2017/11/30 09:41:18.754491, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:18.754959, 3] ssh_packet_socket_callback: packet: read type 97 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:18.755294, 3] ssh_packet_process: Dispatching handler for packet type 97 [2017/11/30 09:41:18.755624, 3] channel_rcv_close: Received close on channel (47:3) [2017/11/30 09:41:18.756821, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.757152, 3] packet_send2: packet: wrote [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:18.757414, 3] ssh_channel_close: Sent a close on client channel (47:3) [2017/11/30 09:41:18.761349, 2] channel_open: Creating a channel 48 with 64000 window and 32768 max packet [2017/11/30 09:41:18.762078, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:18.762284, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 48 [2017/11/30 09:41:18.762473, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.840466, 3] ssh_packet_socket_callback: packet: read type 91 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:18.840646, 3] ssh_packet_process: Dispatching handler for packet type 91 [2017/11/30 09:41:18.840772, 3] ssh_packet_channel_open_conf: Received SSH2_MSG_CHANNEL_OPEN_CONFIRMATION [2017/11/30 09:41:18.840967, 2] ssh_packet_channel_open_conf: Received a CHANNEL_OPEN_CONFIRMATION for channel 48:3 [2017/11/30 09:41:18.841099, 2] ssh_packet_channel_open_conf: Remote window : 0, maxpacket : 32768 [2017/11/30 09:41:18.841725, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket [2017/11/30 09:41:18.841899, 3] packet_send2: packet: wrote [len=236,padding=12,comp=223,payload=223] [2017/11/30 09:41:18.842044, 3] channel_request: Sent a SSH_MSG_CHANNEL_REQUEST exec [2017/11/30 09:41:18.845235, 3] ssh_packet_socket_callback: packet: read type 93 [len=28,padding=18,comp=9,payload=9] [2017/11/30 09:41:18.845392, 3] ssh_packet_process: Dispatching handler for packet type 93 [2017/11/30 09:41:18.845541, 2] channel_rcv_change_window: Adding 2097152 bytes to channel (48:3) (from 0 bytes) [2017/11/30 09:41:18.845675, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:18.845997, 3] ssh_packet_socket_callback: packet: read type 99 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:18.846152, 3] ssh_packet_process: Dispatching handler for packet type 99 [2017/11/30 09:41:18.846293, 3] ssh_packet_channel_success: Received SSH_CHANNEL_SUCCESS on channel (48:3) [2017/11/30 09:41:18.846435, 2] channel_request: Channel request exec success [2017/11/30 09:41:18.849659, 3] ssh_socket_unbuffered_write: Enabling POLLOUT for socket ==16780== Thread 2 SshMasterConnection: ==16780== Invalid read of size 2 ==16780== at 0x586AD50: ssh_poll_get_events (poll.c:336) ==16780== by 0x586E2DB: ssh_socket_unbuffered_write (socket.c:568) ==16780== by 0x586E2DB: ssh_socket_nonblocking_flush (socket.c:661) ==16780== by 0x586E3D3: ssh_socket_write (socket.c:622) ==16780== by 0x58655FE: ssh_packet_write (packet.c:509) ==16780== by 0x58655FE: packet_send2 (packet.c:579) ==16780== by 0x5854169: channel_write_common (channels.c:1321) ==16780== by 0x4D5710: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2282) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Address 0x11644f88 is 24 bytes inside a block of size 48 free'd ==16780== at 0x4C2ACDD: free (vg_replace_malloc.c:530) ==16780== by 0x586B052: ssh_poll_ctx_free (poll.c:462) ==16780== by 0x586B666: ssh_event_free (poll.c:968) ==16780== by 0x5859E3F: ssh_select (connect.c:516) ==16780== by 0x4D4FA5: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2170) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Block was alloc'd at ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x586ACFE: ssh_poll_new (poll.c:288) ==16780== by 0x586DD53: ssh_socket_get_poll_handle_out (socket.c:368) ==16780== by 0x586EAF7: ssh_socket_connect_proxycommand (socket.c:872) ==16780== by 0x585884B: ssh_connect (client.c:523) ==16780== by 0x4C9D78: SshMasterConnection::sshConnect() (sshmasterconnection.cpp:844) ==16780== by 0x4D7423: SshMasterConnection::run() (sshmasterconnection.cpp:634) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== ==16780== Invalid read of size 8 ==16780== at 0x586AD60: ssh_poll_set_events (poll.c:348) ==16780== by 0x586E2EA: ssh_socket_unbuffered_write (socket.c:568) ==16780== by 0x586E2EA: ssh_socket_nonblocking_flush (socket.c:661) ==16780== by 0x586E3D3: ssh_socket_write (socket.c:622) ==16780== by 0x58655FE: ssh_packet_write (packet.c:509) ==16780== by 0x58655FE: packet_send2 (packet.c:579) ==16780== by 0x5854169: channel_write_common (channels.c:1321) ==16780== by 0x4D5710: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2282) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Address 0x11644f70 is 0 bytes inside a block of size 48 free'd ==16780== at 0x4C2ACDD: free (vg_replace_malloc.c:530) ==16780== by 0x586B052: ssh_poll_ctx_free (poll.c:462) ==16780== by 0x586B666: ssh_event_free (poll.c:968) ==16780== by 0x5859E3F: ssh_select (connect.c:516) ==16780== by 0x4D4FA5: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2170) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Block was alloc'd at ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x586ACFE: ssh_poll_new (poll.c:288) ==16780== by 0x586DD53: ssh_socket_get_poll_handle_out (socket.c:368) ==16780== by 0x586EAF7: ssh_socket_connect_proxycommand (socket.c:872) ==16780== by 0x585884B: ssh_connect (client.c:523) ==16780== by 0x4C9D78: SshMasterConnection::sshConnect() (sshmasterconnection.cpp:844) ==16780== by 0x4D7423: SshMasterConnection::run() (sshmasterconnection.cpp:634) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== ==16780== Invalid write of size 2 ==16780== at 0x586AD63: ssh_poll_set_events (poll.c:347) ==16780== by 0x586E2EA: ssh_socket_unbuffered_write (socket.c:568) ==16780== by 0x586E2EA: ssh_socket_nonblocking_flush (socket.c:661) ==16780== by 0x586E3D3: ssh_socket_write (socket.c:622) ==16780== by 0x58655FE: ssh_packet_write (packet.c:509) ==16780== by 0x58655FE: packet_send2 (packet.c:579) ==16780== by 0x5854169: channel_write_common (channels.c:1321) ==16780== by 0x4D5710: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2282) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Address 0x11644f88 is 24 bytes inside a block of size 48 free'd ==16780== at 0x4C2ACDD: free (vg_replace_malloc.c:530) ==16780== by 0x586B052: ssh_poll_ctx_free (poll.c:462) ==16780== by 0x586B666: ssh_event_free (poll.c:968) ==16780== by 0x5859E3F: ssh_select (connect.c:516) ==16780== by 0x4D4FA5: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2170) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Block was alloc'd at ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x586ACFE: ssh_poll_new (poll.c:288) ==16780== by 0x586DD53: ssh_socket_get_poll_handle_out (socket.c:368) ==16780== by 0x586EAF7: ssh_socket_connect_proxycommand (socket.c:872) ==16780== by 0x585884B: ssh_connect (client.c:523) ==16780== by 0x4C9D78: SshMasterConnection::sshConnect() (sshmasterconnection.cpp:844) ==16780== by 0x4D7423: SshMasterConnection::run() (sshmasterconnection.cpp:634) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== [2017/11/30 09:41:18.863339, 3] packet_send2: packet: wrote [len=28,padding=9,comp=18,payload=18] [2017/11/30 09:41:18.863554, 3] channel_write_common: channel_write wrote 9 bytes [2017/11/30 09:41:18.864167, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=8,comp=19,payload=19] [2017/11/30 09:41:18.864324, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:18.864624, 3] channel_rcv_data: Channel receiving 10 bytes data in 0 (local win=1279801 remote win=2094035) [2017/11/30 09:41:18.864763, 3] channel_default_bufferize: placing 10 bytes into channel buffer (stderr=0) [2017/11/30 09:41:18.870592, 3] channel_rcv_data: Channel windows are now (local win=1279791 remote win=2094035) [2017/11/30 09:41:18.870898, 1] ssh_channel_accept: No channel request of this type from server [2017/11/30 09:41:18.871115, 2] channel_open: Creating a channel 49 with 64000 window and 32768 max packet ==16780== Invalid read of size 2 ==16780== at 0x586ADB0: ssh_poll_add_events (poll.c:376) ==16780== by 0x586E1FB: ssh_socket_nonblocking_flush (socket.c:687) ==16780== by 0x586E3D3: ssh_socket_write (socket.c:622) ==16780== by 0x58655FE: ssh_packet_write (packet.c:509) ==16780== by 0x58655FE: packet_send2 (packet.c:579) ==16780== by 0x5854750: channel_open.constprop.7 (channels.c:296) ==16780== by 0x4D48DC: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2138) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Address 0x11644f88 is 24 bytes inside a block of size 48 free'd ==16780== at 0x4C2ACDD: free (vg_replace_malloc.c:530) ==16780== by 0x586B052: ssh_poll_ctx_free (poll.c:462) ==16780== by 0x586B666: ssh_event_free (poll.c:968) ==16780== by 0x5859E3F: ssh_select (connect.c:516) ==16780== by 0x4D4FA5: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2170) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Block was alloc'd at ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x586ACFE: ssh_poll_new (poll.c:288) ==16780== by 0x586DD53: ssh_socket_get_poll_handle_out (socket.c:368) ==16780== by 0x586EAF7: ssh_socket_connect_proxycommand (socket.c:872) ==16780== by 0x585884B: ssh_connect (client.c:523) ==16780== by 0x4C9D78: SshMasterConnection::sshConnect() (sshmasterconnection.cpp:844) ==16780== by 0x4D7423: SshMasterConnection::run() (sshmasterconnection.cpp:634) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== ==16780== Invalid read of size 8 ==16780== at 0x586ADB4: ssh_poll_set_events (poll.c:348) ==16780== by 0x586ADB4: ssh_poll_add_events (poll.c:376) ==16780== by 0x586E1FB: ssh_socket_nonblocking_flush (socket.c:687) ==16780== by 0x586E3D3: ssh_socket_write (socket.c:622) ==16780== by 0x58655FE: ssh_packet_write (packet.c:509) ==16780== by 0x58655FE: packet_send2 (packet.c:579) ==16780== by 0x5854750: channel_open.constprop.7 (channels.c:296) ==16780== by 0x4D48DC: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2138) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Address 0x11644f70 is 0 bytes inside a block of size 48 free'd ==16780== at 0x4C2ACDD: free (vg_replace_malloc.c:530) ==16780== by 0x586B052: ssh_poll_ctx_free (poll.c:462) ==16780== by 0x586B666: ssh_event_free (poll.c:968) ==16780== by 0x5859E3F: ssh_select (connect.c:516) ==16780== by 0x4D4FA5: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2170) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Block was alloc'd at ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x586ACFE: ssh_poll_new (poll.c:288) ==16780== by 0x586DD53: ssh_socket_get_poll_handle_out (socket.c:368) ==16780== by 0x586EAF7: ssh_socket_connect_proxycommand (socket.c:872) ==16780== by 0x585884B: ssh_connect (client.c:523) ==16780== by 0x4C9D78: SshMasterConnection::sshConnect() (sshmasterconnection.cpp:844) ==16780== by 0x4D7423: SshMasterConnection::run() (sshmasterconnection.cpp:634) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== ==16780== Invalid write of size 2 ==16780== at 0x586ADBA: ssh_poll_set_events (poll.c:347) ==16780== by 0x586ADBA: ssh_poll_add_events (poll.c:376) ==16780== by 0x586E1FB: ssh_socket_nonblocking_flush (socket.c:687) ==16780== by 0x586E3D3: ssh_socket_write (socket.c:622) ==16780== by 0x58655FE: ssh_packet_write (packet.c:509) ==16780== by 0x58655FE: packet_send2 (packet.c:579) ==16780== by 0x5854750: channel_open.constprop.7 (channels.c:296) ==16780== by 0x4D48DC: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2138) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Address 0x11644f88 is 24 bytes inside a block of size 48 free'd ==16780== at 0x4C2ACDD: free (vg_replace_malloc.c:530) ==16780== by 0x586B052: ssh_poll_ctx_free (poll.c:462) ==16780== by 0x586B666: ssh_event_free (poll.c:968) ==16780== by 0x5859E3F: ssh_select (connect.c:516) ==16780== by 0x4D4FA5: SshMasterConnection::channelLoop() (sshmasterconnection.cpp:2170) ==16780== by 0x4D8A49: SshMasterConnection::run() (sshmasterconnection.cpp:782) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== Block was alloc'd at ==16780== at 0x4C29BE3: malloc (vg_replace_malloc.c:299) ==16780== by 0x586ACFE: ssh_poll_new (poll.c:288) ==16780== by 0x586DD53: ssh_socket_get_poll_handle_out (socket.c:368) ==16780== by 0x586EAF7: ssh_socket_connect_proxycommand (socket.c:872) ==16780== by 0x585884B: ssh_connect (client.c:523) ==16780== by 0x4C9D78: SshMasterConnection::sshConnect() (sshmasterconnection.cpp:844) ==16780== by 0x4D7423: SshMasterConnection::run() (sshmasterconnection.cpp:634) ==16780== by 0x71AF11E: QThreadPrivate::start(void*) (qthread_unix.cpp:338) ==16780== by 0x7625E24: start_thread (pthread_create.c:308) ==16780== by 0x815234C: clone (clone.S:113) ==16780== [2017/11/30 09:41:18.886368, 3] packet_send2: packet: wrote [len=44,padding=19,comp=24,payload=24] [2017/11/30 09:41:18.886629, 3] channel_open: Sent a SSH_MSG_CHANNEL_OPEN type session for channel 49 [2017/11/30 09:41:19.168161, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=15,comp=60,payload=60] [2017/11/30 09:41:19.168445, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:19.168775, 3] channel_rcv_data: Channel receiving 51 bytes data in 0 (local win=64000 remote win=2097152) [2017/11/30 09:41:19.168973, 3] channel_default_bufferize: placing 51 bytes into channel buffer (stderr=0) [2017/11/30 09:41:19.169164, 3] channel_rcv_data: Channel windows are now (local win=63949 remote win=2097152) [2017/11/30 09:41:19.173809, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=14,comp=13,payload=13] [2017/11/30 09:41:19.174139, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:19.174428, 3] channel_rcv_data: Channel receiving 4 bytes data in 0 (local win=63949 remote win=2097152) [2017/11/30 09:41:19.174647, 3] channel_default_bufferize: placing 4 bytes into channel buffer (stderr=0) [2017/11/30 09:41:19.174920, 3] channel_rcv_data: Channel windows are now (local win=63945 remote win=2097152) [2017/11/30 09:41:19.175574, 3] ssh_packet_socket_callback: packet: read type 94 [len=76,padding=17,comp=58,payload=58] [2017/11/30 09:41:19.175855, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:19.176124, 3] channel_rcv_data: Channel receiving 49 bytes data in 0 (local win=63945 remote win=2097152) [2017/11/30 09:41:19.176342, 3] channel_default_bufferize: placing 49 bytes into channel buffer (stderr=0) [2017/11/30 09:41:19.176561, 3] channel_rcv_data: Channel windows are now (local win=63896 remote win=2097152) [2017/11/30 09:41:19.176806, 3] ssh_packet_socket_callback: Processing 140 bytes left in socket buffer [2017/11/30 09:41:19.177256, 3] ssh_packet_socket_callback: packet: read type 98 [len=44,padding=18,comp=25,payload=25] [2017/11/30 09:41:19.177448, 3] ssh_packet_process: Dispatching handler for packet type 98 [2017/11/30 09:41:19.180816, 3] channel_rcv_request: received exit-status 0 [2017/11/30 09:41:19.181014, 3] ssh_packet_socket_callback: Processing 72 bytes left in socket buffer [2017/11/30 09:41:19.181459, 3] ssh_packet_socket_callback: packet: read type 96 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:19.181645, 3] ssh_packet_process: Dispatching handler for packet type 96 [2017/11/30 09:41:19.181917, 3] channel_rcv_eof: Received eof on channel (48:3) [2017/11/30 09:41:19.182099, 3] ssh_packet_socket_callback: Processing 36 bytes left in socket buffer [2017/11/30 09:41:19.182493, 3] ssh_packet_socket_callback: packet: read type 97 [len=12,padding=6,comp=5,payload=5] [2017/11/30 09:41:19.182750, 3] ssh_packet_process: Dispatching handler for packet type 97 [2017/11/30 09:41:19.183016, 3] channel_rcv_close: Received close on channel (48:3) [2017/11/30 09:41:25.189364, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=9,comp=18,payload=18] [2017/11/30 09:41:25.189680, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:25.189867, 3] channel_rcv_data: Channel receiving 9 bytes data in 0 (local win=1279791 remote win=2094035) [2017/11/30 09:41:25.190080, 3] channel_default_bufferize: placing 9 bytes into channel buffer (stderr=0) [2017/11/30 09:41:25.190303, 3] channel_rcv_data: Channel windows are now (local win=1279782 remote win=2094035) [2017/11/30 09:41:30.194372, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:30.194522, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:30.194647, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279782 remote win=2094035) [2017/11/30 09:41:30.194746, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:41:30.194847, 3] channel_rcv_data: Channel windows are now (local win=1279774 remote win=2094035) [2017/11/30 09:41:35.199864, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:35.200214, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:35.200429, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279774 remote win=2094035) [2017/11/30 09:41:35.200603, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:41:35.200899, 3] channel_rcv_data: Channel windows are now (local win=1279766 remote win=2094035) [2017/11/30 09:41:40.205012, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:40.205234, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:40.205422, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279766 remote win=2094035) [2017/11/30 09:41:40.205630, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:41:40.205792, 3] channel_rcv_data: Channel windows are now (local win=1279758 remote win=2094035) [2017/11/30 09:41:45.210210, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:45.210439, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:45.210641, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279758 remote win=2094035) [2017/11/30 09:41:45.210808, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:41:45.210994, 3] channel_rcv_data: Channel windows are now (local win=1279750 remote win=2094035) [2017/11/30 09:41:50.214911, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:50.215260, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:50.215527, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279750 remote win=2094035) [2017/11/30 09:41:50.215710, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:41:50.215859, 3] channel_rcv_data: Channel windows are now (local win=1279742 remote win=2094035) [2017/11/30 09:41:55.219981, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:41:55.220202, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:41:55.220373, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279742 remote win=2094035) [2017/11/30 09:41:55.220534, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:41:55.220704, 3] channel_rcv_data: Channel windows are now (local win=1279734 remote win=2094035) [2017/11/30 09:42:00.225151, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:42:00.225320, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:42:00.225446, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279734 remote win=2094035) [2017/11/30 09:42:00.225546, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:42:00.225648, 3] channel_rcv_data: Channel windows are now (local win=1279726 remote win=2094035) X Error: BadWindow (invalid Window parameter) 3 Major opcode: 20 (X_GetProperty) Resource id: 0x6600005 X Error: BadWindow (invalid Window parameter) 3 Major opcode: 15 (X_QueryTree) Resource id: 0x6600005 x2go-WARNING-4> "Emergency exit." x2go-WARNING-5> "Waiting for proxy to exit." [2017/11/30 09:42:05.232620, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:42:05.232850, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:42:05.233077, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279726 remote win=2094035) [2017/11/30 09:42:05.233253, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:42:05.233498, 3] channel_rcv_data: Channel windows are now (local win=1279718 remote win=2094035) x2go-WARNING-6> "Proxy didn't terminate after 3 seconds. Killing the proxy." [2017/11/30 09:42:10.236934, 3] ssh_packet_socket_callback: packet: read type 94 [len=28,padding=10,comp=17,payload=17] [2017/11/30 09:42:10.237123, 3] ssh_packet_process: Dispatching handler for packet type 94 [2017/11/30 09:42:10.237252, 3] channel_rcv_data: Channel receiving 8 bytes data in 0 (local win=1279718 remote win=2094035) [2017/11/30 09:42:10.237365, 3] channel_default_bufferize: placing 8 bytes into channel buffer (stderr=0) [2017/11/30 09:42:10.237486, 3] channel_rcv_data: Channel windows are now (local win=1279710 remote win=2094035) WARNING: failed to kill process group '16780': No such process --------------6EE01089DDC59D7300135487-- From orion@nwra.com Thu Nov 30 18:04:09 2017 Received: (at 1237) by bugs.x2go.org; 30 Nov 2017 17:04:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=3.0 tests=BAYES_40,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.1 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 249F95DACF for <1237@bugs.x2go.org>; Thu, 30 Nov 2017 18:04:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZM90lyMrcdgb for <1237@bugs.x2go.org>; Thu, 30 Nov 2017 18:04:04 +0100 (CET) X-Greylist: delayed 329 seconds by postgrey-1.35 at ymir.das-netzwerkteam.de; Thu, 30 Nov 2017 18:04:04 CET Received: from mail.nwra.com (mail.nwra.com [72.52.192.72]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id 451065DA8E for <1237@bugs.x2go.org>; Thu, 30 Nov 2017 18:04:04 +0100 (CET) Received: from barry.cora.nwra.com (inferno.cora.nwra.com [208.187.183.84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.nwra.com (Postfix) with ESMTPS id F196934058E for <1237@bugs.x2go.org>; Thu, 30 Nov 2017 08:58:33 -0800 (PST) To: 1237@bugs.x2go.org From: Orion Poplawski Subject: libssh issue Message-ID: <81db2e0b-43e8-4cb3-a6f6-9b16905cf111@nwra.com> Date: Thu, 30 Nov 2017 09:58:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Looks like it is a libssh issue. I built 0.7.5 locally and the crash went away. I've filed https://bugzilla.redhat.com/show_bug.cgi?id=1519400 upstream to try to get libssh updated. -- Orion Poplawski Manager of NWRA Technical Systems 720-772-5637 NWRA, Boulder/CoRA Office FAX: 303-415-9702 3380 Mitchell Lane orion@nwra.com Boulder, CO 80301 https://www.nwra.com/