PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Accessing berkely database files
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Accessing berkely database files

Réponse
 
LinkBack Outils de la discussion
Vieux 30/03/2007, 14h10   #1
Micha Feigin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Accessing berkely database files

Is there any program available for linux (preferably packaged for debian), that
would allow me to examine the contents of berkely database files? (I think that
they are version 3)

Thanks


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 30/03/2007, 14h20   #2
Kevin Mark
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Accessing berkely database files

On Fri, Mar 30, 2007 at 04:04:53PM +0300, Micha Feigin wrote:
> Is there any program available for linux (preferably packaged for debian), that
> would allow me to examine the contents of berkely database files? (I think that
> they are version 3)
>

with a text interface, a fb interface, with a gnome interface, with a
perl library, python libraray, ....
--
| .''`. == Debian GNU/Linux == | my web site: |
| : :' : The Universal |mysite.verizon.net/kevin.mark/|
| `. `' Operating System | go to counter.li.org and |
| `- http://www.debian.org/ | be counted! #238656 |
| my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
|join the new debian-community.org to Debian! |
|_______ Unless I ask to be CCd, assume I am subscribed _______|

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGDQxqv8UcC1qRZVMRApltAJ9Z2C4rMtoojC2u6eiDDt lSAyouHgCfZuUY
WHxgpPw28Ba82CQZNH3tDW0=
=K/D4
-----END PGP SIGNATURE-----

  Réponse avec citation
Vieux 02/04/2007, 00h00   #3
s. keeling
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Accessing berkely database files

Micha Feigin <michf@post.tau.ac.il>:
> Is there any program available for linux (preferably packaged for
> debian), that would allow me to examine the contents of berkely
> database files? (I think that they are version 3)


Version 3?!? Perhaps I'm comparing apples and oranges (BDB vs. Btree?)[0],
but bogofilter here uses BDB "Btree, version 8", which
sounds to me like you're researching ancient history. However, bf
also supplies bogoutil, which can dump (export) its BDB. bogoutil is:

ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
GNU/Linux 2.2.0, dynamically linked (uses shared libs), stripped

so perhaps you can learn its secrets from the code. I see there's
also libberkeleydb-perl if you're perl friendly.

This is on Sarge.


[0] Ah, sorry, digging a bit deeper (/usr/share/doc/bogofilter/README.db)
mentions:

Sleepycat Software: Berkeley DB 3.1.17: (July 31, 2000)
Sleepycat Software: Berkeley DB 3.2.9: (January 24, 2001)
Sleepycat Software: Berkeley DB 3.3.11: (July 12, 2001)
Sleepycat Software: Berkeley DB 4.0.14: (November 18, 2001)
Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
Sleepycat Software: Berkeley DB 4.3.27: (December 22, 2004)

so perhaps not quite as ancient as I thought.


--
Any technology distinguishable from magic is insufficiently advanced.
(*) http://www.spots.ab.ca/~keeling Linux Counter #80292
- - http://www.faqs.org/rfcs/rfc1855.html Please, don't Cc: me.
Spammers! http://www.spots.ab.ca/~keeling/emails.html


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/04/2007, 01h10   #4
Micha Feigin
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Accessing berkely database files

On Sun, 01 Apr 2007 22:39:14 GMT
"s. keeling" <keeling@spots.ab.ca> wrote:

> Micha Feigin <michf@post.tau.ac.il>:
> > Is there any program available for linux (preferably packaged for
> > debian), that would allow me to examine the contents of berkely
> > database files? (I think that they are version 3)

>
> Version 3?!? Perhaps I'm comparing apples and oranges (BDB vs. Btree?)[0],
> but bogofilter here uses BDB "Btree, version 8", which
> sounds to me like you're researching ancient history. However, bf
> also supplies bogoutil, which can dump (export) its BDB. bogoutil is:
>


It is very ancient history (data from some old vetrinary clinic program which
is no longer supported but still in use by a friend but causing some problems
and I'm trying to read the files to be less blind about this.

Turns out that it's a borland paradox database though, just as old I'm afraid.

Managed to dump parts of it and now I need to figure out why window messes up
and whether it will run on wine so that she can bypass windows alltogether.

> ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for
> GNU/Linux 2.2.0, dynamically linked (uses shared libs), stripped
>
> so perhaps you can learn its secrets from the code. I see there's
> also libberkeleydb-perl if you're perl friendly.
>
> This is on Sarge.
>
>
> [0] Ah, sorry, digging a bit deeper (/usr/share/doc/bogofilter/README.db)
> mentions:
>
> Sleepycat Software: Berkeley DB 3.1.17: (July 31, 2000)
> Sleepycat Software: Berkeley DB 3.2.9: (January 24, 2001)
> Sleepycat Software: Berkeley DB 3.3.11: (July 12, 2001)
> Sleepycat Software: Berkeley DB 4.0.14: (November 18, 2001)
> Sleepycat Software: Berkeley DB 4.1.25: (December 19, 2002)
> Sleepycat Software: Berkeley DB 4.2.52: (December 3, 2003)
> Sleepycat Software: Berkeley DB 4.3.27: (December 22, 2004)
>
> so perhaps not quite as ancient as I thought.
>
>



--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 02/04/2007, 02h20   #5
Ron Johnson
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Accessing berkely database files

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 04/01/07 19:02, Micha Feigin wrote:
> On Sun, 01 Apr 2007 22:39:14 GMT
> "s. keeling" <keeling@spots.ab.ca> wrote:
>
>> Micha Feigin <michf@post.tau.ac.il>:
>>> Is there any program available for linux (preferably packaged for
>>> debian), that would allow me to examine the contents of berkely
>>> database files? (I think that they are version 3)

>> Version 3?!? Perhaps I'm comparing apples and oranges (BDB vs. Btree?)[0],
>> but bogofilter here uses BDB "Btree, version 8", which
>> sounds to me like you're researching ancient history. However, bf
>> also supplies bogoutil, which can dump (export) its BDB. bogoutil is:
>>

>
> It is very ancient history (data from some old vetrinary clinic program which
> is no longer supported but still in use by a friend but causing some problems
> and I'm trying to read the files to be less blind about this.
>
> Turns out that it's a borland paradox database though, just as old I'm afraid.
>
> Managed to dump parts of it and now I need to figure out why window messes up
> and whether it will run on wine so that she can bypass windows alltogether.


This is a link from the Paradox Wikipedia page to a conversion tool
written in C:
http://jan.kneschke.de/projects/pxtools/

- --
Ron Johnson, Jr.
Jefferson LA USA

Give a man a fish, and he eats for a day.
Hit him with a fish, and he goes away for good!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGEFmTS9HxQb37XmcRAs3gAJ9MGBNM+LoEngfsyEN8QR GcIOJucACeIlcu
HJ8FiNtvN5MtOlhznaX+NJc=
=8iWD
-----END PGP SIGNATURE-----


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 16h33.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,42945 seconds with 13 queries