General :: Installing Hudson In Centos 5 - Manage Hudson By Using Configure System And Configure Options?

Aug 9, 2011

I have tried to install and configure Hudson in centos distro version 5.Installed hudson with tomcat by deploying .war files.after configuration was completed, builded a project.It displayed build was completed successfully.but I was not able to download output of build.

So I rechecked configuration,found that i havent set artifact file pattern to archive. how to set artifact file pattern and how to get build output. how to manage hudson by using configure system and configure options.what is the correct way to configure public hudson?.

View 3 Replies


ADVERTISEMENT

General :: Configure Environment After Installing A Development Library In System?

Feb 17, 2011

I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?

View 1 Replies View Related

General :: Configure A System To Boot Windows XP / CentOS 4 And RHEL5

May 21, 2010

I am trying to configure a system to boot Windows XP, CentOS 4 and RHEL5. I have one hard drive that contains both Windows XP and CentOS 4, and a separate drive that contains RHEL5. Until recently, I only had one SATA cable, so I could only connect one drive at a time. Under this configuration, everything works fine. When the RHEL5 drive is connected, I can boot into it. When the Windows/CentOS drive is connected, I can dual-boot into either OS. (GRUB was configured on this drive automatically when I installed CentOS into a new partition.)

Opening the box and moving the SATA cable is a lot of trouble, so I finally got a second SATA cable and enabled both SATA0 and SATA1 in the BIOS. I currently have the Windows/Centos drive as the primary, and I can still boot into both Windows/Centos. Now, I want to add RHEL5 to menu, but I can't find the file GRUB is using to present its menu at startup.

I have configured GRUB before on other systems, but I just know the very basics, such as where the grub.conf file should be. So, I spent a whole day reading advice online and asking friends who might have experience with these issues. Here are the steps I have taken so far:

I confirmed there is no /boot/grub directory, and /etc/grub.conf is a broken soft-link to /boot/grub/grub.conf. I did a find for grub.conf, which found nothing. I did a find for menu.lst, which found one item -- an example GRUB config file in /usr/share/doc/grub-0.95. I noticed that when CentOS boots, I see the GRUB commands printed to the screen, the first of which is:

root (hd0,2)

So, I did a grep -R "(hd0" * at the / directory, which also found only one item -- the example menu.lst file in /usr/share/doc/grub-0.95. I discovered that I can go to the command line grub from the grub menu and do:

cat (hd0,2)/grub/grub.conf

The cat command returns a printout of the grub configuration the system is obviously using. I didn't create this file, but the titles are identical to what I see in the GRUB menu, the default boot is Windows, and the timeout is very short. This must be the file. It looks like:

default=2
timeout=5
splashimage=(hd0,2)/grub/splash.xpm.gz
hiddenmenu
title CentOS (2.6.9-89.ELsmp)

[Code].....

I've also tried making the RHEL5 drive the primary drive. In that case, I can modify the existing /boot/grub/grub.conf file and see my changes at the GRUB boot menu. However, I can't get Windows to boot in this configuration. I've done a lot of google searching on the topic and added map commands to make Windows think it is on the primary drive. But, I'm still unsuccessful on this front as well. I think I'm closer to solving the problem with Windows/CentOS as the primary. However, if you think I will have more success with RHEL5 as the primary drive, I can provide more details as to my current grub.conf on that drive in a later post.

View 6 Replies View Related

General :: Configure Command For Enabling And Disabling Options?

Jul 10, 2011

I have a src package which uses automake for make. How can I view the available options in configure command for enabling and disabling options?

View 4 Replies View Related

General :: The X11 Library '-lX11' Could Not Be Found Use Configure Options '--x-include?

Feb 14, 2011

In the process of installing DDD, I get the following error:The X11 library could not be found. Please use the configure options '--x-includes=DIR' and '--x-libraries=DIR' to specificy the X location.I did a "yum install libx11-devel". I was told that the right package was installed

View 1 Replies View Related

CentOS 5 :: Configure Error While Installing Openldap

Mar 22, 2010

I am facing the following error when im trying to install the openldap and running the ./ configure command.

./configure
Configuring OpenLDAP 2.4.21-Release ...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu

[Code]...

View 2 Replies View Related

CentOS 5 :: Installing Atlassian JIRA And Configure Database Con

Aug 10, 2010

I would like to install this software on linux server for purpose of system reporting. I have all the installation software and the system's specification is based on system need.

View 1 Replies View Related

Red Hat / Fedora :: Configure Webalizer On A CentOS 5.5 System?

Sep 14, 2010

I have been trying to configure webalizer on a centOS 5.5 system.I did the yum install and I found this helpful link...[URL]..However when I try to change the dir it puts the info into, it keeps giving me an error cannot cd to the directory. I changed the /etc/webalizer.conf file as described in the above article and try to run it manually same results.

