Re: kerberos and openldap

2009-02-08 Thread Tim Judd
Alexey Beketov wrote: Hello, I'm trying to setup replace AD with samba, already have working samba+ldap. And stuck with kerberos. pkg_info: heimdal-1.0.1 nss_ldap-1.264_1 openldap-client-2.4.13 openldap-server-2.4.13 cat /etc/krb5.conf default = FILE:/var/log/krb5libs.log kdc =

Re: make installworld fails

2009-02-08 Thread Tim Judd
Valentin Bud wrote: Hello, This are the parts from /etc/make.conf regarding system build options: # --- system build options WITHOUT_IPFILTER=yes WITHOUT_IPX=yes WITHOUT_LPR=yes WITHOUT_RCMDS=yes WITHOUT_SENDMAIL=yes I didn't give any arguments to # make buildworld or # make installworld I

Re: installkernel on small disk

2009-02-08 Thread Tim Judd
Albert Shih wrote: Hi all I've two servers (in fact guest in vmware) on don't have enought disk space to make buildkernel (or world). For the world freebsd-update can work. But for the kernel I've my own kernel. So if I compile the kernel on the other server how can I put it on the first ?

Re: make installworld fails

2009-02-08 Thread Giorgos Keramidas
On Sun, 08 Feb 2009 01:45:59 -0700, Tim Judd taj...@gmail.com wrote: I should make sure it's mentioned -- FreeBSD 7.x started an /etc/src.conf that are the knobs for FreeBSD world ONLY. This leaves /etc/make.conf available for ports ONLY. I'd update your files, because there's a possibility

Re: How to compile a network driver given source code

2009-02-08 Thread Glen Barber
On Sat, Feb 7, 2009 at 1:13 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Sat, Feb 7, 2009 at 12:36 PM, Amer Alhabsi amer.alha...@gmail.com wrote: Hi, I have Benq Joybook R43 notebook. It has network interface based on SiS 191. However, I can't configure it as it does not show up in

Re: FreeBSD 6.3/7.1 and Linux disk performance test

2009-02-08 Thread Kris Kennaway
Omer Faruk Sen wrote: as you can see there is a big difference in just simple dd test. Is there additional steps that I can follow to increase performance? Use a benchmark that matches your actual workload, and then see how things look. I would be surprised if your target workload was dd :-)

Re: is there any way to increase disk performance ?

2009-02-08 Thread Kris Kennaway
Tim Judd wrote: Yavuz wrote: I have freebsd7 (amd64 bit) and sata2 disk 7200 rpm. it's running mail server which has services like pop3,imap,smtp and webmail on this machine. When I type systat 1 -vmstat on command line, even I rarely see that disk usage hits 100%. I have no problem as

Re: 7.1 release / apache22 / php5

2009-02-08 Thread Familie van der Schaft
LS, I hav e the same problem with 7.0 release. The libphp5.so is placed by the php5 port. When you deinstall php5, make clean, make config (check apache module), make install,...the libphp5.so is placed in the libexec directory. Or with clean installation, first install apache22 then php5. Danny

Re: make installworld fails

2009-02-08 Thread Valentin Bud
On Sun, Feb 8, 2009 at 10:45 AM, Tim Judd taj...@gmail.com wrote: Valentin Bud wrote: Hello, This are the parts from /etc/make.conf regarding system build options: # --- system build options WITHOUT_IPFILTER=yes WITHOUT_IPX=yes WITHOUT_LPR=yes WITHOUT_RCMDS=yes WITHOUT_SENDMAIL=yes I

Re: shell commands - exclusion

2009-02-08 Thread Jonathan McKeown
On Friday 06 February 2009 02:55, Chris Whitehouse wrote: I think you should be able to do it with a combination of -prune and -delete (or -exec rm -rf {} \; ) on a find command. Substitute your other commands for rm -rf in the -exec above. I would give you a working example except I can't

Re: How to compile a network driver given source code

2009-02-08 Thread Bruce Cran
On Sun, 8 Feb 2009 04:20:48 -0500 Glen Barber glen.j.bar...@gmail.com wrote: On Sat, Feb 7, 2009 at 1:13 PM, Glen Barber glen.j.bar...@gmail.com wrote: On Sat, Feb 7, 2009 at 12:36 PM, Amer Alhabsi amer.alha...@gmail.com wrote: Hi, I have Benq Joybook R43 notebook. It has network

Re: How to compile a network driver given source code

