Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
691 views

Bitnami + Redmine + Git Not Working

After a lot of failed attempts using Rails to install Redmine on OS 10.6 Server, I finally found away to do it using the Bitnami Rubystack + Redmine module. Now redmine is up and running, I've hit ...
3
votes
2answers
414 views

Java on Mac OS X Server: game over?

As a developer currently working on a Web app that uses a Java/Tomcat backend, the recent announcement by Apple to deprecate Java is causing me some consternation. Mainly because I'm planning on ...
2
votes
1answer
103 views

Django Mac os x authentication integration

Mac OS X has users and groups. When using OS X Server the user names and passwords can be used by apache under Basic Authentication. Running under Https it is a convenient way to have web access for ...
2
votes
2answers
459 views

MySQL Ruby Gem install issues

So I know that this question has been asked before, and I have looked through all of the previous answers and still can't find a solution. Hoping you all can help. The setup: I am running Mac OS X ...
2
votes
1answer
901 views

Set environment variable (ENV) for use in Rails

Experimenting with MongoID on a Rails server and confused about how/where to set the environment variables. config/mongoid.yml default template provides: defaults: &defaults host: ...
1
vote
3answers
223 views

Gitolite remembers a repository that it shouldn't

We have gitolite and it keeps complaining an existing repository doesn't exist. Even after I edited gitolite.conf and removed that repo from the config. So I'm wondering why it 'remembers' that repo? ...
1
vote
4answers
222 views

TeamCity.war hanging in Tomcat

I have been trying to set up TeamCity 6.5 as a WAR under Tomcat (tried 6 and 7) on Mac OS X Server 10.6. Everything starts fine, but a few seconds of randomly clicking around invariably hangs the ...
1
vote
1answer
183 views

What is Bud1% @ @ @ @E%DSDB` @ @ @?

I have made a small app for a client. The app scans a files directory which contains several text files. It then reads each file into a string. Every file has a title and the article text. The two ...
1
vote
2answers
553 views

Mac OS X ldap Server connect to it from php

Is it possible (I am trying) to connect to Mac OS X 10.6 server via php? My LDAP service is running. Here is what I have tried: // using ldap bind $ldaprdn = 'diradmin'; // ldap rdn or ...
0
votes
0answers
24 views

Mac OS X Lion Server as CVS server

is it possible to use Mac OS X Lion Server as CVS server? I need to use a server for some Macs in a small network and use a Lion Server to share some info (address book, calendar...) and I was ...
0
votes
0answers
73 views

CRON - MAC OS X Server - Can't locate log file to see cron job messages/errors

So I recently setup a cron job to send out a daily email. The job runs great, but I am having trouble locating the cron log file on my mac os x server. On my regular mac mini, where I tested the cron ...
0
votes
0answers
501 views

Mac OS X Lion Server SMB permissions [closed]

I'm running a Mac OS X Lion server at home, (10.7.2), and I got it setup to allow Windows user to have access to my shared files and folders using SMB. Reading and writing over the network works like ...
0
votes
0answers
250 views

Connecting FreeNAS 8 to Mac OS X Lion LDAP Server

I have an LDAP server running from a MacMini (OSX Lion server) and FreeNAS 8 running on a VM for the time being to test out authentication. I've been having a few issues for a while where I cannot ...
0
votes
1answer
285 views

Unable to connect to Lion server using finder, but able to using the lion server program?

I have just set up a server at work. Its sits the other side of a substantial firewall and there for I VPN in to access it. The VPN appears to be functioning as I am able to access the server through ...
0
votes
1answer
30 views

Getting Safari to Write Out Correct FileName

I'm building a web app with PHP that uses Excel Writer (XML) for PHP to create an Excel file that the user can download. I've taken a look at the source code for the library, and all it does is echo ...
0
votes
0answers
65 views

OS X PHP server with Crons

I have an OS X 10.6 Server running apache, php. I have CronniX installed to help me manage my cron jobs. I have a php script like this: <? ini_set('display_errors', 1); $a = array('a', 'b', 'c'); ...
0
votes
1answer
125 views

Basic JPEG manipulation with Carrierwave Mac

What's the least painful way to get basic JPEG scaling available to CarrierWave on a Mac (Leopard) Server? I'm trying to avoid installing the full ImageMagick suite and all its myriad dependencies as ...
0
votes
3answers
130 views

Get text data name list from folder on server

Not sure if this is possible or not? I need contents of a file directory from another server in order to make a photogallery on another server. Let's say I have a Folder on server1 named ...
0
votes
0answers
50 views

Merge Mail Account for duplicate account Mailman

The situation I have is that a user listed only once in Workgroup Manager is listed twice in Mailman. I'm not really sure how this happened, but one account is linked to a newly created mail account. ...
0
votes
1answer
143 views

Help understanding MySQL processes

I'm not a MySQL expert, it's late and my eyes are batty. Now, with that out of the way... Something's going screwy on this server and I'm wondering if maybe it's the fact that there are two versions ...
0
votes
3answers
736 views

MySQL hell… can't connect to database /tmp/mysql.sock

Update: I've STOPPED the older mysql process which was running and causing some confusion. Now I think I have only the newer (5.1.40) version running. BUT, it's pointing to the wrong data file. It's ...
-1
votes
1answer
21 views

multiuser capable and search option available in app

I need to make my app such that the first screen will have the option : NEW and SEARCH. 2.Clicking NEW should allow the user to create a new profile, 3.but clicking search should allow to access ...