Re: lyxauto file in tmpdir

2009-05-12 Thread Wolfgang Engelmann
Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
...
  I have started to remove the offending references from the bibfile and
  collect it in another one which is not in the bibfile list of the
  references. Lyx still chokes on it, unless I stop lyx and restart it
  again.

 Seems like old auxiliary (aux, bbl, ...) files might be to blame. Does
where could they be?
 closing the document and reopening help?
no, I have to close lyx and restart it


 You can also have a look at the tmp dir.
nothing in it related to my document

in .lyx/cache are many files of this kind
4134600856-pdf  (-, not dot!)
and
   -ppm
what is it for? Are they removed after a while? removable without bad 
consequences?


  Now I even get in one case the same error of a reference which
  is not in the bibfile and after having restarted Lyx.

 This one is strange.

 If the reference is not in the *.bib file, so how should it be solved?

my strategy is to get for the time being rid of all offending references and 
once the document works to add one after the other. 


  It looks like there is some kind of memory, and I found
 
  lyxauto.Gw6002 in my

 ...

  #So my questions are:
  #what is the function of
  #lyxauto.Gw6002 in my
  #/tmp/lyx_tmpdir.TJ3322 directory?

 Can't say.

  #Could there be some size limit for large documents with many references?

 No.

  Which reminds me to ask for the best way to run 1.5.6 or 7
  parallel to 1.6.3.

 If you are home-compiling, specify a version-suffix in the ./configure
 step, e.g.:

  * Configuration/Automake:

Vorkonfiguration mit `autogen.sh`

Ohne debug-symbole, mit suffix (lyx - lyx16)::

 ./configure --with-version-suffix=16 --enable-build-type=release
Can I do it somehow also by using a debian package? 
As a reminder: I have 1.6.3(svn) running and would like to have parallel to it 
a 1.5.6 or 7, to get my document done. 

Thanks, Günther

Wolfgang


Re: lyxauto file in tmpdir

2009-05-12 Thread Wolfgang Engelmann
Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
 On 2009-05-11, Wolfgang Engelmann wrote:
...

 Seems like old auxiliary (aux, bbl, ...) files might be to blame.

to add:
I checked my home and all root files, there are no relevant aux- and bbl 
files. I guess they disappear after closing down lyx (but not after closing 
down the lyx file - have to test it)

Wolfgang


Re: lyxauto file in tmpdir

2009-05-12 Thread Guenter Milde
On 2009-05-12, Wolfgang Engelmann wrote:
 Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
 ...
  I have started to remove the offending references from the bibfile and
  collect it in another one which is not in the bibfile list of the
  references. Lyx still chokes on it, unless I stop lyx and restart it
  again.

 Seems like old auxiliary (aux, bbl, ...) files might be to blame.
 where could they be?

Alongside

  #lyxauto.Gw6002 in my
  #/tmp/lyx_tmpdir.TJ3322 directory?

(of course the extension varies) in a subdir called lyx_tmpbuf*,
with * a running number.

 You can also have a look at the tmp dir.
 nothing in it related to my document

It contains these files here. Please look again (after opening LyX and
compiling a document).


 in .lyx/cache are many files of this kind
 4134600856-pdf  (-, not dot!)
 and
-ppm
 what is it for? 

Caching auto-converted files (e.g. images).

 Are they removed after a while? removable without bad consequences?

Yes, Yes.



  Which reminds me to ask for the best way to run 1.5.6 or 7
  parallel to 1.6.3.

 If you are home-compiling, specify a version-suffix in the ./configure
 step, e.g.:

  * Configuration/Automake:

Vorkonfiguration mit `autogen.sh`

Ohne debug-symbole, mit suffix (lyx - lyx16)::

 ./configure --with-version-suffix=16 --enable-build-type=release
 Can I do it somehow also by using a debian package?  As a reminder: I
 have 1.6.3(svn) running and would like to have parallel to it a 1.5.6
 or 7, to get my document done. 

I remember there was something like ...-alternatives in Debian but
cannot help with details.


Günter



Re: lyxauto file in tmpdir

2009-05-12 Thread Wolfgang Engelmann
Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
...
  I have started to remove the offending references from the bibfile and
  collect it in another one which is not in the bibfile list of the
  references. Lyx still chokes on it, unless I stop lyx and restart it
  again.

 Seems like old auxiliary (aux, bbl, ...) files might be to blame. Does
