[rt-users] What "Config" button? (new install)
Jeff Blaine
jblaine at mitre.org
Mon Feb 11 09:11:23 EST 2002
-rwxr-sr-x 1 root rt 5197 Feb 8 14:06 mason_handler.fcgi*
-rwxr-sr-x 1 root rt 4692 Feb 8 14:06 mason_handler.scgi*
-rwxr-sr-x 1 root rt 30040 Feb 8 14:06 rt*
-rwxr-sr-x 1 root rt 8919 Feb 8 14:06 rt-mailgate*
-rwxr-sr-x 1 root rt 23918 Feb 8 15:49 rtadmin*
-rwxr-xr-x 1 root rt 4491 Feb 8 14:06 webmux.pl*
--On Friday, February 08, 2002 2:32 PM -0800 seph <seph at commerceflow.com>
wrote:
> hum, another shot in the dark... is the client still setguid? if it's
> not you'll get all sorts of weird connection errors.
>
> seph
>
> jesse at FS -jesse I wonder if his cli lost setgidness --Computer! Tak...
> 5:29
>
>
> Jeff Blaine <jblaine at linus.mitre.org> writes:
>
>> All tests pass (I spent all day doing it... I assure you I'm positive :)
>>
>> % perl -e 'use DBI 1.18;'
>> %
>>
>> > it really sounds like the perl DBI module didn't get correctly
>> > installed. what does "make testdeps" in the source tree say?
>> > alternitively, does the command "perl -e 'use DBI 1.18;'" produce an
>> > error? (no output is correct from the perl command)
>> >
>> > seph
>> >
>> > Jeff Blaine <jblaine at linus.mitre.org> writes:
>> >
>> > > If I put 2 debug lines in Handle.pm as such:
>> > >
>> > > my $sth = $self->SimpleQuery($query, @bind_values); # NOT MY LINE
>> > > print "STH: $sth\n"; # MINE
>> > > print "QUERY: $query\n\n"; # MINE
>> > >
>> > > You can see that the 2nd $sth is broken/dead/empty
>> > >
>> > > Bleah... no idea how to debug this.
>> > >
>> > > ======================================================================
>> > > ======= STH: DBI::st=HASH(0x4cb8a0)
>> > > QUERY: SELECT COUNT(ACL.id) FROM ACL, Groups WHERE ((RightScope =
>> > > 'System')) AND ((RightName = 'AdminUsers')) AND (((Groups.Name =
>> > > 'Everyone') AND (PrincipalType = 'Group') AND (Groups.Id =
>> > > PrincipalId)))
>> > >
>> > > STH:
>> > > QUERY: SELECT COUNT(ACL.id) FROM ACL, GroupMembers, Groups WHERE
>> > > (((((RightScope = 'System')) AND ((RightName = 'AdminUsers'))) OR
>> > > ((RightName = 'SuperUser') AND (RightScope = 'System') AND
>> > > (RightAppliesTo = 0))) AND (((ACL.PrincipalType = 'Group') AND
>> > > (ACL.PrincipalId = Groups.Id) AND (GroupMembers.GroupId = Groups.Id)
>> > > AND (GroupMembers.UserId = )))) Can't call method "fetchrow" on an
>> > > undefined value at
>> > > /afs/rcf/apps/RT/sun4x_57/support/lib/perl5/site_perl/5.6.1/DBIx/Searc
>> > > hBuilder/Handle.pm line 357.
>> > >
>> > >
>> > >
>> > > _______________________________________________
>> > > rt-users mailing list
>> > > rt-users at lists.fsck.com
>> > > http://lists.fsck.com/mailman/listinfo/rt-users
>> >
More information about the rt-users
mailing list