http://bugs.winehq.org/show_bug.cgi?id=20854
Summary: wine cmd lacks 'ping' Product: Wine Version: 1.1.33 Platform: PC OS/Version: Linux Status: NEW Keywords: download, source Severity: enhancement Priority: P2 Component: programs AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
I tried testing a couple batch scripts I use at work on wine. Since batch doesn't have a 'sleep command', the common workaround is to use ping several times instead, which works fine on windows. Wine, however, lacks ping, so it fails miserably.
Implementing our own ping.exe shouldn't be too terribly hard. There are several open source versions floating around to base the work off of. Hell, here's the original public domain source: http://www.ping127001.com/pingpage/ping.text
http://bugs.winehq.org/show_bug.cgi?id=20854
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2009-11-28 10:29:03 --- (In reply to comment #0)
Implementing our own ping.exe shouldn't be too terribly hard.
But it will require root privileges to run...
http://bugs.winehq.org/show_bug.cgi?id=20854
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|wine cmd lacks 'ping' |wine lacks ping.exe | |replacement
http://bugs.winehq.org/show_bug.cgi?id=20854
--- Comment #2 from Austin English austinenglish@gmail.com 2009-11-29 23:35:14 --- (In reply to comment #1)
(In reply to comment #0)
Implementing our own ping.exe shouldn't be too terribly hard.
But it will require root privileges to run...
Could perhaps just use a wrapper around the system's ping.
http://bugs.winehq.org/show_bug.cgi?id=20854
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Austin English austinenglish@gmail.com 2011-05-09 17:34:24 CDT --- Fixed a long time ago :)
http://source.winehq.org/git/wine.git/commitdiff/5e3e2ca7ffcd9d8c7e47da30eae...
http://bugs.winehq.org/show_bug.cgi?id=20854
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org 2011-05-13 13:33:12 CDT --- Closing bugs fixed in 1.3.20.
http://bugs.winehq.org/show_bug.cgi?id=20854
pa78@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pa78@gmx.net
--- Comment #5 from pa78@gmx.net 2011-05-25 22:54:49 CDT --- Take 20 sec and look at the source code (focus on line 59): http://source.winehq.org/git/wine.git/blob/5e3e2ca7ffcd9d8c7e47da30eae778034...
This is just a fake program an not a replacement for ping.exe, so this bug is not fixed.
http://bugs.winehq.org/show_bug.cgi?id=20854
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #6 from Jerome Leclanche adys.wh@gmail.com 2011-05-25 23:04:48 CDT --- (In reply to comment #5) File a new bug for any missing functionality.