X-Original-To: alpine-user@lists.alpinelinux.org Received: from mail.toastin.space (mail.toastin.space [207.246.93.162]) by lists.alpinelinux.org (Postfix) with ESMTP id 7DBE0F83188 for ; Thu, 31 Jan 2019 16:42:23 +0000 (UTC) Received: from mail.toastin.space (localhost [127.0.0.1]) by mail.toastin.space (OpenSMTPD) with ESMTP id 9fdbb1f3 for ; Thu, 31 Jan 2019 11:42:22 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=toastin.space; h=subject :to:references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; s=ml; bh=CcR7q6w19Ri4TN fuzfdd1yGAeag=; b=TczM/wwQJrx0lT4Q5kzdx9JHorgmcCHyaVSYzSvkxbpVXb 11nTuLkNYvRhAP/8ZTA33as7GsgAKGHYaaEBXWJ9Z8s2okSLi0nn0NuZLdpG2b6X EdnJ+zQ8/MLvOSXFbvd8rLZUq3opXIyVuirnVSfuxTZ8Xb+Y4sblwqZtJcjXT6KI bByFd58Jcf5pUt8/JVbrnrC5HwBUYgtbjXpNgIG0w0mS57BBIkuZnhOiGu9PCp4c LCuH0x5vrbSBD1LjSLUMqOzEp3Xk+aBxWBbVYTp+PbJr0VaK77sWEMB7HigwZmDK /5M/9lAKbLmpkL4/L9WieOqqPf8cSWKlRTmj4pLg== DomainKey-Signature: a=rsa-sha1; c=nofws; d=toastin.space; h=subject:to :references:from:message-id:date:mime-version:in-reply-to :content-type:content-transfer-encoding; q=dns; s=ml; b=lDMCJID+ oNlygzYcnYANrCiHWAVZszic1oqdHTrusyKe+yjLzjyqLs0b+1ZgpHIJiaQTzk5u fzDuuO2QS3ug5WHJLl4YuV1I6PS2hnzj+dt0yNGP4tNX5blE+0Gujd1xf2v6L2Ze KjLKdgtewayJHSIkN3QiMCjoG1imt80sY7/GbXjPktjeQibceNbE1rU5TxN0S1ak lpXqcjlu17J/jAyEntFLBJRDzfDl45svxP3yQsfmJgweziSzwvjZ9AT+lmXvLk5Y umt07jW1eRdSsfRqnKAOSzraoAHgpQ5ax3gkQuzj/dSOk/cQRjFM0jFpd/7hUtP9 6AE+lYo1DHQFwg== Received: from [192.168.0.135] (192-222-169-215.qc.cable.ebox.net [192.222.169.215]) by mail.toastin.space (OpenSMTPD) with ESMTPSA id d4a08b89 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Thu, 31 Jan 2019 11:42:22 -0500 (EST) Subject: Re: [alpine-user] setup-alpine broken? To: alpine-user@lists.alpinelinux.org References: <68e2054c-e522-2e26-b539-6a22d46c07a1@gmail.com> From: Chloe Kudryavtsev Message-ID: <20a2cc4b-683b-0017-6696-16107c4a820c@toastin.space> Date: Thu, 31 Jan 2019 11:42:20 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:65.0) Gecko/20100101 Thunderbird/65.0 X-Mailinglist: alpine-user Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 In-Reply-To: <68e2054c-e522-2e26-b539-6a22d46c07a1@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 1/31/2019 3:02 AM, Thomas Samoht wrote: > > Hi, Heya! Let me answer the ones I can. > 1. setup-alpine runs fine, until after it has asked for > chronyd which i accepted. Then the setup stucks forever. > Parallel ttys do still work at that time. So whats wrong > with setup-alpine? This sounds a bit like broken networking to me, but that should be timing out. I suppose the question is on how long "forever" is. Alternatively, this could be it getting stuck trying to get enough entropy (though again, I'm not sure if that's the case). Can you try adding `random.trust_cpu=on` to the kernel command line on boot? > 2a. I am sure, xvesa is supported from xfce being listed > on distrowatch for your distro. However, it is not clear > which proprietary drivers (like for nvidia or amd graphics > cards are supported). Neither of xvesa, xorg, nvidia, amd* > is listed in the package search. Can you enlighten me? As far as I'm aware, proprietary drivers are not supported. First off, we don't really like proprietary software, but on top of that, there's no way for us to patch them (e.g for them to work with musl). You're free to try running the "official installer" off their websites though - just don't expect it to necessarily work. > 2b. Are proprietary printer drivers supported (samsung, hp, etc), > or just cups? Same as above, though do note that hp's drivers specifically aren't all that proprietary - hplip is available in-repo. > 3. I also cannot find (=search) xfce in your package lists, although > it was listed on distrowatch, while i can find openbox there. So > which of the common window managers are supported? If you mean using pkgs.a.o[1], it only does exact matches. However, it does support wildcards. Xfce is available as "xfce4". Next time, try adding some "*"s to your searches. Alternatively, you can use `apk search` from inside of alpine - it uses substring matching. > 4. From your point of view: Would there be any upcoming problems for me > to compile the i3 wm sources (and the usual helper tools) on my own? Probably not, but you might miss out on musl-specific patches, such as i3wm-musl-glob-tilde.patch[2]. > 5. As I have mostly used virtualbox instead of xen, this is a Xen-newbie > question, so forgive me, if I havent had the time to read all the > documentation yet: I expect xen to be able to do exactly what > virtualbox can do. 5a) Is that correct? 5b) Is direct device > forwarding possible (network, usb devices, etc)? 5c) What about > sound (onboard and usb sound cards)? As I read, Alpine uses > alsa (which is nice in my point of view): What happens if the > guest-os uses pulseaudio? Does this scenario work as expected > with xen? I have never used xen, but my understanding is that it goes further than virtualbox, and allows for paravirt. Hopefully (at least some of) this helps! [1]: https://pkgs.alpinelinux.org/ [2]: https://git.alpinelinux.org/aports/tree/community/i3wm/i3wm-musl-glob-tilde.patch --- Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org Help: alpine-user+help@lists.alpinelinux.org ---