Re: [midgard] Mirroring

2000-09-19 Thread Eero af Heurlin
> > > > Ssh-keygen2 will create ~/.ssh2 and a pub/priv keypair. > > Transport the private key to the remote host > > The _private_ key? That kind of defeats its purpose. > Um, this is the wrong way around. > > On the remote host: > > create ~/.ssh2 > > save the public key in a file: hostname.

Re: [midgard] newbie startup problems

2000-09-19 Thread David Banning
On Thu, Sep 14, 2000 at 08:16:20AM +0200, Emiliano wrote: > David Banning wrote: > > > > > [Wed Sep 13 16:01:52 2000] [notice] child pid 18085 exit signal > > > > Segmentation fault (11) > > > > > > > > last error again every 2 seconds > > > > > > Oh goodie. Anyway, mod_midgard is the culprit th

Re: [midgard] 1.4b5: another undefined symbol

2000-09-19 Thread Frank Boehme
Frank Boehme wrote: > Cannot load /usr/lib/apache/libphp3.so into server: > /usr/lib/apache/libphp3.so: undefined symbol: > midgard_traverse_filetemplate BTW, when I do: nm /usr/local/lib/libmidgard.so | grep filetemplate then I get: 9190 T midgard_traverse_filetemplate Looks ok? Hmm

[midgard] 1.4b5: another undefined symbol

2000-09-19 Thread Frank Boehme
Now, I am giving it a try... Ok, I compiled 1.4b5 and installed successfully. When apache tries to load php, I get: Cannot load /usr/lib/apache/libphp3.so into server: /usr/lib/apache/libphp3.so: undefined symbol: midgard_traverse_filetemplate But I am damn sure that the new php was linked agai

RE: [midgard] Blobs revivisted; Anyone know how to know blob imagesize?

2000-09-19 Thread Emiliano
Tarjei Huse wrote: > Btw. I suggest that we build inn some fileattribute fields innto the blob / > parameter table. I must admitt I spent the better of some hours trying to > build it into my existing fadmin - withouth manageing to find out where to > start. I think this should be features in Aas

Re: [midgard] Question

2000-09-19 Thread Emiliano
Frank Boehme wrote: > > In what way does that change the startup procedure? Because the error > > message > > doesn't look familiar to me, nor does our code process -D MIDGARD in any > > way. > > AFAICT anyway. > > In SuSE, apache is started from within /sbin/init.d/apache. This checks > for the

Re: [midgard] Question

2000-09-19 Thread Frank Boehme
Emiliano wrote: > In what way does that change the startup procedure? Because the error > message > doesn't look familiar to me, nor does our code process -D MIDGARD in any > way. > AFAICT anyway. In SuSE, apache is started from within /sbin/init.d/apache. This checks for the presence of apache

Re: [midgard] Question

2000-09-19 Thread Emiliano
Ralf Eisinger wrote: > > Hi, > > On 19-Sep-00 Emiliano wrote: > > Wolfgang Reh wrote: > > > >> I have got a problem with running midgard. > >> If I start the Apache Server with the -D MIDGARD option I get this > >> error message: > > > > Why would you start apache like this? > I think Wolfgang h

Re: [midgard] New functionalities of the 1.4beta5

2000-09-19 Thread Emiliano
Erwin LEUBAZ wrote: > > > > -Original Message- > > From: emile [mailto:[EMAIL PROTECTED]] > > Sent: Friday, September 15, 2000 4:19 PM > > To: midgard > > Subject: Re: [midgard] New functionalities of the 1.4beta5 > > > > Now a other question about the use of MySQL with midgard I meet s

Re: [midgard] Mirroring

2000-09-19 Thread Emiliano
Armand Verstappen wrote: > > ssh{1,2} -i private-key-file -l midgard midgard.mi-recordz.com > > to see if you can log in. You should see no password prompt. > > Ssh1 worked right away, ssh2 took some intervention. Here is how it > works. > > Ssh-keygen2 will create ~/.ssh2 and a pub/priv keypai

Re: [midgard] Mirroring

2000-09-19 Thread parker
> - what ever happened to repligard, I thought that was supposed to solve this > one = it sounded nicer in theory than the mysql replication I think Alexander is working on it now. David is on Asgard. > anyway good luck, I'll see If I get time to look at mirroring here... - I'm > too bu

Re: [midgard] Mirroring

2000-09-19 Thread Emiliano
Alan Knowles wrote: > > Emiliano <[EMAIL PROTECTED]> said: > > > Then there's the issue of fetching the database. We can use MySQL > > replication although I've never worked with this; experiences/comments > > welcome. Other options are dumping the database and either the mirrors > > pulling it

Re: [midgard] Mirroring

