Re: Can I avoid the display of pkg-messages in portmaster?

2013-05-12 Thread CyberLeo Kitsana
On 05/12/2013 12:37 AM, Leslie Jensen wrote: > > > I do some work on remote machines and sometimes I have a need to execute > additional commands after for example a portmaster -a command. > > Normally I use the "&&" to separate commands but this does not work when > portmaster displays pkg-mess

Re: Can I bridge the same subnet across a VPN?

2011-05-05 Thread David Brodbeck
On Thu, May 5, 2011 at 10:39 AM, Nikos Vassiliadis wrote: > There is no inbuilt reason why a L2 VPN is more easily saturated > than a L3 VPN. I disagree slightly. With L2 you have broadcasts and non-routable protocols being sent over the wire. This is fortunately becoming less of an issue than

Re: Can I bridge the same subnet across a VPN?

2011-05-05 Thread Nikos Vassiliadis
On 5/5/2011 12:24 AM, David Brodbeck wrote: The problem I've always found with bridged solutions is they don't cope well under heavy traffic loads when the VPN link is slower than the LANs they're bridging between. And the VPN link is usually slower if it's over a WAN. The link tends to get sat

Re: Can I bridge the same subnet across a VPN?

2011-05-05 Thread David Brodbeck
On Wed, May 4, 2011 at 4:31 PM, Geoff Roberts wrote: > Was this easy to measure, and how did you measure this - dropped packets on > the bridge interface? I don't remember. It's been too long since I last tried it. Dropped packets would be a good measure, though, assuming the bridge interface d

Re: Can I bridge the same subnet across a VPN?

2011-05-04 Thread Geoff Roberts
Hi David and others, Thanks for the feedback. On Thu, 5 May 2011 07:24:13 am David Brodbeck wrote: > The problem I've always found with bridged solutions is they don't > cope well under heavy traffic loads when the VPN link is slower than > the LANs they're bridging between. And the VPN link is

Re: Can I bridge the same subnet across a VPN?

2011-05-04 Thread David Brodbeck
On Wed, May 4, 2011 at 8:19 AM, krad wrote: > you can do this with a combination of openvpn (using tap, not tun) and > if_bridge both ends. However I have found it to be flakey and not really > worth the effort. Better to go with a routed solution. The problem I've always found with bridged solut

Re: Can I bridge the same subnet across a VPN?

2011-05-04 Thread krad
On 3 May 2011 20:44, Kevin Wilcox wrote: > On Tue, May 3, 2011 at 15:19, Geoff Roberts wrote: > > > Is it possible to join two sites with the same subnet across a VPN? > > Yes. > > > I have two sites that have the same subnet/mask. > > > > I need these two separated networks to behave as one acr

Re: Can I bridge the same subnet across a VPN?

