??? Message from server: PROJECT_NAME is not available for your type of computer

Message boards : Server programs : ??? Message from server: PROJECT_NAME is not available for your type of computer
Message board moderation

To post messages, you must log in.

AuthorMessage
ThomasShouler

Send message
Joined: 17 Jun 10
Posts: 3
United States
Message 33428 - Posted: 17 Jun 2010, 19:11:16 UTC

I get the two following errors when I attempt to send a job...
Message from server: No work sent
Message from server: PROJECT_NAME is not available for your type of computer.


When I run bin/xadd, I get the following in terminal...
btw, PROJECT_NAME = APP_NAME = winlammps
┌─(~/projects/winlammps)──────────────────────(boincadm@dhw-undergrad:pts/2)─┐
└─(20:%) ./bin/xadd ──(02:53:22 PM)─┘
Processing <Platform#None windows_intelx86> ...
Skipped existing <Platform#None windows_intelx86>
Processing <Platform#None windows_x86_64> ...
Skipped existing <Platform#None windows_x86_64>
Processing <Platform#None i686-pc-linux-gnu> ...
Skipped existing <Platform#None i686-pc-linux-gnu>
Processing <Platform#None x86_64-pc-linux-gnu> ...
Skipped existing <Platform#None x86_64-pc-linux-gnu>
Processing <Platform#None powerpc-apple-darwin> ...
Skipped existing <Platform#None powerpc-apple-darwin>
Processing <Platform#None i686-apple-darwin> ...
Skipped existing <Platform#None i686-apple-darwin>
Processing <Platform#None x86_64-apple-darwin> ...
Skipped existing <Platform#None x86_64-apple-darwin>
Processing <Platform#None sparc-sun-solaris2.7> ...
Skipped existing <Platform#None sparc-sun-solaris2.7>
Processing <Platform#None sparc-sun-solaris> ...
Skipped existing <Platform#None sparc-sun-solaris>
Processing <Platform#None sparc64-sun-solaris> ...
Skipped existing <Platform#None sparc64-sun-solaris>
Processing <Platform#None powerpc64-ps3-linux-gnu> ...
Skipped existing <Platform#None powerpc64-ps3-linux-gnu>
Processing <Platform#None anonymous> ...
Skipped existing <Platform#None anonymous>
Processing <App#None winlammps> ...
Skipped existing <App#None winlammps>

The project is only set up for one platform...
┌─(~/projects/winlammps/apps/winlammps)───────(boincadm@dhw-undergrad:pts/2)─┐
└─(26:%) ls ──(03:06:35 PM)─┘
winlammps_1.0_windows_intelx86

It seems to skip it when I run bin/xadd. Why might it do this? I really don't know where to go from here.


Additionally, this is what I get when I update versions or attempt to start the project...

┌─(~/projects/winlammps)──────────────────────(boincadm@dhw-undergrad:pts/2)─┐
└─(28:%) ./bin/update_versions ──(03:09:14 PM)─┘
Found <App#1 winlammps> version 100 for <Platform#1 windows_intelx86>: winlammps_1.0_windows_intelx86

SECURITY WARNING:
=================

You have not provided a signature file for /home/boincadm/projects/winlammps/apps/winlammps/winlammps_1.0_windows_intelx86/winlammps_1.0_windows_intelx86.

I can generate one now, but this is highly unrecommended. Generating code
signatures on network-connected computers is a security vulnerability, and
should not be done for publicly-accessable projects.

Continue with automatically generating a code signature? [y/N] n
┌─(~/projects/winlammps)──────────────────────(boincadm@dhw-undergrad:pts/2)─┐
└─(29:%) ./bin/start ──(03:10:02 PM)─┘
Staying in ENABLED mode
Starting daemons
Daemon already running: feeder -d 3
Daemon already running: transitioner -d 3
Daemon already running: file_deleter -d 3
ID: 33428 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 33507 - Posted: 23 Jun 2010, 22:34:57 UTC - in response to Message 33428.  
Last modified: 23 Jun 2010, 22:37:19 UTC

I get the two following errors when I attempt to send a job...
Message from server: No work sent
Message from server: PROJECT_NAME is not available for your type of computer.


When I run bin/xadd, I get the following in terminal...
btw, PROJECT_NAME = APP_NAME = winlammps
$ ./bin/xadd
Processing <Platform#None windows_intelx86> ...
Skipped existing <Platform#None windows_intelx86>
[...]
Processing <Platform#None anonymous> ...
Skipped existing <Platform#None anonymous>
Processing <App#None winlammps> ...
Skipped existing <App#None winlammps>

The project is only set up for one platform...

$ ls
winlammps_1.0_windows_intelx86

It seems to skip it when I run bin/xadd. Why might it do this? I really don't know where to go from here.

xadd only reads project.xml. It doesn't add new apps from apps/, that's what update_versions is for.

Continue with automatically generating a code signature? [y/N] n

If you answer "no" here, it cancels the process of adding the application version to the database. You need a code signature. Either you do it the safe way as documented in the wiki, or you do it the unsafe way by answering "yes" to that question. But without a code signature you can't add the app.

$ ./bin/start
Staying in ENABLED mode
Starting daemons
Daemon already running: feeder -d 3
Daemon already running: transitioner -d 3
Daemon already running: file_deleter -d 3

This simply means the project is already started.

Off-topic: Can you show me your shell configuration, in particular the value of $PS1? Those shell prompts look nice, I want that :)
ID: 33507 · Report as offensive
ThomasShouler

Send message
Joined: 17 Jun 10
Posts: 3
United States
Message 33510 - Posted: 24 Jun 2010, 19:57:30 UTC - in response to Message 33507.  

Here is my PS1, if you are interested I can send you PS2-4. I have another question if you don't mind...

┌─(~/projects/winlammps)─────────────(boincadm@dhw-undergrad:pts/0)─┐
└─(127:176:%) echo $PS1 ──(03:37:19 PM)─┘
$PR_SET_CHARSET$PR_STITLE${(e)PR_TITLEBAR}\
$PR_CYAN$PR_SHIFT_IN$PR_ULCORNER$PR_BLUE$PR_HBAR$PR_SHIFT_OUT(\
$PR_MAGENTA%$PR_PWDLEN<...<%~%<<\
$PR_BLUE)$PR_SHIFT_IN$PR_HBAR$PR_WHITE$PR_HBAR${(e)PR_FILLBAR}$PR_BLUE$PR_HBAR$PR_SHIFT_OUT(\
$PR_GREEN%(!.%SROOT%s.%n)$PR_GREEN@%m:%l\
$PR_BLUE)$PR_SHIFT_IN$PR_HBAR$PR_CYAN$PR_URCORNER$PR_SHIFT_OUT\

