Re: Help configuring sendmail to send only using authorization to smart host

2009-09-27 Thread Mauro Rezzonico

Mark Willson wrote:

Phusion wrote:

I need some help configuring sendmail to send only using authorization
to a smart host being the ISP's mail server. I'm running 7.2-RELEASE.


Use /usr/share/sendmail/cf/cf/clientproto.mc
(Instructions in the README files)

--
Mauro Rezzonico ma...@ch23.org, Como, Italia
Maybe this world is another planet's hell - H.Huxley

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Whic mail server?

2009-09-27 Thread Aflatoon Aflatooni
Hi,
I am running a server that is acting as the mail server for only internal users 
(about 50 users). Currently we are running Sendmail, but reading on other 
discussions I noticed that qmail and other programs are suggested.
I am wondering if qmail is thought to be better than sendmail. Is there a 
matrix of features and functionalities that would compare the different mail 
servers? 
Any suggestions on spam filters like spam-assassin?


Thank you


  
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Matthias Fechner wrote:

 Hi Michael,
 
 Michael Powell schrieb:
 patch I got. I use cvsup11 because it closest to me (in the Verizon
 datacenter in Ashland, Va.) but I have had that server go stale before.
 Might try csupping ports again from something a little higher up in the
 hierarchy.
 
 why not using portsnap?
 
 Bye
 Matthias

First rule of maintenance: If it ain't broke don't fix it. I tend to stick 
with what has worked well in the past, even though at some point the move 
towards more current approaches does indeed need to happen.

I checked and this had nothing to do with cvsup11 being stale. Same code as 
mirrored elsewhere. Did find problem, see other reply.

-Mike
 


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Michael Powell wrote:

 Jerry wrote:
[snip]
 
 No problems on my machines.
 
 PHP 5.2.11 with Suhosin-Patch 0.9.7 (cli) (built: Sep 24 2009 19:08:59)
 Copyright (c) 1997-2009 The PHP Group
 Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
 
[snip]
 
 Will look into it a little more later. The error I got was periodically a
 PHP bug on and off for years. I think there is something wrong with the
 patch I got. I use cvsup11 because it closest to me (in the Verizon
 datacenter in Ashland, Va.) but I have had that server go stale before.
 Might try csupping ports again from something a little higher up in the
 hierarchy.
 

Found the problem. The mailheader patch for 5.2.10 clashes with the Suhosin 
patch for 5.2.11. I rebuilt PHP with Suhosin and without mailheader patch 
and now it's all happy again. Now my php -v reads like Jerry's.

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread Michael Powell
Aflatoon Aflatooni wrote:

 Hi,
 I am running a server that is acting as the mail server for only internal
 users (about 50 users). Currently we are running Sendmail, but reading on
 other discussions I noticed that qmail and other programs are suggested. I
 am wondering if qmail is thought to be better than sendmail. Is there a
 matrix of features and functionalities that would compare the different
 mail servers? Any suggestions on spam filters like spam-assassin?
 
 
 Thank you

This is, of course, my own personal bias here but I wouldn't touch qmail 
with a ten foot pole. I know many have used it successfully and been happy 
with it. 

It is very easy to begin with a single domain for local delivery to 
configure sendmail as per the instructions in the Handbook. Postfix is 
designed to be a drop in replacement for Sendmail, and for a simple Sendmail 
already configured, Postfix will just take over and work when installed.

Additions such as MySQL for virtual domains and users, spamd, etc., can then 
be plugged in to the basic setup one at a time. There is a pretty fair 
amount of documentation in the Postfix world for such things.

If you are looking to change out Sendmail my vote would be Postfix as it is 
easier to build on and build up from the setup you're currently using. 

However, I'd like to point out if you have only one mail server you probably 
should do this on a second duplicate machine and then once it is proved to 
work properly swap them. There is a pretty good chance if you only have one 
mail server you're going to take it down while mucking about.

