linux-clients-Probleme

Hallo zusammen,

ich versuche seit einer Woche ein linux-image für Clients zumachen, aber leider kann nicht weiterkommen. ich habe diese Anleitung verwendet.

Danach habe ich ein Image mit einem neuen Namen „bionic“ hochgeladen. Und den Ordner /srv/linbo/linuxmuster-client/lmn-bionic-200507 auf bionic dupliziert. Von lmn-bionic-200507.cloop.postsync habe auch auf bionic.cloop.postsnyc dopliziert.
Jetzt habe ich auf einem Client die cloop-Datei importeirt. Der neue Client hat den richtigen Namen aber hat keine Domäne, obwohl die bionic.mcct datei im Linbo-Ordner steht. Sogar der Masterclient hat die Domäne und daran konnte mich mit einem Benutzer der Domäne anmelden.

Ideen?

Danke im Voraus
Yousef

Und was steht in der start.conf deiner Gruppe? Wird dort auf das richtige cloop verwiesen oder hast du die nur kopiert?
Nicht das noch immer das originale cloop verwendet wird…
Liebe Grüße, Leo

Hallo,

und beim kopieren auf die Rechte achten.
Was steht den da in /srv/linbo/ so drin?

ls -al /srv/linbo
wäre interessant für uns.

LG

Holger

# LINBO start.conf, example for ubuntu
# DON'T EDIT THIS FILE! MAKE A COPY AND ADAPT THE VALUES TO YOUR NEEDS!
# operating system on partition 1
# cache on partition 2
# swap on partition 3
# data on partition 4

[LINBO]                             # global section
Server = 10.0.0.1
Group = bionic            #Hardwareklasse
# IMPORTANT: server and group will be automatically set during device import!
Cache = /dev/sda2                   # cache partition
RootTimeout = 600                   # logout from admin console after 600 secs
AutoPartition = no                  # no partition repair during LINBO startup
AutoFormat = no                     # no formatting of all partitions during LINBO startup
AutoInitCache = no                  # no initial cache setup during LINBO startup
DownloadType = rsync              # image download method (torrent|multicast|rsync)
BackgroundFontColor = white         # font color of status section (default: white)
ConsoleFontColorStdout = lightgreen # console font color (default: white)
ConsoleFontColorStderr = orange     # console error font color (default: red)
SystemType = bios64                 # possible values: bios|bios64|efi32|efi64 (default: bios)
KernelOptions = quiet splash     # linbo kernel options, space separated
#KernelOptions = quiet splash modprobe.blacklist=radeon        # needed for AMD Graphics
#KernelOptions = acpi=noirq irqpoll # linbo kernel options example for use with acpi problems
#KernelOptions = server=10.0.0.5    # different pxe server ip, (needs device import to be activated)

[Partition]          # partition section (operating system)
Dev = /dev/sda1      # device name of the partition
Label = ubuntu       # partition label
Size = 30G           # partition size 30G, will use kiB if no unit (M, G or T) is set
Id = 83              # partition id (83 = linux)
FSType = ext4        # filesystem ext4
Bootable = yes       # set bootable flag yes

[Partition]          # partition section (cache)
Dev = /dev/sda2      # device name of the partition
Label = cache        # partition label
Size = 80G           # partition size 30G
Id = 83              # partition id (83 = linux)
FSType = ext4        # filesystem ext4
Bootable = yes       # set bootable flag yes

[Partition]          # partition section (swap)
Dev = /dev/sda3      # device name of the partition
Label = swap         # partition label
Size = 8G            # partition size 8G
Id = 82              # partition id (82 = swap)
FSType = swap        # filesystem swap
Bootable = no        # set bootable flag no

#[Partition]          # partition section (data)
#Label = data         # partition label
#Dev = /dev/sda4      # device name of the partition
#Size =               # partition size (no value = remaining space of the disk)
#Id = 83              # partition id (83 = linux)
#FSType = ext4        # filesystem ext4
#Bootable = no        # set bootable flag no

[OS]                          # os section
Name = Ubuntu                 # os name
Version =                     # version (not used)
Description = Ubuntu 18.04    # detailed description of os
IconName = ubuntu.png         # icon filename in /srv/linbo/icons
Image =                       # filename of differential image (extension .rsync, optional)
BaseImage = bionic.cloop
Boot = /dev/sda1              # boot partition (not used, identical with root partition)
Root = /dev/sda1              # root partition of the os
Kernel = vmlinuz              # relative path to kernel
Initrd = initrd.img           # relative path to initrd
Append = ro splash            # kernel append parameters
StartEnabled = yes            # show start button
SyncEnabled = yes             # show sync+start button
NewEnabled = yes              # show new+start button
Autostart = no                # automatic start of os (yes|no)
AutostartTimeout = 5          # timeout in secs for user to cancel automatic start
DefaultAction = sync          # default action on automatic start: start|sync|new
RestoreOpsiState = no         # restore opsi product state after sync (yes|no)
ForceOpsiSetup =              # comma separated list of opsi product ids, which are forced
                              # to setup after sync (e.g. mozilla.firefox,mozilla.thunderbird)
