Re: SUN Sparc5

2004-05-19 Thread Zoltan HERPAI
On Tue, 18 May 2004, Mike Guice wrote:

 I have purchased a used SUN Sparc5 170MHz/32MB Ram/2.1GB Drive.
 Had to replace the drive with IBM 9GB

 What version of BSD would work on this machine?
hi,

openbsd and netbsd. but you should get some more memory, if you want to
do anything other than routing with it :)

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


5.2, SYSVSHM and IPFILTER

2004-01-13 Thread Zoltan HERPAI
hi,

i'm having problems compiling a new kernel. relevant parts of the config
are:
options SYSVSHM
options SHMMAXPGS=524288
options SHMSEG=64
options SYSVSEM
options SEMMNI=80
options SEMMNS=480
options SEMMNU=240
options SEMMAP=240
options SYSVMSG
(this is for jailed PGSQL),

options IPFILTER
options IPFILTER_LOG
options PFIL_HOOKS
(this is to redirect to jail, etc. PFIL_HOOKS was added after some
googleing).

kernel compiled without problems with PGSQL tunings, without IPFILTER
part.

error message is:
cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs
-Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline
-Wcast-qual  -fformat-extensions -std=c99  -nostdinc -I-  -I. -I../../..
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter
-I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd
-I../../../contrib/ngatm -D_KERNEL -include opt_global.h -fno-common
-finline-limit=15000 -fno-strict-aliasing  -mno-align-long-strings
-mpreferred-stack-boundary=2 -ffreestanding -Werror
../../../kern/sysv_shm.c
../../../kern/sysv_shm.c:134: warning: integer overflow in expression
*** Error code 1

anyone have a clue?

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


Re: Package Management

2003-10-17 Thread Zoltan HERPAI
On Fri, 17 Oct 2003, SoloCDM wrote:

 Does FreeBSD have package management to view the packages installed
 and their names with versions, remove the packages installed, and
 track the packages installed to avoid conflicts and retain stability?
Yes, it has, look at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html .

some directions:
man pkg_info
man pkg_delete
man pkg_add

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


vinum concat resilience

2003-09-06 Thread Zoltan HERPAI
Hi all,

I've been looking thru google and the mailinglists, but have found no
answer to this. Is it possible (and if it is, how) with a concatenated
plex in case of a predicted disk failure (like, SMART showing problems or
squeeking disk) to move the data to another hot- or cold-spare disk _by
hand_, thus getting the plex and the data back online?

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