-Mike



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread Jerry
On Sun, 27 Sep 2009 06:01:22 -0700 (PDT)
Aflatoon Aflatooni aaflato...@yahoo.com wrote:

 Hi,
 I am running a server that is acting as the mail server for only
 internal users (about 50 users). Currently we are running Sendmail,
 but reading on other discussions I noticed that qmail and other
 programs are suggested. I am wondering if qmail is thought to be
 better than sendmail. Is there a matrix of features and
 functionalities that would compare the different mail servers? Any
 suggestions on spam filters like spam-assassin?

Qmail is not, nor has it been, actively supported for years. Personally,
I use Postfix. Is is far easier IMHO to configure that Sendmail and it
is actively supported. The developer regularly answers questions on the
Postfix forum.

Amavisd-new http://www.ijs.si/software/amavisd/ works fine with
Postfix. You might want to stay away from
MailScanner http://www.mailscanner.info/ though. The Postfix author
discourages its use and Postfix does not support it.

-- 
Jerry
ges...@yahoo.com

Every cloud has a silver lining;
you should have sold it, and bought titanium.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Jerry
On Sun, 27 Sep 2009 10:03:37 -0400
Michael Powell nightre...@hotmail.com wrote:

 Found the problem. The mailheader patch for 5.2.10 clashes with the
 Suhosin patch for 5.2.11. I rebuilt PHP with Suhosin and without
 mailheader patch and now it's all happy again. Now my php -v reads
 like Jerry's.

Did you file a PR for this?

-- 
Jerry
ges...@yahoo.com

Remembering is for those who have forgotten.

Chinese proverb
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread Erik Norgaard

Aflatoon Aflatooni wrote:

Hi,
I am running a server that is acting as the mail server for only internal users 
(about 50 users). Currently we are running Sendmail, but reading on other 
discussions I noticed that qmail and other programs are suggested.
I am wondering if qmail is thought to be better than sendmail. Is there a matrix of features and functionalities that would compare the different mail servers? 
Any suggestions on spam filters like spam-assassin?


Qmail has a very limited set of features, it is simple efficient and 
pretty easy to setup, and has a track record as a secure alternative to 
sendmail.


Postfix I think is the flexible and popular alternative to sendmail. It 
supports most if not all of sendmail features and easily integrates with 
a number of filtering solutions as well as imap and ldap servers.


BR, Erik

--
Erik Nørgaard
Ph: +34.666334818/+34.915211157  http://www.locolomo.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread Lowell Gilbert
Aflatoon Aflatooni aaflato...@yahoo.com writes:

 I am running a server that is acting as the mail server for only internal 
 users (about 50 users). Currently we are running Sendmail, but reading on 
 other discussions I noticed that qmail and other programs are suggested.
 I am wondering if qmail is thought to be better than sendmail. Is there a 
 matrix of features and functionalities that would compare the different mail 
 servers? 
 Any suggestions on spam filters like spam-assassin?

I wouldn't ever recommend changing mail servers if you have a working
setup that you're satisfied with.  spamassassin works well with pretty
much any MTA, as far as I'm aware.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Jerry wrote:

 On Sun, 27 Sep 2009 10:03:37 -0400
 Michael Powell nightre...@hotmail.com wrote:
 
 Found the problem. The mailheader patch for 5.2.10 clashes with the
 Suhosin patch for 5.2.11. I rebuilt PHP with Suhosin and without
 mailheader patch and now it's all happy again. Now my php -v reads
 like Jerry's.
 
 Did you file a PR for this?
 

I emailed the port maintainer. Think I should formally file the PR too?

Thanks.

-Mike


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Warning: PHP Update from 5.2.10 to 5.2.11 and FastCGI

2009-09-27 Thread Michael Powell
Jerry wrote:

 On Sun, 27 Sep 2009 10:03:37 -0400
 Michael Powell nightre...@hotmail.com wrote:
 
 Found the problem. The mailheader patch for 5.2.10 clashes with the
 Suhosin patch for 5.2.11. I rebuilt PHP with Suhosin and without
 mailheader patch and now it's all happy again. Now my php -v reads
 like Jerry's.
 
 Did you file a PR for this?
 

Done.

