Re: can i split a pdf file?

2009-01-26 Thread Gary Kline
On Sun, Jan 25, 2009 at 08:20:51PM -0500, Chuck Robey wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Charlie Kester wrote: > > On Sun 25 Jan 2009 at 16:18:26 PST Gary Kline wrote: > >> > >> Is there a way to split a large pdf file into smaller [ say 1MB ] > >> chunks? Or are

Re: can i split a pdf file?

2009-01-26 Thread Polytropon
On Mon, 26 Jan 2009 00:06:18 -0800, Gary Kline wrote: > Thanks, Gents, > > But according to one smallish pdf file that I send to a web based > tool, it was not a real pdf. Or, more accurately, it (the pdf to > speech program) couldn't decode it. This is a typical proble

Updates / Upgrades

2009-01-26 Thread Akenner
Hi all, I have installed FreeBSD 7.1-RELEASE on two of my systems. One of them (This one I'm using) is a PC I use as one of my main desktops. The other I decided on after wanting to keep safe with my main one which has important data on it, so I decided to use another machine and do an install

Re: Updates / Upgrades

2009-01-26 Thread Da Rock
On Mon, 2009-01-26 at 03:38 -0500, Akenner wrote: > Hi all, > > I have installed FreeBSD 7.1-RELEASE > on two of my systems. One of them (This one I'm using) is a PC I use as > one of my main desktops. The other I decided on after wanting to keep > safe with my main one which has important data

Re: IPFW DUMMYNET: Several pipes after each other

2009-01-26 Thread Sebastian Mellmann
Ian Smith wrote: On Thu, 22 Jan 2009 08:10:09 +0100 (CET) > > > > So far I've got those rules: > > > > in_if="em0" > > out_if="em1" > > management_if="em2" > > in_ip="100.100.100.1" > > out_ip="200.200.200.1" > > management_ip="172.16.0.201" > > client1_subnet="192.168.5.0/26" > > client

Re: jail devfs openpty

2009-01-26 Thread Peter Vereshagin
You'll never silence the voice of the voiceless, Mel! Probably that was caused by overall instability of my 7.1 system: === # devfs -m /jailpath/dev rule apply path ttyp* unhide # chroot /jailpath/ # ls /dev dsp0.1 lpt0mixer0 random ttyp1 ttyp3

Re: Solaris Compat?

2009-01-26 Thread Wojciech Puchar
I don't want to raise an argument here (on multiple levels, no less...), but what would the compatibility be between FreeBSD (release) and Solaris? Why I ask is Adobe have released a version of flash for Solaris, and I'm wondering if this might work better than the linux_compat types. I tried i

Re: jail devfs openpty

2009-01-26 Thread Peter Vereshagin
You'll never silence the voice of the voiceless, Mel! Sorry the script(1) did work, but stopped since the portupgrade tried it: === # portupgrade -varRp ---> Session started at: Mon, 26 Jan 2009 15:58:54 +0400 [Updating the pkgdb in /var/db/pkg ... - 190 packages found (-0 +1) . done] ** Port m

Re: jail init, but another question

2009-01-26 Thread Peter Vereshagin
You'll never silence the voice of the voiceless, Mel! Yes. Ruleset name did not resolve into the number. So rc.subr asked for a digit and I provided a number that way. It was too obvious for me to specify the 'devfsrules_' prefix for the case it cannot be anything other than devfs rules. And so

how to install all p5-* one shot

2009-01-26 Thread Saifi Khan
Hi all: There are many PERL packages in ports whose names are prefixed with p5-* . How does one install all the p5-* packages one shot ? Is there a way one can do it with the options available in ports or does one need to write a script to locate all the dir names starting with p5-* ? Any point

Re: jail devfs openpty

2009-01-26 Thread Peter Vereshagin
It appeared to work after rule apply unhide. Will find out more. Just how to delete or view the ruleset? Thanks. 2009/01/25 17:08:14 -0900 Mel => To freebsd-questions@freebsd.org : M> On Sunday 25 January 2009 02:25:17 Peter Vereshagin wrote: M> > Hello, M> > M> > I am doing the portupgrade ins

Re: Solaris Compat?

2009-01-26 Thread Andreas Xanke
On Mon, 26 Jan 2009 13:04:13 +0100 (CET), Wojciech Puchar wrote: > it's nonsense to FreeBSD developers to do workaround just because adobe > don't want to make FreeBSD binary. > > If they don't want to make, then they DONT WANT US to use their product. > They DO HAVE RIGHT to do so, and please

overwriting NOT_FOR_ARCHS via /etc/make.conf has no effect

2009-01-26 Thread Anton Shterenlikht
I'm trying to overwrite a Makefile variable via /etc/make.conf It doesn't seem to work: # cd /usr/ports/lang/gcc43 # grep NOT Makefile NOT_FOR_ARCHS= alpha ia64 # grep -C1 NOT /etc/make.conf .if ${.CURDIR:M*/lang/gcc4*} NOT_FOR_ARCHS= ia64 .endif # make ===> gcc-4.3.3_20090122 does not run on al

Re: how to install all p5-* one shot

2009-01-26 Thread Herbert J. Skuhra
2009/1/26 Saifi Khan : > Hi all: > > There are many PERL packages in ports whose names are prefixed with p5-* . > > How does one install all the p5-* packages one shot ? > > Is there a way one can do it with the options available in ports > or does one need to write a script to locate all the dir n

Re: Solaris Compat?

2009-01-26 Thread Da Rock
On Mon, 2009-01-26 at 13:12 +0100, Andreas Xanke wrote: > On Mon, 26 Jan 2009 13:04:13 +0100 (CET), Wojciech Puchar > wrote: > > it's nonsense to FreeBSD developers to do workaround just because adobe > > don't want to make FreeBSD binary. > > > > If they don't want to make, then they DONT WANT

Re: how to install all p5-* one shot

2009-01-26 Thread Saifi Khan
On Mon, Jan 26, 2009 at 12:58 PM, Herbert J. Skuhra wrote: > 2009/1/26 Saifi Khan : >> Hi all: >> >> There are many PERL packages in ports whose names are prefixed with p5-* . >> >> How does one install all the p5-* packages one shot ? >> >> Is there a way one can do it with the options available

RE: how to install all p5-* one shot

2009-01-26 Thread Johan Hendriks
>> 2009/1/26 Saifi Khan : >>> Hi all: >>> >>> There are many PERL packages in ports whose names are prefixed with p5-* . >>> >>> How does one install all the p5-* packages one shot ? >>> >>> Is there a way one can do it with the options available in ports >>> or does one need to write a script to

Re: KDE: What a monster!

2009-01-26 Thread Polytropon
Dear list, I'm starting to make myself unpopular today. :-) On Sun, 25 Jan 2009 14:53:51 +0100 (CET), Wojciech Puchar wrote: > fortunately it's only tendency to "trendy" software like KDE. not for all > unix software. But sadly for the most software that is used for real productivity, such as

Re: Solaris Compat?

2009-01-26 Thread Polytropon
On Mon, 26 Jan 2009 13:04:13 +0100 (CET), Wojciech Puchar wrote: > it's nonsense to FreeBSD developers to do workaround just because adobe > don't want to make FreeBSD binary. > > If they don't want to make, then they DONT WANT US to use their product. > They DO HAVE RIGHT to do so, and please

Re: overwriting NOT_FOR_ARCHS via /etc/make.conf has no effect

2009-01-26 Thread Polytropon
On Mon, 26 Jan 2009 12:55:29 +, Anton Shterenlikht wrote: > I'm trying to overwrite a Makefile variable via /etc/make.conf > It doesn't seem to work: This behaviour is correct. The local makefiles have precedence before the /etc/make.conf settings. > What am I doing wrong? You could modi

Re: X11 forwarding through SSH: Can't open display

2009-01-26 Thread Bill Moran
In response to sk89q : > I meant sshd_config. Do you have the xauth package installed on the remote server? You don't need a full X install, but X11 forwarding won't work without xauth installed. > On Sun, Jan 25, 2009 at 10:02 PM, Peter Boosten wrote: > > sk89q wrote: > >> Hello, > >> > >> I

Re: hex editors, disk info

2009-01-26 Thread Alex Karpovic
> That in mind, what's wrong with bpatch? I've used it for binary patching, it > works just fine that that (if my first assumption is totally off-base). You > download from the device, change any required data, and (if the device allows > writes) write it back to the device. Of course, not all d

Buildworld error

2009-01-26 Thread Terry ( 1stKMH )
Do you have anything obscure in make.conf ? When it fails in succession, does it fail *after* the last point of failure, or is it randomized? When was your last c(v)sup? Hi Glen the error seems randomized I did a fresh cvsup and moved make.conf out of the way and did all the clean up steps

All-in-One Web Application

2009-01-26 Thread Odhiambo Washington
Hello, I am scratching my head here endlessly. We have a site where we have installed Joomla+Moodle+Mailman. These are three different applications. Isn't there one that is all-in-one (has all these features built int) for these? And now that guys are talking Web2.0, would there be one that is co

Re: Sharing ports hierarchy via NFS to different arch/versions.

2009-01-26 Thread Doug Poland
per...@pluto.rain.com wrote: I've got a network running different versions of FreeBSD (6.3, 7.0) on different architectures (i386, SPARC64). What I'd like to do is export the ports hierarchy to all machines, but preserving ports/packages for each version/architecture. I also want to make rebuild

Re: KDE: What a monster!

2009-01-26 Thread n j
Linus Torvalds on KDE4... [quote] Q: Another open source project that underwent a big change was KDE with version 4.0. They released a lot of fundamental architectural changes with 4.0 and it received some negative reviews. As a KDE user how has this impacted you? A: I used to be a KDE user. I th

Re: X11 forwarding through SSH: Can't open display

2009-01-26 Thread sk89q
On Mon, Jan 26, 2009 at 6:32 AM, Bill Moran wrote: > In response to sk89q : > >> I meant sshd_config. > > Do you have the xauth package installed on the remote server? You don't > need a full X install, but X11 forwarding won't work without xauth > installed. Yes, I do (at least to my knowledge)

Re: can i split a pdf file?

2009-01-26 Thread Roland Smith
On Sun, Jan 25, 2009 at 04:18:26PM -0800, Gary Kline wrote: > Folks, > > Is there a way to split a large pdf file into smaller [ say 1MB ] > chunks? Or are there open source tools out there that i can > build? Ghostscript (when built with the pdfwrite driver) wi

Link UP/DOWN problem with re0 on FreeBSD 7.1

2009-01-26 Thread FreeBSD
Hi everyone, Just to put you in context, I applied the following patch to make the card available: SVN rev 186389 on 2008-12-22 00:46:22Z by yongari Since we don't request reset for rlphy(4), the link state 'UP' event from mii(4) may not be delivered if valid link was already established. To

Re: Buildworld error

2009-01-26 Thread Lowell Gilbert
"Terry ( 1stKMH )" writes: > Hi Glen the error seems randomized I did a fresh cvsup and moved > make.conf out of the way and did all the clean up steps as per the > handbook this morning and it still failed. > The only thing the error has in common each time is > > internal compiler error: in fi

Re: Why are the Zionist leaders in Israel so happy about the newPresident?

2009-01-26 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad Perrin wrote: > On Sun, Jan 25, 2009 at 04:04:15PM +, Anthony M. Rasat wrote: >> Lawrence Auster wrote: >>> Bla bla bla Ku Klux Klan crap. >> Why don't you bring your hatred outta here. This is a family-oriented >> channel. >> >> Next time, e

Re: hex editors, disk info

2009-01-26 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alex Karpovic wrote: >> That in mind, what's wrong with bpatch? I've used it for binary patching, it >> works just fine that that (if my first assumption is totally off-base). You >> download from the device, change any required data, and (if the dev

Re: Why are the Zionist leaders in Israel so happy about the newPresident?

2009-01-26 Thread michael
Chuck Robey wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chad Perrin wrote: On Sun, Jan 25, 2009 at 04:04:15PM +, Anthony M. Rasat wrote: Lawrence Auster wrote: Bla bla bla Ku Klux Klan crap. Why don't you bring your hatred outta here. This is a family-o

Re: X11 forwarding through SSH: Can't open display

2009-01-26 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sk89q wrote: > On Mon, Jan 26, 2009 at 6:32 AM, Bill Moran wrote: >> In response to sk89q : >> >>> I meant sshd_config. >> Do you have the xauth package installed on the remote server? You don't >> need a full X install, but X11 forwarding won't work

Re: Sharing ports hierarchy via NFS to different arch/versions.

2009-01-26 Thread Doug Poland
On Mon, Jan 26, 2009 at 08:25:37AM -0600, Doug Poland wrote: > per...@pluto.rain.com wrote: I've got a network running different versions of FreeBSD (6.3, 7.0) on different architectures (i386, SPARC64). What I'd like to do is export the ports hierarchy to all machines, but

Hey, you never responded to my friend request on Going

2009-01-26 Thread Stash Magazine
[track?mailingid=1916&messageid=1413&databaseid=1329&type=open&serial= 1217280870&emailid=questi...@freebsd.org&userid=30449&extra=&&&] [1]Stash Magazine San Francisco, CA Hey! I sent you a friend request on [2]Going.com. I use going to find cool stuff around the city, get deals, a

Dual-head issues w/ the latest Xorg updates

2009-01-26 Thread Geoff Fritz
Seems I've been bitten by the latest Xorg updates that trickled into ports late last week. Firstly, I stumbled with the "AllowEmptyInput" thing, as described in /usr/ports/UPDATING (20090123 entry). Fine, that was easy enough. After that, I found that the "sis" driver was broken, or at least it

Re: Solaris Compat?

2009-01-26 Thread Chuck Robey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wojciech Puchar wrote: >> I don't want to raise an argument here (on multiple levels, no less...), >> but what would the compatibility be between FreeBSD (release) and >> Solaris? >> >> Why I ask is Adobe have released a version of flash for Solaris, a

Re: overwriting NOT_FOR_ARCHS via /etc/make.conf has no effect

2009-01-26 Thread Mel
On Monday 26 January 2009 05:06:48 Polytropon wrote: > On Mon, 26 Jan 2009 12:55:29 +, Anton Shterenlikht wrote: > > I'm trying to overwrite a Makefile variable via /etc/make.conf > > It doesn't seem to work: > > This behaviour is correct. The local makefiles have precedence > before the /etc

Re: Registry corrupt?

2009-01-26 Thread Mel
On Monday 26 January 2009 03:27:43 Jack L. Stone wrote: > At 04:27 PM 1.25.2009 -0900, you wrote: > >On Saturday 24 January 2009 04:06:39 Jack L. Stone wrote: > >> At 04:33 PM 1.23.2009 +0100, cpghost wrote: > >> >On Fri, Jan 23, 2009 at 05:56:45PM +0300, Odhiambo Washington wrote: > >> >> On Fri,

Re: make -jN build with portmaster

2009-01-26 Thread cpghost
On Sun, Jan 25, 2009 at 10:41:05PM -0900, Mel wrote: > On Sunday 25 January 2009 20:48:22 Doug Barton wrote: > > Josh Carroll wrote: > > > What I do is the following via make.conf, > > > > I think this is a good solution. Given that incredible foot-shooting > > power of the -j stuff I am not inclin

Re: Wierd Port Problem

2009-01-26 Thread Mel
On Monday 26 January 2009 09:01:37 Jeffrey R. Hellem wrote: > tried again today :P still no goran your command at the end.. hope it helps > > [r...@server /usr/ports/databases/php5-dba]# make > ===> PHPizing for php5-dba-5.2.8 > ===> php5-dba-5.2.8 depends on file: /usr/local/bin/phpize - found

Re: Sharing ports hierarchy via NFS to different arch/versions.

2009-01-26 Thread Mel
On Monday 26 January 2009 08:23:13 Doug Poland wrote: > On Mon, Jan 26, 2009 at 08:25:37AM -0600, Doug Poland wrote: > > per...@pluto.rain.com wrote: > I've got a network running different versions of FreeBSD > (6.3, 7.0) on different architectures (i386, SPARC64). > > What I'd

Re: Link UP/DOWN problem with re0 on FreeBSD 7.1

2009-01-26 Thread FreeBSD
FreeBSD a écrit : Hi everyone, Just to put you in context, I applied the following patch to make the card available: SVN rev 186389 on 2008-12-22 00:46:22Z by yongari Since we don't request reset for rlphy(4), the link state 'UP' event from mii(4) may not be delivered if valid link was alrea

ELF format alternative ?

2009-01-26 Thread Saifi Khan
Hi all: Curious to know if there are "under research" or known format other than ELF format ? Pls note i'm aware of a.out and COFF, ELF format was developed by wonderful USL. -- thanks Saifi. ___ freebsd-questions@freebsd.org mailing list http://lists

RE: Link UP/DOWN problem with re0 on FreeBSD 7.1

2009-01-26 Thread Graeme Dargie
If you do a dmesg are you also showing a watchdog time out for the nic ? I only ask as I am having the exact same problem with the exact same card and I have yet to find a solution, if I come across something I will let you know. Regards Graeme -Original Message- From: FreeBSD [mailto:f

Re: Link UP/DOWN problem with re0 on FreeBSD 7.1

2009-01-26 Thread FreeBSD
Graeme Dargie a écrit : If you do a dmesg are you also showing a watchdog time out for the nic ? I only ask as I am having the exact same problem with the exact same card and I have yet to find a solution, if I come across something I will let you know. Regards Graeme Not a single time...sor

Re: how to create a DVD backup filesystem?

2009-01-26 Thread regis505
> But this does not (!) make the media mountable! You may see that > as a disadvantage, but maybe it's not: You can access it now > directly without needing to mount it, and you can extract from > it by selection, e. g. > > % tar xvjf /dev/cd0 ~/music > > to only extract the music/ subtree

Re: how to create a DVD backup filesystem?

2009-01-26 Thread Wojciech Puchar
I was curious to tar directly to a blank dvd+rw. I tried: tar -cvf /dev/cd1 root0-090107.gz root1-090116.gz a root0-090107.gz a root1-090116.gz I got the prompt back but the dvd device stays busy (on the unit, the light flashes non stop). Any ideas? perform ANY read from the drive and th

Re: Solaris Compat?

2009-01-26 Thread Wojciech Puchar
pursuit of profits, should be able to dictate to anyone what that person should They DO NOT DICTATE ANYTHING. It's quite free market here, you can use they product or not. I don't use, mostly because it doesn't run on an OS that i use. ___ freebsd-q

Re: can i split a pdf file?

2009-01-26 Thread Charlie Kester
On Mon 26 Jan 2009 at 00:16:23 PST Polytropon wrote: On Mon, 26 Jan 2009 00:06:18 -0800, Gary Kline wrote: Thanks, Gents, But according to one smallish pdf file that I send to a web based tool, it was not a real pdf. Or, more accurately, it (the pdf to speech program) could

printf and utf-8

2009-01-26 Thread Svein Halvor Halvorsen
As far as I can see, printf is not calculating strings lengths correctly when using utf-8 encoding. Either that, or I'm using byte count, and can't find the character count :-/ Eg: $ printf "|%-10s|" "æøå" |æøå| $ printf "|%-10s|" "123" |123 | I'm on 7.1-p2 sv. _

Re: Solaris Compat?

2009-01-26 Thread Da Rock
On Mon, 2009-01-26 at 12:45 -0500, Chuck Robey wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Wojciech Puchar wrote: > >> I don't want to raise an argument here (on multiple levels, no less...), > >> but what would the compatibility be between FreeBSD (release) and > >> Solaris? > >>

Re: can i split a pdf file?

2009-01-26 Thread Gary Kline
On Mon, Jan 26, 2009 at 09:16:23AM +0100, Polytropon wrote: > On Mon, 26 Jan 2009 00:06:18 -0800, Gary Kline wrote: > > Thanks, Gents, > > > > But according to one smallish pdf file that I send to a web based > > tool, it was not a real pdf. Or, more accurately, it (the pdf to > >

Re: printf and utf-8

2009-01-26 Thread Chuck Swiger
On Jan 26, 2009, at 1:58 PM, Svein Halvor Halvorsen wrote: As far as I can see, printf is not calculating strings lengths correctly when using utf-8 encoding. Either that, or I'm using byte count, and can't find the character count :-/ printf(1) explicitly states that it works with ASCII and

Re: can i split a pdf file?

2009-01-26 Thread cpghost
On Mon, Jan 26, 2009 at 02:06:23PM -0800, Gary Kline wrote: > On Mon, Jan 26, 2009 at 09:16:23AM +0100, Polytropon wrote: > > On Mon, 26 Jan 2009 00:06:18 -0800, Gary Kline wrote: > > > Thanks, Gents, > > > > > > But according to one smallish pdf file that I send to a web based > > > tool,

OT: .ape extension

2009-01-26 Thread Wojciech Puchar
is it any decruncher for unix for this format (it's compressed audio CD, from size i think it's kind of lossless compression) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: can i split a pdf file?

2009-01-26 Thread Gary Kline
On Mon, Jan 26, 2009 at 01:36:48PM -0800, Charlie Kester wrote: > On Mon 26 Jan 2009 at 00:16:23 PST Polytropon wrote: > >On Mon, 26 Jan 2009 00:06:18 -0800, Gary Kline wrote: > >>Thanks, Gents, > >> > >>But according to one smallish pdf file that I send to a web based > >>tool, it was

Re: OT: .ape extension

2009-01-26 Thread David Kelly
On Mon, Jan 26, 2009 at 11:39:19PM +0100, Wojciech Puchar wrote: > is it any decruncher for unix for this format (it's compressed audio > CD, from size i think it's kind of lossless compression) What does file(1) think it is? -- David Kelly N4HHE, dke...@hiwaay.net ==

Re: OT: .ape extension

2009-01-26 Thread Wojciech Puchar
On Mon, 26 Jan 2009, David Kelly wrote: On Mon, Jan 26, 2009 at 11:39:19PM +0100, Wojciech Puchar wrote: is it any decruncher for unix for this format (it's compressed audio CD, from size i think it's kind of lossless compression) What does file(1) think it is? don't think anything, says

Re: OT: .ape extension

2009-01-26 Thread David Kelly
On Mon, Jan 26, 2009 at 11:52:48PM +0100, Wojciech Puchar wrote: > > > On Mon, 26 Jan 2009, David Kelly wrote: > > >On Mon, Jan 26, 2009 at 11:39:19PM +0100, Wojciech Puchar wrote: > >>is it any decruncher for unix for this format (it's compressed audio > >>CD, from size i think it's kind of los

Re: OT: .ape extension

2009-01-26 Thread Mel
On Monday 26 January 2009 13:39:19 Wojciech Puchar wrote: > is it any decruncher for unix for this format (it's compressed audio CD, > from size i think it's kind of lossless compression) # cd /usr/ports/audio # grep -l APE */pkg-descr gnormalize/pkg-descr optimfrog/pkg-descr p5-Audio-Musepack/pkg

danging dbufs in ZFS v6 , FreeBSD 7.1

2009-01-26 Thread Bryant Eadon
A problem I'm hoping you can solve ! Running on a 64bit platform with 5, 500GB HDDs in a basic raidz configuration classically named 'tank', I began copying a file. During the copy, I lost a disk. Since these are all hot swappable SATA drives, I pulled the one I *thought* had died and swappe

Re: printf and utf-8

2009-01-26 Thread Svein Halvor Halvorsen
Chuck Swiger wrote: On Jan 26, 2009, at 1:58 PM, Svein Halvor Halvorsen wrote: As far as I can see, printf is not calculating strings lengths correctly when using utf-8 encoding. Either that, or I'm using byte count, and can't find the character count :-/ printf(1) explicitly states that it w

Re: printf and utf-8

2009-01-26 Thread Chuck Swiger
On Jan 26, 2009, at 3:05 PM, Svein Halvor Halvorsen wrote: Do you have a suggestion to solve the following problem without using printf(1): I have a text file that I want to print in a "box" on a terminal from a shell script. Now I've padded the lines with spaces to a certain length using

Re: OT: .ape extension

2009-01-26 Thread Manolis Kiagias
Mel wrote: > On Monday 26 January 2009 13:39:19 Wojciech Puchar wrote: > >> is it any decruncher for unix for this format (it's compressed audio CD, >> from size i think it's kind of lossless compression) >> > > # cd /usr/ports/audio > # grep -l APE */pkg-descr > gnormalize/pkg-descr > opti

Re: printf and utf-8

2009-01-26 Thread Svein Halvor Halvorsen
Chuck Swiger wrote: On Jan 26, 2009, at 3:05 PM, Svein Halvor Halvorsen wrote: Do you have a suggestion to solve the following problem without using printf(1): I have a text file that I want to print in a "box" on a terminal from a shell script. Now I've padded the lines with spaces to a cert

which video card for dual monitor portrait?

2009-01-26 Thread Sean Jensen-grey
I like to use dual monitors in portrait mode. I am running Freebsd 7.1 STABLE which uses release 7.3 of Xorg afaik. What video card runs * Multimonitor * Rotated using the built-in xorg bundled with Freebsd 7.1? I attempted to use an ATI X1650 PRO which has an RV535 core, http://en.wik

Re: OT: .ape extension

2009-01-26 Thread Wojciech Puchar
from size i think it's kind of lossless compression) # cd /usr/ports/audio # grep -l APE */pkg-descr gnormalize/pkg-descr optimfrog/pkg-descr p5-Audio-Musepack/pkg-descr py-apetag/pkg-descr py-musepack/pkg-descr py-mutagen/pkg-descr py-tagpy/pkg-descr soundconverter/pkg-descr THANKS And

FreeBSD 7.1 SMP on IBM x330 Dual Processor server

2009-01-26 Thread Tom Everett
I'm running the "stock" FreeBSD 7.1 kernel on an IBM x330 machine. The machine has two physical processors but it seems that FreeBSD 7.1 on sees one. I downloaded the kernel source and it seems that the GENERIC kernel has SMP installed. Is there something else I can try? Thanks in advance f

Can not set up two ADSL link to provider

2009-01-26 Thread KES
Здравствуйте, Freebsd-questions. I can not setup two ADSL PPPoE Links to same provider. Because of imposibility to setup route for second connection First connection gets: ng0: flags=88d1 metric 0 mtu 1492 inet 92.113.94.215 --> 195.5.5.203 netmask 0x Second can not be establishe

Re: can i split a pdf file?

2009-01-26 Thread Polytropon
On Mon, 26 Jan 2009 14:06:23 -0800, Gary Kline wrote: > So what kind of moron is going to photograph pages --or maybe just > get-screenshot-of-this-page" and upload it? The PDF serves as a container for pictural images in this context. Another idea would be to have separate image fil

Re: OT: .ape extension

2009-01-26 Thread Wojciech Puchar
ports/audio/mac works, thanks On Mon, 26 Jan 2009, David Kelly wrote: On Mon, Jan 26, 2009 at 11:52:48PM +0100, Wojciech Puchar wrote: On Mon, 26 Jan 2009, David Kelly wrote: On Mon, Jan 26, 2009 at 11:39:19PM +0100, Wojciech Puchar wrote: is it any decruncher for unix for this format (it

Re: can i split a pdf file?

2009-01-26 Thread Polytropon
On Mon, 26 Jan 2009 14:51:14 -0800, Gary Kline wrote: > Still, > before I get back to the Last few pages of my thesis, maybe I'll > try feeding parts of my most vanilla image-PDF file to an > opensource OCR program. I'm pretty sure there are a couple in > ports. IIRC, tho

Re: make -jN build with portmaster

2009-01-26 Thread Eitan Adler
> That would be absolutely perfect! > +1 > Memory may fail me, but wasn't there a GSoC project to parallelize > the ports infrastructure? Or was that about building many different > ports simultaneously instead of one port on multiple cores? > > -cpghost. > http://wiki.freebsd.org/SummerOfCod

Re: Can not set up two ADSL link to provider

2009-01-26 Thread Chuck Swiger
On Jan 26, 2009, at 3:34 PM, KES wrote: I can not setup two ADSL PPPoE Links to same provider. Because of imposibility to setup route for second connection First connection gets: ng0: flags=88d1 metric 0 mtu 1492 inet 92.113.94.215 --> 195.5.5.203 netmask 0x Second can not be e

Re: can i split a pdf file?

2009-01-26 Thread Polytropon
On Mon, 26 Jan 2009 23:39:06 +0100, cpghost wrote: > Those PDFs are usually scanned, > and the scanner software (usually on Windows) assembles all screenshots > into a PDF of images. Handy for printing, but not for OCR postprocessing. > That's what you find on the Net. On the Web. :-) > Th

Re: make -jN build with portmaster

2009-01-26 Thread Mel
On Monday 26 January 2009 14:56:10 Eitan Adler wrote: > > > > That would be absolutely perfect! > > +1 > > > > Memory may fail me, but wasn't there a GSoC project to parallelize > > the ports infrastructure? Or was that about building many different > > ports simultaneously instead of one port on

Re: X11 forwarding through SSH: Can't open display

2009-01-26 Thread sk89q
On Mon, Jan 26, 2009 at 9:21 AM, Chuck Robey wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > sk89q wrote: >> On Mon, Jan 26, 2009 at 6:32 AM, Bill Moran wrote: >>> In response to sk89q : >>> I meant sshd_config. >>> Do you have the xauth package installed on the remote server?

Re: Sharing ports hierarchy via NFS to different arch/versions.

2009-01-26 Thread Doug Poland
On Mon, Jan 26, 2009 at 09:21:55AM -0900, Mel wrote: > On Monday 26 January 2009 08:23:13 Doug Poland wrote: > > On Mon, Jan 26, 2009 at 08:25:37AM -0600, Doug Poland wrote: > > > per...@pluto.rain.com wrote: > > I've got a network running different versions of FreeBSD (6.3, > > 7.0) on d

Re: Sharing ports hierarchy via NFS to different arch/versions.

2009-01-26 Thread Mel
On Monday 26 January 2009 16:39:35 Doug Poland wrote: > On Mon, Jan 26, 2009 at 09:21:55AM -0900, Mel wrote: > > On Monday 26 January 2009 08:23:13 Doug Poland wrote: > > > On Mon, Jan 26, 2009 at 08:25:37AM -0600, Doug Poland wrote: > > > > per...@pluto.rain.com wrote: > > > I've got a networ

Re: x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to build

2009-01-26 Thread Da Rock
On Mon, 2009-01-26 at 22:04 -0500, Robert Noland wrote: > On Tue, 2009-01-27 at 11:22 +1000, Da Rock wrote: > > Here's another one: > > > > /bin/sh ../libtool --tag=CC--mode=link cc -D_THREAD_SAFE > > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include > > -DMALLOC_0_RETURNS_NULL -O2 -f

Re: x11/libXrandr, x11-toolkits/libXmu, graphics/jasper fails to build

2009-01-26 Thread Da Rock
On Mon, 2009-01-26 at 22:04 -0500, Robert Noland wrote: > On Tue, 2009-01-27 at 11:22 +1000, Da Rock wrote: > > Here's another one: > > > > /bin/sh ../libtool --tag=CC--mode=link cc -D_THREAD_SAFE > > -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include > > -DMALLOC_0_RETURNS_NULL -O2 -f

Adding partitions to gmirror device

2009-01-26 Thread Vladislav Sekulic
Hi! I'm running FreeBSD 7.1-RELEASE on a couple of Sun X2100 servers, each with 2X 250GB SATA drives that I've established a gmirror(8) over, following the instructions in section 19.4 of the Handbook. Now, one of the machines, being transformed into a webserver, needs a separate, newly c

Re: swap_pager complaints but not using swap

2009-01-26 Thread Dieter
In message <200901252247.29775.fbsd.questi...@rachie.is-a-geek.net>, Mel writes: > On Sunday 25 January 2009 04:28:47 Dieter wrote: > > AMD64 FreeBSD 7.0 2 GiB main memory > > > > > So the machine doesn't normally use swap much at all, but messing with > > the large ISO apparently kick

Nvidia, GDM, Xorg 7.4

2009-01-26 Thread Jeff Molofee
Surprised I don't see more postings, find it hard to believe I'm the only one unable to resolve this issue... Still can't get GDM working (gnome). Machine boots and drops back to console. Have tried playing with every setting in xorg.conf I can think of, have even tried nuking it completely. S

Re: Nvidia, GDM, Xorg 7.4

2009-01-26 Thread Glen Barber
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131016 -- Glen Barber ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org

Re: KDE: What a monster!

2009-01-26 Thread Jonathan McKeown
On Monday 26 January 2009 17:02:05 n j wrote: > Linus Torvalds on KDE4... > > [quote] > > A: I used to be a KDE user. I thought KDE 4.0 was such a disaster I > switched to GNOME. I hate the fact that my right button doesn't do > what I want it to do. But the whole "break everything" model is > pain

Re: /rescue is huge!!

2009-01-26 Thread Daniel Ajoy
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/questions/2004-07/0442.html This is what's happening to me: == In the last episode (Jul 06), Richard Bradley said: > On Tuesday 06 July 2004 2:36 am, you wrote: > > In the last episode (Jul 06), Richard Bradley said: > > > I recentl

Re: Nvidia, GDM, Xorg 7.4

2009-01-26 Thread Da Rock
On Tue, 2009-01-27 at 01:23 -0500, Glen Barber wrote: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131016 > According to the latest UPDATING (thanks for the reminder Robert) this shouldn't be a problem anymore. Not that I should talk- my X hasn't started since I ran portupgrade -a last

Re: KDE: What a monster!

2009-01-26 Thread Da Rock
On Tue, 2009-01-27 at 08:31 +0200, Jonathan McKeown wrote: > On Monday 26 January 2009 17:02:05 n j wrote: > > Linus Torvalds on KDE4... > > > > [quote] > > > > A: I used to be a KDE user. I thought KDE 4.0 was such a disaster I > > switched to GNOME. I hate the fact that my right button doesn't do

Re: can i split a pdf file?

2009-01-26 Thread Andrew Robinson
Message: 2 > Date: Sun, 25 Jan 2009 20:20:51 -0500 > From: Chuck Robey > Subject: Re: can i split a pdf file? > To: FreeBSD Mailing List > Message-ID: <497d0ff3.6090...@telenix.org> > Content-Type: text/plain; charset=ISO-8859-1 > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Charlie Ke

Re: can i split a pdf file?

2009-01-26 Thread Jonathan McKeown
On Monday 26 January 2009 09:17:05 Andrew Robinson wrote: > Message: 2 > > > Date: Sun, 25 Jan 2009 20:20:51 -0500 > > From: Chuck Robey > > Subject: Re: can i split a pdf file? > > To: FreeBSD Mailing List > > Message-ID: <497d0ff3.6090...@telenix.org> > > Content-Type: text/plain; charset=ISO-8