From owner-freebsd-questions@freebsd.org Sat Jul 25 07:05:23 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9DB463A19B9 for ; Sat, 25 Jul 2020 07:05:23 +0000 (UTC) (envelope-from vas@sibptus.ru) Received: from admin.sibptus.ru (admin.sibptus.ru [IPv6:2001:19f0:5001:21dc::10]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BDHC65Hv7z3ZcK for ; Sat, 25 Jul 2020 07:05:22 +0000 (UTC) (envelope-from vas@sibptus.ru) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sibptus.ru; s=20181118; h=In-Reply-To:Message-ID:Subject:To:From:Date; bh=WlIwzHT1oulEr+C/TGlSZxIt9+UeMjinurSnNLpkwRY=; b=VfoTl05GnJvUudzN/gmJz0+WiY d95eCzr4Tl5gOc8QMsD6BBA45sriDbu9kgXpjom+YBoJS8ijySTzOCKrg9xne9WFSzwV8YC5OeuYk JOVEztqSzaS8/GoaBe4cganfkx/AnbHsZgPKQC3JTPph74ezDvRbSY1ae64TZ6zJKjW8=; Received: from vas by admin.sibptus.ru with local (Exim 4.94 (FreeBSD)) (envelope-from ) id 1jzEFF-000Od2-Ml for freebsd-questions@freebsd.org; Sat, 25 Jul 2020 14:05:21 +0700 Date: Sat, 25 Jul 2020 14:05:21 +0700 From: Victor Sudakov To: freebsd-questions@freebsd.org Subject: Re: Technological advantages over Linux Message-ID: <20200725070521.GI92589@admin.sibptus.ru> References: <19D548D4-BD63-4AF3-A92E-2D8F1A10F984@gromit.dlib.vt.edu> <8865087C-275F-4671-AA6B-3792CB983089@boosten.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="WRT3RXLOp/bBMgTI" Content-Disposition: inline In-Reply-To: X-PGP-Key: http://admin.sibptus.ru/~vas/ X-PGP-Fingerprint: 10E3 1171 1273 E007 C2E9 3532 0DA4 F259 9B5E C634 X-Rspamd-Queue-Id: 4BDHC65Hv7z3ZcK X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org; dkim=pass header.d=sibptus.ru header.s=20181118 header.b=VfoTl05G; dmarc=pass (policy=none) header.from=sibptus.ru; spf=pass (mx1.freebsd.org: domain of vas@sibptus.ru designates 2001:19f0:5001:21dc::10 as permitted sender) smtp.mailfrom=vas@sibptus.ru X-Spamd-Result: default: False [-6.04 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-1.07)[-1.071]; R_DKIM_ALLOW(-0.20)[sibptus.ru:s=20181118]; FROM_HAS_DN(0.00)[]; R_SPF_ALLOW(-0.20)[+mx:c]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.20)[multipart/signed,text/plain]; TO_DN_NONE(0.00)[]; NEURAL_HAM_LONG(-1.01)[-1.012]; RCPT_COUNT_ONE(0.00)[1]; DKIM_TRACE(0.00)[sibptus.ru:+]; DMARC_POLICY_ALLOW(-0.50)[sibptus.ru,none]; NEURAL_HAM_SHORT(-0.86)[-0.862]; SIGNED_PGP(-2.00)[]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_LAST(0.00)[]; ASN(0.00)[asn:20473, ipnet:2001:19f0:5000::/38, country:US]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Jul 2020 07:05:23 -0000 --WRT3RXLOp/bBMgTI Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Valeri Galtsev wrote: >=20 > On 2020-07-24 12:55, Peter Boosten via freebsd-questions wrote: > > >=20 > > >=20 > > > Are you running the "Omnibus" edition of GitLab under Linux? > >=20 > > Nope, just a plain =E2=80=98apt install gitlab-ce=E2=80=99 and =E2=80= =98apt upgrade=E2=80=99 does the trick. > >=20 > > | it's more of a support advantage of Linux, not a technological advant= age. > >=20 > > Probably right. Don=E2=80=99t get me wrong: I like pkg, although it=E2= =80=99s sometimes a pita when it comes to packages that come from ports, be= cause of different options (like my postfix with mysql), and I have to lock= the package. > >=20 >=20 > As many others when not satisfied with pkg default built options, I use > poudriere, and have pkg get them from my poudriere repository. Examples: >=20 > mailman (to use postfix, not sendmail) >=20 > apache (to have LDAP authentication enabled) Have you been successful installing some selected packages from your own poudriere and others from pkg.freebsd.org? I tried several times and encountered problems with dependencies, so now I compile *all* packages in poudriere and use *only* my poudriere as a repo.=20 Quite time-consuming I must say: I cannot make poudriere fetch some packages in binary form, I think there is no support for that. So I end up compiling llvm, go, rust and other heavy stuff by myself. If you have know-how about mixing repos, please share it. --=20 Victor Sudakov, VAS4-RIPE, VAS47-RIPN 2:5005/49@fidonet http://vas.tomsk.ru/ --WRT3RXLOp/bBMgTI Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEcBAEBAgAGBQJfG9mxAAoJEA2k8lmbXsY0Mv0H/1Gy4MqzfjhXugt6+vEyVQTU 3SbTWN/yPUXw60M7T/yZutoRY9r4c8J+IpssZwiZ5yrWZ86lBGidAChhgFZuIwEA d5Ar1OLXP5FEb21joESNLeNSgRPABEYCGZjrGXp2WiWG1DybBNmQSWOtGFNo6Mta 3g1ndDcsXzjMkkQxj/xGM9BYRR2e1gJwRq7N4Lg8A8obth5vyI4SBBbc9y/E6bml edoEaojhn/J9Vxo2iKeulZ+M1vApC5JsRIvpq/U6nrjGGYk4ddGluuDhwMbeiADb jrmgeEIs0DQcmwSiPyZrICr/UsA/e0cdlS4t6Gk0xHrvTSc/89p2iKQPLDYWNQ4= =kFX3 -----END PGP SIGNATURE----- --WRT3RXLOp/bBMgTI--