Trouble adding a new project in BOINC Manager

Hello,
I have downloaded and installed Boinc from the official Arch repository. I followed this guide https://wiki.archlinux.org/index.php/BOINC step by step. I can successfully run the Boinc GUI via the command
boincmgr
, but when I try to add a new project I receive this error
execvp(/home/paul/boinc, --redirectio, --launched_by_manager) failed with error 2!
in the terminal. Boinc Manager also repeatedly tells me that it has unexpectedly exited but that it has successfully recovered every minute or so.
Any suggestions are greatly appreciated and feel free to ask for any information.
Thanks.

thanks

Similar Messages

  • Not able to create a new project (i.e Manage - Project ) in 10g

    Hi Team
    I am trying to create a new project to implement Multi User Development Environment (MUDE) , but facing the below problems while doing so : -
    a:> While Opening repository in Online Mode :-
    I am not able to open open Manage --> Projects ( as Projects is disabled for me i. grayed out )
    b:> While opening in Offline Mode :-
    I am able to navigate to Manage --> Projects , but when the Project Windows opens and I am doing Actions --->New Project not able to do so ( as New Project is disable i.e grayed out ) .
    Please guide.
    Thanks
    Rohit

    Hi Friends
    Actually there was a mistake on my part ... i.e I had opened the repositorty in offline while BI server was still running !
    how silly . ..:)
    I am now getting the options .
    Regards
    Rhit

  • Creating a new project with media manager

    This one should be obvious but I can't quite figure it out: I used media manager to recompress my project into a smaller one. Media manager did a nice job with that and placed all the files into a new folder BUT - where is the actual project file?? If I use the actual fcp project file from the original- the settings are all different and it told me that some media files are missing or too short. Doesn't media manager create a new project file that works with the new recompressed files that it just created??

    BUT - where is the actual project file??
    When you have decided on the settings in Media Manager and then tell it to do the job, the first thing you see is a dialog asking where to save the project file. Use Spotlight to search for it.
    If that doesn't turn anything up, start MM again, it might have remembered the last Save location.

  • Having trouble with the "New Project" tab on the main menu.

    Whenever I open garageband, the new project window doesn't display all of the icons. It only shows the Voice, Podcast, and Movie icons and none of these show the picture anymore. It used to start up fine and this just started happening a couple days ago. Has anyone else had this problem?

    Have you installed Logic?
    http://www.bulletsandbones.com/GB/FAQPages/MissingTemplates.html

  • Since adding a new addon, my addon manager won't stay open.

    I recently got an email from Firefox with the top addons of 2014. So I downloaded a couple. But now, when I open the Addons Manager, it only stays open for a fraction of a second and then opens a new tab in Firefox with an advertisement for Garmin. How do I stop it from doing that?
    https://buy.garmin.com/en-US/US/maps/on-the-trail-maps/topo/topo-canada/prod1016.html?zebratwo=CJ&utm_source=CJ&utm_medium=Text&utm_campaign=Maps

    Good. Now you have access. And confirmed that it is the add-on.
    Do you remember the name of the add-on you think is the problem?
    Type '''about:addons'''<Enter> in the address bar to open your Add-ons Manager.
    Hot key; '''<Control>''(Mac:<Command>)''<Shift> A)'''
    In the Add-ons Manager, on the left, select '''Extensions.'''
    Disable a few add-ons, then '''Restart Firefox.'''
    Some added toolbar and anti-virus add-ons are known to cause
    Firefox issues. '''Disable All of them.'''
    If the problem continues, disable some more (restarting FF). Continue until
    the problem is gone. After, you know what group is causing the issue.
    Re-enable the last group '''ONE AT A TIME''' (restarting FF) until the problem returns.
    Once you think you found the problem, disable that and re-enable all the
    others, then restart again. Let us know who the suspect is detective.

  • Workflow Action: Trouble adding a new line in "Description" field.

    Hi folks. I'm really having a difficult time with this one and it seems so simple...
    I am struggling with how to get a field update action to enter a line break in a note field. I've tried "\n", "\n\r", "chr(13)", "chr(10)", "<br>" and so on.... it just puts the text of what I use into the Description.
    Here's the simplified workflow action...
    [<NextStep>] + "\ \n" + PRE('<Description>')
    What it's supposed to do.. is every time someone updates the field [<NextStep>], I want to replace the contents of the description field with the new value for nextstep (plus a new line) and then followed by everything that was in the description field previously. This way I have a running log in the description field.
    Idealy it should put:
    Today() + ": " + [<NextStep>] + <line break> + PRE('<Description>')
    but when I add the Today() it ignores everything that follows. I'm not as worried about that as I am about the inablity to put in the line beak. Please help!!!
    Thanks!
    Edited by: ThinkGadget on May 11, 2009 9:13 AM because the forum interpreted the "\\n"
    Edited by: ThinkGadget on May 11, 2009 9:15 AM (I put a space between the two back slashes so that the forum doesn't interpret it as a new line)

    I had used the "\\n" in my expressions to add a new line in the Description field. Only issue is also add a \ to the end of line but that was acceptable in my case. We are on OOD R16.

  • Trouble adding a new job type with my plugin

    I have a plugin that contains a new job type that deploys without errors. The simple metrics work OK but when I pop up the list of job types I get the following exception logged ...
    2009-01-23 15:04:42,076 [EMUI_15_04_42_/console/jobs/jobsTable] ERROR jobs.JobsListBean getJobRunDat
    a.1186 - SQLException
    java.sql.SQLException: ORA-20452: Only one target may be selected for this operation.
    ORA-06512: at "SYSMAN.MGMT_JOB_UI_RUNS", line 1380
    ORA-06512: at line 1
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java(Compiled Code))
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java(Compiled Code))
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java(Inlined Compiled Code))
    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java(Compiled Code))
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java(Compiled Code))
    at oracle.jdbc.driver.T4CCallableStatement.execute_for_rows(T4CCallableStatement.java(Compiled Code))
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java(Compiled Code))
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java(Compiled Code))
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java(Compiled Code))
    at oracle.sysman.util.jdbc.PreparedStatementWrapper.execute(PreparedStatementWrapper.java(Compiled Code))
    at oracle.sysman.util.jdbc.CallableStatementWrapper.execute(CallableStatementWrapper.java(Compiled Code))
    at oracle.sysman.eml.jobs.JobsListBean.getJobRunData(JobsListBean.java:945)
    at oracle.sysman.eml.jobs.JobsListBean.showJobsTable(JobsListBean.java:617)
    at oracle.sysman.eml.jobs.JobsListBean.prepareData(JobsListBean.java:347)
    at oracle.sysman.eml.jobs.JobsController.getPageHeader(JobsController.java:347)
    at oracle.sysman.emSDK.svlt.PageHandler.prepareData(PageHandler.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java(Compiled Code))
    at oracle.sysman.eml.app.Console.doGet(Console.java(Compiled Code))
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at javax.servlet.http.HttpServlet.service(HttpServlet.java(Compiled Code))
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.EMRepLoginFilter.doFilter(EMRepLoginFilter.java(Compiled Code))
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.BrowserVersionFilter.doFilter(BrowserVersionFilter.java(Compiled Code))
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java(Compiled Code))
    at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java(Compiled Code))
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java(Compiled Code))
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java(Compiled Code))
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java(Compiled Code))
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:568
    Of course I don't see my new job type in the list. I only have the plugin deployed to just 1 of the agents. Any idea what this exception is telling me?

    OK, maybe this error is not related to my job ... but I'm gonna need a better hint here.
    I'm using these flags with the emcli command and add_mp_tp_mpa verb ... this seems to go OK.
    -file="JOB_DEFINITION:$MY/myjob.xml" \
    -file="JOB_SCRIPT:$MY/myjob.pl"
    Here's my silly little job type ...
    <jobtype name="myjob" version="1.0">
    <stepset ID="main" type="serial">
    <step ID="s1" command="remoteOp">
    <paramList>
    <param name="remoteCommand">myjob.pl</param>
    </paramList>
    </step>
    </stepset>
    </jobtype>
    But it doesn't work ! I don't see any reference to "myjob" in any log file. I don't see my job listed in the "Create job" pull down on the "Jobs" tab. I don't get it, what am I doing wrong?

  • When do you create new projects in SOL MAN

    Hi All, I was wondering if it's typical to create a new Project in Solution Manager after an implementation project is complete.
    For Example, we have completed implementing SAP ECC, and all the documentation is in solution manager. Do I create a new project for support of the system, or do you continue to leave the project open and update documentation on going until another upgrade or enhancement ?
    What is the best practice ? any help appreciated.

    Hi
    When the implementation like sap ecc  is over the entire Businss hierarchy of implementation project is gone to solution with documents.
    Project is required when you are doing the implementation since its over you can directly create the solution with logical components and start as i have mentioned
    so in your case you can directly create a solution.... map the processes running ....store all the documents which formulates the base.
    so that later you can go for service desk ,...charms....business process monitoring ..system monitoring etc.
    in addition a maintenance project attached to this solution can be created as per requirement.
    hope it helps
    regards
    prakhar
    Edited by: Prakhar Saxena on Dec 30, 2011 9:54 AM

  • IMovie 10.0.3 on OSX 10.9.4 speed controls disabled on new projects

    Hi,
    Since iMovie 10.0.3 / OS X 10.9.4, the speed controls are disabled / greyed out for all clips added to new projects.
    However, I can still use the speed function on existing projects created prior the upgrade.
    Video Clips were shot with iPhone 5 and are imported from iPhoto.
    Do anyone experience the same issue ?
    And is there a workaround to this problem ?
    Thanks.

    *** update ***
    This bug only applies to new projects.
    I can still use the speed function on existing projects created prior the iMovie/OS X upgrade.
    I've just updated iMovie to 10.0.4 but the problem remains.
    Do anyone experience the same issue ?
    And is there a workaround to this problem ?
    I found a workaround for this issue, but it's neither convenient nor elegant. You have to duplicate and old project, created prior the last OS X update or prior the iMovie 10.0.3 or 10.0.4 upgrade, and remove all clips off the duplicated project, and there you have a clean project were all clips you'll add will be speed controls capable.
    Thanks.

  • How assign a "Project Manager" for a new project?

    Hello,
    I need to know about the "Project Manager" in a new project.
    Does the "Resource Manager" build the team and assign a "Project Manager"?

    It totally depends on your organization process.
    Normally PMO creates project, build team,assign resources to tasks, then while save and  publish the projec assign Project manager as owner for the project plan.
    If you have Resource manager in your organization then he can build the team for the project publish it then PMO or project manager can assign the resource to the task then save and publish the plan. 
    IF project manager has idea about resources then he can also build the team and assign resource to the task.
    Note :- once PMO or resource manager build the team and publish the project then Project owner need to open the project plan add new field in the plan STATUS MANAGER and select his name for all task for which he will give the approval to the actual of the
    task send by resources.
    By default who ever will create project act as STATUS MANAGER for all the task. 
    kirtesh

  • SAP Work Manager customization - adding a new field to equipment details screen (Syclo Agentry)

    Hi Experts,
    I am trying to add a field (NAME1) on the Equipment details screen under work orders in work manager 5.3 application.
    I have performed the following steps, but I am getting an error while connecting to the application.
    1) Create extension for Equipment class to add a new field.
    2) added the new field (Name1) as the property to the standard object Equipment.
    3) Added the field on the screen.
    4) Added the field (name1) to the complex table ctEquipment.
    5) Added the JAR file to Agentry.ini file.
    6) Changed the Class mapping for parameter "Equipment" under group "SAPOBJECT" to point it to the custom (Extended) class.
    7) Changed the class mapping for complex table parameter "ctEquipment" under group "CT_SAPOBJECT" to point it to the custom class.
    8) after publishing the changes and re-starting the server, I get following error.
    the log file generated (message.log) also has the same description.
    What am I missing here? Any help would be really appreciated.

    Hi Emanuel,
    Thanks for looking into this issue.
    I have performed the following steps as suggested by you, still it doesn't seem to work and gives the same error.
    Below are the changes done on the ECC Side.
    1) Copied the standard equipment class /SYCLO_CL_PM_EQUIPMENT1_DO to custom class ZSYCLO_CL_PM_EQUIPMENT1_DO. Changes made in the GET Method to get custom equipment related data
    2) Modified the standard equipment structure /SYCLO/PM_EQUI_STR by adding one custom field
    3) Configured this custom class as the object handler in the equipment mobile data object
    4) Configured this custom class as the object handler for the equipment complex table
    5) We are still using the standard BAPI Wrapper itself for getting the equipment data and the added field is reflected in the BAPI Wrapper table parameter
    Is there something we are missing?

  • Trouble with iMovie '11 transitions and themes? I'm running Lion, Mac OS X and just noticed today that the transitions and themes don't seem to be working at all when I start new projects or try to add to old projects.  What is the solve here?

    Trouble with iMovie '11 transitions and themes? I'm running Lion, Mac OS X and just noticed today that the transitions and themes don't seem to be working at all when I start new projects or try to add to old projects.  What is the solve here?
    I've seen notes about clearing the cache but it seems that this is an older OS and I can't find the plist mentioned here because it's an older system.  http://www.youtube.com/watch?v=2cL9RuDV3Qc 
    Thoughts?  Anyone? 

    GUYS, I NEED HELP !
    ANYONE?

  • New Zen trouble adding a memory card (not seen)?

    0New Zen trouble adding a memory card (not seen)?8I have a new zen 4gb unit and love it, saw it has a memory card slot so i stuck an 8gb sdhc sandisk 3 extreme memory card in there, figured I could dump more fun stuff in there on it but when i use the zen explorer i don't see that card.
    I formatted the sdhc card in fat 32 and named it sd4zen yet when its in the zen and i check my computer I am not seeing the card in the windows menus to drag stuff over onto for the zen nor is it showing in any of the zen media explorer areas.
    Do i need to dump stuff onto the memory card externally (thru a card reader first) then insert it and access that thru the memory part of the zen menu, or are the zens not able to read from an sdhc sd card or is 8 gb too big (compatability)?
    Thanks for any help on this,
    Bill

    I am a dork, a few mins messing with it i realized in the main menu of the zen with the card inserted hit removable disk and hook up via usb, now my computer sees the sd4zen dri've and i can dump more fun stuff for zen on there...
    Sorry to take up space maybe someone will read this and help them with the same issue i was having or mods if you choose just delete.
    Bill

  • 1 new update have been added to the project would you like to close the project and apply these updates message in project 2010

    1 new update have been added to the project would you like to close the project and apply these updates message  in project 2010.
    One of the PM is getting above message and not any recent changes happened?

    Hi,
    This message appears when an update has been sent for his approval and is pending. It could happen while opening the project plan, or when clicking on something like "retreive tasks updates" from the backstage menu of MS Project Pro.
    The PM should go to his approval center and check for any approval pending.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Adding new project mask  in Production Client

    Hi,
    I have requirement of adding new project mask code for Production client.
    As SAP standard functionality does not allow you to add any new project
    mask once you create a project .So if I try to add new mask system will not
    show me projects already created and released.Is there any solution to this
    problem?
    Ranjit

    Hi Ranjit,
    You did not specify exactly what type of new mask you are adding.  For example, maybe you simply need to modify an existing code.  You can make two changes to existing codes that have projects created.
    1.  You can extend the length of the mask to the complete 24 characters, if not already 24 characters.
    2.  You can change any 0 (numeric only) character in the mask to an X (allows alphanumeric).
    The best means to see what project codes are already in use, you should run SE16 for table PROJ and PRPS.  You want to view the fields in PROJ-PSPNR and/or PROJ-PSPID as well as PRPS-PSPNR and PRPS-POSID.  So, any project code beginning values (A, B, C, etc; 1, 2, 3, etc) displayed cannot be setup as new project codes.
    Yes, you could delete the old project codes after archiving the structures, but you also have to (or should) archive any associated financial documents.  As the previous responder stated, this is not a trivial task.
    Points appreciated....
    Regards,
    Kent Bettisworth

Maybe you are looking for