/etc/cron.daily/00webalizer Error: Can't change directory to /home/webalizer/ When I put the original dir back in the path it writes to /var/www not /var/www/output like it should. I even tried a local /var/wwww/output dir. Then I tried a link to /home/webalizer/output (a dir I created) and same results.(with orginal .cfg in place) I go to my www page remote or on the local network I get page not found errors. http://mysite.com/webalize or 192.168.1.80/webalizer page not found.

In summary.
1. Why wont the /etc/webalizer.cf file allow me to change the location of the files?
2. How do I display the www page to view the data?
3. How can I secure the www page so only I can view the data.

just saw this in my email too :
header info deleted...
/etc/cron.daily/00webalizer:
Error: Can't change directory to /home/webalizer
/etc/cron.daily/logrotate:
Current logging target is:
`- SYSLOG

edit: i should also mention SeLinux is in permissive mode not enforcing while i am testing this.

View 2 Replies View Related

CentOS 5 :: Install And Configure X Window System/KDE?

Jan 25, 2011

I've got CentOS 5.4 without access to internet (install all from DVD).When I try ti run Eclipse via remote desktop I've got error:

Quote:(.:30196): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(.:30196): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

[code]....

View 9 Replies View Related

CentOS 5 Server :: Configure Global File System?

May 17, 2010

I need to enable GFS for a shared storage file system, I need to share it to different ip's so that every one get syn data on that file system

ex : /data on 192.168.0.10

I need /data to be in GFS and need to share to 192.168.0.20 & 192.168.0.21

so that this two machines can have sync file system

/data is in shared storage

View 1 Replies View Related

CentOS 5 Networking :: Unable To Configure Default Gateway Onto The System

Dec 19, 2010

I could not able to configure the default gateway ip address onto the system. i use the route command (" route add default gw 192.xxx.xxx.xxx eth0 ") to add a default gateway onto the routing table but it is "disappear" in the routing table when i had restart the service network.

View 3 Replies View Related

Fedora :: Configure Options Package Using Yum?

Oct 5, 2009

Is there a way to use configure options with yum for packages? For example, i've got a lamp setup, and right now (after installing F11) i got a msqli class not found error, which means that it is not loaded into php. I see that it can be reconfigured with certain options, but i yummed it, and i'd like to keep it that way. I tried a yum reinstall, but it didn't work.

View 1 Replies View Related

Debian :: Default Configure Options For A Program?

Dec 28, 2010

Can I find somewhere the default ./configure options that Debian uses when compiling packages? For e.g. I would like to know these options used for compiling Midnight Commander...

Are there any default ones and where to look at them?

View 1 Replies View Related

General :: Configure Error While Installing Wireshark

Jan 4, 2011

I'm trying to install Wireshark but I have this message :
"configure: error: Header file pcap.h not found; if you installed libpcap from source, did you also do "make install-incl", and if you installed a binary package of libpcap, is there also a developer's package of libpcap and did you also install that package?"
I tried to use #yum -y install wireshark but didn't work.

View 3 Replies View Related

General :: Packages - Configure The Path While Installing New Plugin?

Jun 3, 2011

Whenever I need to install something on Xentos, I found rpm or tar balls. I want to know what is difference between two. Also if I need to install something for php but I have installed on different folder, how can i give that php path while using configure command in newly downloaded tar.gz package ?

View 2 Replies View Related

Ubuntu Servers :: Phpinfo Didn't Show Configure Options?

Oct 22, 2010

I created a file to show phpinfo. But configure command is missing from the list.

Check some other servers, confiugure command is there.

Is this an ubuntu issue?

View 1 Replies View Related

Debian :: Hacking A Deb Source Package To Remove ( Configure Options )?

Feb 21, 2011

So, there are these source packages i downloaded, which i want to build with slightly different configure options due to a bug in debian: hfd5-serial and hdf5-openmpi cannot coexist, yet some packages require the serial version of the lib , others require the openmpi.

I downloaded the sources, in order to build them, without the hdf5 thing...

I have already built this from source in Scientific Linux, and i know this can be done without hdf5.

Where do i hack into the debian source tree of a package to remove a configure option...?

./configure ... ... --without-hdf5 ...

View 9 Replies View Related

General :: Configure A File To Fit With System

Oct 7, 2010

I need to use MFix a open source program Therefore, because i don't have Linux on my computer i use Cygwin_NT-5.1 the latest version. From the help desk they told me that i need to configure a file to fit with my system. I just changed operation system to CYGWIN_NT-6.0 (instead of the command uname -s ; set opsys=$1. this was the only way i had an idea to do it, so i tell the programm that my sytem is a 6.0 but it isn't

then i wanted to install mfix and it gives me the error

../../model/make_mfix: line 119: syntax error near unexpected token '('
../../model/make_mfix: line 119: 'echo -n "Do you need debug version? (y/n) [no] "'

by looking in he make_mfix file it looks like this echo -n "Do you need debug version? (y/n) [no] "

View 2 Replies View Related

General :: Configure VNC Server In CentOS 5-5?

Jan 17, 2011

How to Configure VNC Server In CentOS 5-5;

View 1 Replies View Related

General :: Configure System To Use Theme In X For Program?

May 7, 2010

My program (GTK) runs in Linux (Ubuntu) without any problem and its themes are fine but when I change my system to run just X and then my program, it runs but without any theme. How can I configure my system to use theme in X for my program?

View 2 Replies View Related

General :: How To Configure System To Make Connection

Apr 11, 2011

Its very easy to make DSL connection in the windows operating system.But I do not know how to configure my system to make connection on Linux.Anyone can suggest me what type of modem and router i should have to use to make a connection on the linux.If there any commands to make connection then mention it.

View 2 Replies View Related

General :: Vnc Server Configure Centos 5.4 Error

Mar 22, 2010

i am trying to configure below commands and it through error some one can advise where to check and how to fix this issue

[root@2rem .vnc]# vncserver :1 -name 2rem -depth 16 -geomatry 800x600
You will require a password to access your desktops.
Password:
Verify:
xauth: creating new authority file /root/.Xauthority
Unable to start Xvnc, exiting

View 1 Replies View Related

General :: Configure System To Act As A Bluetooth RFCOMM SPP Server?

May 18, 2010

I'm writing a phone app for Android that connects to a bluetooth RFCOMM device in my car. My phone app talks AT commands with it. For development work, I often need to communicate with the device to try different commands and things.

My neighbors are starting to think I'm weird because I sit in my car for hours on end with my laptop screen shining on my face, typing away like a script kiddie.

I'd much rather configure one of my many Linux servers to act as a bluetooth RFCOMM device and allow me to connect to it (indoors, while I sit on my couch).

I imagine I have to start with something like
sdptool add SP

But then what?

I'm perfectly happy writing a perl app to handle the I/O, but I just don't know how to make the bluez stack accept connections and subsequently pipe that stream to a perl app.

View 2 Replies View Related

General :: Unable To Configure System For Dual Boot

Jan 8, 2011

I am new Linux, but have already installed a new HDD in my PC and successfully installed Fedora 14. Unfortunately, I am unable to configure my system for dual boot and my PC always boots right up into Windows Vista which is the original OS on my original HDD. I have searched the web, but only find examples of splitting partitions and dual booting into different versions of Windows. I apologize for the simple question, but I am certain that someone in here can point me in the right direction. My intention is to migrate to Linux entirely, but want to learn Linux before completing a full migration.

View 4 Replies View Related

General :: How To Configure Network(internet) In Scientific System

Apr 3, 2010

I am using both suse linux and scientific linux 4.6. my ether net card is RTL8111/8168B PCI Gigait.In suse i can configure internet and its working fine.

1. How to configure network in scientific linux 4.6 ? which driver should i install ? i don't find any driver corresponding to to this Ethernet card.

2.how to configure epiphany web browser in suse 11.0 ? it is not working.

View 7 Replies View Related

General :: Configure X And Adds Fonts To Its Window System?

Aug 9, 2010

I'm having some difficulty to confgure the windows X manager...

I can't find /etc/X11/xorg.conf

I'm trying to do this in opensuse 11.1 and fedora 12

I tried to install in fedora yum install system-config-display but I think that isn't the best thing to do...

And can anyone tell me a distribution that use XFree 86.4.4.x?

Opense suse, Fedora and Ubuntu use X.org-X11 isn't it?

View 10 Replies View Related

General :: Configure OpenVPN And Internet Bridging In CentOS?:

Feb 14, 2011

I only have very basic understanding on how it works.This question may have been asked so many times, and honestly I've tried so many tutorials and have read a lot of articles but it all didn't worked. I may be too stupid to have this done, or it is just the lack of knowledge.

Here it goes,I have a VPS with a host which runs OpenVZ in LA. I want to create a VPN tunnel to the VPS and tunnel all my internet traffic to the VPS. Can somebody please help me out on the step-by-step?

I was once able to configure the VPS to run OpenVPN and my client pc was able to connect to it, but the internet connection is still thru with my local connection. Did it with a tutorial too. I would also like to ask, The VPS has 512mb of RAM, I was wondering how many clients can it handle at the same time.

View 2 Replies View Related

General :: Configure Squid Proxy Server In Centos 5.5?

Apr 12, 2011

how do i configure squid proxy server in centos 5.5 final text mode only to block facebook from 9am to 4pm

View 3 Replies View Related

General :: Configure Centos 5.4 To Work As A Router And Firewall On Its Own?

Jun 15, 2011

how to setup centos to act as router and firewall at our office i just installed the os now i dont know where to go from here i have all the isp adresses,dns and gateway any assistance coz am really interested in learning linux thanxs iused some instructions on this site [URL] and when i try the /sysctl.config on my terminal now i get the message permission denied

View 5 Replies View Related

General :: How To Configure Network Redundancy In LAMP - CentOS

Jan 18, 2011

Our machine has two NIC on it but i'm only using one NIC, how do i make the most of the other one? I'm wondering if i can use it as a redundancy or load balanced but i dont know how.

View 2 Replies View Related







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