Displaying 20 results from an estimated 3000 matches similar to: "Domain controller - LDAP"
2003 Apr 11
1
--with-winbind-ldap-hack
Hi fellows,
Could anyone tell me what --with-winbind-ldap-hack exactly does?
I couldn't understand reading instructions on the source code.
I'm having a big problem, which I described in another e-mail, with subject
"Domain controller - LDAP". If anyone can help me, I'd be pleased.
Thanks at once.
--
MARLON DUTRA
Debian-RS
http://people.debian-rs.org/~marlon/
ICQ:
2008 Apr 14
2
linear regression "group by"
Hi all. I'm brand new to R.
My dataset (stored in MySQL) is a list of weather stations in rows by
year with various weather variables in columns, for example:
STNID YEAR TEMP DEWP
station1 1990 54 50
station1 1991 23 10
station1 1992 34 18
station2 1990 45 41
station2 1991 32 25
station2 1992 21 11
I'm trying to run
2007 Apr 14
0
Presence on Polycom 301 partially broke?
Hi all-
Equipment:
Xlite softphone
Polycom 301 with SIP 2.1.1 and BootROM 3.2.3
Polycom 501 with SIP 2.1.1 and BootROM 3.2.3
Asterisk 1.4.2
SIP Trunk to FWD
I wanted to post this problem as I haven't found it described in any of
the past presence threads on here.
I use an identical configs for a Polycom 501 and 301. (I actually
unplug one when the other is in use). The
2002 Feb 13
1
Need help with seeing samba server in Win98
Our office is trying to set up a samba server. But, we are having some
difficulty with the installation. We have tried numerous things to no
avail. I think we are getting closer to a solution, but I am unsure of
where to go beyond this point.
Our configuration is:
Red Hat 7.2
IP address: 192.168.1.6
Samba Server: 2.2.1a
Samba Server Name: SAMBASERVER
Workgroup Name: ABOGEXAM
etc/hosts file
2012 Apr 23
1
take data from a file to another according to their correlation coefficient
Hi everyone.
I have a question about a work on R I have to do for my job.
I have temperature data coming from 70 weather stations. One data file
corresponds to one station for one year (so 70 files for one year). Each
file looks like this (important: each file contains NAs):
time data
01/01/2008 00:00 -0.25
01/01/2008 00:15 -0.18
01/01/2008 00:30 -0.25
01/01/2008
2002 Feb 21
0
Need Samba Setup Help
Everyone,
I am hoping that someone can help me. I have been trying for several weeks
to get Samba working to no avail. I have consulted many online help files
including the ones located at
http://us1.samba.org/samba/docs/DIAGNOSIS.html, browsing.txt that comes with
samba, http://us2.samba.org/samba/ftp/docs/Samba24Hc13.pdf, and a few
others. I have even posted a previous message, which
2007 Nov 29
1
SLA: Handling of errors in outgoing call
Hi All.
I've been experimenting with SLA on Asterisk 1.4.13 (patched up to
1.4.14).
I am using a SIP channel for my "trunk" line.
On the whole things are good, but I have noticed that if I misdial an
outgoing call,
i.e. I get 404 "Not Found" in the SIP trace, then the trunk line just
drops, rather than
presenting an error tone or message to the user.
2007 Aug 24
3
Keeping queue counters after restarting
Hello,
Every queue has some status counters (completed, abandoned, hold
time...) that are very useful for statistics. The problem is that those
counters are reset every time Asterisk restarts.
Is there a way to keep those counters, maybe in astdb? Also, is there a
way to reset the counters through a cli command?
Thanks.
--
MARLON DUTRA
Propus
GnuPG ID: 0x3E2060AC pgp.mit.edu
2010 May 07
2
How to re-arrange data in R
Dear users,
I have monthly station data (44) stations data for 45 years which I have
read in R using read.table. the data is in the format:
Year Month Station1 Station2 ......................................
Station 44 (i.e the column names in the 1st row), I also have the
latitude and longitude of the stations in a separate file in R (in the
format : Station LAT LON).
I wish to
2006 Feb 01
0
samba + active directory : I delete a file in the windows profile, it reappears on another station!
hi all
I have :
samba-3.0.9-2.3 and winbind-3.0.9-2.3 on suse 9.2
a windows 2000 server pack 4
clients 2000 pro pack 4
evertything looks ok, i can log on the clients, the
windows profile is a linux share, acl are ok...
BUT here is my bug :
the user john logs on 2000 station1 , creates a file
file.txt in My Documents (or anywhere in his profile),
and logs off (then the file is on
2008 Apr 12
2
X100M never goes on-hook state
Hi guys,
I've been experiencing a very strange issue with my Digium Card TDM400
as of this week. It has two FXS and two FXO.
The FXO modules (both of them) never goes on-hook after hanging up in
Asterisk. It had worked perfectly well for over four years.
I put an ammeter in series with the line and the card, and immediately
after plugging the connector to the card, I got 26mA in the circuit
2007 Dec 06
0
GRE tunnel stops traffic when idle
Hello,
I''ve set up a GRE tunnel between two Linux boxes and it''s working well,
with or without IPSEC (under GRE). The problem is that when I have no
traffic for some minutes, side A cannot communicate to side B any more,
unless side B tries to communidate to side A. The same thing happens in
the other direction.
For example, side A pings side B. No reply. Keep pinging.
Side B
2006 Aug 08
0
gamm question
Hello,
I have two gamm question (I am using gamm in mgcv).
1. In have, say 5 time series. Monthly data, 20 year. The 5 time series are from 5 stations. The data are in vectors, so I have fitted something along the lines of:
tmp<-gamm(Y ~ s(Year,by=station1)+s(Year,by=station2)+
s(Year,by=station3)+s(Year,by=station4)+
2012 Mar 19
3
Issue with asin()
Hello everyone,
I am working for a few days already on a basic algorithm, very common in
applied agronomy, that aims to determine the degree-days necessary for a
given individual to reach a given growth stade. The algorithm (and context)
is explained here: http://www.oardc.ohio-state.edu/gdd/glossary.htm , and
so I implemented my function in R as follows:
DD <- function(Tmin, Tmax, Tseuil,
2002 Jul 01
1
chi square residuals
dear list,
I'm a newbie with R but it seems very interesting to me.
First, to train myself and students, I'd like to use it for teaching labs next
year.
one of my labs deals with the barn owl predation in my region. tudents have to
work on a contingency table tytogrp :
station1 station2 station3 ...
n1,1 n1,2 n1,3 ...
n2,1 n2,2 n2,3 ...
2008 Sep 19
2
usb irq problem
hallo to all .
This is my first post to this list so please bare with me if i have made
any mistake .
My problem is :
after every boot i receive the following message in terminal :
> Sep 19 13:13:02 station2 kernel: irq 50: nobody cared (try booting with the "irqpoll" option)
> Sep 19 13:13:02 station2 kernel: [<c044e6fa>] __report_bad_irq+0x2b/0x69
> Sep 19 13:13:02
2008 Oct 22
2
SCSI error: return code = 0x10070000
I have just bought a 120GB external usb drive but after plugging it in
it is not getting mounted.
lines from /var/log/messages:
> Oct 22 18:54:49 station2 kernel: usb 1-2: new high speed USB device using ehci_hcd and address 2
> Oct 22 18:54:49 station2 kernel: usb 1-2: configuration #1 chosen from 1 choice
> Oct 22 18:54:49 station2 kernel: scsi4 : SCSI emulation for USB Mass Storage
2008 Sep 20
1
kernel message - disabling irq #50
hi all .
i am facing a issue with centos recently :
after every boot i receive the following message in terminal :
> Sep 19 13:13:02 station2 kernel: irq 50: nobody cared (try booting
with the "irqpoll" option)
> Sep 19 13:13:02 station2 kernel: [<c044e6fa>] __report_bad_irq
+0x2b/0x69
> Sep 19 13:13:02 station2 kernel: [<c044e8e7>] note_interrupt
+0x1af/0x1e8
2006 Jul 27
12
Weird HTB behaviour in 2.6.17
Hello,
I''ve just compiled the kernel 2.6.17 and noticed an odd HTB behaviour.
For instance:
tc class add dev eth0 parent 1:1 classid 1:30 htb rate 1kbit ceil
750Kbit burst 15k
tc filter add dev eth0 parent 1:0 protocol ip prio 15 u32 match ip dst
192.168.5.1 classid 1:30
The filter works ok and the traffic to 192.168.5.1 flows through the
class 1:30, but the rate gets much higher than
2003 Aug 12
1
Samba 2.2.8 PDC + LDAP -> import_smbpasswd.pl does
not work
X-Enigmail-Version: 0.76.1.0
X-Enigmail-Supports: pgp-inline, pgp-mime
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
> Message: 5
> Date: Mon, 11 Aug 2003 15:46:04 +0200
> From: "Kopmann, Goetz" <Goetz.Kopmann@airbus.com>
> Subject: [Samba] Samba 2.2.8 PDC + LDAP ->