Quantcast
Channel: BitNami Answers - latest questions
Viewing all 2052 articles
Browse latest View live

redmine 2.0.3 502 Proxy Error

$
0
0

Win2003 Server + Bitnami Redmine Stack 2.0.3 Proxy Error The proxy server received an invalid response from an upstream server. The proxy server could not handle the request GET /redmine. Reason: Error reading from remote server

Appache error.log: proxy : error reading status line from remote server 127.0.0.1:3001

Mongrel log: INT => Stop (no restart) INT signal received


Module on Redmine 2.0

$
0
0

Is not provided version Module on Redmine 2.0 ?

thanks

Cannot send e-mails on a fresh install of osqa

$
0
0

I have just installed a fresh copy of osqa, but the mail sending is not working.

The error in the log is

/home/d332305/osqa-1.0rc-1/apps/osqa/forum/utils/mail.py TIME: 2012-06-08 15:45:08,298 MSG: mail.py:create_and_send_mail_messages:89 Email sending has failed: timed out

Does anyone have any idea of what is going wrong here?

Email user and password for OSQA

$
0
0

Dear all,

OSQA has installed without problems using your package. Trying to set up email I have also installed Postfix, under Ubuntu, and mail is both sending and receiving out of the box. Now... does anybody now what OSQA means by "Email User" and "Email Password". Is it the login/password combination for the user to be in charge of email? I ask this because I have tried it, but nothing seems to happen.

I should add that the entries under /var/log/mail.log yield

postfix/smtpd[8015]: timeout after EHLO from localhost[127.0.0.1]
postfix/smtpd[8015]: timeout after EHLO from example.com[<my IP>]

respectively as I try "localhost" and my domain "example.com" under "Email Server".

Thanks in advance for your help.

Best regards,

Ezequiel

Bitnami redmine

$
0
0

Hi Everyone,

I would like to ask the steps on how to close a certain project aside from archiving it? Would there be any other ways?? Please do advise me. Thank you so much.

how to move my osqa website in one amazon account to another amazon account?

$
0
0

Hello

I want to move my osqa website hosted in amazon(with bitnami cloud) to another account in amazon with Bitnami.

All help highly appreciated. Thanks.

Access Wordpress Files

$
0
0

Hi, I have a pretty basic question. At least I think it is. This is my first foray into AWS EC2. Another developer installed a Wordpress site for a client using Bitnami on Amazon EC2. All I need to do is access the files. Preferably via FTP. However the client does not have the key pair .pem file. Am I screwed? Why is this made so difficult by Amazon. It kind of blows.

running Cron in Moodle Stack.

$
0
0

Hi

I'm surprised that the Bitnami Moodle image (ubuntu) when set up and running doesn't appear to have the moodle/htdocs/admin/cli/cron.php running automatically.

I had a warning message from Moodle stating that cron had not be excuted for a long time, so I ran it manually from the command line.

Am I missing something here? What should I do? Should I create my own with crontab. Is there any documentation on this?

Thanks /Jason


feature request 64bit for MAMPStack

$
0
0

Apple is quickly deprecating 32bit machine support. It's be great to have Mach-O 64-bit executable x86_64 binaries. Or even better universal to support both the old and the new.

Feature request: improved launchd setup

$
0
0

When Apple runs their bundled apache (and with any other daemon where they can manage) the preferred model is to keep the daemon (at least master) from detaching. They pull this off with things like -D FORGROUND.

There are a few benefits of this

  1. The service can easily be terminated using launchctl.
  2. The service can automatically kept alive.

After seeing your recommendation http://wiki.bitnami.org/Native_Installers_Quick_Start_Guide#How_to_start_automatically_the_Stack_on_OS_X.3f I decided to poke around a little bit to see if it would be easy to get going. I started to run into some sort of environment issues. See below:

$ sudo /Applications/mampstack-5.3.15-0/use_mampstack
bash-3.2# httpd -t
dyld: Library not loaded: /bitnami/mampstack-osx-x86/output/apache2/lib/libaprutil-1.0.dylib
  Referenced from: /Applications/mampstack-5.3.15-0/apache2/bin/httpd
  Reason: Incompatible library version: httpd requires version 5.0.0 or later, but libaprutil-1.0.dylib provides version 4.0.0
