search for: networkname

Displaying 18 results from an estimated 18 matches for "networkname".

2009 Jul 21
2
[PATCH node-image] Adds a preserve option for autotest VMs.
...d-off-by: Darryl L. Pierce <dpierce at redhat.com> --- autotest.sh | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/autotest.sh b/autotest.sh index c9f8a2d..b72ec98 100755 --- a/autotest.sh +++ b/autotest.sh @@ -219,6 +219,9 @@ stop_networking () { networkname=${NETWORK_NAME-} fi + # exit if preserve was enabled + if $preserve_vm; then return; fi + if [ -n "${networkname}" ]; then debug "Destroying network interface: ${networkname}" check=$(sudo virsh net-list --all) @@ -388,6 +391,9 @@ destroy_node...
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...dhcp}" == "false" ]; then + if $start_dnsmasq; then + start_dnsmasq $ifacename $workdir "" $nodename + fi + fi +} + +# Destroys the test network interface +# $1 - the network name +# $2 - stop dnsmasq (def. false) +stop_networking () { + local networkname=${1-} + local stop_dnsmasq=${2-true} + + # if no network was supplied, then check for the global network + if [ -z "$networkname" ]; then + networkname=${NETWORK_NAME-} + fi + + # exit if preserve was enabled + if $preserve_vm; then return; fi + + if [ -n &quot...
2011 Aug 16
9
Rails Looping with different attributes
...#39;'t able to get the solution. I hope i will get some help here. I am using these three find methods to get different types of devices. I dont have any relationships between any models. windows_devices = BaseManagedEntity.find(:all, :select => "b.BaseManagedEntityInternalId, c.NetworkName, c.IPAddress, s.HealthState, s.LastModified", :joins => "as b INNER JOIN mt_computer as c ON c.basemanagedentityid = b.basemanagedentityid INNER JOIN state as s ON b.basemanagedentityid = s.basemanagedentityid", :conditions => "IsManaged = 1 and s.LastModified...
2012 Nov 13
1
IPV6 configuration
Hi, I am running package libvirt-0.9.11.6-1.fc17.x86_64 on a kernel-3.6.5-1.fc17.x86_64 Fedora 17. I have set up the host with an IPv6 address, and I made some successfull tests transferring in IPv6 mode to/from other hosts. I want to set up libvirt to get an IPv6 address for his local network interface, same for the guests. I want the guests to be able to communicate directly on the
2010 Jun 30
5
tinc on macosx
Hi, I have macosx 10.5.8 and Tunnelblick (openvpn) installed before. I have installed tinc using port and got version 1.0.11 (Jun 29 2010 15:10:51) now I have 2 problems: 1) the interface variable from the tinc.conf is not used, instead I have a tun0 interface (or tap0). 2) the tinc-up script seems to be fired too early as I get an error: ifconfig: interface /dev/tap0 does not exist when I run
2016 Sep 21
2
List of reacheable partners
Hi everybody. Is there a way to have a list of reacheable partners and its connection status? I need to list all partners in any tinc instance, its status (connected / disconnected) and connection method (direct, relayed thru other partner, etc.) Thanks! -- *Ing. Guillermo Bisheimer* *B&S Sistemas de Control y Equipamientos* Av. de los Constituyentes 1172 (E3116CIX) Crespo, Entre RĂ­os
2012 May 07
0
R CMD check, interfacing c++ linking errors
...antVec,confnew,R); vector<pair<int,int> > mergers; findConfModules(treeMap,bootstraps,significantVec,mergers,confnew); SEXP name = VECTOR_ELT(gdiag,0); SEXP links = VECTOR_ELT(gdiag,2); Rprintf("teve"); int totalDegree = INTEGER(VECTOR_ELT(gdiag,4))[0]*2; string networkName = string(CHAR(STRING_ELT(name,0))); ofstream outfile; ostringstream oss; int nLinks = INTEGER(links)[0]; oss.str(""); oss << networkName << ".smap"; outfile.open(oss.str().c_str()); outfile << "# modules: " << l << endl;...
2007 Nov 23
1
serverbased profiles doesnt load at winxp login
...from the clients with ip and the netbios name! for tests i also set the smb-server as wins and dns on the clients - with the same error on login. when a user logs in onto a client the user profile doesnt load, and a error message pop up, for about 30 seconds, with the circa message: "the networkname cant be found". the profiles are set to serverbased on the clients (its the standard). i dont know if its important, but: the clients login through vpn (the vpn server is the same machine as the samba server), vpn seems to work correctly. sorry for my bad english. hope someone can hel...
2012 May 08
0
R CMD check, c++ source linking errors
...antVec,confnew,R); vector<pair<int,int> > mergers; findConfModules(treeMap,bootstraps,significantVec,mergers,confnew); SEXP name = VECTOR_ELT(gdiag,0); SEXP links = VECTOR_ELT(gdiag,2); Rprintf("teve"); int totalDegree = INTEGER(VECTOR_ELT(gdiag,4))[0]*2; string networkName = string(CHAR(STRING_ELT(name,0))); ofstream outfile; ostringstream oss; int nLinks = INTEGER(links)[0]; oss.str(""); oss << networkName << ".smap"; outfile.open(oss.str().c_str()); outfile << "# modules: " << l << endl;...
2012 May 08
1
R CMD check linking errors, when interfacing c++
...antVec,confnew,R); vector<pair<int,int> > mergers; findConfModules(treeMap,bootstraps,significantVec,mergers,confnew); SEXP name = VECTOR_ELT(gdiag,0); SEXP links = VECTOR_ELT(gdiag,2); Rprintf("teve"); int totalDegree = INTEGER(VECTOR_ELT(gdiag,4))[0]*2; string networkName = string(CHAR(STRING_ELT(name,0))); ofstream outfile; ostringstream oss; int nLinks = INTEGER(links)[0]; oss.str(""); oss << networkName << ".smap"; outfile.open(oss.str().c_str()); outfile << "# modules: " << l << endl;...
2016 Sep 21
0
List of reacheable partners
...a list of reacheable partners and its connection > status? I need to list all partners in any tinc instance, its status > (connected / disconnected) and connection method (direct, relayed thru > other partner, etc.) With tinc 1.1 you have a client command which can do things like tinc -n networkname dump nodes For tinc 1.0.x nothing really exists, dumping debug stuff to syslog does not really count. Note that you can connect one tinc 1.1 node to an otherwise 1.0.x network and use that to export/process the tinc internal infos, without the need to update everything right away. c'ya sv...
2007 May 19
0
Connection to failed
...nt = SuSE Disk path = /mnt/SuSE read only = no guest ok = yes create mask = 777 dos filetimes = yes case sensitive = no strict locking = no msdfs proxy = no user=rh --------------- On my Windows notebook (Windows Vista Home Premium 6.0) i try to net use x: \\Desktop\rh and get s a systemerror 67 networkname not found Has anyone an idea what goes wrong? Thanks in advance
2012 Jul 19
1
virsh define function question
...ot;true" ide0:0.deviceType = "ata-hardDisk" ide0:0.fileName = "/vmfs/volumes/349969f9-070dee8d/./windows2008.vmdk" floppy0.present = "false" floppy1.present = "false" ethernet0.present = "true" ethernet0.virtualDev = "e1000" ethernet0.networkName = "VM Network" ethernet0.connectionType = "bridged" ethernet0.addressType = "vpx" ethernet0.generatedAddress = "00:50:56:91:00:07" svga.vramSize = "8388608" zhanggp -------------------------------------------------------------------------------...
2005 Jul 06
0
Domain member server on AIX 5.3
...ytes (EOF) - restart samba (goto: first try) This is what works on aix domain member from XP (after restarting samba (only first connect)): - open, save and rename files - changing acl's After disconnecting from aix member server, there are no further connections available (Error message: the networkname is not available). My samba domain member setup works perfectly with FC3 and FC4. I had the same problems (NetBIOS over TCP disabled -- no workgroup available) after updating from 3.0.10 to 3.0.11 on the rh8.0 pdc. Updating from nss_ldap-198 to nss_ldap-207 (rebuild from SRPM) solved the problem....
2017 Apr 11
4
v2v: Implement -i vmx to read VMware vmx files directly (RHBZ#1441197).
https://bugzilla.redhat.com/show_bug.cgi?id=1441197
2007 Nov 26
3
[samba pdc] serverbased profiles doesnt load at winxp login
...from the clients with ip and the netbios name! for tests i also set the smb-server as wins and dns on the clients - with the same error on login. when a user logs in onto a client the user profile doesnt load, and a error message pop up, for about 30 seconds, with the circa message: "the networkname cant be found". the profiles are set to serverbased on the clients (its the standard). i dont know if its important, but: the clients login through vpn (the vpn server is the same machine as the samba server), vpn seems to work correctly. sorry for my bad english. hope someone can hel...
2002 Jul 22
0
Here's a working samba.conf
...and = change share command = delete share command = config file = preload = lock dir = /var/cache/samba pid directory = /var/run/samba utmp directory = wtmp directory = utmp = No default service = message command = dfree command = valid chars = remote announce = 192.168.1.1/networkname remote browse sync = socket address = 0.0.0.0 homedir map = time offset = 0 NIS homedir = No source environment = panic action = hide local users = No host msdfs = No winbind uid = winbind gid = template homedir = /home/%D/%U template shell = /bin/false winbind separator = \ wi...
2008 Mar 27
6
Problems pinging PC on tunnel
Hello! I have set up tunnel between a FreeBSD machine and Windows Vista. Tunnel is established, but when I try to ping either end ping fails. I have temporarily switched off firewalls on both machines, no luck. Here is client tinc.conf on Vista: Name = lenovo_client ConnectTo = lenovo_server Interface = tinctap Subnet = 10.20.40.0/24 Sevrer tinc.conf on FreeBSD: Device=/dev/tap0