Displaying 2 results from an estimated 2 matches for "sockettest".
2008 Jan 06
5
Having very odd problems with UDP.
I am using eventmachine 0.8.1 on windows XP and am having very odd problems.
This snippet of code gives the error that follows it.
class EchoServer
def receive_data data
puts data
send_data ">>>you sent: #{data}"
if data =~ /quit/i
puts "quitting"
close_connection
EventMachine::stop_event_loop
end
end
end
2012 Nov 16
2
Failed to build libvirt-1.0.0-1.fc17.src.rpm on a CentOS 6.3 system
...problems when building libvirt-1.0.0-1.fc17.src.rpm.
The first failed test case is xml2sexprtest as you can see below.
$ sudo rpmbuild -ba SPECS/libvirt.spec
+ make check
TEST: virshtest
........................................ 40
........... 51 OK
TEST: sockettest
...................................... 38 OK
TEST: virbuftest
.... 4 OK
TEST: commandtest
..................... 21 OK
TEST: virhashtest
.............. 14 OK
TEST: virnetmessagetest...