Displaying 20 results from an estimated 78 matches for "confiur".
Did you mean:
configur
2003 Jun 11
3
more on PXELinux confiuration file woes
I performed an experiment in which I had dhcpd specify a named file ("foo")
instead of
one based on a client's MAC address. Lo and behold, the same problem
occured. The PXE
stack requested and was served the right file, the kernel loaded as did the
initrd. But again, the
boot sequence stopped at "Ready."
Keep in mind that the contents of the file are the same as was in the
2003 Jul 04
1
more on PXELinux confiuration file woes and "blkSize"
Hi
I just joined this list so sorry i don't just reply folowing mails.
I experienced the same problem where the boot just stop after reaching Ready.
I am using my own tftp server written in Java which previously has succeeded
a pxe boot. While searching for the "Ready" problem I found that the
tftpserver returned the wrong blksize. Instead off returning the size off the
data it
2006 Apr 14
3
Lighttpd config...
Hi!
Can somebody explain how to confiure Lighty??
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
2005 May 09
2
sambaDomainName=DOMAIN for next free id
Hi,
I'm following JHT's example doc off the web. I just applied a patch for the
confiure.pl script for the smbldap-tools that John gave me. It now makes
the sambaUnixIdPooldn object default to: cn=sambaDomainName=DOMAIN whereas
the output of the configure.pl script given in Chapter 9 of the book is
shown as: sambaDomainName=DOMAIN
I now have the first version of the sambaUnixIdPoo...
2008 May 19
3
R static is dynamically linked!!
Hi,
After doing all I could find with the confiure script...
I set some env too...
export enable_R_static_lib=yes
export want_R_static=yes
export WANT_R_STATIC_TRUE=yes
./configure \
--prefix=${i} \
--enable-R-static-lib \
--enable-static \
--without-readline \
--without-iconv \
&& make \
&&...
2010 Aug 21
2
vector allocation error
I am running and analysis of sequencing data uisng the EdgeR package. I have
received the following error:
Using grid search to estimate tagwise dispersion. Error: cannot allocate
vector of size 307.3 Mb
indicating the memory allocation is too small. How would I change this
confiuration in R so that the script can run with the files I have?
Help appreciated, Josquin
--
View this message in context: http://r.789695.n4.nabble.com/vector-allocation-error-tp2333299p2333299.html
Sent from the R help mailing list archive at Nabble.com.
2003 Oct 01
1
MGCP Phone and Asterisk PBX
Hello,
Sorry for posting again my question about MGCP Phone and Asterisk But I
can't use it.
I'd like to know weather it is a pb of my confiuration (mgcp.conf), My
IP Phone device or asterisk.
I include my mgcp.conf file and may send some debug trace.
Thank you for any feedback.
Best regards,
Daniel ANDRE
;
; MGCP Configuration for Asterisk
;
[general]
;port = 2427
;bindaddr = 0.0.0.0
;[dlinkgw]
;host = 192.168.0.64
;context = def...
2007 Jan 17
1
I need to connect Asterisk to a Nortel Meridian phone plant
Hi. I had successful confiured my Asterix PBX, but now I need to connect it
to a Nortel Meridian phone plant, I got a Digium T100P on the machine I got
the Asterisk and I already connect it with the phone plant, I need to know
what configuration do I have to do so the ip extensions can make calls to
the extensions of my plant...
2003 Jun 10
1
Compiling 3.0.0beta1
...n function `tdb_search_keys':
/tmp/samba-3.0.0beta1/source/tdb/tdbutil.c:791: undefined reference to
`ap_fnmatch'
collect2: ld returned 1 exit status
make: *** [bin/smbd] Error 1
ap_fnmatch is an apache thing as far as I can find, why is smbd linking
against it? This is just a straight
./confiure --prefix=/opt/samba-3.0.0b1
No wierd CPPFLAGS,LDFLAGS or any other environmental variables.
--
---
Derek T. Yarnell
University of Maryland
Computer Science Department Unix Staff
derek@cs.umd.edu
2010 Aug 21
3
suggest improvements in my doc to compile Xen from sources
...ess driver (NEW)
<*> Framebuffer-device frontend driver (NEW)
<*> Keyboard-device frontend driver (NEW)
[*] Disable serial port drivers (NEW)
<*> Export Xen attributes in sysfs (NEW)
(256) Number of guest devices (NEW)
Xen version compatibility (4.0.0
and later) --->
After xen confiuration, please make sure that .config has the
following parameter configuration:
* CONFIG_XEN=y
* CONFIG_XEN_MAX_DOMAIN_MEMORY=32
* CONFIG_XEN_SAVE_RESTORE=y
* CONFIG_XEN_DOM0=y
* CONFIG_XEN_PRIVILEGED_GUEST=y
* CONFIG_XEN_PCI=y
* CONFIG_PCI_XEN=y
* CONFIG_XEN_BLKDEV_FRONTEND=m
* CONFIG_NETXEN_NIC=m...
2005 Dec 21
1
Bitrate problem
...l is made from a HIGH END machine [like
P4 3.2 GHz with good soundcard] to a LOW END machine
[like P3 550 MHz], high end pc sends at more bitrate than
as usual [arround 31Kbps].And apparently low end PC
receives this HIGH bitrate.
So, slow end PC receives audio packets at arround 8100 Hz
but it is confiured for 8000 Hz. So there are overflows
in the directsound buffer at receiver end at periodic
interval [in my case after every 30 sec], than I flush
the buffer which makes some distortion.
What should be approapriate solution for this resynch
problem?
Thanks
Shantanu
___________________________...
2005 Dec 21
2
Bitrate problem
...[like
> P4 3.2 GHz with good soundcard] to a LOW END machine
[like P3 550
> MHz], high end pc sends at more bitrate than as usual
[arround
> 31Kbps].And apparently low end PC receives this HIGH
bitrate.
>
> So, slow end PC receives audio packets at arround 8100
Hz but it is
> confiured for 8000 Hz. So there are overflows in the
directsound
> buffer at receiver end at periodic interval [in my case
after every 30
> sec], than I flush the buffer which makes some
distortion.
>
> What should be approapriate solution for this resynch
problem?
>
>
> Thanks
&g...
2010 Feb 23
1
patch about compile R with clang
clang is compiler http://clang.llvm.org, it is fast and better c compiler then gcc, yesterday i use clang and gfortran compile R.
The only two change in source code is :
1. the configure file (in confiure when test include wctype.h,gcc can compile but clang need include both wchar.h wctype.h),so this is patch
--- /r/configure
+++ /myr/configure
@@ -39172,6 +39172,7 @@
cat >>conftest.$ac_ext <<_ACEOF
/* end confdefs.h. */
$ac_includes_default
+#include <wchar.h>
#include <$...
2020 Oct 21
3
Azure AD Connect and replication issues
...mba.org/archive/samba/2017-October/211756.html ([Samba]
samba getting stuck, highwatermark replication issue?)
seems this issue is still in place now. no difference.
does anyone else have similar issues? does anyone else how to resolve
them? either on Azure AD connector side (there are various confiuration
option available) or (possibly) on samba side?
thank you
michal
2009 Jan 30
5
ordered shutdown
...ymore. This led us into trouble.
Our network system is quite complex and we need shutdown sequence levels. The servers depend on each other because of NFS and SQL connections and the like.
We have one 60kVA UPS and more than 20 servers/routers/SANs supplied with energy by it.
With apcupsd we could confiure the servers to shutdown on a specified battery level or the remaining time. Is there a way to do this with NUT anyhow?
I thought about using the schedule mechanism with own bash scripts but this won't work on windows. In the docs is nothing written about such a feature.
BTW, is there a feature...
2010 Aug 03
2
RTP stream not passing through router with port forwarding
...Similerly TO header also has same ip as INVITE. I think in IP dial rtp is
not reaching to local ip through router as INVTE is meant for router ip and
asterisk does not know where to send rtp stream after sending it to router.
how can this issue be resolved? is there something to be done at router
confiurations or sip.conf parameters. I have already played with
nat/qualify/canreinvite/directrtp/externip etc parameters.
regards,
Nasir Javaid
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100803/06e05a6e/...
2020 Oct 21
2
Azure AD Connect and replication issues
...a getting stuck, highwatermark replication issue?)
>>
>> seems this issue is still in place now. no difference.
>>
>>
>> does anyone else have similar issues? does anyone else how to resolve
>> them? either on Azure AD connector side (there are various
>> confiuration option available) or (possibly) on samba side?
>>
>>
>> thank you
>> michal
>>
>
2020 Oct 21
0
Azure AD Connect and replication issues
...756.html
> ([Samba] samba getting stuck, highwatermark replication issue?)
>
> seems this issue is still in place now. no difference.
>
>
> does anyone else have similar issues? does anyone else how to resolve
> them? either on Azure AD connector side (there are various
> confiuration option available) or (possibly) on samba side?
>
>
> thank you
> michal
>
2005 Dec 21
0
Bitrate problem
...l is made from a HIGH END machine
[like P4 3.2 GHz with good soundcard] to a LOW END
machine [like P3 550 MHz], high end pc sends at more
bitrate than as usual [arround 31Kbps].And apparently
low end PC receives this HIGH bitrate.
So, slow end PC receives audio packets at arround 8100
Hz but it is confiured for 8000 Hz. So there are
overflows in the directsound buffer at receiver end at
periodic interval [in my case after every 30 sec],
than I flush the buffer which makes some distortion.
What should be approapriate solution for this resynch
problem?
Thanks
Shantanu
___________________________...
2003 Jun 11
0
All extensions busy
...ance to debug this much yet
but When using the tdm40p all extesions busy themselves out, and * cannot rint
the extensions for incoming calls
is this because I don't have a hangup statement at the end of the incoming
context? if not has anyone any idea?
does anyone have a quick and dirty IAX confiuration sample
Thanks in advance
Robb