[ NFS ] serveur (dead)

Applications, problèmes de configuration réseau
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

[ NFS ] serveur (dead)

Message par iznobe »

Bonjour , je n' arrive pas a activer le service pour le serveur NFS .

Code : Tout sélectionner

[iznobe@archlinux ~]$ sudo systemctl start nfs-server.service
[sudo] Mot de passe de iznobe : 
A dependency job for nfs-server.service failed. See 'journalctl -xe' for details.
[iznobe@archlinux ~]$ sudo systemctl enable nfs-server.service
[iznobe@archlinux ~]$ sudo systemctl start nfs-server.service
A dependency job for nfs-server.service failed. See 'journalctl -xe' for details.
[iznobe@archlinux ~]$ journalctl -xe | tail -30
░░ An n/a= process belonging to unit var-lib-nfs-rpc_pipefs.mount has exited.
░░ 
░░ The process' exit code is 'exited' and its exit status is 32.
mai 25 18:49:17 archlinux systemd[1]: var-lib-nfs-rpc_pipefs.mount: Failed with result 'exit-code'.
░░ Subject: Unit failed
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ The unit var-lib-nfs-rpc_pipefs.mount has entered the 'failed' state with result 'exit-code'.
mai 25 18:49:17 archlinux systemd[1]: Failed to mount RPC Pipe File System.
░░ Subject: L'unité (unit) var-lib-nfs-rpc_pipefs.mount a échoué
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ L'unité (unit) var-lib-nfs-rpc_pipefs.mount a échoué, avec le résultat failed.
mai 25 18:49:17 archlinux systemd[1]: Dependency failed for rpc_pipefs.target.
░░ Subject: L'unité (unit) rpc_pipefs.target a échoué
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ L'unité (unit) rpc_pipefs.target a échoué, avec le résultat dependency.
mai 25 18:49:17 archlinux systemd[1]: Dependency failed for RPC security service for NFS client and server.
░░ Subject: L'unité (unit) rpc-gssd.service a échoué
░░ Defined-By: systemd
░░ Support: https://lists.freedesktop.org/mailman/listinfo/systemd-devel
░░ 
░░ L'unité (unit) rpc-gssd.service a échoué, avec le résultat dependency.
mai 25 18:49:17 archlinux systemd[1]: rpc-gssd.service: Job rpc-gssd.service/start failed with result 'dependency'.
mai 25 18:49:17 archlinux systemd[1]: rpc_pipefs.target: Job rpc_pipefs.target/start failed with result 'dependency'.
mai 25 18:49:17 archlinux sudo[18538]: pam_unix(sudo:session): session closed for user root
[iznobe@archlinux ~]$
j ' ai été voir la doc a ce sujet ( en français ) , mais je n' y est pas vu grand chose a propos du service NFS lui-meme .

Code : Tout sélectionner

[iznobe@archlinux ~]$ sudo systemctl --failed
  UNIT                         LOAD   ACTIVE SUB    DESCRIPTION                  
● proc-fs-nfsd.mount           loaded failed failed NFSD configuration filesystem
● var-lib-nfs-rpc_pipefs.mount loaded failed failed RPC Pipe File System

Legend: LOAD   → Reflects whether the unit definition was properly loaded.
        ACTIVE → The high-level unit activation state, i.e. generalization of SUB.
        SUB    → The low-level unit activation state, values depend on unit type.

2 loaded units listed.
[iznobe@archlinux ~]$ 
sudo dmesg ne donne rein de probant ...


Si vous avez des idées pour resoudre la situation , je suis preneur .
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17563
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [ NFS ] serveur (dead)

Message par benjarobin »

