Questions tagged [provisioning]

Act of obtaining resources for usage.

Act of obtaining resources for usage.

Examples of items commonly provisioned include:

  1. Virtualized Servers
  2. Security Certificates
1087 questions
8
votes
3 answers

Recurring Vagrant error: operation not permitted on action `create` on an NFS resource

I have a vagrant box with chef provisioner. Everything works fine except when there are operation on NFS resources. For example, I have the following synced folders: "host_path": "/Users/User/devbox/vdd/data", "guest_path": "/var/www", …
awm
  • 1,130
  • 3
  • 17
  • 37
8
votes
1 answer

Mac app has embedded provisioning profile

When I build my Mac app for the AppStore, it also embeds the provisioning profile, which is optional based on Apple's email. But, since I have a helper application inside my main app, which also embeds the same profile, I get an "Invalid Binary",…
Mazyod
  • 22,319
  • 10
  • 92
  • 157
8
votes
2 answers

How do I add a device to my provisioning profile?

It looks like the Apple's provisioning page has changed on me. I do not see a button for "add device" under my distribution profile anymore. Am I blind?
PWiggin
  • 956
  • 2
  • 12
  • 24
7
votes
1 answer

Provisioning profile not found

I have just upgraded my iPhone to the 4S and having restored all of the settings from my old phone I found that three of my apps were missing. I went to the Apple Dev centre and deleted my old phone and then rebuilt and downloaded the profiles with…
7
votes
4 answers

Distributed OSGi - what is the proper way to manage bundles across all containers?

We are considering utilizing distributed OSGi in our enterprise environment. We would have the following setup: 10 to 100 OSGi containers on many hosts offer various services. Many of these services are provided by more than one container. Some of…
Marton Sigmond
  • 132
  • 1
  • 8
7
votes
2 answers

Xcode 4.2 can't debug iOS 4.2.1 (8C148)

I recently updated to Xcode 4.2. I also updated my new iPad 2 and iPod (latest generation) to iOS 5. I build my app and can debug them no problem. My older iPod running iOS 4.2.1 (8C148) doesn't run and doesn't give any errors. The top center panel…
Phill Campbell
  • 1,275
  • 1
  • 9
  • 18
7
votes
1 answer

Problem with XCode Distribution Provisioning Profile

I'm having a problem with a Distribution Provisioning Profile in XCode. After an entire day of reading and following the iOS Provisioning Portal, and googling the issue extensively, I'm looking for help please. It appears to me that I must satisfy…
7
votes
2 answers

Problem renewing expired provisioning profiles

My Ad-Hoc and Distribution provisioning profiles have expired. When I click on Renew on the AdHoc/Distribution tab from the Provisioning Portal I get kicked back to the Development Tab. When I click on the expired provisioning profile from XCode…
Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556
7
votes
1 answer

How do I get the signature checksum of my APK?

I would like to use the signature checksum instead of the package checksum when provisioning a device with a device owner app. The app will be downloaded from an http server. This post is great when using…
7
votes
2 answers

Is it possible to install a provisioning profile without iTunes?

I made an adhoc version of my iPhone app for a beta tester and he installed it on his device and everything was working fine. Yesterday, he got a message saying that the provisioning profile is about to expire in four days. He is on the road and…
Rony Rozen
  • 3,957
  • 4
  • 24
  • 46
7
votes
1 answer

Can I use ssh config name when using Itamae

I'm using Itamae with a command like this: itamae ssh -u ironsand -h xxx.xxx.xxx.xxx cookbooks/user.rb The ssh configuration are saved with a name my_ssh_config. Can I use the ssh config name as a argument of itamae ssh? my ~/.ssh/config Host…
ironsand
  • 14,329
  • 17
  • 83
  • 176
7
votes
1 answer

How do I provision a Windows guest using the Vagrant shell/path provisioner?

I am trying to use Powershell to provision a Windows Vagrant machine. I've verified that my script works on my local machine if I launch Powershell as an Administrator. During the Vagrant provisioning process, the vagrant user cannot elevate and…
Dan Stark
  • 808
  • 1
  • 9
  • 23
7
votes
1 answer

Cannot install ipa on device

I have signed a code with a distribution provisioning profile but when I generated the ipa in XCode 5.1 (Save for Enterprise/Adhoc Deployment), the app does not install in my device. I have checked that the distribution profile is properly aligned…
Rai King
  • 155
  • 2
  • 2
  • 7
7
votes
5 answers

Version 6.0 (6A313) crash when refreshing provisioning profiles

Refreshing provisioning profile in Xcode 6 worked for me for a while and xcode 6 crashes today when I refresh it . Any one can help? I saw there is a ticket on stackoverflow and it does not help in my case. "Xcode crash when refreshing provisioning…
Leon Li
  • 1,183
  • 2
  • 13
  • 14
7
votes
1 answer

Ansible not setting Postgres User Password

I'm using Ansible to provision a virtual machine started with Vagrant. I've used both the (preferred) VMware provider and VirtualBox to test, and am getting the same result with each. I am using the following set of tasks in order to try and create…
Daniel Groves
  • 472
  • 2
  • 8
  • 21