c_icap port

2007-07-04 Thread Peter Boosten
Hi all, I'm experimenting with the c_icap port, but I cannot seem to get it running with clamav support (it crashes on the clamav plugin). Anyone got this running successfully? I'm running 6.2 patchlevel 5. TIA Peter -- http://www.boosten.org ___ fr

Re: Error compiling gcc34 on 5.2.1

2007-07-04 Thread Abdullah Ibn Hamad Al-Marri
On 7/5/07, Sabastian Cooke <[EMAIL PROTECTED]> wrote: Hi, I am trying to update amavisd-new from amavisd-new-2.4.5,1 to 2.5.1 on our FreeBSD mail server, and it seems to require an update to file utility and that requires gcc34 and i only have gcc 3.3.3 installed, when either the script or me tri

Re: Allowing noschg in multi-user mode on Mac OS X

2007-07-04 Thread Olivier Nicole
> I also realize I can boot into single-user mode > (http://docs.info.apple.com/article.html?artnum=106388) where "chflags > noschg" works just fine, but I'd like to use noschg more as advisory > protection from myself, not something that requires single-user mode > to undo. Too bad but the schg f

Re: Allowing noschg in multi-user mode on Mac OS X

2007-07-04 Thread [EMAIL PROTECTED]
On 04/07/07, Kelly Jones <[EMAIL PROTECTED]> wrote: Most FreeBSD kernels let you set a flag(?) to decide whether "chflags noschg" will work in multi-user mode. How do I do this w/ Mac OS X? Here's what happens when I do "chflags noschg" in multi-user mode: # chflags noschg test.txt chflags: tes

Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Garrett Cooper
[EMAIL PROTECTED] wrote: If one is going to require the installation of something that may not be part of a base system, that something might as well be bash :) Except that bash requires all the icky GNU utilities to build so you have to GNUify your system. And perl doesn't? It wa

Allowing noschg in multi-user mode on Mac OS X

2007-07-04 Thread Kelly Jones
Most FreeBSD kernels let you set a flag(?) to decide whether "chflags noschg" will work in multi-user mode. How do I do this w/ Mac OS X? Here's what happens when I do "chflags noschg" in multi-user mode: # chflags noschg test.txt chflags: test.txt: Operation not permitted The opposite, "chflag

Re: fsck on a read only partition?

2007-07-04 Thread Christopher Cowart
On Thu, Jul 05, 2007 at 01:49:47AM +0100, Joe Holden wrote: > Alfred Perlstein wrote: > > Hello, how do I fsck my disk if it's mounted? > > > > I have downgraded the mount to read-only, but still geom seems > > to disallow fsck access to it. > > > > Is there a way to tell the system to allow fsc

RE: How does one start mysql after installing from ports

2007-07-04 Thread Bob
To autostart mysql at boot add this to /etc/rc.conf mysql_enable="YES" Add this to /etc/rc.conf to direct to use location where there is a large enough free disk space to hold your databases mysql_dbdir="/usr/local/mysql" To start or stop mysql server do this /usr/local/share/mysql/mysql.server s

Error compiling gcc34 on 5.2.1

2007-07-04 Thread Sabastian Cooke
Hi, I am trying to update amavisd-new from amavisd-new-2.4.5,1 to 2.5.1 on our FreeBSD mail server, and it seems to require an update to file utility and that requires gcc34 and i only have gcc 3.3.3 installed, when either the script or me tries to build gcc34 from the ports collection, i get this

Re: fsck on a read only partition?

2007-07-04 Thread Joe Holden
Alfred Perlstein wrote: > Hello, how do I fsck my disk if it's mounted? > > I have downgraded the mount to read-only, but still geom seems > to disallow fsck access to it. > > Is there a way to tell the system to allow fsck to open it > read/write? > > thanks, If you unmount it first, you shoul

Re: Fwd: Samba NetBios

