Displaying 20 results from an estimated 120 matches similar to: "Quality of system images captured with (G)ImageX"
2016 Apr 15
0
Wine release 1.9.8
The Wine development release 1.9.8 is now available.
What's new in this release (see below for details):
- More work towards the WineD3D command stream.
- Bug fix update of the Mono engine.
- More WebServices reader support.
- Still more Shader Model 5 support.
- Support for gradients in metafiles.
- Improved table formatting in WinHelp.
- Various bug fixes.
The source is
2007 Oct 09
1
problem mapping large files?
Hi all,
I'm trying to use Microsoft's ImageX with Wine as part of a small Linux
image to install Windows disk images.
It works great for a 120Mb file, however when I try it on a 2.3Gb file,
it fails with "Invalid data".
The tool is designed for dealing with large files, so it looks like a
problem in Wine.
I reran it with +server,+relay which included the following in the
2015 Mar 17
2
CentOS 6 VM image for paravirtualizaton on CentOS Xen server
On Mon, Mar 16, 2015 at 4:02 AM, Manuel Wolfshant
<wolfy at nobugconsulting.ro> wrote:
> Quote from an actual installation:
>
> [root at xenh4 ~]# history| grep virt
> virt-install -n dhcpdns -p -r 1024 --os-type=linux --vnc -f
> /var/lib/xen/images/dhcpdns -s 2 -l
> http://192.168.50.40/mrepo/centos6-i386/disc1 -x
>
2015 Oct 30
0
Wine release 1.7.54
The Wine development release 1.7.54 is now available.
What's new in this release (see below for details):
- Implementation of the TransmitFile function.
- More implementation of the Web Services DLL.
- Improved video decoding.
- Alternative for the deprecated prelink tool.
- Major Turkish translation update.
- Various bug fixes.
The source is available from the following
2009 Nov 30
4
Attempts to install a Windows driver from WinPE
One of the things we would really like to be able to do for V2V is to
install a new driver in a Windows guest. There are a couple of reasons
for this:
* The guest may not be bootable without the driver installed, for
example because the underlying virtual hardware has changed from vmscsi
to virtio.
* If the guest can boot, the alternative is to modify the guest to run a
script on next boot.
2015 Nov 13
0
Wine release 1.7.55
The Wine development release 1.7.55 is now available.
What's new in this release (see below for details):
- Pulse audio driver.
- Various fixes for Microsoft Office 2013 support.
- Some more implementation of the Web Services DLL.
- More fixes for the latest C runtime version.
- Improvements to the Makefile generation.
- Various bug fixes.
The source is available from the
2015 Mar 19
0
CentOS 6 VM image for paravirtualizaton on CentOS Xen server
On Mon, Mar 16, 2015 at 10:32 PM, Nico Kadel-Garcia <nkadel at gmail.com>
wrote:
> On Mon, Mar 16, 2015 at 4:02 AM, Manuel Wolfshant
> <wolfy at nobugconsulting.ro> wrote:
>
> > Quote from an actual installation:
> >
> > [root at xenh4 ~]# history| grep virt
> > virt-install -n dhcpdns -p -r 1024 --os-type=linux --vnc -f
> >
2015 Mar 16
2
CentOS 6 VM image for paravirtualizaton on CentOS Xen server
On Sun, Mar 15, 2015 at 07:52:42PM -0700, Sarah Newman wrote:
> >
> > I'd really prefer to work from 'virsh' than from hand-writing xl
> > configuration files.When I last did this sort of thing, I worked from
> > a PXE environment that I controlled and could reserve DHCP settings
> > based on MAC addresses, and tune PXE to boot from disk by default but
2009 Jun 02
4
PXE Boot Solution
Once again I feel horrible for asking something I feel is completely
off topic for this group but everyone is so extremely helpful :(
In my organization, we basically use Windows PE disks, to do our
re-images, after some time and a lot of help from this group
I was able to get a thumb drive to successfully work as a Windows PE
bootloader, as well as some other utilities like wiping the
hard
2011 Jan 22
3
how to control Hard Drive light from Linux?
Hi all,
Does anyone know how to control a hard drive light from Linux? I'm
building a 24bay Linux File server which will run software RAID and I
need an easy way for the engineers to see which HDD has gone bad.
Most of our NAS devices has 2 lights on the hard drive cages and they
automatically signal a bad one (reg light, light constant on , etc)
but I can't figure out how todo this from
2006 Nov 07
1
Grandstream TFTP system wide settings
Hi,
Aastra IP Phones have two configuration files on TFTP, aastra.cfg and
<mac>.cfg. Both are in text format, which makes editing easy. And
aastra.cfghas system wide settings and <mac>.cfg has settings for each
indivifual
phones. This makes it really easy to change the global parameters system
wide by changing only one aastra.cfg file.
On the other hand, as I could understand, for
2010 Apr 29
1
Fidelity of lattice graphics captured to jpeg or png
I am generating images via lattice from Frank Harrell's RMS package.
These images are characterized by coloured lines and grey-scale
confidence intervals. I need to port them to Openoffice/etc, and have
tried both png and jpeg (at high quality), but in neither format can I
subsequently see the the grey scale confidence intervals. Other than
moving to LaTex, does anyone have other
2016 Dec 16
0
LLVM CUDA: Load/Store operands not captured
Hi,
I am trying to write a CUDA memory instrumentation code. So far I have made
little progress, please see attached file.
In lines 82 and 88 I get error as: ‘LoadOperand’ is not captured
and ‘StoreOperand’ is not captured
Unfortunately, I am not able to tell if the error is generic C++ or LLVM
related. Earlier I had verified the "syntax" of such code in a dummy C++
implementation,
2011 Aug 08
2
New Version and captured mouse
So I still run on 1.3.17 and want to update to a more recent version. But before doing so i want to know if the "bug" that the mouse is captured, eventhough i changed workspace.
If this is not the case anymore, how do i properly update ? Should i just install the newer one over the older ? Are my games installed into different WINEPREFIXES are still playable ?
2011 Jul 08
0
Playing captured speex frames
what you need to do is this: take the wireshark raw dump, read each
udp packet and write it back to another file. While writing back to
the new file skip the sizeof udp header + rtp header. I can't recall
how many bytes you need to skip, however, I suppose it would be in the
range of 36 and 32 bytes. A five line perl script will do it.
- farhan
On 7/7/11, Vinod Panicker <vinod.p at
2011 Jul 08
0
Playing captured speex frames
Speexdec is expecting the frames to be wrapped in an Ogg frame I believe. Since you have the raw data can't you just add the Ogg header information to this before passing it to Speexdec?
Vas
________________________________________
From: speex-dev-bounces at xiph.org [speex-dev-bounces at xiph.org] On Behalf Of Vinod Panicker [vinod.p at gmail.com]
Sent: Friday, July 08, 2011 12:13 AM
To:
2013 Oct 09
0
captured speex stream from wireshark
Hi,
I am testing my voip deployment and am in the process to capturing all test calls thru wireshark and playing each captured stream to verify the voice quality. But the problem is I don't know how to play the raw captured packets of the speex stream. Can anyone please guide me to the right direction?
Thanks
Faisal
-------------- next part --------------
An HTML attachment
2004 Sep 21
1
firewire captured video
On Wednesday 15 September 2004 10:01 am, Neil wrote:
> You would have been getting an exact copy on disc, but I suspect the
> software you used was degrading playback.
I think you're right. When I play video-a1v7x352y240.ogg, some of the
artifacts I noticed in the firewire captured video.dv are no longer there.
The *.dv video is sharper, but the *.ogg video, at 1/16th the size,
2009 Feb 11
1
Variables captured in closures get copied?
Hi list! I have a data frame called fix and a list of index vectors
called rois:
> head(rois, 3)
[[1]]
[1] 2 1
[[2]]
[1] 3
[[3]]
[1] 6 7 28 26 27 24 25
The part that's causing the issue is the following line:
lapply(rois, function(roi) fix$x[roi] <- 100)
So for every index vector I'd like to set the respective entries in the
data frame (fix) to 100.
I
2011 Jul 07
2
Playing captured speex frames
Hi,
Searched far and wide for a solution to this problem but couldn't find anything.
I'm debugging a VoIP application that uses Speex and need to playback
the raw speex frames to verify the quality. Wireshark helped me save
the RTP payloads into a file but unfortunately, the speexdec utility
seems to be wanting a valid header at the start of the file without
which it reports an error.