Re: openssl/openssh from ports or base?

2004-07-30 Thread Bob Tito
Jason P Holland wrote:
Hello,
What is the preferred method that people are using for keeping openssl and
openssh up to date?  Are most people using the ports version?  Or the base
version?  Seems like if there is a vunlerability released, its much easier
to cvsup the ports tree and reinstall.  But if you use the base versions,
is there a way to update that without doing a complete
buildworld/installworld?  Just curious what other freebsd users are doing.
Thanks
 

I am quite happy with freebsd-update which fetches prebuild binaries if 
needed. Until now i fecthed updates just a couple of hours after an 
advisory. When using the GENERIC kernel you can get the updated kernel 
as well.

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

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


Re: Streaming audio with FreeBSD

2004-07-30 Thread Vulpes Velox
On Fri, 30 Jul 2004 00:17:19 -0500
Miguel Cardenas [EMAIL PROTECTED] wrote:

 Hello list!!
 
 I'd like to know if there's a software to stream audio to a
 ShoutCast server... I tried  on linux the shoutcast dj, but is too
 simple and just plays a list of mp3... I need to transmit a radio
 program and require to send voice, music and/or both if necesary...
 
 Found a *nix library libshout2 (don't remember the name right now)
 but has no full documentation and examples are too poor to develop
 my own simple application...
 
 If somebody knows of a mp3/ogg streamer to a shoutcast server I'd
 appreciate if you tell me, am experiencing some problems with
 transmision from inside of my LAN with windows through the firewall
 (stream passes fine but with drop-outs)... so I need to transmit
 directly from the *nix server...

Search the ports using cast and shout...

http://www.freebsd.org/ports/index.html is uber useful...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: backspace and delete keys behavior

2004-07-30 Thread Kevin D. Kinsey, DaleCo, S.P.
Mariano Guadagnini wrote:
Hi guys, I am new to Freebsd (after years of linux) and, althought system 
installation and configuration was quite seamlessly, I've an issue with the 
delete key of my keyboard (101 keys us layout): In xterm, the backspace key 
works ok, but when I press del, it prints the ~ character, instead of  
deleting .  I have read it has something to do with keyboard layout config, 
but I couldn't find out how to fix it. So, any ideas?

Thanks, (and forgive my poor english)
Mariano Guadagnini
Argentina
 

what does:
echo $TERM
   give you?
It could possibly be the wrong terminal type --- try the following
at the CLI (depending on which shell)...
csh/tcsh:
   $setenv TERM xterm-color
sh/bash:
   #TERM=xterm-color
   #export TERM
HTH,
Kevin Kinsey
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


FW: portupgrade qw?

2004-07-30 Thread Nicholay Lastovka
Hi,

I try to update pine, and make like this
#portupgrade pine
and see this string

/usr/local/sbin/portupgrade:35:in `require': No such file to load --
pkgtools (L
oadError)from /usr/local/sbin/portupgrade:35
where can i find information what need to do?

thanks,
as ever
Phil

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


Re: Different sysinstall labelling behaviour when run post-install vs. during install?

2004-07-30 Thread Matthew Seaman
On Thu, Jul 29, 2004 at 06:01:50PM -0700, Darren Pilgrim wrote:
 Yesterday I was upgrading the disk in one of my workstations.  Since I was
 planning on growing the filesystems for my FreeBSD install at the same time,
 I needed to manually create a new disklabel.  I used sysinstall for this,
 but ran into a problem: sysinstall doesn't allocate the partition letters,
 with 'a' first, if you aren't doing an initial install.  I ended up using
 the auto defaults option to create the 'a' partition, then remove
 everything and create them as I wanted.  I'm glad to say that it worked out
 just fine, but this problem raises a couple of questions:
 
 Why does sysinstall behave differently when run post-install?

Interesting.  I didn't know it did that.  At a guess what may be
happening is that sysinstall(8) is treating your disk as if it was the
second or subsequent disk on the system.  In which case, it probably
wouldn't allocate an 'a' partition, which by convention contains a
bootable image.
 
 How do I manually specify or change the partition letter to use?

Don't use sysinstall(8). sysinstall is like the training wheels
children use when learning to ride a bike: essential in the beginning,
but once they've achieved some proficiency, the training wheels just
get in the way.

Use disklabel(8), or if you're running 5.x, bsdlabel(8).  It's the
same program either way, it just got renamed for 5.x.  disklabel will
let you examine and make arbitrary edits to the disk label.  You can
also use it to generate a disklabel automatically.

To make the sort of changes you require, use 'disklabel -e' which will
put you into an editor session showing the current disk label.  Then
just edit the 'partitions' section as required.  When creating a new
partition, you must fill in the 'size', 'offset' and 'fstype' fields.
for ordinary 4.2BSD (ie UFS) partitions, the next three fields are
hints to newfs(8) -- the default settings (fsize=1024, bsize=8192,
bps/cpg=16) are a good first choice, but you can modify those at will
from the newfs(8) commandline.  The cylinder number stuff after the
'#' is generated automatically: you don't need to fill anything in
there yourself.

Once you've revamped the partitioning, you'll need to create
filesystems to go inside those partitions.  newfs(8) will create you a
pristine new filesystem, or if you're feeling brave, you can use
growfs(8) to extend a filesystem, but a) only where the old partition
starts at exactly the same offset as the new one and b) only when the
new partition is *larger* than the old one.  growfs(8) is more often
used with such things as vinum(8) -- for plain UFS partitions dumping
the filesystem, modifying the drive layout, creating new filesystems
and recovering the data from backup is generally the best way to do
such things, and least likely to result in foot-shooting.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpwjaokQYPth.pgp
Description: PGP signature


postfix, saslauthd, pam_mysql - wrong username is being send

2004-07-30 Thread Martin Hudec
Hello,

I have postfix set up using saslauthd to authenticate against
mysql database with pam_mysql. Usernames are stored in
database like [EMAIL PROTECTED] (username with @ and domain
is used because I have multiple domains virtualhosted there).
But I am unable to authenticate because I am not getting
whole username sent. I am getting just username, not
whole [EMAIL PROTECTED]). Can anyone help and tell me how to
get whole username to select from database please?

In pam.conf:
smtpd auth required pam_mysql.so user=postfix passwd=** db=postfix table=mailbox 
usercolumn=username passwdcolumn=password crypt=1
smtp auth required pam_mysql.so user=postfix passwd=** db=postfix table=mailbox 
usercolumn=username passwdcolumn=password crypt=1

In smtpd.conf:
pwcheck_method: saslauthd
mech_list: plain login

In auth.log:
Jul 30 11:46:02 amber postfix/smtpd[58005]: sql_select option missing
Jul 30 11:46:02 amber postfix/smtpd[58005]: auxpropfunc error no mechanism available 
Jul 30 11:46:40 amber saslauthd[57854]: pam_mysql: select returned more than one result
Jul 30 11:46:40 amber saslauthd[57854]: do_auth : auth failure: [user=taker] 
[service=smtp] [realm=aeternal.net] [mech=pam] [reason=PAM auth error]

NOTE: sql_select option missing and auxpropfunc error are there maybe
because I miss some things in smtpd.conf. Correct?

In maillog:
Jul 30 11:46:40 amber postfix/smtpd[58005]: connect from unknown[192.168.0.39]
Jul 30 11:46:40 amber postfix/smtpd[58005]: setting up TLS connection from 
unknown[192.168.0.39]
Jul 30 11:46:40 amber postfix/smtpd[58005]: TLS connection established from 
unknown[192.168.0.39]: TLSv1 with cipher RC4-MD5 (128/128 bits)
Jul 30 11:46:40 amber postfix/smtpd[58005]: warning: SASL authentication failure: 
Password verification failed
Jul 30 11:46:40 amber postfix/smtpd[58005]: warning: unknown[192.168.0.39]: SASL PLAIN 
authentication failed
Jul 30 11:46:40 amber postfix/smtpd[58005]: lost connection after AUTH from 
unknown[192.168.0.39]
Jul 30 11:46:40 amber postfix/smtpd[58005]: disconnect from unknown[192.168.0.39]

In mysql.log:
040730 11:46:40 240 Connect [EMAIL PROTECTED] on postfix
240 Init DB postfix
240 Query   SELECT password FROM mailbox WHERE username='taker'
240 Quit



Thank you,

Martin

-- 
Martin Hudec| corwin at aeternal.net
| corwin at web.markiza.sk
http://www.aeternal.net | cell +421 907 303 393



pgpMF1ZvZkvks.pgp
Description: PGP signature


Re: backspace and delete keys behavior

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 04:01:53 -0500
Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED] wrote:

 Mariano Guadagnini wrote:
 
 Hi guys, I am new to Freebsd (after years of linux) and, althought system 
 installation and configuration was quite seamlessly, I've an issue with the 
 delete key of my keyboard (101 keys us layout): In xterm, the backspace key 
 works ok, but when I press del, it prints the ~ character, instead of  
 deleting .  I have read it has something to do with keyboard layout config, 
 but I couldn't find out how to fix it. So, any ideas?
 
 Thanks, (and forgive my poor english)
 
 
 Mariano Guadagnini
 Argentina
   
 
 
 what does:
 
  echo $TERM
 
 give you?
 
 It could possibly be the wrong terminal type --- try the following
 at the CLI (depending on which shell)...
 
 csh/tcsh:
 
 $setenv TERM xterm-color

[EMAIL PROTECTED] /home/itetcu/.dc [12:26:07] 0
 % echo $TERM
xterm
[EMAIL PROTECTED] /home/itetcu/.dc [12:58:58] 0 
% setenv TERM xterm-color
[EMAIL PROTECTED] /home/itetcu/.dc [12:59:11] 0
 % echo $TERM
xterm-color
[EMAIL PROTECTED] /home/itetcu/.dc [12:59:15] 0
 % dasdas

Where the ~ are made by pressing delete.



-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: postfix, saslauthd, pam_mysql - wrong username is being send

2004-07-30 Thread Martin Hudec
Hello,

just few moments after my posting, I have solved it by running
saslauthd with -r :). Now I have possible conflict in
password (sent password is crypted maybe and stored is in
md5).



-- 
Martin Hudec| corwin at aeternal.net
| corwin at web.markiza.sk
http://www.aeternal.net | cell +421 907 303 393



pgpkz938dUqTd.pgp
Description: PGP signature


Re: java jdk14 install - cannot find file

2004-07-30 Thread Matthew Seaman
On Fri, Jul 30, 2004 at 11:00:23AM +0800, Peter Ryan wrote:

 as part of the jdk14 install, i have to
 download the file j2sdk-1_4_2_04-linux-i586.bin
 from the sun web site and put it into the
 /usr/ports/distfiles folder.
 I did that - no problem.
 I can see the file listed in the right place.
 
 When i do the Make, it aborts with an error.
 It cannot find the file I just downloaded.

The distfiles the java/jdk14 port is looking for are:

% make -V DISTFILES
j2sdk-1_4_2-src-scsl.zip j2sdk-1_4_2-bin-scsl.zip bsd-jdk14-patches-6.tar.gz

The first two of those should come from Sun's website, and the third
from the eyesbeyond.com site.

What you've got is the distfile for the java/linux-sun-jdk14 port,
which is required to bootstrap building the native java/jdk14 port.
(You only need the java/linux-sun-jdk14 port the first time you build
java/jdk14: after that you can use it to rebuild itself: just set
NATIVE_BOOTSTRAP=yes in the make(1) argument list)

Actually, you haven't got quite the right distfile even now. It should
be:

% make -V DISTFILES
j2sdk-1_4_2_05-linux-i586.bin

(ie Patch level 05 rather than 04).  Re-cvsup to make sure your ports
tree is up to date, then:

# cd /usr/ports/java/linux-sun-jdk14
# make install

Assuming you'ld already got linux compatability mode enabled -- if you
didn't before, it will be installed as a dependency.  You may well
need to reboot around this point to get that working properly.

# cd ../jdk14
# make install

and follow the instructions it prints out about how to get hold of the
source code.  Once you've got the native JDK installed, you can, if
you wish, delete linux-sun-jdk14, but having it installed does no real
harm other than taking up diskspace.

Yes, it is inordinately complicated to install a native JDK from
source.  Blame Sun -- it's their licensing restrictions that mean this
whole rigmarole is required.

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgppmhn3yXoQI.pgp
Description: PGP signature


RE: java jdk14 install - cannot find file

2004-07-30 Thread Peter Ryan
Thanks a lot Mathew,

I have the 3 files you first mentioned,
and, yes, I have the linux compatabilty set.

I will try the cvsup and see if that sorts things out.

I'm glad to hear others find this java installation
far from simple.

Many thanks
Peter

  
  When i do the Make, it aborts with an error.
  It cannot find the file I just downloaded.
 
 The distfiles the java/jdk14 port is looking for are:
 
 % make -V DISTFILES
 j2sdk-1_4_2-src-scsl.zip j2sdk-1_4_2-bin-scsl.zip 
 bsd-jdk14-patches-6.tar.gz
 
 The first two of those should come from Sun's website, and 
 the third from the eyesbeyond.com site.
 
 What you've got is the distfile for the java/linux-sun-jdk14 
 port, which is required to bootstrap building the native 
 java/jdk14 port.
 (You only need the java/linux-sun-jdk14 port the first time you build
 java/jdk14: after that you can use it to rebuild itself: just 
 set NATIVE_BOOTSTRAP=yes in the make(1) argument list)
 
 Actually, you haven't got quite the right distfile even now. It should
 be:
 
 % make -V DISTFILES
 j2sdk-1_4_2_05-linux-i586.bin
 
 (ie Patch level 05 rather than 04).  Re-cvsup to make sure 
 your ports tree is up to date, then:
 
 # cd /usr/ports/java/linux-sun-jdk14
 # make install
 
 Assuming you'ld already got linux compatability mode enabled 
 -- if you didn't before, it will be installed as a 
 dependency.  You may well need to reboot around this point to 
 get that working properly.
 
 # cd ../jdk14
 # make install
 
 and follow the instructions it prints out about how to get 
 hold of the source code.  Once you've got the native JDK 
 installed, you can, if you wish, delete linux-sun-jdk14, but 
 having it installed does no real harm other than taking up diskspace.
 
 Yes, it is inordinately complicated to install a native JDK 
 from source.  Blame Sun -- it's their licensing restrictions 
 that mean this whole rigmarole is required.
 
   Cheers,
 
   Matthew
 
 -- 
 Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
   Savill Way
 PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
 Tel: +44 1628 476614  Bucks., 
 SL7 1TH UK
 


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


Re: Sysinstall errors and debug screen

2004-07-30 Thread Matthew Seaman
On Thu, Jul 29, 2004 at 08:52:08PM -0700, Stefan Warnke wrote:

 when installing FreeBSD with Sysinstall it sometimes happens that an error
 message comes up and the module couldn't get installed. Changing the medium
 (CD or different ftp server) sometimes helps. It's not consistence, on one
 machine I could install Samba 3 and MySQL 4, on another one I'm always
 getting an error after a successful download. Samba 4 and MySql 3 can
 install.

Hmmm... I'd advise you to just skip adding any third party software
packages during the initial installation.  Once you've got FreeBSD up
and running, you can install packages from the command line by:

# pkg_add -r pkgname

which will download the appropriate package from one of the FTP mirror
sites, together with any other packages it depends on, and install
them.

Note that both the Samba 3 and MySQL 4 packages you want are slightly
trickier to deal with as there are packages for several different
versions of that software available.  You'll also need to install both
mysql-client and mysql-server ports. eg:

# pkg_add -r mysql41-server
# pkg_add -r mysql41-client

You can see what packages are available by looking at eg.

ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.10-release/Latest/

(Warning: that downloads a list of about 11,000 packages).

Change the 'packages-4.10-release' bit to whatever is appropriate for
the FreeBSD version you're running.

It's also the case that the samba3 package isn't available on any of
the -RELEASE CDs or package collections, as it was only renamed to
that /after/ the last release (4.10-RELEASE).  (Before then it was
called 'samba-devel'). However, see below for how to use ports, which
is probably the best way around that problem.
 
 Can anyone tell me where to find the debug screen with the error messages?
 What can I do to be able to install from the ports. I'm close to download
 the packages from Samba.org and MySql.com instead of wasting time with
 sysinstall.

Pressing Alt-F2 together will get you to a screen with debug output,
but only during the initial system installation: it doesn't work if
you run sysinstall(8) as a regular program on an already installed
system.

As for downloading the sources from samba.org or mysql.com and
compiling yourself: there's a very neat and simple way of doing that
with the FreeBSD ports system.  eg:

# cd /usr/ports/databases/mysql41-server
# make install

See the handbook for details:

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

and here's a series on OnLamp articles which explain many tricks of
the trade:

http://www.onlamp.com/pub/a/bsd/2003/08/07/FreeBSD_Basics.html
http://www.onlamp.com/pub/a/bsd/2003/08/28/FreeBSD_Basics.html
http://www.onlamp.com/pub/a/bsd/2003/09/18/FreeBSD_Basics.html

Cheers,

Matthew

-- 
Dr Matthew J Seaman MA, D.Phil.   26 The Paddocks
  Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614  Bucks., SL7 1TH UK


pgpugkX2PsvEs.pgp
Description: PGP signature


Freebsd and AMD64 Opteron and SMP support

2004-07-30 Thread Dino Vliet
Hi there,

I'm in the middle of setting up a small company that
will be selling it's products online. I have to offer
47/7 support and to start without too much costs I
wanted to build this system with opensource
technologies so I chose Freebsd, with postgreSQl as
database engine and Aolserver as webserver because
these are the tools I'm most comfortable with.

Currently we are in the middle of deciding upon the
hardware and to me a 2-way or 4-way Opteron server
would be the best choice for the moment. However, I
have some questions about this architecture and how
Freebsd supports it.

1) Does Freebsd support a SMP system of the AMD64
architecture(Opterons) and which version should I use?
Development of this system will start in September or
October.
2) If not, should I consider using Suse Linux or are
there any other contenders?
3) Is it wise to setup a database server and web
server on the same box?
4) At the moment, the applications like postgresql and
aolserver in the ports collection are 32 bit
applications? Will they be ported to 64 bit
applications anytime soon?
5) Where can I find information about finetuning
freebsd, postgresql and aolserver for performance and
security?

Many thanks folks,

Brgds
Dino Vliet



__
Do you Yahoo!?
Yahoo! Mail - 50x more storage than other providers!
http://promotions.yahoo.com/new_mail
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Repeated lockups with 4.10

2004-07-30 Thread stan
I have 15 or so  older PC's, moslty HP Vectra PII's all taking input on one
or more of the serial ports and ultimately displaying the results via
Apache. We have ben doing this for 3+ years using various version of
OpenBSD.

A couple of weeks ago, I replaced one of these amchine (which was an older
P1) with a newer PII'. Shortly after that it started locking up almost
every day. The symptom was always the same, a starnge checkerboard looking
pattern on the monitor, and absolute hard lockup. Need to pll the poer cord
to reset the machine.

I fiddles around a while, and changed various parts on this amchine, but
never did solve the problem. Then about a week ago, I replaced that machine
with a totaly different one. The original bad machine passed memory, and
hard drive tests, and has been running in the lab WO crashing for almos a
week now.

Yesterday, the new machine locked up in the exact same way.

Help! Foes anyone have any ideas? Are there any know issues with 4.10, and
serial ports?

Thanks for any input whatsover.

-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Repeated lockups with 4.10

2004-07-30 Thread Steve
do you have anything in dmesg, logs, any cores, etc ..
--
Steve Rieger
ICQ # 5956607
yahoo IM riegersteve
- Original Message - 
From: stan [EMAIL PROTECTED]
To: Free BSD Questions list [EMAIL PROTECTED]
Sent: Friday, July 30, 2004 4:27 AM
Subject: Repeated lockups with 4.10


 I have 15 or so  older PC's, moslty HP Vectra PII's all taking input on
one
 or more of the serial ports and ultimately displaying the results via
 Apache. We have ben doing this for 3+ years using various version of
 OpenBSD.

 A couple of weeks ago, I replaced one of these amchine (which was an older
 P1) with a newer PII'. Shortly after that it started locking up almost
 every day. The symptom was always the same, a starnge checkerboard looking
 pattern on the monitor, and absolute hard lockup. Need to pll the poer
cord
 to reset the machine.

 I fiddles around a while, and changed various parts on this amchine, but
 never did solve the problem. Then about a week ago, I replaced that
machine
 with a totaly different one. The original bad machine passed memory, and
 hard drive tests, and has been running in the lab WO crashing for almos a
 week now.

 Yesterday, the new machine locked up in the exact same way.

 Help! Foes anyone have any ideas? Are there any know issues with 4.10, and
 serial ports?

 Thanks for any input whatsover.

 -- 
 They that would give up essential liberty for temporary safety deserve
 neither liberty nor safety.
 -- Benjamin Franklin
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


Re: Problem updating xorg-clients

2004-07-30 Thread Michael L. Squires
I just built xorg from scratch under 5.2-CURRENT (of the past few days) 
and didn't have this problem.

Mike Squires
On Thu, 29 Jul 2004, Joshua Tinnin wrote:
I'm getting an error message (below) when trying to upgrade the xorg-clients
port, and I'm not at all sure how to fix it. Am running 5.2.1-RELEASE-p9 with
xorg-6.7.0_1.
- jt
making all in programs/xhost...
cc -O -pipe -march=athlon-xp -ansi -pedantic -Wno-system-headers -Dasm=__asm
-Wall -Wpointer-arith -Wundef -I/usr/ports/x11/xorg-clients/work/xc
-I/usr/ports/x11/xorg-clients/work/xc/exports/include  -I/usr/X11R6/include
-DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO   -DTCPCONN -DUNIXCONN
-DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6-DBSD44SOCKETS
-DXVENDORNAME='The X.Org Foundation' -DXVENDORNAMESHORT='X.Org' -c
xhost.c
xhost.c: In function `change_host':
xhost.c:423: error: syntax error before siaddr
xhost.c:434: error: `siaddr' undeclared (first use in this function)
xhost.c:434: error: (Each undeclared identifier is reported only once
xhost.c:434: error: for each function it appears in.)
xhost.c: In function `get_hostname':
xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in this
function)
xhost.c:883: error: `sip' undeclared (first use in this function)
xhost.c:884: warning: ISO C89 forbids mixed declarations and code
xhost.c:888: error: syntax error before ')' token
*** Error code 1
Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
*** Error code 1
Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
*** Error code 1
Stop in /usr/ports/x11/xorg-clients.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade99236.6
make
** Fix the problem and try again.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: backspace and delete keys behavior

2004-07-30 Thread Mark Ovens
Mariano Guadagnini wrote:
Hi guys, I am new to Freebsd (after years of linux) and, althought system 
installation and configuration was quite seamlessly, I've an issue with the 
delete key of my keyboard (101 keys us layout): In xterm, the backspace key 
works ok, but when I press del, it prints the ~ character, instead of  
deleting .  I have read it has something to do with keyboard layout config, 
but I couldn't find out how to fix it. So, any ideas?

Thanks, (and forgive my poor english)
Add this to ~/.Xdefaults
XTerm*vt100.translations: #override \n\
   KeyDelete: string(0x04) \n
which maps Ctrl-D to the DEL key, then run
% xrdb  ~/.Xdefaults
to implement it (in the current X session).
Note that this won't change the behaviour in the current xterm, but will 
in any new ones you open.

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


DHCP and the SIMPLE option in /etc/rc.firewall

2004-07-30 Thread James A. Coulter
I am setting up a firewall for a gateway/router running FreeBSD 4.10.

This is for a small home LAN.

I have already compiled and installed a custom kernel with the IPFIREWALL
and IPDIVERT options and configured the firewall to pass any to any without
any problems - now it's time to start locking it down.

I would like to use the firewall_type=SIMPLE option rc.conf.  But I'm not
sure how I should set up my external nic in /etc/rc.firewall, i.e:

# set these to your outside interface network and netmask and ip
oif=ed0
onet=192.0.2.0
omask=255.255.255.240
oip=192.0.2.1

My outside interface is connected to a cable modem and is configured for
DHCP

Without a static IP address for my outside interface, how do I set these
options?

TIA for your help.

Jim C.

---
Check it out: The Black Dog Gallery
http://polaris.umuc.edu/~jcoulter
 

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


RE: backspace and delete keys behavior

2004-07-30 Thread Peter Ryan
I've got the same thing on the 2 machines i am experimenting
with.  I am new and thought it was a standard feature :) 

I also defined a standard US 101 keyboard.

Makes me think there is a setting or choice at installation that
deals with this, rather than having to patch something.

I counted my keys - there are 101. It looks as much like
a standard US keyboard as anything else I have.

My XF86Config file section for the keyboard contains
Identifier Keyboard0
Driver keyboard
option XkbModel pc101
option XkbLayout us

Could someone who this does not happen to tell me what
is different in their file.

I am running freeBSD 4.10 RELEASE

Thanks
Peter

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mark Ovens
 Sent: Friday, July 30, 2004 20:21
 To: Mariano Guadagnini
 Cc: [EMAIL PROTECTED]
 Subject: Re: backspace and delete keys behavior
 
 Mariano Guadagnini wrote:
  Hi guys, I am new to Freebsd (after years of linux) and, althought 
  system installation and configuration was quite seamlessly, I've an 
  issue with the delete key of my keyboard (101 keys us layout): In 
  xterm, the backspace key works ok, but when I press del, it 
 prints the 
  ~ character, instead of deleting .  I have read it has 
 something to 
  do with keyboard layout config, but I couldn't find out how 
 to fix it. So, any ideas?
  
  Thanks, (and forgive my poor english)
  
 
 Add this to ~/.Xdefaults
 
 XTerm*vt100.translations: #override \n\
 KeyDelete: string(0x04) \n
 
 which maps Ctrl-D to the DEL key, then run
 
 % xrdb  ~/.Xdefaults
 
 to implement it (in the current X session).
 
 Note that this won't change the behaviour in the current 
 xterm, but will in any new ones you open.
 
 HTH
 
 Regards,
 
 Mark
 ___
 [EMAIL PROTECTED] mailing list 
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]
 

 


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


RE: DHCP and the SIMPLE option in /etc/rc.firewall

2004-07-30 Thread JJB
The handbook Firewall section has been rewritten.

It's temporally available from www.a1poweruser.com/FBSD_firewall/
as the Doc group works to sanitize the English.
It incorporates the long awaited solution to
getting ipfw + natd + stateful rules to function together,
as well as OpenBSD pf firewall which is scheduled to become
the third built in firewall software solution delivered with
the FreeBSD install when 5.x ever makes it to the stable branch.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of James A.
Coulter
Sent: Friday, July 30, 2004 8:59 AM
To: [EMAIL PROTECTED]
Subject: DHCP and the SIMPLE option in /etc/rc.firewall

I am setting up a firewall for a gateway/router running FreeBSD
4.10.

This is for a small home LAN.

I have already compiled and installed a custom kernel with the
IPFIREWALL
and IPDIVERT options and configured the firewall to pass any to any
without
any problems - now it's time to start locking it down.

I would like to use the firewall_type=SIMPLE option rc.conf.  But
I'm not
sure how I should set up my external nic in /etc/rc.firewall, i.e:

# set these to your outside interface network and netmask and ip
oif=ed0
onet=192.0.2.0
omask=255.255.255.240
oip=192.0.2.1

My outside interface is connected to a cable modem and is configured
for
DHCP

Without a static IP address for my outside interface, how do I set
these
options?

TIA for your help.

Jim C.

---
Check it out: The Black Dog Gallery
http://polaris.umuc.edu/~jcoulter


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

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


Re: backspace and delete keys behavior

2004-07-30 Thread Mark Ovens
Peter Ryan wrote:
I've got the same thing on the 2 machines i am experimenting
with.  I am new and thought it was a standard feature :) 

I also defined a standard US 101 keyboard.
Makes me think there is a setting or choice at installation that
deals with this, rather than having to patch something.
Add
keysym Delete = 0x04
to ~/.xmodmaprc
and add
xmodmap ~/.xmodmaprc
to ~/.xinitrc
To implement this in a running X session type this in an xterm
xmodmap -e keysym Delete = 0x04
Actually, this is probably a better solution for the OP as it is global 
whereas my previous suggestion is xterm specific.

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


contigmalloc1: size must not be 0

2004-07-30 Thread INTERCOM SRL - Soporte Técnico
Hello List:

 I have a small problem. I have a motherboard M754LMR (Model A631M of ALton) with agp 
Ali 1631 chipset. 
 This issue,  I saw it from 5.0-Release and including 4.8, 4.9 and 4.10. When the 
kernel boots, it give me a panic.
 The portion of dmesg:
 
...
 npx0: Math processor on motherboard
 npx0: INT 16 interfaces
 pcib0:Host to PCI Bridge on motherboard
 pcib0:PCI bus on pcib0
 agp0:Ali Generic host to PCI bridge mem 0xD000-0xD7ff at device 0.0 on pci
 panic: contigmalloc1: size must not be 0
 Uptime: 0s
 Automatic reboot 15 second - press a key on the 


I proved all bios config possible (I think) but it did not work. I proved upgrade the 
flashrom and it did not work. I proved with a release newer, but the problem 
persisted.I proved with another agp card but it did not work because the agp onboard 
desabling is dynamic, and when the OS boots, it see the agp onboard too.The support's 
page of the provider is down. www.pcware.com
Today, I'm using 4.10-Release-p2 without agp support in the kernel. I complied it with 
the line devide  agp comented out, but I'd like to add it.

 Somebody knows if there will be some special config for this Bios whit this video 
chipset ?
 It will be a bug ?
 Any idea ?

 Thank you in advance ..

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


contigmalloc1: size must not be 0

2004-07-30 Thread Ezequiel
Hello List:

 I have a small problem. I have a motherboard M754LMR (Model A631M of ALton) with agp 
Ali 1631 chipset. 
 This issue,  I saw it from 5.0-Release and including 4.8, 4.9 and 4.10. When the 
kernel boots, it give me a panic.
 The portion of dmesg:
 
...
 npx0: Math processor on motherboard
 npx0: INT 16 interfaces
 pcib0:Host to PCI Bridge on motherboard
 pcib0:PCI bus on pcib0
 agp0:Ali Generic host to PCI bridge mem 0xD000-0xD7ff at device 0.0 on pci
 panic: contigmalloc1: size must not be 0
 Uptime: 0s
 Automatic reboot 15 second - press a key on the 


I proved all bios config possible (I think) but it did not work. I proved upgrade the 
flashrom and it did not work. I proved with a release newer, but the problem 
persisted.I proved with another agp card but it did not work because the agp onboard 
desabling is dynamic, and when the OS boots, it see the agp onboard too.The support's 
page of the provider is down. www.pcware.com
Today, I'm using 4.10-Release-p2 without agp support in the kernel. I complied it with 
the line devide  agp comented out, but I'd like to add it.

 Somebody knows if there will be some special config for this Bios whit this video 
chipset ?
 It will be a bug ?
 Any idea ?

 Thank you in advance ..

 Ezequiel

PD: Sorry for the previous mail with another account ...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Repeated lockups with 4.10

2004-07-30 Thread stan
On Fri, Jul 30, 2004 at 07:34:27AM -0700, Steve wrote:
 do you have anything in dmesg, logs, any cores, etc ..

Unfortunately no. It apears that teh systems are getting some sort of
hardware intrupt (serial port?, disk I/O ?), and that they then corupt
somthing, and since they are off in an iterupt, they never return.

Is it possible to add any kernel debuging or something like that to try to
track this?
-- 
They that would give up essential liberty for temporary safety deserve
neither liberty nor safety.
-- Benjamin Franklin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Repeated lockups with 4.10

2004-07-30 Thread Steve
is it possible that bios is set to powersave those devices...
--
Steve Rieger
ICQ # 5956607
yahoo IM riegersteve
- Original Message - 
From: stan [EMAIL PROTECTED]
To: Steve [EMAIL PROTECTED]
Cc: Free BSD Questions list [EMAIL PROTECTED]
Sent: Friday, July 30, 2004 6:47 AM
Subject: Re: Repeated lockups with 4.10


 On Fri, Jul 30, 2004 at 07:34:27AM -0700, Steve wrote:
  do you have anything in dmesg, logs, any cores, etc ..

 Unfortunately no. It apears that teh systems are getting some sort of
 hardware intrupt (serial port?, disk I/O ?), and that they then corupt
 somthing, and since they are off in an iterupt, they never return.

 Is it possible to add any kernel debuging or something like that to try to
 track this?
 -- 
 They that would give up essential liberty for temporary safety deserve
 neither liberty nor safety.
 -- Benjamin Franklin
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
[EMAIL PROTECTED]


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


RE: backspace and delete keys behavior

2004-07-30 Thread Robert Huff

I don't know what shell you're using, but for whatever help it
may be: I have

stty erase '^?'

in my ,cshrc.
My .xinitrc also has this (commented out):

xmodmap -e keysym BackSpace = Delete


Robert Huff

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


RE: DHCP and the SIMPLE option in /etc/rc.firewall

2004-07-30 Thread James A. Coulter
Thanks - I'm going to give the Stateful + NATD rule set a try.

 -Original Message-
 From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of JJB
 Sent: Friday, July 30, 2004 8:20 AM
 To: James A. Coulter; [EMAIL PROTECTED]
 Subject: RE: DHCP and the SIMPLE option in /etc/rc.firewall
 
 
 The handbook Firewall section has been rewritten.
 
 It's temporally available from www.a1poweruser.com/FBSD_firewall/
 as the Doc group works to sanitize the English.
 It incorporates the long awaited solution to
 getting ipfw + natd + stateful rules to function together,
 as well as OpenBSD pf firewall which is scheduled to become
 the third built in firewall software solution delivered with 
 the FreeBSD install when 5.x ever makes it to the stable branch.
 
 
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of 
 James A. Coulter
 Sent: Friday, July 30, 2004 8:59 AM
 To: [EMAIL PROTECTED]
 Subject: DHCP and the SIMPLE option in /etc/rc.firewall
 
 I am setting up a firewall for a gateway/router running FreeBSD 4.10.
 
 This is for a small home LAN.
 
 I have already compiled and installed a custom kernel with 
 the IPFIREWALL and IPDIVERT options and configured the 
 firewall to pass any to any without any problems - now it's 
 time to start locking it down.
 
 I would like to use the firewall_type=SIMPLE option 
 rc.conf.  But I'm not sure how I should set up my external 
 nic in /etc/rc.firewall, i.e:
 
 # set these to your outside interface network and netmask and ip
 oif=ed0
 onet=192.0.2.0
 omask=255.255.255.240
 oip=192.0.2.1
 
 My outside interface is connected to a cable modem and is 
 configured for DHCP
 
 Without a static IP address for my outside interface, how do 
 I set these options?
 
 TIA for your help.
 
 Jim C.
 
 ---
 Check it out: The Black Dog Gallery http://polaris.umuc.edu/~jcoulter

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


Firewall Rule Set not allowing access to DNS servers?

2004-07-30 Thread James A. Coulter
I am using FreeBSD 4.10 as a gateway/router for a small home LAN.  My
outside interface (dc1) is connected to a cable modem and is configured for
DHCP.

I have compiled and installed a custome kernel with IPFIREWALL and IPDIVERT
options and with a rule set allowing any to any with no problems

I am in the process of adding a proper rule set to provide security.  I was
referred to http://freebsd.a1poweruser.com:6088/FBSD_firewall/ and installed
the Stateful + NATD Rule Set modified for my outside interface, domain name
servers, and DHCP server.

I can ping IP addresses and pass SMTP mail back and forth from the
gateway/router and all machines on the LAN, but I cannot ping URLs - I am
getting ping: cannot resolve www.freebsd.org: Host name lookup failure
errors.


This is what ipfw -a list looks like:

sara# ipfw -a list
5   0 0 allow ip from any to any via xl0
00010  52  3640 allow ip from any to any via lo0
00014   0 0 divert 8668 ip from any to any in recv dc1
00015   0 0 check-state
00020   0 0 skipto 800 tcp from any to 68.105.161.20 53 keep-state out
xmit dc1 setup
00021   0 0 skipto 800 tcp from any to 68.1.18.25 53 keep-state out xmit
dc1 setup
00022   0 0 skipto 800 tcp from any to 68.10.16.30 53 keep-state out
xmit dc1 setup
00030   0 0 skipto 800 udp from any to 172.19.17.22 67 keep-state out
xmit dc1
00040   0 0 skipto 800 tcp from any to any 80 keep-state out xmit dc1
setup
00050   0 0 skipto 800 tcp from any to any 443 keep-state out xmit dc1
setup
00060   0 0 skipto 800 tcp from any to any 25 keep-state out xmit dc1
setup
00061   0 0 skipto 800 tcp from any to any 110 keep-state out xmit dc1
setup
00070   0 0 skipto 800 tcp from me to any uid root keep-state out xmit
dc1 setup
00080   0 0 skipto 800 icmp from any to any keep-state out xmit dc1
00090   0 0 skipto 800 tcp from any to any 37 keep-state out xmit dc1
setup
00100   0 0 skipto 800 tcp from any to any 119 keep-state out xmit dc1
setup
00110   0 0 skipto 800 tcp from any to any 22 keep-state out xmit dc1
setup
00120   0 0 skipto 800 tcp from any to any 43 keep-state out xmit dc1
setup
00130   0 0 skipto 800 udp from any to any 123 keep-state out xmit dc1
00300   0 0 deny ip from 192.168.0.0/16 to any in recv dc1
00301   0 0 deny ip from 172.16.0.0/12 to any in recv dc1
00302   0 0 deny ip from 10.0.0.0/8 to any in recv dc1
00303   0 0 deny ip from 127.0.0.0/8 to any in recv dc1
00304   0 0 deny ip from 0.0.0.0/8 to any in recv dc1
00305   0 0 deny ip from 169.254.0.0/16 to any in recv dc1
00306   0 0 deny ip from 192.0.2.0/24 to any in recv dc1
00307   0 0 deny ip from 204.152.64.0/23 to any in recv dc1
00308   0 0 deny ip from 224.0.0.0/3 to any in recv dc1
00315   0 0 deny tcp from any to any 113 in recv dc1
00320   0 0 deny tcp from any to any 137 in recv dc1
00321   0 0 deny tcp from any to any 138 in recv dc1
00322   0 0 deny tcp from any to any 139 in recv dc1
00323   0 0 deny tcp from any to any 81 in recv dc1
00330   0 0 deny ip from any to any in recv dc1 frag
00332   0 0 deny tcp from any to any in recv dc1 established
00360   0 0 allow udp from 172.19.17.22 to any 68 keep-state in recv dc1
00370   0 0 allow tcp from any to me 80 limit src-addr 2 in recv dc1
setup
00370   0 0 allow tcp from any to me  limit src-addr 2 in recv dc1
setup
00380   0 0 allow tcp from any to me 22 limit src-addr 2 in recv dc1
setup
00400   0 0 deny log logamount 10 ip from any to any in recv dc1
00450  81  5288 deny log logamount 10 ip from any to any out xmit dc1
00800   0 0 divert 8668 ip from any to any out xmit dc1
00801 645 59255 allow ip from any to any
00999   0 0 deny log logamount 10 ip from any to any
65535   1   347 deny ip from any to any
This is what my /etc/rc.conf looks like:

hostname=sara.mshome.net
ifconfig_dc1=DHCP
ifconfig_dc0=inet 192.168.1.1 netmask 255.255.255.0
firewall_enable=YES
firewall_script=/etc/ipfw.rules
firewall_logging=YES
kern_securelevel_enable=NO
linux_enable=YES
moused_enable=YES
named_enable=YES
nfs_client_enable=YES
nfs_reserved_port_only=YES
nfs_server_enable=YES
sendmail_enable=YES
sshd_enable=YES
usbd_enable=YES
ntpd_enable=YES
inetd_enable=YES
gateway_enable=YES
natd_enable=YES
natd_interface=dc1
natd_flags=-dynamic

Finally, this is what /etc/resolv.conf looks like:

sara# more /etc/resolv.conf
search pn.at.cox.net
nameserver 68.105.161.20
nameserver 68.1.18.25
nameserver 68.10.16.30

Any ideas?

Thanks,

Jim C.

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


Re: DHCP and the SIMPLE option in /etc/rc.firewall

2004-07-30 Thread Dinesh Nair

On Fri, 30 Jul 2004, James A. Coulter wrote:

 Without a static IP address for my outside interface, how do I set these
 options?

you could

1. use 'me' (without quotes) to represent the ip address in rc.firewall

OR

2. hack up an /etc/dhclient-exit-hooks which grabs the new ip address and
   reruns rc.firewall with this new address

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  |
+=+

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


Re: mount_smbfs

2004-07-30 Thread Incoming Mail List
Why shouldn't it be?

Because it's counterintuitive.  Unless there's a method to use the multiple
mount points as separate entry points to the file system for specialized
program transactions similar to the Tru64 FFM file system, what's the point
of having it mount itself back over itself on the same mount point?  If
nothing else, it creates more entries in the mount table and wastes
resources.


And it really doesn't matter whether you mount via smbfs or nfs multiple
times on the same client or once on multiple clients, does it?

No, it's not a technical issue for the OS, but it can make for painful
system management.  If you create an application that allows users to
mount up a windows share to access it, you could end up with an unlimited
number of mounts for the same file system.  When it comes time to unmount
that file system, if you haven't kept track of how many times it was
mounted you'll have to keep inspecting the mount points to determine when
the last unmount has occured or your file system will still be mounted.
The application can certainly check the mount status when called upon to
mount the file system, but it is convenient to depend upon the mount
system calls (in the case of ufs) to return an error when the file system
is already mounted.

Is there a technical requirement, or benefit, for allowing multiple
smbfs mounts of a windows share on the same mount point?


--

 The mount_smbfs(8) command on 5.2.1 allows multiple mounts using the same
 source and mount point.  This sounds like a bug to me since other file
 systems such as ufs return an error on such attempts.  Anyone know of a
 reason why this is allowed in mount_smbfs?

Why shouldn't it be? The same holds true for nfs. And it really doesn't
matter whether you mount via smbfs or nfs multiple times on the same
client or once on multiple clients, does it?

If you mount one or more times, if you use ufs or any other fs, it is
always possible to write simultaneously to one and the same file leading
to data loss. That's Unix since the early 1970s, isn't it?

Of course you cannot mount a ufs more than once, but that's because the
kernel needs to manage the buffer cache non-ambiguously to preserve data
consistency in the fs structure.

Regards

Konrad Heuer
GWDG, Am Fassberg, 37077 Goettingen, Germany, [EMAIL PROTECTED]

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


How to get best results from FreeBSD-questions

2004-07-30 Thread Greg Lehey
How to get the best results from FreeBSD questions.
===

Last update $Date: 2003/03/09 22:09:31 $

This is a regular posting to the FreeBSD questions mailing list.  If
you got it in answer to a message you sent, it means that the sender
thinks that at least one of the following things was wrong with your
message:

- You left out a subject line, or the subject line was not appropriate.
- You formatted it in such a way that it was difficult to read.
- You asked more than one unrelated question in one message.
- You sent out a message with an incorrect date, time or time zone.
- You sent out the same message more than once.
- You sent an 'unsubscribe' message to FreeBSD-questions.

If you have done any of these things, there is a good chance that you
will get more than one copy of this message from different people.
Read on, and your next message will be more successful.

This document is also available on the web at
http://www.lemis.com/questions.html.

=

Contents:

I:Introduction
II:   How to unsubscribe from FreeBSD-questions
III:  Should I ask -questions, -newbies or -hackers?
IV:   How to submit a question to FreeBSD-questions
V:How to answer a question to FreeBSD-questions

I: Introduction
===

This is a regular posting aimed to help both those seeking advice from
FreeBSD-questions (the newcomers), and also those who answer the
questions (the hackers).

   Note that the term hacker has nothing to do with breaking
   into other people's computers.  The correct term for the latter
   activity is cracker, but the popular press hasn't found out
   yet.  The FreeBSD hackers disapprove strongly of cracking
   security, and have nothing to do with it.

In the past, there has been some friction which stems from the
different viewpoints of the two groups.  The newcomers accused the
hackers of being arrogant, stuck-up, and unhelpful, while the hackers
accused the newcomers of being stupid, unable to read plain English,
and expecting everything to be handed to them on a silver platter.  Of
course, there's an element of truth in both these claims, but for the
most part these viewpoints come from a sense of frustration.

In this document, I'd like to do something to relieve this frustration
and help everybody get better results from FreeBSD-questions.  In the
following section, I recommend how to submit a question; after that,
we'll look at how to answer one.

II:  How to unsubscribe from FreeBSD-questions
==

When you subscribed to FreeBSD-questions, you got a welcome message
from [EMAIL PROTECTED]  In this message, amongst other things, it
told you how to unsubscribe.  Here's a typical message:

  Welcome to the freebsd-questions mailing list!

  If you ever want to remove yourself from this mailing list,
  you can send mail to [EMAIL PROTECTED] with the following command
  in the body of your email message:

  unsubscribe freebsd-questions Greg Lehey [EMAIL PROTECTED]

  Here's the general information for the list you've
  subscribed to, in case you don't already have it:

  FREEBSD-QUESTIONS   User questions
  This is the mailing list for questions about FreeBSD.  You should not
  send how to questions to the technical lists unless you consider the
  question to be pretty technical.

Normally, unsubscribing is even simpler than the message suggests: you
don't need to specify your mail ID unless it is different from the one
which you specified when you subscribed.

If Majordomo replies and tells you (incorrectly) that you're not on
the list, this may mean one of two things:

  1.  You have changed your mail ID since you subscribed.  That's where
  keeping the original message from majordomo comes in handy.  For
  example, the sample message above shows my mail ID as
  [EMAIL PROTECTED]  Since then, I have changed it to
  [EMAIL PROTECTED]  If I were to try to remove [EMAIL PROTECTED] from
  the list, it would fail: I would have to specify the name with
  which I joined.

  2.  You're subscribed to a mailing list which is subscribed to
  FreeBSD-questions.  If that's the case, you'll have to figure out
  which one it is and get your name taken off that one.  If you're
  not sure which one it might be, check the headers of the
  messages you receive from freebsd-questions: maybe there's a
  clue there.

If you've done all this, and you still can't figure out what's going
on, send a message to [EMAIL PROTECTED], and he will sort things
out for you.  Don't send a message to FreeBSD-questions: they can't
help you.

III: Should I ask -questions, -newbies or -hackers?
===

Two mailing lists handle general questions about FreeBSD,
FreeBSD-questions and FreeBSD-hackers.  In addition, the
FreeBSD-newbies list caters 

The Complete FreeBSD: errata and addenda

2004-07-30 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page
or any other online documentation.  The result is that most leading edge
computer books are out of date almost before they are printed.  Unfortunately,
The Complete FreeBSD, published by O'Reilly, is no exception.  Inevitably, a
number of bugs and changes have surfaced.

The Complete FreeBSD has been through a total of five editions, including its
predecessor Installing and Running FreeBSD.  Two of these have been reprinted
with corrections.  I maintain a series of errata pages.  Start at
http://www.lemis.com/errata-4.html to find out how to get the errata
information.

Have you found a problem with the book, or maybe something confusing?  Please
let me know: I'm constantly updating it.

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


I18N throubles

2004-07-30 Thread Cleyton Agapito
Hi all,

Please, i need same help, i have same throubles with I18N, i knew
that others peoples have the same question in other lists too, but i
cant find a answer.
Like described in chapter 15 of handbook in administraton level
setup, i created brasil class in /etc/login.conf:

brasil:Brazillian Users Accounts:\
:charset=ISO-8859-1:\
:lang=pt_BR.ISO8859-1:\
:tc=default:

and vipw:

cleyton:(etc):(etc):(etc):brasil:0:0:Cleyton
Agapito:/home/cleyton:/usr/bin/bash

When I login i got the brasil class no found error.

My console terminal is cons25l1 (in /etc/ttys)

The rc.conf is:

font8x16=iso-8x16
font8x14=iso-8x14
font8x8=iso-8x8
keymap=us.iso.acc

When I try compose in console mode i get ´a, ´c,~a, and in xterm
only a beep. I did a file name with these character in konqueror (that
works fine) and they appears like ? in console and xterm.

I´m using a 5.2-RL in a K6-II 550 with sis530 board.

Best regards,

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


amavisd/clamav Virus Recipient email notification template woes

2004-07-30 Thread Tim Schutt
Hi list,

I've got postfix/amavisd/clamav configured on my mailserver, but I am
having trouble getting the notification emails to format properly. I
pulled the standard template out of the amavisd tarball right off
their site, but the notification emails continuously come through
blank, and all the usual headers are stripped out of it.

I have postfix running under it's own user, and amavisd/clamav running
under a secondary user/group exclusive to themselves (the same user
for both processes). I've verified that the template file references
in amavisd.conf are pointing to the correct location, and the files
themselves are readable from the user that amavisd  clamav run under.

Am I missing anything here, or where else should I be looking for
errors that will tell me why this isn't working?

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


problem with clamav

2004-07-30 Thread fred
Hello,
Since two days I have a problem with clamav. The daemon clamd is 
clogging my CPU.
I have try to update the port. I have tryed the devel version in the 
ports. I have also tryed the snapshot from clamav and the problem is 
still here.

# top
...
  PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
 2122 clamav60   0  9512K  8168K RUN  6:27 95.80% 95.80% clamd
...
I am running 4.10.
Does someone experiance this or have already seen this ?
Fred
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: I18N throubles

2004-07-30 Thread Bill Moran
Cleyton Agapito [EMAIL PROTECTED] wrote:
 Hi all,
 
 Please, i need same help, i have same throubles with I18N, i knew
 that others peoples have the same question in other lists too, but i
 cant find a answer.
 Like described in chapter 15 of handbook in administraton level
 setup, i created brasil class in /etc/login.conf:
 
 brasil:Brazillian Users Accounts:\
 :charset=ISO-8859-1:\
 :lang=pt_BR.ISO8859-1:\
 :tc=default:

Did you run cap_mkdb after updating this?

 and vipw:
 
 cleyton:(etc):(etc):(etc):brasil:0:0:Cleyton
 Agapito:/home/cleyton:/usr/bin/bash
 
 When I login i got the brasil class no found error.
 
 My console terminal is cons25l1 (in /etc/ttys)
 
 The rc.conf is:
 
 font8x16=iso-8x16
 font8x14=iso-8x14
 font8x8=iso-8x8
 keymap=us.iso.acc
 
 When I try compose in console mode i get ´a, ´c,~a, and in xterm
 only a beep. I did a file name with these character in konqueror (that
 works fine) and they appears like ? in console and xterm.
 
 I´m using a 5.2-RL in a K6-II 550 with sis530 board.
 
 Best regards,
 
 Cleyton

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Firewall Rule Set not allowing access to DNS servers?

2004-07-30 Thread JJB
Change this ipfw rule from

5   allow ip from any to any via xl0

To
5   allow ip from any to any via dc0

because dc0 is the lan interface name and not xl0.


Change these statement in rc.conf because you have interface name
backwards.
Dc1 is the NIC connected to your cable modem and you want to get
DHCP info from your ISP.
Dc0 is the NIC connected to your LAN.

From
ifconfig_dc1=DHCP
ifconfig_dc0=inet 192.168.1.1 netmask 255.255.255.0

to
ifconfig_dc0=DHCP
ifconfig_dc1=inet 192.168.1.1 netmask 255.255.255.0


You do not say how your LAN PCs get their ip address.
You can hard code them on each LAN PC
or you have to run isc-dhcp-server on your Gateway box to auto
assign ip address to LAN PCs.







-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of James A.
Coulter
Sent: Friday, July 30, 2004 10:56 AM
To: [EMAIL PROTECTED]
Subject: Firewall Rule Set not allowing access to DNS servers?

I am using FreeBSD 4.10 as a gateway/router for a small home LAN.
My
outside interface (dc1) is connected to a cable modem and is
configured for
DHCP.

I have compiled and installed a custome kernel with IPFIREWALL and
IPDIVERT
options and with a rule set allowing any to any with no problems

I am in the process of adding a proper rule set to provide security.
I was
referred to http://freebsd.a1poweruser.com:6088/FBSD_firewall/ and
installed
the Stateful + NATD Rule Set modified for my outside interface,
domain name
servers, and DHCP server.

I can ping IP addresses and pass SMTP mail back and forth from the
gateway/router and all machines on the LAN, but I cannot ping URLs -
I am
getting ping: cannot resolve www.freebsd.org: Host name lookup
failure
errors.


This is what ipfw -a list looks like:

sara# ipfw -a list
5   0 0 allow ip from any to any via xl0
00010  52  3640 allow ip from any to any via lo0
00014   0 0 divert 8668 ip from any to any in recv dc1
00015   0 0 check-state
00020   0 0 skipto 800 tcp from any to 68.105.161.20 53
keep-state out
xmit dc1 setup
00021   0 0 skipto 800 tcp from any to 68.1.18.25 53 keep-state
out xmit
dc1 setup
00022   0 0 skipto 800 tcp from any to 68.10.16.30 53 keep-state
out
xmit dc1 setup
00030   0 0 skipto 800 udp from any to 172.19.17.22 67
keep-state out
xmit dc1
00040   0 0 skipto 800 tcp from any to any 80 keep-state out
xmit dc1
setup
00050   0 0 skipto 800 tcp from any to any 443 keep-state out
xmit dc1
setup
00060   0 0 skipto 800 tcp from any to any 25 keep-state out
xmit dc1
setup
00061   0 0 skipto 800 tcp from any to any 110 keep-state out
xmit dc1
setup
00070   0 0 skipto 800 tcp from me to any uid root keep-state
out xmit
dc1 setup
00080   0 0 skipto 800 icmp from any to any keep-state out xmit
dc1
00090   0 0 skipto 800 tcp from any to any 37 keep-state out
xmit dc1
setup
00100   0 0 skipto 800 tcp from any to any 119 keep-state out
xmit dc1
setup
00110   0 0 skipto 800 tcp from any to any 22 keep-state out
xmit dc1
setup
00120   0 0 skipto 800 tcp from any to any 43 keep-state out
xmit dc1
setup
00130   0 0 skipto 800 udp from any to any 123 keep-state out
xmit dc1
00300   0 0 deny ip from 192.168.0.0/16 to any in recv dc1
00301   0 0 deny ip from 172.16.0.0/12 to any in recv dc1
00302   0 0 deny ip from 10.0.0.0/8 to any in recv dc1
00303   0 0 deny ip from 127.0.0.0/8 to any in recv dc1
00304   0 0 deny ip from 0.0.0.0/8 to any in recv dc1
00305   0 0 deny ip from 169.254.0.0/16 to any in recv dc1
00306   0 0 deny ip from 192.0.2.0/24 to any in recv dc1
00307   0 0 deny ip from 204.152.64.0/23 to any in recv dc1
00308   0 0 deny ip from 224.0.0.0/3 to any in recv dc1
00315   0 0 deny tcp from any to any 113 in recv dc1
00320   0 0 deny tcp from any to any 137 in recv dc1
00321   0 0 deny tcp from any to any 138 in recv dc1
00322   0 0 deny tcp from any to any 139 in recv dc1
00323   0 0 deny tcp from any to any 81 in recv dc1
00330   0 0 deny ip from any to any in recv dc1 frag
00332   0 0 deny tcp from any to any in recv dc1 established
00360   0 0 allow udp from 172.19.17.22 to any 68 keep-state in
recv dc1
00370   0 0 allow tcp from any to me 80 limit src-addr 2 in recv
dc1
setup
00370   0 0 allow tcp from any to me  limit src-addr 2 in
recv dc1
setup
00380   0 0 allow tcp from any to me 22 limit src-addr 2 in recv
dc1
setup
00400   0 0 deny log logamount 10 ip from any to any in recv dc1
00450  81  5288 deny log logamount 10 ip from any to any out xmit
dc1
00800   0 0 divert 8668 ip from any to any out xmit dc1
00801 645 59255 allow ip from any to any
00999   0 0 deny log logamount 10 ip from any to any
65535   1   347 deny ip from any to any
This is what my /etc/rc.conf looks like:

hostname=sara.mshome.net
ifconfig_dc1=DHCP
ifconfig_dc0=inet 192.168.1.1 netmask 255.255.255.0
firewall_enable=YES
firewall_script=/etc/ipfw.rules

Re: I18N throubles

2004-07-30 Thread Bill Moran
Cleyton Agapito [EMAIL PROTECTED] wrote:

 I did´t find this stantment in man pages :-( 

http://www.freebsd.org/cgi/man.cgi?query=cap_mkdbapropos=0sektion=0manpath=FreeBSD+5.2-RELEASE+and+Portsformat=html

Please keep the mailing list CCed.

 Bill Moran wrote:
 
  Cleyton Agapito [EMAIL PROTECTED] wrote:
   Hi all,
  
   Please, i need same help, i have same throubles with I18N, i knew
   that others peoples have the same question in other lists too, but i
   cant find a answer.
   Like described in chapter 15 of handbook in administraton level
   setup, i created brasil class in /etc/login.conf:
  
   brasil:Brazillian Users Accounts:\
   :charset=ISO-8859-1:\
   :lang=pt_BR.ISO8859-1:\
   :tc=default:
 
  Did you run cap_mkdb after updating this?
 
   and vipw:
  
   cleyton:(etc):(etc):(etc):brasil:0:0:Cleyton
   Agapito:/home/cleyton:/usr/bin/bash
  
   When I login i got the brasil class no found error.
  
   My console terminal is cons25l1 (in /etc/ttys)
  
   The rc.conf is:
  
   font8x16=iso-8x16
   font8x14=iso-8x14
   font8x8=iso-8x8
   keymap=us.iso.acc
  
   When I try compose in console mode i get ´a, ´c,~a, and in xterm
   only a beep. I did a file name with these character in konqueror (that
   works fine) and they appears like ? in console and xterm.
  
   I´m using a 5.2-RL in a K6-II 550 with sis530 board.
  
   Best regards,
  
   Cleyton
 
  --
  Bill Moran
  Potential Technologies
  http://www.potentialtech.com
  ___
  [EMAIL PROTECTED] mailing list
  http://lists.freebsd.org/mailman/listinfo/freebsd-questions
  To unsubscribe, send any mail to [EMAIL PROTECTED]
 


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: KDE vs Gnome

2004-07-30 Thread Shantanoo
+++ Sandbox Video Productions [freebsd] [28-07-04 18:47 -0700]:
| IF i install both gnome  kde. how do i choose which
| one i want to start up. It seem that it only starts
| the GUI that was installed last.
| 

check out ~/.xinitrc

for kde:
echo exec startke  ~/.xinitrc

for gnome:
echo exec gnome-session  ~/.xinitrc


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


Re: I18N throubles

2004-07-30 Thread Cleyton Agapito

Sorry Bill, i didnt have intend. Thanks very much, i will try. Maybe it must to be 
include in handbook too.

Thanks again

Bill Moran wrote:

 Cleyton Agapito [EMAIL PROTECTED] wrote:
 
  I did´t find this stantment in man pages :-(

 http://www.freebsd.org/cgi/man.cgi?query=cap_mkdbapropos=0sektion=0manpath=FreeBSD+5.2-RELEASE+and+Portsformat=html

 Please keep the mailing list CCed.

  Bill Moran wrote:
 
   Cleyton Agapito [EMAIL PROTECTED] wrote:
Hi all,
   
Please, i need same help, i have same throubles with I18N, i knew
that others peoples have the same question in other lists too, but i
cant find a answer.
Like described in chapter 15 of handbook in administraton level
setup, i created brasil class in /etc/login.conf:
   
brasil:Brazillian Users Accounts:\
:charset=ISO-8859-1:\
:lang=pt_BR.ISO8859-1:\
:tc=default:
  
   Did you run cap_mkdb after updating this?
  
and vipw:
   
cleyton:(etc):(etc):(etc):brasil:0:0:Cleyton
Agapito:/home/cleyton:/usr/bin/bash
   
When I login i got the brasil class no found error.
   
My console terminal is cons25l1 (in /etc/ttys)
   
The rc.conf is:
   
font8x16=iso-8x16
font8x14=iso-8x14
font8x8=iso-8x8
keymap=us.iso.acc
   
When I try compose in console mode i get ´a, ´c,~a, and in xterm
only a beep. I did a file name with these character in konqueror (that
works fine) and they appears like ? in console and xterm.
   
I´m using a 5.2-RL in a K6-II 550 with sis530 board.
   
Best regards,
   
Cleyton
  
   --
   Bill Moran
   Potential Technologies
   http://www.potentialtech.com
   ___
   [EMAIL PROTECTED] mailing list
   http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   To unsubscribe, send any mail to [EMAIL PROTECTED]
 

 --
 Bill Moran
 Potential Technologies
 http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Serverworks chipset support

2004-07-30 Thread Kip Macy
Can I anticipate any problems running FreeBSD on the ServerWorks HT-LE
chipset (AMD64)?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Setting up good certs for ports/mail/imap-uw?

2004-07-30 Thread Chuck Swiger
Tom Limoncelli wrote:
The instructions for ports/mail/imap-uw tell you that make cert 
generates certs that are self-signed and warns you that it is better to 
get real certs but doesn't explain how to do that.  Any suggestions?
real certs are ones signed by a well-known registrar like Verisign, EnTrust, 
Thawte, etc.  To get one, you generate a CSR (certificate signing request) as 
done in make cert, only you send that CSR to the registrar and pay them to 
sign it, very much like one does when getting a real SSL cert to do HTTPS.

There is nothing magic about the well-known registrars, except that their CA 
certificates already ship as pre-trusted with the email clients and web 
browsers that most people use.

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


Re: problem with clamav

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 19:55:35 +0200
[EMAIL PROTECTED] wrote:

 
 Hello,
 
 Since two days I have a problem with clamav. The daemon clamd is 
 clogging my CPU.
 I have try to update the port. I have tryed the devel version in the 
 ports. I have also tryed the snapshot from clamav and the problem is 
 still here.
 
 # top
 ...
PID USERNAME PRI NICE  SIZERES STATETIME   WCPUCPU COMMAND
   2122 clamav60   0  9512K  8168K RUN  6:27 95.80% 95.80% clamd
 ...
 
 I am running 4.10.
 
 Does someone experiance this or have already seen this ?

I believe this diff against  devel-20040728 would resolve your problem:

 --- matcher-bm.c.bk   Mon Jul 19 13:54:40 2004
 +++ matcher-bm.cThu Jul 29 21:59:42 2004
 @@ -91,11 +91,27 @@

   void cli_bm_free(struct cl_node *root)
   {7
 +struct cli_bm_patt *b1, *b2;
 +int i;
 +
   if(root-bm_shift)
  free(root-bm_shift);

 -if(root-bm_suffix)
 +if(root-bm_suffix) {
 +   for(i = 0; i  65536; i++) {
 +   b1 = root-bm_suffix[i];
 +   while(b1) {
 +   b2 = b1;
 +   b1 = b1-next;
 +   if (b2-virname)
 +   free(b2-virname);
 +   if (b2-pattern)
 +   free(b2-pattern);
 +   free(b2);
 +   }
 +   }
  free(root-bm_suffix);
 +}
   }

   int cli_bm_scanbuff(const char *buffer, unsigned int length, const char **virname, 
const struct cl_node *root)





-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: amavisd/clamav Virus Recipient email notification template woes

2004-07-30 Thread Logan Ashby
On Fri, 30 Jul 2004 13:42:00 -0400, Tim Schutt [EMAIL PROTECTED] wrote:

 I've got postfix/amavisd/clamav configured on my mailserver, but I am
 having trouble getting the notification emails to format properly. 

Virus and spam notifications are a bad idea.  Both types of email
forge the sender address, so notifications to the sender wind up going
to a third party that can't do anything about the problem.  Notices to
the intended recipient are simply a waste of bandwidth.

I know there are those who feel you should never discard mail, but in
this case, I'm fine with it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: amavisd/clamav Virus Recipient email notification template woes

2004-07-30 Thread Bill Moran
Logan Ashby [EMAIL PROTECTED] wrote:

 On Fri, 30 Jul 2004 13:42:00 -0400, Tim Schutt [EMAIL PROTECTED] wrote:
 
  I've got postfix/amavisd/clamav configured on my mailserver, but I am
  having trouble getting the notification emails to format properly. 
 
 Virus and spam notifications are a bad idea.  Both types of email
 forge the sender address, so notifications to the sender wind up going
 to a third party that can't do anything about the problem.  Notices to
 the intended recipient are simply a waste of bandwidth.
 
 I know there are those who feel you should never discard mail, but in
 this case, I'm fine with it.

Agreed.  I actually have people on my blocklist because their virus protection
continues to send me alerts that I may have a virus on my system

If you're going to send notification, there is only one _proper_ way to do it:
analyze the Received: headers and find out where the virus _really_ originated,
then contact the abuse@ address for that domain with the message.
Despite how easy this is to do, it doesn't seem like a lot of AV packages
bother with it ...

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd How do you restart rc.conf without rebooting

2004-07-30 Thread Dan
How do you restart rc.conf without rebooting your machine.

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


[OT] 64-bit PCI in 32-bit slots??? crazy??

2004-07-30 Thread Bill Moran

I'm inheriting some hardware.

These boards have 64-bit PCI SATA cards jammed in 32-bit PCI slots.  Oddly
enough, the boxen boot and start Linux (which will be replaced with FreeBSD
when I'm done)

I guess my question is hardware-related.  I mean, I can't believe this
worked!  Has anyone else seen/done this?  Is this as crazy as it seems to
me?

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: amavisd/clamav Virus Recipient email notification template woes

2004-07-30 Thread Tim Schutt
I completely understand where you are coming from, and I am only 
intending on notifying the intended recipient of the email, not the 
sender for the very reason that you note. If it was just me, I would 
can the message and be done with it. However, I am in the midst of 
marketing this service to some highly security conscious people so I 
would like the reinforcement of the notifications for their piece of 
mind and a little customer-stroking reminding them how great the 
service is. :-)

Lame reason, maybe... but there is reasonable logic behind me wanting 
to do this.

Tim.
On Jul 30, 2004, at 4:09 PM, Bill Moran wrote:
If you're going to send notification, there is only one _proper_ way 
to do it:
analyze the Received: headers and find out where the virus _really_ 
originated,
then contact the abuse@ address for that domain with the message.
Despite how easy this is to do, it doesn't seem like a lot of AV 
packages
bother with it ...

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


Re: [OT] 64-bit PCI in 32-bit slots??? crazy??

2004-07-30 Thread Dan Nelson
In the last episode (Jul 30), Bill Moran said:
 I'm inheriting some hardware.
 
 These boards have 64-bit PCI SATA cards jammed in 32-bit PCI slots.  Oddly
 enough, the boxen boot and start Linux (which will be replaced with
 FreeBSD when I'm done)
 
 I guess my question is hardware-related.  I mean, I can't believe this
 worked!  Has anyone else seen/done this?  Is this as crazy as it seems to
 me?

Nope; you can put 64-bit cards in 32-bit slots as long as the card has the
notch in the right place so it fits over one end of the slot.  You can also
put 32-bit cards in 64-bit slots.

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


Re: [OT] 64-bit PCI in 32-bit slots??? crazy??

2004-07-30 Thread Josh Paetzel
On Fri, Jul 30, 2004 at 04:32:30PM -0400, Bill Moran wrote:
 
 I'm inheriting some hardware.
 
 These boards have 64-bit PCI SATA cards jammed in 32-bit PCI slots.  Oddly
 enough, the boxen boot and start Linux (which will be replaced with FreeBSD
 when I'm done)
 
 I guess my question is hardware-related.  I mean, I can't believe this
 worked!  Has anyone else seen/done this?  Is this as crazy as it seems to
 me?
 
 -- 
 Bill Moran

I have a friend that is using a 64 bit SCSI card (29160 adaptec if memory 
serves) and it's backwards compatable with 32 bit slots

Josh Paetzel

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


Re: amavisd/clamav Virus Recipient email notification template woes

2004-07-30 Thread Logan Ashby
On Fri, 30 Jul 2004 16:43:33 -0400, Tim Schutt
[EMAIL PROTECTED] wrote:

 Lame reason, maybe... but there is reasonable logic behind me wanting
 to do this.

That's understandable, but it may well backfire on you.  I would be
just as irritated at receiving hundreds, possibly thousands of notices
that a virus wasn't delivered as I would at actually getting them.  A
once a day digest of stats on how many were blocked would work, but I
don't know of any OSS packages that can do that.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


correct way to upgrade ssh

2004-07-30 Thread Dan Finn
I have seen a few threads lately about ssh and upgrading/updating it. 
What is the correct method for updating ssh that was installed as part
of the base system.  Uninstall and install openssh from ports?

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


Apache 2.0.50 port is busted

2004-07-30 Thread Jeffrey Wheat
Has anyone else attempted to build the apache-2.0.50 port
from cvs'd port tree a couple hours ago? I am trying to 
build this on a 5.2.1 (i386) box and it looks like the 
libtool bug is as present as ever:

grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_dir.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_imap.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_imap.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_actions.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_actions.la.
Assuming installing a .so rather than a libtool archive.

This happens for every module during the build. This server is a fresh
install (today). I tried this yesterday with a fresh install and had 
the same results. The 2.0.48 port will build and install correctly
though.

If anyone knows why this is happening, I would appreciate an email as I 
had to unsubscribe from the lists due to too much other email already.

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


RE: Different sysinstall labelling behaviour when run post-install vs. during install?

2004-07-30 Thread Darren Pilgrim
 From: Matthew Seaman [mailto:[EMAIL PROTECTED] 
 
  How do I manually specify or change the partition letter to use?
 
 Don't use sysinstall(8). sysinstall is like the training wheels
 children use when learning to ride a bike: essential in the beginning,
 but once they've achieved some proficiency, the training wheels just
 get in the way.

Reread the man page

The last time I used disklabel was on a 4.2-R system.  That nasty little
creature required you to calculate sector counts and offsets by hand and
hope it didn't barf with errors about c not covering the entire disk or
partition overlaps, despite your calculations indicating otherwise.  It's
nice to see it has evolved a bit since then.


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


Automated Account Principle Creation

2004-07-30 Thread Dew Ediho
I need to automate user account creation (useradd) in FreeBSD, I have
a list of user information in comma seperated file.

I also need to automate kerberos principle creation with the same set
of information.

any suggestions?

I have considered autoexpect  and perl, but is there a script out
there that already achieves the same goal?

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


AW: Apache 2.0.50 port is busted

2004-07-30 Thread Alexander Liebau
i had the same problem, asked the same questions and noone was able to help
:/

-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
Gesendet: Freitag, 30. Juli 2004 23:31
An: [EMAIL PROTECTED]
Betreff: Apache 2.0.50 port is busted


Has anyone else attempted to build the apache-2.0.50 port
from cvs'd port tree a couple hours ago? I am trying to
build this on a 5.2.1 (i386) box and it looks like the
libtool bug is as present as ever:

grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_dir.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_dir.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_imap.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
grep: /usr/local/libexec/apache2/mod_imap.la: No such file or directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_imap.la.
Assuming installing a .so rather than a libtool archive.
/usr/ports/www/apache2/work/httpd-2.0.50/srclib/apr/libtool --silent
--mode=install cp mod_actions.la /usr/local/libexec/apache2/
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
grep: /usr/local/libexec/apache2/mod_actions.la: No such file or
directory
Warning!  dlname not found in /usr/local/libexec/apache2/mod_actions.la.
Assuming installing a .so rather than a libtool archive.

This happens for every module during the build. This server is a fresh
install (today). I tried this yesterday with a fresh install and had
the same results. The 2.0.48 port will build and install correctly
though.

If anyone knows why this is happening, I would appreciate an email as I
had to unsubscribe from the lists due to too much other email already.

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



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


Re: correct way to upgrade ssh

2004-07-30 Thread David Rio Deiros
 I have seen a few threads lately about ssh and upgrading/updating it. 
 What is the correct method for updating ssh that was installed as part
 of the base system.  Uninstall and install openssh from ports?

As you say, openssh is part of the base system. So just follow the
typical process (handbook is our friend) and update your sources, 
compile and so on.

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


Taina Kalintiv Tak/Benefon is out of the office.

2004-07-30 Thread taina . kalintiv
I will be out of the office from 03.07.2004 until 09.08.2004.

I have started my summer vacation. While I`m on vacation, please contact to
Benefon`s Sales Office, email: [EMAIL PROTECTED]

Notice! Because of vacations, Benefon factory and Sales Office are totally
close from 5.7.2004 until 19.7.2004.

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


Re: can not make ltmdm ports

2004-07-30 Thread User
On Saturday, 26 June 2004 at  8:35:53 +0700, pirat wrote:
 Date: Sat, 26 Jun 2004 08:35:53 +0700
 From: pirat [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: can not make ltmdm ports
 
 hi sirs,
 
 my laptop is dell inspiron 1100 with Conexant D480 MDC modem controller.
 i tried to compile ltmdm from ports but strange enough, it failed.  i spent
 about 2 months in looking or searching from internet if there were
 any one else can use that modem in that machin with freebsd.
 
 finally, i have to come back to my box and decide to make from ports.
 as mentioned above,  make failed.  can any one please helps me or explains me
 why do make failed ?
 
 other informations about dell inspiron 1100 are attached.
 thanks in advanced fro any helps and hints.
 
 
 -- 
 with best regards,
 psr
 
 http://www.thai-aec.org
 http://www.thai.net/makham

 From [EMAIL PROTECTED] Sat Jun 26 08:13:35 2004
 Return-Path: [EMAIL PROTECTED]
 Received: from inspiron.thai-aec.org (inspiron.thai-aec.org [192.168.1.70])
   by firak.thai-aec.org (8.12.11/8.12.11) with ESMTP id i5Q1DZmA022143
   for [EMAIL PROTECTED]; Sat, 26 Jun 2004 08:13:35 +0700 (ICT)
   (envelope-from [EMAIL PROTECTED])
 Received: from inspiron.thai-aec.org (localhost [127.0.0.1])
   by inspiron.thai-aec.org (8.12.11/8.12.11) with ESMTP id i5Q17ZHP001148
   for [EMAIL PROTECTED]; Sat, 26 Jun 2004 08:07:35 +0700 (ICT)
   (envelope-from [EMAIL PROTECTED])
 Received: (from [EMAIL PROTECTED])
   by inspiron.thai-aec.org (8.12.11/8.12.11/Submit) id i5Q17Y9b001147
   for [EMAIL PROTECTED]; Sat, 26 Jun 2004 08:07:34 +0700 (ICT)
   (envelope-from root)
 Date: Sat, 26 Jun 2004 08:07:34 +0700 (ICT)
 From: Charlie Root [EMAIL PROTECTED]
 Message-Id: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Status: RO
 Content-Length: 2910
 Lines: 64
 
 [EMAIL PROTECTED]:0:0:class=0x06 card=0x chip=0x25608086 
 rev=0x03 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82845G/GL/GV/GE/PE DRAM Controller / Host-Hub I/F Bridge'
 class= bridge
 subclass = HOST-PCI
 [EMAIL PROTECTED]:2:0:class=0x03 card=0x01491028 chip=0x25628086 
 rev=0x03 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82845G/GL/GV/GE/PE Integrated Graphics Device'
 class= display
 subclass = VGA
 [EMAIL PROTECTED]:29:0:   class=0x0c0300 card=0x24c08086 chip=0x24c28086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBM (ICH4/M) USB UHCI Controller #1'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:1:   class=0x0c0300 card=0x24c08086 chip=0x24c48086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBM (ICH4/M) USB UHCI Controller #2'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:2:   class=0x0c0300 card=0x24c08086 chip=0x24c78086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBM (ICH4/M) USB UHCI Controller #3'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:29:7:   class=0x0c0320 card=0x24c08086 chip=0x24cd8086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBM (ICH4/M) USB EHCI Controller'
 class= serial bus
 subclass = USB
 [EMAIL PROTECTED]:30:0:   class=0x060400 card=0x chip=0x244e8086 
 rev=0x82 hdr=0x01
 vendor   = 'Intel Corporation'
 device   = '82801BA/CA/DB/EB/ER (ICH2/3/4/5/5R) Hub Interface to PCI Bridge'
 class= bridge
 subclass = PCI-PCI
 [EMAIL PROTECTED]:31:0:   class=0x060100 card=0x chip=0x24c08086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB (ICH4) LPC Interface Bridge'
 class= bridge
 subclass = PCI-ISA
 [EMAIL PROTECTED]:31:1:   class=0x01018a card=0x24c08086 chip=0x24cb8086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB (ICH4) UltraATA/100 EIDE Controller'
 class= mass storage
 subclass = ATA
 [EMAIL PROTECTED]:31:5:   class=0x040100 card=0x01491028 chip=0x24c58086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBM (ICH4/M) AC'97 Audio Controller'
 class= multimedia
 subclass = audio
 
 [EMAIL PROTECTED]:31:6:   class=0x070300 card=0x542214f1 chip=0x24c68086 
 rev=0x02 hdr=0x00
 vendor   = 'Intel Corporation'
 device   = '82801DB/DBM (ICH4/M) AC'97 Modem Controller'
 class= simple comms
 
 [EMAIL PROTECTED]:1:0:class=0x02 card=0x10284401 chip=0x440114e4 
 rev=0x01 hdr=0x00
 vendor   = 'Broadcom Corporation'
 device   = 'BCM440x 10/100 Integrated Ethernet Controller'
 class= network
 subclass = ethernet
 [EMAIL PROTECTED]:4:0:class=0x060700 card=0x01491028 chip=0xac56104c 
 rev=0x00 hdr=0x02
 vendor   = 'Texas Instruments (TI)'
 device   = 'PCI1510 PC card CardBus Controller'
 class

Re: now extremely [OT]: 64-bit PCI in 32-bit slots??? crazy??

2004-07-30 Thread Kevin D. Kinsey, DaleCo, S.P.
Josh Paetzel wrote:
On Fri, Jul 30, 2004 at 04:32:30PM -0400, Bill Moran wrote:
I guess my question is hardware-related. I mean, I can't believe this
worked! Has anyone else seen/done this? Is this as crazy as it seems to
me?
--
Bill Moran
I have a friend that is using a 64 bit SCSI card (29160 adaptec if memory 
serves) and it's backwards compatable with 32 bit slots

Josh Paetzel
 

 AFAICT, this only works on 'Nixes as Windoze has
no bit-bucket .../rimshot :-D
Have a good weekend,
KDK
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache 2.0.50 port is busted

2004-07-30 Thread Josh Paetzel
On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
 i had the same problem, asked the same questions and noone was able to help
 :/
 
 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
 Gesendet: Freitag, 30. Juli 2004 23:31
 An: [EMAIL PROTECTED]
 Betreff: Apache 2.0.50 port is busted
 
 
 Has anyone else attempted to build the apache-2.0.50 port
 from cvs'd port tree a couple hours ago? I am trying to
 build this on a 5.2.1 (i386) box and it looks like the
 libtool bug is as present as ever:
 

===   Compressing manual pages for apache-2.0.50
===   Registering installation for apache-2.0.50


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


safe mode for kernel.old

2004-07-30 Thread Jason Barnes

I managed to build a kernel that won't mount root.  Furthermore, I
have a separate issue whereby the system hangs when I boot normally, but
works fine when in safe mode.
My question is:  how do I load kernel.old and then run it in safe
mode?
Thanks for any help you might be able to provide,

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


Re: Sound Driver

2004-07-30 Thread Alastair G. Hogge
On Friday 30 July 2004 06:55, Sandbox Video Productions wrote:
 Starting KDE I always get this message. Then it just
 stalls


 Sound server informational message:
 Error while ititializing the sound driver:
 device /dev/dsp can't be opened (Device not
 configured)
 The sound server will continue using the null output device
You need to provide more information. What version of KDE are using? Where's 
your dmesg output?

Run cat /dev/sndstat to see if you even have any audio devices listed.

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


AW: Apache 2.0.50 port is busted

2004-07-30 Thread Alexander Liebau
but why do some ppl have problems compiling apache on a fresh install? kinda
weird isnt it?

-Ursprungliche Nachricht-
Von: Josh Paetzel [mailto:[EMAIL PROTECTED]
Gesendet: Samstag, 31. Juli 2004 00:33
An: Alexander Liebau
Cc: Jeffrey Wheat; [EMAIL PROTECTED]
Betreff: Re: Apache 2.0.50 port is busted


On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
 i had the same problem, asked the same questions and noone was able to
help
 :/

 -Ursprungliche Nachricht-
 Von: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
 Gesendet: Freitag, 30. Juli 2004 23:31
 An: [EMAIL PROTECTED]
 Betreff: Apache 2.0.50 port is busted


 Has anyone else attempted to build the apache-2.0.50 port
 from cvs'd port tree a couple hours ago? I am trying to
 build this on a 5.2.1 (i386) box and it looks like the
 libtool bug is as present as ever:


===   Compressing manual pages for apache-2.0.50
===   Registering installation for apache-2.0.50


Josh Paetzel



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


Re: safe mode for kernel.old

2004-07-30 Thread Bill Moran
Jason Barnes [EMAIL PROTECTED] wrote:

 
   I managed to build a kernel that won't mount root.  Furthermore, I
 have a separate issue whereby the system hangs when I boot normally, but
 works fine when in safe mode.
   My question is:  how do I load kernel.old and then run it in safe
 mode?
   Thanks for any help you might be able to provide,

Interrupt the boot countdown to get the boot prompt, then enter
boot -s kernel.old

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: [OT] 64-bit PCI in 32-bit slots??? crazy??

2004-07-30 Thread Bill Moran

Thanks to everyone who responded.

Just caught me a little off-guard!

Bill Moran [EMAIL PROTECTED] wrote:
 I'm inheriting some hardware.
 
 These boards have 64-bit PCI SATA cards jammed in 32-bit PCI slots.  Oddly
 enough, the boxen boot and start Linux (which will be replaced with FreeBSD
 when I'm done)
 
 I guess my question is hardware-related.  I mean, I can't believe this
 worked!  Has anyone else seen/done this?  Is this as crazy as it seems to
 me?


-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Apache 2.0.50 port is busted

2004-07-30 Thread Jorn Argelo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Saturday 31 July 2004 00:32, Josh Paetzel wrote:
 On Fri, Jul 30, 2004 at 11:45:55PM +0200, Alexander Liebau wrote:
  i had the same problem, asked the same questions and noone was able to
  help
 
  :/
 
  -Ursprungliche Nachricht-
  Von: [EMAIL PROTECTED]
  [mailto:[EMAIL PROTECTED] Auftrag von Jeffrey Wheat
  Gesendet: Freitag, 30. Juli 2004 23:31
  An: [EMAIL PROTECTED]
  Betreff: Apache 2.0.50 port is busted
 
 
  Has anyone else attempted to build the apache-2.0.50 port
  from cvs'd port tree a couple hours ago? I am trying to
  build this on a 5.2.1 (i386) box and it looks like the
  libtool bug is as present as ever:

I just upgraded from 2.0.49 and it worked just fine. (using portupgrade) It 
even upgraded PHP to 4.3.8 for me :-) So I guess the problem lies with your 
machine rather then the port.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBCtN4s2lBCry7iusRAloEAJ9TeeLY58jh6eMmy2y3cqdhCfNfQgCeJdku
QMo9AJmOsdP0qhbxJW3o2KM=
=RjD9
-END PGP SIGNATURE-
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Jason Barnes

Wow -- this is weird, but when I try that the machine locks up
right after loading the old kernel, after the little -/|\ series finishes.
Additionally, safe mode and single-user mode are distinct.  Is there a
boot -safe that will boot into SAFE mode?
Thanks for your help,

- Jason

 Interrupt the boot countdown to get the boot prompt, then enter
 boot -s kernel.old

  I managed to build a kernel that won't mount root.  Furthermore, I
  have a separate issue whereby the system hangs when I boot normally, but
  works fine when in safe mode.
  My question is:  how do I load kernel.old and then run it in safe
  mode?
  Thanks for any help you might be able to provide,
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Jonathan Chen
On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
 
   Wow -- this is weird, but when I try that the machine locks up
 right after loading the old kernel, after the little -/|\ series finishes.
 Additionally, safe mode and single-user mode are distinct.  Is there a
 boot -safe that will boot into SAFE mode?
   Thanks for your help,

Unlike Windows, there is no SAFE mode. Single user mode is about as
safe as it will get.
-- 
Jonathan Chen [EMAIL PROTECTED]

We laugh in the face of danger, we drop icecubes down the vest of fear
 - Edmond Blackadder III
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: safe mode for kernel.old

2004-07-30 Thread Jason Barnes
On Sat, 31 Jul 2004, Jonathan Chen wrote:

 On Fri, Jul 30, 2004 at 03:50:40PM -0700, Jason Barnes wrote:
 
  Wow -- this is weird, but when I try that the machine locks up
  right after loading the old kernel, after the little -/|\ series finishes.
  Additionally, safe mode and single-user mode are distinct.  Is there a
  boot -safe that will boot into SAFE mode?
  Thanks for your help,

 Unlike Windows, there is no SAFE mode. Single user mode is about as
 safe as it will get.

Then what's the safe mode in the boot screen in 5.2.1, and how is
it different than single user mode?  Thanks for your patience with me on
this issue.

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


Re: backspace and delete keys behavior

2004-07-30 Thread Warren Block
On Fri, 30 Jul 2004, Mariano Guadagnini wrote:
Hi guys, I am new to Freebsd (after years of linux) and, althought system
installation and configuration was quite seamlessly, I've an issue with the
delete key of my keyboard (101 keys us layout): In xterm, the backspace key
works ok, but when I press del, it prints the ~ character, instead of
deleting .  I have read it has something to do with keyboard layout config,
but I couldn't find out how to fix it. So, any ideas?
I use csh/tcsh and just put this in .cshrc:
bindkey ^? delete-char
bindkey \e[3~ delete-char
bindkey \e[1~ beginning-of-line
bindkey \e[4~ end-of-line
Seems to work for console and xterm.  There's a good web page on this:
http://www.ibb.net/~anne/keyboard.html
-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: amavisd/clamav Virus Recipient email notification template woes

2004-07-30 Thread Warren Block
On Fri, 30 Jul 2004, Tim Schutt wrote:
On Jul 30, 2004, at 4:09 PM, Bill Moran wrote:

If you're going to send notification, there is only one _proper_ way 
to do it: analyze the Received: headers and find out where the virus 
_really_ originated, then contact the abuse@ address for that domain 
with the message.

I completely understand where you are coming from, and I am only intending on 
notifying the intended recipient of the email, not the sender for the very 
reason that you note. If it was just me, I would can the message and be done 
with it. However, I am in the midst of marketing this service to some highly 
security conscious people so I would like the reinforcement of the 
notifications for their piece of mind and a little customer-stroking 
reminding them how great the service is. :-)
[Format recovered--please don't top-post.  It makes responding to your 
messages difficult and time-consuming, to the point that many people 
won't bother.]

Virus detected messages are generally abusive.  Here are some problems 
I've experienced on the receiving end of antivirus notification 
messages:

* Sent to the forged From address.  We'll skip the issue of a virus
  checker that trusts any content in a virus-generated message;
  what about long CC: and BCC: lists?
* Sent to the intended victim--Hey, you almost got away without being
  harassed, but we wanted to brag about our antivirus system.
* Some include this message guaranteed virus-free text.  It's like the
  sender is saying please sue me.
* Sent outside the detecting system's domains, spreading the damage.
  If you must send notifications, send them only to those systems you
  control, and where you are responsible to your users.
* Antivirus software forges [EMAIL PROTECTED]'sdomain into the From:
  line.  Senders of these messages get a 550 reject for all further
  mail.
* Some notifications include the virus.  Yes, there are actual
  antivirus programs out there that are dumb enough to do this.
Bearing that in mind, here's a suggestion for clamav flags:
clamav_milter_flags=--quiet --local --outgoing --max-children=50 --dont-log-clean 
--noxheader --outgoing
-Warren Block * Rapid City, South Dakota USA
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problems after IP change

2004-07-30 Thread Loren M. Lang
On Wed, Jul 28, 2004 at 03:48:17PM +, Daniela wrote:
 On Wednesday 28 July 2004 14:49, Steve Bertrand wrote:
   Also, post the relevant ``natd'' line entries in your /etc/natd.conf
   file.
  
   natd.conf doesn't exist. Do you mean rc.conf? Here it is:
   natd_interface=rl0
   natd_enable=YES
  
   But I didn't change anything here, and it always worked.
 
  Indeed, I did mean rc.conf...sorry ;o)
 
  Now would be a good time to post your fw ruleset.
 
 add 00300 divert 8668 ip from any to any
 add 01300 unreach port tcp from any to any 6699 
 add 01400 allow log all from any to any via lo0
 add 01600 check-state
 
 add 01700 allow log logamount 1000 tcp from any to me 22 in setup keep-state
 add 01701 allow log logamount 1000 tcp from me 22 to any out
I believe this is matching all your outgoing ssh connections, but not
keeping state so the outgoing SYN packets get accepted, but the incoming
SYN/ACK packets get rejected when they hit rule 1900 below.

 add 01702 allow log logamount 1000 tcp from any to me 21 in setup keep-state
 add 01703 allow log logamount 1000 tcp from me 21 to any out
Same with ftp.

Where those the only protocols that didn't work or did nothing work?

 
 add 01900 deny log tcp from any to any in established
 
 add 11700 allow tcp from any to any out setup keep-state
 add 11701 allow udp from 212.33.32.160 53 to any in recv rl0
 add 11702 allow udp from any to 212.33.32.160 53
 add 11703 allow udp from 212.33.55.5 53 to any in recv rl0
 add 11704 allow udp from any to 212.33.55.5 53
 add 11705 allow udp from 212.0.0.0/8 67 to 255.255.255.255 68 in recv rl0
 
 add 11801 allow icmp from any to any icmptypes 3
 add 11802 allow icmp from any to any icmptypes 4
 add 11803 allow icmp from any to any icmptypes 8 out
 add 11804 allow icmp from any to any icmptypes 0 in
 add 11805 allow icmp from any to any icmptypes 9 out
 add 11806 allow log icmp from any to any icmptypes 11 in
 add 11807 allow log icmp from any to any icmptypes 11 out
 
 add 11900 allow icmp from me to 224.0.0.1 icmptypes 9 in via rl0
 add 11901 allow icmp from 10.0.0.1 to 224.0.0.1 icmptypes 9 in via rl1
 add 11902 allow all from me to 224.0.0.2/24 out via rl0
 add 11903 allow all from 10.0.0.1 to 224.0.0.2/24 out via rl1
 add 11904 allow udp from me 520 to 81.10.248.255 520 out via rl0
 add 11905 allow udp from me 520 to 81.10.248.255 520 in via rl0
 add 11906 allow udp from 10.0.0.1 520 to 10.255.255.255 520 in via rl1
 add 11907 allow udp from 10.0.0.1 520 to 10.255.255.255 520 out via rl1
 add 11908 allow udp from me 520 to 10.255.255.255 520 out via rl1
 add 11909 allow udp from me 520 to 10.255.255.255 520 in via rl1
 add 11910 allow ip from any to 224.0.0.9/24 in via rl0
 
 
 add 2 allow all from 10.0.0.0/24 to any in recv rl1
 add 20001 allow all from any to 10.0.0.0/24 out xmit rl1 keep-state
 add 20002 count log all from 10.0.0.0/24 to any
 add 20003 count log all from any to 10.0.0.0/24
 
 
 add 65534 deny log ip from any to any
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

-- 
I sense much NT in you.
NT leads to Bluescreen.
Bluescreen leads to downtime.
Downtime leads to suffering.
NT is the path to the darkside.
Powerful Unix is.

Public Key: ftp://ftp.tallye.com/pub/lorenl_pubkey.asc
Fingerprint: B3B9 D669 69C9 09EC 1BCD  835A FAF3 7A46 E4A3 280C
 


pgp470QFkxKvN.pgp
Description: PGP signature


Re: freebsd How do you restart rc.conf without rebooting

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 20:28:43 -
Dan [EMAIL PROTECTED] wrote:

 How do you restart rc.conf without rebooting your machine.

Actually rc.conf is a file, it doesn't restart. You can `shutdown now`
which will get you to single user mode and the exit to go in multiuser
again. Or you can execute the scripts in /etc/rc.d did some changes and
what to test them (ipfw comes in mind).

Specifying more precisely what you need would help.


-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: backspace and delete keys behavior

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 14:30:59 +0100
Mark Ovens [EMAIL PROTECTED] wrote:

 Peter Ryan wrote:
  I've got the same thing on the 2 machines i am experimenting
  with.  I am new and thought it was a standard feature :) 
  
  I also defined a standard US 101 keyboard.
  
  Makes me think there is a setting or choice at installation that
  deals with this, rather than having to patch something.
  
 
 Add
 
 keysym Delete = 0x04
 
 to ~/.xmodmaprc
 
 and add
 
 xmodmap ~/.xmodmaprc
 
 to ~/.xinitrc
 
 To implement this in a running X session type this in an xterm
 
 xmodmap -e keysym Delete = 0x04
 
 Actually, this is probably a better solution for the OP as it is global 
 whereas my previous suggestion is xterm specific.

The only problem is that if you keep the delete key pressed to long it
exits the terminal. At least when xmodmap typed under kde's konsole;
it acts this way both in for konsole and xterm.


-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: safe mode for kernel.old

2004-07-30 Thread Ion-Mihai Tetcu
On Fri, 30 Jul 2004 16:30:33 -0700 (MST)
Jason Barnes [EMAIL PROTECTED] wrote:

[..]

   Then what's the safe mode in the boot screen in 5.2.1, and how is
 it different than single user mode?  Thanks for your patience with me on
 this issue.

AFAIK, among others doesn't set DMA disk  access.
syctl:
hw.ata.ata_dma=0
hw.ata.atapi_dma=0


-- 
IOnut
Unregistered ;) FreeBSD user

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


Re: Problem updating xorg-clients

2004-07-30 Thread Joshua Tinnin
(message has been reformatted from top-posting ...)

On Friday 30 July 2004 04:44 am, Michael L. Squires [EMAIL PROTECTED] 
wrote:
 On Thu, 29 Jul 2004, Joshua Tinnin wrote:
  I'm getting an error message (below) when trying to upgrade the
  xorg-clients port, and I'm not at all sure how to fix it. Am running
  5.2.1-RELEASE-p9 with xorg-6.7.0_1.
 
  - jt
 
  making all in programs/xhost...
  cc -O -pipe -march=athlon-xp -ansi -pedantic -Wno-system-headers
  -Dasm=__asm -Wall -Wpointer-arith -Wundef
  -I/usr/ports/x11/xorg-clients/work/xc
  -I/usr/ports/x11/xorg-clients/work/xc/exports/include 
  -I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO  
  -DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6
 -DBSD44SOCKETS -DXVENDORNAME='The X.Org Foundation'
  -DXVENDORNAMESHORT='X.Org' -c xhost.c
  xhost.c: In function `change_host':
  xhost.c:423: error: syntax error before siaddr
  xhost.c:434: error: `siaddr' undeclared (first use in this function)
  xhost.c:434: error: (Each undeclared identifier is reported only once
  xhost.c:434: error: for each function it appears in.)
  xhost.c: In function `get_hostname':
  xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in
  this function)
  xhost.c:883: error: `sip' undeclared (first use in this function)
  xhost.c:884: warning: ISO C89 forbids mixed declarations and code
  xhost.c:888: error: syntax error before ')' token
  *** Error code 1
 
  Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
  *** Error code 1
 
  Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
  *** Error code 1
 
  Stop in /usr/ports/x11/xorg-clients.
  ** Command failed [exit code 1]: /usr/bin/script -qa
  /tmp/portupgrade99236.6 make
  ** Fix the problem and try again.

 I just built xorg from scratch under 5.2-CURRENT (of the past few days)
 and didn't have this problem.

I'm not sure what it is. I tried upgrading again today after a daily cvsup, 
and still getting this error. I know enough about programming to know what 
file and line has the problematic code, but I'm not sure what to do to fix 
it. I think it's on my end, as I haven't heard anyone else comment on this 
issue, but not sure why or where ...

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


Re: Problem updating xorg-clients

2004-07-30 Thread Chris
Joshua Tinnin wrote:
(message has been reformatted from top-posting ...)
On Friday 30 July 2004 04:44 am, Michael L. Squires [EMAIL PROTECTED] 
wrote:

On Thu, 29 Jul 2004, Joshua Tinnin wrote:
I'm getting an error message (below) when trying to upgrade the
xorg-clients port, and I'm not at all sure how to fix it. Am running
5.2.1-RELEASE-p9 with xorg-6.7.0_1.
- jt
making all in programs/xhost...
cc -O -pipe -march=athlon-xp -ansi -pedantic -Wno-system-headers
-Dasm=__asm -Wall -Wpointer-arith -Wundef
-I/usr/ports/x11/xorg-clients/work/xc
-I/usr/ports/x11/xorg-clients/work/xc/exports/include 
-I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO  
-DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6
  -DBSD44SOCKETS -DXVENDORNAME='The X.Org Foundation'
-DXVENDORNAMESHORT='X.Org' -c xhost.c
xhost.c: In function `change_host':
xhost.c:423: error: syntax error before siaddr
xhost.c:434: error: `siaddr' undeclared (first use in this function)
xhost.c:434: error: (Each undeclared identifier is reported only once
xhost.c:434: error: for each function it appears in.)
xhost.c: In function `get_hostname':
xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in
this function)
xhost.c:883: error: `sip' undeclared (first use in this function)
xhost.c:884: warning: ISO C89 forbids mixed declarations and code
xhost.c:888: error: syntax error before ')' token
*** Error code 1

Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
*** Error code 1
Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
*** Error code 1
Stop in /usr/ports/x11/xorg-clients.
** Command failed [exit code 1]: /usr/bin/script -qa
/tmp/portupgrade99236.6 make
** Fix the problem and try again.
I just built xorg from scratch under 5.2-CURRENT (of the past few days)
and didn't have this problem.

I'm not sure what it is. I tried upgrading again today after a daily cvsup, 
and still getting this error. I know enough about programming to know what 
file and line has the problematic code, but I'm not sure what to do to fix 
it. I think it's on my end, as I haven't heard anyone else comment on this 
issue, but not sure why or where ...

- jt
Read /usr/ports/UPDATING for Xorg
--
Best regards,
Chris
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Problem updating xorg-clients

2004-07-30 Thread Joshua Tinnin
On Friday 30 July 2004 09:25 pm, Chris [EMAIL PROTECTED] wrote:
 Joshua Tinnin wrote:
  (message has been reformatted from top-posting ...)
 
  On Friday 30 July 2004 04:44 am, Michael L. Squires [EMAIL PROTECTED]
 
  wrote:
 On Thu, 29 Jul 2004, Joshua Tinnin wrote:
 I'm getting an error message (below) when trying to upgrade the
 xorg-clients port, and I'm not at all sure how to fix it. Am running
 5.2.1-RELEASE-p9 with xorg-6.7.0_1.
 
 - jt
 
 making all in programs/xhost...
 cc -O -pipe -march=athlon-xp -ansi -pedantic -Wno-system-headers
 -Dasm=__asm -Wall -Wpointer-arith -Wundef
 -I/usr/ports/x11/xorg-clients/work/xc
 -I/usr/ports/x11/xorg-clients/work/xc/exports/include
 -I/usr/X11R6/include -DCSRG_BASED  -DFUNCPROTO=15 -DNARROWPROTO
 -DTCPCONN -DUNIXCONN -DHAS_STICKY_DIR_BIT -DHAS_FCHOWN -DIPv6
-DBSD44SOCKETS -DXVENDORNAME='The X.Org Foundation'
 -DXVENDORNAMESHORT='X.Org' -c xhost.c
 xhost.c: In function `change_host':
 xhost.c:423: error: syntax error before siaddr
 xhost.c:434: error: `siaddr' undeclared (first use in this function)
 xhost.c:434: error: (Each undeclared identifier is reported only once
 xhost.c:434: error: for each function it appears in.)
 xhost.c: In function `get_hostname':
 xhost.c:883: error: `XServerInterpretedAddress' undeclared (first use in
 this function)
 xhost.c:883: error: `sip' undeclared (first use in this function)
 xhost.c:884: warning: ISO C89 forbids mixed declarations and code
 xhost.c:888: error: syntax error before ')' token
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients/work/xc/programs/xhost.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients/work/xc/programs.
 *** Error code 1
 
 Stop in /usr/ports/x11/xorg-clients.
 ** Command failed [exit code 1]: /usr/bin/script -qa
 /tmp/portupgrade99236.6 make
 ** Fix the problem and try again.
 
 I just built xorg from scratch under 5.2-CURRENT (of the past few days)
 and didn't have this problem.
 
  I'm not sure what it is. I tried upgrading again today after a daily
  cvsup, and still getting this error. I know enough about programming to
  know what file and line has the problematic code, but I'm not sure what
  to do to fix it. I think it's on my end, as I haven't heard anyone else
  comment on this issue, but not sure why or where ...
 
  - jt

 Read /usr/ports/UPDATING for Xorg

Yes, I did this - btw, I switched to Xorg about a week before it became 
default on -CURRENT. Since the switch to Xorg, there has only been one 
announcement about it in UPDATES, and it involves Gnome. Even so, I rebuilt 
x11-toolkits/libwnck and x11/libxklavier to be sure, but nothing changed as 
far as the errors go. Anyway, I'm not sure if there's something in there I'm 
missing and you're trying to get me to read it again, or if you're just 
saying to RTFM. If there's something in UPDATES I'm missing, please let me 
know, as I'm a bit lost here.

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