2025年 4月3日(木) 19:03 JST

csrutil ツール statusの変更にはリカバリーモードで行う必要がある

  • 2017年11月8日(水) 14:13 JST
  • 投稿者:
  • 表示回数 173
  1. リカバリーモードは、command key + r を押しながら起動。
    起動に時間がかかる。
  2. その後macOSユーティリティが立ち上がる。
  3. ユーティリティメニューからターミナルを選択
  4. csrutil disable
  5. 再起動
  6. ターミナルからcsrutil statusでモードの確認
  7. インストールできなかったアプリのインストール
  8. リカバリーモードで再起動
  9. 再度ユーティリティメニューからターミナルを選択
  10. csrutil enable
  11. 再起動

 

VirtualBoxをHigh Sierraにインストール

  • 2017年11月8日(水) 14:09 JST
  • 投稿者:
  • 表示回数 286
通常のインストールでは、エラーでこける。
リカバリーモードで
csrutil disable
にする必要がある。
インストール後は、再度リカバリーモードで
csrutil enable
に戻しておく。
 

certbot python version

  • 2017年11月5日(日) 14:14 JST
  • 投稿者:
  • 表示回数 137
lets encrypt用のpython 2.7がベースなので、
$ pyenv local system
に設定。

High Sierra macports update

  • 2017年10月22日(日) 14:44 JST
  • 投稿者:
  • 表示回数 132

xcode-select --install
install XQuartz-2.7.11

Reinstall ports

To reinstall your ports:

  1. Save the list of installed ports:
    port -qv installed > myports.txt
    
  2. (optional) Save the list of requested ports:
    port echo requested | cut -d ' ' -f 1 > requested.txt
    
  3. Uninstall all installed ports:
    sudo port -f uninstall installed
    
  4. Clean any partially-completed builds:
    sudo port clean all
    
  5. Download and execute the restore_ports script. (If you installed MacPorts from source and put its Tcl package somewhere other than /Library/Tcl, then you'll need to use the -t option when you run restore_ports.tcl; see ./restore_ports.tcl -h.)
    curl -O https://svn.macports.org/repository/macports/contrib/restore_ports/restore_ports.tcl
    chmod +x restore_ports.tcl
    sudo ./restore_ports.tcl myports.txt
    
  6. (optional) Restore requested status: If you saved the list of requested ports, you can now restore the requested flags for your newly installed ports to their former states.
    sudo port unsetrequested installed
    < requested.txt xargs sudo port setrequested
    
     

safariの問題

  • 2017年 9月14日(木) 16:14 JST
  • 投稿者:
  • 表示回数 304

何故か聞いてくるようになった件。

com.apple.WebKit.Networkingは、キーチェーンに含まれるキー"privateKey"を使用して署名しようとしています。
この項目へのアクセスを許可しますか。

ページナビゲーション