Hidden = yes                  # hide os tab (unused option, leave it at yes)
root@server:~# ls -al /srv/linbo/
total 20062040
drwxr-xr-x 13 root root       4096 Nov  1 09:49 .
drwxr-xr-x  4 root root       4096 Feb 17  2020 ..
drwxr-xr-x  2 root root       4096 Feb 17  2020 backup
-rw-rw-r--  1 root root 7230342241 Okt 31 17:44 bionic.cloop
-rw-rw-r--  1 root root         29 Okt 31 17:39 bionic.cloop.desc
-rw-rw-r--  1 root root        131 Okt 31 17:44 bionic.cloop.info
-rw-------  1 root root       3730 Okt 31 17:46 bionic.cloop.macct
-rw-r--r--  1 root root       4678 Okt 31 17:47 bionic.cloop.postsync
-rw-rw-r--  1 root root     551841 Okt 31 17:45 bionic.cloop.torrent
drwxr-xr-x  3 root root       4096 Okt 31 16:53 boot
drwxr-xr-x  2 root root       4096 Okt 31 12:33 examples
-rw-r--r--  1 root root       2823 Dez 12  2018 german.kbd
drwxr-xr-x  2 root root       4096 Okt 31 12:33 icons
-rw-r--r--  1 root root    3535904 Aug  8 16:48 linbo
-rw-r--r--  1 root root    3736128 Aug  8 16:48 linbo64
-rw-r--r--  1 root root         33 Aug  8 16:48 linbo64.md5
drwxr-xr-x  2 root root       4096 Feb  3  2020 linbocmd
-rw-r--r--  1 root root   22391731 Okt 31 12:41 linbofs64.lz
-rw-r--r--  1 root root         33 Okt 31 12:41 linbofs64.lz.md5
-rw-r--r--  1 root root   18043201 Okt 31 12:40 linbofs.lz
-rw-r--r--  1 root root         33 Okt 31 12:40 linbofs.lz.md5
-rw-r--r--  1 root root   17709888 Okt 31 12:41 linbofs-np.lz
-rw-r--r--  1 root root         33 Okt 31 12:41 linbofs-np.lz.md5
-rw-r--r--  1 root root  226492416 Okt 31 12:41 linbo.iso
-rw-r--r--  1 root root         33 Aug  8 16:48 linbo.md5
-rw-r--r--  1 root root    3503136 Aug  8 16:48 linbo-np
-rw-r--r--  1 root root         33 Aug  8 16:48 linbo-np.md5
-rw-r--r--  1 root root         15 Aug  8 16:48 linbo-version
drwxr-xr-x  4 root root       4096 Okt 31 17:48 linuxmuster-client
drwxr-xr-x  2 root root       4096 Okt 31 12:33 linuxmuster-win
-rw-r--r--  1 root root 5770307821 Mai  7 05:14 lmn-bionic-200507.cloop
-rw-r--r--  1 root root         12 Mai  7 05:14 lmn-bionic-200507.cloop.desc
-rw-r--r--  1 root root        153 Mai  7 05:14 lmn-bionic-200507.cloop.info
-rw-r--r--  1 root root       4678 Okt 31 15:49 lmn-bionic-200507.cloop.postsync
-rw-r--r--  1 root root     440410 Okt 31 15:54 lmn-bionic-200507.cloop.torrent
lrwxrwxrwx  1 root root         26 Feb  3  2020 log -> /var/log/linuxmuster/linbo
drwx------  2 root root      16384 Feb 17  2020 lost+found
lrwxrwxrwx  1 root root         41 Aug  8 16:48 start.conf -> /etc/linuxmuster/linbo/start.conf.default
lrwxrwxrwx  1 root root         17 Okt 31 17:55 start.conf-10.0.1.1 -> start.conf.bionic
lrwxrwxrwx  1 root root         28 Okt 31 17:55 start.conf-10.0.1.2 -> start.conf.lmn-bionic-200507
lrwxrwxrwx  1 root root         17 Okt 31 17:55 start.conf-10.0.1.3 -> start.conf.bionic
-rw-r--r--  1 root root       4339 Okt 31 17:49 start.conf.bionic
-rw-r--r--  1 root root       4361 Okt 31 15:53 start.conf.lmn-bionic-200507
-rw-r--r--  1 root root       4355 Okt 31 15:49 start.conf.lmn-bionic-200507.20201031-154259.autobackup
-rwxr-xr-x  1 root root       1472 Okt 31 13:53 start.conf.win10-ubuntu
-rw-rw-rw-  1 root root       6603 Okt 31 13:53 .start.conf.win10-ubuntu.bak.1604148833
drwxr-xr-x  2 root root       4096 Nov  1 09:47 tmp
drwxr-xr-x  2 root root       4096 Feb  3  2020 torrentadds
-rw-r--r--  1 root root         86 Okt 31 17:55 torrent-client.conf
-rw-rw-r--  1 root root 7246712870 Okt 31 13:33 ubuntu.cloop
-rw-rw-r--  1 root root         29 Okt 31 13:27 ubuntu.cloop.desc
-rw-rw-r--  1 root root        131 Okt 31 13:33 ubuntu.cloop.info
-rw-------  1 root root       3154 Okt 31 13:35 ubuntu.cloop.macct
-rw-r--r--  1 root root       1546 Okt 31 13:42 ubuntu.cloop.postsync
-rw-rw-r--  1 root root     553101 Okt 31 13:34 ubuntu.cloop.torrent
drwxr-xr-x  2 root root       4096 Feb  3  2020 winact

