[Testing] LMN 7.3

Hallo,

ich hab nochmal die virtuellen Maschinen frisch importiert, die OPNsense auf 25.1 gebracht und dann die Quellen angepaßt, den key importiert und die lmn73.list erzeugt, wie in der Anleitung geschrieben.
Ich dachte, ich versuch es nochmal: Arnaud hat ja inzwischen ein paar Pakete aktualisiert.
Leider endete das mit dem gleichen Problem, das auch Chris Heute Morgen angesprochen hat:
linuxmuster-linbo7 wird zurückgehalten, weil die Abhängigkeit zu libowfat0t64
nicht erfüllt werden kann.
Zu den Zeitpunkt sind wir ja noch unter 22.04 und da gibt es das Paket nicht. Da gibt es libowfat0 oder libowfat-dev
libowfat0t64 gibt es erst ab 24.04

Könnte das das Problem sein?
Deswegen hat meine „umgekehrte Reihenfolge“ (zuerst do-releas-upgrade auf 24.04 machen und danach das linuxmuster-release-upgrade machen) geklappt (weitgehendst: siehe nächsten Post).

LG
Holger

Hallo zusammen,

dhcp läuft nicht :frowning:

root@server:~# systemctl list-units --state=failed
  UNIT                     LOAD   ACTIVE SUB    DESCRIPTION         
● isc-dhcp-server6.service loaded failed failed ISC DHCP IPv6 server

… aber der service läuft sagt „status“.und direkt danach nochmal mit sysctl gecheckt behauptet noch immer, dass e snicht läuft.
Clients bekommen aber IP

root@server:~# service isc-dhcp-server status 
● isc-dhcp-server.service - ISC DHCP IPv4 server
     Loaded: loaded (/usr/lib/systemd/system/isc-dhcp-server.service; enabled; preset: enabled)
     Active: active (running) since Sun 2025-05-18 20:31:05 CEST; 13min ago
       Docs: man:dhcpd(8)
   Main PID: 816 (dhcpd)
      Tasks: 1 (limit: 2002)
     Memory: 5.7M (peak: 6.2M)
        CPU: 20ms
     CGroup: /system.slice/isc-dhcp-server.service
             └─816 dhcpd -user dhcpd -group dhcpd -f -4 -pf /run/dhcp-server/dhcpd.pid -cf /etc/dhcp/dhcpd.conf

Mai 18 20:43:30 server.linuxmuster.lan dhcpd[816]: DHCPOFFER on 10.32.100.1 to 08:00:27:46:f9:ae via enp0s17
Mai 18 20:43:32 server.linuxmuster.lan dhcpd[816]: uid lease 10.32.1.105 for client 08:00:27:46:f9:ae is duplicate on 10.32.0.0/12
Mai 18 20:43:32 server.linuxmuster.lan dhcpd[816]: DHCPREQUEST for 10.32.100.1 (10.32.1.1) from 08:00:27:46:f9:ae via enp0s17
Mai 18 20:43:32 server.linuxmuster.lan dhcpd[816]: DHCPACK on 10.32.100.1 to 08:00:27:46:f9:ae via enp0s17
Mai 18 20:43:39 server.linuxmuster.lan dhcpd[816]: uid lease 10.32.1.105 for client 08:00:27:46:f9:ae is duplicate on 10.32.0.0/12
Mai 18 20:43:39 server.linuxmuster.lan dhcpd[816]: DHCPDISCOVER from 08:00:27:46:f9:ae via enp0s17
Mai 18 20:43:39 server.linuxmuster.lan dhcpd[816]: DHCPOFFER on 10.32.100.1 to 08:00:27:46:f9:ae via enp0s17
Mai 18 20:43:40 server.linuxmuster.lan dhcpd[816]: uid lease 10.32.1.105 for client 08:00:27:46:f9:ae is duplicate on 10.32.0.0/12
Mai 18 20:43:40 server.linuxmuster.lan dhcpd[816]: DHCPREQUEST for 10.32.100.1 (10.32.1.1) from 08:00:27:46:f9:ae via enp0s17
Mai 18 20:43:40 server.linuxmuster.lan dhcpd[816]: DHCPACK on 10.32.100.1 to 08:00:27:46:f9:ae via enp0s17
root@server:~# systemctl list-units --state=failed
  UNIT                     LOAD   ACTIVE SUB    DESCRIPTION         
