Re: libutil.so.4

2004-01-02 Thread Matthew Seaman
On Thu, Jan 01, 2004 at 08:57:06PM -0700, Shawn Dillon wrote:

 I am trying to install SpamAssassin and I get the following error.
 
 /libexec/ld-elf.so.1: Shared object libutil.so.4 not found

You seem to be installing a FreeBSD-4.x package on FreeBSD 5.x.  To
avoid this problem, (in order of preference, best last): either
install the 4.x compatability libs, install a 5.x package or install
from ports.

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


pgp0.pgp
Description: PGP signature


How to build diskless kernel?

2004-01-02 Thread Rob
Hi,

I'm following the instructions in the handbook for diskless boot.
In Chapter 19.6.1.4 Building a Diskless Kernel, it says:
Build the kernel (See Chapter 9), and copy it to the tftp directory ...

I have two problems here:
1. Chapter 9 only explains how to build and install a kernel on a
   running machine, where 'install' puts everything in root directory.
2. When it says above copy it, what is it here? A file? Or files
   and directories (e.g. /modules/) ? And where is it, after doing the
   'build' command as explained in Chapter 9?
Thanks for clearing up this matter for me.

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


Re: CDMA and GPRS support

2004-01-02 Thread jan . muenther
Hi
 Would you please advise where I can find a hardware compatibility list for
 GPRS and CDMA modems (or just a recommended hardware supplier/make/model(s))
 for FreeBSD?

being .de based, I don't know much about CDMA apart from how it works - as
of GPRS/GSM however, I can tell you that it's fully transparently usable if
you have a phone with a builtin softmodem that supports the AT command set
and the relevant GPRS extensions. 

With both my Siemens phones I can simply set different APNs with single AT
commands and getting the link itself up is a matter of normal PPP dialing
(number *99#). Siemens provides an excellent document containing all the
supported AT commands and their syntax - you can basically control the
entire phone through them. As of the connection to the PC, the usual data
cables do the job, I never bothered to f*ck around with IrDA or the like.
So, for me it's cu and userland ppp. Works like a charm. 


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


'Portsdb -Uu' Fails

2004-01-02 Thread Rishi Chopra
I'm attempting my first 'portsdb -Uu' after a successful CVSUp, but am 
running into some problems:

idfubar# portsdb -Uu
Updating the ports index ... perl: not found
/usr/local/sbin/make_describe_pass2:70:in `write': Broken pipe 
(Errno::EPIPE)
   from /usr/local/sbin/make_describe_pass2:70:in `puts'
   from /usr/local/sbin/make_describe_pass2:70
failed to generate INDEX!
portsdb: index generation error

Where have I failed?

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


What is wrong with pppd version 2.3.5?

2004-01-02 Thread Achim Gorski
Recently I installed 5.2-RC2 for testing purpose and
saw an unexplainable behaviour of pppd 2.3.5.
I have an old FreeBSD 4.2 running and connecting via
modem with ppp to an ISP using ipfw, natd and pppd.  
Then I configured the 5.2-RC2 install logical identical,
but it does not route any packets. I can ping ppp0 but not
the default gateway. This was pppd 2.3.5.
Because I did not found anything wrong, I just copied the
old pppd binary version 2.3.1 from 1998 to the 5.2-RC2 test
system and this works! I was really surprised, because I
did not change anything except the pppd binary.

Any clue what is wrong here? Is it my configuration or
something in pppd? What changed in version 2.3.5?


Thanks, Achim



--
Here is what I configured.

$ pppd user username /dev/cuaa0  57600 connect 'my script'


/etc/ppp/options:
modem crtscts noipdefault defaultroute netmask 255.255.255.0 

/etc/rc.conf:
firewall_enable=YES
firewall_type=OPEN 
firewall_logging=YES
natd_enable=YES
natd_interface=ppp0 
natd_flags=-dynamic 
gateway_enable=YES

Kernel:
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_VERBOSE_LIMIT=100 
options IPFIREWALL_DEFAULT_TO_ACCEPT 
options IPDIVERT 
options TCP_DROP_SYNFIN
options IPSTEALTH


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


Problem installing the ISO images (5.1 and 5.2)

2004-01-02 Thread Olivier Gautherot
Hi FreeBSD'ers!

I'm facing a funny situation that I don't really understand... I'm currently
running 5.1 (I thought it was -STABLE but the CDROM says -RELEASE, so I'm not
completely sure as I have had it for some time). It installed painlessly.

As I was reorganizing my hard disk, I thought I would upgrade to 5.2 but, for
some reason, it won't install. The CDROM image seems to have been written
fine, it boots properly, I can edit and select the various options, I can
repartition the disk (basically to erase the partition contents), the base
system loads fine ... until it tries to load the PERL package, where it
fails. As a number of packages depend on PERL, they won't install either.
This happens with both 5.2-RC1 and 5.2-RC2 (I remember seeing the same on the
latest 5.1-RELEASE too).

Anyone saw the same effect? Any clue of what could go wrong?
Thanks in advance
Olivier

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


Re: 'Portsdb -Uu' Fails

2004-01-02 Thread Kent Stewart
On Friday 02 January 2004 01:39 am, Rishi Chopra wrote:
 I'm attempting my first 'portsdb -Uu' after a successful CVSUp, but
 am running into some problems:

 idfubar# portsdb -Uu
 Updating the ports index ... perl: not found
 /usr/local/sbin/make_describe_pass2:70:in `write': Broken pipe
 (Errno::EPIPE)
 from /usr/local/sbin/make_describe_pass2:70:in `puts'
 from /usr/local/sbin/make_describe_pass2:70
 failed to generate INDEX!
 portsdb: index generation error

 Where have I failed?


You may not have. Sometimes people update the ports and leave things 
out. If you have done a recent cvsup of ports-all, try the following.

cd /usr/ports
make index
portsdb -u

There are times when portsdb has problems and there are times when 
make index falls on its face. I had a good make index at  
UTC.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


Re: Which architecture?

2004-01-02 Thread David O'Brien
On Tue, Dec 30, 2003 at 12:06:06PM -0800, Nate Lawson wrote:
 AMD, Cyrix.  The amd64 arch is for the new 64 bit Opterons (i.e. FX64).

What is FX64???

Opteron is the server 64-bit CPU
Athlon64 FX51 is the high-end desktop CPU
Athlon64 is the desktop CPU
 
-- 
-- David  ([EMAIL PROTECTED])
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problems with startx on 5.2-RC2

2004-01-02 Thread Jaroslaw Nozderko
OS: FreeBSD 5.2-RC2 (MAC - biba,mls)

Hi,

 I have problem with X on 5.2-RC2. Sometimes the whole
system hangs when I start X by startx or 'setpmac mls/equal startx'
(with MAC policies loaded). In about 30% of attempts it hangs on 
XFree startup messages and hard reset is required.
The problem occurs a little bit too often for some unrelated
accident and it doesn't occur at all on 5.1-RELEASE (the same
hardware and configuration).

Does anyone have similar problem ?

Regards,
Jarek

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


sendmail

2004-01-02 Thread Shawn Guillemette
I got some issues with sendmail and was hoping if I showed someone the logging that 
they might be able to point me in the right direction.. 

FreeBSD 4.8-RC1
sendamil 8.12.7_2




Thank you Shawn 


This is from   /var/mail/maillog

Jan  2 06:50:20 skywalker sendmail[28956]: i02BoKXY028956: from=[EMAIL PROTECTED], 
size=0, class=0, nrcpts=1, proto=SMTP, daemon=MTA, relay=tacsplace.guillemette.org 
[192.168.1.103]
Jan  2 06:50:21 skywalker sendmail[28956]: i02BoKXZ028956: from=[EMAIL PROTECTED], 
size=1137, class=0, nrcpts=1, msgid=[EMAIL PROTECTED], proto=SMTP, daemon=MTA, 
relay=tacsplace.guillemette.org [192.168.1.103]
Jan  2 06:50:40 skywalker mail.local: lockmailbox /var/mail/shawng failed; error code 
75
Jan  2 06:50:40 skywalker sendmail[28823]: i017Z6Xb014536: to=shawng, 
delay=1+03:19:26, xdelay=00:00:30, mailer=local, pri=4367684, dsn=4.0.0, 
stat=Deferred: local mailer (/usr/libexec/mail.local) exited with EX_TEMPFAIL
Jan  2 06:50:45 skywalker mail.local: lockmailbox /var/mail/shawng failed; error code 
75
Jan  2 06:50:45 skywalker sendmail[28547]: hBT7h2CX019405: to=shawng, 
delay=4+03:16:34, xdelay=00:00:30, mailer=local, pri=15605586, dsn=4.0.0, 
stat=Deferred: local mailer (/usr/libexec/mail.local) exited with EX_TEMPFAIL
Jan  2 06:50:51 skywalker mail.local: lockmailbox /var/mail/dwithey failed; error code 
75
Jan  2 06:50:51 skywalker sendmail[28957]: i02BoKXZ028956: to=[EMAIL PROTECTED], 
ctladdr=[EMAIL PROTECTED] (1002/1002), delay=00:00:31, xdelay=00:00:30, 
mailer=local, pri=31392, dsn=4.0.0, stat=Deferred: local mailer 
(/usr/libexec/mail.local) exited with EX_TEMPFAIL
Jan  2 06:51:10 skywalker mail.local: lockmailbox /var/mail/shawng failed; error code 
75
Jan  2 06:51:10 skywalker sendmail[28823]: i017Z6Xc014536: to=shawng, 
delay=1+03:18:56, xdelay=00:00:30, mailer=local, pri=4371062, dsn=4.0.0, 
stat=Deferred: local mailer (/usr/libexec/mail.local) exited with EX_TEMPFAIL

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


Re: unknown slowdown

2004-01-02 Thread Simon Strandgaard
On Thu, 2004-01-01 at 20:43, Matthew Seaman wrote:
 On Thu, Jan 01, 2004 at 07:45:49PM +0100, Simon Strandgaard wrote:
  In my wardrobe I have my noisy/fast server, to which I can connect via
  the xdmcp protocol, either with my silent desktop machine or if im not
  at home I can use ssh. It worked fluently for 6 months, but recently it
  has become non-responsive and lagging. The network speed are 100Mbits
  and I have killed all suspicius processes. I have even tried to restart
  the server, but no luck. 
 
 Two things to check:
 
 Does 'netstat -i' show any errors, either on your server or on your desktop?
 
If so, then there's probably a fault somewhere in your networking
setup.  It could be a simple as a network cable not plugged in
properly or as bad as your switch/hub slowly giving up the ghost,
or one of the NICs in one of the machines spiralling into oblivion.
[snip]

Solved:  It was a bad network cable.. Now it works again,  Thanks :-)

--
Simon Strandgaard

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


pkg_add and me

2004-01-02 Thread Mauricio
I want to upgrade the version of libiconv that is in this
machine (PC running freebsd 5.1).  So, I try pkg_add:
daffy# pkg_add libiconv-1.9.1_3.tgz
pkg_add: package 'libiconv-1.9.1_3' or its older version already
installed
daffy#
Ok then, I force it to be installed (-f option).  All I get in the end
is *two* entries of libiconv according to pkg_info:
daffy# pkg_info
XFree86-FontServer-4.3.0_1 XFree86-4 font server
XFree86-NestServer-4.3.0_1 XFree86-4 nested X server
[...]
libiconv-1.8_2  A character set conversion library
libiconv-1.9.1_3A character set conversion library
Why can't it put the latest version in place of the older one?  I 
even tried to uninstall the old one first:

daffy# pkg_delete libiconv-1.8_2
pkg_delete: package 'libiconv-1.8_2' is required by these other packages
and may not be deinstalled:
gettext-0.11.5_1
gmake-3.80
lynx-2.8.5d14
daffy#
but, as you can see, it does not seem to like that.  Someone 
suggested me to install portupgrade as follows:

 cd /usr/ports/sysutils/portupgrade
 make install clean
 rehash
 cvsup your ports tree
 portupgrade libiconv
 should do all you need. :)


   I did the above, but ended up having two instances of libiconv:

daffy# pkg_info
[...]
imake-1.0   Imake and other utilities from XFree86
imake-4.3.0 Imake and other utilities from XFree86
jpeg-6b_1   IJG's jpeg compression utilities
libiconv-1.8_2  A character set conversion library
libiconv-1.9.1_3A character set conversion library
libtool-1.3.4_4 Generic shared library support script
libtool-1.3.5_1 Generic shared library support script
lrzsz-0.12.20   Receive/Send files via X/Y/ZMODEM protocol. 
[...]
daffy#

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


using freebsd

2004-01-02 Thread Aeden
How can i connect two windows machine togehter using freebsd and securing them with a 
vpn and even suply them with internet. i have a pentium 3 pc running freebsd 4.x and 
it has 5 pci ehternet cards one for internet two for the other machines can you 
indicate some information on this thank you very much!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Recent 4.8-STABLE Compaq Proliant System drive issues

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


Recent 4.8-STABLE Compaq Proliant System drive issues

2004-01-02 Thread JP
Hi,

I have a prolinea compaq system, one with no real bios. And yes, I cant get the floppy 
install method to see the IDE drive. Very annoying.

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


busybox

2004-01-02 Thread Maarten
Hi,

I'd like to run Busybox (http://www.busybox.net/) or something similar on FreeBSD. Has 
anyone on this list succesfully managed to do so yet, or do you know about 
alternatives?

Ta,
-- 
http://unsavoury.net/

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


shared objects(.so files)

2004-01-02 Thread niraj kumar
i want to create shared objects (.so files) in freebsd what is the command and the 
parameters for that.
 
  niraj

Yahoo! India Matrimony: Find your partner online.Post your profile.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: busybox

2004-01-02 Thread Lowell Gilbert
Maarten [EMAIL PROTECTED] writes:

 I'd like to run Busybox (http://www.busybox.net/) or something similar on FreeBSD. 
 Has anyone on this list succesfully managed to do so yet, or do you know about 
 alternatives?

Sounds like crunchgen(1).

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: busybox

2004-01-02 Thread Matthew Seaman
On Fri, Jan 02, 2004 at 02:13:01PM +0100, Maarten wrote:

 I'd like to run Busybox (http://www.busybox.net/) or something similar on FreeBSD. 
 Has anyone on this list succesfully managed to do so yet, or do you know about 
 alternatives?

Take a look at the contents of the /stand directory.  Notice how
virually all of those files share the same inode -- this is how you
can get a bootable FreeBSD system onto two floppy disks.

See crunchgen(1) for the command used to generate these sort of things.

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


pgp0.pgp
Description: PGP signature


Re: shared objects(.so files)

2004-01-02 Thread Gautam Gopalakrishnan
On Fri, Jan 02, 2004 at 01:16:38PM +, niraj kumar wrote:
 i want to create shared objects (.so files) in freebsd what is
 the command and the parameters for that.

I think it's:
$ gcc -shared -o libname.so (object files)

Gautam

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


Jails for websites

2004-01-02 Thread Chris
5.1

I have a server with 5 public IP addresses, so I'm thinking I'll set it up with one IP 
for the server (as a host) and the other 4 assigned to 4 jails. The jails are for 
websites...

From a security standpoint, wouldn't it be better to run four instances of ftpd (one 
in each jail), as opposed to one instance on the host server?

And from a security standpoint, should I run apache from the host server, where I can 
configure mod_security the way I want, or just run individual apaches inside each jail 
and let the website owners configure it the way they want?

I like the idea of running things inside the jail, and recognize that if the webmaster 
of the site configures it wrong, it's their problem not mine, but is the jail secure 
enough to allow them that much access?

I have heard of hosting sites selling virtual dedicated servers by giving someone 
root access to a jail, so I'm thinking jails are fairly secure. Anyone with experience 
in this that can give me advice?

Thanks,
Chris

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


Re: libutil.so.4

2004-01-02 Thread Kris Kennaway
On Fri, Jan 02, 2004 at 08:43:35AM +, Matthew Seaman wrote:
 On Thu, Jan 01, 2004 at 08:57:06PM -0700, Shawn Dillon wrote:
 
  I am trying to install SpamAssassin and I get the following error.
  
  /libexec/ld-elf.so.1: Shared object libutil.so.4 not found
 
 You seem to be installing a FreeBSD-4.x package on FreeBSD 5.x.  To
 avoid this problem, (in order of preference, best last): either
 install the 4.x compatability libs, install a 5.x package or install
 from ports.

Other way around: 5.2 has libutil.so.4, older systems have .so.3.
Update to 5.2 or use packages built for your release.

Kris


pgp0.pgp
Description: PGP signature


Re: Problems with startx on 5.2-RC2

2004-01-02 Thread Trey Sizemore
Jaroslaw Nozderko wrote:

OS: FreeBSD 5.2-RC2 (MAC - biba,mls)

Hi,

I have problem with X on 5.2-RC2. Sometimes the whole
system hangs when I start X by startx or 'setpmac mls/equal startx'
(with MAC policies loaded). In about 30% of attempts it hangs on 
XFree startup messages and hard reset is required.
The problem occurs a little bit too often for some unrelated
accident and it doesn't occur at all on 5.1-RELEASE (the same
hardware and configuration).

Does anyone have similar problem ?

Regards,
Jarek
 

Yes, see my post from earlier today called Can't shutdown, logout, or 
restart cleanly.  I have not run 5.1-RELEASE before, so I can't say if 
it didn't happen there, but it definitely happens with 5.2-CURRENT.  I'm 
at my wit's end trying to find out why!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: My /etc/ttys file has been overwritten

2004-01-02 Thread Trey Sizemore
Malcolm Kay wrote:

On Fri, 2 Jan 2004 13:29, Trey Sizemore wrote:
 

I edited my /etc/ttys file in Easy Editor and then saved and exited (or
so I thought) to enable kdm.  When I rebooted, my machine would hang.  I
went back into /etc/ttys and noticed that the file is now empty!!
What is the best way to replace the file.  I'm not aware of a default
file anywhere.  Will I have to manually recreate it, and if so, where do
I get the data?
   

# find /usr/src -name ttys
yields:
  /usr/src/etc/etc.alpha/ttys
and
  /usr/src/etc/etc.i386/ttys
I imagine the latter is what you want ;-)

Malcolm Kay
 

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


Name Server error / problem with Win XP

2004-01-02 Thread Ajitesh K
Hi freinds,

Wish you all a very Happy New year.

I am get some kind of error on my name server nameserv1. FYI, TM25 system is laptop 
of out side client and OS is Windows XP Home. 
nameserv1.lan.mycompany.com kernel log messages:

 31 10:47:32 nameserv1 dhcpd: if IN A TM25.dhcp.mycompany.com domain doesn't exist 
 add 300 IN A TM25.dhcp.mycompany.com 10.1.2.165 add 300 IN TXT 
 TM25.dhcp.mycompany.com 31eb2f5e58786ebab0b6eabd298b28671f: domain already exists

I feel its some thing to do with Windows XP. Does any one know the fix?

Thanks in advance.

With Regards,

Ajitesh K




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


Grumpy 'xdm' won't take logins

2004-01-02 Thread John Mills
Freebies -

I just finished a fairly lightweight ftp installation of 5.1-Release and
want to offer an X11 login screen. Basic XF86 seems to work fine. I
followed the 'Configuring xdm' instructions in Greg Lehey's
_Complete_FreeBSD_, ch.17, but didn't get quite all the way home.

I get the X11 login screen, mouse moves OK, but I never seem to focus the 
username or password entry panels so that my keystrokes are seen. Neither 
can I change to one of the other vt's (though I get 'bell' sounds on those 
which should exist). The server seems to have gone both modal and deaf.

Suggestions appreciated.

TIA.

 - John Mills
   [EMAIL PROTECTED]

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


PHP port 4.3.4_4

2004-01-02 Thread Marius Kirschner
Tried upgrading my php to the latest but 'make' fails with the following
error:

/usr/ports/lang/php4/work/php-4.3.4/ext/gd/libgd/gdft.c:1060: structure has
no member named `advance'
/usr/ports/lang/php4/work/php-4.3.4/ext/gd/libgd/gdft.c:1061: structure has
no member named `advance'
*** Error code 1

Stop in /usr/ports/lang/php4/work/php-4.3.4.
*** Error code 1

Stop in /usr/ports/lang/php4.
*** Error code 1

Stop in /usr/ports/lang/php4.

---Marius 

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


Re: Strange calloc problem

2004-01-02 Thread Willem Jan Withagen
From: Poul-Henning Kamp [EMAIL PROTECTED]
 In message [EMAIL PROTECTED], Willem Jan Withagen
writes:
 
 I'm running this compiler which is rather heap intensive and it crashed
with
 a SigFault
 in calloc/malloc (I've tied both, but as expected calloc calls malloc)
 What suggestions are there further to track this down to the real
problem.

 Try running with malloc flags 'A' and 'J'

That was one of my first attempts, but that did not help much.

I hate Heap problems...
2 bytes changed, and now I'm no longer able to reproduce the error.

So I've picked dmalloc from /usr/ports/devel to be my friend.
And it shows that the compiler tools are seriously messing up the heap.

--WjW

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


Re: Problems with startx on 5.2-RC2

2004-01-02 Thread Trey Sizemore
Trey Sizemore wrote:

Jaroslaw Nozderko wrote:

OS: FreeBSD 5.2-RC2 (MAC - biba,mls)

Hi,

I have problem with X on 5.2-RC2. Sometimes the whole
system hangs when I start X by startx or 'setpmac mls/equal startx'
(with MAC policies loaded). In about 30% of attempts it hangs on 
XFree startup messages and hard reset is required.
The problem occurs a little bit too often for some unrelated
accident and it doesn't occur at all on 5.1-RELEASE (the same
hardware and configuration).

Does anyone have similar problem ?

Regards,
Jarek
 

Yes, see my post from earlier today called Can't shutdown, logout, or 
restart cleanly.  I have not run 5.1-RELEASE before, so I can't say 
if it didn't happen there, but it definitely happens with 
5.2-CURRENT.  I'm at my wit's end trying to find out why!

Per a post I received on bsdforums.com, try booting up with ACPI turned 
off.  This can be done in 5.1 and later by choosing option 2 in the boot 
menu (Boot FreeBSD with ACPI disabled).  Once I did this, it worked like 
a champ.  I'm not sure why earlier versions may not have been affected 
by this or if it only affects certain hardware.

Let me know if this worked for you.

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


Re: isc-dhcpd weird effect

2004-01-02 Thread Pierrick Brossin
On 01 Jan 2004 20:13:39 -0500
Lowell Gilbert [EMAIL PROTECTED] wrote:

 It's an artifact of the way the data structures get initialized at the
 daemon startup.  I don't see any problem with it...

There's no problem. It's just I like normal things :) usually when you
count your fingers you do not start by saying ok so 10, 9, 8. That's
all...

I thought there was a real reason.

Regards

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


Re: Recent 4.8-STABLE Compaq Proliant System drive issues

2004-01-02 Thread Mohsin Rahman
Not knowing which compaq server you are referring to, perhaps this link will
help.

http://www.daemonnews.org/23/cpqraid.html

I used these instructions and had FBSD4.8 happily running on Compaq5000R
w/ 4x200MHz CPU, 1.2GB of RAM, the Compaq 2P raid controller. However,
even though it has a scsi cdrom, I ended up installing via FTP. The system
would
lock up right after Waiting 15 seconds for SCSI devices to settle...

You do have to set the primary OS as Unixware7.1 to be able to install 4.x.
I had
no success installing 5.x.

Good Luck!
--
Mohsin Rahman
[EMAIL PROTECTED]


- Original Message - 
From: JP [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, January 02, 2004 5:42 AM
Subject: Recent 4.8-STABLE  Compaq Proliant System drive issues


 Hi,

 I have a prolinea compaq system, one with no real bios. And yes, I cant
get the floppy install method to see the IDE drive. Very annoying.

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


Changing Apache

2004-01-02 Thread Marius Kirschner
I currently have Apache 1.3.29 running and want to switch to the Apache
mod-ssl version. My question is, do I need to deinstall the standard apache
before building the mod-ssl one from the ports?  And what would be the best
procedure to minimize the downtime?  Thank you,

---Marius 

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


Clamd sendmail ??

2004-01-02 Thread Greg Bernard
Hello, 

I am trying to have sendmail used clamd in order to filter incoming mail for
viruses on my mail server.

I have configured clamav following the instruction found here :
http://linux-sxs.org/administration/clamav-milter.html


I have modified my settings in order to have sendmail parsed these messages
with smthg like this added in my .mc file :


dnl ## milter clamav
INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.sock, F=, T=S:4m;
R:4m')dnl
define(`confINPUT_MAIL_FILTERS', `clmilter')


When I start sendmail and tries to send a test mail containing a virus
signature, I have a send: Broken pipe message...


Has anyone got a working way to use clam as a filter for incoming mail with
sendmail... ?? 


Thanks. 



«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§

Gregober --- PGP ID -- 0x1BA3C2FD
omni_osx_ml @at@ todoo.biz

«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§



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


Re: Problems with startx on 5.2-RC2

2004-01-02 Thread J S Goldberg
I had another ACPI related problem on my asus (nvidia) a7n8x,
and posted to the 'current' mailing list.  One of the replies
suggested how to disable acpi cleanly:

At 09:17 +0200 01/01/2004, Danny Braniss wrote:
try adding in file /boot/device.hints:
hint.acpi.0.disabled=1

danny

That worked - it changed the boot menu choice from
boot with acpi disabled to boot with acpi enabled.
tks
j

At 09:56 -0500 01/02/2004, Trey Sizemore wrote:
Trey Sizemore wrote:

Jaroslaw Nozderko wrote:

OS: FreeBSD 5.2-RC2 (MAC - biba,mls)
snip
 
Yes, see my post from earlier today called Can't shutdown, logout, or restart 
cleanly.  I have not run 5.1-RELEASE before, so I can't say if it didn't happen 
there, but it definitely happens with 5.2-CURRENT.  I'm at my wit's end trying to 
find out why!

Per a post I received on bsdforums.com, try booting up with ACPI turned off.  This 
can be done in 5.1 and later by choosing option 2 in the boot menu (Boot FreeBSD with 
ACPI disabled).  Once I did this, it worked like a champ.  I'm not sure why earlier 
versions may not have been affected by this or if it only affects certain hardware.

Let me know if this worked for you.

___
[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: What do you use?

2004-01-02 Thread Jason Bacon
On Wednesday 31 December 2003 02:04 pm, Francisco wrote:
 On Wed, 31 Dec 2003, Jason Bacon wrote:
  3ware IDE RAID.

 Agree on the 3ware controllers.

  No such thing as cheap tape backups.  :-(

 If the amount of data can compress into a CD or DVD you could consider a
 burner.

 Moreover, although not a replacement for a tape backup or burning to
 CD/DVD you could also consider having an extra disk outside the RAID for
 backups. For example to keep multiple days of data on the second disk for
 easy/quick access.

We're using external USB disks for medium-term archival, and various optical 
media for long-term.  DVD-RAM is the most convenient, albeit slow and 
non-portable (R/W UDF support isn't quite there yet, so we're stuck with UFS 
for now).  With a USB2 interface, the USB disks are pretty fast, and you 
can't beat the convenience.  

One has to be very careful with USB disks on Unix, though, since they can be 
unplugged without warning while the filesystem is mounted, causing serious 
filesystem damage.  I experimented with various solutions (e.g. automounting 
and unmounting with synchronous write enabled), but nothing gave 100% 
protection.

Our RAID systems (ICP Vortex SCSI and 3ware IDE) are backed up on Mammoth or 
AIT tapes with autochangers using afio and chio.  Not a cheap solution at ~ 
$10,000, but there's no other way to automatically back up 1/2 terabyte on 
media that can be easily stored off-site.

Good luck,

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


Getting SCSI Drive info.

2004-01-02 Thread Daryl Chance
I'm adminning some remote servers and I need to get
the drive model numbers so the owner can buy more
disks.  I've tried dmesg, but the only thing that
gives me is the raid volume and the raid adapter
model.  I can go to the server with ATA Raid and it
gives me all the drives and their model numbers there.
 Is there anyway (short of physically removing the
drive and checking the model number) to get that
information?

I'm running 4.9

__
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with FreeBSD

2004-01-02 Thread orlandina
Hello freebsd-questions,

  I have one problem with system. Always after rebooting it says that
  file systems was uncorrectly unmounted and i have no way to recovery
  system without reinstallation. Can you help with solving this
  problem? May be problem is in compatibility with processor (Athlon
  850)?

-- 
Best regards,
 orlandina  mailto:[EMAIL PROTECTED]

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


Single File Limit Size

2004-01-02 Thread Vahric MUHTARYAN
Hi Everybody, 

I'm using FreeBSD 4.9 with UFS file system support . I gave to
question .  I saw that single file can only grow 2 GB How Can I grow it? 
Does it tunable from Kernel or File System ? 

Secound question is How can I change files system for example turn
FreeBSD 4.9  UFS files system to UFS2 ? or Does it possible. 

Third I want to mount ufs2 file system in FreeBSD 4.9 but I can'T it
said that use mount_ufs2 command but it was not available then I tried make
world CVSUP -- REGEN_4 for maybe new feature has come but nothing change ..


What do I have to ?! 

Vahric 

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


Re: Getting SCSI Drive info.

2004-01-02 Thread Dan Nelson
In the last episode (Jan 02), Daryl Chance said:
 I'm adminning some remote servers and I need to get the drive model
 numbers so the owner can buy more disks.  I've tried dmesg, but the
 only thing that gives me is the raid volume and the raid adapter
 model.  I can go to the server with ATA Raid and it gives me all the
 drives and their model numbers there.
  Is there anyway (short of physically removing the drive and checking
 the model number) to get that information?

You'll need to use your RAID utility to list the drive info.  Some
Adaptec RAIDs use aaccli or raidutil (installable from ports under
sysutils/aaccli and sysutils/asr-utils).

-- 
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: Single File Limit Size

2004-01-02 Thread Dan Nelson
In the last episode (Jan 02), Vahric MUHTARYAN said:
 I'm using FreeBSD 4.9 with UFS file system support . I gave to
 question .  I saw that single file can only grow 2 GB How Can I grow
 it?  Does it tunable from Kernel or File System ?

FreeBSD 4 does not have a 2gb filesize limit.  I have created files up
to 50gb, and I'm sure other people have created larger ones.  If you
have a program that is having problems creating files over 2gb, the
program itself is probably at fault.

 Secound question is How can I change files system for example turn
 FreeBSD 4.9 UFS files system to UFS2 ? or Does it possible.

UFS2 is only available on FreeBSD 5, but unless you need a filesystem
larger than 1TB, you don't really need UFS2.

-- 
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: What do you use?

2004-01-02 Thread Jason Bacon
On Thursday 01 January 2004 07:09 am, Francisco Reyes wrote:
 On Thu, 1 Jan 2004, Scott Mitchell wrote:
  As for RAID, we use Vinum, but only because I inherited a bunch of
  machines with hot-swap SCSI bays and no hardware RAID.  It works well,
  once you have it set up, and I've even managed to swap out failed drives
  without a reboot
 
  :-)  I'll definitely investigate the 3ware cards when I need to build a
  : new
 
  RAID server, though.

 But wouldn't a 3ware RAID be slower than an SCSI setup? Unless your
 current setup is using old SCSI disks. Also how is the load? Lots of
 simultaneous use or just many quick/small access (ie people using
 documents/spreadsheets).

Well, I'm in a position to provide some comparison data with not-too-many 
variables, so I felt obliged to run a quick benchmark.  The program writes a 
large file (large enough to overwhelm any memory buffering) using low-level 
I/O, does an fsync() before closing, and then tests random seek and 
sequential read on the same file.  I watched the system load using top during 
the benchmark and took a snapshot near the beginning and end of the write 
cycle.

~

3ware Escalade IDE 560gig RAID-5 (8 x 80G barracuda disks):

Writing 1677721600 byte test file...
Done.  Time = 58.433367
Performing 1000 random seeks and reads...
Done.  Time = 0.235705
Performing sequential read...
Done.  Time = 7.303429

CPU states:  0.8% user,  0.0% nice, 17.1% system,  0.0% interrupt, 82.2% idle
Mem: 68M Active, 609M Inact, 279M Wired, 89M Cache, 112M Buf, 960M Free
Swap: 4081M Total, 240K Used, 4081M Free

CPU states:  0.4% user,  0.0% nice, 13.2% system,  0.0% interrupt, 86.4% idle
Mem: 68M Active, 1390M Inact, 279M Wired, 88M Cache, 112M Buf, 180M Free
Swap: 4081M Total, 240K Used, 4081M Free

~

ICP Vortex SCA 240gig RAID-5 (4 x 72 gig cheetah SCA disks):

Writing 1677721600 byte test file...
Done.  Time = 53.667167
Performing 1000 random seeks and reads...
Done.  Time = 0.220799
Performing sequential read...
Done.  Time = 5.114555

CPU states:  0.4% user,  0.0% nice,  9.6% system,  1.0% interrupt, 89.1% idle
Mem: 52M Active, 401M Inact, 274M Wired, 77M Cache, 112M Buf, 1201M Free
Swap: 4081M Total, 248K Used, 4081M Free

CPU states:  0.4% user,  0.0% nice, 25.1% system,  1.9% interrupt, 72.6% idle
Mem: 52M Active, 1601M Inact, 276M Wired, 74M Cache, 112M Buf, 3228K Free
Swap: 4081M Total, 248K Used, 4081M Free

Both systems are running 5.1-RELEASE, with 2 gig RAM.  The 3ware machine has a 
faster CPU (Athlon 1.6Ghz) than the ICP (dual Pentium 850), but this 
shouldn't be significant for raw I/O at these CPU speeds.

The CPU usage is lower on the ICP system (remember that it has a slower CPU 
when comparing the CPU loads).  CPU use consistently went up toward the end 
of the write cycle on the ICP system, but stayed flat on the 3ware.  

I noticed a drastic reduction of CPU load on the 3ware system when we went 
from 4.5-RELEASE to 4.6-RELEASE  CPU load has never been a problem on either 
server.

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


Re: Problem with FreeBSD/uncorrectly umount after reboot

2004-01-02 Thread Olaf Hoyer
On Fri, 2 Jan 2004, orlandina wrote:

 Hello freebsd-questions,

   I have one problem with system. Always after rebooting it says that
   file systems was uncorrectly unmounted and i have no way to recovery
   system without reinstallation. Can you help with solving this
   problem? May be problem is in compatibility with processor (Athlon
   850)?

Hi!

Well, the cpu is the last thing to look after in these circumstances.

Please give data about the following things:
Your hardware setup
(Mainboard, IDE/SCSI-Controller, Hard drives)

post your /etc/fstab and the output of mount just before shutting
down.

How do you shut down? Do you issue a halt, or do you use the shutdown -h
now sequence?

Just wondering
Olaf


-- 
Olaf Hoyer[EMAIL PROTECTED]
Fuerchterliche Erlebniss geben zu raten,
ob der, welcher sie erlebt, nicht etwas Fuerchterliches ist.
(Nietzsche, Jenseits von Gut und Boese)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: File system full?

2004-01-02 Thread Eric F Crist
On Thursday 01 January 2004 11:46 pm, Malcolm Kay wrote:
   $ df -h
   FilesystemSize   Used  Avail Capacity  Mounted on
   /dev/ad0s3a  1008M92M   835M10%/
   /dev/ad0s2   1020M19M  1001M 2%/dos
   /dev/ad0s3g   4.8G69M   4.3G 2%/home
   /dev/ad0s3e   3.9G   3.9G -260.5M   107%/usr
   /dev/ad0s3f  1008M27M   900M 3%/var
   /dev/ad0s1 24G22G   2.9G88%/nt
   procfs4.0K   4.0K 0B   100%/proc
   /dev/da0s1 61M61M   632K99%/umass

 One of the suggested setups is to provide home with its own partition.
 And even though you don't use it it is not so uncommon.

As you can see above, /home is on it's very own partition.


  The two partitions appear to be adjacent.  If they are, Partition Magic
  (or similar) could merge those two partitions non-destructively, and
  your problem would be solved.

 This sounds like a disaster --- partition magic works with MS
 partitions or in FBSD terms slices -- to the best I my knowledge it does
 not know about BSD style partitions.

Partition Magic can recognize a type 165 (freebsd) partition, but it does not 
support merging/resizing of these.  It does support the linux partition 
scheme, however.


-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Changing Apache

2004-01-02 Thread Matthew Seaman
On Fri, Jan 02, 2004 at 11:10:56AM -0500, Marius Kirschner wrote:
 I currently have Apache 1.3.29 running and want to switch to the Apache
 mod-ssl version. My question is, do I need to deinstall the standard apache
 before building the mod-ssl one from the ports?  And what would be the best
 procedure to minimize the downtime?  Thank you,

Yes, you should de-install apache13 before installing apache13-modssl.
Although it's called mod_ssl, it is actually rather more than just a
dynamically loadable module -- the main apache httpd binary gets
patched to provide the 'EAPI' programming interface.

Best way to minimize downtime is to

a) build apache13-modssl on a scratch box and test your
   configuration there.  Practice installing everything.  Once
   you're pretty certain it's going to work smoothly, and you
   understand how to install certificates and so forth, then:

b) build apache13-modssl -- if you do this on the server it will
   cause the port dependencies to be installed automatically
   (basically that's just the devel/mm port)  

c) Stop the apache13 server and pkg_deinstall it.  

d) Install the pre-built apache13-modssl port

