Giter Club home page Giter Club logo

Comments (6)

johnramsden avatar johnramsden commented on September 2, 2024

You might need to update your mirrorlist, it's unlikely this is a ALEZ related issue. Are you getting a message like:

error: failed retrieving file '<PACKAGE>-x86_64.pkg.tar.xz' from <MIRROR> : Protocol rsync not supported or disabled in libcurl

First i'd try just running pacman -Syyu, and seeing if that fixes the issue. If it doesn't, maybe update your mirrorlist.

from alez.

Kodiman avatar Kodiman commented on September 2, 2024

hi, yes that is the error. also, says "could not resolve host". pacman -Syyu fails with same error. ping fails with both IP or hostname. this ALEZ arch linux is installed in linux qemu/kvm VM with default settings. the fresh install of ALEZ fails to network. should it network by default? how to configure networking in ALEZ? thanks

from alez.

johnramsden avatar johnramsden commented on September 2, 2024

Yes you need to set up a networking. It's essentially a system with nothing configured, all that's been done is ZFS has been configured.

I'd recommend going through Network configuration, and taking a look through the Installation guide in case there was anything else you wanted to set up.

The easiest way to set up networking on a wired host would be using systemd-networkd, and optionally systemd-resolved

Create /etc/systemd/network/20-wired.network

Assuming your network adapter is en*, the following configuration should work:

[Match]
Name=en*

[Network]
DHCP=yes

Then start and enable systemd-networkd.service, and optionally systemd-resolved.service:

systemctl enable --now systemd-networkd.service systemd-resolved.service

from alez.

Kodiman avatar Kodiman commented on September 2, 2024

Hi, John, You solved it. The network works, so pacman works. No errors. Next goal is to make boot environments.

beadm seems to be unavailable in arch linux? So trying zedenv?

pacman -S zedenv
results in "error: target not found: zedenv"

How to install and configure zedenv to make boot environments?

Much appreciated. Thanks!

from alez.

johnramsden avatar johnramsden commented on September 2, 2024

You need to install zedenv and zedenv-grub from the AUR or source.

As the Wiki mentions you should probably familiarize yourself with makepkg, but if you want the easy way out, install an AUR helper, I'd recommend yay as a good one to start with.

This should get you started:

pacman -S base-devel git

Switch to your user and install yay

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -sic

Now you can install zedenv and if you're using GRUB, zedenv-grub.

yay -S zedenv zedenv-grub

If using zedenv-grub (as root):

zedenv set org.zedenv.grub:bootonzfs=yes

You'll now want to read the documentation for zedenv.


This is a little bit out of scope of ALEZ, so i'm going to close this. If you end up running into a bug with zedenv feel free to open an issue there.

You should probably read through the installation guide, is it a good place to start. You want to familiarize yourself with the wiki, as it has most of the answers you will need.

from alez.

Kodiman avatar Kodiman commented on September 2, 2024

Hi, John, Thanks for those details. The zedenv and zedenv-grub are now installed and work. You are the best. Thanks!

from alez.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.