Displaying 20 results from an estimated 8000 matches similar to: "How are tickets used by Samba in an Active Directory environment?"
2023 Aug 21
2
Interpreting Results from LOF.test() from qpcR package
I am using LOF.test() function from the qpcR package and got the following
result:
> LOF.test(nlregmod3)
$pF
[1] 0.97686
$pLR
[1] 0.77025
Can I conclude from the LOF.test() results that my nonlinear regression
model is significant/statistically significant?
Where my nonlinear model was fitted as follows:
nlregmod3 <- nlsr(formula=y ~ theta1 - theta2*exp(-theta3*x), data =
2016 Apr 19
2
Browing in Samba4 AD domain
Hello guys, Rowland :)
I recently had the opportunity to configure a Samba 3.x server which
acts as a WIN server. For testing purposes only, I've configured a
group of 4 Windows machines to use my Samba 3.x host as WINS server
but unfortunately those 4 hosts were not able to see each other in the
windows browsing list. I might guess WINS is only providing NetBIOS
name resolution but no
2010 Jul 06
0
Problem with wct4xxp - cannot make calls
Hi,
I'm having problems with a TE420P card, in which I cannot make calls
using spans 2 through 4.
After a couple of days of working correctly, spans 2, 3 and 4 start
failing (can not make calls). The system is configured to work with SS7.
After the ACM message goes out, immediately a REL message is returned.
I searched for error messages in /var/log/messages and could not find a
clue
2016 Apr 01
2
Browing in Samba4 AD domain
Thanks for replying. I wasn't sure about what the link tried to tell me but
you just have confirmed it :)
So, if I understood correctly, do I have to setup a WINS server in another
member machine (let's say another Samba host) and point all my windows
computers to such Samba as WINS server?
On Fri, Apr 1, 2016 at 11:43 AM, Rowland penny <rpenny at samba.org> wrote:
> On
2016 Apr 01
2
Browing in Samba4 AD domain
On 01/04/16 19:05, Jason Voorhees wrote:
> I've found an old thread in which you were participating:
>
> https://lists.samba.org/archive/samba/2015-February/189471.html
>
> It's more clear to me now but not at all. Since there seems to be
> different code for nbt and nmbd which handle WINS replication and
> browsing, which feature is what I need to setup in my MS
2015 Oct 05
0
Question Wiki Setup a Samba Active Directory Domain Controller
On 05/10/15 00:00, oeh univie edv lists wrote:
> Hi again,
>
> I refer to
> https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller#Testing_your_Samba_Domain_Controller
>
> Thank you for this great wiki! I run all the tests and everything looks
> perfect!
>
> I encounter just a little difference here. Actually I thought that there
> should be
2016 Apr 22
1
Browing in Samba4 AD domain
I actually have nmbd running on my Samba 3.x domain member server.
Does nmbd need an special setup for maintaining the network browsing
list for windows machines?
On Fri, Apr 22, 2016 at 3:20 AM, mathias dufresne <infractory at gmail.com> wrote:
> I would say you need nmbd for browsing...
>
> 2016-04-19 14:16 GMT+02:00 Jason Voorhees <jvoorhees1 at gmail.com>:
>>
2006 May 11
1
newbie question reguarding kerberos tickets
I recently joined a samba 3.0.22 server to AD. When I did the kinit,
the AD gave me a 24 hour ticket with a 1 week renewal. Setting -r and
-l to 365d did not change anything, the ticket still came back the same.
However, my question is in reguard to whether this is really even
needed? First, I deleted the ticket, and everything seemed to continue
to work perfectly. Now, I let the ticket expire
2013 Jan 09
1
NAS and 2 active Samba servers / locking not working
Hi,
I have one NAS which I can access via NFS or Samba.
This storage is accessed by 2 linux servers with Samba where I re-export the NAS share. This is sort of an active/active loadbalancing cluster.
The only thing not working is locking... If a client opens a Word-File via server1 and another opens the same via server2 it won't inform the user that he can only open the file readonly.
I was
2015 Oct 04
4
Question Wiki Setup a Samba Active Directory Domain Controller
Hi again,
I refer to
https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller#Testing_your_Samba_Domain_Controller
Thank you for this great wiki! I run all the tests and everything looks
perfect!
I encounter just a little difference here. Actually I thought that there
should be no Master and Workgroup for a AD DC. (as given in the wiki and
in Stefan Kania's book
2004 Aug 06
2
testers..
Hello
I found that in this version, in the access log, the source log lines are wrong.
The number of bytes transfered for the source is always 19 bytes...
bla.bla.bla.bla - - [17/Nov/2003:23:25:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-Beta2" 13325
bla.bla.bla.bla - - [17/Nov/2003:23:25:52 +0100] "SOURCE /radio-bro-gwened.ogg
2004 Aug 06
0
testers..
On Wed, 2003-11-19 at 11:49, iceuse@kezako.net wrote:
> Hello
> I found that in this version, in the access log, the source log lines are wrong.
> The number of bytes transfered for the source is always 19 bytes...
> bla.bla.bla.bla - - [17/Nov/2003:23:25:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-Beta2" 13325
>
2018 Dec 05
0
BUG: sieve does not set seen-Flag
Ok. I told you, that all and every Flag is set, except \Seen... I tried
to figure out, whats happening here... And my dovecot is not working as
it is designed...
It's nice to see, that dovecot is working for you... but here it is not
working as it should...
Changing to cyrus? What should i do? Where i can find debug-infos?
Please understand me right... It is nice for you, if dovecot does,
2010 Sep 01
1
[LLVMdev] Assertion failure in tablegen: rationale ?
While I'm at it, I noticed a behaviour which is not exactly related but
similar. To put it simply, you can 't do T.V.W, you need to do
!cast<Bla>(T.V).W
Example:
class Bla<string t>
{
string blu = t;
}
class Bli<Bla t>
{
Bla bla = t;
}
def a : Bli<Bla<"">>;
def b : Bla<!cast<Bla>(a.bla).blu>; // works
def b :
2020 Jun 25
1
virsh edit does not work when <initiator> and <auth> is used in config
Hello,
I am having problem when using: "virsh edit <vm_name>"
my VM has network iscsi disk defined:
<disk type='network' device='disk'>
<driver name='qemu' type='raw'/>
<source protocol='iscsi'
name='iqn.1992-08.com.netapp:5481.60080e50001ff2000000000051aee24d/0'>
<host
2005 May 16
0
Form of \item{arg_i}{Description of arg_i.} in \arguments
Hello!
This really isn't so important, but it comes often in my mind, when
I write documentation for functions. Writing R Extensions manual says
that one should describe each element of the argument list (which is
afcourse OK) in a form:
\item{arg_i}{Description of arg_i.}
When I started with R it really helped me that some "man pages" used
\item{arg_i}{Mode. Description of
2004 Jun 10
0
[Bug 1455] New: mount --bind is ignored by -x
https://bugzilla.samba.org/show_bug.cgi?id=1455
Summary: mount --bind is ignored by -x
Product: rsync
Version: 2.6.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: mario@dedenet.de
QAContact:
2001 Dec 17
2
ssh host echo bla | echo bla
what should ssh do for:
$ ssh host echo bla | echo bla
$ ssh -1 host echo bla | echo bla
$ ssh -2 host echo bla | echo bla
-m
2018 Dec 05
0
BUG: sieve does not set seen-Flag
Hello!
is anybody else here??? Are my informations to much? Am I alone with
this fucking shit? Are my informations to less??? Why do I have the
feeling, nobody else is interesting in this problem?
Jakob
Am 05.12.18 um 11:37 schrieb Jakobus Sch?rz:
>
> What really strange is:
>
> There is a seen message
>
> 1544001025.M268344P5000.mymail,S=2804,W=2861:2,S
>
> Shown in
2004 Sep 29
1
Problem with _new_ if class "lm" in object representation.
Hi!
Consider this code.
setClass("Ctest"
,representation(
test="character"
,bla="character"
,mod="lm"
)
)
new("Ctest",test="bla") #This produces an error.
#Error in validObject(.Object) : Invalid "Ctest" object: Invalid object for slot "mod" in class "Ctest": got class