search for: do_list

Displaying 12 results from an estimated 12 matches for "do_list".

Did you mean: io_list
2017 Jan 04
2
bug in smbclient (?) 4.2.x
I posted this to the amanda-users ml earlier today, as I run several amanda backup servers and hit this issue again today. -> "I have to upgrade to samba-4.2.11 (gentoo linux) on an amanda server running amanda-3.4.1 Does anyone know if this: http://www.backupcentral.com/forum/16/263253 ... is still an issue?" -| my interpretation: samba-4.2.11 / smbclient has problems with
2006 Jul 21
1
3.0.23 - different errors on solaris 8 (Error in dskattr...)
...uilding plugin bin/script.so ld: warning: option -o appears more than once, first setting take [-snip-] After 'make install', I can still login, but smbclient gives me an error message if I try to list the content of a directory: Domain=[ERS] OS=[Unix] Server=[Samba 3.0.23] smb: \> ls do_list: [\*] NT_STATUS_OBJECT_PATH_NOT_FOUND Error in dskattr: NT_STATUS_OBJECT_PATH_NOT_FOUND some debug output: [2006/07/21 14:36:09, 5] auth/auth_util.c:debug_unix_user_token(475) UNIX token of user 362 Primary group is 300 and contains 11 supplementary groups Group[ 0]: 300 Group[ 1]: 1...
2010 Aug 10
1
home share issue: //server/homes errs, while //server/<username> works
Hello list, I'm running a samba server in AD domain, with some AD users explicitly mapped into local users by "username map = sambauser.map", which is a text file. Problem is found with explicitly mapped user, I can only access home share by //server/<ADusername>, not //server/homes (using windows explorer). This feels wrong because I also tried those AD users not listed in
2010 Oct 09
0
home share and user map issue
...r%<passwd> 2) smbclient //localhost/foo -U bar%<passwd> 3) smbclient //localhost/homes -U bar%<passwd> Guess what? 1) and 2) work well, I can get into home directory and mkdir and everything. Against 3) however, I could still log in, but when I try 'ls' I get these: do_list: [\*] NT_STATUS_OBJECT_PATH_NOT_FOUND Error in dskattr: NT_STATUS_OBJECT_PATH_NOT_FOUND Bacially I can't do nothing via 3), only 'pwd' shows "Current directory is \\localhost\homes\", seems Samba succeeded to authenticate user but failed to resolve into the correct home direc...
2017 Jan 04
2
bug in smbclient (?) 4.2.x
...; > backing up > > the problematic shares asap. > > still problems with samba-4.2.14: > > ? smbclient: tar:943  Fatal: Can't translate pathname > './Sanit„r&Heizung/' to UTF-8 > ? smbclient: NT_STATUS_UNSUCCESSFUL listing \\* > ? smbclient: tar:704  do_list fail NT_STATUS_UNSUCCESSFUL > ? smbclient: tar:370  tar_process failed > > I will also report that to amanda-users-ml, don't want to bark at the > wrong tree ;-) If you could re-try with Samba 4.5 or bisect back to what change between Samba 4.1 and 4.2 changed the behaviour, it wo...
2020 Dec 15
0
[Announce] Samba 4.13.3 Available for Download
...BUG 13124: s3-libads: Pass timeout to open_socket_out in ms. o G?nther Deschner <gd at samba.org> * BUG 14486: s3-vfs_glusterfs: Always disable write-behind translator. o Volker Lendecke <vl at samba.org> * BUG 14517: smbclient: Fix recursive mget. * BUG 14581: clitar: Use do_list()'s recursion in clitar.c. o Anoop C S <anoopcs at samba.org> * BUG 14486: manpages/vfs_glusterfs: Mention silent skipping of write-behind translator. * BUG 14573: vfs_shadow_copy2: Preserve all open flags assuming ROFS. o Jones Syue <jonessyue at qnap.com> * BUG 1...
2020 Dec 15
0
[Announce] Samba 4.13.3 Available for Download
...BUG 13124: s3-libads: Pass timeout to open_socket_out in ms. o G?nther Deschner <gd at samba.org> * BUG 14486: s3-vfs_glusterfs: Always disable write-behind translator. o Volker Lendecke <vl at samba.org> * BUG 14517: smbclient: Fix recursive mget. * BUG 14581: clitar: Use do_list()'s recursion in clitar.c. o Anoop C S <anoopcs at samba.org> * BUG 14486: manpages/vfs_glusterfs: Mention silent skipping of write-behind translator. * BUG 14573: vfs_shadow_copy2: Preserve all open flags assuming ROFS. o Jones Syue <jonessyue at qnap.com> * BUG 1...
2005 Aug 19
1
Win98 share "does not exist"?
SUSE93 system with these samba packages: kbase3-samba-3.4.0-28 samba-3.0.12-5 samba-client-3.0.12-5 yast2-samba-client-2.11.5-3 yast2-samba-server-2.11.14-3 YAST -> "Security and Users" -> "Firewall" - stop firewall. YAST -> "Network Services" -> "Samba Client" - Workgroup=BAX Desktop -> "Network Browsing" -> "SMB
2007 Dec 17
1
problem with samba 3.0.28/Solaris 8/smbclient
Dear Samba users, I am trying to update our local samba packages to 3.0.28. They are built against heimdal-1.0.1 and openldap-2.3.38. The Redhat Enterprise Linux 3 and 4 packages are working fine so far in my limited testing. The problem with heimdal and "net ads join..." has been fixed on all 3 platforms. On the Solaris 8 server, the "net ads join..." works correctly and the
2011 Jul 26
0
[PATCH] Btrfs: use bytes_may_use for all ENOSPC reservations
...s/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -1388,11 +1388,7 @@ static int btrfs_clear_bit_hook(struct inode *inode, } if (*bits & EXTENT_DO_ACCOUNTING) - btrfs_delalloc_release_metadata(inode, len); - - if (root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID - && do_list) - btrfs_free_reserved_data_space(inode, len); + btrfs_delalloc_release_space(inode, len); spin_lock(&root->fs_info->delalloc_lock); root->fs_info->delalloc_bytes -= len; -- 1.7.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in...
2011 Jul 27
0
[PATCH] Btrfs: use bytes_may_use for all ENOSPC reservations V2
...s/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -1388,11 +1388,7 @@ static int btrfs_clear_bit_hook(struct inode *inode, } if (*bits & EXTENT_DO_ACCOUNTING) - btrfs_delalloc_release_metadata(inode, len); - - if (root->root_key.objectid != BTRFS_DATA_RELOC_TREE_OBJECTID - && do_list) - btrfs_free_reserved_data_space(inode, len); + btrfs_delalloc_release_space(inode, len); spin_lock(&root->fs_info->delalloc_lock); root->fs_info->delalloc_bytes -= len; -- 1.7.5.2 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in...
2010 Nov 08
89
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
On Sun, Nov 07 2010 at 6:05pm -0500, Andi Kleen <andi@firstfloor.org> wrote: > On Sun, Nov 07, 2010 at 10:39:23PM +0100, Milan Broz wrote: > > On 11/07/2010 08:45 PM, Andi Kleen wrote: > > >> I read about barrier-problems and data getting to the partition when > > >> using dm-crypt and several layers so I don''t know if that could be > >