Displaying 20 results from an estimated 1000 matches similar to: "hello newbie question !"
2013 Mar 24
5
How to make a network interface come up automatically on link up?
I have a recently installed Mellanox VPI interface in my server. This is
an InfiniBand interface, which, through the use of adapters, can also do
10GbE over fiber. I have one of the adapter's two ports configured for
10GbE in this way, with a point to point link to a Mac workstation with
a Myricom 10GbE card.
I've configured this interface on the Linux box (eth2) using
2012 Sep 12
2
[LLVMdev] [PATCH][Review request] tablegen: extend list fields
The attached patch adds a construct that enables extending the base class'
lists rather than completely overwriting them.
The patch hasn't gone through extensive testing yet (other than running
make check).
The lists can be extended either with a "+=" operator in a let statement or
placing a '"+" in front of a superclass:
- Example 1:
def D0 : C1 {
let
2012 Sep 12
0
[LLVMdev] [llvm-commits] [PATCH][Review request] tablegen: extend list fields
If you are changing the syntax, please update the BNF in the comments.
--Sean Silva
On Wed, Sep 12, 2012 at 6:16 PM, Akira Hatanaka <ahatanak at gmail.com> wrote:
> The attached patch adds a construct that enables extending the base class'
> lists rather than completely overwriting them.
> The patch hasn't gone through extensive testing yet (other than running make
>
2012 Sep 14
1
[LLVMdev] [llvm-commits] [PATCH][Review request] tablegen: extend list fields
Please take a look at the attached patch.
I updated the BNF and added comments in the code.
On Wed, Sep 12, 2012 at 4:58 PM, Sean Silva <silvas at purdue.edu> wrote:
> If you are changing the syntax, please update the BNF in the comments.
>
> --Sean Silva
>
> On Wed, Sep 12, 2012 at 6:16 PM, Akira Hatanaka <ahatanak at gmail.com>
> wrote:
> > The attached
2009 Mar 15
5
428 Loop Detected
Hi I looked at few emails related to this subject. And still not sure
how to solve the loop detect problem for my case
iqbala at improvise:/etc/asterisk$ cat sip.conf
[general]
context=line1
[phone]
type=friend
context=phone1
secret=g00dpazzwerd
bindport=5060
host=192.168.1.106
dtmfmode=rfc2833
[line]
type=friend
context=line1
secret=anothers33cret
bindport=5061
host=192.168.1.106
2010 Mar 11
2
Codec preference
How can I set the prefered codec between 2 calling parties ??
My Grandstream supports G729, alaw and gsm... in this order.
The Zoiper softphone has alaw and gsm as codecs... in that order.
Although there should be a matching codec found, my Grandstream can not
call the Zoiper softphone.
CLI shows :
[Mar 11 17:47:21] WARNING[22367]: channel.c:3340
ast_channel_make_compatible: No path to
2008 Apr 16
3
Can connect directly, but not browse samba server from Windows Workgroup network
Dear Samba gurus,
I have a Fedora 8 linux server, running samba 3.0.28a-0.fc8. I am
doing the simplest thing of all - exposing a public read-only share
within MS Workgroup environment. My server has a fixed local IP
address (192.168.1.200) and it's on the same subnet as the rest of the
machines. The server and machines are connected to a 24 port CISCO
switch.
My problem is that I can
2011 Mar 09
6
SIPAddHeader not working
Hello list,
I notice that the dialplan method SIPAddHeader is not working :
in dialplan :
/exten => s,n,SIPAddHeader(Privacy: id)/
in SIP invite no trace of this header :
/INVITE sip:0473 at sip.domain.be SIP/2.0
Via: SIP/2.0/UDP 192.168.1.106:5063;branch=z9hG4bK-5b2b1b97
From: "VC" <sip:voip2 at sip.domain.be>;tag=729476652f511c67o2
To: <sip:0473 at sip.domain.be>
2005 Dec 16
2
strange connection NG
Dear all,
I have a devocot server based on fedora core 3 in Japan.
When my users are in Japan, there is no any problem reported.Devocot works
very well.
But when my users are in China, sometimes the following problem occured.
Sometimes the user can not download mails, after that all connections
attempt to server(e.g http/ssh) failed. the user has to close OutLook, and
wait for about 10
2005 Jun 22
0
Malformed/Missing.URL Error from CallManager
Hi,
I setup a SIP trunk between asterisk and Cisco
CallManager according the wiki page.
http://www.voip-info.org/wiki-Asterisk+Cisco+CallManager+Integration
But I'm getting a 'Malformed/Missing URL' from the
CallManager. Does anyone know what went wrong here?
I'm running asterisk CVS HEAD and (192.168.1.5 five)
Cisco Callmanager 4.0(2a) (192.168.1.101)
below is the debug
2010 Aug 20
1
ocfs2 hang writing until reboot the cluster-dlm: set_fs_notified: set_fs_notified no nodeid 1812048064#012
Hello,
I hope this mailing list is correct.
I've a cluster pacemaker with a clone resource ocfs2 with
ocfs2-tools-1.4.1-25.6.x86_64
ocfs2-tools-o2cb-1.4.1-25.6.x86_64
on Opensuse 11.2
After some network problem on my switch I receive on one of 4 nodes of
my cluster the following messages
Aug 18 13:12:28 nodo1 openais[8462]: [TOTEM] The token was lost in the
OPERATIONAL state.
Aug 18 13:12:28
2004 May 09
2
Help with initial setup
Hi,
I've have followed through the help docs in trying to get an initial setup
going with two phones and the asterisk server. Firstly, all I'm trying to
do is get the two phones actually talking to one another VIA asterisk..
I've added this to sip.conf:
[phone1]
type=friend
host=dynamic
defaultip=192.168.1.106
;username=blah
;secret=blah
dtmfmode=rfc2833 ; Choices are inband,
2017 May 26
3
CentOS 7 openvswitch
Hello,
can I found a repository with openvswitch ?
I have to install openvswitch for my NIC's om my Server, then I can configure
my KVM NIC's better.
Thanks for a answer,
--
mit freundlichen Gr?ssen / best regards
G?nther J. Niederwimmer
2009 Jul 20
0
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
> Question: is there a good/quick/reliable way to figure out whether a
> certain gcc compiler will mis-compile?
http://llvm.org/docs/GettingStarted.html#brokengcc lists documented
problems with different versions of gcc.
I use gcc-4.3.2 with ubuntu 8.10 and haven't had any problems
> 2. I ran into exactly the problem you pointed out. (Thank you)
> The Makefile needs some update
2009 Jul 20
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
I'm running into a completely different problem. When I do:
opt -load LowerFastInvoke.o -help
I get the message:
Error opening 'LowerFastInvoke.o': LowerFastInvoke.o: only ET_DYN and
ET_EXEC can be loaded?
Am I missing something?
2009 Jul 20
0
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
On Mon, Jul 20, 2009 at 6:37 AM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
> I'm running into a completely different problem. When I do:
>
> opt -load LowerFastInvoke.o -help
>
> I get the message:
>
> Error opening 'LowerFastInvoke.o': LowerFastInvoke.o: only ET_DYN and
> ET_EXEC can be loaded?
>
> Am I missing something?
Assuming the
2009 Jul 20
1
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
Oops. Thanks... I totally missed that.
On Mon, Jul 20, 2009 at 9:00 AM, Eli Friedman<eli.friedman at gmail.com> wrote:
> On Mon, Jul 20, 2009 at 6:37 AM, Kenneth Uildriks<kennethuil at gmail.com> wrote:
>> I'm running into a completely different problem. When I do:
>>
>> opt -load LowerFastInvoke.o -help
>>
>> I get the message:
>>
>>
2016 Nov 07
6
Need help getting two NICs to work on CentOS 7
Hello all
Here is the scenario: We have a mail server VM which currently has two
virtual NICs attached to it. One NIC is has an IP on a subnet with a
default gateway defined and the other NIC has an IP on a different subnet
with a different gateway on a different VLAN defined. Now when I activate
both NICs, and run an ifconfig -a, I see that both IP addresses are
showing. Now here is the
2001 Dec 22
6
Need Help --- Sambaserver is not accessible
Sambaserver is not accessible
I have a problem connecting to SAMBA from Windows/ME systems
(using samba--2.2.2 on Red hat Linux 7.1)
What I would like to know is - What can I change to get this to work properly?
SETUP
I have a simple network -
three Windows/ME systems and 1 Red Hat Linux 7.1 system all on the same
subnet.
There is a linksys router on the same subnet that
provides WAN
2009 Jul 19
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
Thanks, Shu,
I guess I haven't updated since my post went out.
There are actually 2 problems:
1. mis-compilation:
My LLVM-2.5 turned out to be mis-compiled using gcc-4.4.0 (surprise to
me) on Debian4-32b.
I tried a few different compilers, and gcc-4.0.4 (a relatively old one,
again surprised me) seems to work out fine.
Question: is there a good/quick/reliable way to figure out whether a