Artix Linux Forum

Artix Linux => System => Topic started by: sgal5208 on 19 September 2022, 15:05:57

Title: Error while trying to install OpenZFS
Post by: sgal5208 on 19 September 2022, 15:05:57
Hey there, I am trying to follow the official OpenZFS docs and after I ran
Code: [Select]
pacman -Sy
i got this error:
Code: [Select]
warning: config file /etc/pacman.conf, line 123: directive 'EOF' in section 'archzfs' not recognized.

Should I be worried? The repos I currently have enabled are the base Artix repos+lib32, base Arch repos+multilib and yay is present for the AUR.

I manually installed Artix with the MATE desktop and use the OpenRC init system.

neofetch:
Code: [Select]
                  '                      sgal@OpenMonoliths 
                  'o'                     ------------------
                 'ooo'                    OS: Artix Linux x86_64
                'ooxoo'                   Kernel: 5.19.8-artix1-1
               'ooxxxoo'                  Uptime: 11 mins
              'oookkxxoo'                 Packages: 532 (pacman)
             'oiioxkkxxoo'                Shell: bash 5.1.16
            ':;:iiiioxxxoo'               Resolution: 1920x1080, 1920x1080
               `'.;::ioxxoo'              DE: MATE 1.26.0
          '-.      `':;jiooo'             WM: Metacity (Marco)
         'oooio-..     `'i:io'            Theme: BlackMATE [GTK2/3]
        'ooooxxxxoio:,.   `'-;'           Icons: mate [GTK2/3]
       'ooooxxxxxkkxoooIi:-.  `'          Terminal: mate-terminal
      'ooooxxxxxkkkkxoiiiiiji'            Terminal Font: Monospace 10
     'ooooxxxxxkxxoiiii:'`     .i'        CPU: AMD Ryzen 7 5800X (16) @ 4.200GHz
    'ooooxxxxxoi:::'`       .;ioxo'       GPU: AMD ATI Radeon RX 6600/6600 XT/6600M
   'ooooxooi::'`         .:iiixkxxo'      Memory: 1585MiB / 31982MiB
  'ooooi:'`                `'';ioxxo'
 'i:'`                          '':io'                           
'`                                   `'                          


Thanks ahead!

Edit: found what's causing the issue, there was an "EOF" listed at the bottom of the file, which was causing the error.
Consider fixed.
Title: Re: Error while trying to install OpenZFS
Post by: Artist on 19 September 2022, 15:50:54
You're free to use arch repo's, but why not install openzfs from Artix's universe repo? That has always worked for me, and still does.

artist
Title: Re: Error while trying to install OpenZFS
Post by: sgal5208 on 19 September 2022, 16:25:41
Oh, I have the Arch repos enabled for other reasons, but OpenZFS also said to enable its own repo which is causing the error.

I'm just unsure what to do.
Title: Re: Error while trying to install OpenZFS
Post by: Artist on 19 September 2022, 21:17:02
Check https://wiki.artixlinux.org/Main/Repositories and place the universe repo above arch's in your pacman.conf file.
As always make sure to have a valid backup, and then run: sudo pacman -Sy zfs-git

artist
Title: Re: Error while trying to install OpenZFS
Post by: sgal5208 on 19 September 2022, 21:50:10
Check https://wiki.artixlinux.org/Main/Repositories and place the universe repo above arch's in your pacman.conf file.
As always make sure to have a valid backup, and then run: sudo pacman -Sy zfs-git

artist

Thank you very much, I do have all of the Artix repos on top of the Arch repos (including Universe), I'll reply again later to report any other issues.