e) Apply your local customizations to your httpd.conf, install web
   content etc.

d) Start the apache13-modssl server: remember it's apachectl
   startssl to have SSL enabled.

If you don't want to build the httpd on the server machine, then build
what packages you need off-line.  Installation procedure will be much
the same as above.  If you have any other 3rd party apache loadable
modules (mod_php4, mod_perl etc.) these will need to be recompiled
against the new apache13-modssl server at stage (d) above.  At some
point running through a round or two of 'pkgdb -Fvu' to sort out
package dependencies is a good idea.  You can also put:

APACHE_PORT=www/apache13-modssl

into /etc/make.conf to make sure that all apache-related ports you
install subsequently will have the correct dependencies.

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


pgp0.pgp
Description: PGP signature


Re: File system full?

2004-01-02 Thread Eric F Crist
On Thursday 01 January 2004 10:15 pm, Scott W wrote:
 Here's my df -h readout:
 
 $ df -h
 FilesystemSize   Used  Avail Capacity  Mounted on
 /dev/ad0s3a  1008M92M   835M10%/
 /dev/ad0s2   1020M19M  1001M 2%/dos
 /dev/ad0s3g   4.8G69M   4.3G 2%/home
 /dev/ad0s3e   3.9G   3.9G -260.5M   107%/usr
 /dev/ad0s3f  1008M27M   900M 3%/var
 /dev/ad0s1 24G22G   2.9G88%/nt
 procfs4.0K   4.0K 0B   100%/proc
 /dev/da0s1 61M61M   632K99%/umass
 Advice- leave /var and / the size they are, they're fine if the box
 stays up as a server and runs any public services- apache logs and even
 messages log files can fill up /var relatively quickly, and if you add a
 database or any other service that can potentially log verbosely if it
 encounters any problems (or if you enable debug logging), /var can grow
 quickly.

I'm probably going to leave everything as it is.  I ran a make clean from the 
/usr/ports directory, did nothing else, and this is now my df -h readout:

$ df -h
FilesystemSize   Used  Avail Capacity  Mounted on
/dev/ad0s3a  1008M92M   835M10%/
/dev/ad0s3g   4.8G70M   4.3G 2%/home
/dev/ad0s3e   3.9G   2.2G   1.4G61%/usr
/dev/ad0s3f  1008M27M   900M 3%/var
/dev/ad0s1 24G22G   2.9G88%/nt
procfs4.0K   4.0K 0B   100%/proc
/dev/ad0s2   1020M19M  1001M 2%/dos
$

As you can see, there is a massive decrease in parition use after that 
completed.  What I didn't think about was that I compiled all the following 
'hog' sources, kde, apsfilter, and x.

Thanks for the help/advice!
-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: libutil.so.4

2004-01-02 Thread Matthew Seaman
On Fri, Jan 02, 2004 at 06:03:21AM -0800, Kris Kennaway wrote:
 On Fri, Jan 02, 2004 at 08:43:35AM +, Matthew Seaman wrote:
  On Thu, Jan 01, 2004 at 08:57:06PM -0700, Shawn Dillon wrote:
  
   I am trying to install SpamAssassin and I get the following error.
   
   /libexec/ld-elf.so.1: Shared object libutil.so.4 not found
  
  You seem to be installing a FreeBSD-4.x package on FreeBSD 5.x.  To
  avoid this problem, (in order of preference, best last): either
  install the 4.x compatability libs, install a 5.x package or install
  from ports.
 
 Other way around: 5.2 has libutil.so.4, older systems have .so.3.
 Update to 5.2 or use packages built for your release.

D'Oh! That'll teach me to post before the 2nd cup of tea in the
morning...

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


pgp0.pgp
Description: PGP signature


Sata Raid FreeBSD 4.9

2004-01-02 Thread IzyData Software Company
Hello,

 We are IzyData Software Developping company from Switzerland. And
 now, we are going to dedicated server. For our OS we choose FreeBSD
 4.9. And one problem appeared. We can't make working sata raid disks which are
 on mirroring, we simply do not see it in a system.

 Is this feature availible in 4.9 ?

 We have following hardware:

 CPU: P4 2.9
 Motherboard: ASUS P4800-DELUX.
 RAM: 2GB
 HDD: 1 - 40GB SATA (working).
 HDD: 2x240 WD Sata mirrow (not working).

 Could you please help us. And alse please tell if there a reason to
 install 5.1, which supports sata raid, as we heard.

 Thanks.

-- 
Eugene Rozum
IzyData Software Company
www.izydata.com
T: +41 26 300 7662
F: +41 26 429 0739
Mobile: +41 79 4645 709
[EMAIL PROTECTED]

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


Re: Problem with FreeBSD

2004-01-02 Thread Kevin D. Kinsey, DaleCo, S.P.
orlandina wrote:

Hello freebsd-questions,

 I have one problem with system. Always after rebooting it says that
 file systems was uncorrectly unmounted and i have no way to recovery
 system without reinstallation. Can you help with solving this
 problem? May be problem is in compatibility with processor (Athlon
 850)?
 

Most likely you have some rather bunged up
hard disk partition(s).
Please find a man page (on the web if FBSD
refuses to boot due to bad unmounts) and
check up on fsck.
You will probably have to boot into single
user mode, using a dumbed down version
of /bin/sh (well, not dumbed down, really, but
it won't be able to find squat, cause your
other partitions won't be available, and therefore
neither will your $PATH environment variable)
and issue fsck commands followed by mount
commands using the full pathname to recover
from whatever has happened power failure,
perhaps?  Or as I said, bad HDD???
HTH,

Kevin Kinsey

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


Re: Problems with startx on 5.2-RC2

2004-01-02 Thread Jaroslaw Nozderko
Hi Trey,


 Yes, see my post from earlier today called Can't shutdown, logout, or
 restart cleanly.  I have not run 5.1-RELEASE before, so I can't say if
 it didn't happen there, but it definitely happens with 5.2-CURRENT.  I'm
 at my wit's end trying to find out why!

thanks, I've read it - I have Asus P3B-F motherboard :))
But seriously, I'm not sure it's hardware-related - I don't remember a
single occurence of this problem in 5.1 and 5.0. It seems to have
something to do with 5.2.

Regards,
Jarek

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


Re: Clamd sendmail ??

2004-01-02 Thread Jon Mercer
I had this problem and traced it down to the fact that the default
location where clamav puts its socket is wrong. After editing
/usr/local/etc/clamav.conf so that LocalSocket looked like:

# Path to the local socket. The daemon doesn't change the mode of the
# created file (portability reasons). You may want to create it in a
directory
# which is only accessible for a user running daemon.
LocalSocket /var/run/clamav/clamd.sock

And the permissions on that directory are sorted (eg. clamav:clamav) it
all worked out.

Additionally, the logfile holds a wealth of info about what is going on.

Hope this helps,

Jon Mercer


