Displaying 6 results from an estimated 6 matches similar to: "[PATCH] few minor bugfixes"
2009 Jun 01
2
[PATCH viewer] few minor bugfixes
- perform dns lookup on hostname,
- randomize local tunnel port
- simple autobuild script
- bump rpm spec version
---
autobuild.sh | 41 +++++++++++++++++++++++++++++++++++++++++
main.c | 14 +++++---------
ovirt-viewer.spec | 9 ++++++++-
tunnel.c | 29 ++++++++++++++++++++---------
4 files changed, 74 insertions(+), 19 deletions(-)
create mode 100755
2009 May 19
2
[PATCH server] added ovirt vnc proxy server, to proxy vnc request to managed vms
run on startup by default like the other ovirt services
---
conf/ovirt-vnc-proxy | 49 ++++++++
installer/modules/ovirt/manifests/ovirt.pp | 1 +
ovirt-server.spec.in | 5 +
src/vnc-proxy/vnc-proxy.rb | 167 ++++++++++++++++++++++++++++
4 files changed, 222 insertions(+), 0 deletions(-)
create mode 100755 conf/ovirt-vnc-proxy
2009 Jun 10
1
[PATCH] add cmd line option for server vnc port
---
internal.h | 3 +++
main.c | 3 +++
tunnel.c | 7 ++-----
3 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/internal.h b/internal.h
index 80e675e..bd65922 100644
--- a/internal.h
+++ b/internal.h
@@ -71,6 +71,9 @@ extern gboolean check_cert;
/* server we're connecting to */
extern const char* hostname;
+/* port which to connect to the server via vnc */
2013 Mar 01
0
Wine release 1.5.25
The Wine development release 1.5.25 is now available.
What's new in this release (see below for details):
- Proper cursor support in the Mac driver.
- Fixes for right-to-left support in RichEdit.
- Initial version of a Wingdings font.
- Various bug fixes.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.5.25.tar.bz2
2015 Mar 10
2
net ads join fails
On 10.03.2015 21:43, Rowland Penny wrote:
>
> I wonder if it is a time problem, does 'date' return the same time
> (allowing for being run on different machines), they need to be very
> close together.
>
> Rowland
>
Time seems okay, the system is getting it from the first DC, but I found
something interesting in the serverlog:
Not authoritative for
2015 Mar 10
2
net ads join fails
Oh, I have a pair of samba-4.1.17-DC's, raspberry-pi and dc2 to which make the domain ad.dilken.eu on site Neuoetting.
resolv.conf points to the two dc's:
search ad.dilken.eu
nameserver 192.168.2.33
nameserver 192.168.2.2
In the output I find some relations to dc2 resp. 192.168.2.2, but perhaps it doesn't work as expected..
Greetings
Am 10.03.2015 um 21:23 schrieb Rowland Penny: