Userdir mod in apache2.2

2007-12-10 Thread Alain G. Fabry
Apache/2.2.6 (FreeBSD) PHP Version 5.2.5 FreeBSD 6.2 Trying to get the userdir module to work but it seems to fail all the time due to 'You don't have permissions' Main webserver works fine. Only when trying to go to the 'http://localhost/~user/index.html' I get the permissions error.

Re: Release 7.0 Beta2

2007-12-10 Thread Srinivasa R Kanduru
Thanks for the inputs. The keyboard responds in the Welcome screen. So I can stop and select different booting options. But later when the kernel boots, the usb controller driver gives an error. Here is what I saw in the bootup messages: ... usb1: host controller halted uhub1: usb device problem

Re: Release 7.0 Beta2

2007-12-10 Thread Srinivasa R Kanduru
I forgot to mention that this was seen with 7.0Beta4 released on Dec 3. On 12/10/07, Srinivasa R Kanduru [EMAIL PROTECTED] wrote: Thanks for the inputs. The keyboard responds in the Welcome screen. So I can stop and select different booting options. But later when the kernel boots, the

Re: Problem with NAT/RDR in PF

2007-12-10 Thread shinny knight
Michael Smith [EMAIL PROTECTED] wrote: On Dec 9, 2007, at 3:34 PM, Erik Norgaard wrote: Michael Smith wrote: Hello All: I am trying to configure a round-robin group of Name Servers that respond on to and from a single address. I want the following to occur: 1) DNS query from

Kernel module error

2007-12-10 Thread Monah Baki
Hi all, Trying to build kernel and I get the following error: /usr/src/sys/modules/acpi/acpi/../../../contrib/dev/acpica/exmutex.c:373:10: invalid preprocessing directive #return_AGPI_STATUS mkdep: compile failed *** Error code 1 Stop in /usr/src/sys/modules/acpi/acpi. *** Error code 1 Stop

Re: Userdir mod in apache2.2

2007-12-10 Thread Paul Schmehl
--On Monday, December 10, 2007 09:35:14 +0100 Alain G. Fabry [EMAIL PROTECTED] wrote: Apache/2.2.6 (FreeBSD) PHP Version 5.2.5 FreeBSD 6.2 Trying to get the userdir module to work but it seems to fail all the time due to 'You don't have permissions' But I just cannot get

RE: Problem with NAT/RDR in PF

2007-12-10 Thread Michael K. Smith - Adhost
Hello Catalin: snip Michael Smith [EMAIL PROTECTED] wrote: On Dec 9, 2007, at 3:34 PM, Erik Norgaard wrote: Michael Smith wrote: Hello All: I am trying to configure a round-robin group of Name Servers that respond on to and from a single address.

math:random

2007-12-10 Thread Jay Aikat
Hi, When I run a perl script that uses math:random, I get the following: Can't locate Math/Random.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl

Re: math:random

2007-12-10 Thread Paul Schmehl
--On Monday, December 10, 2007 12:32:13 -0500 Jay Aikat [EMAIL PROTECTED] wrote: Hi, When I run a perl script that uses math:random, I get the following: Can't locate Math/Random.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN

Re: math:random

2007-12-10 Thread Andy Dills
On Mon, 10 Dec 2007, Jay Aikat wrote: Hi, When I run a perl script that uses math:random, I get the following: Can't locate Math/Random.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8

loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sysutils/fusefs-kmod installs to /usr/local/modules/fuse.ko and a fuse_load=YES will not work because of this. But, mv/cp/ln'ing it to /boot/kernel gets nuked if you rebuild/install the kernel. How to get around this? -BEGIN PGP SIGNATURE-

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The fusefs rc script will run kldload /usr/local/modules/fuse.ko. You don't need to add anything to loader.conf . Secondly, you should add kernel modules to the /boot/modules dir not /boot/kernel. Thanks but I use a handwritten /etc/rc that

smart_host on sendmail min config

2007-12-10 Thread Aryeh Friedman
What else do I need to add to this to make it work (i.e. send all mail via mx1.optonline.net): OSTYPE(`freebsd6')dnl define(`SMART_HOST', `mx2.optonline.net')dnl btw shouldn't there be a frebsd7 or freebsd8 OSTYPE? (I run -current) ___

Re: smart_host on sendmail min config