Bonjour,
N'utilise pas l'option -xe de journalctl qui rend la sortie complètement inexploitable. Cette option est clairement marquée comme à ne pas utiliser dans le man quand on demande de l'aide (rapport de bug, ...)
Note: when attaching journalctl output to bug reports, please do not use -x.
Peux tu nous donner les logs systèmes suite à un reboot et un lancement du service (comme tu l'avais fait) :

Code : Tout sélectionner

sudo journalctl -b -n 300 --no-pager
sudo journalctl -b --no-pager -u var-lib-nfs-rpc_pipefs.mount
sudo journalctl -b --no-pager -u proc-fs-nfsd.mount
Ainsi que la sortie de :

Code : Tout sélectionner

cat /etc/exports
Edit: Tu n'aurais pas fait une mise à jour sans reboot ?

Peux tu donner aussi la sortie de :

Code : Tout sélectionner

modinfo sunrpc | head -1
modinfo nfsd | head -1
lsmod | grep -E "rpc|nfsd"
uname -a
pacman -Q linux
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

Bonjour, alors je ne sais pas ce qu ' il se passe , mais j ' ai du mal a demarrer maintenant , avec des erreurs à la pelle .

obligé de modifier le fstab pour commenter le montage de la partition EFI sur /efi pour pouvoir demarrer .
j ' ai aussi :

Code : Tout sélectionner

failed to mount NFSD config filesystem
depedency failed for NFSV4 # ( et 3 autres ) trucs
, puis apres 1min 30 j ' arrive sur la session graphique pour me loguer .

je me connecte , puis là , je n ' ai plus d' acces au net ...
bref , c ' est compliqué et je ne sais pas tellement quoi faire ...

le network-manager ne m' affiche pas de carte reseau , qui pourtant ressort bien avec lscpci .
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

voici ce que j' ai pu recuperer comme infos à partir d' un chroot :

Code : Tout sélectionner

[root@iznobe-pc /]# journalctl -b -n 300 --no-pager
mai 26 08:32:45 iznobe-pc gnome-shell[2353]: GFileInfo created without standard::icon
mai 26 08:32:45 iznobe-pc gnome-shell[2353]: file ../../../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached
mai 26 08:32:45 iznobe-pc gnome-shell[2353]: GFileInfo created without standard::icon
mai 26 08:32:45 iznobe-pc gnome-shell[2353]: file ../../../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached
mai 26 08:32:45 iznobe-pc gnome-shell[2353]: GFileInfo created without standard::icon
mai 26 08:32:45 iznobe-pc gnome-shell[2353]: file ../../../gio/gfileinfo.c: line 1765 (g_file_info_get_icon): should not be reached
mai 26 08:32:45 iznobe-pc systemd[1908]: Started org.gnome.SettingsDaemon.Keyboard.service - GNOME keyboard configuration service.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target org.gnome.SettingsDaemon.Keyboard.target - GNOME keyboard configuration target.
mai 26 08:32:45 iznobe-pc systemd[1908]: Started org.gnome.SettingsDaemon.Color.service - GNOME color management service.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target org.gnome.SettingsDaemon.Color.target - GNOME color management target.
mai 26 08:32:45 iznobe-pc dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service' requested by ':1.70' (uid=1000 pid=2542 comm="/usr/libexec/gsd-keyboard" label="unconfined")
mai 26 08:32:45 iznobe-pc systemd[1908]: Started org.gnome.SettingsDaemon.MediaKeys.service - GNOME keyboard shortcuts service.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target org.gnome.SettingsDaemon.MediaKeys.target - GNOME keyboard shortcuts target.
mai 26 08:32:45 iznobe-pc systemd[1908]: Started org.gnome.SettingsDaemon.Power.service - GNOME power management service.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target org.gnome.SettingsDaemon.Power.target - GNOME power management target.
mai 26 08:32:45 iznobe-pc systemd[1908]: Started org.gnome.SettingsDaemon.Wacom.service - GNOME Wacom tablet support service.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target org.gnome.SettingsDaemon.Wacom.target - GNOME Wacom tablet support target.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target gnome-session.target - GNOME Session.
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target gnome-session-wayland@ubuntu.target - GNOME Wayland Session (session: ubuntu).
mai 26 08:32:45 iznobe-pc systemd[1908]: Reached target graphical-session.target - Current graphical user session.
mai 26 08:32:45 iznobe-pc systemd[1908]: gnome-initial-setup-first-login.service - GNOME Initial Setup was skipped because of an unmet condition check (ConditionPathExists=!/home/iznobe/.config/gnome-initial-setup-done).
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: The XKEYBOARD keymap compiler (xkbcomp) reports:
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86NextElement
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86PreviousElement
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86MarkWaypoint
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86Sos
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86NavChart
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86FishingChart
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86DualRangeRadar
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86RadarOverlay
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86TraditionalSonar
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86ClearvuSonar
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86SidevuSonar
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: > Warning:          Could not resolve keysym XF86NavInfo
mai 26 08:32:45 iznobe-pc gnome-shell[2936]: Errors from xkbcomp are not fatal to the X server
mai 26 08:32:45 iznobe-pc systemd[1]: Starting systemd-localed.service - Locale Service...
mai 26 08:32:45 iznobe-pc dbus-daemon[1313]: [system] Successfully activated service 'org.freedesktop.locale1'
mai 26 08:32:45 iznobe-pc systemd[1]: Started systemd-localed.service - Locale Service.
mai 26 08:32:45 iznobe-pc nemo[2904]: Current gtk theme is not known to have nemo support (Yaru-dark) - checking...
mai 26 08:32:45 iznobe-pc rtkit-daemon[2209]: Successfully made thread 2393 of process 2353 owned by '1000' high priority at nice level 0.
mai 26 08:32:45 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:45 iznobe-pc rtkit-daemon[2209]: Supervising 7 threads of 4 processes of 1 users.
mai 26 08:32:45 iznobe-pc rtkit-daemon[2209]: Supervising 7 threads of 4 processes of 1 users.
mai 26 08:32:45 iznobe-pc rtkit-daemon[2209]: Successfully made thread 2393 of process 2353 owned by '1000' RT at priority 20.
mai 26 08:32:45 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:46 iznobe-pc gsd-media-keys[2544]: Failed to grab accelerator for keybinding settings:hibernate
mai 26 08:32:46 iznobe-pc gsd-media-keys[2544]: Failed to grab accelerator for keybinding settings:playback-repeat
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating service name='org.gnome.ScreenSaver' requested by ':1.52' (uid=1000 pid=2551 comm="/usr/libexec/gsd-power" label="unconfined")
mai 26 08:32:46 iznobe-pc org.freedesktop.FileManager1[2904]: Initializing nemo-image-converter extension
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.freedesktop.FileManager1'
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.gnome.ScreenSaver'
mai 26 08:32:46 iznobe-pc systemd[1908]: Reached target gnome-session-x11-services.target - GNOME session X11 services.
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: The XKEYBOARD keymap compiler (xkbcomp) reports:
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Unsupported maximum keycode 708, clipping.
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: >                   X11 cannot support keycodes above 255.
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86CameraAccessEnable
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86CameraAccessDisable
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86CameraAccessToggle
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86NextElement
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86PreviousElement
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86AutopilotEngageToggle
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86MarkWaypoint
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86Sos
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86NavChart
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86FishingChart
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86SingleRangeRadar
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86DualRangeRadar
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86RadarOverlay
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86TraditionalSonar
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86ClearvuSonar
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86SidevuSonar
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: > Warning:          Could not resolve keysym XF86NavInfo
mai 26 08:32:46 iznobe-pc gnome-shell[2971]: Errors from xkbcomp are not fatal to the X server
mai 26 08:32:46 iznobe-pc systemd[1908]: Starting org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service...
mai 26 08:32:46 iznobe-pc systemd[1908]: Started org.gnome.SettingsDaemon.XSettings.service - GNOME XSettings service.
mai 26 08:32:46 iznobe-pc systemd[1908]: Reached target gnome-session-x11-services-ready.target - GNOME session X11 services.
mai 26 08:32:46 iznobe-pc nemo-desktop[2685]: Current gtk theme is not known to have nemo support (Yaru-dark) - checking...
mai 26 08:32:46 iznobe-pc nemo-desktop.desktop[2685]: Initializing nemo-image-converter extension
mai 26 08:32:46 iznobe-pc nemo-desktop[2685]: nemo-desktop: session is not cinnamon (checked XDG_SESSION_DESKTOP,DESKTOP_SESSION environment variables.) Applying default behavior
mai 26 08:32:46 iznobe-pc nemo-desktop[2685]: Action '90_new-launcher.nemo_action' is missing dependency: cinnamon-desktop-editor
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: GNOME Shell started at Mon May 26 2025 08:32:45 GMT+0200 (heure d’été d’Europe centrale)
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: Registering session with GDM
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: Launching DING process
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating service name='org.gnome.Nautilus' requested by ':1.96' (uid=1000 pid=3018 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mai 26 08:32:46 iznobe-pc nautilus[3034]: Connecting to org.freedesktop.Tracker3.Miner.Files
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.gnome.Nautilus'
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating service name='org.gnome.ArchiveManager1' requested by ':1.96' (uid=1000 pid=3018 comm="gjs /usr/share/gnome-shell/extensions/ding@rasters" label="unconfined")
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: Detected async api for thumbnails
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.freedesktop.portal.Desktop' unit='xdg-desktop-portal.service' requested by ':1.98' (uid=1000 pid=3034 comm="/usr/bin/nautilus --gapplication-service" label="nautilus (unconfined)")
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: (gjs:3018): Gjs-WARNING **: 08:32:46.647: GLib.unix_signal_add has been moved to a separate platform-specific library. Please update your code to use GLibUnix.signal_add instead.
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: 0 DesktopManager() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js":264:12]
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: 1 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":180:25]
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: 2 anonymous() ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":197:20]
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: 3 <TOP LEVEL> ["/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js":206:12]
mai 26 08:32:46 iznobe-pc systemd[1908]: Starting xdg-desktop-portal.service - Portal service...
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.freedesktop.portal.Documents' unit='xdg-document-portal.service' requested by ':1.100' (uid=1000 pid=3054 comm="/usr/libexec/xdg-desktop-portal" label="unconfined")
mai 26 08:32:46 iznobe-pc systemd[1908]: Starting xdg-document-portal.service - flatpak document portal service...
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.freedesktop.portal.Documents'
mai 26 08:32:46 iznobe-pc systemd[1908]: Started xdg-document-portal.service - flatpak document portal service.
mai 26 08:32:46 iznobe-pc xdg-document-portal[3060]: Ignoring invalid max threads value 4294967295 > max (100000).
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gnome' unit='xdg-desktop-portal-gnome.service' requested by ':1.100' (uid=1000 pid=3054 comm="/usr/libexec/xdg-desktop-portal" label="unconfined")
mai 26 08:32:46 iznobe-pc systemd[1908]: Starting xdg-desktop-portal-gnome.service - Portal service (GNOME implementation)...
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: ** Message: 08:32:46.670: Connecting to org.freedesktop.Tracker3.Miner.Files
mai 26 08:32:46 iznobe-pc nemo-desktop[2685]: Ignoring thumbnailer with missing binary: 'freecad-thumbnailer'
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: Exception while Initiating Desktop: item.updateIcon() is undefined
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: _sortAllFilesFromGridsByKindStacked@/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js:2060:18
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: doStacks@/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js:1929:14
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: _placeAllFilesOnGrids@/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js:1470:18
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: _drawDesktop@/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js:1460:14
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: _updateDesktop@/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js:1352:14
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: async*DesktopManager@/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/desktopManager.js:245:14
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: @/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js:180:26
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: @/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js:197:21
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: @/usr/share/gnome-shell/extensions/ding@rastersoft.com/app/ding.js:206:13
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: DBus interface for Nautilus (org.freedesktop.FileManager1) is now available.
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: DBus interface for Gvfs daemon (org.gtk.vfs.Metadata) is now available.
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: DBus interface for Switcheroo control (net.hadess.SwitcherooControl) is now available.
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: Received notification for window. 0 notifications remaining.
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
mai 26 08:32:46 iznobe-pc systemd[1908]: Started xdg-desktop-portal-gnome.service - Portal service (GNOME implementation).
mai 26 08:32:46 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:46 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:46 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.freedesktop.impl.portal.desktop.gtk' unit='xdg-desktop-portal-gtk.service' requested by ':1.100' (uid=1000 pid=3054 comm="/usr/libexec/xdg-desktop-portal" label="unconfined")
mai 26 08:32:46 iznobe-pc systemd[1908]: Starting xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation)...
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
mai 26 08:32:46 iznobe-pc systemd[1908]: Started xdg-desktop-portal-gtk.service - Portal service (GTK/GNOME implementation).
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.freedesktop.portal.Desktop'
mai 26 08:32:46 iznobe-pc systemd[1908]: Started xdg-desktop-portal.service - Portal service.
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.gnome.ArchiveManager1'
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: DBus interface for File-roller (org.gnome.ArchiveManager1) is now available.
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.98' (uid=1000 pid=3034 comm="/usr/bin/nautilus --gapplication-service" label="nautilus (unconfined)")
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activation via systemd failed for unit 'tracker-miner-fs-3.service': Unit tracker-miner-fs-3.service is masked.
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: DBus interface for Nautilus (org.gnome.Nautilus.FileOperations2) is now available.
mai 26 08:32:46 iznobe-pc nautilus[3034]: Unable to create connection for session-wide Tracker indexer: Unit tracker-miner-fs-3.service is masked.
mai 26 08:32:46 iznobe-pc gnome-shell[2353]: DING: GNOME nautilus 46.2
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.freedesktop.Tracker3.Miner.Files' unit='tracker-miner-fs-3.service' requested by ':1.102' (uid=1000 pid=3055 comm="nautilus --version" label="nautilus (unconfined)")
mai 26 08:32:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activation via systemd failed for unit 'tracker-miner-fs-3.service': Unit tracker-miner-fs-3.service is masked.
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: resolver: forward: no upstream resolvers set, returning SERVFAIL
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: resolution failed due to missing upstream nameservers.  Recompiling DNS configuration.
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: Set: {DefaultResolvers:[] Routes:{tail918f94.ts.net.:[] ts.net.:[199.247.155.53 2620:111:8007::53]}+65arpa SearchDomains:[tail918f94.ts.net.] Hosts:11}
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: Resolvercfg: {Routes:{ts.net.:[199.247.155.53 2620:111:8007::53]} Hosts:11 LocalDomains:[tail918f94.ts.net.]+65arpa}
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: OScfg: {Nameservers:[100.100.100.100] SearchDomains:[tail918f94.ts.net.] MatchDomains:[tail918f94.ts.net. ts.net.]+65arpa}
mai 26 08:32:47 iznobe-pc systemd-resolved[1236]: Flushed all caches.
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: resolver: forward: no upstream resolvers set, returning SERVFAIL
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: resolver: forward: no upstream resolvers set, returning SERVFAIL
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: resolver: forward: no upstream resolvers set, returning SERVFAIL
mai 26 08:32:47 iznobe-pc tailscaled[1573]: dns: resolver: forward: no upstream resolvers set, returning SERVFAIL
mai 26 08:32:47 iznobe-pc tailscaled[1573]: [RATELIMIT] format("dns: resolver: forward: no upstream resolvers set, returning SERVFAIL")
mai 26 08:32:48 iznobe-pc kernel: workqueue: delayed_fput hogged CPU for >10000us 4 times, consider switching to WQ_UNBOUND
mai 26 08:32:48 iznobe-pc systemd[1]: dmesg.service: Deactivated successfully.
mai 26 08:32:48 iznobe-pc systemd-resolved[1236]: Using degraded feature set UDP instead of UDP+EDNS0 for DNS server 100.100.100.100.
mai 26 08:32:48 iznobe-pc systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
mai 26 08:32:49 iznobe-pc systemd[1908]: Started app-gnome-firefox-3113.scope - Application launched by gnome-shell.
mai 26 08:32:50 iznobe-pc dbus-daemon[1313]: [system] Activating via systemd: service name='org.freedesktop.timedate1' unit='dbus-org.freedesktop.timedate1.service' requested by ':1.83' (uid=1000 pid=3113 comm="/usr/lib/firefox/firefox" label="firefox (unconfined)")
mai 26 08:32:50 iznobe-pc systemd[1]: Starting systemd-timedated.service - Time & Date Service...
mai 26 08:32:50 iznobe-pc dbus-daemon[1313]: [system] Successfully activated service 'org.freedesktop.timedate1'
mai 26 08:32:50 iznobe-pc systemd[1]: Started systemd-timedated.service - Time & Date Service.
mai 26 08:32:50 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:50 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:50 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:50 iznobe-pc rtkit-daemon[2209]: Supervising 8 threads of 5 processes of 1 users.
mai 26 08:32:50 iznobe-pc rtkit-daemon[2209]: Successfully made thread 3254 of process 3113 owned by '1000' RT at priority 10.
mai 26 08:32:50 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:50 iznobe-pc gnome-shell[2353]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:51 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:52 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:32:52 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:33:02 iznobe-pc tailscaled[1573]: health(warnable=dns-forward-failing): error: Tailscale can't reach the configured DNS servers. Internet connectivity may be affected.
mai 26 08:33:02 iznobe-pc tailscaled[1573]: health: connectivity impacted; triggering captive portal detection
mai 26 08:33:04 iznobe-pc systemd-journald[391]: Forwarding to syslog missed 1055 messages.
mai 26 08:33:04 iznobe-pc systemd[1]: Finished plymouth-quit-wait.service - Hold until boot process finishes up.
mai 26 08:33:04 iznobe-pc systemd[1]: Reached target multi-user.target - Multi-User System.
mai 26 08:33:04 iznobe-pc systemd[1]: Reached target graphical.target - Graphical Interface.
mai 26 08:33:04 iznobe-pc systemd[1]: Starting setvtrgb.service - Set console scheme...
mai 26 08:33:04 iznobe-pc systemd[1]: Starting systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP...
mai 26 08:33:04 iznobe-pc systemd[1]: Finished setvtrgb.service - Set console scheme.
mai 26 08:33:04 iznobe-pc systemd[1]: Created slice system-getty.slice - Slice /system/getty.
mai 26 08:33:04 iznobe-pc systemd[1]: systemd-update-utmp-runlevel.service: Deactivated successfully.
mai 26 08:33:04 iznobe-pc systemd[1]: Finished systemd-update-utmp-runlevel.service - Record Runlevel Change in UTMP.
mai 26 08:33:04 iznobe-pc systemd[1]: Startup finished in 7.432s (firmware) + 12.314s (loader) + 1.897s (kernel) + 28.158s (userspace) = 49.802s.
mai 26 08:33:05 iznobe-pc tailscaled[1573]: DetectCaptivePortal(found=false)
mai 26 08:33:06 iznobe-pc systemd[1]: systemd-fsckd.service: Deactivated successfully.
mai 26 08:33:08 iznobe-pc systemd-timesyncd[1252]: Contacted time server 91.189.91.157:123 (ntp.ubuntu.com).
mai 26 08:33:08 iznobe-pc systemd-timesyncd[1252]: Initial clock synchronization to Mon 2025-05-26 08:33:08.876894 CEST.
mai 26 08:33:15 iznobe-pc tailscaled[1573]: logtail: upload succeeded after 1 failures and 35s
mai 26 08:33:15 iznobe-pc systemd[1]: systemd-hostnamed.service: Deactivated successfully.
mai 26 08:33:15 iznobe-pc systemd[1908]: Started app-gnome-psensor-3479.scope - Application launched by gnome-session-binary.
mai 26 08:33:15 iznobe-pc systemd[1]: systemd-localed.service: Deactivated successfully.
mai 26 08:33:16 iznobe-pc psensor.desktop[3479]: [2025-05-26T06:33:16] [ERR] hddtemp : échec de l'ouverture de la connexion.
mai 26 08:33:16 iznobe-pc psensor.desktop[3479]: [2025-05-26T06:33:16] [ERR] nvctrl : Échec de la récupération des information NVIDIA.
mai 26 08:33:20 iznobe-pc systemd[1]: systemd-timedated.service: Deactivated successfully.
mai 26 08:33:45 iznobe-pc systemd[1908]: Started app-gnome-ubuntu\x2dadvantage\x2dnotification-3517.scope - Application launched by gnome-session-binary.
mai 26 08:33:45 iznobe-pc systemd[1908]: Started app-gnome-update\x2dnotifier-3521.scope - Application launched by gnome-session-binary.
mai 26 08:33:46 iznobe-pc geoclue[2892]: Service not used for 60 seconds. Shutting down..
mai 26 08:33:46 iznobe-pc systemd[1]: geoclue.service: Deactivated successfully.
mai 26 08:34:46 iznobe-pc systemd[1908]: Started app-gnome-org.gnome.DejaDup.Monitor-3580.scope - Application launched by gnome-session-binary.
mai 26 08:35:01 iznobe-pc CRON[3602]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
mai 26 08:35:01 iznobe-pc CRON[3603]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
mai 26 08:35:01 iznobe-pc CRON[3602]: pam_unix(cron:session): session closed for user root
mai 26 08:35:40 iznobe-pc tailscaled[1573]: Received error: PollNetMap: unexpected EOF
mai 26 08:35:40 iznobe-pc tailscaled[1573]: control: controlhttp: forcing port 443 dial due to recent noise dial
mai 26 08:35:41 iznobe-pc tailscaled[1573]: control: netmap: got new dial plan from control
mai 26 08:36:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating service name='org.gnome.DejaDup' requested by ':1.116' (uid=1000 pid=3580 comm="/usr/libexec/deja-dup/deja-dup-monitor" label="unconfined")
mai 26 08:36:46 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.gnome.DejaDup'
mai 26 08:37:38 iznobe-pc anacron[1311]: Job `cron.daily' started
mai 26 08:37:38 iznobe-pc anacron[3678]: Updated timestamp for job `cron.daily' to 2025-05-26
mai 26 08:37:38 iznobe-pc anacron[1311]: Job `cron.daily' terminated
mai 26 08:37:38 iznobe-pc anacron[1311]: Normal exit (1 job run)
mai 26 08:37:38 iznobe-pc systemd[1]: Starting update-notifier-download.service - Download data for packages that failed at package install time...
mai 26 08:37:38 iznobe-pc systemd[1]: anacron.service: Deactivated successfully.
mai 26 08:37:38 iznobe-pc systemd[1]: update-notifier-download.service: Deactivated successfully.
mai 26 08:37:38 iznobe-pc systemd[1]: Finished update-notifier-download.service - Download data for packages that failed at package install time.
mai 26 08:37:46 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:37:46 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:37:48 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:37:48 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:37:50 iznobe-pc PackageKit[2514]: daemon quit
mai 26 08:37:50 iznobe-pc systemd[1]: packagekit.service: Deactivated successfully.
mai 26 08:38:09 iznobe-pc systemd[1908]: launchpadlib-cache-clean.service - Clean up old files in the Launchpadlib cache was skipped because of an unmet condition check (ConditionPathExists=/home/iznobe/.launchpadlib/api.launchpad.net/cache).
mai 26 08:39:01 iznobe-pc CRON[3804]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
mai 26 08:39:01 iznobe-pc CRON[3805]: (root) CMD (  [ -x /usr/lib/php/sessionclean ] && if [ ! -d /run/systemd/system ]; then /usr/lib/php/sessionclean; fi)
mai 26 08:39:01 iznobe-pc CRON[3804]: pam_unix(cron:session): session closed for user root
mai 26 08:39:01 iznobe-pc systemd[1]: Starting phpsessionclean.service - Clean php session files...
mai 26 08:39:01 iznobe-pc systemd[1]: phpsessionclean.service: Deactivated successfully.
mai 26 08:39:01 iznobe-pc systemd[1]: Finished phpsessionclean.service - Clean php session files.
mai 26 08:39:18 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:39:18 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:39:35 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:39:35 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:40:03 iznobe-pc firefox.desktop[3113]: [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt
mai 26 08:45:01 iznobe-pc CRON[4076]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
mai 26 08:45:01 iznobe-pc CRON[4077]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
mai 26 08:45:01 iznobe-pc CRON[4076]: pam_unix(cron:session): session closed for user root
mai 26 08:47:37 iznobe-pc systemd[1]: Starting systemd-tmpfiles-clean.service - Cleanup of Temporary Directories...
mai 26 08:47:37 iznobe-pc systemd[1]: systemd-tmpfiles-clean.service: Deactivated successfully.
mai 26 08:47:37 iznobe-pc systemd[1]: Finished systemd-tmpfiles-clean.service - Cleanup of Temporary Directories.
mai 26 08:48:05 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:48:05 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:52:52 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:52:52 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:52:52 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:52:52 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:52:54 iznobe-pc kernel: workqueue: delayed_fput hogged CPU for >10000us 8 times, consider switching to WQ_UNBOUND
mai 26 08:52:55 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:52:55 iznobe-pc rtkit-daemon[2209]: Supervising 9 threads of 6 processes of 1 users.
mai 26 08:53:34 iznobe-pc systemd[1908]: Started app-gnome-org.gnome.Terminal-4426.scope - Application launched by gnome-shell.
mai 26 08:53:34 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Activating via systemd: service name='org.gnome.Terminal' unit='gnome-terminal-server.service' requested by ':1.118' (uid=1000 pid=4430 comm="/usr/bin/gnome-terminal.real" label="unconfined")
mai 26 08:53:34 iznobe-pc systemd[1908]: Created slice app-org.gnome.Terminal.slice - Slice /app/org.gnome.Terminal.
mai 26 08:53:34 iznobe-pc systemd[1908]: Starting gnome-terminal-server.service - GNOME Terminal Server...
mai 26 08:53:35 iznobe-pc dbus-daemon[2204]: [session uid=1000 pid=2204] Successfully activated service 'org.gnome.Terminal'
mai 26 08:53:35 iznobe-pc systemd[1908]: Started gnome-terminal-server.service - GNOME Terminal Server.
mai 26 08:53:35 iznobe-pc gnome-shell[2353]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
mai 26 08:53:35 iznobe-pc systemd[1908]: Started vte-spawn-7715e752-e12a-4091-96e5-948c4d68c014.scope - VTE child process 4444 launched by gnome-terminal-server process 4436.
mai 26 08:53:35 iznobe-pc systemd[1908]: Started app-gnome-nemo-4453.scope - Application launched by gnome-shell.
mai 26 08:53:35 iznobe-pc nemo[4453]: Current gtk theme is not known to have nemo support (Yaru-dark) - checking...
mai 26 08:53:35 iznobe-pc nemo.desktop[4453]: Initializing nemo-image-converter extension
mai 26 08:53:35 iznobe-pc nemo[4453]: Action '90_new-launcher.nemo_action' is missing dependency: cinnamon-desktop-editor
mai 26 08:53:36 iznobe-pc nemo[4453]: Ignoring thumbnailer with missing binary: 'freecad-thumbnailer'
mai 26 08:53:41 iznobe-pc gnome-shell[2353]: meta_window_set_stack_position_no_sync: assertion 'window->stack_position >= 0' failed
mai 26 08:54:20 iznobe-pc sudo[4539]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/bin/mount --mkdir /dev/nvme0n1p2 /mnt/efi
mai 26 08:54:20 iznobe-pc sudo[4539]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:20 iznobe-pc sudo[4539]: pam_unix(sudo:session): session closed for user root
mai 26 08:54:20 iznobe-pc sudo[4542]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/bin/mount -v /dev/nvme0n1p3 /mnt
mai 26 08:54:20 iznobe-pc sudo[4542]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:20 iznobe-pc kernel: EXT4-fs (nvme0n1p3): mounted filesystem 224086d1-a670-4587-ad74-604b39bd7444 r/w with ordered data mode. Quota mode: none.
mai 26 08:54:20 iznobe-pc sudo[4542]: pam_unix(sudo:session): session closed for user root
mai 26 08:54:20 iznobe-pc sudo[4548]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/bin/mount -v --bind /dev /mnt/dev
mai 26 08:54:20 iznobe-pc sudo[4548]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:20 iznobe-pc sudo[4548]: pam_unix(sudo:session): session closed for user root
mai 26 08:54:20 iznobe-pc sudo[4551]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/bin/mount -v -t proc /proc /mnt/proc
mai 26 08:54:20 iznobe-pc sudo[4551]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:20 iznobe-pc sudo[4551]: pam_unix(sudo:session): session closed for user root
mai 26 08:54:20 iznobe-pc sudo[4554]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/bin/mount -v --bind /run /mnt/run
mai 26 08:54:20 iznobe-pc sudo[4554]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:20 iznobe-pc sudo[4554]: pam_unix(sudo:session): session closed for user root
mai 26 08:54:20 iznobe-pc sudo[4557]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/bin/mount -v -t sysfs /sys /mnt/sys
mai 26 08:54:20 iznobe-pc sudo[4557]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:20 iznobe-pc sudo[4557]: pam_unix(sudo:session): session closed for user root
mai 26 08:54:20 iznobe-pc sudo[4560]:   iznobe : TTY=pts/0 ; PWD=/home/iznobe ; USER=root ; COMMAND=/usr/sbin/chroot /mnt
mai 26 08:54:20 iznobe-pc sudo[4560]: pam_unix(sudo:session): session opened for user root(uid=0) by iznobe(uid=1000)
mai 26 08:54:42 iznobe-pc sudo[4574]:     root : TTY=pts/1 ; PWD=/ ; USER=root ; COMMAND=/usr/bin/pacman -Syu
mai 26 08:55:01 iznobe-pc CRON[4591]: pam_unix(cron:session): session opened for user root(uid=0) by root(uid=0)
mai 26 08:55:01 iznobe-pc CRON[4592]: (root) CMD (command -v debian-sa1 > /dev/null && debian-sa1 1 1)
mai 26 08:55:01 iznobe-pc CRON[4591]: pam_unix(cron:session): session closed for user root
mai 26 08:55:09 iznobe-pc gnome-shell[2353]: clutter_actor_set_allocation_internal: assertion '!isnan (box->x1) && !isnan (box->x2) && !isnan (box->y1) && !isnan (box->y2)' failed
mai 26 08:55:09 iznobe-pc gnome-shell[2353]: ../clutter/clutter/clutter-actor.c:8692: Actor 'unnamed [StDrawingArea]' tried to allocate a size of -2147483648,00 x -2147483648,00
mai 26 08:55:09 iznobe-pc gnome-shell[2353]: ../clutter/clutter/clutter-actor.c:8692: Actor 'unnamed [StBin]' tried to allocate a size of -2147483648,00 x -2147483648,00
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# journalctl -b --no-pager -u var-lib-nfs-rpc_pipefs.mount
-- No entries --
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# journalctl -b --no-pager -u proc-fs-nfsd.mount
mai 26 08:32:36 iznobe-pc systemd[1]: Mounted proc-fs-nfsd.mount - NFSD configuration filesystem.
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# cat /etc/exports
# /etc/exports - exports(5) - directories exported to NFS clients
#
# Example for NFSv3:
#  /srv/home        hostname1(rw,sync) hostname2(ro,sync)
# Example for NFSv4:
#  /srv/nfs4	    hostname1(rw,sync,fsid=0)
#  /srv/nfs4/home   hostname1(rw,sync,nohide)
# Using Kerberos and integrity checking:
#  /srv/nfs4        *(rw,sync,sec=krb5i,fsid=0)
#  /srv/nfs4/home   *(rw,sync,sec=krb5i,nohide)
#
# Use `exportfs -arv` to reload.
/datas/iznobe/Musique  192.168.1.0/24(ro,sync,insecure)
/datas/iznobe/Photos  192.168.1.0/24(ro,sync,insecure)
/Vidéos    192.168.1.0/24(ro,sync,insecure)
[root@iznobe-pc /]# 
je ne sais pas si cela a une importance flagrante , mais /Vidéos est en provenance de mergerfs :

Code : Tout sélectionner

[root@iznobe-pc /]# cat /etc/fstab
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/nvme0n1p3
UUID=224086d1-a670-4587-ad74-604b39bd7444	/         	ext4      	rw,relatime	0 1

# /dev/nvme0n1p2 LABEL=BOOT_EFI
#UUID=853D-995A      	/efi     	vfat      	rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

# /dev/sdc4 SWAP
/dev/sdc4           	none      	swap      	defaults,pri=-2	0 0
# partition de données separée comune aux OS linux
LABEL=Data					/datas				ext4	defaults			0	2

LABEL=WD8                                       /media/Videos/WD8               ext4    defaults                        0       2
LABEL=WD8PRO2                                   /media/Videos/WD8PRO2           ext4    defaults                        0       2
LABEL=WD8PRO1_P2                                /media/Videos/WD8PRO1_P2        ext4    defaults                        0       2

# DISQUES
#LABEL=Seagate_4T                                /media/Disques/Seagate_4T	ext4    defaults		0       2
LABEL=WD8PRO1_P1                                /media/Disques/WD8PRO1_P1	ext4    defaults		0       2

# SAUV
#LABEL=Sauvegardes	                        /media/Sauv/Sauvegardes         ext4    defaults                        0       2
LABEL=SAUV		                        /media/Sauv/SAUV		ext4    defaults                        0       2

# SYSTEMS
#LABEL=LM_21_SSD                                 /media/Systems/LM_21_SSD        ext4    defaults                        0       2
#LABEL=ubuntu_18_SSD                             /media/Systems/ubuntu_18_SSD    ext4    defaults                        0       2
#LABEL=budgie_SSD				/media/Systems/budgie_SSD	ext4    defaults                        0       2
#LABEL=ubuntu_20.04_SSD                          /media/Systems/ubuntu_20.04_SSD ext4    defaults                        0       2
#LABEL=ubuntu_24.04				/media/Systems/ubuntu_24.04     ext4    defaults                        0       2
#LABEL=LM_SSD_NEW				/media/Systems/LM_SSD_NEW       ext4    defaults                        0       2
#LABEL=DEBIAN_XFCE                               /media/Systems/DEBIAN_XFCE      ext4    defaults                        0       2
#LABEL=windows_10				/media/Systems/windows_10       ntfs-3g defaults                        0       0



# montage mergerfs , voir : https://forum.ubuntu-fr.org/viewtopic.php?id=2075424
# https://github.com/trapexit/mergerfs		https://zackreed.me/mergerfs-another-good-option-to-pool-your-snapraid-disks/
/media/Videos/*	 /Vidéos	fuse.mergerfs	 threads=16,allow_other,use_ino,cache.files=off,dropcacheonclose=true,category.create=mfs,moveonenospc=true,minfreespace=20G,fsname=mergerfsPool,nonempty 0 0
[root@iznobe-pc /]# 

[code][root@iznobe-pc /]# modinfo sunrpc | head -1
modinfo: ERROR: Module sunrpc not found.
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# modinfo nfsd | head -1
modinfo: ERROR: Module nfsd not found.
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# lsmod | grep -E "rpc|nfsd"
nfsd                  847872  5
auth_rpcgss           184320  1 nfsd
nfs_acl                12288  1 nfsd
lockd                 143360  2 nfsd,nfs
grace                  12288  2 nfsd,lockd
sunrpc                802816  21 blocklayoutdriver,nfsd,nfsv4,auth_rpcgss,lockd,nfs_acl,nfs
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# uname -a
Linux iznobe-pc 6.8.0-60-generic #63-Ubuntu SMP PREEMPT_DYNAMIC Tue Apr 15 19:04:15 UTC 2025 x86_64 GNU/Linux
[root@iznobe-pc /]# 

Code : Tout sélectionner

[root@iznobe-pc /]# pacman -Q linux
linux 6.14.7.arch2-1
[root@iznobe-pc /]# 
hier j' ai redemarré plusieurs fois , sans autre probleme apparent que celui du titre de la discussion .
Du coup je ne comprends pas tellement le resultat de ce qui se passe ce matin ...

Merci pour l' aide .
[/code]
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17563
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [ NFS ] serveur (dead)

Message par benjarobin »

Peux-tu donner les logs complets d'un boot : journalctl -b --no-pager ?
Donner les sorties des commandes demandées depuis un chroot n'a pas trop de sens (en tout cas pour la plupart des sorties fournies)
Je ne pense pas que tu puisses mettre /Vidéos dans du NFS (enfin j'ai comme un gros doute).
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

Bonjour , voici ce qui se passe lorsque j' essaie de monter la partition EFI dans arch :

Code : Tout sélectionner

le systeme de fichier VFAT n ' est pas pris en charge ou inconnu
et pour le retour demander , j ' obtiens : https://pastebin.com/UdGBYyca

trop de caracteres pour mettre le cat dans le message , et comme je n' ai plus acces au net , obligé de rebooter entre 2 OS pour donner le retour .

Pour /Vidéos , sur d' autres OS , cela fonctionne sans soucis , je me suis dis que cela devrait aussi etre possible pour Arch :roll:
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

Alors , j' ai lancé " Arch-update " en chroot et j' obtiens :

Code : Tout sélectionner

iznobe@iznobe-pc:~$ sudo mount --mkdir /dev/nvme0n1p2 /mnt/efi && sudo mount -v /dev/nvme0n1p3 /mnt &&    sudo mount -v --bind /dev /mnt/dev &&  sudo mount -v -t proc /proc /mnt/proc &&  sudo mount -v --bind /run  /mnt/run &&  sudo mount -v -t sysfs /sys /mnt/sys && sudo chroot /mnt
[sudo] Mot de passe de iznobe : 
mount : /dev/nvme0n1p3 monté sur /mnt.
mount : /dev lié sur /mnt/dev.
mount : /proc monté sur /mnt/proc.
mount : /run lié sur /mnt/run.
mount : /sys monté sur /mnt/sys.
[root@iznobe-pc /]# mount -t efivarfs none /sys/firmware/efi/efivars
[root@iznobe-pc /]# mount /dev/nvme0n1p2 /efi
[root@iznobe-pc /]# pacman -Syu
:: Synchronisation des bases de données de paquets…
 core est à jour
 extra                                                                                                                                          7,8 MiB  3,45 MiB/s 00:02 [##########################################################################################################] 100%
 multilib est à jour
:: Début de la mise à jour complète du système…
 il n’y a rien à faire
[root@iznobe-pc /]# arch-update 
==> Recherche de mises à jour...

==> Paquets AUR :
 -> Évitez d'exécuter yay en tant que root ou via sudo.

==> Paquets Flatpak :
org.gnome.Platform.Locale
org.gtk.Gtk3theme.Breeze
org.gnome.Platform
org.kde.PlatformTheme.QGnomePlatform
org.kde.WaylandDecoration.QAdwaitaDecorations

-> Procéder à la mise à jour ? [O/n] O

==> Recherche des Arch News récentes...

==> Aucune Arch News récente trouvée

==> Mise à jour des paquets AUR...

 -> Évitez d'exécuter yay en tant que root ou via sudo.
:: Synchronisation des bases de données de paquets…
 core est à jour
 extra est à jour
 multilib est à jour
:: Recherche des mises à jour sur l'AUR…
:: Recherche des mises à jour dans les bases de données…
 il n'y a rien à faire

==> Mise à jour des paquets Flatpak...

Looking for updates…

Info: runtime org.freedesktop.Sdk branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this runtime:
   com.sublimetext.three

Info: runtime org.freedesktop.Platform.VAAPI.Intel branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this extension:
   com.sublimetext.three

Info: runtime org.freedesktop.Platform.GL.default branch 21.08 is end-of-life, with reason:
   org.freedesktop.Platform 21.08 is no longer receiving fixes and security updates. Please update to a supported runtime version.
Info: applications using this extension:
   com.sublimetext.three


        ID                                                         Branch                 Op             Remote              Download
 1. [✓] org.gnome.Platform.Locale                                  47                     u              flathub               1,5 Ko / 387,7 Mo
 2. [✓] org.gtk.Gtk3theme.Breeze                                   3.22                   u              flathub               4,7 Ko / 192,5 Ko
 3. [✓] org.gnome.Platform                                         47                     u              flathub              73,5 Mo / 394,1 Mo
 4. [✓] org.kde.PlatformTheme.QGnomePlatform                       5.15-24.08             i              flathub              10,7 Mo / 10,7 Mo
 5. [✓] org.kde.WaylandDecoration.QAdwaitaDecorations              5.15-24.08             i              flathub             985,4 Ko / 981,5 Ko

Changes complete.

==> La mise à jour a été appliquée

==> Aucun paquet orphelin n'a été trouvé

==> Aucun paquet Flatpak inutilisé n'a été trouvé

==> Aucun paquet ancien ou désinstallé mis en cache n'a été trouvé

==> Fichiers Pacnew :
/etc/pacman.d/mirrorlist.pacnew

-> Voulez-vous traiter ce fichier maintenant ? [O/n] n

==> AVERTISSEMENT: Le traitement des fichiers pacnew n'a pas été appliqué
Veuillez considérer les traiter promptement

==> Redémarrage nécessaire :
Il y a une mise à jour du noyau en attente sur votre système qui nécessite un redémarrage pour être appliquée

-> Voulez-vous redémarrer votre système maintenant ? [o/N] 

==> AVERTISSEMENT: Le redémarrage n'a pas été effectué
Veuillez considérer redémarrer votre système pour finaliser la mise à jour du noyau en attente

==> Aucun service nécessitant un redémarrage suite à la mise à jour n'a été trouvé

==> Appuyez sur "entrée" pour quitter 
[root@iznobe-pc /]# exit
exit
iznobe@iznobe-pc:~$ 
Donc , tu as raison , il y a bien une MAJ en attente de redémarrage à priori ...

Sauf que comme la partition EFI ne monte pas , ca me fait un peu peur :?
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

Du coup , je dois faire quelque chose qui ne va pas , car pas moyen de retomber sur mes pattes :mrgreen:

d' apres une discussion sur reddit : https://www.reddit.com/r/archlinux/comm ... type_vfat/ , j ' ai fait :

Code : Tout sélectionner

[iznobe@archlinux ~]$ uname -r 
6.14.6-arch1-1
[iznobe@archlinux ~]$ 
puis :

Code : Tout sélectionner

[iznobe@archlinux ~]$ ls -l /lib/modules
total 4
drwxr-xr-x 3 root root 4096 26 mai   18:27 6.14.7-arch2-1
[iznobe@archlinux ~]$
ce qui correspond exactement à la discussion et à mon soucis

il est alors specifié de reinstaller l ' ancien noyau , ce que je fait avec la commande :

Code : Tout sélectionner

sudo pacman -U /var/cache/pacman/pkg/linux-6.14.6.arch1-1-x86_64.pkg.tar.zst
commande en partie indiquée dans cette meme discussion , puis il est dit de redemarrer

Tout roule au reboot , internet et le reste fonctionne .
Ensuite , il est dit de reinstaller les mises à jour avec le dernier noyau sorti avec la commande :

Code : Tout sélectionner

sudo pacman -Syu && reboot
, mais si je fais ça , je reviens au point de depart... et plus rien ne va plus .



EDIT : si j' installe ce paquet : https://archlinux.org/packages/extra/an ... ules-hook/ ca devrait ne plus bugger ?
Dernière modification par iznobe le lun. 26 mai 2025, 19:30, modifié 1 fois.
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

bon , je crois que je vais attendre vos retours , car apres avoir installé le paquet cité dans le message precedent , fait la mise à jour , redemarrer , j' ai :

Code : Tout sélectionner

[iznobe@archlinux ~]$ uname -r
6.14.6-arch1-1
[iznobe@archlinux ~]$ sudo pacman -Syu
[sudo] Mot de passe de iznobe : 
:: Synchronisation des bases de données de paquets…
 core est à jour
 extra est à jour
 multilib est à jour
:: Début de la mise à jour complète du système…
 il n’y a rien à faire
[iznobe@archlinux ~]$ 

Code : Tout sélectionner

[iznobe@archlinux ~]$ ls -l /lib/modules
total 8
drwxr-xr-x 3 root root 4096 26 mai   18:50 6.14.6-arch1-1
drwxr-xr-x 3 root root 4096 26 mai   18:50 6.14.7-arch2-1
[iznobe@archlinux ~]$ 
Avatar de l’utilisateur
papajoke
Elfe
Messages : 811
Inscription : sam. 30 août 2014, 19:54

Re: [ NFS ] serveur (dead)

Message par papajoke »

bonjour

pas compris ton dernier message tu as dans les 2 6.14.6 donc tout va bien

et pourquoi ne pas installer le lts ? les 2 cohabitent très bien ;) si le 6.14.6 est Ok, le lts devrait aussi l'être et plus d problème de mise à jour du 6.14.7 puisque tu ne l'utilises plus (mais reste installé)


iznobe a écrit : lun. 26 mai 2025, 12:54 Alors , j' ai lancé " Arch-update " en chroot
...
Donc , tu as raison , il y a bien une MAJ en attente de redémarrage à priori ...
Justement NON, ton sytème était à jour, ta commande perso ne fait que rentrer des choses non arch qui n'ont rien à voir
Arch stable - Kde 6 / fish - btrfs/mbr - Intel Core i3 - 6Go RAM - GeForce 405 video-nouveau
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17563
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [ NFS ] serveur (dead)

Message par benjarobin »

Tu as typiquement un problème d'installation, avec une confusion de la fonction de la partition ESP/efi (pour te rassurer, c'est une erreur que de très nombreux débutants font, et donc à la première mise à jour, leur système est tout cassé).
Tu démarres avec un vieux kernel (fichier vmlinuz-linux) qui n'a pas été mise à jour, car un problème de montage de partition fournissant ce fichier et/ou un problème d'installation du chargeur de démarrage.

D'où mes questions initiales de mon premier message, la sortie de uname -a et de pacman -Q linux, mais que tu n'as jamais donnée.
Déjà je te conseille de ne pas essayer de faire des commandes "au hasard", tu ne peux que faire empirer la situation !
Peux-tu présenter tes partitions, comment tu penses qu’elles devraient être montées et quel bootloader as-tu installé et surtout comment (donne aussi son fichier de configuration) !
Peux-tu donner la sortie (en root) de :

Code : Tout sélectionner

fdisk -l
blkid
Pour le croit, je te conseille vivement d'utiliser arch-chroot (décrite dans le Wiki), au lieu de cette longue ligne de commande.
Tu dis que la partition ESP ne se monte pas, alors que la commande mount /dev/nvme0n1p2 /efi n'a pas retourné d'erreur, pourquoi tu dis cela ?

Sinon le paquet kernel-modules-hook n'est pas pour cela (ce n'est absolument pas ton souci, bien que cela pourrait ressembler). Le but étant suite à mise à jour, de ne pas nécessiter un reboot immédiat afin de charger des nouveaux modules.
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

voici le retour des commandes demandées ( je pensais l' avoir fait ) :

Code : Tout sélectionner

[iznobe@archlinux ~]$ uname -a
Linux archlinux 6.14.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 09 May 2025 17:36:18 +0000 x86_64 GNU/Linux
[iznobe@archlinux ~]$ pacman -Q linux
linux 6.14.7.arch2-1
[iznobe@archlinux ~]$
je ne pense pas confondre la partition ESP et /boot .
ESP c' est la partition qui sert à choisir et lancer les OS . il n' y en a qu ' une seule ( enfin en general ) , mais on peut en avoir une par disque , bien que ce ne soit pas tres repandu .
la partition /boot ne sert qu ' a demarrer l' OS selectionné , il y en a une par OS ( si on veut ) .

le bootloader , c' est GRUB .

j ' ai une partition ESP sur nvme0n1p2 .
tous mes OS sont sur le NVME , sauf un ( ubuntu 24.04 ) sur un disque separé . ( en cas de secours ) .avec sa partition ESP .

Pour arch , je n ' ai qu ' une seule partition systeme .
voici la liste de mes partitions :

Code : Tout sélectionner

[iznobe@archlinux ~]$ lsblk -fe7
NAME         FSTYPE FSVER LABEL           UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                                           
├─sda1       ext4   1.0   Seagate_4T      4f8cc284-cd84-4eeb-b412-7539f81664c4                
├─sda2       vfat   FAT32 SDA_EFI         BC94-9CBD                                           
└─sda4       ext3   1.0   ubuntu_24.04    89f71135-b459-4c74-bfa3-e9d27df4369d                
sdb                                                                                           
├─sdb1       ext4   1.0   WD8             1db8a5b3-ff12-4d31-9463-b188ffefe43b    2,3T    66% /media/Videos/WD8
└─sdb2       ext4   1.0   SAUV            d9dc9f4e-a24a-4573-9465-13711480f272   83,9G    84% /media/Sauv/SAUV
sdc                                                                                           
├─sdc3       ext4   1.0   Data            01c9b796-0869-4ff9-a2a1-6c0f56ed5257    1,4T    48% /datas
└─sdc4       swap   1                     09e6bc69-3287-4694-aa3b-a72afae17c1f                [SWAP]
sdd                                                                                           
├─sdd1       ext4   1.0   WD8PRO1_P1      6298e7b7-7e63-4f5c-8216-ab1f70a1876d  239,6G    88% /media/Disques/WD8PRO1_P1
└─sdd2       ext4   1.0   WD8PRO1_P2      34468dc8-3d25-4fab-a948-745b4e234842    5,3T     1% /media/Videos/WD8PRO1_P2
sde                                                                                           
└─sde1       ext4   1.0   WD8PRO2         084604bc-1b9e-4cdd-bae4-ac9a9fe1303f    4,5T    38% /media/Videos/WD8PRO2
zram0        swap   1     zram0           a515a7f2-b40c-430d-8f97-374dc1380fa5                [SWAP]
nvme0n1                                                                                       
├─nvme0n1p1  ntfs         windows_10      08CCB0D8CCB0C0EC                                    
├─nvme0n1p2  vfat   FAT32 BOOT_EFI        853D-995A                                           
├─nvme0n1p3  ext4   1.0   Arch            224086d1-a670-4587-ad74-604b39bd7444   14,6G    44% /
├─nvme0n1p5  ext4   1.0   LM_21_SSD       eb18366b-2ac9-4a7e-8f93-ba2caa30e90e                
├─nvme0n1p6  ext4   1.0   U_20.04_SSD     06bc0f51-50e8-4ed4-8090-903acdb7df3f                
├─nvme0n1p7  ext4   1.0   U_22.budgie_SSD 8ab22881-60b3-47aa-a0bf-54c292afae81                
├─nvme0n1p8  ext4   1.0   U_24.04_SSD     dca54497-1ab2-4c12-bc82-53b817300288                
├─nvme0n1p9  ext4   1.0   LM_SSD_NEW      df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7                
└─nvme0n1p10 ext4   1.0   DEBIAN_XFCE     50149f7c-d2c3-4119-b937-328b22a577d4                
[iznobe@archlinux ~]$ 
et les retours demandés a ce propos :

Code : Tout sélectionner

[iznobe@archlinux ~]$ sudo fdisk -l
[sudo] Mot de passe de iznobe : 
Disque /dev/sda : 3,64 TiB, 4000787030016 octets, 7814037168 secteurs
Modèle de disque : ST4000VX000-2AG1
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : A364FAEE-F4AF-4BC2-B21B-1EFC3C64A2CB

Périphérique      Début        Fin   Secteurs Taille Type
/dev/sda1          2048 7374817279 7374815232   3,4T Système de fichiers Linux
/dev/sda2    7812988928 7814035455    1046528   511M Système EFI
/dev/sda4    7374817280 7426930687   52113408  24,8G Système de fichiers Linux

Les entrées de la table de partitions ne sont pas dans l'ordre du disque.


Disque /dev/sdb : 7,28 TiB, 8001563222016 octets, 15628053168 secteurs
Modèle de disque : WDC WD82PURZ-85T
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 17F22EFB-F01F-47E2-8BE1-2C777695A6DA

Périphérique       Début         Fin    Secteurs Taille Type
/dev/sdb1           2048 14536943615 14536941568   6,8T Système de fichiers Linux
/dev/sdb2    14536943616 15628052479  1091108864 520,3G Système de fichiers Linux


Disque /dev/sdc : 2,73 TiB, 3000592982016 octets, 5860533168 secteurs
Modèle de disque : TOSHIBA HDWD130 
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 8A59F3F8-FA05-4E27-8CDF-FECBD6FDEFBC

Périphérique      Début        Fin   Secteurs Taille Type
/dev/sdc3          2048 5793423359 5793421312   2,7T Système de fichiers Linux
/dev/sdc4    5793423360 5860532223   67108864    32G Partition d'échange Linux


Disque /dev/sdd : 7,28 TiB, 8001563222016 octets, 15628053168 secteurs
Modèle de disque : WDC WD8001PURP-8
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 503E8F73-DB2D-4DE6-BA9C-0B5F2171AE4C

Périphérique      Début         Fin    Secteurs Taille Type
/dev/sdd1          2048  4094552063  4094550016   1,9T Système de fichiers Linux
/dev/sdd2    4094552064 15628052479 11533500416   5,4T Système de fichiers Linux


Disque /dev/sde : 7,28 TiB, 8001563222016 octets, 15628053168 secteurs
Modèle de disque : WDC WD8001PURP-8
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'étiquette de disque : gpt
Identifiant de disque : 47679A8B-C1F9-4F7E-A2E8-D2FA8D09622A

Périphérique Début         Fin    Secteurs Taille Type
/dev/sde1     2048 15628052479 15628050432   7,3T Système de fichiers Linux


Disque /dev/nvme0n1 : 476,94 GiB, 512110190592 octets, 1000215216 secteurs
Modèle de disque : ADATA SX8200PNP                         
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 512 octets
taille d'E/S (minimale / optimale) : 512 octets / 512 octets
Type d'étiquette de disque : gpt
Identifiant de disque : FA603A6B-EA88-11EA-84D7-2CF05D2920F2

Périphérique        Début       Fin  Secteurs Taille Type
/dev/nvme0n1p1       2048 262146047 262144000   125G Données de base Microsoft
/dev/nvme0n1p2  780824576 782872575   2048000  1000M Système EFI
/dev/nvme0n1p3  717076480 778774527  61698048  29,4G Racine Linux (x86-64)
/dev/nvme0n1p5  262146048 348141567  85995520    41G Système de fichiers Linux
/dev/nvme0n1p6  429899776 511225855  81326080  38,8G Système de fichiers Linux
/dev/nvme0n1p7  511225856 594196479  82970624  39,6G Système de fichiers Linux
/dev/nvme0n1p8  348141568 429899775  81758208    39G Système de fichiers Linux
/dev/nvme0n1p9  594196480 655635933  61439454  29,3G Système de fichiers Linux
/dev/nvme0n1p10 655636480 717076479  61440000  29,3G Système de fichiers Linux

Les entrées de la table de partitions ne sont pas dans l'ordre du disque.


Disque /dev/zram0 : 4 GiB, 4294967296 octets, 1048576 secteurs
Unités : secteur de 1 × 4096 = 4096 octets
Taille de secteur (logique / physique) : 4096 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
[iznobe@archlinux ~]$ 

Code : Tout sélectionner

[iznobe@archlinux ~]$ sudo blkid
/dev/nvme0n1p9: LABEL="LM_SSD_NEW" UUID="df3cd676-80e7-46ef-a28e-5dbe3ea5ddf7" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="4ea9dfde-061d-4d34-aae2-20a935adda0b"
/dev/nvme0n1p7: LABEL="U_22.budgie_SSD" UUID="8ab22881-60b3-47aa-a0bf-54c292afae81" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="42815f7b-2084-469f-b4a8-ae91352d0f5b"
/dev/nvme0n1p5: LABEL="LM_21_SSD" UUID="eb18366b-2ac9-4a7e-8f93-ba2caa30e90e" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="baccdf86-c41b-4282-b346-2bf4044ba210"
/dev/nvme0n1p3: LABEL="Arch" UUID="224086d1-a670-4587-ad74-604b39bd7444" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="23015e17-6d21-45c5-a605-dfdf3f9e2b9f"
/dev/nvme0n1p1: LABEL="windows_10" BLOCK_SIZE="512" UUID="08CCB0D8CCB0C0EC" TYPE="ntfs" PARTUUID="fa603a68-ea88-11ea-84d7-2cf05d2920f2"
/dev/nvme0n1p8: LABEL="U_24.04_SSD" UUID="dca54497-1ab2-4c12-bc82-53b817300288" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="c8f612c5-810b-4584-a1ce-8fe35c30cafe"
/dev/nvme0n1p10: LABEL="DEBIAN_XFCE" UUID="50149f7c-d2c3-4119-b937-328b22a577d4" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="e59e0e9a-642f-4f3d-a2e6-6ef41f75ee4d"
/dev/nvme0n1p6: LABEL="U_20.04_SSD" UUID="06bc0f51-50e8-4ed4-8090-903acdb7df3f" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="a3395bb8-cd3a-42d4-a1db-80f5f5046502"
/dev/nvme0n1p2: LABEL_FATBOOT="BOOT_EFI" LABEL="BOOT_EFI" UUID="853D-995A" BLOCK_SIZE="512" TYPE="vfat" PARTUUID="861b53ef-2096-4ddb-81c4-07a6b72d5c51"
/dev/sdd2: LABEL="WD8PRO1_P2" UUID="34468dc8-3d25-4fab-a948-745b4e234842" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="WD8PRO1_P2" PARTUUID="f243991f-0b3c-4021-9580-ef0ee8fc85d4"
/dev/sdd1: LABEL="WD8PRO1_P1" UUID="6298e7b7-7e63-4f5c-8216-ab1f70a1876d" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="WD8PRO1_P1" PARTUUID="e87ca977-4da9-488b-80e0-220d32f2f675"
/dev/sdb2: LABEL="SAUV" UUID="d9dc9f4e-a24a-4573-9465-13711480f272" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="SAUV" PARTUUID="6701d1a9-a4de-4c6e-8412-bb8855d6eac4"
/dev/sdb1: LABEL="WD8" UUID="1db8a5b3-ff12-4d31-9463-b188ffefe43b" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="WD8" PARTUUID="57905315-bfff-4ae2-a429-16b27cd0c835"
/dev/sde1: LABEL="WD8PRO2" UUID="084604bc-1b9e-4cdd-bae4-ac9a9fe1303f" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="WD8PRO2" PARTUUID="c58799c6-0e75-4d02-81d0-3a5a9da90f71"
/dev/sdc3: LABEL="Data" UUID="01c9b796-0869-4ff9-a2a1-6c0f56ed5257" BLOCK_SIZE="4096" TYPE="ext4" PARTLABEL="datas" PARTUUID="89e4c720-e762-466d-ab35-c51053c280ec"
/dev/sdc4: UUID="09e6bc69-3287-4694-aa3b-a72afae17c1f" TYPE="swap" PARTLABEL="swap" PARTUUID="b31b4fb7-6df7-44d5-80c0-3df3eb1b4515"
/dev/sda4: LABEL="ubuntu_24.04" UUID="89f71135-b459-4c74-bfa3-e9d27df4369d" SEC_TYPE="ext2" BLOCK_SIZE="4096" TYPE="ext3" PARTLABEL="ubuntu_24.04" PARTUUID="3511f789-59b4-744c-bfa3-e9d27df4369d"
/dev/sda2: LABEL_FATBOOT="SDA_EFI" LABEL="SDA_EFI" UUID="BC94-9CBD" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="SDA_EFI" PARTUUID="a4c43c7b-b7cf-445d-841a-55012161911a"
/dev/sda1: LABEL="Seagate_4T" UUID="4f8cc284-cd84-4eeb-b412-7539f81664c4" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="84c28c4f-84cd-eb4e-b412-7539f81664c4"
/dev/zram0: LABEL="zram0" UUID="a515a7f2-b40c-430d-8f97-374dc1380fa5" TYPE="swap"
[iznobe@archlinux ~]$ 
lors des soucis de demarrage , la partition EFI ( esp ) ne montait pas, j ' obtenais systematiquement le message :
" unknown file systeme VFAT " . ( voir mon post precedent et la discussion linkée qui m' a permis de revenir dans un situation quasi normale )
En chroot , evidemment , là , elle se montait normalement .
Pour rappel , dans la situation intermediare , j ' avais aussi la perte du reseau , et les partitions qui ne se montait pas comme decrits dans la discussion . il me semble vraiment que cela correspond à ma situation , qui est maintenant revenue à la normale , en appliquant et en adapatant les commandes .
Le seul truc qui ne va pas , c' est le noyau " linux 6.14.7.arch2-1 " qui n ' est pas utilisé actuellement , et le paquet qu ' il faut donc que je desinstalle .
PS , je ne sais pas quelle option mettre à pacman pour desinstaller un paquet .

Sinon , j ' ai fait une demande d' aide apres la reinstallation de arch dans laquelle tu m' as deja aidé pour remettre le boot ( GRUB ) en place .

j' essaie d ' etre clair et concis dans mes reponses , mais comme je suis plutot debutant sur arch , je prefere justement ne pas agraver la situation .
je n' ai pas fait d' autres manips ( et NFS ne fonctionne toujours pas dans la situation actuelle ) , meme si cela parait maintenant secondaire .
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17563
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [ NFS ] serveur (dead)

Message par benjarobin »

Peux tu répondre à ma question sur le chargeur de démarrage : comment il a été installé et le contenu de ton grub.cfg ?
Tu n'as pas non plus répondu à la question des partitions de ton système : comment c'est sensé être monté ?

Quand tu démarres le pc, peux tu passer en mode édition dans grub, et prendre une photo de la configuration affichée ?

Car actuellement on ne sait pas où grub récupère le kernel linux, en tout cas ce n'est pas au bon endroit et tu as un vieux fichier qui traine que grub lance.

Le problème c'est que tu as pleins de distribution d'installé et donc je ne sais pas comment tu fait pour gérer le ou les chargeurs de démarrage...
Car le problème c'est que tu n'en as qu'un seul qui se lance, comment tu sélectionnes celui que tu veux (via le menu de ta carte mère ?) ou via chainload et un grub "master" ?
Car pour comprendre et réparer ton système il faudrait comprendre comment sont installés et lancés les autres distributions Linux...

Désolé mais dis autrement c'est un peu le bordel ton système. La question c'est pourquoi avoir autant de distribution linux d'installée, surtout que tu ne peux pas partager le home (ou alors avoir des gros soucis).
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

il a été installé avec les commandes que tu m' as donné dans l' autre discussion , soit :

Code : Tout sélectionner

grub-install --target=x86_64-efi --efi-directory=/efi --bootloader-id=Archlinux
grub-mkconfig -o /boot/grub/grub.cfg
son contenu est :

Code : Tout sélectionner

[iznobe@archlinux ~]$ sudo cat /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
  load_env
fi
if [ "${next_entry}" ] ; then
   set default="${next_entry}"
   set next_entry=
   save_env next_entry
   set boot_once=true
else
   set default="0"
fi

if [ x"${feature_menuentry_id}" = xy ]; then
  menuentry_id_option="--id"
else
  menuentry_id_option=""
fi

export menuentry_id_option

if [ "${prev_saved_entry}" ]; then
  set saved_entry="${prev_saved_entry}"
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
  fi
}

function load_video {
  if [ x$feature_all_video_module = xy ]; then
    insmod all_video
  else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
  fi
}

if [ x$feature_default_font_path = xy ] ; then
   font=unicode
else
insmod part_gpt
insmod ext2
search --no-floppy --fs-uuid --set=root 224086d1-a670-4587-ad74-604b39bd7444
    font="/usr/share/grub/unicode.pf2"
fi

if loadfont $font ; then
  set gfxmode=auto
  load_video
  insmod gfxterm
  set locale_dir=$prefix/locale
  set lang=fr_FR
  insmod gettext
fi
terminal_input console
terminal_output gfxterm
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
  set timeout=5
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-224086d1-a670-4587-ad74-604b39bd7444' {
        load_video
        set gfxpayload=keep
        insmod gzio
        insmod part_gpt
        insmod ext2
        search --no-floppy --fs-uuid --set=root 224086d1-a670-4587-ad74-604b39bd7444
        echo    'Loading Linux linux ...'
        linux   /vmlinuz-linux root=UUID=224086d1-a670-4587-ad74-604b39bd7444 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
        echo    'Loading initial ramdisk ...'
        initrd  /intel-ucode.img /initramfs-linux.img
}
submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-224086d1-a670-4587-ad74-604b39bd7444' {
        menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-224086d1-a670-4587-ad74-604b39bd7444' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                search --no-floppy --fs-uuid --set=root 224086d1-a670-4587-ad74-604b39bd7444
                echo    'Loading Linux linux ...'
                linux   /vmlinuz-linux root=UUID=224086d1-a670-4587-ad74-604b39bd7444 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
                echo    'Loading initial ramdisk ...'
                initrd  /intel-ucode.img /initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-224086d1-a670-4587-ad74-604b39bd7444' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                search --no-floppy --fs-uuid --set=root 224086d1-a670-4587-ad74-604b39bd7444
                echo    'Loading Linux linux ...'
                linux   /vmlinuz-linux root=UUID=224086d1-a670-4587-ad74-604b39bd7444 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
                echo    'Loading initial ramdisk ...'
                initrd  /intel-ucode.img /initramfs-linux-fallback.img
        }
        menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-224086d1-a670-4587-ad74-604b39bd7444' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                search --no-floppy --fs-uuid --set=root 224086d1-a670-4587-ad74-604b39bd7444
                echo    'Loading Linux linux ...'
                linux   /boot/vmlinuz-linux root=UUID=224086d1-a670-4587-ad74-604b39bd7444 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/intel-ucode.img /boot/initramfs-linux.img
        }
        menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-224086d1-a670-4587-ad74-604b39bd7444' {
                load_video
                set gfxpayload=keep
                insmod gzio
                insmod part_gpt
                insmod ext2
                search --no-floppy --fs-uuid --set=root 224086d1-a670-4587-ad74-604b39bd7444
                echo    'Loading Linux linux ...'
                linux   /boot/vmlinuz-linux root=UUID=224086d1-a670-4587-ad74-604b39bd7444 rw zswap.enabled=0 rootfstype=ext4 loglevel=3 quiet
                echo    'Loading initial ramdisk ...'
                initrd  /boot/intel-ucode.img /boot/initramfs-linux-fallback.img
        }
}

### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###

### BEGIN /etc/grub.d/25_bli ###
if [ "$grub_platform" = "efi" ]; then
  insmod bli
fi
### END /etc/grub.d/25_bli ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_uefi-firmware ###
if [ "$grub_platform" = "efi" ]; then
        fwsetup --is-supported
        if [ "$?" = 0 ]; then
                menuentry 'UEFI Firmware Settings' $menuentry_id_option 'uefi-firmware' {
                        fwsetup
                }
        fi
fi
### END /etc/grub.d/30_uefi-firmware ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###

### BEGIN /etc/grub.d/41_custom ###
if [ -f  ${config_directory}/custom.cfg ]; then
  source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f  $prefix/custom.cfg ]; then
  source $prefix/custom.cfg
fi
### END /etc/grub.d/41_custom ###
[iznobe@archlinux ~]$ 
je ne partage pas de /home entre les distributions , j ' utilise une partition data , comme decrit sur cette page : https://doc.ubuntu-fr.org/partitions_data .
j ' ai fait la meme chose dans Arch ( voir mon fstab ) et j ' ai modifié dans la configuration systeme les dossiers utilisateurs , par exemple pour Documents , ce n' est pas " /home/$USER/Documents " que j' ai defini mais : " /datas/$USER/Documents " .


je les installe pour les utiliser , les comparer sur plusieurs points etc ...

avec GRUB , je desactive os-prober sur tous les OS , sauf sur debian . comme indiqué dans ma premiere discussion : viewtopic.php?t=23348 , c ' est lui qui me sert à mettre à jour le GRUB .

je vais redemarrer pour prendre une photo en mode edition .
Dernière modification par iznobe le mar. 27 mai 2025, 00:12, modifié 1 fois.
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

voici la photo : https://ibb.co/B2w0L8gt

depuis la MAJ , je n' ai pas relancé debian pour mettre à jour Grub , c' est certainement pour cela que je demarre toujours sur le noyau anterieur probablement ...

J ' en ai profité pour lancer debian e mettre à jour GRUB , mais pas de changement sur le noyau lancé de retour sur Arch :

Code : Tout sélectionner

[iznobe@archlinux ~]$ uname -r
6.14.6-arch1-1
[iznobe@archlinux ~]$ 
j ' ai installé man , et donc pour desinstaller un paquet c' est l' option " -R " , je vire donc le paquet qui ne me sert pas et que j' ai installé tout à l' heure .
Dernière modification par iznobe le mar. 27 mai 2025, 00:22, modifié 1 fois.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17563
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [ NFS ] serveur (dead)

Message par benjarobin »

Si tu as installé Grub comme indiqué (et bien depuis le chroot lancé avec arch-chroot), alors c'est impossible que le fichier grub.cfg contienne ceci. Comment es tu arrivé à cette situation, je ne sais pas, mais c'est la source de ton problème.
Pourquoi le kernel Linux (/vmlinuz-linux) est à la racine de ta partition principale ? Pourquoi le fichier de grub ne le charge pas depuis le dossier /boot ?
Quelle est la sortie (depuis ton Arch lancé normalement) de :

Code : Tout sélectionner

ls -l / /boot
De plus, le screenshot ne correspond pas au lancement d'une Arch... Ce n'est pas un kernel Arch. Es tu sûr d'avoir bien sélectionné l'entrée que tu utilises pour lancer Arch pour faire la photo ?
Dans tous les cas, cela ne correspond pas au fichier grub.cfg que tu m'as donné... Après il est faux ce fichier...

Edit: Je pense avoir compris comment tu es arrivé à une telle situtation, tu as monté 2 fois la partition principale (avant de rentrer dans le chroot), une fois dans /mnt et une fois dans /mnt/boot

Pour réparer, cela devrait être aussi simple que de nettoyer les fichiers qui sont à la racine de ton système, puis de lancer

Code : Tout sélectionner

grub-mkconfig -o /boot/grub/grub.cfg
Inutile de le faire depuis un chroot.
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

Pourquoi dis tu cela ?

je n' ai rien fait de special , j ' ai juste installé quelques paquets , mis en place mergerfs , fais les MAJ .

et je voulais donc configurer mon partage NFS , comme je fais sur les autres distros .

il faudrait que je le reconfigure GRUB avec les commandes ci-dessus ?
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

Code : Tout sélectionner

[iznobe@archlinux ~]$ ls -l / /boot
/:
total 173308
lrwxrwxrwx   1 root root         7  3 mai   21:26 bin -> usr/bin
drwxr-xr-x   3 root root      4096 26 mai   18:50 boot
drwxr-xr-x  14 root root      4096 15 mai   08:44 boot-sav
drwxr-xr-x   6 root root      4096 19 avril 07:14 datas
drwxr-xr-x  21 root root      4640 27 mai   00:18 dev
drwxr-xr-x   2 root root         0 27 mai   00:18 efi
drwxr-xr-x  78 root root      4096 27 mai   00:23 etc
drwxr-xr-x   3 root root      4096 14 mai   15:01 home
-rwx------   1 root root 133851558 14 mai   15:33 initramfs-linux-fallback.img
-rwx------   1 root root  14802540 14 mai   15:33 initramfs-linux.img
-rwx------   1 root root  13286400 14 mai   15:33 intel-ucode.img
lrwxrwxrwx   1 root root         7  3 mai   21:26 lib -> usr/lib
lrwxrwxrwx   1 root root         7  3 mai   21:26 lib64 -> usr/lib
drwx------   2 root root     16384 14 mai   14:58 lost+found
drwxr-xr-x   6 root root      4096 18 mai   12:33 media
drwxr-xr-x   2 root root      4096  3 mai   21:26 mnt
drwxr-xr-x   2 root root      4096  3 mai   21:26 opt
dr-xr-xr-x 375 root root         0 27 mai   00:18 proc
drwx------   7 root root      4096 25 mai   18:13 root
drwxr-xr-x  26 root root       700 27 mai   00:18 run
lrwxrwxrwx   1 root root         7  3 mai   21:26 sbin -> usr/bin
drwxr-xr-x   4 root root      4096 14 mai   15:00 srv
dr-xr-xr-x  13 root root         0 27 mai   00:18 sys
drwxrwxrwt  11 root root       280 27 mai   00:23 tmp
drwxr-xr-x   9 root root      4096 27 mai   00:23 usr
drwxr-xr-x  12 root root      4096 26 mai   18:51 var
drwxrwxr-x   5 root root      4096 13 avril 18:37 Vidéos
-rwx------   1 root root  15450624 14 mai   15:33 vmlinuz-linux

/boot:
total 201660
drwxr-xr-x 6 root root      4096 15 mai   13:58 grub
-rw------- 1 root root 162932648 26 mai   18:51 initramfs-linux-fallback.img
-rw------- 1 root root  14801004 26 mai   18:50 initramfs-linux.img
-rw-r--r-- 1 root root  13286400 12 mai   19:56 intel-ucode.img
-rw-r--r-- 1 root root  15462912 26 mai   18:50 vmlinuz-linux
[iznobe@archlinux ~]$

la photo est prise en mode edition avec l' entrée par defaut , soit celle de debian .
je peux refaire en me positionnant sur l ' entrée Arch si besoin , pas de soucis .

Pour réparer, cela devrait être aussi simple que de nettoyer les fichiers qui sont à la racine de ton système, puis de lancer
quels fichiers précisément faut il que je supprime de " / " ?
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17563
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [ NFS ] serveur (dead)

Message par benjarobin »

iznobe a écrit : mar. 27 mai 2025, 00:42Pourquoi dis tu cela ?
Dis quoi ?
iznobe a écrit : mar. 27 mai 2025, 00:42je n' ai rien fait de special , j ' ai juste installé quelques paquets , mis en place mergerfs , fais les MAJ .
Manifestement tu n'as pas installé correctement Grub, car son fichier de configuration est invalide, d'où ton problème. Je n'ai encore jamais vu ce genre de problème... Comme expliqué dans mon précédent message, je pense avoir deviné ton erreur (mais ce n'est que supposition)
iznobe a écrit : mar. 27 mai 2025, 00:42et je voulais donc configurer mon partage NFS , comme je fais sur les autres distros .
Aucun lien / rapport.
iznobe a écrit : mar. 27 mai 2025, 00:42il faudrait que je le reconfigure GRUB avec les commandes ci-dessus ?
Peux tu donner la sortie de la commande ls demandée afin de confirmer mon analyse.

Edit : Tu dois supprimer les fichiers suivants (les bons et les fichiers à garder sont dans le dossier /boot), à la racine se trouve les vieux à supprimer

Code : Tout sélectionner

cd /
rm initramfs-linux-fallback.img initramfs-linux.img intel-ucode.img vmlinuz-linux
Actuellement, grub charge des vieux fichiers depuis / et non depuis /boot.
Zsh | KDE | PC fixe : AMD Ryzen 9900X, Radeon RX 7700 XT
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
iznobe
Hankyu
Messages : 46
Inscription : mer. 14 mai 2025, 21:16

Re: [ NFS ] serveur (dead)

Message par iznobe »

ok , ils sont en date du 14/05 ces fichiers , curieux que le soucis ne se soit pas manifesté avant .

Fichiers supprimés , je lance la commande pour mettre à jour le GRUB d' Arch et en voici le retour :

Code : Tout sélectionner

[iznobe@archlinux /]$ sudo rm initramfs-linux-fallback.img initramfs-linux.img intel-ucode.img vmlinuz-linux
[sudo] Mot de passe de iznobe : 
[iznobe@archlinux /]$ grub-mkconfig -o /boot/grub/grub.cfg
grub-mkconfig : seul le superutilisateur peut exécuter cela
[iznobe@archlinux /]$ sudo grub-mkconfig -o /boot/grub/grub.cfg
Création du fichier de configuration GRUB…
Image Linux trouvée : /boot/vmlinuz-linux
Image mémoire initiale trouvée : /boot/intel-ucode.img /boot/initramfs-linux.img
Found fallback initrd image(s) in /boot:  intel-ucode.img initramfs-linux-fallback.img
Ajout de l'entrée du menu d'amorçage pour les paramètres du firmware UEFI …
fait
[iznobe@archlinux /]$
et de nouveau :

Code : Tout sélectionner

[iznobe@archlinux /]$ ls -l / /boot
/:
total 68
lrwxrwxrwx   1 root root     7  3 mai   21:26 bin -> usr/bin
drwxr-xr-x   3 root root  4096 26 mai   18:50 boot
drwxr-xr-x  14 root root  4096 15 mai   08:44 boot-sav
drwxr-xr-x   6 root root  4096 19 avril 07:14 datas
drwxr-xr-x  21 root root  4640 27 mai   00:18 dev
drwxr-xr-x   2 root root     0 27 mai   00:18 efi
drwxr-xr-x  78 root root  4096 27 mai   00:23 etc
drwxr-xr-x   3 root root  4096 14 mai   15:01 home
lrwxrwxrwx   1 root root     7  3 mai   21:26 lib -> usr/lib
lrwxrwxrwx   1 root root     7  3 mai   21:26 lib64 -> usr/lib
drwx------   2 root root 16384 14 mai   14:58 lost+found
drwxr-xr-x   6 root root  4096 18 mai   12:33 media
drwxr-xr-x   2 root root  4096  3 mai   21:26 mnt
drwxr-xr-x   2 root root  4096  3 mai   21:26 opt
dr-xr-xr-x 376 root root     0 27 mai   00:18 proc
drwx------   7 root root  4096 25 mai   18:13 root
drwxr-xr-x  26 root root   700 27 mai   00:18 run
lrwxrwxrwx   1 root root     7  3 mai   21:26 sbin -> usr/bin
drwxr-xr-x   4 root root  4096 14 mai   15:00 srv
dr-xr-xr-x  13 root root     0 27 mai   00:43 sys
drwxrwxrwt  11 root root   280 27 mai   00:23 tmp
drwxr-xr-x   9 root root  4096 27 mai   00:23 usr
drwxr-xr-x  12 root root  4096 26 mai   18:51 var
drwxrwxr-x   5 root root  4096 13 avril 18:37 Vidéos

/boot:
total 201660
drwxr-xr-x 6 root root      4096 27 mai   00:55 grub
-rw------- 1 root root 162932648 26 mai   18:51 initramfs-linux-fallback.img
-rw------- 1 root root  14801004 26 mai   18:50 initramfs-linux.img
-rw-r--r-- 1 root root  13286400 12 mai   19:56 intel-ucode.img
-rw-r--r-- 1 root root  15462912 26 mai   18:50 vmlinuz-linux
[iznobe@archlinux /]$
Répondre