Trace/BPT trap: 5
bash-3.2#

xvnc in jenkins stack - can not create /home/bitnami/.vnc

$
0
0

I am using the ami-005cd330 image with jenkins 1.475 together with xvnc jenkins plugin (http://wiki.hudson-ci.org/display/HUDSON/Xvnc+Plugin). The job is configured to start xvnc prior to build. The log of the job is as follows:

    ...
    Starting xvnc
    [prjx] $ vncserver :28
    vncserver: Could not create /home/bitnami/.vnc.
    Starting xvnc
    [prjx] $ vncserver :29
    vncserver: Could not create /home/bitnami/.vnc.
    FATAL: Failed to run 'vncserver :29' (exit code 13), blacklisting display #29; consider checking the     "Clean up before start" option
    java.io.IOException: Failed to run 'vncserver :29' (exit code 13), blacklisting display #29;  consider checking the "Clean up before start" option
    at hudson.plugins.xvnc.Xvnc.doSetUp(Xvnc.java:100)
    ...
    

I thought that jenkins executes the build commands as bitnami user, but this seems not to be true. When I output the environment variables using "env" USER and USERNAME are root, but HOME is set to /home/bitnami. What can I do so that jenkins (or better xvnc) is able to start?

Permissions for custom PHP app in Lampstack

$
0
0

I've followed these instructions to install a custom PHP app in a Bitnami lampstack: http://wiki.bitnami.org/Applications/BitNami_Custom_PHP_application

After finishing the process, my folder permissions are as follows (owner:group)

/apps/myapp/conf --> root:root
/apps/myapp/htdocs --> root:root

All the folders inside htdocs have the following permissions (owner:group)

bitnami:bitnami 775

Now, I understand that these configurations are the most secure, but I have problems with the "daemon" user writing to some folders inside "htdocs", because the "daemon" user does NOT belong to the "bitnami" group. When I run the following command, it shows that the "daemon" user only belongs to the "dameon" group:

$ groups daemon
daemon : daemon

My app requires, for installation and for Back Office tasks, that the "daemon" user has write permissions to specific folders inside the htdocs directory.

So, with the current permissions, obtained by following the bitnami wiki steps, Which would be the best (and more secure) way to give the user "daemon" write permission to some folders in the htdocs directory?

  1. Add the "daemon" user to the "bitnami" group
  2. Do something like this: (sudo chown -R bitnami:daemon /path/to/required/folder)
  3. Other?

BTW: I'm trying to avoid changing permissions to 777 to the required folders, which works.

Moving Magento to root without automatic redirect to /magento/

$
0
0

I followed the instructions at http://wiki.bitnami.org/Applications/BitNami_Magento#How_to_change_the_default_URL.3f - the second option, editing the /opt/bitnami/apache2/conf/httpd.conf didn't work. So I followed the first instruction and edited /apps/magento/conf/magento.conf.

I was able to get magento to open but when I typed www.Website.com, it automatically redirected to www.Website.com/magento/

Now I would like to redirect without the /magento/. If anyone can help, I would really appreciate.

Bitnami/Magento 1.6.2/Amazon EC2

Bitnami +Redmine + Subversion (Apache wont start if i change httpd.conf)

$
0
0

I am trying to set up Bitnami+Redmine and its working fine, but i want the code to be linked to svn repository...I appreciate your help in this.

Issue 1: In repositories under "Enabled SCM", i am getting...."You can configure your scm commands in config/configuration.yml. Please restart the application after editing it."..I am supposed to get a Subversion and the textbox to enter the url to subversion repo here as per the steps, but i dont have an option here..

Issue 2:

I edited the httpd conf..Followed the steps in README.txt in subversion... But after this Apache wont start....If I comment it out, it will work perfectly . I put the same question in stackoverlow where i added httpd conf as last details too httpd.conf

Copy bin/mod_dav_svn.so and bin/mod_authz_svn.so to the Apache modules directory.
Add the Subversion/bin directory to the SYSTEM PATH and reboot so all the Subversion support dll's are visible to the Apache service.

Edit the Apache configuration file (httpd.conf) and make the following changes:

3a. Uncomment the following two lines:

#LoadModule dav_fs_module modules/mod_dav_fs.so #LoadModule dav_module modules/mod_dav.so

3b. Add the following two lines to the end of the LoadModule section:

LoadModule dav_svn_module modules/mod_dav_svn.so LoadModule authz_svn_module modules/mod_authz_svn.so

3c. Add the following to end of the file. Note: This Location directive is a minimal example with no authentication directives. For other options, especially authentication options, see the Subversion INSTALL file, the Subversion Book, or the TortoiseSVN Manual.

DAV svn SVNPath your/repository/path

_httpd.conf_

Update Bitnami Redmine Stack from Version 2.0.3 to 2.0.3 r01

$
0
0

Hi there,

could anybody tell me how to update my Bitnami Redmin Stack (2.0.3) to Version 2.0.3 r01 on Windows?

Best wishes


wordpress multisite on amazon: permissions on blogs.dir

$
0
0

I have installed your latest wordpress multisite on amazon ec2.

Everything is working fine, except that I can't add files using sftp to blogs.dir. After some online research, I've noticed that the owner:group of this dir is daemon:root. Changing it to bitnami:daemon solved my issue, but created a new one: I can't upload media using the web interface, due to permission issues.

Setting back to daemon:root reverts the symptoms :) Permissions are always 755 I tried adding /tmp on php.ini but it didn't change anything.

