Postmap Issue

2011-09-20 Thread Van Der Meulen, Mark
Hi All, Has anyone seen this error when running postmap on FreeBSD 8.X? mail# postmap /usr/local/etc/postfix/transport /libexec/ld-elf.so.1: Shared object "libmysqlclient.so.18" not found, required by "postmap" If not, does anyone have some advice on better places to look? Google search has bee

Re: Download manpages

2011-09-20 Thread b. f.
> Hello Matthew, > I'm trying to download section 2 and section 1 for freebsd commands and > system calls ? Is there a specific manpage that you are missing? A cursory glance shows that these sections are populated: sh -c 'cd /tmp ; for i in a b c d e f g ; do fetch -ampv "http://ftp.freebsd.o

Re: Firefox clean installation but does not execute

2011-09-20 Thread Alain G. Fabry
On Tue, Sep 20, 2011 at 05:41:45PM +0100, Frank Shute wrote: > On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: > > > > On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > > > > > > So, what do you get if you now type: > > > > > > /usr/local/bin/firefox3 > > > >

Re: Download manpages

2011-09-20 Thread deepak kumar
Hello Matthew, I'm trying to download section 2 and section 1 for freebsd commands and system calls On Tue, Sep 20, 2011 at 8:55 PM, Matthew Seaman < m.sea...@infracaninophile.co.uk> wrote: > On 20/09/2011 11:39, deepak kumar wrote: > > I tried but several section were empty :( > > Perhaps if you

Re: How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread b. f.
> On 20/09/2011 21:34, Jason Usher wrote: > > FreeBSD 6.4-RELEASE system with two physical CPUs, each of which are HT > > capable. From dmesg: > > > > cpu0 (BSP): APIC ID: 0 > > cpu1 (AP): APIC ID: 1 > > cpu2 (AP): APIC ID: 6 > > cpu3 (AP): APIC ID: 7 > > > > I also see this: > > > > machdep.hype

Re: OpenLDAP + CARP

2011-09-20 Thread Brandon Gooch
On Tue, Sep 20, 2011 at 6:02 AM, Rafael NAVAZA wrote: > > Thank you for the reply Matthew. > > I'm indeed using the built in > failover capability of LDAP clients. It works just fine when the first > LDAP server is powered off, but it does not work that well when slapd > becomes a zombi ( because

Patent expired; time to add protocol to FreeBSD?

2011-09-20 Thread Brett Glass
Everyone: The Hifn, Inc. patent on the compression used in Microsoft's MPPC protocol expired earlier this year. Shouldn't the code at http://mavhome.dp.ua/MPPC/ at last be added to the source tree to support it? --Brett Glass ___ freebsd-questions

Re: How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread RW
On Tue, 20 Sep 2011 22:28:18 +0100 Richard Collyer wrote: > On 20/09/2011 21:34, Jason Usher wrote: > > FreeBSD 6.4-RELEASE system with two physical CPUs, each of which > > are HT capable. From dmesg: > > > > cpu0 (BSP): APIC ID: 0 > > cpu1 (AP): APIC ID: 1 > > cpu2 (AP): APIC ID: 6 > > cpu3 (AP)

Re: Odd error when doing pkg_version

2011-09-20 Thread Евгений Лактанов
21.09.2011 01:40, Alexander Best пишет: > On Tue Sep 20 11, Ron (Lists) wrote: Starting a couple of days ago, when I run pkg_version I get the following error: /libexec/ld-elf.so.1: Shared object "libgdbm.so.3" not found, required by "httpd" Everything seems

Re: Odd error when doing pkg_version

2011-09-20 Thread Alexander Best
On Tue Sep 20 11, Ron (Lists) wrote: > >>Starting a couple of days ago, when I run pkg_version I get the > >>following error: > >> > >>/libexec/ld-elf.so.1: Shared object "libgdbm.so.3" not found, > >>required > >>by "httpd" > >> > >>Everything seems to run OK except for this message appearing in

Re: Firefox clean installation but does not execute

2011-09-20 Thread Евгений Лактанов
21.09.2011 01:00, Chris Whitehouse пишет: > On 20/09/2011 15:04, Anton Shterenlikht wrote: >> On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: >>> On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote:

Re: How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread Richard Collyer
rus, version of virus signature database 6480 (20110920) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

Re: Firefox clean installation but does not execute

2011-09-20 Thread Chris Whitehouse
On 20/09/2011 15:04, Anton Shterenlikht wrote: On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Sht

How can I disable hyperthreads, but NOT smp ?

2011-09-20 Thread Jason Usher
FreeBSD 6.4-RELEASE system with two physical CPUs, each of which are HT capable. From dmesg: cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 6 cpu3 (AP): APIC ID: 7 I also see this: machdep.hyperthreading_allowed: 0 The problem is, I have reason to believe that my workload be

Re: Odd error when doing pkg_version

2011-09-20 Thread Ron (Lists)
Starting a couple of days ago, when I run pkg_version I get the following error: /libexec/ld-elf.so.1: Shared object "libgdbm.so.3" not found, required by "httpd" Everything seems to run OK except for this message appearing in the middle of the run. I've tried to narrow it down with no real l

Re: Odd error when doing pkg_version

2011-09-20 Thread Alexander Best
On Tue Sep 20 11, Ron (Lists) wrote: > Starting a couple of days ago, when I run pkg_version I get the > following error: > > /libexec/ld-elf.so.1: Shared object "libgdbm.so.3" not found, required > by "httpd" > > Everything seems to run OK except for this message appearing in the > middle of

Re: apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread Michael Powell
Sergio Tam wrote: > 2011/9/20 n dhert : >> Monday I did a portupgrade >> apache-2.2.20 < needs updating (index has 2.2.21) >> There was no problem during the update (and nothing special mentionned in >> /usr/ports/UPDATING) >> Today Tuesday afternoon I did a >> # apachectl

Re: apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread Sergio Tam
2011/9/20 Odhiambo Washington > > > On Tue, Sep 20, 2011 at 21:45, Sergio Tam wrote: > >> 2011/9/20 n dhert : >> > Monday I did a portupgrade >> > apache-2.2.20 < needs updating (index has >> 2.2.21) >> > There was no problem during the update (and nothing special mention

Re: apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread Odhiambo Washington
On Tue, Sep 20, 2011 at 21:45, Sergio Tam wrote: > 2011/9/20 n dhert : > > Monday I did a portupgrade > > apache-2.2.20 < needs updating (index has 2.2.21) > > There was no problem during the update (and nothing special mentionned in > > /usr/ports/UPDATING) > > Today Tues

Re: apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread Sergio Tam
2011/9/20 n dhert : > Monday I did a portupgrade > apache-2.2.20                       <   needs updating (index has 2.2.21) > There was no problem during the update (and nothing special mentionned in > /usr/ports/UPDATING) > Today Tuesday afternoon I did a > # apachectl graceful > Since them, seve

Odd error when doing pkg_version

2011-09-20 Thread Ron (Lists)
Starting a couple of days ago, when I run pkg_version I get the following error: /libexec/ld-elf.so.1: Shared object "libgdbm.so.3" not found, required by "httpd" Everything seems to run OK except for this message appearing in the middle of the run. I've tried to narrow it down with no real

apache 2.2.21 - back to 2.2.20 ?

2011-09-20 Thread n dhert
Monday I did a portupgrade apache-2.2.20 < needs updating (index has 2.2.21) There was no problem during the update (and nothing special mentionned in /usr/ports/UPDATING) Today Tuesday afternoon I did a # apachectl graceful Since them, several webpages give problems this er

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Moritz Wilhelmy
On Tue, Sep 20, 2011 at 16:54:33 +, Bjoern A. Zeeb wrote: > On Sep 20, 2011, at 3:21 PM, Moritz Wilhelmy wrote: > > > Please keep me in CC, I am not subscribed to freebsd-jail. > > Which is your problem as the real solution is being discussed there and > is really looking for more eyes. Sear

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Bjoern A. Zeeb
On Sep 20, 2011, at 3:21 PM, Moritz Wilhelmy wrote: > Please keep me in CC, I am not subscribed to freebsd-jail. Which is your problem as the real solution is being discussed there and is really looking for more eyes. Search for Jamie's posts in the list archive. -- Bjoern A. Zeeb

Re: Firefox clean installation but does not execute

2011-09-20 Thread Warren Block
On Tue, 20 Sep 2011, Alain G. Fabry wrote: afabry@desmo 15:45 % sudo find / -name firefox3 /usr/local/lib/firefox3 /var/db/ports/firefox3 only finds 2 matches for firefox3, nothing in /usr/local/bin Have you changed default settings, like changing LOCALBASE or DESTDIR? Is it installing in a

Re: Firefox clean installation but does not execute

2011-09-20 Thread Frank Shute
On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: > > On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > > > > So, what do you get if you now type: > > > > /usr/local/bin/firefox3 > > > > or > > > > /usr/local/bin/firefox > > > > -- > What I mentioned before ;

Re: Download manpages

2011-09-20 Thread Matthew Seaman
On 20/09/2011 11:39, deepak kumar wrote: > I tried but several section were empty :( Perhaps if you tell us exactly what you are trying to find? Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Moritz Wilhelmy
On Tue, Sep 20, 2011 at 12:59:48 +0200, Moritz Wilhelmy wrote: > if it really is impossible to pass parameters like ip4=inherit to > jail(8) via the rc.conf mechanism, I consider this a serious limitation. > Can I possibly make this a feature request? :) Alright, just for the record, apparently th

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 03:44:31PM +0200, Alain G. Fabry wrote: > On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > > On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: > > > On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: > > > > On Tue, Sep 20,

Re: Firefox clean installation but does not execute

2011-09-20 Thread Alain G. Fabry
On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: > > On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: > > > > Seems to be ok here ?? > > > > afabry@desmo 15:22 % pkg_info -Lx firefox-3 | grep b

Re: Firefox clean installation but does not execute

2011-09-20 Thread Alain G. Fabry
On Tue, Sep 20, 2011 at 02:40:42PM +0100, Anton Shterenlikht wrote: > On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: > > On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: > > > On Tue, Sep 20, 2011 at 02:16:35PM +0200, Alain G. Fabry wrote: > > > > On Tue, Sep 20,

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 03:26:29PM +0200, Alain G. Fabry wrote: > On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: > > On Tue, Sep 20, 2011 at 02:16:35PM +0200, Alain G. Fabry wrote: > > > On Tue, Sep 20, 2011 at 05:53:06AM -0600, Warren Block wrote: > > > > On Tue, 20 Sep 2011,

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-20 Thread Jason C. Wells
On 09/20/11 01:23, Matthew Seaman wrote: 'Latest' packages are built for each updated port + OS version + architecture combination whenever resources are available on the build cluster. Typically that implies a delay of a few days or a week or so after the update hits the ports CVS. Yes, if you

Re: Firefox clean installation but does not execute

2011-09-20 Thread Alain G. Fabry
On Tue, Sep 20, 2011 at 01:40:56PM +0100, Anton Shterenlikht wrote: > On Tue, Sep 20, 2011 at 02:16:35PM +0200, Alain G. Fabry wrote: > > On Tue, Sep 20, 2011 at 05:53:06AM -0600, Warren Block wrote: > > > On Tue, 20 Sep 2011, Alain G. Fabry wrote: > > > > > > >I've installed both firefox and fire

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 02:16:35PM +0200, Alain G. Fabry wrote: > On Tue, Sep 20, 2011 at 05:53:06AM -0600, Warren Block wrote: > > On Tue, 20 Sep 2011, Alain G. Fabry wrote: > > > > >I've installed both firefox and firefox36. Neither of them can be found on > > >the system while the installation

Re: Firefox clean installation but does not execute

2011-09-20 Thread Alain G. Fabry
On Tue, Sep 20, 2011 at 05:53:06AM -0600, Warren Block wrote: > On Tue, 20 Sep 2011, Alain G. Fabry wrote: > > >I've installed both firefox and firefox36. Neither of them can be found on > >the system while the installation build and installed without errors > > > >afabry@desmo 13:40 % pkg_info |

Re: Firefox clean installation but does not execute

2011-09-20 Thread Warren Block
On Tue, 20 Sep 2011, Alain G. Fabry wrote: I've installed both firefox and firefox36. Neither of them can be found on the system while the installation build and installed without errors afabry@desmo 13:40 % pkg_info | grep firefox firefox-3.6.22,1Web browser based on the browser portion o

Re: Firefox clean installation but does not execute

2011-09-20 Thread Alain G. Fabry
On Tue, Sep 20, 2011 at 03:52:41AM -0500, Lars Eighner wrote: > On Tue, 20 Sep 2011, Alain G. Fabry wrote: > > >Hello, > > > >I've installed Firefox36 from ports, it installed without a problem but it > >does not launch. In other words, there's no firefox file on my system. > >Had it installed b

RE: OpenLDAP + CARP

2011-09-20 Thread Rafael NAVAZA
Thank you for the reply Matthew. I'm indeed using the built in failover capability of LDAP clients. It works just fine when the first LDAP server is powered off, but it does not work that well when slapd becomes a zombi ( because the clients take about 1 min to try the second LDAP server, for

Re: Passing additional options to jail(8) via rc.conf

2011-09-20 Thread Moritz Wilhelmy
Hello, if it really is impossible to pass parameters like ip4=inherit to jail(8) via the rc.conf mechanism, I consider this a serious limitation. Can I possibly make this a feature request? :) Best regards, Moritz ___ freebsd-questions@freebsd.org mai

Re: Download manpages

2011-09-20 Thread deepak kumar
Hello Matthew, I tried but several section were empty :( On Tue, Sep 20, 2011 at 3:38 PM, Matthew Seaman < m.sea...@infracaninophile.co.uk> wrote: > On 20/09/2011 09:50, deepak kumar wrote: > > I want to download the freebsd manpages for some sections which i don't > have > > Individual man pages

Re: Download manpages

2011-09-20 Thread Matthew Seaman
On 20/09/2011 09:50, deepak kumar wrote: > I want to download the freebsd manpages for some sections which i don't have Individual man pages can be viewd on-line at http://www.freebsd.org/cgi/man.cgi -- that's obviously the processed page rather than the nroff source code. Page sources are availa

Download manpages

2011-09-20 Thread deepak kumar
Hello, I want to download the freebsd manpages for some sections which i don't have and i need the compressed (tarball) for those section there is some way to download them please help -- Thanks and Regards Deepak Kumar ___ freebsd-questions@freebsd.or

Re: Firefox clean installation but does not execute

2011-09-20 Thread Lars Eighner
On Tue, 20 Sep 2011, Alain G. Fabry wrote: Hello, I've installed Firefox36 from ports, it installed without a problem but it does not launch. In other words, there's no firefox file on my system. Had it installed before and working, then to clean out the system with unnecessary ports, I remo

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 08:23:19AM +, Thomas Mueller wrote: > I too had the problem of "Command not found" after freshly installing > something from ports, but I thought that was a peculiarity of FreeBSD > 9.0-BETA1 and 2. > > I was going to post this question to freebsd-current list. > > F

Re: Firefox clean installation but does not execute

2011-09-20 Thread Anton Shterenlikht
On Tue, Sep 20, 2011 at 12:01:52AM -0600, Warren Block wrote: > On Tue, 20 Sep 2011, Alain G. Fabry wrote: > > >Hello, > > > >I've installed Firefox36 from ports, it installed without a problem but it > >does not launch. In other words, there's no firefox file on my system. > >Had it installed be

Re: Using ports and packages together (or, how do I get mod_php5 ? )

2011-09-20 Thread Matthew Seaman
On 20/09/2011 05:33, Jason C. Wells wrote: > I noticed only recently that there are now packages on FTP in a folder > called packages-8-stable. I am not sure how often these are built. I > expect that the entire ports tree is built much like it is during a > release, except at some later point in

Re: Firefox clean installation but does not execute

2011-09-20 Thread Thomas Mueller
I too had the problem of "Command not found" after freshly installing something from ports, but I thought that was a peculiarity of FreeBSD 9.0-BETA1 and 2. I was going to post this question to freebsd-current list. For instance, if I typed "which lynx", it was not found, but was found if I ran

Re: OpenLDAP + CARP

2011-09-20 Thread Matthew Seaman
On 19/09/2011 15:54, Rafael NAVAZA wrote: > Is there a way to setup an OpenLDAP HA cluster (intersite multimaster) with > CARP on FreeBSD ? Hmmm... So long as both the LDAP servers are on the same network segment, and so long as they have separate addresses for their replication channel, then I