On Fri, 2004-01-02 at 16:27, Greg Bernard wrote:
 Hello, 
 
 I am trying to have sendmail used clamd in order to filter incoming mail for
 viruses on my mail server.
 
 I have configured clamav following the instruction found here :
 http://linux-sxs.org/administration/clamav-milter.html

 I have modified my settings in order to have sendmail parsed these messages
 with smthg like this added in my .mc file :
 
 
 dnl ## milter clamav
 INPUT_MAIL_FILTER(`clmilter',`S=local:/var/clamav/clmilter.sock, F=, T=S:4m;
 R:4m')dnl
 define(`confINPUT_MAIL_FILTERS', `clmilter')
 
 
 When I start sendmail and tries to send a test mail containing a virus
 signature, I have a send: Broken pipe message...
 
 
 Has anyone got a working way to use clam as a filter for incoming mail with
 sendmail... ?? 
 
 
 Thanks. 
 
 
 
 «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
 
 Gregober --- PGP ID -- 0x1BA3C2FD
 omni_osx_ml @at@ todoo.biz
 
 «?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§«?»¥«?»§
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
-- 
++
| ___  ___   |
|/   ||  /   |
|   / /| |/ /|
|  / / | | _ / /     ___ |
| / /__| |/ ___ \   / /__/ __ \/ _  |   |  /__   |
|/   |   / /  /_/  / ___ \  / /_/ /   / / | |   / ___ \  |
|   / /| |  / /   __  / /   \ \ | ___/__ / /  / /  / /   \ \ |
|  / / | |  | |__/ / / // / | \__/ / | |_| |  / // / |
| /__\/___\ \_/ /__|   /__| \_/  \__/|_| /__|   /__| |
||
| www.achean.com |
| == |
| Jon Mercer   [EMAIL PROTECTED] |
||
| Mobile07973 256496 |
||
| Tel.  0117 9561211 |
||
| Fax   0117 9565637 |
++ 



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


once again rpm-4.0.4.tar.gz

2004-01-02 Thread Frederick Thomas
Hello,
 
I'm trying to get some help installing the tarball in the subject line because I do 
not have an internet connection at home, and every time I have tried to build a binary 
from source
I've have been unable to because of some missing dependencies. I'm new to asking for
help but I would like some guidance simply to be able to start developing my own apps
and to be able to help some other poor slub who doesn't have a clue. So, I have freebsd
4.8 with linux compat enabled and I can't get the package to configure because it needs
 autoconf. So if anyone has an answer for me it would be a blessing. Happy New Year!
 
   
 nikita 


-
Do you Yahoo!?
Yahoo! Photos - Get your photo on the big screen in Times Square
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Does anyone know how to subscribe to the isc dhcp list?

2004-01-02 Thread stan
I'm still not able to get failover working on ISC dhcpd, and it looks like
this list is out of answers.

The REAME in the work directory of the port mentions a couple of mailing
lists dedicated to that project (great anoth mailinglist to subscribe to
:-(), but it does not explain how to subscribe to them.

I'm too nice to send a message to the lsit asking :-)

-- 
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: Changing Apache

2004-01-02 Thread Marius Kirschner
Thanks, Matthew, much appreciated.  I assume I'll be able to use my current
httpd.conf file, but just rename it to httpsd.conf?  

Also, if I get a certificate for www.whatever.com will I be able to refer to
it via http:// and https://?

---Marius  

 -Original Message-
 From: Matthew Seaman [mailto:[EMAIL PROTECTED] 
 Sent: Friday, January 02, 2004 12:20 PM
 To: Marius Kirschner
 Cc: 'FreeBSD Questions'
 Subject: Re: Changing Apache
 
 On Fri, Jan 02, 2004 at 11:10:56AM -0500, Marius Kirschner wrote:
  I currently have Apache 1.3.29 running and want to switch to the 
  Apache mod-ssl version. My question is, do I need to deinstall the 
  standard apache before building the mod-ssl one from the 
 ports?  And 
  what would be the best procedure to minimize the downtime?  
 Thank you,
 
 Yes, you should de-install apache13 before installing apache13-modssl.
 Although it's called mod_ssl, it is actually rather more than 
 just a dynamically loadable module -- the main apache httpd 
 binary gets patched to provide the 'EAPI' programming interface.
 
 Best way to minimize downtime is to
 
 a) build apache13-modssl on a scratch box and test your
configuration there.  Practice installing everything.  Once
you're pretty certain it's going to work smoothly, and you
understand how to install certificates and so forth, then:
 
 b) build apache13-modssl -- if you do this on the server it will
cause the port dependencies to be installed automatically
(basically that's just the devel/mm port)  
 
 c) Stop the apache13 server and pkg_deinstall it.  
 
 d) Install the pre-built apache13-modssl port
 
 e) Apply your local customizations to your httpd.conf, install web
content etc.
 
 d) Start the apache13-modssl server: remember it's apachectl
startssl to have SSL enabled.
 
 If you don't want to build the httpd on the server machine, 
 then build what packages you need off-line.  Installation 
 procedure will be much the same as above.  If you have any 
 other 3rd party apache loadable modules (mod_php4, mod_perl 
 etc.) these will need to be recompiled against the new 
 apache13-modssl server at stage (d) above.  At some point 
 running through a round or two of 'pkgdb -Fvu' to sort out 
 package dependencies is a good idea.  You can also put:
 
 APACHE_PORT=www/apache13-modssl
 
 into /etc/make.conf to make sure that all apache-related 
 ports you install subsequently will have the correct dependencies.
 
   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: What do you use?

2004-01-02 Thread Francisco Reyes
On Thu, 1 Jan 2004, Scott Mitchell wrote:

 There no particular reason for an ATA RAID to be slower than SCSI, assuming
 similar disks in each.  10krpm 'server class' ATA disks are available these
 days, although I don't know that anyone has done a 15krpm one yet.


That is the point. SCSI disks have historically outperformed IDE drives.
It is only in the last few years that the gap has started to narrow. I
also depends on the operation.

I have had really old SCSI drives outperform much newer IDE drives under
certain conditions. Specially where there is lots of random I/O at the
same time there is multi-user access patterns.

I think it really comes down to whether the user wants the absolute
performance (ie go with SCSI), or wants a better value for the money in
which case IDE would probably be the choice.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Does anyone know how to subscribe to the isc dhcp list?

2004-01-02 Thread Mark Woodson
At 09:50 AM 1/2/2004, stan wrote:
I'm still not able to get failover working on ISC dhcpd, and it looks like
this list is out of answers.
The REAME in the work directory of the port mentions a couple of mailing
lists dedicated to that project (great anoth mailinglist to subscribe to
:-(), but it does not explain how to subscribe to them.
I'm too nice to send a message to the lsit asking :-)
You might try ISC's site.

http://www.isc.org/services/public/lists/dhcp-lists.html

It's polite to at least try searching for an answer.

-Mark 

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


Re: What do you use?

2004-01-02 Thread Francisco Reyes
On Fri, 2 Jan 2004, Jason Bacon wrote:

 Well, I'm in a position to provide some comparison data with not-too-many
 variables,


Thanks much for sharing the results.

They seem close enough that someone who is price concious or on a limited
budget may want to consider the 3Ware.

However, what a test like that may not show well is the difference when
having multi-user access. I think on that case the SCSI disks may do
better.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Which architecture?

2004-01-02 Thread Nate Lawson
On Fri, 2 Jan 2004, David O'Brien wrote:
 On Tue, Dec 30, 2003 at 12:06:06PM -0800, Nate Lawson wrote:
  AMD, Cyrix.  The amd64 arch is for the new 64 bit Opterons (i.e. FX64).

 What is FX64???

 Opteron is the server 64-bit CPU
 Athlon64 FX51 is the high-end desktop CPU
 Athlon64 is the desktop CPU

I can't keep the model #'s straight since they don't make any sense.  Not
to mention it's impossible to find clock frequencies on amd.com.  But
that's pretty far OT.

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


Re: Changing Apache

2004-01-02 Thread Matthew Seaman
On Fri, Jan 02, 2004 at 01:09:17PM -0500, Marius Kirschner wrote:
 Thanks, Matthew, much appreciated.  I assume I'll be able to use my current
 httpd.conf file, but just rename it to httpsd.conf?  

No, it's still called httpd.conf.  There's a whole passel of extra
configuration stuff to do with enabling SSL -- take a look at the
default httpd.conf that gets installed by the apache13-modssl port.
 
 Also, if I get a certificate for www.whatever.com will I be able to refer to
 it via http:// and https://?

Well, ish.  When you compile the port, you will be given the option to
generate several flavours of test key.  These will permit the HTTPS
server to work, but visitors will get pop-ups all the time warning
that your site isn't trusted.  You will have to generate a .csr
(Certificate Signing Request) and send it off to one of the CAs to get
it signed by a recognised key, and then everything will work smoothly.

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


pgp0.pgp
Description: PGP signature


remove boot delay

2004-01-02 Thread J.D. Bronson
What do I have to do to lower (or remove) the typical
10 second delay:
Hit [Enter] to boot immediately, or any other key for command prompt.

..I need this machine to boot ASAP and cant see to find anywhere to adjust 
this?

thanks in advance!



--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remove boot delay

2004-01-02 Thread Lowell Gilbert
J.D. Bronson [EMAIL PROTECTED] writes:

 What do I have to do to lower (or remove) the typical
 10 second delay:
 
 Hit [Enter] to boot immediately, or any other key for command prompt.
 
 ..I need this machine to boot ASAP and cant see to find anywhere to
 adjust this?

I seem to recall that being an option to boot0cfg(8).

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: remove boot delay

2004-01-02 Thread T Kellers
For 4.x it's defined in /boot/defaults/loader.conf:

##
###  Loader settings  
##

#autoboot_delay=10# Delay in seconds before autobooting
#bootfile=kernel;kernel.old   # Set the default boot file set
#console=vidconsole   # Set the current console
#currdev=disk1s1a # Set the current device
#module_path=/;/boot;/modules # Set the module search path

I believe you put the overrides to this file in /boot/loader.conf.

I'm not sure about 5.x

Tim


On Friday 02 January 2004 02:04 pm, Lowell Gilbert wrote:
 J.D. Bronson [EMAIL PROTECTED] writes:
  What do I have to do to lower (or remove) the typical
  10 second delay:
 
  Hit [Enter] to boot immediately, or any other key for command prompt.
 
  ..I need this machine to boot ASAP and cant see to find anywhere to
  adjust this?

 I seem to recall that being an option to boot0cfg(8).

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


Re: remove boot delay

2004-01-02 Thread J.D. Bronson
At 01:08 PM 1/2/2004, T Kellers wrote:
For 4.x it's defined in /boot/defaults/loader.conf:

##
###  Loader settings  
##
#autoboot_delay=10# Delay in seconds before autobooting
#bootfile=kernel;kernel.old   # Set the default boot file set
#console=vidconsole   # Set the current console
#currdev=disk1s1a # Set the current device
#module_path=/;/boot;/modules # Set the module search path
I believe you put the overrides to this file in /boot/loader.conf.

I'm not sure about 5.x

Tim

On Friday 02 January 2004 02:04 pm, Lowell Gilbert wrote:
 J.D. Bronson [EMAIL PROTECTED] writes:
  What do I have to do to lower (or remove) the typical
  10 second delay:
 
  Hit [Enter] to boot immediately, or any other key for command prompt.
 
  ..I need this machine to boot ASAP and cant see to find anywhere to
  adjust this?

 I seem to recall that being an option to boot0cfg(8).


I found that if I edit /boot/loader.conf and use this:
autoboot_delay=0# Delay in seconds before autobooting
it works quite well :)

thanks guys!

PS. I am on 5.2RC2







--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


In 5.2: camcontrol = devfs = GEOM ? How?

2004-01-02 Thread Mark Terribile

Hi,

With Nate Lawson's help, I have my FC/SCSI target mode operations working;
now I need to make things work on the initiator side.

A  camcontrol rescan 1  causes the new target to become visible on the
initiator-side card.  But the target is listed as

  FreeBSD Emulated Disk 0.1 at scbus1 target 0 lun 0 (pass1)

