Displaying 20 results from an estimated 7000 matches similar to: "modprobe and modules not found"
2005 Jan 31
1
VoIP with Asterix
Hi Guys,
I know no doubt this has been covered on the list a zillion time before, but
can anyone point me to some good resources on using Asterix as a VoIP
gateway?
I would like to get two TDM400P cards in two machines attached to separate
adsl connections (in two different physical locations). I'd then like to be
able to plug POTS telephones into each of them (I understand I will need FXS
2006 Nov 28
1
Modprobe zaptel reports FATAL: Module zaptel not found
I am (unsuccessfully) trying to install zaptel (incl ztdummy - I don't have
any Digium hardware) on CentOS 4.
uname -r
2.6.9-42.ELsmp
Not sure how this relates to 2.6.9-42.0.3 (see below)
ln -s /usr/src/kernels/`uname -r` /usr/src/linux
ln -s /usr/src/kernels/`uname -r` /usr/src/linux-2.6
cd /usr/src/zaptel-1.2.11*
make linux26
You do not appear to have the sources for the 2.6.9-42.ELsmp
2007 Dec 08
3
kernel-vm.i686 5.0-->5.1 "Error: Missing Dependency: kernel-headers is needed by package glibc-headers"
Cough, cough, cough (I have a bit of a cold, please excuse me)
Thanks for the great CentOS.
I assume the following means I need to humbly ask for the kernel-vm for
5.1, but I am not certain. If so, I hereby humbly ask.
--> Running transaction check
--> Processing Dependency: kernel-headers for package: glibc-headers
--> Processing Dependency: kernel-headers >= 2.2.1 for package:
2015 Sep 30
1
Problem with 90MB Initrd
I humbly thinks it has worked just fine for 15 years. TCP works the same way, and flow control to the input buffers is an explicit design criterion for both TCP and TFTP.
On September 30, 2015 6:27:04 AM PDT, Patrick Masotta <masottaus at yahoo.com> wrote:
>>>>
>>I do not understand.Are we parsing a configuration file and
>potentially>starting new TFTP transfers
2007 Apr 18
1
[Bridge] modprobe: modprobe cannot locate br0 modules
Hi,
I added below code in /etc/rc.d/rc.local in order to load the bridge
brctl addbr br0
brctl addif br0 eth0
brctl addif br0 wlan0
ifconfig br0 up
but it fail, i found error in /var/log/message
said
localhost: modprobe: modprobe cannot locate br0 modules
but i found it said suceedly up the br0 interface
anyone know?
=====
Ô¸ÄúÓÀÔ¶ÐÒ¸££¬¿ìÀֺͰ²Ïê Happy & Healthy Always ! ^_^ !
2005 Jan 22
2
Anyone know where a good source of mailing list stats might be found?
Folks,
I'm curious to know how the volume of Asterisk-Users rates as far
mailing lists go. This list sees over 200 messages per day, which has
GOT to put it in the top 5%, doesn't it? I'd love to know if anyone has
knowledge of any organization that might maintain such stats.
Regards,
Jim.
--
Jim Van Meggelen
jim@vanmeggelen.ca
--
No virus found in this outgoing message.
2005 Jan 31
1
(no subject)
Hi,
I have just changed OS'es from ES3 to CentOS. Is this the correct list to
find out about updates available for centOS?
With ES3 I received an update email with the regular and security updates
available and would run up2date. Now, I have yum and am not familiar with
how updates are sent about centOS.
Thanks!
Sincerely,
Melinda Odom
www.designhosting.biz
479-471-0891
--
No virus
2010 Apr 19
1
What is mclust up to? Different clusters found if x and y interchanged
Hello All...
I gave a task to my students that involved using mclust to look for clusters
in some bivariate data of isotopes vs various mining locations. They
discovered something I didn?t expect; the data (called tur) is appended
below.
p <- qplot(x = dD, y = dCu65, data = tur, color = mine)
print(p) # simple bivariate plot of the data; looks fine
mod1 <- Mclust(tur[,2:3])
mod1$G
mod2
2009 Aug 24
3
[LLVMdev] Request Permission for approve-after-commit for Profiling Infrastructure.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
since I'm planing on a whole bunch of changes in the area of the
Profiling Infrastructure I would like to ask humbly if it is possible to
have approve-after-commit permission for the following files:
include/llvm/Analysis/ProfileInfo.h
include/llvm/Analysis/ProfileInfoLoader.h
include/llvm/Analysis/ProfileInfoTypes.h
2008 Aug 22
1
postfix mysql_pgsql update?
Should postfix-2.3.3-2.el5.centos.mysql_pgsql be updated for:
https://rhn.redhat.com/errata/RHSA-2008-0839.html
and, if so, may I humbly request it?
--
Sincerely,
John Thomas
2002 May 21
1
Printing.txt Typo
Dear Samba Folks,
I humbly submit this correction to you guys, a minor typo in the Printing.txt document: (see snippet)
Example:
print command = /usr/bin/lpr -r -P%p %s
lpq command = /usr/bin/lpq -P%p %s
lprm command = /usr/bin/lprm -P%p %j
queuepause command = /usr/sbin/lpc -P%p stop
queuepause command = /usr/sbin/lpc -P%p start (pause should be
2008 Sep 17
1
1.2.1 pkg-config file "error"
hi, and sorry that my first post to the list is a complaint.
the .pc file for 1.2.1 produces this for --cflags:
-I$PREFIX/include/FLAC
i humbly suggest that this is wrong. it appears to support inclusion of
FLAC headers with
#include <filename.h>
rather than
#include <FLAC/filename.h>
but more importantly, it means that when building an app using
pkg-config to
2005 Oct 16
1
Trivial Implementation for future libFLAC++ releases
Josh,
I added the following trivial implementation of the C++ file decoder
FLAC::Decoder::File::get_decode_position() to my file_decoder.cpp file...
bool File::get_decode_position(FLAC__uint64 *position) const
{
FLAC__ASSERT(is_valid());
return
(bool)::FLAC__file_decoder_get_decode_position(decoder_, position);
}
I would humbly suggest it be included in future libFLAC++ releases.
2018 Feb 15
1
missing extern in GraphicsBase.h
Dear all,
in src/include/GraphicsBase.h one has a declaration
int baseRegisterIndex;
the same as in src/main/devices.c
which causes problems on Solaris, see bug #17385,
and other platforms with "unusual" linkers, see bug #16633.
By right, global variables like baseRegisterIndex are to be
declared just once, and not in a header file, but in a *.c file.
Then, to use them elsewhere in
2003 May 21
2
gnophone conf question
I hope this isn't something newbiesque and Steve will denigrate me. . .
I just built gnophone, and I'm having trouble figuring out just how to
sync the "Telephony Preferences" in gnophone and iax.conf on my asterisk
server.
I am heading on a trip and I'm pretty sure I'm going to be behind a NAT
gateway, and my asterisk server is *separately* behind a NAT gateway.
I
2006 Jan 16
1
princomp() with missing values in panel data?
dear R wizards: the good news is that I know how to omit missing
observations and run a principal components analysis.
p= princomp( na.omit( dataset ) )
p$scores[ ,1] # the first factor
(where dataset contains missing values; incidentally, princomp(retailsmall,
na.action=na.omit) does not work for me, so I must be doing something wrong,
here.) the bad news is that I would like NA
2022 Nov 28
3
[PATCH 0/4] Fix probe failed when modprobe modules
On Mon, Nov 28, 2022 at 10:10:01AM +0800, Li Zetao wrote:
> This patchset fixes similar issue, the root cause of the
> problem is that the virtqueues are not stopped on error
> handling path.
I've been thinking about this.
Almost all drivers are affected.
The reason really is that it used to be the right thing to do:
On legacy pci del_vqs writes 0
into vq index and this resets the
2009 Apr 03
2
kernel-vm - humble request
Look, I pay nothing for an incredible operating system with enormous
features and stability, so it feels a bit awkward asking for more.
[Sarcasm On]
Now, get going and build me up a 5.3 kernel-vm's would ya? ;)
[Sarcasm Off}
--
Humbly,
John Thomas
2009 Mar 12
2
Timeout for Queue
Hello,
We had an incident recently where a call was in queue for an extended period of time. We use queuemetrics for reporting, and it reports that the call was waiting for 20 minutes. The different thing about it is that the disconnect reason is stated as Timeout. Is there a set maximum time a call will wait in the queue before being automatically disconnected? I tried looking through the code
2012 Jan 14
2
[LLVMdev] Off Topic: Building ld
I have a need to build ld from source to understand an assert(0).
I got excited when I found that ld64 on the opensource portal contains an xcodeproj
http://opensource.apple.com/source/ld64/ld64-127.2/
But... it seems like I'm lacking mach-o/arm/reloc.h, and dyld_priv.h.
I'm doing my best to stitch it all together, but if anyone has any pointers to make this less painful, it would be