search for: wrn

Displaying 20 results from an estimated 35 matches for "wrn".

Did you mean: wan
2016 Dec 19
5
Problem with keytab: "Client not found in Kerberos database"
...1. It has been joined directly to the Samba domain ("net ads join"). I have also extracted a keytab ("net ads keytab create -P") which created /etc/krb5.keytab. Now if I try to authenticate, I can get a TGT, but I can't actually authenticate to the LDAP server: root at wrn-radtest:~# kinit -k -t /etc/krb5.keytab root at wrn-radtest:~# ldapsearch -Y GSSAPI -h wrn-dc1.ad.example.net -b 'dc=ad,dc=example,dc=net' SASL/GSSAPI authentication started ldap_sasl_interactive_bind_s: Local error (-2) additional info: SASL(-1): generic failure: GSSAPI Error: Unspe...
2016 Dec 20
0
Problem with keytab: "Client not found in Kerberos database"
L.P.H. van Belle wrote: > start with fixing the overlapping idmap config. > that wont help. I don't think they are overlapping: I used 100,000-999,999 for rid and 1,000,000 to 9,999,999 for autorid. > check again if host.fqdn a and ptr exists in the dns. # dig +short wrn-radtest.ad.example.net. a 192.168.5.83 # dig +short -x 192.168.5.83 wrn-radtest.ad.example.net. > check resolv.conf Points to two nearby instances of pdns recursor, which in turn forward domains "ad.example.net" and "5.168.192.in-addr.arpa" to the Samba servers. > ma...
2016 Dec 21
1
Problem with keytab: "Client not found in Kerberos database"
...ld to extract just a single named > principal? That would simplify things. But I can't see how to. > > As usual... clues gratefully received. samba-tool domain exportkeytab [keytabfile] --principal=[SPN or UPN] In your case samba-tool domain exportkeytab /etc/krb5.keytab --principal=WRN-RADTEST$
2016 Dec 12
1
samba-tool dns query - querying the zone apex
(The following is with samba 4.5.2 from source under ubuntu 16.04) If I query for '@' I get the whole zone, including records at the zone apex (e.g. SOA, NS) and children: root at wrn-dc1:~# samba-tool dns query wrn-dc1 int.example.net '@' all Name=, Records=2, Children=0 SOA: serial=2, refresh=900, retry=600, expire=86400, minttl=3600, ns=wrn-dc1.ad.example.net., email=hostmaster.ad.example.net. (flags=600000f0, serial=2, ttl=3600) NS: wrn-dc1.ad.example....
2016 Dec 20
4
Problem with keytab: "Client not found in Kerberos database"
I finally found it, thanks to a clue from https://wiki.archlinux.org/index.php/Active_Directory_Integration This works: kinit -k -t /etc/krb5.keytab 'WRN-RADTEST$' These don't work: kinit -k -t /etc/krb5.keytab kinit -k -t /etc/krb5.keytab host/wrn-radtest.ad.example.net kinit -k -t /etc/krb5.keytab host/wrn-radtest That is: the keytab contains three different principals: root at wrn-radtest:~# net ads keytab list Vno Type...
2016 Dec 19
1
Problem with keytab: "Client not found in Kerberos database"
...our keytab file also. start with that greetz Louis > Op 19 dec. 2016 om 21:04 heeft Brian Candler via samba <samba at lists.samba.org> het volgende geschreven: > > And FWIW, here's the LDAP entry for the computer which was generated > when it joined: > > root at wrn-dc1:~# ldbsearch -H /usr/local/samba/private/sam.ldb > '(cn=wrn-radtest)' > # record 1 > dn: CN=wrn-radtest,CN=Computers,DC=ad,DC=example,DC=net > objectClass: top > objectClass: person > objectClass: organizationalPerson > objectClass: user > objectClass: computer...
2016 Dec 06
0
samba 4.5.1 tdb panic with ZFS
On 06/12/2016 14:48, Brian Candler wrote: > root at wrn-dc1:~# samba-tool domain provision --server-role=dc > --use-rfc2307 --dns-backend=SAMBA_INTERNAL --realm=AD.EXAMPLE.NET > --domain=AD > Administrator password will be set randomly! > You are not root or your system do not support xattr, using tdb > backend for attributes. Aside:...
2005 Oct 25
3
live migration with DRBD devices
...; err=0 [DEBUG] Conn_sxpr> (xfr.err 0)[DEBUG] Conn_sxpr< err=0 [1130244324.172538] xc_linux_save start 8 xc_linux_save start 8 [1130244324.174077] Saving memory pages: iter 1 0% Saving memory pages: iter 1 0%Error when writing to state file (5) Error when writing to state file (5) 2790 [WRN] XFRD> Transfer errors: 2790 [WRN] XFRD> state=XFR_STATE err=1 2790 [INF] XFRD> Xfr service err=1 Does anybody have an idea? I''d appreciate. Cheers, Mike _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xenso...
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
...ifnot(is.numeric(y)) : > argument "y" is missing, with no default > > > But I think that change (of call stack in such an error case) is > unavoidable and not a big problem. It can be avoided but at price of customizing error() and warning() calls with something like: wrn <- function(w) {w$call <- cl.i; warning(w)} err <- function(e) {e$call <- cl.i; stop(e)} ... tryCatch(r <- eval(cl.i, pfr), warning=wrn, error=err) Serguei. > > -- > > I'm still curious about Herv?'s idea on using switch() for the > issue. > > Martin...
2013 Nov 15
1
Inconsistent results between caret+kernlab versions
I'm using caret to assess classifier performance (and it's great!). However, I've found that my results differ between R2.* and R3.* - reported accuracies are reduced dramatically. I suspect that a code change to kernlab ksvm may be responsible (see version 5.16-24 here: http://cran.r-project.org/web/packages/caret/news.html). I get very different results between caret_5.15-61 +
2016 Dec 06
4
samba 4.5.1 tdb panic with ZFS
...t some zfs attributes: https://morph027.gitlab.io/post/zfs-on-linux-and-samba4-acl/ root at proxmox:~# zfs set acltype=posixacl vms/subvol-107-disk-1root at proxmox:~# zfs set aclinherit=passthrough vms/subvol-107-disk-1 So I set those on my container, but I now get a different error: root at wrn-dc1:~# samba-tool domain provision --server-role=dc --use-rfc2307 --dns-backend=SAMBA_INTERNAL --realm=AD.EXAMPLE.NET --domain=AD Administrator password will be set randomly! You are not root or your system do not support xattr, using tdb backend for attributes. not using extended attributes to...
2009 Jan 19
1
Cisco 7941G-GE with Asterisk and CTPSEP odyssee
...- 255.255.255.0 > > > > NOT 09:28:49.059960 DHCP: Default Gwy - > > > > NOT 09:28:49.073169 PAE: SIGIPCFG received... > > > > NOT 09:28:49.075897 ESP: send ADMIN, logging = 1, shell = 0, ipconfig > > > = > > > > 1 > > > > WRN 09:28:49.120127 SECD: WARN:getCTLInfo: ** phone has no CTL > > > > WRN 09:28:49.127292 SECD: WARN:getCTLInfo: ** phone has no CTL > > > > NOT 09:28:49.140946 CDP-D: catchipcfg getdhcpinfo IP: a0a0af7 Chng:1 > > > > NOT 09:28:49.152532 tftpClient: request se...
2017 May 15
4
stopifnot() does not stop at first non-TRUE argument
...fault > >> > >> > >> But I think that change (of call stack in such an error case) is > >> unavoidable and not a big problem. > > > It can be avoided but at price of customizing error() and warning() calls with something like: > > wrn <- function(w) {w$call <- cl.i; warning(w)} > > err <- function(e) {e$call <- cl.i; stop(e)} > > ... > > tryCatch(r <- eval(cl.i, pfr), warning=wrn, error=err) > > > Serguei. > > Well, a good idea, but the 'warning' case is more co...
2017 May 15
0
stopifnot() does not stop at first non-TRUE argument
...ot; is missing, with no default >> >> >> But I think that change (of call stack in such an error case) is >> unavoidable and not a big problem. > It can be avoided but at price of customizing error() and warning() calls with something like: > wrn <- function(w) {w$call <- cl.i; warning(w)} > err <- function(e) {e$call <- cl.i; stop(e)} > ... > tryCatch(r <- eval(cl.i, pfr), warning=wrn, error=err) > Serguei. Well, a good idea, but the 'warning' case is more complicated (and the above inco...
2017 May 16
2
stopifnot() does not stop at first non-TRUE argument
...But I think that change (of call stack in such an error case) is >>> >> unavoidable and not a big problem. >>> >>> > It can be avoided but at price of customizing error() and >>> warning() calls with something like: >>> > wrn <- function(w) {w$call <- cl.i; warning(w)} >>> > err <- function(e) {e$call <- cl.i; stop(e)} >>> > ... >>> > tryCatch(r <- eval(cl.i, pfr), warning=wrn, error=err) >>> >>> > Serguei. >>>...
2003 Nov 24
2
Pressing 0 in Voicemail causes * to hangup
...ds, TL -- Playing 'vm/1/unavail' (language 'en') -- Hungup 'Zap/2-1' Here is a snip-it from my extentions.conf [qout-phillyq] exten => 0,1,Voicemail2(u1) exten => 0,2,Goto(default,s,1) [open] ; goto philly q exten => 1,1,Answer exten => 1,2,Background(wrn-phillyq) exten => 1,3,Queue,phillyq exten => 1,4,WaitMusicOnHold(20) exten => 1,5,Voicemail2(u1) exten => 1,6,Playback(vm-goodbye) exten => 1,7,Hangup ************************************************ Here is my queues.conf [general] ; ; Global settings for call queues ; (none e...
2017 May 15
0
stopifnot() does not stop at first non-TRUE argument
...>> >> >> But I think that change (of call stack in such an error case) is >> >> unavoidable and not a big problem. >> >> > It can be avoided but at price of customizing error() and >> warning() calls with something like: >> > wrn <- function(w) {w$call <- cl.i; warning(w)} >> > err <- function(e) {e$call <- cl.i; stop(e)} >> > ... >> > tryCatch(r <- eval(cl.i, pfr), warning=wrn, error=err) >> >> > Serguei. >> >> Well, a good idea, but the '...
2017 May 16
0
stopifnot() does not stop at first non-TRUE argument
...ange (of call stack in such an error case) is > >>> >> unavoidable and not a big problem. > >>> > >>> > It can be avoided but at price of customizing error() and > >>> warning() calls with something like: > >>> > wrn <- function(w) {w$call <- cl.i; warning(w)} > >>> > err <- function(e) {e$call <- cl.i; stop(e)} > >>> > ... > >>> > tryCatch(r <- eval(cl.i, pfr), warning=wrn, error=err) > >>> > >>> > Serguei. &g...
2016 Dec 09
0
How to join join Ubuntu desktop to AD
...echo "/usr/local/samba/lib" >/etc/ld.so.conf.d/samba.conf ldconfig which is easier than symlinking individual libraries. But I've not needed this with Samba. If the binaries were built in-situ, they know about the locations of the libraries they are linked against. e.g. root at wrn-dc1:~# ldd /usr/local/samba/sbin/winbindd | head linux-vdso.so.1 => (0x00007ffceb92a000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f93429b2000) libtevent-util.so.0 => /usr/local/samba/lib/libtevent-util.so.0 (0x00007f93427af000) libMESSAGING-sa...
2006 Jul 27
1
Winbind cache
Hi all, we are having some troubles with the integration of some Solaris 9 Sparc servers on a Windows 2003 Server Active Directory domain. When we made the tests on a Solaris 9 Intel server, everything run successfully. After that we run some group membership tests, just changing users from one to another group on the W2K3 Server. We've seen on those tests that winbind was caching the