2011-05-03 Thread Kevin Wilcox
On Tue, May 3, 2011 at 15:19, Geoff Roberts wrote: > Is it possible to join two sites with the same subnet across a VPN? Yes. > I have two sites that have the same subnet/mask. > > I need these two separated networks to behave as one across a VPN. That's understandable. You may want to conside

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Devin Teske
On Dec 6, 2010, at 1:01 PM, Randal L. Schwartz wrote: >> "Devin" == Devin Teske writes: > > Devin> sudo cd /usr/repos > > This is pretty useless. :) I'd say it's _absolutely_ useless ^_^ Yes, indeed, the `sudo' should be omitted. -- Cheers, Devin Teske -> CONTACT INFORMATION <- Business

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Randal L. Schwartz
> "Devin" == Devin Teske writes: Devin> sudo cd /usr/repos This is pretty useless. :) -- Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095 http://www.stonehenge.com/merlyn/> Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc. See http://methodsan

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Devin Teske
I wrote a utility (attached) to make the process really fast and easy: jail_build(8): Build FreeBSD jails from binary distributions Here's a simple howto: Step 1: Create a landing zone for your binary distribution (jail_build(8) looks in `/usr/repos' for binary distributions)... sudo mkdir

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Nerius Landys
On Mon, Dec 6, 2010 at 11:14 AM, Redd Vinylene wrote: > How do I create a 32-bit jail on a 64-bit machine then? > > http://forums.freebsd.org/showthread.php?t=3744 did not tell me much. > > Thanks! > Use this as a start: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/jails.html Then yo

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Redd Vinylene
How do I create a 32-bit jail on a 64-bit machine then? http://forums.freebsd.org/showthread.php?t=3744 did not tell me much. Thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread David DEMELIER
2010/12/6 Redd Vinylene : > Greetings! > > Can I run a 32-bit jail (or software) on a 64-bit server? I need to use some > software that only works on 32-bit. > > Thanks! > ___ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Redd Vinylene
Thanks a lot guys - I really appreciate it. Redd ___ 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: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Nerius Landys
I've had success running [at least some] 32 bit software on 64 bit FreeBSD without even using a jail. Do you have /usr/lib32 on your system? This would get installed for example if you rebuild world/kernel following this: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html and

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Mike Bregg
Yes, I believe this has been possible since 7.2. Mike On Mon, Dec 6, 2010 at 11:00 AM, Redd Vinylene wrote: > Greetings! > > Can I run a 32-bit jail (or software) on a 64-bit server? I need to use > some > software that only works on 32-bit. > > Thanks! > ___

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Nerius Landys
>> I've had success running [at least some] 32 bit software on 64 bit >> FreeBSD without even using a jail. >> Do you have /usr/lib32 on your system?  This would get installed for >> example if you rebuild world/kernel following this: >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mak

Re: Can I run a 32-bit jail (or software) on a 64-bit server?

2010-12-06 Thread Redd Vinylene
On Mon, Dec 6, 2010 at 7:25 PM, Nerius Landys wrote: > I've had success running [at least some] 32 bit software on 64 bit > FreeBSD without even using a jail. > Do you have /usr/lib32 on your system? This would get installed for > example if you rebuild world/kernel following this: > http://www.

Re: Can I compile sendmail simply through the ports collection?

2010-09-17 Thread Matthew Seaman
On 17/09/2010 22:36:07, Aflatoon Aflatooni wrote: > Hi, > I was wondering if I can simply recompile sendmail from the ports collection > for > FreeBSD 7.1 server. > I need to recompile the sendmail on the server to add Cyrus SASL2 support. > The > instructions on FreeBSD point to src /usr/src/u

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread zaxis
thanks for your suggestion! >df -h Filesystem SizeUsed Avail Capacity Mounted on /dev/ad4s3a496M119M337M26%/ devfs 1.0K1.0K 0B 100%/dev /dev/ad4s3e496M 18M438M 4%/tmp /dev/ad4s3f 14G4.8G8.4G37%/usr /dev/

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread Polytropon
Allow me a short comment regarding your /etc/fstab, not related to your intial question. You have the following entries: On Sat, 4 Sep 2010 23:09:50 -0700 (PDT), zaxis wrote: > /dev/ad4s7/media/Fmsdosfs rw 0 0 > /dev/ad4s8/media/Gext2fs

Re: Can i use tmpfs to mount /tmp ?

2010-09-05 Thread Matthew Seaman
On 05/09/2010 07:09:50, zaxis wrote: > The /dev/ad4s3e is used for /tmp. Now i want to use tmpfs instead of ufs as > below > none /tmp tmpfs size=64M,nodev,nosuid,noexec 0 0 > > If i can, then how to reuse the space of /dev/ad4s3e ? There are two choices. Either mount your ad4s3e partition somew

Re: Can I know how many bytes were allocated by malloc in my process?

2010-08-30 Thread Ivan Voras
On 08/30/10 11:59, Yuri wrote: google-perftools malloc library has such feature. But does FreeBSD system allocator have it? Maybe getrusage(2) can help you, though it also counts non-malloc() allocations. ___ freebsd-questions@freebsd.org mailing

Re: Re : can i just upgrade the 8.1 kernel ?

