Displaying 20 results from an estimated 176 matches for "1389".
Did you mean:
138
2005 Jan 11
4
Problems with OpenLDAP 2.2.20/Samba 3.0.10 and smbpasswd
...7.1 (but updated -> Kernel 2.4.27)
My problem :
------------
I'm trying to use smbpasswd like the following :
---snipp---
[PTS2] 486dx66:/usr/local/samba3 # bin/smbpasswd -D 10 tina
Netbios name list:-
my_netbios_names[0]="486DX66"
Trying to load: ldapsam:ldap://486dx66.hrnet.de:1389/
Attempting to register passdb backend ldapsam
Successfully added passdb backend 'ldapsam'
Attempting to register passdb backend ldapsam_compat
Successfully added passdb backend 'ldapsam_compat'
Attempting to register passdb backend smbpasswd
Successfully added passdb backend 's...
2007 Nov 05
5
[Bug 1389] New: Problem compiling openssh 4.7p1
https://bugzilla.mindrot.org/show_bug.cgi?id=1389
Summary: Problem compiling openssh 4.7p1
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Buil...
2020 May 15
5
DNS problem ubuntu server 20.04
...the stub-adres for the dns works fine but you need to configure the othere things.
https://github.com/thctlo/samba4/blob/master/full-howto-Ubuntu18.04-samba-AD_DC.txt
Start reading as of line 322 "Correct the resolving."
Greetz,
Louis
> >
> > May 14 14:38:26 dc1s named[1389]: command channel listening
> on ::1#953
> >
> > May 14 14:38:26 dc1s named[1389]: managed-keys-zone: loaded
> serial 19
> >
> > May 14 14:38:26 dc1s named[1389]: zone 127.in-addr.arpa/IN: loaded
> > serial 1
> >
> > May 14 14:38:26 dc1s named[1389...
2019 Dec 11
1
[Bug 1389] New: Typo in object.h file
https://bugzilla.netfilter.org/show_bug.cgi?id=1389
Bug ID: 1389
Summary: Typo in object.h file
Product: libnftnl
Version: unspecified
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: libnftnl
Assi...
2018 May 30
0
CEBA-2018:1389 CentOS 7 openldap BugFix Update
CentOS Errata and Bugfix Advisory 2018:1389
Upstream details at : https://access.redhat.com/errata/RHBA-2018:1389
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
b4cfa6e7a3df85139f0c5f5a9b884f5a68726e85add7dfb86e286c4563604dab openldap-2.4.44-15.el7_5.i686.rpm
c60...
2012 Oct 18
0
CEBA-2012:1389 CentOS 6 mod_authz_ldap FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:1389
Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1389.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
e8ea60470d2672aa5a791157b464b3c3437adff9a0a4eb89dd264b547907cade mod_authz_ldap-0.26-16.el6.i686.rpm...
2004 Aug 15
3
join domain - ou=people searched for machine accounts?
...conn=1393 op=1 ADD
dn="UID=AT-4$,OU=SYSTEMS,DC=AKWEB,DC=DE"
Aug 15 21:29:27 at-12 slapd[2459]: conn=1393 op=1 RESULT tag=105
err=0 text=
Aug 15 21:29:27 at-12 slapd[2881]: conn=1393 op=2 UNBIND
Aug 15 21:29:27 at-12 slapd[2881]: conn=-1 fd=35 closed
Aug 15 21:29:27 at-12 slapd[2881]: conn=1389 op=8 SRCH
base="ou=People,dc=akweb,dc=de" scope=1
filter="(&(objectClass=posixAccount)(uid=
at-4$))"
Aug 15 21:29:27 at-12 slapd[2881]: conn=1389 op=8 SEARCH RESULT
tag=101 err=0 text=
Aug 15 21:29:27 at-12 slapd[3817]: conn=1392 op=1 UNBIND
Aug 15 21:29:27 at-12 slapd[3817]...
2002 Mar 16
1
promax (PR#1389)
Full_Name: conor dolan
Version: 1.4.0
OS: windows98
Submission from: (NULL) (146.50.170.247)
On the basis of Lawley and Maxwell's explanation in Factor Analysis as a
Statistical Method (London: Butterworth, 1971), the following line in the promax
routine (library, mva):
attr(z, "covariance") <- crossprod(U)
should be
attr(z, "covariance") <- solve(crossprod(U))
2013 Aug 29
1
Unsuccessful beginner's struggle with lm
...attempt to do a
linear regression. All entries of both data frames are numeric. I am
expecting the intercept value to lie between 2 and 3 (in particular,
non-zero).
Here is a record of my interaction with R:
> class(response)
[1] "data.frame"
> c(nrow(response),ncol(response))
[1] 1389 1
> class(train)
[1] "data.frame"
> c(nrow(train),ncol(train))
[1] 1389 256
> beta.lm <- lm(response ~ train)
Error in model.frame.default(formula = response ~ train, drop.unused.levels
= TRUE) :
invalid type (list) for variable 'response'
What elementary syntax...
2009 Feb 26
3
Modifying Names from (x,y] into x
Hi,
I have the following data that looks like this:
> names(dat)
[1] "(-2329,-2319]" "(-1399,-1389]" "(-669.4,-659.4]"
How can I modify those names into just this?
[1] -2329 -1399 -669.4
- Gundala Viswanath
Jakarta - Indonesia
2007 Aug 08
2
Problem with LDAP failover config
...Guide/2000users.html
Samba doesn't work & the logs fill up with this:
ldap_initialize: Bad parameter to an ldap routine
Connection to LDAP server failed for the 1 try!
This is the actual directive I'm using save for the FQDNs:
passdb backend = ldapsam:"ldap://master.example.com:1389 \
ldap://slave.example.com"
Strace didn't produce anything useful.
Version is Samba 3.0.23a-1.fc4.1
Probably something very silly but I'm out of ideas!
Cheers,
--
Ben Tisdall
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
...t AD and map the share. No local account and it fails.
-Mark
________________________________________________________________
Mark Tovey - UNIX Engineer | Service Strategy & Design
UTi | 400 SW Sixth Ave, Suite 1100 | Portland | Oregon | 97204 | USA
MTovey at go2uti.com | O / C +1 503 953-1389
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of John Yocum
Sent: Friday, October 9, 2015 12:37 PM
To: samba at lists.samba.org
Subject: Re: [Samba] Make a share owned by a service account available to members of an AD group
On 10/09/2015 12:31 PM, Tov...
2007 Dec 08
6
[Bug 1398] New: slave ssh sessions enter a never-ending blocking state
https://bugzilla.mindrot.org/show_bug.cgi?id=1398
Summary: slave ssh sessions enter a never-ending blocking state
Classification: Unclassified
Product: Portable OpenSSH
Version: 4.7p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: ssh
AssignedTo: bitbucket at
2015 Oct 08
4
Make a share owned by a service account available to members of an AD group
...________________________________________________________________
Mark Tovey - UNIX Engineer | Service Strategy & Design
UTi<http://www.go2uti.com/> | 400 SW Sixth Ave, Suite 1100 | Portland | Oregon | 97204 | USA
MTovey at go2uti.com<mailto:MTovey at go2uti.com> | O / C +1 503 953-1389
2015 Oct 09
4
Make a share owned by a service account available to members of an AD group
...but only if the account exists in the local system too.
-Mark
________________________________________________________________
Mark Tovey - UNIX Engineer | Service Strategy & Design
UTi | 400 SW Sixth Ave, Suite 1100 | Portland | Oregon | 97204 | USA
MTovey at go2uti.com | O / C +1 503 953-1389
________________________________________________________________
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny
Sent: Friday, October 9, 2015 11:36 AM
To: samba at lists.samba.org
Subject: Re: [Samba] Make a share owned by a service acco...
2012 Oct 18
0
CentOS-announce Digest, Vol 92, Issue 13
...(Johnny Hughes)
2. CESA-2012:1386 Important CentOS 6 java-1.7.0-openjdk Update
(Johnny Hughes)
3. CESA-2012:1385 Important CentOS 5 java-1.6.0-openjdk Update
(Johnny Hughes)
4. CEBA-2012:1387 CentOS 6 system-config-users FASTTRACK Update
(Johnny Hughes)
5. CEBA-2012:1389 CentOS 6 mod_authz_ldap FASTTRACK Update
(Johnny Hughes)
6. CEBA-2012:1388 CentOS 6 perl-SOAP-Lite FASTTRACK Update
(Johnny Hughes)
----------------------------------------------------------------------
Message: 1
Date: Wed, 17 Oct 2012 21:15:32 +0000
From: Johnny Hughes <johnn...
2015 Oct 09
2
Make a share owned by a service account available to members of an AD group
...ere? Or perhaps how the guest account functions?
-Mark
________________________________________________________________
Mark Tovey - UNIX Engineer | Service Strategy & Design
UTi | 400 SW Sixth Ave, Suite 1100 | Portland | Oregon | 97204 | USA
MTovey at go2uti.com | O / C +1 503 953-1389
-----Original Message-----
From: samba [mailto:samba-bounces at lists.samba.org] On Behalf Of Rowland Penny
Sent: Friday, October 9, 2015 1:19 AM
To: samba at lists.samba.org
Subject: Re: [Samba] Make a share owned by a service account available to members of an AD group
On 08/10/15 23:20, To...
2012 Feb 11
2
obtaining a true/false vector with combination of strsplit, length, unlist,
Hi,
A pared down version of the dataset I'm working with:
edm<-read.table(textConnection("WELLID X_GRID Y_GRID LAYER ROW COLUMN
SPECIES CALCULATED OBSERVED
w301_3 4428. 1389 2 6 18 1 3558
6490.
w304_12 4836. 6627 2 27 20 1 3509
3228.
02_10_12080 3.6125E+04 13875 1 56 145 1 2774
-999.0
02_10_12080 3.6125E+04 13875 1 56 145 1 2774
-999.0
02_10_12081 3.637...
2015 Jun 20
1
SIP LDAP authentication
...isk 11 and up?
It seems https://wiki.asterisk.org/wiki/display/AST/LDAP+Realtime+Driver is
not updated as there are mis-matched parameters in the configuration
samples and ldap schema files.
This is because I get:
*Command: *sip show peer "1000" load
*Output: **ERROR*: res_config_ldap.c:1389 update_ldap: Couldn't modify
'name'='1000', dn:cn=1000,ou=xxxxx,dc=xxxx,dc=xxxx because Invalid syntax
Any hints?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150621/6dd2aaf9/a...
2005 Jan 10
0
AGI EXEC trouble
Hi,
I have a big problem with EXEC in AGI scripts:
I do, for example, "EXEC Dial SIP/phone1", Asterisk says
-- AGI Script Executing Application: (dial) Options: (sip/phone1)
Jan 10 14:33:20 WARNING[10567]: chan_sip.c:1389 create_addr: No such host:
phone1
Jan 10 14:33:20 NOTICE[10567]: app_dial.c:743 dial_exec: Unable to create
channel of type 'sip'
I do "EXEC ChanIsAvail SIP/phone1", Asterisk says
Jan 10 14:33:20 WARNING[10567]: chan_sip.c:1389 create_addr: No such host:
phone1
What the..? I...