which is to say that it is represented only by  /dev/pass1 .  How, on 5.2,
do I nake  devfs  and (if necessary)  GEOM  recognize it and create the
/dev/da0 , /dev/da0s1 . /dev/da0s1a , /dev/da0s1b , and so forth?

Mark Terribile
[EMAIL PROTECTED]

Ruthlessly pricking our gonfalon bubble,
Making a Giant hit into a double --
Words that are heavy with nothing but trouble:
Tinkers to Evers to Chance.



__
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


help me!!!

2004-01-02 Thread dc
Hi,

I have just build a freeBSD box with some parts I had lying around. I was
wondering what I need to do to make the machine shutdown completely. When I
run the shutdown -h now command the machine starts the process and than I
get the message that I need to press any key to reboot. I would like to turn
off automatically.It used to shutsdown automatically in in Windows :-)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


buildworld: ENCODING GB18030 is not supported by libc

2004-01-02 Thread Roman Neuhauser
I just got this failure on a

FreeBSD freepuppy.bellavista.cz 4.8-STABLE FreeBSD 4.8-STABLE #3: Tue Aug 26 12:34:53 
CEST 2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/FREEPUPPY2_5  i386

in a buildworld of freshly updated /usr/src.
UPDATING, marc.theaimsgroup.com, and google are quiet about the message.
what's up?

mklocale -o zh_CN.GB18030.out /usr/src/share/mklocale/zh_CN.GB18030.src
ENCODING GB18030 is not supported by libc
*** Error code 1

Stop in /usr/src/share/mklocale.
*** Error code 1

Stop in /usr/src/share.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: help me!!!

2004-01-02 Thread Dany
This question has been asked yesterday.

Try using shutdown -p now instead of -h and you system should turn his
power off automatically.

DAny



dc wrote:

Hi,

