[Request] Mplayer with aac support.

Could someone make me a mplayer package with aac support? I can't seem to compile it because of Error: Bad gcc version.
EDIT: Never mind, fixed it.

Could someone make me a mplayer package with aac support? I can't seem to compile it because of Error: Bad gcc version.
EDIT: Never mind, fixed it.

Similar Messages

  • [Request]MPlayer with vdpau support?

    ftp://download.nvidia.com/XFree86/vdpau/
    Someone who is good with PKGBUILDs who can make this? Would be appreciated if there where no gui compiled with MPlayer.

    i have some error when i build this pkg
    make: *** [mplayer] Error 1
    + return 1
    + ret=1
    + '[' 1 -gt 0 ']'
    ++ gettext 'Build Failed.'
    + error 'Build Failed.'
    + local 'mesg=Build Failed.'
    + shift
    ++ check_buildenv color
    +++ in_opt_array color fakeroot '!distcc' color '!ccache' '!xdelta'
    ++++ echo color
    ++++ tr '[:upper:]' '[:lower:]'
    +++ local needle=color
    +++ shift
    +++ local opt
    +++ for opt in '"$@"'
    ++++ echo fakeroot
    ++++ tr '[:upper:]' '[:lower:]'
    +++ opt=fakeroot
    +++ '[' fakeroot = color ']'
    +++ '[' fakeroot = '!color' ']'
    +++ for opt in '"$@"'
    ++++ echo '!distcc'
    ++++ tr '[:upper:]' '[:lower:]'
    +++ opt='!distcc'
    +++ '[' '!distcc' = color ']'
    +++ '[' '!distcc' = '!color' ']'
    +++ for opt in '"$@"'
    ++++ echo color
    ++++ tr '[:upper:]' '[:lower:]'
    +++ opt=color
    +++ '[' color = color ']'
    +++ echo y
    +++ return
    ++ echo y
    + '[' -t 2 -a '!' '' = n -a y = y ']'
    ++ gettext ERROR:
    + printf '\033[1;31m==> ERROR:\033[1;0m\033[1;1m Build Failed.\033[1;0m\n'
    ==> ERROR: Build Failed.
    ++ gettext Aborting...
    + plain Aborting...
    + local mesg=Aborting...
    + shift
    ++ check_buildenv color
    +++ in_opt_array color fakeroot '!distcc' color '!ccache' '!xdelta'
    ++++ echo color
    ++++ tr '[:upper:]' '[:lower:]'
    +++ local needle=color
    +++ shift
    +++ local opt
    +++ for opt in '"$@"'
    ++++ echo fakeroot
    ++++ tr '[:upper:]' '[:lower:]'
    +++ opt=fakeroot
    +++ '[' fakeroot = color ']'
    +++ '[' fakeroot = '!color' ']'
    +++ for opt in '"$@"'
    ++++ echo '!distcc'
    ++++ tr '[:upper:]' '[:lower:]'
    +++ opt='!distcc'
    +++ '[' '!distcc' = color ']'
    +++ '[' '!distcc' = '!color' ']'
    +++ for opt in '"$@"'
    ++++ echo color
    ++++ tr '[:upper:]' '[:lower:]'
    +++ opt=color
    +++ '[' color = color ']'
    +++ echo y
    +++ return
    ++ echo y
    + '[' -t 2 -a '!' '' = n -a y = y ']'
    + printf '\033[1;1m Aborting...\033[1;0m\n'
    Aborting...
    + remove_deps
    + '[' 0 = 0 ']'
    + return
    + exit 2
    + clean_up
    + local EXIT_CODE=2
    + '[' 1 = 1 ']'
    + return

  • How to compile mplayer with giflib support?

    Hey all,
    i am trying to compile mplayer (or mplayer2, i have tried several pkgbuilds from aur), as the package from extra doesn't have support for the the gif89a video_out driver. I have giflib package installed, so i have the /usr/lib/include/gif_lib.h in my filesystem. If i try to compile mplayer with the ./configure --enable-gif option, it fails with the following error message:
    libmpdemux/demux_gif.o: In function `demux_close_gif':
    demux_gif.c:(.text+0x39): undefined reference to `PrintGifError'
    libmpdemux/demux_gif.o: In function `demux_open_gif':
    demux_gif.c:(.text+0x293): undefined reference to `PrintGifError'
    libmpdemux/demux_gif.o: In function `demux_gif_fill_buffer':
    demux_gif.c:(.text+0x95b): undefined reference to `PrintGifError'
    demux_gif.c:(.text+0xb1a): undefined reference to `PrintGifError'
    ...among others, because some other libraries (cdio_paranoia, theora and caca) have undefined references too. If i check the source of giflib, i see the missing function 'PrintGifError' in 'lib/gif_err.c', but i don't have this file on my filesystem. My question is from where should i obtain these sources, and where i need to place them to compile mplayer successfully?
    Update: here is the whole list of errors, all of them are undefined references to various functions: http://pastebin.com/LttqXy5J
    Last edited by vizipok (2013-06-03 11:53:20)

    sl1pkn07 wrote:why this downgrade
    Because there's lotsa compilation fails caused by the giflib API changing.

  • [request] e2fsprogs with ext4dev support

    It would be nice to submit e2fsprogs with ext4dev, I have just compiled that manualy, but someone can make it in little bit more professional way.
    (Im new to archlinux)
    ftp://ftp.kernel.org/pub/linux/kernel/p … 1.39-tyt3/
    Last edited by Robertek (2007-06-02 09:48:21)

    It compiles fine, but problem is that this package lacks ext4 support
    I just edited your config:
    pkgname=e2fsprogs
    pkgver=1.39
    pkgrel=3
    pkgdesc="Ext2 filesystem utilities"
    arch=(i686 x86_64)
    url="http://e2fsprogs.sourceforge.net"
    depends=('glibc' 'bash')
    source=(ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs-interim/${pkgname}-${pkgver}-tyt${pkgrel}/${pkgname}-${pkgver}-tyt${pkgrel}.tar.gz \
    Makefile-fsck.static.patch)
    build() {
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}
    ./configure --prefix=/usr --with-root-prefix="" --enable-elf-shlibs
    # add fsck.static for mkinitrd use
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}/misc/
    patch -Np0 -i ${startdir}/src/Makefile-fsck.static.patch || return 1
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}
    make || return 1
    make DESTDIR=${startdir}/pkg install install-libs
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}/misc
    make fsck.static
    install -D -m755 ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}/misc/fsck.static ${startdir}/pkg/sbin/fsck.static
    sed -i -e 's/^AWK=.*/AWK=awk/' ${startdir}/pkg/usr/bin/compile_et || return 1
    Last edited by Robertek (2007-06-02 12:59:09)

  • [request] transmission with torrentflux support

    hey guys,
    i need your help. i dont know how to make my torrentflux-b4rt run with transmission, after reading a lot i know in archlinux repos there is a wrong version and i tried out the svn-version but this also isnt the right.
    now i found this post: http://tf-b4rt.berlios.de/forum/index.p … ml#msg4275, he says that there is a special tf transmission version, but i dont know how to build it up for my system, i tried it ut, but im to nooby
    i hope anyone of you can help me
    greez

    It compiles fine, but problem is that this package lacks ext4 support
    I just edited your config:
    pkgname=e2fsprogs
    pkgver=1.39
    pkgrel=3
    pkgdesc="Ext2 filesystem utilities"
    arch=(i686 x86_64)
    url="http://e2fsprogs.sourceforge.net"
    depends=('glibc' 'bash')
    source=(ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs-interim/${pkgname}-${pkgver}-tyt${pkgrel}/${pkgname}-${pkgver}-tyt${pkgrel}.tar.gz \
    Makefile-fsck.static.patch)
    build() {
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}
    ./configure --prefix=/usr --with-root-prefix="" --enable-elf-shlibs
    # add fsck.static for mkinitrd use
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}/misc/
    patch -Np0 -i ${startdir}/src/Makefile-fsck.static.patch || return 1
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}
    make || return 1
    make DESTDIR=${startdir}/pkg install install-libs
    cd ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}/misc
    make fsck.static
    install -D -m755 ${startdir}/src/${pkgname}-${pkgver}-tyt${pkgrel}/misc/fsck.static ${startdir}/pkg/sbin/fsck.static
    sed -i -e 's/^AWK=.*/AWK=awk/' ${startdir}/pkg/usr/bin/compile_et || return 1
    Last edited by Robertek (2007-06-02 12:59:09)

  • [REQUEST] mplayer with eac3

    Hi
    there is a patch for ffmpeg and mplayer to finally playback eac3 audio from hd-dvd.
    Could please somebody make a PKGBUILD for it? or modify the mplayer-svn and ffmpeg-svn PKGBUILD?
    http://svn.mplayerhq.hu/soc/eac3/
    http://forum.doom9.org/showthread.php?t=129050
    thnaks
    mic64

    The FFMPEG patch does not build against current SVN. I'll take a look at it later and see if I can rewrite it.
    See post #13 here:
    http://bbs.archlinux.org/viewtopic.php? … 61#p284361
    Last edited by skottish (2007-09-26 02:39:44)

  • When iwanna buy som thing in game they said contact with itunes support to complete your request and i went to the support and here i am :)

    When iwanna buy some thing in game they said contact with itunes support to complete your request and i went to the support and here i am :)

    Well you are in the iPad support forum of the Apple Support Communiteis, but that message means that you need to contact iTunes Support and you cannot do that here.
    Try here.
    https://expresslane.apple.com/Issues.action
    You can change your country if you need to and click or tap on Purchases, billing and redemption and follow the prompts from there.

  • [solved] can't find/build mplayer with vdpau codec support

    I want to install an mplayer that will handle vdpau.
    I installed the standard mplayer version but that didn't have it.
    Following some advice in another thread I rebuilt the standard mplayer with yaourt.
    When I do 'mplayer -vo help' it shows a vdpau driver on the list. But when I do 'mplayer -vc help' there are no vdpau codecs listed.
    I tried the same thing with mplayer-svn but get the same results.
    I even tried compiling mplayer manually but get the same results.
    What am I doing wrong?
    TIA, gabu
    (I have just moved to Archlinux64 after 3 years with Gentoo, so my Gentoo experience might be getting in the way)
    Last edited by gabu (2009-08-10 18:59:50)

    xstaticxgpx:
    Yes, you are right. This is what I get:
    sh-4.0$ mplayer -vo help                       
    MPlayer SVN-r29411-4.4.1 (C) 2000-2009 MPlayer Team
    Available video output drivers:                   
    ID_VIDEO_OUTPUTS                                   
            vdpau   VDPAU with X11                     
            xv      X11/Xv                             
            x11     X11 ( XImage/Shm )                 
            xover   General X11 driver for overlay capable video output drivers
            gl      X11 (OpenGL)                                               
            gl2     X11 (OpenGL) - multiple textures version                   
            dga     DGA ( Direct Graphic Access V2.0 )                         
            sdl     SDL YUV/RGB/BGR renderer (SDL v1.1.7+ only!)               
            fbdev   Framebuffer Device
            fbdev2  Framebuffer Device
            aa      AAlib
            caca    libcaca
            v4l2    V4L2 MPEG Video Decoder Output
            xvidix  X11 (VIDIX)
            cvidix  console VIDIX
            null    Null video output
            mpegpes MPEG-PES to DVB card
            yuv4mpeg        yuv4mpeg output for mjpegtools
            png     PNG file
            jpeg    JPEG file
            gif89a  animated GIF output
            tga     Targa output
            pnm     PPM/PGM/PGMYUV file
            md5sum  md5sum of each frame
    129 audio & 258 video codecs
    ID_EXIT=NONE
    sh-4.0$ mplayer -vc help   
    MPlayer SVN-r29411-4.4.1 (C) 2000-2009 MPlayer Team
    129 audio & 258 video codecs                       
    Available video codecs:                           
    ID_VIDEO_CODECS                                   
    vc:         vfm:      status:   info:  [lib/dll]   
    coreserve   dshowserver working   CoreAVC DShow H264 decoder 1.8 for x86 - http://corecodec.org/  [CoreAVCDecoder.ax]                                                                                           
    ffmvi1      ffmpeg    working   FFmpeg Motion Pixels Decoder  [motionpixels]                           
    ffmdec      ffmpeg    working   FFmpeg Sony PlayStation MDEC (Motion DECoder)  [mdec]                   
    ffsiff      ffmpeg    working   FFmpeg Beam Software SIFF decoder  [vb]                                 
    ffmimic     ffmpeg    working   FFmpeg Mimic video  [mimic]                                             
    ffkmvc      ffmpeg    working   FFmpeg Karl Morton Video Codec  [kmvc]                                 
    ffzmbv      ffmpeg    working   FFmpeg Zip Motion-Block Video  [zmbv]                                   
    zmbv        vfw       working   Zip Motion-Block Video  [zmbv.dll]                                     
    mpegpes     mpegpes   working   MPEG-PES output (.mpg or DXR3/IVTV/DVB/V4L2 card)                       
    ffmpeg1     ffmpeg    working   FFmpeg MPEG-1  [mpeg1video]                                             
    ffmpeg2     ffmpeg    working   FFmpeg MPEG-2  [mpeg2video]                                             
    ffmpeg12    ffmpeg    working   FFmpeg MPEG-1/2  [mpegvideo]                                           
    mpeg12      libmpeg2  working   MPEG-1 or 2 (libmpeg2)                                                 
    ffmpeg12mc  ffmpeg    problems  FFmpeg MPEG-1/2 (XvMC)  [mpegvideo_xvmc]                               
    ffnuv       ffmpeg    working   NuppelVideo  [nuv]                                                     
    nuv         nuv       working   NuppelVideo                                                             
    ffbmp       ffmpeg    working   FFmpeg BMP decoder  [bmp]                                               
    ffgif       ffmpeg    working   FFmpeg GIF decoder  [gif]                                               
    fftiff      ffmpeg    working   FFmpeg TIFF decoder  [tiff]                                             
    ffpcx       ffmpeg    working   FFmpeg PCX decoder  [pcx]                                               
    ffpng       ffmpeg    working   FFmpeg PNG decoder  [png]                                               
    mpng        mpng      working   PNG image decoder  [libpng]                                             
    ffptx       ffmpeg    working   FFmpeg V.Flash PTX decoder  [ptx]                                       
    fftga       ffmpeg    untested  FFmpeg TGA decoder  [targa]                                             
    mtga        mtga      working   TGA image decoder                                                       
    sgi         sgi       working   SGI image decoder                                                       
    ffsunras    ffmpeg    working   FFmpeg SUN Rasterfile decoder  [sunrast]                               
    ffindeo3    ffmpeg    working   FFmpeg Intel Indeo 3.1/3.2  [indeo3]                                   
    fffli       ffmpeg    working   Autodesk FLI/FLC Animation  [flic]                                     
    ffaasc      ffmpeg    working   Autodesk RLE decoder  [aasc]                                           
    ffloco      ffmpeg    working   LOCO video decoder  [loco]                                             
    ffqtrle     ffmpeg    working   QuickTime Animation (RLE)  [qtrle]                                     
    ffrpza      ffmpeg    working   QuickTime Apple Video  [rpza]                                           
    ffsmc       ffmpeg    working   Apple Graphics (SMC) codec  [smc]                                       
    ff8bps      ffmpeg    working   Planar RGB (Photoshop)  [8bps]                                         
    ffcyuv      ffmpeg    working   Creative YUV (libavcodec)  [cyuv]                                       
    ffmsrle     ffmpeg    working   Microsoft RLE  [msrle]                                                 
    ffroqvideo  ffmpeg    working   Id RoQ File Video Decoder  [roqvideo]                                   
    lzo         lzo       working   LZO compressed  [liblzo]                                               
    theora      theora    working   Theora (free, reworked VP3)  [libtheora]                               
    msuscls     vfw       working   MSU Screen Capture Lossless Codec  [SCLS.DLL]                           
    cram        vfw       problems  Microsoft Video 1  [msvidc32.dll]                                       
    ffcvid      ffmpeg    working   Cinepak Video (native codec)  [cinepak]                                 
    cvidvfw     vfw       working   Cinepak Video  [iccvid.dll]                                             
    huffyuv     vfw       problems  HuffYUV  [huffyuv.dll]                                                 
    ffvideo1    ffmpeg    working   Microsoft Video 1 (native codec)  [msvideo1]                           
    ffmszh      ffmpeg    working   AVImszh (native codec)  [mszh]                                         
    ffzlib      ffmpeg    working   AVIzlib (native codec)  [zlib]                                         
    cvidxa      xanim     problems  XAnim's Radius Cinepak Video  [vid_cvid.xa]                             
    ffhuffyuv   ffmpeg    working   FFmpeg HuffYUV  [huffyuv]                                               
    ffv1        ffmpeg    working   FFV1 (lossless codec)  [ffv1]                                           
    ffsnow      ffmpeg    working   FFSNOW (Michael's wavelet codec)  [snow]                               
    ffasv1      ffmpeg    working   FFmpeg ASUS V1  [asv1]                                                 
    ffasv2      ffmpeg    working   FFmpeg ASUS V2  [asv2]                                                 
    ffvcr1      ffmpeg    working   FFmpeg ATI VCR1  [vcr1]                                                 
    ffcljr      ffmpeg    working   FFmpeg Cirrus Logic AccuPak (CLJR)  [cljr]                             
    ffsvq1      ffmpeg    working   FFmpeg Sorenson Video v1 (SVQ1)  [svq1]                                 
    ff4xm       ffmpeg    working   FFmpeg 4XM video  [4xm]                                                 
    ffvixl      ffmpeg    working   Miro/Pinnacle VideoXL codec  [xl]                                       
    ffqtdrw     ffmpeg    working   QuickDraw native decoder  [qdraw]                                       
    ffindeo2    ffmpeg    working   Indeo 2 native decoder  [indeo2]                                       
    ffflv       ffmpeg    working   FFmpeg Flash video  [flv]                                               
    fffsv       ffmpeg    working   FFmpeg Flash Screen video  [flashsv]                                   
    ffdivx      ffmpeg    working   FFmpeg DivX ;-) (MSMPEG-4 v3)  [msmpeg4]                               
    ffmp42      ffmpeg    working   FFmpeg MSMPEG-4 v2  [msmpeg4v2]                                         
    ffmp41      ffmpeg    working   FFmpeg MSMPEG-4 v1  [msmpeg4v1]                                         
    ffwmv1      ffmpeg    working   FFmpeg WMV1/WMV7  [wmv1]                                               
    ffwmv2      ffmpeg    working   FFmpeg WMV2/WMV8  [wmv2]                                               
    ffwmv3      ffmpeg    problems  FFmpeg WMV3/WMV9  [wmv3]                                               
    ffvc1       ffmpeg    problems  FFmpeg WVC1  [vc1]                                                     
    ffh264      ffmpeg    working   FFmpeg H.264  [h264]                                                   
    ffsvq3      ffmpeg    working   FFmpeg Sorenson Video v3 (SVQ3)  [svq3]                                 
    ffodivx     ffmpeg    working   FFmpeg MPEG-4  [mpeg4]                                                 
    ffwv1f      ffmpeg    working   WV1F MPEG-4  [mpeg4]                                                   
    fflibschroedinger ffmpeg    working   Dirac (through FFmpeg libschroedinger)  [libschroedinger]         
    fflibdirac  ffmpeg    working   Dirac (through FFmpeg libdirac)  [libdirac]                             
    xvid        xvid      working   Xvid (MPEG-4)  [libxvidcore.a]                                         
    divx4vfw    vfw       problems  DivX4Windows-VFW  [divx.dll]                                           
    divxds      dshow     working   DivX ;-) (MSMPEG-4 v3)  [divx_c32.ax]                                   
    divx        vfw       working   DivX ;-) (MSMPEG-4 v3)  [divxc32.dll]                                   
    mpeg4ds     dshow     working   Microsoft MPEG-4 v1/v2  [mpg4ds32.ax]                                   
    mpeg4       vfw       working   Microsoft MPEG-4 v1/v2  [mpg4c32.dll]                                   
    wmv9dmo     dmo       working   Windows Media Video 9 DMO  [wmv9dmod.dll]                               
    wmvdmo      dmo       working   Windows Media Video DMO  [wmvdmod.dll]                                 
    wmv8        dshow     working   Windows Media Video 8  [wmv8ds32.ax]                                   
    wmv7        dshow     working   Windows Media Video 7  [wmvds32.ax]                                     
    wmvadmo     dmo       working   Windows Media Video Adv DMO  [wmvadvd.dll]                             
    wmvvc1dmo   dmo       working   Windows Media Video (VC-1) Advanced Profile Decoder  [wvc1dmod.dll]     
    wmsdmod     dmo       working   Windows Media Screen Codec 2  [wmsdmod.dll]                             
    ubmp4       vfw       problems  UB Video MPEG-4  [ubvmp4d.dll]                                         
    zrmjpeg     zrmjpeg   problems  Zoran MJPEG passthrough                                                 
    ffmjpeg     ffmpeg    working   FFmpeg MJPEG decoder  [mjpeg]                                           
    ffmjpegb    ffmpeg    working   FFmpeg MJPEG-B decoder  [mjpegb]                                       
    ijpg        ijpg      working   Independent JPEG Group's codec  [libjpeg]                               
    m3jpeg      vfw       working   Morgan Motion JPEG Codec  [m3jpeg32.dll]                               
    mjpeg       vfw       working   MainConcept Motion JPEG  [mcmjpg32.dll]                                 
    avid        vfw       working   AVID Motion JPEG  [AvidAVICodec.dll]                                   
    LEAD        vfw       working   LEAD (M)JPEG  [LCodcCMP.dll]                                           
    imagepower  vfw       problems  ImagePower MJPEG2000  [jp2avi.dll]                                     
    m3jpeg2k    vfw       working   Morgan MJPEG2000  [m3jp2k32.dll]                                       
    m3jpegds    dshow     crashing  Morgan MJPEG  [m3jpegdec.ax]                                           
    pegasusm    vfw       crashing  Pegasus Motion JPEG  [pvmjpg21.dll]                                     
    pegasusl    vfw       crashing  Pegasus lossless JPEG  [pvljpg20.dll]                                   
    pegasusmwv  vfw       crashing  Pegasus Motion Wavelet 2000  [pvwv220.dll]                             
    vivo        vfw       working   Vivo H.263  [ivvideo.dll]                                               
    u263        dshow     working   UB Video H.263/H.263+/H.263++ Decoder  [ubv263d+.ax]                   
    i263        vfw       working   I263  [i263_32.drv]                                                     
    ffi263      ffmpeg    working   FFmpeg I263 decoder  [h263i]                                           
    ffh263      ffmpeg    working   FFmpeg H.263+ decoder  [h263]                                           
    ffzygo      ffmpeg    untested  FFmpeg ZyGo  [h263]                                                     
    h263xa      xanim     crashing  XAnim's CCITT H.263  [vid_h263.xa]                                     
    ffh261      ffmpeg    working   CCITT H.261  [h261]                                                     
    qt261       qtvideo   working   QuickTime H.261 video decoder  [QuickTime.qts]                         
    h261xa      xanim     problems  XAnim's CCITT H.261  [vid_h261.xa]                                     
    m261        vfw       untested  M261  [msh261.drv]                                                     
    indeo5ds    dshow     working   Intel Indeo 5  [ir50_32.dll]                                           
    indeo5      vfwex     working   Intel Indeo 5  [ir50_32.dll]                                           
    indeo4      vfw       working   Intel Indeo 4.1  [ir41_32.dll]                                         
    indeo3      vfwex     working   Intel Indeo 3.1/3.2  [ir32_32.dll]                                     
    indeo5xa    xanim     working   XAnim's Intel Indeo 5  [vid_iv50.xa]                                   
    indeo4xa    xanim     working   XAnim's Intel Indeo 4.1  [vid_iv41.xa]                                 
    indeo3xa    xanim     working   XAnim's Intel Indeo 3.1/3.2  [vid_iv32.xa]                             
    qdv         dshow     working   Sony Digital Video (DV)  [qdv.dll]                                     
    ffdv        ffmpeg    working   FFmpeg DV decoder  [dvvideo]                                           
    libdv       libdv     working   Raw DV decoder (libdv)  [libdv.so.2]                                   
    mcdv        vfw       working   MainConcept DV Codec  [mcdvd_32.dll]                                   
    3ivXxa      xanim     working   XAnim's 3ivx Delta 3.5 plugin  [vid_3ivX.xa]                           
    3ivX        dshow     working   3ivx Delta 4.5  [3ivxDSDecoder.ax]                                     
    rv3040      realvid   working   Linux RealPlayer 10 RV30/40 decoder  [drvc.so]                         
    rv3040win   realvid   working   Win32 RealPlayer 10 RV30/40 decoder  [drvc.dll]                         
    rv40        realvid   working   Linux RealPlayer 9 RV40 decoder  [drv4.so.6.0]                         
    rv40win     realvid   working   Win32 RealPlayer 9 RV40 decoder  [drv43260.dll]                         
    rv40mac     realvid   working   Mac OS X RealPlayer 9 RV40 decoder  [drvc.bundle/Contents/MacOS/drvc]   
    rv30        realvid   working   Linux RealPlayer 8 RV30 decoder  [drv3.so.6.0]                         
    rv30win     realvid   working   Win32 RealPlayer 8 RV30 decoder  [drv33260.dll]                         
    rv30mac     realvid   working   Mac OS X RealPlayer 9 RV30 decoder  [drvc.bundle/Contents/MacOS/drvc]   
    ffrv20      ffmpeg    working   FFmpeg RV20 decoder  [rv20]                                             
    rv20        realvid   working   Linux RealPlayer 8 RV20 decoder  [drv2.so.6.0]                         
    rv20winrp10 realvid   working   Win32 RealPlayer 10 RV20 decoder  [drv2.dll]                           
    rv20win     realvid   working   Win32 RealPlayer 8 RV20 decoder  [drv23260.dll]                         
    rv20mac     realvid   working   Mac OS X RealPlayer 9 RV20 decoder  [drv2.bundle/Contents/MacOS/drv2]   
    ffrv10      ffmpeg    working   FFmpeg RV10 decoder  [rv10]                                             
    alpary      dshow     working   Alparysoft lossless codec dshow  [aslcodec_dshow.dll]                   
    alpary2     vfw       working   Alparysoft lossless codec vfw  [aslcodec_vfw.dll]                       
    LEADMW20    dshow     working   Lead CMW wavelet 2.0  [LCODCCMW2E.dll]                                 
    lagarith    vfw       working   Lagarith Lossless Video Codec  [lagarith.dll]                           
    psiv        vfw       working   Infinite Video PSI_V  [psiv.dll]                                       
    canopushq   vfw       working   Canopus HQ Codec  [CUVCcodc.dll]                                       
    canopusll   vfw       working   Canopus Lossless Codec  [CLLCcodc.dll]                                 
    ffvp3       ffmpeg    untested  FFmpeg VP3  [vp3]                                                       
    fftheora    ffmpeg    untested  FFmpeg Theora  [theora]                                                 
    vp3         vfwex     working   On2 Open Source VP3 Codec  [vp31vfw.dll]                               
    vp4         vfwex     working   On2 VP4 Personal Codec  [vp4vfw.dll]                                   
    ffvp5       ffmpeg    working   FFmpeg VP5 decoder  [vp5]                                               
    vp5         vfwex     working   On2 VP5 Personal Codec  [vp5vfw.dll]                                   
    ffvp6       ffmpeg    working   FFmpeg VP6 decoder  [vp6]                                               
    ffvp6a      ffmpeg    untested  FFmpeg VP6A decoder  [vp6a]                                             
    ffvp6f      ffmpeg    working   FFmpeg VP6 Flash decoder  [vp6f]                                       
    vp6         vfwex     working   On2 VP6 Personal Codec  [vp6vfw.dll]                                   
    vp7         vfwex     working   On2 VP7 Personal Codec  [vp7vfw.dll]                                   
    mwv1        vfw       working   Motion Wavelets  [icmw_32.dll]                                         
    asv2        vfw       working   ASUS V2  [asusasv2.dll]                                                 
    asv1        vfw       working   ASUS V1  [asusasvd.dll]                                                 
    ffultimotion ffmpeg    working   IBM Ultimotion native decoder  [ultimotion]                           
    ultimotion  vfw       working   IBM Ultimotion  [ultimo.dll]                                           
    mss1        dshow     working   Windows Screen Video  [msscds32.ax]                                     
    ucod        vfw       working   UCOD-ClearVideo  [clrviddd.dll]                                         
    vcr2        vfw       working   ATI VCR-2  [ativcr2.dll]                                               
    CJPG        vfw       working   CJPG  [CtWbJpg.DLL]                                                     
    ffduck      ffmpeg    working   Duck Truemotion1  [truemotion1]                                         
    fftm20      ffmpeg    working   FFmpeg Duck/On2 TrueMotion 2.0  [truemotion2]                           
    tm20        dshow     working   TrueMotion 2.0  [tm20dec.ax]                                           
    ffamv       ffmpeg    working   Modified MJPEG, used in AMV files  [amv]                               
    ffsp5x      ffmpeg    working   SP5x codec - used by Aiptek MegaCam  [sp5x]                             
    sp5x        vfw       working   SP5x codec - used by Aiptek MegaCam  [sp5x_32.dll]                     
    vivd2       vfw       working   SoftMedia ViVD V2 codec VfW  [ViVD2.dll]                               
    winx        vfwex     working   Winnov Videum winx codec  [wnvwinx.dll]                                 
    ffwnv1      ffmpeg    working   FFmpeg wnv1 native codec  [wnv1]                                       
    wnv1        vfwex     working   Winnov Videum wnv1 codec  [wnvplay1.dll]                               
    vdom        vfw       working   VDOWave codec  [vdowave.drv]                                           
    lsv         vfw       working   Vianet Lsvx Video Decoder  [lsvxdec.dll]                               
    ffvmnc      ffmpeg    working   FFmpeg VMware video  [vmnc]                                             
    vmnc        vfw       working   VMware video  [vmnc.dll]                                               
    ffsmkvid    ffmpeg    working   FFmpeg Smacker Video  [smackvid]                                       
    ffcavs      ffmpeg    working   Chinese AVS Video  [cavs]                                               
    ffdnxhd     ffmpeg    working   FFmpeg DNxHD decoder  [dnxhd]                                           
    qt3ivx      qtvideo   working   win32/quicktime 3IV1 (3ivx) decoder  [3ivx Delta 3.5.qtx]               
    qtactl      qtvideo   working   Win32/QuickTime Streambox ACT-L2  [ACTLComponent.qtx]                   
    qtavui      qtvideo   working   Win32/QuickTime Avid Meridien Uncompressed  [AvidQTAVUICodec.qtx]       
    qth263      qtvideo   crashing  Win32/QuickTime H.263 decoder  [QuickTime.qts]                         
    qtrlerpza   qtvideo   crashing  Win32/Quicktime RLE/RPZA decoder  [QuickTime.qts]                       
    qtvp3       qtvideo   crashing  Win32/QuickTime VP3 decoder  [On2_VP3.qtx]                             
    qtzygo      qtvideo   problems  win32/quicktime ZyGo decoder  [ZyGoVideo.qtx]                           
    qtbhiv      qtvideo   untested  Win32/QuickTime BeHereiVideo decoder  [BeHereiVideo.qtx]               
    qtcvid      qtvideo   working   Win32/QuickTime Cinepak decoder  [QuickTime.qts]                       
    qtindeo     qtvideo   crashing  Win32/QuickTime Indeo decoder  [QuickTime.qts]                         
    qtmjpeg     qtvideo   crashing  Win32/QuickTime MJPEG decoder  [QuickTime.qts]                         
    qtmpeg4     qtvideo   crashing  Win32/QuickTime MPEG-4 decoder  [QuickTime.qts]                         
    qtsvq3      qtvideo   working   Win32/QuickTime SVQ3 decoder  [QuickTimeEssentials.qtx]                 
    qtsvq1      qtvideo   problems  Win32/QuickTime SVQ1 decoder  [QuickTime.qts]                           
    vsslight    vfw       working   VSS Codec Light  [vsslight.dll]                                         
    vssh264     dshow     working   VSS H.264 New  [vsshdsd.dll]                                           
    vssh264old  vfw       working   VSS H.264 Old  [vssh264.dll]                                           
    vsswlt      vfw       working   VSS Wavelet Video Codec  [vsswlt.dll]                                   
    zlib        vfw       working   AVIzlib  [avizlib.dll]                                                 
    mszh        vfw       working   AVImszh  [avimszh.dll]                                                 
    alaris      vfwex     crashing  Alaris VideoGramPiX  [vgpix32d.dll]                                     
    vcr1        vfw       crashing  ATI VCR-1  [ativcr1.dll]                                               
    pim1        vfw       crashing  Pinnacle Hardware MPEG-1  [pclepim1.dll]                               
    qpeg        vfw       working   Q-Team's QPEG (www.q-team.de)  [qpeg32.dll]                             
    rricm       vfw       crashing  rricm  [rricm.dll]                                                     
    ffcamtasia  ffmpeg    working   TechSmith Camtasia Screen Codec (native)  [camtasia]                   
    camtasia    vfw       working   TechSmith Camtasia Screen Codec  [tsccvid.dll]                         
    ffcamstudio ffmpeg    working   CamStudio Screen Codec  [camstudio]                                     
    fraps       vfw       working   FRAPS: Realtime Video Capture  [frapsvid.dll]                           
    fffraps     ffmpeg    working   FFmpeg Fraps  [fraps]                                                   
    fftiertexseq ffmpeg    working   FFmpeg Tiertex SEQ  [tiertexseqvideo]                                 
    ffvmd       ffmpeg    working   FFmpeg Sierra VMD video  [vmdvideo]                                     
    ffdxa       ffmpeg    working   FFmpeg Feeble Files DXA video  [dxa]                                   
    ffdsicinvideo ffmpeg    working   FFmpeg Delphine CIN video  [dsicinvideo]                             
    ffthp       ffmpeg    working   FFmpeg THP video  [thp]                                                 
    ffbfi       ffmpeg    working   FFmpeg BFI Video  [bfi]                                                 
    ffbethsoftvid ffmpeg    problems  FFmpeg Bethesda Software VID  [bethsoftvid]                           
    ffrl2       ffmpeg    working   FFmpeg RL2 decoder  [rl2]                                               
    fftxd       ffmpeg    working   FFmpeg Renderware TeXture Dictionary decoder  [txd]                     
    xan         vfw       working   XAN Video  [xanlib.dll]                                                 
    ffwc3       ffmpeg    problems  FFmpeg XAN wc3  [xan_wc3]                                               
    ffidcin     ffmpeg    problems  FFmpeg Id CIN video  [idcinvideo]                                       
    ffinterplay ffmpeg    problems  FFmpeg Interplay Video  [interplayvideo]                               
    ffvqa       ffmpeg    problems  FFmpeg VQA Video  [vqavideo]                                           
    ffc93       ffmpeg    problems  FFmpeg C93 Video  [c93]                                                 
    rawrgb32    raw       working   RAW RGB32                                                               
    rawrgb24    raw       working   RAW RGB24                                                               
    rawrgb16    raw       working   RAW RGB16                                                               
    rawbgr32flip raw       working   RAW BGR32                                                             
    rawbgr32    raw       working   RAW BGR32                                                               
    rawbgr24flip raw       working   RAW BGR24                                                             
    rawbgr24    raw       working   RAW BGR24                                                               
    rawbgr16flip raw       working   RAW BGR15                                                             
    rawbgr16    raw       working   RAW BGR15                                                               
    rawbgr15flip raw       working   RAW BGR15                                                             
    rawbgr15    raw       working   RAW BGR15
    rawbgr8flip raw       working   RAW BGR8
    rawbgr8     raw       working   RAW BGR8
    rawbgr1     raw       working   RAW BGR1
    rawyuy2     raw       working   RAW YUY2
    rawyuv2     raw       working   RAW YUV2
    rawuyvy     raw       working   RAW UYVY
    raw444P     raw       working   RAW 444P
    raw422P     raw       working   RAW 422P
    rawyv12     raw       working   RAW YV12
    rawnv21     hmblck    working   RAW NV21
    rawnv12     hmblck    working   RAW NV12
    rawhm12     hmblck    working   RAW HM12
    rawi420     raw       working   RAW I420
    rawyvu9     raw       working   RAW YVU9
    rawy800     raw       working   RAW Y8/Y800
    null        null      crashing  NULL codec (no decoding!)
    ID_EXIT=NONE
    I manually compiled using the svn source that I currently use on my Gentoo system and get the same odd results, whereas on Gentoo it compiles as you expect. This would seem to indicate that there is something about the Arch environment which is causing the problem rather than purely the source code.
    I tried installing mplayer-vdpau-nogui but have the same problem there.

  • Mplayer with caca video output "blinks"

    When I attempt to watch a video in mplayer with caca, the output (in xterm) seems to "blink" or "tear".
    Here is the output of running it:
    $ CACA_DRIVER=ncurses mplayer -vo caca '/home/jengajam2/Desktop/Desktop Stuff/Jethro Tull - Teacher [www.keepvid.com].flv'
    MPlayer SVN-r33159-4.5.2 (C) 2000-2011 MPlayer Team
    162 audio & 359 video codecs
    mplayer: could not connect to socket
    mplayer: No such file or directory
    Failed to open LIRC support. You will not be able to use your remote control.
    Playing /home/jengajam2/Desktop/Desktop Stuff/Jethro Tull - Teacher [www.keepvid.com].flv.
    libavformat file format detected.
    [flv @ 0x25d13c0] Estimating duration from bitrate, this may be inaccurate
    [lavf] stream 0: video (h264), -vid 0
    [lavf] stream 1: audio (aac), -aid 0
    VIDEO: [H264] 322x240 0bpp 29.917 fps 419.1 kbps (51.2 kbyte/s)
    Clip info:
    duration: 272
    starttime: 0
    totalduration: 272
    width: 322
    height: 240
    videodatarate: 409
    audiodatarate: 60
    totaldatarate: 474
    framerate: 30
    bytelength: 16156666
    canseekontime: true
    sourcedata: BADC207A1HH1306645274334542
    purl:
    pmsg:
    Load subtitles in /home/jengajam2/Desktop/Desktop Stuff/
    Here is an example of the output (Imageshack)
    I am running the current Nvidia driver on a GTX 580 and  I am running Arch Linux - x86_64.

    xv is indeed the best -vo. Only use gl if you are having problems with xv, eg if you are running xcompmgr.

  • Today I bought app call starsports app and now I can open app and email to starsports they say not for Canada I ask my refund but they ask me to go with iTunes support team...please can you refund my money back in my account

    Today I bought app call starsports app and now I can open app and email to starsports they say not for Canada I ask my refund but they ask me to go with iTunes support team...please can you refund my money back in my account..

    Welcome to the user to User Technical Support Forum provided by Apple.
    For your issue.. Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • Multiple instances of mplayer with jack

    "_R_ealtime software mixing ?!?! wtf thats awesome--actually im not a studio junkie, i just need sound on one of them"
    i understand that the casual nature of my involvement with jackd suggests a less-than-appropriate level of respect and diligence for what this almighty app is capable of serving up.  i just need to level audio volume on multiple instances of mplayer with software mixing (my sound card is cheap).
    all my jackd configs are vanilla from the wiki as stated below.  if anyone has another solution or a request for information in regard to this solution please reply.  as always, thanks in advance
    --here is some err... background
    i have a some files that i would like to run with mplayer and a video file [with its own audio] that i would like to run concurrently.  it should be possible to use jackd to let one instance of mplayer show video with no sound while permitting the audio from the other instance to play at arbitrary volume.  without jack, i cannot control sound independantly since both instances seem to use the same device (PCM0).  furthermore i have found that starting multiple instances of mplayer leads to weird artifacts which persist after all running instances of mplayer concurrent with artifact appearance have been closed. 
    so i installed jack-audio-connection-kit following the wiki verbatim.  then i installed qjackctl.  starting jackd as root and qjackctl with sudo allowed me to see the first instance of mplayer but not the second.
    what is the difference between running mplayer through alsa and running mplayer through jack through alsa (not sure if the objects are accurately laid out there but whatever)?  the wiki basically provides an out of the box solution for software mixing a bunch of inputs (i have friends who do sound professionally though not with linux and im envisioning way more complicated stuff than my humble pair of mplayers
    Last edited by poopship21 (2010-09-25 15:20:56)

    ngoonee wrote:
    karol wrote:
    ngoonee wrote:And running mplayer through alsa won't be able to do what you want, simply because the mixing is fixed. JACK and pulseaudio are sound servers which allow you to control the mixing, both can do what you want.
    If you run one file with '-ao null' and the other one with '-vo null' you can manipulate them independently, there's no sound mixing involved, it just allows you "to add visuals to an audio feed spontaneously". They can both be run with 'af scaletempo' to speed up / slow down etc.
    Hmm, wonder if that's what the OP was looking for?
    From his first posts:
    poopship21 wrote:it should be possible to use jackd to let one instance of mplayer show video with no sound while permitting the audio from the other instance to play at arbitrary volume
    Also, read his second post. <shrugs>

  • SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600 - The request failed with HTTP status 503: Service Unavailable

    Hi all,
    knowning that there are already a lot of posts concerning above message, I have to write an additional one as I could not find a solution on the web yet.
    Situation:
    Windows Server 2008 forest including empty root and two child domains, one child domain does have SCCM SP1 (central primary site WND) installed on W2k8 x64 machine including WSUS 3.0 SP1 => everything is working fine.
    Second child domain also contains a SCCM SP1 server  (primary site HUN) running on W2k8 x64 and is defined as child site of central site WND => everything is working fine too - except Software Updates.
    WSUS 3.0 SP1 installed on both SCCM servers by creating additional web site (not using "defautl web site") and configured ports 8530 and 8531 (SSL not used!). No proxy necessary/used. All WSUS 3.0 requirements for W2k8 are installed (IIS roles)
    Error:
    SMS_WSUS_CONFIGURATION_MANAGER - MessageID 6600:
    SMS WSUS Configuration Manager failed to configure upstream server settings on WSUS Server "xxxx0003".
    Possible cause: WSUS Server version 3.0 SP1 and above is not installed or cannot be contacted.
    Solution: Verify that the WSUS Server version 3.0 SP1 or greater is installed. Verify that the IIS ports configured in SMS are same as those configured on the WSUS IIS website.
    wsusutil checkhealth =>OK
    downloading updates from WSUS at central site (SUSDB and WSUS folder equal in size) =>OK
    wsus admin console able to connect and configuration possible => OK
    IIS ports configured within SMS are equal to those configured for WSUS website
    SCCM config (using Configuration Manager Console) does look correct - ConfigMgr Software Update Point role properties and Software Update Point Component properties
    wcm.log does report an error: (SCCM Log files at the end.)
    "The request failed with HTTP status 503: Service Unavailable"
    IIS log files of both websites (default web site and WSUS Administration website) do not show any errors.
    Questions:
    What else should I look at? (registyr, SUSDB content,..)
    What exactly does happen during the attempt to configure the upstream server by the SMS_WSUS_Configuration_Manager component? I guess a SMS process tries to contact a webservice - would it be possible to debug in more detail ?
    And finally - Who does know the solution ?
    wcm.log:
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    System.Net.WebException: The request failed with HTTP status 503: Service Unavailable.~~   at Microsoft.UpdateServices.Administration.AdminProxy.CreateUpdateServer(Object[] args)~~   at Microsoft.UpdateServices.Administration.AdminProxy.GetUpdateServer(String serverName, Boolean useSecureConnection, Int32 portNumber)~~   at Microsoft.SystemsManagementServer.WSUS.WSUSServer.ConnectToWSUSServer(String ServerName, Boolean UseSSL, Int32 PortNumber) SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Remote configuration failed on WSUS Server. SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    STATMSG: ID=6600 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_CONFIGURATION_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4468 GMTDATE=Mi Jul 16 10:49:47.758 2008 ISTR0="xxxx0003" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    Waiting for changes for 59 minutes SMS_WSUS_CONFIGURATION_MANAGER 16.07.2008 12:49:47 4468 (0x1174)
    wsusctrl.log (looks fine to me - is able to connect to local WSUS !):
    SMS_EXECUTIVE started SMS_WSUS_CONTROL_MANAGER as thread ID 6156 (0x180C). SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 2732 (0x0AAC)
    This is a WSUS Role as WSUS registry key exists. SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Waiting for changes for 0 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Timed Out... SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.0.6000.273, Major Version = 0x30000, Minor Version = 0x17700111 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Found WSUS Admin dll of assembly version Microsoft.UpdateServices.Administration, Version=3.1.6001.1, Major Version = 0x30001, Minor Version = 0x17710001 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    The installed WSUS build has the valid and supported WSUS Administration DLL assembly version (3.1.6001.65) SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Local WSUS Server Proxy settings are correctly configured as Proxy Name  and Proxy Port 80 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully connected to local WSUS server SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    There are no unhealthy WSUS Server components on WSUS Server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:01 6156 (0x180C)
    Successfully checked database connection on WSUS server xxxx0003 SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    Waiting for changes for 57 minutes SMS_WSUS_CONTROL_MANAGER 16.07.2008 12:04:02 6156 (0x180C)
    wsyncmgr.log (as a result of being not able to configure upstream server I guess):
    STATMSG: ID=6701 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:03:51.481 2008 ISTR0="" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:03:51 4476 (0x117C)
    Sync failed: WSUS server not configured. Source: CWSyncMgr:oSync SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=xxxx0003 SITE=HUN PID=2424 TID=4476 GMTDATE=Mi Jul 16 10:08:51.636 2008 ISTR0="CWSyncMgr:oSync" ISTR1="WSUS server not configured" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0 SMS_WSUS_SYNC_MANAGER 16.07.2008 12:08:51 4476 (0x117C)

    I just experienced the exact same scenario.  After much digging I found that csakg6so posted a fix at
    Windoows-Noob
    Run Internet Explorer as the SYSTEM account (psexec -s -d -i cmd.exe & C:\Program Files\Internet Explorrer\iexplore.exe)
    Go to internet options
    Go to conections
    Go to LAN settings
    Uncheck all boxes
    The original post said to reboot, but that wasn't necessary for me.
    After initiating a manual Software Update sync the WCM.log and WSyncMgr.log errors do not return and new updates are synchronized.

  • Disapointed with itunes support hope someone has a answer

    I should first say that the purpose in this post is not to slam itunes support but to find someone with a helpful answer.
    About two weeks ago my computer started telling me that 100 of my songs could not sync because they were not authorized with this computer. I click to authorize, it tells me this computer is authorized. I went to the Apple support page and discussion boards and I have tried every option. When nothing worked I sent a message to itunes support stating everything above.
    Below is the frustrating correspondence I'm now having with itunes support.
    ME:I can't authorize my system to play purchases my system keeps requesting that I authorize, then tells me I am authorized. I have done all the trouble shooting options found on the apple support page and spoken to a iphone support person and they said the problem is with itunes. Please help.
    ITUNES:Dear N
    Thank you for contacting iTunes Store Customer Support. My name is Pradeep. I am glad to assist you for the day.
    I apologize for the delay in response from us. The delay is happening due to unexpected high volume of request. I know it must have been difficult for you to wait for a response from us and I deeply regret that.
    N, please accept my sincere apologies for all the frustration caused you.
    I am sorry to hear that you are repeatedly asked to authorize your computer. I know how disappointing that must be.
    N, the information in this article should help you resolve this:
    iTunes repeatedly prompts to authorize computer to play iTunes Store purchases
    http://support.apple.com/kb/TS1389
    If you are still asked to authorize your computer after following the instructions in the article above, please let me know and I will assist you further.
    Thank you for understanding and patience. You are a valued member of the Apple family. Your experience with the iTunes Store is of utmost importance to us. Thank you for being an iTunes Store customer.
    Have a nice day !!!
    Sincerely,
    Pradeep
    iTunes Store Customer Support
    ME:As I said in my original email, I have tried all of this, it is still not working.
    (in the email below he was wrong I don't have two accounts, my husband and I have two diffrent accounts and home sharing)
    Itunes:Thank you for contacting iTunes Store Support. I am Pradeep again. I glad to assist you for the day.
    N, please accept my sincere apologies for all the frustration caused you.
    I'm sorry to hear you're having trouble authorizing your computers to play your purchases.
    I did a little investigating and found that you have multiple iTunes accounts:
    Please note that it is not possible to merge two or more accounts, and your computers need to be authorized for all of your accounts or some of your purchases may not play.
    To authorize your computers, follow these steps on each computer for each account:
    1) Make sure you have installed the latest version of iTunes. You can download the latest version free of charge:
    http://www.apple.com/itunes/download
    2) Open iTunes.
    3) From the Store pull-down menu at the top, choose Authorize Computer.
    4) Enter one of your account names and the password for the account.
    Note: You must select the AOL button for your AOL accounts and the Apple button for your Apple ID accounts in order for authorization to be successful.
    5) Click Authorize. A dialog will tell you if the authorization was successful or unsuccessful and how many computers you have authorized for that account.
    Repeat steps 3 to 5 for each account listed above.
    If you forgot the password to one of your Apple ID accounts, you can recover it using the Apple password-recovery website:
    http://iforgot.apple.com
    If you can't remember your AOL password, call AOL at 1-800-827-6364 or click the link below to be taken to the area of AOL's website where you can reset the password yourself:
    https://account.login.aol.com/opr/_cqr/opr/opr.psp
    To figure out which account you used to purchase a particular item, follow these steps:
    1) Control-click (or right-click) the item in your iTunes Library.
    2) Choose Get Info from the menu that appears.
    3) Click the Summary tab.
    Note the account name that appears in the list. The account name that appears is what it was when you purchased the item. Even if you have changed your account name since then, the item's Summary will continue to display the original account name.
    You can also review your entire purchase histories. This article shows you how:
    http://support.apple.com/kb/HT2727
    Thank you for understanding. I really appreciate your patience N. You are a valued member of the Apple family. Your experience with the iTunes Store is of utmost importance to us. Thank you for being an iTunes Store customer.
    Have a nice day !!!
    well again he sent me to the website I already told him I have been to, and I also said the whole problem is that the prompt tells me to authorize when it is authorized, WHY did he think he needed to tell me how to authorize my computer?
    ME: Once again, the computer IS authorized! The music that will not play is a random 100 songs out of over 1000 that had been purchased on MY account. You have not provided me any information that I have not already read and tried from the apple support web page.
    Once again if you had read the first email you would know this. I must now request a supervisor to contact me preferably by phone at xxx-xxx-xxxx. If it must be by email please be sure that my problem is thoroughly investigated before contacting me, as I am tired of repeating myself.
    Well; once again he tells me to try options that I have done, and stated in my first email.
    Itunes:Dear N,
    Thank you for contacting iTunes Store Support. I am Pradeep again. I glad to assist you for the day.
    N, please accept my sincere apologies for all the frustration caused you.
    As an Advisor for the iTunes Store, I handle issues related to billing, downloading, customer accounts, and the items available on the iTunes Store. Although your question falls outside of my area of specialty, I will be happy to assist you with resolving your issue.
    Listed below are some helpful tips and links. Once you have found a category that relates to your issue, follow the instructions or click on the associated link to go to that page.
    A wide variety of helpful tutorials, troubleshooting steps, and support information can be found on the iTunes support website:
    http://www.apple.com/support/itunes/ww
    For answers to general questions about iTunes, open iTunes and choose "iTunes Help" from the Help menu.
    To post questions and read answers provided by other iTunes users, you can participate in iTunes discussions at our Discussions forum:
    http://discussions.apple.com/category.jspa?categoryID=149
    Technical assistance and service information for your iPod is available on the following page:
    http://www.apple.com/support/ipod
    If you require more assistance, you may wish to call our AppleCare technical support team. A technical Advisor will be able to tell you about Apple's complimentary and fee-based support options as well as assist you in determining what option might be most helpful in this case. To find the appropriate phone number, please visit:
    http://www.apple.com/support/contact/phone_contacts.html
    1-800-275-2273
    Another option is to simply describe your issue using our website and arrange for an Apple Expert to call you. Using this option, you can receive a phone call now, or make an appointment to have an Apple Expert call you later if that is more convenient. To explore the Apple Expert option, please visit:
    http://www.apple.com/support/expert
    Thank you for understanding. I really appreciate your patience Nicole.
    Have a nice day !!!
    Sincerely,
    Pradeep
    iTunes Store Customer Support
    At the point when he even says this is out of his league but he's not sending it to someone who can help, I think I may loose it. This is my last responce, yes it was a bit angry but not nearly as angry as I wanted to be. I have yet to hear back.
    ME:How many times do I have to tell you? I Have Done That!!! I Have Spoken with apple support, the problem is something iTunes must fix! Why am I forced to continue to tell you the same thing over and over again?
    It is painfully clear you lack the ability to help me. Please send this to someone who can.
    This is so frustrating. And message boards all over show the same problem. 100 random purchases that will not play, and the trouble shooting options not working. I dont know what to do.
    Oh and I have tried removing the 100 songs it just picks a new 100 songs not to sync.

    That's a shame. http://support.apple.com/kb/ts1389 should cover most of the issues. The 100 random songs bit is simply that iTunes only bothers to list the first 100 problem songs. At that point, as far as iTunes is concerned, none of your songs are authorised. Again, I realise you've probably tried this already, but is your user account an admin account, or have you tried switching to an admin account to authorise the computer? Do the songs play in iTunes only then not to sync or will they not play either? It may be worth looking at the permissions on the C:\ProgramData\Apple Computer folder and making sure that Everyone & SYSTEM both have full access, then replacing the permissions on child objects, before attempting the SC.Info removal tip again.
    I'm just shooting in the dark here however. If I recall the one time I had the problem personally the fix was to deathorise the PC, attempt to play a DRM'd track (i.e. don't use Store > Authorise computer first), authorise, job done. Hopefully there are others on these boards with more experience resolving this type of issue who can wade in with suggestions. I guess if it were me I'd also check I can at least get a different machine properly authorised to my account, i.e. put a DRM'd track on a USB stick and make sure I can play it on another machine. If you're at the 5 computer limit deauthorise all may also be worth a shot.
    tt2

  • Trying this again as I'm getting no where with Adobe Support!!!

    This should have been really simple. I have submitted this questions three times now as well as two separate support tickets, plus a call to Adobe support direct and basically no help at all!!!
    I need to rename our premier partner site post a merger which resulted in a company name change. I have updated the Adobe ID with mixed results (some parts of the service reference the old name (e.g., Kuler) and certain support services now say that the email address is not associated with that service (really helpful when you need to actually get support).
    I contacted Adobe support by phone only to be told that I needed to raise a ticket - not a problem more than happy to follow proper process! So I did that then I got a response which did not address the issue at all and basically said that if it was "TOTALLY NECESSARY" (well it's a business people we only bother with the "totally necesary" and you would think that trading under a different name with the partner site - which is meant to be used for marketing purposes (isn't that what you pay your $2000 for ??? - would be kinda necessary!!!! I mean really?).
    Ok so moving, on I was informed that the case would be escalated to Level 2 technical support. Then I heared absolutely nothing for five days except an auto generated email saying the case was about to be closed as the period to provide more information had lapsed. Well I had added more information to the email several times so clearly the case was never escalated and the support staff have just put it in the to delete pile (confirmed by the fact that the case no longer appears in the active case list or the closed case list - I have the emails and the case number - so what happened to the original case??? .
    So What happened Adobe / Business Catalyst - your support used to be world class. Now you're right up there with Lenovo after sales service (non existant)!
    So being the persistent chap I am (plus this must be resolved otherwise the new CEO is going to go balistic) I will provide the information again in the hope that someone from support will do the right thing and address my technical problems (not to mention the serious issues with Adobe support services):
    Old site URL: veridicalconsulting.businesscatalyst.com
    Old user email: (this is the origina ladmin user id that was used to request the move): [email protected]
    The new Partner Name: (this is the new Partner Portal name we want our partner site moved to): DMS.Group or DMS Group or DMS-Group depending on any naming convention restrictions.
    The new Partner URL: (the Partner's website address should be changed to): dms-group.businesscatalyst.com
    The new Partner user email: [email protected] (since changing this email does not access the support website - error 4)
    Permission to rename domain: Yes I formally request to have my partner site renamed per the details above
    Previous Ticket number (which seems to have been ignored) 81737 and 82912 as I keep getting 5 day lapse notices even though I was informed that it would be escalated to level 2 technical support.
    Could someone please do something about this as it's getting serious and we don't want the CEO getting involved (former barrister) and I don;t need the headache over what should be a relatively simple...ok this is what we are going to do....

    Hi Peter
    Renaming for the websites in your partner portal are fine. You just need to consider repathing as you've mentioned. You can do a find and replace to sort that..
    Remnaing for the Partner address I believe is a little more involved. It probably invoved Adobe Engineering. I think only Adobe could tell you how it affects the setup.  I believe you can't just rename the partner portal slug. Other things rely on it.
    But I can suggest that this isn't really in the scope of what Adobe are obligated to support. A partner program is purchased, they don't claim that it's customisable. But since you're a partner, Im sure if you're nice about it, log a ticket and ask Support to escatlate it to ACCOUNTS, then Accounts will be able to help. If you just ask support they will give you a dumb response and close the ticket. So ask to have it escalated.
    It'll mean that they may need to get engineering involved. Which takes the engineers away from developing BC.
    But I wouldn't allude to Barristers. It'll get you nowhere and this is your bag, not adobes.
    Brett

  • The request failed with HTTP status 404: Not Found

    Hi
    BPC version we are using is : 5.0.502
    When we  Publish all reports using the steps below:
    a. Log into BPC Web
    b. Click on Available Interfaces> Select BPC for Administration
    c. Under Web Admin Task Click Publish Reports
    d. Select all of the reports and click the green check mark to publish the
    reports.
    I am getting following message 'System.Exception: The request failed with HTTP Status 404: Not Found. Event log relation to this error is given below.
    Event Type:     Error
    Event Source:     OutlookSoft log
    Event Category:     None
    Event ID:     0
    Date:          12/8/2008
    Time:          11:26:42 AM
    User:          N/A
    Computer:     BPCAPP
    Description:
    ==============[System Error Tracing]==============
    [System  Name] : OSoftCPM
    [Message Type] : ErrorMessage
    [Job Name]     : AuditMgrService/SetAuditReportFiles
    [DateTime]     : 12/8/2008 11:26:42 AM
    [UserId]       : MMPlanning
    [Exception]
        DetailMsg  : {The request failed with HTTP status 404: Not Found.}
    ==============[System Error Tracing  End ]==============
    For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.
    We tried ' Publish all reports' as the resolution of error 'object variable or with block variable not set' on modifying an application as per sap note Note 1131320
    If anyone knows the resolution for the above issue, please help me.
    Thanks in advance
    Sajeev Abraham

    Hi
    Thanks for the response.
    Below are the full contents of the error message pop-up.
    ( System.Expection: the reguest failed with HTTP status 404:Not found at
    Microsoft.Visualbasic.CompierServices.lateBinding.LateGet(Object o, Type,String name, Object
    []args,sTRING[]paramnames, Boolen[]CopyBack)
    at OSoft.Services.WebServices.ReportmanageProxy.ReportManageProxy.SetPubishReport(String strAppSet,string
    strApp,string strFiter)
    url is given below
    http://<HostName>/osoft/Admin/WebAdminMain.aspx
    BPC Deployment is Multiple server ( Two servers) Database and Application deployed seperately.
    Sql Reporting server is working.. I could connect using sql management studio.
    Thanks

Maybe you are looking for

  • Trading Partner in Cross Company CO Allocation

    Hi there, Pls advise how can I have the FI intergrated posting from CO, as a result of cross-company CO allocation, to carry a trading partner in the line items. Thank you.

  • Safari connection lost on iPad mini

    I updated my desk top to Mavericks and now can't connect to safari on my ipad mini?

  • WLC 5508, LAP1262, Security Features Design

    Dears, I am planning to get the following Hardware; AIR-CT5508-50-K9 5508 Series Controller for up to 50 APs AIR-LAP1262N-E-K9 802.11a/g/n Ctrlr-based AP; Ext Ant; E Reg Domain During my design, i am considering to get the following security features

  • DW reformats code to double-space all lines

    I have often had the experience that DW (currently CS3, but this has happened in earlier versions as well) double-spaces all the code in a document that was not previously double-spaced. That is, opening a document that previously displayed normally

  • A black checkmark next to a song

    How do you uncheck many boxes at a time so you don't have to uncheck them one at a time. I have a lot of Audiobooks that I need to uncheck but it would take hours to uncheck them all so that they would not be put in my ipod. Any HELP would be appreci