Displaying 20 results from an estimated 170 matches for "eagl".
Did you mean:
earl
2015 Nov 05
3
Problem with DNS configuration and "host" command . . .
I'm following the instructions here --
https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller
I've successfully "tested" my domain controller --
adam at eagle:~$ smbclient -L localhost -U%
Domain=[SMBDOMAIN] OS=[Unix] Server=[Samba 4.1.18-Debian]
Sharename Type Comment
--------- ---- -------
netlogon Disk
sysvol Disk
IPC$ IPC IPC Service (Samba 4.1.18-De...
2004 May 19
1
"ldap_add: Already exists (68)"
As I enter this in the command line:
ldapadd -x -h localhost -D "cn=manager,dc=EAGLES,dc=com" -f base.ldif -W
I get the message:
ldapadd: update failed: dc=EAGLES,dc=com
ldap_add: Already exists (68)
Is that a bad thing? Here is my whole "base.ldif" file under /root/LDIF/:
dn: dc=EAGLES,dc=com
objectClass: domain
dc: EAGLES
dn: ou=Groups,dc=EAGLES,dc=com...
2015 Nov 05
2
Problem with DNS configuration and "host" command . . .
...5 16:21, Steve Ankeny wrote:
>> I'm following the instructions here --
>>
>> https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller
>>
>>
>> I've successfully "tested" my domain controller --
>>
>> adam at eagle:~$ smbclient -L localhost -U%
>> Domain=[SMBDOMAIN] OS=[Unix] Server=[Samba 4.1.18-Debian]
>>
>> Sharename Type Comment
>> --------- ---- -------
>> netlogon Disk
>> sysvol Disk
>>...
1999 Aug 31
1
AutoCAD R14 and Eagle Point
Samba List:
Is anyone out there using AutoCAD R14 and Eagle Point? One of my clients
received the latest version of Eagle Point, and the time to load files has
become horrible. It has increased from 1 min to 15 min!
All files are on the Linux server and the stations we did the initial tests
with are PIII w/128MB RAM. The AutoCAD file loads quick, but o...
2015 Nov 05
0
Problem with DNS configuration and "host" command . . .
On 05/11/15 16:21, Steve Ankeny wrote:
> I'm following the instructions here --
>
> https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller
>
>
> I've successfully "tested" my domain controller --
>
> adam at eagle:~$ smbclient -L localhost -U%
> Domain=[SMBDOMAIN] OS=[Unix] Server=[Samba 4.1.18-Debian]
>
> Sharename Type Comment
> --------- ---- -------
> netlogon Disk
> sysvol Disk
> IPC$ IPC...
2011 Mar 29
2
dovecot-lda can not find home dir
Hello,
Running dovecot 2.0.11 and pigeonhole on Fedora 14 x86_64. The lda
can not seem to find the user's home directory, yet other parts of
dovecot (pop3, imap, managesieve) can.
Grepping "Effective uid" from /var/log/maillog:
Mar 29 11:21:34 new-eagle dovecot: pop3(pete): Debug: Effective
uid=726, gid=726, home=/home/pete
Mar 29 11:23:18 new-eagle dovecot: imap(pete): Debug: Effective
uid=726, gid=726, home=/home/pete
Mar 29 11:23:52 new-eagle dovecot: managesieve(pete): Debug: Effective uid=726,
gid=726, home=/home/pete
Mar 29 11:24:53 new-eag...
1999 Apr 27
0
Eagle Point upgrade causes problems
Samba Users:
One of my clients is using Samba 2.0.3 on Linux 5.0 with approximately 25
clients. This particular client is an architectural and civil engineering
group using AutoCAD R12 for all their drawings. One of the add-on programs
the civil engineering techs use is Eagle Point of which they just received
an "upgrade".
Prior to the upgrade load times were acceptable at about one minute to load
the AutoCAD drawing and subsequent Eagle Point data. Now with the upgrade,
it takes a frustrating 13 - 15 minutes! Eagle Point denies any wrong
doing, and has tak...
2007 Jun 26
0
Problem with AD
...extra options), make && make
install, everything worked just fine.
Here is my krb5.conf
-------SNIP-------
[logging]
default = FILE:/var/log/krb5libs.log
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmind.log
[libdefaults]
default_realm = EAGLE-SYSTEMS.LOCAL
[realms]
EAGLE-SYSTEMS.LOCAL = {
kdc = esass001.eagle-systems.local
}
[domain_realms]
.kerberos.server = EAGLE-SYSTEMS.LOCAL
------SNIP---------
I ran kinit and It seems to have worked! Awesome, here is what klist says
------SNIP-------
T...
2015 Nov 05
2
Problem with DNS configuration and "host" command . . .
On 11/05/2015 12:14 PM, Reindl Harald wrote:
>
>
> Am 05.11.2015 um 18:08 schrieb Steve Ankeny:
>> 'network-manager' is not installed but 'resolvconf' is --
>>
>> adam at eagle:~$ cat /etc/resolv.conf
>> # Dynamic resolv.conf(5) file for glibc resolver(3) generated by
>> resolvconf(8)
>> # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
>> nameserver 192.168.121.149
>> search smbdomain.com
>> adam at eagle:~$
>...
2007 Apr 24
1
E&M Wink start problem
Attempting to talk to an Eagle Telephonics switch at a disaster
exercise. Didn't think a plain old E&M wink start T1 would be this
much of an issue.
We finally got the Eagle to accept a call from *, but whilst I can
hear the person on the Eagle, they can't hear me. When they initiate
a dial out I only get...
2015 Oct 10
2
Samba-AD-DC package question . . .
...install
samba-vfs-modules install
smbclient install
winbind install
adam at sogo:~$
on the "new" server (without OpenChange at the moment) --
adam at eagle:~$ sudo dpkg --get-selections | egrep 'samba|smb|nmb|winbind'
python-samba install
samba install
samba-common install
samba-common-bin install
samba-d...
2005 May 22
1
ActiveRecord: can not connect to mysql
...;activerecord'', ">= 1.10.1"
ActiveRecord::Base.establish_connection(
:adapter => "mysql",
:host => "localhost",
:username => "root",
:password => "passwd",
:database => "orm_test"
)
class Eagle < ActiveRecord::Base
end
eagle = Eagle.new
puts eagle.instance_methods
==========================
username, database name and password are correct.
but I get a lot of warnings and an error:
/usr/local/lib/ruby/gems/1.8/gems/activesupport-1.0.4/lib/active_support/class_inheritable_attributes...
2005 Oct 20
0
Unable to join domain
...Fire V240 with Solaris 9 as the OS.
>From what I've read if the machine account exists on the domain then I should
not have to provide a password. I am however being prompted for a password
even though th account exists. I am appending the output from my join attempt
(net rpc join MEMBER -S eagle.domain -d 10 -l) hoping that someone
out there would spot something that would help me overcome this obstacle.
Thanks in advance for any suggestions/comments.
Script started on Wed Oct 19 11:32:48 2005
# net rpc join MEMBER -S eagle.domain -d 10 -l
[2005/10/19 11:32:54, 5] lib/debug.c:debug_dump...
2015 Oct 02
4
Wiki news: Build Samba, Join DCs
...roofreading.
>>>
>>>
>>> + some minor edits here and there. :-)
>>>
>>>
>>> Regards,
>>> Marc
The join was successful but resolving the A record failed --
https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins
adam at eagle:~$ samba-tool dns add DC sogo.smbdomain.com DC A 10.99.0.2
-Uadministrator
ERROR(runtime): uncaught exception - (-1073741628,
'NT_STATUS_UNEXPECTED_NETWORK_ERROR')
File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py",
line 175, in _run
return self.run(*args...
2004 May 20
1
do I have to have Domain Name for LDAP
Do I have to have a domain name called EAGLES.com in order to have LDAP working with Samba 3.0 as my PDC?
This is from my "slapd.conf"
suffix "dc=EAGLES,dc=com"
rootdn "cn=Manager,dc=EAGLES,dc=com"
as I try to login from windows 95, I get the following message in the log file.
[2004/05/20 01:11:44, 1] lib...
2012 Aug 15
4
boxplot help
Hi, im a newbie with very wobbly coding abilities.
Tearing my hair out over getting the boxplot i want...
I have a dataset called 'eagle' which consists of year (2011 or 2012), month
(jan - dec), roof (TT6, TT13 or BARE) and temp (the continuous variable that
i want to plot).
So i want boxplots of the three roof treatments in every month organised in
chronical order along x axis 2011 - 2012.
my code at the moment is:
> box...
2015 Oct 02
2
Wiki news: Build Samba, Join DCs
...re. :-)
>>>>>
>>>>>
>>>>> Regards,
>>>>> Marc
>>
>> The join was successful but resolving the A record failed --
>>
>> https://wiki.samba.org/index.php/Check_and_fix_DNS_entries_on_DC_joins
>>
>> adam at eagle:~$ samba-tool dns add DC sogo.smbdomain.com DC A 10.99.0.2
>> -Uadministrator
>> ERROR(runtime): uncaught exception - (-1073741628,
>> 'NT_STATUS_UNEXPECTED_NETWORK_ERROR')
>> File "/usr/lib/python2.7/dist-packages/samba/netcmd/__init__.py",
>>...
1999 Aug 31
0
SAMBA digest 2218
--- samba@samba.org wrote:
> SAMBA Digest 2218
>
> For information on unsubscribing see
> http://samba.org/listproc/
> Topics covered in this issue include:
>
> 1)
> by "Brandon Schnell" <brandonschnell@hotmail.com>
> 2) AutoCAD R14 and Eagle Point
> by Hank Burton <wburton@literati.com>
> 3) Can't locate point and print (printer) driver
> files
> by Carey Sinclair <carey.sinclair@tait.co.nz>
> 4) Re: AutoCAD R14 and Eagle Point
> by "Dan O'Connor" <dan@jgl.reno.nv.us>...
2007 Sep 27
1
Able to open TCP session, but unable to receive html content
...debtbusterloans.com 80
Trying 87.86.7.52...
Connected to www.debtbusterloans.com (87.86.7.52).
Escape character is '^]'.
GET /
HTTP/1.1 200 OK
Date: Thu, 27 Sep 2007 10:34:24 GMT
Server: Microsoft-IIS/6.0
X-Powered-By: ASP.NET
X-AspNet-Version: 2.0.50727
Pragma: no-cache
...
Yet:
[root at eagle ~]# telnet www.debtbusterloans.com 80
Trying 87.86.7.52...
Connected to www.debtbusterloans.com (87.86.7.52).
Escape character is '^]'.
GET /
Connection closed by foreign host.
[root at eagle ~]#
---
I've done a tcpdump, and it would appear as if I receive a TCP RST when
attempting...
2018 Jan 06
4
Error occurring in "emmeans" package for the two data sets I used. Please help.
...ountains. The diversity of diatoms (number of species) and degree of
zinc contamination (categorized as either of high, medium, low or natural
background level) were recorded from between four and six sampling stations
within each of six streams known to be polluted, as given below:
stream=c("Eagle", "Eagle", "Eagle", "Eagle", "Blue", "Blue",
"Blue", "Blue", "Blue", "Blue", "Blue", "Snake", "Snake",
"Snake", "Snake", "Snake&qu...