Re: Invalid Argument?
"Toby D. Reeves" <[email protected]>
| Newsgroups | gmane.network.up2date.current.devel |
|---|---|
| Message-ID | <[email protected]> |
Current-0.9.4 works for me under a stock Redhat 7.2 machine. Some packages have
been updated from updates.redhat.com. I compiled current and did not use the rpms.
Here is what I have installed:
> rpm -q stunnel python python-xmlrpc openssl db1 db3
stunnel-3.19-1
python-1.5.2-35
python-xmlrpc-1.5.0-1
openssl-0.9.6b-8
db1-1.85-7
db3-3.2.9-4
Futhermore, after creating channel I run "file" command on the db file in
question and get this
> file rpm_index.wdb
rpm_index.wdb: Berkeley DB 1.85/1.86 (Btree, version 3, native byte-order)
Also
> rpm -q --requires python
.... [deleted]
libdb-3.2.so
libdb.so.2
.... [deleted]
libdb.so.2(GLIBC_2.0)
> rpm -q --whatprovides libdb-3.2.so
db3-3.2.9-4
> rpm -q --whatprovides libdb.so.2
db1-1.85-7
compat-glibc-6.2-2.1.3.2
> rpm -q --whatprovides "libdb.so.2(GLIBC_2.0)"
db1-1.85-7
compat-glibc-6.2-2.1.3.2
We see that Python requires db3 and db1. May not matter.
What happens if you insert this after line 238 in channel.py.
junk = bsddb.btopen('/tmp/test.wdb'), 'w')
Try to run current, then look at /tmp/test.wdb
>file /tmp/test.wdb
Do you get the same basic information as when you did the
> file rpm_index.wdb
command after first creating channel?
Toby
Quoting Matt Bottrell <[email protected]>:
> > No dice. Even rebuilt the SRPM on my box and installed that. I made
> > /usr/local/scratch/insight-6.2/ writable by me (non-root), ran the
> "cadmin
> > create insight-i386-6.2", "cadmin info insight-i386-6.2" (no problems),
> > but I still get the Invalid argument...
>
> Hi,
> I can confirm -- I'm also seeing this Invalid argument.
>
> Interestingly enough I'm running current-0.94 on a clean Redhat 7.2 + all
> ERRATA applied. *shrugs*
>
> I had the same problem with 0.93 and 0.91 of the server.
>
> Is there a solution to this as yet??
>
> I'm also running these versions:
> current-0.9.4-1
> stunnel-3.22-1
> python-1.5.2-35
> python-xmlrpc-1.5.1-7.x.3
> openssl-0.9.6b-8
>
> Regards,
>
> Matt.
> _______________________________________________
> Current-server mailing list
> [email protected]
> http://lists.dulug.duke.edu/mailman/listinfo/current-server
>