Re: Xft-2.1 port problems

2003-02-04 Thread Joe Marcus Clarke
On Wed, 2003-02-05 at 02:39, Michael Barrett wrote:
> Hi,
> 
> So tonight I went to try and upgrade my gkrellm2 port, and found that it failed 
>when dealing with a file that was part of my Xft port.  I currently have Xft-2.0_1 
>installed.  I went to do a portupgrade of Xft, and this is the error I keep getting:
> 
> gcc -O -pipe  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include 
>-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC 
>-c xftdpy.c -o xftdpy.o
> xftdpy.c: In function `XftDefaultSubstitute':
> xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function)
> xftdpy.c:484: (Each undeclared identifier is reported only once
> xftdpy.c:484: for each function it appears in.)
> gmake: *** [xftdpy.o] Error 1
> *** Error code 2
> 
> Stop in /usr/ports/x11-fonts/Xft.
> ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade93740.0 make
> ** Fix the problem and try again.
> ** The following packages were not installed or upgraded (*:skipped / !:failed)
> ! x11-fonts/Xft (Xft-2.0_1) (compiler error)
> 
> 
> =
> 
> Anyone have any idea what might be causing this?  I've tried going into 
>/usr/ports/x11-fonts/Xft and doing a make deinstall, but my ports no longer point at 
>Xft-2.0_1, they point to 2.1 and so it doesn't seem to think Xft is installed (even 
>though I see it installed in /var/db/pkg).  Anyways, any help I can get on this would 
>be much appreciated.  Thanks in advance.

What version of XFree86 do you have installed?

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part


Re: samba serving mac and windows

2003-02-04 Thread Denis N. Peplin
On Wednesday 05 February 2003 10:01, Jon Reynolds wrote:
> We have a FreeBSD4.7 box setup as a fileserver using samba, this works
> great for our windows users but not so good with our mac users. The
> problem is this:
>
> A windows user can take a document off of the fileserver and edit that
> file and save it back to the fileserver, no problem.
>
> A Mac user can connect to the fileserver and edit the same document but
> when trying to save back to the fileserver they are asked to rename the
> file because one by that name already exists.

Mac clients often buggy and have poor support for smb networks.
Try netatalk, native server for apple networks.
/usr/ports/net/netatalk

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



Re: samba serving mac and windows

2003-02-04 Thread Kevin Stevens

On Tuesday, Feb 4, 2003, at 23:01 US/Pacific, Jon Reynolds wrote:

A windows user can take a document off of the fileserver and edit that
file and save it back to the fileserver, no problem.

A Mac user can connect to the fileserver and edit the same document but
when trying to save back to the fileserver they are asked to rename the
file because one by that name already exists.


Not sure what application is being used here.  It could be that in one 
case the original file is being opened and closed, and in the other the 
save mechanism is attempting to open the original file, then delete 
that file and save a new one by the same name.  Check the inodes 
involved; do some basic file creation/deletion tests, etc.  I ran into 
this issue once years ago in a Banyan Vines (Unix-based) network with a 
particular word processor.

KeS


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


Xft-2.1 port problems

2003-02-04 Thread Michael Barrett
Hi,

So tonight I went to try and upgrade my gkrellm2 port, and found that it failed 
when dealing with a file that was part of my Xft port.  I currently have Xft-2.0_1 
installed.  I went to do a portupgrade of Xft, and this is the error I keep getting:

gcc -O -pipe  -I. -DHAVE_CONFIG_H -I/usr/X11R6/include 
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -fPIC -DPIC 
-c xftdpy.c -o xftdpy.o
xftdpy.c: In function `XftDefaultSubstitute':
xftdpy.c:484: `FC_RGBA_UNKNOWN' undeclared (first use in this function)
xftdpy.c:484: (Each undeclared identifier is reported only once
xftdpy.c:484: for each function it appears in.)
gmake: *** [xftdpy.o] Error 1
*** Error code 2

Stop in /usr/ports/x11-fonts/Xft.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade93740.0 make
** Fix the problem and try again.
** The following packages were not installed or upgraded (*:skipped / !:failed)
! x11-fonts/Xft (Xft-2.0_1) (compiler error)


=

Anyone have any idea what might be causing this?  I've tried going into 
/usr/ports/x11-fonts/Xft and doing a make deinstall, but my ports no longer point at 
Xft-2.0_1, they point to 2.1 and so it doesn't seem to think Xft is installed (even 
though I see it installed in /var/db/pkg).  Anyways, any help I can get on this would 
be much appreciated.  Thanks in advance.

-- 
 
Mike Barrett | "I used to read, now I go to raves."
 [EMAIL PROTECTED] | -- Random MUNI Rider, speaking
  www.daboyz.org |to my friend Allison.
 +---

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



Re: where can i find the security errata and patch section?

2003-02-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-02-04 21:18:19 -0600:
> I coming from openbsd, and have security question about patching.
> 
> On openbsd we can review the up2date errata and if there is a security 
> issue for which a patch exists, we can download the individual patch and 
> use the.   patch -p0 command to patch the src. and then just rebuild 
> the binary / install binary.
> 
> The actual page is http://www.openbsd.org/errata.html  
 
http://www.freebsd.org/releases/4.7R/errata.html

Is this what you're looking for?

> I cant find this on the freebsd page and was wondering if such a errata 
> w/patch exists for this project as i don't have time to cvs and make 
> world often  and would just rather patch things myself.  

BTW, you could want to subscribe to [EMAIL PROTECTED]
They come complete with instructions, e. g. yesterday's
FreeBSD-SA-03:01.cvs:

...

b) Execute the following commands as root:

# cd /usr/src
# patch < /path/to/patch
# cd /usr/src/gnu/usr.bin/cvs
# make obj && make depend && make && make install

...

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



³¬Ò»Á÷ÍøÂçÊÓƵ»áÒé¡¢Ãâ·Ñµç»°¡¢Ô¶³Ì½Ìѧר¼Ò»áÕïϵͳ

2003-02-04 Thread ÄäÃû
³¬Ò»Á÷ÍøÂçÊÓƵ»áÒé¡¢Ãâ·Ñµç»°¡¢Ô¶³Ì½Ìѧר¼Ò»áÕïϵͳ

±¾¹«Ë¾×îвúÆ·:ÍøÂçÊÓƵ»áÒéÊÓƵ·þÎñÆ÷---¹ã·ºÓÃÓÚ¸ßÇåÎú¶È¾ÖÓò»ò¹ãÓòÊÓƵ»áÒé¡¢ÍøÂç¼à¿Ø¡¢Ó׶ùÔ°¾´ÀÏÔººÍÒ½Ôº²¡·¿¼ÒÈËÒìµØÔ¶³Ì¼à»¤¡¢×¨¼ÒÔ¶³ÌÒ½ÁÆ»áÕïºÍ½Ìѧ¡¢ÍøÂçÔ¶³Ì½ÌÊÒÒÔ¼°ÎÞ»°·Ñ¿ÉÊÓ»¯¿Í»§·þÎñϵͳ,ÍøÉÏ·ç¾°Çø,¾ÆµêʵʱÊÓƵչʾ¡¢µçÊÓ½ÚÄ¿ÍøÉÏʵʱת²¥¡¢´óÐÍÕ¹»áÏÖ³¡ÍøÂçÖ±²¥µÈ,ÍøÉÏ´«ÊäЧ¹û¾ÓÄ¿Ç°¹úÄÚÍâÁìÏÈˮƽ£¬¼Û¸ñ½öÓнø¿Úͬµµ´Î²úÆ·1/10¡£
»¶Ó­ÍøÉϹۿ´ÑÝʾЧ¹û,¿ÉEMAIL Ë÷È¡¿Í»§¶ËÈí¼þ»òÍøÕ¾ÏÂÔØ www.webht.com
   
ÑÝʾ»·¾³¼°ÊÔÓ÷½·¨£º 
±¾¹«Ë¾ÊÓƵ»áÒé·þÎñÆ÷ÿÌì24СʱÁ¬Ðø¿ª»ú£¬ÈôÓÐÐËȤÇëÔÚ±¾¹«Ë¾ÍøÕ¾www.webht 
ÏÂÔØ×îаæÂÌÉ«¿Í»§¶ËÈí¼þ,»òEMAIL 
Ë÷È¡£¬Ö±½Óµã»÷Ö´ÐкóÊäÈë·þÎñÆ÷ºÅ332£¬Óû§ÃûºÍÃÜÂë¾ùΪ¡°1234¡±£¬°´È·¶¨ºóÉÔµÈƬ¿Ì¼´¿ÉÁ¬Í¨ÊÓƵ»áÒéϵͳ¿´µ½ÑÝʾÏÖ³¡Í¼Ïó£¬ÔÚ´Ë´¦ÎÒÃÇ¿ÉÓû°Í²½øÐÐÊÓƵ»áÒéÓïÒô½»Ì¸£¬Ç×ÉíÌåÑé×îÐÂIT³É¹û£¬»¶Ó­ÓëÈκιúÍâ²úÆ·×÷Ò»¸ö±È½Ï£¬Äú»á·¢ÏÖÖйúµÄÔÂÁÁ±ÈÍâ¹úµÄÔÂÁÁ»¹ÒªÔ²¡£

Ó¦ÓÃÖ®Ò» -- ÍøÂçÊÓƵԶ³Ì½ÌѧºÍר¼ÒÔ¶³Ì»áÕïϵͳ£º

ÃûУÃûʦ½²¿Î¡¢¸ß¼¶½ÌÊÚ½²Ñ§¡¢Ò½Ñ§ÊÖÊõȨÍþµÄÊÖÊõ¶¼¿ÉʹÓñ¾ÏµÍ³Í¨¹ýÍøÂçÏòÌض¨Óû§¿ª·Å£¬»ñÓÐÃÜÂëµÄ½ÌÊÒ»ò¸öÈ˿ɵǽϵͳ²Î¼Óѧϰ¡£Ò»Ì×·þÎñÆ÷¿É¹©10---100ÒÔÉÏÓû§Í¬Ê±µÇ½£¬Ö»Òª·þÎñÆ÷¶Ë´ø¿í×ã¹»£¨500K
 X Óû§ÊýÁ¿£©£¬Óû§¶Ë300-500K´ø¿íÎÞ·ÓÉÑÓ³Ù£¬¿É×öµ½ÊÓÒôƵ»ù±¾Í¬²½£¬Ë«¹¤¶Ô½²¡£

 
ר¼ÒÔ¶³Ì»áÕ¡ª¡ªÀûÓÃÊÓѶҵÎñʵÏÖÖÐÐÄÒ½ÔºÓë»ù²ãÒ½Ôº¾ÍÒÉÄѲ¡Ö¢½øÐлáÕï¡¢Ö¸µ¼ÖÎÁÆÓ뻤Àí¡¢¶Ô»ù²ãÒ½ÎñÈËÔ±µÄҽѧÅàѵµÈµÈ¡£¸ßÖÊÁ¿µÄÊÓѶҵÎñʹҽÉú¡¢»¤Ê¿ÔÚ²»Í¬µØ·½Í¬Ê±Ð­Í¬¹¤×÷³ÉΪ¿ÉÄÜ¡£Ô¶³ÌÒ½ÁƶÔÓÚһЩÖÐСҽԺÓÐ×ÅÖØÒªµÄÒâÒ壬¿ÉÒԵõ½´óÒ½ÔºµÄҽѧר¼ÒµÄ×ÉѯºÍ»áÕï¡£
 

   Ó¦ÓÃÖ®Ò» -- ÎÞ»°·Ñ¿ÉÊÓ»¯¿Í»§·þÎñϵͳ£º

×ܹ«Ë¾Ö»Ð谲װһ̨ÊÓƵ·þÎñÆ÷¡¢¼¸Ö»ÉãÏñ»ú£¬Ô¶³ÌµÄ¸÷µØÁ¬Ëøµê·Ö¹«Ë¾Ö»ÐèʹÓÃÃâ·ÑµÄ¿Í»§¶ËÈí¼þͨ¹ýµçÄÔÉÏÍø¾Í¿Éͨ¹ýÍøÂçÓë×ܲ¿¶Ô»°£¬Í¬Ê±¿´µ½×ܲ¿¸ßÇåÎúͼÏ󡣿ÉÓÃÓÚ×ܲ¿¶ÔÏÂÊôµ¥Î»ÕÙ¿ªÊÓƵ»áÒé¡¢ÏÂÊôºô½Ð×ܲ¿½øÐÐÒµÎñÁªÏµ»ò×ܲ¿Ð²úÆ·¶Ô¹úÄÚÍâÔ¶¶Ë¿Í»§½øÐÐÑÝʾ¡¢ÅàѵºÍµç×Ó°×°åÎÄ×Ö¹µÍ¨£¬ÕâÒ»Ìصã¾ÍʹµÃ±¾ÏµÍ³¿ÉÈ¡´ú´óÐÍÆóÒµ¼¯ÍÅÄ¿Ç°°º¹óµÄ800µç»°¿Í»§·þÎñϵͳ¶øͨ¹ýÁ®¼ÛµÄÍøÂ緽ʽ¿ªÕ¹Óû§·þÎñ,ʹÓû§Ö±½Ó¿´µ½²úƷʵÎï´ïµ½×îºÃµÄÐû´«·þÎñ×÷Ó㬲¢ÇÒË«·½¶¼²»»á²úÉúÈκλ°·Ñ¡£

ÆäËü²úÆ·£º
1¡¢ÊÓƵ˫½ÊÏßÊÕ·¢Æ÷--Á®¼ÛµÄ¸ßÐÔÄÜÔ¶¾àÀë¼à¿Ø´«ÊäÉ豸,¾àÀë¿É´ï1-3ǧÃס£
2¡¢LEDµç×ÓÏÔʾÆÁ£¬¼à¿Ø±¨¾¯×¨ÓÃÏÔʾÌõÆÁ£»3¡¢È«ÖÐÎľØÕóÍòÄÜÇл»¼à¿Ø±¨¾¯Ö÷»ú 
4¡¢ÍøÂçÊÓƵ»áÒéϵͳ 
5¡¢ÏúÊÛ±£°²¼à¿Ø¡¢Â¥Óî¶Ô½²É豸£¬³Ð½Ó±£°²¼à¿ØºÍУ԰ÍøÂ繤³Ì¡£7¡¢IC¿¨³ö×â³µ¼Æ¼ÛÆ÷ºÍ¹«ÎñÆû³µ¹ÜÀí»ú£»8¡¢²ÊÉ«¡¢ºÚ°×ÉãÏó»ú£¬Ë®ÏÂÉãÏó»ú,ϵÁкìÍâµÆ¡¢Æû³µÒ¹ÊÓÒÇ¡¢ÏµÁÐÎÞÏßÓ°ÒôÊÕ·¢Æ÷¡¢¹â¶Ë»ú¡¢ÊÓƵ¹²À´«ÊäµÈÉ豸.
 

±¾ÏµÍ³Ìص㣺

ÔÚͬһ¸öÍøÂç´ø¿í»·¾³ÏÂͼÏóºÍÓïÒôÖÊÁ¿¿É³¬¹ýÄ¿Ç°ËùÓеĹúÄÚÍâ²úÆ·£¬±¾ÏµÍ³ÊµÏÖ¸ßËÙ¸ßЧÂʵÄÈí¼þѹËõ¼¼Êõ£¬Ê¹ÊµÊ±Ñ¹Ëõ´«ÊäµÄͼÏóΪ756X576ÏóËØ£¬¶ø·ÇÏóËصķŴ󣬹ÊͼÏóÇåÎú¶È¸ß£¬Ê¹ÓÃÊó±êµã»÷»­Ãæ¿É¸´Ô­·Å´óΪÂúÆÁÏÔʾ£¬Ê¹ÓôóÆÁÄ»²Êµç»òͶӰÏÔʾÂúÆÁͼÏó»áÓÐÒâÏë²»µ½µÄ¸ßÇåÎú¶ÈЧ¹û¡£

×îÐÂÏûÏ¢£º×¨Îª±¾ÏµÍ³ÅäÓõÄMCUÒµÒÑ¿ª·¢ÊÔÑé³É¹¦£¬ÒÑͨ¹ý16¡¢32ºÍ64ºÍ128 
Óû§µÄ´óϵͳ²âÊÔ£¬×ª·¢µÄͼÏóÇåÎúÎȶ¨£¬¶ą̀MCU¼¶Á¬ºó¿É¹¹³É¸ü´óϵͳ£¬Ïêϸ×éÍø·½°´Ç뺯µçÁªÏµ¡£

   ÐìÖÝ»ªÍ³µçÄÔÉ豸ÓÐÏÞ¹«Ë¾  ÐìÖÝÊÐÇàÄê·288ºÅËÄÂ¥  TEL£º0516-3738506 2682031 
   FAX£º0516-3752314 ÁªÏµÈË£ºÍõÈ𺣠  ÍøÖ·£ºwww.webht.com   ÓÊÏ䣺[EMAIL PROTECTED] 


»¶Ó­¹âÁÙÍøÉÏÓªÏúÈí¼þ³¬ÊÐ http://www.sesoft.findhere.org
±¾ÓʼþÓ󬼶¹ã¸æÈí¼þ·¢ËÍ http://www.sesoft.findhere.org



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



Re: where can i find the security errata and patch section?

2003-02-04 Thread Willie Viljoen
Addendum to my previous post. I would also strongly advise you to subscribe 
to FreeBSD security and security-announcements mailing lists. Information 
and charters for the lists may be found on freebsd.org

On Wednesday 05 February 2003 05:18, sweetleaf wrote:
> I coming from openbsd, and have security question about patching.
>
> On openbsd we can review the up2date errata and if there is a security
> issue for which a patch exists, we can download the individual patch and
> use the.   patch -p0 command to patch the src. and then just rebuild
> the binary / install binary.
>
> The actual page is http://www.openbsd.org/errata.html
>
>
> I cant find this on the freebsd page and was wondering if such a errata
> w/patch exists for this project as i don't have time to cvs and make
> world often  and would just rather patch things myself.
>
> Thanks in advance.
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: where can i find the security errata and patch section?

2003-02-04 Thread Willie Viljoen
On Wednesday 05 February 2003 05:18, sweetleaf wrote:
> I coming from openbsd, and have security question about patching.
>
> On openbsd we can review the up2date errata and if there is a security
> issue for which a patch exists, we can download the individual patch and
> use the.   patch -p0 command to patch the src. and then just rebuild
> the binary / install binary.
>
> The actual page is http://www.openbsd.org/errata.html

The errata for the present production release (4.7), including security 
advisories, can be found at:

http://www.freebsd.org/releases/4.7R/errata.html

You most likely won't find manual patches though, FreeBSD is patched and 
upgraded with the CVSup system. This insures that the entire code base is 
upgraded, to prevent dependancy problems and eliminate cruft.

To get cvsup, as root:

cd /usr/ports/net/cvsup;
make install clean;

Then edit the examples in /usr/share/examples/cvsup/ and use them to upgrade 
the system. More detailed information on the use of CVSup can be found in 
the FreeBSD Handbook (which should be installed in 
/usr/share/doc/handbook/index.html)

>
>
> I cant find this on the freebsd page and was wondering if such a errata
> w/patch exists for this project as i don't have time to cvs and make
> world often  and would just rather patch things myself.
>
> Thanks in advance.
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: arplookup 0.0.0.0

2003-02-04 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-02-04 09:14:17 -0800:
> On Tue, Feb 04, 2003 at 08:15:04AM +0100, Roman Neuhauser wrote:
> > # [EMAIL PROTECTED] / 2003-02-01 18:55:23 -0800:
> > > If you have X installed, you could use ethereal
> > > (/usr/ports/net/ethereal)it is a very nice graphical interface for
> > > analyzing network traffice.  I think it uses tcpdump itself??
> > 
> > you can use ethereal without X.
> 
> You are probably refering to `tethereal`.  I am talking about `ethereal`
> - the GUI.  They are two different binaries.  The first sentence of the
> ethereal man page says: "Ethereal is a GUI network protocol analyzer."
> At any rate, my point in suggesting ethereal was to offer up an
> alternative to the text based tcpdump, in the hope that it might be
> easier to analyze the data, not simply to offer up another text based
> utility.  In a broad sense you are correct in that tethereal is
> installed along with ethereal, in a technical sense you are wrong. 

It is my understanding that the difference is in whether the GTK
libs are linked in or not. But you could be right:

roman@freepuppy ~ 1127:0 > grep -A10 WITHOUT_X11 /usr/ports/net/ethereal/Makefile 
.if !defined(WITHOUT_X11)
USE_X_PREFIX=   yes
USE_GNOME=  gtk12
MAN1+=  ethereal.1
PLIST_SUB+= ETHEREAL=bin/ethereal
.else
PLIST_SUB+= ETHEREAL="@comment ethereal not built"
USE_GNOME=  glib12
CONFIGURE_ARGS+=--enable-ethereal=no \
--disable-gtktest
.endif

With or without the GUI, [t]ethereal's output is much more readable
(for me anyway) than that of tcpdump, and that was why I chimed in.


-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

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



samba serving mac and windows

2003-02-04 Thread Jon Reynolds
We have a FreeBSD4.7 box setup as a fileserver using samba, this works
great for our windows users but not so good with our mac users. The
problem is this:

A windows user can take a document off of the fileserver and edit that
file and save it back to the fileserver, no problem.

A Mac user can connect to the fileserver and edit the same document but
when trying to save back to the fileserver they are asked to rename the
file because one by that name already exists.

I think it is a permissions problem but am not quite sure how to fix it.
Has anyone setup a samba server that serves both windows and Macs? We
have only two users on the fileserver 'Users' and 'ExecUsers' execusers
can access both users and execusers files and users can only access
users.

Any help would be appreciated,

Jon


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



Re: BBS

2003-02-04 Thread bastill
Quoting Remington <[EMAIL PROTECTED]>:

> As a side project i would love to start my own telnet(ssh) BBS box using 
> FreeBSD. I was looking through the ports and i could not find any 
> software. Does such exist for FreeBSD. Any pointers/tips in the right 
> direction would be a huge help.

I found a number of useful leads using a google search "BBS Unix".
The info I gained 2yrs ago wouldn't be much use to you today :-)

If you would like a Fidonet-compatible BBS,  mbse looks very good.
http://mbse.freezer-burn.org/

You could also try these
http://cvs.physcip.uni-stuttgart.de/cvs2/current/
http://www.archives.thebbs.org/
http://www.mysticbbs.com/mystic/
http://husky.sar-gmbh.com/
http://www.bbbs.net/
http://www.fidonews.org/software/index.shtml#toc
http://www.geocities.com/soldaini/fidogallery/#Editor
http://www.elebbs.com/

--
Brian




---
This message sent through Adam Internet Webmail
  http://www.adam.com.au

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



running freebsd os cobalt machines ?

2003-02-04 Thread Thomas von Hassel
We are about to inherit some cobalt raq or qube serves from another 
company. Now i dont know anything about except that they run some 
flavour of unix. Is it possible to run freebsd on those. Now i know 
that by doing that your scrap the fancy webinterface but i dont really 
need that anyways :)

/thomas


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


Mounting a linux logical partition

2003-02-04 Thread Cliff Sarginson

Hello,
Is it possible to mount a Linux logical partition on FBSD ?
If so what is the syntax. I am trying unsucessfully to mount
logical Linux partition 8 (inside Linux extended partition 2) from
an IDE disk on the same machine.
I get no clues from my researches.
I only want it read-only for backup purposes.

Thanks.
-- 
Regards
   Cliff Sarginson 
   The Netherlands

[ This mail has been checked as virus-free ]

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



Re: Server locking hard -- A LOT!!!

2003-02-04 Thread Muhannad Asfour
On Wed, 2003-02-05 at 00:39, Matt Rudderham wrote:
> Hi,
> You're DMESG is only showing those disks as running at UDMA33, Verify
> your cabling and go for some high quality 80Pin cables, this should make
> a  big difference, I find FreeBSD sometimes has a few quirks in this
> area, but nothing concrete to take to the dev team, just a gut sort of
> thing, but I would try that out first. All the best,
> 
> Matt Rudderham
> [EMAIL PROTECTED]
Already tried many different cables.  I tried the high quality 80 Pin cable
included with my motherboard, and it detects the HD at UDMA6 (133) at bootup, 
but FreeBSD always sees both at UDMA33, no matter which cabling.


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



PCMCIA NIC for use w/ FreeBSD?

2003-02-04 Thread Michael Graffam

Can anyone suggest an inexpensive 16-bit PC card NIC (non-Cardbus) for use
with FreeBSD, and where I might find one?

I _REALLY_ want to get FreeBSD installed on my laptop, and I'm willing
to bite the bullet and just buy a new NIC.



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



Which snd driver to use with Toshiba Satellite?

2003-02-04 Thread Darren Pilgrim
I have a Toshiba Satellite 1805-S207 notebook.  According to the (limited) 
information I can find on this machine, I believe the audio hardware is 
integrated into the ALi CyberALADDiN-T M1535 chipset.  The only thing I 
could find was the t4dwave driver, but that freezes the machine when 
kldloaded post-boot, and causes the kernel probe to hang if loaded via 
loader.conf.  Is there a driver for this hardware?


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


BBS

2003-02-04 Thread Remington
As a side project i would love to start my own telnet(ssh) BBS box using 
FreeBSD. I was looking through the ports and i could not find any 
software. Does such exist for FreeBSD. Any pointers/tips in the right 
direction would be a huge help.


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


Re: informacion

2003-02-04 Thread Joel McGraw
This gentleman wants to know if FreeBSD can replace Windows.
Answer in Spanish below:

Josue:

Si y no.  FreeBSD es un sistema operativo basado en UNIX.  Por lo tanto 
es muy potente y a la vez puede ser un tanto dificil para un novato. 
Cabe mencionar que es software libre--desarrollado por un equipo de 
voluntarios. Cual es su motivo--uso personal o en un ambiente 
empresarial?  Cualquiera que sea su respuesta, le aseguro que FreeBSD le 
puede brindar una solucion flexible y estable.

-Joel

[EMAIL PROTECTED] wrote:
Amigos, disculpe la ignorancia pero este sistema operativo puede sustituir a
windows, por favor responder a Josue Vasquez[EMAIL PROTECTED]
Gracias  por su atencion



Obtén tu email gratis en http://www.mipunto.com

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



Re: Server locking hard -- A LOT!!!

2003-02-04 Thread Muhannad Asfour
On Tue, 2003-02-04 at 22:49, Laszlo Vagner wrote:
> Muhannad Asfour wrote:
> 
> >Hello.  I've recently faced a rather odd issue that I've never seen
> >before.  I bought a new server (specs below), and I loaded it up with
> >FreeBSD 5.0-RELEASE (I know, I know, not for a production environment,
> >but this is a personal server).  Now, whenever I get about 30
> >simultaneous connections, the box just locks hard.  I tested all the
> >hardware components (CPU, Memory, HD, NIC, etc.) and even bought new
> >ones just to make sure and all end up with the same result.  I can never
> >keep a decent uptime (never went past 2 days so far).  As soon as I get
> >a mediocre http load (30 simul. connections), the box just locks hard. 
> >I built a debug kernel, I tried everything imaginable, and I have not
> >found a solution whatsoever.  Everyone seems to be stumped by this.  I
> >tried FreeBSD 4.7-RELEASE, 4.7-STABLE, 5.0-RELEASE and 5.0-CURRENT on
> >this box.  All give me the same result.  I checked everywhere for
> >relevant logs to explain what is occuring, but had no such luck.  This
> >is truly the million dollar question for me right now, because I have no
> >idea why it would lock under such a petty load.  I'm not sure what to do
> >to fix this issue, I've tried many different areas for support and
> >haven't come up with anything as I stated earlier.  I'm not overclocking
> >or anything if that's what you're wondering.  If anyone could assist me
> >in any way shape or form to get this working, I would appreciate it very
> >very much.  Also, if you e-mail back, I'm not subscribed to the lists,
> >so could you please CC it to me.  In the past 4 hours, it has locked
> >hard about 3 times because of a 28-34 connection load.
> >
> >Machine Specs:
> >Single Pentium IV 2.4 GHz processor
> >ASUS P4S533 motherboard
> >512MB DDR333 RAM (will be 1GB next week)
> >120GB Maxtor 7200rpm (ATA133) HDD
> >40GB Maxtor 7200 rpm (ATA66) HDD
> >Floppy Disk Drive
> >ATI Rage 128 (32 meg) AGP 4x graphics adapter
> >52x LG CD-ROM drive
> >3Com 3C905C-TX NIC
> >Currently running FreeBSD 5.0-CURRENT as of Sunday Feb. 2, 13:02:05 EST
> >2003.
> >
> >Thank you very much
> >
> >
> >
> >To Unsubscribe: send mail to [EMAIL PROTECTED]
> >with "unsubscribe freebsd-questions" in the body of the message
> >
> >  
> >
> got 80 wire hard drive cables? or just 40?

80 I believe.


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



Re: Server locking hard -- A LOT!!!

2003-02-04 Thread Muhannad Asfour
On Tue, 2003-02-04 at 22:32, [EMAIL PROTECTED] wrote:
> On  4 Feb, Muhannad Asfour wrote:
> > Hello.  I've recently faced a rather odd issue that I've never seen
> > before.  I bought a new server (specs below), and I loaded it up with
> > FreeBSD 5.0-RELEASE (I know, I know, not for a production environment,
> > but this is a personal server).  Now, whenever I get about 30
> > simultaneous connections, the box just locks hard.  I tested all the
> > hardware components (CPU, Memory, HD, NIC, etc.) and even bought new
> > ones just to make sure and all end up with the same result.  I can never
> > keep a decent uptime (never went past 2 days so far).  As soon as I get
> > a mediocre http load (30 simul. connections), the box just locks hard. 
> > I built a debug kernel, I tried everything imaginable, and I have not
> > found a solution whatsoever.  Everyone seems to be stumped by this.  I
> > tried FreeBSD 4.7-RELEASE, 4.7-STABLE, 5.0-RELEASE and 5.0-CURRENT on
> > this box.  All give me the same result.  I checked everywhere for
> > relevant logs to explain what is occuring, but had no such luck.  This
> > is truly the million dollar question for me right now, because I have no
> > idea why it would lock under such a petty load.  I'm not sure what to do
> > to fix this issue, I've tried many different areas for support and
> > haven't come up with anything as I stated earlier.  I'm not overclocking
> > or anything if that's what you're wondering.  If anyone could assist me
> > in any way shape or form to get this working, I would appreciate it very
> > very much.  Also, if you e-mail back, I'm not subscribed to the lists,
> > so could you please CC it to me.  In the past 4 hours, it has locked
> > hard about 3 times because of a 28-34 connection load.
> > 
> > Machine Specs:
> > Single Pentium IV 2.4 GHz processor
> > ASUS P4S533 motherboard
> > 512MB DDR333 RAM (will be 1GB next week)
> > 120GB Maxtor 7200rpm (ATA133) HDD
> > 40GB Maxtor 7200 rpm (ATA66) HDD
> > Floppy Disk Drive
> > ATI Rage 128 (32 meg) AGP 4x graphics adapter
> > 52x LG CD-ROM drive
> > 3Com 3C905C-TX NIC
> > Currently running FreeBSD 5.0-CURRENT as of Sunday Feb. 2, 13:02:05 EST
> > 2003.
> > 
> > Thank you very much
> > 
> 
> Could you post your dmesg.
> 
> Also do you have hyperthreading enabled?  

No, only Pentium 4 3.06 have Hyperthreading AFAIK.  And if I do have it
(which I am positive I don't), it's not enabled.

Here's the dmesg output:
Copyright (c) 1992-2003 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.0-CURRENT #1: Sun Feb  2 13:02:05 EST 2003
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/QUBIX
Preloaded elf kernel "/boot/kernel/kernel" at 0xc04b4000.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc04b40a8.
Timecounter "i8254"  frequency 1193182 Hz
Timecounter "TSC"  frequency 2394012892 Hz
CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2394.01-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf27  Stepping = 7
 
Features=0xbfebfbff
real memory  = 536854528 (511 MB)
avail memory = 516059136 (492 MB)
Initializing GEOMetry subsystem
Pentium Pro MTRR support enabled
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
ACPI-0625: *** Info: GPE Block0 defined as GPE0 to GPE15
Using $PIR table, 10 entries at 0xc00f1b20
acpi0: power button is handled as a fixed feature programming model.
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0
acpi_cpu0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 0xf400-0xf5ff at
device 0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
isab0:  at device 2.0 on pci0
isa0:  on isab0
ohci0:  mem 0xf300-0xf3000fff irq 12 at
device 2.2 on pci0
usb0: OHCI version 1.0, legacy support
usb0:  on ohci0
usb0: USB revision 1.0
uhub0: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 3 ports with 3 removable, self powered
ohci1:  mem 0xf280-0xf2800fff irq 9 at
device 2.3 on pci0
usb1: OHCI version 1.0, legacy support
usb1:  on ohci1
usb1: USB revision 1.0
uhub1: SiS OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 3 ports with 3 removable, self powered
atapci0:  port 0xb800-0xb80f at device 2.5 on
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
sis0:  port 0xa000-0xa0ff mem
0xf200-0xf2000fff irq 5 at device 3.0 on pci0
sis0: Ethernet address: 00:e0:18:ab:17:b8
miibus0:  on sis0
rlphy0:  on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0x9800-0x987f mem
0xf180-0xf180007f irq 10 at device 9.0 on pci0
xl0: Ethernet address: 00:01:02:84:e3:7e
miibus1:  on xl0
xlphy0: <3c905C 10/100 internal PHY> on miibus1
xlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
fdc0:

Server locking hard -- A LOT!!!

2003-02-04 Thread Muhannad Asfour
Hello.  I've recently faced a rather odd issue that I've never seen
before.  I bought a new server (specs below), and I loaded it up with
FreeBSD 5.0-RELEASE (I know, I know, not for a production environment,
but this is a personal server).  Now, whenever I get about 30
simultaneous connections, the box just locks hard.  I tested all the
hardware components (CPU, Memory, HD, NIC, etc.) and even bought new
ones just to make sure and all end up with the same result.  I can never
keep a decent uptime (never went past 2 days so far).  As soon as I get
a mediocre http load (30 simul. connections), the box just locks hard. 
I built a debug kernel, I tried everything imaginable, and I have not
found a solution whatsoever.  Everyone seems to be stumped by this.  I
tried FreeBSD 4.7-RELEASE, 4.7-STABLE, 5.0-RELEASE and 5.0-CURRENT on
this box.  All give me the same result.  I checked everywhere for
relevant logs to explain what is occuring, but had no such luck.  This
is truly the million dollar question for me right now, because I have no
idea why it would lock under such a petty load.  I'm not sure what to do
to fix this issue, I've tried many different areas for support and
haven't come up with anything as I stated earlier.  I'm not overclocking
or anything if that's what you're wondering.  If anyone could assist me
in any way shape or form to get this working, I would appreciate it very
very much.  Also, if you e-mail back, I'm not subscribed to the lists,
so could you please CC it to me.  In the past 4 hours, it has locked
hard about 3 times because of a 28-34 connection load.

Machine Specs:
Single Pentium IV 2.4 GHz processor
ASUS P4S533 motherboard
512MB DDR333 RAM (will be 1GB next week)
120GB Maxtor 7200rpm (ATA133) HDD
40GB Maxtor 7200 rpm (ATA66) HDD
Floppy Disk Drive
ATI Rage 128 (32 meg) AGP 4x graphics adapter
52x LG CD-ROM drive
3Com 3C905C-TX NIC
Currently running FreeBSD 5.0-CURRENT as of Sunday Feb. 2, 13:02:05 EST
2003.

Thank you very much



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



Re: Abiword, not in ports?

2003-02-04 Thread Joe Marcus Clarke
On Tue, 2003-02-04 at 22:15, stan wrote:
> Am, I missing something, or is AbiWord not in the ports collection?

/usr/ports/editors/AbiWord

Joe

-- 
PGP Key : http://www.marcuscom.com/pgp.asc



signature.asc
Description: This is a digitally signed message part


Abiword, not in ports?

2003-02-04 Thread stan
Am, I missing something, or is AbiWord not in the ports collection?

If it's not, I'm confused, I thought it was the offical Gnome word
processor.

Please un-confuse me.

Thanks.

-- 
"They that would give up essential liberty for temporary safety deserve
neither liberty nor safety."
-- Benjamin Franklin

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



where can i find the security errata and patch section?

2003-02-04 Thread sweetleaf
I coming from openbsd, and have security question about patching.

On openbsd we can review the up2date errata and if there is a security 
issue for which a patch exists, we can download the individual patch and 
use the.   patch -p0 command to patch the src. and then just rebuild 
the binary / install binary.

The actual page is http://www.openbsd.org/errata.html  


I cant find this on the freebsd page and was wondering if such a errata 
w/patch exists for this project as i don't have time to cvs and make 
world often  and would just rather patch things myself.  

Thanks in advance.


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


Re: kernel message -- a prank?

2003-02-04 Thread Greg 'groggy' Lehey
[redirected to -current]

On Tuesday,  4 February 2003 at 17:55:42 -0800, [EMAIL PROTECTED] wrote:
> with last hour, cvsup current, rebuild everything,... immediately
> after kernel mount msg for /
> kernel cranks out msg
>   Be nice to each other, mmmkay?
> system otherwise fine. Is this a known prank?

It is now.  It's in /sys/kern/init_main.c:

1.112(des  20-Apr-99):  
1.224(des  04-Feb-03):  printf("Be nice to each other, mmmkay?\n");
1.223(des  04-Feb-03): 
1.118(jb   05-May-99):  for (path = init_path; *path != '\0'; path = 
next) {

But this question should be asked on -current, not -questions.

Greg
--
When replying to this message, please copy the original recipients.
If you don't, I may ignore the reply or reply to the original recipients.
For more information, see http://www.lemis.com/questions.html
See complete headers for address and phone numbers

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



kernel message -- a prank?

2003-02-04 Thread red-bsd
with last hour, cvsup current, rebuild everything,... immediately 
after kernel mount msg for /
kernel cranks out msg
Be nice to each other, mmmkay?
system otherwise fine. Is this a known prank?


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



Where is the Boot Manager?

2003-02-04 Thread John H Hofstetter
The reason I'm asking where the FreeBSD boot manager is because I need to
get rid of it, make it go away.  This is not because I'm displeased with
FreeBSD as an operating system but due to the fact that I'm limited to a
56k dial up and too broke to spend any money at this time on the very
reasonably priced CD set.  This being the situation and a friend having
loaned me a Linux distribution, I opted to scrub, for now the FreeBSD
partition and load Linux.  Upon scrubbing the non-DOS partition, the boot
manager still remains and it won't allow booting to Linux and appears to
be interfering with the Linux boot manager.  For now I'm using the 30 day
demo of BootIt, and I'd like to resolve this boot manager issue before
the 30 days are up.  I must say I'm impressed with what FreeBSD has to
offer and will try a serious full blown install some day.
Thank you for any help/suggestions on this matter,
John Hofstetter

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



[no subject]

2003-02-04 Thread matrix
are u using ada in the developpement of freebsd


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



Re: Safe to change the position of "local" in the path?

2003-02-04 Thread Mike Meyer
In , Paul Hoffman <[EMAIL PROTECTED]> typed:
> Is it safe to change the default path to:
> 
> 
>PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/X11R6/bin:/home/you/bin

That depends on who you let write on /usr/local. If it's the same set
of people as those who can write in /usr or /, then there's no change
in security. If you haev /usr/local/bin as a place where local users
can dump things they want to share, then it's a bad idea.

> Is there a generic way to make things in /usr/local/bin take 
> precedence over things in /usr/bin? 

You set your PATH so that /usr/local/bin precedes /usr/bin.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Re: Buildworld Failing

2003-02-04 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 02:15:44PM -0600, Stephen Hilton wrote:

> Is running make cleandir twice no longer recommended/needed in 
> 4.7-STABLE ?

If you have already blown away the obj dir (and I was assuming that
the poster had his in /usr/obj, which he had removed) then you only
need one cleandir.

The first cleandir removes files in the objdir (under /usr/obj) and
the objdir itself, the second cleandir removes them in the new objdir
(i.e. files created in /usr/src itself).

Kris



msg18018/pgp0.pgp
Description: PGP signature


Re: How to upgrade...

2003-02-04 Thread Larry Rosenman


--On Wednesday, February 05, 2003 02:07:42 +0100 Lauri Watts 
<[EMAIL PROTECTED]> wrote:

On Wednesday 05 February 2003 01:50, Nathan Kinkade wrote:


just getting started with FreeBSD.  Later, when the port is upgraded to
3.1 you should either use the tool called portupgrade
(/usr/ports/sysutils/portupgrade) to upgrade KDE, and any ports for that
matter, or deinstall the current KDE port and then install the new.


KDE 3.1 has been in the ports for several days now.

Works well, too.

Thanks for the work, KDE and FreeBSD teams!


LER

--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749




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



Re: How to upgrade...

2003-02-04 Thread Lauri Watts
On Wednesday 05 February 2003 01:50, Nathan Kinkade wrote:

> just getting started with FreeBSD.  Later, when the port is upgraded to
> 3.1 you should either use the tool called portupgrade
> (/usr/ports/sysutils/portupgrade) to upgrade KDE, and any ports for that
> matter, or deinstall the current KDE port and then install the new.

KDE 3.1 has been in the ports for several days now.

Regards,
-- 
Lauri Watts
KDE Documentation: http://i18n.kde.org/doc/
KDE on FreeBSD: http://freebsd.kde.org/


msg18017/pgp0.pgp
Description: signature


Safe to change the position of "local" in the path?

2003-02-04 Thread Paul Hoffman
Greetings again. The default path in FreeBSD 4.7 is:

PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/usr/X11R6/bin:/home/you/bin

OpenSSL comes as part of FreeBSD in /usr/bin. If you add a newer 
version of OpenSSL, it goes into /usr/local/bin, which is later in 
the path and therefore not found without explicitly calling it each 
time.

Is it safe to change the default path to:

PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/X11R6/bin:/home/you/bin

Is there a generic way to make things in /usr/local/bin take 
precedence over things in /usr/bin? For example, I remember that the 
Perl 5.8 port comes with a command that you can run that makes the 
new Perl take precedence (although I don't remember what it is). 
Should I be doing that (whatever it is) to make just OpenSSL take 
precedence, instead of changing the search path?

--Paul Hoffman

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


Re: How to upgrade...

2003-02-04 Thread Nathan Kinkade
On Tue, Feb 04, 2003 at 06:05:01PM -0500, Joseph R. Tanner wrote:
> Hello, I am just beginning with the FreeBSD operating system, I have the KDE
> GUI installed and I noticed that my version is 3.0 and there is a 3.1 out, I
> noticed on their site that I can download the 3.1 source, but will that then
> upgrade to 3.1 or install over my 3.0?

It appears that the current version of the KDE port is 3.0.5.  You will
probably need to use the ported version, unless you want to attempt to
download the 3.1 sources and manually apply the FreeBSD 3.0.5 patches -
and then hope that those patches still fully apply to version 3.1.  You
should probably stick with the ported version, especially if you are
just getting started with FreeBSD.  Later, when the port is upgraded to
3.1 you should either use the tool called portupgrade
(/usr/ports/sysutils/portupgrade) to upgrade KDE, and any ports for that
matter, or deinstall the current KDE port and then install the new.

Nathan
-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg18015/pgp0.pgp
Description: PGP signature


Second Drive Bootable.

2003-02-04 Thread Grant Peel
Hi all,

I have a frsh install of freebsd 4.7.

I have a second drive exactly the same geometry as the first.

I have dumped and restored all the filesystems from the first to the second.

Is there a way, short of rebooting, that I can check and see if the second
drive is bootable?

(I am looking to use the second as a 'mirror' drive).

-Grant

Grant W. Peel
Server Admin
[EMAIL PROTECTED]
http://thenetnow.com


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



Re: How to upgrade...

2003-02-04 Thread Alex

Dear/Beste Joseph,

Wednesday, February 5, 2003, 12:05:01 AM, you wrote:

> Hello, I am just beginning with the FreeBSD operating system, I have the KDE
> GUI installed and I noticed that my version is 3.0 and there is a 3.1 out, I
> noticed on their site that I can download the 3.1 source, but will that then
> upgrade to 3.1 or install over my 3.0?

First, it is best to use on of the two FreeBSD install/update systems.
(You are looking for the ports /usr/ports) You also need to read the
CVS paragraph of the handbook, available at the website.

Secondly, it mostly safe to install (update) over your old version,
since the configurations are normally kept as the are. There are
exceptions to this. So if you are unsure, back up you stuff before
trying.

Thirtly, the tool portupgrade (named after the port sysutil/upgrade)
is a real *must*. It is an effort to minimize problems with the port
system.

-- 
Best regards/Met vriendelijke groet,
Alex


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



informacion

2003-02-04 Thread josuev
Amigos, disculpe la ignorancia pero este sistema operativo puede sustituir a
windows, por favor responder a Josue Vasquez[EMAIL PROTECTED]
Gracias  por su atencion



Obtén tu email gratis en http://www.mipunto.com

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



Re: removing all users

2003-02-04 Thread Scott M. Nolde
Jon Reynolds([EMAIL PROTECTED])@2003.02.04 14:31:55 +:
> Probably a stupid question but I have a lot of users on a freebsd
> box and I want to remove them all at once. Is there any problem with
> just issueing this command in the /home directory: 'rm -i *'. Or is
> there a better way to do this?
> 
> Thanks for any suggestions,
> 
> Jon
> 
> 

use pw(8): pw  [-V etcdir] userdel [name|uid] [-n name] [-u uid] [-r] [-Y]

-- 
Scott Nolde
GPG Key 0xD869AB48

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



removing all users

2003-02-04 Thread Jon Reynolds
Probably a stupid question but I have a lot of users on a freebsd
box and I want to remove them all at once. Is there any problem with
just issueing this command in the /home directory: 'rm -i *'. Or is
there a better way to do this?

Thanks for any suggestions,

Jon


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



test

2003-02-04 Thread Scott Nolde
test

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



Re: missing function.... any ideas?

2003-02-04 Thread Tom Parquette
Gary D Kline wrote:


	Hi People,

	I built jdk13 on a spare machine and installed the results 
	on this platform.  Following is output when I launch the 
	newest mozilla.  Looks like I'm missing something from
	gettext.  

	Have any of you bumped into this snafu?  Ideas on howto
	resolve?

	thanks in advance,

	gary




No running window found.
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"]
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"]



 

Gary,
Look at the end of /usr/ports/java/jdk13/Makefile.
It talks about having to create a link between Java and Mozilla.
I had this problem the first time I tried Mozilla.
Creating this link fixed my problem.
Cheers...


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



Re: Unattended portupgrades...

2003-02-04 Thread Jens Rehsack
Andy Akins wrote:

Being a FreeBSD newbie, I have a simple question...

Got portupgrade. Pretty spiffy. But some of the apps (Ghostscript, PHP)
require user input when they are made - so they stop the rebuild of my
system. Is there a way that I can specify the answers to these inputs (I
pick the defaults on all of them) and then can go to bed with the update
running...and its done in the morning... :)

Thanks!


type
# env BATCH=yes portupgrade  

options may be sth. like '-rf', ports should be those ones you want to 
upgrade.

Jens



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


Re: Correct installer behaviour?

2003-02-04 Thread Matthew Seaman
On Tue, Feb 04, 2003 at 07:40:59PM +, Neil Darlow wrote:
> I have created a single slice on each drive (ad0s1 and ad2s1) then attempted 
> to create some disklabel partitions on each.
> 
> For drive ad0 creating a FS partition gives ad0s1a and a SWAP partition gives 
> ad0s1b - fine so far.
> 
> For drive ad2 creating a FS partition gives ad2s1d and a SWAP partition gives 
> ad2s1b - this seems odd.
> 
> Why isn't the first partition on ad2 ad2s1a? Is this correct behaviour or is 
> it a bug?

/stand/sysinstall enforces the convention that the 'a' partition
contains the root of the filesystem.  Other mount points get assigned
to the 'd', 'e', 'f', 'g' or 'h' partitions --- if I remember
correctly that's done just based on the order that you create the
partitions.

That whole layout scheme is no more than an arbitrary convention.  If
you use 'disklabel -e' you can create pretty much whatever
partitioning you want.  Partitions don't need to be created in order
across the disk (ie. 'a' outermost, starting at cylinder 0, then 'b',
etc.).  They can even overlap, although that has limited utility.
Then all you need do is make sure /etc/fstab is consistent with your
disklabels, mount your partitions and you're up and running.

There's one restriction.  I think some filesystem management commands
may get upset if the 'c' partition doesn't span the whole slice.  That
shouldn't need to be the case anymore as nowadays there are suitable
device nodes available.  I guess it's traditional more than anything.

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

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



Re: specifying the X window manager

2003-02-04 Thread parv
in message <[EMAIL PROTECTED]>,
wrote David Larkin thusly...
>
> I have installed my favourite X window manager.
> 
> Can someone remind me how to configure startx to use it

create $HOME/.xinitrc which will launch the clients you want.  then
use just type "startx" on the console.  and voila!  (voila iff
nothing else is not wrong).


to toot my own horn, below is the shell script that i use to start
xinit(1) directly w/o startx(1)...

  http://www103.pair.com/parv/comp/src/sh/xf


...my ~/.xinitrc...

  http://www103.pair.com/parv/comp/unix/cf/x/xinitrc


  - parv

-- 


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



How to upgrade...

2003-02-04 Thread Joseph R. Tanner
Hello, I am just beginning with the FreeBSD operating system, I have the KDE
GUI installed and I noticed that my version is 3.0 and there is a 3.1 out, I
noticed on their site that I can download the 3.1 source, but will that then
upgrade to 3.1 or install over my 3.0?


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



Re: building a VPN with FreeBSD 4.7p3

2003-02-04 Thread Bill Moran
Marcel Stangenberger wrote:

On Tue, 4 Feb 2003, Philip Hallstrom wrote:


http://stuff.adhesivemedia.com/freebsd/vtund.php

is what I use... also check onlamp.com for one of dru's articles about
ipsec.


looks good, but it is not precisly (how do you write the damn word ;-)
)what i am looking for.

My intention is to have a webserver in a colocation at my ISP but have the
databaseserver and imap server at another location. Since i use BasiliX
for webmail access i would like to have a secure connection between these
3 systems.


I don't understand how vtun isn't what you're looking for?  I've used it for
setups very similar to what you're describing.

Perhaps a look at the vtun home page, which gives a better description of what
all vtun can be used for.

http://vtun.sourceforge.net

--
Bill Moran
Potential Technologies
http://www.potentialtech.com


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



Re: Post mortum on Gnome2 problem

2003-02-04 Thread Tom Parquette
Joe Marcus Clarke wrote:


On Tue, 2003-02-04 at 15:13, Tom Parquette wrote:
 

Joe Marcus Clarke wrote:

   

On Mon, 2003-02-03 at 16:28, Tom Parquette wrote:


 

Hi!
I had a problem 3 weeks ago where my Gnome2 desktop disappeared and took 
email and most of my stuff with it.  I have finished rebuilding and I'm 
back on the air.

Below is the email I tried to send to the questions list to see if 
someone could help me.  It was thrown back at me.  I guess something 
thought I was spam.

Anyway, I would like to see if anybody has any ideas on what might have 
caused this.
The configuration is NOT running on any machine but I was able to tar 
the filesystems and  ftp them to my wife's window$ machine before I was 
forced to reinstall.

Has anybody seen anything like this?
Even though an answer would not help at this point, if there is 
something I did that could cause the problem again, I'll call this a 
learning experience and not do it again.
TIA for any help.

Here is the email that was refused by freebsd-questions:
I was working with my machine and the last reboot caused my Gnome2 
desktop to "disappear". By disappear, I'm talking about: The Home icon 
is gone. The trash icon is gone. The start here icon is gone. The 
wallpaper used to be brushed metal (the default wallpaper)now is is a 
blue/green solid color. Poking around, I believe the winddow manager was 
changed to Enlightenment from Sawfish (I changed it back with no change 
in results.)

When I try to start Mozilla from an icon it does not start. If I open an 
xterm winddow, I get "No running window found." then the command prompt 
returns. Some applications, e.g. xosview, gaim, appear to work 
correctly. The screensaver seems to work correctly. If I signon with a 
different user ID, the results are almost the same except the logoff 
pulldown does not log you off. I'm also running GDM2.

This is a 4.7-STABLE system that was last updated about 2 weeks ago.

The only known changes/factors are:
I had the Gnome system monitor running. It was answering pulldown list 
and buttons so slowly, I had to CNTL-ALT-BACKSPACE to get out of it. (I 
ended up with nothing moving at all.)
I installed healthd, which complained about IPv6 not being there.
I added IPv6 support and rebooted.
It was after the reboot for IPv6 that I noticed the problem.

ANY help would be more than welcome.
  

   

Try creating a fresh user called gnome, make sure your hostname resolves
in either DNS or /etc/hosts, then try logging in as the gnome user.  If
things fail, get the ~/.xsession-errors file.  This will hopefully have
some useful stuff in it.  Also, it would help to see a list of what's
currently installed on this machine.

Joe



 

Thanks
Tom




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

   

Joe,
I looked at ~/.xsession-errors and this was all that was in it:
If you do not want to get beeps in X11 (XWindows), you can turn them off 
with
xset b off

Reminder, I could not do anything with the machine.  I had to back it 
up, burn it down, and reinstall EVERYTHING.  I have the backups but I do 
not have a machine I can lay the backups down on to test.

I'm not expecting to get too far with this problem but, I feel, I have 
to at least try.
   


So did you try to create a new user called gnome, and attempt the
login?  So far, based on this information, there's not much I can do to
help you.

Joe

 

Thanks...
   

Joe,
No.  I could not recreate the problem because I do not have a machine to 
lay the filesystem backups down on to test.  The best I was hoping for 
was someone might have seen the symptoms and knew what was going on. 
I'm going to drop this problem.  I want to thank you for taking the 
time to try to help.  I appreciate your efforts.
Cheers...


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


Re: Getting patches applied?

2003-02-04 Thread Mike Meyer
In <[EMAIL PROTECTED]>, Stephen Cravey <[EMAIL PROTECTED]> 
typed:
> A few general questions.
> How does a committer choose which port PRs to tackle?
> How does a committer choose which patches to apply?

That probably varies from committer to committer.

> How can I encourage a committer to apply my patch or even LOOK at my PR?

Send a note to where committers hang out, giving them the PR number
and a request.

> How does one get a PR removed once the bug is either gone or clearly not
> going to be fixed?

Same as the above.

> And are cosmetic patches to -RELEASEs and -STABLE pretty much wasted at
> this point? Like documentation to LINT and man page corrections and
> things?

That depends on how far out of sync the sources the patch is against
are with -CURRENT.

> I've also got a number of cosmetic patches saved up, but I'm not sure
> whether to send them as patches to -RELEASE 4 or 5 or -STABLE or -CURRENT
> or all of the above. Sugestions please?

Submitting patches against -CURRENT is the best solution.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

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



Openoffice package woes (libsal.so.3 Undefined symbol "nl_langinfo")

2003-02-04 Thread Eric Buchanan
Hello list,
I am running 4.7 Stable #5, from 11/17/2002. I
downloaded the Open Office package for 4.7-stable.
Ahead of time, I installed the port dependencies for
the Open Office port (jdk13, etc.) 
Upon executing openoffice, I see:

/usr/libexec/ld-elf.so.1:
/usr/local/OpenOffice.org1.0/program/libsal.so.3:
Undefined symbol "nl_langinfo"
/usr/libexec/ld-elf.so.1:
/usr/local/OpenOffice.org1.0/program/libsal.so.3:
Undefined symbol "nl_langinfo"

Upon executing openoffice-setup, I see:
/usr/libexec/ld-elf.so.1: ./libsal.so.3: Undefined
symbol "nl_langinfo"


Any help would be greatly appreciated. TIA.
Eric 


__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



RSYNC Question; date/time restriction

2003-02-04 Thread Boris Köster
Hello,

I have setup a little mirror of about 15 gig about linux/freebsd software
and my problem is that I only want to get the files dated after
january 2003 with rsync after getting the whole bunch of software.

Is this possible?

Any help welcome. I don´t need and don´t want older revisions (<2002)
of specific software. There is no reason for me why to host files that
are out of date. I will delete many files manually and don´t want to
get them again (a lot of files and directories, about 500-1000
packages or so)


-- 
Best regards,
 Boris Köstermailto:[EMAIL PROTECTED]


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



snort installation issues

2003-02-04 Thread Stephen Cravey
First, you should probably be using snort 1.9.0. Read the handbook section
on cvsup to learn how to update your ports collection.

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


Second, the file you're looking for should be somewhere like:
/usr/ports/security/snort/work/snort-1.9.0/contrib/create_mysql

Third, the current ACID port is ancient and does not deinstall properly.
It also has some other bugs you'd probably rather avoid.
Look at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/47828

Get the patch, cd /usr/ports/security/acid, patch < patchfilename
and all should be well.

-Stephen

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



Re: portupgrading problems

2003-02-04 Thread Sean O'Neill
At 05:22 PM 2/4/2003 -0500, [EMAIL PROTECTED] wrote:

At 07:48 AM 2/4/2003 -0800, you wrote:

On Tuesday 04 February 2003 07:00 am, [EMAIL PROTECTED] wrote:
> Some time ago I chose FreeBSD over all other *nix systems because I
> found the system better managed, easier to administrate, better
> supported and simpler to update and upgrade both the OS and the
> programs - especially through portupgrade.
> Several times I have encountered glitches in the update process; some
> I managed to figure out what the problem was, some other I just had
> to wait until the port was corrected then re-cvsup and portupgrade.
> This, on 2 similar FBSD v.4.7 installations.
>
> Currently I have encountered problems with updating KDE3 (because
> kdegames3 had some sort of problem - I don't have time for the games
> anyway, but this messes up the update - and the audio/arts program
> also had problems) and Openoffice 1.02.

I think you have something else that is wrong. For example, if you check
the cvs-repository, nothing has been modified on kdegames since it was
updated to version 3.1 6 days ago. About 18 hours ago, I cvsuped
ports-all, rebuilt INDEX like you are supposed to do after cvsuping,
and then ran

portupgrade -pufr qt

This rebuilt all of the ports that depend on qt-3.1.1_2 and pretty much
includes all of kde and arts.

What version are you trying to upgrade kde from? The older versions
basically require a package delete and fresh install. They also don't
work with XFree86-3.3.6. You have to use version 4.x.

If a port requires to much space, then you need to use the prebuilt
packages.

Kent


On further checking on the /audio/arts port, I found the following: When I 
try to update the port, a wrong version is indicated - the installed 
version is  arts-1.0.4,1 and the portupgrade program is trying to updat to 
3.1,1 (which doesn't exist).
On the ports site, there is no link to the sources - What is going on here?

BTW, I am using the latest version of XFree86 (4.2 or whatever, not the 
3.6.6) and I regularly update - usually on Weekends. Usually, the problems 
I encounter are just the kind of thing I am experiencing now, there is no 
source listed for the arts program and the rest of the KDE3 port seems to 
be unaware of this  :((

Now, what do I do? :((
PJ

I had problems upgrading my KDE to 3.1 myself.  This is what I did to get 
it to work correctly.  Well, it wasn't an upgrade using the instructions 
below - its actually a complete reinstall.

Unfortunately, doing a portupgrade on kde didn't work for me.  BTW, I was 
going from KDE 3.0 to KDE 3.1.  I had to in this order manually:

1) install kde3libs
2) install kdebase3
3) install kde3

I'm not sure if the instructions at 
http://freebsd.kde.org/instructions.shtml would have worked for me.  I 
found this AFTER I got 3.1 to install :(

For some reason, doing the portupgrade for kde3 fails because it complains 
an option was selected to not install the KDE source.  I also was missing 
/usr/local/include/ltdl.h which comes with libtool for some unknown 
reason.  I had to goto into the ports directory for this port and run "make 
patch" and manually copy the ltdl.h file into /usr/local/include.

I /may/ have done some more manual steps after step 3.  I can't remember 
honestly as I did this last week and didn't write down everything I did.


--

. ..- -. .. -..- .-. ..- .-.. . ... 
.-- .. -. -... .-.. --- .-- ... -.. .-. --- --- .-.. ...

Sean O'Neill 


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


Re: need some advice on MTA

2003-02-04 Thread Frank Tegtmeyer
sweetleaf <[EMAIL PROTECTED]> writes:

> Hmm, so qmail does not handle large attachments well?

I didn't say that.

qmail does send a copy of the mail to every receiver while postfix
does a (limited) kind of grouping receivers based on the destination
domain. This may perform better when

a) you or the receiver has bad connectivity
b) attachments are large (we had typically 30MB or more)
c) the sender is so kind to address several people at the receiving
   domain (sending to ten people instead one)

In this scenario qmail sends 300MB (for ten people) while postfix
*may* reduce this to 30MB one time by grouping the receivers.

This is a rare situation for ISPs but more common at some type of
businesses.

In any case sending such large attachments is stupid (wrong service
selection) and addressing several people is additionally stupid. But
that's life - it's not easy to change peoples behaviour.

Regards, Frank

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



Re: Post mortum on Gnome2 problem

2003-02-04 Thread Tom Parquette
Joe Marcus Clarke wrote:


On Mon, 2003-02-03 at 16:28, Tom Parquette wrote:
 

Hi!
I had a problem 3 weeks ago where my Gnome2 desktop disappeared and took 
email and most of my stuff with it.  I have finished rebuilding and I'm 
back on the air.

Below is the email I tried to send to the questions list to see if 
someone could help me.  It was thrown back at me.  I guess something 
thought I was spam.

Anyway, I would like to see if anybody has any ideas on what might have 
caused this.
The configuration is NOT running on any machine but I was able to tar 
the filesystems and  ftp them to my wife's window$ machine before I was 
forced to reinstall.

Has anybody seen anything like this?
Even though an answer would not help at this point, if there is 
something I did that could cause the problem again, I'll call this a 
learning experience and not do it again.
TIA for any help.

Here is the email that was refused by freebsd-questions:
I was working with my machine and the last reboot caused my Gnome2 
desktop to "disappear". By disappear, I'm talking about: The Home icon 
is gone. The trash icon is gone. The start here icon is gone. The 
wallpaper used to be brushed metal (the default wallpaper)now is is a 
blue/green solid color. Poking around, I believe the winddow manager was 
changed to Enlightenment from Sawfish (I changed it back with no change 
in results.)

When I try to start Mozilla from an icon it does not start. If I open an 
xterm winddow, I get "No running window found." then the command prompt 
returns. Some applications, e.g. xosview, gaim, appear to work 
correctly. The screensaver seems to work correctly. If I signon with a 
different user ID, the results are almost the same except the logoff 
pulldown does not log you off. I'm also running GDM2.

This is a 4.7-STABLE system that was last updated about 2 weeks ago.

The only known changes/factors are:
I had the Gnome system monitor running. It was answering pulldown list 
and buttons so slowly, I had to CNTL-ALT-BACKSPACE to get out of it. (I 
ended up with nothing moving at all.)
I installed healthd, which complained about IPv6 not being there.
I added IPv6 support and rebooted.
It was after the reboot for IPv6 that I noticed the problem.

ANY help would be more than welcome.
   


Try creating a fresh user called gnome, make sure your hostname resolves
in either DNS or /etc/hosts, then try logging in as the gnome user.  If
things fail, get the ~/.xsession-errors file.  This will hopefully have
some useful stuff in it.  Also, it would help to see a list of what's
currently installed on this machine.

Joe

 

Thanks
Tom




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

Joe,
I looked at ~/.xsession-errors and this was all that was in it:
If you do not want to get beeps in X11 (XWindows), you can turn them off 
with
xset b off

Reminder, I could not do anything with the machine.  I had to back it 
up, burn it down, and reinstall EVERYTHING.  I have the backups but I do 
not have a machine I can lay the backups down on to test.

I'm not expecting to get too far with this problem but, I feel, I have 
to at least try.
Thanks...


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


ORB USB portable drive timeouts

2003-02-04 Thread Laszlo Vagner
I have a USB ORB drive connected and it works for the first 15 minutes or so
until it spins down after inactivity even if it is mounted.

the error i get is  umass0: BBB reset failed  TIMEOUT  and then a few 
that are similiar.

If i use the disk every so often then all is good.

Is there a parmeter I can set to increase the wait for this drive to 
spin up?

it shows up as /dev/da1s1 on 4-stable as of 2 days ago or so.

I know of no way to tell this drive to not spin down or i would tell it to.





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


Re: portupgrading problems

2003-02-04 Thread pippo
At 07:48 AM 2/4/2003 -0800, you wrote:

On Tuesday 04 February 2003 07:00 am, [EMAIL PROTECTED] wrote:
> Some time ago I chose FreeBSD over all other *nix systems because I
> found the system better managed, easier to administrate, better
> supported and simpler to update and upgrade both the OS and the
> programs - especially through portupgrade.
> Several times I have encountered glitches in the update process; some
> I managed to figure out what the problem was, some other I just had
> to wait until the port was corrected then re-cvsup and portupgrade.
> This, on 2 similar FBSD v.4.7 installations.
>
> Currently I have encountered problems with updating KDE3 (because
> kdegames3 had some sort of problem - I don't have time for the games
> anyway, but this messes up the update - and the audio/arts program
> also had problems) and Openoffice 1.02.

I think you have something else that is wrong. For example, if you check
the cvs-repository, nothing has been modified on kdegames since it was
updated to version 3.1 6 days ago. About 18 hours ago, I cvsuped
ports-all, rebuilt INDEX like you are supposed to do after cvsuping,
and then ran

portupgrade -pufr qt

This rebuilt all of the ports that depend on qt-3.1.1_2 and pretty much
includes all of kde and arts.

What version are you trying to upgrade kde from? The older versions
basically require a package delete and fresh install. They also don't
work with XFree86-3.3.6. You have to use version 4.x.

If a port requires to much space, then you need to use the prebuilt
packages.

Kent


On further checking on the /audio/arts port, I found the following: When I 
try to update the port, a wrong version is indicated - the installed 
version is  arts-1.0.4,1 and the portupgrade program is trying to updat to 
3.1,1 (which doesn't exist).
On the ports site, there is no link to the sources - What is going on here?

BTW, I am using the latest version of XFree86 (4.2 or whatever, not the 
3.6.6) and I regularly update - usually on Weekends. Usually, the problems 
I encounter are just the kind of thing I am experiencing now, there is no 
source listed for the arts program and the rest of the KDE3 port seems to 
be unaware of this  :((

Now, what do I do? :((
PJ




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


"ld-linux.so.2 not found" and jdk-1.3.1_04

2003-02-04 Thread Marco Beishuizen

I'm trying to install Netscape and Java on a freshly installed i386 system
with 4.7-RELEASE.

To make a long story short: basically I get two error messages all the
time:
1) ELF interpreter: /compat/svr4/lib/ld-linux.so.2 not found
2) ===> Patching for linux-sun-jdk-1.3.1.04_1
   ===> Applying FreeBSD patches for linux-sun-jdk-1.3.1.04_1
   patch:  can't cd to
/usr/ports/java/linux-sun-jdk13/work/jdk1.3.1_04: No such file or
directory
   >> Patch patch-aa failed to apply cleanly.
   *** Error code 1

I get error #1 when I try to start Netscape without java. Both errors
appear when trying to install Java.

Does someone know how to solve this?

Thanks,

Marco

-- 
In Memphis, Tennessee, it is illegal for a woman to drive a car unless
there is a man either running or walking in front of it waving a red
flag to warn approaching motorists and pedestrians.

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



Re: vmware 3.2

2003-02-04 Thread Kenneth Culver
> I'd looked over the Ethernet-virtualization drivers, and I thought they
> were pretty ugly (and accordingly scary), but given your previous
> success with tweaking the Linuxulator, I'm willing to accept your
> assessment.

Well, it's not really just my assessment, it's actually in
/usr/ports/emulators/vmware2. I think it's still possible to get it up and
running on a -STABLE machine as long as you have a licence to use it. I
was just going to take a lot of the work that was done in that port,
figure it out and understand it, then do the same for vmware3... It'll be
a fairly long project though and again I probably won't have time to start
on it until June at the earliest (6 classes plus 30 hrs per week of work
this semester) so I'd like it if someone else at least tried to start on
it.

Ken


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



RE: portupgrading problems

2003-02-04 Thread pippo
At 11:14 AM 2/4/2003 -0900, you wrote:

 -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Toomas Aas
Sent: Tuesday, February 04, 2003 11:06 AM
To: [EMAIL PROTECTED]
Subject: Re: portupgrading problems


> Can someone explain the best way to deal with the updating process? How to
> minimize updating problems?

If it ain't broken, don't upgrade it ;-)
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Life would be easier if I had the source code.

I use portupgrade (in the ports). It does a very good job with both updates
and keeping the dependencies straight.


So do I, but sometimes things get screwed up, for me at least. I usually 
update every week-end...
Don't you ever have problems updating?
PJ


Beech

 ---
Beech Rintoul - Network Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  |
 X  - NO Word docs in e-mail | Anchorage, AK 99518-1841
  No More Spam! http://www.knockmail.com/default.asp?AID=B0R00073
/ \ -







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



Re: portupgrading problems

2003-02-04 Thread pippo
At 10:06 PM 2/4/2003 +0200, you wrote:

> Can someone explain the best way to deal with the updating process? How to
> minimize updating problems?

If it ain't broken, don't upgrade it ;-)


What, an miss all the fun? :))


--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Life would be easier if I had the source code.


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



Mounting RAID after kernel recompile problems

2003-02-04 Thread Charles Cosby
Hello,
I have a few ProLiant 3000 and 6000 machines I want to get running on
FreeBSD 4.7. I have installed and got it running with little effort on every
machine. My problem is when I try and compile a custom kernel. Even when I
compile the GENERIC kernel with no changed, it goes as far as trying to
mount / and hangs.

Mounting Root From UFS: /dev/idad0s1a

Is there something I am missing from the GENERIC kernel configuration file?
It seems like when I load the new kernel, it creates /dev/idad0s1 slice but
no partitions under it (ie: /dev/idads01a)

These machines all have Compaq SMART RAID controllers and multiple CPU's.
The reason I want to compile a new kernel is only to enable SMP support.  As
long as I dont try that, these machines hum along like a good thing.  I
fought with different linux distros over the years and must say, other than
this little glitch, FreeBSD is the best thing going.  Keep up the great
work.

The first machines specs are as follows:
ProLiant 6000 with 4 - PII 400 Xeon processors
2.7 gig of ram
First RAID on Smart 2DH with 2 - 9.1 gig drives mirrored - 9 gig slice
(/dev/idad0s1)
Second RAID on SMART 2/P with 5 - 9.1 Gig drives striped with offline
spare - 27 Gig slice( /dev/idad1s1)

/dev/idad0s1a on / (ufs, local)
/dev/idad0s1g on /root (ufs, local, soft-updates)
/dev/idad0s1f on /tmp (ufs, local, soft-updates)
/dev/idad1s1e on /usr (ufs, local, soft-updates)
/dev/idad0s1e on /var (ufs, local, soft-updates)
procfs on /proc (procfs, local)

/dev/idad0s1b and /dev/idad1s1b are both swap partitions


Any help would be greatly appreciated.

Charles




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



Re: need some advice on MTA

2003-02-04 Thread Frank Tegtmeyer
sweetleaf <[EMAIL PROTECTED]> writes:

> etc... and i guess which would be recommended for  providing
> ./Maildir/ accounts to about 200-300 people VIA Courier IMAP.

This depends on your usage pattern. If large attachments are to be
handled every day and if they are sent to multiple receivers at the
same destination (-domain) then Postfix may be the better choice than
qmail. If that is not the case, qmail is simpler to administer (in my
eyes). Additionally qmail has native Maildir support.

Regards, Frank

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



Re: portupgrading problems

2003-02-04 Thread pippo
At 09:30 AM 2/4/2003 -0700, you wrote:

On Tue, 04 Feb 2003 10:00:23 -0500
[EMAIL PROTECTED] wrote:

> Some time ago I chose FreeBSD over all other *nix systems because I found
> the system better managed, easier to administrate, better supported and
> simpler to update and upgrade both the OS and the programs - especially
> through portupgrade.
> Several times I have encountered glitches in the update process; some I
> managed to figure out what the problem was, some other I just had to wait
> until the port was corrected then re-cvsup and portupgrade. This, on 2
> similar FBSD v.4.7 installations.
>
> Currently I have encountered problems with updating KDE3 (because 
kdegames3
> had some sort of problem - I don't have time for the games anyway, but 
this
> messes up the update - and the audio/arts program also had problems) and
> Openoffice 1.02.
> Open office seems to be a particular case as it requires 4Gb of space for
> installation on *nix! I cannot think of another program that seems to 
be so
> bloated for installation. Is there an insurmountable problem here? I did
> find a port for FBSD to install the Ooo v.1.0.1 but now to update - 
whammo!
> It seems to me that it is rare that one needs the huge capacity disks that
> seem so current - I have 1 10gb and 1 34Gb raid array, but they are used
> for different OS's and for storage. It is impractical to have to
> re-organize your entire system just for 1 program. :((
>
> If the port is faulty and is uploaded to the port site, then the 
downloaded
> port sits in the machine and then you have to figure out what went wrong.
> What is annoying is the enormous time it take to reinstall stuff like KDE3
> and Open office only to find that the installation has failed and 
sometimes
> the old installarion is screwed up... Fortunately, I have not committed to
> using FBSD and the *nix program exclusively as, so far, I have found that
> there are still nasty kinks in the gears that take away too much time from
> creative productivity for maintenance
>
> Can someone explain the best way to deal with the updating process? How to
> minimize updating problems?
> Thanks in advance,
> PJ

This is what I have found to work for me...  For OpenOffice.org, I don't 
even bother building the monster.  It's just not worth it... instead I 
download the pre-compiled package from http://projects.imp.ch/openoffice/ 
.  I haven't had any problems with these packages, and they are usually 
kept right up-to-date.

thanks for the link; I had lost it in time :((



As for KDE3.  I don't use it, but I use GNOME2 sometimes.  I personally 
don't bother using the "meta-port" (x11/gnome2 and x11/kde3), as it 
installs more than I ever need or want (like games).

My recommendation would be to install only what you want -- and the 
dependencies of course :)

Good point; I guess I'm just too lazy to make the selections just let 
the puter do the work while I sleep. :))

Thanks, PJ




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


Maximum value for possible group memberships

2003-02-04 Thread Gabriel Ambuehl
Hi,
I'm in dire need to have one user belong in much more than 16 users.
So I tried upping NGROUP_MAX to 2048 (which is well above what I need,
512 would be about right I suppose) but the system would crash
somewhere at about the point it should switch from single user to
multi user (of course I did make world and recompile the kernel).
Switching back to the old kernel with the new world let it boot like
normal.

So my question, how high can I set that value? Or do I need to change
some other values to go to a high number? I don't care if I waste some
memory, security is much more important than that. And RAM is cheap these
days.


I'd appreciate any pointers on this.

Regards,
Gabriel


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



Re: Post mortum on Gnome2 problem

2003-02-04 Thread Joe Marcus Clarke
On Tue, 2003-02-04 at 15:13, Tom Parquette wrote:
> Joe Marcus Clarke wrote:
> 
> >On Mon, 2003-02-03 at 16:28, Tom Parquette wrote:
> >  
> >
> >>Hi!
> >>I had a problem 3 weeks ago where my Gnome2 desktop disappeared and took 
> >>email and most of my stuff with it.  I have finished rebuilding and I'm 
> >>back on the air.
> >>
> >>Below is the email I tried to send to the questions list to see if 
> >>someone could help me.  It was thrown back at me.  I guess something 
> >>thought I was spam.
> >>
> >>Anyway, I would like to see if anybody has any ideas on what might have 
> >>caused this.
> >>The configuration is NOT running on any machine but I was able to tar 
> >>the filesystems and  ftp them to my wife's window$ machine before I was 
> >>forced to reinstall.
> >>
> >>Has anybody seen anything like this?
> >>Even though an answer would not help at this point, if there is 
> >>something I did that could cause the problem again, I'll call this a 
> >>learning experience and not do it again.
> >>TIA for any help.
> >>
> >>Here is the email that was refused by freebsd-questions:
> >>I was working with my machine and the last reboot caused my Gnome2 
> >>desktop to "disappear". By disappear, I'm talking about: The Home icon 
> >>is gone. The trash icon is gone. The start here icon is gone. The 
> >>wallpaper used to be brushed metal (the default wallpaper)now is is a 
> >>blue/green solid color. Poking around, I believe the winddow manager was 
> >>changed to Enlightenment from Sawfish (I changed it back with no change 
> >>in results.)
> >>
> >>When I try to start Mozilla from an icon it does not start. If I open an 
> >>xterm winddow, I get "No running window found." then the command prompt 
> >>returns. Some applications, e.g. xosview, gaim, appear to work 
> >>correctly. The screensaver seems to work correctly. If I signon with a 
> >>different user ID, the results are almost the same except the logoff 
> >>pulldown does not log you off. I'm also running GDM2.
> >>
> >>This is a 4.7-STABLE system that was last updated about 2 weeks ago.
> >>
> >>The only known changes/factors are:
> >>I had the Gnome system monitor running. It was answering pulldown list 
> >>and buttons so slowly, I had to CNTL-ALT-BACKSPACE to get out of it. (I 
> >>ended up with nothing moving at all.)
> >>I installed healthd, which complained about IPv6 not being there.
> >>I added IPv6 support and rebooted.
> >>It was after the reboot for IPv6 that I noticed the problem.
> >>
> >>ANY help would be more than welcome.
> >>
> >>
> >
> >Try creating a fresh user called gnome, make sure your hostname resolves
> >in either DNS or /etc/hosts, then try logging in as the gnome user.  If
> >things fail, get the ~/.xsession-errors file.  This will hopefully have
> >some useful stuff in it.  Also, it would help to see a list of what's
> >currently installed on this machine.
> >
> >Joe
> >
> >  
> >
> >>Thanks
> >>Tom
> >>
> >>
> >>
> >>
> >>To Unsubscribe: send mail to [EMAIL PROTECTED]
> >>with "unsubscribe freebsd-questions" in the body of the message
> >>
> >>
> Joe,
> I looked at ~/.xsession-errors and this was all that was in it:
> If you do not want to get beeps in X11 (XWindows), you can turn them off 
> with
> xset b off
> 
> Reminder, I could not do anything with the machine.  I had to back it 
> up, burn it down, and reinstall EVERYTHING.  I have the backups but I do 
> not have a machine I can lay the backups down on to test.
> 
> I'm not expecting to get too far with this problem but, I feel, I have 
> to at least try.

So did you try to create a new user called gnome, and attempt the
login?  So far, based on this information, there's not much I can do to
help you.

Joe

> Thanks...
-- 
PGP Key : http://www.marcuscom.com/pgp.asc





signature.asc
Description: This is a digitally signed message part


Re: portupgrading problems

2003-02-04 Thread pippo
At 07:48 AM 2/4/2003 -0800, you wrote:

On Tuesday 04 February 2003 07:00 am, [EMAIL PROTECTED] wrote:
> Some time ago I chose FreeBSD over all other *nix systems because I
> found the system better managed, easier to administrate, better
> supported and simpler to update and upgrade both the OS and the
> programs - especially through portupgrade.
> Several times I have encountered glitches in the update process; some
> I managed to figure out what the problem was, some other I just had
> to wait until the port was corrected then re-cvsup and portupgrade.
> This, on 2 similar FBSD v.4.7 installations.
>
> Currently I have encountered problems with updating KDE3 (because
> kdegames3 had some sort of problem - I don't have time for the games
> anyway, but this messes up the update - and the audio/arts program
> also had problems) and Openoffice 1.02.

I think you have something else that is wrong. For example, if you check
the cvs-repository, nothing has been modified on kdegames since it was
updated to version 3.1 6 days ago. About 18 hours ago, I cvsuped
ports-all, rebuilt INDEX like you are supposed to do after cvsuping,
and then ran

portupgrade -pufr qt

This rebuilt all of the ports that depend on qt-3.1.1_2 and pretty much
includes all of kde and arts.

What version are you trying to upgrade kde from? The older versions
basically require a package delete and fresh install. They also don't
work with XFree86-3.3.6. You have to use version 4.x.


My usual procedure is this:

cvsup -g -L 2 /usr/share/examples/cvsup/ports-supfile && portsdb -Uu

I then check to see what is out of date and usually run portupgrade -ra

If there are minor upgrades, things go pretty fast; otherwise I just let 
the machine go to it for hours during off hours for me

Sometime, as I mentioned, things get screwed up - but why. Just now, on one 
machine kde would not update because of some "spelling problem" ??? that's 
a werd one - in the arts audio/arts port. To me, this means that there was 
either an error in the download or in the port (or port patch or 
whatever).  Am I wrong?
On the other machine, it was the kdegames3 that caused a problem...
What would be the best way to correct the problem? Delete the files from 
the ports directory and run cvsup again?  Or... ?


If a port requires to much space, then you need to use the prebuilt
packages.


Ok, that's quite reasonable... sometimes it is difficult to find them :))



Kent

> Open office seems to be a particular case as it requires 4Gb of space
> for installation on *nix! I cannot think of another program that
> seems to be so bloated for installation. Is there an insurmountable
> problem here? I did find a port for FBSD to install the Ooo v.1.0.1
> but now to update - whammo! It seems to me that it is rare that one
> needs the huge capacity disks that seem so current - I have 1 10gb
> and 1 34Gb raid array, but they are used for different OS's and for
> storage. It is impractical to have to re-organize your entire system
> just for 1 program. :((
>
> If the port is faulty and is uploaded to the port site, then the
> downloaded port sits in the machine and then you have to figure out
> what went wrong. What is annoying is the enormous time it take to
> reinstall stuff like KDE3 and Open office only to find that the
> installation has failed and sometimes the old installarion is screwed
> up... Fortunately, I have not committed to using FBSD and the *nix
> program exclusively as, so far, I have found that there are still
> nasty kinks in the gears that take away too much time from creative
> productivity for maintenance
>
> Can someone explain the best way to deal with the updating process?
> How to minimize updating problems?
> Thanks in advance,
> PJ
>
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

--
Kent Stewart
Richland, WA

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


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



Re: vmware 3.2

2003-02-04 Thread Lowell Gilbert
Kenneth Culver <[EMAIL PROTECTED]> writes:

> There was a port of vmware2 to freebsd before. It doesn't require having
> access to the closed-source part of vmware 3, in fact, the port should for
> the most part be pretty straightforward, I was planning on trying it but I
> ran out of time and won't have time again until June at the earliest.
> 
> Ken

I'd looked over the Ethernet-virtualization drivers, and I thought
they were pretty ugly (and accordingly scary), but given your previous
success with tweaking the Linuxulator, I'm willing to accept your
assessment.

> On 4 Feb 2003, Lowell Gilbert wrote:
> 
> > dick hoogendijk <[EMAIL PROTECTED]> writes:
> >
> > > Does anyone know if somebody working on a port for vmware3.2?
> > > The difference between version 2 and 3 is very noticable, so I would be
> > > very happy w/ a running vmware3.2 under freebsd. I'm not able to do
> > > proting myself and thus can only hope someone will.
> >
> > I wouldn't hold my breath.  The application is closed source, and the
> > Linux version requires kernel modifications to make the application
> > work.  The obvious candidate for this project would be VMWare
> > themselves; if you ask them, you can tell them that *I* would buy the
> > product if they supported it on FreeBSD...
> >
> > 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



Re: Buildworld Failing

2003-02-04 Thread Gerard Samuel
So what could be causing the buildworld to fail?  I might have to 
install from scratch...

gatekeeper# find /usr/src -name "termcap*"
/usr/src/contrib/ncurses/include/termcap.h.in
/usr/src/contrib/perl5/lib/termcap.pl
/usr/src/contrib/tcsh/termcap.vms
/usr/src/etc/termcap.small
/usr/src/lib/libncurses/termcap.c
/usr/src/release/picobsd/mfs_tree/etc/termcap
/usr/src/release/sysinstall/termcap.c
/usr/src/share/termcap
/usr/src/share/termcap/termcap.5
/usr/src/share/termcap/termcap.src

Stephen Hilton wrote:

On Tue, 04 Feb 2003 15:47:04 -0500
Gerard Samuel <[EMAIL PROTECTED]> wrote:

 

I tried searching for termcap via "whereis termcap" on both the affected 
box, and another box running 4.7-p3, and couldn't find it.
Is termcap a file?

Stephen Hilton wrote:

   

--



 

/usr/libexec/elf/ld: cannot find -ltermcap
  

   

This represents "-l termcap"
 


# find /usr/src -name "termcap*"
/usr/src/contrib/ncurses/include/termcap.h.in
/usr/src/contrib/perl5/lib/termcap.pl
/usr/src/contrib/tcsh/termcap.vms
/usr/src/etc/termcap.small
/usr/src/lib/libncurses/termcap.c
/usr/src/release/picobsd/mfs_tree/etc/termcap
/usr/src/release/sysinstall/termcap.c
/usr/src/release/sysinstall/termcap.o
/usr/src/share/termcap
/usr/src/share/termcap/termcap.5
/usr/src/share/termcap/termcap.src


Regards,

Stephen Hilton
[EMAIL PROTECTED]

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


 


--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



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



snort installation issues

2003-02-04 Thread Bsd Neophyte

i'm following the, "How to setup and secure Snort, MySQL and Acid on
FreeBSD 4.6 Release" off of the snort.org website. 

in the documentation it says snort should be installed through the
following: 

- 
make -DWITH_MYSQL -DWITH_FLEXRESP ; make install 
- 

later it says to do the following: 

- 
/usr/local/bin/mysql -p <
/usr/ports/security/snort/work/snort-1.8.6/control create_mysql snort 
- 

the problem is this, there is no "work/snort-1.8.6/create_mysql snort"
under "/usr/ports/security/snort". 

i've also tried locating the file by using find, but it doesn't seem to
exist.

does anyone know what to do about this?



__
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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



Re: need some advice on MTA

2003-02-04 Thread Nathan Kinkade
On Tue, Feb 04, 2003 at 02:20:55PM -0600, sweetleaf wrote:
> I am looking for an alternative MTA to replace sendmail on my freebsd 
> 4.7-rel box. My question is i have searched google quite extensively and 
> found :
> 
> Qmail
> Courier
> Postfix
> 
> I would like some opinions as to which of the 3 above is better in 
> regards to security, authentication features, reliability, performance 
> etc... and i guess which would be recommended for  providing ./Maildir/ 
> accounts to about 200-300 people VIA Courier IMAP.

I installed Exim recently in favour of Sendmail.  I found it very easy
to setup.  Not necessarily an answer to your question, but one more MTA
to look at.  www.exim.org

Nathan
-- 
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc



msg17964/pgp0.pgp
Description: PGP signature


Recovering deleted mail from a mailbox

2003-02-04 Thread Willie Viljoen
This is a shot in the dark, but I'll try it anyway. Mail has been 
(mysteriously) deleted from a mailbox in /var/mail. rm -W does not help. 
Does anyone know of any method (third party software included) that can be 
used to attempt to recover the mail from the file system?
-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: Buildworld Failing

2003-02-04 Thread Stephen Hilton
On Tue, 04 Feb 2003 15:47:04 -0500
Gerard Samuel <[EMAIL PROTECTED]> wrote:

> I tried searching for termcap via "whereis termcap" on both the affected 
> box, and another box running 4.7-p3, and couldn't find it.
> Is termcap a file?
> 
> Stephen Hilton wrote:
> 
> >--
> >
> >  
> >
> /usr/libexec/elf/ld: cannot find -ltermcap
> 
> 
> >
> >This represents "-l termcap"

# find /usr/src -name "termcap*"
/usr/src/contrib/ncurses/include/termcap.h.in
/usr/src/contrib/perl5/lib/termcap.pl
/usr/src/contrib/tcsh/termcap.vms
/usr/src/etc/termcap.small
/usr/src/lib/libncurses/termcap.c
/usr/src/release/picobsd/mfs_tree/etc/termcap
/usr/src/release/sysinstall/termcap.c
/usr/src/release/sysinstall/termcap.o
/usr/src/share/termcap
/usr/src/share/termcap/termcap.5
/usr/src/share/termcap/termcap.src


Regards,

Stephen Hilton
[EMAIL PROTECTED]

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



Make Buildworld fails 4.5-R -> 4.7 R

2003-02-04 Thread Blake Swensen
When upgrading to the latest release on the 4 tree get the following:
% cd /usr/src && make cleandir && make cleandir
% cd /usr/src
% make buildworld
[snip]
===> lib/libcom_err/doc
cc -O -pipe  -I/usr/src/lib/libcom_err/../../contrib/com_err  -c 
/usr/src/lib/libcom_err/../../contrib/com_err/com_err.c -o com_err.o
{standard input}: Assembler messages:
{standard input}:189: Error: attempt to allocate data in common section
*** Error code 1

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

Any help would be appreciated



*default tag=RELENG_4
*default host=cvsup8.freebsd.org
*default prefix=/usr
*default base=/usr
*default release=cvs delete use-rel-suffix compress
src-all



uname:FreeBSD 4.5-RELEASE
Memory:real memory  = 335478784 (327616K bytes)
CPU: AMD-K6(tm) 3D processor (501.14-MHz 586-class CPU)

--
~
The Internet Rescue Company - http://www.pyramus.com
~
Blake R. Swensen Pyramus Online, Inc.
President2080 SE Oak Grove Blvd. Suite 11
 Milwaukie, Oregon 97267
 800-327-5101
 vox:503-353-0455
 fax:503-353-0453
~
"We measure success by the success of our clients"


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


Re: Please help. I really need Samba Print Server

2003-02-04 Thread Willie Viljoen
Windows 2000 and NT try to use SPOOLSS functions, which come with the 
advanced print client. The quickest fix is to downgrade them all forcibly 
to LANMANGER clients by adding the disable spoolss = yes options to 
[global]

On Tuesday 04 February 2003 21:57, Greg Pavelcak wrote:
> I'm running -current from mid January. I have Samba3.0a20 Here's my
> smb.conf
>
>
> [global]
>workgroup = WORKGROUP
>nt acl support = no
>server string = FreeBSD
>load printers = yes
>printcap name = /etc/printcap
>printing = bsd
>log file = /var/log/log.%m
>max log size = 50
>security = share
>socket options = TCP_NODELAY
>dns proxy = no
disable spoolss = yes
> [printers]
>comment = All Printers
>path = /var/spool/samba
>public = yes
>print command = lpr -s -P mnta %s ; rm %s
> #   guest ok = yes
>writeable = yes
>printable = yes
>browseable = no
> #   use client driver = yes
>
> Most of it is just the default conf. I've tried it with the currently
> commented lines in and out. I can see the printer in the network
> neighborhood and set it up on Windows 2000 pcs by clicking on it and
> following the windows instructions. When I try to print anything, I get
> no complaint, but nothing ever prints out.
>
> Any guidance would be greatly appreciated. I have people breathing down
> my neck.
>
> Thanks.
>
> Greg
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

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



Re: building a VPN with FreeBSD 4.7p3

2003-02-04 Thread Marcel Stangenberger
On Tue, 4 Feb 2003, Philip Hallstrom wrote:

> http://stuff.adhesivemedia.com/freebsd/vtund.php
>
> is what I use... also check onlamp.com for one of dru's articles about
> ipsec.
>

looks good, but it is not precisly (how do you write the damn word ;-)
)what i am looking for.

My intention is to have a webserver in a colocation at my ISP but have the
databaseserver and imap server at another location. Since i use BasiliX
for webmail access i would like to have a secure connection between these
3 systems.

Marcel

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



Re: Buildworld Failing

2003-02-04 Thread Gerard Samuel
I tried searching for termcap via "whereis termcap" on both the affected 
box, and another box running 4.7-p3, and couldn't find it.
Is termcap a file?

Stephen Hilton wrote:

--

 

/usr/libexec/elf/ld: cannot find -ltermcap
   


This represents "-l termcap"


Regards,

Stephen Hilton
[EMAIL PROTECTED]

 


--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



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



The FreeBSD Diary: 2003-01-12 - 2003-02-01

2003-02-04 Thread Dan Langille
The FreeBSD Diary contains a large number of practical 
examples and how-to guides.  This message is posted weekly
to [EMAIL PROTECTED] with the aim of letting people
know what's available on the website.  Before you post a question
here it might be a good idea to first search the mailing list 
archives  
and/or The FreeBSD Diary . 

These are the articles posted during this period:

28-Jan : Open Source Weekend - conference report
 OSW was a great event
 http://freebsddiary.org/osw-2003.php?2

21-Jan : Amazon, OSW, and my thanks
 More features, more advocacy, and more appreciation
 http://freebsddiary.org/index.html?2


-- 
Dan Langille - DVL Software Limited
The FreeBSD Diary - http://www.FreeBSDDiary.org/ - practical examples
FreshPorts- http://www.FreshPorts.org/   - the place for ports
FreshSource   - http://www.FreshSource.org/  - the place for source


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



Re: Dell inspiron 2650

2003-02-04 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

On Tuesday 04 February 2003 04:57, Fabio Miranda Hamburger wrote:
> Hi, I have a notebook Dell Inspiron 2650 running FreeBSD 4.6-RC2, I would
> like to know how can I install XFree86 because each time I try to
> configure it using /stand/sysinstall the server crashs.
> Have anyone ever installed X on a Dell inspiron notebook ?
> Any suggestions about how to install it?

4.7 installed OK onto an Inspiron 2650 for me. X worked fine with NVidia's 
drivers.

- -- 
Cheers, Chris Howells -- [EMAIL PROTECTED], [EMAIL PROTECTED]
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://printing.kde.org, http://usability.kde.org

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD4DBQE+QAEsF8Iu1zN5WiwRAm2rAJYhUpfsUtz09/hGfeR6mAmqRRYqAJwLIl5J
yjzdaVr93ZYg5ChqoqNXsQ==
=2ilJ
-END PGP SIGNATURE-


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



OT: Muttrc gpg

2003-02-04 Thread Brian Henning
Hello-
i just got gpg configured for my bsd machine now i am ready to integrate it with
mutt. is there a simple way to sign my emails like a script to make it easy to
configure? i have seen a few example on the web and they look pretty
complicated.
Thanks,

brian

-BEGIN PGP SIGNED MESSAGE-

Hash: SHA1

message.

-BEGIN PGP SIGNATURE-

Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+O6Em2bbzrIJvtiARAhSTAJ0Qt3sa/ZN0iuTcLHdsn8X3WWFgkgCglZ2i

Fpz4pR2s1jsiZ8f/HWbXEiCIPwMFAT47oSbMn/x+mazrWBECFJMAnR4v9RW7RJUz

ZNHYnAp7VetLYcsCAJ44IUIAqAkVVOXOJoYqaZSeFfWLGQ==

=6xVW

-END PGP SIGNATURE-

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



Screamingly off topic (Looking for John Kozubik)

2003-02-04 Thread Rus Foster
Hi All,
This is OT and I apologise but some of you might know John Kozubik and his
virtual FreeBSD servers at johncompanies.com. The problem is that I know
myself and a few others are having trouble contacting him. I know that he
has posted here before and wondered if anyone had spoken to him in the
last few days or has another phone number which isn't the one on the whois
rgds

Best Rgds

Rus Foster
- A johncompanies.com customer -

--
http://www.65535.net | MSN: [EMAIL PROTECTED]
Lifetime Linux or FreeBSD account: $100 || Lifetime Hosting: $150
Offsite Backups - Remote System Monitoring - Email Hosting


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



Re: Minix fs offered

2003-02-04 Thread Ed Alley
I don't have it available at this time because for one thing
I don't know the best way to package it. Since the FreeBSD
source is a moving target, it doesn't make any sense to
serve it up as a diff. Although most of it exists in
/usr/src/sys/fs/minixfs there are some changes in the
main source: The modules Makefile, the Makefile for
minixfs_mount.c and the vnode.h include file needs
the addition to the enum at the beginning.
If I there is no interest in putting it in the FreeBSD
source or the ports collection, I could just send out
a tar file in mime format to interested people.

Ed

%%

On Tue, 4 Feb 2003, Charles  Youse wrote:

> This is something I've considered doing myself once or twice,
> but looks like you've saved me the trouble!
> Do you have this up for download somewhere?
>
> C.
>
> -Original Message-
> From: Ed Alley [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 04, 2003 1:27 PM
> To: [EMAIL PROTECTED]
> Subject:
>
>
>
> In addition to being a FreeBSD enthusiast, I am also
> a Minix enthusiast. I've learned a great deal about
> how UNIX works by hacking the Minix OS myself.
> A by-product of my hacks was the development of a
> FreeBSD kernel module that impliments the
> Minix Version 2 file system. The latest release
> that it runs on is FreeBSD 4.6.x.
>
> My question is whether the FreeBSD community
> is interested in such a module? If so, then
> how does one go about submitting a kernel
> module for evaluation and possible inclusion
> in the source?
>
> My impression is that the Minix fs is a little
> simplistic perhaps for inclusion in the FreeBSD
> source. If so, then is it possible to submit it
> as a port? I have never seen an example of a
> kernel module that was submitted as a port,
> however.
>
>   Ed Alley
>
> 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



Proliant 1600, Dual PIII-550MHz, 512MB Ram, SmartArray 221,Raid 5- 4 X 18.2GB

2003-02-04 Thread R. Scott Lawyer
Has anyone out there had any experience installing FreeBSD on a Compaq 
Proliant 1600.  My machine has dual PIII 550MHz, 512 MB RAM, SmartArray 
221 Raid Controller with a RAID 5 Array (4 x 18.2GB).  I choose 5.0 
because of the listed support for the RAID controller, but will be happy 
with any version that works.  

The CD boots until it finds the DLT Tape Drive and then received the 
following error messages:

Mounting root from ufs:/dev/md0
/stand/sysinstall running as init on vty0
panic: general protection fault

syncing disks, buffers remaining... panic: bdwrite: buffer is not busy
Uptime: 20s

Any help is appreciated.   I am a FreeBSD newbie.

Scott



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


Re: BIND 8/9

2003-02-04 Thread Giorgos Keramidas
On 2003-02-04 10:03, Dan Delaney <[EMAIL PROTECTED]> wrote:
> Hello all. I have a few questions about BIND on FreeBSD.
>
> 1) Since BIND 8 comes in the base installation of FreeBSD (4.8 and 5),
> why is there a BIND 8 port in the ports collection?

For anyone else who needs the latest BIND version, but not necessarily
FreeBSD 4-STABLE :-)

Remember that the ports tree is not branched.  The same ports that
work on 4.0, work on 4.1, etc.

> 2) Why doesn't FreeBSD 5 come with BIND 9 in the base installation
> instead of BIND 8? Is there some problem with BIND 9 that I'm not
> aware of?

This has been asked before.  IIRC, it was Doug Barton who posted a
link to a page that explains it all.  Dig the archives for it.  It
shouldn't be hard to locate.

> 3) If I install BIND 9 from the ports collection, can I uninstall BIND
> 8 off of my system?

Yes.  Then you should also set NO_BIND=yes in your /etc/make.conf to
avoid having BIND rebuilt & installed as part of your next upgrades.

- Giorgos


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



Re: Please help. I really need Samba Print Server

2003-02-04 Thread Jens Rehsack
Greg Pavelcak wrote:

I'm running -current from mid January. I have Samba3.0a20 Here's my
smb.conf


[global]
   workgroup = WORKGROUP
   nt acl support = no
   server string = FreeBSD
   load printers = yes
   printcap name = /etc/printcap
   printing = bsd
   log file = /var/log/log.%m
   max log size = 50
   security = share
   socket options = TCP_NODELAY 
   dns proxy = no 
[printers]
   comment = All Printers
   path = /var/spool/samba
   public = yes
   print command = lpr -s -P mnta %s ; rm %s
#   guest ok = yes
   writeable = yes
   printable = yes
   browseable = no
#   use client driver = yes

[Printers]
comment = All Printers
path = /var/spool/samba
printable = Yes
browseable = No

[OKI24dx]
comment = OKIPAGE 24dx Postscript/HP5 compatible printer
path = /var/spool/samba
printable = Yes
printer name = OKI24dx
read only = No

This defines printers and a specific printer: OKI24dx (named by share).

Try for your conf:

[printers]
   comment = All Printers
   path = /var/spool/samba
   public = yes
   writeable = yes
   printable = yes
   browseable = no

[mnta]
   comment = mnta
   path = /var/spool/samba
   public = Yes
   read only = No
   printer name = mnta
   printable = Yes

So long,
Jens


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



need some advice on MTA

2003-02-04 Thread sweetleaf
I am looking for an alternative MTA to replace sendmail on my freebsd 
4.7-rel box. My question is i have searched google quite extensively and 
found :

Qmail
Courier
Postfix

I would like some opinions as to which of the 3 above is better in 
regards to security, authentication features, reliability, performance 
etc... and i guess which would be recommended for  providing ./Maildir/ 
accounts to about 200-300 people VIA Courier IMAP.




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


Re: Buildworld Failing

2003-02-04 Thread Stephen Hilton
On Tue, 4 Feb 2003 10:20:04 -0800
Kris Kennaway <[EMAIL PROTECTED]> wrote:

> On Tue, Feb 04, 2003 at 02:45:20PM +, Marc Silver wrote:
> > Hi there,
> > 
> > Did you clean out /usr/obj before you started the 'make buildworld'??
> > If you have previously compiled buildworld, then this is something you
> > should do.  To do this:
> > 
> > cd /usr/obj
> > chflags -R noschg *
> > rm -fr /usr/obj/usr
> > 
> > Then, 'make clean' in /usr/src and start again.  Hopefully that'll fix
> > it.
> 
> You actually want 'make cleandir'

Is running make cleandir twice no longer recommended/needed in 
4.7-STABLE ?

'make cleandir && make cleandir'

--

> > >/usr/libexec/elf/ld: cannot find -ltermcap

This represents "-l termcap"


Regards,

Stephen Hilton
[EMAIL PROTECTED]

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



RE: portupgrading problems

2003-02-04 Thread Beech Rintoul
 -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Toomas Aas
Sent: Tuesday, February 04, 2003 11:06 AM
To: [EMAIL PROTECTED]
Subject: Re: portupgrading problems


> Can someone explain the best way to deal with the updating process? How to
> minimize updating problems?

If it ain't broken, don't upgrade it ;-)
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Life would be easier if I had the source code.

I use portupgrade (in the ports). It does a very good job with both updates
and keeping the dependencies straight.

Beech

 ---
Beech Rintoul - Network Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | NorthWind Communications
\ / - NO HTML/RTF in e-mail  |
 X  - NO Word docs in e-mail | Anchorage, AK 99518-1841
  No More Spam! http://www.knockmail.com/default.asp?AID=B0R00073
/ \ -







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



Minix fs offered

2003-02-04 Thread Ed Alley

Sorry about the re-posting; but the subject line
was omitted in the last post.

 The previous post contained the following
 text without a subject line.

In addition to being a FreeBSD enthusiast, I am also
a Minix enthusiast. I've learned a great deal about
how UNIX works by hacking the Minix OS myself.
A by-product of my hacks was the development of a
FreeBSD kernel module that impliments the
Minix Version 2 file system. The latest release
that it runs on is FreeBSD 4.6.x.

My question is whether the FreeBSD community
is interested in such a module? If so, then
how does one go about submitting a kernel
module for evaluation and possible inclusion
in the source?

My impression is that the Minix fs is a little
simplistic perhaps for inclusion in the FreeBSD
source. If so, then is it possible to submit it
as a port? I have never seen an example of a
kernel module that was submitted as a port,
however.

Ed Alley


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



Re: Buildworld Failing

2003-02-04 Thread Gerard Samuel
Tried that also.  Still the same error.
Is ltermcap a file???

Kris Kennaway wrote:


On Tue, Feb 04, 2003 at 02:45:20PM +, Marc Silver wrote:
 

Hi there,

Did you clean out /usr/obj before you started the 'make buildworld'??
If you have previously compiled buildworld, then this is something you
should do.  To do this:

cd /usr/obj
chflags -R noschg *
rm -fr /usr/obj/usr

Then, 'make clean' in /usr/src and start again.  Hopefully that'll fix
it.
   


You actually want 'make cleandir'

Kris
 


--
Gerard Samuel
http://www.trini0.org:81/
http://dev.trini0.org:81/



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



Re: Spam Assassin Configuration

2003-02-04 Thread akruijff
Citeren "Justin P. Michel" <[EMAIL PROTECTED]>:

> Greetings,
> 
> Thanks to all who replied regarding installing the
> Sendmail/Procmail/SpamAssassin combination!  It appears to be working
> very
> well, and is marking spam nicely.
> 
> Now, I'd like to take it to another step.  Instead of delivering
> the
> messages that get marked as spam, is there a way to move them to a
> special
> mailbox/area/holding bin of some kind?  I'd like the server to do
> it
> automatically so that the clients won't get any spam at all.
> 
> I realize this isn't necessarily a FreeBSD only question, but I'm
> sure that
> others here have already done what I question.
> 
If i'm right you now got procmail running. You can use this to also setup a forward 
clause.

This is might not be perfect, but i *think* it will work.

:0fw
* < 20
* ^Delivered-To: [EMAIL PROTECTED]$
| spamc (I use spamc and spamd, since a day, for the claimed performace)

:0fw
* ^X-spam: YES$ (The string might be a little different)
| sendmail spam-box


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



Re: portupgrading problems

2003-02-04 Thread Toomas Aas
> Can someone explain the best way to deal with the updating process? How to 
> minimize updating problems?

If it ain't broken, don't upgrade it ;-)
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* Life would be easier if I had the source code.


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



Re: Ports compile options (was IMAP-UW 2002 login disabled)

2003-02-04 Thread Dan Delaney
On Tuesday, February 4, 2003, at 02:48 PM, Matthew Seaman wrote:

Most ports will print out a summary of the compile time options you
can set when you attempt to build the port.


Thanks for the reply Matt.

The trouble with that is that you have to build it first. It would be 
nice to be able to find out the options BEFORE you go through the whole 
process of building it, only to have to build it again to use the 
options you want.


Plus you can always read the port Makefile.  It's not that hard to
work out what the options are.


Not exactly the ideal solution, is it?

It would be nice to have something like "make help" that would print 
out all the options for that port. (I'm just trying to think of ways to 
make FreeBSD easier to use.)

Cheers.
--Dan


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


Please help. I really need Samba Print Server

2003-02-04 Thread Greg Pavelcak
I'm running -current from mid January. I have Samba3.0a20 Here's my
smb.conf


[global]
   workgroup = WORKGROUP
   nt acl support = no
   server string = FreeBSD
   load printers = yes
   printcap name = /etc/printcap
   printing = bsd
   log file = /var/log/log.%m
   max log size = 50
   security = share
   socket options = TCP_NODELAY 
   dns proxy = no 
[printers]
   comment = All Printers
   path = /var/spool/samba
   public = yes
   print command = lpr -s -P mnta %s ; rm %s
#   guest ok = yes
   writeable = yes
   printable = yes
   browseable = no
#   use client driver = yes

Most of it is just the default conf. I've tried it with the currently
commented lines in and out. I can see the printer in the network
neighborhood and set it up on Windows 2000 pcs by clicking on it and
following the windows instructions. When I try to print anything, I get
no complaint, but nothing ever prints out.

Any guidance would be greatly appreciated. I have people breathing down
my neck.

Thanks.

Greg

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



Re: IMAP-UW 2002 login disabled

2003-02-04 Thread Matthew Seaman
On Tue, Feb 04, 2003 at 09:22:12AM -0500, Dan Delaney wrote:
> On Monday, February 3, 2003, at 12:26 PM, G D McKee wrote:
> >You need to remove the port and re make it with ' make deinstall
> >clean install WITH_SSL_AND_PLAINTEXT=yes '.
> 
> That did it for me. Thanks a lot, everyone, for all your explanations.
> 
> Let me ask you this :-). When you go to install a particular port, what 
> do you need to do to get a list of all of the compiler options 
> (WITH_SSL_AND_PLAINTEXT, et. al.) that are available for that 
> particular port? I can't seem to find anything about that in the 
> FreeBSD Handbook.

Most ports will print out a summary of the compile time options you
can set when you attempt to build the port.  Plus you can always read
the port Makefile.  It's not that hard to work out what the options
are.

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

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



Re: vmware 3.2

2003-02-04 Thread Kenneth Culver
There was a port of vmware2 to freebsd before. It doesn't require having
access to the closed-source part of vmware 3, in fact, the port should for
the most part be pretty straightforward, I was planning on trying it but I
ran out of time and won't have time again until June at the earliest.

Ken

On 4 Feb 2003, Lowell Gilbert wrote:

> dick hoogendijk <[EMAIL PROTECTED]> writes:
>
> > Does anyone know if somebody working on a port for vmware3.2?
> > The difference between version 2 and 3 is very noticable, so I would be
> > very happy w/ a running vmware3.2 under freebsd. I'm not able to do
> > proting myself and thus can only hope someone will.
>
> I wouldn't hold my breath.  The application is closed source, and the
> Linux version requires kernel modifications to make the application
> work.  The obvious candidate for this project would be VMWare
> themselves; if you ask them, you can tell them that *I* would buy the
> product if they supported it on FreeBSD...
>
> 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



Problem: "usb0: 1 scheduling overruns" in FreeBSD 5

2003-02-04 Thread Dan Delaney
Hello all.

I just installed a news FreeBSD 5.0 server for a company here in 
Louisville. I keep getting the following errors, like every few 
minutes, in the log:

   kernel: usb0: 1 scheduling overruns
   kernel: usb1: 1 scheduling overruns

I'v turned off usbd in rc.conf, but it's still giving me these 
messages. They're filling up my message log! Anyone know what's going 
on? The motherboard does have USB ports on it. (I don't have this 
problem with my FreeBSD 4.7 installation at home, on a motherboard with 
USB ports on it.)

Thanks
--Dan


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


Correct installer behaviour?

2003-02-04 Thread Neil Darlow
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi,

I am attempting to install FreeBSD-5.0-RELEASE onto a dual IDE disk system.

I have created a single slice on each drive (ad0s1 and ad2s1) then attempted 
to create some disklabel partitions on each.

For drive ad0 creating a FS partition gives ad0s1a and a SWAP partition gives 
ad0s1b - fine so far.

For drive ad2 creating a FS partition gives ad2s1d and a SWAP partition gives 
ad2s1b - this seems odd.

Why isn't the first partition on ad2 ad2s1a? Is this correct behaviour or is 
it a bug?

Regards,
Neil Darlow M.Sc.
- -- 
ICQ: 135505456  E-Mail, Jabber and MSNM: 
Free Software and Open Standards Consultants - http://www.darlow.co.uk/
The Association of Free Software Professionals - http://www.afsp.org.uk/
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (GNU/Linux)

iD8DBQE+QBdQ5XniSlMfkEgRAj0/AJ0dzrdQcfPVGVXXWHhIIOyT4ANh4QCfTqF1
oR5Gwc5bZuW29dE+W8s5qRM=
=MjNq
-END PGP SIGNATURE-

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



Re: problem compiling kdemultimedia on freebsd-5.0

2003-02-04 Thread Kris Kennaway
On Tue, Feb 04, 2003 at 01:57:32PM -0500, Erik Sabowski wrote:
> On Tuesday 04 February 2003 01:22 pm, Kris Kennaway wrote:
> > Have you recently upgraded from 4.x?  Did you follow the upgrade
> > directions in /usr/src/UPDATING?  One of the steps involves removing
> > old headers, which can cause C++ builds to fail.
> 
> actually it is a fresh install of 5.0. I should have mentioned as well 
> that I am trying to compile kdemultimedia from cvs (KDE_3_1_BRANCH), not 
> from ports

Talk to the KDE folks, then.

Kris



msg17941/pgp0.pgp
Description: PGP signature


Re: XFree86 configuration

2003-02-04 Thread David Larkin
4 days of XFree86 hell and still no further forward 

I have tried

# XFree86 -configure

this appears to recognise my graphics card and creates a file
/root/XF86Config.new

when I try

# XFree86 -xf86config XF86Config.new

a low resolution grey grid with an X mouse cursor appears and the cursor
moves with the mouse,
but when I move the file to /etc/X11/XF86Config. startx fails.

I checked the Monitor  HorizSync & VertRefresh and they were the same
values as on a 4.2 machine I have which works with the same monitor, i.e.

HorizSync31.5-57
VertRefresh  50-90

As suggested in
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

I tried

Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor"Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1024x768"
EndSubSection
EndSection

startx complains

(EE) VGA(0) Can't support depth 24

changing to depth 16 results in

FAtal server error:
Addscreen/Screeninit failed for driver 0

and generates a log file shown below.


changing to depth 8 gives no error message, simply

waiting for X  server to shut down

but X does not appear

it generates log file shown below

Below are 3 files
1. XF86Config
2. XFree86.0.log using 16 bit
3. XFree86.0.log using 8 bit

Any advice on where to go from here would be most gratefully recieved.

Thanks
David


1. XF86Config
==
Section "ServerLayout"
 Identifier "XFree86 Configured"
 Screen  0  "Screen0" 0 0
 InputDevice"Mouse0" "CorePointer"
 InputDevice"Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
 RgbPath  "/usr/X11R6/lib/X11/rgb"
 ModulePath   "/usr/X11R6/lib/modules"
 FontPath "/usr/X11R6/lib/X11/fonts/misc/"
 FontPath "/usr/X11R6/lib/X11/fonts/Speedo/"
 FontPath "/usr/X11R6/lib/X11/fonts/Type1/"
 FontPath "/usr/X11R6/lib/X11/fonts/75dpi/"
 FontPath "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
 Load  "dbe"
 Load  "dri"
 Load  "extmod"
 Load  "glx"
 Load  "pex5"
 Load  "record"
 Load  "xie"
 Load  "xtrap"
 Load  "speedo"
 Load  "type1"
EndSection

Section "InputDevice"
 Identifier  "Keyboard0"
 Driver  "keyboard"
EndSection

Section "InputDevice"
 Identifier  "Mouse0"
 Driver  "mouse"
 Option "Protocol" "MouseSystems"
 Option "Device" "/dev/sysmouse"
EndSection

Section "Monitor"
 Identifier   "Monitor0"
 VendorName   "Monitor Vendor"
 ModelName"Monitor Model"
 HorizSync 31.5-57
 VertRefresh   50-90
EndSection

Section "Device"
### Available Driver options are:-
### Values: : integer, : float, : "True"/"False",
### : "String", : " Hz/kHz/MHz"
### [arg]: arg optional
#Option "ShadowFB"# []
#Option "VGAClocks"   # []
 Identifier  "Card0"
 Driver  "vga"
 VendorName  "SiS"
 BoardName   "630"
 BusID   "PCI:1:0:0"
EndSection

Section "Screen"
 Identifier "Screen0"
 Device "Card0"
 Monitor"Monitor0"
 DefaultDepth 8
 SubSection "Display"
  Depth 8
  Modes "1024x768"
 EndSubSection
EndSection


2. XFree86.0.log using 16 bit
==
XFree86 Version 4.2.1 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
Release Date: 3 September 2002
 If the server is older than 6-12 months, or if your card is
 newer than the above date, look for a newer version before
 reporting problems.  (See http://www.XFree86.Org/)
Build Operating System: FreeBSD 5.0-CURRENT i386 [ELF]
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Tue Feb  4 19:17:59 2003
(==) Using config file: "/etc/X11/XF86Config"
(==) ServerLayout "XFree86 Configured"
(**) |-->Screen "Screen0" (0)
(**) |   |-->Monitor "Monitor0"
(**) |   |-->Device "Card0"
(**) |-->Input Device "Mouse0"
(**) |-->Input Device "Keyboard0"
(==) Keyboard: CustomKeycode disabled
(**) FontPath set to
"/usr/X11R6/lib/X11/fonts/misc/,/usr/X11R6/lib/X11/fonts/Speedo/,/usr/X11R6/lib/X11/fonts/Type1/,/usr/X11R6/lib/X11/fonts/75dpi/,/usr/X11R6/lib/X11/fonts/100dpi/"

(**) RgbPath set to "/usr/X11R6/lib/X11/rgb"
(**) ModulePath set to "/usr/X11R6/lib/modules"
(--) Using syscons driver with X support (version 2.0)
(--) using VT number 9

(II) Module ABI versions:
 XFree86 ANSI C Emulation: 0.1
 XFree86 Video Driver: 0.5
 XFree86 XInput driver : 0.3
 XFree86 Server Extension : 0.1
 XFree86 Font Renderer : 0.3
(II) Loader running on freebsd
(II) LoadModule: "bitmap"
(II) Loading /usr/X11R6

Re: I 'm learning

2003-02-04 Thread P. U. Kruppa
On Tue, 4 Feb 2003, jim wrote:

>  I got two very good responces to a question I asked here even though I
> didn't really know what I wanted so. I will atempt to be more specific I
> am trying to setup bsd on an old machine .aptiva IBM from 1995 32megs of
> ram 133 mghtz proccessor 1.5gig maxtor hd.
>   I have been running linux mandrake as a stand alone system for four
> years and in the last year I have tried several others mostly linux,
> however I want to try learning different ones.  I want to be able to set
> them up to do the things a user wants to do.
>   So far I have not been able to get freebsd to play a game surf the net
> or any other aplication what so ever. I am not descouraged I have gotten
> windowmaker to come up at least. I don't care what destop; gnome ,kde,
> windowmaker,icewm,fwm,afterstep, I end up useing I just want to be able
> to learn to have it read my  jvc digital video camera stills and do
> email and surf the web.inter chat rooms and the like . If there are
> freebsd aplications that are easier for someone like me to set up and
> run I need to know what step to take to get bsd running the best way
> possible. well on my free time that is how do i get it to dial up iv
> read the pppdeamon thing and can't sortit out from the ethernet
> networking which I know is simalar but I have no intreat in hitching the
> machines together i just want to get the modem to dail up the internet.
You are on the right track, trying different applications: it
will take some time to find things that run well on an older
machine. Try to get some more RAM, if you can, this will always
improve performance.
Regarding your modem you should read
# man ppp
They describe how to test your modem manually in "terminal mode".
When you found out the right configuration put it into
/etc/ppp/ppp.conf
to start it automatically.

Have fun!

Uli.
*---*
*Peter Ulrich Kruppa*
*  -  Wuppertal -   *
*  Germany  *
*---*

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



  1   2   >