[Spread-users] SP_error: (-1) Illegal spread was provided

Rodrick Brown rodrick.brown at gmail.com
Tue Apr 1 17:44:42 EDT 2008


I have an internal network dedicated for spread daemon communication,
and another management network used to access my servers and run
management services from.

This management server will listen on the two interfaces which should
allow me to use the spuser utility from a remote network. I want to be
able to monitor group membership and associated infromation from my
local LAN which can only access the spread servers via the management
network.

However when trying to use spuser from the remote network I get the
following error:

[rbrown at console tmp ]> ./spuser -r -s 10.0.0.3 -p 4803
Spread library version is 4.0.1
SP_error: (-1) Illegal spread was provided

Bye.

I ran tcpdump on the management server host and spuser never makes an
attempt to connect. I'm 100% sure this spuser was compiled from the
same spread daemon sources.
If someone can help me out this would be greatly appreciated thanks.

Here is my spread.conf which is pretty simple.

DebugFlags = { PRINT EXIT CONFIGURATION GROUPS }
EventLogFile = /var/log/spread/spreadEvents.log
EventTimeStamp = "[%a %d %b %Y %H:%M:%S]"
SocketPortReuse = AUTO
RuntimeDir = /var/run/spread
DaemonUser = spread
DaemonGroup = spread
Spread_Segment 244.187.31.0:4803 {
        server1-eth1 10.0.0.1 { D 10.1.0.1 C 127.0.0.1 }
        server2-eth1 10.0.0.2 { D 10.1.0.2 C 127.0.0.1 }
        server-manager-eth1 10.0.0.3 { D 10.1.0.3 C 10.0.0.3 C 127.0.0.1 }
}


-- 
[ Rodrick R. Brown ]
http://www.rodrickbrown.com http://www.linkedin.com/in/rodrickbrown




More information about the Spread-users mailing list