search for: listenaddr

Displaying 10 results from an estimated 10 matches for "listenaddr".

2010 Aug 20
0
libvirt support spice protocol
..."subsystem", @@ -267,6 +268,12 @@ void virDomainGraphicsDefFree(virDomainGraphicsDefPtr def) case VIR_DOMAIN_GRAPHICS_TYPE_DESKTOP: VIR_FREE(def->data.desktop.display); break; + + case VIR_DOMAIN_GRAPHICS_TYPE_SPICE: + VIR_FREE(def->data.spice.listenAddr); + VIR_FREE(def->data.spice.keymap); + VIR_FREE(def->data.spice.passwd); + break; } VIR_FREE(def); @@ -1692,6 +1699,38 @@ virDomainGraphicsDefParseXML(virConnectPtr conn, def->data.desktop.fullscreen = 0; def->data.desktop.display...
2007 Jan 23
2
Re: [nut-commits] svn commit r731
...y.qualified.domain.name > + or an [address literal] > + - cleaned up IPv6 code > + * conf/upsd.conf.sample: > + - added new LISTEN parameter > + > Wed Jan 10 15:42:20 UTC 2007 / Arjen de Korte <arjen@de-korte.org> > > - server/upsd.c: set a default for the listenaddress if we're using > > Modified: trunk/clients/upsclient.c > ============================================================================== > --- trunk/clients/upsclient.c (original) > +++ trunk/clients/upsclient.c Sat Jan 13 21:22:28 2007 > @@ -27,6 +27,7 @@ > #include &l...
2007 Jan 06
1
Re: [nut-commits] svn commit r710 - in trunk: . clients server
...=================== > --- trunk/server/upsd.c (original) > +++ trunk/server/upsd.c Sat Jan 6 19:39:08 2007 > @@ -61,11 +61,15 @@ > static int listenfd, net_port = PORT; > > /* default is to listen on all local interfaces */ > +#ifndef HAVE_IPV6 > +static struct in_addr listenaddr; > +#else > static char *listenaddr = NULL; > > /* AF_ */ > > static int opt_af = AF_UNSPEC; > +#endif > > /* signal handlers */ > static struct sigaction sa; > @@ -77,6 +81,7 @@ > /* set by signal handlers */ > static int reload_flag = 0, exit_...
2007 Jan 06
3
Re: [nut-commits] svn commit r708 - in trunk: . clients server
...h> > #include <sys/socket.h> > +#include <netdb.h> > > #ifdef HAVE_SSL > #include <openssl/err.h> > @@ -60,7 +61,11 @@ > static int listenfd, net_port = PORT; > > /* default is to listen on all local interfaces */ > -static struct in_addr listenaddr; > +static char *listenaddr = NULL; > + > +/* AF_ */ > + > +static int opt_af = AF_UNSPEC; > > /* signal handlers */ > static struct sigaction sa; > @@ -72,6 +77,20 @@ > /* set by signal handlers */ > static int reload_flag = 0, exit_flag = 0; > > +c...
2002 Jan 05
2
new feature w/ patch
I've attached a patch to OpenSSH 3.0.2p1 that will allow the client side of local port forwarding to be bound to a single address. For my purposes, binding to 127.0.0.1 or (via GatewayPorts) all addresses would not work. I overloaded the "-b local_host" option so that it's address will be used when "-L port:remote_host:remote_port" is also specified. Today is the first
2017 Apr 20
2
Re: libvirtd segfault when using oVirt 4.1 with graphic console - CentOS7.3
hello, I attached core dump - not sure if it was what you have asked for I am rather just admin not developer :) Regards, Rafal Wojciechowski W dniu 20.04.2017 o 16:44, Pavel Hrdina pisze: > On Thu, Apr 20, 2017 at 07:36:42AM +0200, RafaƂ Wojciechowski wrote: >> hello, >> >> I am getting such error: >> libvirtd[27218]: segfault at 0 ip 00007f4940725721 sp
2001 Apr 10
1
Suspicious shadow listen port
...0 0 130.238.4.133.22 *.* LISTEN What in ?@# is 32785 ?? # lsof ... sshd 11152 root 5u IPv4 0x7003ded8 0t0 TCP *:32785 (LISTEN) sshd 11152 root 6u IPv4 0x7004ded8 0t0 TCP xxx.yyy.zzz.hhh:22 (LISTEN) ... #cat /etc/sshd_config Port 22 Protocol 2,1 ListenAddress xxx.yyy.zzz.hhh ListenAddress xxx.yyy.zzz.XXX .... OOPS, forgot to remove a old ListenAddress for a removed interface... Did that and HUP-ed sshd # lsof ... sshd 11152 root 6u IPv4 0x7004ded8 0t0 TCP xxx.yyy.zzz.hhh:22 (LISTEN) ... That is, a Listen config line for a non-existing address g...
2017 Apr 21
0
Re: libvirtd segfault when using oVirt 4.1 with graphic console - CentOS7.3
..."ovirtmgmt", addr=addr@entry=0x7f194b99c7c0) at util/virnetdevip.c:795 #2 0x00007f19467800d6 in networkGetNetworkAddress (netname=<optimized out>, netaddr=netaddr@entry=0x7f1924013f18) at network/bridge_driver.c:4780 #3 0x00007f193e43a33c in qemuProcessGraphicsSetupNetworkAddress (listenAddr=0x7f19340f7650 "127.0.0.1", glisten=0x7f1924013f10) at qemu/qemu_process.c:4062 #4 qemuProcessGraphicsSetupListen (vm=<optimized out>, graphics=0x7f1924014f10, cfg=0x7f1934119f00) at qemu/qemu_process.c:4133 #5 qemuProcessSetupGraphics (flags=17, vm=0x7f19240155d0, driver=0x7f1934...
2012 Nov 26
13
[PATCH 0 of 4] Minios improvements for app development
This patch series contains a set of patches making minios rather easier to use, from an application development point of view. Overview of patches: 1 Command line argument parsing support, from Xen. 2 Weak console handler function. 3 Build system tweaks for application directories. 4 Trailing whitespace cleanup. (because it is very messy) Patch 4 is likely to be more controversial than
2011 Jun 06
0
Release of libvirt-0.9.2
...irt should be 0711. (Richard W.M. Jones) - remote: remove bogus virDomainFree. (Richard W.M. Jones) - qemudDomainMemoryPeek: change ownership/selinux label on temporary file. (Richard W.M. Jones) - Fix QEMU migration cookie crash for guests with no graphics (Daniel P. Berrange) - Blank out the 'listenAddr' parameter if empty string (Daniel P. Berrange) - Improve invalid argument checks for the public API (Matthias Bolte) - qemu: fix typo in spice migration code (Michal Privoznik) - openvz: fix logic bug in previous patch (Eric Blake) - Fix error reporting in stream creation code (Matthias Bolte)...