2007-07-04 Thread Norberto Meijome
On Wed, 4 Jul 2007 19:22:13 +0200 "Gabor Tjong A Hung" <[EMAIL PROTECTED]> wrote: > Dear all, > > I was told that my questions was better served here than in ports@ > > > > I've recently put my samba server in a jail, but as you can see @ > > http://www.faughnan.com/netbios.html NetBIOS is a bi

Re: If cvsup's a no-go, will copying work?

2007-07-04 Thread Andrew Gould
>- Original Message >From: cpghost <[EMAIL PROTECTED]> >To: Andrew Gould <[EMAIL PROTECTED]> >Cc: FreeBSD Questions Mailing List >Sent: Wednesday, July 4, 2007 6:56:34 PM >Subject: Re: If cvsup's a no-go, will copying work? > >Andrew Gould wrote: >> I received permission to install a *nix

fsck on a read only partition?

2007-07-04 Thread Alfred Perlstein
Hello, how do I fsck my disk if it's mounted? I have downgraded the mount to read-only, but still geom seems to disallow fsck access to it. Is there a way to tell the system to allow fsck to open it read/write? thanks, -- - Alfred Perlstein ___ freeb

Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread perryh
> > If one is going to require the installation of something that may > > not be part of a base system, that something might as well be bash :) > > Except that bash requires all the icky GNU utilities to build so you > have to GNUify your system. And perl doesn't? It was GPL last I knew. > The s

Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Tim Daneliuk
Eduardo Viruena Silva wrote: On Wed, 4 Jul 2007, CyberLeo Kitsana wrote: Andrea Venturoli wrote: Robert Huff wrote: =?iso-8859-1?Q?Kyrre_Nyg=E5rd?= writes: It has to be the worst written error message in history. Not even close. I commend to you the Amiga's BSOD:

Re: If cvsup's a no-go, will copying work?

2007-07-04 Thread cpghost
Andrew Gould wrote: I received permission to install a *nix at work. I installed FreeBSD 6.2; but I am unable to cvsup successfully. I've tried the various modes. I've even tried nesting it in a Python script that tries to get authorization through a proxy -- it didn't help, but was worth a

Re: If cvsup's a no-go, will copying work?

2007-07-04 Thread Federico Lorenzi
On 7/5/07, Andrew Gould <[EMAIL PROTECTED]> wrote: I received permission to install a *nix at work. I installed FreeBSD 6.2; but I am unable to cvsup successfully. I've tried the various modes. I've even tried nesting it in a Python script that tries to get authorization through a proxy -- it

Re: If cvsup's a no-go, will copying work?

2007-07-04 Thread cpghost
Andrew Gould wrote: I received permission to install a *nix at work. I installed FreeBSD 6.2; but I am unable to cvsup successfully. I've tried the various modes. I've even tried nesting it in a Python script that tries to get authorization through a proxy -- it didn't help, but was worth a

If cvsup's a no-go, will copying work?

2007-07-04 Thread Andrew Gould
I received permission to install a *nix at work. I installed FreeBSD 6.2; but I am unable to cvsup successfully. I've tried the various modes. I've even tried nesting it in a Python script that tries to get authorization through a proxy -- it didn't help, but was worth a try. I really, reall

Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Eduardo Viruena Silva
On Wed, 4 Jul 2007, CyberLeo Kitsana wrote: Andrea Venturoli wrote: Robert Huff wrote: =?iso-8859-1?Q?Kyrre_Nyg=E5rd?= writes: It has to be the worst written error message in history. Not even close. I commend to you the Amiga's BSOD: Software Guru

Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread CyberLeo Kitsana
Andrea Venturoli wrote: > Robert Huff wrote: >> =?iso-8859-1?Q?Kyrre_Nyg=E5rd?= writes: >> >>> It has to be the worst written error message in history. >> >> Not even close. I commend to you the Amiga's BSOD: >> >> Software Guru >> Meditation Number >

Re: grep question

2007-07-04 Thread Paul procacci
ann kok wrote: > Hi all > > how can I use grep to have the output as 60.40.2.x > > eg: > 60.40.2.5 > 60.40.2.3 > 60.40.2.7 > > except 60.40.2x.x > > eg: > 60.40.20.5 > 60.40.23.6 > 60.40.25.7 > > Thank you > > > > > >

