Code Monkey home page Code Monkey logo

Comments (7)

eoli3n avatar eoli3n commented on June 6, 2024

No, zroot/data/home/root is /root.
I don't get the error, please paste more detailed logs

from arch-config.

n1ete avatar n1ete commented on June 6, 2024

dmesg --level warn,err

...
[    4.133880] zlua: loading out-of-tree module taints kernel.
[    4.133884] zlua: module license 'MIT' taints kernel.
[    4.133885] Disabling lock debugging due to kernel taint
[   16.059103] zfs-mount-generator: invalid mountpoint for zroot/data
[   16.059420] systemd[815]: /usr/lib/systemd/system-generators/zfs-mount-generator failed with exit status 1.
[   16.223178] VBoxNetAdp: Successfully started.
[   16.224688] VBoxNetFlt: Successfully started.
...

and corresponding journalctl

systemd[12318]: /usr/lib/systemd/system-generators/zfs-mount-generator failed with exit status 1.
Jun 02 16:23:23 HOST zfs-mount-generator: invalid mountpoint for zroot/data
Jun 02 16:23:31 HOST systemd[1]: zfs-scrub.timer: Succeeded.
Jun 02 16:23:31 HOST systemd[1]: Stopped Scrub ZFS pool weekly.
Jun 02 16:23:31 HOST systemd[1]: zfs-trim.timer: Succeeded.
Jun 02 16:23:31 HOST systemd[1]: Stopped Trim ZFS pool weekly.
Jun 02 16:23:33 HOST systemd[1]: Stopped target ZFS startup target.
Jun 02 16:23:33 HOST systemd[1]: Stopping ZFS Event Daemon (zed)...
Jun 02 16:23:33 HOST systemd[1]: zfs-zed.service: Succeeded.
Jun 02 16:23:33 HOST systemd[1]: Stopped ZFS Event Daemon (zed).
Jun 02 16:23:33 HOST audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=zfs-zed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jun 02 16:24:17 HOST kernel: Command line: initrd=\env\org.zectl-default\intel-ucode.img initrd=\env\org.zectl-default\initramfs-linux.img zfs=zroot/ROOT/default rw loglevel=3 spectre_v2=off net.ifnames=0 consoleblank=60 thinkfan_acpi.fan_control=1 i915.enable_guc=2 i915.enable_fbc=1 i915.fastboot=0 i915.enable_psr=2 i915.disable_power_well=0 i915.enable_dpcd_backlight=1
Jun 02 16:24:17 HOST kernel: Kernel command line: initrd=\env\org.zectl-default\intel-ucode.img initrd=\env\org.zectl-default\initramfs-linux.img zfs=zroot/ROOT/default rw loglevel=3 spectre_v2=off net.ifnames=0 consoleblank=60 thinkfan_acpi.fan_control=1 i915.enable_guc=2 i915.enable_fbc=1 i915.fastboot=0 i915.enable_psr=2 i915.disable_power_well=0 i915.enable_dpcd_backlight=1
Jun 02 16:24:17 HOST kernel:     zfs=zroot/ROOT/default
Jun 02 16:24:17 HOST kernel: ZFS: Loaded module v0.8.4-1, ZFS pool version 5000, ZFS filesystem version 5
Jun 02 16:24:17 HOST zfs-mount-generator: invalid mountpoint for zroot/data
Jun 02 16:24:17 HOST systemd[815]: /usr/lib/systemd/system-generators/zfs-mount-generator failed with exit status 1.
Jun 02 16:24:20 HOST systemd[1]: Starting Import ZFS pools by cache file...
Jun 02 16:24:21 HOST systemd[1]: Finished Import ZFS pools by cache file.

couldnt find any more related to it. the systems seems to run finel.

from arch-config.

eoli3n avatar eoli3n commented on June 6, 2024

Did you change 01-configure.sh or 02-install.sh ?

from arch-config.

n1ete avatar n1ete commented on June 6, 2024

in 02-install.sh i changed two lines related to kernel modules:
MODULES=(i915 nvme battery) on line 45
and on line 96
options zfs=zroot/ROOT/default rw loglevel=3 spectre_v2=off net.ifnames=0 consoleblank=60 thinkfan_acpi.fan_control=1 i915.enable_guc=2 i915.enable_fbc=1 i915.fastboot=0 i915.enable_psr=2 i915.enable_guc=2 i915.disable_power_well=0 i915.enable_dpcd_backlight=1

from arch-config.

eoli3n avatar eoli3n commented on June 6, 2024

I can't help on this, feel free to tell if you find

from arch-config.

n1ete avatar n1ete commented on June 6, 2024

might found a cause, zroot/ROOT/default and zroot/data seem to be mounted both a "/"
could it that be?

zfs list

NAME                    USED  AVAIL     REFER  MOUNTPOINT
zroot                  31.9G   429G      192K  none
zroot/ROOT             10.2G   429G      192K  none
zroot/ROOT/default     10.2G   429G     10.2G  /
zroot/data             21.7G   429G      192K  /
zroot/data/home        21.7G   429G     21.6G  /home
zroot/data/home/root   31.9M   429G     31.9M  /root
zroot/var              35.8M   429G      192K  /var
zroot/var/lib          1.29M   429G      192K  /var/lib
zroot/var/lib/docker    744K   429G      744K  /var/lib/docker
zroot/var/lib/libvirt   384K   429G      384K  /var/lib/libvirt
zroot/var/log          34.4M   429G     34.4M  /var/log

from arch-config.

eoli3n avatar eoli3n commented on June 6, 2024

No that's normal.

from arch-config.

Related Issues (7)

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.