2000-09-19 Thread Alan Knowles
Emiliano <[EMAIL PROTECTED]> said: > Then there's the issue of fetching the database. We can use MySQL > replication although I've never worked with this; experiences/comments > welcome. Other options are dumping the database and either the mirrors > pulling it in or the master pushing them out

[midgard] Offer for Server-Hosting with Midgard-System installed

2000-09-19 Thread Christoph Büchel
Hello, are there any providers offering servers with the Midgard-System already installed? Thx, Christoph -- This is The Midgard Project's mailing list. For more information, please visit the project's web site at http://www.midgard-project.org To unsubscribe the list, send an empty email mes

Re: [midgard] 1.4beta5b

2000-09-19 Thread David Guerizec
> I just tried this (with a page record I now realize). I got the expected > failure or success depending on who I was logged in as. This is what I > did: > > $page->title=time(); >echo "Update "; >if ($page->update()) { echo "OK"; } else {echo "failed"; } >echo ""; >$page = m

Re: [midgard] 1.4beta5b

2000-09-19 Thread Emiliano
Frank Boehme wrote: > > Emiliano wrote: > > > > For me, the OO methods (such as $article->update() and friends) are not > > > working (they don't do anything and return true). Has that been fixed? > > > > I don't remember this being fixed specifically. Does the equivalent > > mgd_update_article

Re: [midgard] Mirroring

2000-09-19 Thread Armand Verstappen
> I don't know really. I've used ssh1 so far. Your keys > have been added, so you can try > ssh{1,2} -i private-key-file -l midgard midgard.mi-recordz.com > to see if you can log in. You should see no password prompt. Ssh1 worked right away, ssh2 took some intervention. Here is how it works. S

Re: [midgard] Mirroring

2000-09-19 Thread Emiliano
Armand Verstappen wrote: > Would that be ssh1 or ssh2? I'll get you both: I don't know really. I've used ssh1 so far. Your keys have been added, so you can try ssh{1,2} -i private-key-file -l midgard midgard.mi-recordz.com to see if you can log in. You should see no password prompt. > So the s

Re: [midgard] Mirroring

2000-09-19 Thread Armand Verstappen
Hi, > Set up your mailserver to accept mail for the midgard-project.org domain > and relay it to midgard.mi-recordz.com. I'll then add you as MXen for > the domain. Done. > Set up a user 'midgard' on your system with home directory > /home/midgard. Done. > There will be 3 (groups of) files th

[midgard] Mirroring

2000-09-19 Thread Emiliano
Hi all, I'm finalizing the mirroring scripts. There are a number of things mirror maintainers can do in advance: Set up your mailserver to accept mail for the midgard-project.org domain and relay it to midgard.mi-recordz.com. I'll then add you as MXen for the domain. Set up a user 'midgard' on

Re: [midgard] free BSD - ldconfig

2000-09-19 Thread Emiliano
stelios issaias wrote: > I am compiling Midgard on freeBSD > > Does anybody know the syntax of the ldconfig command for it compared to the > syntax in Mandrake or RedHat ldconfig -m /path/to/add running ldconfig without parameters will cheerfully yet queitly clear the ld database. Not speakin

[midgard] free BSD - ldconfig

2000-09-19 Thread stelios issaias
Hi guys I am compiling Midgard on freeBSD Does anybody know the syntax of the ldconfig command for it compared to the syntax in Mandrake or RedHat ldconfig -p does not exist in freeBSD and instead of using ld.so.conf it uses aout or elf Any help would be appreciated. Thanks -- This is The

Re: [midgard] Question

2000-09-19 Thread Ralf Eisinger
Hi, On 19-Sep-00 Emiliano wrote: > Wolfgang Reh wrote: > >> I have got a problem with running midgard. >> If I start the Apache Server with the -D MIDGARD option I get this >> error message: > > Why would you start apache like this? I think Wolfgang has a SuSe distribution. SuSE shipped there

Re: [midgard] Question

2000-09-19 Thread Emiliano
Wolfgang Reh wrote: > I have got a problem with running midgard. > If I start the Apache Server with the -D MIDGARD option I get this > error message: Why would you start apache like this? Emile -- This is The Midgard Project's mailing list. For more information, please visit the project's we

Re: [midgard] Problems with beta5b

2000-09-19 Thread Emiliano
Fred Hirsch wrote: > nclude/apache -I/usr/include -DHAVE_MANDRAKE=1 -DHAVE_LIBMIDGARD=1 -DHAVE_MI > DGARD_INIT=1 -DHAVE_MIDGARD_PARSER=1 -DHAVE_MIDGARD_H=1 -c mod_midgard.c > mod_midgard.c: In function `midgard_find_pathelement': > mod_midgard.c:711: structure has no member named `page' > mod_mi