Re: Does anyone on this list use WebGUI on FreeBSD

2007-07-04 Thread Pieter de Goeje
On Wednesday 04 July 2007, Andrew Falanga wrote: > Hi, > > I'm wondering, does anyone here use WebGUI on their FreeBSD installs > and if so, or even if not would know, what is this > > LoadModule apreq_module modules/mod_apreq2.so > > mentioned in the installation text file? I can't seem to find i

Re: How does one start mysql after installing from ports

2007-07-04 Thread Paul Schmehl
--On July 4, 2007 4:00:48 PM -0600 Andrew Falanga <[EMAIL PROTECTED]> wrote: This is pretty pathetic but I'm batting a 1000 on this one. I installed mysql a few weeks ago on this web server I'm making for my church and didn't do anything with it at that point (that was the first mistake). I'v

Re: How does one start mysql after installing from ports

2007-07-04 Thread Gerard
On July 04, 2007 at 06:00PM Andrew Falanga wrote: > This is pretty pathetic but I'm batting a 1000 on this one. I > installed mysql a few weeks ago on this web server I'm making for my > church and didn't do anything with it at that point (that was the > first mistake). I've not used mysql (I u

Re: grep question

2007-07-04 Thread Steve Bertrand
> how can I use grep to have the output as 60.40.2.x > > eg: > 60.40.2.5 > 60.40.2.3 > 60.40.2.7 > > except 60.40.2x.x > > eg: > 60.40.20.5 > 60.40.23.6 > 60.40.25.7 I don't know if you WANT to have 2x, or just 2., it would of been better if you provided what you tried. Nonetheless, I've do

Re: grep question

2007-07-04 Thread Paul procacci
ann kok wrote: > Hi all > > how can I use grep to have the output as 60.40.2.x > > eg: > 60.40.2.5 > 60.40.2.3 > 60.40.2.7 > > except 60.40.2x.x > > eg: > 60.40.20.5 > 60.40.23.6 > 60.40.25.7 > > Thank you > > > > > >

m4p conversion to mp4?

2007-07-04 Thread SMITH Dennis \(SPARQ\)
Warning to potential uses of the AllMusicConverter ( www.allmusicconverter.com ). If you are a software developer beware of this application as it disables the debug environment, probably to prevent reverse engineering. This is done with some other applications

Re: mod_perl port

2007-07-04 Thread Pieter de Goeje
On Wednesday 04 July 2007, Andrew Falanga wrote: > Hi, > > I installed Apache 2.2 and the appropriate mod_perl port for this > version of apache. However, it is not referenced in > /usr/local/etc/apache/httpd.conf. How do I get it there? > > Andy [EMAIL PROTECTED]:/usr/ports/www/mod_perl2> cat pk

Re: grep question

2007-07-04 Thread Pieter de Goeje
On Wednesday 04 July 2007, ann kok wrote: > Hi all > > how can I use grep to have the output as 60.40.2.x > > eg: > 60.40.2.5 > 60.40.2.3 > 60.40.2.7 > > except 60.40.2x.x > > eg: > 60.40.20.5 > 60.40.23.6 > 60.40.25.7 > > Thank you grep '60\.40\.2\.[0-9]*' HTH, Pieter de Goeje ___

Re: How to install a specific version of Python

2007-07-04 Thread Pieter de Goeje
On Wednesday 04 July 2007, Simon Gao wrote: > Hi, > > How to install a specific version of Python which is not the latest > version? > > Simon You can find version 2.3, 2.4 and 2.5 of Python in the ports tree. Or you could simply add the package of the required version: pkg_add -r python23 HTH, Pi

How does one start mysql after installing from ports

2007-07-04 Thread Andrew Falanga
This is pretty pathetic but I'm batting a 1000 on this one. I installed mysql a few weeks ago on this web server I'm making for my church and didn't do anything with it at that point (that was the first mistake). I've not used mysql (I usually use PostgreSQL) but WebGUI wants mysql. So, being c

Re: fetch hangs during Make, portupgrade -a, or portmanager -u..

2007-07-04 Thread RW
On Thu, 5 Jul 2007 02:34:16 +0800 "Dinesh Pandian" <[EMAIL PROTECTED]> wrote: > Good day all! > > Please help me out with a really annoying little problem that bugs me > everytime I try to install applications from ports. > > When I try to run portupgrade -a or portmanager -u, > when Make fetc

Does anyone on this list use WebGUI on FreeBSD

2007-07-04 Thread Andrew Falanga
Hi, I'm wondering, does anyone here use WebGUI on their FreeBSD installs and if so, or even if not would know, what is this LoadModule apreq_module modules/mod_apreq2.so mentioned in the installation text file? I can't seem to find it in ports, this could simply mean that it's just not in port

Re: BIND to listen on all interfaces?

2007-07-04 Thread Christoph Schug
On Tue, Jul 03, 2007, Nejc Škoberne wrote: > I also tried to specify the ADSL IP address in named.conf (it is static), > but it is > still a no go. I don't have such problems with other daemons! Any ideas? Is the interface already up when you are starting BIND? I guess it is not. I haven't teste

Re: About FreeBSD installation

2007-07-04 Thread NetOpsCenter
Yordan Yordanov wrote: Hello I want to install the last stable release of FreeBSD Unix on my desktop machine with AMD64 processor. Are there any differences in the FreeBSD ports for these two platform: FreeBSD/i386 and amd64? In the FreeBSD handbook I saw a workaround which should be applie

mod_perl port

2007-07-04 Thread Andrew Falanga
Hi, I installed Apache 2.2 and the appropriate mod_perl port for this version of apache. However, it is not referenced in /usr/local/etc/apache/httpd.conf. How do I get it there? Andy ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

Re: New FreeBSD installation

2007-07-04 Thread Roland Smith
On Wed, Jul 04, 2007 at 04:16:47PM -0400, Lisa Casey wrote: > First, thanks for the help I got from this list when I was having problems > getting FreeBSD to install on a new system. Hard drive cabling was the > problem - got that fixed. Hardware problems can be a pain. :-) > I have FreeBSD up