where could they be?
 closing the document and reopening help?
no, I have to close lyx and restart it


 You can also have a look at the tmp dir.
nothing in it related to my document

in .lyx/cache are many files of this kind
4134600856-pdf  (-, not dot!)
and
   -ppm
what is it for? Are they removed after a while? removable without bad 
consequences?


  Now I even get in one case the same error of a reference which
  is not in the bibfile and after having restarted Lyx.

 This one is strange.

 If the reference is not in the *.bib file, so how should it be solved?

my strategy is to get for the time being rid of all offending references and 
once the document works to add one after the other. 


  It looks like there is some kind of memory, and I found
 
  lyxauto.Gw6002 in my

 ...

  #So my questions are:
  #what is the function of
  #lyxauto.Gw6002 in my
  #/tmp/lyx_tmpdir.TJ3322 directory?

 Can't say.

  #Could there be some size limit for large documents with many references?

 No.

  Which reminds me to ask for the best way to run 1.5.6 or 7
  parallel to 1.6.3.

 If you are home-compiling, specify a version-suffix in the ./configure
 step, e.g.:

  * Configuration/Automake:

Vorkonfiguration mit `autogen.sh`

Ohne debug-symbole, mit suffix (lyx - lyx16)::

 ./configure --with-version-suffix=16 --enable-build-type=release
Can I do it somehow also by using a debian package? 
As a reminder: I have 1.6.3(svn) running and would like to have parallel to it 
a 1.5.6 or 7, to get my document done. 

Thanks, Günther

Wolfgang


Re: lyxauto file in tmpdir

2009-05-12 Thread Wolfgang Engelmann
Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
 On 2009-05-11, Wolfgang Engelmann wrote:
...

 Seems like old auxiliary (aux, bbl, ...) files might be to blame.

to add:
I checked my home and all root files, there are no relevant aux- and bbl 
files. I guess they disappear after closing down lyx (but not after closing 
down the lyx file - have to test it)

Wolfgang


Re: lyxauto file in tmpdir

2009-05-12 Thread Guenter Milde
On 2009-05-12, Wolfgang Engelmann wrote:
 Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
 ...
  I have started to remove the offending references from the bibfile and
  collect it in another one which is not in the bibfile list of the
  references. Lyx still chokes on it, unless I stop lyx and restart it
  again.

 Seems like old auxiliary (aux, bbl, ...) files might be to blame.
 where could they be?

Alongside

  #lyxauto.Gw6002 in my
  #/tmp/lyx_tmpdir.TJ3322 directory?

(of course the extension varies) in a subdir called lyx_tmpbuf*,
with * a running number.

 You can also have a look at the tmp dir.
 nothing in it related to my document

It contains these files here. Please look again (after opening LyX and
compiling a document).


 in .lyx/cache are many files of this kind
 4134600856-pdf  (-, not dot!)
 and
-ppm
 what is it for? 

Caching auto-converted files (e.g. images).

 Are they removed after a while? removable without bad consequences?

Yes, Yes.



  Which reminds me to ask for the best way to run 1.5.6 or 7
  parallel to 1.6.3.

 If you are home-compiling, specify a version-suffix in the ./configure
 step, e.g.:

  * Configuration/Automake:

Vorkonfiguration mit `autogen.sh`

Ohne debug-symbole, mit suffix (lyx - lyx16)::

 ./configure --with-version-suffix=16 --enable-build-type=release
 Can I do it somehow also by using a debian package?  As a reminder: I
 have 1.6.3(svn) running and would like to have parallel to it a 1.5.6
 or 7, to get my document done. 

I remember there was something like ...-alternatives in Debian but
cannot help with details.


Günter



Re: lyxauto file in tmpdir

2009-05-12 Thread Wolfgang Engelmann
Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
...
> > I have started to remove the offending references from the bibfile and
> > collect it in another one which is not in the bibfile list of the
> > references. Lyx still chokes on it, unless I stop lyx and restart it
> > again.
>
> Seems like old auxiliary (aux, bbl, ...) files might be to blame. Does
where could they be?
> closing the document and reopening help?
no, I have to close lyx and restart it

>
> You can also have a look at the "tmp dir".
nothing in it related to my document

in .lyx/cache are many files of this kind
4134600856-pdf  (-, not dot!)
and
   -ppm
what is it for? Are they removed after a while? removable without bad 
consequences?

>
> > Now I even get in one case the same error of a reference which
> > is not in the bibfile and after having restarted Lyx.
>
> This one is strange.
>
> If the reference is not in the *.bib file, so how should it be solved?

my strategy is to get for the time being rid of all offending references and 
once the document works to add one after the other. 

>
> > It looks like there is some kind of memory, and I found
> >
> > lyxauto.Gw6002 in my
>
> ...
>
> > #So my questions are:
> > #what is the function of
> > #lyxauto.Gw6002 in my
> > #/tmp/lyx_tmpdir.TJ3322 directory?
>
> Can't say.
>
> > #Could there be some size limit for large documents with many references?
>
> No.
>
> > Which reminds me to ask for the best way to run 1.5.6 or 7
> > parallel to 1.6.3.
>
> If you are home-compiling, specify a version-suffix in the ./configure
> step, e.g.:
>
>  * Configuration/Automake:
>
>Vorkonfiguration mit `autogen.sh`
>
>Ohne debug-symbole, mit suffix (lyx -> lyx16)::
>
> ./configure --with-version-suffix=16 --enable-build-type=release
Can I do it somehow also by using a debian package? 
As a reminder: I have 1.6.3(svn) running and would like to have parallel to it 
a 1.5.6 or 7, to get my document done. 

Thanks, Günther

Wolfgang


Re: lyxauto file in tmpdir

2009-05-12 Thread Wolfgang Engelmann
Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
> On 2009-05-11, Wolfgang Engelmann wrote:
...
>
> Seems like old auxiliary (aux, bbl, ...) files might be to blame.

to add:
I checked my home and all root files, there are no relevant aux- and bbl 
files. I guess they disappear after closing down lyx (but not after closing 
down the lyx file - have to test it)

Wolfgang


Re: lyxauto file in tmpdir

2009-05-12 Thread Guenter Milde
On 2009-05-12, Wolfgang Engelmann wrote:
> Am Monday 11 May 2009 20:32:39 schrieb Guenter Milde:
> ...
>> > I have started to remove the offending references from the bibfile and
>> > collect it in another one which is not in the bibfile list of the
>> > references. Lyx still chokes on it, unless I stop lyx and restart it
>> > again.

>> Seems like old auxiliary (aux, bbl, ...) files might be to blame.
> where could they be?

Alongside

>> > #lyxauto.Gw6002 in my
>> > #/tmp/lyx_tmpdir.TJ3322 directory?

(of course the extension varies) in a subdir called lyx_tmpbuf*,
with * a running number.

>> You can also have a look at the "tmp dir".
> nothing in it related to my document

It contains these files here. Please look again (after opening LyX and
compiling a document).


> in .lyx/cache are many files of this kind
> 4134600856-pdf  (-, not dot!)
> and
>-ppm
> what is it for? 

Caching auto-converted files (e.g. images).

> Are they removed after a while? removable without bad consequences?

Yes, Yes.



>> > Which reminds me to ask for the best way to run 1.5.6 or 7
>> > parallel to 1.6.3.

>> If you are home-compiling, specify a version-suffix in the ./configure
>> step, e.g.:

>>  * Configuration/Automake:

>>Vorkonfiguration mit `autogen.sh`

>>Ohne debug-symbole, mit suffix (lyx -> lyx16)::

>> ./configure --with-version-suffix=16 --enable-build-type=release
> Can I do it somehow also by using a debian package?  As a reminder: I
> have 1.6.3(svn) running and would like to have parallel to it a 1.5.6
> or 7, to get my document done. 

I remember there was something like "...-alternatives" in Debian but
cannot help with details.


Günter



lyxauto file in tmpdir

2009-05-11 Thread Wolfgang Engelmann
I am still hunting for the BIG ERROR. 
as a reminder, I can't get the pdf file of a large document.

I have gone in a texteditor through all the references in the bib file, and 
corrected any non-iso-8859-1 character. 

I have started to remove the offending references from the bibfile and collect 
it in another one which is not in the bibfile list of the references. Lyx 
still chokes on it, unless I stop lyx and restart it again. Now I even get in 
one case the same error of a reference which is not in the bibfile and after 
having restarted Lyx. 

It looks like there is some kind of memory, and I found 

lyxauto.Gw6002 in my
/tmp/lyx_tmpdir.TJ3322 directory

 I renamed it into lyxauto.lyx and ran it. It shows a part of the first 
