Re: Mounting (read/write) ext4

2012-01-09 Thread Chuck Swiger
On Jan 8, 2012, at 11:57 AM, Chris wrote: Can the upcoming FreeBSD 9 mount ext4 file systems out of the box? Probably no. There's ext2 backwards-compatibility, but from what I recall, as soon as someone uses extents under the ext4 filesystem it is no longer backwards-compatible with ext2/3.

Re: ports vs packages

2012-01-09 Thread Damien Fleuriot
On 1/9/12 6:48 PM, claudiu vasadi wrote: On Mon, Jan 9, 2012 at 6:17 PM, alexus ale...@gmail.com wrote: Ports vs Packages? /usr/ports vs pkg_* pros/cons -- http://alexus.org/ ___ freebsd-questions@freebsd.org mailing list

Re: ports vs packages

2012-01-09 Thread Alejandro Imass
On Mon, Jan 9, 2012 at 1:19 PM, Devin Teske devin.te...@fisglobal.com wrote: -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- [...] Of course, this is explicit to rather serious production environments. Desktop and casual usage ... ports may serve

RE: ports vs packages

2012-01-09 Thread Devin Teske
-Original Message- From: aim...@yabarana.com [mailto:aim...@yabarana.com] On Behalf Of Alejandro Imass Sent: Monday, January 09, 2012 11:37 AM To: Devin Teske Cc: alexus; freebsd-questions@freebsd.org Subject: Re: ports vs packages On Mon, Jan 9, 2012 at 1:19 PM, Devin Teske

FreeBSD9 + PHP

2012-01-09 Thread alexus
I created a jail and within a jail I did pkg_add -r apache22 pkg_add -r php5 now I have apache and php, but whenever I'm trying to hit phpinfo.php, I see source code... I dont think php5 added inside of apache22 -- http://alexus.org/ ___

Re: FreeBSD9 + PHP

2012-01-09 Thread Peter
I created a jail and within a jail I did pkg_add -r apache22 pkg_add -r php5 now I have apache and php, but whenever I'm trying to hit phpinfo.php, I see source code... I dont think php5 added inside of apache22 -- http://alexus.org/ I don't think the package has the apache module by

Re: FreeBSD9 + PHP

2012-01-09 Thread alexus
there is no way to make it like that? so it has to be build via ports? On Mon, Jan 9, 2012 at 3:02 PM, Peter fb...@peterk.org wrote: I created a jail and within a jail I did pkg_add -r apache22 pkg_add -r php5 now I have apache and php, but whenever I'm trying to hit phpinfo.php, I see

Broken amd64 packages: cvsup-without-gui and sup

2012-01-09 Thread Devin Teske
Hi all, Running FreeBSD 8.1-RELEASE-p6 here, we've noticed that both the amd64 build of supfilesrv as installed by the sup-2.0.20060802 package AND the amd64 build of cvsupd as installed by the cvsup-without-gui-16.1h_4 package, both segmentation fault immediately upon connection. The easiest

Re: FreeBSD9 + PHP

2012-01-09 Thread Chuck Swiger
On Jan 9, 2012, at 12:02 PM, alexus wrote: there is no way to make it like that? so it has to be build via ports? The PHP maintainer decides the default options, which is what the precompiled package you got used. While many people want PHP in the form of an Apache module, other folks use it

2 distinct DSL lines with same endpoint (8-STABLE)

2012-01-09 Thread Christoph Egger
Hi all! I'm having a FreeBSD 8 gateway that is supposed to do NAT/firewall stuff with internet coming through 2 distinct DSL modems from the same carrier. Unfortunately I can only run ppp on one of these lines as the endpoint address for both lines are the same so bringing up the second line

Re: problem with terminal capabilities when using terminal from within emacs

2012-01-09 Thread Joseph Mingrone
On Sun, Jan 8, 2012 at 13:50, Joseph Mingrone j...@ftfl.ca wrote: From within emacs, if I invoke a new multi-term buffer with C-c c, the TERM environment variable is set to eterm-color and a TERMCAP variable is also set and everything works fine.  However, if I ssh to a remote host from within

Re: FreeBSD Kernel Internals Documentation

2012-01-09 Thread David Jackson
On Tue, Jan 3, 2012 at 9:46 AM, Alejandro Imass a...@p2ee.org wrote: On Tue, Jan 3, 2012 at 1:41 AM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 01/03/12 12:06, Walter Alejandro Iglesias wrote: On Mon, Jan 02, 2012 at 12:33:20PM -0700, Chad Perrin wrote: Ubuntu,

Re: 2 distinct DSL lines with same endpoint (8-STABLE)