● isc-dhcp-server6.service loaded failed failed ISC DHCP IPv6 server

LG
Holger

Hallo Holger,

Du willst die lmn73-Pakete unter 22.04 installieren. Das kann nicht funktionieren.
Die richtige Vorgehensweise ist:

  • du hast ein aktuelles lmn72-System mit 22.04
  • du startest linuxmuster-release-upgrade und wartest ab
  • danach reboot und fertig.

Es kann natürlich noch zu einem fehlgeschlagenen Upgrade kommen, wenn wie beschrieben lmn73-Pakete bei der Installation Fehler produzieren. Diese dann einfach melden und warten, bis sie gefixt sind. Zu versuchen das Upgrade dann irgendwie auf andere Art hinzukriegen, ist reine Zeitverschwendung.

VG, Thomas

Das ist nur die ipv6-Version des dhcp servers. Muss noch deaktiviert werden, schadet aber nicht.

VG, Thomas

Hallo Arnaud,

Hatte ich übers WoE ganz vergessen. :grimacing:
Enthält im Prinzip nur aktualisierte Examples und Entwicklerfixes.

VG, Thomas

Hallo Thomas,

ich hab das „anders“ versucht, nicht um ans ziel zu kommen, sondern um Informationen zu bekommen :slight_smile:
Sind ja alles nur tests und ich führe diese in 2 unterschiedlichen vbox Umgebungen aus und auf meinem kvm testnetz auf meinem rechner Zuhause.

Wichtig für mich ist die Info: das linuxmuster-release-upgrade script macht also zuerst das update auf 24.04 und installiert dann erst die lmn Pakete?
Dann scheint bei mir entweder das do-release-upgrade von ubuntu nicht zu funktionieren, oder es installiert, im Zuge der updates die es einspielt, auch die neueren lmn Pakete, da ich deren Quelle ja vorher eingetragen habe.
Das lasse ich beim nächsten test mal weg: die werden ja eh vom script eingetragen.
Ich lass auch das „tee“ von chris aus den docs (hat er Heute hinzugefügt) mitlaufen und erhalte so ein Log der ausgaben beim Upgrade.

Ich teste Weiter :slight_smile:

LG
Holger

Hallo Holger!

Okay, das bleibt dir unbenommen. :wink:

Yep!

So!

VG, Thomas

Hallo Thomas,

ja, das erklärt alles :grin:

Ich habe nochmal die VMs zurückgesetzt, 7.2 aktualisiert und dann direkt das Upgrade-Skript gestartet. Ich habe es durchlaufen lassen und siehe da

it works like a charm …

Habe die Doku zur 7.3 entsprechend angepasst.

VG
Chris

Hi zusammen,

bei mir lief das Update-Skript durch, hatte am Ende Probleme mit linuxmuster-api7.
Das Paket ist jetzt nicht mehr korrekt installiert & auch eine Neuinstallation ist nicht möglich.
Ist das Paket noch nicht vollständig mit lmn 7.3 kompatibel oder muss noch etwas zusätzlich beachtet werden, das nicht in der Doku steht?
→ bin der 7.2 auf 7.3 Update Doku gefolgt & hab auch ins Github vom linuxmuster-api7 Paket geschaut, finde aber nichts, dass es Probleme geben sollte

Fehler beim Update & Neuinstallation:

Install Python requirements

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.

    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.

    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.

    See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.
dpkg: Fehler beim Bearbeiten des Paketes linuxmuster-api7 (--configure):
 »installiertes post-installation-Skript des Paketes linuxmuster-api7«-Unterprozess gab den Fehlerwert 1 zurück
