Displaying 20 results from an estimated 35 matches for "avrt".
Did you mean:
art
2009 Oct 21
1
local centos repository upgrade from 5.3 to 5.4
...createrepo on
that dir.
I would like to upgrade my servers to 5.4.
I was wondering if I could simply replace the '5.3' part in the rsync
source to '5.4' ?
Or is there more to it?
Thank you in advance,
Kind regards,
Paul Herbosch
=== What I'm currently rsyncing ===
rsync -avrt rsync://anorien.csc.warwick.ac.uk/CentOS/5.3/addons/i386 --
exclude=debug/ /var/www/html/centos/5/addons/
rsync -avrt rsync://anorien.csc.warwick.ac.uk/CentOS/5.3/centosplus/
i386 --exclude=debug/ /var/www/html/centos/5/centosplus/
rsync -avrt rsync://anorien.csc.warwick.ac.uk/CentOS/5.3/contrib/...
2011 Feb 13
1
black ops multi : mouse buttons inactive
...umeImpl_Map (0xcc7a5b0) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0xcc9a7d8) : pBox=(nil) stub
fixme:win:EnumDisplayDevicesW ((null),0,0xad1e4b8,0x00000000), stub!
fixme:mmdevapi:ACS_RegisterAudioSessionNotification stub
fixme:mmdevapi:AC_Start Event handles not fully tested
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x1748ea78): stub
fixme:avrt:AvSetMmThreadPriority (0x12345678)->(1) stub
fixme:avrt:AvRevertMmThreadCharacteristics (0x12345678): stub
fixme:mmdevapi:ACS_UnregisterAudioSessionNotification stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x10...
2010 Apr 24
1
creating a local repo
rsync'ing ain't working for me. Is this the right syntax?
rsync -avrt rsync://mirror.ovh.net/centos/5.4/updates/i386
--exclude=debug/ updates/
rsync: getaddrinfo: mirror.ovh.net 873: Temporary failure in name resolution
rsync error: error in socket IO (code 10) at clientserver.c(107)
[receiver=2.6.8]
--
John Maclean
07739 171 531
MSc (DIC)
Enterprise Linux Syst...
2012 Jun 09
3
Guild Wars 2 hangs on start
...000
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:d3d:resource_check_usage Unhandled usage flags 0x8.
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x3598e9e8): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x3306e290,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 0x434f5441 (as fourcc: ATOC) WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) i...
2010 Aug 19
10
World of Warcraft strange disconnect
...splayDevicesW ((null),0,0x1b5f4f8,0x00000000), stub!
fixme:d3d:swapchain_init Add OpenGL context recreation support to context_validate_onscreen_formats
fixme:win:EnumDisplayDevicesW ((null),0,0x1b5f1b4,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1707d8,0x1706d8): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x1b5f89c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x1b5f89c): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x1b5df60,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1b5df88,0x00000000), stub!
fixme:wi...
2007 May 16
1
Using cp -al and RSync
Hi,
Yesterday I rsynced some stuff like this:
rsync -avrt rsync://host/stuff yesterdays-rsynced-stuff/
I was hoping to be able to do capture
the delta between yesterday and today like this:
cp -al yesterdays-rsynced-stuff/ todays-rsynced-stuff/
rsync -avrt --delete rsync://host/stuff todays-rsynced-stuff/
However when I try to run rsync against the har...
2007 Jun 30
1
Exclude all but include select folders
...rsync up to some centos repositories, but I only want to
pull down the i386 and i386_64 folders with their RPMs, I've tried
various combinations and include and exclude, and I'm sure that the
below should work, but it doesn't...
SOURCE=rsync://mirror.stanford.edu/mirrors/centos
rsync -avrt $SOURCE --include=i386/ --include=*/ --exclude=*
/var/www/html/centos/
I thought that the exclude at the end would block everything except the
i386 contents, and according to the man page I'd need the include=*/ to
make sure child folders of the root were included.
Any ideas?
Thanks,
Adria...
2010 Sep 29
2
Program unable to access network
...e:win:EnumDisplayDevicesW ((null),0,0x195f5ec,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195f1b4,0x00000000), stub!
fixme:mixer:ALSA_MixerInit No master control found on HD-Audio Generic, disabling mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x192ea0,0x192da0): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x195f89c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x195f89c): stub
failed to open C:/Program Files/World of Warcraft/Interface/AddOns
fixme:win:EnumDisplayDevicesW ((null),0,0x195df60,0x00000000), stub!
fixme:win:...
2007 Dec 09
3
OT: Rsync question
Hello All,
I have an off topic question about rsync and was
wondering if i can get some kind person help with it.
I have two servers with each server have three same
directories on them /dir1/ /dir2/ /dir3/ . How would i
achieve this by using rsync?
I have tried rsync -avrt --delete server_ip:/dir1/
/dir2/ /dir3/ /dir1/ /dir2/ /dir3/
this does not do anything except give errors.
Someone on IRC suggested i do a loop something like
this,
for i in "/dir1/ /dir2/ /dir3/"; do rsync -av
$i root at server:${i};done
but when i do it i do not get what i was expectin...
2012 Mar 04
1
Re: No sound in Wine 1.3.37 (tried known solutions already)
...000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x32eea8,0x00000000), stub!
ALSA lib ../../../src/pcm/pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
ALSA lib ../../../src/pcm/pcm_dmix.c:957:(snd_pcm_dmix_open) The dmix plugin supports only playback stream
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x32f740): stub
fixme:process:GetLogicalProcessorInformation (0x1afe370,0x1afe970): stub
fixme:process:GetLogicalProcessorInformation (0x1afe370,0x1afe970): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know w...
2010 Jun 12
1
Problem launching Cursed mountain
Hello
I installed the game "Cursed Mountain", with no problems, at the end of the installation it asked for launching the game, and the game ran successfully. Later I wanted to launch it again, but now it gets stuck after the logo intro.
The terminal output is:
Code:
---------------------------------------------------
KTM
---------------------------------------------------
Version:
2012 Jan 24
5
WoW: cannot open non-existing files
...channels, pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels, pretending there's only 2 channels
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x195f89c): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x195f89c): stub
fixme:win:EnumDisplayDevicesW ((null),0,0x195df60,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x195df88,0x00000000), stub!
fixme:wi...
2010 May 19
1
Starcarft 2 crash after the loading screen
...FORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909200449) in the format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16) WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the format lookup table
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0x1780ea44): stub
fixme:mmdevapi:AEV_GetMute stub
err:d3d_surface:surface_download_data >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glGetCompressedTexImageARB @ surface.c / 597
fixme:process...
2011 Jan 17
7
Virtual DJ freeze
...zes and i get those errors from terminal
Code:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x146bd0,0x146af0): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x2ebe9e4): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do!
fixme:midi:midRecThread Sysex data received but no buffer to store it!
fixme:midi:midRecThread Sysex data received but no buffer to st...
2011 Apr 02
1
Update error
...-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category {cc7bfb46-f175-11d1-a392-00e0291f3959} not found
fixme:msctf:ThreadMgrSource_AdviseSink (0x135618) Unhandled Sink: {ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:imm:ImmDisableTextFrameService Stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x3a7e99c): stub
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
err:mmdevapi:ACR_ReleaseBuffer Starting from 1014
err:mmdevapi:ACR_ReleaseBuff...
2011 May 14
4
Crysis first level load crash.
...434f5441 (as fourcc: ATOC) WINED3DFORMAT!
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x434f5441) in the format lookup table
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0xa0c77d0,0xa0c76d0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0xa0c7890,0xa0c7790): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x52df74): stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETF...
2010 Jul 08
3
SC2 Beta
Trying too run the SC2 Beta patch 16 which came online last night (EST). It worked perfectly before this new version (using the HOWTO @ http://appdb.winehq.org/objectManager.php?sClass=version&iId=19376).
I have un-installed and deleted my copy of SC2 prior to setting it up and generating this log. At the end of the log all I have of SC2 running is a black screen and a movable cursor.
Code:
2011 Aug 15
7
Crysis on Wine? Works... kinda? help?
...: pBox=(nil) stub
fixme:d3d_surface:IWineD3DVolumeImpl_Map (0x993ecf8) : pBox=(nil) stub
fixme:xinput:XInputGetCapabilities (0 1 0xaf8ea2c)
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x9933128,0x993b4e0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x99331e8,0x993d528): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x53df84): stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_S...
2011 May 18
8
Problem with The Witcher 2: Assassins of Kings
I'm on Ubuntu 11.04 and Wine 1.3.20. I've been trying to run The Witcher 2 but with no success.
I've installed vcrun2010 with winetricks and downloaded mfcu100.dll (to system32) because that's what showed up to be missing when runnig game from terminal.
Now all I get is this message:
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
and I have no clue what it means.
I have the
2010 Jun 30
4
Wine 1.2rc5 World of Warcraft crash
...ation support to context_validate_onscreen_formats
> fixme:win:EnumDisplayDevicesW ((null),0,0x196f1b4,0x00000000), stub!
> fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling mixer
> fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x182a98,0x182998): stub
> fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x196f89c): stub
> fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x196f89c): stub
> fixme:win:EnumDisplayDevicesW ((null),0,0x196df60,0x00000000), stub!
> fixme:win:EnumDisplayDevicesW ((null),0,0x196df88,0x00000000),...