2010-07-23 Thread Ruben de Groot
On Fri, Jul 23, 2010 at 07:37:59AM +, Alexandre L. typed: > I think you have not understood the handbook. > You MUST rebuild both base system and kernel to correctly upgrade your > FreeBSD box to 8.1-RELEASE. > If you let your system in 8.0-RELEASE and compile a kernel with 8.1 sources, > yo

Re : can i just upgrade the 8.1 kernel ?

2010-07-23 Thread Alexandre L.
I think you have not understood the handbook. You MUST rebuild both base system and kernel to correctly upgrade your FreeBSD box to 8.1-RELEASE. If you let your system in 8.0-RELEASE and compile a kernel with 8.1 sources, you will have problem. http://www.freebsd.org/doc/en/books/handbook/makewo

Re: can i just upgrade the 8.1 kernel ?

2010-07-23 Thread b. f.
>FreeBSD mybsd.zsoft.com 8.0-RELEASE-p2 FreeBSD 8.0-RELEASE-p2 #0: Wed Jul 14 >15:35:26 CST 2010 >root at mybsd.zsoft.com:/media/G/usr/obj/media/G/usr/src/sys/MYKERNEL i386 > >Can i just use the following commands to upgrade to 8.1 kernel ? And does >the virtualbox-ose still work under 8.1 ? Chec

Re: can i use flags at once?

2010-06-08 Thread b. f.
On 6/8/10, b. f. wrote: > Just to clarify some of the earlier comments, the ports knobs that can > be used to define certain build options are automatically persistent > only if the knobs are defined as part of the OPTIONS framework, and if > you don't subsequently delete the /var/db/port/*/option

Re: can i use flags at once?

2010-06-08 Thread b. f.
Just to clarify some of the earlier comments, the ports knobs that can be used to define certain build options are automatically persistent only if the knobs are defined as part of the OPTIONS framework, and if you don't subsequently delete the /var/db/port/*/options files, either directly or via t

Re: can i use flags at once?

2010-06-08 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce Cran wrote: > On Tue, 8 Jun 2010 13:59:40 + > Giorgos Tsiapaliokas wrote: > >> hello, >> >> i am a gentoo user and now i am trying to install a freebsd on my >> machine. ports are great but while my machine is compiling i receive >> message

Re: can i use flags at once?

2010-06-08 Thread Bruce Cran
On Tue, 8 Jun 2010 13:59:40 + Giorgos Tsiapaliokas wrote: > hello, > > i am a gentoo user and now i am trying to install a freebsd on my > machine. ports are great but while my machine is compiling i receive > messages about the flags. > > in gentoo i was able via the file /etc/portage/pack

Re: can i use flags at once?

2010-06-08 Thread Polytropon
On Tue, 8 Jun 2010 14:47:29 +, Giorgos Tsiapaliokas wrote: > for example when i was starting compiling kde i gave the commands, > > /usr/ports/x11/kde4 && make install clean > > after these commands,the kde package "asked" me which flags i want to use. This is okay. As long as options have

Re: can i use flags at once?

2010-06-08 Thread Tim Daneliuk
On 6/8/2010 9:50 AM, Giorgos Tsiapaliokas wrote: > On 8 June 2010 14:47, Giorgos Tsiapaliokas wrote: > >> for example when i was starting compiling kde i gave the commands, >> >> /usr/ports/x11/kde4 && make install clean >> >> after these commands,the kde package "asked" me which flags i want to

Re: can i use flags at once?

2010-06-08 Thread Giorgos Tsiapaliokas
On 8 June 2010 14:47, Giorgos Tsiapaliokas wrote: > for example when i was starting compiling kde i gave the commands, > > /usr/ports/x11/kde4 && make install clean > > after these commands,the kde package "asked" me which flags i want to use. > > with packages like this it is easy,but then i lef

Re: can i use flags at once?

2010-06-08 Thread Polytropon
On Tue, 8 Jun 2010 13:59:40 +, Giorgos Tsiapaliokas wrote: > hello, > > i am a gentoo user and now i am trying to install a freebsd on my machine. > ports are great but while my machine is compiling i receive messages about > the flags. > > in gentoo i was able via the file /etc/portage/pac

Re: can i use flags at once?

2010-06-08 Thread Julien Cigar
some ports have OPTIONS, then you can use make config / make config-recursive (man ports) others don't, then you can set them in /etc/make.conf, for example : jci...@frodon ~ % cat /etc/make.conf WITHOUT_APACHE="YES" WITHOUT_IPV6="YES" #WITHOUT_NLS="YES" WITHOUT_KDE="YES" WITHOUT_GNOME="YES" .

Re: Can I tunnel TCP over SNMP?

2010-05-15 Thread Liontaur
On Sat, May 15, 2010 at 1:26 PM, Yuri wrote: > In my hotel WiFi is supposed to work, but something is broken, and only > SNMP can pass through. I have my host outside, that replies to SNMP (pings). > > Yuri > > If it's a semi-reputable hotel then they should fix it. I know some hotel's systems ar

Re: Can I tunnel TCP over SNMP?

2010-05-15 Thread Randal L. Schwartz
> "Yuri" == Yuri writes: Yuri> In my hotel WiFi is supposed to work, but something is broken, and Yuri> only SNMP can pass through. I have my host outside, that replies Yuri> to SNMP (pings). Are you confusing ICMP (ping) with SNMP (monitoring)? Your last statement makes no sense. Also, a

Re: Can I tunnel TCP over SNMP?

2010-05-15 Thread Gary Gatten
I've heard of data leaks from bad dudes tunnelling data in DNS type traffic, so I'm sure it can be done. The level of effort is the question... - Original Message - From: owner-freebsd-questi...@freebsd.org To: freebsd-questions@freebsd.org Sent: Sat May 15 15:26:36 2010 Subject: Can I

Re: can I do away with most things-java?

2010-02-24 Thread Gary Kline
On Wed, Feb 24, 2010 at 07:29:22PM -0700, Warren Block wrote: > On Wed, 24 Feb 2010, Gary Kline wrote: > > > > Still cannot find the Latest tzupdater; it's like 90 links to > > find the bloody thing. Aaarrrgh. > > cd /usr/ports/java/jdk16 > make config > turn off TZUPDATE Thanks

Re: can I do away with most things-java?

2010-02-24 Thread Warren Block
On Wed, 24 Feb 2010, Gary Kline wrote: Still cannot find the Latest tzupdater; it's like 90 links to find the bloody thing. Aaarrrgh. cd /usr/ports/java/jdk16 make config turn off TZUPDATE -Warren Block * Rapid City, South Dakota USA __

Re: can I do away with most things-java?

2010-02-24 Thread Gary Kline
On Tue, Feb 23, 2010 at 11:56:18PM +0100, Torgeir Hoffmann wrote: > Hi Gary, > > On 23 February 2010 23:28, Gary Kline wrote: > > > > > > >Some years ago I thought that future java tools would have > >BSD ports that did not demand that we fetch them ourselves? > >Now, amo

Re: can I do away with most things-java?

2010-02-23 Thread Torgeir Hoffmann
Hi Gary, On 23 February 2010 23:28, Gary Kline wrote: > > >Some years ago I thought that future java tools would have >BSD ports that did not demand that we fetch them ourselves? >Now, among the few things left to rebuild/update is >diablo-jdk16. The makefile sez

Re: Can I prevent freebsd-update from installing kernel debug files

