Re: Newbie

2004-07-01 Thread Chris Strzelczyk
First off susbscribe to [EMAIL PROTECTED]

Second, there are a number of books out there for complete newbies and
even for seasond professionals.  I personally recommand AbsoluteBSD by
Michael Lucas.

Cheers
-chris
 Hi,

 I am new to this, just wandering if I could get some pointers in right
 direction into learning this software from basics to gaining intermidiate
 skills.

 I am a cisco engineer however want to learn  the unix/linux too.

 any advice you can give me or what will help in learning BSD.

 Regards

 Chintan

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



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


SpamAssasin Configuration

2004-03-08 Thread Chris Strzelczyk
Hello,

This email may be a little of the scope of fbdd-questions but I figure 
you guys would probably know much about this setup.

I was wondering if people were having trouble with the latest 
spamass-milter port?  I heard that the milter causes sendmail to crash 
on systems and I wanted to confirm with users that are actively using it 
before I put it on my production systems. 

Also,

What is the recommended way of running SpamAssasin on a production 
system with 100-300 users?  Procmail or spamass-milter.

Thanks for any help.

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


out of file descriptors

2004-03-09 Thread Chris Strzelczyk
Hello,

I am trying to start big brother on FreeBSD 5.2.1 as the bb user.  When 
I run runbb.sh I get the following message:

Out of file descriptors

sysctl reports:

kern.maxfiles: 1
kern.maxusers: 256
I can change the kern.maxfiles attribute but not the maxusers.  Maxusers 
tells me it is not writable.  What is the proper way to correct this 
problem;
.

Thanks in advance for any help.

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


Pop Mail Question

2004-03-31 Thread Chris Strzelczyk
Hello,

I need to install a relay for my mobile to be able to send through my 
mail servers.  I was wondering what is the better solution to do this, 
pop-before-smtp or smtp-auth.  I am open to installing any on my server, 
however, I don't know the limitations of both.

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


Re: MySQL installation troubles ...

2004-04-07 Thread Chris Strzelczyk
Try compiling instead of using pkg_add.  I've noticed this will work 
more often as packages are not available sometimes.

Make install all clean

Should do you well.

-cs

Mazen S. Alzogbi wrote:

Hi,

I am trying to install MySQL server  client from the packages 
collection with no success. Being a FreeBSD newbie I will need your 
help. Please check the following:

mazenbsd# pkg_add -r mysql-server
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/Latest/mysq 
l-server.tgz... Done.
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/All/p5-DBD- 
mysql-2.1026_1.tgz... Done.
pkg_add: could not find package mysql-client-4.0.15 !
pkg_add: pkg_add of dependency 'p5-DBD-mysql-2.1026_1' failed!
Fetching 
ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4.9-release/All/mysql-c 
lient-4.1.0.tgz... Done.

What I understood is p5-DBD-mysql-2.1026_1.tgz package depends on the 
mysql-client-4.0.15 package which cannot be found (how? why?) and 
instead the mysql-client-4.1.0.tgz package was installed. All in all 
the server installation failed.

What should I do to fix this?

TIA

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


make buildworld sendmail problem

2004-04-10 Thread Chris Strzelczyk
Hello,

I am trying to upgrade my 4.8 box to 4.9.  A while back I recompiled my
sendmail so that I could run SpamAssasin.  Now when I try to run a make
build world I get the following:

m4 -D_CF_DIR_=/usr/src/etc/sendmail/../../contrib/sendmail/cf/  
/usr/src/etc/sendmail/../../contrib/sendmail/cf/m4/cf.m4
/usr/src/etc/sendmail/freebsd.submit.mc  freebsd.submit.cf
chmod 444 freebsd.submit.cf
make: don't know how to make /etc/mail/ed.mc. Stop
*** Error code 2

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

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


Do I have to give make buildworld any special flags so it knows how to
compile my current sendmail?

Thank you for any help.

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


Making Mozilla like java????

