Displaying 20 results from an estimated 400 matches similar to: "samba + ads / user and group update-probem"
2015 Jan 26
0
Probem with Windows 2012 R2 server
Hi,
I'm having a lot of trouble with a Server 2012R2 evaluation version. I'm testing it to see how good it works in libvirt-kvm. It seems the server won't run longer than a few days. After a few days, when I shut down the server, she won't start again.
Has anybody have experienced the same???
My Windows 8.1, and Linux VM's works perfectly...
Greetings
2006 Jun 19
1
Video phones probem
Hi all,
I'm testing video phones with asterisk for the first time. Voice calls
goes fine. I have problems with video session. Advices needed!
here is asterisk log:
Jun 20 12:34:08 WARNING[16627]: chan_sip.c:3573 process_sdp: Unknown SDP
media type in offer: video 6072 RTP/AVP 34
here is sip.conf
[minkpr]
type=friend
context=bandymas
videosupport=yes
2008 Jun 18
4
Probem creating a Windows XP HVM with snv_90
Hi all,
I''ve just upgraded my OpenSolaris 2008.05 workstation to snv_90 after unsucessfully trying to get virt-install.sh to run on snv_86 and now have (I think) a more serious problem. In the xend-debug.log file I keep getting the following error repeated many times :
Failed allocation for dom 8: 1 extents of order 9
ERROR Internal error: Cannot allocate more 2M pages for HVM guest.
2002 Jul 17
1
spools: Probem with W2k/DJ1120/Word97-2000
Hello,
I (still) have some problems with a printer-driver
managed by the spools-system of samba.
In short: When I try to open the printer-properties
of a Deskjet 1120C in MS-Work 97 the error
"Word can not show the properties-dialog,
because there was an error during the printing"
(translated from the german message)
in MS-Word 2000 the properties-dialog shows
up, but although I did
2009 Nov 06
1
probem on merge data
Hi there,
data1<-matrix(data=c(1,1.2,1.3,"3/23/2004",1,1.5,2.3,"3/22/2004",2,0.2,3.3,"4/23/2004",3,1.5,1.3,"5/22/2004"),nrow=4,ncol=4,byrow=TRUE)
data1<-data.frame(data1)
names(data1)<-c("areaid","x","y","date")
data1
areaid x y date
1 1 1.2 1.3 3/23/2004
2 1 1.5 2.3 3/22/2004
3 2
2007 Mar 31
1
Probem with argument "append" in "Rprof"
Hello,
Appending information to the profiler's output seems to generate
problems. Here is a small example of code :
<code r>
require(boot)
Rprof( memory.profiling = TRUE)
Rprof(NULL)
for(i in 1:2){
Rprof( memory.profiling = TRUE, append = TRUE)
example(boot)
Rprof(NULL)
}
</code>
The problem is that the file Rprof.out contains more than once the
header information:
$ grep
2011 Sep 15
2
Shared folder not listing
Hi Timo,
I've got a weird problem on our dovecot. We're trying to setup private
shared folder access.
I have 2 users. tom at mailbox.com and system at mailbox.com. I have set the ACL's
on all the folders (and subfolders) on system at mailbox.com. However, I'm not
getting any of them listed when I check tom at mailbox.com
<mailto:tom at mailbox.com's> 's IMAP
2006 Sep 18
2
Help for methods
Help for help says:
The 'topic' argument may also be a function call, to ask for
documentation on a corresponding method. See the section on
method documentation.
and
The authors of formal ('S4') methods can provide documentation on
specific methods, as well as overall documentation on the methods
of a particular function. The
2012 Sep 21
8
Re: Xen + DVB = not working. memory allocation issue?
On Fri, Sep 21, 2012 at 01:02:23PM +1000, John Krstev wrote:
> Hi Konrad,
Hey John,
Please next time also include xen-devel on the To header. I''ve done that
for you.
>
> I refer to your patch at:
> http://lists.xen.org/archives/html/xen-devel/2012-01/msg01927.html
> which I found reading
> http://www.gossamer-threads.com/lists/xen/devel/256197
>
> I have a
2004 Jun 05
2
Configuring cisco 7940
I've just managed to get hold of a cisco 7940, which looks nice but I'm
unable to make it actually do anthing...!
All the online manuals say things like "see your network administrator"
which isn't a whole lot of use.
First thing I think I need to do is work out how to set the TFTP server
IP as it's using the wrong one (it's ignoring the setting in the DHCP
server).
2014 Jun 03
1
Problem in Search IMAP with spaces in Subject
Hi,
I deliver a test email (with 4 spaces in subject) into a maildir:
Return-Path: <user at example.com>
Delivered-To: <user at example.com>
Received: from suse11 ([10.0.8.7])
by suse11 (Dovecot) with LMTP id Pf6zDTCaiFOUXwAA4Q5jHg
for <user at example.com>; Fri, 30 May 2014 16:48:16 +0200
From: <user at example.com>
To: <user at example.com>
2009 Jul 03
1
Asterisk + Openfire
I am trying to connect Asterisk and Openfire together, but it's not yet
working completely...
I don't know for sure if my manager.conf-file is set correctly. I use
this manager.conf file just to let Openfire talk to Asterisk...
[general]
displaysystemname = yes
enabled = yes
webenabled = yes (is this necessary for Openfire ???)
port = 5038
bindaddr = 0.0.0.0
[openfire]
secret=XXXXXX
2001 Nov 26
1
Probems to mount a DFS
HiHo
If I try to mount a DFS from our Windows 2000 Server on my linux box I
only get the top-level structure, all DFS links are empty. How can I
mount a DFS?
Ciau
Rainer
2003 Feb 19
2
plotmath
There's something (probably a lot) missing in my understanding of
plotmath. The LaTeX code for what I'm trying to produce is
\log(-\log(\hat R))
My (probably hopeless) attempt at it uses nested group()s:
expression(plain(log) * group("(", -plain(log)*group("(", \hat(R), ")"),
")"))
Can anyone do it right for me, please?
Thanks,
Ted.
Dr E.A.
2012 Jun 24
2
Win 64 package build - ERROR: loading failed for 'x64'
I have developed an R package that works under Win32, but when I attempt to build it on Win64,
I get ERROR: loading failed for 'x64'
More precisely, I developed and tested the package under Win32 and it works. But when I move
to a 64 bit Windows 7 (Home Premium) system, and attempt to build both 32 bit and 64 bit packages,
the 32 bit package seems to build, but the 64 bit build
2009 Oct 07
3
[LLVMdev] Instructions that cannot be duplicated
Is there a current way to specify that an instruction or function call
cannot be duplicated and thus any optimizations that might want to
duplicate this instruction would fail?
The problem deals with barrier in OpenCL 1.0. One of the conditions of
using barrier is that if a barrier exists inside of control flow, every
thread in a work-group must execute the barrier instruction(6.11.9).
2008 May 22
4
Jail resource limits
http://wiki.freebsd.org/JailResourceLimits
Is this anthing people are working on? Is it on its way to RELENG_7?
Is there a 7-version of the patch or anything? This would be a _VERY_
useful feature.
--
Peter Ankerst?l
peter@pean.org
2004 Apr 28
4
Mysql Confusion..
Ok I know this may have been covered and I did have a look back in the
archives but didn't find anthing so I am asking it now..
Many moons ago the MySQL CDR functions and MySQL Voicemail functions had
to be removed from the main asterisk code because of licensing issues..
Now there is new MySQL stuff like MySQL FRIENDS for SIP and IAX
definitions..
So how is it that these options
2006 Jul 18
1
Weird statup probems TLS & SSL openldap and samba 3.0.23
Hello,
I am kind of confused with this situation. I am attempting to build a
PDC using TLS/SSL with the following version of software.
Samba 3.0.23
OpenLDAP 2.3.19
Fedora Core 5
When I startup the Samba server via the "service" command (service smb
start) I get the following errors in my logs.
Using SSL:
Jul 13 09:52:34 prism smbd[23161]: smbldap_search_suffix: Problem
during
2011 Jan 26
5
Regarding error in Asterisk dail plan:
Hi all,
i am doing my master thesis on server perfromance evaluation i am
using asterisk as sip proxy server and sipp tool as traffic generator...
i have run basic testing of asterisk like as shown in website
http://sipp.sourceforge.net/wiki/index.php/Howto_test_an_Asterisk_server_using_SIPp
when i have copied sip.conf and extensions.conf from the site and run the
client and server i