howto.txt
来自「samba最新软件」· 文本 代码 · 共 20 行
TXT
20 行
Here is a very brief howto for setting up a simple test of the currentctdb code.1) put smb.conf.cluster, smb.conf.node1, smb.conf.node2 and nlist.txt in the prefix/etc/ directory for samba4. Adjust them for your local paths.2) use the script cluster_start.sh to start the two nodes. You can pass extra arguments to start under valgrind or gdb. For example: cluster_start.sh "gdb --args"3) test using the following command: bin/locktest //localhost/test //win2003/test -Uadministrator%password -l unclist.txt with the unclist.txt suppliedNOTE: This is very much experimental code!
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?