Skip to content
Advertisement

Tag: redhat

Installing (and deploying) Mono ASP.Net to Redhat

I have an Asp.Net app (built in mono) that I am trying to deploy to a Linux Redhat 6 environment. I tried following the instructions on the mono website: http://www.mono-project.com/docs/web/aspnet/ http://www.mono-project.com/docs/getting-started/install/linux/ I was able to get nginx installed and setup; however it appears I don’t have fastcgi-mono-server4 installed. I’ve been googling all over the place trying to find how to

Bash Array not accepting WildCard

I have an Array that I have setup in a bash script. My goal is to ping through a particular port on a a server with many network interfaces. For example the ping -I eth3 172.26.0.1 command to force ping through eth3 When I setup a bash Array I can get code to work if I call the Elements (ports)

Debug information file conventions for Red Hat/Fedora?

According to lothar’s answer at How to generate gcc debug symbol outside the build target, I can create a two part executable – the stripped executable and the debug information file. After creating the stripped executable and the debug information file, I install the executable as normal (with make install). But I’m not sure what to do with the debug

Is there a way to ‘store’ Sudo temporarily

I’m quite new to Linux. I remember using a tutorial were you were able to declare your sudo (+password) at the start and then use terminal without having to do sudo or import your password again. I.e. Sudo yum-get update -> yum-get update. Sorry if this is a very obvious question, I honestly don’t remember where the tutorial was from,

Monitor a Pacemaker Cluster with ocf:pacemaker:ClusterMon and/or external-agent

Im trying to configure Pacemaker cluster events notifications via external agent to receive notifications when failover switching happens. I searched for below links https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/Configuring_the_Red_Hat_High_Availability_Add-On_with_Pacemaker/s1-eventnotification-HAAR.html http://floriancrouzat.net/2013/01/monitor-a-pacemaker-cluster-with-ocfpacemakerclustermon-andor-external-agent/ But not understanding how actually do this. Could you please give step by step explaination. Thank You, Ranjan. Answer The RedHat doc is terse, but Florian’s blog entry is pretty detailed and the references at

Cannot install ruby version on redhat

I have the following problem and whatever I try, nothing helps. I hope someone could help me with this. I have a redhat server and I’m trying to install redmine on it. Redmine needs Ruby >= 1.8.7 to run so I installed it and when I execute ruby -v in the console it says I have version 1.8.7 (so that’s

Memcached not showing up in phpinfo()

I’ve installed libmemcached and memcached pecl extension for php and for some reason it’s not installing correctly? i’ve got memcached.so in /usr/lib64/php/ with the right permissions and libmemcache.so in /usr/local/lib/ Everything seemed to build correctly without error, and I restarted apache? i also have the daemon installed. I somehow easily got the Memcache class easily installed for php before, but

Advertisement