site_archiver@lists.apple.com Delivered-To: installer-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:references:in-reply-to :mime-version:content-type:message-id:content-transfer-encoding:cc :from:subject:date:to:x-mailer; bh=Sg4wWH4N/obBU8Rqb8NyJzVmfhRf5xc9TRK+dFgxibo=; b=ih8JcVnWAnxKQ6Tun1VvJkeab2ti0MOMfP2HikAztKEvJNBguxjL+VkHOvxVfDVAc+ 2sSjfuYfyi6YagVMtuw7bTRoys5Cb2/72svSZX/+Oyo1UxEK2//QTFD+9jJdDfJeBS6F qj6TsVsB79g1YJmvdu8KbnB+6lrEU8wg4f2Cg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=references:in-reply-to:mime-version:content-type:message-id :content-transfer-encoding:cc:from:subject:date:to:x-mailer; b=CNL2Cvj4yHnIyWKVm0BodZLxLbvcOkxE2YAOpt84ponjDrxVT0GGvi/FoHhcTFl5DX PEtMlqFk3uQeKsxd0S3BtXWTDRDYb53onpP+6sFEtJUhl+XM0ljRkVseQCdCbtyGEHIQ f8NnnSkq3tzsSg67z8QrGhi2a5RxYeCGdyuUE= sakshi <heysakshi@gmail.com> wrote:
Hi,
I am running into a very weird issue while building a pmdoc and need some help with my basics. I created a pmdoc using a staging folder on my machine. I shared it with the team to build and test on their machines. On one machine we are seeing weird behavior and some files end up getting created with an <unknown> owner. The pmdoc is being built through the commandline.
All other files have a valid username associated with them, just these specific files are linked to <unknown>. I've verified the staging folder on that machine and it has the right permissions and owner. I opened that copy of the pmdoc in PackageMaker and it also has the expected owner. Somehow the final pkg differs. I used lsbom and verified that the pkg itself contains a 'corrupted' file.
Any clues on where else I could look?
Thanks! Sakshi
Hi Sakshi, Sounds like the user:group defined in the pkg is not present on the target computer? For example, if you set user to "jdoe" who has UID of 504, but there is no UID 504 on the target computer, this can happen. It happened last week when I was testing a new pkg. Since it happened before, I recognized the problem. I changed the user:group to something that's on every computer. Then tested again and all went well. Don _______________________________________________ Do not post admin requests to the list. They will be ignored. Installer-dev mailing list (Installer-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/installer-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Don Montalvo