chapter of my document and trying to output the pdf it gives many

insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!.

I renamed this file and ran again my document. 

But I am still having difficulties (it chokes literally at all references in 
the last sections of the last chapter I am trying (13 of 20 chapters). 

#So my questions are:
#what is the function of 
#lyxauto.Gw6002 in my
#/tmp/lyx_tmpdir.TJ3322 directory?

#Could there be some size limit for large documents with many references?

Sorry for bothering you, but lyx used to be reliable even for large documents. 
Which reminds me to ask for the best way to run 1.5.6 or 7 parallel to 1.6.3. 
I liked the new features of the 1.6.X, especially the easy way to find 
references and notes in the text, but if it is not functioning properly its 
useless for my document.

Wolfgang


Re: lyxauto file in tmpdir

2009-05-11 Thread Guenter Milde
On 2009-05-11, Wolfgang Engelmann wrote:
 as a reminder, I can't get the pdf file of a large document.

 I have gone in a texteditor through all the references in the bib file, and 
 corrected any non-iso-8859-1 character. 

Fine.

 I have started to remove the offending references from the bibfile and
 collect it in another one which is not in the bibfile list of the
 references. Lyx still chokes on it, unless I stop lyx and restart it
 again. 

Seems like old auxiliary (aux, bbl, ...) files might be to blame. Does
closing the document and reopening help?

You can also have a look at the tmp dir.

 Now I even get in one case the same error of a reference which
 is not in the bibfile and after having restarted Lyx. 

This one is strange. 

If the reference is not in the *.bib file, so how should it be solved?

 It looks like there is some kind of memory, and I found 

 lyxauto.Gw6002 in my
...
 #So my questions are:
 #what is the function of 
 #lyxauto.Gw6002 in my
 #/tmp/lyx_tmpdir.TJ3322 directory?

Can't say.

 #Could there be some size limit for large documents with many references?

No.

 Which reminds me to ask for the best way to run 1.5.6 or 7
 parallel to 1.6.3.  

If you are home-compiling, specify a version-suffix in the ./configure
step, e.g.:

 * Configuration/Automake:
 
   Vorkonfiguration mit `autogen.sh`
   
   Ohne debug-symbole, mit suffix (lyx - lyx16)::
   
./configure --with-version-suffix=16 --enable-build-type=release 


Günter



lyxauto file in tmpdir

2009-05-11 Thread Wolfgang Engelmann
I am still hunting for the BIG ERROR. 
as a reminder, I can't get the pdf file of a large document.

I have gone in a texteditor through all the references in the bib file, and 
corrected any non-iso-8859-1 character. 

I have started to remove the offending references from the bibfile and collect 
it in another one which is not in the bibfile list of the references. Lyx 
still chokes on it, unless I stop lyx and restart it again. Now I even get in 
one case the same error of a reference which is not in the bibfile and after 
having restarted Lyx. 

It looks like there is some kind of memory, and I found 

lyxauto.Gw6002 in my
/tmp/lyx_tmpdir.TJ3322 directory

 I renamed it into lyxauto.lyx and ran it. It shows a part of the first 
chapter of my document and trying to output the pdf it gives many

insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!.

I renamed this file and ran again my document. 

But I am still having difficulties (it chokes literally at all references in 
the last sections of the last chapter I am trying (13 of 20 chapters). 

#So my questions are:
#what is the function of 
#lyxauto.Gw6002 in my
#/tmp/lyx_tmpdir.TJ3322 directory?

#Could there be some size limit for large documents with many references?

Sorry for bothering you, but lyx used to be reliable even for large documents. 
Which reminds me to ask for the best way to run 1.5.6 or 7 parallel to 1.6.3. 
I liked the new features of the 1.6.X, especially the easy way to find 
references and notes in the text, but if it is not functioning properly its 
useless for my document.

Wolfgang


Re: lyxauto file in tmpdir

2009-05-11 Thread Guenter Milde
On 2009-05-11, Wolfgang Engelmann wrote:
 as a reminder, I can't get the pdf file of a large document.

 I have gone in a texteditor through all the references in the bib file, and 
 corrected any non-iso-8859-1 character. 

Fine.

 I have started to remove the offending references from the bibfile and
 collect it in another one which is not in the bibfile list of the
 references. Lyx still chokes on it, unless I stop lyx and restart it
 again. 

Seems like old auxiliary (aux, bbl, ...) files might be to blame. Does
closing the document and reopening help?

You can also have a look at the tmp dir.

 Now I even get in one case the same error of a reference which
 is not in the bibfile and after having restarted Lyx. 

This one is strange. 

If the reference is not in the *.bib file, so how should it be solved?

 It looks like there is some kind of memory, and I found 

 lyxauto.Gw6002 in my
...
 #So my questions are:
 #what is the function of 
 #lyxauto.Gw6002 in my
 #/tmp/lyx_tmpdir.TJ3322 directory?

Can't say.

 #Could there be some size limit for large documents with many references?

No.

 Which reminds me to ask for the best way to run 1.5.6 or 7
 parallel to 1.6.3.  

If you are home-compiling, specify a version-suffix in the ./configure
step, e.g.:

 * Configuration/Automake:
 
   Vorkonfiguration mit `autogen.sh`
   
   Ohne debug-symbole, mit suffix (lyx - lyx16)::
   
./configure --with-version-suffix=16 --enable-build-type=release 


Günter



lyxauto file in tmpdir

2009-05-11 Thread Wolfgang Engelmann
I am still hunting for the BIG ERROR. 
as a reminder, I can't get the pdf file of a large document.

I have gone in a texteditor through all the references in the bib file, and 
corrected any non-iso-8859-1 character. 

I have started to remove the offending references from the bibfile and collect 
it in another one which is not in the bibfile list of the references. Lyx 
still chokes on it, unless I stop lyx and restart it again. Now I even get in 
one case the same error of a reference which is not in the bibfile and after 
having restarted Lyx. 

It looks like there is some kind of memory, and I found 

lyxauto.Gw6002 in my
/tmp/lyx_tmpdir.TJ3322 directory

 I renamed it into lyxauto.lyx and ran it. It shows a part of the first 
chapter of my document and trying to output the pdf it gives many

insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!
insets/InsetBibtex.cpp(420): Couldn't find dbook11042008 in 
InsetBibtex::getBibFiles()!.

I renamed this file and ran again my document. 

But I am still having difficulties (it chokes literally at all references in 
the last sections of the last chapter I am trying (13 of 20 chapters). 

#So my questions are:
#what is the function of 
#lyxauto.Gw6002 in my
#/tmp/lyx_tmpdir.TJ3322 directory?

#Could there be some size limit for large documents with many references?

Sorry for bothering you, but lyx used to be reliable even for large documents. 
Which reminds me to ask for the best way to run 1.5.6 or 7 parallel to 1.6.3. 
I liked the new features of the 1.6.X, especially the easy way to find 
references and notes in the text, but if it is not functioning properly its 
useless for my document.

Wolfgang


Re: lyxauto file in tmpdir

2009-05-11 Thread Guenter Milde
On 2009-05-11, Wolfgang Engelmann wrote:
> as a reminder, I can't get the pdf file of a large document.

> I have gone in a texteditor through all the references in the bib file, and 
> corrected any non-iso-8859-1 character. 

Fine.

> I have started to remove the offending references from the bibfile and
> collect it in another one which is not in the bibfile list of the
> references. Lyx still chokes on it, unless I stop lyx and restart it
> again. 

Seems like old auxiliary (aux, bbl, ...) files might be to blame. Does
closing the document and reopening help?

You can also have a look at the "tmp dir".

> Now I even get in one case the same error of a reference which
> is not in the bibfile and after having restarted Lyx. 

This one is strange. 

If the reference is not in the *.bib file, so how should it be solved?

> It looks like there is some kind of memory, and I found 

> lyxauto.Gw6002 in my
...
> #So my questions are:
> #what is the function of 
> #lyxauto.Gw6002 in my
> #/tmp/lyx_tmpdir.TJ3322 directory?

Can't say.

> #Could there be some size limit for large documents with many references?

No.

> Which reminds me to ask for the best way to run 1.5.6 or 7
> parallel to 1.6.3.  

If you are home-compiling, specify a version-suffix in the ./configure
step, e.g.:

 * Configuration/Automake:
 
   Vorkonfiguration mit `autogen.sh`
   
   Ohne debug-symbole, mit suffix (lyx -> lyx16)::
   
./configure --with-version-suffix=16 --enable-build-type=release 


Günter