Posts by smreodmlvl

1) Message boards : Server programs : anyone who knows "bash: $boincserverconfig: ambiguous redirect" ??? hlep me (Message 80166)
Posted 14 Aug 2017 by smreodmlvl
Post:
thank you smoe!
i could start my project by your dutorial!
2) Message boards : Server programs : anyone who knows "bash: $boincserverconfig: ambiguous redirect" ??? hlep me (Message 80165)
Posted 14 Aug 2017 by smreodmlvl
Post:
ChristianB,

i am sorry to late for your reply.
i did you told me, it worked!

i wish your everything goes well.
really thank you bro!
3) Message boards : Server programs : anyone who knows "bash: $boincserverconfig: ambiguous redirect" ??? hlep me (Message 80164)
Posted 14 Aug 2017 by smreodmlvl
Post:
i am sorry to late for your reply.
i did you told me, it worked!

i wish your everything goes well.
really thank you bro!
4) Message boards : Server programs : anyone who knows "bash: $boincserverconfig: ambiguous redirect" ??? hlep me (Message 79992)
Posted 4 Aug 2017 by smreodmlvl
Post:
https://wiki.debian.org/BOINC/ServerGuide/Initialisation

i install the boinc server on ubuntu 16.04LTS... i install the php5.6 than php5.

everything goings well but, when i enter the section 1.3.1 Create and config Boinc project,

step 1
echo "boincserverconfig=~/.boinc_test.conf" > ~/.boinc_test.conf
chmod 600 ~/.boinc_test.conf ----------------------------->ok

step 2
cat >> ~/.bashrc <<EOBASHRC
if [ -r "$boincserverconfig" ]; then
. $boincserverconfig
fi
EOBASHRC ------------------------------>ok

step 3
cat << EODBCONFIG >> $boincserverconfig
# name of the MySQL database
dbname=boinctest
# name of the MySQL user with access to above database
dbuser=boincadm
# password for write access to your project database
dbpasswd=MYSQLPASSWORDFORBOINCUSER
EODBCONFIG----------------------------> get " bash: $boincserverconfig: ambiguous redirect "

and then

step 4

# read config if available
[ -r "$boincserverconfig" ] && . $boincserverconfig
if [ -z "$dbuser" ]; then echo "Variable 'dbuser' not set";
elif ! echo "DROP USER '$dbuser'@'localhost'" | mysql -u root -p; then
echo "If the removal of the previous user fails because the user is not existing, then this does not matter. Other errors please investigate."
fi ----------------------------------> get dbuser is empty...


i don't know what i must do.. give me the light please T_T...




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.