selfservice-server

Blevins Carol A cblevins at sysr.com
Mon May 12 22:44:38 PDT 2003


I'm setting up selfservice and am running into a problem.

Here's the setup
Perl 5.8.0
Freeside-1.4.1rc2
FreeBSD 4-7
Pgsql 7.3.2
All perl mods are installed <-- Oh yeah famous last words ;)

Starting freeside-selfservice-server I get the following output to the
selservice logfile:

[server] [Mon May 12 20:43:12 2003] [874] freeside-selfservice-server
starting
[server] [Mon May 12 20:43:12 2003] [874] connecting to dev1.sysr.com
[server] [Mon May 12 20:43:12 2003] [874] entering main loop
[server] [Mon May 12 20:43:12 2003] [874] waiting for packet from client
[server] [Mon May 12 20:43:13 2003] [874] receiving packet from client
[server] [Mon May 12 20:43:13 2003] [874] Magic number checking on
storable file failed at blib/lib/Storable.pm (autosplit into
blib/lib/auto/Storable/fd_retrieve.al) line 341.
[server] [Mon May 12 20:43:13 2003] [874] Magic number checking on
storable file failed at blib/lib/Storable.pm (autosplit into
blib/lib/auto/Storable/fd_retrieve.al) line 341, at
/usr/local/bin/freeside-selfservice-server line 77

This is what I get with strace on the pid for freeside-selfservice-server:

Cut for brefity's sake:

stat("/usr/local/lib/perl5/site_perl/5.8.0/mach/Carp/Heavy.pmc",
0xbfbff944) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/site_perl/5.8.0/mach/Carp/Heavy.pm", O_RDONLY)
= 4
fstat(4, {st_mode=S_IFREG|0444, st_size=5918, ...}) = 0
read(4, "# Carp::Heavy uses some variable"..., 16384) = 5918
break(0x8b01000)                        = 0
break(0x8b02000)                        = 0
break(0x8b03000)                        = 0
break(0x8b04000)                        = 0
break(0x8b05000)                        = 0
break(0x8b06000)                        = 0
break(0x8b07000)                        = 0
break(0x8b08000)                        = 0
break(0x8b09000)                        = 0
break(0x8b0a000)                        = 0
break(0x8b0b000)                        = 0
break(0x8b0c000)                        = 0
break(0x8b0d000)                        = 0
break(0x8b0e000)                        = 0
break(0x8b0f000)                        = 0
read(4, "", 16384)                      = 0
close(4)                                = 0
stat("/usr/local/etc/freeside/freeside-selfservice-server.cblevins.pid",
0x810f700) = -1 ENOENT (No such file or directory)
gettimeofday({1052791072, 315989}, NULL) = 0
open("/usr/local/etc/freeside/selfservice.dev1.sysr.com.log",
O_WRONLY|O_APPEND|O_CREAT, 0666) = 4
lseek(4, 0, SEEK_END)                   = 26802
fstat(4, {st_mode=S_IFREG|0644, st_size=26802, ...}) = 0
fcntl(4, F_SETFD, FD_CLOEXEC)           = 0
flock(4, LOCK_EX)                       = 0
fstat(4, {st_mode=S_IFREG|0644, st_size=26802, ...}) = 0
break(0x8b13000)                        = 0
lseek(4, 0, SEEK_END)                   = 26802
write(4, "[server] [Mon May 12 21:57:52 20"..., 232) = 232
flock(4, LOCK_UN)                       = 0
close(4)                                = 0
fstat(2, {st_mode=S_IFCHR|0666, st_rdev=makedev(2, 2), ...}) = 0
ioctl(2, TIOCGETA, 0xbfbff848)          = -1 ENODEV (Operation not
supported by device)
write(2, "Magic number checking on storabl"..., 189) = 189
close(6)                                = 0
close(5)                                = 0
sigaction(SIGPIPE, {SIG_IGN}, {0x80943dc, [], SA_RESTART}) = 0
sendto(3, "Qrollback\0", 10, 0, NULL, 0) = 10
sigaction(SIGPIPE, {0x80943dc, [], SA_RESTART}, {SIG_IGN}) = 0
select(4, [3], [], [3], NULL)           = 1 (in [3])
recvfrom(3, "CROLLBACK\0Z", 16384, 0, NULL, NULL) = 11
sigaction(SIGPIPE, {SIG_IGN}, {0x80943dc, [], SA_RESTART}) = 0
sendto(3, "Qbegin\0", 7, 0, NULL, 0)    = 7
sigaction(SIGPIPE, {0x80943dc, [], SA_RESTART}, {SIG_IGN}) = 0
select(4, [3], [], [3], NULL)           = 1 (in [3])
recvfrom(3, "CBEGIN\0Z", 16384, 0, NULL, NULL) = 8
sigaction(SIGPIPE, {SIG_IGN}, {0x80943dc, [], SA_RESTART}) = 0
sendto(3, "Qrollback\0", 10, 0, NULL, 0) = 10
sigaction(SIGPIPE, {0x80943dc, [], SA_RESTART}, {SIG_IGN}) = 0
select(4, [3], [], [3], NULL)           = 1 (in [3])
recvfrom(3, "CROLLBACK\0Z", 16384, 0, NULL, NULL) = 11
sigaction(SIGPIPE, {SIG_IGN}, {0x80943dc, [], SA_RESTART}) = 0
sendto(3, "X", 1, 0, NULL, 0)           = 1
sigaction(SIGPIPE, {0x80943dc, [], SA_RESTART}, {SIG_IGN}) = 0
close(3)                                = 0
stat("/usr/local/lib/perl5/site_perl/5.8.0/mach/auto/DBI/DESTROY.al",
0x810f700) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/site_perl/5.8.0/mach/auto/DBI/DESTROY.al",
O_RDONLY) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/site_perl/5.8.0/auto/DBI/DESTROY.al", O_RDONLY)
= -1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/site_perl/auto/DBI/DESTROY.al", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/lib/perl5/5.8.0/BSDPAN/auto/DBI/DESTROY.al", O_RDONLY) =
-1 ENOENT (No such file or directory)
open("/usr/local/lib/perl5/5.8.0/mach/auto/DBI/DESTROY.al", O_RDONLY) = -1
ENOENT (No such file or directory)
open("/usr/local/lib/perl5/5.8.0/auto/DBI/DESTROY.al", O_RDONLY) = -1
ENOENT (No such file or directory)
open("./auto/DBI/DESTROY.al", O_RDONLY) = -1 ENOENT (No such file or
directory)
exit(19)


Thanx,
Carol



More information about the freeside-users mailing list