Displaying 20 results from an estimated 800 matches similar to: "Wine and damage of original MS Windows"
2009 Sep 03
4
did CentOS x86 5.3 migrate to another hard drive, but console login keeps prompting even with correct password
first time poster here - hello everyone
I started out with CentOS x86 5.3 with the following partitions on my source
hard drive:
/dev/hdc1 swap
/dev/hdc2 /
I did the following to migrate my CentOS box to the destination hard drive:
1. boot up with CentOS 5.3 livecd in rescue mode
2. partition destination hard drive (/dev/hdd)
/dev/hdd1 swap
/dev/hdd2 /
3. create the
2008 Nov 04
5
Where did C:\ go?
I was running wine with no problems until I upgraded ubuntu to 8.10
Now, programs start in wine but don't really run and I can no longer browse the C:\ dirve.
Was there something else I had to do after the upgrade?
Thanks
2016 Jan 01
2
[PATCH RFC] virtio_balloon: refill by config handler
Peter Mladek reported that balloon might never refill completely after
restore. This is because fill_balloon is only called once there.
Calling fill_balloon repeatedly seems too aggressive,
especially in light of the fact that it sleeps on failure: let's
wake the config change handler and fill it asynchronously.
Reported-by: Petr Mladek <pmladek at suse.com>
Signed-off-by: Michael S.
2016 Jan 01
2
[PATCH RFC] virtio_balloon: refill by config handler
Peter Mladek reported that balloon might never refill completely after
restore. This is because fill_balloon is only called once there.
Calling fill_balloon repeatedly seems too aggressive,
especially in light of the fact that it sleeps on failure: let's
wake the config change handler and fill it asynchronously.
Reported-by: Petr Mladek <pmladek at suse.com>
Signed-off-by: Michael S.
2015 Dec 04
4
[PATCH v4 0/2] virtio_balloon: Fix restore and convert to workqueue
It has been long since I have sent v3 of the balloon conversion from
a kthread to a workqueue. I have gained some more experience with
the APIs in the meantime. I hope that you would like the outcome.
I have added one more patch that fixes a separate problem with
restoring the balloon after the system freeze. I have found this
when testing the conversion.
Changes against v3:
+ rebased on
2015 Dec 04
4
[PATCH v4 0/2] virtio_balloon: Fix restore and convert to workqueue
It has been long since I have sent v3 of the balloon conversion from
a kthread to a workqueue. I have gained some more experience with
the APIs in the meantime. I hope that you would like the outcome.
I have added one more patch that fixes a separate problem with
restoring the balloon after the system freeze. I have found this
when testing the conversion.
Changes against v3:
+ rebased on
2017 May 15
0
stopifnot() does not stop at first non-TRUE argument
>>>>> Serguei Sokol <sokol at insa-toulouse.fr>
>>>>> on Mon, 15 May 2017 16:32:20 +0200 writes:
> Le 15/05/2017 ? 15:37, Martin Maechler a ?crit :
>>>>>>> Serguei Sokol <sokol at insa-toulouse.fr>
>>>>>>> on Mon, 15 May 2017 13:14:34 +0200 writes:
>> > I see in the archives that
2002 Feb 20
2
feature request: add -a to scp for archive-style copy
This is a feature request for scp. scp has no easy option to copy
symlinks, etc. to reproduce a directory tree. The -r option follows
symlinks and reads the data out of device files when copying. A few
years ago, the -a option was added to normal cp, replacing the
cumbersome and arcane
(cd wherever1 ; tar cf - whatever) | (cd wherever2 ; tar xpf - )
with
cp -a wherever1/whatever wherever2
2001 Aug 27
2
wine & win-folder?
HI ppl,
I had a problem using wine. Wine fucked up (sorry for this words) my
windows, maybe it's a known problem. At /windows/C/ where my windows lifes
exists now, after I ran wine with starcraft, a folder named: !$!$!$!$.pfr
in this folder I found things like IE and so on, which are not longer at
there default windows-places, after I booted windows my desktop was *******
and some
2017 May 15
0
stopifnot() does not stop at first non-TRUE argument
Hi,
On 05/15/2017 10:41 AM, luke-tierney at uiowa.edu wrote:
> This is getting pretty convoluted.
>
> The current behavior is consistent with the description at the top of
> the help page -- it does not promise to stop evaluation once the first
> non-TRUE is found. That seems OK to me -- if you want sequencing you
> can use
>
> stopifnot(A)
> stopifnot(B)
>
> or
2017 May 15
3
stopifnot() does not stop at first non-TRUE argument
Le 15/05/2017 ? 15:37, Martin Maechler a ?crit :
>>>>>> Serguei Sokol <sokol at insa-toulouse.fr>
>>>>>> on Mon, 15 May 2017 13:14:34 +0200 writes:
> > I see in the archives that the attachment cannot pass.
> > So, here is the code:
>
> [....... MM: I needed to reformat etc to match closely to
> the current
2009 Nov 07
1
USB disks for VMs in kvm, 5.4 x86_64
Have a fresh install of 5.4 x86_64 with kvm. Created a WinXP VM and it
works well. Now trying to get the VM to use a usb thumb-dirve. I
seemed to have hit a wall trying to figure out how to configure it.
Any tips?
DaveM
2001 Jul 20
1
Renaming of Program Files folder
Has anybody else experienced a problem with Wine renaming the Windows
Program Files folder to !$!$!$!$.pfr and (seemingly) creating another
empty copy of Program Files elsewhere. I have experienced this problem
twice while running two different versions of Wine (the last one
CodeWeavers 20010305-1). Naturally, Windows takes exception to this and
won't run.
The information I have is :-
2002 May 21
1
Corrupted Program Files Directory
Has anyone had this experience with WINE?
I wasn't doing anything very unusual (or sophisticated). I had run Quicken
just to see if it worked, which it did fine. I had also run my ACR program
(see prior post) in debug mode to see if I could get any other ideas about
get it to function proberly.
Then I notice that my Program Files directory is empty? Eventually I find all
the contents in
2016 Jan 01
1
[PATCH v4 1/2] virtio_balloon: Restore the entire balloon after the system freeze
On Fri, Dec 04, 2015 at 02:37:50PM +0100, Petr Mladek wrote:
> fill_balloon() and leak_balloon() manipulate only a limited number
> of pages in one call. This is the reason why remove_common() calls
> leak_balloon() in a while cycle.
>
> remove_common() is called also when the system is being frozen.
> But fill_balloon() is called only once when the system is being
>
2016 Jan 01
1
[PATCH v4 1/2] virtio_balloon: Restore the entire balloon after the system freeze
On Fri, Dec 04, 2015 at 02:37:50PM +0100, Petr Mladek wrote:
> fill_balloon() and leak_balloon() manipulate only a limited number
> of pages in one call. This is the reason why remove_common() calls
> leak_balloon() in a while cycle.
>
> remove_common() is called also when the system is being frozen.
> But fill_balloon() is called only once when the system is being
>
2017 Jun 28
2
R package for scorecard development
Hello all,
Is there any R package that can develop a scorecard model for a binary
target variable?
More details:
I want to create a scorecard based on the raw data I have.
I have a binary target variable and a few numeric and character input
variables.
I want to bin the variables and assign a score to each of the bins.
Each subject will be scored based on the bin it falls in for each
2017 May 16
0
stopifnot() does not stop at first non-TRUE argument
On Tue, 16 May 2017, Martin Maechler wrote:
>>>>>> Herv? Pag?s <hpages at fredhutch.org>
>>>>>> on Mon, 15 May 2017 16:54:46 -0700 writes:
>
> > Hi,
> > On 05/15/2017 10:41 AM, luke-tierney at uiowa.edu wrote:
> >> This is getting pretty convoluted.
> >>
> >> The current behavior is consistent
2011 Oct 21
2
Handing connection depending on the client computer public key fingerprint
Hello,
I try to find a way to handle SSH connections differently depending if it comes from a 'trusted" computer or from an unknown computer (for instance giving access to a shell versus allowing only scp/sftp in a chrooted environment).
Using the IP address is not a solution since a trusted computer can be a laptop that is connected somewhere on Internet.
One solution could be to use
2017 May 15
4
stopifnot() does not stop at first non-TRUE argument
This is getting pretty convoluted.
The current behavior is consistent with the description at the top of
the help page -- it does not promise to stop evaluation once the first
non-TRUE is found. That seems OK to me -- if you want sequencing you
can use
stopifnot(A)
stopifnot(B)
or
stopifnot(A && B)
I could see an argument for a change that in the multiple argumetn
case reports _all_