Fehler traten auf beim Bearbeiten von:
 linuxmuster-api7
needrestart is being skipped since dpkg has failed
E: Sub-process /usr/bin/dpkg returned an error code (1)

LG
Xandra

Hallo Xandra,

Ich habe gerade ein neues Paket 7.3.5 dafür gemacht, es sollte gelöst sein.

Gruß

Arnaud

Hallo,

jetzt läuft das UPgradescript auch in meinen VMs durch, aber …
danach bootet linbo nicht. Es startet, macht das UPgrade am Client, rebootet, startet das neue linbo und kommt in einen Segmentation Fault:

Das ist nicht schlimm: ein reboot behebt das.

Danach synce ich auf dem einen Clietn Windows 10 und auf dem anderen debian 12: beide crashen am Ende mit folgender Meldung:

unten ist die Logdatei vom Windowsclient.

Beide Clients kann ich danach rebooten aus linbo heraus und sie starten, ohne linbo zu starten, dann das vorher gesyncte Betriebsystem. grub wußte also, dass es „dort hin“ gehen soll beim nächsten Boot: anscheinend hat linbo nur den Reboot nicht geschafft.

LG
Holger

LOGDATEI:

20250521-212409 init begin

Welcome to


| | |_ | \ | | _ \ / __
| | | | | | | |
) | | | |
| | | | | . ` | _ <| | | |
| |____ | || |\ | |) | || |
|
|__|| _|/ _/
LINBO 4.3.12-0: Psycho Killer
Linux linbo 6.14.6 #1 SMP PREEMPT_DYNAMIC Sat May 10 00:14:44 CEST 2025 x86_64 GNU/Linux
Initializing hardware …
Starting systemd-udevd version 255.4-1ubuntu8.6

20250521-212412 linbo_link_blkdev

/dev/sda → /dev/disk0
/dev/sda1 → /dev/disk0p1
/dev/sda2 → /dev/disk0p2
/dev/sda3 → /dev/disk0p3
/dev/sda4 → /dev/disk0p4
netlink error: Operation not supported
udhcpc: started, v1.37.0
udhcpc: broadcasting discover
udhcpc: broadcasting select for 10.32.100.1, server 10.32.1.1
udhcpc: lease of 10.32.100.1 obtained from 10.32.1.1, lease time 172800
start.conf.winlin
sent 43 bytes received 7,247 bytes 14,580.00 bytes/sec
total size is 7,148 speedup is 0.98

20250521-212412 linbo_split_startconf

20250521-212412 linbo_mountcache

Mounting cache partition /dev/sda4 …

20250521-212412 linbo_mount /dev/sda4 /cache

20250521-212412 linbo_update

Looking for LINBO updates.
LINBO is up-to-date.
Downloading torrent-client.conf.
Downloading multicast.list.
Downloading linbo wallpaper.
Updating ipxe file.
Updating common grub configuration.
Updating host and group specific grub configuration.
Updating grub themes … OK!
Updating linuxmuster-win … OK!
mk_boot
prepare_grub /cache/boot/grub /cache/boot/grub/grubenv /usr/share/grub
Providing grub environment in cache …

  • Providing grub environment …
    Installing GRUB in MBR/EFI of /dev/sda … Installing for i386-pc platform.
    Installation finished. No error reported.
    OK!
    Linbo & grub update successfully finished.
    Requesting upload of /tmp/linbo.log …

20250521-212415 linbo_mountcache

Copied start.conf successfully to cache.
Successfully saved hostname r100pc01.linuxmuster.lan to cache.
[1147] May 21 21:24:15 Running in background
Collecting hardware info.
[1193] May 21 21:24:24 Child connection from 10.32.1.1:56444
[1193] May 21 21:24:24 Pubkey auth succeeded for ‚root‘ with ssh-rsa key SHA256:rkkk0eh50fxLt6uZpFpH2ffO0O9HhFAum6yVDlUtz+M from 10.32.1.1:56444
[1193] May 21 21:24:24 Exit (root) from <10.32.1.1:56444>: Disconnect received

20250521-212424 linbo_seed

20250521-212425 init end

e ###

20250521-212425 linbo_mountcache

20250521-212425 linbo_vnc

20250521-212425 linbo_gui

20250521-212425 linbo_update_gui

20250521-212425 linbo_download linbo_gui64_7.tar.lz

20250521-212425 linbo_download icons/win10.png

20250521-212426 linbo_download icons/debian.png

20250521-212430 linbo_gui

20250521-212432 linbo_gui

20250521-212434 linbo_gui

20250521-212437 linbo_gui

20250521-212439 linbo_gui

20250521-212442 linbo_gui

20250521-212444 linbo_gui

20250521-212524 linbo_mountcache

20250521-212524 linbo_mountcache

20250521-212518 init begin

Welcome to


| | |_ | \ | | _ \ / __
| | | | | | | |
) | | | |
| | | | | . ` | _ <| | | |
| |____ | || |\ | |) | || |
|
|__|| _|/ _/
LINBO 4.3.12-0: Psycho Killer
Linux linbo 6.14.6 #1 SMP PREEMPT_DYNAMIC Sat May 10 00:14:44 CEST 2025 x86_64 GNU/Linux
Initializing hardware …
Starting systemd-udevd version 255.4-1ubuntu8.6