I have just build a freeBSD box with some parts I had lying around. I was
wondering what I need to do to make the machine shutdown completely. When I
run the shutdown -h now command the machine starts the process and than I
get the message that I need to press any key to reboot. I would like to turn
off automatically.It used to shutsdown automatically in in Windows :-)
___
[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: 1024x768 on a toshiba 8100 tecra in a text (Non X) Console

2004-01-02 Thread Michael L. Squires
 
 Hi,
 
 This problem even appears when installing the OS though
 sysinstall. Disabeling acpi was the solution.
 

I just did a buildworld from 5.2-CURRENT and haven't had any problems.  I
did install by putting 5.1-RELEASE on the 8100 via ftp and then cvsup'ing 
sources.  The only boot error message I'm getting is that the AC97 version
is not recognized (it was recognized for a while).  I don't use sound,
however.

Same story with a Supermicro P6DGH/dual PIII/850.  I did discover that
if you try to back down from 5.2-CURRENT to 5.2-RC then KDE fails
unless it is recompiled.  There have been library changes since 5.2-RELEASE
separated from 5.2-CURRENT, and my attempt to do a portupgrade -af failed.

(I've moved back to 5.2-CURRENT since both systems are development; I
intend to move my nat and NFS boxes to 5.2-RELEASE so I can use the
same NFS everywhere and get away from the lockd/statd issues.

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


Confused about sound servers

2004-01-02 Thread Trey Sizemore
I run KDE, Gnome, and occasionally IceWM (although I haven't yet 
installed this on my FreeBSD machine).  Coming from a linux background, 
I'm a little confused about sound servers.  I have a SoundBlaster Live 
Value PCI card on my machine running 5.2-CURRENT. 

I have compiled my kernel with 'device PCM' and in my /boot/loader.conf 
I have put

snd_pcm_load=YES
snd_emu10k1_load=YES
What sound server(s) is/are recommended to install.  I know that Gnome 
typically uses ess, and KDE can use arts.  Should both of these be 
installed to have sound in these environments?  How about others such as 
Xfce and IceWM?

I want to enable system sounds as well as sound for XMMS and other 
programs.  The card is recognized and showing up in dmesg.

I've read in another post that I don't need to run

# sh MAKEDEV snd0

in the /dev directory with FreeBSD 5.X series, is this true.

Right now I have no sound.

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


RE: Changing Apache

2004-01-02 Thread Marius Kirschner
  Also, if I get a certificate for www.whatever.com will I be able to 
  refer to it via http:// and https://?
 
 Well, ish.  When you compile the port, you will be given the 
 option to generate several flavours of test key.  These will 
 permit the HTTPS server to work, but visitors will get 
 pop-ups all the time warning that your site isn't trusted.  
 You will have to generate a .csr (Certificate Signing 
 Request) and send it off to one of the CAs to get it signed 
 by a recognised key, and then everything will work smoothly.

Well, I realize I need to get an official certificate to avoid those
annoying pop-ups, but what I'm not sure about is whether I can go with a
cert for www.whatever.com and use that for my https pages, or if I need to
get a cert for something like secure.whatever.com and use that for https
while the www.whatever.com will remain strictly http?

I guess what I'm asking is, in the httpd.conf can I have 1 entry for the
same virtualhost - one for port 80 and the other for 443?

---Marius

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


laptop hardware profile

2004-01-02 Thread Dru

Is anyone aware of a tutorial/documentation available for creating a
hardware profile? I'm thinking of something that allows the user to
choose to either configure a wireless or a wired NIC during bootup. I
could script it after bootup, but I'd prefer to do it during loader.

Will this require learning FORTH or is there a loader.conf or loader.rc tweak
that will do the trick?

Dru

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


Re: Confused about sound servers

2004-01-02 Thread T Kellers
Don't use both device pcm and the .ko modules.  The sound won't work at all 
or, if it does, not properly.  You may not even have any keyboard beeps 
(^G's) if both are loaded.

Get rid of the device pcm and just load the modules.

KDE comes with artsd as it's sound server; some people love it, some people 
hate it and some people (like me) both love and hate it :)

Make sure you are loading the correct .ko file for your card, I'm not sure 
that snd_emu10k.ko is the correct one, but I could be wrong.

Tim Kellers
CPE/NJIT



On Friday 02 January 2004 02:49 pm, Trey Sizemore wrote:
 I run KDE, Gnome, and occasionally IceWM (although I haven't yet
 installed this on my FreeBSD machine).  Coming from a linux background,
 I'm a little confused about sound servers.  I have a SoundBlaster Live
 Value PCI card on my machine running 5.2-CURRENT.

 I have compiled my kernel with 'device PCM' and in my /boot/loader.conf
 I have put

 snd_pcm_load=YES
 snd_emu10k1_load=YES

 What sound server(s) is/are recommended to install.  I know that Gnome
 typically uses ess, and KDE can use arts.  Should both of these be
 installed to have sound in these environments?  How about others such as
 Xfce and IceWM?

 I want to enable system sounds as well as sound for XMMS and other
 programs.  The card is recognized and showing up in dmesg.

 I've read in another post that I don't need to run

 # sh MAKEDEV snd0

 in the /dev directory with FreeBSD 5.X series, is this true.

 Right now I have no sound.

 Thanks.
 ___
 [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: Changing Apache

2004-01-02 Thread Matthew Seaman
On Fri, Jan 02, 2004 at 03:03:39PM -0500, Marius Kirschner wrote:
   Also, if I get a certificate for www.whatever.com will I be able to 
   refer to it via http:// and https://?
  
  Well, ish.  When you compile the port, you will be given the 
  option to generate several flavours of test key.  These will 
  permit the HTTPS server to work, but visitors will get 
  pop-ups all the time warning that your site isn't trusted.  
  You will have to generate a .csr (Certificate Signing 
  Request) and send it off to one of the CAs to get it signed 
  by a recognised key, and then everything will work smoothly.
 
 Well, I realize I need to get an official certificate to avoid those
 annoying pop-ups, but what I'm not sure about is whether I can go with a
 cert for www.whatever.com and use that for my https pages, or if I need to
 get a cert for something like secure.whatever.com and use that for https
 while the www.whatever.com will remain strictly http?
 
 I guess what I'm asking is, in the httpd.conf can I have 1 entry for the
 same virtualhost - one for port 80 and the other for 443?

Yes, you can have both http://www.example.com/ and
https://www.example.com/ simultaneously on the same server -- these
can have entirely separate content or can have exactly the same.

Or you can have separate virtual hosts with distinct names for HTTP
and HTTPS services.  Just make sure that the DN (Distinguished Name)
in the certificate you generate matches whatever you call your HTTPS
server.

Also, if you need more than one HTTPS virtual host on your machine, be
aware that you will need separate IP for each HTTPS vhost.  (It's a
catch 22 -- with Name Virtual Hosts the appropriate virtual host name
is selected using a field in the HTTP packet, but with HTTPS you need
to know which vhost the packet is intended for so that you can decode
it and work out which vhost the packet is for...

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


pgp0.pgp
Description: PGP signature


Plan 9 style backup utility for FreeBSD?

2004-01-02 Thread Eric Rescorla
I'm finally getting to the point where my disk capacity massively
outruns my tape capacity, so I'm thinking of converting to removable
disk-only backup. I could just use Amanda to backup to disk, but I'm
intrigued by Plan 9's archival filesystem where backups from (say Jan 1,
1999) would go in /1999/1/1 and you could just find the files directly
rather than grovelling through dump files. 

Is there some standard tool for doing this on FreeBSD?  You can't just
do a direct copy cause this results in major disk space wastage so I'm
imagining you need to use hard links or something to keep the size down.

Thanks,
-Ekr






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


swapping external hard drives

2004-01-02 Thread Toomas Aas
Hello!

OS version: 4.9-RELEASE-p1.
'device firewire' and 'device sbp' compiled into kernel.

I've bought two external FireWire drives (Maxtor 5000DV) as a cheap 
backup media. The idea is to use Amanda, define 5 virtual tapes on 
each disk, and swap the disk at the end of every week, keeping one of 
them off-site.

So I fdisked, disklabelled and newfsed the drives and added the 
following to /etc/fstab:

/dev/da0s1e/backupufs   rw,noauto   0  0

Now I could mount the partition by just typing 'mount /backup', and 
copy files to it. Nice.

However, when I umount /backup and remove the drive, the da0 device 
somehow remains active (can be seen with 'camcontrol devlist'). When I 
then plug in the second drive, it becomes da1, which spoils all my 
beautiful backup plans. I would prefer that when I remove one drive and 
plug in the other, it becomes da0 again. So I need to get the 'old' da0 
entry to go away when unplugging the drive. How can I do that?

I tried 'camcontrol rescan 0:0:0' after disconnecting the drive, but it 
just hangs until I plug the drive back in. I tried 'camcontrol reset 
0', but this returned error 0x6 (IIRC).

The other way I can think of would be to create a script which first 
tries to 'mount /dev/da0s1e /backup' and then 'mount /dev/da1s1e 
/backup' if the former fails. But I hope there is an easier way.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* MCSE - Minesweeper Consultant and Solitaire Expert

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


Re: swapping external hard drives

2004-01-02 Thread Dan Nelson
In the last episode (Jan 02), Toomas Aas said:
 However, when I umount /backup and remove the drive, the da0 device
 somehow remains active (can be seen with 'camcontrol devlist'). When
 I then plug in the second drive, it becomes da1, which spoils all my
 beautiful backup plans. I would prefer that when I remove one drive
 and plug in the other, it becomes da0 again. So I need to get the
 'old' da0 entry to go away when unplugging the drive. How can I do
 that?
 
 I tried 'camcontrol rescan 0:0:0' after disconnecting the drive, but
 it just hangs until I plug the drive back in. I tried 'camcontrol
 reset 0', but this returned error 0x6 (IIRC).

Try just camcontrol rescan 0 to rescan the entire FW bus.  I don't
know if scanning just a single LUN will allow the whole device to
disappear.  I think it was more intended for SCSI/FC RAIDs, so you
could add/remove/resize volumes.  Just guessing here, though.

-- 
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: What do you use?

2004-01-02 Thread Jason Bacon
On Friday 02 January 2004 07:19 am, Francisco Reyes wrote:
 On Fri, 2 Jan 2004, Jason Bacon wrote:
  Well, I'm in a position to provide some comparison data with not-too-many
  variables,

 Thanks much for sharing the results.

 They seem close enough that someone who is price concious or on a limited
 budget may want to consider the 3Ware.

 However, what a test like that may not show well is the difference when
 having multi-user access. I think on that case the SCSI disks may do
 better.

Actually, I think the test *does* show that.  It clearly showed that the SCSI 
system was somewhat less impacted by RAID access.  Hence it would follow that 
the SCSI system could handle a somewhat heavier load before seeing a 
performance drop.  The choice would depend how much the extra bandwidth is 
worth to you, assuming your usage patterns could make use of it at times.

I can tell you that our users have never complained about performance of the 
server.  We have relatively few users (1-10 at a time) running fairly intense 
data analysis (on the order of 1 hour total CPU time + processing gigabytes 
of 3d brain images ) either running on the server or over NFS.

If you're wondering how they perform under heavy process loads, note that 
Yahoo is using the 3ware controllers extensively.  Maybe they'd be willing to 
share their experience...

Regards,

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


Re: Problems with startx on 5.2-RC2

2004-01-02 Thread Martin Brecher
Jaroslaw Nozderko wrote:
[...]
Yes, see my post from earlier today called Can't shutdown, logout,
or restart cleanly.
[...]
thanks, I've read it - I have Asus P3B-F motherboard :))
But seriously, I'm not sure it's hardware-related - I don't remember
a single occurence of this problem in 5.1 and 5.0. It seems to have 
something to do with 5.2.
[...]

I agree: I experienced X11 freezes on 5.2 with both a nvidia card as
well as a card using the i740 chipset. The nv freezed the computer as
soon as I started X, the i740 happend to freeze it when I killed the X
server
Also, I saw two similar reports on the -current list.
However, I managed to work around these freezes by removing the two
SMP-related lines from my kernel configuration:
options SMP  # Symmetric MultiProcessor Kernel
device  apic # I/O APIC
Additionally, I am sure ACPI does not have anything to do with this --
at least on this box.
HTH
- Martin
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: laptop hardware profile

2004-01-02 Thread Eric F Crist
On Friday 02 January 2004 02:06 pm, Dru wrote:
 Is anyone aware of a tutorial/documentation available for creating a
 hardware profile? I'm thinking of something that allows the user to
 choose to either configure a wireless or a wired NIC during bootup. I
 could script it after bootup, but I'd prefer to do it during loader.

FWIW, I have a wired NIC and a wifi NIC.  The wifi doesn't attempt to do DHCP 
unless it's plugged in.  The wired NIC is integrated, so it always tries to 
look and if there's a connection, it works, if not, obviously no.  If you're 
using PCMCIA wifi/wired NICs this is pretty trivial to accomplish.  It's 
simply the lines:

pccard_enable=YES
pccard_ifconfig=DHCP

Put these in your rc.conf file.  For more options see man rc.conf.

HTH

-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused about sound servers

2004-01-02 Thread Eric F Crist
On Friday 02 January 2004 02:06 pm, T Kellers wrote:
 Don't use both device pcm and the .ko modules.  The sound won't work at all
 or, if it does, not properly.  You may not even have any keyboard beeps
 (^G's) if both are loaded.

I find I only add the device pcm line to my kernel and everything works fine.  
Gnome, KDE, console beeps.  Everything works and I don't usually worry about 
the sound servers.  When you install one of the window managers, as long as 
you install the multimedia package, the correct sound server gets installed 
too.  This has been working for me for about 5 years now.

HTH

-- 
Eric F Crist
AdTech Integrated Systems, Inc
(612) 998-3588
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How can I duplicate a set of installed ports?

2004-01-02 Thread John Mills
Freebies -

I have an installation I'm comfortable with, between those ports I chose 
to install, those I chose _not_ to install, and those I went around and 
added individually. Now I want to install the same set in a number of 
other systems. I know I can get a list of installed options with 
'pkg_info', but I don't know how to make the best use of the list.

The machines have 3.5 diskettes, _just_sufficient_ hard drives, netowrk
interface cards, and no CD-ROMs. They hang on a LAN served with DHCP.

I would like to avoid doing manual selection each time, of course. I would
prefer to do independent passive-FTP installations from a FreeBSD.org
server for each target machine rather than a disk-slice copy because I
wouldn't have to remove the drives from the computers.

What are my options, and your recommendations?

TIA.
 
 - John Mills
   [EMAIL PROTECTED]

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


Re: netgear nic

2004-01-02 Thread Drew Tomlinson
- Original Message - 
From: David Bear [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, December 30, 2003 8:36 PM
Subject: netgear nic


 the NIC selection at the local store was terrible. I ended up buying a
 netgear FA311.  I cannot tell what chipset this has..  It is the
 numbers VS318AG in it..

 anyone used a netgear nic with fbsd 4.9?

I think I am using two of them but I can't remember for sure and am
unwilling to open my box just to find out. :)  It's a standard PCI
10/100 card and they show up in my dmesg.boot file as this:

dc0: 82c169 PNIC 10/100BaseTX port 0x6100-0x61ff mem
0xf400-0xf4ff irq
 10 at device 18.0 on pci0

dc1: 82c169 PNIC 10/100BaseTX port 0x6200-0x62ff mem
0xf4001000-0xf40010ff irq
 11 at device 19.0 on pci0

So they use the 'dc' driver.

HTH,

Drew

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


Re: How can I duplicate a set of installed ports?

2004-01-02 Thread Martin Brecher
John Mills wrote:
[...]
I have an installation I'm comfortable with, between those ports I chose 
to install, those I chose _not_ to install, and those I went around and 
added individually. Now I want to install the same set in a number of 
other systems. 
[...]
The machines have 3.5 diskettes, _just_sufficient_ hard drives, netowrk
interface cards, and no CD-ROMs. They hang on a LAN served with DHCP.
[...]
What are my options, and your recommendations?
Assuming all machines have similar installations of FreeBSD, you could 
just cp -Rp /usr/local to the other machines over the network -- or have 
 it just NFS mounted (no local copy on each machine).
Additionally, you would have to copy missing items from /var/db/pkg to 
the other machines. And possibly diff/merge some files in /etc (some 
ports may need additional user accounts, etc).

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


Re: Which architecture?

2004-01-02 Thread David O'Brien
On Fri, Jan 02, 2004 at 10:45:51AM -0800, Nate Lawson wrote:
 Not to mention it's impossible to find clock frequencies on amd.com.

Agreed, the easiest public way I've found is:

goto http://ask.amd.com/
select Desktop, Server, Workstation Processor Products
search CPU specs
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: netgear nic

2004-01-02 Thread Dorin H

--- Drew Tomlinson [EMAIL PROTECTED] wrote:
 - Original Message - 
 From: David Bear [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Tuesday, December 30, 2003 8:36 PM
 Subject: netgear nic
 
 
  the NIC selection at the local store was terrible.
 I ended up buying a
  netgear FA311.  I cannot tell what chipset this
 has..  It is the
  numbers VS318AG in it..
 
  anyone used a netgear nic with fbsd 4.9?
 
 I think I am using two of them but I can't remember
 for sure and am
 unwilling to open my box just to find out. :)  It's
 a standard PCI
 10/100 card and they show up in my dmesg.boot file
 as this:
 
 dc0: 82c169 PNIC 10/100BaseTX port 0x6100-0x61ff
 mem
 0xf400-0xf4ff irq
  10 at device 18.0 on pci0
 
 dc1: 82c169 PNIC 10/100BaseTX port 0x6200-0x62ff
 mem
 0xf4001000-0xf40010ff irq
  11 at device 19.0 on pci0
 
 So they use the 'dc' driver.
 
 HTH,
 
 Drew
 
 ___
 [EMAIL PROTECTED] mailing list

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

FWIW: I have a FA411 PCMCIA, use ed on FBSD 4.8. Works
great.

dmesg:
snip
ed1 at port 0x300-0x31f irq 11 flags 0x3 slot 1 on
pccard1
ed1: address xx:xx:xx:xx:xx:xx, type NE2000 (16 bit)

HTH,
/Dorin.



__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How can I duplicate a set of installed ports?

2004-01-02 Thread Lowell Gilbert
Martin Brecher [EMAIL PROTECTED] writes:

 John Mills wrote:
 [...]
  I have an installation I'm comfortable with, between those ports I
  chose to install, those I chose _not_ to install, and those I went
  around and added individually. Now I want to install the same set in
  a number of other systems.
 [...]
  The machines have 3.5 diskettes, _just_sufficient_ hard drives, netowrk
  interface cards, and no CD-ROMs. They hang on a LAN served with DHCP.
 [...]
  What are my options, and your recommendations?
 
 Assuming all machines have similar installations of FreeBSD, you could
 just cp -Rp /usr/local to the other machines over the network -- or
 have it just NFS mounted (no local copy on each machine).
 Additionally, you would have to copy missing items from /var/db/pkg to
 the other machines. And possibly diff/merge some files in /etc (some
 ports may need additional user accounts, etc).

And the X11 tree, too...

It would probably be easiest to make packages of the ports, and
install them from a central server.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sshd crashing server

2004-01-02 Thread Lowell Gilbert
Will Prater [EMAIL PROTECTED] writes:

 List,
 
 sshd seems to be crashing my server. I am looking for any help
 regarding why this could be happening. I am running sshd version
 OpenSSH_3.6.1. Here is the output from dmesg:
 
 the machine crashed every time when running
 
 #ipfw show
 or
 #dmesg -a
 
 for example and will crash when part way through the listing. Any
 ideas??
 
 
 Fatal trap 12: page fault while in kernel mode
 fault virtual address   = 0x0
 fault code  = supervisor read, page not present
 instruction pointer = 0x8:0xc023c52a
 stack pointer   = 0x10:0xd9ff6bbc
 frame pointer   = 0x10:0xd9ff6be4
 code segment= base 0x0, limit 0xf, type 0x1b
  = DPL 0, pres 1, def32 1, gran 1
 processor eflags= interrupt enabled, resume, IOPL = 0
 current process = 394 (sshd)
 interrupt mask  = net tty
 trap number = 12
 panic: page fault

1) What version of FreeBSD?
2) How did you install that version of OpenSSH?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused about sound servers

2004-01-02 Thread Trey Sizemore
Eric F Crist wrote:

On Friday 02 January 2004 02:06 pm, T Kellers wrote:
 

Don't use both device pcm and the .ko modules.  The sound won't work at all
or, if it does, not properly.  You may not even have any keyboard beeps
(^G's) if both are loaded.
   

I find I only add the device pcm line to my kernel and everything works fine.  
Gnome, KDE, console beeps.  Everything works and I don't usually worry about 
the sound servers.  When you install one of the window managers, as long as 
you install the multimedia package, the correct sound server gets installed 
too.  This has been working for me for about 5 years now.

HTH

 

Update here...I have removed the entries in /boot/loader.conf and now 
only have the kernel compiled with my 'device PCM' entry.

'dmesg | grep pcm' shows my soundcard entry and cat /dev/sndstat shows 
it as well.

I have rebooted after taking the entries out of loader.conf.

When I try something like

% play KDE_Beep_Ahem.wav

I get:

play: /dev/dsp: Operation not supported by device

What might be causing this that I could look into?

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


Re: Plan 9 style backup utility for FreeBSD?

2004-01-02 Thread paul beard
On Jan 2, 2004, at 9:26 AM, Eric Rescorla wrote:

I'm finally getting to the point where my disk capacity massively
outruns my tape capacity, so I'm thinking of converting to removable
disk-only backup. I could just use Amanda to backup to disk, but I'm
intrigued by Plan 9's archival filesystem where backups from (say Jan 
1,
1999) would go in /1999/1/1 and you could just find the files directly
rather than grovelling through dump files.

Is there some standard tool for doing this on FreeBSD?  You can't just
do a direct copy cause this results in major disk space wastage so I'm
imagining you need to use hard links or something to keep the size 
down.

I followed this on your weblog and I may be missing something: I keep 
coming back to some cocktail of find(1), ctime(3), diff(1) and friends 
(pax, tar) to locate and mirror only changed files in a duplicated 
hierarchy. If I'm understanding it, in 1999/1/1 you might have a file 
tree that looks like the live one with only files that were modified 
on 1999/1/1, but all other files would be links back to their unchanged 
versions.

I like the idea of it.
--
Paul Beard
www.paulbeard.org/
paulbeard [at] mac.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


AMD Processors

2004-01-02 Thread Sal Aldana
I was wondering which AMD Processors are compatible with FreeBSD. I have a 
Athlon XP 2700 and wanted to know if it would work. I was also going to 
build a Dual Processor machine using Athlon MP Processors. If any of these 
work could you let me know before I decide to use FreeBSD. Thank you for 
your time.

_
Take advantage of our limited-time introductory offer for dial-up Internet 
access. http://join.msn.com/?page=dept/dialup

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


memory use on 5.2RC2 i386

2004-01-02 Thread J.D. Bronson
I have noticed that when building apps (via gcc for example) that my free 
RAM (seen via 'top') is diminishing down to almost nothing...

Is it going to buffer space?

it looks like at this rate, I will start swapping soon...

Any comments or any way to change this behavior?

..I dont remember this 'issue' on 4.9



--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Confused about sound servers

2004-01-02 Thread T Kellers
On Friday 02 January 2004 06:49 pm, Trey Sizemore wrote:
 Eric F Crist wrote:
 On Friday 02 January 2004 02:06 pm, T Kellers wrote:
 Don't use both device pcm and the .ko modules.  The sound won't work at
  all or, if it does, not properly.  You may not even have any keyboard
  beeps (^G's) if both are loaded.
 
 I find I only add the device pcm line to my kernel and everything works
  fine. Gnome, KDE, console beeps.  Everything works and I don't usually
  worry about the sound servers.  When you install one of the window
  managers, as long as you install the multimedia package, the correct
  sound server gets installed too.  This has been working for me for about
  5 years now.
 
 HTH

 Update here...I have removed the entries in /boot/loader.conf and now
 only have the kernel compiled with my 'device PCM' entry.

 'dmesg | grep pcm' shows my soundcard entry and cat /dev/sndstat shows
 it as well.

 I have rebooted after taking the entries out of loader.conf.

 When I try something like

 % play KDE_Beep_Ahem.wav

 I get:

 play: /dev/dsp: Operation not supported by device

 What might be causing this that I could look into?


%play /usr/local/share/sounds/KDE_Beep_Ahem.wav
play: /dev/dsp: Operation not supported by device


I get that same message after I've shut down the arts server

However
artsplay /usr/local/share/sounds/KDE_Beep_Ahem.wav

works fine as long as artsd is running

%ps -ax | grep arts
14333  p0  S  0:01.69 artsd
14343  p0  R+ 0:00.00 grep arts


If you have KDE installed, try:

%artsd 
%artsplay /usr/local/share/sounds/KDE_Beep_Ahem.wav

You should hear Mr Ahem clear his throat right from the command line.

Tim 


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


Re: Problems with startx on 5.2-RC2

2004-01-02 Thread Jaroslaw Nozderko
Hi Martin,

 I agree: I experienced X11 freezes on 5.2 with both a nvidia card as
 well as a card using the i740 chipset. The nv freezed the computer as
 soon as I started X, the i740 happend to freeze it when I killed the X
 server

I also have nvidia - Geforce 256. And for me it also freezed 
on startx.

 Also, I saw two similar reports on the -current list.

 However, I managed to work around these freezes by removing the two
 SMP-related lines from my kernel configuration:

 options SMP  # Symmetric MultiProcessor Kernel
 device  apic # I/O APIC


 Additionally, I am sure ACPI does not have anything to do with this --
 at least on this box.


Well, it's getting more and more interesting... 
I'm curious what does it have to do with SMP ?

Are you sure it has nothing to do with ACPI ?
Other posters suggests disabling ACPI. Did you try
and it didn't help ?

Regards,
Jarek

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


Re: memory use on 5.2RC2 i386

2004-01-02 Thread Lowell Gilbert
J.D. Bronson [EMAIL PROTECTED] writes:

 I have noticed that when building apps (via gcc for example) that my
 free RAM (seen via 'top') is diminishing down to almost nothing...

Free RAM is wasted RAM.

 Is it going to buffer space?
 
 it looks like at this rate, I will start swapping soon...

I doubt it.  I'm sure the system keeps converting buffer and inactive
memory into free memory as it needs it.

 Any comments or any way to change this behavior?
 
 ..I dont remember this 'issue' on 4.9

The FreeBSD virtual memory implementation has always tried to keep
memory full.  This is the subject of a very popular entry in the
FreeBSD Frequently Asked Questions list:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#TOP-FREEMEM
-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't shutdown, logout, or restart cleanly

2004-01-02 Thread Lowell Gilbert
Trey Sizemore [EMAIL PROTECTED] writes:

 I am running 5.2-CURRENT on my PII-400 desktop.  I have done 3
 installs of FreeBSD each time cvsupping to 5.2 current (using ISOs for
 5.1 and 5.2) to do the initial install.
 
 EVERY time I get the following problem.  When I try to logout, reboot,
 or shutdown the machine from X, the machine locks up (no mouse or
 keyboard response) and I have to do a cold reboot.  I am presented
 with the black text screen seen during bootup right before it launches
 X (sorry, don't know what to call it) with my
 
 login:
 
 prompt (again, no response from keyboard or mouse input...it's like X
 shuts down entirely and then the machine locks trying to go to the
 next step).  This happens whether I use xdm, kdm, or gdm.  I have seen
 other posts with some similar symptoms refer to ACPI and disabling
 this (I can't find the entry in my BIOS to turn this off).  It's an
 old Asus P2B motherboard.  I'm not even sure it's the problem, but I'm
 willing to look at anything!

5.1 has an errata entry describing how to disable the ACPI code in
that release:  there's a new and supposedly easy way of doing this in
5.2, but I haven't seen it yet (I'm still on 4.x myself).

 I really want to use FreeBSD, but having to do constant cold restarts
 when I shutdown or try to switch users is going to get old fast (not
 to mention the eventual damage to my files...even though I've got soft
 updates enabled;) )
 
 I will provide any additional input I can, I realize it's not much to
 go on now, but hopefully those more knowledgeable than me can guide me
 to some things to look at to figure out why this is happening.

Does this happen with the release versions?
Does it happen if you don't enable X at all?  [In other words, is this
  an OS problem or an X11 problem...]
How did you install X, and what does your X configuration look like?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: memory use on 5.2RC2 i386

2004-01-02 Thread J.D. Bronson
At 06:52 PM 1/2/2004, Lowell Gilbert wrote:
J.D. Bronson [EMAIL PROTECTED] writes:

 I have noticed that when building apps (via gcc for example) that my
 free RAM (seen via 'top') is diminishing down to almost nothing...
Free RAM is wasted RAM.

 Is it going to buffer space?

 it looks like at this rate, I will start swapping soon...
I doubt it.  I'm sure the system keeps converting buffer and inactive
memory into free memory as it needs it.
 Any comments or any way to change this behavior?

 ..I dont remember this 'issue' on 4.9
The FreeBSD virtual memory implementation has always tried to keep
memory full.  This is the subject of a very popular entry in the
FreeBSD Frequently Asked Questions list:
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/misc.html#TOP-FREEMEM
--
Lowell Gilbert,
Thanks...I didnt this before and now I feel better :)







--
J.D. Bronson
Aurora Health Care // Information Services // Milwaukee, WI USA
Office: 414.978.8282 // Fax: 414.328.8282 // Pager: 414.314.8282
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to build diskless kernel?

2004-01-02 Thread Lowell Gilbert
Rob [EMAIL PROTECTED] writes:

 I'm following the instructions in the handbook for diskless boot.
 In Chapter 19.6.1.4 Building a Diskless Kernel, it says:
 
 Build the kernel (See Chapter 9), and copy it to the tftp directory ...
 
 I have two problems here:
 1. Chapter 9 only explains how to build and install a kernel on a
 running machine, where 'install' puts everything in root directory.

Right.  So you do the build part and not the install part, and
copy the kernel to the appropriate spot.

 2. When it says above copy it, what is it here? A file? Or files
 and directories (e.g. /modules/) ? And where is it, after doing the
 'build' command as explained in Chapter 9?

It is the kernel.  A file named kernel.  If you follow the first
kernel-building procedure in the section (currently) number 9.3, then
instead of the final step (make install), just try ls kernel.

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[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-01-02 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-01-02 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]


Re: using freebsd

2004-01-02 Thread Lowell Gilbert
Aeden [EMAIL PROTECTED] writes:

 How can i connect two windows machine togehter using freebsd and
 securing them with a vpn and even suply them with internet. i have a
 pentium 3 pc running freebsd 4.x and it has 5 pci ehternet cards one
 for internet two for the other machines can you indicate some
 information on this thank you very much!

You're not very clear on what you really want to set up.  It sounds
like you just want the VPN to be controlled by the Windows machines
themselves, but in that case, the FreeBSD machine doesn't need to do
much.  Maybe reading the IPSEC VPN chapter in the FreeBSD Handbook
will help you...

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area: 
resume/CV at http://be-well.ilk.org:8088/~lowell/resume/
username/password public
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: AMD Processors

2004-01-02 Thread Kent Stewart
On Friday 02 January 2004 03:53 pm, Sal Aldana wrote:
 I was wondering which AMD Processors are compatible with FreeBSD. I
 have a Athlon XP 2700 and wanted to know if it would work. I was
 also going to build a Dual Processor machine using Athlon MP
 Processors. If any of these work could you let me know before I
 decide to use FreeBSD. Thank you for your time.



Since they really think they are improved 686's, why wouldn't you 
expect them to work :). FWIW, I have 4 XP's running 4-stable and 
5-current but no MP modles.

Kkent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html

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


  1   2   >