Libaacs Package Errors (I Want To Watch Bluray!!) (SOLVED)

System is up to date and less than a month old anyway.  Base-devel is installed on the system.
I'm trying to get Bluray setup on my Mythbox.  I need "libaacs" which is available in AUR (libaacs-git).  However, when I unpack it and then "makepkg" it bombs out, and spits out the following code:
keydbcfg-parser.h:132:37: error: unknown type name 'dk_list'
keydbcfg-parser.h:132:54: error: unknown type name 'pk_list'
keydbcfg-parser.h:132:71: error: unknown type name 'cert_list'
keydbcfg-parser.h:132:89: error: unknown type name 'title_entry_list'
keydbcfg-parser.h:132:115: error: unknown type name 'digit_key_pair_list'
keydbcfg-lexer.c: In function 'libaacs_yylex':
keydbcfg-lexer.c:926:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
keydbcfg-lexer.c: In function 'libaacs_yy_scan_bytes':
keydbcfg-lexer.c:1872:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make[4]: *** [keydbcfg-lexer.lo] Error 1
make[4]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/myth/AUR/libaacs-0.5.0'
make: *** [all] Error 2
keydbcfg-parser.h:132:54: error: unknown type name 'pk_list'
keydbcfg-parser.h:132:71: error: unknown type name 'cert_list'
keydbcfg-parser.h:132:89: error: unknown type name 'title_entry_list'
keydbcfg-parser.h:132:115: error: unknown type name 'digit_key_pair_list'
keydbcfg-lexer.c: In function 'libaacs_yylex':
keydbcfg-lexer.c:926:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
keydbcfg-lexer.c: In function 'libaacs_yy_scan_bytes':
keydbcfg-lexer.c:1872:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
make[4]: *** [keydbcfg-lexer.lo] Error 1
make[4]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/myth/AUR/libaacs-0.5.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/myth/AUR/libaacs-0.5.0'
make: *** [all] Error 2
There is mention of this error here:
http://aur.archlinux.org/packages.php?ID=45974
However, the link to Gentoo just confuses me.  First, they say the bug is fixed in libaacs-0.5.0, so I downloaded that specifically and did my own make, make install and I get the same thing. 
I think I need somebody to educate me on what this means????
There should be
#include "file/keydbcfg.h"
in the bison generated keydbcfg-parser.h since the file includes this declaration
int libaacs_yyparse (void *scanner, dk_list *dklist, pk_list *pklist, cert_list *clist, title_entry_list *celist, digit_key_pair_list *dkplist);
and does not define the appropriate types, which are defined in the "file/keydbcfg.h". Whether it is a problem of the new bison or a problem in the wrong file/keydbcfg-parser.y or perhaps file/keydbcfg-lexer.l, I don't know, I didn't dive into those.
As always, any help is greatly appreciated.
Last edited by minivanman (2012-09-04 03:55:36)

