pf question

2008-09-09 Thread Scott Bennett
 I'm just starting to play around with pf to get it to handle NAT for
a LAN, and I've just discovered that I don't know how to get pf to reload
/etc/pf.conf after I make changes to it.  pfctl -d -e doesn't do it, and
neither does pfctl -d; pfctl -e.  Is there a way to do it besides rebooting?
 Please copy me in directly on any replies.  I'm subscribed to the digest
form of this list, so I get all the messages at once, usually once a day, so
I'll see the responses much sooner if they come to me directly as well as to
the list.
 Thanks much!


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army.   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: pf question

2008-09-09 Thread joeb
 pfctl -f  /etc/pf.conf # loads the pf.conf file
 pfctl -Nf /etc/pf.conf # Load only the NAT rules from the file
 pfctl -Rf /etc/pf.conf # Load only the filter rules from the file

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Scott Bennett
Sent: Tuesday, September 09, 2008 1:18 PM
To: freebsd-questions@freebsd.org
Subject: pf question


 I'm just starting to play around with pf to get it to handle NAT for
a LAN, and I've just discovered that I don't know how to get pf to reload
/etc/pf.conf after I make changes to it.  pfctl -d -e doesn't do it, and
neither does pfctl -d; pfctl -e.  Is there a way to do it besides
rebooting?
 Please copy me in directly on any replies.  I'm subscribed to the
digest
form of this list, so I get all the messages at once, usually once a day, so
I'll see the responses much sooner if they come to me directly as well as to
the list.
 Thanks much!


  Scott Bennett, Comm. ASMELG, CFIAG
**
* Internet:   bennett at cs.niu.edu  *
**
* A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army.   *
*-- Gov. John Hancock, New York Journal, 28 January 1790 *
**
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: pf question

2008-09-09 Thread Artis Caune
On Tue, Sep 9, 2008 at 8:17 AM, Scott Bennett [EMAIL PROTECTED] wrote:
 I'm just starting to play around with pf to get it to handle NAT for
 a LAN, and I've just discovered that I don't know how to get pf to reload
 /etc/pf.conf after I make changes to it.  pfctl -d -e doesn't do it, and
 neither does pfctl -d; pfctl -e.  Is there a way to do it besides rebooting?

pfctl -f /etc/pf.conf

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/firewalls-pf.html



-- 
regards,
Artis Caune

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


[ask] adding new processor

2008-09-09 Thread andy-ch

I would like to add a new processor on my FreeBSD 7-RELEASE.

Now it's 1 x Intel Xeon E5410, and I would like to add another 1 x  
Intel Xeon E5410, so there will be 2 x Intel Xeon E5410 (8-Core Total)


Do I need to recompile the kernel and/or daemons inside (ex: Apache,  
PHP, MySQL, EXIM, etc...) ?


Or the operating system (including it's daemons) will reflect to work  
with both processors once the system booted ?


Thank you for your kind help, and I hope to hear a good response from  
you soon.


--
Best Regards,
Andy Chandra
IndoForum GMod Team
[EMAIL PROTECTED]
http://www.indoforum.org
Indonesian Online Community

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


Re: [ask] adding new processor

2008-09-09 Thread Artis Caune
On Tue, Sep 9, 2008 at 9:55 AM, andy-ch [EMAIL PROTECTED] wrote:
 I would like to add a new processor on my FreeBSD 7-RELEASE.

 Now it's 1 x Intel Xeon E5410, and I would like to add another 1 x Intel
 Xeon E5410, so there will be 2 x Intel Xeon E5410 (8-Core Total)

 Do I need to recompile the kernel and/or daemons inside (ex: Apache, PHP,
 MySQL, EXIM, etc...) ?

 Or the operating system (including it's daemons) will reflect to work with
 both processors once the system booted ?

Hi,

FreeBSD 7.0 has multi processor support in GENERIC kernel.
If you haven't removed SMP option from kernel config, you don't need
recompile anything.

verify with:
# sysctl kern.smp.cpus




-- 
regards,
Artis Caune

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


Re: Postfix issue

2008-09-09 Thread perryh
  why are you not using your ISP to relay emails, using its mail
  gateway (which should have a static IP address)?
...
 I do not like the fact that a number of governments (including
 most european ones)  now have the right to access all emails
 that pass through an ISP's server. They do not have the right
 to access private server systems unless they have a warrant. 

This *is* a valid concern, but it's not clear to me how it applies
to messages that are being sent to public mailing lists where they
will be as available to Big Brother as to anyone else.  How about
configuring your MTA to send anything going to a public list via
your ISP, and send directly only messages that aren't going to be
posted for the world to see?

 Another emerging issue is cable operators refusing to allow
 fixed IP address so they can receive revenue from reporting
 on user usage data.

I seriously doubt that as a motivation.  If anything, static IP
assignments would make it *easier* to track per-customer usage.

A more likely reason is that most residential users, even on
cable or DSL, do not keep their router (or system, if they have
only one and therefore don't use a router) on-line anywhere
near 24-7.  The ISP can serve several customers per IP address
by using DHCP (so that customers occupy IP addresses only when
on-line).
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Zbigniew Szalbot

Hello,

How do I set a global WITHOUT_X11 in pkgtools.conf? (not for a specific 
port but for all ports)


I tried putting it under
  MAKE_ARGS = {
  }
and came up with
  MAKE_ARGS = { 'WITHOUT_X11=yes',
  }

but it does not work

$ portinstall
** Error occured reading /usr/local/etc/pkgtools.conf:
/usr/local/etc/pkgtools.conf:390: odd number list for Hash

Many thanks in advance!

--
Zbigniew Szalbot
www.LCWords.com


smime.p7s
Description: S/MIME Cryptographic Signature


Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Matthew Seaman

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Zbigniew Szalbot wrote:
| Hello,
| 
| How do I set a global WITHOUT_X11 in pkgtools.conf? (not for a specific 
| port but for all ports)
| 
| I tried putting it under

|   MAKE_ARGS = {
|   }
| and came up with
|   MAKE_ARGS = { 'WITHOUT_X11=yes',
|   }
| 
| but it does not work
| 
| $ portinstall

| ** Error occured reading /usr/local/etc/pkgtools.conf:
| /usr/local/etc/pkgtools.conf:390: odd number list for Hash
| 
| Many thanks in advance!
| 


Put it in /etc/make.conf -- that way it will work for all ports, however
you manage them and independent of whether you use portupgrade, portmanager
or just 'cd /usr/ports/port/name ; make install'.

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3

~  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
~  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREDAAYFAkjGOfoACgkQ3jDkPpsZ+VYWWwCfdv0Yr0xjF6C5kqsl8QeyI6tJ
8KcAoLrNFQvcvCNNyW5DWD5y+DgeCo8N
=DUDw
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Zbigniew Szalbot

Hello,

Matthew Seaman:

|   MAKE_ARGS = { 'WITHOUT_X11=yes',
|   }
| | but it does not work
| | $ portinstall
| ** Error occured reading /usr/local/etc/pkgtools.conf:
| /usr/local/etc/pkgtools.conf:390: odd number list for Hash
| | Many thanks in advance!
|
Put it in /etc/make.conf -- that way it will work for all ports, however
you manage them and independent of whether you use portupgrade, portmanager
or just 'cd /usr/ports/port/name ; make install'.


Thanks for this hint Matthew! Will it be correct to put it like this:

WITHOUT_MODULES=X11

Many thanks!
--
Zbigniew Szalbot
www.LCWords.com


smime.p7s
Description: S/MIME Cryptographic Signature


Re: [ask] adding new processor

2008-09-09 Thread Wojciech Puchar



I would like to add a new processor on my FreeBSD 7-RELEASE.

Now it's 1 x Intel Xeon E5410, and I would like to add another 1 x Intel Xeon 
E5410, so there will be 2 x Intel Xeon E5410 (8-Core Total)


Do I need to recompile the kernel and/or daemons inside (ex: Apache, PHP, 
MySQL, EXIM, etc...) ?


no



Or the operating system (including it's daemons) will reflect to work with 
both processors once the system booted ?



yes

Thank you for your kind help, and I hope to hear a good response from you 
soon.


--
Best Regards,
Andy Chandra
IndoForum GMod Team
[EMAIL PROTECTED]
http://www.indoforum.org
Indonesian Online Community

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


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


Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Albert Shih
 Le 08/09/2008 à 23:37:38-0400, Michael a écrit
 
 
 Derek Ragona wrote:
  I have a FreeBSD 7 release I wanted to use as a host for virtual 
  machines.  What software is anyone else using to host virtual machines 
  under FreeBSD?
 
  I'd just like to here what has worked, or what has not worked.  I find 
  it easier to find a solution asking for real world experiences.
 
  Thanks for your help.
 
 
 
  -Derek
  [EMAIL PROTECTED]
 
 
 
   In my honest opinion, there aren't many good ways of doing what I 
 think you're wanting.
 VMware is a no go for now, or probably any time soon. I don't think 
 virtualbox is running on freebsd yet. You could use jails, for just 
 other freebsd installs, not really a VM so to speak.

Well, depend what's you going to do with virtual machine, but jail is
something very fine for apache/php server, databases etc... because you
don't slow down the I/O (like vmware did). 

 bochs is crap for this purpose, simics doesn't run on it worth a crap 
 either. If I were you, I would use something else. say a hypervisor 
 running on bare hardware, ie: VMware ESX, or similar. I would say xen if 
 it was ready, but I don't think it is.

And just for information VMware ESX is free now.

Regards


-- 
Albert SHIH
SIO batiment 15
Observatoire de Paris Meudon
5 Place Jules Janssen
92195 Meudon Cedex
Heure local/Local time:
Mar 9 sep 2008 11:15:26 CEST
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: State of 3d video, which vendor has best support?

2008-09-09 Thread KlaymenDK
quote who=John Nielsen
 On Monday 08 September 2008, KlaymenDK wrote:
 I'm about to build a new pc, the first in quite a few years. My problem
 is that I can't find out if I should choose a 3D chipset from Intel, Ati,
 or nVidia. What's the state of support, track record, and such for these
 nowadays?

 This is becoming a FAQ. You should be able to find some good information
 in a couple of relatively recent threads.

 The nutshell summary (in my opinion, from memory) is this:
  * nVidia support is good w/ the binary driver on i386.
Not available on amd64.
  * ati support is great for hardware supported by radeon(4x).
The manpage has a pretty good list. Better support for fancier cards
(hd, etc) is coming but not quite all the way there.
  * intel support is very good. Not quite as many souped-up options but
modern onboard intel graphics are more than adequate for almost
anything, including many games.

That's excellent!

Believe you me, I've done rather a lot of googling, but it's tricky to
come up with the right mix of keywords to not be flooded with wrong results.

Thank you so very much! FYI, I will buy a (Sapphire?) Radeon HD3850, because
it has dual DVI out and *very* low idle power draw. I shall have to take my
chances with the not quite all the way there HD support.


:o) KlaymenDK
-- 010\001\111 --

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


Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Matthew Seaman

-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Zbigniew Szalbot wrote:
| Hello,
| 
| Matthew Seaman:

| |   MAKE_ARGS = { 'WITHOUT_X11=yes',
| |   }
| | | but it does not work
| | | $ portinstall
| | ** Error occured reading /usr/local/etc/pkgtools.conf:
| | /usr/local/etc/pkgtools.conf:390: odd number list for Hash
| | | Many thanks in advance!
| |
| Put it in /etc/make.conf -- that way it will work for all ports, however
| you manage them and independent of whether you use portupgrade, 
| portmanager

| or just 'cd /usr/ports/port/name ; make install'.
| 
| Thanks for this hint Matthew! Will it be correct to put it like this:
| 
| WITHOUT_MODULES=X11
| 
| Many thanks!


No, you'ld put precisely this in /etc/make.conf:

WITHOUT_X11=yes

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   Flat 3

~  7 Priory Courtyard
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
~  Kent, CT11 9PW, UK
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREDAAYFAkjGQOcACgkQ3jDkPpsZ+Vaw7wCffFPzNRMAot0S28OMzid+6CfK
jHwAoJoslIi4146JP+l3FpXENsxY7T3Y
=5c+8
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Derek Ragona

At 04:17 AM 9/9/2008, Albert Shih wrote:

 Le 08/09/2008 à 23:37:38-0400, Michael a écrit


 Derek Ragona wrote:
  I have a FreeBSD 7 release I wanted to use as a host for virtual
  machines.  What software is anyone else using to host virtual machines
  under FreeBSD?
 
  I'd just like to here what has worked, or what has not worked.  I find
  it easier to find a solution asking for real world experiences.
 
  Thanks for your help.
 
 
 
  -Derek
  [EMAIL PROTECTED]
 
 
 
   In my honest opinion, there aren't many good ways of doing what I
 think you're wanting.
 VMware is a no go for now, or probably any time soon. I don't think
 virtualbox is running on freebsd yet. You could use jails, for just
 other freebsd installs, not really a VM so to speak.

Well, depend what's you going to do with virtual machine, but jail is
something very fine for apache/php server, databases etc... because you
don't slow down the I/O (like vmware did).

 bochs is crap for this purpose, simics doesn't run on it worth a crap
 either. If I were you, I would use something else. say a hypervisor
 running on bare hardware, ie: VMware ESX, or similar. I would say xen if
 it was ready, but I don't think it is.

And just for information VMware ESX is free now.


I  thought that the VMware ESX  is just a trial version that quits running 
after a few weeks.  But if I am wrong about that, let me know.


-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Derek Ragona

At 12:27 AM 9/9/2008, Alain G. Fabry wrote:

On Mon, Sep 08, 2008 at 10:21:56PM -0500, Derek Ragona wrote:
 I have a FreeBSD 7 release I wanted to use as a host for virtual
 machines.  What software is anyone else using to host virtual machines
 under FreeBSD?


I use Qemu and run XP, Solaris, Gentoo, and FreeBSD as guests.
Speed is not super, but workable for me since it is just to play with.


Did you install qemu just from the ports?

-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

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


Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Derek Ragona wrote:
 At 04:17 AM 9/9/2008, Albert Shih wrote:
  Le 08/09/2008 à 23:37:38-0400, Michael a écrit
 
 
  Derek Ragona wrote:
   I have a FreeBSD 7 release I wanted to use as a host for virtual
   machines.  What software is anyone else using to host virtual
 machines
   under FreeBSD?
  
   I'd just like to here what has worked, or what has not worked.  I
 find
   it easier to find a solution asking for real world experiences.
  
   Thanks for your help.
  
  
  
   -Derek
   [EMAIL PROTECTED]
  
  
  
In my honest opinion, there aren't many good ways of doing what I
  think you're wanting.
  VMware is a no go for now, or probably any time soon. I don't think
  virtualbox is running on freebsd yet. You could use jails, for just
  other freebsd installs, not really a VM so to speak.

 Well, depend what's you going to do with virtual machine, but jail is
 something very fine for apache/php server, databases etc... because you
 don't slow down the I/O (like vmware did).

  bochs is crap for this purpose, simics doesn't run on it worth a crap
  either. If I were you, I would use something else. say a hypervisor
  running on bare hardware, ie: VMware ESX, or similar. I would say
 xen if
  it was ready, but I don't think it is.

 And just for information VMware ESX is free now.
 
 I  thought that the VMware ESX  is just a trial version that quits
 running after a few weeks.  But if I am wrong about that, let me know.
 
 -Derek
 

Hi Derek,

Nope, it is free.  Check out: http://www.vmware.com/products/esxi/uses.html

One thing to note, though.  It still needs approved hardware to install.
 At the moment, I have installed it into a VM within VMware Workstation
to achieve that.

I'll have to do some testing to see how performace suffers!  It might be
fine for a test environment, which is what I'm using it for.

Regards,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIxlMn0sRouByUApARAsSNAJ9eL1HspV1jTAAgOy1jRWAUIVyRugCfQx6P
HGG1jxDnmxkQWZnbl+gn1Cc=
=kLlt
-END PGP SIGNATURE-

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


Sendmail check FROM: header

2008-09-09 Thread lyd mc
Hi guys,

How do i check valid sender before sending mail?

example: 
    FROM: [EMAIL PROTECTED]

if this 'anonymous' user is not on localhost the mail should be rejected even 
if the user has valid login (user and password).

my sendmail uses login/plain before relaying. however they can still send mail 
even the FROM: header is not their name. I don't want this to happen.

Need your help guys.

Thnx.

alydio






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


Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Eric Masson
Derek Ragona [EMAIL PROTECTED] writes:

Hi,

 I  thought that the VMware ESX  is just a trial version that quits
 running after a few weeks.  But if I am wrong about that, let me know.

From :
http://vmware.com/products/esxi/

ESXi seems to be free, but not the entreprise administration tools.

Éric Masson

-- 
 je me fais un réveil matin qui m'énonce les SC6 et SC7 de word98 [avec
 le Speech de MacsBug]. Si je me lève pas pour l'éteindre, je suis sûr
 que ma femme le fera .-)
 -+- BL in Guide du Macounet Pervers : Tyran domestique ! -+-

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


Re: safest way to upgrade a production server

2008-09-09 Thread John Almberg

Anyway, I guess what I should do is patch this to the latest 6.3
version?



My strategy was to do a source-base upgrade to 6.3-RELEASE, and then
use freebsd-update to apply critical patches. Freebsd-update only
works on -RELEASE versions with generic kernels, but I find it much
faster and easier than trying to do upgrades from source. You also
need to keep track of ports that need updating: use portaudit for
that.


Unfortunately, this sounds about right, to me.

Well, I'm going to have to practice long and hard before trying this  
on our production machines... I need to get a feeling for just how  
dangerous a process this is, before trying it. It's one of those  
things you want to do right the first time!


-- John



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


[OT] tcpdump overhead

2008-09-09 Thread Mario Lobo

   Hello;
   I am doing a final paper for my post-graduate studies. The paper is
   about QOS on a corporate environment.
   One of the issues involved in the network measurements I am going to
   make is how much overhead tcpdump will have on them (if any). It seems
   to me that this overhead can be disregarded as influential but, if
   this is right, I need some proper source that I can quote and index
   on my paper.
   Could anyone show some directions for any official documentation on
   this? or maybe some opinions, sugestions from you guys on this subject
   that I could officially put on this paper?
   well, thanks and sorry for this off-topic.
   Mario Lobo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: [OT] tcpdump overhead

2008-09-09 Thread Wojciech Puchar

  make is how much overhead tcpdump will have on them (if any). It seems
  to me that this overhead can be disregarded as influential but, if


depends how kmuch packets are actually gathered. if you tcpdump everything 
from loaded gigabit link it won't be small. you will have to use at least 
2-disk stripping to be able to write data ;)



i don't know if it's official docs, just generate some traffic, observe 
how much CPU is idle, then add tcpdump to the mix and do the math.


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


Re: Problems with portsdb -Uu on FreeBSD 6.3

2008-09-09 Thread RW
On Mon, 8 Sep 2008 19:43:14 -0400
Sean Cavanaugh [EMAIL PROTECTED] wrote:


 I've never fully trusted portsnap. I do run portsnap fetch before
 every portupgrade but I always follow it up with CVSUP and I usually
 find some more files that get changed anyway. 

portsnap fetch doesn't affect your ports tree at all, you need to
follow it with portsnap update.

There's no sense in in routinely mixing the two tools on the same tree.
If you do find that portsnap isn't updating the tree correctly then
you've either found a bug or have some corrupt data somewhere. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with portsdb -Uu on FreeBSD 6.3

2008-09-09 Thread RW
On Mon, 8 Sep 2008 17:57:16 -0700
perikillo [EMAIL PROTECTED] wrote:
 On Mon, Sep 8, 2008 at 5:26 PM, Michael Powell
 [EMAIL PROTECTED]wrote:
 
Please don't top-post.
 
  Unless you have a specific overriding reason to do -Uu you might
  want to try -uF instead. It's what I use and it's always worked. In
  fact, this is what I do to see if I need an upgrade:
 
  csup -L 2 ports  portsdb -uF  pkgdb -u  portversion
 
  But since I have never used portsnap don't really know anything
  about it.
 
  -Mike
I have been trying a lot of things, I want to start again, I think
 I just need to delete /usr/ports?
 
Let me read again the manual and see those Flags.
 
I remember that the first time u run portsdb the manuals recommend
 to sue Uu, but let read the manual page, I will back soon!!!


portsdb -F and portsdb -U, both update the index file. The first
downloads it, the second creates it from scratch (which is slow).
Portsnap handles this automatically, so neither will be needed. 

The work done by portsdb -u will be done automatically when portupgrade
is next run, but it may save a little time later.  

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


HUAWEI G3 Modem

2008-09-09 Thread Markus Klaschka

Hey,
I have serious problems getting that thing working.
I followed the instructions here: 
http://greasy.com/mustakim/huawei_220_freebsd.html


Somehow I end up with:

   Sep  8 18:20:54 jupiter kernel: ucom0: HUAWEI Technologies HUAWEI
   Mobile, class 0/0, rev 1.10/0.00, addr 2 on uhub0
   Sep  8 18:20:54 jupiter kernel: ucom0: Could not find interrupt in
   Sep  8 18:20:54 jupiter kernel: device_attach: ucom0 attach returned 6
   Sep  8 18:20:54 jupiter kernel: ucom0: HUAWEI Technologies HUAWEI
   Mobile, class 0/0, rev 1.10/0.00, addr 2 on uhub0
   Sep  8 18:20:54 jupiter kernel: ucom0: Could not find interrupt in
   Sep  8 18:20:54 jupiter kernel: device_attach: ucom0 attach returned 6

I have tried to reconnect the device about 10 times, nothing changes.
I'm not using acpi, here on my damn ASUS laptop( never buy ASUS ;) )... 
don't know if that makes any difference, but could I guess.


Any ideas?

Nazir got that thing working somehow, really would like to know how.
   [quote]I'm already success using E220 HUAWEI to data connection but 
still failed to send sms using smstool. Please help..TQ[/quote]


Cheers
Markus



--
Markus Klaschka
MKDev - Markus Klaschka Development
http://www.mkdev.eu

Spain:  0034 - 63 747 23 07
UK:
0044 - 750 910 2718
Mail:   [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
Skype:  mark-use
IRC: 	mark-use @ irc.freenode.net : #freebsd, ##security, #freebsd-src, 
#bsdforen.de, #bsdgroup.de


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

Re: freebsd 7.0 and jail

2008-09-09 Thread Oliver Peter
On Mon, Sep 08, 2008 at 11:28:09AM -0700, gahn wrote:
 Hello:
 
 I am trying to build jails on 7.0 system and got errors:
 
 /
 
  Installing everything
 --
 cd /usr/src; make -f Makefile.inc1 install
 === share/info (install)
 === lib (install)
 === lib/csu/i386-elf (install)
 gcc -O2 -fno-strict-aliasing -pipe  -I/usr/src/lib/csu/i386-elf/../common  
 -I/usr/src/lib/csu/i386-elf/../../libc/include -Wsystem-headers -Wall 
 -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes 
 -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual 
 -Wwrite-strings -Wswitch -Wshadow -Wcast-align -Wunused-parameter 
 -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls 
 -Wno-pointer-sign -c crt1.c
 gcc:No such file or directory
 *** Error code 1
 
 Stop in /usr/src/lib/csu/i386-elf.
 *** Error code 1
 
 Stop in /usr/src/lib.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 Stop in /usr/src.
 *** Error code 1
 
 ///
 
 looks like the code of jail is broken, did anyone have similar problem?
 
 I am working in an environment that is able to use freebsd-update script.

Check your date:
   http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2003-05/0059.html

Btw. you don't have to build jails by yourself.
You can use sysutils/ezjail to install, update and manage your jails.
ezjail can use source or the prebuilt ftp packages to setup the jail.

   http://erdgeist.org/arts/software/ezjail/

Great piece of software.

-- 
Oliver PETER, email: [EMAIL PROTECTED], ICQ# 113969174
If it feels good, you're doing something wrong.
  -- Coach McTavish
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


how to charater special files?

2008-09-09 Thread gahn
hi, all:

how could i create a character special files (such as crw-rw-rw-)?

thanks


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


Re: how to charater special files?

2008-09-09 Thread Manolis Kiagias

gahn wrote:

hi, all:

how could i create a character special files (such as crw-rw-rw-)?

thanks

  


Devices are normally managed by devfs(5).
The standard way for creating device files is still mknod(8) (deprecated)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how can i use ISO-8859-1??

2008-09-09 Thread Roland Smith
On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote:
   Guys,
 
   This is one of the I've-been-meaning-to-ask questions;
   but other things keep happening that took precedence.  Now
   it's time to ask what are the voodoo commands to set up in my
   ~/.zshrc or other initiation files (probably including my muttrc)
   that will let me print to stdout, characters like the e-aigu
   or u-umlaut and the currency pound or Euro?
 
Why settle for ISO-8859-1? Switch to UTF-8 instead, wich can display a
much larger number of characters, and is becoming the standard.

I added the following to the 'setenv' section of the 'default' profile
in login.conf:

   LC_ALL=en_US.UTF-8

AFAICT, the console doesn't have UTF-8 fonts (yet?). But that doesn't
bother me because I always use X anyway.

So I added the following to my ~/.xinitrc as well:

  export LANG=en_US.UTF-8

I installed the rxvt-unicode terminal emulator because it's a lot
lighter then xterm, although both should handle UTF-8. You should use a
unicode font though. I put the following in my ~/.Xresources:

  ! for xterm
  XTerm*foreground: white
  XTerm*background: #010040
  XTerm*utf8: 2
  XTerm*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
  XTerm*title: Shell
  XTerm*loginShell: True
  XTerm*scrollBar: False
  XTerm*saveLines: 0
  XTerm*ttyModes: erase ^H
  XTerm*vt100.translations: #override \
Home:  string(\033[1~) \n\
Delete:string(\033[3~) \n\
End:   string(\033[4~)

  ! for urxvt
  Rxvt*foreground: white
  Rxvt*background: #010040
  Rxvt*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
  urxvt_transp*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
  Rxvt*title: Shell
  Rxvt*loginShell: True
  Rxvt*scrollBar: False
  Rxvt*saveLines: 0

The critical part is the font specification; it should end with iso10646-1.

My /etc/csh.cshrc has some settings for less:

  setenv  LESSOPEN'|/usr/bin/lesspipe.sh %s'
  setenv  LESSCHARSET utf-8

Mutt has to be told as well, in ~/.muttrc:

  set charset=utf-8
  set send_charset=us-ascii:iso-8859-15:utf-8

In ~/.emacs.el(c) there are some settings as well:

  ;; Set language environment for MULE. 
  (set-language-environment 'UTF-8)

  ;; My customization for text modes
  (defun my-text-mode-hook ()
(auto-fill-mode 1)
(show-paren-mode t)
(activate-input-method 'rfc1345) ; Good input method for UTF-8
  )
(add-hook 'text-mode-hook 'my-text-mode-hook)

Other programs you should look at are Firefox: edit - preferences -
content tab - Font  Colors, advanced button; default encoding -
select Unicode (UTF-8).

Other programs may have settings for unicode, but these are the ones
that spring to mind.

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgphIMNUJunW8.pgp
Description: PGP signature


Re: mail server DNS configuration questions

2008-09-09 Thread Patrick Mahan



Andrew Falanga presented these words - circa 9/6/08 6:28 PM-

Hi,

Well, my clients at church are still having issues and after working with 
George, a respondant to my original questions, I think that most, if not all, 
of my problems are related to DNS and how we've got it improperly configured.


First, a crude drawing of how our mail server exists in the world:

192.168.2.x/24   72.24.23.252  lot's of networks
Private Network -- CableOne -- Internet

Now, our mail server's IP is 192.168.2.23.  On the router, he (the person at 
whose house the mail server is) has IP forwarding setup so that mail get's 
sent to our FreeBSD machine.  Using dig, here's the responses:


(from my FBSD machine at home, not the server)
[/usr/home/andy]
- dig +short -t MX whitneybaptist.org
10 mail.whitneybaptist.org.
[/usr/home/andy]
- dig +short -t A whitneybaptist.org
72.24.34.252
[/usr/home/andy]
- dig +short -x 72.24.34.252
34-252.72-24-cpe.cableone.net.

(from the church FBSD machine)
[/home/afalanga]
- hostname
whitbap
[/home/afalanga]
- ifconfig fxp0
fxp0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=8VLAN_MTU
inet 192.168.2.23 netmask 0xff00 broadcast 255.255.255.255
ether 00:d0:b7:74:87:48
media: Ethernet autoselect (100baseTX full-duplex)
status: active
[/home/afalanga]
- cat /etc/resolv.conf
search McCutchanLAN
nameserver 192.168.2.1


It doesn't take a rocket scientist, or a computer scientist, to figure out 
we've got DNS issues.  I'm thinking that I should setup a domain within the 
192.168.2.0/24 network on this box.  I've done this before, at work.  The 
question I've got is I've never actually integrated a domain like this to a 
domain on the Internet.  I'm thinking that we'll setup something like: 
internal.whitneybaptist.org with hosts in that sub-domain.





First, what are you trying to accomplish with the internal DNS?  Make it easier 
to
resolve machines in the 192.168.2.0 network?  Allow lookups external of the
192.168.2.0 network?  What machine is 'mail.whitneybaptist.com'?  Is it on the
192.168.2.0 network?  Is it reachable from the Internet?

Who is the owner of whitneybaptist.org DNS zone?  I show the following NS 
servers:

[EMAIL PROTECTED]/src/MPS/DocDownload 140  dig +short -t NS whitneybaptist.org
ns1.domaindirect.com.
ns2.domaindirect.com.
ns3.domaindirect.com.

Which is administered by tucows.com (Tucows, Inc) a seller of DNS services.

So, what would my DNS tables need to look like to make this happen.  Also, to 
any knowledgable souls here, what RFCs address these issues?




You can read the RFC's if you want, but you would be better served to purchase
DNS and BIND, Fourth Edition, by Paul Albitz  Cricket Liu to learn how to
administer DNS.

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


Re: how can i use ISO-8859-1??

2008-09-09 Thread Lars Eighner

On Tue, 9 Sep 2008, Roland Smith wrote:


On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote:

Guys,

This is one of the I've-been-meaning-to-ask questions;
but other things keep happening that took precedence.  Now
it's time to ask what are the voodoo commands to set up in my
~/.zshrc or other initiation files (probably including my muttrc)
that will let me print to stdout, characters like the e-aigu
or u-umlaut and the currency pound or Euro?


The euro is not in iso-8859-1, but iso-8859-15.  You need to
load the appropriate fonts (at boot if you are root, see /etc/rc.conf)
or use vidcontrol to load the iso fonts when you log in.  You
need to set your TERM environmental variable to the appropriate
value in your shell rc.  That might be cons25l1.  You can check out termcap
from a link in /etc.




Why settle for ISO-8859-1? Switch to UTF-8 instead, wich can display a
much larger number of characters, and is becoming the standard.


Because it is a hiddeous waste for most readers and writers of
English and other European languages.



I added the following to the 'setenv' section of the 'default' profile
in login.conf:

  LC_ALL=en_US.UTF-8

AFAICT, the console doesn't have UTF-8 fonts (yet?).


It won't until video cards support this level of bloat.  I don't know of a
single video card that does that.


But that doesn't
bother me because I always use X anyway.


Wouldn't you really be happier with Windoz?


--
Lars Eighner
http://www.larseighner.com/index.html
8800 N IH35 APT 1191 AUSTIN TX 78753-5266

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


Re: how can i use ISO-8859-1??

2008-09-09 Thread Dave Feustel
On Tue, Sep 09, 2008 at 12:14:47PM -0500, Lars Eighner wrote:
 On Tue, 9 Sep 2008, Roland Smith wrote:

 On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote:
 Guys,

 This is one of the I've-been-meaning-to-ask questions;
 but other things keep happening that took precedence.  Now
 it's time to ask what are the voodoo commands to set up in my
 ~/.zshrc or other initiation files (probably including my muttrc)
 that will let me print to stdout, characters like the e-aigu
 or u-umlaut and the currency pound or Euro?

 The euro is not in iso-8859-1, but iso-8859-15.  You need to
 load the appropriate fonts (at boot if you are root, see /etc/rc.conf)
 or use vidcontrol to load the iso fonts when you log in.  You
 need to set your TERM environmental variable to the appropriate
 value in your shell rc.  That might be cons25l1.  You can check out termcap
 from a link in /etc.



 Why settle for ISO-8859-1? Switch to UTF-8 instead, wich can display a
 much larger number of characters, and is becoming the standard.

 Because it is a hiddeous waste for most readers and writers of
 English and other European languages.

What ISO supports English, German, French, and Russian?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread freebsd_user
# uname -a
FreeBSD 6281.domain.net 6.3-RELEASE FreeBSD 6.3-RELEASE #0: Wed Jan 16 04:45:4
5 UTC 2008 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP  i386

##--- cvsup the src

#   @(#)newvers.sh  8.1 (Berkeley) 4/20/94
# $FreeBSD: src/sys/conf/newvers.sh,v 1.72.2.5.2.8 2008/09/03 19:09:47 simon Exp

TYPE=FreeBSD
REVISION=7.0
BRANCH=RELEASE-p4

##
##  HERE WE GO ...
##

##-- Contents of /etc/make.conf

# cat /etc/make.conf
# added by use.perl 2008-09-09 00:29:14
PERL_VER=5.8.8
PERL_VERSION=5.8.8

## -- END Contents /etc/make.conf

cd /usr/src
env -i make -DALWAYS_CHECK_MAKE buildworld

## The above appears to work fine.

script bk.out
env -i make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=GENERIC
env -i make -DALWAYS_CHECK_MAKE installkernel KERNCONF=GENERIC

bk2.out
make -DALWAYS_CHECK_MAKE buildkernel KERNCONF=GENERIC
make -DALWAYS_CHECK_MAKE installkernel KERNCONF=GENERIC

bk3.out
make buildkernel KERNCONF=GENERIC
make installkernel KERNCONF=GENERIC

## Using any of the above commands yield:

=== zyd (install)^M
install -o root -g wheel -m 555   if_zyd.ko /boot/kernel^M
install -o root -g wheel -m 555   if_zyd.ko.symbols /boot/kernel^M
kldxref /boot/kernel^M
kldxref: file isn't dynamically-linked^M
kldxref:

##  We made a slight change to the above commands, instead of
'buildkernel' or 'installkernel' we just used 'kernel' in each
and every command line shown above and re_ran the command.

Which resulted in the same results shown above.
What are we doing incorrectly?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems with portsdb -Uu on FreeBSD 6.3

2008-09-09 Thread perikillo
On Tue, Sep 9, 2008 at 6:13 AM, RW [EMAIL PROTECTED] wrote:

 On Mon, 8 Sep 2008 17:57:16 -0700
 perikillo [EMAIL PROTECTED] wrote:
  On Mon, Sep 8, 2008 at 5:26 PM, Michael Powell
  [EMAIL PROTECTED]wrote:
 
 Please don't top-post.
  
   Unless you have a specific overriding reason to do -Uu you might
   want to try -uF instead. It's what I use and it's always worked. In
   fact, this is what I do to see if I need an upgrade:
  
   csup -L 2 ports  portsdb -uF  pkgdb -u  portversion
  
   But since I have never used portsnap don't really know anything
   about it.
  
   -Mike
 I have been trying a lot of things, I want to start again, I think
  I just need to delete /usr/ports?
 
 Let me read again the manual and see those Flags.
 
 I remember that the first time u run portsdb the manuals recommend
  to sue Uu, but let read the manual page, I will back soon!!!


 portsdb -F and portsdb -U, both update the index file. The first
 downloads it, the second creates it from scratch (which is slow).
 Portsnap handles this automatically, so neither will be needed.

 The work done by portsdb -u will be done automatically when portupgrade
 is next run, but it may save a little time later.

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


   After finally realize that running portsdb -Uu each time I sync my ports
is not a good way, I will follow the Michael Powell tip. Thanks all for your
help, I still don't know why always appear the port apcupsd went this thing
crush.

   Thanks all for your great help!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FreeBSD 7 and ESXi

2008-09-09 Thread scuba

HI all,

	I'm planning to virtualize a FreeBSD server on a Dell PowerEdge 
with embedded hipervisor VMware ESXi 3.5.
	Fbsd isn't listed as supported as guest OS for ESX(i), since 
version 4.x.

Is there any report about problems or impossibility doing that?


- Marcelo

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


Re: Exiting Gnome

2008-09-09 Thread Popof Popof
Try CTRL + ALT + 1

2008/9/9 FBSD1 [EMAIL PROTECTED]

 Started Gnome for first time. Can not figure how to exit (stop) gnome and
 return to the FreeBSD command line. The System/logout option just hangs.

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

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


Re: WITHOUT_X11=yes in pkgtools.conf

2008-09-09 Thread Daniel Bye
On Tue, Sep 09, 2008 at 11:02:28AM +0200, Zbigniew Szalbot wrote:
 WITHOUT_MODULES=X11

This one is specific to kernel builds - it allows you to list by name
kernel modules that you do not want to build. Compare with MODULES_OVERRIDE
which allows you to name the modules you /do/ want to build.

There is more in man 5 make.conf

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpBLCO3pl6s4.pgp
Description: PGP signature


Local patches to ports?

2008-09-09 Thread Linda Messerschmidt
Hello,
We use Apache 1.3 on FreeBSD and for a long time, we have maintained our own
build process separate from the ports collection because we have some local
patches.

These are accounting patches, of interest to no one but us, so I have no
chance of getting anyone upstream to ever adopt them, but they are very
important to us.

After our last upgrade to 7-STABLE (7.1-PRERELEASE) our local build process
started producing broken binaries but the port has patches and one of them
makes it work.  So, this seems like a good time to replace our build process
with the ports collection.

What's the best way to preserve our local patches and our custom
configuration flags, and get them to apply to each new update of the port?

Thanks!

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


Re: Local patches to ports?

2008-09-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Linda Messerschmidt wrote:
 Hello,
 We use Apache 1.3 on FreeBSD and for a long time, we have maintained our own
 build process separate from the ports collection because we have some local
 patches.
 
 These are accounting patches, of interest to no one but us, so I have no
 chance of getting anyone upstream to ever adopt them, but they are very
 important to us.
 
 After our last upgrade to 7-STABLE (7.1-PRERELEASE) our local build process
 started producing broken binaries but the port has patches and one of them
 makes it work.  So, this seems like a good time to replace our build process
 with the ports collection.
 
 What's the best way to preserve our local patches and our custom
 configuration flags, and get them to apply to each new update of the port?
 
 Thanks!
 
 -LM

Hi Linda,

I would recommend setting up a local Tinderbox installation:
http://tinderbox.marcuscom.com/

Once you get it installed, you can configure it to call user-defined
hook scripts at various points, such as after a ports tree update.  When
fired, your script can patch in your changes before the build starts.

Before I knew about Tinderbox, I once set up a local ports tree in
/usr/ports/local.  In that directory, I created whatever port directory
I needed, such as /usr/ports/local/www/apache13, and created a small
Makefile to override some settings and then include the base port
Makefile.  That worked reasonably well, but I don't think I ever tested
whether a local port upgraded cleanly.

I'm leaning more and more toward the Tinderbox methodology, especially
as I work on a process for auto-provisioning FreeBSD virtual machines.
I like the fact that it builds all dependent ports and you can keep
multiple build trees for different purposes.  All of the packages live
in a well-defined area, and portupgrade -PP should work for performing
binary upgrades.

Hope that helps,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIxtV10sRouByUApARAlGrAJ9RfslTysp3XIiV/kY3mfBRcuo0SQCfWvcu
+d89pMd9zWdLL0+c4kQspH0=
=YxFf
-END PGP SIGNATURE-

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


Re: Local patches to ports?

2008-09-09 Thread Lowell Gilbert
Linda Messerschmidt [EMAIL PROTECTED] writes:

 Hello,
 We use Apache 1.3 on FreeBSD and for a long time, we have maintained our own
 build process separate from the ports collection because we have some local
 patches.

 These are accounting patches, of interest to no one but us, so I have no
 chance of getting anyone upstream to ever adopt them, but they are very
 important to us.

 After our last upgrade to 7-STABLE (7.1-PRERELEASE) our local build process
 started producing broken binaries but the port has patches and one of them
 makes it work.  So, this seems like a good time to replace our build process
 with the ports collection.

 What's the best way to preserve our local patches and our custom
 configuration flags, and get them to apply to each new update of the port?

You can drop patches into the files subdirectory of the port, and
they will get applied when the port is built.  They will not get
overwritten by cvsup or csup.  I believe that in most usages portsnap
won't touch them anyway.

There are two ways to handle the configuration flags.  One is to make
up patches that modify the makefile (or configure script, or
auto-whatever script, etc.).  The other is to put in a Makefile.local
in the directory, which will get included by the ports makefiles.  The
latter is usually easier.

-- 
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 [EMAIL PROTECTED]


Re: pf question

2008-09-09 Thread Bruce Cran
On Tue, 9 Sep 2008 00:17:39 -0500 (CDT)
Scott Bennett [EMAIL PROTECTED] wrote:

  I'm just starting to play around with pf to get it to handle NAT
 for a LAN, and I've just discovered that I don't know how to get pf
 to reload /etc/pf.conf after I make changes to it.  pfctl -d -e
 doesn't do it, and neither does pfctl -d; pfctl -e.  Is there a way
 to do it besides rebooting? 

/etc/rc.d/pf reload

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


Re: Exiting Gnome

2008-09-09 Thread Polytropon
On Tue, 9 Sep 2008 13:08:49 +0800, FBSD1 [EMAIL PROTECTED] wrote:
 Started Gnome for first time. Can not figure how to exit (stop) gnome and
 return to the FreeBSD command line. The System/logout option just hangs.

Did you try to press Ctrl+Alt+PF2 (for example) to switch to
a text mode terminal? Maybe you can kill gnome via kill or
killall (take a look at ps -ax to find out PIDs oder process
names of Gnome).


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how can i use ISO-8859-1??

2008-09-09 Thread Gary Kline
On Tue, Sep 09, 2008 at 06:54:56PM +0200, Roland Smith wrote:
 On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote:
  Guys,
  
  This is one of the I've-been-meaning-to-ask questions;
  but other things keep happening that took precedence.  Now
  it's time to ask what are the voodoo commands to set up in my
  ~/.zshrc or other initiation files (probably including my muttrc)
  that will let me print to stdout, characters like the e-aigu
  or u-umlaut and the currency pound or Euro?
  
 Why settle for ISO-8859-1? Switch to UTF-8 instead, wich can display a
 much larger number of characters, and is becoming the standard.
 
 I added the following to the 'setenv' section of the 'default' profile
 in login.conf:
 
LC_ALL=en_US.UTF-8
 
 AFAICT, the console doesn't have UTF-8 fonts (yet?). But that doesn't
 bother me because I always use X anyway.
 
 So I added the following to my ~/.xinitrc as well:
 
   export LANG=en_US.UTF-8
 
 I installed the rxvt-unicode terminal emulator because it's a lot
 lighter then xterm, although both should handle UTF-8. You should use a
 unicode font though. I put the following in my ~/.Xresources:


I had something like what you've got below all the years I used
Ctwm, either in ~/.xinitrc or ~/.Xresources.  With more
customization in ~/.ctwmrc.  Now I'm using primarily KDE and used
to their Konsole hack of xterm.  Any idea of a URL that has this
level of utf-8 for konsole?
 
   ! for xterm
   XTerm*foreground: white
   XTerm*background: #010040
   XTerm*utf8: 2

[[ saved away ]]
   Rxvt*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
   urxvt_transp*font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
   Rxvt*title: Shell
   Rxvt*scrollBar: False
   Rxvt*saveLines: 0
 
 The critical part is the font specification; it should end with iso10646-1.


I used some times-new-roman, but it shouldn't matter as long as
either xterm on konsole is there.  I hope!

 
 My /etc/csh.cshrc has some settings for less:
 
   setenv  LESSOPEN'|/usr/bin/lesspipe.sh %s'
   setenv  LESSCHARSET utf-8
 
 Mutt has to be told as well, in ~/.muttrc:
 
   set charset=utf-8
   set send_charset=us-ascii:iso-8859-15:utf-8
 
 In ~/.emacs.el(c) there are some settings as well:
 
   ;; Set language environment for MULE. 
   (set-language-environment 'UTF-8)
 
   ;; My customization for text modes
   (defun my-text-mode-hook ()
 (auto-fill-mode 1)
 (show-paren-mode t)
 (activate-input-method 'rfc1345) ; Good input method for UTF-8
   )
 (add-hook 'text-mode-hook 'my-text-mode-hook)
 
 Other programs you should look at are Firefox: edit - preferences -
 content tab - Font  Colors, advanced button; default encoding -
 select Unicode (UTF-8).


All done, thanks.

 
 Other programs may have settings for unicode, but these are the ones
 that spring to mind.
 

Oh, let me brag about 1/1000th of a bit and announce that after
decades of study [on-off] I can read a wee bit of French.  Well,
given a French- English diction to translate every third word,
:-)  aint life great?  Oui!

gary


 Roland
 -- 
 R.F.Smith   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)



-- 
 Gary Kline  [EMAIL PROTECTED]  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org


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


Re: Local patches to ports?

2008-09-09 Thread Linda Messerschmidt
On Tue, Sep 9, 2008 at 3:58 PM, Greg Larkin [EMAIL PROTECTED] wrote:

 I would recommend setting up a local Tinderbox installation:
 http://tinderbox.marcuscom.com/


Wow, it looks like a lot of work, but if we can finally build everything in
one place, with our local patches and then get portupgrade -PP to work
reliably everywhere else, that would be worth the effort.  I'll check it
out!

Thanks!

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


Re: how can i use ISO-8859-1??

2008-09-09 Thread Gary Kline
On Tue, Sep 09, 2008 at 12:14:47PM -0500, Lars Eighner wrote:
 On Tue, 9 Sep 2008, Roland Smith wrote:
 
 On Mon, Sep 08, 2008 at 09:35:07PM -0700, Gary Kline wrote:
 Guys,
 
 This is one of the I've-been-meaning-to-ask questions;
 but other things keep happening that took precedence.  Now
 it's time to ask what are the voodoo commands to set up in my
 ~/.zshrc or other initiation files (probably including my muttrc)
 that will let me print to stdout, characters like the e-aigu
 or u-umlaut and the currency pound or Euro?
 
 The euro is not in iso-8859-1, but iso-8859-15.  You need to
 load the appropriate fonts (at boot if you are root, see /etc/rc.conf)

Yeah, I fergot. 

 or use vidcontrol to load the iso fonts when you log in.  You
 need to set your TERM environmental variable to the appropriate
 value in your shell rc.  That might be cons25l1.  You can check out termcap
 from a link in /etc.
 
 
 
 Why settle for ISO-8859-1? Switch to UTF-8 instead, wich can display a
 much larger number of characters, and is becoming the standard.
 
 Because it is a hiddeous waste for most readers and writers of
 English and other European languages.


I got into several fistfights when I was doing error-translation
for BSD at work, and refused to use utf-8 because it didn't
support enough of the Chinese glyphs.  But enough, I suppose;
unless you want to create some severely obscure word.  I also
argured that utf-8 was a waste of a whole byte per char for most
of us.  

 
 
 I added the following to the 'setenv' section of the 'default' profile
 in login.conf:
 
   LC_ALL=en_US.UTF-8
 
 AFAICT, the console doesn't have UTF-8 fonts (yet?).
 
 It won't until video cards support this level of bloat.  I don't know of a
 single video card that does that.
 
 But that doesn't
 bother me because I always use X anyway.
 
 Wouldn't you really be happier with Windoz?
 

Errp.  I'm gonna lose my lunch!

gary


 
 -- 
 Lars Eighner
 http://www.larseighner.com/index.html
 8800 N IH35 APT 1191 AUSTIN TX 78753-5266
 

-- 
 Gary Kline  [EMAIL PROTECTED]  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org


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


Re: Local patches to ports?

2008-09-09 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Linda Messerschmidt wrote:
 On Tue, Sep 9, 2008 at 3:58 PM, Greg Larkin [EMAIL PROTECTED] wrote:
 
 I would recommend setting up a local Tinderbox installation:
 http://tinderbox.marcuscom.com/
 
 
 Wow, it looks like a lot of work, but if we can finally build everything in
 one place, with our local patches and then get portupgrade -PP to work
 reliably everywhere else, that would be worth the effort.  I'll check it
 out!
 
 Thanks!
 
 -LM

Hi Linda,

It may not be so much work for you, once I finish the pre-installed
Tinderbox VMware virtual machine that I'm working on.  When it's done, I
plan to release it into the wild for port maintainers, committers and
anyone else who wants to use it.

TB does take a bit of configuration, so I thought this might be a good
way to get folks using it and reaping its benefits.

Regards,
Greg
- --
Greg Larkin

http://www.FreeBSD.org/   - The Power To Serve
http://www.sourcehosting.net/ - Ready. Set. Code.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIxvZ20sRouByUApARAl5BAJ9IRV/SIJ2KlTK+42SiSEEjSqqNYACfVm1q
ifnlRNTe2PfhVnLURb/w95w=
=M+om
-END PGP SIGNATURE-

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


Re: how can i use ISO-8859-1??

2008-09-09 Thread Roland Smith
On Tue, Sep 09, 2008 at 02:47:34PM -0700, Gary Kline wrote:
  I installed the rxvt-unicode terminal emulator because it's a lot
  lighter then xterm, although both should handle UTF-8. You should use a
  unicode font though. I put the following in my ~/.Xresources:
 
 
   I had something like what you've got below all the years I used
   Ctwm, either in ~/.xinitrc or ~/.Xresources.  With more
   customization in ~/.ctwmrc.  Now I'm using primarily KDE and used
   to their Konsole hack of xterm.  Any idea of a URL that has this
   level of utf-8 for konsole?

Doesn't konsole have a help menu? Otherwise check the konsole site:
http://konsole.kde.org/ It seems to have a handbook online. 

Maybe the View-Set Character Encoding menu option is what you're
looking for? 

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpBxPxlV6LBF.pgp
Description: PGP signature


Re: how can i use ISO-8859-1??

2008-09-09 Thread Roland Smith
On Tue, Sep 09, 2008 at 03:16:08PM -0700, Gary Kline wrote:
  Because it is a hiddeous waste for most readers and writers of
  English and other European languages.

   I also argured that utf-8 was a waste of a whole byte per char
   for most of us.

That's not true. UTF-8 is a variable-length encoding. It is backwards
compatible with ASCII, i.e. ascii characters are one byte in UTF-8 as
well. Are you thinking about UTF-16?

Roland
-- 
R.F.Smith   http://www.xs4all.nl/~rsmith/
[plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)


pgpH65T3gWrFG.pgp
Description: PGP signature


Re: how can i use ISO-8859-1??

2008-09-09 Thread Polytropon
On Wed, 10 Sep 2008 00:28:14 +0200, Roland Smith [EMAIL PROTECTED] wrote:
 Doesn't konsole have a help menu? Otherwise check the konsole site:
 http://konsole.kde.org/ It seems to have a handbook online. 

Isn't there a man konsole? Oh wait, KDE doesn't have standard
manpages... :-) Never mind, I'm just joking.




-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Polytropon
I'm not sure if I can help you, but there's something that
looks strange to me:

On Tue, 9 Sep 2008 14:47:49 -0400, [EMAIL PROTECTED] wrote:
 === zyd (install)^M
 install -o root -g wheel -m 555   if_zyd.ko /boot/kernel^M
 install -o root -g wheel -m 555   if_zyd.ko.symbols /boot/kernel^M
 kldxref /boot/kernel^M
 kldxref: file isn't dynamically-linked^M
 kldxref:

I'm sure you noticed the Ctrl-M (^M) at the ends of each line.
This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10).
UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13
is the CR character which is equivalent to Ctrl-M, if I do
remember correctly. Why is it displayed in the masked (!) form
in the output of make? Is there - eventually - a file involved
that does use this strange 2-byte-linebreak? Could this be a
reason? Is it possible that at this stage of compilation a file
named /boot/kernel^M is requested, but does not exist?

I'm not sure at this, I'm just guessing. Maybe it helps...


-- 
Polytropon
From Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 7 and ESXi

2008-09-09 Thread Todor Genov
I have ran FreeBSD 6.3 and 7.0 in ESXi and haven't bumped into any
problems so far.

 When they say supported they are referring to service level
agreements and technical support should something go wrong, so if you
plan to use this in a production environment you need to do some prior
testing on your own.

Regards,

Todor Genov
Systems Operations

Verizon Business South Africa (Pty) Ltd

[EMAIL PROTECTED]
Tel: +27 11 235 6500
Fax: 086 692 0543



[EMAIL PROTECTED] wrote:
 HI all,
 
 I'm planning to virtualize a FreeBSD server on a Dell PowerEdge with
 embedded hipervisor VMware ESXi 3.5.
 Fbsd isn't listed as supported as guest OS for ESX(i), since version
 4.x.
 Is there any report about problems or impossibility doing that?
 
 
 - Marcelo
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: how can i use ISO-8859-1??

2008-09-09 Thread Gary Kline
On Wed, Sep 10, 2008 at 12:39:41AM +0200, Roland Smith wrote:
 On Tue, Sep 09, 2008 at 03:16:08PM -0700, Gary Kline wrote:
   Because it is a hiddeous waste for most readers and writers of
   English and other European languages.
 
  I also argured that utf-8 was a waste of a whole byte per char
  for most of us.
 
 That's not true. UTF-8 is a variable-length encoding. It is backwards
 compatible with ASCII, i.e. ascii characters are one byte in UTF-8 as
 well. Are you thinking about UTF-16?


I don't know.  (Mark Twain.)  Back in the late 1990's I was
assigned the project of converting all the utilities I had ported
to three European languages.  Until now I had no idea there was
anything *but* utf-16, i.e. 2-bytes/char.  

With memory seriously getting to be dirt-cheap, wasting 8-bits
doesn't seem that big a deal.  Maybe some future wizard will
invent a UTF-32 that will hold all ~90 000 Chinese characters and
these will be downsized automatically to UTF-8 when you're mixing
Mandarin with, say, Cesk [Czeck].  

Hmm, somebody just told me that aigu is not English but French
and means acute.  ...all these years i thought ... oh well.
Anyway, do you know if '\0351' is a 16-bit character?  is is 0xE9
and decimal 233 and certaing should fit into a byte.   just
wondering.

gary


 
 Roland
 -- 
 R.F.Smith   http://www.xs4all.nl/~rsmith/
 [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated]
 pgp: 1A2B 477F 9970 BA3C 2914  B7CE 1277 EFB0 C321 A725 (KeyID: C321A725)



-- 
 Gary Kline  [EMAIL PROTECTED]  http://www.thought.org  Public Service Unix
http://jottings.thought.org   http://transfinite.thought.org


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


rss-glx screen saver compilation fails?

2008-09-09 Thread Henrik Hudson
Hey List,

running FreeBSD-7-stable (from April or so) i386
binary nVidia drivers

Has anybody successfully got rss-glx  (really slick screensavers; 
http://rss-glx.sourceforge.net/ ) to compile for them?

It isn't in ports and I was trying to compile it. I think I got all of the 
dependencies, etc... as ./configure completes without issue.

I'm getting the following error when running make or gmake:

spirographx.c: In function 'getAll':
spirographx.c:99: warning: implicit declaration of function 'sincosf'
spirographx.c:99: warning: incompatible implicit declaration of built-in 
function 'sincosf'
/usr/local/bin/bash ../libtool --tag=CC --mode=link 
gcc  -O2 -Wall  -I/usr/local/include   -o spirographx  driver.o 
spirographx.o  -lGLU -lGL  -L/usr/local/lib -R/usr/local/lib  -lSM -lICE -lX11  
-lm 
gcc -O2 -Wall -I/usr/local/include -o spirographx driver.o 
spirographx.o  -lGLU -lGL -L/usr/local/lib /usr/local/lib/libSM.so 
/usr/local/lib/libICE.so /usr/local/lib/libX11.so /usr/local/lib/libXau.so 
/usr/local/lib/libXdmcp.so -lrpcsvc -lm   -Wl,--rpath -Wl,/usr/local/lib 
-Wl,--rpath -Wl,/usr/local/lib
/usr/bin/ld: warning: libm.so.3, needed by /usr/local/lib/libGL.so, may 
conflict with libm.so.5
spirographx.o(.text+0x30f): In function `getAll':
: undefined reference to `sincosf'

Any ideas?

Henrik
-- 
Henrik Hudson
[EMAIL PROTECTED]
--
God, root, what is difference? Pitr; UF (http://www.userfriendly.org/)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: kldxref: file isn't dynamically-linked^M -- TECRA

2008-09-09 Thread Chris Hill

On Wed, 10 Sep 2008, Polytropon wrote:

[snip]


I'm sure you noticed the Ctrl-M (^M) at the ends of each line.
This seems to be an MS-DOS-like line break (ASCII 0x13 + 0x10).
UNIX (and so FreeBSD) use the NL or LF character 0x10. And 0x13
is the CR character which is equivalent to Ctrl-M, if I do
remember correctly.


Almost correctly. ASCII CR (Ctrl-M) is 0x0d, which is decimal 13; ASCII 
LF (Ctrl-J or newline) is 0x0a, which is decimal 10.


Sorry for the off-topic pedantry.

--
Chris Hill   [EMAIL PROTECTED]
** [ Busy Expunging | ]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Xorg issues with Toshiba

2008-09-09 Thread Michael S
Good day.

I have a Toshiba laptop and I am having problems with X configuration. The 
automatic (PCBSD 7 beta) utility for X configuration was failing. I then booted 
into single user mode disabled that feature (edited /etc/ttys). I kept having 
problems even with Xorg -config and Xorg -configure. When I run Xorg -config 
xorg.conf.new
 the usual criss-cross X screen comes up, however when I kill it with 
Ctrl-Alt-Backspace instead of getting back to the command line, I get a blank 
screen. And I can't do anything, switch terminals, or reboot. /var/log/X~.log 
doesn't help.

Any idea?

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


X11 environments are not building

2008-09-09 Thread Desmond Chapman

Gnome and KDE are not building due to patches not cleanly aplying.
Used a snapshot of FreeBSD 7.0 AMD64 boot only to install. 

= SHA256 Checksum OK for gnome2/epiphany-2.20.1.tar.bz2.
===  Patching for epiphany-2.20.1
===  Applying FreeBSD patches for epiphany-2.20.1
===   epiphany-2.20.1 depends on file: 
/usr/local/libdata/pkgconfig/iso-codes.pc - found
===   epiphany-2.20.1 depends on file: /usr/local/bin/python2.5 - found
===   epiphany-2.20.1 depends on file: 
/usr/local/lib/firefox/libgtkembedmoz.so - not found
===Verifying install for /usr/local/lib/firefox/libgtkembedmoz.so in 
/usr/ports/www/firefox
===  Patching for firefox-2.0.0.12,1
===   firefox-2.0.0.12,1 depends on file: /usr/local/bin/perl5.8.8 - found
===  Applying FreeBSD patches for firefox-2.0.0.12,1
Ignoring previously applied (or reversed) patch.
2 out of 2 hunks ignored--saving rejects to 
extensions/transformiix/source/base/Double.cpp.rej
= Patch patch-Double.cpp failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/www/firefox.
*** Error code 1

Stop in /usr/ports/www/epiphany.
*** Error code 1

Stop in /usr/ports/security/seahorse.
*** Error code 1

Stop in /usr/ports/security/seahorse.
*** Error code 1

Stop in /usr/ports/x11/gnome2.


# make depends
===   kde-lite-3.5.8 depends on shared library: kfontinst - not found
===Verifying install for kfontinst in /usr/ports/x11/kdebase3
===   kdebase-3.5.8 depends on executable: xmkmf - found
===   kdebase-3.5.8 depends on file: /usr/local/bin/moc - found
===   kdebase-3.5.8 depends on executable: bdftopcf - found
===   kdebase-3.5.8 depends on executable: mkfontdir - found
===   kdebase-3.5.8 depends on executable: gmake - found
===   kdebase-3.5.8 depends on file: /usr/local/bin/libtool - found
===   kdebase-3.5.8 depends on file: /usr/local/libdata/xorg/libraries - found
===   kdebase-3.5.8 depends on shared library: sasl2 - found
===   kdebase-3.5.8 depends on shared library: smbclient - found
===   kdebase-3.5.8 depends on shared library: usb-0.1 - found
===   kdebase-3.5.8 depends on shared library: kimproxy - not found
===Verifying install for kimproxy in /usr/ports/x11/kdelibs3
===   kdelibs-3.5.8 depends on file: /usr/local/bin/moc - found
===   kdelibs-3.5.8 depends on executable: mkfontdir - found
===   kdelibs-3.5.8 depends on executable: gmake - found
===   kdelibs-3.5.8 depends on file: /usr/local/bin/libtool - found
===   kdelibs-3.5.8 depends on shared library: IlmImf - found
===   kdelibs-3.5.8 depends on shared library: art_lgpl_2.5 - found
===   kdelibs-3.5.8 depends on shared library: artsc.0 - found
===   kdelibs-3.5.8 depends on shared library: aspell - found
===   kdelibs-3.5.8 depends on shared library: dns_sd - found
===   kdelibs-3.5.8 depends on shared library: idn - found
===   kdelibs-3.5.8 depends on shared library: jasper - found
===   kdelibs-3.5.8 depends on shared library: pcre - found
===   kdelibs-3.5.8 depends on shared library: thai - found
===   kdelibs-3.5.8 depends on shared library: tiff.4 - found
===   kdelibs-3.5.8 depends on shared library: xml2.5 - found
===   kdelibs-3.5.8 depends on shared library: xslt.2 - found
===   kdelibs-3.5.8 depends on shared library: cups - not found
===Verifying install for cups in /usr/ports/print/cups-base
===  Patching for cups-base-1.3.5_2
===  Applying FreeBSD patches for cups-base-1.3.5_2
Ignoring previously applied (or reversed) patch.
10 out of 10 hunks ignored--saving rejects to cups/ipp.c.rej
= Patch patch-CVE-2007-4351 failed to apply cleanly.
*** Error code 1

Stop in /usr/ports/print/cups-base.
*** Error code 1

Stop in /usr/ports/x11/kdelibs3.
*** Error code 1

Stop in /usr/ports/x11/kdebase3.
*** Error code 1

Stop in /usr/ports/x11/kdebase3.
*** Error code 1

Stop in /usr/ports/x11/kde-lite.
# 


How do I apply clean patches?
or
Is a portsnap update a better fix?
Any other ideas or suggestions that can lead to a solution are welcome.
_
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


portmanager errors

2008-09-09 Thread gahn
Hello:

I run into errors when i run portmanager -u:

00344 luit-1.0.2_2 /x11/luit
Makefile, line 85: Could not find 
/usr/ports/x11/xorg-clients/../../x11-servers/xorg-server/Makefile.inc
Makefile, line 92: Malformed conditional (${X_WINDOW_SYSTEM:L} != xorg)
Makefile, line 96: if-less endif
make: fatal errors encountered -- cannot continue
MGdbAdd error: attempt to place null data into record halted
Assertion failed: (0), function MGdbAdd, file MGdbAdd.c, line 78.
Abort (core dumped)

could the portmanager bypass the failed luit and continue the next one?



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


kde3 build problems

2008-09-09 Thread Desmond Chapman

Current build problems with kde3:

# pkg_add -rf kde3
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/kde3.tbz:
 File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/kde3.tbz'
 by URL
# cd kdelibs3
# ls
Makefilefiles   pkg-plist
distinfopkg-descr   work
# vi Makefile

# -*-mode: makefile-*-
# New ports collection makefile for:KDE libraries 3
# Date created: 2 November 2001
# Whom: [EMAIL PROTECTED]
#
# $FreeBSD: ports/x11/kdelibs3/Makefile,v 1.221 2007/10/29 23:48:15 lofi Exp $
#

PORTNAME=   kdelibs
PORTVERSION=${KDE_VERSION}
PORTREVISION=   0
CATEGORIES= x11 kde ipv6
MASTER_SITES=   ${MASTER_SITE_KDE}
DIST_SUBDIR=KDE
COMMENT=Base set of libraries needed by KDE programs

LIB_DEPENDS=IlmImf:${PORTSDIR}/graphics/OpenEXR \
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
artsc.0:${PORTSDIR}/audio/arts \
aspell:${PORTSDIR}/textproc/aspell \
dns_sd:${PORTSDIR}/net/mDNSResponder \
idn:${PORTSDIR}/dns/libidn \
jasper:${PORTSDIR}/graphics/jasper \
pcre:${PORTSDIR}/devel/pcre \
thai:${PORTSDIR}/devel/libthai \
tiff.4:${PORTSDIR}/graphics/tiff \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt
RUN_DEPENDS=kdehier0:${PORTSDIR}/misc/kdehier \
${FONTSCALE}:${X_FONTS_TTF_PORT} \
${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hi
color-icon-theme

CONFLICTS+= kdeadmin-3.[0-3].* kdeadmin-3.4.[0-1]* kdeartwork-3.[2-3]* kdeba
se-3.[0-4]* kdepim-3.2*
.if defined(WITHOUT_CUPS) || defined(KDE_WITHOUT_CUPS)
CONFLICTS+= kdelibs-[0-9]*
PKGNAMESUFFIX=  -nocups
CONFIGURE_ARGS+=--disable-cups
PLIST=  ${.CURDIR}/../kdelibs3-nocups/pkg-plist
.else
CONFLICTS+= kdelibs-nocups-[0-9]*
LIB_DEPENDS+=   cups:${PORTSDIR}/print/cups-base
.endif

USE_BZIP2=  yes
USE_FAM=yes
USE_GETTEXT=yes
USE_GMAKE=  yes
:q!
# make depends --disable-cups 
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
# make depends -d  --disable-cups
make: illegal argument to d option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
# make -d --disable-cups
make: illegal argument to d option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
# make depends
===   kdelibs-3.5.8 depends on shared library: IlmImf - found
===   kdelibs-3.5.8 depends on shared library: art_lgpl_2.5 - found
===   kdelibs-3.5.8 depends on shared library: artsc.0 - found
===   kdelibs-3.5.8 depends on shared library: aspell - found
===   kdelibs-3.5.8 depends on shared library: dns_sd - found
===   kdelibs-3.5.8 depends on shared library: idn - found
===   kdelibs-3.5.8 depends on shared library: jasper - found
===   kdelibs-3.5.8 depends on shared library: pcre - found
===   kdelibs-3.5.8 depends on shared library: thai - found
===   kdelibs-3.5.8 depends on shared library: tiff.4 - found
===   kdelibs-3.5.8 depends on shared library: xml2.5 - found
===   kdelibs-3.5.8 depends on shared library: xslt.2 - found
===   kdelibs-3.5.8 depends on shared library: cups - not found
===Verifying install for cups in /usr/ports/print/cups-base
cd /usr/ports/print/cups-base  make config;


 ┌┐
 │  Options for cups-base 1.3.5_2 │  
 │ ┌┐ │  
 │ │[X] GNUTLSBuild with GNUTLS library │ │  
 │ │[ ] PHP   Build PHP support │ │  
 │ │[X] PYTHONBuild PYTHON support  │ │  
 │ │[ ] LIBPAPER  Build with libpaper support   │ │  
 │ │[X] DNSSD Build with DNS_SD (avahi) support │ │  
 │ │[X] PAM   Build with PAM support│ │  
 │ │[ ] LDAP  Build with LDAP support   │ │  
 │ ││ │  
 │ │   

Re: HP 2133 MiniNote FreeBSD

2008-09-09 Thread kuantem

UPDATE:

Sound IS working, however i'm only able to hear audio from the headphone
port. Not sure how to make the onboard speakers work. 

Next project is getting openchrome video drivers to run in X.  

I've read up on a few articles regarding NDIS... apparently we should be
able to rip windows drivers into UNIX (Obviously I'm new to this idea.) So
i'm giving that a try tonight.

I've also got'n the latest version of WIne (1.1.4.1) working... quite nice!
I can run a few windows based utilities... Looking into Wine Doors
(http://www.wine-doors.org) ... could be interesting!


-- 
View this message in context: 
http://www.nabble.com/HP-2133-MiniNote---FreeBSD-tp19335910p19405687.html
Sent from the freebsd-questions mailing list archive at Nabble.com.

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


Re: Local patches to ports?

2008-09-09 Thread N. Raghavendra
At 2008-09-09T15:12:48-04:00, Linda Messerschmidt wrote:

 After our last upgrade to 7-STABLE (7.1-PRERELEASE) our local build process
 started producing broken binaries but the port has patches and one of them
 makes it work.  So, this seems like a good time to replace our build process
 with the ports collection.

 What's the best way to preserve our local patches and our custom
 configuration flags, and get them to apply to each new update of the port?

I would create a separate Apache port incorporating the local changes
to the source as well as the necessary fixes from `www/apache13'.
This would help in avoiding conflicts between the local patches and
the ones in `www/apache13'.  This is, IMO, easier to maintain in the
long term.  I maintain several local ports for which I prefer my own
builds rather than the ones from the distributed ports tree.  There
are several messages in the list archives on maintaining local ports
trees, e.g., Vivek Khera, `Making a local branch of the ports tree',
http://lists.freebsd.org/pipermail/freebsd-ports/2007-April/040366.html
If you need more help, you could ask here again.

If, OTOH, you are sure that there is no possibility of conflict
between the local patches and the ones in the distributed ports tree,
then putting your local patches, as has been suggested by others, in
`www/apache13/files' is an option.  See the Porter's Handbook, Section
4.4, for guidelines.

Raghavendra.

-- 
N. Raghavendra [EMAIL PROTECTED] | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.

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


More build problems: portmaster and portupgrade not properly working.

2008-09-09 Thread Desmond Chapman

Here are more problems

===  Cleaning for portupgrade-2.3.1,2
# cd /
# portupgrade -a
portupgrade: Command not found.
# cd /usr/ports
# portupgrade -a
portupgrade: Command not found.
# man portupgrade
Formatting page, please wait...Done.
PORTUPGRADE(1)  FreeBSD General Commands Manual PORTUPGRADE(1)



# cd ports-mgmt/portmaster
# make depends
# make config
=== No options to configure
# make clean install clean
===  Cleaning for portmaster-1.25
===  Vulnerability check disabled, database not found
===  Extracting for portmaster-1.25
===  Patching for portmaster-1.25
===  Configuring for portmaster-1.25
===  Installing for portmaster-1.25
===   Generating temporary packing list
===  Checking if ports-mgmt/portmaster already installed
install  -o root -g wheel -m 555 
/usr/ports/ports-mgmt/portmaster/work/portmaster.sh /usr/local/sbin/portmaster
install  -o root -g wheel -m 444 
/usr/ports/ports-mgmt/portmaster/files/portmaster.8 /usr/local/man/man8
===   Compressing manual pages for portmaster-1.25
===   Registering installation for portmaster-1.25
# portmaster
portmaster: Command not found.
# man portmaster
Formatting page, please wait...Done.
PORTMASTER(8)   FreeBSD System Manager's Manual  PORTMASTER(8)



How can I have it installed and it doesn't work?
Man pages are there, the binary doesn't seem to be.
_
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: More build problems: portmaster and portupgrade not properly working.

2008-09-09 Thread N. Raghavendra
At 2008-09-10T03:46:52Z, Desmond Chapman wrote:

 ===   Registering installation for portmaster-1.25
 # portmaster
 portmaster: Command not found.

After installing a command, do

# rehash

before invoking the installed command.  See tcsh(1).

Raghavendra.

-- 
N. Raghavendra [EMAIL PROTECTED] | http://www.retrotexts.net/
Harish-Chandra Research Institute   | http://www.mri.ernet.in/
See message headers for contact and OpenPGP information.

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


Re: Virtual machines hosted on FreeBSD 7

2008-09-09 Thread Uwe Laverenz

Eric Masson schrieb:


http://vmware.com/products/esxi/

ESXi seems to be free, but not the entreprise administration tools.


ESXi is free and can be administrated with the Virtual Infrastructure 
Client (also free and included in ESXi). You don't have to pay for a 
license to run ESXi or your virtual machines on it.


You only need to buy a license if you want to integrate ESXi into a VCenter.

So the only restrictions for ESXi are:

- you have to register to get a serial number

- you have to buy ESX(i)-compatible hardware


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


RE: kde3 build problems

2008-09-09 Thread joeb
I believe kde3 is obsolete.  I Just did kde4 and it worked.


pkg_add -r kde4


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Desmond Chapman
Sent: Wednesday, September 10, 2008 11:24 AM
To: freebsd-questions@freebsd.org
Subject: kde3 build problems


Current build problems with kde3:

# pkg_add -rf kde3
Error: FTP Unable to get
ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/kd
e3.tbz: File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-7.0-release/Latest/k
de3.tbz' by URL
# cd kdelibs3
# ls
Makefilefiles   pkg-plist
distinfopkg-descr   work
# vi Makefile

# -*-mode: makefile-*-
# New ports collection makefile for:KDE libraries 3
# Date created: 2 November 2001
# Whom: [EMAIL PROTECTED]
#
# $FreeBSD: ports/x11/kdelibs3/Makefile,v 1.221 2007/10/29 23:48:15 lofi Exp
$
#

PORTNAME=   kdelibs
PORTVERSION=${KDE_VERSION}
PORTREVISION=   0
CATEGORIES= x11 kde ipv6
MASTER_SITES=   ${MASTER_SITE_KDE}
DIST_SUBDIR=KDE
COMMENT=Base set of libraries needed by KDE programs

LIB_DEPENDS=IlmImf:${PORTSDIR}/graphics/OpenEXR \
art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \
artsc.0:${PORTSDIR}/audio/arts \
aspell:${PORTSDIR}/textproc/aspell \
dns_sd:${PORTSDIR}/net/mDNSResponder \
idn:${PORTSDIR}/dns/libidn \
jasper:${PORTSDIR}/graphics/jasper \
pcre:${PORTSDIR}/devel/pcre \
thai:${PORTSDIR}/devel/libthai \
tiff.4:${PORTSDIR}/graphics/tiff \
xml2.5:${PORTSDIR}/textproc/libxml2 \
xslt.2:${PORTSDIR}/textproc/libxslt
RUN_DEPENDS=kdehier0:${PORTSDIR}/misc/kdehier \
${FONTSCALE}:${X_FONTS_TTF_PORT} \
${FONTENCOD}:${X_FONTS_ENCODINGS_PORT} \
${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/mis
c/hi
color-icon-theme

CONFLICTS+= kdeadmin-3.[0-3].* kdeadmin-3.4.[0-1]* kdeartwork-3.[2-3]*
kdeba
se-3.[0-4]* kdepim-3.2*
.if defined(WITHOUT_CUPS) || defined(KDE_WITHOUT_CUPS)
CONFLICTS+= kdelibs-[0-9]*
PKGNAMESUFFIX=  -nocups
CONFIGURE_ARGS+=--disable-cups
PLIST=  ${.CURDIR}/../kdelibs3-nocups/pkg-plist
.else
CONFLICTS+= kdelibs-nocups-[0-9]*
LIB_DEPENDS+=   cups:${PORTSDIR}/print/cups-base
.endif

USE_BZIP2=  yes
USE_FAM=yes
USE_GETTEXT=yes
USE_GMAKE=  yes
:q!
# make depends --disable-cups
make: illegal option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
# make depends -d  --disable-cups
make: illegal argument to d option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
# make -d --disable-cups
make: illegal argument to d option -- -
usage: make [-BPSXeiknqrstv] [-C directory] [-D variable]
[-d flags] [-E variable] [-f makefile] [-I directory]
[-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
# make depends
===   kdelibs-3.5.8 depends on shared library: IlmImf - found
===   kdelibs-3.5.8 depends on shared library: art_lgpl_2.5 - found
===   kdelibs-3.5.8 depends on shared library: artsc.0 - found
===   kdelibs-3.5.8 depends on shared library: aspell - found
===   kdelibs-3.5.8 depends on shared library: dns_sd - found
===   kdelibs-3.5.8 depends on shared library: idn - found
===   kdelibs-3.5.8 depends on shared library: jasper - found
===   kdelibs-3.5.8 depends on shared library: pcre - found
===   kdelibs-3.5.8 depends on shared library: thai - found
===   kdelibs-3.5.8 depends on shared library: tiff.4 - found
===   kdelibs-3.5.8 depends on shared library: xml2.5 - found
===   kdelibs-3.5.8 depends on shared library: xslt.2 - found
===   kdelibs-3.5.8 depends on shared library: cups - not found
===Verifying install for cups in /usr/ports/print/cups-base
cd /usr/ports/print/cups-base  make config;


 ┌┐

 │  Options for cups-base 1.3.5_2
│
 │
┌┐ │ 
 
│ │[X] GNUTLSBuild with GNUTLS library │ │
 │ │[ ] PHP   Build PHP support │
│
 │ │[X] PYTHONBuild PYTHON support  │
│
 │ │[ ] LIBPAPER  Build with libpaper support   │
│
 │ │[X] DNSSD Build with DNS_SD (avahi) support │
│
 │ │[X] PAM   Build with PAM 

Re: rss-glx screen saver compilation fails?

2008-09-09 Thread perryh
 spirographx.o(.text+0x30f): In function `getAll':
 : undefined reference to `sincosf'

Per Google, it's a gnu-ism: http://linux.die.net/man/3/sincosf

void sincosf(float x, float *sin, float *cos);

Several applications need sine and cosine of the same angle x.
This function computes both at the same time, and stores the
results via the given pointers.

Probably a 10-liner by just calling sin() and cos() separately --
a bit more work to do it properly -- or just grab the gnu code
if you don't need to be BSD-licensed.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sendmail as smarthost / authentication

2008-09-09 Thread Zbigniew Szalbot

Dear all,

I did try to follow instructions at
http://www.sendmail.org/~ca/email/auth.html
to make sendmail use a smarthost.

I only followed what is under section:
Using sendmail as a client with AUTH

Anyway, to cut long story short, sendmail does not operate as a client 
so my smarthost is rejecting its connections (of which I have log 
entries to prove).


Any word of advice will be deeply appreciated. Do I need to install all 
the sasl-* stuff to make it work? I just want to forward root emails 
from a sendmail box to my main account. However, normal (non-smarthost) 
delievery is not possible as this box is on a dynamic address and thus 
rejected by the smarthost.


Many thanks!

--
Zbigniew Szalbot
www.LCWords.com


smime.p7s
Description: S/MIME Cryptographic Signature