VNP occassionally fail to connect on my mac. It seems to be a minor crash in racoon somewhere*. Manually restarting the process seems to do the trick:
mac:~ $ ps -ef | grep racoon
0 23301 1 0 0:01.01 ?? 0:01.68 /usr/sbin/racoon
501 24444 24439 0 0:00.00 ttys000 0:00.00 grep racoon
sudo kill 23301
sudo /usr/sbin/racoon
Showing posts with label MAC. Show all posts
Showing posts with label MAC. Show all posts
Thursday, June 30, 2011
Wednesday, April 27, 2011
LiveUpdate
on my mac, the live update come up every hour. To find out what’s causing it, the following are some useful commands:
- check current live update settings
Module Name On UI Freq Day Time Args
--------------
-------- --- --- -------- ----- ------ ----
LiveUpdate DefaultLiveUpdateSchedul 1 0 Hourly 04:33 "All Products"
It is set to hourly update and not in quiet mode.
- delete current setting
- add new policy
- check new settings
--------------
-------- --- --- -------- ----- ------ ----
LiveUpdate LiveUpdate 1 0 Daily 09:00 "All Products" -quiet
Now it is running in quiet mode.
Subscribe to:
Posts (Atom)