Avoid questions from portupgrade?

2004-01-29 Thread Kai Grossjohann
I started a portupgrade -avR yesterday.  It stopped in the middle of
the night, after getting to GhostScript.  GhostScript asks me which
drivers to compile.

Is there a way, preferrably in /etc/make.conf, that I can tell it
beforehand which drivers I want, so that GhostScript won't ask?

Is there a way for me to find out which other ports like to ask
questions, which questions it asks, and to preanswer them?

tia,
Kai

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


smtp and several freebsd servers

2004-01-29 Thread Christer Solskogen
hi!

I have to servers running freebsd, and i wonder how i can get them to use
the same smtp server when sending out f.ex cron messages and such.
Do i have to run smtp on both, or can i configure one server to use the
other machine?


-- 
Med vennlig hilsen / Best regards
Christer Solskogen
http://dtz.cjb.net - http://carebears.mine.nu

Cheap, but not as cheap as your girlfriend!
-Spider Jerusalem

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


Re: ERROR: BOOTDIR environment variable

2004-01-29 Thread Matthew Seaman
On Thu, Jan 29, 2004 at 03:21:32PM +0900, Rommel B. Ikeda wrote:
 I am trying to install Java from my /usr/ports/java/jdk13 ports.
 The error message below came out and I do not know to do with it.
 
 ERROR: Your BOOTDIR environment variable does not point
to a valid Java 2 SDK for bootstrapping this build.
A Java 2 SDK 1.3.1 build must be bootstrapped against any
1.3 build. Please update your ALT_BOOTDIR setting, or
just unset it, and start your build again.
 
 Can anyone give mne hints and advice on this?

Yes.  Before you can compile and install jdk13 you need to have
installed jdk13.  Start by installing the Diablo JDK port -- which is
a pre-compiled JDK.  In fact, if the Diablo JDK fulfils your needs,
that's all you need to do.

In any case, the Diablo JDK should be sufficient to compile jdk13.
Make sure you unset 'JAVA_HOME' before you start the compile.

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: Avoid questions from portupgrade?

2004-01-29 Thread Matthew Seaman
On Thu, Jan 29, 2004 at 08:13:56AM +0100, Kai Grossjohann wrote:
 I started a portupgrade -avR yesterday.  It stopped in the middle of
 the night, after getting to GhostScript.  GhostScript asks me which
 drivers to compile.
 
 Is there a way, preferrably in /etc/make.conf, that I can tell it
 beforehand which drivers I want, so that GhostScript won't ask?

Use the 'MAKE_ARGS' array in /usr/local/etc/pkgtools.conf 
 
 Is there a way for me to find out which other ports like to ask
 questions, which questions it asks, and to preanswer them?

Only by experience, or by reading through the port's Makefile.  You
can switch off the interactive configuration by setting 'BATCH=yes' in
make's argument list.  Most of the ports that use interactive
configuration will in any case turn off the interactive stuff if you
give them any WITH_FOO or WITHOUT_BAR options.

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: chrooting sshd for sftp

2004-01-29 Thread Mark Phillips
On Wednesday 28 January 2004 9:01 pm, Hiren wrote:

Hi Hiren,

 i currently have users using sftp
 i wanted to know how to chroot sshd since i wanted the users to see only
 what is in there home dir's.

If you only want them to be able to scp and not have a shell, try taking a 
look at scponly. It's in ports (shells/scponly)

Regards,

--Mark

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


Retired Linux user wants to switch

2004-01-29 Thread Mike Machuidel
I've been using Linux for about 7 years. At the
beginning the Linux community was still very small and
very little people ever heard about it or even knew
what is was. Many people called me crazy/stupid/dumb
because I wasn't using Windows and told me I would
never find a job as a programmer. Now everyone
suddenly thinks I'm cool :S and ask if I could install
Linux for them.