2007-12-10 Thread Chuck Swiger
On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: What else do I need to add to this to make it work (i.e. send all mail via mx1.optonline.net): OSTYPE(`freebsd6')dnl define(`SMART_HOST', `mx2.optonline.net')dnl Look at /etc/mail/freebsd.mc and edit the SMART_HOST line as above. (Note

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Rob Messick
Aryeh M. Friedman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sysutils/fusefs-kmod installs to /usr/local/modules/fuse.ko and a fuse_load=YES will not work because of this. But, mv/cp/ln'ing it to /boot/kernel gets nuked if you rebuild/install the kernel. How to get around this?

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Dan Nelson
In the last episode (Dec 10), Aryeh M. Friedman said: sysutils/fusefs-kmod installs to /usr/local/modules/fuse.ko and a fuse_load=YES will not work because of this. But, mv/cp/ln'ing it to /boot/kernel gets nuked if you rebuild/install the kernel. How to get around this? The loader also

FreeBSD 6.2 and ESATA

2007-12-10 Thread DSA - JCR
Hi all I wonder to know if FreebSD 6.2 (I386) has drivers for ESATA (External SATA): I haven't found anything about the item and I would like to use ESATA in spite of USB Disks for backups because of its speed. Thanks in advance Sincerely Juan Coruña Desarrollo de Software Atlantico

Re: smart_host on sendmail min config

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck Swiger wrote: On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: What else do I need to add to this to make it work (i.e. send all mail via mx1.optonline.net): OSTYPE(`freebsd6')dnl define(`SMART_HOST', `mx2.optonline.net')dnl Look at

Re: DVD's and FreeBSD

2007-12-10 Thread Chuck Robey
Gary Kline wrote: On Fri, Dec 07, 2007 at 04:05:23PM -0700, Predrag Punosevac wrote: Gary Kline wrote: Update: Well, totem chokes when trying to play a DVD, Totem is not good DVD player and that has to do nothing with the FreeBSD, OpenBSD or whatever Linux you want to use.

Re: FreeBSD 6.2 and ESATA

2007-12-10 Thread Erik Trulsson
On Mon, Dec 10, 2007 at 07:31:01PM -, DSA - JCR wrote: Hi all I wonder to know if FreebSD 6.2 (I386) has drivers for ESATA (External SATA): I haven't found anything about the item and I would like to use ESATA in spite of USB Disks for backups because of its speed. The only real

Re: math:random

2007-12-10 Thread Warren Block
On Mon, 10 Dec 2007, Paul Schmehl wrote: You need to install the appropriate perl module - in this case Math::Random. FreeBSD ports contain many of the perl modules. Most are in the format p5-Foo-Bar. To find them, go to /usr/ports and type make search key=Math-Random (for example.) If

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Tino Engel
Aryeh M. Friedman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The fusefs rc script will run kldload /usr/local/modules/fuse.ko. You don't need to add anything to loader.conf . Secondly, you should add kernel modules to the /boot/modules dir not /boot/kernel. Thanks but I

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could make a softlink... Thats what raised the question I was doing ln -s /usr/local/modules/fuse.ko /boot/kernel/fuse.ko -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla -

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Tino Engel
Aryeh M. Friedman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could make a softlink... Thats what raised the question I was doing ln -s /usr/local/modules/fuse.ko /boot/kernel/fuse.ko And it did not work? ___

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tino Engel wrote: Aryeh M. Friedman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could make a softlink... Thats what raised the question I was doing ln -s /usr/local/modules/fuse.ko /boot/kernel/fuse.ko And it did not work?

Re: DVD's and FreeBSD

2007-12-10 Thread RW
On Mon, 10 Dec 2007 15:23:52 -0500 Chuck Robey [EMAIL PROTECTED] wrote: . Even though kmplayer works, I found it's interface (which uses mplayer and xine as backends) ssmed a little clunky. I wouldn't want to use kmplayer like that either, but it works

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Rob Messick
Tino Engel wrote: Aryeh M. Friedman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could make a softlink... Thats what raised the question I was doing ln -s /usr/local/modules/fuse.ko /boot/kernel/fuse.ko And it did not work? Yeah, if you put a kernel module in

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Tino Engel
Aryeh M. Friedman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tino Engel wrote: Aryeh M. Friedman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You could make a softlink... Thats what raised the question I was doing ln -s

FreeBSD mail forwarder and SPF

2007-12-10 Thread Dan Mahoney, System Admin
Hello all, I secure my outbound e-mail with SPF. One of the ports maintainers ([EMAIL PROTECTED]) also secures his INBOUND e-mail with SPF. I tried to e-mail garga about a minor doc-bug, and got a bounce, since his mailserver didn't recognize mx2.freebsd.org as a valid MX for [EMAIL

does sysinstall's Upgrade ever use the local system's shell?

2007-12-10 Thread Royce Williams
Question: Does the sysinstall Upgrade option have a dependency on the local system's sh at any time during the install? Details: I have a system that I'm trying to rescue. It has a mix of 6.2-SECURITY and 6.3-BETA components due to a failure during the freebsd-update minor-upgrade

Re: smart_host on sendmail min config

2007-12-10 Thread Giorgos Keramidas
On 2007-12-10 15:08, Aryeh M. Friedman [EMAIL PROTECTED] wrote: Chuck Swiger wrote: On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: What else do I need to add to this to make it work (i.e. send all mail via mx1.optonline.net): OSTYPE(`freebsd6')dnl define(`SMART_HOST',

firebird2 API woes

2007-12-10 Thread Markus Hoenicka
[apologies for cross-posting, but freebsd-database was not able to help] Hi, I'm having a hard time connecting to a firebird 2.0.3 server installed on FreeBSD 6.1 through the C API calls. The connection code is pretty much copy+pasted from the API documentation. However, all calls to

Re: loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Antony Mawer
On 11/12/2007 2:54 AM, Aryeh M. Friedman wrote: You could make a softlink... Thats what raised the question I was doing ln -s /usr/local/modules/fuse.ko /boot/kernel/fuse.ko Remember that this is the loader which will be loading the module, so if /usr is a separate partition then this will

Re: FreeBSD mail forwarder and SPF

2007-12-10 Thread Mark D. Foster
Dan Mahoney, System Admin wrote: Hello all, I secure my outbound e-mail with SPF. One of the ports maintainers ([EMAIL PROTECTED]) also secures his INBOUND e-mail with SPF. I tried to e-mail garga about a minor doc-bug, and got a bounce, since his mailserver didn't recognize

Re: DVD's and FreeBSD

2007-12-10 Thread Gary Kline
On Mon, Dec 10, 2007 at 03:23:52PM -0500, Chuck Robey wrote: Gary Kline wrote: On Fri, Dec 07, 2007 at 04:05:23PM -0700, Predrag Punosevac wrote: Gary Kline wrote: Update: Well, totem chokes when trying to play a DVD, Totem is not good DVD player and that has to do nothing with the

RE: FreeBSD mail forwarder and SPF

2007-12-10 Thread Mark
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark D. Foster Sent: dinsdag 11 december 2007 0:40 To: Dan Mahoney, System Admin Cc: [EMAIL PROTECTED] Subject: Re: FreeBSD mail forwarder and SPF The solution is @ http://www.openspf.org/FAQ/Forwarding If

Re: DVD's and FreeBSD

2007-12-10 Thread RW
On Mon, 10 Dec 2007 15:39:51 -0800 Gary Kline [EMAIL PROTECTED] wrote: With kmplayer, altho it works with virtually everything, it is a bi tclunky. Also, it will not show the menu part of my DVD. So far, vlc wins (in my lineup). But it's not intuitive at all. A

Re: FreeBSD mail forwarder and SPF

2007-12-10 Thread RW
On Mon, 10 Dec 2007 15:28:15 -0800 Mark D. Foster [EMAIL PROTECTED] wrote: The solution is @ http://www.openspf.org/FAQ/Forwarding If garga@ isn't following the recommended practice of whitelisting freebsd.org's MX servers then breakage results. That said, mx2.freebsd.org is NOT LISTED as an

loading modules not in /boot/kernel from loader.conf

2007-12-10 Thread Aryeh Friedman
I have had bad experiences with loading modules anywhere except /boot/loader.conf and even so there is some hacking in the rc to make it work fine for example: (sleep 5;ntfs-3g ) is the last line in the rc Remember that this is the loader which will be loading the module, so if /usr is a

triple boot loader

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I have vista+freebsd (both boot well off btx) and fedora (which doesn't boot at all of the current btx install I have)... I want to keep btx instead of having to reconfigure for grub or some piece of linux (*(*(*... help? -BEGIN PGP SIGNATURE-

Re: smart_host on sendmail min config

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giorgos Keramidas wrote: On 2007-12-10 15:08, Aryeh M. Friedman [EMAIL PROTECTED] wrote: Chuck Swiger wrote: On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: What else do I need to add to this to make it work (i.e. send all mail via

performance impact of large /etc/hosts files

2007-12-10 Thread Erich Dollansky
Hi, I wonder what the performance impact of the entries in /etc/hosts really is. What is your experience? Google tells me a lot of hosts running FreeBSD but I could not find anything regarding the hosts file itself. I use hosts for filtering all unwanted content on my personal machine. I

does freebsd support Vostro 1400 notebook?

2007-12-10 Thread lveax
hey all, i want to buy a dell vostro 1400 http://www.dell.com/content/products/productdetails.aspx/vostronb_1400?c=uscs=04l=ens=bsd~tab=bundlestab does freebsd support it? which driver should i use? sound card/network card/etc i will update the Video Cards 128MB NVIDIA(R) GeForce™ 8400M GS i

3200 canadian subsidies or grants listed

2007-12-10 Thread Canadian business publications
PRESS RELEASE CANADIAN SUBSIDY DIRECTORY YEAR 2007 EDITION Legal Deposit-National Library The new revised edition of the Canadian Subsidy Directory 2007 is now available. Business... $ 69.95 Academic (For schools, governments, municipalities, reference

Re: Duplicate existing FreeBSD Server in VM

2007-12-10 Thread Simon Gao
DAve wrote: Terry Sposato wrote: Hi, I have just installed a machine and have it setup running a web based CRM solution. I want to have an exact duplicate of this machine running as a VM for redundancy reasons. What is the best way to go about getting this exact machine

Re: Wine compatibility and performance on FreeBSD 7

2007-12-10 Thread Tom Wickline
On Dec 10, 2007 11:41 PM, Brett Glass [EMAIL PROTECTED] wrote: It's worth noting that the WINE project, not long ago, abandoned the BSD license for the GPL despite urging from many sources to keep the code open and free for use by developers. We've stopped using it as a result. --Brett Glass

Re: Wine compatibility and performance on FreeBSD 7

2007-12-10 Thread Brett Glass
It's worth noting that the WINE project, not long ago, abandoned the BSD license for the GPL despite urging from many sources to keep the code open and free for use by developers. We've stopped using it as a result. --Brett Glass At 10:59 AM 12/6/2007, Tom Wickline wrote: Oh yea, were seeking

preserving device symlinks across reboots

2007-12-10 Thread David Newman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To use ntpd with an HP GPS receiver on RELENG-6.2, I have a symlink from the first serial port to the HP GPS device: somehost# ls -l /dev/hpgps0 lrwxr-xr-x 1 root wheel 10 Dec 1 21:06 /dev/hpgps0 - /dev/cuad0 This works fine since the GPS

Re: preserving device symlinks across reboots

2007-12-10 Thread Peter Boosten
On Tue, December 11, 2007 06:49, David Newman wrote: How best to preserve the symlink across reboots? I created an rc.local file making a new symlink, but maybe there's a better way. Have a look at /etc/devfs.conf man 5 devfs.conf Peter -- http://www.boosten.org

Re: preserving device symlinks across reboots

2007-12-10 Thread Tino Engel
David Newman schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 To use ntpd with an HP GPS receiver on RELENG-6.2, I have a symlink from the first serial port to the HP GPS device: somehost# ls -l /dev/hpgps0 lrwxr-xr-x 1 root wheel 10 Dec 1 21:06 /dev/hpgps0 - /dev/cuad0 This works

Re: Wine compatibility and performance on FreeBSD 7

2007-12-10 Thread Chad Perrin
On Mon, Dec 10, 2007 at 09:41:24PM -0700, Brett Glass wrote: It's worth noting that the WINE project, not long ago, abandoned the BSD license for the GPL despite urging from many sources to keep the code open and free for use by developers. We've stopped using it as a result. Somehow I missed

Re: Wine compatibility and performance on FreeBSD 7

2007-12-10 Thread Chad Perrin
On Mon, Dec 10, 2007 at 11:44:55PM -0500, Tom Wickline wrote: Wins is under a free licence, its LGPL and I'm almost 100% sure you have no idea why the licence was changed! So . . . why was it changed? -- CCD CopyWrite Chad Perrin [ http://ccd.apotheon.org ] Leon Festinger: A man with a

RE: CD/DVD writer no longer works

2007-12-10 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Paul Schmehl Sent: Thursday, December 06, 2007 1:34 PM To: FreeBSD Questions Subject: Re: CD/DVD writer no longer works --On Thursday, December 06, 2007 19:14:51 +0100 Wojciech Puchar [EMAIL

Re: Problem with NAT/RDR in PF

2007-12-10 Thread Erik Norgaard
Michael Smith wrote: I simply let my register transfer the zone file daily, works fine. If you need to update the zone file regularly just reduce the max age of the zone. Hello Erik: Well, aside from doing a *lot* of queries, it's nice to have a single IP address fronting a set of

Re: Userdir mod in apache2.2

2007-12-10 Thread Alain G. Fabry
On Mon, Dec 10, 2007 at 10:13:58AM -0600, Paul Schmehl wrote: --On Monday, December 10, 2007 09:35:14 +0100 Alain G. Fabry [EMAIL PROTECTED] wrote: Apache/2.2.6 (FreeBSD) PHP Version 5.2.5 FreeBSD 6.2 Trying to get the userdir module to work but it seems to fail all the time due to

Re: DVD's and FreeBSD

2007-12-10 Thread Gary Kline
On Tue, Dec 11, 2007 at 12:56:50AM +, RW wrote: On Mon, 10 Dec 2007 15:39:51 -0800 Gary Kline [EMAIL PROTECTED] wrote: With kmplayer, altho it works with virtually everything, it is a bi tclunky. Also, it will not show the menu part of my DVD. So far, vlc wins (in my