Displaying 20 results from an estimated 1000 matches similar to: "How do I do simple string concatenation in R?"
2015 Nov 18
2
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
When I sent the original note, I had it configured this way:
[realms]
HIJ.KLM.COM <http://hij.klm.com/> = {
kdc = ad1.hij.klm.com
kdc = ad2.hij.klm.com
admin_server = ad.hij.klm.com
default_domain = hij.klm.com
}
[domain_realm]
.xyz.hij.klm.com = HIJ.KLM.COM <http://hij.klm.com/>
.hij.klm.com = HIJ.KLM.COM <http://hij.klm.com/>
But then after reading about kerberos on the
2015 Nov 17
2
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
Greetings,
Long-time but very occasional samba user here with a new challenge (well
for me at least).
The basics are that on the domain join, the computer account gets created
but throws the dns error which based on my searching seems non-fatal.
wbinfo -t gives me a succeeded, wbinfo -a klm.com\\me --ntlmv2 works fine
but yet the net ads testjoin fails. Logs on the domain controller show
2015 Nov 17
2
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
Hi Louis,
Thanks for the reply. Upon checking the URL you sent, I'm not finding
which stanzas you're referring to as being samba3 - my smb.conf looks
remarkably similar to the sample I see there. Could you perhaps be more
specific?
Thanks,
--Schuyler
On Tue, Nov 17, 2015 at 11:23 AM L.P.H. van Belle <belle at bazuin.nl> wrote:
> Your using a samba3 config on a samba 4.
>
2007 Feb 23
4
using "integrate" in a function definition
Dear list members,
I'm quite new to R, and though I tried to find the answer to my probably
very basic question through the available resources (website, mailing
list archives, docs, google), I've not found it.
If I try to use the "integrate" function from within my own functions,
my functions seem to misbehave in some contexts. The following example
is a bit silly, but
2020 Oct 29
2
dovecot quota-warning detection mail
OK. "passdb/userdb" Setting part
$ dovecot -n (Excerpt from change)
----------------------------------------------------------------------------
---------------------
passdb {
args = scheme=CRYPT username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
userdb {
args = username_format=%u /etc/dovecot/users.auth
driver = passwd-file
}
protocol lmtp {
info_log_path =
2015 Nov 17
2
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
Hi Rowland,
Thanks for the response. I stripped my smb.conf down to the bare
suggestions and still have a no-go on the testjoin. This really smells to
me like a kerberos configuration issue due to the computer existing in one
and users authenticating from the forrest root. Unfortunately I don't know
where to begin to look for answers as the kerberos configurations I've
found referenced
2006 Aug 17
2
Creating function name from variables..
I have a situation where I have a number of fields and a rating for the
field. So, in a DRY way, this works fine:
<%= [''abc'', ''def'', ''klm''].each do |e| %>
<tr><td><%= @result[e] %></td>
<td> <%= @result[e+''rating''] %></td>
</tr>
<% end %>
Now, I
2015 Nov 17
3
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
Interesting. So would having the account I'm creating it with in the same
subdomain fix the potential trust issues, or is samba's function in a
subdomain in general in question?
On Tue, Nov 17, 2015 at 3:25 PM Rowland Penny <rowlandpenny241155 at gmail.com>
wrote:
> On 17/11/15 19:32, Schuyler Bishop wrote:
> > Hi Rowland,
> >
> > Thanks for the response. I
2007 Mar 08
1
Searching and deleting elements of list
Hi,
I have a problem. Please, look at example and try to help me!!
> A<-c("aaa","bbb","ccc","ddd","eee")
> B<-c("vvv","ooo","aaa","eee","zzz","bbb")
> C<-c("sss","jjj","ppp","ddd")
> D<-c("bbb","ccc")
2006 Feb 05
1
[OT] How to get a deal for INTL speakers?
This is pretty far off topic, but seeing as though it directly affects the
upcoming Canada on Rails (http://canadaonrails.com) conference in April, I
figure it kind of applies to Rails :)
I need to find the best place to get discount tickets for the international
speakers coming from Europe, and figure you guys would know where the best
places are to get deals.
I have checked klm.com, and
2007 Mar 08
1
R: Searching and deleting elements of list
you could try mapply
mydata2<-mapply("[", mydata, lapply(mydata, function(x) !x %in% A))
mydata2[[1]]<-A #to replace the obviously deleted elements of "A"
mydata2
mydata2[[1]]
mydata2[[2]]
mydata2[[3]]
mydata2[[4]]
Stefano
-----Messaggio originale-----
Da: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch]Per conto di jastar
1999 May 27
2
Can't connect to samba from foreign network --- 'Gethostbyaddr failed' error in log.smb
I have a samba server at ip address
aaa.bbb.ccc.ddd
I can connect to it from clients on subnets aaa.bbb.eee. and
aaa.bbb.fff.
I can't connect to it from clients on ggg.hhh.
smb.conf has
hosts deny = all
hosts allow = localhost, aaa.bbb., ggg.hhh.
The client can successfully 'ping mysambaserver' (resolves to
aaa.bbb.ccc.ddd). Doing 'net view \\mysambaserver' fails with
2015 Nov 17
0
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
Your using a samba3 config on a samba 4.
Change your config base on :
https://wiki.samba.org/index.php/Setup_Samba_as_an_AD_Domain_Member
Gr,
Louis
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens Schuyler Bishop
> Verzonden: dinsdag 17 november 2015 17:11
> Aan: samba at lists.samba.org
> Onderwerp: [Samba] Samba
2015 Nov 17
0
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
On 17/11/15 16:38, Schuyler Bishop wrote:
> Hi Louis,
>
> Thanks for the reply. Upon checking the URL you sent, I'm not finding
> which stanzas you're referring to as being samba3 - my smb.conf looks
> remarkably similar to the sample I see there. Could you perhaps be more
> specific?
>
> Thanks,
>
> --Schuyler
>
> On Tue, Nov 17, 2015 at 11:23 AM
2015 Nov 18
0
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
On 18/11/15 18:08, Schuyler Bishop wrote:
> When I sent the original note, I had it configured this way:
>
> [realms]
> HIJ.KLM.COM <http://hij.klm.com/> = {
> kdc = ad1.hij.klm.com
> kdc = ad2.hij.klm.com
> admin_server = ad.hij.klm.com
> default_domain = hij.klm.com
> }
>
> [domain_realm]
> .xyz.hij.klm.com = HIJ.KLM.COM <http://hij.klm.com/>
>
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2010 Aug 30
2
S4 Method Rd Warning
Hello,
I am using R 2.11.0. I have a curious problem where I get a warning in R CMD check which is seemingly not relevant to my Rd file.
The warning says :
* checking Rd \usage sections ... WARNING
Bad \usage lines found in documentation object 'enrichmentCalc':
<unescaped bksl>S4method{enrichmentCalc}{GenomeDataList, BSgenome}(rs, organism, seqLen=NULL, ...)
<unescaped
2015 Nov 18
0
Samba 4.1.6-Ubuntu on 14.04 domain join seems successful with caveats, testjoin reports no logon servers...
Hai,
>From the logs.
> ads_krb5_mk_req: krb5_cc_get_principal failed (No such file or
> directory) kerberos_kinit_password THIS$@HIJ.KLM.COM failed: Cannot
> contact any KDC for requested realm
> ads_connect: Cannot contact any KDC for requested realm Join to domain
> is not valid: No logon servers return code = -1
In your krb5.conf
ad.hij.klm.com does that exist in the
2020 Oct 29
0
dovecot quota-warning detection mail
Very good.
See https://doc.dovecot.org/configuration_manual/authentication/passwd_file/
You can add the "user" field as an "extra field"
In users.auth, just add in the end "user=bbbb-ccc at ddd.example.com" to match the respective entry in /etc/dovecot/users
Good luck!
On 10/29/20 2:02 PM, ?? ?? wrote:
> OK. "passdb/userdb" Setting part
>
> $
2020 Oct 29
2
dovecot quota-warning detection mail
Gedalya-san
Thank you for the information.
It seems to be difficult...
morikawa
-----Original Message-----
From: dovecot [mailto:dovecot-bounces at dovecot.org] On Behalf Of Gedalya
Sent: Thursday, October 29, 2020 1:17 PM
To: dovecot at dovecot.org
Subject: Re: dovecot quota-warning detection mail
Aha. Then it's not a straightforward case of just adding the domain name to
the same