20250521-212519 linbo_link_blkdev

/dev/sda → /dev/disk0
/dev/sda1 → /dev/disk0p1
/dev/sda2 → /dev/disk0p2
/dev/sda3 → /dev/disk0p3
/dev/sda4 → /dev/disk0p4
netlink error: Operation not supported
udhcpc: started, v1.37.0
udhcpc: broadcasting discover
udhcpc: broadcasting select for 10.32.100.2, server 10.32.1.1
udhcpc: lease of 10.32.100.2 obtained from 10.32.1.1, lease time 172800
start.conf.winlin
sent 43 bytes received 7,247 bytes 4,860.00 bytes/sec
total size is 7,148 speedup is 0.98

20250521-212523 linbo_split_startconf

20250521-212523 linbo_mountcache

Mounting cache partition /dev/sda4 …

20250521-212523 linbo_mount /dev/sda4 /cache

20250521-212523 linbo_update

Looking for LINBO updates.
LINBO is up-to-date.
Downloading torrent-client.conf.
Downloading multicast.list.
Downloading linbo wallpaper.
Updating ipxe file.
Updating common grub configuration.
Updating host and group specific grub configuration.
Updating grub themes … OK!
Updating linuxmuster-win … OK!
mk_boot
prepare_grub /cache/boot/grub /cache/boot/grub/grubenv /usr/share/grub
Providing grub environment in cache …

  • Providing grub environment …
    Installing GRUB in MBR/EFI of /dev/sda … Installing for i386-pc platform.
    Installation finished. No error reported.
    OK!
    Linbo & grub update successfully finished.
    Requesting upload of /tmp/linbo.log …

20250521-212526 linbo_mountcache

Copied start.conf successfully to cache.
Successfully saved hostname r100pc02.linuxmuster.lan to cache.
[1159] May 21 21:25:26 Running in background
Collecting hardware info.
[1207] May 21 21:25:35 Child connection from 10.32.1.1:57638
[1207] May 21 21:25:35 Pubkey auth succeeded for ‚root‘ with ssh-rsa key SHA256:rkkk0eh50fxLt6uZpFpH2ffO0O9HhFAum6yVDlUtz+M from 10.32.1.1:57638
[1207] May 21 21:25:35 Exit (root) from <10.32.1.1:57638>: Disconnect received

20250521-212535 linbo_seed

20250521-212535 init end

e ###

20250521-212535 linbo_mountcache

20250521-212535 linbo_vnc

20250521-212535 linbo_gui

20250521-212535 linbo_update_gui

20250521-212535 linbo_download linbo_gui64_7.tar.lz

