• 1
  • 24
  • 25
  • 26(current)
  • 27
  • 28
  • 38
Automatic WakeOnLan upon accessing MySql or FileShares
That's fabulous, so the pr got merged and we can fix the issue in the stabilization phase?

(2013-05-10, 21:58)t4_ravenbird Wrote:
(2013-05-10, 21:41)regnets Wrote: ...
Could it be possible that the ping command is not in the right shape?
Code:
macbook:~ andy$ ping -c 1 -w 1 10.0.0.253
ping: illegal option -- w
usage: ping [-AaDdfnoQqRrv] [-b boundif] [-c count] [-G sweepmaxsize] [-g sweepminsize]
            [-h sweepincrsize] [-i wait] [-l preload] [-M mask | time] [-m ttl]
            [-p pattern] [-S src_addr] [-s packetsize] [-t timeout]
            [-W waittime] [-z tos] host
       ping [-AaDdfLnoQqRrv] [-c count] [-I iface] [-i wait] [-l preload]
            [-M mask | time] [-m ttl] [-p pattern] [-S src_addr]
            [-s packetsize] [-T ttl] [-t timeout] [-W waittime]
            [-z tos] mcast-group


The w needs to be capitalized, or am i wrong?
...

I think you nailed it, looking at http://linux.die.net/man/8/ping it appears uppercase is correct also for linux, but linux has not complained .. , my bad

I think w and W are two different options in linux:
Code:
-w deadline
Specify a timeout, in seconds, before ping exits regardless of how many packets have been sent or received. In this case ping does not stop after count packet are sent, it waits either for deadline expire or until count probes are answered or for some error notification from network.
-W timeout
Time to wait for a response, in seconds. The option affects only timeout in absense of any responses, otherwise ping waits for two RTTs.

I think the corresponding option in mac os is t
Code:
-t timeout
Specify a timeout, in seconds, before ping exits regardless of how many packets have been received.
-W waittime
Time in milliseconds to wait for a reply for each packet sent.  If a reply arrives later, the packet is not printed as replied, but considered as replied when calculating statistics.

Best regards
Reply
(2013-05-10, 21:55)regnets Wrote: ...

However the PR got commited into main?

indeed it did! I guess da-anda figured your test was good and icmp-ping can be fixed

thanks kricker, bilbonvidia, da-anda, regnets, jmarshall, sw4y, [email protected], memphiz, pieh ++
Reply
Woohooo!
Reply
Gratulations kricker. You did a great job! XBMC gets better and better with every new feature.
Reply
Oooops i meant gratulations t4_ravenbird Wink.
Reply
Good news! Excellent work t4!
Reply
Looking good. Great work for everyone involved, t4, kicker, testers, all of you guys!
Reply
sorry, haven't seen the report that it had issues. I only read that it successfully worked on OSX and then pulled the trigger as friends came by for a movie night and merge window was closing. Please create a new PR with the fix (use a custom branch this time t4-ravenbird, not master Wink ) and I'll merge it.
Reply
can anybody help with getting my WOL to work? it did used to work but after trying out a different xbmc build, and now upgrading to the latest 12.2 woa build it no longer does work.

Code:
-snip-
15:33:54 T:3336  NOTICE: Disabled debug logging due to GUI setting. Level 0.
15:33:54 T:3336  NOTICE: Log level changed to 0
15:33:54 T:3336  NOTICE: WakeOnAccess - Load settings :
15:33:54 T:3336  NOTICE:   -Network init timeout : [20] sec
15:33:54 T:3336  NOTICE:   -Network settle time  : [500] ms
15:33:54 T:3336  NOTICE:   Registering wakeup entry:
15:33:54 T:3336  NOTICE:     HostName        : 192.168.1.30
15:33:54 T:3336  NOTICE:     MacAddress      : 00:9C:02:A0:3E:CA
15:33:54 T:3336  NOTICE:     PingPort        : 0
15:33:54 T:3336  NOTICE:     PingMode        : 0
15:33:54 T:3336  NOTICE:     Timeout         : 60 (sec)
15:33:54 T:3336  NOTICE:     WaitForOnline   : 40 (sec)
15:33:54 T:3336  NOTICE:     WaitForOnlineEx : 40 (sec)
15:33:54 T:3336  NOTICE:     WaitForServices : 5 (sec)
15:33:54 T:3336  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
15:33:54 T:3336  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
15:33:54 T:3336  NOTICE: Loaded playercorefactory configuration
15:33:54 T:3336  NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
-snip-
Reply
need full log .. http://xbmclogs.com
Reply
http://xbmclogs.com/show.php?id=17929
Reply
This seems to be a 13 alpha build not 12.2:
Starting XBMC (13.0-ALPHA4 Git:20130430-a4130c1), Platform: Windows 8 64-bit, build 9200. Built on Apr 30 2013 (compiler 1600).
I can see no wol packet being sent.

The wake server on access setting is selected within xbmc powersetting?, as I noticed it does unselect itself some times when reinstalling xbmc?
Reply
(2013-05-11, 17:56)bilbonvidia Wrote: This seems to be a 13 alpha build not 12.2:
Starting XBMC (13.0-ALPHA4 Git:20130430-a4130c1), Platform: Windows 8 64-bit, build 9200. Built on Apr 30 2013 (compiler 1600).
I can see no wol packet being sent.

The wake server on access setting is selected within xbmc powersetting?, as I noticed it does unselect itself some times when reinstalling xbmc?

yep, thats fixed it. thanks.
Reply
12.2 finals for pi and Windows I compiled at the beginning of the month for anyone staying on frodo.

https://dl.dropboxusercontent.com/u/1026....2.woa.exe

https://dl.dropboxusercontent.com/u/1026...502.tar.gz
Reply
Here's a wiki page for the new feature based on t4's first post: Auto wake on lan (wiki)

Feel free to expand, change, whatever you guys feel is necessary. Also, feel free to bug me if you need any help on the wiki, formatting, renaming, images, any issue big or small.
Reply
  • 1
  • 24
  • 25
  • 26(current)
  • 27
  • 28
  • 38

Logout Mark Read Team Forum Stats Members Help
Automatic WakeOnLan upon accessing MySql or FileShares4