Software :: Installing RedMine `report_activate_error': Could Not Find RubyGem Test-sp

Apr 15, 2010

I am using a Debian Lenny system. I did the following to install RedMine as mentioned on their wiki page [URL]

ruby 1.8.7
Rails 2.3.5 and
Rack 1.0.1
redmine-0.9.3

are present on my system.

Code:

apt-get install ruby
apt-get install libapache-mod-fastcgi
gem install rails -v=2.3.5

[code]....

View 2 Replies


ADVERTISEMENT

Software :: Error Installing Redmine 1.1.0 On Solaris 10 (SPARC)

Mar 14, 2011

I'm a DBA by trade, so I'm afraid my skills at troubleshooting errors on this app are pretty much non-existent. On my new Redmine install, I'm on the step labeled "Create the database structure".

rake db:migrate RAILS_ENV="production" --trace
(in /apps/redmine-1.1.0)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
rake aborted!

[Code].....

View 7 Replies View Related

Ubuntu :: Rubygem : Can't Install Mongrel On Lucid Lynx?

May 10, 2010

I just installed Ubuntu 10.04 on an old desktop computer so that I could use it for Rails. I installed Ruby, rubygems and Rails using

Code: sudo apt-get install and it works fine, but I cannot install Mongrel through

Code:sudo gem install mongrel,it's giving me this block of error message:

Code:Building native extensions. This could take a while...ERROR: Error installing mongrel:

ERROR: Failed to build gem native extension.

/usr/bin/ruby1.8 extconf.rb

extconf.rb:8:in `require': no such file to load -- mkmf (LoadError)from extconf.rb:8.I tried removing the rubygem 1.3.5 package that came with the Ubuntu repository and downloaded Rubygems 1.3.6 from rubygems.org, but when I tried the same command, it still gives me the same error.

View 1 Replies View Related

Software :: Find A PowerPC CPU Stress Test?

Dec 22, 2010

Does anyone know where I can find a PowerPC CPU stress test? I have came across many Linux CPU stress test but none of them seem to support PowerPC.

View 2 Replies View Related

Server :: Don't Have GUI For Installing Php Time To Test

Jan 21, 2010

After i installing apatche and i installing php time to test in my server. I couldn't do that from my server, i don't have GUI so, how can we do it?

View 5 Replies View Related

CentOS 5 :: Installing PHP 5.2 Test Version

Apr 12, 2009

I just tried this and it only installed PHP 5.1.6
yum --enablerepo=c5-testing install php
Loading "fastestmirror" plugin
Loading "allowdowngrade" plugin
Loading "priorities" plugin
Loading mirror speeds from cached hostfile
* rpmforge: ftp-stud.fht-esslingen.de
* base: mirrors.dedipower.com
* updates: mirrors.dedipower.com
* c5-testing: dev.centos.org
* addons: mirrors.dedipower.com
* extras: mirrors.dedipower.com
c5-testing 100% |=========================| 1.9 kB 00:00
primary.sqlite.bz2 100% |=========================| 390 kB 00:01
736 packages excluded due to repository priority protections
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--> Running transaction check
---> Package php.i386 0:5.1.6-23.el5 set to be updated
--> Processing Dependency: php-cli = 5.1.6-23.el5 for package: php
--> Processing Dependency: php-common = 5.1.6-23.el5 for package: php
--> Processing Dependency: php = 5.1.6-20.el5_2.1 for package: php-devel
--> Running transaction check
....

View 11 Replies View Related

Fedora :: Test Harddrive In Order To Find Bad Blocks?

Aug 15, 2010

What software can be used to test harddrive from linux in order to find bad blocks, fix them, etc.

View 14 Replies View Related

Ubuntu :: Installing Puppy - HDD Stress Test?

Jun 16, 2010

Just put an old desktop to work by installing Puppy on it. I have another HDD that I think didn't work very good, so I'm gonna plug it in and test, but I don't know what to use to stress it.

View 1 Replies View Related

Ubuntu Installation :: Redmine And Sendmail - Can't Send Mail From Server

Jan 22, 2011

I'm currently running Ubuntu 10.10 Server using VirtualBox 3.2.12 r68302. I've setup a LAMP Server and Installed Redmine and I'm going to be starting some projects. The problem I have is that I've linked it to a subdomain thru my hosting, so things are a little more complex for me then usual. Here's the software I've added for this setup:

Ruby version 1.8.7 (i686-linux)
RubyGems version 1.3.7
Rack version 1.1

[code]...

how mail server functionality works as well as how to properly set the host of the virtual pc.

View 1 Replies View Related

General :: Find A Test Tool To Write And Read IO On A Volume?

Nov 23, 2009

As part of my testing, I need to find a tool that will write/read IO to a volume. I need it to fill the volume and then read and verify that the write was successful. hroughput stats would be a plus, but right now, IO verification is a must.I need the volume to write, read, verify, then repeat until the volume is full.Can anyone point me to a free tool that can manage this?

View 1 Replies View Related

Ubuntu Servers ::configuring FCGI To Run Redmine - Forbidden You Don't Have Permission To Access

Nov 14, 2010

I have installed Redmine according to the instructions on [url] according to the mod_cgi instructions which seem to be the easiest to follow.

The script installed in the installation directory was called 'dispatch.fcgi', and not parsing when I visited the page through the browser, just displaying the contents of the script. OK, so I installed the apache mod libapache2-mod-fastcgi using apt-get. Then 'a2enmod fcgid' followed by an apache restart.

Now when I visit the Redmine folder through the web browser I get 'Forbidden You don't have permission to access /redmine/dispatch.fcgi on this server.'

I checked to ensure www-data owns all files and has correct permissions to the folder. But this doesn't seem to work.

View 3 Replies View Related

Ubuntu Servers :: Ruby On Rails - Redmine - FATAL: Password Authentication Failed?

Jun 30, 2011

When I try and access redmine from the webbrowser i get an error:

Code:
FATAL: password authentication failed for user "redmine" FATAL: password authentication failed for user "redmine" (PGError)

[code]....

View 7 Replies View Related

Fedora :: What Programs Can Be Used To Test And Find Faulty Memory (RAM, Video Adapters, Cache)

Oct 23, 2009

What programs can be used to test and find faulty memory (RAM, Video adapters, cache)?

View 2 Replies View Related

General :: Installing Fedora - Media Test Failure Exiting Intel Boot Agent

Jul 1, 2010

I tried to install fedora in my pc. First I insert fedora dvd and install as per procedure then finally system says like that your installation is completed please reboot ur system. So, before reboot I tried to eject my fedora dvd but it couldn't come out. So after click reboot I eject that dvd. And I got error msg like "media test failure exiting intel boot agent". How can I overcome this error.

View 3 Replies View Related

Fedora Servers :: Several Postfix - Test Antivirus Scan Using Eicar Test Virus ?

Apr 8, 2009

I have installed Postfix + Amavisd-new, then I am started all services (and configured main.cf and master.cf to use amavis).

The questions are:

1) I am trying to test antivirus scan using eicar test virus

Code:

And the message is successfully delivered to mailbox with mark "CLEAN" in maillog. But I cant see any attachment using

Code:

Where is my mistake?

2) Should I update clam and how I can do it?

3) Is spamassassin enabled by default in amavis (I have started daemon)?

4) Where configuration files of spamassassin is stored?

View 1 Replies View Related

Ubuntu Installation :: Warning - Can't Create Test File /var/lib/mysql/mosty.lower-test

Mar 15, 2010

I am trying to install mysql 5.1.44..so i downloaded the binary package, i extracted it and then followed the instructions that were in the manual but i keep getting this error when running this command

Code:

scripts/mysql_install_db --basedir=/home/mosty/mysql

the error is

Code:

Installing MySQL system tables...
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test
100315 20:07:27 [Warning] Can't create test file /var/lib/mysql/mosty.lower-test

[code]....

You can try to start the mysqld daemon with:

shell> /home/mosty/mysql/bin/mysqld --skip-grant &

and use the command line tool /home/mosty/mysql/bin/mysql to connect to the mysql database and look at the grant tables:

shell> /home/mosty/mysql/bin/mysql -u root mysql
mysql> show tables

View 1 Replies View Related

General :: Execute Scen-20-test And Vbr-20-test In Ns-allinone-2.34?

Mar 26, 2011

I have created mobility of 20 nodes and vbr traffic using following attached script I executed the file as ns234 vbr.tcl I got the vbr.tr and vbr.nam but I was unable to load the graph using matlab <trgraph> I thought problem with is vbr.tcl script.

View 1 Replies View Related

Fedora Installation :: Installing Drivers - Cannot Find Gcc ?

Jul 31, 2010

I checked yum and i do have gcc.

Here is the error I get when attempting to install my network card driver:

I assume my gcc is not where my install is looking for it,probably wrong though.

View 1 Replies View Related

Ubuntu :: Can't Find Amarok In Menu After Installing

Oct 17, 2010

I installed amarok using synaptic package manager, as well as other audio players. However, its not in Applications->Sound & Video. I couldnt find it anywhere else either.

How do I find it? so far i can only run it from the terminal by simply typing "amarok" but this means that terminal needs to stay up in order to work!

View 2 Replies View Related

Ubuntu Installation :: Wont Find HDD When Installing

Nov 23, 2010

when i try to install it via live CD it wont find my HDD and skips to the partition page, where nothing is displayed. i tried installing it straight away, and from the testing part too.

View 7 Replies View Related

General :: Installing Gcc In RHEL5 - Unable To Find Any Rpm

Dec 5, 2010

I currently dont have the cd/dvd of RHEL 5. But i need to install gcc. I have been searching all day but wasnt able to find any rpm that is related to RHEL5. I download the following file

gcc-3.0.4.tar.gz

and extracted it, Then i run the following command

[root@WAN-Admin gcc-3.0.4]# ./configure
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /root/new/gcc-3.0.4 using "mt-frag"
/tmp/cNf11430/cNf11430.pos: line 7: cc: command not found
*** The command 'cc -o conftest -g conftest.c' failed.
*** You must set the environment variable CC to a working compiler.

Now i am really hanged as what to do now. I added rpmfusion as my yum repo, i searched rpmpbone.net for gcc file for RHEL5 but it seems its not there for this version.

[Code]....

View 11 Replies View Related

Programming :: Cannot Find Gtk-config On Ubuntu9.04 After Installing GTK

Nov 15, 2009

Hi,
This is my first time here.
I have installed GTK by "sudo apt-get install gnome-core-devel" and I can build the test-application named "Hello ubuntu" successfully with `pkg-config --cflags --libs gtk+-2.0`.
But when I built an application which needs the GTK's support, it said as follows:

checking for gtk-config... no
checking for GTK - version >= 0.99.7... no
*** The gtk-config script installed by GTK could not be found
*** If GTK was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GTK_CONFIG environment variable to the
*** full path to gtk-config.
configure: error: Cannot find proper gtk version
I don't know what's wrong with it,anyone can help me?
Thanks a lot!

View 2 Replies View Related

CentOS 5 :: Installing RPM - Cannot Find Source Code

Jun 27, 2011

I am trying to install an rpm and when I run rpm -ivvh "package" I get this output
Quote:
Expected size: 29111 = lead(96)+sigs(180)+pad(4)+data(28831) D:
Actual size: 29111 D: ldipmi-8.50.0.i386.rpm: Header SHA1 digest: OK (d3665fbf1c1a418ac1bf17befe92870b95c1a446) D: added binary package [0] D: ============== /root /root: not an rpm package (or package manifest): Is a directory D: found 0 source and 1 binary packages

