[Mono-bugs] [Bug 49015][Nor] Changed - Creating an ICMP socket fails

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 29 Sep 2003 10:52:45 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=49015

--- shadow/49015	2003-09-29 07:14:27.000000000 -0400
+++ shadow/49015.tmp.3496	2003-09-29 10:52:45.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 49015
 Product: Mono/Class Libraries
 Version: unspecified
 OS: Suse 8.2
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: JoergR@voelcker.com               
 QAContact: mono-bugs@ximian.com
@@ -57,6 +57,14 @@
 No exception.
 
 How often does this happen? 
 Always.
 
 Additional Information:
+
+------- Additional Comments From gonzalo@ximian.com  2003-09-29 10:52 -------
+You have to be root to create a raw socket.
+I've made a patch that calls WSASetLastError and now, when running
+your test as a regular user i get:
+Unhandled Exception: System.Net.Sockets.SocketException: Access denied
+
+as root it works.