From owner-freebsd-questions@FreeBSD.ORG Thu Mar 5 19:10:42 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9027FE35 for ; Thu, 5 Mar 2015 19:10:42 +0000 (UTC) Received: from mail-lb0-x22b.google.com (mail-lb0-x22b.google.com [IPv6:2a00:1450:4010:c04::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 129D3A27 for ; Thu, 5 Mar 2015 19:10:42 +0000 (UTC) Received: by lbiz12 with SMTP id z12so25522126lbi.12 for ; Thu, 05 Mar 2015 11:10:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4Qlg4Mu+uh2VEv3AY+MTaLiBb8wByo6rkU0F4Zc14Rc=; b=i0Q8sEizgM7gdw/hwdb03HKlF8rzzFXMMLMbqTxkg4hqMwogeQ6+YCvkDPA+exMKLN eecFaF80eUqJnyXnr4fqOhNtuY+bslmRsaCqwsmO68vP3TDtsEfM/iTsIynjBAp8umFK afB19Rc7xVv1XxyxMo7utV44ybh5MY8QJNvYALvFNWnp0DUBBHBshGvJp0BZYcNBe5Iv 0SNkMCggTVvevIcxu2qeZeV8XvZ5bm4qqHaaO6G7rQax+AKca8kg6BoNsEJoPusw5m8H 1DvpsxzAcamUKMo1MOVCH5Klu0kbbJVF4l24CblSspdOtWleXapajuNzwxZojNkSEany frxQ== MIME-Version: 1.0 X-Received: by 10.152.204.106 with SMTP id kx10mr1027276lac.110.1425582640206; Thu, 05 Mar 2015 11:10:40 -0800 (PST) Received: by 10.114.18.194 with HTTP; Thu, 5 Mar 2015 11:10:40 -0800 (PST) Date: Thu, 5 Mar 2015 11:10:40 -0800 Message-ID: Subject: veeam client pointing to FreeBSD - linux binary errors From: javocado To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 19:10:42 -0000 Hello, I am trying to point veeam, with its "linux target" to a FreeBSD system. We've made a lot of progress - you have to set bash as the veeam users shell as well as give them sudo privs and make sure perl is on the system, etc. At some point, Veeam uploads a linux binary executable and runs it, and that is succeeding as well, since we loaded linux.ko. However, when this veeam server-side executable runs, we see this error: [03.03.2015 21:03:56] < 49156> cli| Thread started. Thread id: 49156, parent id: 16384, role: VRPC server thread [03.03.2015 21:03:56] < 49156> net| Veeam RPC server started. [03.03.2015 21:03:56] < 49156> net| Selected vRPC port: '2500'. [03.03.2015 21:03:56] < 49156> net| Listening vRPC port '2500'. [03.03.2015 21:03:56] < 16384> cli| Client works in standalone mode.[03.03.2015 21:03:57] < 49156> net| ERR |Veeam RPC server broken. [03.03.2015 21:03:57] < 49156> net| >> |WIN: Unable to update socket keep-alive settings. Error code: [92]. [03.03.2015 21:03:57] < 49156> net| >> |An exception was thrown from thread [49156]. [03.03.2015 21:03:57] < 49156> cli| Thread finished. Role: 'VRPC server thread'. The main part of the error is the: |WIN: Unable to update socket keep-alive settings. Error code: [92]. Does anyone have any idea what might cause a linux binary executable to throw that error, and how we might solve or work around it ? This is FreeBSD 8.3. Thank you.