texlive problems

2008-06-16 Thread Norman Gaywood
I love the fact that F9 is now using texlive instead of tetex. However,
I have found these 3 problems so far:

1. pcatcode.sty is missing. Example:

$ cat t.tex
\documentclass{article}
\usepackage{amsrefs}
\begin{document}
hello
\end{document}

$ latex t.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./t.tex
LaTeX2e <2005/12/01>
   [...snip...]
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/amscls/amsrefs.sty
(/usr/share/texmf/tex/latex/html/url.sty)

! LaTeX Error: File `pcatcode.sty' not found.
   [...snip...]

2. No kdvi program. kdvi used to be in kdegraphics but this no longer
seems to be the case. kdvi works very well with kile. Has this program
been dropped?

3. There seems to be a problem with pdf metapost processing. I haven't
tracked this down fully yet but a collection of metapost and latex files
that process correctly with tetex, produces this:

$ pdflatex premath.tex
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./premath.tex
LaTeX2e <2005/12/01>
   [..snip..]
(/usr/share/texmf/tex/latex/base/article.cls
Document Class: article 2005/09/16 v1.4f Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/size10.clo))
(/usr/share/texmf/tex/latex/ltxmisc/a4wide.sty
(/usr/share/texmf/tex/latex/ntgclass/a4.sty))
(/usr/share/texmf/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf/tex/latex/graphics/graphicx.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/graphics/graphics.sty
(/usr/share/texmf/tex/latex/graphics/trig.sty)
(/usr/share/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf/tex/latex/pdftex-def/pdftex.def))) (./premath.aux)

! Package graphics Error: Cannot convert premath-1.mps from MPS to PDF.
(graphics)The support file `supp-pdf.tex' is missing.


-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

[EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


Re: texlive problems

2008-06-16 Thread Norman Gaywood
Thanks for all the responses. Here is a summary of what I have so far:

On Tue, Jun 17, 2008 at 08:35:41AM +1000, Norman Gaywood wrote:
> 1. pcatcode.sty is missing. Example:
>On Tue, Jun 17, 2008 at 12:11:11AM +0100, Jonathan Underwood wrote:
>> That was removed due to licensing problems - see the texlive review
>> for more details:
>> https://bugzilla.redhat.com/show_bug.cgi?id=229180

Interesting read. That thread seems to indicate that the problem has
been fixed upstream and it was touch and go if the update would make it
to the first release of F9. Seems this problem will go away eventually.

In the meantime I took the suggestion:

On Mon, Jun 16, 2008 at 05:24:06PM -0700, Antonio Olivares wrote:
> What I do here, is I would search for that *.sty file.  Found it here:
> 
> http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/amsrefs/pcatcode.sty

and did something like:
  sudo  mkdir -p /usr/local/share/texmf/tex/latex/amscls/
  cd /usr/local/share/texmf/tex/latex/amscls/
  sudo wget 
http://www.tug.org/texlive/devsrc/Master/texmf-dist/tex/latex/amsrefs/pcatcode.sty
  sudo texhash

and now pcatcode.sty is found.
 
> 2. No kdvi program. kdvi used to be in kdegraphics but this no longer
> seems to be the case. kdvi works very well with kile. Has this program
> been dropped?

Several people noted that kdvi has been replaced by okular in
kedgraphics. That's fine, we can live with that. One of my users
complained that okular does not implement "inverse search". A fix for
that seems to be on the way:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg27436.html

> 3. There seems to be a problem with pdf metapost processing. I haven't
> tracked this down fully yet but a collection of metapost and latex files
> that process correctly with tetex, produces this:
> $ pdflatex premath.tex
 
> ! Package graphics Error: Cannot convert premath-1.mps from MPS to PDF.
> (graphics)The support file `supp-pdf.tex' is missing.

Still no solution for this. However,
On Mon, Jun 16, 2008 at 07:26:30PM -0400, Matthew Saltzman wrote:
> $ rpm -qf `locate supp-pdf`
> texlive-texmf-doc-2007-17.fc9.noarch

locate supp-pdf

finds:

/usr/share/texmf/doc/pdftex/manual/samplepdf/supp-pdf.tex

as part of the texlive-texmf-doc-2007-17.fc9 package. This path is not
searched in normal latex processing.

I'm still playing with this problem.
 
Thanks for your help everyone.
-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

[EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list


installing perl modules on F10

2009-02-05 Thread Norman Gaywood
Hi list,

So whats the recommended way of installing perl modules in Fedora 10?

What we have been doing in the past is to install a perl-* rpm via yum
if one is available for the module we want.

If the module is not available via rpm, we use "perl -MCPAN -e shell" to
install modules.

However, on the systems we recently upgraded to Fedora 10 (from F8), the
perl modules installed via CPAN are no longer in perl's @INC search path.

So I guess we can go through and manually install those lost modules
with CPAN again, but is there a better way?

-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

ngayw...@une.edu.auPhone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: howto join lines

2008-10-01 Thread Norman Gaywood
On Wed, Oct 01, 2008 at 03:55:08PM -0400, Chris Tyler wrote:
> On Wed, 2008-10-01 at 14:40 -0500, Les Mikesell wrote:
> > Patrick O'Callaghan wrote:
> > >
> > >>>> i want to have those lines joined to one line with
> > >>> spaces
> > >>>> Before :
> > >>>>
> > >>>> textone
> > >>>> texttwo
> > >>>> something
> > >>>>
> > >>>> After :
> > >>>>
> > >>>> textone texttwo something
> > >>>>
> > 
> > echo `cat multi_line_file`
> > or
> > echo $(cat multi_line_file`)
> 
> Or to avoid the fork & exec:
> 
> echo $(http://partmaps.org/era/unix/award.html):

xargs < multi_line_file
 
-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

[EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: F10 nfs installs

2008-11-26 Thread Norman Gaywood
I just succeeded in doing and NFS upgrade from F9 to F10. I made a CD
out of Fedora-10-i386-netinst.iso, booted that and at the grub menu:

  - Made sure install/upgrade existing system was selected
  - Hit TAB before the timeout
  - Appended this to the boot command line:
method=nfsiso:servername:/exported/dir/withiso
  - pressed enter

After answering the question about languages, keyboard and which interface
to use, it managed to upgrade my system without further input.

-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

[EMAIL PROTECTED]Phone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Fedora 11/12 kernels as xen domU

2010-01-02 Thread Norman Gaywood
Is anyone having any stability with the fedora kernels running as a Xen
DomU. Dom0 is a Centos 5.4 2.6.18-164.9.1.el5xen kernel.

These fedora kernels seem to lockup (processes get stuck in D state)
whenever put under any load:

kernel-2.6.30.10-105.fc11.x86_64
kernel-2.6.31.6-166.fc12.x86_64
kernel-2.6.31.9-174.fc12.x86_64

Yes, I tried a fedora 11 kernel on a fedora 12 system. This is the most
stable for me.

Here are some bugzilla entries (one posted by me) that point to this
problem:

kernel 2.6.31 processes lock up in D state
https://bugzilla.redhat.com/show_bug.cgi?id=550724

FC12 2.6.31.9-174.fc12.x86_64 hangs under heavy disk I/O
https://bugzilla.redhat.com/show_bug.cgi?id=551552

-- 
Norman Gaywood, Computer Systems Officer
University of New England, Armidale, NSW 2351, Australia

ngayw...@une.edu.auPhone: +61 (0)2 6773 3337
http://mcs.une.edu.au/~normFax:   +61 (0)2 6773 3312

Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines