Displaying 20 results from an estimated 37853 matches for "aclis".
Did you mean:
  acl's
  
2024 Mar 24
3
'Scripted' machine account renewal?!
Mandi! Kees van Vloten via samba
  In chel di` si favelave...
> Solution is easy: upgrading winbind from Debian backports solves the issue !
I've upgraded to latest buster version 4.18.10+dfsg-1~buster, but still does
not work for me...
Now display:
 root at vfwacpn1:~# net ads changetrustpw
 get_kdc_ip_string: get_kdc_list fail NT_STATUS_NO_LOGON_SERVERS
 Changing password for
2017 Jun 19
7
DRS stopped working after upgrade from debian Jessie to Stretch
Hello Samba team !
I'am in a very delicate situation. After an upgrade to debian Stretch
my DRS stopped working.
I have three DCs (fichdc, fichds01, fichds02), all Debian Stretch, all
with the same problem. Everything seems to be fine except DRS.
-> File shares works
-> DNS (with bind9 DLZ) works
-> "kinit administrator" works
-> "kinit -k FICHDC$" works
->
2007 Nov 15
2
2 commits - configure.ac
configure.ac |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 8b3f9aca00a0d0447ba95a5ac86c56eb5894b8a8
Author: Benjamin Otte <otte at gnome.org>
Date:   Thu Nov 15 12:00:38 2007 +0100
    back to development
diff --git a/configure.ac b/configure.ac
index 514f515..96ffeed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.58])
2006 May 24
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
Hello, Ashwin.
You wrote Wednesday, May 24, 2006, 11:25:11 AM:
AC> "Pass::getClassPassInfo<PassClass>()    "Pass class not
AC> registered!"" failed: file 
AC> "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76
AC> Aborted
Same for me.
AC> Wihtout the -march specified (using native x86 assembly) it does
AC> convert it into
2012 Sep 26
3
replace string values with numbers
Hi everyone, I have a data frame Gene with SNPs eg.   P1 P2 P3 
 CG CG GG
-- --  AC 
 -- AC CC
AC  --  AC I tried to replace all the GG with a value 3.    Gene[Gene=="GG"]<-3 It always give me:  Warning in `[<-.factor`(`*tmp*`, thisvar, value = 3) :
  invalid factor level, NAs generated Does any know if there is anything wrong with my code? Thanks, Zhengyu 		 	   		  
2017 Jun 21
4
DRS stopped working after upgrade from debian Jessie to Stretch
2017-06-21 14:29 GMT+02:00 Prunk Dump <prunkdump at gmail.com>:
> Thank you very much Louis, Rowland, Mike !
>
> I have made all the changes proposed by Louis but still have the same problem.
>
> -> kinit works now with /var/lib/samba/private/secrets.keytab
> ------------------------
> ~# kinit -k -t /var/lib/samba/private/secrets.keytab FICHDC$
> ~#
>
2017 Jun 20
5
DRS stopped working after upgrade from debian Jessie to Stretch
Hai Baptiste,
What you can try;
Type: 
ktutil (enter)
rkt /etc/krb5.keytab 
rkt /var/lib/samba/private/krb5.keytab 
list
Now check if you see, 
host/server.internal.domain.tld at REALM
host/server at REALM
(same (both) for nfs/.. at REALM) 
And 
NETBIOSNAME$@REALM
If you see all, you can write this back to a new file. 
wkt /etc/krb5.keytab.new1
And if needed you can also cleanup the keytab
2007 Mar 20
3
configure.ac
configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 3101705919f2a1272a8222ac0cce54f24b34193f (from b5d3509c3db17551aa138c21ee9c133d9d4b183e)
Author: Benjamin Otte <otte@gnome.org>
Date:   Tue Mar 20 19:56:49 2007 +0100
    Output some info on what packages might be missing
diff --git a/configure.ac b/configure.ac
index d4a48c1..e640a78 100644
2019 Jan 21
18
[PATCH xf86-video-nouveau 00/17] autotools configuration cleanups
Series of cleanups to autotools build config files to utilize the available
xorg-server macros, defaults and more closely match other modern Xorg drivers.
Notable improvements:
 - gitignore fully covers potential build artifacts
 - Simplify logic given stated minimum required version of xorg-server 1.8
 - Remove use of deprecated, outdated or no longer required macros
 - Utilize xorg macros where
2017 Jun 21
4
DRS stopped working after upgrade from debian Jessie to Stretch
21.06.2017 11:45, L.P.H. van Belle via samba пишет:
> I suggest before you upgrade do a very good read here.
> 
> https://wiki.samba.org/index.php/Updating_Samba#Notable_Enhancements_and_Changes
> 
> https://wiki.samba.org/index.php/Samba_Features_added/changed_(by_release)
> And a summerize version for with all parameter changes as of upgrade from 4.2 up to 4.6
>
2007 Mar 27
0
Error when calling residual.plots() on an ANOVA object
Dear *,
	I have to perform an ANOVA analysis to study the effects on the  
performance of some algorithmic components in the design of my  
algorithm.
	I have done a full factorial design for the following 5 factors (my  
response variable is "best"):
  $ model        :'data.frame':	3360 obs. of  6 variables:
   ..$ best      : num [1:3360] 0.108 0.573 0.625 1.057 0.451 ...
  
2017 Jun 21
0
DRS stopped working after upgrade from debian Jessie to Stretch
Hai, 
Before you start, 
Backup, /etc/  /var/lib/samba  better safe than sorry.. 
Stop samba and related services ( check it at least nmbd smbd winbind samba samba-ad-dc) 
> -----Oorspronkelijk bericht-----
> Van: samba [mailto:samba-bounces at lists.samba.org] Namens 
> Prunk Dump via samba
> Verzonden: woensdag 21 juni 2017 11:57
> Aan: samba at lists.samba.org
> Onderwerp:
2007 Aug 03
1
2 commits - configure.ac
configure.ac |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree b2bb3938e8d25c4d2342fef54ebb669e39d41570 (from b59b564ad8bac73e812b87cc53441402186bf3b4)
Author: Benjamin Otte <otte at gnome.org>
Date:   Fri Aug 3 23:55:06 2007 +0200
    back to development
diff --git a/configure.ac b/configure.ac
index 5d93042..98e4102 100644
--- a/configure.ac
+++
2017 Jun 21
0
DRS stopped working after upgrade from debian Jessie to Stretch
Thank you very much Louis, Rowland, Mike !
I have made all the changes proposed by Louis but still have the same problem.
-> kinit works now with /var/lib/samba/private/secrets.keytab
------------------------
~# kinit -k -t /var/lib/samba/private/secrets.keytab FICHDC$
~#
------------------------
-> but samba-tool authentication with machine account fail :
------------------------
~#
2016 Apr 14
1
BADLOCK - samba 3.6.23 and Trust relationship
Hi,
Finally, I have launched "yum downgrade samba*"   too for best effort.
I am waiting for news until my samba 4 migration.
AC-GUYANE <mailto:Johan.Glenac at ac-guyane.fr>
*Johan GLENAC*
*DSI*
Administrateur Système, Réseaux et Télécom
*TROUBIRAN :* Route de Baduel - BP 6011 97306 Cayenne
*Tél. :* +594 (0) 594 27 22 08
*Fax :* +594 (0) 594 27 22 20
Rectorat - Académie de la
2004 Aug 02
1
pxelinux.0 fails when ip address matchs nnn.nnn.nnn.n0n.
Hi
 First we are using pxelinux.0 from syslinux-2.09 and out hardware is
 from lspci
 03:01.0 Ethernet controller: Intel Corp. 
      82541EI Gigabit Ethernet Controller (Copper)
 We booted some 200 machines successfully over the last few days
 using pxelinux.0 and a root over NFS that requires kernel level 
 IP configuration.
 The only failures were hosts with IP address
 > 
2012 Dec 13
5
[PATCH] Disable caml-stubdom by default
Signed-off-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
---
 stubdom/configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/stubdom/configure.ac b/stubdom/configure.ac
index db44d4a..384a94a 100644
--- a/stubdom/configure.ac
+++ b/stubdom/configure.ac
@@ -18,7 +18,7 @@ m4_include([../m4/depends.m4])
 # Enable/disable stub domains
2012 May 07
3
Problem with Median
Hello.
I'm trying to compute median for a filtered column based on other column but there was something wrong. I'll show how I did step by step.
Here's the data:
     a     b     c      class
1   12   0      90     A-B2   3     97    11     A-B3   78   NA    123   A-C4   NA   NA    12    A-C5   8     33     2     A-B6   12   NA     0     A-D
On the command I typed:
1) data =
2006 May 25
3
[LLVMdev] Error with llc after using llvm-g++ WIN32
Hi Anton,
Is the patch going to be uploaded to the CVS source?
Ashwin
On 5/24/06, Evan Cheng <evan.cheng at apple.com> wrote:
>
>
> On May 24, 2006, at 5:03 AM, Anton Korobeynikov wrote:
>
> > Hello, Ashwin.
> >
> > You wrote Wednesday, May 24, 2006, 11:25:11 AM:
> >
> > AC> "Pass::getClassPassInfo<PassClass>()    "Pass class
2017 Jun 20
0
DRS stopped working after upgrade from debian Jessie to Stretch
Hello thanks again for the help !
I have analysed samba logs more closely. I'am very worried. I have
three DC (fichdc, fichds01, fichds02) but here I talk just about
fichdc's logs.
-> Almost every times, "AS-REQ" fail for the 3 DCs with something like this :
----------------
  Kerberos: AS-REQ FICHDC$@NET.LYC-GUILLAUME-FICHET.AC-GRENOBLE.FR
from ipv4:172.16.0.20:59818 for