View 5 Replies View Related

OpenSUSE :: Installing Apps - Cannot Find Benchmark Bonnie

Jan 5, 2011

I just installed openSUSE 64 bit and have it up and running. Great looking OS. I have four questions, not sure if I should post four threads, or ask all in here. I'm familiar with the Gnome GUI, but this is my first experience with KDE. Want to learn something new.

one: I installed the benchmark bonnie, and now can not find it. I've looked in just about every folder and can't seem to locate it.

two: I looked for the benchmark Hardinfo to install and the installer was unable to locate it. How do I find it, it is not in the package manager.

three: I install the bubble monitor desktop applet and can't figure out how to bring it up, the setting menu is in the upper right on the desktop. How do you turn on the display?

forth: Where do you set your signature in this forum? I went through the setting and couldn't find it.

This is the forth Linux OS I've installed and this was the cleanest and smoothest install yet, Debian could take some lessons at least on the install app, 5 out out 5 stars on the install package. So far I've been able to configure everything the way I want with the exceptions above. Below is my system info just in case that matters. openSUSE 64bit KDE,LMDE 64bit Gnome,Squeeze64bit Gnome - HP Compaq dc5700 MT desktop w/ Intel Core 2 Duo 6400 2.13GHz, 3.6GB DDR2 SDRAM, Intel 82Q963/Q965 Integrated Graphics Controller

View 5 Replies View Related

Ubuntu Installation :: After Installing 10.04 - Can't Find Boot File

Aug 6, 2010

I am getting a blank screen with a blinking cursor. Install gave message to the effect: can't find boot file. Now I can't boot with any version or even get a prompt.

View 1 Replies View Related

Fedora :: Can't Find Two Hard Drives After Installing F11 X86_64

Nov 13, 2009

I recently installed Fedora 11 x86_64 (dual boot with XP) and am having difficulty finding two of my three hard drives to mount them. This is my setup: 80 GB Hard drive (boot drive) with two partitions, one for XP (NTFS) and one for F11 (ext4). 2x250 GB Hard drives, one is formatted with NTFS, the other one has yet to be formatted (my plan is to use ext4).

All of my drives are SATA, on the same nVidia controller. After the install, I can see only the 80 GB hard drive (both partitions). What do I need to do to find the other two drives? During the install, it called the partitions /dev/sda0, sda1, sda2 and sda3, but I no longer see these drives. If I knew where the drives were I could mount them, but my systems just isn't seeing the drives.

This is the output of df:

Code:

Filesystem 1K-blocks Used Available Use% Mounted on
/dev/mapper/vg_user-lv_root

[code]....

View 6 Replies View Related

General :: Find The Installation Number After Installing RHEL?

May 16, 2010

During the installation of RHEL it asks that you may enter the installation number to get packages , updates .....etc, now my server is up and running and i need to get the number that I added during installation

View 2 Replies View Related

General :: Installing Ndiswrapper - Cannot Find Kernel Version?

Mar 17, 2010

im trying to install ndiswrapper to get my belkin wireless g pci network card working, but have an error

makefile:34 Cannot find kernel version in /lib/modules/2.6.28-18-generic/build, is it configured?

i have apt-get installed build-essential linux-headers-server

this is on ubuntu server 9.04 32bit version.

View 4 Replies View Related

CentOS 5 Hardware :: Detecting & Installing In 5.3 But Unable To Find Anything

Sep 8, 2009

Whats the best way to detect & install new hardware in CentOS5.3 when you don't have a working network connection. I've tried to search the wiki & forums on this site as well as the supplied help files for help in detecting & installing new hardware but wasn't able to find anything

View 3 Replies View Related

Fedora Networking :: Cant Find Wireless Network After Installing Version 12

Dec 15, 2009

Im just after installing fedora 12 dual boot with windows 7. When I try to find my wireless network the laptop doesn't seem to picking it up. It works perfectly when I connect with a LAN cable.

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved