search for: dir_d

Displaying 5 results from an estimated 5 matches for "dir_d".

Did you mean: dir_n
2004 Apr 13
0
v3.0.2a: can't login into domain after switching to pdb_mysql
...9:53 59 Connect root@localhost on samba 60 Connect root@localhost on samba 60 Query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_d rive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dia l,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,unknown_3,logon_divs,hours_l en,bad_password_count,logon_count,unknown_6 FROM user WHERE username = 'root' 60 Query SELECT logon_time,logof...
2014 Nov 07
4
[Bug 10925] New: non-atomic xattr replacement in btrfs => rsync --read-batch random errors
.... I understand rsync is supposed to avoid this, but something's going wrong with that. Here's the smoking gun, snipped from strace -p 27251 -p 27253 -o smoking.gun, where both processes are started from a single rsync --read-batch=- -aHAX --del ... run: 0: 27251 stat("osd/0.6ed_head/DIR_D/DIR_E/DIR_6", <unfinished ...> 1: 27253 stat("osd/0.6ed_head/DIR_D/DIR_E/DIR_6", {st_mode=S_IFDIR|0755, st_size=5470, ...}) = 0 2: 27251 <... stat resumed> {st_mode=S_IFDIR|0755, st_size=5470, ...}) = 0 3: 27253 llistxattr("osd/0.6ed_head/DIR_D/DIR_E/DIR_6", &q...
2023 Jan 18
9
remove most callers of write_one_page v3
Hi all, this series removes most users of the write_one_page API. These helpers internally call ->writepage which we are gradually removing from the kernel. Changes since v2: - more minix error handling fixes Changes since v1: - drop the btrfs changes (queue up in the btrfs tree) - drop the finaly move to jfs (can't be done without the btrfs patches) - fix the existing minix code to
2010 Mar 24
3
DO NOT REPLY [Bug 7289] New: --link-dest seen as unknown option
...QAContact: rsync-qa at samba.org I have been trying to develop some backups using the link-dest option, and I keep getting a response the option is unknown. I'm running fedora 12 and have the latest rsync. For example, a simple test fails with: # rsync -az --list-dest=../dir1 dir_s/ dir_d rsync: --list-dest=../dir1: unknown option rsync error: syntax or usage error (code 1) at main.c(1425) [client=3.0.7] About the host system... # uname -a Linux xxxxxxxx 2.6.32.9-70.fc12.i686.PAE #1 SMP Wed Mar 3 04:57:21 UTC 2010 i686 i686 i386 GNU/Linux -- Configure bugmail: https://bugzilla...
2005 Apr 10
0
Trouble adding users with pdbedit
...ame>" -c U Doing a little debugging I can tell that pdbedit tries to do a select statement after adding the user: Executing query SELECT logon_time,logoff_time,kickoff_time,pass_last_set_time,pass_can_change_time, pass_must_change_time,username,domain,nt_username,nt_fullname,home_dir,dir_d rive,logon_script,profile_path,acct_desc,workstations,unknown_str,munged_dia l,user_sid,group_sid,lm_pw,nt_pw,NULL,acct_ctrl,logon_divs,hours_len,bad_pas sword_count,logon_count,unknown_6 FROM user WHERE username = '<username>' The user is added to the database but the 'usern...