|
OS X Mavericks
|
|
28-10-2013, 20:14
Post: #11
|
|||
|
|||
| RE: OS X Mavericks | |||
|
28-10-2013, 22:36
Post: #12
|
|||
|
|||
|
RE: OS X Mavericks
well indeed, but it worked for a day or two and now decided to stop
Checked, theres no firewall active on my Mac
|
|||
|
28-10-2013, 22:42
Post: #13
|
|||
|
|||
| RE: OS X Mavericks | |||
|
28-10-2013, 23:07
(This post was last modified: 28-10-2013 23:14 by bbrip.)
Post: #14
|
|||
|
|||
|
RE: OS X Mavericks
not even sure my Macbook Air has any network adapter other than Wifi... Any Terminal command to locate them? And the NAS is the same that it always was, a ReadyNAS NVX (Btw. MinimWatch runs ok on my old Windows Vista machine....)
|
|||
|
28-10-2013, 23:34
Post: #15
|
|||
|
|||
RE: OS X Mavericks
(28-10-2013 23:07)bbrip Wrote: not even sure my Macbook Air has any network adapter other than Wifi... Any Terminal command to locate them? And the NAS is the same that it always was, a ReadyNAS NVX (Btw. MinimWatch runs ok on my old Windows Vista machine....) You can type ifconfig in a Terminal window to see all the adapters. If you post the output here, I'll look to see if there's anything that might cause this problem. |
|||
|
29-10-2013, 10:51
Post: #16
|
|||
|
|||
RE: OS X Mavericks
(28-10-2013 23:34)simoncn Wrote:(28-10-2013 23:07)bbrip Wrote: not even sure my Macbook Air has any network adapter other than Wifi... Any Terminal command to locate them? And the NAS is the same that it always was, a ReadyNAS NVX (Btw. MinimWatch runs ok on my old Windows Vista machine....) thanks again for your help. this is what it says Code: lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 |
|||
|
29-10-2013, 11:11
Post: #17
|
|||
|
|||
RE: OS X Mavericks
(29-10-2013 10:51)bbrip Wrote: thanks again for your help. this is what it says I think the problem is caused by these entries under lo0: inet 127.0.0.53 netmask 0xffffff00 inet 127.0.0.54 netmask 0xffffff00 inet 127.0.0.55 netmask 0xffffff00 I think these entries will cause ohNet to listen on the loopback adapter (lo0) instead of the correct adapter (en0). This is because ohNet detects and ignores the loopback adapter by looking for the loopback address 127.0.0.1, and the extra addresses are causing ohNet to treat this as a real adapter instead of the loopback adapter. To solve the problem, you can remove the extra addresses (if you know what has caused them to appear there), or you can add the line ohnet.subnet = 192.168.2.0 to the minimwatch.config file in the folder /Users/<your-user-name>/Library/MinimWatch This folder is hidden in Finder, so you need to use Go > Go to Folder... and type the path there. This setting will cause ohNet to use the en0 adapter instead of the loopback adapter. In the next release of MinimWatch, it will be possible to set this value using the MinimWatch GUI instead of manually editing the minimwatch.config file. |
|||
|
29-10-2013, 13:42
Post: #18
|
|||
|
|||
RE: OS X Mavericks
(29-10-2013 11:11)simoncn Wrote: ....., or you can add the line Hi Simon, thanks for your help. I located the config file edited and saved it. Stopped and restarted MinimWatch. But it does not correct the problem.... |
|||
|
29-10-2013, 14:23
(This post was last modified: 29-10-2013 14:24 by simoncn.)
Post: #19
|
|||
|
|||
RE: OS X Mavericks
(29-10-2013 13:42)bbrip Wrote: Hi Simon, thanks for your help. I located the config file edited and saved it. Stopped and restarted MinimWatch. But it does not correct the problem.... This is turning out to be quite a puzzle. For the next diagnostic step, please add the lines: .logLevel = trace ohnet.debug = All-Timer to the minimwatch.config file, then restart MinimWatch. This will produce detailed trace information in a minimwatch.log file in the same folder as the minimwatch.config file. Close MinimWatch, then zip the log file and post it here. Thanks! |
|||
|
29-10-2013, 15:51
Post: #20
|
|||
|
|||
RE: OS X Mavericks
(29-10-2013 14:23)simoncn Wrote:(29-10-2013 13:42)bbrip Wrote: Hi Simon, thanks for your help. I located the config file edited and saved it. Stopped and restarted MinimWatch. But it does not correct the problem.... Attached the log-file |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help




Checked, theres no firewall active on my Mac