[Resent with more detail and including 532...@bugs.debian.org]

Steve Langasek wrote, on 09/06/09 11:26:
Do you know what's causing these errors?  There's not enough context in this
transcript for me to see what's causing this.  Is the error message
accurate, do these files already exist?

In that case, the files exist. What fails repeatedly is the removexattr command strace'd below.

The server has acls enabled:

# mount
/dev/hda7 on / type ext3 (rw,acl,errors=remount-ro)



cp: preserving permissions for `./debian/po': Operation not supported

What does 'ls -ld /usr/share/kernel-package/po' show?

# ls -ld /usr/share/kernel-package/po
drwxr-xr-x 2 root root 4096 2009-05-14 18:25 /usr/share/kernel-package/po


Can you provide strace output for the command 'cp -af
/usr/share/kernel-package/po ./debian/po'?



am64:/vicsrc/sound/video/drm-next# strace cp -af /usr/share/kernel-package/po ./debian/po'?
>
am64:/vicsrc/sound/video/drm-next# strace cp -af /usr/share/kernel-package/po ./debian/po execve("/bin/cp", ["cp", "-af", "/usr/share/kernel-package/po", "./debian/po"], [/* 17 vars */]) = 0
brk(0)                                  = 0x116c000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c40c000 access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c40a000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=81531, ...}) = 0
mmap(NULL, 81531, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7e4c3f6000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libselinux.so.1", O_RDONLY)  = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0V`\v0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=111952, ...}) = 0
mmap(0x300b600000, 2209368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x300b600000
mprotect(0x300b61a000, 2093056, PROT_NONE) = 0
mmap(0x300b819000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x19000) = 0x300b819000 mmap(0x300b81b000, 1624, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x300b81b000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libacl.so.1", O_RDONLY)      = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\36\340\t0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=31720, ...}) = 0
mmap(0x3009e00000, 2124616, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3009e00000
mprotect(0x3009e07000, 2093056, PROT_NONE) = 0
mmap(0x300a006000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x300a006000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libattr.so.1", O_RDONLY)     = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\23 \n0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=19752, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c3f5000 mmap(0x300a200000, 2112656, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x300a200000
mprotect(0x300a204000, 2093056, PROT_NONE) = 0
mmap(0x300a403000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x300a403000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\300\346A\0000\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1380864, ...}) = 0
mmap(0x3000400000, 3482264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3000400000
mprotect(0x3000549000, 2097152, PROT_NONE) = 0
mmap(0x3000749000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x149000) = 0x3000749000 mmap(0x300074e000, 17048, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x300074e000
close(3)                                = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/libdl.so.2", O_RDONLY)       = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260\r\300\0000\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0644, st_size=17352, ...}) = 0
mmap(0x3000c00000, 2109696, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x3000c00000
mprotect(0x3000c02000, 2097152, PROT_NONE) = 0
mmap(0x3000e02000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x3000e02000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c3f4000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c3f3000
arch_prctl(ARCH_SET_FS, 0x7f7e4c3f3780) = 0
open("/dev/urandom", O_RDONLY)          = 3
read(3, "5\327\337\241\2458I\202", 8)   = 8
close(3)                                = 0
mprotect(0x3000749000, 16384, PROT_READ) = 0
mprotect(0x3000e02000, 4096, PROT_READ) = 0
mprotect(0x300021c000, 4096, PROT_READ) = 0
munmap(0x7f7e4c3f6000, 81531)           = 0
brk(0)                                  = 0x116c000
brk(0x118d000)                          = 0x118d000
open("/etc/selinux/config", O_RDONLY) = -1 ENOENT (No such file or directory) statfs("/selinux", {f_type="EXT2_SUPER_MAGIC", f_bsize=4096, f_blocks=117432633, f_bfree=111132688, f_bavail=105167252, f_files=29885328, f_ffree=29402396, f_fsid={-1806083445, -1315805748}, f_namelen=255, f_frsize=4096}) = 0
open("/proc/mounts", O_RDONLY)          = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c409000
read(3, "rootfs / rootfs rw 0 0\nnone /sys"..., 1024) = 763
read(3, "", 1024)                       = 0
close(3)                                = 0
munmap(0x7f7e4c409000, 4096)            = 0
open("/usr/lib/locale/locale-archive", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=1560992, ...}) = 0
mmap(NULL, 1560992, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f7e4c275000
close(3)                                = 0
open("/proc/filesystems", O_RDONLY)     = 3
fstat(3, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c409000
read(3, "nodev\tsysfs\nnodev\trootfs\nnodev\tb"..., 1024) = 315
read(3, "", 1024)                       = 0
close(3)                                = 0
munmap(0x7f7e4c409000, 4096)            = 0
geteuid()                               = 0
stat("./debian/po", {st_mode=S_IFDIR|0755, st_size=0, ...}) = 0
lstat("/usr/share/kernel-package/po", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 lstat("./debian/po/po", 0x7fff76700030) = -1 ENOENT (No such file or directory)
mkdir("./debian/po/po", 0700)           = 0
lstat("./debian/po/po", {st_mode=S_IFDIR|0700, st_size=0, ...}) = 0
open("/usr/share/kernel-package/po", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
fcntl(3, F_GETFD)                       = 0x1 (flags FD_CLOEXEC)
getdents(3, /* 7 entries */, 4096)      = 216
getdents(3, /* 0 entries */, 4096)      = 0
close(3)                                = 0
lstat("/usr/share/kernel-package/po/fr.po", {st_mode=S_IFREG|0644, st_size=25940, ...}) = 0
open("/usr/share/kernel-package/po/fr.po", O_RDONLY|O_NOFOLLOW) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=25940, ...}) = 0
open("./debian/po/po/fr.po", O_WRONLY|O_CREAT|O_EXCL, 0600) = -1 EEXIST (File exists)
lstat("./debian/po/po/fr.po", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
open("/usr/share/locale/locale.alias", O_RDONLY) = 4
fstat(4, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f7e4c409000
read(4, "# Locale name alias data base.\n#"..., 4096) = 2570
read(4, "", 4096)                       = 0
close(4)                                = 0
munmap(0x7f7e4c409000, 4096)            = 0
open("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_AU.utf8/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_AU/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.UTF-8/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.utf8/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/coreutils.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "cp: ", 4cp: )                     = 4
write(2, "cannot create regular file `./de"..., 49cannot create regular file `./debian/po/po/fr.po') = 49 open("/usr/share/locale/en_AU.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_AU.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en_AU/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.UTF-8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory) open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, ": File exists", 13: File exists)           = 13
write(2, "\n", 1
)                       = 1
close(3)                                = 0
lstat("/usr/share/kernel-package/po/templates.pot", {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
open("/usr/share/kernel-package/po/templates.pot", O_RDONLY|O_NOFOLLOW) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=14768, ...}) = 0
open("./debian/po/po/templates.pot", O_WRONLY|O_CREAT|O_EXCL, 0600) = -1 EEXIST (File exists) lstat("./debian/po/po/templates.pot", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
write(2, "cp: ", 4cp: )                     = 4
write(2, "cannot create regular file `./de"..., 57cannot create regular file `./debian/po/po/templates.pot') = 57
write(2, ": File exists", 13: File exists)           = 13
write(2, "\n", 1
)                       = 1
close(3)                                = 0
lstat("/usr/share/kernel-package/po/POTFILES.in", {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
open("/usr/share/kernel-package/po/POTFILES.in", O_RDONLY|O_NOFOLLOW) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=36, ...}) = 0
open("./debian/po/po/POTFILES.in", O_WRONLY|O_CREAT|O_EXCL, 0600) = -1 EEXIST (File exists) lstat("./debian/po/po/POTFILES.in", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
write(2, "cp: ", 4cp: )                     = 4
write(2, "cannot create regular file `./de"..., 55cannot create regular file `./debian/po/po/POTFILES.in') = 55
write(2, ": File exists", 13: File exists)           = 13
write(2, "\n", 1
)                       = 1
close(3)                                = 0
lstat("/usr/share/kernel-package/po/ja.po", {st_mode=S_IFREG|0644, st_size=27694, ...}) = 0
open("/usr/share/kernel-package/po/ja.po", O_RDONLY|O_NOFOLLOW) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=27694, ...}) = 0
open("./debian/po/po/ja.po", O_WRONLY|O_CREAT|O_EXCL, 0600) = -1 EEXIST (File exists)
lstat("./debian/po/po/ja.po", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
write(2, "cp: ", 4cp: )                     = 4
write(2, "cannot create regular file `./de"..., 49cannot create regular file `./debian/po/po/ja.po') = 49
write(2, ": File exists", 13: File exists)           = 13
write(2, "\n", 1
)                       = 1
close(3)                                = 0
lstat("/usr/share/kernel-package/po/de.po", {st_mode=S_IFREG|0644, st_size=27043, ...}) = 0
open("/usr/share/kernel-package/po/de.po", O_RDONLY|O_NOFOLLOW) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=27043, ...}) = 0
open("./debian/po/po/de.po", O_WRONLY|O_CREAT|O_EXCL, 0600) = -1 EEXIST (File exists)
lstat("./debian/po/po/de.po", {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
write(2, "cp: ", 4cp: )                     = 4
write(2, "cannot create regular file `./de"..., 49cannot create regular file `./debian/po/po/de.po') = 49
write(2, ": File exists", 13: File exists)           = 13
write(2, "\n", 1
)                       = 1
close(3)                                = 0
utimensat(AT_FDCWD, "./debian/po/po", {{1244515526, 0}, {1242291351, 0}}, 0) = 0
lchown("./debian/po/po", 0, 0)          = 0
llistxattr("/usr/share/kernel-package/po", (nil), 0) = 0
llistxattr("/usr/share/kernel-package/po", 0x7fff766ffd00, 0) = 0
getxattr("/usr/share/kernel-package/po", "system.posix_acl_access", 0x7fff766ffbd0, 132) = -1 EOPNOTSUPP (Operation not supported) setxattr("./debian/po/po", "system.posix_acl_access", "\x02\x00\x00\x00\x01\x00\x07\x00\xff\xff\xff\xff\x04\x00\x05\x00\xff\xff\xff\xff \x00\x05\x00\xff\xff\xff\xff", 28, 0) = 0 removexattr("./debian/po/po", "system.posix_acl_default") = -1 EOPNOTSUPP (Operation not supported)
write(2, "cp: ", 4cp: )                     = 4
write(2, "preserving permissions for `./de"..., 43preserving permissions for `./debian/po/po') = 43
write(2, ": Operation not supported", 25: Operation not supported) = 25
write(2, "\n", 1
)                       = 1
close(0)                                = 0
close(1)                                = 0
close(2)                                = 0
exit_group(1)                           = ?

[and the log from the server for the cp -af operation]

[2009/06/09 13:36:01,  3] smbd/process.c:process_smb(1554)
  Transaction 172470 of length 78 (0 toread)
[2009/06/09 13:36:01,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:01,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
  call_trans2qfilepathinfo . (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:01,  3] smbd/process.c:process_smb(1554)
  Transaction 172471 of length 90 (0 toread)
[2009/06/09 13:36:01,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
  call_trans2qfilepathinfo sound (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:01,  3] smbd/process.c:process_smb(1554)
  Transaction 172472 of length 102 (0 toread)
[2009/06/09 13:36:01,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:01,  3] smbd/process.c:process_smb(1554)
  Transaction 172473 of length 120 (0 toread)
[2009/06/09 13:36:01,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:01,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172474 of length 134 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172475 of length 140 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172476 of length 146 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po/po (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172477 of length 158 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po/po/fr.po (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172478 of length 168 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/fr.po (fnum -1) info_level=1020 totdata=8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/fr.po) returning 0744
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/fr.po read=No write=No (numopen=1)
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f6/29245
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/fr.po (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172479 of length 260 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/fr.po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172480 of length 178 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/fr.po (fnum -1) info_level=521 totdata=18
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/fr.po read=No write=Yes (numopen=1)
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172481 of length 1432 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/fr.po) returning 0744
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f6/29246
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7049 num=1364 wrote=1364
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172482 of length 24644 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7049 num=24576 wrote=24576
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172483 of length 260 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/fr.po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172484 of length 196 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/fr.po (fnum -1) info_level=516 totdata=36
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172485 of length 45 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBclose (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_close(4353)
  close fd=27 fnum=7049 (numopen=1)
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/fr.po (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172486 of length 174 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po/po/templates.pot (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172487 of length 184 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/templates.pot (fnum -1) info_level=1020 totdata=8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/templates.pot) returning 0744
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/templates.pot read=No write=No (numopen=1)
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f7/29247
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/templates.pot (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172488 of length 276 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/templates.pot (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172489 of length 194 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/templates.pot (fnum -1) info_level=521 totdata=18
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/templates.pot read=No write=Yes (numopen=1)
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172490 of length 2548 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/templates.pot) returning 0744
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f7/29248
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7051 num=2480 wrote=2480
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172491 of length 12356 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7051 num=12288 wrote=12288
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172492 of length 276 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/templates.pot (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172493 of length 212 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/templates.pot (fnum -1) info_level=516 totdata=36
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172494 of length 45 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBclose (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_close(4353)
  close fd=27 fnum=7051 (numopen=1)
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/templates.pot (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172495 of length 170 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po/po/POTFILES.in (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172496 of length 180 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/POTFILES.in (fnum -1) info_level=1020 totdata=8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/POTFILES.in) returning 0744
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/POTFILES.in read=No write=No (numopen=1)
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f8/29249
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/POTFILES.in (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172497 of length 272 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/POTFILES.in (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172498 of length 190 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/POTFILES.in (fnum -1) info_level=521 totdata=18
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/POTFILES.in read=No write=Yes (numopen=1)
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172499 of length 104 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/POTFILES.in) returning 0744
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f8/29250
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7053 num=36 wrote=36
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172500 of length 272 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/POTFILES.in (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172501 of length 208 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/POTFILES.in (fnum -1) info_level=516 totdata=36
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172502 of length 45 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBclose (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_close(4353)
  close fd=27 fnum=7053 (numopen=1)
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/POTFILES.in (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172503 of length 158 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po/po/ja.po (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172504 of length 168 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/ja.po (fnum -1) info_level=1020 totdata=8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/ja.po) returning 0744
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/ja.po read=No write=No (numopen=1)
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f9/29251
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/ja.po (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172505 of length 260 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/ja.po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172506 of length 178 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/ja.po (fnum -1) info_level=521 totdata=18
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/ja.po read=No write=Yes (numopen=1)
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172507 of length 3186 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/ja.po) returning 0744
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41f9/29252
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7055 num=3118 wrote=3118
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172508 of length 24644 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7055 num=24576 wrote=24576
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172509 of length 260 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/ja.po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172510 of length 196 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/ja.po (fnum -1) info_level=516 totdata=36
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172511 of length 45 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBclose (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_close(4353)
  close fd=27 fnum=7055 (numopen=1)
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/ja.po (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172512 of length 158 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(3943)
  call_trans2qfilepathinfo: TRANSACT2_QPATHINFO: level = 512
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2qfilepathinfo(4057)
call_trans2qfilepathinfo sound/video/drm-next/debian/po/po/de.po (fnum = -1) level=512 call=5 total_data=0
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172513 of length 168 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/de.po (fnum -1) info_level=1020 totdata=8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/de.po) returning 0744
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/de.po read=No write=No (numopen=1)
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41fa/29253
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/de.po (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172514 of length 260 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/de.po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172515 of length 178 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/de.po (fnum -1) info_level=521 totdata=18
[2009/06/09 13:36:20,  2] smbd/open.c:open_file(551)
root opened file sound/video/drm-next/debian/po/po/de.po read=No write=Yes (numopen=1)
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172516 of length 2535 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/dosmode.c:unix_mode(124)
  unix_mode(sound/video/drm-next/debian/po/po/de.po) returning 0744
[2009/06/09 13:36:20,  3] smbd/oplock.c:initial_break_processing(299)
  initial_break_processing: called for 307:8b41fa/29254
  Current oplocks_open (exclusive = 0, levelII = 0)
[2009/06/09 13:36:20, 3] smbd/oplock.c:process_oplock_async_level2_break_message(438) process_oplock_async_level2_break_message: downgrading fake level 2 oplock.
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7057 num=2467 wrote=2467
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172517 of length 24644 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBwriteX (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_write_and_X(4136)
  writeX fnum=7057 num=24576 wrote=24576
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172518 of length 260 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/de.po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172519 of length 196 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po/de.po (fnum -1) info_level=516 totdata=36
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172520 of length 45 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBclose (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/reply.c:reply_close(4353)
  close fd=27 fnum=7057 (numopen=1)
[2009/06/09 13:36:20,  3] locking/locking.c:get_share_mode_lock(825)
  fill_share_mode_lock failed
[2009/06/09 13:36:20,  2] smbd/close.c:close_normal_file(606)
root closed file sound/video/drm-next/debian/po/po/de.po (numopen=0) NT_STATUS_OK
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172521 of length 248 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po (fnum -1) info_level=512 totdata=100
[2009/06/09 13:36:20,  3] smbd/process.c:process_smb(1554)
  Transaction 172522 of length 184 (0 toread)
[2009/06/09 13:36:20,  3] smbd/process.c:switch_message(1378)
  switch message SMBtrans2 (pid 24771) conn 0x9f563f8
[2009/06/09 13:36:20,  3] smbd/trans2.c:call_trans2setfilepathinfo(6790)
call_trans2setfilepathinfo(6) sound/video/drm-next/debian/po/po (fnum -1) info_level=516 totdata=36
[2009/06/09 13:36:42,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/06/09 13:37:42,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/06/09 13:38:42,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0
[2009/06/09 13:38:42,  3] smbd/process.c:check_reload(1873)
  Printcap cache time expired.
[2009/06/09 13:38:42,  3] printing/pcap.c:pcap_cache_reload(136)
  reloading printcap cache
[2009/06/09 13:38:43,  3] printing/pcap.c:pcap_cache_reload(243)
  reload status: ok
[2009/06/09 13:39:43,  3] smbd/sec_ctx.c:set_sec_ctx(324)
  setting sec ctx (0, 0) - sec_ctx_stack_ndx = 0

[end]



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to