Re: native xpdf vs static xpdf for linux (couldn't create a font for...)

2004-06-12 Thread Paulius Bulotas
Hello ;)

On 04 06 12, Jonathan Chen wrote:
 You need to install ghostscript fonts for it to display properly.
 Easiest way to do this is to install print/ghostscript.
 I've asked the xpdf maintainer to put in a note about this, but it's been
 ignored...

I forgot to mention, that I had ~/.xpdfrc with mappings to Ghostscript
fonts (which I installed by hand ;), which was mentioned in Problems
section at foolabs. But this doesn't help ;(

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: native xpdf vs static xpdf for linux (couldn't create a font for...)

2004-06-12 Thread Paulius Bulotas
Hello,

On 04 06 12, horio shoichi wrote:
 What is your /usr/X11R6/etc/xpdfrc like ?
 
 It seems a lot of lines necessary for font handling are commented out
 in default install.

well, /usr/X11R6/etc/xpdfrc is almost commented out, I copied it to
~/.xpdfrc, but option 'displayFontX' is not supported anymore, and it
looks that it could help (of course how do I know since it doesn't work
;)

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


native xpdf vs static xpdf for linux (couldn't create a font for...)

2004-06-11 Thread Paulius Bulotas
Hello,

I would like to use native xpdf (compiled from ports) for viewing pdf
files, but it's almost impossible,, since for many pdf's it can't find
used fonts and of course doesn't show any text.
The question would be, why? ;)
BTW, statically linked xpdf for linux which I downloaded from foolabs.com
(ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.00-linux.tar.gz) shows everything.

Everything looks like:
$ xpdf ~/sample.pdf
Error: Couldn't create a font for 'BA+TimesNewRomanPSMT'
$ ~/tmp/xpdf-3.00-linux/xpdf ~/sample.pdf
$

I've put this pdf (generated with StarOffice) at:
http://devnull.lt/files/sample.pdf

$ ldd `which xpdf`
/usr/X11R6/bin/xpdf:
   libt1.so.5 = /usr/local/lib/libt1.so.5 (0x28123000)
   libfreetype.so.9 = /usr/local/lib/libfreetype.so.9 (0x28173000)
   libXm.so.3 = /usr/X11R6/lib/libXm.so.3 (0x281df000)
   libXt.so.6 = /usr/X11R6/lib/libXt.so.6 (0x28429000)
   libXp.so.6 = /usr/X11R6/lib/libXp.so.6 (0x2847a000)
   libXext.so.6 = /usr/X11R6/lib/libXext.so.6 (0x28482000)
   libXpm.so.4 = /usr/X11R6/lib/libXpm.so.4 (0x28491000)
   libSM.so.6 = /usr/X11R6/lib/libSM.so.6 (0x284a)
   libICE.so.6 = /usr/X11R6/lib/libICE.so.6 (0x284a9000)
   libX11.so.6 = /usr/X11R6/lib/libX11.so.6 (0x284c)
   libstdc++.so.4 = /usr/lib/libstdc++.so.4 (0x28588000)
   libm.so.2 = /lib/libm.so.2 (0x28644000)
   libc.so.5 = /lib/libc.so.5 (0x2865d000)
   libz.so.2 = /lib/libz.so.2 (0x2873e000)
   libXau.so.0 = /usr/X11R6/lib/libXau.so.0 (0x2874c000)

I'm running 5.2-CURRENT, if this means something ;)

TIA
Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cvsup not honouring refuse

2004-02-14 Thread Paulius Bulotas
Hello list,

I noticed, that if I create refuse file (/usr/sup/refuse) and do:
# cvsup -L 0 ~/supfiles/ports
it ignores my refuse file. As I remember, this used to work.
I'm using 5.2-CURRENT, and refuse file looks like:
arabic
astro
benchmarks
...

ports supfile is:
*default host=cvsup.lt.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix
*default compress

ports-all

and I'm using cvsup-without-gui-16.1h installed as binary package.

TIA
Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: urgent: how to downgrade php4.3.3rc2

2003-08-12 Thread Paulius Bulotas
Hi,

On 03 08 08, K Anderson wrote:
 It's a shame that nobody has thought to add the release candidates as a 
 separate port so that if this sort of problem arises things can be 
 rectified. Of course they might argue, that's what backing up your 
 system is all about. Or don't do RC unless you investigate its pitfalls 
 first.

Learn how to use CVS:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html

Or see here:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/www/mod_php4/?only_with_tag=RELEASE_5_1_0
and use Download this directory in tarball.

Paulius
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


4.6 upgrade to 4.6-p6 failure

2003-01-06 Thread Paulius Bulotas
Hello,

tonight I tried upgrading my 4.6-p2 with two jails to 4.6-p6. Jails
upgrade went smoothly as could be ;), but masters installworld failed with:
root@server:/usr/src/gnu/usr.bin/perl/utils/h2ph# make install
...
vm/vnode_pager.h - vm/vnode_pager.ph
*** Error code 1

Stop in /usr/src/gnu/usr.bin/perl/utils/h2ph.

and that's it ;) h2ph looks quite innocent (and echo install: 
Makefile helped ;), but it still breaks the world... make.conf has no
variables, that could cause this.

Any ideas?

Regards,
Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: upgrade to 4.7 over net?

2002-10-16 Thread Paulius Bulotas

Hi,

On 02 10 16, Iain wrote:
 I was just wondering if it is possible to upgrade from 4.6.2 - 4.7 via the 
 net. Is this possible on a running system?

here goes my experience.
I have a small server, which is short on disk space and I can't make a
buildworld on it. So, the idea is to make installworld from network via
nfs ;)
Suppose, you have a build server. Make buildworld and kernel compile as
always, then mount /usr/src and /usr/obj using nfs to upgradable server
and from it do make installworld and install kernel. But, you have to
use the same make.conf when building and installing.

Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: CVSUP update from 4.6 - 4.7

2002-10-16 Thread Paulius Bulotas

On 02 10 16, Tom Carrick wrote:
  The box is located 3000 Kms away and I can only connect
  via ssh.
 world, compile kernel, drop to single user, install world, install

;) don't drop to single user mode ;)

you can stop all unneeded services (even sshd, but don't kill your
active session) and then make installworld and so on. And make a backup
of /etc before running mergemaster ;) but not to /tmp if it's cleaned
after every reboot ;)

Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



updating multiple machines from one source (make.conf Q)

2002-10-10 Thread Paulius Bulotas

Hello list,

I have an idea to update my machines from one source. As their number is
very small, I'm used to rebuild everything for every of them with
different make.conf's and then install through nfs.
But, maybe it's possible to build with make.conf including maximum
options (of course, cpu set to minimal) and then just use separate
make.conf's sitting in machines for installing?

TIA
Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: ssh write failed

2002-10-09 Thread Paulius Bulotas

On 02 10 08, Matthew Seaman wrote:
 On Tue, Oct 08, 2002 at 09:39:48AM -0700, Michelle Weeks wrote:
  Oct  8 10:35:16 louie sshd[18801]: fatal: Write failed: Permission denied
  Oct  8 10:35:16 louie sshd[18801]: fatal: Write failed: Permission denied

 ipfw, probably.  Sounds like a dynamic rule is timing out in the

He could use this patch for ssh client (heartbeat feature):
http://www.sc.isc.tohoku.ac.jp/~hgot/sources/openssh-watchdog.html
and set Heartbeat 120 or smth (default dynamic rule timeout is 5
minutes?)

The bad thing for me, I'm using ipfw with static rules, but still often
get fatal write failure ;) Maybe that's physical link problems...

Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: atapi cd-r/cd-rw drives?

2002-09-18 Thread Paulius Bulotas

Hi Erik,

I have the same drive working with cdrecord ;)
Here is the recipe:
1. Fetch ftp://freebsd.dk/pub/ATA/cdrtools-1.10-ATA.tgz and save it as
/usr/ports/distfiles/cdrtools-1.10.tgz
2. Fetch http://www.kaktusas.org/freebsd/files/cdrtools.tgz and:
cd /usr/ports/sysutils; rm -rf cdrtools  tar zxvf cdrtools.tgz
3. cd cdrtools  make install clean
4. cd /usr/ports/sysutils/mkisofs  make install clean
5. if you use xcdroast, run it with xcdroast -n
6. You have to be running 4.5-STABLE or newer ;)

Regards,
Paulius

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message