www.smartbusinesschoices.com

Leading Business and Technology,
News and information


Part of the Identityscape.com network...

getxfactor.com jmoodmusic.com smartbusinesschoices.com mintdepot.com lowfaresalways.com evangelicalview.com shoppingpodder.com soproudlywehail.com webnews.ws currenthumor.com

 

 

HOWTO Report a bug ?
   Smart Linux Business Choices! - the Best of UseNet Postings! Forum Index -> Linux - Suse Forum  
View previous topic :: View next topic  
Author Message
Michael Soibelman
Guest






PostPosted: Fri Nov 14, 2008 4:48 am    Post subject: HOWTO Report a bug ? Reply with quote

Never did a bug report before so I'm wondering how to do this for a user
application (Moodle). The problem lies in the documentation
under /usr/share/doc/packages/moodle. There is a 'README.SuSE' file which
has a small error but it was hard to trace....


Line #12 says to type the following at the mysql prompt:

GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY
TABLES,DROP,INDEX,ALTER ON moodle.* TO moodleuser@localhost IDENTIFIED
BY 'passwd';

Line #17 says to modify /etc/moodle/moodle-config.php by adding several
lines:

$CFG->dbhost = 'localhost';
$CFG->dbname = 'moodle';
$CFG->dbuser = 'moodleuser';
$CFG->dbpass = 'passwd';

But these lines are already added by the rpm package script on installation
of Moodle. BUT the line $CFG->dbpass ='passwd'; is actually $CFG->dbpass
='PASSWD'; .Notice the script writes 'PASSWD' NOT 'passwd'.

So line #12 in the README.SuSE file SHOULD read:

GRANT SELECT,INSERT,UPDATE,DELETE,CREATE,CREATE TEMPORARY
TABLES,DROP,INDEX,ALTER ON moodle.* TO moodleuser@localhost IDENTIFIED
BY 'PASSWD';

Then, after running 'flush privileges' and restarting Apache you can point
your browser to http://localhost/moodle and the startup script works as
intended...

Just in case anyone tries to install Moodle and gets stuck...

P.S. Let me know where to file a bug report for this and I'll do just
that...
Back to top
Rob
Guest






PostPosted: Fri Nov 14, 2008 3:42 pm    Post subject: Re: HOWTO Report a bug ? Reply with quote

Of course you are not supposed to type the word passwd or PASSWD but
your should think up your own password and use that in all places
where passwd appears in the directions. In the same case in all places.
Back to top
houghi
Guest






PostPosted: Fri Nov 14, 2008 3:58 pm    Post subject: Re: HOWTO Report a bug ? Reply with quote

Michael Soibelman wrote:
Quote:
Never did a bug report before so I'm wondering how to do this for a user
application (Moodle). The problem lies in the documentation
under /usr/share/doc/packages/moodle. There is a 'README.SuSE' file which
has a small error but it was hard to trace....
snip bug report
P.S. Let me know where to file a bug report for this and I'll do just
that...

http://en.opensuse.org/Bug_Reporting_FAQ
http://en.opensuse.org/Submitting_Bug_Reports

Basicaly it is opening an account on
https://bugzilla.novell.com/index.cgi The importand part is that you
have a valid email adress. All the rest can be fake if you so desire.
I believe if you have a login on openSUSE.org that you can use that. Not
sure, because mine is from befre openSUSE.org.

Then you add the bug there. From there on it is pretty much self
explanatory. I never select the severity, except when it is a blocker.
The people who deal with the bug will set the severity and such.

houghi
--
Dr. Walter Gibbs: Won't that be grand? Computers and the programs
will start thinking and the people will stop.
-- Tron (1982)
Back to top
Display posts from previous:   
   Smart Linux Business Choices! - the Best of UseNet Postings! Forum Index -> Linux - Suse Forum  
Page 1 of 1
All times are GMT

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum