osx-server

SSH: localhost closes connection after successful login

岁酱吖の 提交于 2019-12-07 00:21:17
问题 When I try to ssh into localhost, it accepts the public key and immediately closes the connection. I've been going through pages of Google results for hours now with no progress. Here's what I get after ssh -v user@localhost : OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011 debug1: Reading configuration data /Users/user/.ssh/config debug1: Reading configuration data /etc/ssh_config debug1: /etc/ssh_config line 20: Applying options for * debug1: Connecting to localhost [::1] port 22. debug1:

Xcode Server Simulator Times Out Waiting 120 Seconds

痴心易碎 提交于 2019-12-06 08:39:29
问题 I'm working on getting up and running with Xcode Server for Continuous Integration. I'm running Xcode 6.3.2 on my development machine, and have OS X Server 4.1 running on an iMac with the latest version of Yosemite. I've created a bot for my project, but every time it runs I get an error stating the following: Bot Issue: error. Uncategorized. Issue: Test target Tests encountered an error (Timed out waiting 120 seconds for simulator to boot, current state is 1. If you believe th. Integration

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

ⅰ亾dé卋堺 提交于 2019-12-06 05:33:47
问题 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 pointing to a default install data file and I'd like it to point to the existing data file in /var/mysql . Here's a portion of /etc/my.cnf # The following options will be passed to all MySQL clients [client] #password = your_password port = 3306 socket = /var/mysql/mysql.sock # Here follows

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

谁都会走 提交于 2019-12-06 04:21:52
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 /.ssh/id_rsa.pub to OS X Server. . Cloning into 'ssh_XXXX_XXXX_XXX_com_22_mtp_iphone'... OpenSSH_6.2p2,

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

醉酒当歌 提交于 2019-12-05 11:45:23
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 = "internal-post-timeseries-error"; })} Does anyone know what that means or how to resolve it? 来源: https:/

How do I create a bot in Xcode? Getting “Creating a bot requires a project that is under source control.”

你。 提交于 2019-12-05 07:55:54
I'm trying to get Continuous Integration setup in Mavericks using OS X Server for Mavericks. I have the Server installed and my source code is in a local directory using Git from assembla. I'm following the Apple Xcode Continuous Integration Guide, and I'm at the part where I'm adding a bot to the product in Xcode. I'm getting the error: Creating a bot requires a project that is under source control. This project appears to be in a local git repository. To be able to create a bot, the project must be in an repository the server can access so it can clone it. [cancel] [Configure Remotes...]

SSH: localhost closes connection after successful login

て烟熏妆下的殇ゞ 提交于 2019-12-05 03:52:44
When I try to ssh into localhost, it accepts the public key and immediately closes the connection. I've been going through pages of Google results for hours now with no progress. Here's what I get after ssh -v user@localhost : OpenSSH_5.9p1, OpenSSL 0.9.8r 8 Feb 2011 debug1: Reading configuration data /Users/user/.ssh/config debug1: Reading configuration data /etc/ssh_config debug1: /etc/ssh_config line 20: Applying options for * debug1: Connecting to localhost [::1] port 22. debug1: Connection established. debug1: identity file /Users/user/.ssh/id_rsa type -1 debug1: identity file /Users/user

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

徘徊边缘 提交于 2019-12-04 17:09:45
问题 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 parts are separated with a pipe character like this: article_title|article_text . The script displays a list of links to open each article. The text of the link is the same as the article title. Now, the client has apparently deleted an article, but is seeing an entry for the deleted file like the

Xcode Server Simulator Times Out Waiting 120 Seconds

亡梦爱人 提交于 2019-12-04 13:06:40
I'm working on getting up and running with Xcode Server for Continuous Integration. I'm running Xcode 6.3.2 on my development machine, and have OS X Server 4.1 running on an iMac with the latest version of Yosemite. I've created a bot for my project, but every time it runs I get an error stating the following: Bot Issue: error. Uncategorized. Issue: Test target Tests encountered an error (Timed out waiting 120 seconds for simulator to boot, current state is 1. If you believe th. Integration Number: 18. Integration URL: https://ucs-imac.slcb.uc.edu/xcode/bots/B6CBA97/integrations Description:

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

偶尔善良 提交于 2019-12-03 12:00:12
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 parts are separated with a pipe character like this: article_title|article_text . The script displays a list of links to open each article. The text of the link is the same as the article title. Now, the client has apparently deleted an article, but is seeing an entry for the deleted file like the image bellow: I searched for the string on the web and could actually find pages showing similar strings