similar to: [Bridge] Re: Bridge Query...

Displaying 20 results from an estimated 3000 matches similar to: "[Bridge] Re: Bridge Query..."

2004 May 11
0
problem with samba like LMB on windows network
hello, i have problem with Local Master Browser (LMB) election on our network and i'd like to ask you for help. we have setup local network for wireless internet connection sharing. it uses 10.0.0.0/255.0.0.0 range and computers use common workgroup (named Riadok). there is about 20 computers and 1 server (10.0.0.1) running samba. it works also like primary DNS server, proxy and
2002 Jul 17
0
api_netlog_rpc: NET_SAMLOGON failed
Hi, I've got a RH72 box called FILESERV acting as a PDC for a while now. It's been doing fine with Win2k clients. The version of the PDC Samba is 2.2.3a-1. I've now added a RH72/samba-2.2.1a-4 machine called GOA to the domain. I've set it to use FILESERV as the password server. On GOA I created a local linux user that's name matches the one in the Windows domain (peter). It
2013 Aug 23
2
Re: virsh "cpu-stats" not working !!!
Hi Eric, Thanks for your valuable time and comments. >> Are you sure cpuacct was mounted prior to libvirtd starting? Yes, we are mounting cpuacct before starting the libvirtd daemon. >> Libvirt won't mount cgroups; Yes, Agree. >>it only uses what was mounted at the time it was started. But we are mounting it well before it is started. We are facing the issue only while
2010 Feb 05
2
Segmentation Fault while compiling and installing openssh-3.9p1
I am trying to compile and install openssh-3.9p1 (with openssl-0.9.7j) on my personal dev env to have a play. I get the below mentioned segmentation fault message. --------- Generating public/private rsa1 key pair. /bin/sh: line 1: 10901 Segmentation fault ./ssh-keygen -t rsa1 -f /home/vinay/var/vinay_ssh/etc/ssh_host_key -N "" Generating public/private dsa key pair. /bin/sh: line
2007 Apr 18
1
[Bridge] why ./brctl showmacs br0 display nothing?
hi: my box use eth0 connect my pc. but I type command "./brctl showmacs br0", no mac addr display and the" brctl showmacs program" not exit,always exec # ./brctl show bridge name bridge id STP enabled interfaces br0 8000.000123456789 no eth0 hdlc0 # ./brctl showmacs br0
2015 Nov 02
0
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Minor Correction, Yes, we are using Hardware RAID-0, which uses HP Smart Array P220i Controller. Thanks, Tejas On Mon, Nov 2, 2015 at 3:48 AM, SHREE DUTH Awasthi < shreeduth.awasthi@gmail.com> wrote: > Hello Richard, > > Thanks a lot for your time and response. Please find the requested details > attached. > > RAID-0 is the software raid level which we have configured
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
On Wed, Oct 3, 2012 at 2:33 AM, vinay m <mvinay05041990 at gmail.com> wrote: > Hi, > Is it possible to recreate the LoopInfo analysis in my pass? > No. You need your pass to be a FunctionPass in order to use the LoopInfo (and associated) analyses. > > Thanks , > Vinay > > On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote:
2014 Mar 27
1
arm64 support
I am trying to generate the config and makefiles using ./autogen.sh on the mac but get the following error: Can't exec "aclocal": No such file or directory at /usr/local/share/autoconf/Autom4te/FileUtils.pm line 326. autoreconf: failed to run aclocal: No such file or directory How do I build opus from source? Am I missing some step? On Thu, Mar 27, 2014 at 11:29 AM, Vinay Nair
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi, Is it possible to recreate the LoopInfo analysis in my pass? Thanks , Vinay On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote: > This is not currently supported by the LLVM pass manager system. It is a > serious deficiency that I (and others) would like to address, but it > requires significant changes to the pass manager and analysis
2011 Jul 07
4
Return invisible list
Hi, I'm new to R. I'm trying to do some extreme value theory analysis, looking at the Mean Excess Plot of a series. These are the commands I type to get the plot: x=read.table("data.txt",header=T) goa=(x[,3]) meplot(goa) I can see the plot, but I would like to see the values of the x and y axis. According to this page
2014 Aug 26
1
Bug#759384: xen: Lack of copyright entry for Vinay Sajip
Source: xen Version: Lack of copyright entry for VInay Sajip Severity: normal Dear Maintainer, I noticed that d/copyright lacks information for Vinay Sajip and his permissive license. You can see for which files it should be included: http://codesearch.debian.net/search?prev=0&q=the+name+of+Vinay+Sajip&skip=99, e.g. tools/python/logging/logging-0.4.9.2/* and
2014 Mar 27
3
arm64 support
I have used the patch to build opus 1.1. Although I have not tried the latest git master, will try that. Will that work for armv7, armv7s and arm64? On Wed, Mar 26, 2014 at 11:01 PM, Martin Storsj? <martin at martin.st> wrote: > On Wed, 26 Mar 2014, Jonathan Lennox wrote: > > >> On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: >>
2005 Jul 18
0
DOMU loses outside connection
When I start xen dom0 I get that same dhcp address for eth0 and for xen-br0, dom0 can talk to the world. If I start each of my 3 domU''s mannually, each guest gets a xen-br0 vif with a dhcp address and all 3 can talk to the outside world and each other (my "flat network"). What I want is a tiered network with the first domU acting as a firewall with 3 nics vif = [
2014 Mar 26
2
arm64 support
Hi, I wanted to build opus along with PJSIP for iOS for the architecture arm64. I wanted to know if opus supports arm64? -- Vinay Nair vinay.nair at novanet.net -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/opus/attachments/20140326/e617665a/attachment.htm
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
This is not currently supported by the LLVM pass manager system. It is a serious deficiency that I (and others) would like to address, but it requires significant changes to the pass manager and analysis dependency system. I have some dim hope of working on fixing this limitation, but it won't be quick. ;] On Wed, Oct 3, 2012 at 1:49 AM, vinay m <mvinay05041990 at gmail.com> wrote:
2007 Apr 18
3
[Bridge] Linux bridging code bounces back frames?
Hi, I'm trying to build a bridge using a 486DX2/66 with two 10 Mbit Ethernet NICs. The machine (tsushima) is running Debian stable and kernel 2.4.26. Previously I used it as a router, so I know the hardware (NICs) is working. The NICs are as follows: eth0: WD80x3 at 0x280, 00 00 C0 0A 2C 2F WD8003-old, IRQ 10, shared memory at 0xd0000-0xd1fff. eth16i.c: v0.35 01-Jul-1999 Mika Kuoppala
2014 Mar 26
2
arm64 support
On Mar 26, 2014, at 7:55 AM, Peter Robinson <pbrobinson at gmail.com> wrote: > On Wed, Mar 26, 2014 at 11:45 AM, Vinay <vinay.nair at novanet.net> wrote: >> Hi, >> >> I wanted to build opus along with PJSIP for iOS for the architecture arm64. >> I wanted to know if opus supports arm64? > > The opus code builds fine on ARM64 on Linux at least,
2013 Aug 21
2
virsh "cpu-stats" not working !!!
> > Hi All, > > Can you please guide us in solving this issue. > > Version used : libvirt-1.0.6 > # rpm -qa | egrep "libvirt|qemu" > qemu-kvm-0.14.1-1_WR4.3.x86_64_XXX.x86_64 > libvirt-1.0.6-1_WR4.3.x86_64_XXX.2.x86_64 > > Problem : > > # virsh cpu-stats CLA-0 > error: Failed to retrieve CPU statistics for domain 'CLA-0' > *error:
2009 Aug 26
0
VIFs disappear from bridge - 3.0.3 Debian Etch
Hi all, We''ve been using Xen 3.0.3-1 on Debian Etch for around 2 years now using standard Xen bridging. Over the past few months, we''ve experienced the periodic disappearance of VIF macs from the FDB of the bridge. It seems to happen at random, primarily with domUs that typically receive less network traffic. When the VIF stops responding, the mac address for it still shows up
2007 Apr 18
1
[Bridge] physical interface on a bridge
Hi Is there a way to either: Find the real ifindex/ifname a mac-address is bound to or Find the real ifindex/ifname of an incoming packet ? I am writing a dhcp server and need to know what real interface the dhcp re= quest packet came from. An acceptable solution would be to get the interfac= e by the mac-address, but that can be faked so I would rather get the inter= face by knowing where the