2012-01-09 Thread Michael Ross
Am 09.01.2012, 21:20 Uhr, schrieb Christoph Egger christ...@christoph-egger.org: Hi all! I'm having a FreeBSD 8 gateway that is supposed to do NAT/firewall stuff with internet coming through 2 distinct DSL modems from the same carrier. Unfortunately I can only run ppp on one of these lines

Re: 2 distinct DSL lines with same endpoint (8-STABLE)

2012-01-09 Thread Michael Ross
Am 09.01.2012, 21:47 Uhr, schrieb Michael Ross g...@ross.cx: Am 09.01.2012, 21:20 Uhr, schrieb Christoph Egger christ...@christoph-egger.org: Hi all! I'm having a FreeBSD 8 gateway that is supposed to do NAT/firewall stuff with internet coming through 2 distinct DSL modems from the same

Re: FreeBSD Kernel Internals Documentation

2012-01-09 Thread David Jackson
And that's just the way it is now. Try replicating the wealth of information you get in various config files in FreeBSD in a GUI. Just how hard it is to open a simple text file in an editor and just fracking do what it tells you to in comments?! And it's not just the base system, any

Re: FreeBSD Kernel Internals Documentation

2012-01-09 Thread Alejandro Imass
On Mon, Jan 9, 2012 at 3:37 PM, David Jackson djackson...@gmail.com wrote: On Tue, Jan 3, 2012 at 9:46 AM, Alejandro Imass a...@p2ee.org wrote: On Tue, Jan 3, 2012 at 1:41 AM, Da Rock freebsd-questi...@herveybayaustralia.com.au wrote: On 01/03/12 12:06, Walter Alejandro Iglesias wrote:

RE: Broken amd64 packages: cvsup-without-gui and sup

2012-01-09 Thread Devin Teske
Update. -Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd- questi...@freebsd.org] On Behalf Of Devin Teske Sent: Monday, January 09, 2012 12:05 PM To: FreeBSD Questions Subject: Broken amd64 packages: cvsup-without-gui and sup Hi all, Running

Re: 2 distinct DSL lines with same endpoint (8-STABLE)

2012-01-09 Thread Nikos Vassiliadis
On 1/9/2012 10:20 PM, Christoph Egger wrote: Hi all! I'm having a FreeBSD 8 gateway that is supposed to do NAT/firewall stuff with internet coming through 2 distinct DSL modems from the same carrier. Unfortunately I can only run ppp on one of these lines as the endpoint address for both

Re: ports vs packages

2012-01-09 Thread alexus
Thank you so much for this wonderful feedback! One of the things I'm seeing is that unfortunately packages are somewhat limited vs ports... For example: I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5, php5 doesn't have libphp5.so that links Apache and PHP together... so

Re: Installing FreeBSD ver. 8.2

2012-01-09 Thread Da Rock
On 01/08/12 09:05, leeoliveshackelf...@surewest.net wrote: Greetings, dear FreeBSD enthusiast. I am tearing my hair out trying to get FreeBSD 8.2 operating on my Hewlett-Packard xw4400 workstation. I am a newcomer to FreeBSD. This workstation is used by several different people. Normally,

Problems building world with 9.0 RC3

2012-01-09 Thread Patrick Mahan
All, I am having an issue with getting buildworld to work for me. It is failing while building zfs - cc -DADARA_OS -I/data/pmahan/devel/pm_ipr9.0/ipr9.0/src/cddl/sbin/zfs/../../../cddl/contrib/opensolaris/lib/libzpool/common

Re: ports vs packages

2012-01-09 Thread Alejandro Imass
On Mon, Jan 9, 2012 at 5:00 PM, alexus ale...@gmail.com wrote: Thank you so much for this wonderful feedback! One of the things I'm seeing is that unfortunately packages are somewhat limited vs ports... For example: I'm trying to get Apache httpd + PHP to work, after pkg_add -r php5, php5

Re: Error in building documentation from source

2012-01-09 Thread Joe Altman
On Mon, Jan 09, 2012 at 07:15:21PM +0100, Patrick Lamaiziere wrote: Le Sun, 8 Jan 2012 19:58:18 -0500, Hello, I've just tried without problem. Well, have you the port textproc/docproj installed (of course)? The equivalent, AIUI: docproj-nojadetex. Be sure that the source are up to

starting firefox3 with defined geometry

2012-01-09 Thread Matthias Apitz
Hello, Is there some way to start firefox3 in a defined geometry, something like $ firefox3 -geometry 1024x768 The desktop in question is KDE3, if this does matter, but I don't think so; thanks the background of this is: I have to prepare some HTML based presentation (in S5,