Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 292)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#42 fixed SMBD.EXE crashes while browsing the resource via WPS Paul Smedley ggamba
Description

I'm using samba-3.0.26a-os2-20070921-v7a.wpi. In smb.conf I have

[R]

comment = Drive R: (JFS)
path = R:/[[BR]] read only = No
guest ok = Yes
hide files = /*. SF/root/

Other relevant lines are:

ea support = Yes
store dos attributes = Yes
hosts deny = ALL EXCEPT 192.168.1.

Full smb.conf is attached with logs. Most of the times, when I try to open the resource via WPS, the client desktop hangs for a while (30 seconds - 1 minute). In the log file I find:

[2007/10/21 19:06:37, 2] smbd/open.c:open_file(391)

pc1 opened file WP ROOT. SF read=Yes write=No (numopen=1)

[2007/10/21 19:06:37, 2] smbd/close.c:close_normal_file(406)

PC1 closed file WP ROOT. SF (numopen=0) NT_STATUS_OK

Killed by SIGSEGV
pid=0x007c ppid=0x006d tid=0x0001 slot=0x00ac pri=0x0400 mc=0x0001
Q:\PROGRAMS\SAMBA\SMBD.EXE
SMBD 0:0022c240
cs:eip=005b:0023c240 ss:esp=0053:0042cb20 ebp=0042cc98

ds=0053 es=0053 fs=150b gs=0000 efl=00012206

eax=01dc0000 ebx=008ce618 ecx=008ce610 edx=008ce610 edi=026e0000
esi=00920000
Process dumping was disabled, use DUMPPROC / PROCDUMP to enable it.
/21 19:06:37, 1] smbd/service.c:close_cnum(1241)

ecs99565615 (192.168.1.10) closed connection to service R

If I enable log in Netdrive on the client, I get lot of broken pipe errors:

2007/10/28 12:54:12.44: 0 2: opening client pipe 5
2007/10/28 12:54:12.52: 0 2: Failed to read from pipe 5: 0 0
2007/10/28 12:54:12.52: 0 2: closing client pipe 5
2007/10/28 12:54:12.55: 0 2: opening client pipe 6
2007/10/28 12:54:12.63: 0 2: Failed to read from pipe 6: 0 0
2007/10/28 12:54:12.63: 0 2: closing client pipe 6

#43 fixed Missing OS/2 winbindd.exe Silvan Scherrer guest
Description

Group management has always been broken for the OS/2 Samba port.

It appears that the reason for that is the missing OS/2 winbind.exe, because the attempt to create a group from a WinXP client MMC fails because of

[2007/10/30 08:37:25, 3] groupdb/mapping.c:pdb_default_create_alias(464)

Could not get a gid out of winbind

in /source/nsswitch there are OS-specific files for freebsd, hpux, irix, linux, netbsd and solaris, but none for OS/2, which appears to be the reason the winbind.exe is not built.

#44 fixed Home directories found in master.passwd cannot work with Samba Paul Smedley guest
Description

The entry of the home directory found in the master.passwd file cannot be used by Samba successfully, because it is not possible to add a valid drive to master.passwd, as the ":" is the field delimiter in master.passwd and Samba on OS/2 is unable to switch to a directory without a drive.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.