Samba trouble (Debian Sid)

Pagina: 1
Acties:

  • riotrick
  • Registratie: Mei 2002
  • Laatst online: 19-05 07:27
Ik heb zojuist m'n debian bakje geupgrade van Sarge naar Sid en nu werkt samba niet meer. Ik draaide versie 2.2.5 nu is die geupgrade naar 2.99+3.0cvs20020906.
M'n config is niet veranderd. Volgens testparm is die ook ok.
In de netwerkomgeving op win9x clients zie ik de bak wel staan, maar als ik er op klik krijg ik:

Geen toegang tot \\schaap
Dit apparaat bestaat niet op het netwerk.

Hieronder mijn config:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[global]
    smb passwd file = /etc/samba/smbpasswd
    wins server = server03.edg
    printing = lpr
    dns proxy = no 
    encrypt passwords = yes 
    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
    printcap name = /etc/printcap
    max log size = 0
    hosts allow = 127.0.0.1 10.0.0.
    preferred master = no
    password server = server03.edg
    security = server
    server string = Debian GNU/Linux Sid
    workgroup = EDG 
    local master = no
    log file = /var/log/samba/%m.log
    netbios name = schaap
    load printers = yes
    os level = 1

[homes]
    writable = yes
    valid users = %S
    browseable = no
    comment = Home Directory
    create mode = 0664
    directory mode = 0775

[filesystem]
    path = /
    writable = yes
    valid users = @root
    comment = Root filesystem
    create mode = 0664
    directory mode = 0775

[www]
    comment = Lokale webserver
    path = /var/www
    valid users = @root
    writable = yes
    create mode = 0664
    directory mode = 0775

  • riotrick
  • Registratie: Mei 2002
  • Laatst online: 19-05 07:27
Ik zie net in de logs van de puter die verbinding probeert te maken het volgende:

code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[2002/09/20 11:40:13, 0] lib/fault.c:fault_report(36)
  ===============================================================
[2002/09/20 11:40:13, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 1083 (2.999+3.0cvs20020906-1 for Debian)
  Please read the file BUGS.txt in the distribution
[2002/09/20 11:40:13, 0] lib/fault.c:fault_report(39)
  ===============================================================
[2002/09/20 11:40:13, 0] lib/util.c:smb_panic(1151)
  PANIC: internal error
[2002/09/20 11:40:17, 0] lib/fault.c:fault_report(36)
  ===============================================================
[2002/09/20 11:40:17, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 1084 (2.999+3.0cvs20020906-1 for Debian)
  Please read the file BUGS.txt in the distribution
[2002/09/20 11:40:17, 0] lib/fault.c:fault_report(39)
  ===============================================================
[2002/09/20 11:40:17, 0] lib/util.c:smb_panic(1151)
  PANIC: internal error
[2002/09/20 11:41:44, 0] lib/fault.c:fault_report(36)
  ===============================================================
[2002/09/20 11:41:44, 0] lib/fault.c:fault_report(37)
  INTERNAL ERROR: Signal 11 in pid 1088 (2.999+3.0cvs20020906-1 for Debian)
  Please read the file BUGS.txt in the distribution
[2002/09/20 11:41:44, 0] lib/fault.c:fault_report(39)
  ===============================================================
[2002/09/20 11:41:44, 0] lib/util.c:smb_panic(1151)
  PANIC: internal error


Lijkt dus een bugje in samba zelf. Maar goed ik heb voorlopig samba maar weer even gedowngrade naar de versie uit Debian testing (2.2.3nogwat). Deze versie doet het wel prima.