Hallo Axel,

> Bei unseren Clients werden die Tauschverzeichnisse doppelt angezeigt:
> school und Schule, classes und Klassen, teachers und Kollegium usw.
> Besonders für Schüler ist das verwirrend.
>  
> "sophomorix-repair --permissions" und "sophomorix-repair --repairhome"
> haben daran nichts geändert.
>  
> /home/shares sieht wie folgt aus: 
> 
> total 36K
> drwxr-xr-x+  8 root          domadmins 4.0K Nov 23 10:21 .
> drwxr-xr-x  10 root          root      4.0K Oct 27 09:05 ..
> lrwxrwxrwx   1 root          root         7 Sep 15 10:29 Klassen -> classes
> lrwxrwxrwx   1 root          root         8 Sep 15 10:29 Kollegium -> teachers
> lrwxrwxrwx   1 root          root         8 Sep 15 10:29 Projekte -> projects
> lrwxrwxrwx   1 root          root         6 Sep 15 10:29 Schule -> school
> drwxrwxr-x  14 root          root      4.0K Sep 20 12:02 classes
> drwxrwxr-x   2 root          root      4.0K Feb 23  2012 exams
> drwxrwxr-x   4 root          root      4.0K Sep 26  2013 projects
> drwxrwsrwt   2 administrator teachers  4.0K Nov 17 14:17 school
> drwxrwxr-x   2 root          root      4.0K Feb 23  2012 subclasses
> drwxrws--T   2 administrator teachers  4.0K Sep 20 11:23 teachers
> 
> Kann mir jemand einen Tipp geben, wie ich das behebe? Danke.

da scheint deine /etc/samba/smb.conf nicht korrekt zu sein: in der
stehen die englischen Einträge normalerweise unter hiddenfiles.

Bei mir:

---------------------ausschnitt----
[shares]
   comment = Tauschen
   admin users = administrator
   path = /home/share
   inherit acls = Yes
   hide unreadable = Yes
   writeable = Yes
   guest ok = No
   hide files =
/classes/desktop.ini/exams/projects/school/subclasses/teachers/
   force create mode = 2644
   force directory mode = 2755

[tasks]
   comment = Vorlagen
   path = /var/cache/sophomorix/tasks
   writeable = no
   write list = administrator,@teachers
   admin users = administrator
   inherit acls = Yes
   hide unreadable = Yes
   hide files = /classes/desktop.ini/projects/rooms/subclasses/teachers/
   browseable = No
   guest ok = No
---------------------

Bitte kontrollieren und dann

/etc/init.d/smbd restart.

LG

Holger
-- 
Mein öffentlicher PGP-key ist hier hinterlegt: pool.sks-keyservers.net
_______________________________________________
linuxmuster-user mailing list
linuxmuster-user@lists.linuxmuster.net
https://mail.lehrerpost.de/mailman/listinfo/linuxmuster-user

Antwort per Email an