0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

【Parallels Desktop】アップデートで UID 0 に非ルートユーザアカウントがあるためにアップデートに失敗した話

Last updated at Posted at 2017-07-13

概要

Parallels Desktopのアップデート時に

「お使いのシステム内の UID 0 に非ルートユーザアカウントがあるため、Parallels Desktopをインストールできません。問題ID: 15476」

というエラーでアップデートができなかったときの対処法

前提

macOS Sierra 10.12.5(16F73)
Parallels Desktop 12 for Mac バージョン 12.2.1 (41615)

原因の特定

dscl . -list /Users UniqueID

で出てきたUIDの一覧で、0に非ルートユーザの割当がないかを確認する。
http://kb.parallels.com/jp/122763

対処法

以下のコマンドでUIDを変更する
念のために重複しないように、かつ501以降の数字で指定した。

uid 変更
sudo dscl . -create /users/(変更するユーザ) uid (変更先UID)

sudo dscl . -create /users/hoge uid 502
http://blog.livedoor.jp/kosugip/archives/1715571.html

参考
http://shige-mon.blogspot.jp/2017/09/parallels-desktop-uid-0-parallels.html
mac OS のグループ、ユーザ作成の周辺コマンド集
http://shige-mon.blogspot.jp/2017/10/mac-os_3.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?