Custom Query (292 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 292)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Resolution Summary Owner Reporter
#13 worksforme Time server Paul Smedley guest
Description

Samba return wrong time to clients (by command 'net time
samba' from windows). Workarounds with variable TZ do not give any effects.

#14 fixed Locking problems Paul Smedley guest
Description

Running net groupmap list while samba services are running produces:

OS/2: D:\samba>net groupmap list
[2007/05/31 17:24:56, 0] lib/util_tdb.c:tdb_log(662)[[BR]]

tdb(D:/samba/var/locks/group_mapping.tdb): tdb_read failed at 1388 len=24 ret=-1 (Permission denied) map_size=4096

[2007/05/31 17:24:56, 0] lib/util_tdb.c:tdb_log(662)[[BR]]

tdb(D:/samba/var/locks/group_mapping.tdb): tdb_read failed at 1388 len=24 ret=-1 (Permission denied) map_size=4096

Domõnenbenutzer (S-1-5-21-3825011015-1881130570-2928203476-513) -> users
Benutzer (S-1-5-21-3825011015-1881130570-2928203476-545) -> staff
Domõnen-Administratoren (S-1-5-21-3825011015-1881130570-2928203476-512) -> root
Administratoren (S-1-5-21-3825011015-1881130570-2928203476-544) -> admins
Domõnengõste (S-1-5-21-3825011015-1881130570-2928203476-514) -> nobody

while it should be:

Domõnenbenutzer (S-1-5-21-3825011015-1881130570-2928203476-513) -> users
Benutzer (S-1-5-21-3825011015-1881130570-2928203476-545) -> staff
Domõnen-Administratoren (S-1-5-21-3825011015-1881130570-2928203476-512) -> root
Administratoren (S-1-5-21-3825011015-1881130570-2928203476-544) -> admins
Domõnengõste (S-1-5-21-3825011015-1881130570-2928203476-514) -> nobody
Gõste (S-1-5-21-3825011015-1881130570-2928203476-546) -> guests

As long as the samba services are not running, the output is the expected one.

This problem was introduced with 3.0.25pre2 and all subsequent builds, it works with 3.0.25pre1.

In addition the output of the umlauts is wrong here, whereas other parts of Samba display them properly (all builds).

#16 fixed Timestamps changed wrongly during copy to share Paul Smedley guest
Description

The date/time stamps are changed wrongly, when a file is copied from local drive to a share. The following example demostrates the problem:

Original timestamps of a given file:
testfile.txt File creation time:          2007-03-01 07:41:38
             File last access time:       2007-06-27 08:13:34
             File last update time:       2007-06-19 15:21:28

xcopy to Peer via LAN-Requester does not change these timestamps during copy, as the target file has still the same after the copy
operation:
testfile_LAN.txt File creation time:      2007-03-01 07:41:38
                 File last access time:   2007-06-27 08:13:34
                 File last update time:   2007-06-19 15:21:28

xcopy to Samba via Netdrive however changes these timestamps:
testfile_SMB.txt File creation time:      2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last access time:   2007-06-19 15:21:28 (wrong)
testfile_SMB.txt File last update time:   2007-06-19 15:21:28 (right)

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