Okay, I got in to play nice.  I kind of just guessed, but it worked. 
Downloaded and extracted the tarball. 
./bootstrap
./configure
Then I went into the extracted folder /where_you_unpacked/libaacs.0.5.0/src and edited the keydbcfg-parser.h file by adding the following to the top of the file, below the initial comments:
#include "file/keydbcfg.h"
/* A Bison parser, made by GNU Bison 2.6.2. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton. Alternatively, if you modify or redistribute
the parser skeleton itself, you may (at your option) remove this
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
#include "file/keydbcfg.h"
#ifndef LIBAACS_YY_Y_TAB_H
# define LIBAACS_YY_Y_TAB_H
/* Enabling traces. */
#ifndef YYDEBUG
# define YYDEBUG 0
#endif
#if YYDEBUG
extern int libaacs_yydebug;
#endif
/* Tokens. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
/* Put the tokens into the symbol table, so that GDB and other debuggers
know about them. */
enum yytokentype {
HEXSTRING = 258,
DISC_TITLE = 259,
DIGIT = 260,
KEYWORD_DEVICE_KEY = 261,
KEYWORD_DEVICE_NODE = 262,
KEYWORD_HOST_PRIV_KEY = 263,
KEYWORD_HOST_CERT = 264,
KEYWORD_HOST_NONCE = 265,
KEYWORD_HOST_KEY_POINT = 266,
PUNCT_EQUALS_SIGN = 267,
PUNCT_VERTICAL_BAR = 268,
PUNCT_HYPHEN = 269,
ENTRY_ID_DK = 270,
ENTRY_ID_PK = 271,
ENTRY_ID_HC = 272,
ENTRY_ID_DATE = 273,
ENTRY_ID_MEK = 274,
ENTRY_ID_VID = 275,
ENTRY_ID_BN = 276,
ENTRY_ID_VUK = 277,
ENTRY_ID_PAK = 278,
ENTRY_ID_TK = 279,
ENTRY_ID_UK = 280,
NEWLINE = 281,
BAD_ENTRY = 282
#endif
/* Tokens. */
#define HEXSTRING 258
#define DISC_TITLE 259
#define DIGIT 260
#define KEYWORD_DEVICE_KEY 261
#define KEYWORD_DEVICE_NODE 262
#define KEYWORD_HOST_PRIV_KEY 263
#define KEYWORD_HOST_CERT 264
#define KEYWORD_HOST_NONCE 265
#define KEYWORD_HOST_KEY_POINT 266
#define PUNCT_EQUALS_SIGN 267
#define PUNCT_VERTICAL_BAR 268
#define PUNCT_HYPHEN 269
#define ENTRY_ID_DK 270
#define ENTRY_ID_PK 271
#define ENTRY_ID_HC 272
#define ENTRY_ID_DATE 273
#define ENTRY_ID_MEK 274
#define ENTRY_ID_VID 275
#define ENTRY_ID_BN 276
#define ENTRY_ID_VUK 277
#define ENTRY_ID_PAK 278
#define ENTRY_ID_TK 279
#define ENTRY_ID_UK 280
#define NEWLINE 281
#define BAD_ENTRY 282
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
/* Line 2049 of yacc.c */
#line 106 "file/keydbcfg-parser.y"
char *string;
unsigned int digit;
/* Line 2049 of yacc.c */
#line 117 "keydbcfg-parser.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
#endif
#ifdef YYPARSE_PARAM
#if defined __STDC__ || defined __cplusplus
int libaacs_yyparse (void *YYPARSE_PARAM);
#else
int libaacs_yyparse ();
#endif
#else /* ! YYPARSE_PARAM */
#if defined __STDC__ || defined __cplusplus
int libaacs_yyparse (void *scanner, dk_list *dklist, pk_list *pklist, cert_list *clist, title_entry_list *celist, digit_key_pair_list *dkplist);
#else
int libaacs_yyparse ();
#endif
#endif /* ! YYPARSE_PARAM */
#endif /* !LIBAACS_YY_Y_TAB_H
I still can't get blurays to play, but progress has been made as VLC is now telling me that I don't have a "aacs" installed, which is actually a different error than before.  So something took a step in the right direction.
Last edited by minivanman (2012-08-29 19:33:37)

Similar Messages

  • Error -2048 when wanting to watch September Webcast

