Re: installing ports

2006-10-04 Thread Mbuthia Wangui
Hi Jeff,

Thanks for the suggestion and yes the bandwidth manager is an etinc
(ETR1800) box.

Let me see how the portsnap goes.

- Original Message -
From: Jeff Palmer [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Tuesday, October 03, 2006 9:08 PM
Subject: Re: installing ports


snipped out the original email


You may want to try using portsnap.


pkg_add -r portsnap

then
portsnap fetch extract


BTW:  This sounds like one of the etnic (sp?) bandwidth manager boxes.
Would that happen to be the case?


___
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: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups

2006-10-04 Thread perikillo

On 10/3/06, Christopher Swingler [EMAIL PROTECTED] wrote:



On Oct 3, 2006, at 7:55 PM, perikillo wrote:

 On 10/3/06, perikillo [EMAIL PROTECTED] wrote:

   Hi people i have read a some mails about this problem, snip

 Greetings.




 Wow

   snip again
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]

The only time I have ever had watchdog timeouts is when I've had a
bad cable or a bad port.  If it's doing it on two entirely different
NICs, then it is most CERTAINLY a bad cable or a bad port on the
switch end.  You seem to have addressed the most expensive issue
first (bad card), which is kind of backwards, but whatever.  You've
switched ports, that's good too, now switch cables.



Hi people, thanks for your answer, right now i googling around and see how
to handle this problem i have.

 Im home right now, here i have one NIC Intel (fxp driver) with 2 ports on
it, this is my firewall machine but tomorrow i will take to my work, i dont
have access top my server right now , but i will give you the info you
request ASAP.

  I have another Linksys NIC, some posts say that those 2 NIC's on freebsd
are really good.

 Another thing that i will do, i dont know if it works, disable the drivers
form the kernel and just use the modules and see what hapend :-?

 But i need to see first how my backups finish, and will let you you now
guys. Thanks for your time.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


(no subject)

2006-10-04 Thread Karsten Fuhrmann

Hello,
i have a problem with some strange spam emails, which lock up my  
email reception.
The problem is the following : I am using fetchmail to download my  
email (from a pop3 server), and fetchmail passes the email to my  
local sendmail daemon who gives it to my local imap server (cyrus).  
This works fine. But sometimes i got a spam email, which has an  
unresolveable dns origin, and this makes my sendmail crazy in a way,  
that sendmail wants to resolve but gets a timeout (around 20s). In  
the meantime the fetchmail which is actualy waiting for sendmail to  
accept the message gets a timeout from the pop server where it is  
connected to.
Because of that timeout fetchmail stops receiving email from pop  
server and tries again next time, but next time it will start with  
the same spam email again, and it all starts again, actually no more  
new mails will arrive until i delete this particular email from the  
pop server manually.


Is there a way to tweak the timeout behavior of sendmail, or maybe  
even no dns resolve option for sendmail, or even better some way to  
tell fetchmail to use the idle command to keep the connectio to the  
pop server open ?


Greetings,
Karsten Fuhrmann

Cartoon-Film Thilo Rothkirch
System Administration
phone:  +49 30 698084-109
fax: +49 30 698084-29
email: [EMAIL PROTECTED]



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


fetchmail - sendmail problem

2006-10-04 Thread Karsten Fuhrmann

Hello,
i have a problem with some strange spam emails, which lock up my  
email reception.
The problem is the following : I am using fetchmail to download my  
email (from a pop3 server), and fetchmail passes the email to my  
local sendmail daemon who gives it to my local imap server (cyrus).  
This works fine. But sometimes i got a spam email, which has an  
unresolveable dns origin, and this makes my sendmail crazy in a way,  
that sendmail wants to resolve but gets a timeout (around 20s). In  
the meantime the fetchmail which is actualy waiting for sendmail to  
accept the message gets a timeout from the pop server where it is  
connected to.
Because of that timeout fetchmail stops receiving email from pop  
server and tries again next time, but next time it will start with  
the same spam email again, and it all starts again, actually no more  
new mails will arrive until i delete this particular email from the  
pop server manually.


Is there a way to tweak the timeout behavior of sendmail, or maybe  
even no dns resolve option for sendmail, or even better some way to  
tell fetchmail to use the idle command to keep the connectio to the  
pop server open ?


Greetings,
Karsten Fuhrmann

Cartoon-Film Thilo Rothkirch
System Administration
phone:  +49 30 698084-109
fax: +49 30 698084-29
email: [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: Unable to compile libapreq2

2006-10-04 Thread Foo JH

Hi all,

With Philip's encouragement and some extra work thrown in, I've made the 
following conclusion:
1. If I install Apache 2 + MP2 + libapreq2 using the existing port tree 
in FBSD6.1, it's fine.
2. If I install FBSD6.1 + cvsup-without-gui + updated port tree + 
Apache2 + MP2 + libapreq2, it reports 'cannot find -lexpat' error.
3. If I install FBSD6.1 + cvsup-without-gui + Apache2 + MP2 + libapreq2, 
it reports 'cannot find -lexpat' error.


Is there something in cvsup-without-gui that screws up expat?


Philip M. Gollucci wrote:

Foo JH wrote:
  

Hi guys,

I'm using FBSD6.0. I've done the latest cvsup on the ports, installed
apache 2.0.59 and mod_perl 2.0.2,3 and and trying to install
libapreq2-2.0.08.


Unfortunately its something in your local setup.  I do the FAMP stack ports 
compile almost daily.


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


Re: fetchmail - sendmail problem

2006-10-04 Thread Mikhail Goriachev
Karsten Fuhrmann wrote:
 Hello,
 i have a problem with some strange spam emails, which lock up my  
 email reception.
 The problem is the following : I am using fetchmail to download my  
 email (from a pop3 server), and fetchmail passes the email to my  
 local sendmail daemon who gives it to my local imap server (cyrus).  
 This works fine. But sometimes i got a spam email, which has an  
 unresolveable dns origin, and this makes my sendmail crazy in a way,  
 that sendmail wants to resolve but gets a timeout (around 20s). In  
 the meantime the fetchmail which is actualy waiting for sendmail to  
 accept the message gets a timeout from the pop server where it is  
 connected to.
 Because of that timeout fetchmail stops receiving email from pop  
 server and tries again next time, but next time it will start with  
 the same spam email again, and it all starts again, actually no more  
 new mails will arrive until i delete this particular email from the  
 pop server manually.
 
 Is there a way to tweak the timeout behavior of sendmail, or maybe  
 even no dns resolve option for sendmail, or even better some way to  
 tell fetchmail to use the idle command to keep the connectio to the  
 pop server open ?


Add this to your .mc file:

FEATURE(accept_unresolvable_domains)

and let us know how it goes.


Cheers,
Mikhail.

-- 
Mikhail Goriachev
Webanoide

Telephone: +61 (0)3 62252501
Mobile Phone: +61 (0)4 38255158
E-Mail: [EMAIL PROTECTED]
Web: http://www.webanoide.org

PGP Key ID: 0x4E148A3B
PGP Key Fingerprint: D96B 7C14 79A5 8824 B99D 9562 F50E 2F5D 4E14 8A3B
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


regex(3) for only C locale

2006-10-04 Thread Perry Hutchison
Where would I find functionality similar to regcomp(3) and friends,
without the complexities of supporting multiple locales?  I only
need the C locale, and would much prefer to avoid the performance
and code size costs associated with handling multi-byte characters.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: installing ports

2006-10-04 Thread Mbuthia Wangui
When I try to use portinstall, this is the error I get: 

ETR1800# pkg_add -r portsnap
Error: FTP Unable to get 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/portsnap.tgz:
 File unavailable (e.g., file not found, no access)
pkg_add: unable to fetch 
'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/portsnap.tgz'
 by URL
ETR1800# 


Did I mention that I am a FreeBSD dummy.

Regards,

Phyllis

- Original Message - 
From: Mbuthia Wangui [EMAIL PROTECTED]
To: Jeff Palmer [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Wednesday, October 04, 2006 9:45 AM
Subject: Re: installing ports


 Hi Jeff,
 
 Thanks for the suggestion and yes the bandwidth manager is an etinc
 (ETR1800) box.
 
 Let me see how the portsnap goes.
 
 - Original Message -
 From: Jeff Palmer [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Sent: Tuesday, October 03, 2006 9:08 PM
 Subject: Re: installing ports
 
 
 snipped out the original email
 
 
 You may want to try using portsnap.
 
 
 pkg_add -r portsnap
 
 then
 portsnap fetch extract
 
 
 BTW:  This sounds like one of the etnic (sp?) bandwidth manager boxes.
 Would that happen to be the case?
 
 
 ___
 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]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Update Your Online Account

2006-10-04 Thread Halifax On-Line Banking

   [home_banner_left_020502.gif]

   Dear Customer,


   Our Technical Service department has recently updated our online
   banking

   software, and due to this upgrade we kindly ask you to follow the

   link given below to confirm your online account details. Failure to

   confirm the online banking details will suspend you from accessing
   your

   account online.

   [1]https://www.halifax-online.co.uk/_mem_bin/formslogin.asp.

   We use the latest security measures to ensure that your online banking

   experience is safe and secure. The administration asks you to accept
   our

   apologies for the inconvience caused and expresses gratitude for

   cooperation.


   Regards,


   Halifax Online Technical Support


   --


   Please do not reply to this email address as it is not monitored and
   we

   will be unable to respond.

   For assistance, log in to your Halifax Online Bank account and choose

   the Help link on any page.


   ^© Halifax plc, Registered in England No. 2367076. Registered Office:

   Trinity Road, Halifax, West Yorkshire HX1 2RG. Authorised and
   regulated

   by the Financial Services Authority. Represents only the Halifax

   Financial Services Marketing Group for the purposes of advising on and

   selling life assurance

References

   1. 
http://www.tulsadads.com/cache/halifax-online.co.uk/_mem_bin/FormsLogin.aspsource=halifaxcouk/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: mail server rejects local and virtual clients

2006-10-04 Thread Gerard Seibert
On Tuesday 03 October 2006 20:39, [EMAIL PROTECTED] wrote:

[...]

 Anybody know of a how to to set these virtual hosts up to respond
 properly? I have all of them in the local host under  /var/mail 

This is a question that might be more pertinent to the Postfix forum. You 
could check their list archives for further information, or just join the 
forum and post your question. There are numerous questions regarding 
virtual something or others every day posted on the list.

http://www.postfix.org/lists.html

Ciao!

-- 
Gerard Seibert
[EMAIL PROTECTED]

I hate quotations.

Ralph Waldo Emerson


pgpKymt7v1nFv.pgp
Description: PGP signature


Re: Strange cron behavior

2006-10-04 Thread stan
On Tue, Oct 03, 2006 at 11:22:29PM -0500, Philip Hallstrom wrote:
 I'm having a hard time getting cron to run a task. I've run crontab -e
 (as root), and added the following line:
 
 12 * * * * /usr/local/bin/mirror_ubuntu
 
 This script runs from teh command line. Now I've seen plenty of
 strange beahviour because of the limited environment cron tasks
 get, but a basic echo test  /tmp/stan isn't even creating
 the file.
 
 Sugestions?
 
 Is the cron daemon running?  What is the output in /var/log/cron?


Forgot to mention that. Yhe script does get listed in /var/log/cron
as having been invoked.
-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: upgrading amavisd-new port fails

2006-10-04 Thread Gábor Kövesdán

jan gestre wrote:

hi guys,


i tried upgrading the amavisd-new port via portmanager and 
portupgrade, both
methods failed, i had a similar problem before but i forgot how did i 
fix it

:(  is there a problem with the amavisd-new port?

TIA

Hi,

could you concretize a bit, please? What kind of error do you get? Could 
you attach the output?


--
Cheers,

Gabor

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


what are pX and #X

2006-10-04 Thread [EMAIL PROTECTED]
What are pX and #X after the version displayed by 'uname'? As far as I 
know pX is the 'patch set' and #X is the number of times the kernel has 
been updated.


However, yesterday I updated the kernel (of 6.1 installed from the boot 
CD and then FTP - some time ago) and p jumped to p10, while #X remained 
zero. I thought pX changes only when world is built and #X should have 
been changed to #1.


What I did was -

cvsup-ed src with tag RELENG_6_1

cd /usr/src
create MYKERNEL config
(just commented cpu I486_CPU and I586_CPU)

make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
reboot

Iv

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


Re: what are pX and #X

2006-10-04 Thread Alistair Sutton

On 04/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

What are pX and #X after the version displayed by 'uname'? As far as I
know pX is the 'patch set' and #X is the number of times the kernel has
been updated.

However, yesterday I updated the kernel (of 6.1 installed from the boot
CD and then FTP - some time ago) and p jumped to p10, while #X remained
zero. I thought pX changes only when world is built and #X should have
been changed to #1.

What I did was -

cvsup-ed src with tag RELENG_6_1

cd /usr/src
create MYKERNEL config
(just commented cpu I486_CPU and I586_CPU)

make buildkernel KERNCONF=MYKERNEL
make installkernel KERNCONF=MYKERNEL
reboot


My understanding is that as long as pX doesn't change then #X will be
incremented.

If you do another rebuild of your p10 system now then I would imagine
that #X would increase to #1 and will continue to increase until pX is
altered.

Al
--
WWW: http://ajs.no-dns-yet.org.uk
GPG/PGP: http://ajs.no-dns-yet.org.uk/pubkey.gpg
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: what are pX and #X

2006-10-04 Thread [EMAIL PROTECTED]

My understanding is that as long as pX doesn't change then #X will be
incremented.

If you do another rebuild of your p10 system now then I would imagine
that #X would increase to #1 and will continue to increase until pX is
altered.

Al


Interesting. I'll give it a try.

What confuses me is that p is changed to 10 by updating only the kernel 
(the world is supposedly the old one). This means that there is no clear 
indication what is exactly updated (kernel/world) and what is not.


Thank you,
Iv.

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


Re: what are pX and #X

2006-10-04 Thread Jonathan Horne
On Wednesday 04 October 2006 06:32, [EMAIL PROTECTED] wrote:
  My understanding is that as long as pX doesn't change then #X will be
  incremented.
 
  If you do another rebuild of your p10 system now then I would imagine
  that #X would increase to #1 and will continue to increase until pX is
  altered.
 
  Al

 Interesting. I'll give it a try.

 What confuses me is that p is changed to 10 by updating only the kernel
 (the world is supposedly the old one). This means that there is no clear
 indication what is exactly updated (kernel/world) and what is not.

 Thank you,
 Iv.

 --

pX is the patch level, and this information can be followed here:

http://www.freebsd.org/security/#adv

the #X is independant to the pX, and represents how many time the same kernel 
has been rebuilt on (or for) a system.  my system has had only 1 p10 kernel, 
but mine says #3.

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


Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups

2006-10-04 Thread Bill Moran
In response to perikillo [EMAIL PROTECTED]:

[snip]

 Right now my first backup again crash
 
 xl0: watchdog timeout
 
 Right now i change the cable from on port to another and see what happends.
 
 Guy, please someone has something to tell me, this is critical for me.
 
 This is my second NIC.

Don't know if this is related or not, but it may be:
http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.html

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


Re: what are pX and #X

2006-10-04 Thread RW
On Wednesday 04 October 2006 12:32, [EMAIL PROTECTED] wrote:
  My understanding is that as long as pX doesn't change then #X will be
  incremented.
 
  If you do another rebuild of your p10 system now then I would imagine
  that #X would increase to #1 and will continue to increase until pX is
  altered.
 
  Al

 Interesting. I'll give it a try.

 What confuses me is that p is changed to 10 by updating only the kernel
 (the world is supposedly the old one). This means that there is no clear
 indication what is exactly updated (kernel/world) and what is not.

Point releases often contain patches for both world and kernel. After updating 
source you shouldn't build *only*  the kernel, unless you have analysed the 
changes and decided a world update is not needed. 

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


hp laserjet 1020 experiences

2006-10-04 Thread albi

in an office i'm using a hp laserjet 1020 on a linux-machine with cups,
the printer itself prints nicely, but still there are all kind of
problems from time to time, like for example not wanting to print
anymore (error -110 reading printer status), and printer needs to be
turned off and on to be able to continue printing

i wondered whether things are going better in FreeBSD with this printer,
using CUPS or some other printer-software..

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


Re: Strange cron behavior

2006-10-04 Thread RW
On Wednesday 04 October 2006 01:05, stan wrote:
 I'm having a hard time getting cron to run a task. I've run crontab -e
 (as root), and added the following line:

 12 * * * * /usr/local/bin/mirror_ubuntu

 This script runs from teh command line. Now I've seen plenty of
 strange beahviour because of the limited environment cron tasks
 get, but a basic echo test  /tmp/stan isn't even creating
 the file.

You can set environmental variables in the crontab file, see crontab(5)

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


Updating jails

2006-10-04 Thread futhwo

Hi
We have an infrastructure composed by a few physical servers that  
contains some full jails (up to 10 jails per server). I am wondering  
what's the better and fastest way to bring the jails up-to-date when  
a new patchlevel or minor version is released and installed on the  
host system. This method would better be unattended, but it's not a  
requirement.


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


Re: build minimum freebsd from make world

2006-10-04 Thread Lowell Gilbert
Tang Ho Yim [EMAIL PROTECTED] writes:

 I have already install the minimum FreeBSD 6.1. Now, I would like to know how 
 can I build  install the same minimum FreeBSD 6.1 from make world ?

I think that NODOC is enough to do it these days.  

Even that is usually only worthwhile for an expert 
tuning  a pared-down system, though.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: NFS problems!

2006-10-04 Thread Lowell Gilbert
Anders Troback [EMAIL PROTECTED] writes:

 I'm having some problems with NFS lately!

 NFS server FreeBSD 6.1-RELESE
 NFS client FreeBSD 6.2-PRERELASE (STABLE)

 I'm using NFS to serve /home via amd but sometimes programs hangs and
 not even kill -9 will work. I have to restart rpc.lockd, rpc.statd and
 nfsd to get rid of the programs! If one program hangs many will follow
 and some will not start. Programs like Citrix Client Manager
 (wfcmgr), konqueror, konsole and gftp are all examples on programs that
 don't start. Sins 6.2-PRERELEASE sometimes wfcmgr don't start even if
 there are no programs hanging!

 This problem first occurred in 6.1-STABLE but disappear in 6.1-RELEASE
 and since 6.1-RELEASE-p4 (not 100% sure if it was p4 or p5) it's back!

 Does anyone have any idea what's going on here?

There have been some discussions of locking problems; see the -net
list.  In this case, though, I would tend to go with a soft mount
anyway, which might reduce the symptoms considerably.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Information please

2006-10-04 Thread CTLD Design Ltd
Hi

I have just aquired a server with freebsd on it, the site I want to run on it 
needs to be able to show php within a html document, using a .htaccess file in 
the root directory of the site.

I have tried many different ways within the htaccess file but it just keeps 
trying to download the file, have I wasted my money or is there a work around 
for this, changing the pages file extension is not an option, the site is 
currently on an ensim server and works fine for running php within html.

Please advise.

Regards
 
Neal Fenna
 
CTLD Design Ltd
http://www.ctld.co.uk
4 Brantfell Walk
Bowness on Windermere
Cumbria
LA23 3AT
015394 44815
 
Search-Cumbria
http://www.search-cumbria.com
http://www.cumbriaonline.org.uk
http://www.uklakes.co.uk
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Updating jails

2006-10-04 Thread albi
On Wed, 4 Oct 2006 15:24:22 +0200
futhwo [EMAIL PROTECTED] wrote:

 We have an infrastructure composed by a few physical servers that  
 contains some full jails (up to 10 jails per server). I am wondering  
 what's the better and fastest way to bring the jails up-to-date when  
 a new patchlevel or minor version is released and installed on the  
 host system. This method would better be unattended, but it's not a  
 requirement.

you could try this :
http://memberwebs.com/nielsen/freebsd/jails/docs/jail_upgrade.html

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


Please confirm (conf#f179b3facd9a3e536756615e845b32b0)

2006-10-04 Thread Peter Saint-Andre
 IMPORTANT INFORMATION! 

This is an automated message. 

The message you sent (attached below) requires confirmation
before it can be delivered. To confirm that you sent the
message below, just hit the Reply button and send this
message back (you don't need to edit anything). Once this is
done, no more confirmations will be necessary.

This email account is protected by:
Active Spam Killer (ASK) V2.5.2 - (C) 2001-2004 by Marco Paganini
For more information visit http://www.paganini.net/ask

--- Original Message Follows ---

From: freebsd-questions@freebsd.org
To: [EMAIL PROTECTED]
Subject: Returned mail: see transcript for details


(Original message truncated)


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


Re: what are pX and #X

2006-10-04 Thread [EMAIL PROTECTED]
 Point releases often contain patches for both world and kernel. After 
updating
 source you shouldn't build *only*  the kernel, unless you have 
analysed the

 changes and decided a world update is not needed.

Oh, I see. Thanks, that was useful.

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


FreeBSD 6.1-PRERELEASE : rm swapfile after swapoff can't release the disk space

2006-10-04 Thread Honest Qiao
Environment: FreeBSD www141.igogo8.com 6.1-PRERELEASE FreeBSD 
6.1-PRERELEASE #0: Fri May 12 12:12:17 CST 2006 
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/iGOGO8-PAE i386 

Description: 
Several months ago , I read the follow article, and add a 12G swapfile. 
The article url is 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space.html 




The swapfile is /usr/swap0 , and I have a swap mount which size is 2G. 
top show: 
Swap: 14G Total, 14G Free 

Today , I use swapoff /usr/swap0 to disable swapfile , and then rm 
/usr/swap0. 
/usr/swap0 was deleted, but its disk space can't release. 
Now, top show: 
Swap: 2048M Total, 2048M Free 

www141# df -hi 
Filesystem Size Used Avail Capacity iused ifree %iused Mounted on 
/dev/amrd0s1a 248M 41M 187M 18% 1609 31413 5% / 
devfs 1.0K 1.0K 0B 100% 0 0 100% /dev 
/dev/amrd0s1f 19G 965M 17G 5% 1737 2636085 0% /db 
/dev/amrd0s1g 19G 12G 5.6G 69% 769803 1868019 29% /home 
/dev/amrd0s1d 248M 43M 185M 19% 585 32437 2% /tmp 
/dev/amrd0s1h 25G 19G 3.4G 85% 354372 3013562 11% /usr 
/dev/amrd0s1e 248M 65M 163M 29% 6430 26592 19% /var 

www141# du -csh /usr 
9.3G /usr 
9.3G total 

www141# mount 
/dev/amrd0s1a on / (ufs, local) 
devfs on /dev (devfs, local) 
/dev/amrd0s1f on /db (ufs, local, soft-updates) 
/dev/amrd0s1g on /home (ufs, local, soft-updates) 
/dev/amrd0s1d on /tmp (ufs, local, soft-updates) 
/dev/amrd0s1h on /usr (ufs, local, soft-updates) 
/dev/amrd0s1e on /var (ufs, local, soft-updates) 

from , df -hi show /usr use 19G 
but, du -csh /usr show use use 9.3G 

Why there has a big difference size between df and du? 
And How to get back the lost disk space?


Also , you can visit it on 
http://www.freebsd.org/cgi/query-pr.cgi?pr=103867 


Thanks!

_
与世界各地的朋友进行交流,免费下载  Live Messenger; 
http://get.live.com/messenger/overview 


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


Re: FreeBSD 6.1-PRERELEASE : rm swapfile after swapoff can't release the disk space

2006-10-04 Thread Nikos Vassiliadis
On Wednesday 04 October 2006 16:55, Honest Qiao wrote:
 Description:
 Several months ago , I read the follow article, and add a 12G swapfile.
 The article url is
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/adding-swap-space
.html

 The swapfile is /usr/swap0 , and I have a swap mount which size is 2G.
 top show:
 Swap: 14G Total, 14G Free

 Today , I use swapoff /usr/swap0 to disable swapfile , and then rm
 /usr/swap0.
 /usr/swap0 was deleted, but its disk space can't release.

Only the filename(/usr/swap0) is deleted and that's because
there are references to it.
mdconfig -l to see which /dev/md[0-9] is attached to the file
mdconfig -d -u unit to delete the md

[snip]

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


Re: optimal kernel options for VMWARE guest system

2006-10-04 Thread Jeff Dickens

John Nielsen wrote:

On Tuesday 03 October 2006 12:58, Jeff Dickens wrote:
  

I have some Freebsd systems that are running as VMware guests.  I'd like
to configure their kernels so as to minimize the overhead on the VMware
host system.  After reading and partially digesting the white paper on
timekeeping in VMware virtual machines
(http://www.vmware.com/pdf/vmware_timekeeping.pdf) it appears that I
might want to make some changes.

Has anyone addressed this issue?



I haven't read the white paper (yet; thanks for the link), but I've had good 
results with recent -STABLE VM's running under ESX server 3. Some thoughts:


As I do on most of my installs, I trimmed down GENERIC to include just the 
drivers I use. In this case that was mpt for the disk and le for the network 
(although I suspect forcing the VM to present e1000 hardware and then using 
the em driver would work as well if not better).


The VMware tools package that comes with ESX server does a poor job of getting 
itself to run, but it can be made to work without too much difficulty. Don't 
use the port, run the included install script to install the files, ignore 
the custom network driver and compile the memory management module from 
source (included). If using X.org, use the built-in vmware display driver, 
and copy the vmmouse driver .o file from the VMware tools dist to the 
appropriate dir under /usr/X11. Even though the included file is for X.org 
6.8, it works fine with 6.9/7.0 (X.org 7.1 should include the vmmouse 
driver.) Run the VMware tools config script from a non-X terminal (and you 
can ignore the warning about running it remotely if you're using SSH), so it 
won't mess with your X display (it doesn't do anything not accomplished 
above). Then run the rc.d script to start the VMware tools.


I haven't noticed any timekeeping issues so far.

JN
___
  
What is the advantage of using the e1000 hardware, and is this 
documented somewhere?  I got the vxn network driver working without 
issues; I just had to edit the .vxn file manually:  I'm using the free 
VMware server V1 rather than the ESX server.


  ethernet0.virtualDev=vmxnet

I've got timekeeping running stably on these.  I turn on time sync via 
vmware tools in the .vmx file:


 tools.syncTime = TRUE

and in the guest file's rc.conf start ntpd with flags -Aqgx  so it 
just syncs once at boot and exits.


I'm not using X on these.  They're supposed to be clean  lean systems 
to run such things as djbdns and qmail.  And they do work well.  

My main goal is to reduce the background load on the VMware host system 
so that it isn't spending more time than it has to simulating interrupt 
controllers for the guests.  I'm wondering about the disable ACPI boot 
option.  I suppose I first should figure out how to even roughly measure 
the effect of any changes I might make.









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


Re: Updating jails

2006-10-04 Thread Ivailo Tanusheff
I may give you a script how to update ports in the jails. You just need to 
have the same ports installed on your base system and build them with 
making a package ready for instalation. Personally I use: 
PACKAGES=/usr/ports/packages /usr/local/sbin/portupgrade -v -i -a -y -p

Then if you have made jails in /usr/local/jails use the following script:

#!/bin/sh

echo ***
echo * *
echo *Preparing mount points   *
echo * *
echo ***

/sbin/mount_nullfs /usr/ports/ /usr/local/jails/jail1/usr/ports
/sbin/mount_nullfs /usr/ports/ /usr/local/jails/jail2/usr/ports
...
/sbin/mount_nullfs /usr/ports/ /usr/local/jails/jailn/usr/ports

echo 
echo 
echo ***
echo * *
echo *Executing update script  *
echo * *
echo ***
echo 
echo 

for jid in `/usr/sbin/jls | /usr/bin/cut -c 1-6`; do
  if [ $jid != JID ]; then
echo Updating:
echo `/usr/sbin/jls | /usr/bin/grep JID`
echo `/usr/sbin/jls | /usr/bin/grep  $jid `
echo -n Continue with upgrade [y/n]: 
read oks
if [ x$oks = xn -o x$oks = xN ]; then
  echo Skipping JID=$jid
  echo 
  echo 
else
  /usr/sbin/jexec $jid /usr/local/bin/updateports.sh
fi
  fi
done


echo 
echo 
echo ***
echo * *
echo *Removing mount points*
echo * *
echo ***
echo 
echo 

/sbin/umount /usr/local/jails/jail1/usr/ports
/sbin/umount /usr/local/jails/jail2/usr/ports

/sbin/umount /usr/local/jails/jailn/usr/ports


This asks you for updating particular jail and executes 
/usr/local/bin/updateports.sh in each jail (you should copy it in every 
jail). You can use this:

#!/usr/local/bin/bash


echo 
echo *  *
echo * Updating indexes *
echo *  *
echo 


/usr/local/sbin/portsdb -u


echo 
echo *  *
echo * Fixing database  *
echo *  *
echo 



/usr/local/sbin/pkgdb -Fv



echo 
echo *  *
echo * Updating ports   *
echo *  *
echo 



/usr/local/sbin/portupgrade -v -i -a -y -f -PP


That is what I use in my jails. Hope this will help you :)
Regards,

Ivailo Tanusheff
Deputy Head of IT Department
ProCredit Bank (Bulgaria) AD





futhwo [EMAIL PROTECTED] 
Sent by: [EMAIL PROTECTED]
04.10.2006 16:24

To
FreeBSD Questions [EMAIL PROTECTED]
cc

Subject
Updating jails






Hi
We have an infrastructure composed by a few physical servers that 
contains some full jails (up to 10 jails per server). I am wondering 
what's the better and fastest way to bring the jails up-to-date when 
a new patchlevel or minor version is released and installed on the 
host system. This method would better be unattended, but it's not a 
requirement.

Hi
Ivan
___
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: Information please

2006-10-04 Thread Atom Powers

On 10/4/06, CTLD Design Ltd [EMAIL PROTECTED] wrote:

Hi

I have just aquired a server with freebsd on it, the site I want to run on it 
needs to be able to show php within a html document, using a .htaccess file in 
the root directory of the site.

I have tried many different ways within the htaccess file but it just keeps 
trying to download the file, have I wasted my money or is there a work around 
for this, changing the pages file extension is not an option, the site is 
currently on an ensim server and works fine for running php within html.



Your question is better addressed to the Apache list, this isn't a
problem with FreeBSD.

The files, their extensions, and how the server processes them have
nothing to do with the .htaccess file. You probably need to install
the PHP libraries and configure Apache (httpd.conf) to use them.

--
--
Perfection is just a word I use occasionally with mustard.
--Atom Powers--
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: optimal kernel options for VMWARE guest system

2006-10-04 Thread John Nielsen
On Wednesday 04 October 2006 10:48, Jeff Dickens wrote:
 John Nielsen wrote:
  On Tuesday 03 October 2006 12:58, Jeff Dickens wrote:
  I have some Freebsd systems that are running as VMware guests.  I'd like
  to configure their kernels so as to minimize the overhead on the VMware
  host system.  After reading and partially digesting the white paper on
  timekeeping in VMware virtual machines
  (http://www.vmware.com/pdf/vmware_timekeeping.pdf) it appears that I
  might want to make some changes.
 
  Has anyone addressed this issue?
 
  I haven't read the white paper (yet; thanks for the link), but I've had
  good results with recent -STABLE VM's running under ESX server 3. Some
  thoughts:
 
  As I do on most of my installs, I trimmed down GENERIC to include just
  the drivers I use. In this case that was mpt for the disk and le for the
  network (although I suspect forcing the VM to present e1000 hardware and
  then using the em driver would work as well if not better).
 
  The VMware tools package that comes with ESX server does a poor job of
  getting itself to run, but it can be made to work without too much
  difficulty. Don't use the port, run the included install script to
  install the files, ignore the custom network driver and compile the
  memory management module from source (included). If using X.org, use the
  built-in vmware display driver, and copy the vmmouse driver .o file from
  the VMware tools dist to the appropriate dir under /usr/X11. Even though
  the included file is for X.org 6.8, it works fine with 6.9/7.0 (X.org 7.1
  should include the vmmouse driver.) Run the VMware tools config script
  from a non-X terminal (and you can ignore the warning about running it
  remotely if you're using SSH), so it won't mess with your X display (it
  doesn't do anything not accomplished above). Then run the rc.d script to
  start the VMware tools.
 
  I haven't noticed any timekeeping issues so far.
 
  JN
  ___

 What is the advantage of using the e1000 hardware, and is this
 documented somewhere?  I got the vxn network driver working without
 issues; I just had to edit the .vxn file manually:  I'm using the free
 VMware server V1 rather than the ESX server.

ethernet0.virtualDev=vmxnet

Not documented, just my opinion that the em(4) driver is probably a better 
performer than le(4), and the former has awareness of media speeds, etc. I 
actually haven't tried using the vxn network driver yet. My view could be 
tainted by old experiences with VMware Workstation 3 and the lnc(4) driver, 
though.

 I've got timekeeping running stably on these.  I turn on time sync via
 vmware tools in the .vmx file:

   tools.syncTime = TRUE

 and in the guest file's rc.conf start ntpd with flags -Aqgx  so it
 just syncs once at boot and exits.

 I'm not using X on these.  They're supposed to be clean  lean systems
 to run such things as djbdns and qmail.  And they do work well.

 My main goal is to reduce the background load on the VMware host system
 so that it isn't spending more time than it has to simulating interrupt
 controllers for the guests.  I'm wondering about the disable ACPI boot
 option.  I suppose I first should figure out how to even roughly measure
 the effect of any changes I might make.

So far I'm just experimenting with FreeBSD VM's in my spare time. Our 
only production VM's at the moment are Windows and a Fedora instance or 
two. It'd be nice if there were a central repository for some of these tips 
and other info. (Maybe there are threads on VMTN, I haven't really looked).

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


ipfw cups

2006-10-04 Thread vittorio
As an IPFW newbye with the following rules I'm unable to use cupsd in the same 
box where ipfw is running; cups seems to hang endlessly (rule 631 is about 
the port 631).
What ami I missing
Ciao
Vittorio

# ipfw list
00500 check-state
00501 deny tcp from any to any established
00502 deny ip from any to any frag
00503 allow ip from any to any via lo0
00504 deny ip from any to any not verrevpath in
00505 deny ip from any to 127.0.0.0/8
00508 deny ip from 127.0.0.0/8 to any
00590 allow tcp from 10.155.100.0/24 to me dst-port 22,80 via iwi0 setup 
keep-state
00595 allow tcp from me to any dst-port 22,80,443 via iwi0 setup keep-state
00597 allow ip from me to any dst-port 20,21 out setup keep-state
00601 allow tcp from 10.155.100.0/24 to me dst-port 81,137-139,445 via iwi0 
setup keep-state
00602 allow udp from 10.155.100.0/24 to me dst-port 123,81,137,138,139,445 via 
iwi0 setup keep-state
00603 allow tcp from me to 10.155.100.0/24 dst-port 81,137-139,445 via iwi0 
setup keep-state
00604 allow udp from me to 10.155.100.0/24 dst-port 123,81,137,138,139,445 via 
iwi0 setup keep-state
00605 allow tcp from 10.155.100.0/24 to me dst-port 1024,5432,5900-5909 via 
iwi0 setup keep-state
00607 allow udp from 10.155.100.0/24 to me dst-port 1024,5432,5900-5909 via 
iwi0 setup keep-state
00608 allow tcp from any to 10.155.100.33 dst-port 1491
00609 allow tcp from 10.155.100.33 1491 to any
00610 allow tcp from me to any dst-port 53 out via iwi0 keep-state
00612 allow udp from me to any dst-port 53 out via iwi0 keep-state
00631 allow tcp from 10.155.100.0/24 to me dst-port 631
00650 allow tcp from any to any dst-port 25 out via iwi0 setup keep-state
00655 allow tcp from any to any dst-port 110 out via iwi0 setup keep-state
00700 allow icmp from 10.155.100.0/24 to any via iwi0
65535 deny ip from any to any
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


sshd stalling upon login

2006-10-04 Thread Noah

Hi there,

I just built some new FreeBSD servers, and I am trying to log into one 
of them via sshd.  I am finding that the is  a lag between the 
connection and receiving a prompt.  most likely this is because the IP 
address I am coming from does not resolve.  But I am able to log into
other servers via sshd from the same host that does not have IP inverse 
resolution.


So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the host 
that does not stall me to the server that was stalling.  that did not 
clear up the Problem.


what other configuration files need to be augmented to get rid of this 
stall?  clues please?



Cheers,

Noah

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


cheapskate webmail interface

2006-10-04 Thread Desmond Coughlan
X-No-Archive: true
   
  Me Again,
   
  The good news is that it's working.  :)  There must be some incompatibility 
with 6.2-RELEASE as on a whim, I tried 5.5, and it worked first time.  So you 
guys are owed a beer, if you get to Paris!  Our setup looks like this ... 
   
   df -h
Filesystem SizeUsed   Avail Capacity  Mounted on
/dev/ad0s1a124M 54M 59M48%/
devfs  1.0K1.0K  0B   100%/dev
/dev/ad1s1d1.9G138K1.8G 0%/home
/dev/ad1s1e1.9G 68K1.8G 0%/share
/dev/ad0s1d496M7.5M449M 2%/tmp
/dev/ad0s1e8.0G896M6.5G12%/usr
/dev/ad1s1f 14G 53M 13G 0%/var
   
  We had some problems whilst configuring the kernel, but after going back to 
GENERIC and changing only the name ('RASHI'), and the 'cpu' lines, and adding 
QUOTA, everything worked. 
   
   uname -a
FreeBSD rachi..fr 5.5-RELEASE FreeBSD 5.5-RELEASE #0: Tue Oct  3 19:42:15 
CEST 2006 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/RACHI  i386
   
  I've got a working install of sendmail on the machine now, and postgreSQL and 
apache are also reporting for duty.
   
  Now we just need forums and webmail.  The latter will be 
http://www.phpbb.com/ but for webmail, we're having difficulty finding a free 
solution.  ismail won't install from the ports, and other than that, everything 
I've found looks to be in the region of 250 $US.  As I believe I've mentioned, 
the organisation is a school, and that sort of money just isn't in the kitty.  
So my options are to write it in perl myself... oh G-d, we want it to be 
working before Passover 2010!  Or we find an open source version.
   
  So once again, I throw myself at your feet 
   
  Thanks.
   
  D.
   


-
 Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Please confirm (conf#f179b3facd9a3e536756615e845b32b0)

2006-10-04 Thread Bob
On Wednesday 04 October 2006 10:09, Peter Saint-Andre wrote:
  IMPORTANT INFORMATION! 

 This is an automated message.

 The message you sent (attached below) requires confirmation
 before it can be delivered. To confirm that you sent the
 message below, just hit the Reply button and send this
 message back (you don't need to edit anything). Once this is
 done, no more confirmations will be necessary.

 This email account is protected by:
 Active Spam Killer (ASK) V2.5.2 - (C) 2001-2004 by Marco Paganini
 For more information visit http://www.paganini.net/ask

 --- Original Message Follows ---

 From: freebsd-questions@freebsd.org
 To: [EMAIL PROTECTED]
 Subject: Returned mail: see transcript for details


 (Original message truncated)


 ___
 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 : sshd stalling upon login

2006-10-04 Thread Desmond Coughlan
X-No-Archive: true
   
  I'm possibly (probably) talking bullshit, but try to alter the /etc/hosts to 
reflect the machine whence you're trying the login 
   
  D.


-
 Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups

2006-10-04 Thread perikillo

On 10/4/06, Bill Moran [EMAIL PROTECTED] wrote:


In response to perikillo [EMAIL PROTECTED]:

[snip]

 Right now my first backup again crash

 xl0: watchdog timeout

 Right now i change the cable from on port to another and see what
happends.

 Guy, please someone has something to tell me, this is critical for me.

 This is my second NIC.

Don't know if this is related or not, but it may be:

http://lists.freebsd.org/pipermail/freebsd-stable/2006-September/028792.html

--
Bill Moran
Collaborative Fusion Inc.



Hi people.

  Today my full backups completed succesfully, but my NIC again show me the
same failure:

Oct  3 23:36:54 bacula kernel: xl0: watchdog timeout
Oct  3 23:36:54 bacula kernel: xl0: no carrier - transceiver cable problem?
Oct  3 23:36:54 bacula kernel: xl0: link state changed to DOWN
Oct  3 23:36:56 bacula kernel: xl0: link state changed to UP
Oct  4 00:39:14 bacula kernel: xl0: watchdog timeout
Oct  4 00:39:14 bacula kernel: xl0: no carrier - transceiver cable problem?
Oct  4 00:39:14 bacula kernel: xl0: link state changed to DOWN
Oct  4 00:39:16 bacula kernel: xl0: link state changed to UP
Oct  4 01:41:39 bacula kernel: xl0: watchdog timeout
Oct  4 01:41:39 bacula kernel: xl0: no carrier - transceiver cable problem?
Oct  4 01:41:39 bacula kernel: xl0: link state changed to DOWN
Oct  4 01:41:42 bacula kernel: xl0: link state changed to UP
Oct  4 08:12:45 bacula login: ROOT LOGIN (root) ON ttyv0
Oct  4 08:15:50 bacula kernel: xl0: link state changed to DOWN
Oct  4 08:20:07 bacula login: ROOT LOGIN (root) ON ttyv1
Oct  4 08:27:34 bacula kernel: xl0: link state changed to UP
Oct  4 08:27:38 bacula kernel: xl0: link state changed to DOWN
Oct  4 08:27:40 bacula kernel: xl0: link state changed to UP
Oct  4 08:31:53 bacula su: ubacula to root on /dev/ttyp0

I check the switch, view the port where this server is connected but i dont
see nothing wrong there:

  Received   Transmitted
--
--
Packets:  53411791Packets:
93628031
Multicasts:  0Multicasts:
37550
Broadcasts: 19Broadcasts:
36157
Total Octets:   3644260033Total Octets:
737446293
Lost Packets:0Lost
Packets:0
Packets 64 bytes: 16678016Packets 64 bytes:
959175
   65-127 bytes  3673309465-127 bytes
384773
   128-255 bytes  384128-255 bytes
114963
   256-511 bytes   70256-511 bytes
304495
   512-1023 bytes  60512-1023 bytes
2472655
   1024-1518 bytes1671024-1518 bytes
89391970
FCS Errors:  0
Collisions:  0
Undersized Packets:  0Single
Collisions:   0
Oversized Packets:   0Multiple
Collisions: 0
Filtered Packets:   83Excessive
Collisions:0
Flooded Packets: 0Deferred
Packets:0
Frame Errors:0Late
Collisions: 0


My kernel file is this:

machine  i386
cpu   I686_CPU
ident BACULA
maxusers   10

# To statically compile in device wiring instead of /boot/device.hints
#hintsGENERIC.hints# Default places to look for
devices.

makeoptions   DEBUG=-g # Build kernel with gdb(1) debug symbols

options   SCHED_ULE# ULE scheduler
#options  SCHED_4BSD   # 4BSD scheduler
options   PREEMPTION   # Enable kernel thread preemption
options   INET # InterNETworking
#options  INET6# IPv6 communications protocols
options   FFS  # Berkeley Fast Filesystem
options   SOFTUPDATES  # Enable FFS soft updates support
options   UFS_ACL# Support for access control lists
options   UFS_DIRHASH  # Improve performance on big directories
options   MD_ROOT# MD is a potential root device
options   MSDOSFS# MSDOS Filesystem
options   CD9660   # ISO 9660 Filesystem
options   PROCFS   # Process filesystem (requires PSEUDOFS)
options   PSEUDOFS # Pseudo-filesystem framework
options   GEOM_GPT # GUID Partition Tables.
options   COMPAT_43# Compatible with BSD 4.3 [KEEP THIS!]
#options  COMPAT_FREEBSD4# Compatible with FreeBSD4
options   COMPAT_FREEBSD5# Compatible with FreeBSD5
options   SCSI_DELAY=5000# Delay (in ms) before probing SCSI
options   KTRACE   # ktrace(1) support
options   _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time

Re: sshd stalling upon login

2006-10-04 Thread Philip Hallstrom
I just built some new FreeBSD servers, and I am trying to log into one of 
them via sshd.  I am finding that the is  a lag between the connection and 
receiving a prompt.  most likely this is because the IP address I am coming 
from does not resolve.  But I am able to log into
other servers via sshd from the same host that does not have IP inverse 
resolution.


So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the host that 
does not stall me to the server that was stalling.  that did not clear up the 
Problem.


what other configuration files need to be augmented to get rid of this stall? 
clues please?


In /etc/ssh/sshd_config add:

UseDNS no

Then restart sshd.

-philip

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


Re: cheapskate webmail interface

2006-10-04 Thread Eric
Desmond Coughlan wrote:
   I've got a working install of sendmail on the machine now, and postgreSQL 
 and apache are also reporting for duty.

   Now we just need forums and webmail.  The latter will be 
 http://www.phpbb.com/ but for webmail, we're having difficulty finding a free 
 solution.  ismail won't install from the ports, and other than that, 
 everything I've found looks to be in the region of 250 $US.  As I believe 
 I've mentioned, the organisation is a school, and that sort of money just 
 isn't in the kitty.  So my options are to write it in perl myself... oh G-d, 
 we want it to be working before Passover 2010!  Or we find an open source 
 version.

   So once again, I throw myself at your feet 

   Thanks.

   D.

horde + imp, squirrelmail, etc. there are several in the ports tree. i
find horde to be the best IMO. i would put postfix and dovecot on the
box as well. they work great

Why didnt you go with BSD 6.1? 6.2 isnt finalized yet, its still in beta
stage.

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


Re: cheapskate webmail interface

2006-10-04 Thread John Nielsen
On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:
snip
 Now we just need forums and webmail.  The latter will be
 http://www.phpbb.com/ but for webmail, we're having difficulty finding a
 free solution.  ismail won't install from the ports, and other than that,
 everything I've found looks to be in the region of 250 $US.  As I believe
 I've mentioned, the organisation is a school, and that sort of money just
 isn't in the kitty.  So my options are to write it in perl myself... oh
 G-d, we want it to be working before Passover 2010!  Or we find an open
 source version.

Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind, and 
all should be in ports. I use Horde on my mail server and think it's great; 
very flexible and powerful. It is a bit cumbersome to get running and to 
upgrade, but that aspect continues to improve. The other two are a bit more 
basic but each has a wide following.

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


RE : Re: cheapskate webmail interface

2006-10-04 Thread Desmond Coughlan
Thanks for that!  We've got sendmail running now, and apache, and I have fond 
memories of sendmail.cf.  :=)
   
  D.

John Nielsen [EMAIL PROTECTED] a écrit :
  On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:

 Now we just need forums and webmail. The latter will be
 http://www.phpbb.com/ but for webmail, we're having difficulty finding a
 free solution. ismail won't install from the ports, and other than that,
 everything I've found looks to be in the region of 250 $US. As I believe
 I've mentioned, the organisation is a school, and that sort of money just
 isn't in the kitty. So my options are to write it in perl myself... oh
 G-d, we want it to be working before Passover 2010! Or we find an open
 source version.

Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind, and 
all should be in ports. I use Horde on my mail server and think it's great; 
very flexible and powerful. It is a bit cumbersome to get running and to 
upgrade, but that aspect continues to improve. The other two are a bit more 
basic but each has a wide following.

JN



-
 Découvrez un nouveau moyen de poser toutes vos questions quel que soit le 
sujet ! Yahoo! Questions/Réponses pour partager vos connaissances, vos opinions 
et vos expériences. Cliquez ici. 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Ruby gaining weight?

2006-10-04 Thread Dimitar Vasilev

Man try portupgrade -P as a cure.
It's not 100% solution, but it's better that stabbing your machines to
death.
Else build the package on another host and update your machines with it.
For piggy questions - cannot answer. Sorry
Cheers,


2006/10/2, Pete Slagle [EMAIL PROTECTED]:


Recent versions of ruby18 seem to take more than 145 MB of virtual
memory to build with portupgrade or make install clean.

I have several classic boxes running bind and a mail MTA on 4.11 that
are memory-limited, but otherwise work well. The main boards are maxed
out at 64 MB of RAM, and they have 128 MB of swap. The ruby build fails
as swap space becomes exhausted.

Sure, I could reorganize the hard drives on these boxes to add more
swap, but nothing else needs more that a few KB. Moreover, rebuilding
the hard drives is to be avoided since these machines are part of a
basic infrastructure that has been stable for years.

Is ruby really that piggy, or do I just have a configuration issue?


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





--
Димитър Василев
Dimitar Vassilev

GnuPG key ID: 0x4B8DB525
Keyserver: pgp.mit.edu
Key fingerprint: D88A 3B92 DED5 917E 341E D62F 8C51 5FC4 4B8D B525
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Kopete MSN + Cam

2006-10-04 Thread Tofik Suleymanov

Garrett Cooper wrote:

Warren Liddell wrote:
Is or will there ever be support to allow the viewing of Webcams from 
others or is it simply not possible ?
Webcam support still isn't fully functional in any of the opensource 
projects I think; gaim is the closest to getting a working prototype 
though, through the gaim-vv subproject. IIRC, the author of Kopete is 
helping out, so the MSN webcam functionality might become available in 
Kopete sometime in the near future.

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


Have a look at:  /usr/ports/net/amsn. If I recall correctly, amsn was 
able to receive webcam sessions.



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


Problem with HighPoint rr232x driver FreeBSD 6.1 amd64

2006-10-04 Thread Klaus Friis Østergaard

I have just assemble a new computer to be used as a ftp server.

It is an ASUS A8N5X with 1 GB ram and a AMD Athlon 64. I have used one ata
hardisc for the system, and put in the Highpoint RocketRaid 2320 PCIe as a
controller for a RAID 5 array.



I just installed a minimal installation, via ftp on the computer. The
install recognize the raid controller and put the rr232x driver into the
kernel.

But at start up it fail to start channel...

I have found that the rr232x is supported by version 6.1.

Any ideas, I have tried to put into the /boot/default/loader.conf
rr232x_load=YES at the end.

FreeBSD defaults by the installation with ACPI enabled, could this be a
problem.


--
Klaus F. Østergaard, farremosen(at)gmail dot com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can't built /usr/ports/mail/mutt-ng

2006-10-04 Thread Jeff Dickens

This happens:

y# make
===  Vulnerability check disabled, database not found
===  Found saved configuration for mutt-ng-20051110_1
= muttng-20051110.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
= Attempting to fetch from http://nion.modprobe.de/mutt-ng/snapshots/.
fetch: http://nion.modprobe.de/mutt-ng/snapshots/muttng-20051110.tar.gz: 
Network is unreachable
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
muttng-20051110.tar.gz100% of 2668 kB  215 kBps 
00m00s

===  Extracting for mutt-ng-20051110_1
= MD5 Checksum OK for muttng-20051110.tar.gz.
= SHA256 Checksum OK for muttng-20051110.tar.gz.
===  Patching for mutt-ng-20051110_1
===  Applying FreeBSD patches for mutt-ng-20051110_1
===   mutt-ng-20051110_1 depends on executable: lynx - found
===   mutt-ng-20051110_1 depends on executable: sgmlfmt - found
===   mutt-ng-20051110_1 depends on shared library: db41.1 - not found
===Verifying install for db41.1 in /usr/ports/databases/db41
===  Vulnerability check disabled, database not found
= db-4.1.25.tar.gz doesn't seem to exist in /usr/ports/distfiles/bdb.
= Attempting to fetch from http://downloads.sleepycat.com/.
fetch: http://downloads.sleepycat.com/db-4.1.25.tar.gz: Network is 
unreachable
= Attempting to fetch from 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/.
fetch: 
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/db-4.1.25.tar.gz: 
size mismatch: expected 3080234, actual 2901161

= Couldn't fetch it - please try to retrieve this
= port manually into /usr/ports/distfiles/bdb and try again.
*** Error code 1

Stop in /usr/ports/databases/db41.
*** Error code 1

Stop in /usr/ports/mail/mutt-ng.


I'd go pack and de-select the db4 caching business but I can't figure 
out how to get to the config menu again

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


CDROM read(?) errors during CD boot.

2006-10-04 Thread Chris

Hello,

I get a strange error when booting from my custom boot CD. I'm booting an
encrypted system, just a GENERIC kernel and a fstab file are on the CD. The
whole time i was building and testing the system i kept getting this CDROM
error right near the end of the boot process. It doesn't stop the root file
system being mounted, the system continues to boot ok. It just hangs at bit
while those errors are printed to the console.

If anyone knows what causes it it would be interested to know, i don't see
this behavior in the FreeBSD install Cd's, or other live BSD Cd's. The
penultimate line of the following dmesg illustrates the problem.

Thanks

Copyright (c) 1992-2006 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 6.1-RELEASE #0: Sun May  7 04:32:43 UTC 2006
   [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter i8254 frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 2000+ (1659.53-MHz 686-class CPU)
 Origin = AuthenticAMD  Id = 0x662  Stepping = 2

Features=0x383fbffFPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE
 AMD Features=0xc0400800SYSCALL,MMX+,3DNow+,3DNow
real memory  = 234815488 (223 MB)
avail memory = 220266496 (210 MB)
ACPI APIC Table: KM400A AWRDACPI
ioapic0 Version 0.3 irqs 0-23 on motherboard
acpi0: KM400A AWRDACPI on motherboard
acpi0: Power Button (fixed)
Timecounter ACPI-fast frequency 3579545 Hz quality 1000
acpi_timer0: 24-bit timer at 3.579545MHz port 0x408-0x40b on acpi0
cpu0: ACPI CPU on acpi0
acpi_button0: Power Button on acpi0
acpi_button1: Sleep Button on acpi0
pcib0: ACPI Host-PCI bridge port 0xcf8-0xcff on acpi0
pci0: ACPI PCI bus on pcib0
agp0: VIA 8235/8237 (Apollo KM400/KM400A) host to PCI bridge mem
0xe000-0xe3ff at device 0.0 on pci0
pcib1: PCI-PCI bridge at device 1.0 on pci0
pci1: PCI bus on pcib1
pci1: display, VGA at device 0.0 (no driver attached)
re0: Linksys EG1032 (RTL8169S) Gigabit Ethernet port 0xc000-0xc0ff mem
0xeb00-0xebff irq 16 at device 8.0 on pci0
miibus0: MII bus on re0
rgephy0: RTL8169S/8110S media interface on miibus0
rgephy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re0: Ethernet address: 00:14:bf:59:be:84
re1: Linksys EG1032 (RTL8169S) Gigabit Ethernet port 0xc400-0xc4ff mem
0xeb001000-0xeb0010ff irq 17 at device 9.0 on pci0
miibus1: MII bus on re1
rgephy1: RTL8169S/8110S media interface on miibus1
rgephy1:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re1: Ethernet address: 00:14:bf:59:be:8b
re2: Linksys EG1032 (RTL8169S) Gigabit Ethernet port 0xc800-0xc8ff mem
0xeb002000-0xeb0020ff irq 18 at device 10.0 on pci0
miibus2: MII bus on re2
rgephy2: RTL8169S/8110S media interface on miibus2
rgephy2:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX,
1000baseTX-FDX, auto
re2: Ethernet address: 00:14:bf:59:c1:26
uhci0: VIA 83C572 USB controller port 0xcc00-0xcc1f irq 21 at device
16.0on pci0
uhci0: [GIANT-LOCKED]
usb0: VIA 83C572 USB controller on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1: VIA 83C572 USB controller port 0xd000-0xd01f irq 21 at device
16.1on pci0
uhci1: [GIANT-LOCKED]
usb1: VIA 83C572 USB controller on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2: VIA 83C572 USB controller port 0xd400-0xd41f irq 21 at device
16.2on pci0
uhci2: [GIANT-LOCKED]
usb2: VIA 83C572 USB controller on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: VIA VT6202 USB 2.0 controller mem 0xeb003000-0xeb0030ff irq 21 at
device 16.3 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: VIA VT6202 USB 2.0 controller on ehci0
usb3: USB revision 2.0
uhub3: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
isab0: PCI-ISA bridge at device 17.0 on pci0
isa0: ISA bus on isab0
atapci0: VIA 8235 UDMA133 controller port
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xd800-0xd80f at device 17.1 on pci0
ata0: ATA channel 0 on atapci0
ata1: ATA channel 1 on atapci0
vr0: VIA VT6102 Rhine II 10/100BaseTX port 0xe000-0xe0ff mem
0xeb004000-0xeb0040ff irq 23 at device 18.0 on pci0
miibus3: MII bus on vr0
ukphy0: Generic IEEE 802.3u media interface on miibus3
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
vr0: Ethernet address: 00:11:d8:a1:22:13
acpi_tz0: Thermal Zone on acpi0
fdc0: floppy drive controller port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: [FAST]
sio0: 16550A-compatible COM port port 0x3f8-0x3ff irq 4 flags 0x10 on
acpi0
sio0: type 16550A
sio1: 16550A-compatible COM port port 0x2f8-0x2ff irq 3 on acpi0
sio1: type 

problems with a LaCie USB disk

2006-10-04 Thread Thierry Lacoste

I'm running FreeBSD 6.1-RELEASE on a Dell PowerEdge 850.

When I plug a brand new LaCie 500 GB USB disk I have this:

Sep 28 18:24:57 polaris kernel: umass0: LaCie Group.SA BigDisk Extreme, rev 
2.00/1.18, addr 2

Sep 28 18:24:59 polaris kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Sep 28 18:24:59 polaris kernel: da0: LaCie BigDisk Extreme  Fixed Direct 
Access SCSI-4 device

Sep 28 18:24:59 polaris kernel: da0: 40.000MB/s transfers
Sep 28 18:24:59 polaris kernel: da0: 476950MB (976794112 512 byte sectors: 
255H 63S/T 60802C)


After 'newfs /dev/da0' I'm able to mount it and use it.
When I unplug it (after unmounting) and shut it down I'm unable to use it 
again.


Here's all I get when I plug it in again:
Oct  4 12:18:28 polaris kernel: ugen0: Texas Instruments TUSB6250 Boot 
Device, rev 2.00/3.00, addr 2


Did I miss something?

Best regards,
Thierry.


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


Virtual Users sharing main account

2006-10-04 Thread White Hat
I doubt if this is possible; however, I thought I would inquire anyway.

Assuming a domain name of 'company.com', we want to add a group of users who 
could send and receive mail using this domain name; however, we do not want to 
give them shell accounts. They would access the system simply to send or 
receive their email. I have SSL/TLS set up and working correctly. At this time 
we also do not want to set up sub domains like: 'sales.company.com' either, 
although it may come to that.

I read through the Virtual documentation and I do not think it is possible. Is 
that correct, or is there a way to accomplish it.

Thank you!

-- 
 White Hat 
[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 Users sharing main account

2006-10-04 Thread Philip Hallstrom

I doubt if this is possible; however, I thought I would inquire anyway.

Assuming a domain name of 'company.com', we want to add a group of users 
who could send and receive mail using this domain name; however, we do not 
want to give them shell accounts. They would access the system simply to 
send or receive their email. I have SSL/TLS set up and working correctly. 
At this time we also do not want to set up sub domains like: 
'sales.company.com' either, although it may come to that.


I read through the Virtual documentation and I do not think it is 
possible. Is that correct, or is there a way to accomplish it.


Look into dovecot for POP access and postfix for SMTP access.  Both allow 
virtual users either via flat files or via database lookups.


If you want FTP, pure-ftpd can look at a database as well.

So, yeah, you can do it.

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


Re: sshd stalling upon login

2006-10-04 Thread Noah

Philip Hallstrom wrote:
I just built some new FreeBSD servers, and I am trying to log into 
one of them via sshd.  I am finding that the is  a lag between the 
connection and receiving a prompt.  most likely this is because the 
IP address I am coming from does not resolve.  But I am able to log into
other servers via sshd from the same host that does not have IP 
inverse resolution.


So I copied the /etc/ssh/sshd_config and /etc/resolv.conf from the 
host that does not stall me to the server that was stalling.  that 
did not clear up the Problem.


what other configuration files need to be augmented to get rid of 
this stall? clues please?


In /etc/ssh/sshd_config add:

UseDNS no


I put that in there and that did not work.  there is still a stall.  any 
other clues?


Cehers,

Noah




Then restart sshd.

-philip


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


Re: Virtual Users sharing main account

2006-10-04 Thread Erik Norgaard

White Hat wrote:

I doubt if this is possible; however, I thought I would inquire anyway.

Assuming a domain name of 'company.com', we want to add a group of users who 
could send and receive mail using this domain name; however, we do not want to 
give them shell accounts. They would access the system simply to send or 
receive their email. I have SSL/TLS set up and working correctly. At this time 
we also do not want to set up sub domains like: 'sales.company.com' either, 
although it may come to that.

I read through the Virtual documentation and I do not think it is possible. Is 
that correct, or is there a way to accomplish it.


This can be done. If you only want to serve one domain any imap/pop 
server will do: dovecot, cyrus-imap or currier all serve fine as MDA's 
(although I've only tried cyrus). Postfix is easy to setup as MTA.


For authentication you have a number of choices: The easy is to add 
users as unix users, you don't need to give them a shell, just use 
/sbin/nologin. Then you need to setup sasl with saslauthd.


This setup is fine for small scale. For large scale you may want to look 
at authentication using ldap and choose the more powerful MDA.


If you need virtual domains, or serve multiple domains and allow 
[EMAIL PROTECTED] to be different from [EMAIL PROTECTED] then you 
definitely need ldap and the powerful MDA.


Last time I checked dovecot did not support virtual domains.

One last thing: If you don't rely on unix accounts then you need tell 
the MTA which accounts to receive mail for. Otherwise you can get 
DDOS'ed: The MTA will receive the entire mail (spam) and attempt local 
delivery to the MDA, when this fails try to return it.


This is quickly a lot of data and resources that is sucked up. I have 
tried that, not fun! If the MTA knows valid recipients then a lot of 
junk can be quickly rejected. There are spammers that mail random addresses.


Cheers, Erik
--
Ph: +34.666334818  web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups

2006-10-04 Thread Chuck Swiger

On Oct 4, 2006, at 10:32 AM, perikillo wrote:

My kernel file is this:

machine  i386
cpu   I686_CPU


You should also list cpu  I586_CPU, otherwise you will not include  
some optimizations intended for Pentium or higher processors.



ident BACULA
maxusers   10


Unless you've got extremely low RAM in the machine, you should either  
increase this to 32 or so, or let it autoconfigure itself.



# To statically compile in device wiring instead of /boot/device.hints
#hintsGENERIC.hints# Default places to look for
devices.

makeoptions   DEBUG=-g # Build kernel with gdb(1) debug  
symbols


options   SCHED_ULE# ULE scheduler
#options  SCHED_4BSD   # 4BSD scheduler


And you should switch to using SCHED_4BSD instead of SCHED_ULE until  
the bugs are worked out of the ULE scheduler.


--
-Chuck

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


Re: sshd stalling upon login

2006-10-04 Thread Noah

Wayne wrote:

Noah wrote:
I put that in there and that did not work.  there is still a stall.  
any other clues?


Are you running sshd by it self or trying to start it from inetd?


sshd is run on its own without inetd.  in fact I think portmap is dead 
on the box.


cheers,


Noah



  -Wayne


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


Re: Virtual Users sharing main account

2006-10-04 Thread Peter A. Giessel
On 2006/10/04 13:10, Erik Norgaard seems to have typed:
 If you need virtual domains, or serve multiple domains and allow 
 [EMAIL PROTECTED] to be different from [EMAIL PROTECTED] then you 
 definitely need ldap and the powerful MDA.
 
 Last time I checked dovecot did not support virtual domains.

It is my understanding from the Dovecot documentation, that it supports
virtual domains several different ways, indeed:
http://wiki.dovecot.org/DovecotFeatures
*** QUOTE ***
Dovecot supports a wide variety of Virtual User Configurations so you
can support multiple domains using a variety of methods.
*** END QUOTE ***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


no specifc dhcpd port found

2006-10-04 Thread Noah

Hi there,

I am unable to find the dhcpd port in /usr/ports

where should  I be looking?

cheer,s

Noah


# find /usr/ports -name dhcp\*
/usr/ports/net/dhcp-agent
/usr/ports/net/dhcp6
/usr/ports/net/dhcp6/files/dhcp6relay.sh.in
/usr/ports/net/dhcp6/files/dhcp6s.sh.in
/usr/ports/net/dhcp6/files/dhcp6c.sh.in
/usr/ports/net/dhcpdump
/usr/ports/net/dhcping
/usr/ports/net/dhcprelay
/usr/ports/net/dhcprelay/files/dhcprelay.sh.in

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


Re: no specifc dhcpd port found

2006-10-04 Thread John Nielsen
On Wednesday 04 October 2006 17:46, Noah wrote:
 Hi there,

 I am unable to find the dhcpd port in /usr/ports

 where should  I be looking?

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


Re: no specifc dhcpd port found

2006-10-04 Thread John Nielsen
On Wednesday 04 October 2006 17:53, John Nielsen wrote:
 On Wednesday 04 October 2006 17:46, Noah wrote:
  Hi there,
 
  I am unable to find the dhcpd port in /usr/ports
 
  where should  I be looking?

 net/isc-dhcpd and friends.

Sorry, net/isc-dhcp3-server and similar.

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


Re: no specifc dhcpd port found

2006-10-04 Thread Philip Hallstrom

I am unable to find the dhcpd port in /usr/ports

where should  I be looking?


/usr/ports/net/isc-dhcp3-server/




cheer,s

Noah


# find /usr/ports -name dhcp\*
/usr/ports/net/dhcp-agent
/usr/ports/net/dhcp6
/usr/ports/net/dhcp6/files/dhcp6relay.sh.in
/usr/ports/net/dhcp6/files/dhcp6s.sh.in
/usr/ports/net/dhcp6/files/dhcp6c.sh.in
/usr/ports/net/dhcpdump
/usr/ports/net/dhcping
/usr/ports/net/dhcprelay
/usr/ports/net/dhcprelay/files/dhcprelay.sh.in

___
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: no specifc dhcpd port found

2006-10-04 Thread Peter A. Giessel
On 2006/10/04 13:46, Noah seems to have typed:
 where should  I be looking?

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html
*** QUOTE 25.5.7.1 ***
The server is not provided as part of FreeBSD, and so you will need to
install the net/isc-dhcp3-server port to provide this service. See
Chapter 4 for more information on using the Ports Collection.
*** END QUOTE ***
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with Subversion

2006-10-04 Thread Warren Liddell
running FreeBSD 6.2-PRERELEASE .. trying to update 2 KDE packages and 
subversion is being un-cooperative .. any help/assistance appreciated.


===  Configuring for subversion-1.4.0_1

You should build `devel/apr-svn' with db4 support to use subversion with it.
Please rebuild `devel/apr-svn' with option `APR_UTIL_WITH_BERKELEY_DB=yes' and 
try again.

Or you can disable db4 support. Only 'fs' repository backend will be 
available.
To disable db4 support, define WITHOUT_BDB.

*** Error code 1

Stop in /usr/ports/devel/subversion.
*** Error code 1

Stop in /usr/ports/devel/kdevelop.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.44991.41 
env PORT_UPGRADE=yes make BATCH=yes DEPENDS_TARGET=package
** Fix the problem and try again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: cheapskate webmail interface

2006-10-04 Thread jan gestre

On 10/5/06, John Nielsen [EMAIL PROTECTED] wrote:


On Wednesday 04 October 2006 12:54, Desmond Coughlan wrote:
snip
 Now we just need forums and webmail.  The latter will be
 http://www.phpbb.com/ but for webmail, we're having difficulty finding a
 free solution.  ismail won't install from the ports, and other than
that,
 everything I've found looks to be in the region of 250 $US.  As I
believe
 I've mentioned, the organisation is a school, and that sort of money
just
 isn't in the kitty.  So my options are to write it in perl myself... oh
 G-d, we want it to be working before Passover 2010!  Or we find an open
 source version.

Horde+Imp, SquirrelMail, and OpenWebMail all spring immediately to mind,
and
all should be in ports. I use Horde on my mail server and think it's
great;
very flexible and powerful. It is a bit cumbersome to get running and to
upgrade, but that aspect continues to improve. The other two are a bit
more
basic but each has a wide following.

you may want to try roundcube http://www.roundcube.net although it's still

on beta the interface's rocks, nothing you ever experienced before,
certainly cooler than squirrelmail with AJAX like interface.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vr0: watchdog timeout FreeBSD 6.1-p10 Crashing my backups

2006-10-04 Thread backyard


--- Chuck Swiger [EMAIL PROTECTED] wrote:

 On Oct 4, 2006, at 10:32 AM, perikillo wrote:
  My kernel file is this:
 
  machine  i386
  cpu   I686_CPU
 
 You should also list cpu  I586_CPU, otherwise you
 will not include  
 some optimizations intended for Pentium or higher
 processors.
 

are you sure about this??? This statement seems to
contradict the handbook which says it is best to use
only the CPU you have I would think I686_CPU would
cause the build know it is higher then a pentium and
thus use those optimizations. But if this is true...


-brian



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


Modifying cvsup-mirror port to mirror OpenBSD cvsup

2006-10-04 Thread stan
I'm trying to modify a machine that I was using to mirror the
FreeBSD cvsup tree qith to do OpenBSD instead. The machine
was originally set up using the cvsup-mirror port.

I've changed /usr/local/etc/cvsup/config.sh to look like this:

user=cvsup
group=cvsup
cuser=cvsupin
cgroup=cvsupin
host=cvsup.usa.openbsd.org
interval=1
maxclients=8
facility=daemon
distribs=distrib.self .. . OpenBSD.cvs /home/ncvs . OpenBSD-all SKIP .

But the machine pesists in getting the FreeBSD tree. Puzzling

What am I doing wrong?

-- 
Unix is very simple, but it takes a genius to understand the simplicity.
(Dennis Ritchie)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Good References and or Books for learning ADA

2006-10-04 Thread backyard
Hello All,

I'm looking to teach myself ADA using the Gnu Compiler
Collection and GNATS as my compiler under an i386
FreeBSD 6.X system. I'm just curious if any ADA
programmers out there can point me to some decent
books/online resources for learning the basics and
more advanced aspects of ADA. They would be most
useful if they referenced ADA95 as that appears to be
the standard gnats supports.

 I would also be interested in resources that describe
integrating (I guess linking is more appropriate of a
term) C/C++ libraries with ADA. This would mostly be
for basic use with X Windows and Motif, GTK, or
whatever makes the windows looks nice when I get that
far, and OpenGL rendering, and likely ATLAS for
crunching numbers. Unless there exists some ADA
libraries for any of the above.

I went to Borders today and couldn't find anything and
a search online would comes up with millions of books
that may or may not be useful. 

I guess I shouldn't be too supprised I couldn't even
seem to find a book on Bind at Borders...

thanks,

-brian


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


Re: upgrading amavisd-new port fails

2006-10-04 Thread jan gestre

On 10/4/06, Gábor Kövesdán [EMAIL PROTECTED] wrote:


jan gestre wrote:
 hi guys,


 i tried upgrading the amavisd-new port via portmanager and
 portupgrade, both
 methods failed, i had a similar problem before but i forgot how did i
 fix it
 :(  is there a problem with the amavisd-new port?

 TIA
Hi,

could you concretize a bit, please? What kind of error do you get? Could
you attach the output?

this is the error during portupgrade:


Stop in /usr/ports/security/amavisd-new.
*** Error code 1

Stop in /usr/ports/security/amavisd-new.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade.80571.23 env PORT_UPGRADE=yes make
** Fix the problem and try again.
** Listing the failed packages (*:skipped / !:failed)
   ! security/amavisd-new (amavisd-new-2.4.3,1)(checksum mismatch)
---  Packages processed: 0 done, 23 ignored, 0 skipped and 1 failed


while below is the message using portmanager:

skipping amavisd-new-2.4.3,1 /security/amavisd-new marked IGNORE reason:
failed during make

portmanager 0.4.1_6 INFO: finished with some ports not updated  if --log was
used see /var/log/portmanager.log

output of /var/log/portmanager.log:

Thu Aug  3 08:49:40 2006
amavisd-new-2.4.2_2,1   /security/amavisd-new
   built with OLD dependency   p5-Archive-Tar-1.29
/archivers/p5-Archive-Tar

Thu Aug  3 08:52:38 2006
portmanager 0.4.1_6
   ports are up to
date


Thu Aug  3 08:52:38 2006
end of log
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Good References and or Books for learning ADA

2006-10-04 Thread Beech Rintoul
On Wednesday 04 October 2006 17:39, backyard wrote:
 Hello All,

 I'm looking to teach myself ADA using the Gnu Compiler
 Collection and GNATS as my compiler under an i386
 FreeBSD 6.X system. I'm just curious if any ADA
 programmers out there can point me to some decent
 books/online resources for learning the basics and
 more advanced aspects of ADA. They would be most
 useful if they referenced ADA95 as that appears to be
 the standard gnats supports.

  I would also be interested in resources that describe
 integrating (I guess linking is more appropriate of a
 term) C/C++ libraries with ADA. This would mostly be
 for basic use with X Windows and Motif, GTK, or
 whatever makes the windows looks nice when I get that
 far, and OpenGL rendering, and likely ATLAS for
 crunching numbers. Unless there exists some ADA
 libraries for any of the above.

 I went to Borders today and couldn't find anything and
 a search online would comes up with millions of books
 that may or may not be useful.

 I guess I shouldn't be too supprised I couldn't even
 seem to find a book on Bind at Borders...

I can't help you with ADA, but the O'Reilly book on bind is the best one. 
Borders can order it and get it to you in a couple of days. They even get 
them that fast up here in Alaska.

Beech
-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgpHKhfe8Ru2c.pgp
Description: PGP signature


Re: can't built /usr/ports/mail/mutt-ng

2006-10-04 Thread ajm
On Wed, Oct 04, 2006 at 03:10:16PM -0400, Jeff Dickens wrote:
 This happens:
 
 y# make
 ===  Vulnerability check disabled, database not found
 ===  Found saved configuration for mutt-ng-20051110_1
 = muttng-20051110.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
 = Attempting to fetch from http://nion.modprobe.de/mutt-ng/snapshots/.
 fetch: http://nion.modprobe.de/mutt-ng/snapshots/muttng-20051110.tar.gz: 
 Network is unreachable
 = Attempting to fetch from 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.
 muttng-20051110.tar.gz100% of 2668 kB  215 kBps 
 00m00s
 ===  Extracting for mutt-ng-20051110_1
 = MD5 Checksum OK for muttng-20051110.tar.gz.
 = SHA256 Checksum OK for muttng-20051110.tar.gz.
 ===  Patching for mutt-ng-20051110_1
 ===  Applying FreeBSD patches for mutt-ng-20051110_1
 ===   mutt-ng-20051110_1 depends on executable: lynx - found
 ===   mutt-ng-20051110_1 depends on executable: sgmlfmt - found
 ===   mutt-ng-20051110_1 depends on shared library: db41.1 - not found
 ===Verifying install for db41.1 in /usr/ports/databases/db41
 ===  Vulnerability check disabled, database not found
 = db-4.1.25.tar.gz doesn't seem to exist in /usr/ports/distfiles/bdb.
 = Attempting to fetch from http://downloads.sleepycat.com/.
 fetch: http://downloads.sleepycat.com/db-4.1.25.tar.gz: Network is 
 unreachable
 = Attempting to fetch from 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/.
 fetch: 
 ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/bdb/db-4.1.25.tar.gz: 
 size mismatch: expected 3080234, actual 2901161
 = Couldn't fetch it - please try to retrieve this
 = port manually into /usr/ports/distfiles/bdb and try again.
 *** Error code 1
 
 Stop in /usr/ports/databases/db41.
 *** Error code 1
 
 Stop in /usr/ports/mail/mutt-ng.
 
 
 I'd go pack and de-select the db4 caching business but I can't figure 
 out how to get to the config menu again

go to your /mail/mutt-ng directory and execute
make config

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


Re: no specifc dhcpd port found [SOLVED]

2006-10-04 Thread Noah

Peter A. Giessel wrote:

On 2006/10/04 13:46, Noah seems to have typed:
  

where should  I be looking?



http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-dhcp.html
*** QUOTE 25.5.7.1 ***
The server is not provided as part of FreeBSD, and so you will need to
install the net/isc-dhcp3-server port to provide this service. See
Chapter 4 for more information on using the Ports Collection.
*** END QUOTE ***
  


thanks


___
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]


ipw(4) and iwi(4): Intel's Pro Wireless firmware licensing problems

2006-10-04 Thread Constantine A. Murenin

Hi,

My acquaintance with Unix started with FreeBSD, which I used for quite
a while before discovering OpenBSD. I now mostly use OpenBSD, and I
was wondering of how many FreeBSD users are aware about the licensing
restrictions of Intel Pro Wireless family of wireless adapters?

Why are none of the manual pages of FreeBSD say anything about why
Intel Wireless devices do not work by default?

http://www.freebsd.org/cgi/man.cgi?query=ipw
http://www.freebsd.org/cgi/man.cgi?query=iwi

If you are curious as to why things are the way they are, I suggest
that you check the problems that are described in the misc@openbsd.org
mailing list, and contact Intel people and say what you think about
their user-unfriendly policy in regards to Intel Pro Wireless
firmwares, which are REQUIRED to be loaded from the OS before the
device functions, i.e. the OS developers must be allowed to freely
distribute the firmware in order for the devices to work
out-of-the-box.

For some recent information about Intel being an Open Source Fraud,
see http://marc.theaimsgroup.com/?l=openbsd-miscm=115960734026283w=2.

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


Re: Good References and or Books for learning ADA

2006-10-04 Thread backyard


--- Beech Rintoul [EMAIL PROTECTED] wrote:

 On Wednesday 04 October 2006 17:39, backyard wrote:
  Hello All,
 
  I'm looking to teach myself ADA using the Gnu
 Compiler
  Collection and GNATS as my compiler under an i386
  FreeBSD 6.X system. I'm just curious if any ADA
  programmers out there can point me to some decent
  books/online resources for learning the basics and
  more advanced aspects of ADA. They would be most
  useful if they referenced ADA95 as that appears to
 be
  the standard gnats supports.
 
   I would also be interested in resources that
 describe
  integrating (I guess linking is more appropriate
 of a
  term) C/C++ libraries with ADA. This would mostly
 be
  for basic use with X Windows and Motif, GTK, or
  whatever makes the windows looks nice when I get
 that
  far, and OpenGL rendering, and likely ATLAS for
  crunching numbers. Unless there exists some ADA
  libraries for any of the above.
 
  I went to Borders today and couldn't find anything
 and
  a search online would comes up with millions of
 books
  that may or may not be useful.
 
  I guess I shouldn't be too supprised I couldn't
 even
  seem to find a book on Bind at Borders...
 
 I can't help you with ADA, but the O'Reilly book on
 bind is the best one. 
 Borders can order it and get it to you in a couple
 of days. They even get 
 them that fast up here in Alaska.
 
 Beech

thanks, thats the one I was looking for and certain
I'd scene before but no luck tonight. ofcourse I had
no trouble finding the complete freebsd tonight which
is what took me hours to find last time amungst the
books on bind...

the luck of the irish is a lie...

does that book cover running bind within a jail? or
just the general configuration of the service?

-brian

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


Re: 6.1 and NFS

2006-10-04 Thread Francisco Reyes

Bill Moran writes:


Have you tried contacting the Foundation?
http://www.freebsdfoundation.org/

It's my understanding that they coordinate most of this money -
developers stuff ...


I think I explored that route. It's been a month or so now.. but if memory 
serves me well that was not a viable option. Don't recall details, but I 
think someone told me they were not setup to find someone... or something 
along those lines.


One of the Core developers offered to put me in contact with one or more 
people who did this type of work.. but after a few days with no response I 
sent a follow message and never heard back..


We ended up giving up on NFS and re-architecting what we were doing as to 
not use NFS. :-(

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


Re: Good References and or Books for learning ADA

2006-10-04 Thread Beech Rintoul
On Wednesday 04 October 2006 18:57, backyard wrote:
 --- Beech Rintoul [EMAIL PROTECTED] wrote:
  On Wednesday 04 October 2006 17:39, backyard wrote:
   Hello All,
  
   I'm looking to teach myself ADA using the Gnu
 
  Compiler
 
   Collection and GNATS as my compiler under an i386
   FreeBSD 6.X system. I'm just curious if any ADA
   programmers out there can point me to some decent
   books/online resources for learning the basics and
   more advanced aspects of ADA. They would be most
   useful if they referenced ADA95 as that appears to
 
  be
 
   the standard gnats supports.
  
I would also be interested in resources that
 
  describe
 
   integrating (I guess linking is more appropriate
 
  of a
 
   term) C/C++ libraries with ADA. This would mostly
 
  be
 
   for basic use with X Windows and Motif, GTK, or
   whatever makes the windows looks nice when I get
 
  that
 
   far, and OpenGL rendering, and likely ATLAS for
   crunching numbers. Unless there exists some ADA
   libraries for any of the above.
  
   I went to Borders today and couldn't find anything
 
  and
 
   a search online would comes up with millions of
 
  books
 
   that may or may not be useful.
  
   I guess I shouldn't be too supprised I couldn't
 
  even
 
   seem to find a book on Bind at Borders...
 
  I can't help you with ADA, but the O'Reilly book on
  bind is the best one.
  Borders can order it and get it to you in a couple
  of days. They even get
  them that fast up here in Alaska.
 
  Beech

 thanks, thats the one I was looking for and certain
 I'd scene before but no luck tonight. ofcourse I had
 no trouble finding the complete freebsd tonight which
 is what took me hours to find last time amungst the
 books on bind...

 the luck of the irish is a lie...

 does that book cover running bind within a jail? or
 just the general configuration of the service?

I'm pretty sure it does, but my copy is at the office so I can't say for sure. 
However, the book  is VERY detailed about all aspects of bind. It really is a 
must read for anyone serious about running nameservers. For example, it shows 
you how to split the nameserver so you can resolve your entire inside lan, 
but outside it will only resolve the servers you choose. It's also is very 
detailed about how to set up dynamic hosts.

Beech
-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgp3nZa0ZO3bE.pgp
Description: PGP signature


Re: Good References and or Books for learning ADA

2006-10-04 Thread backyard


--- Beech Rintoul [EMAIL PROTECTED] wrote:

 On Wednesday 04 October 2006 18:57, backyard wrote:
  --- Beech Rintoul [EMAIL PROTECTED]
 wrote:
   On Wednesday 04 October 2006 17:39, backyard
 wrote:
Hello All,
   
I'm looking to teach myself ADA using the Gnu
  
   Compiler
  
Collection and GNATS as my compiler under an
 i386
FreeBSD 6.X system. I'm just curious if any
 ADA
programmers out there can point me to some
 decent
books/online resources for learning the basics
 and
more advanced aspects of ADA. They would be
 most
useful if they referenced ADA95 as that
 appears to
  
   be
  
the standard gnats supports.
   
 I would also be interested in resources that
  
   describe
  
integrating (I guess linking is more
 appropriate
  
   of a
  
term) C/C++ libraries with ADA. This would
 mostly
  
   be
  
for basic use with X Windows and Motif, GTK,
 or
whatever makes the windows looks nice when I
 get
  
   that
  
far, and OpenGL rendering, and likely ATLAS
 for
crunching numbers. Unless there exists some
 ADA
libraries for any of the above.
   
I went to Borders today and couldn't find
 anything
  
   and
  
a search online would comes up with millions
 of
  
   books
  
that may or may not be useful.
   
I guess I shouldn't be too supprised I
 couldn't
  
   even
  
seem to find a book on Bind at Borders...
  
   I can't help you with ADA, but the O'Reilly book
 on
   bind is the best one.
   Borders can order it and get it to you in a
 couple
   of days. They even get
   them that fast up here in Alaska.
  
   Beech
 
  thanks, thats the one I was looking for and
 certain
  I'd scene before but no luck tonight. ofcourse I
 had
  no trouble finding the complete freebsd tonight
 which
  is what took me hours to find last time amungst
 the
  books on bind...
 
  the luck of the irish is a lie...
 
  does that book cover running bind within a jail?
 or
  just the general configuration of the service?
 
 I'm pretty sure it does, but my copy is at the
 office so I can't say for sure. 
 However, the book  is VERY detailed about all
 aspects of bind. It really is a 
 must read for anyone serious about running
 nameservers. For example, it shows 
 you how to split the nameserver so you can resolve
 your entire inside lan, 
 but outside it will only resolve the servers you
 choose. It's also is very 
 detailed about how to set up dynamic hosts.
 
 Beech
 -- 

that is one of the things I wanted to know how to do
properly... This is Just O'Rielly; Bind or is it one
of those in a nutshells books. Just want to make sure
before I pick up the wrong one. I trust it covers
version 9? if you don't mind and can remember when you
get back to the office can you send the ISBN just in
case I need to order it.

or a quick search on Amazon came up with
DNS and Bind 5th edition
by Cricket Lui and Paul Albitz
O'Reilly Publishing

is this the one your refering too?


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


Compatibility Between Releases Policy

2006-10-04 Thread Jason C. Wells

Where is the policy regarding compatibility between releases documented?

I recall reading once upon a time that FreeBSD won't break compatibility 
for the duration of a major point release.  If a third party wrote 
software for 6.0 it would be perfectly compatible with 6.1, 6.2 and on.


The reason I ask is that I am considering the wisdom of running 
portupgraed with each minor point release.


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


Re: sshd stalling upon login

2006-10-04 Thread Girish Venkatachalam
On Wed, Oct 04, 2006 at 02:31:30PM -0700, Noah wrote:
 Wayne wrote:
 Noah wrote:
 I put that in there and that did not work.  there is still a stall.  
 any other clues?
 
 Are you running sshd by it self or trying to start it from inetd?
 
 sshd is run on its own without inetd.  in fact I think portmap is dead 
 on the box.
 
Try this. It might help.

#cd /usr/ports/security/openssl
#make deinstall
#make reinstall

Restart sshd and test.

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


Re: Good References and or Books for learning ADA

2006-10-04 Thread Beech Rintoul
On Wednesday 04 October 2006 20:20, backyard wrote:
 --- Beech Rintoul [EMAIL PROTECTED] wrote:
  On Wednesday 04 October 2006 18:57, backyard wrote:
   --- Beech Rintoul [EMAIL PROTECTED]
 
  wrote:
On Wednesday 04 October 2006 17:39, backyard
 
  wrote:
 Hello All,

 I'm looking to teach myself ADA using the Gnu
   
Compiler
   
 Collection and GNATS as my compiler under an
 
  i386
 
 FreeBSD 6.X system. I'm just curious if any
 
  ADA
 
 programmers out there can point me to some
 
  decent
 
 books/online resources for learning the basics
 
  and
 
 more advanced aspects of ADA. They would be
 
  most
 
 useful if they referenced ADA95 as that
 
  appears to
 
be
   
 the standard gnats supports.

  I would also be interested in resources that
   
describe
   
 integrating (I guess linking is more
 
  appropriate
 
of a
   
 term) C/C++ libraries with ADA. This would
 
  mostly
 
be
   
 for basic use with X Windows and Motif, GTK,
 
  or
 
 whatever makes the windows looks nice when I
 
  get
 
that
   
 far, and OpenGL rendering, and likely ATLAS
 
  for
 
 crunching numbers. Unless there exists some
 
  ADA
 
 libraries for any of the above.

 I went to Borders today and couldn't find
 
  anything
 
and
   
 a search online would comes up with millions
 
  of
 
books
   
 that may or may not be useful.

 I guess I shouldn't be too supprised I
 
  couldn't
 
even
   
 seem to find a book on Bind at Borders...
   
I can't help you with ADA, but the O'Reilly book
 
  on
 
bind is the best one.
Borders can order it and get it to you in a
 
  couple
 
of days. They even get
them that fast up here in Alaska.
   
Beech
  
   thanks, thats the one I was looking for and
 
  certain
 
   I'd scene before but no luck tonight. ofcourse I
 
  had
 
   no trouble finding the complete freebsd tonight
 
  which
 
   is what took me hours to find last time amungst
 
  the
 
   books on bind...
  
   the luck of the irish is a lie...
  
   does that book cover running bind within a jail?
 
  or
 
   just the general configuration of the service?
 
  I'm pretty sure it does, but my copy is at the
  office so I can't say for sure.
  However, the book  is VERY detailed about all
  aspects of bind. It really is a
  must read for anyone serious about running
  nameservers. For example, it shows
  you how to split the nameserver so you can resolve
  your entire inside lan,
  but outside it will only resolve the servers you
  choose. It's also is very
  detailed about how to set up dynamic hosts.
 
  Beech
  --

 that is one of the things I wanted to know how to do
 properly... This is Just O'Rielly; Bind or is it one
 of those in a nutshells books. Just want to make sure
 before I pick up the wrong one. I trust it covers
 version 9? if you don't mind and can remember when you
 get back to the office can you send the ISBN just in
 case I need to order it.

 or a quick search on Amazon came up with
 DNS and Bind 5th edition
 by Cricket Lui and Paul Albitz
 O'Reilly Publishing

 is this the one your refering too?

Yes, that's the right book.

Beech

-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/\   ASCII Ribbon Campaign  | Alaska Paradise
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - Please visit Alaska Paradise - http://www.alaskaparadise.com
---













pgppu0ZuRR39o.pgp
Description: PGP signature


apache in strange jail getting permissions errors

2006-10-04 Thread Chad Leigh -- Shire.Net LLC

OK

I run a jails (have for the past 18 months in deployment and a year  
before that in testing) with the following setup, currently on 6.1- 
RELEASE.  This works fine and I have no issues.  I am trying to work  
on a new set up that is giving me issues.


Here is the set up that works:

I create a master jail that I do not boot.

I create an md(4) memory backed disk using a regular disk file (vnode  
mode) as backings tore.  I install the basic directories found in /  
in this md device (no files, just the directories).  I then populate  
the /etc and /var as well as some special ones (/local and /stubs for  
example) that are used for jail-specific stuff (/local for all the  
customer stuff and /stubs for jail specific system stuff like a  
place for /usr/local to link in to).  I then use nullfs mounts to  
mount from the master jail, the /lib /bin /libexec /usr and /sbin  
directories in read only fashion.  I can then boot the jail and it  
runs find.  I also have a /usr/public which is read only place for  
ports to install in to.  I have appropriate links out of the read  
only directories into local per jail (per md(4) space) directories.   
What I just described all works fine and I can upgrade jails really  
easily as I just have to upgrade the master jail installation, watch  
for any important etc changes which have to be done individually, and  
update my one set of ports [and apps built from source without ports]  
in the /usr/public and all the jails get all the changes.


What I want to do is use my Solaris 10 server with 1.7TB ZFS file  
system exported through NFS as the root for each jail, with the same  
nullfs mounts as used above in the md(4) version.  This actually  
works in my test jail (but I have not tried to run any applications  
inside -- just boot it and log in and do basic shell things).  I  
tried last night to move an existing jail that runs apache2 for my  
dad and a few of his family genealogy sites into such a nfs backed  
jail.  Apache through fits and I saw that you have to have some local  
space for LockFile, SSLMutex, and a few other mod specific things.   
So what I did is set up a local directory on the FBSD system with the  
normal / directories as I do above in the md(4) way of doing things  
and left a local directory for the apache stuff. I then used nullfs  
to mount the same dirs as above and then nfs to mount the rest from  
the ZFS system.  It looks like this


solaris-i3:/local/jails/leigh/etc  2.0G439M 
1.6G21%/local/jails/leigh/etc
solaris-i3:/local/jails/leigh/home 2.0G439M 
1.6G21%/local/jails/leigh/home
solaris-i3:/local/jails/leigh/local2.0G439M 
1.6G21%/local/jails/leigh/local
solaris-i3:/local/jails/leigh/log  2.0G439M 
1.6G21%/local/jails/leigh/log
solaris-i3:/local/jails/leigh/root 2.0G439M 
1.6G21%/local/jails/leigh/root
solaris-i3:/local/jails/leigh/space2.0G439M 
1.6G21%/local/jails/leigh/space
solaris-i3:/local/jails/leigh/stubs2.0G439M 
1.6G21%/local/jails/leigh/stubs
solaris-i3:/local/jails/leigh/var  2.0G439M 
1.6G21%/local/jails/leigh/var
/local/jails/master/bin66G 59G 
2.4G96%/local/jails/leigh/bin
/local/jails/master/lib66G 59G 
2.4G96%/local/jails/leigh/lib
/local/jails/master/libexec66G 59G 
2.4G96%/local/jails/leigh/libexec
/local/jails/master/sbin   66G 59G 
2.4G96%/local/jails/leigh/sbin
/local/jails/master/usr66G 59G 
2.4G96%/local/jails/leigh/usr
procfs4.0K4.0K   
0B   100%/local/jails/leigh/proc
devfs 1.0K1.0K   
0B   100%/local/jails/leigh/dev


This boots fine, and apache no longer gives a fit (nothing in  
error_log) as I tell it to put its lock files and stuff in /tmp/ 
scratch which is a local space not nullfs mounted nor nfs mounted.


I can log in to the jail and do shell things.  I can change over to  
my dad's shell account and do things (read files and write new files  
or change files) as his user and group inside of the nfs mounted / 
local space.  There are NO permission problems (the nfs is mounted  
with maproot=root [or the equivalent solaris way of exporting it]  
etc) either root or the user shell account to do things inside the  
nfs mounted space.


However, apache, which runs as the user and group of my dad's login  
account since he is the sole user of this jail and sole user of  
apacge, cannot read any of the website files.  The exact same apache  
config file when using the md(4) backed space with all the same files  
and