osx-server

Why is $PATH set in sshrc not used?

|▌冷眼眸甩不掉的悲伤 提交于 2021-02-10 18:37:24
问题 I am trying to setup svn over ssh on an OS X server. In order to do so, I read that I need a wrapper to set umask and - in my case - to set the repository root. A quick and dirty way to do that is to rename /usr/bin/svnserve and place a wrapper script at that location. However SIP protects that location from any changes, and I would prefer a cleaner solution anyway. So I created a wrapper script at /usr/local/bin/svnserve and created /etc/ssh/sshrc with PATH=/usr/local/bin:$PATH I have

Cannot access repositories on OS X Server 3.2.1 with Xcode 6.0.1

大城市里の小女人 提交于 2020-01-22 02:57:05
问题 EDIT: The problem is apparently solved with OSX Server Version 4. Original post: I have some git repositories on OS X server. Earlier I could access them from a remote Xcode without problems. After the upgrade to OS X Server 3.2.1 with Xcode 6.0.1 , I can no longer access them: If I try to add the server to a the Xcode via Preferences / Accounts, it says Xcode Server is unavailable If I try it via the terminal with the command git clone <repository path> it is asking for the password (i.e. it

xcode bots edit failed

杀马特。学长 韩版系。学妹 提交于 2020-01-03 20:46:10
问题 I am running OS X Server(5.0.4) and xcode 7. I am able to crete bots successfully but when I edit an existing bot, xcode throws this error : Internal Error Updating Bot, please try configuring the bot again How do I solve it? 回答1: Make sure you are connected to the server and logged in to it. I ran in to this issue when I was connected to the server, but actually wasn't logged in. You do this in the Preferences panel and just make sure your password is entered. 来源: https://stackoverflow.com

XCode Bot Error: “internal-post-timeseries-error”

↘锁芯ラ 提交于 2020-01-02 04:53:45
问题 I've got the new OSX Mavericks Server set up to run the tests for my iOS project through a Bot. While the build and the tests to run and everything passes just fine, the actual integration is reported as a failure. The following error appears several times towards the end of the bot's log file: [https]Request{XCBotService.updateBot:({ guid = "c5e4cf65-5a99-5a99-6ac7-e19d4fd9600f"; latestFailedBotRunGUID = "46c2cc1f-2c0d-4613-901a-3285ccf7c4cf"; latestRunStatus = failed; latestRunSubStatus =

Could not determine bundle identifier for xxxTest TEST_HOST

笑着哭i 提交于 2020-01-01 02:47:18
问题 We do have troubles getting our CI to work with Xcode. We encounter the issue Could not determine bundle identifier for xxxTest TEST_HOST: some path that does not exist . What we have done so far: On the CI Machine we are able to run all tests on the device, but if we trigger it with a commit the CI does end in that error. We had that issue on other machines too, when we tried to run the tests of the application. We fixed that by cleaning the machine and reboot the devices.(Had do fix some

Apple OS X Server (Xcode CI service) can't find provisioning profiles

久未见 提交于 2019-12-31 10:47:30
问题 I configured dedicated Mac mini with OS X Server for Continuous Integration with XCode5, added git repo and created bots. I am trying to integrate bot and get error Specified PROVISIONING_PROFILE (29DAD4E2-6155-4395-AF33-2C872BC32504) not found and no CODE_SIGN_IDENTITY specified. Ignoring PROVISIONING_PROFILE for now. This will become an error in the future. Server was added to Developer Team and I can see it in member center at special page "Servers". I think that server should retreive

OS X Server Wiki - How can I get the content of a wiki page to display on another wiki page

落花浮王杯 提交于 2019-12-25 06:14:44
问题 In just about any wiki server you can create a hyperlink to another page on the wiki. How can one create a window that pulls the other page's content into my page? I can add a HTML Snippet with an iframe but it pulls an entire page not just the content? The code for the javascript behind the page is not obfuscated but it seems to use Prototype and I don't understant it? Has anyone had any experience with this?! 回答1: This can't be done reliably, one can create iframes and whitelisting the

Set alternate content until a specific date with Apache RewriteRule and RewriteCond [closed]

不想你离开。 提交于 2019-12-25 02:06:23
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I need to serve an under construction page until a specific date, but I will be out of the country on the day the new content needs to display, and for a week and a half after (I know, first world problems...) What I currently have serving the under_construction page in my httpd-vhosts.conf file. RewriteRule ^(.

OS X Server + GIT integration with SSH Fails with Permission Denied Error

落爺英雄遲暮 提交于 2019-12-22 20:05:38
问题 I have GIT server hosted on separate Linux server. I have SSH RSA keys without password . I am able to connect to GIT Server with Xcode and all operations are working properly in Source Control through Xcode 5.0.2. I have OS X Server install in my local machine. Following is my OS X Server setup configuration: Added the Remote Repository as : ssh://myuser@XXXXXXX.XXXX.com:22/iphone_project I had make sure that my public is correct in OS X Server for SSH. I had copy paste SSH pub key from /

Java on Mac OS X Server: game over?

你离开我真会死。 提交于 2019-12-22 10:54:06
问题 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 hosting this Web app on Mac OS X Server (already on 10.5, soon to be on 10.6). From http://www.appleoutsider.com/2010/10/22/java/: Since the Intel transition, building a server VM for Darwin is almost trivial. Is this actually true? Is there a document somewhere that describes how to build a headless