Re: New FreeBSD installation

2007-07-04 Thread Yuri Pankov
On Wed, Jul 04, 2007 at 04:16:47PM -0400, Lisa Casey wrote: > Hi, > > First, thanks for the help I got from this list when I was having problems > getting FreeBSD to install on a new system. Hard drive cabling was the > problem - got that fixed. > > I have FreeBSD up and running now. I have a cou

grep question

2007-07-04 Thread ann kok
Hi all how can I use grep to have the output as 60.40.2.x eg: 60.40.2.5 60.40.2.3 60.40.2.7 except 60.40.2x.x eg: 60.40.20.5 60.40.23.6 60.40.25.7 Thank you Park yourself in front of a worl

New FreeBSD installation

2007-07-04 Thread Lisa Casey
Hi, First, thanks for the help I got from this list when I was having problems getting FreeBSD to install on a new system. Hard drive cabling was the problem - got that fixed. I have FreeBSD up and running now. I have a couple of questions. When I installed FreeBSD, it automatically installe

Re: Migration from 5.5 to 6.2 without single user access

2007-07-04 Thread Nikola Lecic
On Wed, 4 Jul 2007 22:44:34 +0300 "Abdullah Ibn Hamad Al-Marri" <[EMAIL PROTECTED]> wrote: > On 7/4/07, Jonathan Horne <[EMAIL PROTECTED]> wrote: > > On Tuesday 03 July 2007 21:10:22 Olivier Nicole wrote: > > > Hi, > > > > > > I am upgrading a remote server (very remote, 10,000 km) and I > > > hav

Re: Migration from 5.5 to 6.2 without single user access

2007-07-04 Thread Abdullah Ibn Hamad Al-Marri
On 7/4/07, Jonathan Horne <[EMAIL PROTECTED]> wrote: On Tuesday 03 July 2007 21:10:22 Olivier Nicole wrote: > Hi, > > I am upgrading a remote server (very remote, 10,000 km) and I have no > way to access the machine in single user mode. > > Is there a recommended way to do the upgrade from 5.5 to

Re: Ports Dir

2007-07-04 Thread Yuri Pankov
On Wed, Jul 04, 2007 at 02:19:51PM -0500, [EMAIL PROTECTED] wrote: > On 04/07/07, Robert Huff <[EMAIL PROTECTED]> wrote: >> Pablo Mora writes: >> >> > > Can one run >> > > >> > > 'make clean' >> > > >> > > in the /usr/ports directory in the hope of reducing disk space? >> > >> > portsclean -C

Re: Recursivity of -r and -R in portupgrade

2007-07-04 Thread [EMAIL PROTECTED]
On 04/07/07, Olivier Nicole <[EMAIL PROTECTED]> wrote: Hi, I am wondering is the option -R and -r are mutually recursive in portupgrade. That is, if the option -R applies to every ports detected by -r and respectively if -r applies to every ports detected by -R. Lest take the example of: port

Re: Ports Dir

2007-07-04 Thread [EMAIL PROTECTED]
On 04/07/07, Robert Huff <[EMAIL PROTECTED]> wrote: Pablo Mora writes: > > Can one run > > > > 'make clean' > > > > in the /usr/ports directory in the hope of reducing disk space? > > portsclean -CDD "portsclean" is part of the "portupgrade" port, not the base system. Not everyon

Re: OT: Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread doug
How far do we get to go back in time? From the first online fortran compiler: ugh1 and ugh2. In fairness these were conditions that were not supposed to happen, but somehow they always do. In more recent times I always liked, "invalid page fault" this perhaps as late as win98. __

Re: Questions about periodic.conf file

2007-07-04 Thread Olivier Regnier
Paul Schmehl a écrit : --On July 4, 2007 6:14:48 PM +0200 Olivier Regnier <[EMAIL PROTECTED]> wrote: Hi everyone, I'm working on FreeBSD 6.2 and my question is, it is possible to use the periodic.conf file in /usr/local/etc/ directory ? Yes, of course. My second question, if i create a em

How to install a specific version of Python

2007-07-04 Thread Simon Gao
Hi, How to install a specific version of Python which is not the latest version? Simon ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: "late filesystems" and switching net configs

2007-07-04 Thread Chad Perrin
On Wed, Jul 04, 2007 at 09:50:18AM +0100, Tom Evans wrote: > On Wed, 2007-07-04 at 07:59 +0200, Peter Boosten wrote: > > Chad Perrin wrote: > > > I have a couple of niggling little, er, "quirks" that I'd like to get > > > sorted out on my FreeBSD Thinkpad. > > > > > > 2. For some reason, if I us

fetch hangs during Make, portupgrade -a, or portmanager -u..

2007-07-04 Thread Dinesh Pandian
Good day all! Please help me out with a really annoying little problem that bugs me everytime I try to install applications from ports. When I try to run portupgrade -a or portmanager -u, when Make fetches the files from the servers, fetch normally hangs randomly sometime through the downloadi

Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Chad Perrin
On Wed, Jul 04, 2007 at 12:26:01PM +0100, RW wrote: > On Tue, 3 Jul 2007 22:05:50 -0600 > Chad Perrin <[EMAIL PROTECTED]> wrote: > > > On Tue, Jul 03, 2007 at 11:41:13PM -0400, Robert Huff wrote: > > > > > > Chad Perrin writes: > > > > > > > Isn't Perl part of the base system these days? > > >

Fwd: Samba NetBios

2007-07-04 Thread Gabor Tjong A Hung
Dear all, I was told that my questions was better served here than in ports@ I've recently put my samba server in a jail, but as you can see @ http://www.faughnan.com/netbios.html NetBIOS is a bit of a problem and can cause alot of headache. I was unable to find a nat helper for pf, so I was w

Re: Questions about periodic.conf file

2007-07-04 Thread Paul Schmehl
--On July 4, 2007 6:14:48 PM +0200 Olivier Regnier <[EMAIL PROTECTED]> wrote: Hi everyone, I'm working on FreeBSD 6.2 and my question is, it is possible to use the periodic.conf file in /usr/local/etc/ directory ? Yes, of course. My second question, if i create a empty periodic.conf, it is

Re: Ports Dir

2007-07-04 Thread Robert Huff
Pablo Mora writes: > > Can one run > > > > 'make clean' > > > > in the /usr/ports directory in the hope of reducing disk space? > > portsclean -CDD "portsclean" is part of the "portupgrade" port, not the base system. Not everyone has it installed, or wants to. To the orig

Re: Migration from 5.5 to 6.2 without single user access

2007-07-04 Thread Jonathan Horne
On Tuesday 03 July 2007 21:10:22 Olivier Nicole wrote: > Hi, > > I am upgrading a remote server (very remote, 10,000 km) and I have no > way to access the machine in single user mode. > > Is there a recommended way to do the upgrade from 5.5 to 6.2? > > Do everything in multi-user, but kill all ser

Re: Ports Dir

2007-07-04 Thread Pablo Mora
On 7/4/07, Grant Peel <[EMAIL PROTECTED]> wrote: Can one run 'make clean' in the /usr/ports directory in the hope of reducing disk space? portsclean -CDD -- PGP KeyID: 0xC730A079 Key fingerprin

Re[2]: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Gerard
On July 04, 2007 at 09:53AM Ted Mittelstaedt wrote: [snip] > Actually perl has a lot of problems too. One of the biggest is that > perl script writers always seem to think like you, in that perl is > consistent across all platforms. > > The biggest problems I've seen with perl scripts are when

Questions about periodic.conf file

2007-07-04 Thread Olivier Regnier
Hi everyone, I'm working on FreeBSD 6.2 and my question is, it is possible to use the periodic.conf file in /usr/local/etc/ directory ? My second question, if i create a empty periodic.conf, it is possible to include the /etc/defaults/periodic.conf file with a command line by example includ

RE: Sendmail problems on FBSD-6.1-R

2007-07-04 Thread Ted Mittelstaedt
Do the following: cd /etc/mail rm *.cf make install make start Your sendmail.cf file is generated from a *.mc file in that directory. It sounds like you have been editing the sendmail.cf file directly which is not what your supposed to be doing. Ted > -Original Message- > From: [EMAIL

Re: Ports Dir

2007-07-04 Thread Yuri Pankov
On Wed, Jul 04, 2007 at 11:02:02AM -0400, Grant Peel wrote: > Can one run > > 'make clean' > > in the /usr/ports directory in the hope of reducing disk space? > > -Grant Yes, you can, but it will take significant amount of time. Better approach would be using portsclean (it's in portupgrade pa

Sendmail problems on FBSD-6.1-R

2007-07-04 Thread luizbcampos
Dear Sirs After I had nearly setup sendmail on my localhost I got the following messages when I try to restart it: #make restart "Starting: sendmail554 5.0.0 /etc/mail/sendmail.cf: line 66 unknown configuration line " " sendmail-clientmqueue-" __

Re: OpenOffice.org 2.2.1 quits on launch

2007-07-04 Thread Sergio Lenzi
Hello I had the same problem a week ago... sometimes the OO opens, but when I try to choose any menu option it quits... Installing only xorg 7.2 and openoffice it works... when I removed the glib or gtk it works... I have some problems with the glitz library too... I am using FreeBSD 6.2 s

Sendmail problems on FBSD-6.1-R

2007-07-04 Thread luizbcampos
Hi...after I had nearly setup my localhost to enable sendmail on my box, I got the message when I try to restart it: restarting/var/run/sendmail.pid not found sendmail-clientmqueue ___ freebsd-questions@freebsd.org mailing list http://lists

Ports Dir

2007-07-04 Thread Grant Peel
Can one run 'make clean' in the /usr/ports directory in the hope of reducing disk space? -Grant ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECT

About FreeBSD installation

2007-07-04 Thread Yordan Yordanov
Thanks a lot for your help. The link you pointed is enough for me. Thanks again ). Regards Yordan - С бензин в кръвта! http://auto-motor-und-sport.bg/ ___ freebsd-questions@freebsd.org m

Re: Re: About FreeBSD installation

2007-07-04 Thread eculp
Quoting Vladimir Tsvetkov <[EMAIL PROTECTED]>: It depends on what you really want. If you don't want 64-bit version OS, I don't think you'll have problems at all. Recently, my PC got fucked up, I've changed the mother board, switched from 32 bit AMD Athlon to a 64 bit AMD Turion, and successfull

RE: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > [EMAIL PROTECTED] > Sent: Tuesday, July 03, 2007 7:34 PM > To: [EMAIL PROTECTED] > Cc: freebsd-questions@freebsd.org > Subject: Re: The worst error message in history belongs to... BIND9! > > > > >> T

RE: The worst error message in history belongs to... BIND9!

2007-07-04 Thread Ted Mittelstaedt
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Bill Campbell > Sent: Tuesday, July 03, 2007 9:36 AM > To: freebsd-questions@freebsd.org > Subject: Re: The worst error message in history belongs to... BIND9! > > > On Tue, Jul 03, 2007, Martin McCormi

Re: About FreeBSD installation

2007-07-04 Thread Vladimir Tsvetkov
It depends on what you really want. If you don't want 64-bit version OS, I don't think you'll have problems at all. Recently, my PC got fucked up, I've changed the mother board, switched from 32 bit AMD Athlon to a 64 bit AMD Turion, and successfully booted from the previously installed FreeBSD 4.

About FreeBSD installation

2007-07-04 Thread Yordan Yordanov
Hello I want to install the last stable release of FreeBSD Unix on my desktop machine with AMD64 processor. Are there any differences in the FreeBSD ports for these two platform: FreeBSD/i386 and amd64? In the FreeBSD handbook I saw a workaround which should be applied to set up FreeBSD for s

Re: only first PCMCIA card works

2007-07-04 Thread Zhang Weiwu
On Wed, 2007-07-04 at 14:13 +0800, Zhang Weiwu wrote: > Dear list > > Running FreeBSD-6.1 RELEASE on Thinkpad 380XD, I have been using this > notebook for many years (and used FreeBSD from 4.7 to 6.1). An ethernet > card is plugged on the first PCMCIA slot and I inserted my FC card > reader (PCMCI

Re: Recursivity of -r and -R in portupgrade

2007-07-04 Thread Randy Pratt
On Wed, 4 Jul 2007 15:56:13 +0700 (ICT) Olivier Nicole <[EMAIL PROTECTED]> wrote: > Hi, > > I am wondering is the option -R and -r are mutually recursive in > portupgrade. > > That is, if the option -R applies to every ports detected by -r and > respectively if -r applies to every ports detected

Re: freebsd / gateway / parental control

2007-07-04 Thread Tom Evans
On Mon, 2007-07-02 at 12:44 -0400, Chuck Swiger wrote: > Norberto Meijome wrote: > > On Fri, 29 Jun 2007 22:46:10 +0200 > > Momchil Ivanov <[EMAIL PROTECTED]> wrote: > >> 4) Forget about the DSL router. Box with wireless NIC, 1 NIC for home net, > >> 1 > >> NIC for the DSL > >>- same as above

Re: The worst error message in history belongs to... BIND9!

2007-07-04 Thread RW
On Tue, 3 Jul 2007 22:05:50 -0600 Chad Perrin <[EMAIL PROTECTED]> wrote: > On Tue, Jul 03, 2007 at 11:41:13PM -0400, Robert Huff wrote: > > > > Chad Perrin writes: > > > > > Isn't Perl part of the base system these days? > > > > Perl has not been part of the base system for several years >

Re: pam_ldap issues

2007-07-04 Thread Thierry Lacoste
On Wednesday 04 July 2007 09:35, Eric Masson wrote: > Thierry Lacoste <[EMAIL PROTECTED]> writes: > > Hello, > > > I have a very similar setting on 6.1 > > Maybe you have an ACL problem (see below). > > What does the following command give? > > ldapsearch -x -D "cn=testuser,ou=people,dc=interne,dc=

Re: pam_ldap issues

2007-07-04 Thread Eric Masson
Eric Masson <[EMAIL PROTECTED]> writes: Follow up to myself, sorry > The command asks for an ldap password that I type but, the result is : > ldap_bind: Invalid credentials (49). > > I've double checked the password and reinitialized the ldap database, > but no change atm. I've rebuilt all ports

Re: "late filesystems" and switching net configs

2007-07-04 Thread Peter Boosten
Tom Evans wrote: > On Wed, 2007-07-04 at 07:59 +0200, Peter Boosten wrote: >> Chad Perrin wrote: >>> I have a couple of niggling little, er, "quirks" that I'd like to get >>> sorted out on my FreeBSD Thinkpad. >>> >>> 2. For some reason, if I use DHCP at all then want to switch back to my >>>

Recursivity of -r and -R in portupgrade

2007-07-04 Thread Olivier Nicole
Hi, I am wondering is the option -R and -r are mutually recursive in portupgrade. That is, if the option -R applies to every ports detected by -r and respectively if -r applies to every ports detected by -R. Lest take the example of: portupgrade -fRr gd gd depends on png, does it upgrade png w

Xorg 7.2/FreeBSD 7.0-CURRENT and OpenGL

2007-07-04 Thread O. Hartmann
Hello out there. Days ago I migrated my lab's box from FreeBSD 6.2-STABLE to 7.0-CURRENT/i386 due to my ZFS-desires. Before the migration, I used successfully Xorg 7.2 and some very usefull tools for astronomers, like 'Stellarium'. Today I tried to install Stellarium out of the ports, the com

Re: "late filesystems" and switching net configs

2007-07-04 Thread Tom Evans
On Wed, 2007-07-04 at 07:59 +0200, Peter Boosten wrote: > Chad Perrin wrote: > > I have a couple of niggling little, er, "quirks" that I'd like to get > > sorted out on my FreeBSD Thinkpad. > > > > 2. For some reason, if I use DHCP at all then want to switch back to my > > static IP setup, I h

Re: FreeBSD 5.5 hangs on boot when pluging mouse/Intel Gigabit

2007-07-04 Thread Olivier Nicole
Hi, > I am in process of upgrading a serie of servers from 4.11 to 5.5 (and > them 6.2). > > I am on the 5.5 phase. I did 2 machines sucessfully. On upgrading the > thrid one, the boot will hang after SCSI buss reset, whenver I plug in > the mouse or an Intel Pro/1000 MT Gigabit card. I don't kn

Re: BIND to listen on all interfaces?

2007-07-04 Thread Yuri Pankov
On Wed, Jul 04, 2007 at 03:14:28PM +1000, Mikhail Goriachev wrote: > Nejc Škoberne wrote: > > Hello, > > > > I am running BIND (from base system) on my FreeBSD 5.3 machine. The box is > > connected to outer world via ADSL connection (tun0 device). If the named is > > started when the machine is co

Re: pam_ldap issues

2007-07-04 Thread Eric Masson
Thierry Lacoste <[EMAIL PROTECTED]> writes: Hello, > I have a very similar setting on 6.1 > Maybe you have an ACL problem (see below). > What does the following command give? > ldapsearch -x -D "cn=testuser,ou=people,dc=interne,dc=example,dc=org" -W The command asks for an ldap password that I t

Re: Anyone has migrated Xorg from 6.9 to 7.2 with success ?

2007-07-04 Thread [EMAIL PROTECTED]
On 02/07/07, Frank Bonnet <[EMAIL PROTECTED]> wrote: Hello I tried twice starting from a fresh 6.2-R installed machine and followed intructions of the updating file but it failed twice ... Once Xorg has been upgraded I've never been able to start X server again , I use KDE so I start X server wi