Displaying 20 results from an estimated 300 matches similar to: "Samba AD DC not Available"
2010 Feb 10
1
asterisk sudden restart - 1.4.18.1
Hi,
Asterisk got stopped this morning after 20 minutes and phones went to 'No
Service' and then got started automatically after 20 min, as I could see in
the full log that asterisk got started at so and so time:
[Feb 10 08:29:31] VERBOSE[31013] logger.c: Asterisk Event Logger Started
/var/log/asterisk/event_log
[Feb 10 08:29:31] VERBOSE[31013] logger.c: Asterisk Dynamic Loader Starting:
2010 Feb 19
0
asterisk sudden restart - 1.4.18.1 - Resolved after upgrade to 1.4.22.1
Hi Leif,
Thanks for the information. I checked the /tmp/ folder and there was core
#### files and I tried to back trace it but it was not showing the cause of
that crash, but anyhow, I upgraded our Asterisk system to 1.4.22.1 and from
past few days its going on fine. I have also researched and found that
version 1.4.17/18.1 had the issue of channel stuck up as well as random
asterisk crashes.
2013 Mar 28
0
virsh migrate ---no route to host
Hi,
I am trying to migrate a guest domain from one node to another. I've
tried several options of the virsh migrate command, but in vain. It
seems to be a networking issue. I wanted to make sure that my setup is
correct and that I am not missing anything.
I've issued the below command on the source node (n0):
[user at n0 ~]$ virsh --connect qemu:///system migrate --verbose
2013 Mar 28
0
virsh migrate --no route to host
Hi,
I am trying to migrate a guest domain from one node to another.
I've tried several options of the virsh migrate command, but in vain.
It seems to be a networking issue. I wanted to make sure that my setup is
correct and that I am not missing anything.
I've issued the below command on the source node (n0):
[user at n0 ~]$ virsh --connect qemu:///system migrate --verbose
2015 Mar 25
0
Bind9 Flat to Bind9 DLZ
On 25/03/15 16:50, VIKAS wrote:
> Hi Team,
>
> Samba Version = 4.2
>
> Bind = 9.10 with dlz
>
>
> Not able to to view replication.(samba-tool drs showrepl)
>
>
> [root at dc2]# samba-tool drs showrepl (want to highlight the name which is
> using to connect)
>
> ERROR(<class 'samba.drs_utils.drsException'>): DRS connection to
>
2002 Oct 18
2
WAN setup over frame relay 7 locations
Hi - I have shorewall-1.3.8-1 on a RH 7.3 machine that acts as a firewall
for my network. It was running the other day just fine, but today I have
problems getting to the firewall. It is a frame-relay network with Cisco
routers. Everything is 192.168.x.x / 24. I can''t ping the firewall from
the WAN, but can from the main LAN. Sounds like a routing issue to me, but
it was working for
2015 Mar 25
2
Bind9 Flat to Bind9 DLZ
Hi Team,
Samba Version = 4.2
Bind = 9.10 with dlz
Not able to to view replication.(samba-tool drs showrepl)
[root at dc2]# samba-tool drs showrepl (want to highlight the name which is
using to connect)
ERROR(<class 'samba.drs_utils.drsException'>): DRS connection to
*dc2.ik.lan.mum* failed - drsException: DRS connection to dc2.ik.lan.mum
failed: (-1073741772, 'The
2012 Dec 13
1
[PATCH] smallft.c
Hi,
I'm re-posting this; the first post
was filtered because I wasn't a member
of the mailing list...
I have a small diff for Vorbis
which replaces some loops with memcpy.
This allows us to take advantage of
memcpy's optimisations when copying
the floating point data.
Does this look OK?
- Michael
Index: smallft.c
===================================================================
2009 Oct 31
1
Help me improving my code
Hi,
I am new to R. My problem is with the ordered logistic model. Here is my
question:
Generate an order discrete variable using the variable
wrwage1 = wages in first full calendar quarter after benefit application
in the following way:
*
wage*1*Ordered *=
1 *if*0 *· wrwage*1 *< *1000
2 *if*1000 *· wrwage*1 *< *2000
3 *if*2000 *· wrwage*1 *< *3000
4 *if*3000 *· wrwage*1 *<
2009 Oct 01
1
Problems getting scanner to work from xsane (from Gnome Menu or GIMP)
We have a networked HP OfficeJet All-In-One. I have the scanner working
with the CentOS 5.3, except xsane is ignoring SANE_DEFAULT_DEVICE.
scanimage does however take this environment variable just fine:
server1.wendellfreelibrary.org% scanimage -L
No scanners were identified. If you were expecting something different,
check that the scanner is plugged in, turned on and detected by the
2016 Dec 25
1
System freeze if mount cifs share with option "hard", and samba server is not available
I know "hard" means command will hang if network is broken. But it seems that's not actuate. It's CPU that will hang.
Affected scope:
I tested it against CentOS 5/6/7, it can be reproduced on all the systems. the debug logs below are captured from CentOS 7 (cifs.ko v2.05)
How to reproduce this problem?
1. mount a cifs share with option "hard"
2. stop samba
2006 Mar 18
1
/etc/passwd authentication: ERR authentication failed
Hi all, I am a newbie with dovecot. I have a problem with it's
authentication.
-I installed dovecot 1.0 beta3 at /usr/local/dovecot.
-I want to use my linux system accounts with mail (authentication using
/etc/passwd).
-I have a user account: huytq with password: 123456
-dovecot is started ok. I used telnet to login:
+OK Welcome LENSECAP HCM mail
user huytq
2003 Sep 26
0
openssh 3.7.1p2 linux port problem
Hello,
after upgrading my redhat 8.0 notebook to
openssh3.7.1p2 linux port I now could not login/scp
into it (as root or myself). /var/log/messages said
the authentication was successful, then the connection
closed immediately. I was using the default
sshd_config that comes from the installation (via
rpmbuild from the srpms file under the portable
directory).
(The client connection was initiated
2008 Feb 20
2
intersecting rows of a matrix
useR's,
First, I would like to say thanks to John Fox for providing this segment of
code to perform intersection for multiple sets:
intersection <- function(x, y, ...){
if (missing(...)) intersect(x, y)
else intersect(x, intersection(y, ...))
}
I want to execute this function on the rows of a matrix I have:
Ik.mat.test <- matrix(c(2,3,6,1,2,6,6,1,2),byrow=T,nrow=3)
> Ik.mat.test
2011 Jul 25
0
[PATCH node] Drop F15 build recipes
Due to a critical dracut bug, and a strong dev focus on F16, we're
dropping all F15 recipes.
Signed-off-by: Mike Burns <mburns at redhat.com>
---
recipe/ovirt15-install.ks | 1 -
recipe/ovirt15-minimizer.ks | 1 -
recipe/ovirt15-pkgs.ks | 2 -
recipe/ovirt15-post.ks | 145 ------------------------------------------
recipe/ovirt16-install.ks | 2 +-
2003 Mar 13
1
BUG: read: Invalid argument
I'm attempting to mirror a directory tree from debian stable (rsync
version 2.5.6cvs) to a win2k box (cygwin, rsync version 2.5.5). This
setup/command had previously worked for a bit (cygwin at rsync version
2.4.6 AFAICR), but yesterday it hung, so, finding some mail-list entries
about that, I upgraded cygwin, and now I get this:
C:\>c:\cygwin\bin\rsync.exe -vvvvvv -essh -ac --delete
2007 Aug 29
0
a faster and shorter way to perform calculations?
This is a continuation from a previous posting of mine:
The following algorithm below is what I want to accomplish:
Z(xk) = Average(Yi, i belongs to Ik), where Ik contains all i such that for
each j, |Xi,j - xkj?? 2. Here, j = 1, 2 and i corresponds to the elements
in each X and/or xk
>data
x1 x2 y
1 1 2
2 2 6
3 3 12
Now, consider a second data frame or matrix (xk):
2015 Mar 30
0
Bind9 Flat to Bind9 DLZ
Hi Vikas,
> yes i realized that there is something wrong with BIND9_FLATFILE while
> encountering with samba_upgradedns -h which doesn't show BIND9_FLATFILE
>
> Any help on*drs repl* not working i think it is pointing to wrong FQDN
> how do i correct that ?
>> >/ Not able to to view replication.(samba-tool drs showrepl)
>> />/
>> />/
>>
2005 Apr 27
0
Fitting a kind of Proportional Odds Modell using nlme, polr, lrm or ordgee
Hello,
I'm trying to fit a special kind of proportional odds model from:
Whitehead et al. (2001). Meta-analysis of ordinal outcome using
individual patient data. Statistics in medicine 20: 2243-2260. (model 2)
The data are as follows:
library(nlme)
library(geepack)
library(Design)
library(MASS)
options(contrasts=c("contr.SAS","contr.poly"))
counts <-
2002 Aug 15
4
tinc-1.0pre7-i386-1.tgz
Beste tinc-developer,
Ik moet van mijn baas een aantal VPN's aanleggen en ben nu thuis bezig om te
testen. Ik heb 2 computers in een thuisnetwerkje (totaal 6 computers)
geinstalleerd met SuSe 7.3, daar de klanten dit ook hebben. De computers zijn
verbonden met een switch.
Dit is de inhoud van mijn bestanden:
Op computer 1 genaamd suse met ip 192.168.0.99 netmask 255.255.255.0