Hallo zusammen,

ich habe festgestellt, dass ich mich mit einem Test-Lehrer und Test-Schüler anmelden kann. obwohl bei der Anmeldungsoberfläche aussieht, dass der Rechner lokal eingerichtet ist. ist das normal?

Vielen Dank

Hallo Yousef,

ich habe festgestellt, dass die ich mich mit einem Test-Lehrer und
Test-Schüler anmelden kann. obwohl bei der Anmeldungsoberfläche
aussieht, dass der Rechner lokal eingerichtet ist. ist das normal?

2020-11-01 10_41_25-Window
https://ask.linuxmuster.net/uploads/default/original/2X/4/4a0e00dad08f8caeb36da5a83b6afe76efcc8d40.png

der ist nicht lokal angemeldet: dort oben steht immer nur der
Rechnernamen: das ist also normal.

Haben die Nutzer, mit denen du dich anmeldest den im Dateibrowser ihr
Home_auf_Server Verzeichnis (mit INhalt)?
Dann ist alles gut.

LG

Holger

Hallo Holger,

Ja das Server-Verzeichnis steht da. :slight_smile:
ich habe noch andere frage. Wie kann ich am besten machen, dass der Rechner die Uhrzeit mit dem Server nach dem Synchronizieren des Images synchroniziert.
LG
Yousef

Hi Yousef,
ich habe das einfach mit einer ntp-Anfrage in die rc.local gepackt, das wird also erst nach dem boot gemacht.

echo "NTP-Date ausfuehren" 
sleep 5
ntpdate 10.16.1.254
hwclock -w

die IP musste halt ggf anpassen… und die rc.local executable machen.
LG
Max

Hallo Max,

Danke für die kurze Anleitung

LG
Yousef

Hallo Yousef,

Danke für die kurze Anleitung

ich möchte auf folgenden Umstand warnend hinweisen:
alle Betriebsysteme erwarten im BIOS UTC und stellen das so ein: außer
Windows … (war ja klar).
Windows erwartet localtime und stellt das so ein.
Damit hat man beim DualBoot ein Problem, weil nach dem „umbooten“ die
Uhr erstma falsch geht.
Lösung sollte (meiner Meinung nach) sein, dass man das Verhalten von
Windows so ändert, dass es zum Verhalten von allen anderen BS paßt
(linbo und Ubuntu).

Das ganze wird in diesem Post, mit Anleitung für Win10, zusammen gefaßt
(die Lösung des Treads):

Ich habe einfach vor der Hochladung des Images die datei auf dem Masterclient /etc/ntp.conf bearbeitet. Anstatt Server 10.16.1.254, habe ich meine aktuelle ip-Adresse der Firewall eingetragen. Das hat gut geklappt :slight_smile: .

Sorry ich bin Anfänger in Linux-Desktop. Aber brauche noch kleine Hilfe.

In dem Firefox steht Lesezeichen. Die Url in Lesezeichen sind nicht aktuell, wie kann ich die aktuelle Urls einrichten, dass alle Benutzer Standard-Zustand bekommen. So zusagen „Default-Profil“ so wie bei Windows.

Danke sehr für die Hilfe bis jetzt.
LG
Yousef

Hallo Yousef,

In dem Firefox steht Lesezeichen. Die Url in Lesezeichen sind nicht
aktuell, wie kann ich die aktuelle Urls einrichten, dass alle Benutzer
Standard-Zustand bekommen. So zusagen „Default-Profil“ so wie bei Windows.

es sollten zwei Dinge reichen:

  1. die Lesezeichen den Vorlagenbenutzers anpassen (linuxadmin am Client)
  2. das Verzeichnis Home_auf_Server/Einstellungen/firefox löschen und
    dann nochmal anmelden am Client.
    Dann sollten für den Nutzer die Lesezeichen übernommen werden.

Dann für jeden das Verzeichnis Einstellungen/firefox löschen, bei dem es
schon vorhanden ist.

LG

Holger