2002-09-18 Thread Chris Strzelczyk

Hello everybody,

I am just about to rip my hair out on this one.  I have seem many 
submissions to mailing lists but zero replies about this.  Whenever I 
start Mozilla I get this message:

LoadPlugin: failed to initialize shared library
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
[/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so:
Undefined symbol *libintl_dgettext*]

Java does not work with my freebsd-native configuration.  Here's what I have installed:

FreeBSD-4.6-release
Mozilla-1.0rc3  from /usr/ports/www/mozilla
jdk-1.3.1p7 Java Development Kit 1.3 from /usr/ports/java/jdk13

Everything installs fine.

My Mozilla works just fine but not with java.  I have tried to compile gettext by 
itself 
and that didn't work.  I have also tried to link libjavaplugin_oji.so manually and that
didn't work either.


Thanks for any help
-cs






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: make depend error when compiling 4.6 kernel

2002-09-22 Thread Chris Strzelczyk

Copy the kernel to your home directory and rm -r /usr/src/*.  Then 
recvsup the source.  Try to build again.  This has taken care of 90% of 
my buildkernel problems before.

-cs

Cory Banks wrote:

 Hi, I'm a little new at this, so please bear with me.

 I'm trying to compile a new kernel for 4.6. I've followed the 
 handbook's instructions on editing the configuration file, and tried 
 both methods for compiling and installing the kernel. But when i run 
 make depend (first method obviously) i get this:

 rm -f .olddep
 if [ -f .depend ]; then mv .depend .olddep; fi
 make _kernel-depend
 cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs 
 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline 
 -Wcast-qual -fformat-extensions -ansi -nostdinc -I- -I. -I../../.. 
 -I../../../dev -I../../../contrib/dev/acpica 
 -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h 
 -mpreferred-stack-boundary=2 ../../../i386/i386/genassym.c
 In file included from ../../../sys/buf.h:271,
 from ../../../i386/i386/genassym.c:46:
 ../../../sys/proc.h:117: field `ar_args' has incomplete type
 *** Error code 1

 Stop in /usr/src/sys/i386/compile/VB.
 *** Error code 1

 Stop in /usr/src/sys/i386/compile/VB.

 VB is the name of the kernel i'm trying to make, obviously. I get the 
 same error when I use the buildkernel method, and i get the same error 
 when i try either the new kernel or the GENERIC kernel.

 Any help you can give will be greatly appreciated. Thanks in advance.

 Cory Banks


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message






To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Wireless troubles... Supported hardware???

2002-10-04 Thread Chris Strzelczyk

Hello,

I have looked for this in the FAQ, Handbook and mailing list but was 
not able to find anything significant.

I have bought a smc wireless card (SMC2632W).  This is listed as 
being fully supported in the hardware database but a dmesg -a gives me this:

Oct  4 12:18:36 stenchmaster pccardd[52]: No card in database for 
SMC(2632W-V2)

Is the V2 of this card supported?  Should I possibly upgrade to the 
latest stable?

Below is my configuration:

FreeBSD stenchmaster 4.6-RELEASE FreeBSD 4.6-RELEASE #1: Thu Sep 19 
17:20:16 EDT 2002 
cstrzelc@stenchmaster:/usr/obj/usr/src/sys/STENCHMASTER  i386


/etc/pccard.conf:

# Generally available IO ports
io  0x240-0x360

irq 5

# Available memory slots
memory  0xd4000  96k

# SMC's SMC2632W (also matches the 3.3V SMC2602W)
card SMC SMC2632W
config  auto wi ? 0x1
insert  /etc/pccard_ether $device start
remove  /etc/pccard_ether $device stop

wi is not disabled in my kernel and irq 5 is not taken.  I have 
pccard_enable set to yes.  The only thing I see in my dmesg besides the 
noted above is:

pccard: card inserted, slot 0

Thank you for any help.

-cs





-- 
   Intel: where Quality is job number 0.9998782345!



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message