Can you please help me setting the ownership so I could use both sftp and media uploader? Thanks!

Alfresco thumbnails not working

$
0
0

I'm getting this error in my Alfresco log:

10:44:46,437 ERROR [org.springframework.extensions.webscripts.AbstractRuntime] Exception from executeScript - redirecting to status template error: 07080422 The content node was not specified so the content cannot be streamed to the client: classpath:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js org.springframework.extensions.webscripts.WebScriptException: 07080422 The content node was not specified so the content cannot be streamed to the client: classpath:alfresco/templates/webscripts/org/alfresco/repository/thumbnail/thumbnail.get.js

I am running this on:
Win Server 2003
BitNami Alfresco Stack 4.0.d-1
Full log file Here
I would greatly appreciate any help.

Moving Redmine to server in different timezone

$
0
0

At my company, we're trying to move our Redmine installation from a Mac server in the East coast to a Windows server in the West coast. I'd also like to take advantage of the move to upgrade Redmine from 1.1.2 to 2.0.3.

We've successfully installed Redmine on Windows and performed the migration. We can see users, projects, issues, etc. There are no plugins installed. Despite that success, the timestamps are off by 3 hours (the offset between the two time zones.) For instance, if an issue was created on July 20th at 8am ET, it'll show up as 8am PT, so East-coast users would see 11am.

I've tried playing with the Windows time settings (changing the time zone to ET, installing while on ET and then changing to PT, etc.), but nothing seems to work. Thus, I'm guessing Redmine uses some sort of MySQL configuration, but I haven't been able to find what it could be.

I found Redmine defect 10996, but the script shown there is specific to PostgreSQL and I don't know how it would translate to MySQL. Given this defect, I tried using Redmine 1.4.4, but the results were exactly the same.

I think that I should be able to add/modify something in the DB import script generated by mysqldump, or run a DB command before or after importing the script, but I don't know what it could be. I don't think the problem might be caused by the difference in OS; I just think I'd see a different offset if that were the case.

Does anybody know what the solution might be in this case?

Redmine-SVN - The entry or revision was not found in the repository.

$
0
0
404

The entry or revision was not found in the repository.

Try to change the adapter file.

How to change my default application from Apache to Nginx running wordpress

$
0
0

In the development options both Apache and Nginx is ticked and everytime I create a wordpress site it always uses Apache so how to make it use Nginx instead?

Viewing all 2052 articles
Browse latest View live




Latest Images