2009-11-12 Thread andrew clarke
On Wed 2009-11-11 12:35:55 UTC-0600, Jason Fried (r...@churchofbsd.org) wrote: > I have a fairly old install and not much room on my ROOT is there a way to > prevent freebsd-update from installing ".symbols" files. In /etc/freebsd-update.conf: IgnorePaths /boot/kernel/*.symbols >From reading th

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
--On May 9, 2009 5:54:28 PM -0500 Michel Talon wrote: Paul Schmehl wrote: The amd.ko.symbols file was created when I upgraded to 7.2 last Wednesday. What creates that file? And how do I update it? Could it be the cause of the problem? The amd.ko kernel module has nothing to do with the

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Michel Talon
Paul Schmehl wrote: > The amd.ko.symbols file was created when I upgraded to 7.2 last > Wednesday. What creates that file? And how do I update it? Could it > be the cause of the problem? The amd.ko kernel module has nothing to do with the automounter. It is a device driver for some hardware (ma

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
--On May 9, 2009 3:45:43 PM -0500 Michael Powell wrote: [...] For the userland side it would be cd /usr/src/usr.sbin/amd/amd and OOPs - make that: cd /usr/src/usr.sbin/amd typo on me make obj && make depend && make

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Paul Schmehl
--On May 9, 2009 3:40:23 PM -0500 Michael Powell wrote: Paul Schmehl wrote: I have a problem with amd. It's not working right, and I don't think I can fix it without rebuilding it. [snip] I'd like to rebuild amd without having to rebuild world as well, although I'll do that if I have to

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Michael Powell
Michael Powell wrote: > Paul Schmehl wrote: > >> I have a problem with amd. It's not working right, and I don't think I >> can fix it without rebuilding it. > [snip] >> >> I'd like to rebuild amd without having to rebuild world as well, although >> I'll do that if I have to. >> > [...] > > Fo

Re: Can I rebuild amd without rebuilding world?

2009-05-09 Thread Michael Powell
Paul Schmehl wrote: > I have a problem with amd. It's not working right, and I don't think I > can fix it without rebuilding it. [snip] > > I'd like to rebuild amd without having to rebuild world as well, although > I'll do that if I have to. > [...] I think you can just cd to /usr/src/sys/mod

Re: Can I resume the perl upgrade?

2009-04-14 Thread David Southwell
On Tuesday 14 April 2009 05:20:35 Ruben de Groot wrote: > On Sun, Apr 12, 2009 at 12:05:50PM -0700, David Southwell typed: > > On Saturday 11 April 2009 17:20:56 Chris Rees wrote: > > > > I hope it is not too far off topic but: > > > > > > > > Can anyone tell me how to fix this one: > > > > > > > >

Re: Can I resume the perl upgrade?

2009-04-14 Thread Ruben de Groot
On Sun, Apr 12, 2009 at 12:05:50PM -0700, David Southwell typed: > On Saturday 11 April 2009 17:20:56 Chris Rees wrote: > > > I hope it is not too far off topic but: > > > > > > Can anyone tell me how to fix this one: > > > > > > Stale dependency: bsdpan-Pod-Perldoc-3.15 -> perl-5.8.9_2 (lang/perl5

Re: Can I resume the perl upgrade?

2009-04-12 Thread David Southwell
On Saturday 11 April 2009 17:20:56 Chris Rees wrote: > 2009/4/11 David Southwell : > > On Friday 10 April 2009 11:43:33 kime...@gmail.com wrote: > >> Paul Schmehl wrote: > >> > --On Friday, April 10, 2009 11:17:00 -0500 Paul Schmehl > >> > > >> > wrote: > >> >> According to /usr/ports/UPDATING, if

Re: Can I resume the perl upgrade?

2009-04-11 Thread Chris Rees
2009/4/11 David Southwell : > On Friday 10 April 2009 11:43:33 kime...@gmail.com wrote: >> Paul Schmehl wrote: >> > --On Friday, April 10, 2009 11:17:00 -0500 Paul Schmehl >> > >> > wrote: >> >> According to /usr/ports/UPDATING, if you want to upgrade to perl5.10, >> >> you do >> >> the following:

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>

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-

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: 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: 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: 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: 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,

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: 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

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

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

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-25 Thread Chuck Robey
-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 there open source tools out there that i can build? > > pdfsam ( http://w

Re: can i split a pdf file?

2009-01-25 Thread Charlie Kester
On Sun 25 Jan 2009 at 16:51:56 PST 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 there open source tools out there that i can build? pdfsam ( http://www.pdfsam.org/ ) does

Re: can i split a pdf file?

2009-01-25 Thread cpghost
On Mon, Jan 26, 2009 at 01:37:08AM +0100, Wojciech Puchar wrote: > > because, well, they aren't PDF files anymore. ;-) > > For this, you'd prefer to split the PDF file after > > N pages. You may want to investigate print/pdftk: > > > >> From /usr/ports/print/pdftk/pkg-descr: > > > > If PDF is elec

Re: can i split a pdf file?

2009-01-25 Thread Charlie Kester
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 there open source tools out there that i can build? pdfsam ( http://www.pdfsam.org/ ) does both splits and merges of pdf files, but it doesn't seem

Re: can i split a pdf file?

2009-01-25 Thread Wojciech Puchar
because, well, they aren't PDF files anymore. ;-) For this, you'd prefer to split the PDF file after N pages. You may want to investigate print/pdftk: From /usr/ports/print/pdftk/pkg-descr: If PDF is electronic paper, then pdftk is an electronic staple-remover, hole-punch, binder, secret-dec

Re: can i split a pdf file?

2009-01-25 Thread Wojciech Puchar
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? as every other file. use split. or you meant splitting to separate pdf by some pages? convert to ps (pdf2ps) then use mpa

Re: can i split a pdf file?

2009-01-25 Thread cpghost
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? > > thanks in advance, > > gary To split

Re: Can i update ports tree using SVN

2008-12-18 Thread Giorgos Keramidas
On Fri, 19 Dec 2008 15:31:47 +0800, "Shaowei Wang (wsw)" wrote: > Hi, Guys, > i've updated the FreeBSD sources from svn.freebsd.org/ and it's speed > is very good. i want to know can i update the ports tree through some > svn server ? Unfortunately, no. Only the src/ tree has been converted to

Re: Can I Reinstall FreeBSD Over SSH?

2008-05-25 Thread Kyrre Nygård
Thanks a lot, this is exactly what I need. Kyrre ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Can I Reinstall FreeBSD Over SSH?

2008-05-25 Thread Outback Dingo
Yupp thats the one i was referring to also, id go this way to do it remotely On Sun, May 25, 2008 at 6:23 PM, Daniel Gerzo <[EMAIL PROTECTED]> wrote: > Hello Kyrre, > > Sunday, May 25, 2008, 9:42:37 AM, you wrote: > > > My server is getting kinda messy, but my ISP charges too much for a > > reins

Re: Can I Reinstall FreeBSD Over SSH?

2008-05-25 Thread Daniel Gerzo
Hello Kyrre, Sunday, May 25, 2008, 9:42:37 AM, you wrote: > My server is getting kinda messy, but my ISP charges too much for a > reinstall. Can I do this myself over SSH? Or perhaps there are ways to > make ones system as clean as a fresh install? Thanks. This will probably help you: http://ww

Re: Can I Reinstall FreeBSD Over SSH?

2008-05-25 Thread Lothar Braun
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, Kyrre Nygård wrote: | My server is getting kinda messy, but my ISP charges too much for a reinstall. Can I do this myself over SSH? Or perhaps there are ways to make ones system as clean as a fresh install? Thanks. If you have a spare partition

Re: Can I Reinstall FreeBSD Over SSH?

2008-05-25 Thread Outback Dingo
In theory yes you can its been done before, ill see if i can find the url and the code for it i think it was mfsbsd ?? On Sun, May 25, 2008 at 4:31 PM, Christian Zachariasen <[EMAIL PROTECTED]> wrote: > On Sun, May 25, 2008 at 9:42 AM, "Kyrre Nygård" <[EMAIL PROTECTED]> > wrote: > > > My server i

Re: Can I Reinstall FreeBSD Over SSH?

2008-05-25 Thread Christian Zachariasen
On Sun, May 25, 2008 at 9:42 AM, "Kyrre Nygård" <[EMAIL PROTECTED]> wrote: > My server is getting kinda messy, but my ISP charges too much for a > reinstall. Can I do this myself over SSH? Or perhaps there are ways to make > ones system as clean as a fresh install? Thanks. > > Much obliged, > Kyrr

Re: Can I run ntpd in a jail?

2008-02-02 Thread Oliver Peter
On Thu, Jan 31, 2008 at 01:35:55AM -0800, Rudy wrote: > ... > Can ntpd update the system clock from within a jail? That is not possible. You have to update the system clock on the host system. -- Oliver PETER, email: [EMAIL PROTECTED], ICQ# 113969174 "Worker bees can leave. Even drones can fly

Re: Can I install Free BSD latest version on my laptop with dual boot?

2007-12-04 Thread manikandan . x . balachandran
, UK Jerry McAllister <[EMAIL PROTECTED]> 03/12/2007 09:59 PM To: Chess Griffin <[EMAIL PROTECTED]> cc: Jerry McAllister <[EMAIL PROTECTED]>, [EMAIL PROTECTED], freebsd-questions@freebsd.org Subject:Re: Can I i

Re: Can I install Free BSD latest version on my laptop with dual boot?

2007-12-03 Thread Jerry McAllister
On Mon, Dec 03, 2007 at 02:26:07PM -0500, Chess Griffin wrote: > Jerry McAllister wrote: > >> Hi, > >> > >> Can I install Free BSD latest version on my laptop with dual boot (Windows > >> Vista + Free BSD), my system configuration details are as follows > > > > Probably. You will have to divid

Re: Can I install Free BSD latest version on my laptop with dual boot?

2007-12-03 Thread Chess Griffin
Jerry McAllister wrote: >> Hi, >> >> Can I install Free BSD latest version on my laptop with dual boot (Windows >> Vista + Free BSD), my system configuration details are as follows > > Probably. You will have to divide your hard disk. > I have successfully been doing that will Partition Magic (

Re: Can I install Free BSD latest version on my laptop with dual boot?

2007-12-03 Thread Jerry McAllister
> Hi, > > Can I install Free BSD latest version on my laptop with dual boot (Windows > Vista + Free BSD), my system configuration details are as follows Probably. You will have to divide your hard disk. I have successfully been doing that will Partition Magic (7.0) but recently got V 8.0 and

Re: can I use info from gentoo installation?

2007-04-03 Thread Kevin Kinsey
Jeff D. Hamann wrote: 1) If I try installing FreeBSD, will I be using much of the information about the drivers etc. from linux (linux binary compat, etc.)? Not really at all, AFAIK. 2) I've tried getting FreeBSD (4.9, 5.X, <6.2) to work before on this laptop and couldn't even get the NIC t

Re: can I use info from gentoo installation?

2007-04-03 Thread Jeff Rollin
Hi Jeff On 03/04/07, Jeff D. Hamann <[EMAIL PROTECTED]> wrote: I've been a big fan of FreeBSD for a few years using it on desktop/headless servers and want to use it on my laptop (clevo m38aw, sager 3880). I couldn't find much on the web regarding hardware compatibility or installation guides fo

Re: can i set different moused_flags for tow mice?

2007-03-05 Thread Dan Nelson
In the last episode (Mar 06), lveax said: > hi all > > i have tow usb mouse,one is in left,another is in right. > > i added > moused_flags="-m 1=3 -m 3=1" > > to my /etc/rc.conf then i can use the left hand mouse. > but it effected the tow mice. > > 391 ?? Ss 0:02.07 /usr/sbin/moused -m

Re: Can I Mount A Windoze Drive?

2007-02-19 Thread Drew Jenkins
- Original Message From: Jerry McAllister <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: freebsd-questions@freebsd.org Sent: Monday, February 19, 2007 12:04:29 PM Subject: Re: Can I Mount A Windoze Drive? Great! What worked here for me was: mkdir -p /mnt/

Re: Can I Mount A Windoze Drive?

2007-02-19 Thread Jerry McAllister
freebsd-questions@freebsd.org > Cc: [EMAIL PROTECTED] > Sent: Sunday, February 18, 2007 3:51:25 PM > Subject: Re: Can I Mount A Windoze Drive? > > On Sun 18 Feb 2007 07:02, Drew Jenkins wrote: > > For some reason, I can no longer mount the Windoze drive! The first time I

Re: Can I Mount A Windoze Drive?

2007-02-19 Thread Drew Jenkins
- Original Message From: Kevin Kinsey <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: freebsd-questions@freebsd.org Sent: Monday, February 19, 2007 9:59:52 AM Subject: Re: Can I Mount A Windoze Drive? >Does "/mnt" truly not exist? `ls -l / | grep mn

Re: Can I Mount A Windoze Drive?

2007-02-19 Thread Kevin Kinsey
Drew Jenkins wrote: For some reason, I can no longer mount the Windoze drive! The first >> time I mounted it, I didn't even change the fstab! I just issued >> the command: mount_ntfs /dev/ad0s1 /mnt/win and it mounted! I copied off everything I thought I needed. But >> when I tried to go bac

Re: Can I Mount A Windoze Drive?

2007-02-19 Thread Drew Jenkins
Here is the dialogue: # mount_ntfs /dev/ad0s1 /mnt/win #mount_ntfs: /mnt No such file or directory Drew - Original Message From: Martin Tournoij <[EMAIL PROTECTED]> To: freebsd-questions@freebsd.org Cc: [EMAIL PROTECTED] Sent: Sunday, February 18, 2007 3:51:25 PM Subject: Re: Can I

Re: Can I Mount A Windoze Drive?

2007-02-18 Thread Martin Tournoij
Martin Tournoij <[EMAIL PROTECTED]> > To: freebsd-questions@freebsd.org > Cc: [EMAIL PROTECTED] > Sent: Saturday, February 17, 2007 3:10:22 AM > Subject: Re: Can I Mount A Windoze Drive? > > > On Sat 17 Feb 2007 13:02, Drew Jenkins wrote: > > Newbie question here. I just

Re: Can I Mount A Windoze Drive?

2007-02-18 Thread Drew Jenkins
bruary 17, 2007 3:10:22 AM Subject: Re: Can I Mount A Windoze Drive? On Sat 17 Feb 2007 13:02, Drew Jenkins wrote: > Newbie question here. I just want to make sure I don't screw anything up. I > have two hard drives in my box...one for Windoze, one for FBSD. Can I mount > the fo

Re: Can I Mount A Windoze Drive?

2007-02-17 Thread Drew Jenkins
- Original Message From: Greg 'groggy' Lehey <[EMAIL PROTECTED]> To: Drew Jenkins <[EMAIL PROTECTED]> Cc: freebsd-questions@freebsd.org Sent: Saturday, February 17, 2007 3:03:03 AM Subject: Re: Can I Mount A Windoze Drive? Thank you to both you and Martin Tournoij

Re: Can I Mount A Windoze Drive?

2007-02-16 Thread Martin Tournoij
On Sat 17 Feb 2007 13:02, Drew Jenkins wrote: > Newbie question here. I just want to make sure I don't screw anything up. I > have two hard drives in my box...one for Windoze, one for FBSD. Can I mount > the former from FBSD and copy over files? Do I navigate it just like a FBSD > disk..."cd", "

Re: Can I Mount A Windoze Drive?

2007-02-16 Thread Greg 'groggy' Lehey
[Format recovered--see http://www.lemis.com/email/email-format.html] Single line message. On Saturday, 17 February 2007 at 13:46:28 +0700, Drew Jenkins wrote: > Newbie question here. I just want to make sure I don't screw > anything up. I have two hard drives in my box...one for Windoze, one > f

Re: Can I use an HP printer

2007-02-10 Thread Ted Mittelstaedt
;Ted Mittelstaedt" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: Sent: Saturday, February 10, 2007 5:32 AM Subject: Re: Can I use an HP printer > I have an Epson Stylus C43SX and have made it print PostScript > through the following filter using GIMP Pr

Re: Can I use an HP printer

2007-02-10 Thread Yuri Grebenkin
I have an Epson Stylus C43SX and have made it print PostScript through the following filter using GIMP Print and Ghostscript: # /usr/local/libexec/ps2eps.sh gs -DSAFER -sDEVICE=ijs -sIjsServer=ijsgimpprint \ -sDeviceManufacturer=EPSON -sDeviceModel=escp2-c42sx \ -DIjsUseOutputFD -q -sOutputF

  1   2   3   >