The source tag has no wiki summary.
0
votes
1answer
29 views
Structure for Version Control system - configuration and scripts
We are planning to introduce version control for our servers team so we can keep our config files and code neat.
The server base are mostly Windows with some Linux and spread across several ...
0
votes
1answer
53 views
RSYNC with different directory structures
I'm trying to accomplish the below with RSYNC but can't quite figure out the syntax. My source contains a folder for each user, then some subfolders under Logs. I need to capture everything under ...
2
votes
0answers
62 views
rsync won't delete file that was deleted on source
I'm using rsnapshot to back up some servers of mine. It works fine, except it won't delete files that have been deleted on the source server. Here is where I give rsnapshot the options to pass along ...
1
vote
2answers
144 views
Can't install Imagick for PHP on Debian from source, error says requires 6.2.4 when I have 6.7.7 installed
Pulling my hair out. PHP built from source, everything working. Now need to install imagick and can't get it installed.
I am running Debian on kernel 3.7.1 with PHP 5.3.20 (the last version my app ...
0
votes
0answers
36 views
Mail Archiving Solution Importing mail from external Mail Server [closed]
thanks for your time.
I'm looking for a FOSS Mail Archiving Solution.
The thing is, my company does not currently host it's email server, I need a solution which can import all mail from all the ...
-2
votes
1answer
36 views
Does Source Based Linux Distro's Have Lower Download Size for Packages Rather Than Binary? [closed]
I looked all over the internet and couldn't find the answer to my question. If you use a source based distro, does that lower download sizes, compared to binary? If so, how significant is it? (Provide ...
-2
votes
1answer
115 views
Audio streaming server [closed]
Does somebody knows of a streaming server which i can use for streaming audio, and, the most important, that i can use a remote source for live streaming ?
We want to setup a news station (we're a ...
1
vote
2answers
117 views
download all RPMs from a metapackage
example of what im trying to do
# yumdownloader net-snmp.x86_64 --source
Enabling epel-source repository
epel-source ...
0
votes
0answers
70 views
apt pin vs install from source ubuntu 12.04
I've used apt pinning before, but I having troubles trying to do with with Ubuntu 12.04 with this help doc https://help.ubuntu.com/community/PinningHowto
It says to set the default release in ...
0
votes
3answers
69 views
Duplicate rsync source
i sync my master and slave servers using rsync, but recently my source hard disk is going out of free space, so i copied (native copy using cp) source files to a new high capacity hard disk. but after ...
3
votes
1answer
256 views
How to make BIND behave differently depending on query source?
How would one make BIND behave differently depending on the source IP address? For example, I want to use different forwarding DNS servers for different people on my network.
0
votes
0answers
59 views
using Team foundation server
I am using Team foundation server / visual studio as a client, to manage my visual foxpro source code.
everytime i "checkout for edit" all my folders and files are read only and when i open my ...
0
votes
1answer
994 views
Both bashrc and bash_profile won't seemingly source? VirtualMin Clean install
I am not too familiar with this level of management on a nix server however I am unable to get either the bashrc or bash_profile to source at login.
Details about the server:
Centos 6.0 - Basic GUI ...
0
votes
1answer
26 views
Linux Program Source Management
This particular problem has little do with SubVersion Repositories and more to do with the management of installed programs. My question revolves around the problem of installing a program from ...
2
votes
1answer
80 views
Testing my Load Balancer
To test my Load Balancer I would need to create several TCP/IP connections (from one host).
Which tool can be used to create this sessions with different source-ip addresses?
(no worries, only in my ...
0
votes
1answer
249 views
Another NGINX & PHP set up failure
I'm trying to set up NGINX with PHP and FPM. No installation errors, NGINX and PHP-FPM are running (I can see them with ps aux | gre nginx and ps aux | grep php). HTML pages are working fine.
...
1
vote
2answers
266 views
Installing something from source using chef, should I be doing some checks
I'm installing something from source using chef and the script resource. Should I be doing a check for the resultant executable etc. as part of it?
e.g. What I currently have is:
remote_file ...
2
votes
1answer
279 views
Libvirt installation - Centos
I am currently using Centos 6. I want to use the latest version of libvirt (libvirt 0.9.4). The machine already has libvirt 0.8.1 installed . I did yum remove libvirt to remove the existing libvirt ...
2
votes
1answer
617 views
Compiling kernel from source (for Xen), do I use plain kernel?
My VPS host uses Xen, and instead of using its custom kernels I could use my own (with pv-grub), the sample kernel of which I had installed to test this was is the following, I am running Debian 6 ...
1
vote
0answers
128 views
Linux FOG Server Memory
I'm a computer tech at my high school, and our technologically-superior head just got fired. He just set up a Linux FOG server before he left, and we have to re-image all the computers in the school ...
1
vote
1answer
193 views
.bashrc doesn't get sourced after su'ing to root
I've got a CentOS 5.6 VPS and both root and my normal user account have identical copies of a .bashrc file in their home directories. The file contains a few basic aliases, etc.
If I login to root, ...
1
vote
4answers
86 views
Protecting Source Code From Certain Users in Linux
We have a CentOS development server that has source code for various projects. Some of the projects are more sensitive than others and for those sensitive projects we'd like to restrict access to only ...
1
vote
2answers
89 views
Enable seeing the PHP source code of my test files from web browser
I would like to make my UnitTests available to see via the browser.
My directory structure looks like this:
application
docs
public
- index.php
tests
My DocumentRoot is in the public folder. ...
1
vote
1answer
170 views
Gnome 3 packages [closed]
Can anyone tell me where to find a listing of all package dependencies needed to build Gnome 3 from source? I want to try m first compile from
0
votes
2answers
585 views
Problem with compiling PHP on Centos
Im trying all day compile the newest PHP from source. At first after configure, make, make install there was no libphp5.so anywhere on system(problem with PHP SAPI module CGI instead apache2handler), ...
3
votes
5answers
307 views
Source code for Linux utilities and daemons
Where can I find the source code for Linux utilities and daemons. Basically I want to know the repository of source codes other than the Linux kernel.
2
votes
1answer
3k views
How to install PHP from source with latest cURL package on Linux?
I simply have to use the latest cURL version (7.21.3) with PHP on my webserver. (Has to do with specific bug fixes)
It is not available by default on most current Linux variant repositories. (Natty ...
1
vote
2answers
869 views
Linux ip route matching the source ip
I would like to know if it's possible to tell a Linux kernel to route all packets destinated to X via interface/ip Y but only in case the source IP address would be a specific one.
Any idea if this ...
0
votes
3answers
459 views
cannot unset env variables from script
I am trying to unset all environment variables from within a script. The script runs fine but if I run env it still shows all the variables set.
If I run the command from CLI, it works and the ...
1
vote
1answer
213 views
Log Analysis on IIS showing App Director IP as source, need actual originating source IP
I have two webservers hosting around 70 websites with load balancing done through Radware App Director.
I have an issue with Log Analysis. All the requests to the 70 odd sites are routed through App ...
0
votes
1answer
101 views
Xamp on ubuntu serves php source for root url only
Okay, so installed xamp on my ubuntu machine, started it up and everything worked. Apache ran my php app just fine (including requests to the root url "/"). However, after the first reboot since ...
1
vote
4answers
237 views
Would You Host Source Control Server Like This?
I want to host an SVN server (or git or mercurial or whatever). I have two options:
Install it on a small box sitting in the office closet, only connected to the LAN.
Install it on a server at a ...
9
votes
7answers
356 views
Where to maintain central source repository?
What is the industry best practice regarding securing access to source code? I am thinking SSL only connections via apache allowed over to our server on an obscure port that doesn't conflict with ...
0
votes
1answer
1k views
Cisco ASA 5520 and “source routing based”
I have a Cisco ASA 5520 (8.3.x) with 3 interface active.
One HDSL internet connection (outsite1), one ADSL internet connection (outside2) and one for internal LAN (inside).
The default gateway is ...
1
vote
2answers
248 views
Sourcing a file
I have a system wide install of a software . The source is located at /opt/Software . There is a bashrc file of the Software which is needed to be sourced for every user using it .
Will the addition ...
5
votes
2answers
4k views
Uninstall ruby from source
I installed ruby 1.9 on my fedora 13 machine from source. I want to go back and use the older 1.8.6 (which I'll install with yum), unfortunetly it appears that I can't simply uninstall my current ...
0
votes
3answers
365 views
Making a .so file for Apache
I am using CentOS 5.
I am trying using Mod_Security which requires liblua. I was not able to find lua on the default repos. I prefer not to use any third party repos. This in mind, I downloaded the ...
0
votes
2answers
628 views
Build Freebsd from source (LFS like)
Do you know any project/document similar to Linux from Scratch for FreeBSD?
Any pointers to build FreeBSD from scratch is appreciated. It is for learning purpose similar to LFS.
1
vote
1answer
1k views
Compiling libevent on Windows server?
it would be immensly helpful if someone could indicate me how to compile libevent http://monkey.org/~provos/libevent/ on Windows 7.
I usually use compile source code on Linux distributions, as ...
1
vote
2answers
468 views
How to find source files for things installed via yum on CentOS
I want to see the source files for deamons that I have installed on CentOS via yum.
Can they be found locally or should I just go to the repository site for them.
I know its trivial but I would like ...
5
votes
3answers
2k views
What are best practices for securing source code on a development network?
At my company we are very protective of our source code. We have satisfied our paranoia by setting up a development LAN that we air-gap off from the Internet and the rest of our company networks. ...
1
vote
2answers
172 views
Unable to get defined path in 'source' type on AIX node
I am trying to create a set of users on my AIX node and trying to get
their authorized_keys which are already hosted on my server with name
like, 'myuser_id_dsa.pub'. Currently i am managing 2 nodes ...
1
vote
4answers
110 views
mixing rpm and source installations on production webserver
Is it OK to mix rpm and source based installations on a production web server?
Or is it preferable to either completely go with one or the other way?
thanks a lot
0
votes
3answers
286 views
Installing git from source on OS X - exec-path error
I'm trying to install git from source using
make prefix=/Users/gareth/local/git install
but after installation nothing works properly, the commands all fail with, for example
git: 'pull' is not a ...
3
votes
6answers
753 views
How do we secure our source code?
Our source code is our most prized asset. I would like to have it:
secured from proliferation by in-house developers but they also need unrestricted access to the code to do their job right. So I'm ...
1
vote
3answers
835 views
Where's selinux source code?
I'm trying to find url to selinux source code (both kernel and userland) but i can't find anything, only outdated urls... Could someone help? Also, I installed from packages in debian, so i guess i ...
1
vote
2answers
208 views
When upgrading a package with make install, should I run make uninstall for the pre-existing package first?
If I fail to run make uninstall first, is the typical result no worse than simply having unused files lying around?
If the given is yes, is the answer universally applicable, or does it depend on the ...
6
votes
6answers
335 views
How to keep programs from source up to date?
I'm designing a new server setup for hosting multiple websites. (Shared hosting for my clients over at SliceHost.) I've recently moved away from the traditional LAMP setup and chosen Ubuntu, Nginx, ...
1
vote
1answer
529 views
Why is sourcing in .screenrc not supported?
I would like to have the following code in my .screenrc
source /Users/masi/bin/screen/file.screen
However, I observe that sourcing at .screenrc is not supported.
Whi is sourcing in .screenrc not ...
3
votes
13answers
833 views
Source based distros vs Prebuilt package based distros
I wonder what is the general preference and where does it come from. Having used FreeBSD actively for a couple of years I'm leaning towards Gentoo, but I've had an unpleasant experience of wasting ...