[freeside] Signup Client
Shivkumar
shivkumar at outbackwifi.com
Mon May 23 10:35:58 PDT 2005
hi,
I am still convinced that it is an SSH connectivity issue and not a
Storable error. I used to get the same error when I was trying to setup
my signup server.
are you able to login as the freeside user from the freesisde machine to
the signup machine?
eg
# su - freeside
$ ssh 192.168.0.10
assuming 192.168.0.10 is your signup machine
I discovered that in Solaris (my case), one had to change the entry in
/etc/shadow from *LK* to something like *NP* to allow logins from users
other than root.
Regards,
Shivkumar
Albert Whale said the following:
> Shivkumar wrote:
>
>> hi,
>> this error means that you dont have the self-service server
>> (freeside-selfservice-server username machine) running on the
>> freeside machine.
>> If it is , look at the log in /usr/local/etc/freeside/
>> for eg if your signup client is at 192.168.0.1, then you would run
>> the command
>> #freeside-selfservice-server albert 192.168.0.1
>> on the freeside machine.
>> This would create a log file called selfservice.192.168.0.1.log
>> in the /usr/local/etc/freeside/ directory.
>> #tail -f /usr/local/etc/freeside/selfservice.192.168.0.1.log
>> should give you an idea of the error.
>> most of the time it is because of the inability to set up a ssh
>> tunnel from the freeside machine to the signup client machine (not
>> the end user).
>>
>> Regards,
>>
>> Shivkumar
>>
>>
> Ok, here's the Logfile:
>
> [server] [Wed May 18 22:10:18 2005] [8277] connecting to
> ns.abs-comptech.com
> [server] [Wed May 18 22:10:18 2005] [8277] entering main loop
> [server] [Wed May 18 22:10:18 2005] [8277] waiting for packet from client
> [server] [Wed May 18 22:10:20 2005] [8277] receiving packet from client
> [server] [Wed May 18 22:10:20 2005] [8277] Magic number checking on
> storable file failed at blib/lib/Storable.pm (autosplit into
> blib/lib/auto/Storable/fd_retrieve.al) line 346.
> [server] [Wed May 18 22:10:20 2005] [8277] Magic number checking on
> storable file failed at blib/lib/Storable.pm (autosplit into
> blib/lib/auto/Storable/fd_retrieve.al) line 346, at
> /usr/local/bin/freeside-selfservice-server line 89
> [server] [Wed May 18 22:10:20 2005] [8277] Storable error receiving
> packet from client (assuming lost connection): Magic number checking
> on storable file failed at blib/lib/Storable.pm (autosplit into
> blib/lib/auto/Storable/fd_retrieve.al) line 346, at
> /usr/local/bin/freeside-selfservice-server line 89
>
> [server] [Wed May 18 22:10:20 2005] [8277] sending TERM signal to ssh
> process 12762
> [server] [Wed May 18 22:10:20 2005] [8277] connection lost, reconnecting
>
>
> Is this a Storable issue on this the server, or on the Signup server?
>
More information about the freeside-users
mailing list