From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id E3A886DE02A9 for ; Wed, 23 Mar 2016 10:04:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -9 X-Spam-Level: X-Spam-Status: No, score=-9 tagged_above=-999 required=5 tests=[AM.WBL=-8, ALL_TRUSTED=-1] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6i3985qC4Tuc; Wed, 23 Mar 2016 10:04:06 -0700 (PDT) Received: from wondoo.home.cworth.org (unknown [216.87.232.13]) (Authenticated sender: cworth) by arlo.cworth.org (Postfix) with ESMTPSA id 117166DE0134; Wed, 23 Mar 2016 10:04:06 -0700 (PDT) Received: from wondoo.home.cworth.org (localhost [IPv6:::1]) by wondoo.home.cworth.org (Postfix) with ESMTPS id DEEEF14C3EDB; Wed, 23 Mar 2016 10:04:04 -0700 (PDT) To: "J. Lewis Muir" , notmuch@notmuchmail.org Subject: Re: Push to wiki fails with "cannot run hooks/pre-receive" error In-Reply-To: <20160323161714.GA12567@tuna.imca.aps.anl.gov> References: <20160323161714.GA12567@tuna.imca.aps.anl.gov> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Sender: cworth@cworth.org From: Carl Worth Date: Wed, 23 Mar 2016 10:04:00 -0700 Message-ID: <87oaa5azy7.fsf@wondoo.home.cworth.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 17:04:14 -0000 --=-=-= Content-Type: text/plain On Wed, Mar 23 2016, J. Lewis Muir wrote: > I just tried to push a minor fix to the wiki, but I get the following > error: ... > remote: error: cannot run hooks/pre-receive: No such file or directory Oops. My mistake. I recently converted all user-space packages on the server from 32-bit to 64-bit, but was inadvertently over-zealous and removed the packages necessary to still run a 32-bit binary. Of course, there aren't any packaged 32-binaries left around, but this pre-receive hook is a binary that ikiwiki compiles, so it is still currently a 32-bit binary. I just installed the support for running 32-bit binaries again, so hopefully this will work now. Let me know if you run into any further problems. -Carl --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJW8syAAAoJEGACM7qeVNxhs+4P/0lq649qDaXIqWMaxp4l5U37 snvjb4zUAbx3LMgQ12te8Bs9N4ui85MwLI1kFczOUaV5mw9KxmVUBT1SqSQ+wiOE 49dI2/NVaYCVngRv8j8hOMzoAmzN6dsp0xxlQpcSqpGIImVV1fw0l2B/0QQk1LPS ZxyIG7ZMNHMbxjDnK0X+gSG3hxO4yiqj/6+v4JZyilBYmvqakQLvrjGApYfUkhJO xzHiI3uvix+U8j3yPd6DD7Cg2l7tgSwMqG4zJ2QUn4EnC31e6TNc67/h1iwjx9X1 oRUB3jj2xOiZNC7xFpbgA8/Z4ZVme4Nk8V3okASqhUW6/6yj0OBygAergPSal4lz G/ICjWbUmkKfGPYfISBhniJKeiZLO8GYYXMAL5gWCTEZCX/yYDFz5aRfc5datj0I h2oUMShr9//wgfCQ/TbZuPyXfh7U3juoSvl0H/kC1KhM+Y236Mp6ElqEb8IdDBRz HsAjw6h6kkt3pBJvIcFt1gYX+azieX5q/fsflgOsXUvs10P2BZLHE/DxVsgJQ0CJ YySzU1N/kNNO19O1JdpYmQMm8/RpCLS+i+nF836dFU7fVIY0mFRRgIxSuWFYKXiO KnEoHFKXAab+LbnKAHNV8S35/0XJRSXtC370drMAFvAER/3uV1Za/xEwQBDwbmDv xVPKQxCDCcL4lS+pe/hc =Wwwq -----END PGP SIGNATURE----- --=-=-=--