X-Original-To: alpine-devel@lists.alpinelinux.org Received: from mail-ot1-f52.google.com (mail-ot1-f52.google.com [209.85.210.52]) by lists.alpinelinux.org (Postfix) with ESMTP id 2A19C5C6705 for ; Mon, 3 Dec 2018 22:11:56 +0000 (GMT) Received: by mail-ot1-f52.google.com with SMTP id 81so13250001otj.2 for ; Mon, 03 Dec 2018 14:11:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=jbLlJnGL/0pZV8VgX6toJNGjBx2EYCUarNANc9gbSZY=; b=f6OCNAS38fLl9FukVPQSJcCuXTWPx3JKqs0qUIsR/YZgFLOiqQxxu+Cu+W0A+gkggU InsqDNZDxfC6vL3FxbkRRKPsGKHKvU9OwxLSgkIdfhZ3Vm2BHaqCZpgSvESNLh4axrL2 ZTwnhhyd8aNaghl0/uyax/wwap9M2Y6AH1Tt2waiNfIfFUfM1DU3haSClwgj5Q2qxNN9 PRF4SLhLxN0IyCIsboBu+v1hj2WV2YulCWVehxrda9QTooV/SkLu9lKcbmgVId3hTQ8I Oq0mGwxLa/QRe73pzvJyektD1pTtExU/WXe8K31pbFVbeYpWEe5GdC2qSIVeCbaerAfY j8lA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=jbLlJnGL/0pZV8VgX6toJNGjBx2EYCUarNANc9gbSZY=; b=arhS4rrTtvUG115S3/baSTQyNCoIr0o4udd9lGhi0NETBIs2/NmgxV8wiJTc7lTrGv vADexsWXafLearYaQKpxUo3WN29ZPlWn0v9SGoxr3Q3s5A4Lmq2dVzaNKS8UhtPa/DJS VYxGBLE+Md6DY0wlVAOyAXKlWuJXJKtPjh6hsGfv/SkzCOMyuTy0WO3FLLe448LTSJKM zLrx7mJz71BxXfumhKeuhk+kZQ5B3f/PR5lJiBhLfC5Uoq8IdbhbWmK6jEH0NPWkvFl3 JtEARKyJMmPdHRcZTEibpQOS9vv+p4TXyRZ76iwxD2/s+58dspj8Joc3yESMzFDqV0Ar 6P5A== X-Gm-Message-State: AA+aEWaqcaIVzvKd3B9q8AEM69ztkUV6qg0WildPdvHnrNhrNepWUlxJ AsNMRakU83YeIYOMLKoDRfglH67HWXUu7EsYXtU= X-Google-Smtp-Source: AFSGD/Us6FigdYWfxX4zqyvRs/gshT8T3RwsF2Z+i5tJkLB7fn0ZpXlOlRit2hf8T8It6E2CSpT03Ib4HkSrRSRgb84= X-Received: by 2002:a05:6830:14ca:: with SMTP id t10mr11864700otq.112.1543875115740; Mon, 03 Dec 2018 14:11:55 -0800 (PST) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 From: Gennady Feldman Date: Mon, 3 Dec 2018 17:11:45 -0500 Message-ID: Subject: [alpine-devel] VirtualBox Guest Additions To: Natanael Copa Cc: alpine-devel@lists.alpinelinux.org Content-Type: multipart/alternative; boundary="000000000000d9f3d4057c256f6f" --000000000000d9f3d4057c256f6f Content-Type: text/plain; charset="UTF-8" Hi Natanael, It seems that VirtualBox Guest Additions packages in Alpine are currently broken.I know there were questions as what these packages are and what they do. So these are "Guest Additions" packages that go inside the VirtualBox VM in order to be enable VirtualBox host to communicate with the guest VM. There are a number of different integrations and features from time sync, folder sharing and other things. I am specifically talking about the following Alpine packages: virtualbox-guest-modules-vanilla virtualbox-guest-modules-virt The above packages provide the Linux kernel modules that need to be loaded for the service to work. virtualbox-guest-additions Contains the VirtualBoxService (this is the daemon service that talks to the linux kernel module) and VBoxControl user mode command that allows you run a number of different commands inside the VM. We have the PRs open in order to get this working again (and match current stable VirtualBox release). https://github.com/alpinelinux/aports/pull/5644 - is for the kernel modules https://github.com/alpinelinux/aports/pull/5665 - is for virtualbox-guest-additions (user space package). The last PR is blocked/failing because it needs an updated kbuild. There is a PR to update kbuild that's waiting for your review: https://github.com/alpinelinux/aports/pull/5683 Let me know if something doesn't look right and I'll try to make the necessary changes. Thank you, Gennady --000000000000d9f3d4057c256f6f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi Natanael,

It seem= s that VirtualBox Guest Additions packages in Alpine are currently broken.I= know there were questions as what these packages are and what they do.
=
So these are "Guest Additions" packages that go inside = the VirtualBox VM in order to be enable VirtualBox host to communicate with= the guest VM. There are a number of different integrations and features fr= om time sync, folder sharing and other things.

I am specifical= ly talking about the following Alpine packages:
virtualbox-guest-modules= -vanilla
virtualbox-guest-modules-virt

The above packages provide the Linux k= ernel modules that need to be loaded for the service to work.

virtua= lbox-guest-additions

Contains the VirtualBoxService (this= is the daemon service that talks to the linux kernel module) and VBoxContr= ol user mode command that allows you run a number of different commands ins= ide the VM.

We have the PRs open in order to get this wor= king again (and match current stable VirtualBox release).

https://github.com/alpine= linux/aports/pull/5644 - is for the kernel modules
https://github.com/alpinelinux/a= ports/pull/5665 - is for virtualbox-guest-additions (user space package= ).

The last PR is blocked/failing because it needs an upd= ated kbuild. There is a PR to update kbuild that's waiting for your rev= iew: https://gi= thub.com/alpinelinux/aports/pull/5683

Let me know if = something doesn't look right and I'll try to make the necessary cha= nges.

Thank you,

Gennady
=
--000000000000d9f3d4057c256f6f-- --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---