search for: _shared

Displaying 10 results from an estimated 10 matches for "_shared".

Did you mean: shared
2010 Aug 11
3
moving mail from private inbox to public folder kills the latter
...will have the the permission 600 instead of 777 (or 666) which the rest of the emails have in the folder. How can I change this behavior so when he moves the mail it automatically becomes world-readable? Also why one mail kills the whole folder? Here's the error I get: Error: open(/home/_shared/projects/.Long.Folder/cur/1281535484.M3B5A7P15183Q0.mail_espell_com:2,Sb) failed: Permission denied (euid=1000(ktamas) egid=1000(ktamas) missing +r perm: /home/_shared/projects/.Long.Folder/cur/1281535484.M3B5A7P15183Q0.mail_espell_com:2,Sb, euid is not dir owner) Thanks and best regards Tamas
2010 Nov 16
1
2.0.7: emails read emails become unread
...64 x86_64 Debian 5.0.6 auth_mechanisms = plain login disable_plaintext_auth = no listen = * mail_location = maildir:~/Maildir mail_plugins = acl maildir_very_dirty_syncs = yes namespace { inbox = yes location = prefix = separator = . type = private } namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared prefix = shared. separator = . subscriptions = no type = public } passdb { driver = pam } plugin { acl = vfile mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename flag_change append mail_log_fields = uid box msgid from subjec...
2010 Oct 02
2
Weird glitches with public folders - Dovecot not using per-user INDEX?
Hi I have this public folder: namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared prefix = shared. separator = . subscriptions = no type = public } Access is controlled by ACLs, everyone who has access is 'lrwstipek' except for some people who also have 'xa' privileges. As you can see it is set to put its index to the us...
2017 Jul 24
2
[PATCH 000/102] Convert drivers to explicit reset API
...ag, maybe it had been better to try and > just slam all users in a single go. > > But it worked. Thanks for the hint and the references. It seems this turned out okay, but I wouldn't dare to introduce such macro horror^Wmagic. I'd rather have all users converted to the _exclusive/_shared function calls and maybe then replace the internal __reset_control_get with Thomas' suggestion. regards Philipp
2011 Apr 07
3
IO rate quotas?
...64 x86_64 Debian 5.0.8 auth_mechanisms = plain login disable_plaintext_auth = no listen = * mail_location = maildir:~/Maildir mail_plugins = acl maildir_very_dirty_syncs = yes namespace { inbox = yes location = prefix = separator = . type = private } namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared prefix = shared. separator = . subscriptions = no type = public } namespace { location = maildir:/home/_shared/sys:INDEX=~/Maildir/sys prefix = sys. separator = . subscriptions = no type = public } passdb { driver = pam } plugin { acl = vfile...
2010 Aug 11
1
Thunderbird IMAP woes
...md64 x86_64 Debian 5.0.5 auth_mechanisms = plain login disable_plaintext_auth = no listen = * mail_location = ~/Maildir mail_plugins = acl maildir_very_dirty_syncs = yes namespace { inbox = yes location = prefix = separator = . type = private } namespace { location = maildir:/home/_shared/projects:INDEX=~/Maildir/_shared prefix = shared. separator = . subscriptions = no type = public } passdb { driver = pam } plugin { acl = vfile } protocols = imap pop3 service imap-enable-acl-groups { executable = script-login /home/enable_acl.sh user = root } service imap {...
2017 Aug 12
0
[PATCH 000/102] Convert drivers to explicit reset API
> Thanks for the hint and the references. It seems this turned out okay, > but I wouldn't dare to introduce such macro horror^Wmagic. > I'd rather have all users converted to the _exclusive/_shared function > calls and maybe then replace the internal __reset_control_get with > Thomas' suggestion. I didn't follow the discussion closely. Shall I still apply the i2c patches? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: ap...
2008 Oct 01
1
What means disk = [ ''file:/share/vm/OVM_EL5U1_X86_HVM_4GB/system.img, hda, w!'', ] in the most recent Xen Wiki for stub domain ?
Xen Wiki for Stub Domain sample shows up syntax :- name = ''OVM_EL5U1_X86_HVM_4GB'' uuid = ''de0edfdc-c6f1-4d2b-a2a3-88c035208c79'' builder = ''hvm'' device_model = ''/usr/lib/xen/bin/stubdom-dm'' kernel = ''/usr/lib/xen/boot/hvmloader'' memory = ''256'' vif = [
2017 Jul 20
2
[PATCH 000/102] Convert drivers to explicit reset API
On Thu, Jul 20, 2017 at 5:55 AM, Philipp Zabel <p.zabel at pengutronix.de> wrote: > Hi Thomas, > > On Thu, 2017-07-20 at 12:36 +0200, Thomas Petazzoni wrote: >> Hello, >> >> On Thu, 20 Jul 2017 11:36:55 +0200, Philipp Zabel wrote: >> >> > > I don't know if it has been discussed in the past, so forgive me if it >> > > has been. Have
2017 Jul 19
7
[PATCH 000/102] Convert drivers to explicit reset API
The reset control API has two modes: exclusive access, where the driver expects to have full and immediate control over the state of the reset line, and shared (clock-like) access, where drivers only request reset deassertion while active, but don't care about the state of the reset line while inactive. Commit a53e35db70d1 ("reset: Ensure drivers are explicit when requesting reset