similar to: wine troubleshooting solution not found

Displaying 20 results from an estimated 100 matches similar to: "wine troubleshooting solution not found"

2007 Jul 31
1
DTMF integration pana d500
Yes and No The D500 is a terrible thing First problem: it sends some horrible DTMF, so if your voicemail is configured to send #H and *H, it will not work, configure it to send numbers, like 8H and 9H (H is a placeholder for the extension). I also managed to use the MWI (message light), it's a perl script that is in voip-info.org, but with a little correction because the wiki distorted it. If
2019 Jan 08
1
[PATCH] v2v: -o openstack: Don't echo full commands (RHBZ#1664310).
They can contain passwords or tokens if for example the ‘-oo os-password’ option is used. Thanks: Tomáš Golembiovský, Brett Thurber. --- v2v/output_openstack.ml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/v2v/output_openstack.ml b/v2v/output_openstack.ml index 95c42cbed..3ff1e1269 100644 --- a/v2v/output_openstack.ml +++ b/v2v/output_openstack.ml @@ -177,8
2002 Jan 23
4
[Bug 75] Error compiling in ssh-agent.c
http://bugzilla.mindrot.org/show_bug.cgi?id=75 ------- Additional Comments From djm at mindrot.org 2002-01-23 17:16 ------- AFAIK atexit() should only take one arg. It looks like configure might not be finding your libc atexit() and is using the compat macro in defines.h. What does configure report when it looks for atexit()? Ben, the compat macro looks wrong too. It is currently defined
2005 Dec 01
3
Google Earth vs KERNEL32.dll.IsWow64Process
Brian Litzinger schrieb: > I'm trying to run Google Earth (tried current + two previous versions). Install it via the Winetools http://www.von-thadden.de/Joachim/WineTools/ and it should work. Sven
2003 Oct 22
1
Permission Denied over Night
Hy, I've setup up a Samba 3.0.0 Installation for ~30 Users. Today i got a call that nobody could write to any File on the Servers. After restarting smbd and nmbd access was granted again. I didnt have time to try it myself but i saw in the logs afterwards that there were many Permission denied Errors, even on files/dirs that the user owned. Is this a known problem, or could i do something
2005 Aug 26
5
voip-info - is it alive
I cannot reach voip-info - is it just me or is the site not available ? Julian
2002 Sep 09
0
wine-users digest, Vol 1 #1242 - 7 msgs
-----Original Message----- From: wine-users-request@winehq.com [mailto:wine-users-request@winehq.com] Sent: Saturday, September 07, 2002 10:01 AM To: wine-users@winehq.com Subject: wine-users digest, Vol 1 #1242 - 7 msgs Send wine-users mailing list submissions to wine-users@winehq.com To subscribe or unsubscribe via the World Wide Web, visit http://www.winehq.com/mailman/listinfo/wine-users
2018 May 01
1
Re: [PATCH] v2v: Map Windows Server 2012 R2 x86-64 to ovirt ID 25.
> On 1 May 2018, at 12:34, Richard W.M. Jones <rjones@redhat.com> wrote: > > This was the apparent cause of a conversion failure: ah, no, that’s not actually the reason. It is not a correct id, but it’s close enough (still a valid Windows id), there is a bug in the ovirt-engine import[1] It’s a simple enough fix, but delivering it is a bit challenging. We can only do the first
2007 Aug 22
5
BIND issues, server not responding
Hi all, My CentOS 5 nameserver is seemingly unable to be queried by anything but itself (localhost, 127.0.0.1). From any other machine, including the primary which *does* transfer zone files correctly to this machine (which is secondary), requests time out. I've put SELinux into permissive mode, so I don't think that's an issue. /var/named/chroot/etc/named.conf begins thus:
2019 Apr 16
6
[PATCH v2v v2 2/2] v2v: Copy static IP address information.
Essentially identical to v1 except that it now uses (overloads?) the --mac option to supply this data. Rich.
2002 Feb 25
3
PATCH: Samba/Win2K renaming bug
Hi there. I'm running Samba 2.2.3a on RedHat 7.1 + kernel 2.4.17. My girlfriend's laptop is running Windows 2000 + service pack 2. She has about a thousand MP3s stored on a Samba share on my RedHat machine. We were finding that she couldn't rename any MP3s on the Samba share: she would always get a sharing violation. After a day of reading Samba logs at debug 10 (_such_ fun [ ;)
2002 Sep 09
0
wine-users digest, Vol 1 #1245 - 6 msgs
-----Original Message----- From: wine-users-request@winehq.com [mailto:wine-users-request@winehq.com] Sent: Monday, September 09, 2002 4:02 PM To: wine-users@winehq.com Subject: wine-users digest, Vol 1 #1245 - 6 msgs Send wine-users mailing list submissions to wine-users@winehq.com To subscribe or unsubscribe via the World Wide Web, visit http://www.winehq.com/mailman/listinfo/wine-users or,
2019 Apr 15
2
[PATCH v2v 1/2] v2v: windows: Add a helper function for installing Powershell firstboot scripts.
--- v2v/windows.ml | 24 ++++++++++++++++++++++++ v2v/windows.mli | 6 ++++++ 2 files changed, 30 insertions(+) diff --git a/v2v/windows.ml b/v2v/windows.ml index 23d589b00..dde64e677 100644 --- a/v2v/windows.ml +++ b/v2v/windows.ml @@ -19,6 +19,7 @@ open Printf open Common_gettext.Gettext +open Std_utils open Tools_utils open Utils @@ -45,3 +46,26 @@ and check_app { Guestfs.app2_name
2019 Jul 11
2
[PATCH v3 0/2] v2v: Copy static IP address information over for Windows guests
Patch v2 was here: https://www.redhat.com/archives/libguestfs/2019-April/thread.html#00114 There's no change here except that I've rebased it against the latest master branch and retested. There was a comment by Pino (https://www.redhat.com/archives/libguestfs/2019-April/msg00117.html) which isn't incorporated into this patch. Rich.
2018 Dec 04
2
[PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
This patch is just for discussion. There are still a couple of issues that I'm trying to fix. One is that all of the test guests I have, even ones with static IPs, have multiple interfaces, some using DHCP, so the conditions for adding the Powershell script don't kick in. This makes testing very awkward. However a bigger issue is that I think the premise is wrong. In some registries
2018 Dec 11
2
[PATCH v2 2/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503).
v1 was here with much discussion: https://www.redhat.com/archives/libguestfs/2018-December/msg00048.html v2: - Fix the case where there are multiple interfaces. Note this does not preserve order correctly (see patch for comment on why that is a hard problem). - Preserve name servers. This patch is still for discussion only. I'd like to see what might be done to get this upstream
2019 Nov 14
1
ANNOUNCE: libnbd 1.2 & nbdkit 1.16 - high performance NBD client and server
I'm pleased to announce the releases of libnbd 1.2 and nbdkit 1.16. These are a high performance Network Block Device (NBD) client library and server. Key features of libnbd: * Synchronous API for ease of use. * Asynchronous API for writing non-blocking, multithreaded clients. You can mix both APIs freely. * High performance. * Minimal dependencies for the basic library. *
2018 Dec 06
0
[PATCH FOR DISCUSSION ONLY 0/2] v2v: Copy static IP address information over for Windows guests (RHBZ#1626503)
...adding a few thoughts around this proposal. There are times when we need to preserve the IP/MAC address(s) for VM migration for things such as: 1. Licensing tied to the IP/MAC address 2. Complex configurations such as HA clustering 3. Anytime network preservation is needed to run post configuration playbooks in some migration solutions 4. Using in OS agents to manipulate networking may not
2020 Apr 24
0
Re: virt-v2v: error: no href in ovf:File (id=)
On Friday, 24 April 2020 19:12:10 CEST Andrew Thurber (anthurbe) wrote: > Thank you Pino, > Please explain a bit more, I'm not sure I have the same situation as https://bugzilla.redhat.com/1709722 > In my case it complains there is no href, but there is. Not all the disks have a non-empty ovf:fileRef, see in particular: > > <Disk ovf:capacity="${logfs}"
2006 Jan 13
1
Send XML Document with SOAP
Hello, yes it''s another ruby-nuby question but i cant find the right docs so I hope either someone has an answer or can provide links to what i havent been able to find. I am trying to call a wsdl web service running on .net server with a ruby client. I can make the request and with a wiredump I see the SOAP request and responce XML files, the files are correct but I am not sure