    Ey guys.
    Whenever I want to watch the Setpember release of the apple webcast (http://www.apple.com/quicktime/qtv/showtime06/), I recive the following error: "Error -2048. The file is not a movie file". I assume that this is a problem at my end because people I know can access it fine.
    I have tried with Firefox 1.5 and IE 6.0, QT Pro and then unistalling to QT Basic.
    Does anyone know how to fix this problem?
    AMD 64 3500+   Windows XP   1 Gig RAM, 6600GT

    I get the same error message as craigsman when I try to open a movie file on Windows Quicktime Pro 7.0.4. that I created with GarageBand.
    As I can play the same file on Mac mini with Quicktime Player 7.1.3 without any problem I guess it's a software issue.
    Note that Windows Quicktime Pro 7.0.4. opens other files than those created with GarageBand without any problem and even the http://www.apple.com/quicktime/qtv/showtime06/

  • Why am I getting an error message when I want to watch a Youtube video?

    Hi
    I'm wonderying why am I getting an error message when I want to watch a Youtube video?

    I've been getting the same error message for the last 3 days.  Something is wrong with YouTube itself.

  • The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix?

    The current iTunes 10.5 upgrade does not install on Windows 7 and indicates a faulty install package (error 2324). Advice or details on the release date for a proper fix? I'm not able to roll back to the prior version, so I'm stuck in limbo.

    There have been a number of problems with installing the latest iTunes on Windows 7 64-bit machines during the last couple of weeks.  You might want to do a search on that topic and see if anyone has a solution.  There have been various versions of the problem but a lot related to errors in the download package or failure to download.

  • TR: Thread Package error while configuring

    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a node during configuration.
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the node or the
    node does not have the external resource or thread package that the partition
    uses. This partition requires the restricted project(s) <none> and the thread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreaded attribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while my library remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreaded attribute is set to TRUE but I need it to be positionned at FALSE.
    I) Anyone could tell me if there is a solution for assigning such partition on such node ?
    II) What is "the thread package Fort&eacute;' ?

    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a node during configuration.
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the node or the
    node does not have the external resource or thread package that the partition
    uses. This partition requires the restricted project(s) <none> and the thread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client", (partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreaded attribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while my library remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreaded attribute is set to TRUE but I need it to be positionned at FALSE.
    I) Anyone could tell me if there is a solution for assigning such partition on such node ?
    II) What is "the thread package Fort&eacute;' ?

  • HT1657 Video not loading for a rented movie that I want to watch offline?

    I have rented 2 movies, they were downloaded to "my videos".i wanted to watch them offline and whereas both movies started successfully, after a few minutes I got the error "video not loading".
    I reconnected my iPad to the internet and tried again but I get the same error again...

    The new releases seem to take the longest. But you use to always have the option of both right when they came out now its buy then wait and wait for rent.

  • Error Code 24 when making bluray iso

    I get the Error: "invalid time", Code: "24", Note: "presentation composition time may not overlap" when I try to make a Bluray iso. I have tried almost everything, mpeg-2, H264, rerender in different bitrates using Adobe media encoder, I have rebuilt the project from the beginning, there is other people who have the same problem at internet forums but no explanation. Is there a solution on this problem?

    May 8, 2014 kl. 13:57 skrev Stan Jones <[email protected]>:
    Error Code 24 when making bluray iso
    created by Stan Jones in Encore - View the full discussion
    Glad you got a workaround.
    Thank you for reporting in detail. This may be helpful to someone else.
    It is odd; most Mac users do not get this problem.
    To clarify, you are making a new timeline for each video you bring into Encore, right?
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6364632#6364632
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Encore by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.
    Jan Brånå
    Eyebrite Film and Visions AB
    Polstjärnegatan 14
    417 56 Göteborg
    tel: +46 (0) 31 131408
    Mobil: +46 705 13 14 08
    www.eyebrite.se
    Showreel

  • Re: TR: Thread Package error while configuring

    Francois,
    Because NT only uses native threads (instead of Forte' threads,) 3GL
    partitions CAN NOT be marked as MULTITHREADED=FALSE on NT. Setting
    MULTITHREADED=FALSE uses Forte threads, setting it to TRUE will allow
    native threads to be used.
    The moral of the story - 3GL code must be reentrant, thread safe and signal
    tolerant on NT. You must also make sure to link with the multi-threaded
    libraries when compiling C/C++ code for NT.
    Don
    At 03:05 PM 9/24/97 +0100, Francois BOUCHARD wrote:
    >
    >
    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a nodeduring configuration.
    >
    >
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the nodeor the
    node does not have the external resource or thread package that thepartition
    uses. This partition requires the restricted project(s) <none> and thethread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreadedattribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while mylibrary remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreadedattribute is set to TRUE but I need it to be positionned at FALSE.
    >
    I) Anyone could tell me if there is a solution for assigning suchpartition on such node ?
    >
    II) What is "the thread package Fort&eacute;' ?
    ====================================
    Don Nelson
    Senior Consultant
    Forte Software, Inc.
    Denver, CO
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ====================================
    "Weekends don't count unless you spend them doing something completely
    pointless." - Calvin

    Francois,
    Because NT only uses native threads (instead of Forte' threads,) 3GL
    partitions CAN NOT be marked as MULTITHREADED=FALSE on NT. Setting
    MULTITHREADED=FALSE uses Forte threads, setting it to TRUE will allow
    native threads to be used.
    The moral of the story - 3GL code must be reentrant, thread safe and signal
    tolerant on NT. You must also make sure to link with the multi-threaded
    libraries when compiling C/C++ code for NT.
    Don
    At 03:05 PM 9/24/97 +0100, Francois BOUCHARD wrote:
    >
    >
    De : Joel RIANDEY
    Date : mercredi 24 septembre 1997 12:42
    A : Francois BOUCHARD
    Objet : Thread Package error while configuring
    I've got the following error while trying to assign a partition on a nodeduring configuration.
    >
    >
    SYSTEM ERROR: This component cannot be moved to this node. Node does not
    support logical component
    Class: qqsp_ErrorDescriptor
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    USER ERROR: The node ORDAM-NT_DVPT is unable to support this partition
    (LaunchCcsProject_cl0_Part1). This is because either all of the restricted
    projects required by the partition have not been installed on the nodeor the
    node does not have the external resource or thread package that thepartition
    uses. This partition requires the restricted project(s) <none> and thethread
    package Forte.
    Class: qqsp_UsageException
    Error #: [1301, 460]
    Detected at: qqem_LogicalPartition::Assign at 4
    Last TOOL statement: method AppComponentVM.Install
    Error Time: Wed Sep 24 11:08:34
    Exception occurred (locally) on partition "Forte_cl0_Client",(partitionId
    = 172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1, taskId =
    [172B8B7C-C095-11D0-9ECC-3870EE77AA77:0x33ae:0x1.54]) in application
    "Forte_cl0", pid 183 on node JOELR in environment nt_dvpte.
    The partition is containing a library wrap object which Multithreadedattribute is set to FALSE;
    The node to which I want to transfer the partition is a NT node while mylibrary remains in an AIX one.
    Nevertheless I can drag my partition if this library Multithreadedattribute is set to TRUE but I need it to be positionned at FALSE.
    >
    I) Anyone could tell me if there is a solution for assigning suchpartition on such node ?
    >
    II) What is "the thread package Fort&eacute;' ?
    ====================================
    Don Nelson
    Senior Consultant
    Forte Software, Inc.
    Denver, CO
    Corporate voice mail: 510-986-3810
    aka: [email protected]
    ====================================
    "Weekends don't count unless you spend them doing something completely
    pointless." - Calvin

  • Script error when trying to watch video

    I just bought a NEW computer...windows 8 64bit, IE10, I can watch video on most web sites but the one I really want to watch I can't, I get an error " a script in this movie is causing adobe flash player to run slowly, if you continue your computer may become unresponsive, do you want to abort this script. If I say no my computer locks up,  I have tried every step in the troubleshooter and nothing works.
    can anyone help?

    That was very hard, and very good work. Well Done !

  • SCUP 2011 publishing fails with error: Failed to sign package; error was: 2148081670

    Hi,
    I have a SCUP 2011 installed on the same machine has SCCM 2012 and WSUS. I installed and configured SCUP 2011, as shown in this video http://www.youtube.com/watch?v=fyEGWSFWyy0. Everything was ok, but after upgrading to SCCM 2012 R2, i'm unable to publish
    to the update server.
    Every single publishing attempt fails with error:
       at Scup.Wizards.PublishOperation.Start()         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at Scup.Wizards.PublishProgressPage.DoWork(Object sender, DoWorkEventArgs e)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()         01/01/1601 00:00:00    33730480 (0x202AFB0)
       at System.Threading.ThreadPoolWorkQueue.Dispatch()    Updates Publisher    27/11/2013 16:04:52    6 (0x0006)
    PublishItem: InvalidException occurred during publishing: Failed to sign package; error was: 2148081670    Updates Publisher    27/11/2013 16:04:52    6 (0x0006)
    Publish: A fatal error occurred during publishing :Signature verification exception during publish, verify the WSUS certificates and advanced timestamp setting are properly configured.    Updates Publisher    27/11/2013
    16:04:52    6 (0x0006)
    Publish: Background processing completed.    Updates Publisher    27/11/2013 16:04:52    1 (0x0001)
    I have deleted and generate new self-signed WSUS certs, and i have imported them to the appropriated cert stores.
    I have checked and double-checked the posts about this subject on this forum, but haven't found any working solution.
    Appreciate all the help u guys can give me.
    Best regards,
    Adriano

    Hi,
    Please try applying the update below for this issue.
    System Center Update Publisher does not publish customized updates to a computer if WSUS 3.0 SP2 and the .Net Framework 4.0 are installed
    http://support.microsoft.com/%3Fkbid%3D2530678
    Have you looked at this
    System Center Update Publisher 2011 and Windows Server 2012
    http://blogs.msdn.com/b/minfangl/archive/2012/12/01/system-center-update-publisher-2011-and-windows-server-2012.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Silverlight fails to install on Vista - just want to watch netflix again

    I just want to watch Netflix and now I can't because Silverlight tells me that "Your operating system does not support the 64-bit version of Silverlight." But according to Microsoft's compatibility page I should have no problem installed the update
    on Vista.  Any insight would be great. Was going to uninstall and attempt to reinstall but the "view video on how to uninstall" on the website also doesn't work. So frustrating.
    Am I missing something here?
    I have Windows Vista Service pack 2 w/ 4 gigs of Ram and 64 bit operating system.
    Thanks.

    I had to completely rebuild my system a couple of months ago (Vista Ultimate x64) and Silverlight installed with no hassles at all. But Netflix recommended I upgrade Silverlight so I tried to and the install failed with nonsensical errors. Also, my previous
    install is now trashed.
    I downloaded the installer automatically, saved it and ran it from the hard drive, but received the false error that I was not running an x64 system.
    Out of curiosity I I tried running the installer under IE x64 and got the warning that Silverlight x64 does not work with IE x64. This is very strange considering that Silverlight 64 supposedly works fine with Firefox, if you can get it to install. Or so
    I am told.
    Why does the Silverlight installer think I am not running an x64 system?
    I wound up reinstalling the version from last January, but I cannot tell if it is 32- or 64-bit. The Netflix stream I had selected just started running. Is there any way to sell what bit version of Silverlight you are using? I am successfully running Silverlight
    plug-in 5.1.20125.0 modified 1/24/2013 8:09 p.m. I do not recall doing anything special to install it.

  • How can you watch itunes purchased movies on apple tv. A click on to movies then into purchase thn a click on a movie i want to watch then my apple tv box light starts going on and off plus the screen is blank

    How can you watch itunes purchased movies on apple tv. A click on to movies then into purchase thn a click on a movie i want to watch then my apple tv box light starts going on and off plus the screen is blank

    JasonFromSK wrote:
    With the newest Airport firmware (7.6.1), it seems I should be able to do this.
    Really? I need to check that out!
    You should certainly be able to add content by reference to itunes from such a disk (even before the update) - so long as itunes knows the location of the file (set Preferences not to copy to local library when adding the media) it will stream it to AppleTV if the disk is available.
    I hope you're right, but I'd be surprised if current Extremes can be upgarded to provide a full Home Sharing service - marvellous if they can but I'd be surprised as i've long said we need an Apple media server either based on TC or AE to do this kind of thing.
    AC

  • PI 711 Installation: Loading of 'SAPNTAB' import package: error but no log

    Hello,
    I'm perfromong an installation of a SAP PI 7.11 ystem on windoows Server 2003 and Oracle 10.2 .
    I've perfromed the installation of the DEV system without particular issue.
    But now when tryning to install the QAS system , I can't finish the installation : Im' stuck in the import ABAP step ...
    It is impossible to import the 'SAPNTAB' package. I couln't find the reason.
    I've tried updating the R3load binary, rebooting the server, restarting the instalaltion from scratch but it didn't help.
    Here I provide you the logs, maybe you can help me
    SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110223195542
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#6 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 14 2010 22:52:23
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS deleted/truncated #20110223195543
    sapinst_dev.log
    Syslib info about system call. OS message 109 (The pipe has been ended.
    ) after execution of system call 'ReadFile' with parameter ((read end of child process output pipe)), line (403) in file (synxcpipe.cpp).
    WARNING    2011-02-23 19:56:12.607
               CJSlibModule::writeWarning_impl()
    Execution of the command ""C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\sapjvm\sapjvm_5\bin\java.exe" -classpath migmon.jar -showversion -Xmx1024m com.sap.inst.migmon.imp.ImportMonitor -sapinst" finished with return code 103. Output:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
    Import Monitor jobs: running 1, waiting 28, completed 0, failed 0, total 29.
    Loading of 'SAPNTAB' import package: ERROR
    Import Monitor jobs: running 0, waiting 28, completed 0, failed 1, total 29.
    TRACE      2011-02-23 19:56:12.607
    Function setMessageIdOfExceptionMessage: nw.programError
    ERROR      2011-02-23 19:56:12.607
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) import_monitor.java.log, import_monitor.log.
    import_monitor.log
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is started.
    INFO: 2011-02-23 19:55:42 com.sap.inst.migmon.imp.ImportStandardTask preCreate
    Parse of 'C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL' template file is successfully completed.
    Primary key creation: after load.
    Index creation: after load.
    INFO: 2011-02-23 19:55:42
    Data codepage 1100 is determined using TOC file 'E:\SAPCD\51036706\DATA_UNITS\EXP1\DATA\REPOSRC.TOC' for package 'REPOSRC'.
    INFO: 2011-02-23 19:55:42
    Version table 'SVERS' is found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    INFO: 2011-02-23 19:55:42
    Data conversion tables 'DDNTF,DDNTF_CONV_UC,DDNTT,DDNTT_CONV_UC' are found in STR file 'E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR' from package 'SAPNTAB'.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is started.
    TRACE: 2011-02-23 19:55:42 com.sap.inst.migmon.LoadTask processPackage
    Loading of 'SAPNTAB' import package into database:
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    ERROR: 2011-02-23 19:55:45 com.sap.inst.migmon.LoadTask run
    Loading of 'SAPNTAB' import package is interrupted with R3load error.
    Process 'E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast' exited with return code -1,073,741,819.
    For mode details see 'SAPNTAB.log' file.
    Standard error output:
    sapparam: sapargv(argc, argv) has not been called!
    sapparam(1c): No Profile used.
    sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline
    WARNING: 2011-02-23 19:56:12
    Cannot continue import because not all import packages with data conversion tables are loaded successfully.
    WARNING: 2011-02-23 19:56:12
    1 error(s) during processing of packages.
    INFO: 2011-02-23 19:56:12
    Import Monitor is stopped.
    Edited by: Raoul Shiro on Feb 23, 2011 8:11 PM
    Edited by: Raoul Shiro on Feb 23, 2011 8:12 PM

    Hello,
    Thank you for your answer.
    I already opened a sap cutomer call, they answered that it it not a database issue,
    I restarted the installationfriom scracth , but i still got the same error :
    Here is the full content of the file SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -ctf I E:\SAPCD\51036706\DATA_UNITS\EXP3\DATA\SAPNTAB.STR C:\Program Files\sapinst_instdir\NW71\INSTALL\SYSTEM\ORA\STD\AS\DDLORA.TPL SAPNTAB.TSK ORA -l SAPNTAB.log
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: job completed
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110225170643
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/711_REL/src/R3ld/R3load/R3ldmain.c#4 $ SAP
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe: version R7.11/V1.4 [UNICODE]
    Compiled Dec 22 2008 00:13:12
    E:\usr\sap\PIQ\SYS\exe\uc\NTAMD64\R3load.exe -i SAPNTAB.cmd -dbcodepage 4103 -l SAPNTAB.log -stop_on_error -loadprocedure fast
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (DB) INFO: SVERS created #20110225170643
    Regards.
    Raoul

  • HT201335 I want to watch an iTunes rental video on my MacBook Pro but stream the sound to my Airport Express linked speakers.  However re Airplay icon doesn't show up in iTunes when playing the rental video.  Is there a way around that?

    I want to watch an iTunes rental video on my MacBook Pro but AirPlay the audio to my AirPort Express linked speakers.  However the AirPlay icon isn't available when arching the rental video in iTunes.   Is there another way?  Do I need to but an AppleTV?  I don't own a TV, hence why I want to watch on my MacBook Pro.

    Welcome to the Apple Community.
    With or without an Apple TV you can't send video to one device and audio to another using AirPlay.

  • HT1551 I ordered a rental movie on my computer and want to watch it on my 1st generation apple TV and it is not showing up there...any suggestions?

    I ordered a rental movie on my computer and want to watch it on my 1st generation apple TV and it is not showing up there...any suggestions?

    I had same problem last night with a movie rental not showing up under the 'Rented' tab in iTunes/Movies on my iMac: as I had no other rentals, there was no 'Rented' tab at all.
    In iTunes 11, the Downloads icon only appears next to the Search bar while there is an active download. Once any  downloads are finished, the icon disappears.  I had no icon so I had to assume the downloading had finished (in the previous UI you could check download progress even after they had finished).
    My movie rental did, however, show up under 'Rented Movies' under the 'Movies' tab in iTunes/Devices/(select any i/device) so I knew it was somewhere in my iTunes.  Yet, we couldn't access it via Apple TV.
    I fiddle around for a bit, restarting iTunes, restarting the iMac, to no avail.  Then I did a little housekeeping and moved a different movie I'd imported awhile ago, from the 'Home Videos' tab under iTunes/Movies.  Under File/Get Info, the 'Media Kind' was incorrectly set to 'Home Video' so I changed it to 'Movie'.  Thus the file was moved over into the Movies tab.  Hey Presto!  The Rented tab suddenly showed up, and there was my rented movie!
    This is the second time a movie rental did not show up after downloading.  Unfortunately my husband initiated the download so we figured he must've messed up somehow as he's not as familiar with iTunes as me.  Hence we opted to download the movie under a different iTunes account, which worked the second time with no problem.  Needless to say the invoice for the original download had no problem in finding us, hence we were effectively being charged twice for the same movie!  We have to contact apple support (such a hassle) but hopefully they will understand the issue (that's the difficult bit) and they are usually good at refunding when they finally accept the customer is genuine in their claim.
    In case anyone is tempted to critique my method, we download rentals through iTune on our computer as we had too many problems trying to rent via Apple TV.  Often the movie was not available to watch for many hours after it was rented, even though we'd start 'download' halfway through the day and sit down at night to watch it!  We have also had problems with movies that kept stopping during viewing because it wasn't streaming fast enough.  We'd give some time and come back to viewing, only to encounter the same.  One time we gave gave up and tried again the next evening, only to find the movie expired.  There is meant to be 48 hours after you've started viewing to resume watching a movie.  Apple's only response to this was to advise we needed a broadband internet connection to stream the movie - this was despite me already telling them we have broadband.
    Anyway, I hope this helps anyone experiencing similar issues with movie downloads.

Maybe you are looking for

  • Blur with gradient tool / Lens blur

    Hi everybody, I want to make some blur effects like miniature effect or open apperature lens blur. Currently I'm using the gradient tool with negative sharpness. But I think in 100% zoom, the effect looks a litte bit like on/off. Or is the visible ef

  • Galleries of sample CSS sheet for RoboHelp?

    Hi all, Anybody know of any sites with galleries of sample CSS sheet for RoboHelp 7 HTML? Tia - avi

  • Why can't I connect to my home WiFi after the 8.3 update?

    I have updated my iPhone 6 to the latest iOS 8.3 and now I cannot connect to my WiFi at home, why? I've done a clean install and rebooted my home router and still no connection. However the device does connect to my workplace WiFi.  All my other devi

  • OIM 11g LDAP sync from different LDAP containers

    Hi, I have been setting up OIM 11g R2 (11.1.2) to use LDAP Sync to OID. As of now the sync works (both ways) for this container: cn=users,cn=oracleAccounts,dc=mycompany,dc=com (configured while doing the OIM config) Would it be possible to sync users

  • How to sort email in-box by sender rather than by topic?

    I would like the flexibility to sort the mails in my in-box by sender, subject, date... as can be done using Outlook. Is it possible?..If so, how?'