20250521-212536 linbo_download icons/win10.png

20250521-212536 linbo_download icons/debian.png

[Info] Starting to parse start.conf
[Info] Finished parsing start.conf
[Info] Loading environment values
[Info] Executing: linbo_cmd ip
[Info] Executing: linbo_cmd netmask
[Info] Executing: linbo_cmd bitmask
12
[Info] Executing: linbo_cmd mac
[Info] Executing: linbo_cmd version
[Info] Executing: linbo_cmd hostname
r100pc01
[Info] Executing: linbo_cmd cpu
AMD Ryzen 5 7600 6-Core Processor
[Info] Executing: linbo_cmd memory
[Info] Executing: linbo_cmd size /dev/sda4
27.8/29.4GB
[Info] Executing: linbo_cmd size /dev/sda
120.0GB
[Info] Executing: linbo_cmd listimages /dev/sda4

20250521-212538 linbo_mountcache

ls: /cache/*.[q][cd][oi][wf][2f]: No such file or directory
[Info] Finished loading environment values
[Info] Linbo state changed to: 3
[+++ Chapter +++] Reinstalling Windows 10
[Info] Linbo state changed to: 6
[Info] Executing: linbo_cmd syncr 10.32.1.1 /dev/sda4 win10.qcow2 /dev/sda1 /dev/sda1 auto force

20250521-212542 linbo_syncstart 10.32.1.1 /dev/sda4 win10.qcow2 /dev/sda1 /dev/sda1 auto force

20250521-212542 linbo_sync 10.32.1.1 /dev/sda4 win10.qcow2 /dev/sda1 /dev/sda1 auto force

20250521-212542 linbo_mountcache

20250521-212542 linbo_download_image win10.qcow2

linbo_download_image win10.qcow2

Trying to download win10.qcow2.postsync … Trying to download win10.qcow2.postsync … Trying to download win10.qcow2.postsync … Trying to download win10.qcow2.postsync …

20250521-212542 linbo_download images/win10/win10.qcow2.postsync

not available.
Trying to download win10.postsync … not available.
Trying to download win10.postsync …

20250521-212542 linbo_download images/win10/win10.postsync

Trying to download win10.qcow2.reg … not available.
Trying to download win10.qcow2.reg …

20250521-212543 linbo_download images/win10/win10.qcow2.reg

Trying to download win10.reg … Trying to download win10.reg … Trying to download win10.reg … not available.
Trying to download win10.reg …

20250521-212543 linbo_download images/win10/win10.reg

Ok.
Trying to download win10.qcow2.desc … Trying to download win10.qcow2.desc … Trying to download win10.qcow2.desc … Trying to download win10.qcow2.desc …

20250521-212543 linbo_download images/win10/win10.qcow2.desc

Trying to download win10.qcow2.info … Trying to download win10.qcow2.info … Trying to download win10.qcow2.info … Ok.
Trying to download win10.qcow2.info …

20250521-212543 linbo_download images/win10/win10.qcow2.info

20250521-212543 linbo_download images/win10/win10.qcow2 important

RSYNC Download 10.32.1.1 → images/win10/win10.qcow2 …

20250521-212625 linbo_download_image win10.qdiff

linbo_download_image win10.qdiff

Trying to download win10.qdiff.postsync … Trying to download win10.qdiff.postsync … Trying to download win10.qdiff.postsync … Trying to download win10.qdiff.postsync …

20250521-212625 linbo_download images/win10/win10.qdiff.postsync

20250521-212625 linbo_download images/win10/win10.postsync

Trying to download win10.qdiff.reg … not available.
Trying to download win10.qdiff.reg …

20250521-212625 linbo_download images/win10/win10.qdiff.reg

20250521-212627 linbo_download images/win10/win10.reg

Trying to download win10.qdiff.desc … Trying to download win10.qdiff.desc … Trying to download win10.qdiff.desc … Ok.
Trying to download win10.qdiff.desc …

20250521-212627 linbo_download images/win10/win10.qdiff.desc

Trying to download win10.qdiff.info … not available.
Trying to download win10.qdiff.info …
Trying to download win10.qdiff.info … ### 20250521-212628 linbo_download images/win10/win10.qdiff.info ###

20250521-212628 linbo_download images/win10/win10.qdiff important

RSYNC Download 10.32.1.1 → images/win10/win10.qdiff …
File images/win10/win10.qdiff could not be downloaded.
[StdOut] Requesting upload of /tmp/linbo.log …
syncl win10.qcow2 /dev/sda1 force

20250521-212629 linbo_mountcache

restore
1: »win10.qcow2« 2: »/dev/sda1« 3: »force«
Unpacking: win10.qcow2 → /dev/sda1

Wed May 21 21:26:29 CEST 2025 : Check status of /dev/sda1 using win10.qcow2.

20250521-212629 linbo_mount /dev/sda1 /mnt -r

ntfs

20250521-212629 linbo_format /dev/sda1 ntfs windows

Formatting /dev/sda1 with ntfs …Formatting /dev/sda1 with ntfs …
Cluster size has been automatically set to 4096 bytes.
Creating NTFS volume structures.
mkntfs completed successfully. Have a nice day.
OK!
OK!
Forcing partition clone …

Wed May 21 21:26:29 CEST 2025 : Starting full restore of /dev/sda1 using win10.qcow2.

/dev/nbd0 disconnected
(0.00/100%)
(1.00/100%)
(2.00/100%)
(3.00/100%)
(4.00/100%)
(5.00/100%)
(6.00/100%)
(7.00/100%)
(8.00/100%)
(9.00/100%)
(10.00/100%)
(11.00/100%)
(12.00/100%)
(13.00/100%)
(14.00/100%)
(15.00/100%)
(16.00/100%)
(17.00/100%)
(18.00/100%)
(19.00/100%)
(20.00/100%)
(21.00/100%)
(22.01/100%)
(23.01/100%)
(24.01/100%)
(25.01/100%)
(26.01/100%)
(27.01/100%)
(28.01/100%)
(29.01/100%)
(30.01/100%)
(31.01/100%)
(32.01/100%)
(33.01/100%)
(34.01/100%)
(35.01/100%)
(36.01/100%)
(37.01/100%)
(38.01/100%)
(39.01/100%)
(40.01/100%)
(41.01/100%)
(42.01/100%)
(43.02/100%)
(44.03/100%)
(45.03/100%)
(46.03/100%)
(47.03/100%)
(48.03/100%)
(49.03/100%)
(50.03/100%)
(51.03/100%)
(52.03/100%)
(53.03/100%)
(54.03/100%)
(55.03/100%)
(56.03/100%)
(57.03/100%)
(58.03/100%)
(59.03/100%)
(60.03/100%)
(61.03/100%)
(62.03/100%)
(63.03/100%)
(64.03/100%)
(65.03/100%)
(66.03/100%)
(67.03/100%)
(68.03/100%)
(69.03/100%)
(70.03/100%)
(71.04/100%)
(72.05/100%)
(73.05/100%)
(74.05/100%)
(75.05/100%)
(76.05/100%)
(77.05/100%)
(78.06/100%)
(79.06/100%)
(80.06/100%)
(81.06/100%)
(82.06/100%)
(83.06/100%)
(84.06/100%)
(85.06/100%)
(86.06/100%)
(87.06/100%)
(88.06/100%)
(89.06/100%)
(90.06/100%)
(91.07/100%)
(92.07/100%)
(93.07/100%)
(94.07/100%)
(95.07/100%)
(96.07/100%)
(97.07/100%)
(98.07/100%)
(99.07/100%)
(100.00/100%)

Wed May 21 21:28:28 CEST 2025 : Update status of /dev/sda1 using win10.qcow2.

20250521-212828 linbo_mount /dev/sda1 /mnt

Wed May 21 21:28:28 CEST 2025 : Full restore from win10.qcow2 finished.

Done.
202505212128 applied: win10.qcow2 „202302281850“
Requesting upload of /tmp/image.status …
BIOS system found.

20250521-212828 linbo_patch_registry win10.reg

reged version 0.1 140201, (c) Petter N Hagen
— Import KEY <\ControlSet001\Control\ComputerName\ActiveComputerName> reged version 0.1 140201, (c) Petter N Hagen
— Import KEY <\ControlSet001\Control\ComputerName\ActiveComputerName>

END OF IMPORT, file </tmp/reg.2074.00>, operation SUCCEEDED!
1 keys
0 new keys added
1 values total
Hives that have changed:

Name

0 </mnt/Windows/System32/config/SYSTEM> - OK

Name

0 </mnt/Windows/System32/config/SYSTEM> - OK
— Import KEY <\ControlSet001\Control\ComputerName\ActiveComputerName>
END OF IMPORT, file </tmp/reg.2074.01>, operation SUCCEEDED!
— Import KEY <\ControlSet001\Control\ComputerName\ComputerName>
END OF IMPORT, file </tmp/reg.2074.02>, operation SUCCEEDED!
— Import KEY <\ControlSet001\Control\ComputerName\ComputerName>
— Import KEY <\ControlSet001\Control\ComputerName\ComputerName> reged version 0.1 140201, (c) Petter N Hagen
END OF IMPORT, file </tmp/reg.2074.03>, operation SUCCEEDED!
— Import KEY <\ControlSet001\Services\Tcpip\Parameters> reged version 0.1 140201, (c) Petter N Hagen
— Import KEY <\ControlSet001\Services\Tcpip\Parameters>
END OF IMPORT, file </tmp/reg.2074.04>, operation SUCCEEDED!
2 values total
END OF IMPORT, file </tmp/reg.2074.05>, operation SUCCEEDED!
— Import KEY <\ControlSet001\Services\Tcpip\Parameters>
Restoring windows bcd from BCD.winlin.
Restoring windows bootloader from bsmbr.winlin
1+0 records in
1+0 records out
446 bytes (446B) copied,
0.009781 seconds, 44.5KB/s
Restoring ntfs-id ntfs.id.
8 bytes (8B) copied, 0.003061 seconds, 2.6KB/s
Restrict access rights on .linbo:
„/dev/sda1“ opened read-write
„/dev/sda1“ closed
ntfssecaudit 1.5.0 : NTFS security data auditing
Posix descriptor :
acccnt 0
defcnt 0
firstdef 0
mode : 0700
tagsset : 0x00
Posix ACL :
version 2
flags 0x00
File .linbo mode 0700
No errors were found
Restrict access rights on Boot:
Directory Boot mode 0700
Restrict access rights on linuxmuster-win:
Directory linuxmuster-win mode 0700

20250521-212829 linbo_mount /dev/sda1 /mnt

Request reactivation data from 10.32.1.1 …
Skipping reactivation, no data!
mk_boot
prepare_grub /cache/boot/grub /cache/boot/grub/grubenv /usr/share/grub

20250521-212830 linbo_label all

linbo_label all
Partition /dev/sda1 - fstype ntfs → label windows … OK!
Partition /dev/sda2 - fstype ext4 → label debian … OK!
Setting up swapspace version 1, size = 4294963200 bytes
UUID=b9500f99-f200-4550-a639-ef80ad101642
Partition /dev/sda3 - fstype swap → label swap … OK!
Partition /dev/sda4 - fstype ext4 → label cache … OK!
[StdOut] Requesting upload of /tmp/linbo.log …

Ach ja: das Windows hat danach Probleme mit der Vertrauensstellung… Ich nehme an, da wird noch das Passwort nicht mehr gepatched von Linbo?
LG
Holger

Das wäre mir neu.

Bin jetzt erstmal ein Paar Tage raus. Werde heute am Auge operiert. Danach sehe ich wieder wie ein Junger Spund. :wink:

VG, Thomas

Hallo Arnaud,

das Skript lief jetzt ohne Fehler beim api7 Paket durch, allerdings startet der Dienst nicht.

Laut Server-Log & Dienststatus scheint er ein Problem mit dem smbclient Modul zu haben.
Im 7.3 Update Log sehe ich keine Fehler bzgl. smbclient o.ä. - weißt du etwas dazu?

Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]:   File "/usr/lib/python3/dist-packages/linuxmusterApi/routers_v1/users.py", line 8, in <module>
Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]:     import linuxmusterTools.quotas
Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]:   File "/usr/lib/python3/dist-packages/linuxmusterTools/quotas/__init__.py", line 1, in <module>
Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]:     from .check import *
Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]:   File "/usr/lib/python3/dist-packages/linuxmusterTools/quotas/check.py", line 6, in <module>
Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]:     import smbclient
Mai 22 09:23:25 server.schule.pmhs.de main.py[1921]: ModuleNotFoundError: No module named 'smbclient'
Mai 22 09:23:25 server.schule.pmhs.de systemd[1]: linuxmuster-api.service: Main process exited, code=exited, status=1/FAILURE
Mai 22 09:23:25 server.schule.pmhs.de systemd[1]: linuxmuster-api.service: Failed with result 'exit-code'.
Mai 22 09:23:25 server.schule.pmhs.de systemd[1]: linuxmuster-api.service: Consumed 1.079s CPU time.

LG
Xandra

Hallo Thomas,

… das habe ich ungeschickt formuliert.
Ich wollte sagen, dass ich es für Möglich halte, dass der Abbruch des Syncsvorgangs vielleicht vor dem patchen des Computeraccountpasswortes pasiert und der Client deswegen nicht mehr in der Dom ist.
Ich halte es also für möglich, dass wenn wir das syncen wieder zum durchlaufen bekommen, dass dann das Problem mit der Domainanmeldung auch verschwinden könnte.

Viele Grüße

Holger

Hallo Xandra,

Das ist erstaunlich. smbclient kommt als Python-Paket mit smbprotocol und sollte als Abhängigkeit mit der Webui installiert sein. Ist die Webui korrekt installiert ? Löst evtl ein pip3 install smbprotocol (als root) das Problem ?

Gruß

Arnaud

Hi Arnaud,

die WebUI sieht aus meiner Sicht i.O. aus.
D.h. das Paket ‚linuxmuster-webui7‘ ist installiert & die WebUI selber funktioniert ebenfalls (gerade z.B. einen erfolgreichen Geräte-Import gemacht).

pip3 install smbprotocol (als root) wirft den folgenden Fehler:

error: externally-managed-environment

× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
    python3-xyz, where xyz is the package you are trying to
    install.

    If you wish to install a non-Debian-packaged Python package,
    create a virtual environment using python3 -m venv path/to/venv.
    Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make
    sure you have python3-full installed.

    If you wish to install a non-Debian packaged Python application,
    it may be easiest to use pipx install xyz, which will manage a
    virtual environment for you. Make sure you have pipx installed.

    See /usr/share/doc/python3.12/README.venv for more information.

note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages.
hint: See PEP 668 for the detailed specification.

LG
Xandra

Ok, ich verstehe jetzt was los ist, und muss es gründlich in allen Pakete korrigieren.

Wegen der Fehlermeldung: jetzt in die neue Ubuntu/Debian kann man nicht mehr per simpel pip3 die Pakete installieren.
Das richtige Kommando ist: pip3 install smbprotocol --break-system-packages

Es kann sein, dass andere Pakete fehlen, ich schaue noch mal an.

Gruß

Arnaud

Hi Arnaud,

soll ich das Paket dann schonmal direkt nachinstallieren oder lieber noch warten bis du fertig geprüft hast?

LG
Xandra

Hi Xandra,

Wenn es für dich keine Eile gibt, dann versuche ich es heute oder am WE zu schauen :slight_smile:

Gruß

Arnaud