$PR_CYAN$PR_SHIFT_IN$PR_LLCORNER$PR_BLUE$PR_HBAR$PR_SHIFT_OUT(\
%(?..$PR_LIGHT_RED%?$PR_BLUE:)\
${(e)PR_APM}$PR_YELLOW%i\
$PR_LIGHT_BLUE:%(!.$PR_RED.$PR_WHITE)%#$PR_BLUE)$PR_NO_COLOUR



So I automatically generated the code signature...

┌─(~/projects/winlammps)─────────────(boincadm@dhw-undergrad:pts/0)─┐
└─(178:%) ./bin/update_versios ──(03:39:44 PM)─┘
Found <App#1 winlammps> version 100 for <Platform#1 windows_intelx86>: winlammps_1.0_windows_intelx86 (+ 1 bundled file(s))

SECURITY WARNING:
=================

You have not provided a signature file for /home/boincadm/projects/winlammps/apps/winlammps/winlammps_1.0_windows_intelx86/winlammps_1.0_windows_intelx86.

I can generate one now, but this is highly unrecommended. Generating code
signatures on network-connected computers is a security vulnerability, and
should not be done for publicly-accessable projects.

Continue with automatically generating a code signature? [y/N] y
Signing /home/boincadm/projects/winlammps/apps/winlammps/winlammps_1.0_windows_intelx86/winlammps_1.0_windows_intelx86
Copying winlammps_1.0_windows_intelx86 to /home/boincadm/projects/winlammps/download/winlammps_1.0_windows_intelx86

SECURITY WARNING:
=================

You have not provided a signature file for /home/boincadm/projects/winlammps/apps/winlammps/winlammps_1.0_windows_intelx86/crack.in.

I can generate one now, but this is highly unrecommended. Generating code
signatures on network-connected computers is a security vulnerability, and
should not be done for publicly-accessable projects.

Continue with automatically generating a code signature? [y/N] y
Signing /home/boincadm/projects/winlammps/apps/winlammps/winlammps_1.0_windows_intelx86/crack.in
Copying crack.in to /home/boincadm/projects/winlammps/download/crack.in
Ready to commit 1 items:
<AppVersion#None winlammps 100 windows_intelx86>
Continue [Y/n] y
Committed:
<AppVersion#1 winlammps 100 windows_intelx86>
Touched trigger file to make feeder re-read app_version table from database
Done



However the problem is that I still get the same error! How could this be?
Message from server: No work sent
Message from server: PROJECT_NAME is not available for your type of computer.

I run the following commands and I still get the same problem...

┌─(~/projects/winlammps)─────────────(boincadm@dhw-undergrad:pts/0)─┐
└─(181:%) ./bin/create_work --appname winlammps -wu_name job5 -wu_template ./templates/winlammps_wu -result_template ./templates/winlammps_re crack.in
┌─(~/projects/winlammps)─────────────(boincadm@dhw-undergrad:pts/0)─┐
└─(182:%) ./bin/xadd ──(03:49:37 PM)─┘
Processing <Platform#None windows_intelx86> ...
Skipped existing <Platform#None windows_intelx86>
Processing <Platform#None windows_x86_64> ...
Skipped existing <Platform#None windows_x86_64>
Processing <Platform#None i686-pc-linux-gnu> ...
Skipped existing <Platform#None i686-pc-linux-gnu>
Processing <Platform#None x86_64-pc-linux-gnu> ...
Skipped existing <Platform#None x86_64-pc-linux-gnu>
Processing <Platform#None powerpc-apple-darwin> ...
Skipped existing <Platform#None powerpc-apple-darwin>
Processing <Platform#None i686-apple-darwin> ...
Skipped existing <Platform#None i686-apple-darwin>
Processing <Platform#None x86_64-apple-darwin> ...
Skipped existing <Platform#None x86_64-apple-darwin>
Processing <Platform#None sparc-sun-solaris2.7> ...
Skipped existing <Platform#None sparc-sun-solaris2.7>
Processing <Platform#None sparc-sun-solaris> ...
Skipped existing <Platform#None sparc-sun-solaris>
Processing <Platform#None sparc64-sun-solaris> ...
Skipped existing <Platform#None sparc64-sun-solaris>
Processing <Platform#None powerpc64-ps3-linux-gnu> ...
Skipped existing <Platform#None powerpc64-ps3-linux-gnu>
Processing <Platform#None anonymous> ...
Skipped existing <Platform#None anonymous>
Processing <App#None winlammps> ...
Skipped existing <App#None winlammps>


Any idea why this would be??

Thanks in advance,

Thomas
ID: 33510 · Report as offensive
ThomasShouler

Send message
Joined: 17 Jun 10
Posts: 3
United States
Message 33511 - Posted: 24 Jun 2010, 20:15:38 UTC - in response to Message 33510.  

Scratch that, I fixed this issue. New Error!

When I run the following...
┌─(~/projects/winlammps)───────────────────────(boincadm@dhw-undergrad:pts/2)─┐
└─(1:5:%) ./bin/create_work --appname winlammps -wu_name job6 -wu_template ./templates/winlammps_wu -result_template ./templates/winlammps_re crack.in


I get the error...
Output file job6_2_0 for task job6_2 absent.
ID: 33511 · Report as offensive

Message boards : Server programs : ??? Message from server: PROJECT_NAME is not available for your type of computer

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.