Displaying 6 results from an estimated 6 matches for "tshare".
Did you mean:
share
2012 Mar 20
1
Help with smbpasswd file
...create mask = 0775
directory mask = 0775
security mask = 0770
force security mode = 770
directory security mask = 0770
force directory security mode = 770
force create mode = 0775
force directory mode = 0775
inherit acls = yes
[Tshare]
#Windows no Unix yes (Execute bit)
map archive = no
map system = no
map hidden = no
[Tshares-unix]
#Windows no Unix yes (Execute bit)
map archive = yes
map system = yes
map hidden = yes
--
Beau Gauthreaux
2004 Sep 03
3
file open problems
...rred master = no
security = domain
username map = /etc/samba/smbusers
wins server = ntserver.firm-internal
password server = ntserver.firm-internal
load printers = no
domain master = no
bind interfaces only = yes
interfaces = eth0 lo
[tshare]
comment = Test Share
path = /tshare
read only = no
the tshare directory is empty. i am logging into the XP machine as
"Administrator". it gets mapped to user root. i can verify that by
creating files with windows explorer and having a look at them on linux
server...
2013 Dec 04
6
W2k8r2 and samba 3 integration
Hi Samba users
we have a samba 3 system we use as a NAS for a windows AD setup but we are
having serious issues with the ad integration.
has anyone any tips or trick for the AD windows 2008r2/ samba integration ?
we basically can't add groups or users to the share from the AD dc. we just
get access denied even if we make the domain admins and current user the
owner of the share. we have
2013 Feb 20
1
Connection leak in sqlpool for ACL Dict Postgres in v2.1.15 (14907:b96df105ec55) and v2.2.beta1 (15857:07dfd4391d22)
...d (v2.2)
Panic: file driver-pgsql.c: line 84 (driver_pgsql_set_state): assertion failed: (state == SQL_DB_STATE_BUSY || db->cur_result == NULL)
and a rawdump eventually.
You can trigger the error with the "dict" socket easily:
while true; do
( echo -en "H2\t0\t0\t\tacl\nI1\tshared/shared-boxes/\n"
sleep 1
) | socat - unix:/var/run/dovecot2.2/dict
done
I interprete H2-I1..-bang.log.gz (logged with v2.1) so, that each time
the ACL dict is iterated, driver_sqlpool_query_s() is executed two
times, once for user_shares and once for anyone_shares. I guess that
the use...
2009 Jun 25
2
Dovecot v1.2rc6 dict-server socket path problem & pgsql crash
...modifiable = 0x806c0f0}
#4 0x08052460 in dict_set (ctx=0x8080028, key=0x806c032
"shared/shared-boxes/user/dvtest2/dvtest", value=0x806c05a "1") at
dict.c:168
__PRETTY_FUNCTION__ = "dict_set"
#5 0x0804f355 in cmd_set (conn=0x8075bc8, line=0x8075df8
"2\tshared/shared-boxes/user/dvtest2/dvtest\t1") at dict-server.c:288
trans = (struct dict_server_transaction *) 0x8080118
#6 0x0804fbf9 in dict_client_connection_input (conn=0x8075bc8) at
dict-server.c:458
_data_stack_cur_id = 3
line = 0x8075df7 "S2\tshared/shared-boxe...
2009 May 12
0
[PATCH 1/2] btrfs-progs: mixed back ref support
...signed long long)btrfs_extent_flags(l, ei));
+ break;
+ case BTRFS_TREE_BLOCK_INFO_KEY:
+ printf("\t\ttree block info\n");
+ break;
+ case BTRFS_TREE_BLOCK_REF_KEY:
+ printf("\t\ttree block backref\n");
+ break;
+ case BTRFS_SHARED_BLOCK_REF_KEY:
+ printf("\t\tshared block backref\n");
+ break;
+ case BTRFS_EXTENT_DATA_REF_KEY:
+ dref = btrfs_item_ptr(l, i, struct btrfs_extent_data_ref);
+ printf("\t\textent data backref root %llu"
+ "objectid %llu offset %llu count %u\n",
+ (unsigned long long)btrfs_extent_dat...