Something went wrong while setting issue due date.
Menubar icon un-clickable
When loaded from a cold start, with no connection to AD, NoMAD menubar icon is un-clickable.
macOS version: 10.12.3
NoMAD version: 1.0.3 (539)
VPN: Cisco AnyConnect
Testing
001
- PowerOff, cold start
- Connect to client network (no access to DC or AD)
- VPN not connected
- NoMAD loaded with LaunchD
Menubar icon state: not-clickable (dead)
002
- Unload/load of LaunchD
launchctl unload com.trusourcelabs.NoMAD.plist
launchctl load com.trusourcelabs.NoMAD.plist
Menubar icon state: not-clickable (dead)
003
- Unload of LaunchD
- Enable debug
~/Library/Preferences/com.trusourcelabs.NoMAD.plist Verbose true
- Start NoMAD from Terminal
open /Applications/Utilities/NoMAD.app/Contents/MacOS/NoMAD -v
- Output:
2017-02-14 09:47:37.241 NoMAD[5442:24999] level: debug - Debug logging enabled
2017-02-14 09:47:37.241 NoMAD[5442:24999] level: base - ---Starting NoMAD---
2017-02-14 09:47:37.243 NoMAD[5442:24999] level: base - Updating User Info
2017-02-14 09:47:37.256 NoMAD[5442:25000] level: debug - Looking for tickets using realm: MYCOMPANY.LOCAL
2017-02-14 09:47:37.256 NoMAD[5442:24999] level: notice - Looking for Self Service applications
2017-02-14 09:47:37.256 NoMAD[5442:24999] level: info - Using Munki for Self Service
2017-02-14 09:47:37.321 NoMAD[5442:25000] level: debug - Raw ticket cache: { "version" : 1 }
2017-02-14 09:47:37.321 NoMAD[5442:25000] level: base - No tickets found.
2017-02-14 09:47:37.386 NoMAD[5442:25000] level: debug - Looking for tickets using realm: MYCOMPANY.LOCAL
2017-02-14 09:47:37.451 NoMAD[5442:25000] level: debug - Raw ticket cache: { "version" : 1 }
2017-02-14 09:47:37.451 NoMAD[5442:25000] level: base - No tickets found.
Menubar icon state: not-clickable (dead)
004
- Connecting to VPN (AD and DC access)
- NoMAD debug still running (no NoMAD restart)
- No new log entries (Stock at last entrie)
State: not-clickable (dead)
005
- Restart NoMAD
- ctrl+c
- reload same command
Menubar icon state: Clickable (working)
006
- Relauche NoMAD from LaunchD
- ctrl+c
launchctl load com.trusourcelabs.NoMAD.plist
Menubar icon state: Clickable (working)
007
- Disconnected from VPN
- Relauche NoMAD with LaunchD
launchctl unload com.trusourcelabs.NoMAD.plist
launchctl load com.trusourcelabs.NoMAD.plist
State: not-clickable (dead)
008
- Unload of LaunchD
- Start NoMAD from Terminal
open /Applications/Utilities/NoMAD.app/Contents/MacOS/NoMAD -v
- Output:
2017-02-14 10:03:34.365 NoMAD[8329:41640] level: debug - Debug logging enabled
2017-02-14 10:03:34.365 NoMAD[8329:41640] level: base - ---Starting NoMAD---
2017-02-14 10:03:34.366 NoMAD[8329:41640] level: base - Updating User Info
2017-02-14 10:03:34.377 NoMAD[8329:41642] level: debug - Looking for tickets using realm: MYCOMPANY.LOCAL
2017-02-14 10:03:34.377 NoMAD[8329:41640] level: notice - Looking for Self Service applications
2017-02-14 10:03:34.377 NoMAD[8329:41640] level: info - Using Munki for Self Service
2017-02-14 10:03:34.441 NoMAD[8329:41642] level: debug - Raw ticket cache: { "version" : 1 }
2017-02-14 10:03:34.441 NoMAD[8329:41642] level: base - No tickets found.
2017-02-14 10:03:34.506 NoMAD[8329:41642] level: debug - Looking for tickets using realm: MYCOMPANY.LOCAL
2017-02-14 10:03:34.571 NoMAD[8329:41642] level: debug - Raw ticket cache: { "version" : 1 }
2017-02-14 10:03:34.571 NoMAD[8329:41642] level: base - No tickets found.
Menubar icon state: not-clickable (dead)