Displaying 20 results from an estimated 1000 matches similar to: "IE6 encodings on wine"
2005 Jun 19
4
dcom98.exe fails to install.
I used the tool wine-config-sidenet from
http://sidenet.ddo.jp/winetips/config.html which works great.
I installed wine 20041201 as recommended and started wine-config-sidenet
setup program and IE6 seemed to run great however, some URLs didn't work
for example: www.arkia.co.il.
Looking at the FAQ I noticed I should install dcom98.exe. When
installing it I got windows popup stating:
2005 Aug 22
2
ie6 in wine ?
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I am using FC2. I installed
2007 Oct 23
2
Question on preparing WINE
I'm curious...
Since we can no longer use winetools or sidenet to install Windows
updates, components and other software (IE in particular) is there any
other method for installing needed components including IE (other than
IEs4Linux)?
I suppose using IEs4Linux would be okay if I could incorporate it into
my current wine configuration. But it seems to create it's own
implementation of
2017 Jan 12
2
RFC: Dynamically Allocated "Callee Saved Registers" Lists
Here in an example that explains the difference.
// Only declaration – No implementation
// Assume that the value is returned in EAX and the arguments are passed in EAX, ECX, EDX, ESI, EDI.
int __regcall callee (int a, int b, int c, int d, int e);
// implemented in a different module
void caller() {
…
x = callee(1,2,3,4,5);
…
}
What will be RegMask using IPRA register usage collector?
Callee
2024 Nov 26
1
Problem installing some r-packages via spack
Hi All,
This occurs when I try to install certain r packages via the Spack package
manager (the example is for DelayedArray):
70 ** R
71 ** inst
72 ** byte-compile and prepare package for lazy loading
>> 73 Error: objects 'crossprod', 'tcrossprod' are not exported by
'namespace:Matrix'
74 Execution halted
75 ERROR: lazy
2017 Jan 12
2
RFC: Dynamically Allocated "Callee Saved Registers" Lists
Hi Mehdi,
I think that the subject of the RFC is misleading.
The true problem that we are trying to solve is to remove returned/passed arguments from the regmask (According to the calling convention).
IPRA and CC updated RegMask can’t use the same mechanism because they contradict each other.
I think that the following analog will help to explain why I think that a reuse is redundant:
Let’s
2017 Jan 12
2
RFC: Dynamically Allocated "Callee Saved Registers" Lists
Hi Mehdi,
It is true that both IPRA and the proposed mechanism save RegMasks.
So you might say that the data structure in the immutable pass should be reused, but this is the only similarity.
Even this similarity is not exactly true.
I save register masks that doesn’t use passed/returned arguments while IPRA saves register masks for modified registers.
So how can they share the same mechanism?
2024 Oct 16
2
[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
On 16/10/2024 7:23, Christoph Hellwig wrote:
> On Tue, Oct 15, 2024 at 06:23:44PM +0300, Yonatan Maman wrote:
>> From: Yonatan Maman <Ymaman at Nvidia.com>
>>
>> This patch series aims to enable Peer-to-Peer (P2P) DMA access in
>> GPU-centric applications that utilize RDMA and private device pages. This
>> enhancement is crucial for minimizing data transfer
2024 Oct 08
3
[PATCH v4 0/2] drm/nouveau/dmem: Fix Vulnerability and Device Channels configuration
From: Yonatan Maman <Ymaman at Nvidia.com>
This patch series addresses two critical issues in the Nouveau driver
related to device channels, error handling, and sensitive data leaks.
- Vulnerability in migrate_to_ram: The migrate_to_ram function might
return a dirty HIGH_USER page when a copy push command (FW channel)
fails, potentially exposing sensitive data and posing a security
2024 Oct 18
1
[PATCH v1 0/4] GPU Direct RDMA (P2P DMA) for Device Private Pages
? 2024/10/16 17:16, Yonatan Maman ??:
>
>
> On 16/10/2024 7:23, Christoph Hellwig wrote:
>> On Tue, Oct 15, 2024 at 06:23:44PM +0300, Yonatan Maman wrote:
>>> From: Yonatan Maman <Ymaman at Nvidia.com>
>>>
>>> This patch series aims to enable Peer-to-Peer (P2P) DMA access in
>>> GPU-centric applications that utilize RDMA and private device
2006 Mar 29
1
IE and Windows Media Player?
Does IE and Windows Media Player (any version) work with Wine 0.9.10 or
the latest CVS version? If so, how to install? I've tried but failed:
* With the latest CVS and sidenet-1.9.1, using option "IE6 with WMP6
installation", the IE setup fails with "The download location information
is damaged".
* With Wine 0.9.10, using the FC4 RPM: The same as above.
* If I try
2006 Jul 03
2
Time entries in rsync log
Hi,
I get strange time entries in the rsync log, For example:
2006/07/02 14:56:12 [20054] rsync to upload/aspen/nhm from
plxc6266.pdx.intel.com (10.25.26.90)
2006/07/02 11:56:22 [20054] wrote 28 bytes read 3582404 bytes total
size 32030720
The first entry in the correct time and second is strange. I checked and
this is not the time on the destination.
Any ideas what is the
2006 Jul 16
1
Connection refuse to rsync
Hi,
We use rsync to share data between two remote sites. We are using rsync
after configuration of the rsync.conf file.
I created a module in the file with the relevant entries and
permissions.
The problem is that I get "connection refused ", when I try to run rsync
in the following way:
root@rsync1-mpg:/root# rsync ptsinf01.pt.intel.com::
rsync: failed to connect to
2008 Mar 30
2
Rsync on windows
Hi,
It there a way to use rsync from windows server, so it will pull data on
NFS through UNIX rsync server?
Thanks,
Oren Mark
Intel - Israel Engineering Computing
ISEC Data & Application Hosting
oren.mark@intel.com
(+) 972-4-865-5987
iNET: 465-5987
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain
2024 Oct 08
2
[PATCH v3 0/2] drm/nouveau/dmem: Fix Vulnerability and Device Channels configuration
From: Yonatan Maman <Ymaman at Nvidia.com>
This patch series addresses two critical issues in the Nouveau driver
related to device channels, error handling, and sensitive data leaks.
- Vulnerability in migrate_to_ram: The migrate_to_ram function might
return a dirty HIGH_USER page when a copy push command (FW channel)
fails, potentially exposing sensitive data and posing a security
2005 Aug 22
2
wine and Real Rhapsody player
I am trying to make Rhapsody (the Real Networks music
service) to run under wine.
This guy, AmishGeek, says he got it to work:
http://www.amishgeek.com/info/rhapsody
But I don't quite understand all his instructions...and I tried sending him
an email but his email box was full. I don't understand the parts about
installing windows media ( my machine is dual boot XP, Suse 9.3 ). Does
2024 Oct 08
1
[PATCH v3 1/2] nouveau/dmem: Fix privileged error in copy engine channel
From: Yonatan Maman <Ymaman at Nvidia.com>
When `nouveau_dmem_copy_one` is called, the following error occurs:
[272146.675156] nouveau 0000:06:00.0: fifo: PBDMA9: 00000004 [HCE_PRIV]
ch 1 00000300 00003386
This indicates that a copy push command triggered a Host Copy Engine
Privileged error on channel 1 (Copy Engine channel). To address this
issue, modify the Copy Engine channel to allow
2003 Aug 24
2
[solution] chkrootkit reports infected files
Hey all,
I've submitted a fix for chkrootkit port, to solve the
false positives on FreeBSD 5 and higher:
http://www.freebsd.org/cgi/query-pr.cgi?pr=55919
The topic, btw, should be "Teach security/chkrootkit
about FreeBSD 5", but it's not my first typo today.
Maintainer, please approve.
Authors, please see if you can include the changes.
I also fixed a minor bug in chk_vdir.
2005 Sep 19
1
rsync and HP11.11 problem
Hi All,
I am trying to run rsync from HP11.00 machine (source) to HP11.11
machine, as test for migration plan. The data on the source is not
changing since it is snapshot of active data.
Every time we try to run the following command:
timex rsync -avuz --delete isynh09:/snap
We get the following error:
receiving file list ... done
mknod
2017 Jan 11
2
RFC: Dynamically Allocated "Callee Saved Registers" Lists
Hi Mehdi,
I wasn’t familiar with IPRA before, thank you for bringing it up.
After studying it, I have to say that IPRA is a wonderful idea and is well implemented.
I tried to reuse the mechanism for the last couple of days.
I implemented a solution using IPRA mechanism and encountered few issues:
1. IPRA uses immutable analysis pass called “PhysicalRegisterUsageInfo”. The usage of such