All these years I've seen Linux grow. I helped people
on IRC while more and more users were coming with
their questions. Yesterday I decided to go back to the
IRC channel, after about 4 years, to ask a question
about USB (I'm not really into USB). What happened
really turned me off. They called me a troll, that I
should go back to Windows, I'm too dumb to use
Linux and because I told them I've been on this
channel even before you began using Linux they kicked
me off. This is 1 of the many examples.

It may sound weird, but because of what the Linux
community has become I would like to try and switch
some of my systems over to FreeBSD. First I have some
questions about what to expect:

Is there any alternative for Shorewall? If not, would
it be wise to port it to FreeBSD?

Is FreeBSD using PAM by default? Will the combination
of pam_ldap + nss_ldap + OpenLDAP work?

Can FreeBSD resolve reverse dependecies? Is there
something to clean up orphan dependecies?

Does FreeBSD have something like SYSV modules (just
asking, of course there's kill)?

How well does DRM/DRI work in FreeBSD?

Is it possible to PXE boot the FreeBSD installation
and install from the network (without setting up NFS)?

Are there any recommendations for managing a hosting
server? Software? Configurations?

These were all question for now. I hope the story at
the beginning wasn't too much and didn't violate the
rules of this forum.

Thank you,
Mike Machuidel ;)


__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Avoid questions from portupgrade?

2004-01-29 Thread Kai Grossjohann
Matthew Seaman [EMAIL PROTECTED] writes:

 Only by experience, or by reading through the port's Makefile.  You
 can switch off the interactive configuration by setting 'BATCH=yes' in
 make's argument list.  Most of the ports that use interactive
 configuration will in any case turn off the interactive stuff if you
 give them any WITH_FOO or WITHOUT_BAR options.

So, doing it manually would mean the following?

cd /usr/ports/print/ghostscript-gnu
make BATCH=yes WITH_FOO=1 WITHOUT_BAR=1

And then, I following the instructions in /usr/local/etc/pkgtools.conf
to put BATCH=yes WITH_FOO=1 WITHOUT_BAR=1 in it in the right syntax
for the right ports.

That seems to be easy enough.  Cool.  Hm.

Maybe portsversion can give me a list of installed ports, and I just
look at their Makefiles.  Then I know what to put in the MAKE_ARGS
hash.

Kai


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


Re: Retired Linux user wants to switch

2004-01-29 Thread Peter Ulrich Kruppa
On Thu, 29 Jan 2004, Mike Machuidel wrote:

 I've been using Linux for about 7 years. At the
 beginning the Linux community was still very small and
 very little people ever heard about it or even knew
 what is was. Many people called me crazy/stupid/dumb
 because I wasn't using Windows and told me I would
 never find a job as a programmer. Now everyone
 suddenly thinks I'm cool :S and ask if I could install
 Linux for them.

 All these years I've seen Linux grow. I helped people
 on IRC while more and more users were coming with
 their questions. Yesterday I decided to go back to the
 IRC channel, after about 4 years, to ask a question
 about USB (I'm not really into USB). What happened
 really turned me off. They called me a troll, that I
 should go back to Windows, I'm too dumb to use
 Linux and because I told them I've been on this
 channel even before you began using Linux they kicked
 me off. This is 1 of the many examples.
As far as I remember, Bill Gates, not known as a linux friend,
called FreeBSD cool. I don't know, if that helps, but you are
welcome anyway :-)

For the rest of your questions: I would just give a 4.9 -RELEASE
standard installation a try.
Most startup questions are answered in
http://www.freebsd.org/handbook
All 1 known applications can be browsed and installed via the
ports-collection (also -- handbook).

Have fun.

Uli.


 It may sound weird, but because of what the Linux
 community has become I would like to try and switch
 some of my systems over to FreeBSD. First I have some
 questions about what to expect:

 Is there any alternative for Shorewall? If not, would
 it be wise to port it to FreeBSD?

 Is FreeBSD using PAM by default? Will the combination
 of pam_ldap + nss_ldap + OpenLDAP work?

 Can FreeBSD resolve reverse dependecies? Is there
 something to clean up orphan dependecies?

 Does FreeBSD have something like SYSV modules (just
 asking, of course there's kill)?

 How well does DRM/DRI work in FreeBSD?

 Is it possible to PXE boot the FreeBSD installation
 and install from the network (without setting up NFS)?

 Are there any recommendations for managing a hosting
 server? Software? Configurations?

 These were all question for now. I hope the story at
 the beginning wasn't too much and didn't violate the
 rules of this forum.

 Thank you,
 Mike Machuidel ;)


 __
 Do you Yahoo!?
 Yahoo! SiteBuilder - Free web site building tool. Try it!
 http://webhosting.yahoo.com/ps/sb/
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


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


Lock order reversal

2004-01-29 Thread Piotr Gnyp
What is exactly lock order reversal? I`ve encountered something like
this on my console:
lock order reversal
 1st 0xc720dce4 vm object (vm object) @ vm/swap_pager.c:1323
 2nd 0xc06c01a0 swap_pager swhash (swap_pager swhash) @
vm/swap_pager.c:1838
 3rd 0xc0c358c4 vm object (vm object) @ vm/uma_core.c:873

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


Re: Is there a HOW-TO for a network install of FreeBSD?

2004-01-29 Thread Stephen L Martin
Hello,

Here are some slides to a talk a went to a while ago.

http://www.chuug.org/talks/20030722/netboot.pdf


-Stephen



 Hi-

 I have a server that currently has Redhat 7.3 on it, and I want to wipe
 the
 box and do a fresh install of FreeBSD 4.9. The only problem is that the
 box
 is at a colo and only has a floppy drive.

 But I have root access to it over the network.

 Is there a way for me to install a new FreeBSD OS over the network
 (remotely)?

 Can anyone assist?

 Thanks.

 _
 Rethink your business approach for the new year with the helpful tips
 here.
 http://special.msn.com/bcentral/prep04.armx

 ___
 [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: Retired Linux user wants to switch

2004-01-29 Thread Matthew Seaman
On Thu, Jan 29, 2004 at 02:22:29AM -0800, Mike Machuidel wrote:

 It may sound weird, but because of what the Linux
 community has become I would like to try and switch
 some of my systems over to FreeBSD. First I have some
 questions about what to expect:

You're welcome here, and I hope that you'll be treated with rather
more courtesy than your recent IRC experiences.
 
 Is there any alternative for Shorewall? If not, would
 it be wise to port it to FreeBSD?

There are two firewalls supplied with the base system: ipfilter -- see
ipf(8) and ipfw(8).  Ipfilter has been ported to several Unix
flavours, but IPFW is pure FreeBSD.  For most home uses either will
serve you well and it's a matter of taste as to which you prefer.  Be
sute and enable the IPFW2 stuff if you're using 4.x -- it's standard
in 5.x, but couldn't be made the default in 4.x due to the commitment
not to make severe API changes except between OS major versions.

Addifionally, OpenBSD's pf(8) is available in ports -- that started
off as a fork of ipfilter but it has added quite a lot extra
functionality.  5.x now has the PFIL_HOOKS mechanism as a generic way
to hook up any sort of firewall.  I'm sure that a port of Shorewall
would be well received, but it could never be included in the base
system as that would force the whole kernel under the GPL.
 
 Is FreeBSD using PAM by default? Will the combination
 of pam_ldap + nss_ldap + OpenLDAP work?

Yes, FreeBSD uses PAM -- it's actually the OpenPAM implementation --
see http://www.openpam.org/, which is a different implementation, but
functionally identical to what you've been using on Linux.

pam_ldap will work just fine on 4.x, but you'll have to use 5.x for
the nss_ldap functionality.  OpenLDAP clients and servers are readily
available from ports.
 
 Can FreeBSD resolve reverse dependecies? Is there
 something to clean up orphan dependecies?

You're talking RPM hell here aren't you?  FreeBSD ports basically
doesn't have that problem.  If you install pre-compiled packages it's
pretty much the equivalent to Debian's apt-get (although apt-get is
more fully developed as a package management system).  If you install
from ports -- ie. compiling from source -- it's quite similar to
Gentoo's 'emerge' (they copied us...), but the ports system is more
comprehensive, and seems to work a bit more smoothly then emerge.
 
 Does FreeBSD have something like SYSV modules (just
 asking, of course there's kill)?

There's quite a lot of SYSV compatability stuff -- the shared memory
(SHM) and other SYSV IPC mechanisms are fully supported.  The userland
is BSD-ish (of course), but nothing you can't get used to with a
little practice.  Possibly less than you might expect -- eg. the ps(1)
and df(1) commands in Linux are pretty much the BSD versions, unlike
say, Solaris or HP-UX which are purer SysV.

Probably the biggest difference to Linux is using the Bourne shell
/bin/sh for scripting, rather than BASH or the Korn shell (both of
which are available in ports, but will be installed to
/usr/local/bin/{bash,ksh}.  FreeBSD /bin/sh has about the same
programming capabilities as ksh, but it's not really suited to being
an interactive shell -- tcsh(1) is the default for that, or you can
install ksh(1), bash(1) or zsh(1) from ports.
 
 How well does DRM/DRI work in FreeBSD?

I take it you mean 'Direct Rendering Manager' rather than Digital
Rights Management or Digital Radio Mondiale.  There is some support in
FreeBSD, but less than under Linux.  It depends on your hardware
basically.  The port of the Linux nVidia drivers works very well.
Otherwise support is as provided through XFree86 or whatever they are
calling themselves nowadays.  There is a Kernel Graphics Interface
project which is making progress, but it's still experimental -- see
http://people.freebsd.org/~nsouch/kgi4BSD/
 
 Is it possible to PXE boot the FreeBSD installation
 and install from the network (without setting up NFS)?

Yes.
 
 Are there any recommendations for managing a hosting
 server? Software? Configurations?

FreeBSD system recommendations are usually rather more conservative
with respect to stability and reliability than most Linux distros.  If
you're going to be running your hosting servers for profit where
reliability and stability under load is very important, then stick
with FreeBSD 4.x.  Otherwise, the latest branch from -CURRENT (FreeBSD
5.2) seems to work well for a lot of people, and there is some
hardware which is only supported under 5.x.  See
http://www.freebsd.org/releases/5.2R/early-adopter.html for a good
discussion.

FreeBSD documentation is generally excellent and very readable.  Just
about everything has a useful man page, and there's a wealth of more
in-depth stuff on the website, particularly the Handbook.
 
 These were all question for now. I hope the story at
 the beginning wasn't too much and didn't violate the
 rules of this forum.

No problem.

Cheers,

Matthew

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

Re: Lock order reversal

2004-01-29 Thread Kris Kennaway
On Thu, Jan 29, 2004 at 12:23:26PM +0100, Piotr Gnyp wrote:
 What is exactly lock order reversal? I`ve encountered something like
 this on my console:
 lock order reversal
  1st 0xc720dce4 vm object (vm object) @ vm/swap_pager.c:1323
  2nd 0xc06c01a0 swap_pager swhash (swap_pager swhash) @
 vm/swap_pager.c:1838
  3rd 0xc0c358c4 vm object (vm object) @ vm/uma_core.c:873
 
 System: FreeBSD 5.2-RELEASE

FAQ..this is harmless.  See the archives for extensive discussion.

Kris


pgp0.pgp
Description: PGP signature


Possible? - Postfix + SASL + Rewrite Headers?

2004-01-29 Thread Adam
Hello all,

Just a quick, but hopefully simple question that I
can't find the answer to after about an hour of
googling...  Is it possible to rewrite the headers of
an outbound messages through my postfix server if the
user was authenticated w/ sasl?

Just something along the lines of, X-Blah: [IP] User
[EMAIL PROTECTED] OK, mainly just to catch any
users sending spam, etc.

I'm stumped.

Adam

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Lock order reversal

2004-01-29 Thread Jan Grant
On Thu, 29 Jan 2004, Piotr Gnyp wrote:

 What is exactly lock order reversal? I`ve encountered something like
 this on my console:
 lock order reversal
  1st 0xc720dce4 vm object (vm object) @ vm/swap_pager.c:1323
  2nd 0xc06c01a0 swap_pager swhash (swap_pager swhash) @
 vm/swap_pager.c:1838
  3rd 0xc0c358c4 vm object (vm object) @ vm/uma_core.c:873

A lock is a software object that is attached to a piece of data in order
to prevent multiple concurrent accesses/updates to that data getting an
inconsistent picture of the data.

FreeBSD names classes of lock depending on the objects they protect.

There are situations that can arise called deadlock where process A
holds lock x and waits for lock y; process B holds lock y and waits for
lock x.

Various schemes for ordering lock acquisition can be used to guarantee
that deadlocks can arise. A lock order reversal means that the
debugging watchdog in your kernel has detected that locks of two classes
were acquired in different orders.

-- 
jan grant, ILRT, University of Bristol. http://www.ilrt.bris.ac.uk/
Tel +44(0)117 9287088 Fax +44 (0)117 9287112 http://ioctl.org/jan/
If you have received this email in error, do whatever the hell
you want with it. It's not like I can stop you anyway.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Booting with 80 Gig hard drive

2004-01-29 Thread rk47
Hi FreeBSD'ers

I have a problem with booting from FreeBSD 4.8/4.9 and 5.2, they all gave
the same error. I have an 80Gig Seagate HD with a Pentium 4, Epox
motherboard and Phoenix version 2.2 BIOS. 

When I install FreeBSD from CD it displays a warning stating that my disk
Geometry of 155061/16/63 is not correct and that it will use a more likely
setting (which turns out to be 9729/255/63 in the FDisk menu).

The BIOS gives me three options for the type of Hard drive; CHS, LBA and
Large, I can ONLY enter the settings for LBA (the settings that FreeBSD
used above), any of the other settings displayed in my BIOS are rejected by
FreeBSD with the same error message.

However, if I set my disk geometry in FreeBSD to the same settings as what
BIOS reports as LBA (9729/255/63) and also select this in my BIOS as my
hard disk type, FreeBSD still gives me the following error and refuse to
boot:


error 4 lba 81915436
error 4 lba 81915436
No /bot/loader

error 4 lba 81915346
No /kernel

boot:?


I use Boot Manager with Windows XP on the first part of the HD and FreeBSD
on the second part of the partition.

Any help would be greatly appreciated

Regards
Peut
 



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


[RELENG_4] Sound problems

2004-01-29 Thread Norbert Koch
Hi!

After a cvsup and molding of a new stable world on 2004-01-26 I no
longer have sound on my machine (mplayer and cdcontrol).  I haven't
changed the kernel configuration, so I rule this possible reason out.
The option is set as

# Audio support
device  pcm
device  sbc


dmesg says:
pcm0: Intel ICH4 (82801DB) port 0xa400-0xa43f,0xa800-0xa8ff mem
  0xec00-0xecff,0xec80-0xec8001ff irq 9 at device 31.5
  on pci0
pcm0: Analog Devices AD1980 AC97 Codec


(and the speakers are plugged into the mic input, because the vendor
is brain damaged, but that's another story).

Could someone please give me a hint where I should start looking for
causes?  I've run a MAKEDEV after the installworld, so maybe this can
count for the misbehaviour (but I've recreated the audio devices, to
no avail).

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


Raid0

2004-01-29 Thread Wayne Swart
Helo everyone

I was trying to make a raid0 filesystem on freebsd 4.9-RELEASE, following
all the steps exactly how they are in the handbook.
using 3 scsi drives.

I made the ccd device and everything...

When i get to the part where you have to do:
ccdconfig ccd0 32 0 /dev/da1 /dev/da2 /dev/da3

I get the following error:
ccdconfig: ioctl (CCDIOCSET): /dev/ccd0c: Inappropriate file type or
format

Can someone please help me?

Thanks


In a world with no boundaries, Who Needs Gates?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mailfilter

2004-01-29 Thread Robert Storey
Dear All,

For awhile now I've been using a Linux/Unix program called Mailfilter,
and it is SUPERB. It has solved my problems with the continuous
bombardment of Windows viruses that pour into my inbox. Unlike Procmail,
Mailfilter deletes the garbage on the mail server, so you don't have to
download, which is of major importance if you're on dialup (as I am most
of the time).

Alas, I have not been able to get Mailfilter to compile on FreeBSD, even
though it is claimed to work. It is not in the ports collection (though
I wish it was - any developers interested?). Rather, you have to
download the source from Sourceforge and compile.

Below I've reproduced the part of the make process where the error shows
up. If anybody has a suggestion, I'd be grateful.

best regards,
Robert

  Making all in src
  gmake[2]: Entering directory `/root/mailfilter-0.6/src'
  source='rcfile.cc' object='rcfile.o' libtool=no \
  depfile='.deps/rcfile.Po' tmpdepfile='.deps/rcfile.TPo' \
  depmode=gcc /usr/local/bin/bash ../depcomp \
  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include -I../src
-DLOCALEDIR=\/usr/local/share/locale\ -I../intl  -I/usr/local/include
-Wall -g -O2 -c -o rcfile.o `test -f 'rcfile.cc' || echo './'`rcfile.cc
  rcfile.ll:230: conflicting types for `typedef union YYSTYPE YYSTYPE'
  rcparser.h:40: previous declaration as `typedef union YYSTYPE YYSTYPE'
  rcfile.ll:231: conflicting types for `union YYSTYPE yylval'
  rcparser.h:41: previous declaration as `union YYSTYPE yylval'
  gmake[2]: *** [rcfile.o] Error 1
  gmake[2]: Leaving directory `/root/mailfilter-0.6/src'
  gmake[1]: *** [all-recursive] Error 1
  gmake[1]: Leaving directory `/root/mailfilter-0.6'
  gmake: *** [all] Error 2
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Active System Attack Alerts

2004-01-29 Thread Geir Svalland
On Thursday 29 January 2004 06.00, Saint Aardvark the Carpeted wrote:
 Geir Svalland disturbed my sleep to write:
  Shouldn't this been taken care of when I'm running Sendmail 8.12.10
  ?

 Well, I would expect the fix to be still in .10, and for the message
 to be logged.  Or am I missing something?

 Hugh

Thx for your time and effort.
Guess It's nothing to worry about, but the headline in the logfiles,
 Active System Attack Alerts  , made me curious.
Because I've my MUA to filter mail over a certain size, I have a slight 
memory of the mail mentioned, concerning some licensing issue,  it was 
rather large and included a couple of image files which I never opened.
Any way, it looks like a one time happening :-)

Regards Geir.

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


Re: Retired Linux user wants to switch

2004-01-29 Thread Cordula's Web
 Does FreeBSD have something like SYSV modules (just
 asking, of course there's kill)?

It depends what you're meaning with SYSV modules:
  1. semaphores, shared memory, message queues: Yes.
  2. STREAMS (see: Rago, SysV Network Programming): No.
  3. binary compatiblity to SysV: Yes, but only partial
 support (see ibcs2(8))
  4. SysV run-levels: No.

 Are there any recommendations for managing a hosting
 server? Software? Configurations?

If you want to host _virtual_ servers (every customer has root
access in their own virtual environment), consider jail(8):
http://docs.freebsd.org/44doc/papers/jail/jail.html

 Thank you,
 Mike Machuidel ;)

Good luck and welcome to FreeBSD! :)

-- 
Cordula's Web. http://www.cordula.ws/

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


login

