search for: telle

Displaying 20 results from an estimated 59257 matches for "telle".

Did you mean: tell
2007 Jun 12
4
ARP Problem ???
Hi all, Does any one know if this is normal operating of ARP. Or where to start looking. I am seeing a lot of ARP requests for my router IP from the same IP within seconds. 21:04:41.112929 arp who-has IP tell MY ROUTERS IP 21:04:41.186354 arp who-has IP tell MY ROUTERS IP 21:04:41.372972 arp who-has IP tell MY ROUTERS IP 21:04:41.546921 arp who-has IP tell MY ROUTERS IP
2010 Jun 02
14
ARP problems with xen 4.0 with pvops kernel
Hello, Finally I managed to get a xen 4.0 working on ubuntu 10.04 with pvops kernel and libvirt. However I am having some problems with networking... after initial installation with netinstall image in hvm mode, when I transform the vm in xen pv (via pygrub with the current ubuntu kernel), networking startEd to act weird... Basically I''m not using a network script from xen. I define a
2010 Jun 02
14
ARP problems with xen 4.0 with pvops kernel
Hello, Finally I managed to get a xen 4.0 working on ubuntu 10.04 with pvops kernel and libvirt. However I am having some problems with networking... after initial installation with netinstall image in hvm mode, when I transform the vm in xen pv (via pygrub with the current ubuntu kernel), networking startEd to act weird... Basically I''m not using a network script from xen. I define a
2013 May 28
2
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
Il 28/05/2013 17:09, Michael S. Tsirkin ha scritto: > On Tue, May 28, 2013 at 04:32:44PM +0200, Paolo Bonzini wrote: >> Il 28/05/2013 16:29, Michael S. Tsirkin ha scritto: >>> On Tue, May 28, 2013 at 04:06:02PM +0200, Paolo Bonzini wrote: >>>> Il 28/05/2013 15:32, Michael S. Tsirkin ha scritto: >>>>> At this point I am confused. I think there are two
2016 Apr 10
1
tinc - switch mode bridge
Hi Lars Thank you for reply. My apologies it is running in "*TAP*" mode. root at tinc-srv:~# tincd -n netname -D -d3 tincd 1.0.23 (Dec 5 2013 17:16:47) starting, debug level 3 /dev/net/tun is a Linux tun/tap device (tap mode) I have enabled ip forwarding and it seems that bridging rules is enabled root at tinc-srv02:~# cat /proc/sys/net/bridge/bridge-nf-call-iptables 1 root at
2015 Oct 28
2
Receiving Messages and Extensions Config for WebRTC
Hi All, I have configured WebRTC according to the install document. The clients register correctly. I'm use SIPjs. The clients are able to send messages to the server. The SIP debug shows the messages being received. However I'm stumped for directions on how to route the messages between the clients. Asterisk 11.11.0 Here is my client sip config: [1060] type=friend username=1060 ; The
2013 Feb 18
4
Recent hypervisor update on Debian Wheezy breaks domU networking
Hi, Firstly I apologise for the cross-post, however I don't expect to get as quick a response from the package maintainers as I do from the Debian community, and this issue affects a service that I've got scheduled to go live at midnight this evening. :( A recent update from xen-hypervisor-4.1-amd64 version 4.1.3-7, to version 4.1.3-8 on Debian Wheezy has caused all vm's on this host
2013 Feb 18
4
Recent hypervisor update on Debian Wheezy breaks domU networking
Hi, Firstly I apologise for the cross-post, however I don't expect to get as quick a response from the package maintainers as I do from the Debian community, and this issue affects a service that I've got scheduled to go live at midnight this evening. :( A recent update from xen-hypervisor-4.1-amd64 version 4.1.3-7, to version 4.1.3-8 on Debian Wheezy has caused all vm's on this host
2010 Jun 25
1
No connection in DomUs with network-route
Hi, I would like to know if somebody can point me out how to configure several DomUs in a private LAN (for example 192.168.100.0/24) and one DomU with two interfaces (one - 192.168.100.0/24 and two - internet). So far I have enabled in xend-config.sxp: (network-script network-route) (vif-script vif-route) My config files have: /mnt/VM/1.cfg:vif = [''ip=192.168.1.3'']
2008 Nov 28
1
Unable to plot or analyse phylogeny (PR#13345)
...ca Branta_bernicla Branta_canadensis Branta_leucopsis Branta_ruficollis Bucephala_islandica Chen_caerulescens Clangula_hyemalis Cygnus_columbianus Cygnus_cygnus Histrionicus_histrionicus Marmaronetta_angustirostris Melanitta_fusca Melanitta_perspicillata Netta_rufina Oxyura_leucocephala Polysticta_stelleri Somateria_spectabilis Tadorna_ferruginea Dendrocopos_leucotos Dendrocopos_medius Dendrocopos_syriacus Dryocopus_martius Jynx_torquilla Picoides_tridactylus Picus_canus Upupa_epops Coracias_garrulus Merops_apiaster Merops_persicus Ceryle_rudis Halcyon_smyrnensis Cuculus_optatus Apus_affinis Apus_c...
2013 May 28
0
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
On Tue, May 28, 2013 at 06:23:19PM +0200, Paolo Bonzini wrote: > Il 28/05/2013 17:09, Michael S. Tsirkin ha scritto: > > On Tue, May 28, 2013 at 04:32:44PM +0200, Paolo Bonzini wrote: > >> Il 28/05/2013 16:29, Michael S. Tsirkin ha scritto: > >>> On Tue, May 28, 2013 at 04:06:02PM +0200, Paolo Bonzini wrote: > >>>> Il 28/05/2013 15:32, Michael S.
2011 Apr 07
2
[RFC][PATCH] virtio balloon: kill tell-host-first logic
The virtio balloon driver has a VIRTIO_BALLOON_F_MUST_TELL_HOST feature bit. Whenever the bit is set, we must always tell the host before we free pages back to the allocator. Without this we might free a page (and have another user touch it) while the hypervisor is unprepared for it. But, if the bit is _not_ set, we are under no obligation to reverse the order. Furthermore, all modern qemus
2011 Apr 07
2
[RFC][PATCH] virtio balloon: kill tell-host-first logic
The virtio balloon driver has a VIRTIO_BALLOON_F_MUST_TELL_HOST feature bit. Whenever the bit is set, we must always tell the host before we free pages back to the allocator. Without this we might free a page (and have another user touch it) while the hypervisor is unprepared for it. But, if the bit is _not_ set, we are under no obligation to reverse the order. Furthermore, all modern qemus
2016 Apr 05
3
tinc - switch mode bridge
Hi I am testing running tinc in switch mode. , my topology is as follows Site 1 (tinc-srv01) -> Site 2 (tinc-srv02) I have configured the bridge interfaces with ip addresses and able to ping between bridges. I then setup a server on each site and tested layer 2 connectivity between the two servers. Topology as follows. Server 1 - *Site 1* (tinc-srv01) -> *Site 2* (tinc-srv02) - Server 2
2015 Jun 09
2
[LLVMdev] C++14 support for shared_mutex
On 6/8/2015 10:10 PM, Tim Northover wrote: > On 8 June 2015 at 17:53, Edward Diener <eldlistmailingz at tropicsoft.com> wrote: >> How can I tell at compile time through predefined macros whether libc++ >> includes/supports the C++14 header file shared_mutex ? > > I doubt it's even theoretically possible. Clang can be used with > multiple standard libraries, and
2013 May 28
2
[PATCH] virtio-balloon spec: rework VIRTIO_BALLOON_F_MUST_TELL_HOST feature, support silent deflation
Il 28/05/2013 12:45, Michael S. Tsirkin ha scritto: > On Tue, May 28, 2013 at 10:38:35AM +0200, Paolo Bonzini wrote: >> Il 27/05/2013 19:02, Michael S. Tsirkin ha scritto: >>>>> So if we don't want to require all guests to tell host >>>>> first, all we need to do is admit it's not a bug. >>>> >>>> I think we want the
2005 Feb 04
5
2 small problems: integer division and the nature of NA
Hi, I'm wondering why 48 %/% 2 gives 24 but 4.8 %/% 0.2 gives 23... I'm not trying to round up here, but to find out how many times something fits into something else, and the answer should have been the same for both examples, no? On a different topic, I like the behavior of NAs better in R than in SAS (at least they are not considered the smallest value for a variable), but at the
2006 May 15
3
How to tell if RTP stream is has been reinvited?
Howdy, How can you tell if RTP traffic has been reinvited/is bypassing an * server? Sincerely, Brent A. Torrenga brent.torrenga@torrenga.com Torrenga Engineering, Inc. 907 Ridge Road Munster, Indiana 46321-1771 +1 219 836 8918 x325 Voice +1 219 836 1138 Facsimile www.torrenga.com
2003 Sep 22
10
Logging updated files?
Hello - I've been doing some experimenting this morning with logging and can't seem to get exactly what I'm looking for. What I'd like, is to be able to get a listing of all files that changed on the local side and that were updated to the remote side via rsync. The literal data info tells me how many bytes were transferred total, but I'd like to get the break down per file,
2004 Aug 27
2
Zap & ANSWER the Call
...t;, "Zap/4/something|25","2004-08-27 20:15:34","200 4-08-27 20:15:36","2004-08-27 20:15:43",9,7,"ANSWERED","BILLING" Is that right? Version: Asterisk 0.9.0 Thanks in advance. - -- ============================================ Rodrigo P. Telles <telles@devel-it.com.br> Project Manager Devel-IT - http://www.devel-it.com.br TDKOM Group ============================================ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQFBL8ZdiLK8unYgEMQRAuR/AKCDfvkFnJ2/EFSZLD9dwDeXXtuDEwCfVrfn Fi/bOObgz1GesqYNbeK+Vi4= =...