-Mike


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread 牛粥
Aflatoon Aflatooni aaflato...@yahoo.com writes:

 Hi,
 I am running a server that is acting as the mail server for only internal 
 users (about 50 users). Currently we are running Sendmail, but reading on 
 other discussions I noticed that qmail and other programs are suggested.
 I am wondering if qmail is thought to be better than sendmail. Is there a 
 matrix of features and functionalities that would compare the different mail 
 servers? 
 Any suggestions on spam filters like spam-assassin?

Qmail is old. And there is no maintainer for qmail. How about Postfix?
Personally i'm running Postfix on three FreeBSD box.

Sincerely,

-- 
But I can see you don't take me seriously.
-- Tom Hagen, Chapter 1, page 61
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread herbert langhans
I personally prefer postfix too. It seems to be a relieable program, setting it 
up is easier then sendmail. It also integrates well with mailman (for the case 
you want to host mailing lists).

Some basic comparison:
http://en.wikipedia.org/wiki/Comparison_of_mail_servers

Cheers
herb langhans

On Mon, Sep 28, 2009 at 12:25:04AM +0900, ?? wrote:
 Aflatoon Aflatooni aaflato...@yahoo.com writes:
 
  Hi,
  I am running a server that is acting as the mail server for only internal 
  users (about 50 users). Currently we are running Sendmail, but reading on 
  other discussions I noticed that qmail and other programs are suggested.
  I am wondering if qmail is thought to be better than sendmail. Is there a 
  matrix of features and functionalities that would compare the different 
  mail servers? 
  Any suggestions on spam filters like spam-assassin?
 
 Qmail is old. And there is no maintainer for qmail. How about Postfix?
 Personally i'm running Postfix on three FreeBSD box.
 
 Sincerely,
 
 -- 
 But I can see you don't take me seriously.
   -- Tom Hagen, Chapter 1, page 61
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

-- 
sprachtraining langhans
herbert langhans, warschau
http://www.langhans.com.pl
herbert dot raimund at gmx dot net
+0048 603 341 441

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread herbert langhans
Yes. What about bogofilter. This port is smart, I always wonder how intelligent 
it dedects spam, just by the content. Even works with Chinese messages..

Setting it up requires some time and patience (its a filter what plugs in at 
procmail). But its small and efficient, ideal for mailservers. 

http://bogofilter.sourceforge.net/

Cheers
herb langhans

   Any suggestions on spam filters like spam-assassin?
-- 
sprachtraining langhans
herbert langhans, warschau
http://www.langhans.com.pl
herbert dot raimund at gmx dot net
+0048 603 341 441

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ath atheros 5424/2424 on the CQ60 Presario

2009-09-27 Thread herbert langhans
My Atheros PCMCIA-card went crazy with the HAL-port enabled. For the case you 
use HAL..

Cheers
herb langhans

On Mon, Sep 14, 2009 at 12:26:23AM -0400, Kenneth wrote:
 Anyone been able to use the ath driver on an atheros 5424/2424?  I have a 
 Compaq Presario CQ60 and can not get the wireless light to turn blue?

-- 
sprachtraining langhans
herbert langhans, warschau
http://www.langhans.com.pl
herbert dot raimund at gmx dot net
+0048 603 341 441

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


tap interface problem

2009-09-27 Thread Sébastien Serre
Hello, I hope somebody here known well tap interfaces on freebsd :).

I try to configure virtualbox with bridge interface. Everything seams ok:
# ifconfig tap0

tap0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0 mtu 
1500
ether 00:bd:4f:0a:00:00
inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255

# ls -l /dev/tap0
crw-rw-rw-  1 root  wheel0, 109 Sep 27 16:54 /dev/tap0

The problem is that nothing pass in the tap0 interface. tcpdump does not show 
any traffic when I try to connect a machine on the 192.168 network.
I can ping the interface address (192.168.0.1). But without with the use of 
the tap itself (use of lo0):

# route -n get 192.168.0.1
   route to: 192.168.0.1
destination: 192.168.0.1
  interface: lo0
  flags: UP,HOST,DONE,LLINFO,WASCLONED,LOCAL
 recvpipe  sendpipe  ssthresh  rtt,msecrttvar  hopcount  mtu 
expire
   0 0 0 0 0 0 16384 0


Then i have a tap interface up, but i can't pass to it any traffic.
Does anybody have a suggestion, or know some debugging tools to show what 
append? 

Thanks

Sebovick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread Eric

On 9/27/2009 10:06 AM, herbert langhans wrote:

Yes. What about bogofilter. This port is smart, I always wonder how intelligent 
it dedects spam, just by the content. Even works with Chinese messages..

Setting it up requires some time and patience (its a filter what plugs in at 
procmail). But its small and efficient, ideal for mailservers.

http://bogofilter.sourceforge.net/

Cheers
herb langhans


Any suggestions on spam filters like spam-assassin?


dspam works very well for me across several sites
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: tap interface problem

2009-09-27 Thread Sébastien Serre
On Sunday 27 September 2009 18:17:22 Sébastien Serre wrote:
 Hello, I hope somebody here known well tap interfaces on freebsd :).
 
 I try to configure virtualbox with bridge interface. Everything seams ok:
 # ifconfig tap0
 
 tap0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0
  mtu 1500
 ether 00:bd:4f:0a:00:00
 inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
 
 # ls -l /dev/tap0
 crw-rw-rw-  1 root  wheel0, 109 Sep 27 16:54 /dev/tap0
 
 The problem is that nothing pass in the tap0 interface. tcpdump does not
  show any traffic when I try to connect a machine on the 192.168 network. I
  can ping the interface address (192.168.0.1). But without with the use of
  the tap itself (use of lo0):
 
 # route -n get 192.168.0.1
route to: 192.168.0.1
 destination: 192.168.0.1
   interface: lo0
   flags: UP,HOST,DONE,LLINFO,WASCLONED,LOCAL
  recvpipe  sendpipe  ssthresh  rtt,msecrttvar  hopcount  mtu
 expire
0 0 0 0 0 0 16384   
   0
 
 
 Then i have a tap interface up, but i can't pass to it any traffic.
 Does anybody have a suggestion, or know some debugging tools to show what
 append?
 
 Thanks
 
 Sebovick
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org
 

Me again,

I can now listen something on tap0:

# tcpdump -i tap0
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on tap0, link-type EN10MB (Ethernet), capture size 96 bytes
21:08:22.668835 arp who-has 192.168.0.1 tell 192.168.0.101
21:08:23.668526 arp who-has 192.168.0.1 tell 192.168.0.101
21:08:24.668272 arp who-has 192.168.0.1 tell 192.168.0.101
21:08:25.671499 arp who-has 192.168.0.1 tell 192.168.0.101

192.168.0.101 is my virtual machine trying to ping the host address of the tap 
interface. The host did not reply.
When I try to ping the guest from the host, tcpdump stay silent.

So the tap interface is ok for the guest, but the host don't know how to talk 
against tap. Any idea?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: why no Oracle on FreeBSD ?

2009-09-27 Thread Chris Rees
2009/9/25 Saifi Khan saifi.k...@datasynergy.org:
 On Thu, 24 Sep 2009, Julian H. Stacey wrote:

i noticed that there is no Oracle available for FreeBSD
http://www.oracle.com/technology/software/products/database/index.html
   
What could be the reason for that ?
  
   Best ask direct of commercial application vendor Oracle.
   IE wave money under Oracle's nose  ask to purchase what you want.
  
   If Oracle think there's enough profit in it, there's many BSD
   consultants eg http://berklix.com/consultants/ willing to work.
  
   Cheers,
   Julian
   --
 
  i was wondering if there is any technical reason behind this ?

 Most unlikely. Ask Oracle  tell advocacy@ what you find out.
 I'd bet perceived market share  demand as ever, ie Money.


 Hi Julian:

 Here is the response on the Oracle forum thread to my posting,


 
 FreeBSD is a kernel not used in any extant operating system with
 the sole exception being Apple's Mac OSX so you are heading,
 full speed ahead, toward disappointment.

And this is where he gives away that he knows nothing about it. In the
first sentence, he shows that he thinks that Mac OS X uses the FreeBSD
kernel. (Which is wrong, in case you were wondering
http://en.wikipedia.org/wiki/Darwin_(operating_system) )

 FreeBSD handles many
 things very differently from the UNIX System 5 standard so you
 can not just kludge your way into this.

What?


 What fascinates me about your request is why you care. FreeBSD
 is going nowhere at a staggeringly fast pace. And to the same
 place as went Oracle Database version 8.0. Obscurity.

What?


 Install Oracle's Enterprise Linux and you will have a real
 operating system in less time than you've spent monitoring this
 thead. And as an additional value it will support the Oracle
 technology stack while you are still young enough to use it.
 

 and
 
 IF you can match up the system calls, then you can 'make it
 work'.
 

 The relevant  links are
 1.  http://forums.oracle.com/forums/thread.jspa?threadID=952076tstart=0
 2.  http://forums.oracle.com/forums/thread.jspa?threadID=952076tstart=0

 The response seems to suggest that there is some feature used by
 Oracle which is expected from a UNIX Sys 5 std and perhaps
 FreeBSD does not support/have the syscall.

 Given the response, What is your analysis of the situation ?


 thanks
 Saifi.



This guy replying to your post was a troll, basically. Ignore him, and
concentrate on real Oracle employees for sources. Of course, if this
was an Oracle employee, then you really should think about using some
different software

Chris

-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in a mailing list?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: tap interface problem

2009-09-27 Thread Mario Lobo
On Sunday 27 September 2009 16:13:38 Sébastien Serre wrote:
 On Sunday 27 September 2009 18:17:22 Sébastien Serre wrote:
  Hello, I hope somebody here known well tap interfaces on freebsd :).
 
  I try to configure virtualbox with bridge interface. Everything seams ok:
  # ifconfig tap0
 
  tap0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0
   mtu 1500
  ether 00:bd:4f:0a:00:00
  inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
 
  # ls -l /dev/tap0
  crw-rw-rw-  1 root  wheel0, 109 Sep 27 16:54 /dev/tap0
 
  The problem is that nothing pass in the tap0 interface. tcpdump does not
   show any traffic when I try to connect a machine on the 192.168 network.
  I can ping the interface address (192.168.0.1). But without with the use
  of the tap itself (use of lo0):
 
  # route -n get 192.168.0.1
 route to: 192.168.0.1
  destination: 192.168.0.1
interface: lo0
flags: UP,HOST,DONE,LLINFO,WASCLONED,LOCAL
   recvpipe  sendpipe  ssthresh  rtt,msecrttvar  hopcount  mtu
  expire
 0 0 0 0 0 0 16384
0
 
 
  Then i have a tap interface up, but i can't pass to it any traffic.
  Does anybody have a suggestion, or know some debugging tools to show what
  append?
 
  Thanks
 
  Sebovick
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
   freebsd-questions-unsubscr...@freebsd.org
 
 Me again,
 
 I can now listen something on tap0:
 
 # tcpdump -i tap0
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on tap0, link-type EN10MB (Ethernet), capture size 96 bytes
 21:08:22.668835 arp who-has 192.168.0.1 tell 192.168.0.101
 21:08:23.668526 arp who-has 192.168.0.1 tell 192.168.0.101
 21:08:24.668272 arp who-has 192.168.0.1 tell 192.168.0.101
 21:08:25.671499 arp who-has 192.168.0.1 tell 192.168.0.101
 
 192.168.0.101 is my virtual machine trying to ping the host address of the
  tap interface. The host did not reply.
 When I try to ping the guest from the host, tcpdump stay silent.
 
 So the tap interface is ok for the guest, but the host don't know how to
  talk against tap. Any idea?
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
  freebsd-questions-unsubscr...@freebsd.org
 
 is the brige0 interface up too? 
-- 
Mario Lobo
http://www.mallavoodoo.com.br
FreeBSD since version 2.2.8 [not Pro-Audio YET!!] (99,7% winedows FREE)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: why no Oracle on FreeBSD ?

2009-09-27 Thread Charlie Kester

On Sun 27 Sep 2009 at 12:25:50 PDT Chris Rees wrote:

This guy replying to your post was a troll, basically. Ignore him, and


Yep.  It shows that some Linux fans are just as prone to creating FUD as
their adversaries in the Windows world.

I'd like to think the BSD community is better than that.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: tap interface problem

2009-09-27 Thread Sébastien Serre
On Sunday 27 September 2009 22:51:02 Mario Lobo wrote:
 On Sunday 27 September 2009 16:13:38 Sébastien Serre wrote:
  On Sunday 27 September 2009 18:17:22 Sébastien Serre wrote:
   Hello, I hope somebody here known well tap interfaces on freebsd :).
  
   I try to configure virtualbox with bridge interface. Everything seams
   ok: # ifconfig tap0
  
   tap0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric
   0 mtu 1500
   ether 00:bd:4f:0a:00:00
   inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
  
   # ls -l /dev/tap0
   crw-rw-rw-  1 root  wheel0, 109 Sep 27 16:54 /dev/tap0
  
   The problem is that nothing pass in the tap0 interface. tcpdump does
   not show any traffic when I try to connect a machine on the 192.168
   network. I can ping the interface address (192.168.0.1). But without
   with the use of the tap itself (use of lo0):
  
   # route -n get 192.168.0.1
  route to: 192.168.0.1
   destination: 192.168.0.1
 interface: lo0
 flags: UP,HOST,DONE,LLINFO,WASCLONED,LOCAL
recvpipe  sendpipe  ssthresh  rtt,msecrttvar  hopcount  mtu
   expire
  0 0 0 0 0 0 16384
 0
  
  
   Then i have a tap interface up, but i can't pass to it any traffic.
   Does anybody have a suggestion, or know some debugging tools to show
   what append?
  
   Thanks
  
   Sebovick
   ___
   freebsd-questions@freebsd.org mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to
freebsd-questions-unsubscr...@freebsd.org
 
  Me again,
 
  I can now listen something on tap0:
 
  # tcpdump -i tap0
  tcpdump: verbose output suppressed, use -v or -vv for full protocol
  decode listening on tap0, link-type EN10MB (Ethernet), capture size 96
  bytes 21:08:22.668835 arp who-has 192.168.0.1 tell 192.168.0.101
  21:08:23.668526 arp who-has 192.168.0.1 tell 192.168.0.101
  21:08:24.668272 arp who-has 192.168.0.1 tell 192.168.0.101
  21:08:25.671499 arp who-has 192.168.0.1 tell 192.168.0.101
 
  192.168.0.101 is my virtual machine trying to ping the host address of
  the tap interface. The host did not reply.
  When I try to ping the guest from the host, tcpdump stay silent.
 
  So the tap interface is ok for the guest, but the host don't know how to
   talk against tap. Any idea?
  ___
  freebsd-questions@freebsd.org mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to
   freebsd-questions-unsubscr...@freebsd.org
 
  is the brige0 interface up too?
 

Hello,

Yes it is. tcpdump see packets on bridge0 to. I jus have a doubt. I'm trying 
to connect the bridge to a physical interface that is not used (no carrier). 

re0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST metric 0 mtu 
1500

options=3898VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,WOL_UCAST,WOL_MCAST,WOL_MAGIC
ether 00:1f:d0:8e:79:5f
inet 192.168.0.1 netmask 0xff00 broadcast 192.168.0.255
media: Ethernet autoselect (none)
status: no carrier

It is up, but status is nocarrier and media is none. I think it can be the 
problem.
bridge0 contain re0 ant tap0, packets can be logged with tcpdump on tap0 and 
bridge0, re0 don't work.

I will try tomarrow again.

Thanks for your suggestion :).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Whic mail server?

2009-09-27 Thread Karl Vogel
 On Sun, 27 Sep 2009 06:01:22 -0700 (PDT), 
 Aflatoon Aflatooni aaflato...@yahoo.com said:

A I am running a server that is acting as the mail server for only
A internal users (about 50 users).  Currently we are running Sendmail...

   First things first: if you're happy with Sendmail and your system works
   to your satisfaction, I'd leave it be.  Just watch your logs and keep an
   eye out for security patches.

A I am wondering if qmail is thought to be better than sendmail.

   There are fanboys on all three sides of that question (yes, no, and
   qmail bites, use this-other-MTA instead).  I switched from sendmail to
   qmail on a server because I had an odd corner case that qmail happened
   to handle just about perfectly.  I also botched a qmail install on my
   own workstation, didn't feel like finding out what I did wrong, and
   decided to install Postfix instead.

   I've had fine experiences with both qmail and Postfix.  If you're
   using a system that's a little under-powered, you might appreciate Dr.
   Bernstein's efforts to make qmail and its supporting tools *very* frugal
   with OS resources.  If you're used to the sendmail way of doing things,
   you'd probably be better off with Postfix.

   I like Dr. Bernstein's programming approach, but be prepared to spend
   time getting used to his way of setting up network daemons, etc.  It's
   internally consistent but *very* different.  It takes me 30-40 minutes
   to install all of the qmail stuff from source because I've done it at
   least 6 or 7 times; I could probably cut that in half if I didn't save
   build and installation outputs for my logs.  My first time took most of
   a weekend to figure out what was going on.

A Any suggestions on spam filters like spam-assassin?

   I tried SA a few years ago, and it was a little heavy-weight for my
   filtering needs.  I use a simple Bayesian filter (ifile) trained on
   around 100,000 spams plus some procmail rules, and I get along fine.
   Your mileage will vary.  I saw some other comments:

 Qmail is not, nor has it been, actively supported for years.

   Depends on what you mean by support.  The user community is very active;
   have a look at http://www.ornl.gov/lists/mailing-lists/qmail/ if you
   doubt it.  OTOH, said community can be a bit, um, brusque, but the Qmail
   Handbook and the Life with Qmail webpage filled in the blanks for me.

 Qmail has a very limited set of features...

   It's intended to handle one problem well, which it does.  If you have
   some other requirements, http://www.qmail.org/ probably has a plugin
   that will do what you want.

   OK, now let's settle which text editor is best.

-- 
Karl Vogel  I don't speak for the USAF or my company
They say marriages are made in heaven.  So is thunder and lightning.
 --Clint Eastwood
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: lacie external hard drive supported?

2009-09-27 Thread Dan Nelson
In the last episode (Sep 26), Chris Whitehouse said:
 Hi all
 
 Does anyone have experience of a LaCie Hard Disk, Design by Neil Poulton
 eSATA, FireWire 400  Hi-Speed USB 2.0 1TB ?
 
 http://www.lacie.com/uk/products/product.htm?pid=11064
 
 Are all the interfaces supported? The data sheet says it is supported 
 under Linux. Does that mean it is safe to assume it is under FreeBSD?

In general, you can assume that any SATA/SAS/firewire/usb hard drive will be
supported.  The only thing that might not be supported is RAID array
management for the more expensive external units (you'll still be able to
acess the data though).

-- 
Dan Nelson
dnel...@allantgroup.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: why no Oracle on FreeBSD ?

2009-09-27 Thread Michael Vince

On 25/09/2009 10:28 PM, Saifi Khan wrote:

On Thu, 24 Sep 2009, Julian H. Stacey wrote:

   

i noticed that there is no Oracle available for FreeBSD
http://www.oracle.com/technology/software/products/database/index.html

What could be the reason for that ?
   

Best ask direct of commercial application vendor Oracle.
IE wave money under Oracle's nose  ask to purchase what you want.

If Oracle think there's enough profit in it, there's many BSD
consultants eg http://berklix.com/consultants/ willing to work.

Cheers,
Julian
--
 

i was wondering if there is any technical reason behind this ?
   

Most unlikely. Ask Oracle  tell advocacy@ what you find out.
I'd bet perceived market share  demand as ever, ie Money.

 

Hi Julian:

Here is the response on the Oracle forum thread to my posting,



FreeBSD is a kernel not used in any extant operating system with
the sole exception being Apple's Mac OSX so you are heading,
   
The reality is that Oracle is meant to be a very expensive solution for 
companies that don't know what to do. This makes Red Hat etc an ideal 
contender for this situation as it promises full enterprise support.
Whether it is the truth or if its even a good solution is completely 
irreverent to these 2 tech companies because at the end of the day they 
are just trying to make money and please the stock holders.


We have bought the occasional Dell server with Enterprise Red Hat and 
found all sorts of weird little problems. My preferred story was the 
Perl that RHE came with was bleeding edge (for the time of release) 
which at first looked nice. But when I discovered my FreeBSD laptop 
could parse a 500meg log file 4 times faster then the quad core RHE Dell 
server I know something was wrong. It was just the version Perl that RHE 
decided to package up the distribution with. I ended up having to build 
a later version into /usr/local and everything was fine. But is this 
really a good solution? Was this worthy of the word enterprise? 
absolutely not, I mean its not a big deal to build a second Perl into 
/usr/local on RHE but FreeBSD ports seems like a far cleaner and 
professional solution if you ask me, just because its not point and 
click friendly shouldn't be some kind of excuse, to me its and clean and 
pure as I could dream.


We hired a person directly from Oracle full time to build a new database 
project on Oracle. After it was all built and been using it for about 2 
years I just thought it was a bit of a disgrace. Oracle is brittle, 
unreliable and expensive. We had FreeBSD+MySQL along side it the whole 
time and it was just so much more reliable and faster for the same 
amount of hardware.
Oracle by packaged design is meant to encourage a comparatively massive 
amount of hardware investment compared to what could be achieved with 
MySQL and FreeBSD. I think it is just as much about masking its crap 
performance then any other argument.


I think Oracle is a about of system of making money out of false 
beliefs, it takes full advantage of corporate companies conservative 
beliefs and is probably only the reasonable solution for at best 5% of 
the companies it lives at, its all a matter of opinion which would be 
argued more from how much money a set of individuals are making out of 
it over a better technical solution.
Some how Oracle want people to believe that a few 100's thousand dollars 
for their software is vastly superior to any other DB in the world is 
just nonsense.
There is not any other mass scale pieces of software that most company's 
need where there is some how a magically vastly superior solution. There 
is no single/few license $100,000 operating system, no single/few 
license $100,000 excel, no single/few license $100,000 web server.


I guess what I am saying at the end of this is that if you can avoid 
Oracle that is great, I fully recommend you do.


Just because you can buy MySQL Enterprise Server far more cheaply and 
install/deploy it far more easily on more different platforms isn't 
something to be suspicious about, its just a better software solution 
and I recommend you take full advantage of it while you still can.













___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: lacie external hard drive supported?

2009-09-27 Thread Bill Campbell
On Sun, Sep 27, 2009, Dan Nelson wrote:
In the last episode (Sep 26), Chris Whitehouse said:
 Hi all
 
 Does anyone have experience of a LaCie Hard Disk, Design by Neil Poulton
 eSATA, FireWire 400  Hi-Speed USB 2.0 1TB ?
 
 http://www.lacie.com/uk/products/product.htm?pid=11064
 
 Are all the interfaces supported? The data sheet says it is supported 
 under Linux. Does that mean it is safe to assume it is under FreeBSD?

In general, you can assume that any SATA/SAS/firewire/usb hard drive will be
supported.  The only thing that might not be supported is RAID array
management for the more expensive external units (you'll still be able to
acess the data though).

The LaCie drives typically come with utilities to make them
painless to use in a Mac OS X environment, but these can be
removed easily of one doesn't want to use them on OS X.

We are using a 1TB LaCie quadra on Macs, and use the commercial
iPartition software which allows one to manipulate the boot
information to switch between PPC Mac and Intel as well as to
make a wide variety of partitions (even including Xenix if I
remember correctly :-).  I haven't tried these with FreeBSD, but
it appears that it would allow moving the drive between Macs and
FreeBSD machines.

I must say that I was impressed with the ability of iPartition
and the commercial Mac SuperDuper backup program which allowed me
to change the boot on the 1TB drive from booting on a PPC Mac to
boot on an Intel without losing any data, and to resize existing
partitions pretty painlessly as well.

I use the word partition above in the Linux sense, which are
generally referred to as slices in FreeBSD-land.

Bill
-- 
INTERNET:   b...@celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
Fax:(206) 232-9186  Skype: jwccsllc (206) 855-5792

The inherent vice of capitalism is the unequal sharing of the
blessings. The inherent blessing of socialism is the equal sharing of
Misery. -- Winston Churchill
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org