Displaying 20 results from an estimated 30 matches for "chp".
Did you mean:
ch
2006 Feb 02
1
mbox to maildir conversion on a user-by-user basis!
In the midst of evaluating Dovecot for use in solving some mbox locking issues (while also waiting for our eventual migration to maildir), I had an epiphany.
It looks like Dovecot's auto-detection of mail formats would allow us to migrate from mbox to maildir on a user-by-user basis!
I was thinking:
1. Let dovecot autodetect mail storage
2. Use some procmail trickery to detect which format
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
...s with POSIX ACLs
> gaining execute bit
>
> I figured something as much but all the docs I found pointed
> to the archive, hidden, and readonly attributes touching the
> execute bits (see here, for example:
> https://www.samba.org/samba/docs/using_samba/ch08.html#samba2-
> CHP-8-FIG-2
> <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2
> -CHP-8-FIG-2>). That’s why I disabled those mappings in my
> smb.conf. Granted the docs I found were older — is this
> handled differently nowadays?
>
> In any event is there some way to prevent...
2018 Dec 18
3
Samba-created files with POSIX ACLs gaining execute bit
Hi all,
I have a Samba share set up using POSIX ACLs as the permissions backend. I am seeing an issue where files created via the Samba get execute permissions whereas files created via shell do not. Here’s my demonstration using “share2” as the root of my share:
[root at samba srv]# ls -l
total 0
drwxrwx---+ 2 root root 65 Dec 17 18:40 share2
[root at samba srv]# getfacl share2/
# file:
2006 Jul 05
2
Procmail patch for dovecot delivery
...ult = 0;
+ char* env = getenv(s);
+ if (env)
+ {
+ result = !strcmp(env, "yes");
+ }
+ return result;
+}
+
+int writefolder(boxname,linkfolder,source,len,ignwerr,dolock, trydeliver)
+ char*boxname,*linkfolder;const char*source;long len;const int ignwerr,dolock, trydeliver;
{ char*chp,*chp2;mode_t mode;int fd,type;
+
+// GW:
+ char* program = getenv("DELIVER_PROGRAM");
+ char* s_org_mail = getenv("ORGMAIL");
+
+ int deliver_inbox = isyes("DELIVER_INBOX");
+ int deliver_absolute_path = isyes("DELIVER_ABSOLUTE_PATH");
+ int isabsolute =...
2007 Apr 17
2
Use of argument '...'
...get:
Error in fun(1, y = 2) : object "y" not found
I'd appreciate any help in understanding this.
R version 2.4.1 (2006-12-18)
i386-pc-mingw32
...
Juan Pablo Lewinger
Department of Preventive Medicine
Keck School of Medicine
University of Southern California
1540 Alcazar Street, CHP-220
Los Angeles, CA 90089-9011, USA
2003 Oct 23
1
security=domain problem: "could not fetch trust account password for domain"
When configuring a SunOS 5.9 box running Samba 2.2.8a with security=domain,
as per
http://us2.samba.org/samba/docs/using_samba/ch04.html#samba2-CHP-4-SECT-7 I
get the following error "could not fetch trust account password for domain"
when trying to connect to a share via 'net use * \\server\share
/user:domain\username'
However, 'security=user' works correctly. 'security=domain' will fall back
onto the user&...
2011 Mar 22
2
about http basic authentication dashboard
Hi,
I am running dashboard 1.1.0rc1 under passenger 3.0.5 and apache 2.2.3
with puppet 2.6.6. Im trying to get urls like this
http://user:password@host
working as suggested in the docs for reporting but atm i did not get
it (401 auth requided). Maybe I am forgetting something? I use a
common .htpasswd file. Auth type Basic, etc.
Sorry if this has been seen in this mailing-list. I searched for
2009 Feb 10
1
Samba 3 LDAP account db concepts
....
I have read through much of the available documentation and it seems
clear that one can achieve a setup where ALL of the user
account info can be stored in a DS however i am confused by some of what
I am reading, for example the
"The Official Samba 3.2.x HOWTO and Reference Guide" in chp 11 says:
"There are a few points to stress that the ldapsam does not provide. The
LDAP support referred to in this documentation
does not include: A means of replacing /etc/passwd."
Do I still need to employ LDAP NSS and PAM modules ?
Ver 3.3.0 does not seem to support a configure -...
2018 Dec 18
0
Samba-created files with POSIX ACLs gaining execute bit
...gt;
> >> I figured something as much but all the docs I found pointed
> >> to the archive, hidden, and readonly attributes touching the
> >> execute bits (see here, for example:
> >> https://www.samba.org/samba/docs/using_samba/ch08.html#samba2-
> >> CHP-8-FIG-2
> >> <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2
> >> -CHP-8-FIG-2>). That’s why I disabled those mappings in my
> >> smb.conf. Granted the docs I found were older — is this
> >> handled differently nowadays?
> >>
&...
2010 Apr 29
1
merged files
..._23_P100022 0 0 SV2B 9899 14 15 + 89639333 89639392 3
A_23_P100056 0 0 RBPMS2 348093 8 15 - 62819428 62819369 4 A_23_P100074 0 0
AVEN 57099 6 15 - 31946031 31945972 5 A_23_P100092 0 0 ZSCAN29 146050 5 15 -
41440680 41440621 6 A_23_P100103 0 0 VPS39 23339 24 15 - 40240319 40240260 7
A_23_P100111 0 0 CHP 11261 7 15 + 39358845 39358904 8 A_23_P100127 0 0 CASC5
57082 11 15 + 38704817 38704876 9 A_23_P100133 0 0 ATMIN 23300 4 16 +
79636596 79636655 10 A_23_P100141 0 0 UNKL 64718 12 16 - 1355346 1355287
*merged.txt (Should look like this)*
GeneSymbol GeneID Exons Chrome AffyMatrixProbeID Affy...
2008 Nov 14
2
Netbios : Network Browsing on multiple subnets
Hi all !
I have a PDC and a BDC in 2 differents subnets.
I would like to sync their browse list but it doesn't seem to work.
Actually here are a part my smb.conf files :
PDC
------------------------------
...
remote browse sync = 10.10.20.10
remote announce = 10.10.20.10
security = user
encrypt passwords = true
domain logons = Yes
os level = 70
preferred master = yes
domain master = yes
2009 Aug 31
0
Question about remote users and groups management
...fine.
I have read http://wiki.samba.org/index.php/Ldapsam_Editposix and i
noticed the last section: "Managing your DB". Then, I have read
"Oreilly, Using Samba 3rd". In the 9th chapter (
http://book.opensourceproject.org.cn/sysadmin/samba/sambao3rd/opensource/0596007698/samba3-chp-9-sect-7.html
), section 7th, i can see tree figures: 9-14, 9-17 and 9-19, are shown
compmgmt.msc from a workstation Windows XP/2k3, connected remotely to
SLES9 computer (linux with samba3), and it shows the "Users and Groups
Management".
And ... here's my question: this should wor...
2012 Jan 19
8
sumarizar
*Hola!!! resulta que tengo unos datos de divisas ordenados por fechas
(días) los que he convertido a formato tipo YYYY-MM-DD donde DD siempre es
01:*
*
*
*
EUR.resto$date<-as.Date(EUR.resto$date)
EUR.resto$mo <- substr(EUR.resto$date,6,7)
EUR.resto$yr <- substr(EUR.resto$date, 1,4)
2012 Nov 14
4
firewallchain issues w/ 1.0.0 release
Hi,
First, some software versions, just to get them out of the way:
- CentOS 5.x through Centos 6.2
- Ruby 1.8.5 - 1.8.7
- Puppet 2.7.19
- Facter 1.6.11
Just a note - we''re working from the EPEL repos almost exclusively.
I am working with the firewall module, and so far I am unable to use
firewallchain. Some digging suggests that it''s not completely user error
(though I
2018 Dec 20
2
Samba-created files with POSIX ACLs gaining execute bit
...t;> I figured something as much but all the docs I found pointed
>>>> to the archive, hidden, and readonly attributes touching the
>>>> execute bits (see here, for example:
>>>> https://www.samba.org/samba/docs/using_samba/ch08.html#samba2-
>>>> CHP-8-FIG-2
>>>> <https://www.samba.org/samba/docs/using_samba/ch08.html#samba2
>>>> -CHP-8-FIG-2>). That’s why I disabled those mappings in my
>>>> smb.conf. Granted the docs I found were older — is this
>>>> handled differently nowadays?
>...
2003 Feb 28
0
How do I find the first derivative from the cubic natural spline
...m the cubic natural
spline matrix?
Thanks !!!
Jassy
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Nuoo-Ting (Jassy) Molitor, MS, Junior Statistician
Division of Biostatistics
Department of Preventive Medicine
University of Southern California Tel: (323) 442-2584
1540 Alcazar St., CHP-210F Fax: (323) 442-3272
Los Angeles, CA 90089-9011, USA e-mail: nuootinl at usc.edu
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2007 May 15
1
Efficiently reading random lines form a large file
....51 NA NA
However, I'm wondering if there's an even faster way to do this. Is there?
> sessionInfo()
R version 2.4.1 (2006-12-18)
i386-pc-mingw32
Juan Pablo Lewinger
Department of Preventive Medicine
Keck School of Medicine
University of Southern California
1540 Alcazar Street, CHP-220
Los Angeles, CA 90089-9011, USA
2010 Apr 29
0
merge on criteria
..._23_P100022 0 0 SV2B 9899 14 15 + 89639333 89639392 3
A_23_P100056 0 0 RBPMS2 348093 8 15 - 62819428 62819369 4 A_23_P100074 0 0
AVEN 57099 6 15 - 31946031 31945972 5 A_23_P100092 0 0 ZSCAN29 146050 5 15 -
41440680 41440621 6 A_23_P100103 0 0 VPS39 23339 24 15 - 40240319 40240260 7
A_23_P100111 0 0 CHP 11261 7 15 + 39358845 39358904 8 A_23_P100127 0 0 CASC5
57082 11 15 + 38704817 38704876 9 A_23_P100133 0 0 ATMIN 23300 4 16 +
79636596 79636655 10 A_23_P100141 0 0 UNKL 64718 12 16 - 1355346 1355287
*merged.txt (Should look like this)*
GeneSymbol GeneID Exons Chrome AffyMatrixProbeID Affy...
2009 Mar 26
2
rsync questions
Hi all:
I got basic rsync working (not server mode). Basically it went to another server via ssh, backed up subdireactories and stored on the local server. But I am trying to use the feature of "exclude" and could not get it working rigjt.
I am trying to back up /export/home/* (all of users) on another machine but exclude a certain types of files. here is one of my tested exclude
2010 Nov 15
4
Best way to connect to a MySQL Database
Is this command the best way to access a MySQL database -
MYSQL(Connect connid dhhost dbuser dbpass dbname) ?
I thought I heard that using ODBC was a bit more stable.
Anyone have any experience?
Thanks,
Matt