2004-01-29 Thread chuck
Hi, I have freebsd 4.8 and finley got it installed but I can't get past the login 
When I installed it it asked for a password and I did enter one but it never seems to 
work.   I am running a HP Pavillion XE738. I reinstalled 4 times but can't get 
past the login?



 Can you  help me please?thanks.  chuck,at [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


can't assign requested address nn7j

2004-01-29 Thread Dan
I have a alias on de2 of xxx.xxx.42.208 I can SSh to that address but can't ping it. I 
get can't  assign requested address. Netmask is 255.255.255.248. Other port ping just 
fine XXX.XXX.41.1 on de2.  Any help

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


Can't assign requested address Help

2004-01-29 Thread Dan
 have a alias on de2 of xxx.xxx.42.208 I can SSh to that address but can't ping it. I 
get can't  assign requested address. Netmask is 255.255.255.248. Other port ping just 
fine XXX.XXX.41.1 on de2.  Any help

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


Re: locking a user into one directory

2004-01-29 Thread Lowell Gilbert
Gautam Gopalakrishnan [EMAIL PROTECTED] writes:

 On Wed, Jan 28, 2004 at 09:59:11PM -0500, Lowell Gilbert wrote:
  Dragoncrest [EMAIL PROTECTED] writes:
  
 I've seen this explained before, but I've never taken much
   interest in it as I never had a need for it.  Well, it's starting to
   look like I do.  What I'm wanting to do is give shell access to a user
   to shell into the mail server, check their mail, and that's it.  I
   don't want them to be able to wander outside of their home directory.
   I think it's called a jail, but I don't remember.  Does anyone know
   what it is I need and have a tutorial for it or know where I can find
   one?  Much appreciated.
  
  Um, you mean man jail?
  Or maybe man chroot...
 
 
 Or you could use a restricted shell, maybe zsh or bash.
 http://www.faqs.org/docs/bashman/bashref_75.html

Sure, that could do it, depending on what's needed.
If you're limiting the users because you don't trust them, 
you should stick with real security instead.
Restricted shells are really more for keeping yourself 
from shooting yourself in the foot.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't assign requested address Help

2004-01-29 Thread jan . muenther
  have a alias on de2 of xxx.xxx.42.208 I can SSh to that address but can't ping it. 
 I get can't  assign requested address. Netmask is 255.255.255.248. Other port ping 
 just fine XXX.XXX.41.1 on de2.  Any help

Are both IP addresses on the same subnet? If so, you'll have to use
255.255.255.255 as the netmask for the alias. See the ifconfig(8) manpage. 



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


Re: Can't assign requested address Help

2004-01-29 Thread Lowell Gilbert
Dan [EMAIL PROTECTED] writes:

  have a alias on de2 of xxx.xxx.42.208 
 I can SSh to that address but can't ping it. 

From where?

 I get can't  assign requested address. 

where do you see this?

 Netmask is 255.255.255.248. 
 Other port ping just fine XXX.XXX.41.1 on de2.  

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


Errors

2004-01-29 Thread Steve Gilli
I have just installed FreeBSD 4.6 and included linux compatibility.  I 
then tried to install a linux program and received the following 
errors:error: failed error: failed dependencies:
libc.so.6(GLIBC_2.2) is needed by TIVsm-API-5.2.0-0
libpthread.so.0(GLIBC_2.2) is needed by TIVsm-API-5.2.0-0
libstdc++-libc6.2-2.so.3 is needed by TIVsm-API-5.2.0-0
Any suggestions on how to resolve ?

Steve Gilli
Dept 122 - Data Center Manager
Endicott Interconnect Technologies
1701 North Street MD 32-2  H006
Endicott, NY 13760
Phone: 607 755-8571
E-mail:[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Booting with 80 Gig hard drive

2004-01-29 Thread Jorn Argelo


--- Forwarded message ---
From: Jorn Argelo [EMAIL PROTECTED]
To: rk47 [EMAIL PROTECTED]
Subject: Re: Booting with 80 Gig hard drive
Date: Thu, 29 Jan 2004 15:13:32 +0100


On Thu, 29 Jan 2004 14:37:39 +0200, rk47 [EMAIL PROTECTED] wrote:

Hi FreeBSD'ers

I have a problem with booting from FreeBSD 4.8/4.9 and 5.2, they all 
gave
the same error. I have an 80Gig Seagate HD with a Pentium 4, Epox
motherboard and Phoenix version 2.2 BIOS.

When I install FreeBSD from CD it displays a warning stating that my 
disk
Geometry of 155061/16/63 is not correct and that it will use a more 
likely
setting (which turns out to be 9729/255/63 in the FDisk menu).
Let the BIOS probe for IDE devices, and thus it will probe for the proper
geometry. Write down the cylinders/head/sectors and insert it when you're
in the FDISK section of the installation.
Good luck,

Jorn


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


Re: Advertisement Rates

2004-01-29 Thread Ceri Davies
On Fri, Jan 23, 2004 at 02:08:44PM -0600, TJ wrote:
 Webmaster,
 
 Could you please inform me of your advertisement prices to place a text 
 link on freebsd.org.

We don't sell advertising I'm afraid, but thanks for expressing an
interest.

Ceri

-- 


pgp0.pgp
Description: PGP signature


Re: Can't assign requested address Help

2004-01-29 Thread Dan
When I ping I get the error message from that box.

Subnet mask is just the ip range I asigned to the ips
42.208  to 42.215

Dan
- Original Message -
From: Lowell Gilbert [EMAIL PROTECTED]
To: Dan [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 13:49
Subject: Re: Can't assign requested address Help


 Dan [EMAIL PROTECTED] writes:

   have a alias on de2 of xxx.xxx.42.208
  I can SSh to that address but can't ping it.

 From where?

  I get can't  assign requested address.

 where do you see this?

  Netmask is 255.255.255.248.
  Other port ping just fine XXX.XXX.41.1 on de2.

 What other port?
 ___
 [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]


use \000 in sed

2004-01-29 Thread Zhang Weiwu
Hello. I wish to see all the files in some pathes in a string.

Say, I wish to list all files in $PATH and manpath(1)

What I can think of is to use 
#manpath | sed s/:/ /g |xargs ls
(This is useful when auto-completing man command in a shell, say, csh).

This works, but the command is wrong when a path contain a space in it.

I think a better way is to replace : with \000, the NULL. In this way I 
can use xargs -0 to pass all pathes to ls(1)
#manpath | sed s/:/\000/g |xargs -0 ls

Only I don't know how to let sed(1) understand \000 is the actual ascii 
code 0 not the string 000.

Any hints? Thank you very much.

_
 MSN Hotmail  http://www.hotmail.com  

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


Re: Upgraded 5.1 - 5.2, now VNC over SSH fails w/ TCP_NODELAY

2004-01-29 Thread Scott I. Remick
On Tue, 20 Jan 2004 11:42:28 -0500, Scott I. Remick wrote:

 Well crap, everything was going so well. I upgraded from 5.1 to 5.2 using
 cvsup, recompiled (nearly) all my ports (some KDE stuff is still
 complaining, but that shouldn't be relevant here). I have openssh installed
 via ports:
 
 su-2.05b# pkg_info | grep ssh
 openssh-3.6.1_5 OpenBSD's secure shell client and server (remote login
 prog
 
 And my /etc/rc.conf contains:
 
 sshd_enable=YES
 sshd_program=/usr/local/sbin/sshd
 
 Under 5.1, I'd SSH in (via PuTTY), then use port-forwarding to forward
 localhost:7001 to remote:5901. I could then run VNC, connect to
 localhost:7001, and tunnel my VNC session over SSH.
 
 Since upgrading to 5.2 (nothing else has changed), while I can still SSH
 in, attempting to tunnel VNC fails and I get the following error in my
 PuTTY log:
 
 2004-01-20 11:34:21   Opening forwarded connection to localhost:5901
 2004-01-20 11:34:22   Forwarded connection refused by server
 
 On the FreeBSD box, I see:
 
 Jan 20 11:33:57 scott sshd[78580]: error: getsockopt TCP_NODELAY:
 Connection reset by peer
 
 This is using the same configs, profiles, etc. Nothing has changed except
 the upgrade of the FreeBSD box from 5.1 to 5.2. Any thoughts?

Sorry to reply to my own post, but I'm still stuck and had more info to
offer. I've also tried adding the following line to my rc.conf:

sshd_flags=-f /usr/local/etc/ssh/sshd_config

And in that sshd_config file, I added the following lines:

GatewayPorts yes

Although I'm not sure this applies. It's definitely using that config:

su-2.05b# ps -ax | grep sshd
  426  ??  Is 0:00.07 /usr/local/sbin/sshd -f
/usr/local/etc/ssh/sshd_config
 1807  ??  Is 0:00.03 sshd: scott [priv] (sshd)
 1809  ??  R  0:00.07 sshd: [EMAIL PROTECTED] (sshd)

vncserver is definitely running:

su-2.05b# ps -ax | grep vnc
 1798  p0- S  0:00.23 Xvnc :1 -desktop X -httpd
/usr/X11R6/share/tightvnc/classes -auth /home/scott

Also:

su-2.05b# strobe -b 5900 -e 6000 localhost
strobe 1.05 (c) 1995-1999 Julian Assange [EMAIL PROTECTED].
localhost  5901 unassigned   unknown
- RFB 003.003\n

I've also confirmed that I can VNC in using another PC on the local
network. 

But none of this has helped and I still get the error when I try to tunnel
VNC over ssh. 

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


Re: [Fwd: Re: PHP-Perl-MySQL-Apache (was: hi from california)]

2004-01-29 Thread Kevin D. Kinsey, DaleCo, S.P.

From: Kevin D. Kinsey, DaleCo, S.P. [EMAIL PROTECTED]
To: ZZerver ZZserver [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: [Fwd: Re: PHP-Perl-MySQL-Apache (was: hi from california)]
Date: Wed, 28 Jan 2004 11:55:22 -0600
MIME-Version: 1.0
Received: from ns1.tiadon.com ([69.27.132.161]) by 
mc8-f21.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Wed, 28 
Jan 2004 09:56:20 -0800
Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with 
Microsoft SMTPSVC(6.0.3790.0); Wed, 28 Jan 2004 11:59:28 -0600
X-Message-Info: JGTYoYF78jG+oarT45PqEqFnzfe/HBp+
Message-ID: [EMAIL PROTECTED]
User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) 
Gecko/20031124
X-Accept-Language: en-us, en
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 28 Jan 2004 17:59:29.0203 (UTC) 
FILETIME=[798D5030:01C3E5C8]

  2.  Figure out what configuration option you
chose that requires gds.1 as a dependency,
and build PHP *without* it 
Good luck,

Kevin Kinsey


That option, BTW, appears to be the one
for InterBase.  Trying not checking
InterBase in the options screen when
you are asked what you want to support.
KDK


ZZerver ZZserver wrote:

Thanks ...i finaly make it work!! ...hehe .. i want to point out some 
thing on your ports ...
when i did ...
cd /usr/ports/lang/php4
make clean --because i got a mess, soo i clean up.
make install

and then from menu not choose ...
FIREBIRD support, TDS, SYBaseAB, sybaseCT, those starting with 'Y' and 
Zip everything went smoothtly ...you may concider update this port not 
to reglect thos uncompatible suport files; now am almost ready with my 
server, i already have 100 clientes on my shells and growing fast; am 
soo happy and thankfully to you guys, nice work ...yahooo!

[EMAIL PROTECTED] finally did it! O_o

They aren't exactly *my* ports, and you didn't
reply to the list, so I don't think your message
will mean much; but, I am glad that you are now
up and running.
I don't think that you bothered to take my advice
about upgrading your ports tree.  PHP builds nicely
with almost any configuration option you choose
provided the tree is up-to-date.  I rebuilt PHP a week
ago, and my ./configure includes both a Y and Zip
'--enable-yp' '--with-zip=/usr/local'

KDK

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


Re: can't assign requested address nn7j

2004-01-29 Thread Saint Aardvark the Carpeted
Dan disturbed my sleep to write:

 I have a alias on de2 of xxx.xxx.42.208 I can SSh to that address
 but can't ping it. I get can't  assign requested address. Netmask is
 255.255.255.248. Other port ping just fine XXX.XXX.41.1 on de2.  Any help

Hm...First of all, where are you trying to SSH from?  If you're able to
SSH from *another* box, that's a good sign.  And as for pinging, where
are you trying to ping from -- the box with de2, or another box entirely?
Also, can you show the output of ifconfig de2?

Thanks,
Hugh

-- 
Saint Aardvark the Carpeted
[EMAIL PROTECTED]
Because the plural of Anecdote is Myth.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Retired Linux user wants to switch

2004-01-29 Thread Jerry McAllister
Hi,

 I've been using Linux for about 7 years. At the
 beginning the Linux community was still very small and
 ... 
 All these years I've seen Linux grow. I helped people
 on IRC while more and more users were coming with
 their questions. Yesterday I decided to go back to the
 IRC channel, after about 4 years, to ask a question
 about USB (I'm not really into USB). What happened
 really turned me off. They called me a troll, that I
 should go back to Windows, I'm too dumb to use
 Linux and because I told them I've been on this
 channel even before you began using Linux they kicked
 me off. This is 1 of the many examples.
 
 It may sound weird, but because of what the Linux
 community has become I would like to try and switch
 some of my systems over to FreeBSD. First I have some
 questions about what to expect:

Welcome to FreeBSD.
It doesn't seem so weird.  We have seen a lot of people stepping up
lately.

I see someone more knowledgeable than I has answered your specific
questions, but on the issue of the list[s].

It is generally a friendly environment with a lot of tolerance for
newbies and, like myself, thick-heads that take several times through
for some things to register.

You might occassionally get called a troll on a FreeBSD list, but
if your question is serious and you persist without inflamitory
language, people will settle down and respond with serious posts.
People on these lists tend to dislike someone flaming another person
more than they do posting dumb questions or being a newbie.
If you really seem to be a troll, generally you won't get booted
off, just ignored.   

Besides trolling and flaming, the worst sin on these lists seems to 
be jumping to post a question without doing some of your own searching 
first.  Always check the handbook, the FAQs and Google, etc before 
posting - if for no other reason than it may help you better formulate 
your question.   And, most problems and mistakes have come up before
and been written about extensively somewhere.  There is a huge body
of material written about the system - most of it quite good, but always
try for more than one opinion if you are searching the archives.

People on these lists seem more interested in creating and supporting
well running systems than massaging egos, unlike what you see in some 
places.  (but I suppose having the most reliable, efficient and 
reasonably secure system does some good for the ego... ;-) )

jerry

 ...
 These were all question for now. I hope the story at
 the beginning wasn't too much and didn't violate the
 rules of this forum.
 
 Thank you,
 Mike Machuidel ;)
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: savemail: cannot save rejected email anywhere on recent 4.9-STABLE

2004-01-29 Thread George Vagner
just had same issue here, it was my version of perl i was using.

what fixed it?  i typed in   use.perl system without quotes.


- Original Message - 
From: Clint Gilders [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 10:28 AM
Subject: savemail: cannot save rejected email anywhere on recent
4.9-STABLE


 This server is running 4.9-STABLE built from new sources on Jan 24, 2004,
and upgraded
 (via 4.6-RELEASE and 4.8-RELEASE) from 4.3-RELEASE.

 This is a very busy busy mail server and in my /var/log/messages I'm
seeing lots of
 messages like:

 Jan 29 08:03:48 ns2 sm-mta[91987]: i0TE3TnC091987: SYSERR(root): savemail:
cannot save
 rejected email anywhere

 Does this mean that sendmail can't put mail in /var/spool/mqueque?

 I've compared mail settings on this server to a new server running
4.9-STABLE and I can't
 see any differences in the permissions on the files I've looked at.   I'm
using the
 default setting from /etc/defaults/rc.conf and simply have
sendmail_enable=YES in
 /etc/rc.conf

 I've looked on google, but none of the results I looked at helped.

 Any suggestions on where to look?  Anymore info from me that would help?

 Thanks
 -- 
 Clint Gilders [EMAIL PROTECTED]
 Director of Technology Services
 OnlineHobbyist.com, Inc.

 ___
 [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: use \000 in sed

2004-01-29 Thread Dan Nelson
In the last episode (Jan 29), Zhang Weiwu said:
 Hello. I wish to see all the files in some pathes in a string.
 
 Say, I wish to list all files in $PATH and manpath(1)
 
 What I can think of is to use 
 #manpath | sed s/:/ /g |xargs ls
 (This is useful when auto-completing man command in a shell, say, csh).
 
 This works, but the command is wrong when a path contain a space in it.
 
 I think a better way is to replace : with \000, the NULL. In this way I 
 can use xargs -0 to pass all pathes to ls(1)
 #manpath | sed s/:/\000/g |xargs -0 ls

I'm not sure that sed can process \123-style octal characters, since it
already uses the \ character for backreferences.  Since you're only
replacing one letter, you can use tr:

manpath | tr ':' '\000' | xargs -0 ls 

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


Diablo-jdk1.3.1 Tomcat Newbie Needs Install Help (Core Dumps)

2004-01-29 Thread zententin-forums
I've been trying for longer than I care to admit to get a non-gui FreeBSD
server working with Tomcat.  Now I have FreeBSD 4.9 Stable, Diablo JDK 1.3.1,
and I'm trying to install Tomcat 4 or 5 from ports, but every time I try it, I
get a core dump from java every time I restart the computer.

I've set the java environment variable:
JAVA_HOME=/USR/LOCAL/DIABLO-JDK1.3.1

Did I miss something obvious in installation?  Have I chosen a combination of
versions that won't work together?

Below is a running commentary on the most recent things I've tried, my
installation procedure, etc., so you can see if I'm doing something
fundamentally wrong.  The detail may seem odd to you because I was thinking of
writing my experience as a guide for other newbies trying to do the same. 
Here's the commentary:

Installing Java and Tomcat on FreeBSD 4.9:
(Tomcat naturally expects diablo Java, so that's what I'll install.)
Once you've switched to 5.x, or if you use a shell other than csh (or
compatible, like the default tcsh) See the FreeBSD manual at 
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/java-tomcat/x174.html

check for old javas on the FreeBSD Computer:
cd /usr/local
ls
In my case there was a bad install of diablo-jdk1.3.1 there.
First, uninstall it using ports:
cd /usr/ports/java/diablo-jdk1.3.1
make deinstall
Then see if there's anything left of the original install:
cd /usr/local
ls
I found some leftovers from Java, so I removed the directory:
rm -dfr diablo-jdk1.3.1

remove apache if it's there.  (They're supposed to work together, but I'm
having trouble, so I removed it as a precaution.) First check packages:
pkg_version
if it's there, it might not tell you the version, but if it's up to date, just
find the newest version in ports:
cd /usr/ports/www
ls ap*
cd apache21
make deinstall
receive message unable to completely remove directory
'/usr/local/etc/apache2', so that's where it was.  Go there and remove the
directory:
cd /usr/local/etc
ls
remaining file was original-httpd.conf which means I modified httpd.conf in
the directory to make apache work.  I should have saved a copy of the modified
httpd.conf so that I'd know what to change if I installed it again.
rm -dfr apache2

Now, go get Java:
cd /usr/ports/java/diablo-jdk13
make
receive instructions to fetch the distribution manually
Open browser on other computer and access
http://www.FreeBSDFoundation.org/cgi-bin/download.cgi?package=diablo-caffe-1.3.1-0.tar.bz2
save the file to cd, put the cd in the FreeBSD computer
mount_cd9660 /dev/acd0c /cdrom  (your cd mounting command may vary at
/dev/??? depending on cd interface)
cd /usr/ports/distfiles
cp /cdrom/diablo-caffe*.* ./
Then unmount the cd:
umount /cdrom
Then go back to the port folder and build the port:
cd /usr/ports/java/diablo-jdk13
make
make install
cd /etc
vi csh.cshrc
go to bottom line, then open a new line with the following command:
o
cursor will jump to new line.  Now type:
setenv JAVA_HOME /usr/local/diablo-jdk1.3.1
follow the line with a carriage return, then save and exit.  Hit the Esc key,
then type:
ZZ
then reboot and test it:
shutdown -r now
don't login yet.  Check the hard disk access light and see if it continues to
stay on after boot is complete.  If it does, you're getting a core dump.  Wait
until the light goes out and the core dump message displays.  If that happens,
it's not working yet.
login
Print the environment to be sure you got the variable there correctly:
printenv
(Now, you really should find some manual way to verify that Java works, like
creating a hello world application in java and running it, but remember
there's no web server at this point.)

Someone suggested:
mount -t linprocfs non /compat/linux/proc
But, I doubt that I need that for diablo.  I think it's supposed to be the
native mode java, which doesn't require linux compatibility.
Anyway, I get:
No such file or directory
as response to that.

Now install tomcat.  Go to the tomcat port:
cd /usr/ports/www
ls jak*
Look on the jakarta website and see what the status of these versions is.  Pick
a nice, stable version that works with the java you installed above, and
install it:
I'll try jakarta 5.0, and hope it's the right one for diablo jdk 1.3.1.
cd jakarta-tomcat5
make
make install
reboot to see if it will still core dump:
shutdown -r now

After restart, I received the message:
Jan29 08:20:47 www /kernel: pid 116 (java), uid 80: exited on signal 6 (core
dumped)

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


FreeBDS don't accept 4 networkcards

2004-01-29 Thread Sjaak Nabuurs
 Your post is too general.
 You have to post details of what you are doing.
 Saying 4 Nics means nothing.
 Where are they and what are their purpose?
Sorry try again

I have a FreeBSD box 5.2 release with 4 NIC's realtec ethernet cards in one
box
For routing traffic to 4 different networks.
1 DSL line and 3 wireless router network 192.168.1.xx  192.168.2.xx and
192.168.3.xx
so I have 4 network card in my freeBSD box

But the problem is that freeBSD recognize only 3 network cards at startup..

Before I had linux running in this box and everything works verywell.

But I like to use FreeBSD  dummynet to shappe traffic.

Sorry for my English

Thanks


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


Configuring Ethernet Interface for 100 Half Duplex

2004-01-29 Thread Danie du Toit

   I need t= o set up a spare Ethernet Interface as 100Mb/s Half Duplex,
   with no IP pr= otocol info and permanently in promiscuous mode.

   Currently the card autosense 100 Full - = I want to set up a IDS
   interface. I could not find it in ifconfig, so I g= uess it is done on
   init?

   Thanks

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


Re: locking a user into one directory

2004-01-29 Thread Dragoncrest
At 09:59 PM 1/28/04 -0500, you wrote:
Dragoncrest [EMAIL PROTECTED] writes:

   I've seen this explained before, but I've never taken much
 interest in it as I never had a need for it.  Well, it's starting to
 look like I do.  What I'm wanting to do is give shell access to a user
 to shell into the mail server, check their mail, and that's it.  I
 don't want them to be able to wander outside of their home directory.
 I think it's called a jail, but I don't remember.  Does anyone know
 what it is I need and have a tutorial for it or know where I can find
 one?  Much appreciated.
Um, you mean man jail?
Or maybe man chroot...
Yeah, that's what I'm after.  :)  Thanks.  I thought it was called 
a jail, but I wasn't entirely certain.

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


Re: Retired Linux user wants to switch

2004-01-29 Thread Q
On Thu, 2004-01-29 at 20:22, Mike Machuidel wrote:
 I've been using Linux for about 7 years. At the
 beginning the Linux community was still very small and
 very little people ever heard about it or even knew
 what is was. Many people called me crazy/stupid/dumb

Be prepared to get that all over again.. with people wondering why you
use FreeBSD instead of their beloved Linux.
...
 really turned me off. They called me a troll, that I
 should go back to Windows, I'm too dumb to use
 Linux and because I told them I've been on this
 channel even before you began using Linux they kicked
 me off. This is 1 of the many examples.

I started using Linux about 10 years ago, and switched to FreeBSD almost
exclusively about 2 years after that. While I still have one machine in
my home using Linux, I do so only due to hardware requirements and I
have grown to loath it. I can sympathise with your experience.

 It may sound weird, but because of what the Linux
 community has become I would like to try and switch
 some of my systems over to FreeBSD. First I have some
 questions about what to expect:

You should find the FreeBSD community very supportive, in even the most
basic of issues, provided you first have a read through the FreeBSD
Handbook and other supporting documentation (all available through the
freebsd.org website), and ask your question in the appropriate location,
as you have done here.

 Is there any alternative for Shorewall? If not, would
 it be wise to port it to FreeBSD?

Not exactly. Shorewall relies on Netfilter (IPTables), which is a Linux
only thing. Depending on what your requirements are there are a few
alternatives to Netfilter. There is IPFilter  IPFW (both included in
recent FreeBSD releases). There is also the 'PF' packet filter ported
from OpenBSD (in ports under security/pf).

Whichever firewall/filtering method best suites your requirements will
determine what your options are for pursuing configuration tools like
Shorewall.

For appliance like firewall applications you might want to check out the
following BSD based solutions:

ClosedBSD - (http://www.closedbsd.org/)
m0n0wall - (http://m0n0.ch/wall/)
NetBoz - (http://www.netboz.net/)
PicoBSD - (http://people.freebsd.org/~picobsd/picobsd.html) - dated
theWall - (http://thewall.sourceforge.net/)
MicroBSD - (http://www.microbsd.net/) - based on OpenBSD

 Is FreeBSD using PAM by default? Will the combination
 of pam_ldap + nss_ldap + OpenLDAP work?

Yes, PAM is available out of the box, and NSS can be used this way, but
your success may depend on the release of FreeBSD you choose to use.

See here for a starting point:
http://www.cultdeadsheep.org/FreeBSD/docs/Quick_and_dirty_FreeBSD_5_x_and_nss_ldap_mini-HOWTO.html

 Can FreeBSD resolve reverse dependecies? Is there
 something to clean up orphan dependecies?

If you are referring to package management. Yes, there are a number of
support tools available for this very purpose. All packages are handled
through the ports system in /usr/ports (also see www.freshports.org),
and dependencies are never a problem if you use these tools effectively.
Check out 'sysutils/portupgrade' for package management and
'sysutils/pkg_cutleaves' for dealing with orphans

 Does FreeBSD have something like SYSV modules (just
 asking, of course there's kill)?

I'm not sure what you mean by this. If you mean basic compatibility like
semaphores, shared memory and IPC, then yes. If you mean a SYSV style
init and run level structure, then no.

 How well does DRM/DRI work in FreeBSD?

That will probably depend on the video card.
See http://www.freshports.org/graphics/drm-kmod/

 Is it possible to PXE boot the FreeBSD installation
 and install from the network (without setting up NFS)?

This is possible, check the handbook for the Jumpstart Guide section,
and use FTP as the media type instead of NFS.

 Are there any recommendations for managing a hosting
 server? Software? Configurations?

Read the FreeBSD Handbook, and other supporting documentation. Use the
ports collection!

 These were all question for now. I hope the story at
 the beginning wasn't too much and didn't violate the
 rules of this forum.

That's basically what this list is for.

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\




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


FreeBSD 5.2 installation: Add of package qt-3.2.1 aborted, error code 1

2004-01-29 Thread Anthony Discolo
How do I check the debug screen for more info?

Thanks,
Anthony
_
Check out the new MSN 9 Dial-up — fast  reliable Internet access with prime 
features! http://join.msn.com/?pgmarket=en-uspage=dialup/homeST=1

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


Interest

2004-01-29 Thread zuber zaini
Dear Seller, Sir/Mom
 
Hi, I am Zuber Zaini, I am from Singapore. I interest with ADTEC Stick Drive 256M. Do 
you have the goods?. If you have, can I buy it. 
I will use Credit Card for payment methods.If you accept please let me know as soon as 
possible. Thank you.
 
Best Regards,
 
Zuber Zaini.


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBDS don't accept 4 networkcards

2004-01-29 Thread Q
This doesn't exactly help identify the problem much either.

How about including the dmesg output from bootup, and maybe the output
from pciconf.  If the card isn't being detected you need to do some
detective work to figure out where in the boot process things are going
wrong.

Is it not being seen at all on the pci bus? 
Is the kernel failing to recognise it for what it is? 
Is the device driver not probing/attaching the device?

Determining these things will ultimately point to where the problem lies
and hopefully identify the solution.

Seeya...Q

On Fri, 2004-01-30 at 01:40, Sjaak Nabuurs wrote:
  Your post is too general.
  You have to post details of what you are doing.
  Saying 4 Nics means nothing.
  Where are they and what are their purpose?
 Sorry try again
 
 I have a FreeBSD box 5.2 release with 4 NIC's realtec ethernet cards in one
 box
 For routing traffic to 4 different networks.
 1 DSL line and 3 wireless router network 192.168.1.xx  192.168.2.xx and
 192.168.3.xx
 so I have 4 network card in my freeBSD box
 
 But the problem is that freeBSD recognize only 3 network cards at startup..
 
 Before I had linux running in this box and everything works verywell.
 
 But I like to use FreeBSD  dummynet to shappe traffic.
 
 Sorry for my English
 
 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: FreeBSD 5.2 installation: Add of package qt-3.2.1 aborted, error code 1

2004-01-29 Thread Q
On Fri, 2004-01-30 at 02:02, Anthony Discolo wrote:
 How do I check the debug screen for more info?

Use ALT+F1 (or F2/3 I don't remember exactly which one it is)

-- 

Seeya...Q

   -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

  _  /   Quinton Dolan [EMAIL PROTECTED]
  __  __/  /   /   __/   /  /  
 /__  /   _//  / Gold Coast, QLD, Australia
  __/  __/ __/ /   /   -  / Ph: +61 419 729 806
___  /  
_\




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


Re: use \000 in sed

2004-01-29 Thread Zhang Weiwu
Dan Nelson wrote:

I'm not sure that sed can process \123-style octal characters, since it
already uses the \ character for backreferences.  Since you're only
replacing one letter, you can use tr:
manpath | tr ':' '\000' | xargs -0 ls 

oh Brilliant, i almost forgot this command!

But once I need to work with complex replacement, do I have to use the two 
commands together?

#cmd... | tr  | sed ...

_
 MSN Messenger:  http://messenger.msn.com/cn  

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


FreeBSD 5.2: /usr/X11R6/lib/X11/rgb and /usr/X11R6/lib/X11/fonts not created?

2004-01-29 Thread Anthony Discolo
I'm having problems configuring X because these directories apparently 
haven't been created by the installation process.

I'm rerunning sysinstall right now.  Is there anything else I can try?

Thanks,
Anthony
_
High-speed users—be more efficient online with the new MSN Premium Internet 
Software. http://join.msn.com/?pgmarket=en-uspage=byoa/premST=1

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


Re: use \000 in sed

2004-01-29 Thread Dan Nelson
In the last episode (Jan 30), Zhang Weiwu said:
 Dan Nelson wrote:
 I'm not sure that sed can process \123-style octal characters, since
 it already uses the \ character for backreferences.  Since you're
 only replacing one letter, you can use tr:
 
 manpath | tr ':' '\000' | xargs -0 ls 
 
 oh Brilliant, i almost forgot this command!
 
 But once I need to work with complex replacement, do I have to use
 the two commands together?
 
 #cmd... | tr  | sed ...

Maybe.  After reading a bit about xargs, here's an alternate way using
only sed:

manpath | sed -e 's/ /\\ /g' -e 's/:/ /g' | xargs -0 ls

First you escape any spaces in the input, then you replace : with
space.  If you have even weirder pathnames, like ones with quotes or
backslashes in them, you can use this:

sed -e 's/\([^:]\)/\\\1/g' -e 's/:/ /g'

which will backslash-escape everything except colons.

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


libintl.so.4 not found when loading javaplugin in Firebird

2004-01-29 Thread Bjarne Wichmann Petersen
Hi!

I get this when I start firebird:

LoadPlugin: failed to initialize shared 
library /usr/local/diablo-jre1.3.1/plugin/i386/ns600/libjavaplugin_oji.so 
[Shared object libintl.so.4 not found]

I don't know what it means or whether it's firebird og diablo that's faulty, 
though the javavm seems to work with konqueror.

I deleted every port and cvsup'ed last saturday, so everything should be up to 
date.

So why is java missing libintl.so.4?

Bjarne

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


RE: FreeBDS don't accept 4 networkcards

2004-01-29 Thread JJB
FBSD Friend
No problem about your English, I understand what
you are trying to do.
Your private Lan IP address ranges are correct,
each LAN circuit using an separate subnet.
So lets start with the most obvious first.

Check rc.conf to verify you do not have typing error
on ifconfig statement for each LAN Nic card to assign
it's IP address. FBSD does not syntax check rc.conf
statements, so you may have the statement there
but just typed incorrectly.

With that size private LAN you must be using DHCP,
so check the dhcpd.conf file that you have correctly
defined each separate LAN IP address range for each
of the 3 circuits.

Next check your IPFW rules that you allow each LAN NIC
interface free and un-molested by-directional access.
They should by just like what you are doing for lo0.

If all that checks out then it's time to boot from the
GENERIC.kernel to remove IPFW and see if it works.
IPFW is the most likely problem and testing without it
is the sure way to locate problem to single component.

If you still have problems post the complete content of
rc.conf, dhcpd.conf, and ipfw rule set.

Also descript how you test to verify one Nic card is not working.

I would like to say you should not be using 5.2 for production,
it's an dirty development release which uses an completely new file
system which has multiple reports of getting in an lockout condition
where the only solution is to reboot.

The software firewall ipfw FBSD 4.x and ipfw2 FBSD 5.x series have
an long time legacy problem when you use stateful rules and it's
divert/nated userland subroutine. It just does not work.

If you are using IPFW with out stateful rules you do not have the
MAX in firewall protection.

IPFILTER (IPF) has stateful rules which function as documented with
ipnat, it's NAT program.

There is an alternative solution, to IPFW dummynet traffic shaper
facility for controlling bandwidth usage. It's an stand-a-lone
software application called altq. See the following links for
details.

http://www.rofug.ro/projects/freebsd-altq/

http://www.csl.sony.co.jp/person/kjc/kjc/software.html#ALTQ

Good luck




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Sjaak
Nabuurs
Sent: Thursday, January 29, 2004 10:41 AM
To: [EMAIL PROTECTED]
Subject: FreeBDS don't accept 4 networkcards

 Your post is too general.
 You have to post details of what you are doing.
 Saying 4 Nics means nothing.
 Where are they and what are their purpose?
Sorry try again

I have a FreeBSD box 5.2 release with 4 NIC's realtec ethernet cards
in one
box
For routing traffic to 4 different networks.
1 DSL line and 3 wireless router network 192.168.1.xx  192.168.2.xx
and
192.168.3.xx
so I have 4 network card in my freeBSD box

But the problem is that freeBSD recognize only 3 network cards at
startup..

Before I had linux running in this box and everything works
verywell.

But I like to use FreeBSD  dummynet to shappe traffic.

Sorry for my English

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: Configuring Ethernet Interface for 100 Half Duplex

2004-01-29 Thread Micheal Patterson


- Original Message - 
From: Danie du Toit [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 9:50 AM
Subject: Configuring Ethernet Interface for 100 Half Duplex



I need t   with no IP pr
Currently the card autosense 100 Full -interface. I could not find
it in ifconfig, so I g   init?

Thanks

dsh

What type of nic is it? Which driver xl#, ep#, dc# ? is it using?

--

Micheal Patterson
TSG Network Administration
405-917-0600

Confidentiality Notice:  This e-mail message, including any attachments, is
for the sole use of the intended recipient(s) and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution is prohibited. If you are not the intended recipient, please
contact the sender by reply e-mail and destroy all copies of the original
message.

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


unable to open port `/dev/ttyS1'

2004-01-29 Thread marlon corleone
/dev/ttyS1 do not exist, how do i create this device?

%sysctl kern.version
kern.version: FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:17:27 PHT 2004
   [EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP
%xmms
unable to open port `/dev/ttyS1' (No such file or directory)
unable to open port `/dev/ttyS1' (No such file or directory)
_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail

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


Re: wi output power control?

2004-01-29 Thread Michael Mee
I looked really hard in the archives for this before posting the question
below, really!  As well as reading the relevant docs (wi, ipconfig).

Any pointers please?  Maybe there's a better list to ask this question? Thx!

- Original Message - 
From: Michael Mee [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, January 28, 2004 8:02 AM
Subject: wi output power control?


it appears that the current wi driver doesn't allow control of output power.
Many Prism chipsets allow this, and the Linux HostAP driver supports it.

Has anyone looked at incorporating this into the FreeBSD driver?  Can
someone point me at the right place or give me some tips if I wanted to go
ahead and give it a try?  Would this type of change be accepted?

thx, michael

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


RE: Interest

2004-01-29 Thread JJB
You are mistaken. There is no hardware for sale here

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of zuber zaini
Sent: Thursday, January 29, 2004 11:17 AM
To: [EMAIL PROTECTED]
Subject: Interest

Dear Seller, Sir/Mom

Hi, I am Zuber Zaini, I am from Singapore. I interest with ADTEC
Stick Drive 256M. Do you have the goods?. If you have, can I buy it.
I will use Credit Card for payment methods.If you accept please let
me know as soon as possible. Thank you.

Best Regards,

Zuber Zaini.


-
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
___
[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]


Acu Cobol 6.0 for Linux

2004-01-29 Thread Walter C. Pelissero
[apparently the first message didn't get through; this is a repost]

Did enybody try to run AcuCobol 6.0 for Linux on FreeBSD's linulator?
I tried a couple of times (with old Debian libraries and more recently
Gentoo libraries) but runcbl keeps on getting a SIGSEGV right away.

ccbl (the compiler) seems to work, though.

Any clue?

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


Re: unable to open port `/dev/ttyS1'

2004-01-29 Thread Nathan Kinkade
On Thu, Jan 29, 2004 at 04:59:15PM +, marlon corleone wrote:
 /dev/ttyS1 do not exist, how do i create this device?
 
 %sysctl kern.version
 kern.version: FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:17:27 PHT 2004
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP
 
 %xmms
 unable to open port `/dev/ttyS1' (No such file or directory)
 unable to open port `/dev/ttyS1' (No such file or directory)

why is xmms trying to open a linux-named serial port on your freebsd
machine?  is your problem with needing to use a serial port and the
reference to xmms accidental, or is xmms actually outputting that
message?  in any case, ttyS(n) is the device name for RS232 serial ports
in linux - in freebsd they are two designations ttyd(n) for dialin
lines and cuaa(n) for dialout lines.  either way i'm pretty sure that
xmms shouldn't be worry about this at all.

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Serial console install via boot cd?

2004-01-29 Thread Bjorn Eikeland
Hi, I'm wanting to do a install via a serial console as I've only got one 
monitor, but I havent got any floppy drives here either..

Can the floppy procedure be used with a bootable cd, by just doing echo 
/boot/loader -h  /iso_dir/boot.config ?

.. and I'm really wanting to put /usr on a existing vinum volume, is this 
a feasable solution: add vinum_load=yes and vinum_after=mkdir /raid; 
mount /dev/vinum/raid /raid;ln -s /raid/usr /usr so allow /raid/usr to be 
used as /usr?

And the final question, after copying the files to my hardrive and editing 
them, how can I get the boot image for the cd onto the new cd - this can 
be done in either freebsd (or windows/nero - whatever is easiest)!

If there are any resources I have not found I would appreciate a link, 
otherwise any help is appreciated!

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


Missing cupsomatic

2004-01-29 Thread Alex Huth
Hi guys!

I've installed the metaport of cups and configured cups. When i try to print the 
errorlog shows missing file or directory cupsomatic in the filterdir of cups.
Which port have i missed to install?

Thanks for advice!


Alex


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


Re: Acu Cobol 6.0 for Linux

2004-01-29 Thread Jerry McAllister
 
 [apparently the first message didn't get through; this is a repost]

Your previous post got through.
Probably the presumed answer is that no-one who saw it has
tried this or feels competent to respond.

You might some response if you could find a way to break the
problem down a little more and give a little more detail.  But, 
there probably are not many Cobol users on this list, so you
need to give information that clearly establishes it as a problem
with system libraries or whatever so people will feel in familiar
territory.  Someone might know another place (list) to ask as well.

jerry

 
 Did enybody try to run AcuCobol 6.0 for Linux on FreeBSD's linulator?
 I tried a couple of times (with old Debian libraries and more recently
 Gentoo libraries) but runcbl keeps on getting a SIGSEGV right away.
 
 ccbl (the compiler) seems to work, though.
 
 Any clue?
 
 -- 
 walter pelissero
 http://www.pelissero.de
 ___
 [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: Interest

2004-01-29 Thread Chad Leigh -- Shire.Net LLC
On Jan 29, 2004, at 9:54 AM, JJB wrote:

You are mistaken. There is no hardware for sale here
Not only that, it is a scam...

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of zuber zaini
Sent: Thursday, January 29, 2004 11:17 AM
To: [EMAIL PROTECTED]
Subject: Interest
Dear Seller, Sir/Mom

Hi, I am Zuber Zaini, I am from Singapore. I interest with ADTEC
Stick Drive 256M. Do you have the goods?. If you have, can I buy it.
I will use Credit Card for payment methods.If you accept please let
me know as soon as possible. Thank you.
Best Regards,

Zuber Zaini.

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


Free BSD

2004-01-29 Thread T Glaser
This website leads me to believe that this is an OS software package? I
don't know for sure though. What did I stumble across here? What are you
offering for free? Not real clear here on the website. If this is an OS do
you have any screen shots of what it looks like or is it command line?

Tim

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


Re: Booting with 80 Gig hard drive

2004-01-29 Thread Chris Pressey
On Thu, 29 Jan 2004 14:37:39 +0200
rk47 [EMAIL PROTECTED] wrote:

 Hi FreeBSD'ers
 
 I have a problem with booting from FreeBSD 4.8/4.9 and 5.2, they all
 gave the same error. I have an 80Gig Seagate HD with a Pentium 4, Epox
 motherboard and Phoenix version 2.2 BIOS. 
 [...]
 I use Boot Manager with Windows XP on the first part of the HD and
 FreeBSD on the second part of the partition.

If your Windows XP partition is bigger than 500 megabytes, you should
probably take the following into account:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/install.html#DISK-DIVIDE-RESTRICTIONS

btw, there is an option to boot0cfg ('packet') which can work around
this limitation, but I don't know how well it works.

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


RE: buildworld errors on clean 4.9 install

2004-01-29 Thread Richard Hogben
Thanks, some searching on Google pointed to the -j option I used, seems
the -j option is not always a good idea for single processor computers.
I have been building since this morning, and no errors as of yet!


-Original Message-
From: Sergey 'DoubleF' Zaharchenko [mailto:[EMAIL PROTECTED] 
Sent: Thursday, January 29, 2004 1:19 AM
To: Richard Hogben
Subject: Re: buildworld errors on clean 4.9 install

On Wed, 28 Jan 2004 17:37:51 -0800
Richard Hogben [EMAIL PROTECTED] probably wrote:

 /usr/src/gnu/usr.bin/cc/cc1plus/../../../../contrib/gcc/cp/tree.c
 cc: Internal compiler error: program cpp0 got fatal signal 11
 *** Error code 1
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error
 *** Error code 2
 1 error

It looks like a memory problem, and it walks like a memory problem.
It must be a memory problem:(.

-- 
DoubleF
With a gentleman I try to be a gentleman and a half, and with a fraud I
try to be a fraud and a half.
-- Otto von Bismarck

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


RE: smtp and several freebsd servers

2004-01-29 Thread Mike
You can use one server and let the others use this server.

On the client servers use sendmail which comes with freebsd modify the
/etc/mail/sendmail.cf file:

Change
DH

To

DHyour.server.com

your.server.com has to resolve, either by dns or through /etc/hosts

Mike


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:owner-freebsd-
 [EMAIL PROTECTED] On Behalf Of Christer Solskogen
 Sent: Thursday, January 29, 2004 9:16 AM
 To: [EMAIL PROTECTED]
 Subject: smtp and several freebsd servers
 
 hi!
 
 I have to servers running freebsd, and i wonder how i can get them to
use
 the same smtp server when sending out f.ex cron messages and such.
 Do i have to run smtp on both, or can i configure one server to use
the
 other machine?
 
 
 --
 Med vennlig hilsen / Best regards
 Christer Solskogen
 http://dtz.cjb.net - http://carebears.mine.nu
 
 Cheap, but not as cheap as your girlfriend!
 -Spider Jerusalem
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-
 [EMAIL PROTECTED]


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


how to make .ko filles ?

2004-01-29 Thread manish gautam
Sir 
 
I have made a'.C'   file for a netgraph node.but i hav to compile it
to make a .ko file so that i can use it as a kernel module...after ( kldload )
 
So please tell me how to make .ko file from a .C file.
 
 
sir please reply me as soon as possible.
 
Thanking u
 
Best Regards
 
Manish

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: unable to open port `/dev/ttyS1'

2004-01-29 Thread Ion-Mihai Tetcu
On Thu, 29 Jan 2004 11:34:22 -0600
Nathan Kinkade [EMAIL PROTECTED] wrote:

 On Thu, Jan 29, 2004 at 04:59:15PM +, marlon corleone wrote:
  /dev/ttyS1 do not exist, how do i create this device?
  
  %sysctl kern.version
  kern.version: FreeBSD 5.2-RELEASE #0: Wed Jan 28 13:17:27 PHT 2004
 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/MMP
  
  %xmms
  unable to open port `/dev/ttyS1' (No such file or directory)
  unable to open port `/dev/ttyS1' (No such file or directory)
 
 why is xmms trying to open a linux-named serial port on your freebsd
 machine?  is your problem with needing to use a serial port and the
 reference to xmms accidental, or is xmms actually outputting that
 message?  in any case, ttyS(n) is the device name for RS232 serial ports
 in linux - in freebsd they are two designations ttyd(n) for dialin
 lines and cuaa(n) for dialout lines.  either way i'm pretty sure that
 xmms shouldn't be worry about this at all.

AFAIK there is a plugin for a serial remote control; could be that ?


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


Re: how to make .ko filles ?

2004-01-29 Thread jan . muenther
 So please tell me how to make .ko file from a .C file.

Check out /usr/share/examples/kld for a bunch of examples on how to
implement KLDs in FreeBSD. 


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


Re: Free BSD

2004-01-29 Thread Peter Ulrich Kruppa
On Thu, 29 Jan 2004, T Glaser wrote:

 This website leads me to believe that this is an OS software package?
Yes, this absolutely true. I quote the headline on
http://www.freebsd.org :

What is FreeBSD?

FreeBSD is an advanced operating system for x86 compatible,
AMD64, DEC Alpha, IA-64, PC-98 and UltraSPARC® architectures.

x86 compatible means, you can run it on the usual Intel / AMD
systems.

 I
 don't know for sure though. What did I stumble across here? What are you
 offering for free?
You sound a little bit afraid. Although the FreeBSD logo is a
little red daemon called Beastie, there is nothing evil in it.
You don't have to sell your soul, neither buy a washing-machine.

 Not real clear here on the website. If this is an OS do
 you have any screen shots of what it looks like or is it command line?
FreeBSD is a little bit like linux:
If you like, you can set up a very basic OS with command-line
(nice for slow old machines), if you have the hardware you can
set up a modern multimedia desktop system like Gnome or KDE
(which are also well known in the linux world). All kinds of
server and network applications are available (and free).

If you have got some space on your harddisk, you could just give
4.9 -RELEASE a try.
For startup questions
http://www.freebsd.org/handbook
is very helpful.

Have fun,

Uli.



 Tim

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


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


5.2 /usr/libexec/ld-elf.so.1 upgrade problem in make installworld

2004-01-29 Thread Jonathan Clarke
Hello everyone,

I have a problem during make installworld while upgrading from 5.1-p11 to
5.2-RELEASE.

I cvsup'ed my source tree this morning, did make buildworld, make
buildkernel and make  installkernel, reboot, everything was fine.

While running make installworld, I bump into an error in libexec/rtld-elf,
output is below. I can see this is to do with the move from /usr/libexec
to /libexec, but I can't work out how to get round it. The permission
denied must be coming from a schg flag...

Any help would be appreciated. I apologize if this question has already
come up but googling hasn't revealed anything. Thanks in advance!

Jonathan

Output from make installworld:

[...]
=== libexec/rtld-elf
chflags noschg /usr/libexec/ld-elf.so.1
install -s -o root -g wheel -m 555  -fschg -C -b ld-elf.so.1 /libexec
install -o root -g wheel -m 444 rtld.1.gz  /usr/share/man/man1
/usr/share/man/man1/ld-elf.so.1.1.gz - /usr/share/man/man1/rtld.1.gz
/usr/share/man/man1/ld.so.1.gz - /usr/share/man/man1/rtld.1.gz
/usr/libexec/ld-elf.so.1 - /libexec/ld-elf.so.1
ln: /usr/libexec/ld-elf.so.1: Operation not permitted
*** Error code 1

Stop in /usr/src/libexec/rtld-elf.
*** Error code 1

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

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

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

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

Stop in /usr/src.

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


line-in recorder

2004-01-29 Thread Brian H
is there some software for freebsd that I could use to record what i have 
coming in on the line-in on my sound card?

_
There are now three new levels of MSN Hotmail Extra Storage!  Learn more. 
http://join.msn.com/?pgmarket=en-uspage=hotmail/es2ST=1

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


RE: Is there a HOW-TO for a network install of FreeBSD?

2004-01-29 Thread Mike
You can try installing a minimum system to a system similar to the one
at the colo, then dd the partition from linux and copy over and dd back
to the disk and configure lilo/grub, and check. Try it on a test
environment first, if you have.

Mike
 
 Hi-
 
 I have a server that currently has Redhat 7.3 on it, and I want to
wipe
 the
 box and do a fresh install of FreeBSD 4.9. The only problem is that
the
 box
 is at a colo and only has a floppy drive.
 
 But I have root access to it over the network.
 
 Is there a way for me to install a new FreeBSD OS over the network
 (remotely)?
 
 Can anyone assist?
 
 Thanks.


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


FreeBSD 5.2: How do I automatically restart twm with the Default session?

2004-01-29 Thread Anthony Discolo
Everytime I log in twm asks me to load the Default session.  Is there any 
way I can have it automatically load it (maybe something in the ~/.twmrc)?

I've also run into problems with reloading the Default session.  Sometimes 
twm dumps core.  If I load the Fail Safe session, it seems to work fine.

Thanks for any help.

Anthony

_
Scope out the new MSN Plus Internet Software — optimizes dial-up to the max! 
  http://join.msn.com/?pgmarket=en-uspage=byoa/plusST=1

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


multiple aliases(IPs) same netmask...error...why?

2004-01-29 Thread manish gautam
Sir,
 
I am facing some problems ::
 
 
1. If i try to make aliases having same netmask like 255.255.255.0, it   
   gives error (  SCIOADDR  file exists..something like that)..Why is it  
   so ?
 
2. But if I try the same using netmask 255.255.255.255 it does'nt give 
   any error...why ?  
 
3. And what is the limit of aliases if netmask is 255.255.255.255 ?
 
Please reply as soon as possible.
 
Thanking You
 
Best Regards
 
Manish Gautam

Yahoo! India Mobile: Ringtones, Wallpapers, Picture Messages and more.Download now.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Free BSD

2004-01-29 Thread Kevin D. Kinsey, DaleCo, S.P.
T Glaser wrote:

This website leads me to believe that this is an OS software package? I
don't know for sure though. What did I stumble across here? What are you
offering for free? Not real clear here on the website. If this is an OS do
you have any screen shots of what it looks like or is it command line?
Tim

 

OS being open source?  Yes.
Package?  Nope. An OS OS...
recently, FreeBSD celebrated
it's tenth anniversary.
I'm curious, on the site, what's
not real clear?  Perhaps you were
expecting a hard sell?  This is a community
effort, and the site's not designed to
show off the product like some sites do,
IMHO.  It's designed to help you use the
Operating System...and to give information
for people who want to investigate it.
Are you familiar with Linux?  FreeBSD is
comparable, older, probably more stable, and
really better, in some folks opinions.  Matt Fuller's
rant at:
http://www.over-yonder.net/~fullermd/rants/bsd4linux/bsd4linux1.php

has recently been slashdotted and, well, we'll
have to see what comes up as a result.  Please
note that I don't think anyone in FBSD land is
crusading or starting a jihad against Linux ...
many of us use or have used one of the many
Linux distros available as well
And, HTH: take a look at www.bsdforums.org.
There's a sticky thread in FreeBSD General
called Post your screenshots of the BSD's...
Should give you a better idea.
Kevin Kinsey
DaleCo, S.P.
-
I've heard that familiarity breeds contempt;
and I'm pretty familiar with M$ Windows(r)
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


snoop (Sun styly) for bsd ?

2004-01-29 Thread Julian Holley
Hi all - does anyone know about the program 'snoop' (Sun microsystems
fame)  available for BSD - basically all I want is a click or beep on
network activity out of my machine - I'm not after a bulky analaysis
program - just somat simple to run in the back ground ? - any ideas much
appreciated, Julian.


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


Re: multiple aliases(IPs) same netmask...error...why?

2004-01-29 Thread Kevin Stevens
On Thu, 29 Jan 2004, [iso-8859-1] manish gautam wrote:

 I am facing some problems ::

  1. If i try to make aliases having same netmask like 255.255.255.0, it
gives error (  SCIOADDR  file exists..something like that)..Why is it
so ?

Because that's not the correct netmask for a FreeBSD alias on the same
network as the primary interface.

 2. But if I try the same using netmask 255.255.255.255 it does'nt give
any error...why ?

Becasue that is the correct netmask for a FreeBSD alias on the same
network as the primary interface.

 3. And what is the limit of aliases if netmask is 255.255.255.255 ?

Some large number, I don't recall at the moment, and I believe it varies
between the 4. and 5. branches.

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


Re: snoop (Sun styly) for bsd ?

2004-01-29 Thread Kevin Stevens


On Thu, 29 Jan 2004, Julian Holley wrote:

 Hi all - does anyone know about the program 'snoop' (Sun microsystems
 fame)  available for BSD - basically all I want is a click or beep on
 network activity out of my machine - I'm not after a bulky analaysis
 program - just somat simple to run in the back ground ? - any ideas much
 appreciated, Julian.

Tcpdump is similar, see if it does what you need.

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


Re: snoop (Sun styly) for bsd ?

2004-01-29 Thread Matthew Seaman
On Thu, Jan 29, 2004 at 07:31:16PM +, Julian Holley wrote:
 Hi all - does anyone know about the program 'snoop' (Sun microsystems
 fame)  available for BSD - basically all I want is a click or beep on
 network activity out of my machine - I'm not after a bulky analaysis
 program - just somat simple to run in the back ground ? - any ideas much
 appreciated, Julian.

tcpdump(1) It's not exactly the same as snoop, but it does the same
job.  Comes with the system as standard.

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


Trying to set up cvsup mirror

2004-01-29 Thread stan
I'm trying to set up a cvsup mirror to use for updating about 50 machines
that are internal to our corporate network. Since I have better control
over the firewall et all from my home network, I'm building the machine
there.

I've got it built, and used the cvsup-mirror port to assist me in setting
things up. But it's not working. Here is the error message I am getting:

Cvsup update begins at 2004-01-29 14:30:00
Updating from cvsup13.freebsd.org
Cannot connect to cvsup13.freebsd.org: Connection refused
CVSup update ends at 2004-01-29 14:30:01

I've read
http://www.freebsd.org/doc/en_US.ISO8859-1/articles/hubs/mirror-where.html
and I have chosen what I think to be a good site for me from the referenced
mirror list.

Have I chosen badly? Can anyone suggest a better site to mirror from? We are
located in the southeastern US. 

Do I need to get some sort of authorization token from the admins at that
site? I've been cvsuping lot's of machines for years, but this is the
first time I've tried to actually set up a repository.

Any help would be appreciated.

-- 
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: line-in recorder

2004-01-29 Thread Nathan Kinkade
On Thu, Jan 29, 2004 at 12:34:32PM -0600, Brian H wrote:
 is there some software for freebsd that I could use to record what i have 
 coming in on the line-in on my sound card?

/usr/ports/audio/audacity is a nice tool.
http://audacity.sourceforge.net/

Nathan
-- 
gpg --keyserver pgp.mit.edu --recv-keys D8527E49


pgp0.pgp
Description: PGP signature


Gigabit ethernet

2004-01-29 Thread Vulpes Velox
Any suggestions on gigabit ethernet?

I've been looking around and I've been having a hard time finding
64 gigabit ethernet cards. Most I come across have slightly newer chip
numbers than what is listed.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Trying to set up cvsup mirror

2004-01-29 Thread Ion-Mihai Tetcu
On Thu, 29 Jan 2004 14:38:14 -0500
stan [EMAIL PROTECTED] wrote:

 cvsup13.freebsd.org
seems to be down; use another server.

/usr/ports/sysutils/fastest_cvsup will get you the best one.

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


Re: FreeBDS don't accept 4 networkcards

2004-01-29 Thread Jonathan Chen
On Thu, Jan 29, 2004 at 04:40:44PM +0100, Sjaak Nabuurs wrote:
  Your post is too general.
  You have to post details of what you are doing.
  Saying 4 Nics means nothing.
  Where are they and what are their purpose?
 Sorry try again
 
 I have a FreeBSD box 5.2 release with 4 NIC's realtec ethernet cards in one
 box
 For routing traffic to 4 different networks.
 1 DSL line and 3 wireless router network 192.168.1.xx  192.168.2.xx and
 192.168.3.xx
 so I have 4 network card in my freeBSD box
 
 But the problem is that freeBSD recognize only 3 network cards at startup..

I've set up FreeBSD boxes with more network interfaces than that, so I
don't think it's a FreeBSD problem. What are the contents of your
/etc/rc.conf? What's the output of dmesg? What does netstat -in
give?

You need to give more information than what you have.

Additionally, if you're using this box in a production environment,
you should be using 4.X instead of the unstable 5.X series.

Cheers.
-- 
Jonathan Chen [EMAIL PROTECTED]
--
Irrationality is the square root of all evil
  - Douglas Hofstadter
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


freebsd 5.2 running as vmware client broken?

2004-01-29 Thread jeff . king




Anybody have any sucess running/installing 5.2 under vmware?

Doesn't seem to work past 5.1 for me.

Jeff :)
--
NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.

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


RE: freebsd 5.2 running as vmware client broken?

2004-01-29 Thread Nick Twaddell
It is because FreeBSD comes with smp and apic precompiled into the kernel.
VMware does not support smp.  So you need to start it in safe mode, install,
first boot, start in safe mode, recompile your kernel WITHOUT smp and apic.
Then it will work like a charm :)

Nick

-Original Message-
From: owner- [mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 12:24 PM
To: [EMAIL PROTECTED]
Subject: freebsd 5.2 running as vmware client broken?





Anybody have any sucess running/installing 5.2 under vmware?

Doesn't seem to work past 5.1 for me.

Jeff :)
--
NOTICE:  The information contained in this electronic mail transmission is
intended by Convergys Corporation for the use of the named individual or
entity to which it is directed and may contain information that is
privileged or otherwise confidential.  If you have received this electronic
mail transmission in error, please delete it from your system without
copying or forwarding it, and notify the sender of the error by reply email
or by telephone (collect), so that the sender's address records can be
corrected.

___
[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: RSS/RDF feed reader

2004-01-29 Thread Jonathan Arnold
Michael L. Hostbaek wrote:
What are people using as a RSS/RDF feed reader on FreeBSD ? I tried out
Krss but I am not too happy with it, I like to know if there are some
alternatives.. 
This was asked long ago (I'm slowly working my way through my -questions
backlog!) and I'd like to suggest Bloglines, a web based RSS reader that
works incredibly well:
http://www.bloglines.com/

--
Jonathan Arnold (mailto:[EMAIL PROTECTED])
Daemon Dancing in the Dark, a FreeBSD weblog:
http://freebsd.amazingdev.com/blog/
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Building JDK14

2004-01-29 Thread Jorn Argelo
Hi all,

I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) on 
FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the 
ports-tree so I could compile the native one. However, it's busy for almost 
four hours now with building it. Now my question was, does anybody know how 
long is this going to take? 

Thanks,

Jorn

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


Re: Free BSD

2004-01-29 Thread Vulpes Velox
On Thu, 29 Jan 2004 09:54:44 -0800
T Glaser [EMAIL PROTECTED] wrote:

 This website leads me to believe that this is an OS software
 package? I don't know for sure though. What did I stumble across
 here? What are you offering for free? Not real clear here on the
 website. If this is an OS do you have any screen shots of what it
 looks like or is it command line?

Yes, it is a operating system. Yes it is 100% free. It relies on X for
graphics, with the default X server being XFree86. As to what it looks
like... it can be run using only cli or X can be used along with many
different windows managers. http://www.freebsd.org/ports/x11-wm.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


5.1 - 5.2 disaster

2004-01-29 Thread Michael Clark
First off, this is not a hardware problem!  It crashes at the exact same
spot over and over on multiple different commands.

I had a 5.1 - 5.2 upgrade via cvsup that went terribly wrong.  The machine
got rebooted and certain things would no longer work.  I cannot get a make
world, or make buildworld to work.  Errors on on the mtree command with:

mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
/usr/obj/usr/src/i386/usr/include
*** Signal 12

When I try the line manually I get:

bash-2.05b# mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
/usr/obj/usr/src/i386/usr/include
Bad system call (core dumped)

I have tried brining in a new kernel and /usr/bin and /usr/src from another
machine.  The problems just seem to get worse
Before we were only dumping on sendmail, now I have:

snip
pid 421 (sendmail), uid 25: exited on signal 12
pid 436 (cron), uid 0: exited on signal 12 (core dumped)
pid 509 (mysqld), uid 88: exited on signal 12
pid 534 (bandwidthd), uid 0: exited on signal 6 (core dumped)
pid 585 (man), uid 0: exited on signal 12 (core dumped)
pid 747 (mtree), uid 0: exited on signal 12 (core dumped)
pid 860 (sendmail), uid 25: exited on signal 12
pid 865 (sendmail), uid 25: exited on signal 12
snip
pid 880 (smbd), uid 1006: exited on signal 12
snip
pid 923 (ftpd), uid 1006: exited on signal 12
pid 1018 (mtree), uid 0: exited on signal 12 (core dumped)
pid 1110 (mtree), uid 0: exited on signal 12 (core dumped)
pid  (man), uid 0: exited on signal 12 (core dumped)
snip

Now, this is all messed up, We did save the original kernel, and the
/usr/bin and /usr/src

I was wondering...  Can I use the sysinstall upgrade option off a CD boot to
repair this??  If so what do I have to do since I have already been running
cvsup upgrades?  Sysinstall complained about this when I tried.

Open to suggestions!  

Desperately seeking help,
Michael



CONFIDENTIALITY NOTE: This electronic transmission, including all
attachments, is directed in confidence solely to the person(s) to whom it is
addressed, or an authorized recipient, and may not otherwise be distributed,
copied or disclosed. The contents of the transmission may also be subject to
intellectual property rights and all such rights are expressly claimed and
are not waived. If you have received this transmission in error, please
notify the sender immediately by return electronic transmission and then
immediately delete this transmission, including all attachments, without
copying, distributing or disclosing same. 


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


Re: Hot Swap hardware on FreeBSD?

2004-01-29 Thread Jesse Guardiani
Stephen P. Cravey wrote:

 I'm trying to locate a good resource for creating hot swap capable servers
 with FreeBSD and Vinum.

 Specifically, I'm trying to find out several things:
 
 Are there resources somewhere that document this type of thing? Please?
 
 Do I need controllers for SATA/SCSI that will handle the
 plugging/unplugging of drives, or do I just need to do a bus rescan (or
 the like) after the change and notify vinum?

I'm not sure that you can do hot-swapping with vinum. Please let me know
if you get it to work.

Typically you'll need one of the following:

1.) Firewire external drives
2.) SCA SCSI drives.

If you go with #2, you'll probably be getting a hardware RAID card with the
deal and IT will manage your volume if a drive goes bad. In that case you
shouldn't have to do anything under FreeBSD (assuming you're actually running
one of the redundant RAID levels, and not just striping).

I'm also not sure that you can use SATA for hot swapping. If you CAN, then
you'd either need a hardware RAID card as with SCSI above, or you'd need to
unmount the drive and issue an `atacontrol detach` command before removing
the drive.

 i.e. do i need something like
 an adaptec 2200S or will a 39320 work?
 
 Is there anything in particular I should look for when buying hot swap
 chassis? Other than SCA for SCSI?

SCA works well on my machines at work. Other than that, you can find multi-
drive firewire cases online.

[...]

 Where can I find (recent) performance numbers for raid 0,1,5 comparisons?

That's a very broad question. How fast are your drives? What's your interface
(i.e. Firewire? SCSI-160? SCSI-320? ATA?) Will you be using vinum or a
hardware RAID controller? Which hardware RAID controller (they're DEFINATELY
not all created equal!)?

In general, you'll probably get optimum speed with vinum. However, it'll chew
up your CPU and it might not be as reliable as a hardware solution.

-- 
Jesse Guardiani, Systems Administrator
WingNET Internet Services,
P.O. Box 2605 // Cleveland, TN 37320-2605
423-559-LINK (v)  423-559-5145 (f)
http://www.wingnet.net



From [EMAIL PROTECTED] Mon Jan 01 00:00:00 1997

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


Re: buildworld errors on clean 4.9 install

2004-01-29 Thread Kris Kennaway
On Thu, Jan 29, 2004 at 09:55:23AM -0800, Richard Hogben wrote:
 Thanks, some searching on Google pointed to the same thing, seems the -j
 option is not always a good idea for single processor computers. I have
 been building since this morning, and no errors as of yet!

-j shouldn't cause errors (I use it all the time), it's just the wrong
thing to use when you're trying to get help with a build error.

Kris


pgp0.pgp
Description: PGP signature


Re: Building JDK14

2004-01-29 Thread Matthew Seaman
On Thu, Jan 29, 2004 at 09:40:03PM +0100, Jorn Argelo wrote:

 I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) on 
 FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the 
 ports-tree so I could compile the native one. However, it's busy for almost 
 four hours now with building it. Now my question was, does anybody know how 
 long is this going to take? 

4 hours isn't unusual.  In fact, 8 or 12 hours wouldn't be unusual
unless you've got a fast CPU, fast disks and plenty of RAM.  It's a
pretty big compilation.

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: Building JDK14

2004-01-29 Thread Jason Stewart
On 29/01/04 21:40 +0100, Jorn Argelo wrote:
 Hi all,
 
 I'm currently building JDK14 from the ports tree (/usr/ports/java/jdk14) on 
 FreeBSD 5.2-RELEASE. Before that I compiled blackdown-java from the 
 ports-tree so I could compile the native one. However, it's busy for almost 
 four hours now with building it. Now my question was, does anybody know how 
 long is this going to take? 
 
Depends on your hardware. Make sure you have enough swap space too! On
my PIII 500mhz it took overnight to build jdk14

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


Can someone explain where the cvsup-mirror port puts it's crontab entry?

2004-01-29 Thread stan
I've just installed this wonderful port, and with some kind help from the
list got it working.

Thanks to everyone.

Now, I've got a learning question. This port creates a crontab entry to
schedule updates. I looked in /var/cron/tabs, and I don't see it. I can't
su to that user as his shell is /nonexistent. 

So, where does it create this crontab entry? The only way I've ever
accessed cron an a *BSD machine is using the crontab utility.

Thanks for educating me.

-- 
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: showing total/free memory

2004-01-29 Thread Rowdy
Chris Pressey wrote:

Well, I'm not sure if it works on 5.x, but you could try

  /usr/ports/sysutils/muse

Should be easier to parse than the other options.

-Chris
Works fine under 5.1 - thanx Chris.

However the output is a little confusing, /var/run/dmesg.boot shows this:

real memory  = 134217728 (128 MB)

however muse shows this:

Active: 42393600 Bytes
Inactive:2424832 Bytes
Wired:  37715968 Bytes
Reserved: 499712 Bytes
Cache: 0 Bytes
Buffer: 23166976 Bytes
Total: 127639552 Bytes
Free:   43548672 Bytes
where the total works out to 121.7M.

What might be the reason for this discrepancy?

Dave

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


DVD Burner recommendations

2004-01-29 Thread Chris
*This message was transferred with a trial version of CommuniGate(tm) Pro*


For 5.2, does anyone have recommendations for a compatible DVD R/RW internal *slim* 
drive (ie: that's made to go inside a laptop)?

Thanks,
Chris
_
Email harvesters eat this: [EMAIL PROTECTED]

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


Re: 5.1 - 5.2 disaster

2004-01-29 Thread Chris
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thursday 29 January 2004 02:54 pm, Michael Clark wrote:
 First off, this is not a hardware problem!  It crashes at the exact same
 spot over and over on multiple different commands.

 I had a 5.1 - 5.2 upgrade via cvsup that went terribly wrong.  The machine
 got rebooted and certain things would no longer work.  I cannot get a make
 world, or make buildworld to work.  Errors on on the mtree command with:

 mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
 /usr/obj/usr/src/i386/usr/include
 *** Signal 12

 When I try the line manually I get:

 bash-2.05b# mtree -deU -f /usr/src/etc/mtree/BSD.include.dist  -p
 /usr/obj/usr/src/i386/usr/include
 Bad system call (core dumped)

 I have tried brining in a new kernel and /usr/bin and /usr/src from another
 machine.  The problems just seem to get worse
 Before we were only dumping on sendmail, now I have:

Did you by chance read /usr/src/UPDATING ?

 DANGER***

DO NOT make installworld after the buildworld w/o building and
installing a new kernel FIRST.  You will be unable to build a
new kernel otherwise on a system with new binaries and an old
kernel.

Even better, tha handbook describes the process in detail down to single user 
mode.

- -- 
Best regards,
Chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (FreeBSD)

iD8DBQFAGXjbD5P/gMAbw2MRAhiNAJwJjJKtBRsJrYe/cr+JVHApG1I6KwCfTFEc
w6PCizIzNw2ljkQqLS274NI=
=y8ik
-END PGP SIGNATURE-

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


Re: showing total/free memory

2004-01-29 Thread Jez Hancock
On Fri, Jan 30, 2004 at 08:11:26AM +1100, Rowdy wrote:
 Chris Pressey wrote:
 
 Well, I'm not sure if it works on 5.x, but you could try
 
   /usr/ports/sysutils/muse
 
 Should be easier to parse than the other options.
 
 -Chris
You could always output the results of dmesg at boot-time to a file -
adding something like this:

dmesg  /var/log/dmesg.boot

to /usr/local/etc/rc.local.

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: snoop (Sun styly) for bsd ?

2004-01-29 Thread Jez Hancock
On Thu, Jan 29, 2004 at 07:31:16PM +, Julian Holley wrote:
 Hi all - does anyone know about the program 'snoop' (Sun microsystems
 fame)  available for BSD - basically all I want is a click or beep on
 network activity out of my machine - I'm not after a bulky analaysis
 program - just somat simple to run in the back ground ? - any ideas much
 appreciated, Julian.

As mentioned, tcpdump(1) is the closest to solaris snoop on FreeBSD.

Another useful tool - not too bulky - is trafshow which can be found in
ports:

/usr/ports/net/trafshow

Good luck :P

-- 
Jez Hancock
 - System Administrator / PHP Developer

http://munk.nu/
http://jez.hancock-family.com/  - Another FreeBSD Diary
http://ipfwstats.sf.net/- ipfw peruser traffic logging
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


  1   2   >