Samba 2.0.7 sur Red-Hat 7.1 et hostname

Samba 2.0.7 sur Red-Hat 7.1 et hostname - réseaux et sécurité - Linux et OS Alternatifs

Marsh Posté le 09-05-2003 à 11:23:37    

J'ai installer une Red-Hat 7.1 voilà les problèmes rencontrés avec samba 2.0.7
 
Mon hostname est Redhat.molini.fr :
[root@Redhat /]# killall smbd nmbd
smbd: no process killed
[root@Redhat /]# ./usr/sbin/smbd -D && ./usr/sbin/nmbd -D
[root@Redhat /]# ps ax | grep smbd
 
Ensuite changement de hostname :
[root@Redhat /]# hostname localhost.localdomain
[root@Redhat /]# killall smbd nmbd
smbd: no process killed
[root@Redhat /]# ./usr/sbin/smbd -D && ./usr/sbin/nmbd -D
[root@Redhat /]# ps ax | grep smbd
 1044 ?        S      0:00 ./usr/sbin/smbd -D
 
J'ai le problème en lancant samba à la main ou via les scripts.
 
Ma config de samba :
 

Code :
  1. [global]
  2.         netbios name = Redhat
  3.         workgroup = molini
  4.         netbios aliases = srvdpe
  5.         server string = Samba %v on host %h
  6.         security = user
  7.         password level = 4
  8.         domain logons = yes
  9.         logon script = %U.bat
  10.         socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  11.         interfaces = 192.168.1.1/24
  12.         wins support = yes
  13.         dns proxy = yes
  14.         name resolve order = wins bcast
  15.         os level = 64
  16.         announce version = 5.0
  17.         domain master = yes
  18.         local master = yes
  19.         prefered master = yes
  20.         encrypt passwords = yes
  21.         smb passwd file = /etc/samba/smbpasswd
  22.         unix password sync = yes
  23. passwd chat = \*old*password* %o\n *new*password* %n\n *new*password* %n\n *changed*
  24. passwd program = /usr/bin/passwd
  25.         browseable = yes
  26.         writeable = yes
  27.         locking = no
  28.         case sensitive = no
  29.         default case = lower
  30.         preserve case = yes
  31.         short preserve case = no
  32.         character set = ISO8859-1
  33.         client code page = 850
  34.         include = /usr/local/etc/samba/include/users/%U.conf
  35. [netlogon]
  36.         comment = NETLOGON service
  37.         path = /home/netlogon
  38.         locking = no
  39.         public = no
  40.         writeable = no
  41. [homes]
  42.    comment = %U Home Directorie
  43.    browseable = no
  44.    writable = yes
  45.    path = %H
  46.    writable = yes
  47.    create mode = 0600
  48.    directory mode = 0700
  49. [printers]
  50.    comment = All Printers
  51.    path = /var/spool/samba
  52.    browseable = no
  53.    guest ok = no
  54.    printable = yes
  55. [Commun]
  56.    comment = Public stuff
  57.    path = /home/commun
  58.    public = yes
  59.    only guest = yes
  60.    writable = yes
  61.    printable = no

 
 

Reply

Marsh Posté le 09-05-2003 à 11:23:37   

Reply

Marsh Posté le 09-05-2003 à 11:25:06    

J'ai oublié la question qui est :
 
Comment changer de hostname ?

Reply

Marsh Posté le 09-05-2003 à 14:12:42    

Au fait pendant que j'y suis, c'est normal d'avoir ça :
 
root      1155  0.0  0.4  4064 1600 ?        S    11:47   0:00 smbd -D
root      1160  0.0  0.4  3420 1640 ?        S    11:47   0:00 nmbd -D
root      1161  0.0  0.3  3508 1512 ?        S    11:47   0:00 nmbd -D
nobody    1176  0.0  0.9  5496 3572 ?        S    11:52   0:01 smbd -D
root      1191  0.0  0.5  5316 2016 ?        S    12:00   0:00 smbd -D
root      1200  0.0  0.4  5280 1836 ?        S    12:03   0:00 smbd -D
root      1237  0.0  0.5  5400 1960 ?        S    12:15   0:00 smbd -D
root      1326  0.0  0.5  5300 2172 ?        S    13:23   0:00 smbd -D
 
Je veux dire d'en avoir autant ?

Reply

Marsh Posté le 09-05-2003 à 16:37:11    

Premier problème réglé avec mis a jour de samba à la 2.0.10
PAr contre je comprend toujours pas pouquoi il y a plusieurs instances de smbd -D, si qqun à l'explication

Reply

Marsh Posté le 09-05-2003 à 17:14:30    

C'est normale que tu ai plusieur processus nmbd et smbd.
 
En faite tu as un procesus pere pour chacun. Ensuite a chaque foit qu'un personne accede a ton repertoire public (par exemple)ça va créer des processus fils pour smbd et nmbd.
 
Plus tu aurra de connection sur ton sserver de fichier et plus tu aurra de processus fils.
 
Donc quans tu fais un ps -eaf la 1ere colone c'est le nom de l'utilisateur du processus, la 2eme le numero du processus de cette utilisateur et la 3eme le numero du proccesus pere.
 
Voilo voilou

Reply

Marsh Posté le 10-05-2003 à 08:33:28    

J'avais jamais remarqué, merci beaucoup :-))

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed