atapci1:failed to enable memory mapping

2005-11-14 Thread Javier Matos
I install FreeBSD 6.0-CURRENT and I find that this error doesn´t exist in my 
computer when I reinstall FreeBSD 5.4-CURRENT... but why??... .
Someone have solved this problem with his/her computer??

It´s possible to take the drivers for my hard drive controller from FreeBSD 5.4 
and install it in FreeBSD 6.0???, Can be that one possible solution?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.0R GENERIC makeoptions DEBUG=-g

2005-11-14 Thread Simon Ironside

Hi,

/sys/i386/conf/GENERIC has this line uncommented - is this on purpose? I
commented it out before building a new kernel.

makeoptions DEBUG=-g

Cheers,
Simon

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


Re: route how to?

2005-11-14 Thread Gilbert Fernandes
 I'd like to add route to my computer so one ip would be forwarded to
 /dev/null.

Turn firewall one.
Drop all packets from that IP.

:)

--
unzip ; strip ; touch ; grep ; finger ; mount ; fsck ; more ; yes ;
fsck ; umount ; sleep
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: recursive port configuration

2005-11-14 Thread Philip Lykke Carlsen
Monday 14 November 2005 04:40 skrev Giorgos Keramidas:
 On 2005-11-14 02:07, Philip Lykke Carlsen [EMAIL PROTECTED] wrote:
  Hi all..
 
  .. Is there any way to recursively configure the dependencies of a given
  port?

 For those ports that support a 'make config' target, you can
 always use 'config-recursive':

 # cd /usr/ports/category/foo
 # make config-recursive

 There are some ports that don't support 'config' though, so you
 may have to create a local customization set of options in the
 `/usr/local/etc/pkgtools.conf' file.  Look for the comment that
 describes the MAKE_ARGS hash of options.

 - Giorgos

aah.. thanks :-) .. is there any way to get information on the make targets of 
the portssystem?.. I seem to find out only at random.. and I'm not all that 
good at reading make-files :-/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.0R GENERIC makeoptions DEBUG=-g

2005-11-14 Thread Xin LI
Hi, Simon,

On 11/14/05, Simon Ironside [EMAIL PROTECTED] wrote:
 Hi,

 /sys/i386/conf/GENERIC has this line uncommented - is this on purpose? I
 commented it out before building a new kernel.

 makeoptions DEBUG=-g

I think this is intentional.  Having DEBUG=-g means that you have a
kernel.debug which contains debugging symbols, which is quite useful
if you get a kernel panic and want to report it back.  On the other
hand, debugging symbols would be stripped before you install a new
kernel so it does not affect the running kernel.

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

MailScanner / SMTP Auth

2005-11-14 Thread Martin Schweizer
Hello

Until now I run sendmail, mailscanner and cyrus-imapd without any problems. Now 
I
want to update sendmail with SMTP Auth. I updated my sendmail.mc like 
described in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html. But 
after this all new mails only delivered local to root (no more to cyrus). 
Below attached is my sendmail.mc. Is there anybody how  has the
same setup? Are there any pitfalls?
My system: FreeBSD 5.4, sendmail 8.13.3, cyrus IMAP4 2.2.12

Any hints are welcome.
-- 

Regards

Martin 

[EMAIL PROTECTED]

PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgp41sL3bJb1J.pgp
Description: PGP signature


Re: 6.0R GENERIC makeoptions DEBUG=-g

2005-11-14 Thread Simon Ironside

Hello,


I think this is intentional.  Having DEBUG=-g means that you have a
kernel.debug which contains debugging symbols, which is quite useful
if you get a kernel panic and want to report it back.  On the other
hand, debugging symbols would be stripped before you install a new
kernel so it does not affect the running kernel.


This has changed since 5.4 - I just wondered why and whether I would be 
best leaving it as is or commenting it out.


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


Fwd: MailScanner / SMTP Auth

2005-11-14 Thread Martin Schweizer
Sorry, forgot to attache the sendmail.mc

Hello

Until now I run sendmail, mailscanner and cyrus-imapd without any problems. Now 
I
want to update sendmail with SMTP Auth. I updated my sendmail.mc like 
described in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html. But 
after this all new mails only delivered local to root (no more to cyrus). 
Below attached is my sendmail.mc. Is there anybody how  has the
same setup? Are there any pitfalls?
My system: FreeBSD 5.4, sendmail 8.13.3, cyrus IMAP4 2.2.12

Any hints are welcome.


divert(-1)
#
# Copyright (c) 1983 Eric P. Allman
# Copyright (c) 1988, 1993
#   The Regents of the University of California.  All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#notice, this list of conditions and the following disclaimer in the
#documentation and/or other materials provided with the distribution.
# 3. All advertising materials mentioning features or use of this software
#must display the following acknowledgement:
#   This product includes software developed by the University of
#   California, Berkeley and its contributors.
# 4. Neither the name of the University nor the names of its contributors
#may be used to endorse or promote products derived from this software
#without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#

#
#  This is a generic configuration file for FreeBSD 5.X and later systems.
#  If you want to customize it, copy it to a name appropriate for your
#  environment and do the modifications there.
#
#  The best documentation for this .mc file is:
#  /usr/share/sendmail/cf/README or
#  /usr/src/contrib/sendmail/cf/README
#

divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24 21:15:09 
gshapiro Exp $')
OSTYPE(freebsd5)
DOMAIN(generic)

FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')

dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)

dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklists/

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `550 Mail from  
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?; 
${client_addr}')
FEATURE(dnsbl, `relays.ordb.org', `550 Mail rejected - see 
http://www.ordb.org/faq;')
FEATURE(dnsbl, `sbl.spamhaus.org', `550 Mail rejected - see 
http://www.spamhaus.org/SBL;')

dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `[195.186.18.142]')

dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')

dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')

dnl set SASL options
TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl

define(`confBIND_OPTS', `WorkAroundBroken')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', 

Re: 6.0R GENERIC makeoptions DEBUG=-g

2005-11-14 Thread Xin LI
On 11/14/05, Simon Ironside [EMAIL PROTECTED] wrote:
[snip]
 This has changed since 5.4 - I just wondered why and whether I would be
 best leaving it as is or commenting it out.

My personal suggestion would be that you keep it as-is, since it saves
your time when you have kernel panics and wants someone to quickly
address the bug without having to crash your system for a second time
to get the backtrace =-)

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

Re: 6.0R GENERIC makeoptions DEBUG=-g

2005-11-14 Thread Dev Tugnait
safe to leave un-commented no hindrance in performance.

On Mon, 2005-11-14 at 08:53 +, Simon Ironside wrote:
 Hello,
 
  I think this is intentional.  Having DEBUG=-g means that you have a
  kernel.debug which contains debugging symbols, which is quite useful
  if you get a kernel panic and want to report it back.  On the other
  hand, debugging symbols would be stripped before you install a new
  kernel so it does not affect the running kernel.
 
 This has changed since 5.4 - I just wondered why and whether I would be 
 best leaving it as is or commenting it out.
 
 Simon
 ___
 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: What have you done

2005-11-14 Thread John Oxley
On Fri, Nov 11, 2005 at 11:26:06AM -0800, Greg Maruszeczka wrote:
 
  come on do you want me to go to red hat.
 
 Can't speak for anyone else here but...

You're speaking for me too!  Read the docs.  Think about it.  Realise
that this is a completely volunteer effort.  Then we have an easy
solution for your problem, dunk your head in a bucket of water three
times and take it out twice.

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


How To Delete BSD

2005-11-14 Thread Uncle Deejy-Pooh
Message: 20
Date: Sat, 12 Nov 2005 18:07:56 -0800
From: Scharp Ledge [EMAIL PROTECTED]
Subject: (no subject)
To: freebsd-questions@FreeBSD.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; format=flowed

How do I delete BSD?  Thanks

Betcha don't get many replies to this !!!

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


Re: problem with vidcontrol

2005-11-14 Thread Javier Matos
Thank you for your answer Gilbert. I find that the problem is in a bug in 
kernel or in my motherboard because when I use vidcontrol to change the 
resolution with only one module it works fine... but when I put the second 
module in the motherboard... it fails


I notify to FreeBSD the problem writing it in problem reports



# Options to change console resolution
optionsVESA
optionsSC_PIXEL_MODE


I have done the same on my laptop. Well, I only compiled a new kernel
with SC_PIXEL_MODE and I load the VESA module on boot.


The problem is that when I try to change to a graphic resolution like
800x600x16, 1024x768x16 or 1280x1024x16 my computer hangs and the box
sometimes start to make a continuous noise with the internal speaker.


I assume you did use vidcontrol -i mode and then you are trying to
change the raster resolution using :

vidcontrol MODE_XXX

where XXX is the code for the mode you want, and which appears as
supported when using vidcontrol -i mode ?


When I use vidcontrol -i mode I can see that the modes that I try are
supported by my hardware, modes like 273, 276, 279 and 282.


Some won't work. On my own laptop (Thinkpad IBM X30) I have some modes
that either give me a black screen while others give me a faint display
with flickering vertical refresh.

I use the real resolution from the 12  screen and it works : 1024x768
using 16 bit (works in 32 bit also).

Have you loaded on this terminal a 8x8 font so the display is OK when
you change the resolution too ?

--
unzip ; strip ; touch ; grep ; finger ; mount ; fsck ; more ; yes ;
fsck ; umount ; sleep 


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


anoncvs.FreeBSD.org

2005-11-14 Thread Vasil Dimov
Hello,

$ cvs -d [EMAIL PROTECTED]:/home/ncvs up
Cannot access /home/ncvs/CVSROOT
No such file or directory

What happened?

-- 
Vasil Dimov


pgpWGdQWbbx7w.pgp
Description: PGP signature


FreeBSD - cluster!

2005-11-14 Thread Carstea Catalin
I want to install oracle 10g on a freebsd server. I want to install
this on a cluster server.
Do u know if this work?!
--
Any help would be greatly appreciated.
regards,
Carstea Catalin
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: MailScanner / SMTP Auth

2005-11-14 Thread Sasa Stupar



--On 14. november 2005 10:15 +0100 Martin Schweizer 
[EMAIL PROTECTED] wrote:



Sorry, forgot to attache the sendmail.mc

Hello

Until now I run sendmail, mailscanner and cyrus-imapd without any
problems. Now I want to update sendmail with SMTP Auth. I updated my
sendmail.mc like  described in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html.
But  after this all new mails only delivered local to root (no more to
cyrus).  Below attached is my sendmail.mc. Is there anybody how  has the
same setup? Are there any pitfalls?
My system: FreeBSD 5.4, sendmail 8.13.3, cyrus IMAP4 2.2.12

Any hints are welcome.


divert(-1)
#
# Copyright (c) 1983 Eric P. Allman
# Copyright (c) 1988, 1993
#   The Regents of the University of California.  All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#notice, this list of conditions and the following disclaimer in the
#documentation and/or other materials provided with the distribution.
# 3. All advertising materials mentioning features or use of this software
#must display the following acknowledgement:
#   This product includes software developed by the University of
#   California, Berkeley and its contributors.
# 4. Neither the name of the University nor the names of its contributors
#may be used to endorse or promote products derived from this software
#without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
# THE POSSIBILITY OF SUCH DAMAGE.
#

#
#  This is a generic configuration file for FreeBSD 5.X and later systems.
#  If you want to customize it, copy it to a name appropriate for your
#  environment and do the modifications there.
#
#  The best documentation for this .mc file is:
#  /usr/share/sendmail/cf/README or
#  /usr/src/contrib/sendmail/cf/README
#

divert(0)
VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24
21:15:09 gshapiro Exp $') OSTYPE(freebsd5)
DOMAIN(generic)

FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
FEATURE(blacklist_recipients)
FEATURE(local_lmtp)
FEATURE(mailertable, `hash -o /etc/mail/mailertable')
FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')

dnl Uncomment to allow relaying based on your MX records.
dnl NOTE: This can allow sites to use your server as a backup MX without
dnl   your permission.
dnl FEATURE(relay_based_on_MX)

dnl DNS based black hole lists
dnl 
dnl DNS based black hole lists come and go on a regular basis
dnl so this file will not serve as a database of the available servers.
dnl For that, visit
dnl
http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklists/

dnl Uncomment to activate Realtime Blackhole List
dnl information available at http://www.mail-abuse.com/
dnl NOTE: This is a subscription service as of July 31, 2001
dnl FEATURE(dnsbl)
dnl Alternatively, you can provide your own server and rejection message:
dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `550 Mail from 
${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?;
${client_addr}') FEATURE(dnsbl, `relays.ordb.org', `550 Mail rejected -
see http://www.ordb.org/faq;') FEATURE(dnsbl, `sbl.spamhaus.org', `550
Mail rejected - see http://www.spamhaus.org/SBL;')

dnl Dialup users should uncomment and define this appropriately
define(`SMART_HOST', `[195.186.18.142]')

dnl Uncomment the first line to change the location of the default
dnl /etc/mail/local-host-names and comment out the second line.
dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
define(`confCW_FILE', `-o /etc/mail/local-host-names')

dnl Enable for both IPv4 and IPv6 (optional)
DAEMON_OPTIONS(`Name=IPv4, Family=inet')
DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')

dnl set SASL options
TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
define(`confDEF_AUTH_INFO', `/etc/mail/auth-info')dnl

define(`confBIND_OPTS', `WorkAroundBroken')

Re: FreeBSD - cluster!

2005-11-14 Thread Giorgos Keramidas
On 2005-11-14 02:07, Carstea Catalin [EMAIL PROTECTED] wrote:
 I want to install oracle 10g on a freebsd server. I want to
 install this on a cluster server.

oIs this really a FreeBSD-specific question?

oDoes Oracle support clustering?

oWhat sort of support does it expect from the operating
 system to support clustering?

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


Re: problem with vidcontrol

2005-11-14 Thread Gilbert Fernandes
 # Options to change console resolution
 optionsVESA
 optionsSC_PIXEL_MODE

I have done the same on my laptop. Well, I only compiled a new kernel
with SC_PIXEL_MODE and I load the VESA module on boot.

 The problem is that when I try to change to a graphic resolution like
 800x600x16, 1024x768x16 or 1280x1024x16 my computer hangs and the box
 sometimes start to make a continuous noise with the internal speaker.

I assume you did use vidcontrol -i mode and then you are trying to
change the raster resolution using :

vidcontrol MODE_XXX

where XXX is the code for the mode you want, and which appears as
supported when using vidcontrol -i mode ?

 When I use vidcontrol -i mode I can see that the modes that I try are
 supported by my hardware, modes like 273, 276, 279 and 282.

Some won't work. On my own laptop (Thinkpad IBM X30) I have some modes
that either give me a black screen while others give me a faint display
with flickering vertical refresh.

I use the real resolution from the 12  screen and it works : 1024x768
using 16 bit (works in 32 bit also).

Have you loaded on this terminal a 8x8 font so the display is OK when
you change the resolution too ?

--
unzip ; strip ; touch ; grep ; finger ; mount ; fsck ; more ; yes ;
fsck ; umount ; sleep
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


[OT] RRD merge problem

2005-11-14 Thread John Oxley
Hi,

I realise this is off topic, but there is a wealth of experience on this
list.

I have been using smoke ping for some time now, and when I move someone
from one group to another a new RRD is created.  Now there is a whole
bunch of data in the old RRD which I'd really like to recover and merge
in with the new RRD because I don't want to loose my data.

How can I merge two RRD files?

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


system lacks resources

2005-11-14 Thread Vladimir Dvorak
Hello list,

I have problem with loaded Postfix server.  I use Postfix, Amavis,
Spamassassin, Cyrus-Imap.
When the server is under mail load, these messages appears in logs:

(host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1
port 10025, Net::SMTP: connect: Operation not permitted (Operation not
permitted) at /usr/local/sbin/amavisd line 4323, GEN4 line 839.,
MTA([127.0.0.1]:10025), id=63072-10 (in reply to end of DATA command))

When the load decreases, these messages are delivered.

I thing this is problem related to allowed system resources. Has anyone
met this problem ? How can I increase or where to tune system variables
? /etc/login.conf ?

Thank you,

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


How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Hans Nieser

Hi list,

I operate several servers, one of which is at home, behind NAT. The local 
network is configured to use the domainname nieser.local., which 
obviously only exists on the local (forwarding) nameserver.


To be able to send e-mail from this machine (which would normally be 
rejected by any MTA because of the non-existent 'from' domainname ) I have 
configured sendmail to masquerade e-mail sent from the 
royen.nieser.local machine as royen.nieser.net which resolves to the 
external IP adress of the DSL gateway device (which has smtp forwarded to 
the royen.nieser.local machine).


The above setup *mostly* (see below) works, e-mail that I send from the 
server has it's royen.nieser.local hostname properly substituted with 
royen.nieser.net).


Now, to make monitoring all the servers I operate easier, I wanted to 
forward all mail sent to root (including the periodic output), by putting 
root: [EMAIL PROTECTED] in the /etc/mail/aliases file, as the comments 
in this file suggested:


# Pretty much everything else in this file points to root, so
# you would do well in either reading root's mailbox or forwarding
# root's email from here.

But here's the weird thing, the periodic mail doesn't get masqueraded and 
  therefore gets rejected by the remote MTA. The rejected message which 
 gets sent back to the root account, however, *does* get masqueraded 
properly and subsequently forwarded to the e-mail I specified in the 
/etc/mail/aliases file!


Also, when I ssh to the royen machine and type periodic daily on the 
commandline, the mail it generates DOES get masqueraded correctly... 
What's going on here? I'm having a real hard time getting my head around 
this because of all the redirecting and forwarding and perhaps lack of 
in-depth knowledge of smtp/sendmail... I have my sendmail configuration 
attached (also mirrored at http://nieser.net/files/sendmail/1/ ).


I'd rather keep the nieser.local/nieser.net domainnames seperate and use 
masquerading because the whole NAT setup is confusing enough for me as it 
is, having the same domainname resolve to different adresses for the LAN 
and the Internet would probably drive me mad.


Can anyone assist?

PS: The domainnames used in my problem description above may not actually 
resolve as I've tried to simplify my problem by using more logical names.
[EMAIL PROTECTED]:/etc/mail# cat aliases
# $FreeBSD: src/etc/mail/aliases,v 1.20 2004/06/30 16:47:08 maxim Exp $
#   @(#)aliases 5.3 (Berkeley) 5/24/90
#
#  Aliases in this file will NOT be expanded in the header from
#  Mail, but WILL be visible over networks.
#
# The program newaliases must be run after
#NOTE   this file is updated for any changes to
# show through to sendmail.
#
#
# See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
# AND FUNCTIONS', May 1997

# Pretty much everything else in this file points to root, so
# you would do well in either reading root's mailbox or forwarding
# root's email from here.

root:   [EMAIL PROTECTED]

# Basic system aliases -- these MUST be present
MAILER-DAEMON: postmaster
postmaster: root

# General redirections for pseudo accounts
_pflogd: root
bin:root
bind:   root
daemon: root
games:  root
kmem:   root
mailnull: postmaster
man:root
news:   root
nobody: root
operator: root
pop:root
proxy:  root
smmsp:  postmaster
sshd:   root
system: root
toor:   root
tty:root
usenet: news
uucp:   root

# Well-known aliases -- these should be filled in!
# manager:
# dumper:

# BUSINESS-RELATED MAILBOX NAMES
# info:
# marketing:
# sales:
# support:

# NETWORK OPERATIONS MAILBOX NAMES
abuse:  root
# noc:  root
security:   root

# SUPPORT MAILBOX NAMES FOR SPECIFIC INTERNET SERVICES
ftp:root
ftp-bugs:   ftp
hostmaster: root
webmaster:  root
www:webmaster

# NOTE: /var/msgs and /var/msgs/bounds must be owned by sendmail's
#   DefaultUser (defaults to mailnull) for the msgs alias to work.
#
# msgs: | /usr/bin/msgs -s

# bit-bucket: /dev/null
# dev-null: bit-bucket

aphax:  hans
[EMAIL PROTECTED]:/etc/mail# cat royen.nieser.local.mc
divert(-1)
#
# Copyright (c) 1983 Eric P. Allman
# Copyright (c) 1988, 1993
#   The Regents of the University of California.  All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#notice, this list of conditions and the following disclaimer in the
#documentation and/or other materials provided with the distribution.
# 3. All advertising materials mentioning features or use of this software
#must display the following acknowledgement:
#   This product includes software developed by the 

How do I delete BSD? (was: (no subject))

2005-11-14 Thread Greg 'groggy' Lehey
On Saturday, 12 November 2005 at 18:07:56 -0800, Scharp Ledge wrote:
 How do I delete BSD?  Thanks

I don't understand the question.  You might like to follow the link
below, which should explain how to ask questions.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bootloader (I think ?) question

2005-11-14 Thread stan
I'm trying to recover a machine whose disk failed. I ook the new disk
hooked it up to another working FreeBSD machine, and used /stand/sysinstall
to partiton the new disk. Then i mounted the various partiton and recovered
all the disks data using Amanda. 

I'm failry certain I've done this with succes in the past, but this time
it's not working.

When I put the drive in the PC it's intended to be for, as the aster
dirive, it boots up to the second interactive point (the place where it
tells you you have n seconds to hit any key, and counts down), however it
goes no further than that,  At tht point , I havean ok prompt, and an
lsdev shos whe drive as drive 1.

What do I need to do to get this drive booting?


-- 
U.S. Encouraged by Vietnam Vote - Officials Cite 83% Turnout Despite Vietcong 
Terror 
- New York Times 9/3/1967
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Broadcom BCM5721 Gigabit Ethernet Controllers

2005-11-14 Thread Sergey Lapin
Hi, all!!!
Are BCM5721's supported?
We'd like to setup router on them - is it a good idea?

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


high CPU activity for interrupts

2005-11-14 Thread guru

Hello,

From time to time I see an increasing temperature of the CPU of
my laptop and figured out that this has to do with a high load
of the CPU for 'interrupts' while the system itself is nearly
unused (only KDE with a few windows are up):

top(1) shows it like this:

CPU states:  0.8% user,  0.0% nice,  0.4% system, 22.9% interrupt, 76.0% idle

What could I do to figure out what's going on?

BTW: Some times ago I've asked for a small desktop gadget for showing
the CPU temperature; I wrote it like this:

$ xterm -geometry 8x1 -e '/home/guru/termal.sh'
$ cat termal.sh 
#!/bin/sh
#
while true; do
clear
printf %s %s  `sysctl -a | fgrep tempe | sed 's/^.*: //'`
sleep 15
done

I set the window properties to not having borders and it stays
there relaunched all the time by KDE again (you may see it here:
http://www.sisis.de/~guru/temp.jpg to get the idea).

matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Mark J. Sommer
 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Hans Nieser
 Sent: Monday, November 14, 2005 6:55 AM
 To: freebsd-questions@freebsd.org
 Subject: How to redirect mail sent to root to external mailbox?
 
 Hi list,
 
 I operate several servers, one of which is at home, behind 
 NAT. The local network is configured to use the domainname 
 nieser.local., which obviously only exists on the local 
 (forwarding) nameserver.
 
 To be able to send e-mail from this machine (which would 
 normally be rejected by any MTA because of the non-existent 
 'from' domainname ) I have configured sendmail to masquerade 
 e-mail sent from the royen.nieser.local machine as 
 royen.nieser.net which resolves to the external IP adress 
 of the DSL gateway device (which has smtp forwarded to the 
 royen.nieser.local machine).
 
 The above setup *mostly* (see below) works, e-mail that I 
 send from the server has it's royen.nieser.local hostname 
 properly substituted with royen.nieser.net).
 
 Now, to make monitoring all the servers I operate easier, I 
 wanted to forward all mail sent to root (including the 
 periodic output), by putting
 root: [EMAIL PROTECTED] in the /etc/mail/aliases file, as 
 the comments in this file suggested:
 
 # Pretty much everything else in this file points to root, 
 so # you would do well in either reading root's mailbox or 
 forwarding # root's email from here.
 
 But here's the weird thing, the periodic mail doesn't get 
 masqueraded and 
therefore gets rejected by the remote MTA. The rejected 
 message which
   gets sent back to the root account, however, *does* get 
 masqueraded properly and subsequently forwarded to the e-mail 
 I specified in the /etc/mail/aliases file!
 
 Also, when I ssh to the royen machine and type periodic 
 daily on the commandline, the mail it generates DOES get 
 masqueraded correctly... 
 What's going on here? I'm having a real hard time getting my 
 head around this because of all the redirecting and 
 forwarding and perhaps lack of in-depth knowledge of 
 smtp/sendmail... I have my sendmail configuration attached 
 (also mirrored at http://nieser.net/files/sendmail/1/ ).
 
 I'd rather keep the nieser.local/nieser.net domainnames 
 seperate and use masquerading because the whole NAT setup is 
 confusing enough for me as it is, having the same domainname 
 resolve to different adresses for the LAN and the Internet 
 would probably drive me mad.
 
 Can anyone assist?
 
 PS: The domainnames used in my problem description above may 
 not actually resolve as I've tried to simplify my problem by 
 using more logical names.

This is really a sendmail question I believe.  Your problem is probably
because root doesn't get masqueraded.  In your sendmail.cf, is there a line
like the following:

CEroot

or

C{E}root

If so, comment it out and restart sendmail.


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


Re: FreeBSD reliable on Asus P4C800-E Deluxe?

2005-11-14 Thread Danny
On 11/14/05, Dev Tugnait [EMAIL PROTECTED] wrote:
 What kinds of issues are you familiar of with this mobo on freebsd?

None.  This particular system has been running Windows Server 2003,
and I have not yet installed FreeBSD.  Before I did, I just wanted to
see if I was going to run into known problems.

 Issues like?? it works fine in my opinion.

Thank you,

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


Re: gnome-screensaver as background?

2005-11-14 Thread Lowell Gilbert
Tim Jones [EMAIL PROTECTED] writes:

 Lowell Gilbert wrote:
  Tim Jones [EMAIL PROTECTED] writes:
 
 Is it possible to use gnome-screensaver as a desktop background? I.e.,
 on the root window with no screen blanking and no locking.
  It's certainly possible to do that directly with the graphics hacks.
 
 Any more clues? Do you mean the xscreensaver-gnome-hacks port? How?

See the documentation.
I don't use the gnome version, but I have the following running at the
moment, which is the kind of thing you're looking for:
/usr/X11R6/bin/xscreensaver-hacks/hypercube -root -background midnightBlue
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Fwd: MailScanner / SMTP Auth

2005-11-14 Thread Greg Maruszeczka
Sasa Stupar wrote:
 
 
 --On 14. november 2005 10:15 +0100 Martin Schweizer
 [EMAIL PROTECTED] wrote:
 
 Sorry, forgot to attache the sendmail.mc

 Hello

 Until now I run sendmail, mailscanner and cyrus-imapd without any
 problems. Now I want to update sendmail with SMTP Auth. I updated my
 sendmail.mc like  described in
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html.
 But  after this all new mails only delivered local to root (no more to
 cyrus).  Below attached is my sendmail.mc. Is there anybody how  has the
 same setup? Are there any pitfalls?
 My system: FreeBSD 5.4, sendmail 8.13.3, cyrus IMAP4 2.2.12

 Any hints are welcome.


 divert(-1)
 #
 # Copyright (c) 1983 Eric P. Allman
 # Copyright (c) 1988, 1993
 #The Regents of the University of California.  All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
 # are met:
 # 1. Redistributions of source code must retain the above copyright
 #notice, this list of conditions and the following disclaimer.
 # 2. Redistributions in binary form must reproduce the above copyright
 #notice, this list of conditions and the following disclaimer in the
 #documentation and/or other materials provided with the distribution.
 # 3. All advertising materials mentioning features or use of this
 software
 #must display the following acknowledgement:
 #This product includes software developed by the University of
 #California, Berkeley and its contributors.
 # 4. Neither the name of the University nor the names of its contributors
 #may be used to endorse or promote products derived from this
 software
 #without specific prior written permission.
 #
 # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
 # PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
 # BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
 BUSINESS
 # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 # THE POSSIBILITY OF SUCH DAMAGE.
 #

 #
 #  This is a generic configuration file for FreeBSD 5.X and later
 systems.
 #  If you want to customize it, copy it to a name appropriate for your
 #  environment and do the modifications there.
 #
 #  The best documentation for this .mc file is:
 #  /usr/share/sendmail/cf/README or
 #  /usr/src/contrib/sendmail/cf/README
 #

 divert(0)
 VERSIONID(`$FreeBSD: src/etc/sendmail/freebsd.mc,v 1.29 2003/12/24
 21:15:09 gshapiro Exp $') OSTYPE(freebsd5)
 DOMAIN(generic)

 FEATURE(access_db, `hash -o -TTMPF /etc/mail/access')
 FEATURE(blacklist_recipients)
 FEATURE(local_lmtp)
 FEATURE(mailertable, `hash -o /etc/mail/mailertable')
 FEATURE(virtusertable, `hash -o /etc/mail/virtusertable')

 dnl Uncomment to allow relaying based on your MX records.
 dnl NOTE: This can allow sites to use your server as a backup MX without
 dnl   your permission.
 dnl FEATURE(relay_based_on_MX)

 dnl DNS based black hole lists
 dnl 
 dnl DNS based black hole lists come and go on a regular basis
 dnl so this file will not serve as a database of the available servers.
 dnl For that, visit
 dnl
 http://directory.google.com/Top/Computers/Internet/Abuse/Spam/Blacklists/

 dnl Uncomment to activate Realtime Blackhole List
 dnl information available at http://www.mail-abuse.com/
 dnl NOTE: This is a subscription service as of July 31, 2001
 dnl FEATURE(dnsbl)
 dnl Alternatively, you can provide your own server and rejection message:
 dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `550 Mail from 
 ${client_addr}  rejected, see http://mail-abuse.org/cgi-bin/lookup?;
 ${client_addr}') FEATURE(dnsbl, `relays.ordb.org', `550 Mail rejected -
 see http://www.ordb.org/faq;') FEATURE(dnsbl, `sbl.spamhaus.org', `550
 Mail rejected - see http://www.spamhaus.org/SBL;')

 dnl Dialup users should uncomment and define this appropriately
 define(`SMART_HOST', `[195.186.18.142]')

 dnl Uncomment the first line to change the location of the default
 dnl /etc/mail/local-host-names and comment out the second line.
 dnl define(`confCW_FILE', `-o /etc/mail/sendmail.cw')
 define(`confCW_FILE', `-o /etc/mail/local-host-names')

 dnl Enable for both IPv4 and IPv6 (optional)
 DAEMON_OPTIONS(`Name=IPv4, Family=inet')
 DAEMON_OPTIONS(`Name=IPv6, Family=inet6, Modifiers=O')

 dnl set SASL options
 TRUST_AUTH_MECH(`GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN')dnl
 define(`confAUTH_MECHANISMS', `GSSAPI DIGEST-MD5 CRAM-MD5 

Re: Getting rid of /dev and mount entry after unplugging mounted USB memory stick

2005-11-14 Thread Lowell Gilbert
Hans Nieser [EMAIL PROTECTED] writes:

 Is there a way I can get rid of the bogus mount / device entry other
 than rebooting, or will I really have to teach myself to unmount my
 USB device everytime before I unplug it?
 
 Note that integrity of the data or data-transfer speed of the USB
 device is not critical as it is actually an MP3 player that I copy a
 bunch of mp3s to every now and then. So sacrifices can be made if
 neccesary.

I use the mtools port for the purpose, so that removable devices don't
have to be mounted at all...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Greg Barniskis

Hans Nieser wrote:

Hi list,

I operate several servers, one of which is at home, behind NAT. The 
local network is configured to use the domainname nieser.local., which 
obviously only exists on the local (forwarding) nameserver.


To be able to send e-mail from this machine (which would normally be 
rejected by any MTA because of the non-existent 'from' domainname ) I 
have configured sendmail to masquerade e-mail sent from the 
royen.nieser.local machine as royen.nieser.net which resolves to the 
external IP adress of the DSL gateway device (which has smtp forwarded 
to the royen.nieser.local machine).


The above setup *mostly* (see below) works, e-mail that I send from the 
server has it's royen.nieser.local hostname properly substituted with 
royen.nieser.net).


Now, to make monitoring all the servers I operate easier, I wanted to 
forward all mail sent to root (including the periodic output), by 
putting root: [EMAIL PROTECTED] in the /etc/mail/aliases file, as the 
comments in this file suggested:


# Pretty much everything else in this file points to root, so
# you would do well in either reading root's mailbox or forwarding
# root's email from here.

But here's the weird thing, the periodic mail doesn't get masqueraded 
and   therefore gets rejected by the remote MTA. The rejected message 
which  gets sent back to the root account, however, *does* get 
masqueraded properly and subsequently forwarded to the e-mail I 
specified in the /etc/mail/aliases file!


Mail originating from the root account is usually not masqueraded. 
In sendmailese, root is Class E, so your sendmail.cf probably 
shows CE root. You can probably override this by putting an 
appropriate entry in your .mc file and then making a new config file 
from it, but offhand I don't know what mc syntax you'd use.


Your bounces get masqueraded because the outside envelope is not 
From root anymore, it is From your mailer daemon.



--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ntp handling in 6.0

2005-11-14 Thread Lowell Gilbert
Dave [EMAIL PROTECTED] writes:

 Hello,
 Has ntp handling changed in 6.0-RELEASE? I've been through the
 handbook and /etc/defaults/rc.conf but haven't found the answer to
 this. I've got a machine acting as an ntp server for a network. When i
 run ntpdate -b IP from another machine i get the error No servers
 suitable for synchronization found. Ntpd from these other boxes shows
 the same. From the local ntp server to the ntp servers on the internet
 works fine.
 The local ntp server's configuration is as follows:
 
 /etc/rc.conf
 ntpdate_enable=YES
 ntpdate_flags=-b servername
 ntpd_enable=YES
 ntpd_flags=-c /etc/ntp.conf -p /var/run/ntpd.pid
 
 ntp.conf
 server servername prefer
 server servername
 servername
 driftfile /etc/ntp.drift
 restrict 192.168.9.0 mask 255.255.255.0 notrust nomodify notrap
 
 and on client boxes:
 
 /etc/rc.conf
 ntpdate_enable=YES
 ntpdate_flags=-b local ntp server IP
 ntpd_enable=YES
 ntpd_flags=-c /etc/ntp.conf -p /var/run/ntpd.pid
 
 /etc/ntp.conf
 server local-ntp-server-ip prefer
 driftfile /etc/ntp.drift

Is there an ntpd running?
Is there a firewall in the way?
What does ntpdc tell you?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


thunderbird port problem ?

2005-11-14 Thread Frank Bonnet

Hello

I've compiled thunderbird 1.0.7 from ports at 6.0-R and I have a small
problem which is when I click on an URL written in an email it does
not start firefox or any other www browser.
I thinks I miss something but ... what ???

Thanks a lot for any info

Frank

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


Re: pflog trouble?

2005-11-14 Thread Lowell Gilbert
Dick Hoogendijk [EMAIL PROTECTED] writes:

 Today I compiled some kde stuff for a few hours on my fbsd-6.0 box and
 when I gave the shutdown -p now command it took minutes to complete
 the shutdown process. The machine seemed to hang on the shutdown of
 the pflog device. The porcess /was/ completed succesfully in the end but
 I wonder what happened..
 
 After starting up again and (again) a shutdown -p now all went well and
 fast.
 
 Anybody a clue?

You need a bit more information than that for a decent clue.
It might well be that whatever hangs is right *after* pflog, though...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Greg Barniskis

Mark J. Sommer wrote:



This is really a sendmail question I believe.  Your problem is probably
because root doesn't get masqueraded.  In your sendmail.cf, is there a line
like the following:

CEroot

or

C{E}root

If so, comment it out and restart sendmail.


That will work but the config will get overwritten on upgrades. It 
is best to override the defaults via the mc config generator, so 
that CE root doesn't appear in the first place.



--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: thunderbird port problem ?

2005-11-14 Thread Mike Hernandez
On  Mon, Nov 14, 2005 at 04:01:52PM +0100, Frank Bonnet wrote:
 Hello
 
 I've compiled thunderbird 1.0.7 from ports at 6.0-R and I have a small
 problem which is when I click on an URL written in an email it does
 not start firefox or any other www browser.
 I thinks I miss something but ... what ???
 
 Thanks a lot for any info

You'll have to edit the prefs.js file IIRC, to set the url handler. Same goes 
for
if you want thunderbird to open when you click on mailto: links in firefox.
Google returns many results, some freebsd specific.

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


Re: In a bit of a bind - DNS problems and ipfw

2005-11-14 Thread Lowell Gilbert
Aaron Siegel [EMAIL PROTECTED] writes:

 Hello
 
 I am having problems with my FreeBSD 5.4 gateway/firewall. When I enable a 
 custom  firewall (ipfw) or the Simple firewall through rc.firewall my 
 clients are unable to resolve DNS when DNS does work with the  Open ruleset 
 that is provide by rc.firewall.  I create the custom firewall couple years 
 ago and they work fine under 4.11 but after the upgrade I have not been able 
 to get them to work. 
 
 I sure I am doing something stupid but I am not smart enough to solve it at 
 the moment. 
 
 Thank you 
 Aaron Siegel
 
 Custom firewall rules
 #Allow DNS 
 $cmd 019 allow tcp from any to any 53 out via $pif
 $cmd 018 allow udp from any to any 53 out via $pif

You need to let the replies back in.
Try keep-state.

 /etc/rc.conf
 gateway_enable=YES
 firewall_enable=YES
 firewall_type=open
 natd_enable=YES
 natd_interface=dc0
 
 ifconfig_dc0=192.168.0.2  #public interface  
 ifconfig_fxp0=192.168.245.1 netmask 255.255.255.0 #private interface
 
 /etc/rc.conf
 I have commented out the following lines
  #${fwcmd} add deny all from any to 192.168.0.0/16 via ${oif}

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


Makefile and Kernel Optimizations in 6.0

2005-11-14 Thread Gerard Seibert
I am presently running FreeBSD 5.4, but am considering upgrading to
version 6.0 in the near future.

I have read on this forum that the /etc/make.conf file has been moved in
version 6.0. I assume that although it has been moved, that it still
serves the same purpose as it did in the 5.4 version. Is that correct?

I also read somewhere that version 6 has CFLAGS=O2 set by default. Does
it also have COPTFLAGS=-O2 set or does it make any difference?

Finally, I was using something I found in the BSD Hacks book distributed
by O'Reilly. It has a section on Kernel Optimizations and recommends
assigning  this to the kernel immediately after the i386 line.

Makeoptions COPTFLAGS=O2 - pipe Actually it goes on to  recommend
'-funroll-loops' and '-ffast-math' as well. Since I do not know what
those two are about, I never used them. In any case, is it recommended
to use any optimization in the kernel in the new 6.0 version?

Thanks!

--  
Gerard Seibert
[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: thunderbird port problem ?

2005-11-14 Thread James Bailie

Frank Bonnet wrote:
 Hello

 I've compiled thunderbird 1.0.7 from ports at 6.0-R and I have a small
 problem which is when I click on an URL written in an email it does
 not start firefox or any other www browser.
 I thinks I miss something but ... what ???

The following web page describes the process of making FireFox launch
Thunderbird, and vice versa, under Linux.  The process is identical for
FreeBSD:

http://www.schwer.us/journal/2005/05/01/getting-firefox-and-thunderbird-to-play-nice-under-linux/

Note that one of the two shell scripts the author uses as wrappers, invokes
/bin/bash.  You must change that to /bin/sh.  The sh on FreeBSD can handle
the code in the file.

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


Re: How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Hans Nieser

Greg Barniskis wrote:


Mark J. Sommer wrote:



This is really a sendmail question I believe.  Your problem is probably
because root doesn't get masqueraded.  In your sendmail.cf, is there 
a line

like the following:

CEroot

or

C{E}root

If so, comment it out and restart sendmail.



That will work but the config will get overwritten on upgrades. It is 
best to override the defaults via the mc config generator, so that CE 
root doesn't appear in the first place.


Thanks to both of you! This appears to be causing my problems. (I
haven't been able to actually test it yet because when I su -l to root
and try to use mail to send e-mail it seems to use the user I
initially logged in with anyway.)

For the sake of completeness, I found the solution to removing root as
an exposed user at http://www.grok.org.uk/docs/smroot.html . (It does
require a bit more editing and adjusting of configuration files then I
would like, but it's well-explained and does kinda make sense.)

My apologies for sending this to the wrong list


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


Re: BTX halt on laptop

2005-11-14 Thread Billy Tallis
On 11/13/05, Dinesh Nair [EMAIL PROTECTED] wrote:


 On 11/14/05 07:54 Billy Tallis said the following:
  I am trying to install FreeBSD 6 on a Toshiba Sat. Pro 445CDX laptop
  with no floppy drive. This laptop has a pentium processor and 16MB of
  ram.

 16MB of RAM, that doesnt sound like much.

The amount of RAM may limit the usability of the system, but it has
nothing whatsoever to do with the bootloader.

The real problem is that BTX never gets around to loading any kernel.
From the information I have found online, BTX does not seem to be as
reliable as loaders such as isolinux, which has no trouble on the
laptop. I just want to know if there are ways to boot a bsd kernel on
this laptop, which has no floppy and a cardbus ethernet nic.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Mark J. Sommer
 -Original Message-
 From: Greg Barniskis [mailto:[EMAIL PROTECTED] 
 Sent: Monday, November 14, 2005 8:02 AM
 To: Mark J. Sommer
 Cc: 'Hans Nieser'; freebsd-questions@freebsd.org
 Subject: Re: How to redirect mail sent to root to external mailbox?
 
 Mark J. Sommer wrote:
 
  
  This is really a sendmail question I believe.  Your problem is 
  probably because root doesn't get masqueraded.  In your 
 sendmail.cf, 
  is there a line like the following:
  
  CEroot
  
  or
  
  C{E}root
  
  If so, comment it out and restart sendmail.
 
 That will work but the config will get overwritten on 
 upgrades. It is best to override the defaults via the mc 
 config generator, so that CE root doesn't appear in the first place.

Yeah, I looked all over /usr/share/sendmail to find that config, but I
couldn't.  When I resolved this, I think I modified the template that the
macros start from to avoid having it re-written.  I'd appreciate it if
anyone can pass on what macro it is that controls this.


___
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.0 on Sony Laptop

2005-11-14 Thread Ruben de Groot
On Mon, Nov 14, 2005 at 09:02:52AM +1100, Peter Clutton typed:
 On 11/14/05, Derek Tracy [EMAIL PROTECTED] wrote:
  I have finally decided to ditch Gentoo for FreeBSD especially since the new
  release is out now, but I have ran into a huge problem.
  Upon trying to boot the install CD (I have tried both the bootonly and
  official cd1) I get to sysinstall but when I try and partition the disks it
  tells me it can not find any of the disks. I have been doing some research
  on this and a few people were able to install the 5.4 release (I have not
 
 Well I'm afraid I can only make a similar comment. I have FreeBSD 5.4
 release running smoothly on my Vaio. I wouldn't imagine the
 device.hints can help you, it sounds like the hardware isn't
 compatible or something and it can't see it. Exactly what is the
 laptop - make/model/specs. What hard drive, and what bus is it
 attached to? Are there any error messages on the emergency holographic
 shell, i think you can check with alt-F4.

/me too.
I finally settled for 5.4-RELEASE on my Vaio VGN-S5M/S. My quess from the
below snippet of dmesg is that there's something fishy about the second
controller (where the disk is attached) that is tolerated by 5.4's ata
driver, but not by 6.0's

atapci0: Intel ICH6 UDMA100 controller port 
0x1880-0x188f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
atapci1: GENERIC ATA controller port 
0x18a0-0x18af,0x1894-0x1897,0x18b0-0x18b7,0x18b8-0x18bb,0x18c0-0x18c7 irq 18 at 
device 31.2 on pci0
ata2: channel #0 on atapci1
ata3: channel #1 on atapci1
acd0: DVDR MATSHITAUJ-832D/1.02 at ata0-master PIO4
Interrupt storm detected on irq18: atapci1; throttling interrupt source
ad4: 76319MB FUJITSU MHV2080BH/0025 [155061/16/63] at ata2-master UDMA33

I'm planning to file a PR on this, but need to do some more research first.

Ruben

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


ftpd security/configuration question

2005-11-14 Thread Robert Shepard

Hello!

Probably a stupid question, but this has bugged me for a while and for 
reasons unknown, I just cannot seem to figure this out.



I wish to operate my FTP server (ftpd) in the anonymous access mode. 
However, what I desire to do is configure it so that the absolute root 
directory of anonymous users is “/var/ftp/pub”.



In other words, typing “cd ..” will not let anonymous users to see the 
“/var/ftp/bin” or the “/var/ftp/etc” directories (or their files).


I am running FreeBSD 5.3 stable.

I have tried various methods described in some of the other message 
boards, but I believe those were referencing previous releases of FreeBSD.


I also noticed that while the current FTP server is running, I do not 
have a lot of the files the handbook references, other than ftpusers, 
which is located in the /etc directory (note: not in the “/var/ftp/etc” 
directory. Files such as “/etc/ftpchroot”, “/etc/ftpmotd”, and 
“/ftpwelcome” are not present.


I did manually create the ftpwelcome file and placed copies in both the 
“/etc” and “/var/ftp/etc” directories. However, it does not get 
displayed prior to the FTP login prompt as the handbook suggests.


So, two questions:

Is what I am trying to accomplish possible?

What am I missing or need to do to accomplish these things?

Thanks,

Bob



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


xterm conflicts with xorg-clients

2005-11-14 Thread Jeppe Larsen
After running cvsup and portupgrade, I'm having some problems with xterm
and some other programs.
Portupgrade failed because of the following:

===  xterm-206_1 conflicts with installed package(s): 
  xorg-clients-6.8.2

  They install files into the same place.
  Please remove them first with pkg_delete(1).
*** Error code 1

And then skipped a bunch of packages. Then i manually deinstalled xterm
(that was wrong perhaps?) and now when running portupgrade again it is
complaining about some stale dependency to xterm. For example:

Stale dependency: amarok-1.3.6 -- xterm-206 -- manually run 'pkgdb -F' to
fix, or specify -O to force.

Then running pkgdb -F asks me alot of questions regarding this stale
dependency and I am not sure what to do with it.

Then I read in UPDATING that one must upgrade xorg-clients before xterm,
but when i tried portupgrade xorg-clients I got:

Stale dependency: xorg-clients-6.8.2 -- xterm-206

Hmm, going in circles. Then i tried with the -F and xorg-clients started
to compile, but got an error code 1 with this:

cc -o xdriinfo -O2 -fno-strict-aliasing -pipe -march=pentium4 -ansi -pedantic 
-Wno-system-headers -Dasm=__asm  -Wall -Wpointer-arith -Wundef 
-L/usr/ports/x11/xorg-clients/work/xc/exports/lib   xdriinfo.o -lGL -lXext 
-lX11 -L/usr/X11R6/lib -pthread-Wl,-rpath,/usr/X11R6/lib 
-Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
xdriinfo.o(.text+0x59): In function `main':
: undefined reference to `glXGetProcAddress'
xdriinfo.o(.text+0x6a): In function `main':
: undefined reference to `glXGetProcAddress'
*** Error code 1

What to do now?

-- 
regards,
Jeppe W. Larsen

Logic is the beginning of wisdom; not the end.


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


Re: Makefile and Kernel Optimizations in 6.0

2005-11-14 Thread Roland Smith
On Mon, Nov 14, 2005 at 10:23:22AM -0500, Gerard Seibert wrote:
 I have read on this forum that the /etc/make.conf file has been moved in
 version 6.0. I assume that although it has been moved, that it still
 serves the same purpose as it did in the 5.4 version. Is that correct?

It hasn't been moved. It's still /etc/make.conf. The names of some
variables have changed from NOFOO to NO_FOO.

 I also read somewhere that version 6 has CFLAGS=O2 set by default. Does
 it also have COPTFLAGS=-O2 set or does it make any difference?

I didn't notice the difference on a 2.4 GHz amd64.
 
 Makeoptions   COPTFLAGS=O2 - pipe Actually it goes on to  recommend
 '-funroll-loops' and '-ffast-math' as well. Since I do not know what
 those two are about, I never used them. In any case, is it recommended
 to use any optimization in the kernel in the new 6.0 version?

You can have it in the config file or in make.conf, both work. I don't
think that the kernel uses floating point, so -ffast-math shouldn't make
a lot of difference. The -pipe flag speeds up the compilation somewhat,
but has no effect on the generated code. The -funroll-loops replaces
loops of which the size is known by serial instructions. This is
somewhat faster but generates larger binaries.

Complete information about what an option does is available in the info
file of gcc. You can type 'info gcc' to read it, or use the info reader
built into emacs.

Unless you have an app that takes hours or days to run, I wouldn't worry
about optimization settings.

Roland
-- 
R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text.
public key: http://www.xs4all.nl/~rsmith/pubkey.txt


pgpUcRyRwcjae.pgp
Description: PGP signature


Special characters?

2005-11-14 Thread Ron
Hi,

How can I create the following characters: ïäéèçë (and others) in an
X-session without copy pasting them from Gnome Character map? Thus I
want to use the keyboard to use these characters in an easy way. Also,
I'd like to bind keys to them myself. I have seen the deathkeys option
in the gnome keyboard configuration, but that basically binds e to ë,
but I don't seem to be able to configure it myself.

I have seen Xmodmap, but configuring that also takes a lot of time.
Any other options?

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


Re: 6.0R GENERIC makeoptions DEBUG=-g [Slightly OT]

2005-11-14 Thread Eric Schuele

Robert Watson wrote:


On Mon, 14 Nov 2005, Simon Ironside wrote:

/sys/i386/conf/GENERIC has this line uncommented - is this on purpose? 
I commented it out before building a new kernel.


makeoptions DEBUG=-g



This was by accident, but actually isn't a bad idea.  We discovered the 
problem at the last minute, after the 6.0-R builds had completed, and as 
they were rsyncing to mirrors.  After thinking about it for a few 
minutes, we decided that actually, it has some nice benefits that made 
it worth not rebuilding and re-mirroring.  If we were earlier in the 
release cycle, we might have changed the setting, however.


We identified a few specific upsides and downsides:

Good: We now have debugging symbols easily available and widely 
accessible for the GENERIC kernel shipped with the release.  This makes 
it much easier for developers to debug problems using that kernel, as we 
no longer need to ask end-users to build a kernel with debugging 
symbols, etc, in order to debug a problem.  Especially for a .0 release, 
this is a very useful, and has presented a problem in previous releases.


Bad: Kernel build times are now significantly slower, and required space 
to build a kernel significantly larger by default.


We'll see how it settles out -- CPUs are a lot larger, and disks a lot 
bigger than they used to be.  The kernel is stripped of debugging 
symbols before it is installed, so this is only potentially a problem on 
systems that already have enough space to hold source, builds, etc, and 
doesn't affect systems where the kernel is installed but not built.  
I.e., this doesn't affect the footprint for embedded systems, or systems 
where a kernel is built centrally and then distributed.


My recommendation would be to leave -g in unless you know that the added 
build time and disk space for the build process will be a problem for 
you. 


If I were to decide to remove this, and I have a small config file which 
includes GENERIC, what directive would I use.  For example, with a 
device I wish to remove I can use nodevice... for options, nooptions. 
nomakeoptions maybe?


Also... I once saw someone ask this and never saw a reply
Where can I find documentation of the above mentioned mechanism?

Thanks.

Hopefully you don't ever run into any problems requiring debug 
symbols, but if you do it will probably save you some time and hassle, 
especially if it's a problem that occurs once every six months, in which 
case rebooting with a kernel with known symbol layout will mean waiting 
six months to debug the problem. :-)


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





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


Re: Special characters?

2005-11-14 Thread guru
El día Monday, November 14, 2005 a las 06:05:52PM +0100, Ron escribió:

 Hi,
 
 How can I create the following characters: ïäéèçë (and others) in an
 X-session without copy pasting them from Gnome Character map? Thus I
 want to use the keyboard to use these characters in an easy way. Also,
 I'd like to bind keys to them myself. I have seen the deathkeys option
 in the gnome keyboard configuration, but that basically binds e to ë,
 but I don't seem to be able to configure it myself.
 
 I have seen Xmodmap, but configuring that also takes a lot of time.
 Any other options?

I use a small script:

$ cat xmod.sh
#
# para español:
#
xmodmap -e keycode 0x73 =  Mode_switch
xmodmap -e keycode 0x39 =  n N ntilde Ntilde
xmodmap -e keycode 0x1a =  e E eacute Eacute
xmodmap -e keycode 0x26 =  a A aacute Aacute
xmodmap -e keycode 0x1f =  i I iacute Iacute
xmodmap -e keycode 0x1e =  u U uacute Uacute
xmodmap -e keycode 0x20 =  o O oacute Oacute
xmodmap -e keycode 0x14 =  questiondown question backslash ssharp
xmodmap -e keycode 0x0a =  1 exclam exclamdown onesuperior
xmodmap -e keycode 94 = less greater guillemotleft guillemotright bar 
brokenbar

and this gives me the spanish chars by pressing, for example,
the WindowsKey + n --- ñ (n with tilde);

matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Alex Zbyslaw

Jeppe Larsen wrote:


After running cvsup and portupgrade, I'm having some problems with xterm
and some other programs.
Portupgrade failed because of the following:

===  xterm-206_1 conflicts with installed package(s): 
 xorg-clients-6.8.2


 They install files into the same place.
 Please remove them first with pkg_delete(1).
*** Error code 1

And then skipped a bunch of packages. Then i manually deinstalled xterm
(that was wrong perhaps?) and now when running portupgrade again it is
complaining about some stale dependency to xterm. For example:

Stale dependency: amarok-1.3.6 -- xterm-206 -- manually run 'pkgdb -F' to
fix, or specify -O to force.

Then running pkgdb -F asks me alot of questions regarding this stale
dependency and I am not sure what to do with it.

Then I read in UPDATING that one must upgrade xorg-clients before xterm,
but when i tried portupgrade xorg-clients I got:

Stale dependency: xorg-clients-6.8.2 -- xterm-206

Hmm, going in circles. Then i tried with the -F and xorg-clients started
to compile, but got an error code 1 with this:

cc -o xdriinfo -O2 -fno-strict-aliasing -pipe -march=pentium4 -ansi -pedantic 
-Wno-system-headers -Dasm=__asm  -Wall -Wpointer-arith -Wundef 
-L/usr/ports/x11/xorg-clients/work/xc/exports/lib   xdriinfo.o -lGL -lXext 
-lX11 -L/usr/X11R6/lib -pthread-Wl,-rpath,/usr/X11R6/lib 
-Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
xdriinfo.o(.text+0x59): In function `main':
: undefined reference to `glXGetProcAddress'
xdriinfo.o(.text+0x6a): In function `main':
: undefined reference to `glXGetProcAddress'
*** Error code 1

What to do now?

 

Don't delete any of those dependencies!  If you do then you will 
probably have to re-install those packages to get the dependencies back.


I believe upgrading xorg-clients and then xterm should work, if only 
that damn xorg-clients port would compile!  I found this link late last 
night which might help, but haven't tried it myself yet.


http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html

If you don't want to do all that then you'll have to get the xterm port 
back to the state it was before cvsup.  Either get it from a backup or 
try portdowngrade.  Deleting xterm port *was* a bad idea, sorry.  If you 
had left it alone then you'd be left with working xorg-client and xterm 
installed and could either chase the fix above at your leisure or wait 
for someone to fix it officially.


Hope that helps,

--Alex

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


Re: Special characters?

2005-11-14 Thread P.U.Kruppa

On Mon, 14 Nov 2005, Ron wrote:


Hi,

How can I create the following characters: ïäéèçë (and others) in an
X-session without copy pasting them from Gnome Character map? Thus I
want to use the keyboard to use these characters in an easy way. Also,
I'd like to bind keys to them myself. I have seen the deathkeys option
in the gnome keyboard configuration, but that basically binds e to ë,
but I don't seem to be able to configure it myself.

I have seen Xmodmap, but configuring that also takes a lot of time.
Any other options?

There is a collection of ready-made national xmodmaps
   /usr/X11R6/share/gnome/xmodmap
perhaps you can enhance one of them to your needs?

Regards,

Uli.



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






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

dhclient.leases grows forever?

2005-11-14 Thread Luke Dean


I've recently upgraded to version 6, and I'm using the new dhclient.
It seems to be working happily, but I've noticed that 
/var/db/dhclient.leases.rl0 just keeps growing and growing, with new 
leases being added to the end.  Leases that expired several hours ago 
remain in the file.


According to the manpage for dhclient.leases, this database is supposed to 
contain only leases that are still valid, yet the expiration time on 
many of them has long since passed.


Is there a bug, a misconfiguration, or am I responsible for setting up my 
own script for purging this thing?  I can't find any cron-driven script 
that cleans up this file, so I'm wondering if dhclient is supposed to 
handle this itself, and if so, when?

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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Mike Hernandez
On  Mon, Nov 14, 2005 at 05:22:08PM +, Alex Zbyslaw wrote:
 Jeppe Larsen wrote:
 
 After running cvsup and portupgrade, I'm having some problems with xterm
 and some other programs.
 Portupgrade failed because of the following:
 
 ===  xterm-206_1 conflicts with installed package(s): 
  xorg-clients-6.8.2
 
  They install files into the same place.
  Please remove them first with pkg_delete(1).
 *** Error code 1
 
 Don't delete any of those dependencies!  If you do then you will 
 probably have to re-install those packages to get the dependencies back.


Great. I just had the same problem and I deleted the dependencies ;)
This is fun.  If I had only waited 10 minutes...

I hope I didn't break anything beyond repair.

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


Re: How to redirect mail sent to root to external mailbox?

2005-11-14 Thread Greg Barniskis

Mark J. Sommer wrote:

-Original Message-
From: Greg Barniskis [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 14, 2005 8:02 AM

To: Mark J. Sommer
Cc: 'Hans Nieser'; freebsd-questions@freebsd.org
Subject: Re: How to redirect mail sent to root to external mailbox?

Mark J. Sommer wrote:


This is really a sendmail question I believe.  Your problem is 
probably because root doesn't get masqueraded.  In your 


sendmail.cf, 


is there a line like the following:

CEroot

or

C{E}root

If so, comment it out and restart sendmail.


That will work but the config will get overwritten on 
upgrades. It is best to override the defaults via the mc 
config generator, so that CE root doesn't appear in the first place.



Yeah, I looked all over /usr/share/sendmail to find that config, but I
couldn't.  When I resolved this, I think I modified the template that the
macros start from to avoid having it re-written.  I'd appreciate it if
anyone can pass on what macro it is that controls this.


A glance at the bat book tells me the exception (no masquerading) is 
 inserted by


EXPOSED_USER(root)

Doh! I see it now. FreeBSD doesn't do it this way (so no CE root).

For FreeBSD, non-masquerading for root is simply set by an entry in 
/etc/mail/exposed-user-names, which is brought in by the 
EXPOSED_USER_FILE directive in the default mc file. Edit 
exposed-user-names to your heart's content (and pay attention in 
case mergemaster throws it back at you during upgrades), and all 
should be well.


--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
gregb at scls.lib.wi.us, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Eric Ekong
Check /usr/ports/UPDATING.  There should be a fairly recent
entry discussing how to deal with this. Actually it is the first
listing in /usr/ports/UPDATING

20051113:
  AFFECTS: users of x11/xterm, x11/xorg-clients, x11/XFree86-4-clients
  AUTHOR: [EMAIL PROTECTED]

  Xterm no longer installs with '-static' prefix. Users should upgrade
  XFree86-clients to 4.5.0_1 or xorg-clients to 6.8.2_1 or newer before
  attempting upgrade of xterm to 206_1 or newer. Previous versions
remove
  xterm on deinstall so CONFLICTS have been set accordingly.


Eric
* Alex Zbyslaw [EMAIL PROTECTED] [051114 12:22]:
 Date: Mon, 14 Nov 2005 17:22:08 +
 From: Alex Zbyslaw [EMAIL PROTECTED]
 To: Jeppe Larsen [EMAIL PROTECTED]
 Cc: freebsd-questions@freebsd.org
 Subject: Re: xterm conflicts with xorg-clients
 
 Jeppe Larsen wrote:
 
 After running cvsup and portupgrade, I'm having some problems with xterm
 and some other programs.
 Portupgrade failed because of the following:
 
 ===  xterm-206_1 conflicts with installed package(s): 
  xorg-clients-6.8.2
 
  They install files into the same place.
  Please remove them first with pkg_delete(1).
 *** Error code 1
 
 And then skipped a bunch of packages. Then i manually deinstalled xterm
 (that was wrong perhaps?) and now when running portupgrade again it is
 complaining about some stale dependency to xterm. For example:
 
 Stale dependency: amarok-1.3.6 -- xterm-206 -- manually run 'pkgdb -F' to
 fix, or specify -O to force.
 
 Then running pkgdb -F asks me alot of questions regarding this stale
 dependency and I am not sure what to do with it.
 
 Then I read in UPDATING that one must upgrade xorg-clients before xterm,
 but when i tried portupgrade xorg-clients I got:
 
 Stale dependency: xorg-clients-6.8.2 -- xterm-206
 
 Hmm, going in circles. Then i tried with the -F and xorg-clients started
 to compile, but got an error code 1 with this:
 
 cc -o xdriinfo -O2 -fno-strict-aliasing -pipe -march=pentium4 -ansi 
 -pedantic -Wno-system-headers -Dasm=__asm  -Wall -Wpointer-arith -Wundef   
 -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   xdriinfo.o -lGL -lXext 
 -lX11 -L/usr/X11R6/lib -pthread-Wl,-rpath,/usr/X11R6/lib 
 -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib
 xdriinfo.o(.text+0x59): In function `main':
 : undefined reference to `glXGetProcAddress'
 xdriinfo.o(.text+0x6a): In function `main':
 : undefined reference to `glXGetProcAddress'
 *** Error code 1
 
 What to do now?
 
  
 
 Don't delete any of those dependencies!  If you do then you will 
 probably have to re-install those packages to get the dependencies back.
 
 I believe upgrading xorg-clients and then xterm should work, if only 
 that damn xorg-clients port would compile!  I found this link late last 
 night which might help, but haven't tried it myself yet.
 
 http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html
 
 If you don't want to do all that then you'll have to get the xterm port 
 back to the state it was before cvsup.  Either get it from a backup or 
 try portdowngrade.  Deleting xterm port *was* a bad idea, sorry.  If you 
 had left it alone then you'd be left with working xorg-client and xterm 
 installed and could either chase the fix above at your leisure or wait 
 for someone to fix it officially.
 
 Hope that helps,
 
 --Alex
 
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
===
Eric I. Ekong[EMAIL PROTECTED]
FreeBSD - The Power to Serve http://www.freebsd.org   
K Desktop Environment on FreeBSD http://freebsd.kde.org   
===

Laws of Serendipity:

(1) In order to discover anything, you must be looking for
something.
(2) If you wish to make an improved product, you must already
be engaged in making an inferior one.

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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Jeppe Larsen
On Mon, 14 Nov 2005 17:22:08 +, Alex Zbyslaw wrote:
 Don't delete any of those dependencies!  If you do then you will 
 probably have to re-install those packages to get the dependencies back.
 
 I believe upgrading xorg-clients and then xterm should work, if only 
 that damn xorg-clients port would compile!  I found this link late last 
 night which might help, but haven't tried it myself yet.
 
 http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html
 
 If you don't want to do all that then you'll have to get the xterm port 
 back to the state it was before cvsup.  Either get it from a backup or 
 try portdowngrade.  Deleting xterm port *was* a bad idea, sorry.  If you 
 had left it alone then you'd be left with working xorg-client and xterm 
 installed and could either chase the fix above at your leisure or wait 
 for someone to fix it officially.
 
 Hope that helps,
 
 --Alex

With portdowngrade i managed to install 206 again, so that might be
settled. It seems that the problem with xorg-client is another matter, but
this error in the link is from january, and the upgrade to 6.8.2_1 is from
yesterday??

-- 
vh
Jeppe W. Larsen

Logic is the beginning of wisdom; not the end.


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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Alex Zbyslaw

Mike Hernandez wrote:


On  Mon, Nov 14, 2005 at 05:22:08PM +, Alex Zbyslaw wrote:
 


Jeppe Larsen wrote:

   


After running cvsup and portupgrade, I'm having some problems with xterm
and some other programs.
Portupgrade failed because of the following:

===  xterm-206_1 conflicts with installed package(s): 
   xorg-clients-6.8.2


   They install files into the same place.
   Please remove them first with pkg_delete(1).
*** Error code 1

 

Don't delete any of those dependencies!  If you do then you will 
probably have to re-install those packages to get the dependencies back.


   



Great. I just had the same problem and I deleted the dependencies ;)
This is fun.  If I had only waited 10 minutes...

I hope I didn't break anything beyond repair.
 

I don't think so.  Keep track of which ports you deleted the 
dependencies from, then when you have the whole xorg-clients/xterm mess 
sorted out, just force a re-install of those packages and the right 
dependencies will come back.  Time consuming, but not rocket science ;-)


I had to do something like that when interrupting gnome_upgrade early 
seems to bugger everything a treat, but I got everything back OK (I think!).


--Alex

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


pptp connection to university VPN

2005-11-14 Thread ross
In order to use the resources of my library, I was hoping to connect to  
it's VPN. The online guide provided is at  
http://www.itservices.ubc.ca/support/service/vpn.html


I also found a diary entry http://www.freebsddiary.org/pptp.php

I followed the diary pretty much exactly using the general linux guide on  
the ubc.ca website as a guide and the connection failed. the /var/log/ppp  
is:


Nov 14 08:59:17 ross ppp[2125]: Phase: Using interface: tun0
Nov 14 08:59:17 ross ppp[2125]: Phase: deflink: Created in closed state
Nov 14 08:59:20 ross ppp[2125]: Warning: The alias command is deprecated
Nov 14 08:59:20 ross ppp[2125]: Phase: PPP Started (direct mode).
Nov 14 08:59:20 ross ppp[2125]: Phase: bundle: Establish
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: closed - opening
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: Connected!
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: opening - carrier
Nov 14 08:59:20 ross ppp[2125]: Phase: Signal 15, terminate.
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: Disconnected!
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: Connect time: 0 secs: 0  
octets i

n, 0 octets out
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: 0 packets in, 0 packets out
Nov 14 08:59:20 ross ppp[2125]: Phase:  total 0 bytes/sec, peak 0  
bytes/sec on M

on Nov 14 08:59:20 2005
Nov 14 08:59:20 ross ppp[2125]: Phase: deflink: carrier - closed
Nov 14 08:59:20 ross ppp[2125]: Phase: bundle: Dead
Nov 14 08:59:20 ross ppp[2125]: Phase: PPP Terminated (normal).

I'm guessing that the problem has something to do with the requirement of  
mppe128 or mppe-stateless. Browsing the mailing list archive and the  
internet failed to help me. Can somebody out there help please?


Thanks

--
What time is it?

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


How can I install xorg-clients?

2005-11-14 Thread bob self


after doing a portupgrade today I've got things messed up. I didn't read 
/usr/ports/UPDATING. I have now un-installed xterm and xorg-clients and 
am now trying to put them back in. I'm trying xorg-clients first but I 
get this error.


xdriinfo.o(.text+0x5b): In function `main':
: undefined reference to `glXGetProcAddress'
*** Error code 1



How can I get these ports re-installed?

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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Mike Hernandez
On  Mon, Nov 14, 2005 at 05:59:40PM +, Alex Zbyslaw wrote:
 I don't think so.  Keep track of which ports you deleted the 
 dependencies from, then when you have the whole xorg-clients/xterm mess 
 sorted out, just force a re-install of those packages and the right 
 dependencies will come back.  Time consuming, but not rocket science ;-)
 
 I had to do something like that when interrupting gnome_upgrade early 
 seems to bugger everything a treat, but I got everything back OK (I think!).
 

Great ;) I'm still working on my first year with freebsd so this a great
learning experience. Without getting too far OT, is there a quick
explanation as to why xterm is a separate port? Does it take up so much
space that it would bloat a standard Xorg/Xfree install?

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


Re: pflog trouble?

2005-11-14 Thread dick hoogendijk
On 14 Nov 2005 10:03:32 -0500
Lowell Gilbert [EMAIL PROTECTED] wrote:

 Dick Hoogendijk [EMAIL PROTECTED] writes:
 
  Today I compiled some kde stuff for a few hours on my fbsd-6.0 box
  and when I gave the shutdown -p now command it took minutes to
  complete the shutdown process. The machine seemed to hang on the
  shutdown of the pflog device. The porcess /was/ completed
  succesfully in the end but I wonder what happened..
  
  After starting up again and (again) a shutdown -p now all went well
  and fast.
  
  Anybody a clue?
 
 You need a bit more information than that for a decent clue.
 It might well be that whatever hangs is right *after* pflog, though...

Right. This /is/ indeed the case. Sometimes there are some processes
that won't be killed normally. I get the warning use ps axl .. But
after a very long time the machine does shut down and a ps axl does not
show anything ;-) It does not happen always; so, I don't have a clue
how to investigate what causes the hangings.. any tips?

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 6.0
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Alex Zbyslaw

Jeppe Larsen wrote:


On Mon, 14 Nov 2005 17:22:08 +, Alex Zbyslaw wrote:
 

I believe upgrading xorg-clients and then xterm should work, if only 
that damn xorg-clients port would compile!  I found this link late last 
night which might help, but haven't tried it myself yet.


http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html

   



With portdowngrade i managed to install 206 again, so that might be
settled. It seems that the problem with xorg-client is another matter, but
this error in the link is from january, and the upgrade to 6.8.2_1 is from
yesterday??
 



As I said, I just did a quick trawl of google late yesterday (like 2am) 
and haven't followed up.  I don't *know* that it's relevant but it looks 
like the same error to me.  It's not unknown for errors which have been 
fixed to come crawling back out of the woodwork, so maybe it was fixed 
once and just came back.  That's something the port maintainers would 
have to speak to, though!  I actually have no idea that the problem 
didn't exist since Jan, since I think I installed nvidia-driver after 
xorg-clients, so wouldn't have seen the problem.


Glad the portdowngrade worked for you.  I would just leave those two 
ports alone for a while until you either see something on this list, or 
see them being updated through cvsup (or check the ports changes page on 
the freebsd web site every now and again).  Or just try upgrading 
xorg-clients again in a week.  If it doesn't fail, then upgrade xterm.  
If it does fail, it doesn't matter and try again a week later!


--Alex

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


Re: How can I install xorg-clients?

2005-11-14 Thread Alex Zbyslaw

bob self wrote:



after doing a portupgrade today I've got things messed up. I didn't 
read /usr/ports/UPDATING. I have now un-installed xterm and 
xorg-clients and am now trying to put them back in. I'm trying 
xorg-clients first but I get this error.


xdriinfo.o(.text+0x5b): In function `main':
: undefined reference to `glXGetProcAddress'
*** Error code 1

Use portdowngrade to downgrade both ports back to versions which worked 
then re-install them.  Once that's done it's safe to cvsup the ports 
again as long as you don't delete them.  Once this problem is fixed you 
can upgrade the ports.  See a thread on the same topic from about two 
minutes ago :-)


This has nothing to do with UPDATING, by the way.  Yes that tells you 
what order to do the upgrade but doesn't tell you what to do when the 
upgrade fails.


--Alex

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


Re: output of top command question

2005-11-14 Thread Gobbledegeek
Yep! Thanks Giorgos. Bye!

Rgrds

On 11/14/05, Giorgos Keramidas [EMAIL PROTECTED] wrote:
 On 2005-11-14 09:20, Gobbledegeek [EMAIL PROTECTED] wrote:
  like the old sticky bit I see ..

 Almost.  But it applies to virtual memory pages, regardless of
 their attachment to any particular process and it's controlled by
 the kernel itself, not by userlevel :)

  So to find out physical ram used, I need to subtract total
  physical ram - free, to arrive at the figure I suppose.. or add
  up active, inactive, wired, buf .. ??

 Sounds reasonable :)




--
Nonchalantly yours
GobbledeGeek
[Everything but Gobbledegook.. !!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Out of Office AutoReply: output of top command question

2005-11-14 Thread Gobbledegeek
Don't forget... Get me a cigar ;)

Rgrds

On 11/14/05, Matthias Apitz [EMAIL PROTECTED] wrote:
 Keep in mind:

 I'm in Cuba from 20 of November until 20 of December.
 I will read (and answer if necessary) all your messages
 when I return.  If you have something urgent, please
 contact Christian Rehberger, r e h @ S i s i s . d e .

 This message was generated automatically and you will
 receive it only once, although all the messages you send
 me while I am away will be saved.

 Anuncio con antelación:

 Estoy en Cuba desde el 20 de noviembre hasta el 20 de
 diciembre. Cuando vuelva, leeré todos los mensajes y,
 si es necesario, te responderé. Si tienes algo urgente,
 por favor mándalo a Christian Rehberger,
 r e h @ S i s i s . d e .

 Esta contestación automática la vas a recibir sólo una
 vez aunque el sistema graba todos tus mensajes.

 Matthias
 --
 http://www.sisis.de/
 
 The information in this electronic mail message is private and may be
 confidential. It is intended solely for the use of the recipient. Should you
 receive this message by mistake, you are hereby notified that any
 disclosure, reproduction, distribution or use of this message is prohibited.
 Please delete this message and notify the sender immediately by return
 email. OCLC PICA and all subsidiaries accept no liability for the improper
 transmission of information contained in this communication nor for any
 delay in its receipt. Although we have taken steps to ensure that this email
 and attachments are free from any virus, we do advise you to scan
 attachments before opening them.



--
Nonchalantly yours
GobbledeGeek
[Everything but Gobbledegook.. !!]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Out of Office AutoReply: output of top command question

2005-11-14 Thread guru
El día Monday, November 14, 2005 a las 04:55:22PM +0530, Gobbledegeek escribió:

 Don't forget... Get me a cigar ;)
 
 Rgrds
 
 On 11/14/05, Matthias Apitz [EMAIL PROTECTED] wrote:
  Keep in mind:
 
  I'm in Cuba from 20 of November until 20 of December.
  I will read (and answer if necessary) all your messages
  when I return.  If you have something urgent, please
...

Gobbledegeek, Sorry, but I don't know if it is a good idea and
a good style of netiquette to post a normal vacation reply you've
got personally, to a public list;

Regards

Matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
Gruenwalder Weg 28g / D-82041 Oberhaching
Fon: ++49 89 / 61308-351, Fax: -399, Mobile ++49 170 4527211
http://www.sisis.de/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: 6.0R GENERIC makeoptions DEBUG=-g

2005-11-14 Thread Robert Watson


On Mon, 14 Nov 2005, Simon Ironside wrote:

/sys/i386/conf/GENERIC has this line uncommented - is this on purpose? I 
commented it out before building a new kernel.


makeoptions DEBUG=-g


This was by accident, but actually isn't a bad idea.  We discovered the 
problem at the last minute, after the 6.0-R builds had completed, and as 
they were rsyncing to mirrors.  After thinking about it for a few minutes, 
we decided that actually, it has some nice benefits that made it worth not 
rebuilding and re-mirroring.  If we were earlier in the release cycle, we 
might have changed the setting, however.


We identified a few specific upsides and downsides:

Good: We now have debugging symbols easily available and widely accessible 
for the GENERIC kernel shipped with the release.  This makes it much 
easier for developers to debug problems using that kernel, as we no longer 
need to ask end-users to build a kernel with debugging symbols, etc, in 
order to debug a problem.  Especially for a .0 release, this is a very 
useful, and has presented a problem in previous releases.


Bad: Kernel build times are now significantly slower, and required space 
to build a kernel significantly larger by default.


We'll see how it settles out -- CPUs are a lot larger, and disks a lot 
bigger than they used to be.  The kernel is stripped of debugging symbols 
before it is installed, so this is only potentially a problem on systems 
that already have enough space to hold source, builds, etc, and doesn't 
affect systems where the kernel is installed but not built.  I.e., this 
doesn't affect the footprint for embedded systems, or systems where a 
kernel is built centrally and then distributed.


My recommendation would be to leave -g in unless you know that the added 
build time and disk space for the build process will be a problem for you. 
Hopefully you don't ever run into any problems requiring debug symbols, 
but if you do it will probably save you some time and hassle, especially 
if it's a problem that occurs once every six months, in which case 
rebooting with a kernel with known symbol layout will mean waiting six 
months to debug the problem. :-)


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


Re: recursive port configuration

2005-11-14 Thread Erik Trulsson
On Mon, Nov 14, 2005 at 09:46:50AM +0100, Philip Lykke Carlsen wrote:
 Monday 14 November 2005 04:40 skrev Giorgos Keramidas:
  On 2005-11-14 02:07, Philip Lykke Carlsen [EMAIL PROTECTED] wrote:
   Hi all..
  
   .. Is there any way to recursively configure the dependencies of a given
   port?
 
  For those ports that support a 'make config' target, you can
  always use 'config-recursive':
 
  # cd /usr/ports/category/foo
  # make config-recursive
 
  There are some ports that don't support 'config' though, so you
  may have to create a local customization set of options in the
  `/usr/local/etc/pkgtools.conf' file.  Look for the comment that
  describes the MAKE_ARGS hash of options.
 
  - Giorgos
 
 aah.. thanks :-) .. is there any way to get information on the make targets 
 of 
 the portssystem?.. I seem to find out only at random.. and I'm not all that 
 good at reading make-files :-/

The ports(7) manpage is a good place to start.


-- 
Insert your favourite quote here.
Erik Trulsson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How To Delete BSD

2005-11-14 Thread Garrett Cooper

On Nov 14, 2005, at 1:30 AM, Uncle Deejy-Pooh wrote:


Message: 20
Date: Sat, 12 Nov 2005 18:07:56 -0800
From: Scharp Ledge [EMAIL PROTECTED]
Subject: (no subject)
To: freebsd-questions@FreeBSD.org
Message-ID: [EMAIL PROTECTED]
Content-Type: text/plain; charset=US-ASCII; format=flowed



How do I delete BSD?  Thanks


Betcha don't get many replies to this !!!

Deej


Did you perhaps mean the FreeBSD bootloader? If so, what do you want  
to use as the bootloader/primary OS then?

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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Alex Zbyslaw

Eric Ekong wrote:


Check /usr/ports/UPDATING.  There should be a fairly recent
entry discussing how to deal with this. Actually it is the first
listing in /usr/ports/UPDATING

20051113:
 AFFECTS: users of x11/xterm, x11/xorg-clients, x11/XFree86-4-clients
 AUTHOR: [EMAIL PROTECTED]

 Xterm no longer installs with '-static' prefix. Users should upgrade
 XFree86-clients to 4.5.0_1 or xorg-clients to 6.8.2_1 or newer before
 attempting upgrade of xterm to 206_1 or newer. Previous versions
remove
 xterm on deinstall so CONFLICTS have been set accordingly.
 

This does *not* explain what to do when the xorg-clients build *fails* 
when nvidia-driver is installed, nor how to recover if you do something 
like delete the xterm port.  This entry explains why upgrading xterm 
before xorg-clients will fail, but not why upgrading xorg-clients fails.


--Alex

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


Re: ntp handling in 6.0

2005-11-14 Thread Dave

Hello,
   Thanks for your reply. My server box does indeed have ntpd running i 
confirmed it with ps -aux and it does have a pf firewall. The rules are:


# allow UDP requests to port 123 from firewall to exit ext_if_if
# in order to contact internet ntp servers
# (keep state on this connection)
pass out quick on $ext_if inet proto { tcp, udp} from $ext_if to any port 
123 keep state


# allow UDP requests to ports 67, 68, and 123 from # in order to perform 
dhcp and ntp queries on the firewall

# ( Keep state on this connection)
pass in quick on $int_if inet proto { tcp,udp } from $int_net to $int_if 
port { 67, 68, 123 } keep state


and ntpdc shows me a prompt.
Hope this helps.
Dave.


- Original Message - 
From: Lowell Gilbert [EMAIL PROTECTED]

To: Dave [EMAIL PROTECTED]
Cc: freebsd-questions@freebsd.org
Sent: Monday, November 14, 2005 10:00 AM
Subject: Re: ntp handling in 6.0



Dave [EMAIL PROTECTED] writes:


Hello,
Has ntp handling changed in 6.0-RELEASE? I've been through the
handbook and /etc/defaults/rc.conf but haven't found the answer to
this. I've got a machine acting as an ntp server for a network. When i
run ntpdate -b IP from another machine i get the error No servers
suitable for synchronization found. Ntpd from these other boxes shows
the same. From the local ntp server to the ntp servers on the internet
works fine.
The local ntp server's configuration is as follows:

/etc/rc.conf
ntpdate_enable=YES
ntpdate_flags=-b servername
ntpd_enable=YES
ntpd_flags=-c /etc/ntp.conf -p /var/run/ntpd.pid

ntp.conf
server servername prefer
server servername
servername
driftfile /etc/ntp.drift
restrict 192.168.9.0 mask 255.255.255.0 notrust nomodify notrap

and on client boxes:

/etc/rc.conf
ntpdate_enable=YES
ntpdate_flags=-b local ntp server IP
ntpd_enable=YES
ntpd_flags=-c /etc/ntp.conf -p /var/run/ntpd.pid

/etc/ntp.conf
server local-ntp-server-ip prefer
driftfile /etc/ntp.drift


Is there an ntpd running?
Is there a firewall in the way?
What does ntpdc tell you? 


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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Giorgos Keramidas
On 2005-11-14 13:07, Mike Hernandez [EMAIL PROTECTED] wrote:
On  Mon, Nov 14, 2005 at 05:59:40PM +, Alex Zbyslaw wrote:
 I don't think so.  Keep track of which ports you deleted the
 dependencies from, then when you have the whole
 xorg-clients/xterm mess sorted out, just force a re-install of
 those packages and the right dependencies will come back.
 Time consuming, but not rocket science ;-)

 I had to do something like that when interrupting
 gnome_upgrade early seems to bugger everything a treat, but I
 got everything back OK (I think!).

 Great ;) I'm still working on my first year with freebsd so
 this a great learning experience. Without getting too far OT,
 is there a quick explanation as to why xterm is a separate
 port? Does it take up so much space that it would bloat a
 standard Xorg/Xfree install?

New releases of xterm are made far more often than full X11
releases, so it makes more sense I guess.  Every time a new
version of xterm is out, you don't really need to download 
rebuild monster-tarballs with all the X11 sources.  A simple
portupgrade invocation takes care of updating just xterm:

# portupgrade -vuN xterm

That's probably why it's a separate port.

- Giorgos

PS: Please, ignore the automatically forced 'footer' below.  It's
automatically added by the Exchange server I'm behind of and has
no relation whatsoever to non-work email I post.

-

This e-mail and any attachments may contain confidential and
privileged information. If you are not the intended recipient,
please notify the sender immediately by return e-mail, do not forward 
this email to any other person, delete this
e-mail and destroy all copies. Any dissemination or use of this
information by a person other than the intended recipient is
unauthorized and may be illegal.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re[2]: xterm conflicts with xorg-clients

2005-11-14 Thread Gerard Seibert
On Monday, November 14, 2005 12:42:14 PM, Mike Hernandez [EMAIL PROTECTED]
Subject: Re: xterm conflicts with xorg-clients
Wrote these words of wisdom:

 On  Mon, Nov 14, 2005 at 05:22:08PM +, Alex Zbyslaw wrote:
  Jeppe Larsen wrote:
  
  After running cvsup and portupgrade, I'm having some problems with xterm
  and some other programs.
  Portupgrade failed because of the following:
  
  ===  xterm-206_1 conflicts with installed package(s): 
   xorg-clients-6.8.2
  
   They install files into the same place.
   Please remove them first with pkg_delete(1).
  *** Error code 1
  
  Don't delete any of those dependencies!  If you do then you will 
  probably have to re-install those packages to get the dependencies back.
 
 
 Great. I just had the same problem and I deleted the dependencies ;)
 This is fun.  If I had only waited 10 minutes...
 
 I hope I didn't break anything beyond repair.
 
 Mike


* REPLY SEPARATOR *
On 10/11/2005 5:29:42 PM, Gerard Replied:

If all else fails, update your ports tree and install portmanager
(sysutils/portmanager). I would then recommend cleaning out your
/usr/ports/distfiles directory and possible running portsclean -C -D -DD
-L -P -PP which will pretty much clean out every conceivable bit of
extraneous garbage on your system. Then run portmanager -u -f -l. It
will take awhile, but it should properly rebuild everything on your
system.

Good Luck!

-- 
Gerard Seibert
[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: xterm conflicts with xorg-clients

2005-11-14 Thread Michael C. Shultz
On Monday 14 November 2005 09:02, Jeppe Larsen wrote:
 After running cvsup and portupgrade, I'm having some problems with xterm
 and some other programs.
 Portupgrade failed because of the following:

 ===  xterm-206_1 conflicts with installed package(s):
   xorg-clients-6.8.2

   They install files into the same place.
   Please remove them first with pkg_delete(1).
 *** Error code 1

 And then skipped a bunch of packages. Then i manually deinstalled xterm
 (that was wrong perhaps?) and now when running portupgrade again it is
 complaining about some stale dependency to xterm. For example:

 Stale dependency: amarok-1.3.6 -- xterm-206 -- manually run 'pkgdb -F' to
 fix, or specify -O to force.

 Then running pkgdb -F asks me alot of questions regarding this stale
 dependency and I am not sure what to do with it.

 Then I read in UPDATING that one must upgrade xorg-clients before xterm,
 but when i tried portupgrade xorg-clients I got:

 Stale dependency: xorg-clients-6.8.2 -- xterm-206

 Hmm, going in circles. Then i tried with the -F and xorg-clients started
 to compile, but got an error code 1 with this:

 cc -o xdriinfo -O2 -fno-strict-aliasing -pipe -march=pentium4 -ansi
 -pedantic -Wno-system-headers -Dasm=__asm  -Wall -Wpointer-arith -Wundef   
  -L/usr/ports/x11/xorg-clients/work/xc/exports/lib   xdriinfo.o -lGL -lXext
 -lX11 -L/usr/X11R6/lib -pthread-Wl,-rpath,/usr/X11R6/lib
 -Wl,-rpath-link,/usr/ports/x11/xorg-clients/work/xc/exports/lib

 xdriinfo.o(.text+0x59): In function `main':
 : undefined reference to `glXGetProcAddress'

 xdriinfo.o(.text+0x6a): In function `main':
 : undefined reference to `glXGetProcAddress'

 *** Error code 1

 What to do now?

I tested portmanager on this yesterday, it handled the conflict without a 
hitch, you may want to give it a try: sysutils/portmanager

-Mike


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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Mike Hernandez
On  Mon, Nov 14, 2005 at 10:24:45AM -0800, Giorgos Keramidas wrote:
 New releases of xterm are made far more often than full X11
 releases, so it makes more sense I guess.  Every time a new
 version of xterm is out, you don't really need to download 
 rebuild monster-tarballs with all the X11 sources.  A simple
 portupgrade invocation takes care of updating just xterm:
 
 # portupgrade -vuN xterm
 
 That's probably why it's a separate port.
 

Thanks for the quick and concise reply. It made sense to me to
have the xorg-clients and server parts as separate pacakges,
but I couldn't figure out why xterm would be alone. Now I have
an idea :)

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


Re: high CPU activity for interrupts

2005-11-14 Thread Chuck Swiger

[EMAIL PROTECTED] wrote:

top(1) shows it like this:

CPU states:  0.8% user,  0.0% nice,  0.4% system, 22.9% interrupt, 76.0% idle

What could I do to figure out what's going on?


Look at vmstat -i...

--
-Chuck

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


Re: system lacks resources

2005-11-14 Thread Chuck Swiger

Vladimir Dvorak wrote:

When the server is under mail load, these messages appears in logs:

(host 127.0.0.1[127.0.0.1] said: 450 4.4.1 Can't connect to 127.0.0.1
port 10025, Net::SMTP: connect: Operation not permitted (Operation not
permitted) at /usr/local/sbin/amavisd line 4323, GEN4 line 839.,
MTA([127.0.0.1]:10025), id=63072-10 (in reply to end of DATA command))

When the load decreases, these messages are delivered.

I thing this is problem related to allowed system resources. Has anyone
met this problem ? How can I increase or where to tune system variables
? /etc/login.conf ?


You should adjust the delivery concurrency of postfix in master.cf to match how 
many amavis/virus scanner tasks you are able to run on your system.


For example, if you limit amavis to three children, you should have this:

# virus scanning
scanunix  -  -  n  -   3  smtp

Remember that each amavis or virus-scanner process can require 30-50MB of RAM, 
depending on just how big the email going by is...


--
-Chuck

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


Re: FreeBSD reliable on Asus P4C800-E Deluxe?

2005-11-14 Thread Doug Poland
On Mon, Nov 14, 2005 at 10:58:12AM -0500, Danny wrote:
 On 11/14/05, Doug Poland [EMAIL PROTECTED] wrote:
  On Sun, Nov 13, 2005 at 09:32:29PM -0500, Danny wrote:
   Anyone have FreeBSD running on an Asus P4C800-E Deluxe without any
   issues?
  
 
  With 6.0-RELEASE, I can now use all hardware on the board, including
  both the SATA RAID controllers.  ACPI works fine.
 
  ... snip ...
 
  The only thing I haven't tested is Firewire.
 
 Excellent, thanks for the info!
 
 P.S. What BIOS version are you running?

Don't know off-hand.  I did update it within the last year or so.  If
you can tell me how to retrieve this while FreeBSD is running, I'll be
glad to supply it.

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


Re: FreeBSD reliable on Asus P4C800-E Deluxe?

2005-11-14 Thread Doug Poland
On Sun, Nov 13, 2005 at 09:32:29PM -0500, Danny wrote:
 Anyone have FreeBSD running on an Asus P4C800-E Deluxe without any
 issues?
 

With 6.0-RELEASE, I can now use all hardware on the board, including
both the SATA RAID controllers.  ACPI works fine.

ad4: 76319MB Seagate ST380013AS 3.18 at ata2-master SATA150
ad6: 76319MB Seagate ST380013AS 3.18 at ata3-master SATA150
ad10: 76319MB Seagate ST380013AS 3.05 at ata5-master SATA150
ad12: 76319MB Seagate ST380013AS 3.05 at ata6-master SATA150
ar0: 152638MB Promise Fasttrak RAID0 (stripe 128 KB) status: READY
ar0: disk0 READY using ad4 at ata2-master
ar0: disk1 READY using ad6 at ata3-master
ar1: 152637MB Intel MatrixRAID RAID0 (stripe 128 KB) status: READY
ar1: disk0 READY using ad10 at ata5-master
ar1: disk1 READY using ad12 at ata6-master

The only thing I haven't tested is Firewire.

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


RAS

2005-11-14 Thread Efren Bravo
Hi,

Can freeBSD be used as RAS server for windows
boxes?  
  
If freeBSD can do it, where can I start, I mean,
services do I have to download and install?  
  
Thanks a lot.

Efren Bravo.



__ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Kent Stewart
On Monday 14 November 2005 09:48 am, Jeppe Larsen wrote:
 On Mon, 14 Nov 2005 17:22:08 +, Alex Zbyslaw wrote:
  Don't delete any of those dependencies!  If you do then you will
  probably have to re-install those packages to get the dependencies
  back.
 
  I believe upgrading xorg-clients and then xterm should work, if
  only that damn xorg-clients port would compile!  I found this link
  late last night which might help, but haven't tried it myself yet.
 
  http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040
 .html
 
  If you don't want to do all that then you'll have to get the xterm
  port back to the state it was before cvsup.  Either get it from a
  backup or try portdowngrade.  Deleting xterm port *was* a bad idea,
  sorry.  If you had left it alone then you'd be left with working
  xorg-client and xterm installed and could either chase the fix
  above at your leisure or wait for someone to fix it officially.
 
  Hope that helps,
 
  --Alex

 With portdowngrade i managed to install 206 again, so that might be
 settled. It seems that the problem with xorg-client is another
 matter, but this error in the link is from january, and the upgrade
 to 6.8.2_1 is from yesterday??


I found that if I deleted xorg-clients and then xterm, I could reinstall 
xterm and then xorg-clients. I did this from a KDE session. After all 
of this was done, I ran pkgdb -F and it didn't have any problem 
connecting to xterm-206_1.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Robert Huff

Kent Stewart writes:

  I found that if I deleted xorg-clients and then xterm, I could
  reinstall xterm and then xorg-clients.

Huh.  I did it the other way around.  (Rebuilt xorg, then
xterm.)


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


Re: How can I install xorg-clients?

2005-11-14 Thread Kent Stewart
On Monday 14 November 2005 10:06 am, bob self wrote:
 after doing a portupgrade today I've got things messed up. I didn't
 read /usr/ports/UPDATING. I have now un-installed xterm and
 xorg-clients and am now trying to put them back in. I'm trying
 xorg-clients first but I get this error.

 xdriinfo.o(.text+0x5b): In function `main':
 : undefined reference to `glXGetProcAddress'

 *** Error code 1



 How can I get these ports re-installed?


You did it in the wrong order. 

#search xorg-clients

Port:   xorg-clients-6.8.2_1
Path:   /usr/ports/x11/xorg-clients
Info:   X client programs and related files from X.Org
Maint:  [EMAIL PROTECTED]
Index:  x11
B-deps: expat-1.95.8_3 fontconfig-2.3.2,1 freetype2-2.1.10_1 imake-6.8.2
libXft-2.1.7 perl-5.8.7 pkgconfig-0.19 png-1.2.8_2 
xorg-libraries-6.8.2
R-deps: expat-1.95.8_3 fontconfig-2.3.2,1 freetype2-2.1.10_1
libXft-2.1.7 pkgconfig-0.19 png-1.2.8_2 xorg-libraries-6.8.2   
xterm-206_1

You can see that xorg-clients depends on xterm. Install it first and 
then xorg-clients

Kent
-- 
Kent Stewart
Richland, WA

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


Before I search the web: NAS tips?

2005-11-14 Thread Gary Kline
I'm trying to get nas working on another server so I can 
listen to mp3 files on my laptop.  How do I set up permissions
on my server?  (nasd is akready going.)

gary


-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


Re: BTX halt on laptop

2005-11-14 Thread Dinesh Nair



On 11/14/05 23:56 Billy Tallis said the following:

The real problem is that BTX never gets around to loading any kernel.

From the information I have found online, BTX does not seem to be as


what are the errors you're getting at the btx boot: prompt ?

--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Jeppe Larsen
On Mon, 14 Nov 2005 14:28:10 -0500, Robert Huff wrote:

 
 Kent Stewart writes:
 
  I found that if I deleted xorg-clients and then xterm, I could
  reinstall xterm and then xorg-clients.
 
   Huh.  I did it the other way around.  (Rebuilt xorg, then
 xterm.)
 
 

And neither of you got this build error (or something similar)?

http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html
-- 
vh
Jeppe W. Larsen

Logic is the beginning of wisdom; not the end.


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


Re: MailScanner / SMTP Auth

2005-11-14 Thread Martin Hepworth
Martin
there's been a thread on this in the MailScanner email list over the last
couple of days - check it out...

--
Martin

On 11/14/05, Martin Schweizer [EMAIL PROTECTED] wrote:

 Hello

 Until now I run sendmail, mailscanner and cyrus-imapd without any
 problems. Now I
 want to update sendmail with SMTP Auth. I updated my 
 sendmail.mchttp://sendmail.mclike
 described in
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/smtp-auth.html.
 But
 after this all new mails only delivered local to root (no more to cyrus).
 Below attached is my sendmail.mc http://sendmail.mc. Is there anybody
 how has the
 same setup? Are there any pitfalls?
 My system: FreeBSD 5.4, sendmail 8.13.3, cyrus IMAP4 2.2.12

 Any hints are welcome.
 --

 Regards

 Martin

 [EMAIL PROTECTED]

 PC-Service M. Schweizer GmbH; Bannholzstrasse 6; CH-8608 Bubikon
 Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
 public key : http://www.pc-service.ch/pgp/public_key.asc;
 fingerprint: EC21 CA4D 5C78 BC2D 73B7 10F9 C1AE 1691 D30F D239;




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


ports db a mess after portsnap fetch/update

2005-11-14 Thread Hans Nieser

Hi list,

I just did the usual portsnap fetch/update routine to keep my portstree up 
to date and check for new versions of installed packages. But after doing 
a pkg_version, I noticed the following line:


gaim!

Thinking that perhaps my ports database got corrupted I ran pkgdb -F, 
which resulted in the following mess:


--
[EMAIL PROTECTED]:/usr/ports/www# pkgdb -F
---  Checking the package registry database
[Updating the pkgdb format:bdb1_btree in /var/db/pkg ... - 350 packages 
found (-0 +342) 
.. 
done]

Stale origin: 'net/gaim': perhaps moved or obsoleted.
- The port 'net/gaim' was moved to 'net-im/gaim' on 2005-11-09 because:
Moved to a new net-im category
Fixed. (- net-im/gaim)
Stale dependency: deskbar-applet-0.8.4 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):
[Updating the portsdb format:bdb1_btree in /usr/ports ... - 13654 port 
entries found 
.1000.2000.3000.4000.5000.6000.7000.8000.9000.1.11000.12000.13000.. 
. done]

libgnomecanvas-2.12.0 (score:45%) ? ([y]es/[n]o/[a]ll) [no]
New dependency? (? to help): ?
 [Enter] to skip, [Ctrl]+[D] to delete,  [.][Enter] to abort, [Tab] to 
complete

New dependency? (? to help):
Display all 350 possibilities? (y or n)
New dependency? (? to help):
Skip this? ([y]es/[n]o/[a]ll) [yes] yes
Skipped.
Stale dependency: epiphany-extensions-1.8.1 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):

Skip this? ([y]es/[n]o/[a]ll) [yes]
Stale dependency: evolution-gconf-tools-0.1.6 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):

Skip this? ([y]es/[n]o/[a]ll) [yes]
Stale dependency: gdesklets-0.35.2_1 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):

Skip this? ([y]es/[n]o/[a]ll) [yes]
Stale dependency: gnome2-power-tools-2.12.1 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):

Skip this? ([y]es/[n]o/[a]ll) [yes]
Stale dependency: musicpd-0.11.5_1 - madplay-esound-0.15.0b_3 
(audio/madplay):

New dependency? (? to help):
Skip this? ([y]es/[n]o/[a]ll) [yes]
Skipped.
Stale dependency: musicpd-0.11.5_1 - mad-0.15.0b (audio/mad):
New dependency? (? to help):
Skip this? ([y]es/[n]o/[a]ll) [yes]
Skipped.
Stale dependency: nvidia-driver-1.0.7676 - localedata-5.4 (misc/localedata):
New dependency? (? to help):
Skip this? ([y]es/[n]o/[a]ll) [yes]
Skipped.
Stale dependency: nvidia-driver-1.0.7676 - compat5x-i386-5.4.0.8 
(misc/compat5x):

New dependency? (? to help):
Skip this? ([y]es/[n]o/[a]ll) [yes]
Skipped.
Stale dependency: py24-gnome-extras-2.12.0 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):

Skip this? ([y]es/[n]o/[a]ll) [yes]
Stale dependency: serpentine-0.6.4_1 - libgnomecups-0.2.0_2,1 
(print/libgnomecups):

Skip this? ([y]es/[n]o/[a]ll) [yes]
[EMAIL PROTECTED]:/usr/ports/www#
--

Although the gaim ! thing seems to have been fixed, it starts asking me 
all kinds of things about dependencies that I know nothing about (and to 
be honest, I don't care to know anything about - I want it to 'just work' 
(tm) ).


I tried entering the suggested answers, but the next pkgdb -F presents 
the exact same questions and are apparently not resolved by using the 
default answers. pkgdb -fu doesn't appear to help  either.


Can anyone tell me how to fix all this (or point me to any 
guide/article/manpage/whatever for me to read), and how it possibly 
could've gotten this way? The last thing I did before the portsnap 
fetch/update routine was installing a bunch of ports (linuxpluginwrapper, 
linux-flashplugin, linux-flashplugin6, linux-flashplugin7) trying to get 
the cursed flash plugin to work for firefox (without success by the way, 
but that's another story...).


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


Re: FreeBSD reliable on Asus P4C800-E Deluxe?

2005-11-14 Thread Eric Schuele

Danny wrote:

Anyone have FreeBSD running on an Asus P4C800-E Deluxe without any issues?



Runs fine for me
Though I haven't truly tested everything (Its not my main machine).  But 
up and running without any issues. 5.x and 6.0.



Thanks,

...D

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




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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Kent Stewart
On Monday 14 November 2005 11:40 am, Jeppe Larsen wrote:
 On Mon, 14 Nov 2005 14:28:10 -0500, Robert Huff wrote:
  Kent Stewart writes:
   I found that if I deleted xorg-clients and then xterm, I could
   reinstall xterm and then xorg-clients.
 
  Huh.  I did it the other way around.  (Rebuilt xorg, then
  xterm.)

 And neither of you got this build error (or something similar)?

 http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.h
tml

Never saw it. I don't have anything nvidia provided installed.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Robert Huff

Jeppe Larsen writes:

I found that if I deleted xorg-clients and then xterm, I could
reinstall xterm and then xorg-clients.
   
  Huh.  I did it the other way around.  (Rebuilt xorg, then
   xterm.)
  
  And neither of you got this build error (or something similar)?
  
  http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040.html

Couldn't have - I don't have the nvidia driver.
(I had problems using portupgrade, went back and read
ports/UPDATING, then did things by hand.  Took maybe 15 minuted
longer than if everything had worked.)


Robert Huff




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


Re: SOLVED: package contains missing libgmodule

2005-11-14 Thread Kris Kennaway
On Sun, Nov 13, 2005 at 09:33:49PM -0500, My mailing Lists wrote:
 Thanks for your reply, Michael.  Of course, you are right.  I should have 
 been 
 more specific.  I had reinstalled glib version 2, but that did not solve my 
 problem.  Just to be double sure, after I read your email, I reinstalled 
 glibc-2.8.3 AGAIN, but still got the error.  
 
 Your email got me thinking.  I wanted to do:
 
 find / -iname libgmodule*
 
 This would search for every file named libgmodule* in the file system on the 
 version of find that I've found on linux systems.  I kept boinking the BSD 
 version, so I ran:
 
 $ find / | grep libgmodule* 
 /usr/local/lib/libgmodule-2.0.so.0
 /usr/local/lib/libgmodule-2.0.so
 /usr/local/lib/libgmodule-2.0.a
 /usr/local/lib/libgmodule12.a
 /usr/local/lib/libgmodule12.so
 /usr/local/lib/libgmodule12.so.3
 
 I added a link and tried artsd:
 
 $ ls -l libgmodule*
 -rw-r--r--  1 root  wheel   8220 Nov 13 19:02 libgmodule-2.0.a
 lrwxr-xr-x  1 root  wheel 19 Nov 13 19:02 libgmodule-2.0.so - 
 libgmodule-2.0.so.0
 -rwxr-xr-x  1 root  wheel  12701 Nov 13 19:02 libgmodule-2.0.so.0
 lrwxr-xr-x  1 root  wheel 19 Nov 13 21:11 libgmodule-2.0.so.600 - 
 libgmodule-2.0.so.0
 
 This time, I got the same exact error, but for the library:
 
 libgthread-2.0.so.600
 
 I added a link to libgthread-2.9.so.0.
 
 $ ls -l libgthread*
 -rw-r--r--  1 root  wheel  12668 Nov 13 19:02 libgthread-2.0.a
 lrwxr-xr-x  1 root  wheel 19 Nov 13 19:02 libgthread-2.0.so - 
 libgthread-2.0.so.0
 -rwxr-xr-x  1 root  wheel  17820 Nov 13 19:02 libgthread-2.0.so.0
 lrwxr-xr-x  1 root  wheel 19 Nov 13 21:14 libgthread-2.0.so.600 - 
 libgthread-2.0.so.0
 
 Now, artsd and everything else is happy.  I have sound on KDE.  I don't know 
 if the missing links are the result of something I deinstalled, but shouldn't 
 a reinstall of the port or package recreate those links?  I am not trying to 
 complain, just want to figure out if I stumbled on a bug, or if these is just 
 another instance of me boinking my own system.
 

The problem is that you have ports that rely on the OLDER version of
the library than that installed by the current port.  This is because
you didn't upgrade them properly.  When you upgrade a port like glib,
you need to also upgrade everything that depends on glib.  The easiest
way to do this is using a tool like portupgrade (Michael will tell you
to use portmanager :-)

Kris

P.S. The symlinks you created may cause the application to be
unstable, since the new and old libraries are not identical and do not
have the same interface.


pgpwRiULfDRJJ.pgp
Description: PGP signature


Re: Installation of Freebsd on external hard drive

2005-11-14 Thread Eric Schuele

Marco Calviani wrote:

Hello freebsd-mobile,
i'm a quite experienced Debian laptop user using an Acer Travelmate 8005. I
would like to install freebsd on an external USB or Firewire HD and choose
which OS use at startup (maybe within the GRUB loader). However i'm a BSD
newbie.
Could you give me some hints on how to perform this task? What option should
i choose for the bootloader?



I've installed it on USB keys and external USB drives with no problem.

Since I was only using those for experimentation, I never modified my 
boot loader.  My BIOS provides a boot menu for selecting the boot 
device, of which external USB device is an option.  I found this 
cleaner, since when not using those devices I do not have to go through 
the FreeBSD boot menu.


Hints?
For my situation... I booted from the CD.  When asked to slice and 
partition my disk... I chose the external USB device.  I selected the 
'standard boot loader'.  Then the rest of the magic is handled by my BIOS.


Don't know if that helps you much.


Thanks in advance for the help,
MC
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]




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


gnome_upgrade script question

2005-11-14 Thread dick hoogendijk
I have a spare 6.0 computer on which I ran the gnome_upgrade script.
My g** .. 47 ports were deleted amongst which are very big ones like
mozilla and all of KDE. This will take me a very long time to rebuild.
And this only because glib2 is changed?

I don't like this at all. It's a brandnew 6.0 system..
Is it really neccessary to rebuild all of KDE??

If I don't want this which ports do I have to set on hold in
pkgtools.conf to run a normal portupgrade once in a while without
getting into trouble?

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11-stable ++ FreeBSD 6.0
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Makefile and Kernel Optimizations in 6.0

2005-11-14 Thread Kris Kennaway
On Mon, Nov 14, 2005 at 10:23:22AM -0500, Gerard Seibert wrote:
 I am presently running FreeBSD 5.4, but am considering upgrading to
 version 6.0 in the near future.
 
 I have read on this forum that the /etc/make.conf file has been moved in
 version 6.0. I assume that although it has been moved, that it still
 serves the same purpose as it did in the 5.4 version. Is that correct?
 
 I also read somewhere that version 6 has CFLAGS=O2 set by default. Does
 it also have COPTFLAGS=-O2 set or does it make any difference?
 
 Finally, I was using something I found in the BSD Hacks book distributed
 by O'Reilly. It has a section on Kernel Optimizations and recommends
 assigning  this to the kernel immediately after the i386 line.
 
 Makeoptions   COPTFLAGS=O2 - pipe Actually it goes on to  recommend
 '-funroll-loops' and '-ffast-math' as well. Since I do not know what
 those two are about, I never used them. In any case, is it recommended
 to use any optimization in the kernel in the new 6.0 version?

It's recommended to use the default settings, of course :)

You're unlikely to see a real difference with different compiler
optimizations, and adding weird non-standard options may even cause
problems.

Kris

P.S. -funroll-loops and -ffast-math are commonly used by people who
don't understand what they mean but like the thrill it gives them to
compile their application with secret optimizations (e.g. the word
fast makes them feel excited).  However, the former is often not
actually an optimization (which is why it's not on by default), and
the latter can cause incorrect computations (but I think it's
completely irrelevant in the kernel which does not do FP math).


pgp4OK1cPgSRP.pgp
Description: PGP signature


Re: xterm conflicts with xorg-clients

2005-11-14 Thread Kent Stewart
On Monday 14 November 2005 12:01 pm, Robert Huff wrote:
 Jeppe Larsen writes:
 I found that if I deleted xorg-clients and then xterm, I could
 reinstall xterm and then xorg-clients.
   
 Huh.  I did it the other way around.  (Rebuilt xorg, then
xterm.)
 
   And neither of you got this build error (or something similar)?
 
  
  http://lists.freebsd.org/pipermail/freebsd-i386/2005-January/002040
 .html

   Couldn't have - I don't have the nvidia driver.
   (I had problems using portupgrade, went back and read
 ports/UPDATING, then did things by hand.  Took maybe 15 minuted
 longer than if everything had worked.)


Which is one of the reasons I don't have the nvidia driver installed. If 
we don't have the source, it won't keep up :).

Kent

-- 
Kent Stewart
Richland, WA

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


Re: bootloader (I think ?) question

2005-11-14 Thread tim cle


--- stan [EMAIL PROTECTED] wrote:

 I'm trying to recover a machine whose disk failed. I
 ook the new disk
 hooked it up to another working FreeBSD machine, and
 used /stand/sysinstall
 to partiton the new disk. Then i mounted the various
 partiton and recovered
 all the disks data using Amanda. 
 
 I'm failry certain I've done this with succes in the
 past, but this time
 it's not working.
 
 When I put the drive in the PC it's intended to be
 for, as the aster
 dirive, it boots up to the second interactive point
 (the place where it
 tells you you have n seconds to hit any key, and
 counts down), however it
 goes no further than that,  At tht point , I havean
 ok prompt, and an
 lsdev shos whe drive as drive 1.
 
 What do I need to do to get this drive booting?
 

Hello,

Before you do anything, you should first back up all
the data from the disk that failed onto a new disk,
given that the disk has already failed, there is the
very real possibility that it will fail again, soon.

Put simply, the loader is not executing the kernel.
There are a number of possible reasons for this: 1 -
the loader is not able to work out what disk to
attempt the boot process on, 2 - the loader has found
a disk, but cannot find the kernel, 3 - the loader has
found the kernel but is unable to load it.

You said lsdev can find disk1, so I suspect that it
cannot find the kernel. The kernel is a file on the
file system. Given that you said the disk failed, then
i would suspect that an fsck is required on the root
file system (after you have backup of all data you
want to protect).

After you have done the fsck, you might want to also
go into the /boot directory and make sure the file
kernel still actually exists.

Regards, TIm.



__ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Broadcom BCM5721 Gigabit Ethernet Controllers

2005-11-14 Thread Lowell Gilbert
Sergey Lapin [EMAIL PROTECTED] writes:

 Are BCM5721's supported?
http://www.freebsd.org/cgi/man.cgi?query=bgeapropos=0sektion=0manpath=FreeBSD+6.0-RELEASE+and+Portsformat=html
 We'd like to setup router on them - is it a good idea?

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


Re: gnome_upgrade script question

2005-11-14 Thread Kent Stewart
On Monday 14 November 2005 12:20 pm, dick hoogendijk wrote:
 I have a spare 6.0 computer on which I ran the gnome_upgrade script.
 My g** .. 47 ports were deleted amongst which are very big ones like
 mozilla and all of KDE. This will take me a very long time to
 rebuild. And this only because glib2 is changed?

 I don't like this at all. It's a brandnew 6.0 system..
 Is it really neccessary to rebuild all of KDE??

 If I don't want this which ports do I have to set on hold in
 pkgtools.conf to run a normal portupgrade once in a while without
 getting into trouble?

You needed to use the -p option which would get packages if it can. If 
you upgrade early, you need a cpu with considerable power. The problem 
is being patient long enough :).

I have an AMD 2400+ XP and it had to build the gnome stuff and the new 
release of kde-3.4.3. It took a while :). However, I had packages on 
it, that I could move to my other 5.4 computers, long before they had 
packages on Marcus' tinderbox, which is where the gnome_upgrade.sh 
script, which came along about 10 Novermber, gets the gnome packages.

Kent

-- 
Kent Stewart
Richland, WA

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


Re: ports db a mess after portsnap fetch/update

2005-11-14 Thread Hans Nieser

Hans Nieser wrote:
. Hi list,




[... huge complaint about stale dependencies ...]

My apologies, in my frustration I sent this out without properly 
investigating, seems all I had to do was install the ports mentioned in 
the pkgdb output about the stale dependencies and run pkgdb -F again to 
fix it for me.


I'm still kind of wondering how it got that way, but at least I got it all 
fixed again without having to do anything drastic like pkg_deinstall *

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


  1   2   >