Re: Is the freesbie project dead????????

2008-09-12 Thread Gaye Abdoulaye Walsimou

J65nko a écrit :

On Fri, Sep 12, 2008 at 4:56 AM, FBSD1 <[EMAIL PROTECTED]> wrote:
  

I can't reach http://www.freesbie.org/ to official site for the project.

Has this project disbanded?



Not sure about that.

But the following post on daemonforums.org has a list of *BSD live CD :
http://daemonforums.org/showthread.php?t=1505#post11017

J65nko
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
  

The ftp is still working
http://ftp.freesbie.org/
regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Auto Mount USB

2008-08-18 Thread Gaye Abdoulaye Walsimou
This question comes so often that I think this feature has to be by 
default installed/configured

Just my two cents
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: What price at the license of FreeBSD 7?

2008-07-20 Thread Gaye Abdoulaye Walsimou

Mike Jeays a écrit :

On July 19, 2008 04:21:03 pm Gonzalo Nemmi wrote:
  

On Saturday 19 July 2008 15:40:53 Kris Kennaway wrote:


... or the equivalent in your
local currency.  Yes really :)

Kris
  

ROFL to death !
Sorry .. couldn't help it ...
You made me spit my pepsi all over my desktop !
Thanks!!



How many Zimbabwe dollars, I wonder?  This seems to give the finest 
measurement for approximations to zero...


  

Your comments are useless and stigmatizes people who suffers (Zimbabwe).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Adobe Flash Player Petition

2008-04-09 Thread Gaye Abdoulaye Walsimou

May be graphics/gnash can help ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Virtual email server

2007-10-18 Thread Gaye Abdoulaye Walsimou

Olivier Nicole a écrit :

Hi,

I am asked to build a virtual (couple of thousand of domains) email
server: smtp, imap, pop and web mail.

Sendmail is not the best choice, any sugestion about the various tools
of choice for every components?

So far I have only run single domain servers.

TIA,

Olivier
  


May be courier-mta :  http://www.courier-mta.org/
In the ports tree:  mail/courier

Rgeards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Force a recompile

2007-08-17 Thread Gaye Abdoulaye Walsimou

Subhro a écrit :

Hello,

How do I force a recompile of all the ports installed on my system?

Thanks
Subhro

  

#pkg_add -r portmanager
#portmanager -u -f

Regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: install app without ports

2007-08-13 Thread Gaye Abdoulaye Walsimou

Jean-Paul Natola a écrit :


But I do not know how to install it, as I have always installed the
applications from the ports ( make install)

How do I go about installing it on FreeBSD 6.2 ?

  


$tar xvfz Mail-SpamAssassin-3.2.3.tar.gz
$perl Makefile.PL PREFIX=/usr/local/spamassassin
$make
$make disttest
$su
password:
#make install



You will have spamassassin installed in /usr/local/spamassassin

regards

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: www.freebsd.org down?

2007-08-07 Thread Gaye Abdoulaye Walsimou

I have the following error now, when I try to search a port
in http://www.freebsd.org/ports/

Regards



 Proxy Error

The proxy server received an invalid response from an upstream server.

The proxy server could not handle the request /GET /cgi/ports.cgi 
/.


Reason: *Could not connect to remote machine: Connection refused*

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: www.freebsd.org down?

2007-08-07 Thread Gaye Abdoulaye Walsimou

It works fine for me now (from France).
regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: www.freebsd.org down?

2007-08-07 Thread Gaye Abdoulaye Walsimou

Heiko Wundram (Beenic) a écrit :
Is anybody else experiencing www.freebsd.org to be down? I just wanted to have 
a look at the online handbook, but couldn't get at it...


  

Yes it is I think
regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

2007-08-01 Thread Gaye Abdoulaye Walsimou

Zo Amb a écrit :

Hi lists,
I really need some help. Since the last two weeks, I've been trying to 
configure Openldap on a FreeBSD 6.2-RELEASE. But I just can't go further 
because I get always the same error while I try to use the ldapadd command. 
It says :

ldap_sasl_interactive_bind_s: Can't contact LDAP server (-1)

Any ideas ?

Zo Amb
  
Does the LDAP server run? It seems not! To add entries in a database 
while the server is not running, you  have to use slapadd instead of 
ldapadd. This link can help I think: 
http://www.openldap.org/doc/admin23/dbtools.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: updating multiple freebsd desktops

2007-07-31 Thread Gaye Abdoulaye Walsimou

I found this link, it seems to be a good start point.
http://www.onlamp.com/pub/a/bsd/2006/04/13/freebsd-build-system.html?page=1
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: IDE cable?

2007-07-29 Thread Gaye Abdoulaye Walsimou

Soo-Hyun Choi a écrit :

Hi,

This might be out of the scope in this list. But, would someone be able to
tell me if an IDE cable for HDD and for CD-ROM is identical or not?

Thanks,


  

The same yes

Regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mDNSResponder and avahi conflict when updade

2007-07-02 Thread Gaye Abdoulaye Walsimou

Norberto Meijome a écrit :

I bumped into the same conflict, although not because of the same packages. I
just unistalled mdnsreposnder and replaced it with avahi+libdns, replacing also
the dependencies with pkgdb.

Both I and the apps are none the wiser for the change ...but nothing seems to
be complaining as yet.

  


Yes your advice seems to work. thanks!!

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"