2009-02-08 Thread Glen Barber
On Sun, Feb 8, 2009 at 7:10 AM, Bruce Cran br...@cran.org.uk wrote: /boot/modules doesn't seem to be used any more: modules are put into /boot/kerneldir which is /boot/kernel by default. /boot/modules is still used. My ndis0 driver is located in /boot/modules and loaded via /boot/loader.conf

Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
Hello. I use apache13 with FreeBSD 6.3. I have some websites, in : /var/www/sites/site1 /var/www/sites/site2 I use PHP 5 (compiled in apache module). The rights are: ls -ls /var/www/sites/site1: www:site1 All files are owned by www user. All files are grouped in site{1,2} group. I have a php

FreeBSD Preferred RAID controllers

2009-02-08 Thread Gabe
Hello, I have to build a file server that will need to run a RAID 0+1 config and I'm looking for the best RAID controllers that run under Freebsd. My entire goal with using RAID 0+1 is having redundancy while utilizing most of the disk space. I realize the potential problems with this setup,

Re: FreeBSD Preferred RAID controllers

2009-02-08 Thread Wojciech Puchar
I have to build a file server that will need to run a RAID 0+1 config the best is gmirror+gstripe. of course for those who want to pay there are a lot of hardware solutions. ___ freebsd-questions@freebsd.org mailing list

Re: Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
On Sun, 8 Feb 2009 07:50:34 -0500 Glen Barber glen.j.bar...@gmail.com wrote: On Sun, Feb 8, 2009 at 7:31 AM, Nicolas Letellier nico...@nicoelro.net wrote: Hello. I use apache13 with FreeBSD 6.3. I have some websites, in : /var/www/sites/site1 /var/www/sites/site2 I use PHP 5

Re: Problem when uploading files with Apache

2009-02-08 Thread Glen Barber
On Sun, Feb 8, 2009 at 7:56 AM, Nicolas Letellier nico...@nicoelro.net wrote: I have another FreeBSD (7.0) and Apache 1.3, and it works. On this machine (6.3) it does not work. What do you mean it does not work. You state below there are no errors. If it does not work there should be errors.

Re: Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
On Sun, 8 Feb 2009 08:01:13 -0500 Glen Barber glen.j.bar...@gmail.com wrote: On Sun, Feb 8, 2009 at 7:56 AM, Nicolas Letellier nico...@nicoelro.net wrote: I have another FreeBSD (7.0) and Apache 1.3, and it works. On this machine (6.3) it does not work. What do you mean it does not

Re: 10gb network interface suggestions

2009-02-08 Thread Freminlins
2009/2/7 Wojciech Puchar woj...@wojtek.tensor.gdynia.pl But also I am open to other brands. Especially If anyone has experience on that this matter would be very very helpful. I have seen that Sun has quad 10gbE adapters: http://www.sun.com/products/networking/ethernet/10gigethernet/index.xml

Re: openoffice-3.0.1 broken on FreeBSD

2009-02-08 Thread Marco Beishuizen
On Sat, 07 Feb 2009 19:35:43 -0500 Aryeh M. Friedman aryeh.fried...@gmail.com wrote: Did you recompile OO after installing xorg-7.4? Yes, xorg was updated some days ago. I upgraded OO yesterday. -- The only thing better than love is milk. ___

Re: Problem when uploading files with Apache

2009-02-08 Thread Lowell Gilbert
Nicolas Letellier nico...@nicoelro.net writes: So, anybody could explain me when I upload a file, rights are www:wheel? I'm going to guess that it's just inheriting the group from the directory. The normal default in BSD is for a file to get the gid of the directory. The directory you are

Re: FreeBSD Preferred RAID controllers

2009-02-08 Thread Gabe
--- On Sun, 2/8/09, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: From: Wojciech Puchar woj...@wojtek.tensor.gdynia.pl Subject: Re: FreeBSD Preferred RAID controllers To: Gabe n...@att.net Cc: freebsd-questions@freebsd.org Date: Sunday, February 8, 2009, 4:45 AM I have to build a

Re: Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
On Sun, 08 Feb 2009 08:53:59 -0500 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org wrote: Nicolas Letellier nico...@nicoelro.net writes: So, anybody could explain me when I upload a file, rights are www:wheel? I'm going to guess that it's just inheriting the group from the

Re: Problem when uploading files with Apache

2009-02-08 Thread Glen Barber
On Sun, Feb 8, 2009 at 9:02 AM, Nicolas Letellier nico...@nicoelro.net wrote: That's I always learn. But in this case, it's not true. I upload into testdir/ which has www:www rights. And I launch my upload script, and the file is www:wheel What are the permissions on the file you are

Re: Problem when uploading files with Apache

2009-02-08 Thread Gabe
--- On Sun, 2/8/09, Nicolas Letellier nico...@nicoelro.net wrote: From: Nicolas Letellier nico...@nicoelro.net Subject: Re: Problem when uploading files with Apache To: FreeBSD Questions freebsd-questions@freebsd.org Cc: Glen Barber glen.j.bar...@gmail.com, Lowell Gilbert

Re: Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
On Sun, 8 Feb 2009 06:11:27 -0800 (PST) Gabe n...@att.net wrote: --- On Sun, 2/8/09, Nicolas Letellier nico...@nicoelro.net wrote: From: Nicolas Letellier nico...@nicoelro.net Subject: Re: Problem when uploading files with Apache To: FreeBSD Questions freebsd-questions@freebsd.org Cc:

Re: Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
On Sun, 8 Feb 2009 09:09:45 -0500 Glen Barber glen.j.bar...@gmail.com wrote: On Sun, Feb 8, 2009 at 9:02 AM, Nicolas Letellier nico...@nicoelro.net wrote: That's I always learn. But in this case, it's not true. I upload into testdir/ which has www:www rights. And I launch my upload

LOR listing?

2009-02-08 Thread Robert Huff
There was at one time a list of lock order reversals, presumably at http://sources.zabbadoz.net/freebsd/lor.html I am unable to connect to that address. Has the address changed, or is the site experiencing problems? Robert Huff

Re: Problem when uploading files with Apache

2009-02-08 Thread Nicolas Letellier
On Sun, 8 Feb 2009 06:11:27 -0800 (PST) Gabe n...@att.net wrote: --- On Sun, 2/8/09, Nicolas Letellier nico...@nicoelro.net wrote: From: Nicolas Letellier nico...@nicoelro.net Subject: Re: Problem when uploading files with Apache To: FreeBSD Questions freebsd-questions@freebsd.org Cc:

portupgrade failing on perl modules

2009-02-08 Thread Michael P. Soulier
I'm having this with several perl modules while running a portupgrade -a. === p5-Tie-IxHash-1.21 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of

Re: portupgrade failing on perl modules

2009-02-08 Thread Glen Barber
On Sun, Feb 8, 2009 at 7:56 AM, Michael P. Soulier msoul...@digitaltorque.ca wrote: I'm having this with several perl modules while running a portupgrade -a. === p5-Tie-IxHash-1.21 is already installed You may wish to ``make deinstall'' and install this port again by ``make

Re: portupgrade failing on perl modules

2009-02-08 Thread Michael P. Soulier
On 08/02/09 Glen Barber said: Have you tried manually `make deinstall; make install'? Here's an example. msoul...@kanga:...xtproc/p5-XML-RSS$ sudo make deinstall Password: === Deinstalling for textproc/p5-XML-RSS === Deinstalling p5-XML-RSS-1.37 pkg_delete: unable to completely remove

Re: LOR listing?

2009-02-08 Thread Polytropon
On Sun, 8 Feb 2009 09:24:26 -0500, Robert Huff roberth...@rcn.com wrote: There was at one time a list of lock order reversals, presumably at http://sources.zabbadoz.net/freebsd/lor.html I am unable to connect to that address. Has the address changed, or is the site

Re: portupgrade failing on perl modules

2009-02-08 Thread Glen Barber
On Sun, Feb 8, 2009 at 10:57 AM, Michael P. Soulier msoul...@digitaltorque.ca wrote: On 08/02/09 Glen Barber said: Have you tried manually `make deinstall; make install'? Here's an example. msoul...@kanga:...xtproc/p5-XML-RSS$ sudo make deinstall Password: === Deinstalling for

Re: portupgrade failing on perl modules

2009-02-08 Thread Michael P. Soulier
On 08/02/09 Glen Barber said: Have you tried manually `make deinstall; make install'? Yes, and the make install pulled in dependencies on other perl modules that resulted in the same error message that _they_ had to be reinstalled. Following those dependencies resulted in the same, and so on...

Re: broken ports

2009-02-08 Thread David Collins
How did you uninstall that port after which everything fails at the configure stage? Which port was it? It was rtorrent that I uninstalled, I used make deinstall Check a couple of things: $ which c++ and: $ locate gcc_s | grep lib viper:~$ which c++ /usr/bin/c++ also viper:~$ which

Re: Playing audio CDs

2009-02-08 Thread Akenner
*snipped for polite cleanliness* Thanks to everyone who took the time to help me out here. I think instead of playing CDs I'll just rip them, it seems a WHOLE lot easier, and of course, not having to worry about scratches is a plus ;) I think one MAJOR problem I had yesterday when I was

gtkpod permissions problem

2009-02-08 Thread Rem P Roberti
I have installed gtkpod for use with my Nano, but I'm having a problem when trying to add files. The Nano is mounted at /mnt/ipod, and when I try to add a file I get a message similar to this: Transfer of 'Petite Fleur' failed. Error opening '/mnt/ipod/iPod_Control/Music/F00/gtkpod795096.mp3'

Re: gtkpod permissions problem

2009-02-08 Thread Lowell Gilbert
Rem P Roberti remeg...@comcast.net writes: I have installed gtkpod for use with my Nano, but I'm having a problem when trying to add files. The Nano is mounted at /mnt/ipod, and when I try to add a file I get a message similar to this: Transfer of 'Petite Fleur' failed. Error opening

Re: FreeBSD Preferred RAID controllers

2009-02-08 Thread Matthew Seaman
Gabe wrote: --- On Sun, 2/8/09, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: From: Wojciech Puchar woj...@wojtek.tensor.gdynia.pl I have to build a file server that will need to run a RAID 0+1 config If you want reliability, then use RAID10, not RAID0+1. For RAID10, you first

Re: broken ports

2009-02-08 Thread Frank Shute
On Sun, Feb 08, 2009 at 04:16:53PM +, David Collins wrote: How did you uninstall that port after which everything fails at the configure stage? Which port was it? It was rtorrent that I uninstalled, I used make deinstall Check a couple of things: $ which c++ and: $

andalusia grandfather retired grandfather unix, which is a scam

2009-02-08 Thread andres heredia
because we are going to fuck you with your frebsd including unix? I do not care who is better in fact I've managed and I advanced on unix / linux / windows or does not bear the gnu Haig was separately giving you even a unix incapie, for his gamble of free software (It's a good way to

Re: portupgrade failing on perl modules

2009-02-08 Thread Matthew Seaman
Michael P. Soulier wrote: On 08/02/09 Glen Barber said: Have you tried manually `make deinstall; make install'? Yes, and the make install pulled in dependencies on other perl modules that resulted in the same error message that _they_ had to be reinstalled. Following those dependencies

Re: portupgrade failing on perl modules

2009-02-08 Thread Tim Kellers
Matthew Seaman wrote: Michael P. Soulier wrote: On 08/02/09 Glen Barber said: Have you tried manually `make deinstall; make install'? Yes, and the make install pulled in dependencies on other perl modules that resulted in the same error message that _they_ had to be reinstalled. Following

Re: broken ports

2009-02-08 Thread David Collins
I'm wondering whether your use of sudo is mucking things up and it's a permissions problem. i.e: it's running make OK but freaking out when it tries to invoke the compiler in the config stuff. I always build my ports using portupgrade as root. Maybe you could try logging in as root then

Re: shell commands - exclusion

2009-02-08 Thread Chris Whitehouse
Jonathan McKeown wrote: On Friday 06 February 2009 02:55, Chris Whitehouse wrote: I think you should be able to do it with a combination of -prune and -delete (or -exec rm -rf {} \; ) on a find command. Substitute your other commands for rm -rf in the -exec above. I would give you a working

How to add KDE-SVN to KDE4

2009-02-08 Thread af300wsm
Hi, Well, I got KDE4 to install and I like it! However, I noticed that the KDE-SVN package, which I installed for KDE3, isn't accessible as it currently sits for KDE4. Would anyone here know how to make it accessible to KDE4? Thanks, Andy ___

Re: gtkpod permissions problem

2009-02-08 Thread Rem P Roberti
Rem P Roberti remeg...@comcast.net writes: I have installed gtkpod for use with my Nano, but I'm having a problem when trying to add files. The Nano is mounted at /mnt/ipod, and when I try to add a file I get a message similar to this: Transfer of 'Petite Fleur' failed. Error opening

Re: broken ports

2009-02-08 Thread Frank Shute
On Sun, Feb 08, 2009 at 10:24:52PM +, David Collins wrote: I'm wondering whether your use of sudo is mucking things up and it's a permissions problem. i.e: it's running make OK but freaking out when it tries to invoke the compiler in the config stuff. I always build my ports using

Installing php5 from ports

2009-02-08 Thread Tim DeBoer
Hi everyone, I've run into a bit of an issue while trying to install php5 from ports. I've been playing around trying to create an accurate howto for setting up apache, mysql, and php on this machine. So I've actually installed and deinstalled a couple of times already. This last time the message

Re: Installing php5 from ports

2009-02-08 Thread Matthew Seaman
Tim DeBoer wrote: The only sense I can make of it is it wants to install the apache module, but it can't find httpd.conf under /usr/local/etc/apache/ No surprise that as httpd.conf is under /usr/local/etc/apache22/ Is there a way to force the install to look in the correct path? WITH_APACHE2=

Re: broken ports

2009-02-08 Thread David Collins
What does: $ ldconfig -r | grep gcc_s give you? viper:~$ ldconfig -r | grep gcc_s 247:-lgcc_s.1 = /usr/local/lib/gcc-4.2.5/libgcc_s.so.1 ___ freebsd-questions@freebsd.org mailing list