[no subject]

2003-07-13 Thread RYAN vAN GINNEKEN
 www.computerking.ca QUALITY and SERVICE first.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Problem with lookupd

2003-07-13 Thread Andrew J Thomas
I have been experiencing a problem with the lookup daemon (or at least
that's as far as I have been able to track it) where after 2-50 minutes of
successful operation it will return a generic 'not found' error for network
addresses. It seems that the cache is becoming corrupt or something. Sending
a SIGHUP to lookupd resolves the problem briefly but it comes back again
within 10 minutes usually. Any suggestions how this is happening or how to
fix this permanently other than re-installing?

Thanks in advance.

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


Re: Hi FreeBSD forum's Champs

2003-07-13 Thread Mikko Työläjärvi
On Sun, 13 Jul 2003 [EMAIL PROTECTED] wrote:

 Hi Forum

 I had a task to capture Windows dump (screen shot) in different formats.

 xwd -window  image.xwd

 I also want to convert this default format (xwd) to X window bitmap, X
 window Pixmap.

 Any suggestion / utility to achieve this

If you install the netpbm package or port, you can do things like

xwdtopnm image.xwd | ppmtoxpm  image.xpm

and

xwdtopnm image.xwd | ppmtopgm | pgmtopbm | pbmtoxbm  image.xbm

There are lots of other possibilities as well; browse through
/usr/ports/graphics or http://www.freebsd.org/ports/graphics and
you'll see...

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


RESET FIREWALL WITHOUT REBOOT

2003-07-13 Thread RYAN vAN GINNEKEN
hello group

I need to know how to stop and start my firewall rules without resetting my computer 
as I am on ADSL and have a dynamic ip that I do not want to change.  seems to change 
mostly when I reboot mostly.

so here is the dilemma I run bind apache bincimap postfix and a few others it is my 
only server right now and it cant go down because if I do not get my clients emails I 
go bankrupt.

I what to set up a firewall and have compiled the necessary items into the kernel
did this when I first set up my system many reboots ago
options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPDIVERT

I have created a file called rc.fw4
and I have set my rc.conf 

#ipv4 firewall
firewall_enable=YES
firewall_type=/etc/rc.fw4
firewall_script=/etc/rc.firewall
firewall_quiet=NO

IS THERE A WAY ACTIVATE ALL THIS WITHOUT A REBOOT
ALSO IS THERE A WAY DE-ACTIVATE ALL THIS WITHOUT A REBOOT IN CASE SOMETHING GOES WRONG 
WHICH USUALLY DOES WITH MY FIREWALL RULES


www.computerking.ca QUALITY and SERVICE first.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: RESET FIREWALL WITHOUT REBOOT

2003-07-13 Thread Jonas Anderson
On Sun, 13 Jul 2003, RYAN vAN GINNEKEN wrote:

 IS THERE A WAY ACTIVATE ALL THIS WITHOUT A REBOOT

ipfw /path/to/firewall.rules.file

 ALSO IS THERE A WAY DE-ACTIVATE ALL THIS WITHOUT A REBOOT IN CASE
 SOMETHING GOES WRONG WHICH USUALLY DOES WITH MY FIREWALL RULES

ipfw flush

Regards,

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


Re: dhclient filling up my logfile. Help needed. Solved

2003-07-13 Thread Hasse
On Sunday 13 July 2003 15.35, Lowell Gilbert wrote:
 Hasse [EMAIL PROTECTED] writes:
  Running FreeBSD 4.8, all files are up to date, cvsuped yesterday, and I'm
  connected to the net via ADSL. Dynamic IP, but hardly ever change.
  dhclient is filling up my /var/log/messages.
  Every 10th minute it makes a new request and logging it.

 That's a pretty annoying ISP you've got there.

  I've tried to request a longer lease time in my dhclient.conf without any
  luck, and I've tried to get it to log to another logfile named dhclient,
  resulting in it logging to two files. dhclient and /var/log/messages.

 Yep, that's what the !dhclient syntax is for...

  I've tried to talk to my ISP about this problem, without any luck.
  I think most of the computers connected to this network are win-boxes,
  and they don't seem to have this problem. ( Don't log this kind of info )

 Right.  The ISP is trying to be able to make major changes to their
 network without needing to plan ahead for it.

  How can I keep the program from logging all this info ?
  Not really a problem, but very annoying.

 What I did was to put all of the user.notice messages into a separate
 file from the main log.

 *.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err;user.warning
/var/log/messages user.notice  /var/log/user.messages

 Remember to create user.messages first, and to set up some log
 rotation for it.
 ___
Thx a lot Lowell.
That did the trick.
I've been reading man-pages and googling to my eyes was bleeding,
but couldn't get this one to play along.
Found the same problem in the FreeBSD mailarchive, searching for
 dhclient too verbose  , but no solution.
I'm very satisfied with this way to solve it, cause I won't miss any
important loginfo.

Best regards
Geir Svalland.


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


Re: Problem with lookupd

2003-07-13 Thread Chuck Swiger
Andrew J Thomas wrote:
I have been experiencing a problem with the lookup daemon (or at least
that's as far as I have been able to track it) where after 2-50 minutes of
successful operation it will return a generic 'not found' error for network
addresses. It seems that the cache is becoming corrupt or something. Sending
a SIGHUP to lookupd resolves the problem briefly but it comes back again
within 10 minutes usually. Any suggestions how this is happening or how to
fix this permanently other than re-installing?
Your question strongly implies that you are not running FreeBSD, but MacOS X.
Wrong list.  See man lookupd and the section on cache agents, specificly:
   CacheAgent
 The operation and configuration of the cache agent are described in
 detail in the sections above.  The configuration options for the Cache
 agent are ValidateCache, CacheCapacity, and TimeToLive. These options may
 be set globally and/or for specific categories.  Options set for a spe-
 cific category will over-ride the global setting.
 Note that CacheAgent should always appear first in a LookupOrder specifi-
 cation to allow lookupd to find cached entries before searching other
 information services.
...and...

   NILAgent
 The NILAgent always returns a result for a query, so it stops any search.
 However, it returns a negative record, which carries the meaning that the
 item requested does not exist.  The use of negative entries in a cache is
 controversial, so lookupd does not include the NILAgent in its default
 lookup order.  [ ... ]
--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum and hot-swapping

2003-07-13 Thread Dan Nelson
In the last episode (Jul 13), Andrea Venturoli said:
 ** Reply to note from Greg 'groggy' Lehey [EMAIL PROTECTED] Sat, 12 Jul 2003 
 17:13:29 +0930
  The real performance penalty for RAID-5 is simply that writes require 
  so much I/O.  Expect 25% of the write performance of RAID-0.
 
 Ok, I must ask this: Shouldn't SCSI system allow paralell writes on
 different disks? If so, why so much penalty?

Parallel I/Os are already being used.  A short write on a RAID-5 array
requires you to

1) Read the original block and the parity block (done in parallel)

2) XOR the parity block with the original block and the new block

3) Write the new block and the parity block (done in parallel)

Which means that you're doing 4 times the I/O that a plain RAID-5 read
would do.  There's no getting around this problem for small random
writes.  Repeated writes to the same locations only cost two writes,
since the original and parity blocks are probably still in cache.

There is a threshold point where this stops being an issue, however. 
When your write size becomes larger than the raid-5 stripe width
(stripe size * number of data disks), you can simply calculate the
parity block directly and not have to read anything.  At this point,
raid-5 magically becomes as efficient as raid-0 :)

I don't believe vinum can optimize full-stripe writes, though, since
FreeBSD can only do I/O in 64k max chunks, and since vunum is software
instead of battery-backed hardware RAID, it cannot hold off on multiple
writes until the stripe fills up.  Most hardware RAIDs do parity-block
caching and long write optimizations.

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


Re: i want to switch from windows to freebsd, please help me.

2003-07-13 Thread Kevin Berrien
I second on 4.8-stable.  Been playing for FreeBSD for about a month now, 
but before I had a lot of hassles with 5, 5.1.  I got the experience I 
expected using 4.8.

I'd recommed FreeBSD 4.8 to you, since 5.1 has still some issues.

Here is how to get FreeBSD:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mirrors.html
 

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


Re: Can't get splash scr working - arg

2003-07-13 Thread Kevin Berrien
4.8 has the following

/boot/loader.conf
/boot/defaults/loader.conf
I edited both, and configured both individually.. with no success.

:::sample from /boot/loader.conf

userconfig_script_load=YES
splash_bmp_load=YES
bitmap_load=YES
bitmap_name=splash.bmp
:::sample from /boot/defaults/loader.conf

loader_conf_files=/boot/device.hints /boot/loader.conf 
/boot/loader.conf.local /boot/nextboot.conf

verbose_loading=NO# Set to YES for verbose loader output

##
###  Splash screen configuration  
##
splash_bmp_load=YES# Set this to YES for bmp splash screen!
splash_pcx_load=NO# Set this to YES for pcx splash screen!
vesa_load=NO# Set this to YES to load the vesa module
bitmap_load=YES# Set this to YES if you want splash
bitmap_name=/boot/splash.bmp# Set this to the name of the bmp or pcx
file
bitmap_type=splash_image_data
Like I said, tried every combination, the stuff off that well know 
splash website (refers to 3.2) and some of the oddities with 5.0 
(placement of bitmap file).

Anyone have any suggestion?  Install is stock 4.8-Stable except for a 
slimmed down kernel I compiled.  I'm not aware of any kernel option 
related to the slash.  Also, is there a way I can get a verbose logging 
of the boot process so I can track this down.  Not that it's a big deal, 
but when I dig into a new OS like this, if I can't do it - I make my 
self succeed in order to learn the os better, or toss it aside as 
non-mature.



Supote Leelasupphakorn wrote:

Hi,

  Have you edited /boot/loader.conf (see loader.conf(5))
and include the following lines:
  splash_bmp_load=YES
  bitmap_load=YES
  bitmap_name=mysplash.bmp
for more information refer to 'man splash'

GoodLuck,
 



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


Re: RESET FIREWALL WITHOUT REBOOT

2003-07-13 Thread Kent Stewart
On Sunday 13 July 2003 11:41 am, RYAN vAN GINNEKEN wrote:
 hello group

 I need to know how to stop and start my firewall rules without
 resetting my computer as I am on ADSL and have a dynamic ip that I do
 not want to change.  seems to change mostly when I reboot mostly.

 so here is the dilemma I run bind apache bincimap postfix and a few
 others it is my only server right now and it cant go down because if
 I do not get my clients emails I go bankrupt.

 I what to set up a firewall and have compiled the necessary items
 into the kernel did this when I first set up my system many reboots
 ago
 options IPFIREWALL
 options IPFIREWALL_VERBOSE
 options IPDIVERT

 I have created a file called rc.fw4
 and I have set my rc.conf

 #ipv4 firewall
 firewall_enable=YES
 firewall_type=/etc/rc.fw4
 firewall_script=/etc/rc.firewall
 firewall_quiet=NO

 IS THERE A WAY ACTIVATE ALL THIS WITHOUT A REBOOT
 ALSO IS THERE A WAY DE-ACTIVATE ALL THIS WITHOUT A REBOOT IN CASE
 SOMETHING GOES WRONG WHICH USUALLY DOES WITH MY FIREWALL RULES

Before I would start testing new rules on a remote machine, I would at 
the following script for something like 10 minutes in the future. That 
way if I couldn't do anything, in 10 minutes everything would be reset. 
If everything worked, it let me cancel the at. 

I called it clnipfw and it looks like

# cat clnipfw
#! /bin/sh
ipfw -f flush
ipfw add divert natd all from any to any via ep0
ipfw add pass all from any to any

-- 
Kent Stewart
Richland, WA

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

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


Re: Question on /etc/make.conf for upgrade to 4.8R

2003-07-13 Thread Lin Jianfong
However, I do use tcsh for shell operations and sh for scripting. I can see 
the merit of not building BIND as you said. I checked the ports, and these 
programs also exists in ports, I guess I can always build and install from 
port after a fresh port cvsup if I need to later on.

Thanks.


On Sun, Jul 13, 2003 at 02:52:41AM -0700, Lin Jianfong wrote:
 I'm wondering about this group of options :

 # To avoid building various parts of the base system:
 #NO_CVS=  true  # do not build CVS
 #NO_BIND= true  # do not build BIND
 ...
 #NOSHARE= true  # do not go into the share subdir
 #NOUUCP=  true  # do not build uucp related programs

 Aren't some of the parts of the base system supposed to be upgraded 
along,
 such as tcsh, bind, cvs, lpr, etc or are they not really part of the 
base
 system ? I'm planning to upgrade a 4.7 box to 4.8.

Yes.  As I understand it, however, you can still not build some of them,
which would be useful if you're not using that service.  For example:
many people won't be using BIND on their box.  Some people use bash, or
korn shells and therefore csh/tcsh are redundant.
  Hope that helps,

-lewiz.

--
There are two ways of disliking poetry; one way is to dislike it, the
other is to read Pope.
-- Oscar Wilde

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-
 attach3 
_
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Problem setting up mysql323-server

2003-07-13 Thread Tom Parquette
Hi.  Please CC me.  I subscribe to the digest which makes replying 
harder.  TIA.

I would like to get bugzilla running on my home network for a couple of 
reasons:
1) I have had a number of learnings from getting my network running that 
I keep having to relearn because I forget or lose/recycle the paper my 
notes are on.
2) It lets me get into a couple of areas that I have not played with 
before (Apache2 setup and mysql.)
3) OK.  Maybe they are not the best reasons but they work for me.  :-)

I had messed up the installation of mysql and bugzilla to the point I 
make deinstalled them and blew the /var/db/mysql directory away so I 
could start over again,

Make and make install appear to have worked correctly.
When I follow the instructions to setup mysql I get the following:
Atlas# /usr/local/bin/mysqladmin -u root password 'my new password'
Atlas# /usr/local/bin/mysqladmin -u root -h Atlas password 'my new password'
/usr/local/bin/mysqladmin: connect to server at 'Atlas' failed
error: 'Host 'Atlas.Tom.Parquette.name' is not allowed to connect to 
this MySQL server'

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


FFL License terms

2003-07-13 Thread Otterro Del Agua
Good afternoon. I was hoping to find some information here, but have been 
unable to find it so far. I'm in the process of completing media for release 
and am looking at different licensing options. I'm familiar with BSD, GPL, 
and even Poul-Henning Kamp's beer-ware license. I've found reference to 
FFL (and even FFLv2), in honor of Bill Fumerola. Where can I find the terms 
of this license? I need to make sure there are no issues with compliance 
with other/future releases. Is this something we can expect to see the any 
of the top five using in the future?
-ott

_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


Re: dhclient filling up my logfile. Help needed. Solved

2003-07-13 Thread Lowell Gilbert
Hasse [EMAIL PROTECTED] writes:

 I'm very satisfied with this way to solve it, cause I won't miss any
 important loginfo.

Keep in mind that you *have* potentially removed some other messages
from the log.  What I will probably do eventually is create a
periodic(8) script to check for this (probably with grep -v
dhclient), but I haven't gotten around to it yet.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bad namelist

2003-07-13 Thread Lowell Gilbert
Static [EMAIL PROTECTED] writes:

 I'm running fbsd 4.7 in a jail environment.  I am unable to run the
 following commands (so far) uptime, w, ps.  I get the message 'bad
 namelist'   I did some googling and found some responses from about 2
 years ago stating incomplete upgrade.  This was not the case, there has
 been no update.
 
 %w
 w: bad namelist
 %w -n
 w: bad namelist
 %uptime
 uptime: bad namelist
 %ps
 ps: bad namelist
 %ps aux
 ps: bad namelist
 
 
 FreeBSD inton.Ninja-assassin.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu
 Feb  6 22:32:38 PST 2003
 [EMAIL PROTECTED]:/usr/src/sys/compile/47  i386
 
 Any suggestions on things to look at?   Reboot has not helped.

Well, I wouldn't *expect* a jail to be able to pull the process list
out of the kernel.  It seems like a terrible idea to allow in the
first place.  I can imagine a carefully limited interface for getting
some of that information out, but last I recall (and admittedly that's
a pretty rusty memory), those programs dove directly into kernel data
structures.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Lowell Gilbert
Adam King [EMAIL PROTECTED] writes:

 I am new to FreeBSD and recently bought a packaged CD set and am

What version?

 installing it on a second hard drive. I am booting directly from the CD,
 configure all relevant option and and when I commit to installing, it
 fails with the error message:
 
 Error mounting /dev/acd0 on /dist: Input/Output error (5)
 
 I browsed the mailing list and found another person with the same
 problem, but without an appropriate fix. Does anyone know what the
 problem is?

No, it could be lot of things, but you might try a minimal install
until you get the system booting itself, then go back in and install
the rest of what you want...
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: bad namelist

2003-07-13 Thread Static



On Sun, 13 Jul 2003, Lowell Gilbert wrote:

 Static [EMAIL PROTECTED] writes:

  I'm running fbsd 4.7 in a jail environment.  I am unable to run the
  following commands (so far) uptime, w, ps.  I get the message 'bad
  namelist'   I did some googling and found some responses from about 2
  years ago stating incomplete upgrade.  This was not the case, there has
  been no update.
 
  %w
  w: bad namelist
  %w -n
  w: bad namelist
  %uptime
  uptime: bad namelist
  %ps
  ps: bad namelist
  %ps aux
  ps: bad namelist
 
 
  FreeBSD inton.Ninja-assassin.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu
  Feb  6 22:32:38 PST 2003
  [EMAIL PROTECTED]:/usr/src/sys/compile/47  i386
 
  Any suggestions on things to look at?   Reboot has not helped.

 Well, I wouldn't *expect* a jail to be able to pull the process list
 out of the kernel.  It seems like a terrible idea to allow in the
 first place.  I can imagine a carefully limited interface for getting
 some of that information out, but last I recall (and admittedly that's
 a pretty rusty memory), those programs dove directly into kernel data
 structures.


For the last couple months I was able to pull ps information out, and it
only showed me the processes belonging to my jail. I was also able to run
the other commands that come up with bad namelist.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: GCC 3.3.1 + Pentium 4

2003-07-13 Thread Jens Rehsack
Mo wrote:

If anyone knows how to make it use Pentium 4 optimizations, please let 
me know.  By the way, if this is a mailing list, I am not subscribed, so 
please CC all replies to my e-mail address.
Hi Mo,

at first I consider you ask those questions in the current@ list,
because it's not a generic bsd question but a current optimization
one. Next I recommend to read the archives of current@, because
someone else asked the same and got an answer. And last but not
least I think if you care about such themes, you should subscribe
as well to current@ and maybe question@, too.
Best,
Jens
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


cannot build evolution

2003-07-13 Thread Lou Katz

I have cvsupped. When it get to here, it balks.

===  Building for Xft-2.1.2
gmake  all-am
gmake[1]: Entering directory `/work/local1/ports/x11-fonts/Xft/work/xft-2.1.2'
source='xftfreetype.c' object='xftfreetype.lo' libtool=yes \
depfile='.deps/xftfreetype.Plo' tmpdepfile='.deps/xftfreetype.TPlo' \
depmode=gcc /bin/sh ./depcomp \
/bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.   -I/usr/X11R6/include 
-I/usr/X11R6/include   -I/usr/local/include/freetype2
-I/usr/local/include -I/usr/X11R6/include -O -pipe  -c -o xftfreetype.lo `test -f 
'xftfreetype.c' || echo './'`xftfreetype.c
 cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include 
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -O -pipe -c
xftfreetype.c -Wp,-MD,.deps/xftfreetype.TPlo  -fPIC -o .libs/xftfreetype.o
xftfreetype.c: In function `XftFontOpenInfo':
xftfreetype.c:705: `PictStandardARGB32' undeclared (first use in this function)
xftfreetype.c:705: (Each undeclared identifier is reported only once
xftfreetype.c:705: for each function it appears in.)
xftfreetype.c:705: warning: assignment makes pointer from integer without a cast
xftfreetype.c:708: `PictStandardA8' undeclared (first use in this function)
xftfreetype.c:708: warning: assignment makes pointer from integer without a cast
xftfreetype.c:714: `PictStandardA1' undeclared (first use in this function)
xftfreetype.c:714: warning: assignment makes pointer from integer without a cast
gmake[1]: *** [xftfreetype.lo] Error 1
gmake[1]: Leaving directory `/work/local1/ports/x11-fonts/Xft/work/xft-2.1.2'
gmake: *** [all] Error 2
*** Error code 2


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


Re: cannot build evolution

2003-07-13 Thread Joe Marcus Clarke
On Sun, 2003-07-13 at 19:38, Lou Katz wrote:
 I have cvsupped. When it get to here, it balks.

You need XFree86-4.3.0 before you can build Xft-2.1.2.

Joe

 
 ===  Building for Xft-2.1.2
 gmake  all-am
 gmake[1]: Entering directory `/work/local1/ports/x11-fonts/Xft/work/xft-2.1.2'
 source='xftfreetype.c' object='xftfreetype.lo' libtool=yes \
 depfile='.deps/xftfreetype.Plo' tmpdepfile='.deps/xftfreetype.TPlo' \
 depmode=gcc /bin/sh ./depcomp \
 /bin/sh ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.   
 -I/usr/X11R6/include -I/usr/X11R6/include   -I/usr/local/include/freetype2
 -I/usr/local/include -I/usr/X11R6/include -O -pipe  -c -o xftfreetype.lo `test -f 
 'xftfreetype.c' || echo './'`xftfreetype.c
  cc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/X11R6/include -I/usr/X11R6/include 
 -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include -O -pipe -c
 xftfreetype.c -Wp,-MD,.deps/xftfreetype.TPlo  -fPIC -o .libs/xftfreetype.o
 xftfreetype.c: In function `XftFontOpenInfo':
 xftfreetype.c:705: `PictStandardARGB32' undeclared (first use in this function)
 xftfreetype.c:705: (Each undeclared identifier is reported only once
 xftfreetype.c:705: for each function it appears in.)
 xftfreetype.c:705: warning: assignment makes pointer from integer without a cast
 xftfreetype.c:708: `PictStandardA8' undeclared (first use in this function)
 xftfreetype.c:708: warning: assignment makes pointer from integer without a cast
 xftfreetype.c:714: `PictStandardA1' undeclared (first use in this function)
 xftfreetype.c:714: warning: assignment makes pointer from integer without a cast
 gmake[1]: *** [xftfreetype.lo] Error 1
 gmake[1]: Leaving directory `/work/local1/ports/x11-fonts/Xft/work/xft-2.1.2'
 gmake: *** [all] Error 2
 *** Error code 2
 
 
 Thanks
-- 
PGP Key : http://www.marcuscom.com/pgp.asc


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


postfix freebsd port with vda patch

2003-07-13 Thread Alfonso Romero
Is there a postfix port for freebsd that includes the vda patch from www.oavnet/vda?


Thanks in advance

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


Re: vinum and hot-swapping

2003-07-13 Thread Greg 'groggy' Lehey
On Sunday, 13 July 2003 at 14:14:53 -0500, Dan Nelson wrote:
 In the last episode (Jul 13), Andrea Venturoli said:
 ** Reply to note from Greg 'groggy' Lehey [EMAIL PROTECTED] Sat, 12 Jul 2003 
 17:13:29 +0930
 The real performance penalty for RAID-5 is simply that writes require
 so much I/O.  Expect 25% of the write performance of RAID-0.

 Ok, I must ask this: Shouldn't SCSI system allow paralell writes on
 different disks? If so, why so much penalty?

 Parallel I/Os are already being used.  A short write on a RAID-5 array
 requires you to

 1) Read the original block and the parity block (done in parallel)

 2) XOR the parity block with the original block and the new block

(which takes no time at all).

 3) Write the new block and the parity block (done in parallel)

 Which means that you're doing 4 times the I/O that a plain RAID-5 read
 would do.

I think the confusion is that people think that, because the I/O
transfers in (1) and (2) are in parallel, this is only twice the time,
not four times.  That's true from a latency point of view, but not
from a throughput point of view.

 There's no getting around this problem for small random writes.
 Repeated writes to the same locations only cost two writes, since
 the original and parity blocks are probably still in cache.

Vinum currently doesn't cache the blocks.  That's an issue I'm
thinking about.

 There is a threshold point where this stops being an issue, however.
 When your write size becomes larger than the raid-5 stripe width
 (stripe size * number of data disks), you can simply calculate the
 parity block directly and not have to read anything.  At this point,
 raid-5 magically becomes as efficient as raid-0 :)

 I don't believe vinum can optimize full-stripe writes, though, since
 FreeBSD can only do I/O in 64k max chunks,

128 kB.

 and since vunum is software instead of battery-backed hardware RAID,
 it cannot hold off on multiple writes until the stripe fills up.

It could, but it would be dangerous.  I've been thinking of offering
it as an option (how often do systems really go down?).

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


pgp0.pgp
Description: PGP signature


Re: postfix freebsd port with vda patch

2003-07-13 Thread Simon Barner
 Is there a postfix port for freebsd that includes the vda
 patch from www.oavnet/vda?

You can easyly do it yourself. CVSup your ports collection to get the
latest postfix port, then run 'make patch' and select the desired
options (sasl, ...).

Now download the patch to the ports work directory, gunzip and apply it
(patch  patch-file).

All you have to do now, is to resume the build (cd ..; make build).

Regards,
 Simon


signature.asc
Description: Digital signature


Re: Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Adam King
Version number is 5.1. I am using an older computer, a Dell OptiPlex GX1100
(Approx 3 years old), someone else replied saying that they had the same
problem with 5.1 on older hardware.

- Original Message -
From: Lowell Gilbert [EMAIL PROTECTED]
To: Adam King [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, July 14, 2003 9:08 AM
Subject: Re: Newbie install error mounting /dev/acd0 on /dist


 Adam King [EMAIL PROTECTED] writes:

  I am new to FreeBSD and recently bought a packaged CD set and am

 What version?

  installing it on a second hard drive. I am booting directly from the CD,
  configure all relevant option and and when I commit to installing, it
  fails with the error message:
 
  Error mounting /dev/acd0 on /dist: Input/Output error (5)
 
  I browsed the mailing list and found another person with the same
  problem, but without an appropriate fix. Does anyone know what the
  problem is?

 No, it could be lot of things, but you might try a minimal install
 until you get the system booting itself, then go back in and install
 the rest of what you want...

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


Support for 3ware Escalade 8500 Series

2003-07-13 Thread Eivind Hestnes
Hi,

Does anyone have any experience running freebsd 4.7/4.8/5.1 with a 3ware
Escalade 8500 S-ATA controller.

--
Mvh,
Eivind Hestnes, Network  IT Engineer. BOFH.
Stabbursmoen Skole

SELECT 2 + 2, pi(), 'PostgreSQL is more than a calculator!';
--


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


RE: Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Katinka Mills


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Adam King
 Sent: Monday, 14 July 2003 9:05 AM
 To: Lowell Gilbert
 Cc: [EMAIL PROTECTED]
 Subject: Re: Newbie install error mounting /dev/acd0 on /dist


 Version number is 5.1. I am using an older computer, a Dell
 OptiPlex GX1100
 (Approx 3 years old), someone else replied saying that they had the same
 problem with 5.1 on older hardware.

 - Original Message -
 From: Lowell Gilbert [EMAIL PROTECTED]
 To: Adam King [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Sent: Monday, July 14, 2003 9:08 AM
 Subject: Re: Newbie install error mounting /dev/acd0 on /dist


  Adam King [EMAIL PROTECTED] writes:
 
   I am new to FreeBSD and recently bought a packaged CD set and am
 
  What version?
 
   installing it on a second hard drive. I am booting directly
 from the CD,
   configure all relevant option and and when I commit to installing, it
   fails with the error message:
  
   Error mounting /dev/acd0 on /dist: Input/Output error (5)
  
   I browsed the mailing list and found another person with the same
   problem, but without an appropriate fix. Does anyone know what the
   problem is?
 
  No, it could be lot of things, but you might try a minimal install
  until you get the system booting itself, then go back in and install
  the rest of what you want...


I had a similar problem, could get through all the install options till it
started to put the actual files on the HDD, then it complained the disc in
the CDROM was either an invalid disk or audio disk.

My fix was to use another drive :o) the original drive worked fine once the
OS was installed, only ever happened on FreeBSD 4.4X

Regards,

Kat.
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.443 / Virus Database: 248 - Release Date: 10/01/2003

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


Re: bad namelist

2003-07-13 Thread Lowell Gilbert
Static [EMAIL PROTECTED] writes:

 On Sun, 13 Jul 2003, Lowell Gilbert wrote:
 
  Static [EMAIL PROTECTED] writes:
 
   I'm running fbsd 4.7 in a jail environment.  I am unable to run the
   following commands (so far) uptime, w, ps.  I get the message 'bad
   namelist'   I did some googling and found some responses from about 2
   years ago stating incomplete upgrade.  This was not the case, there has
   been no update.
  
   %w
   w: bad namelist
   %w -n
   w: bad namelist
   %uptime
   uptime: bad namelist
   %ps
   ps: bad namelist
   %ps aux
   ps: bad namelist
  
  
   FreeBSD inton.Ninja-assassin.com 4.7-RELEASE FreeBSD 4.7-RELEASE #0: Thu
   Feb  6 22:32:38 PST 2003
   [EMAIL PROTECTED]:/usr/src/sys/compile/47  i386
  
   Any suggestions on things to look at?   Reboot has not helped.
 
  Well, I wouldn't *expect* a jail to be able to pull the process list
  out of the kernel.  It seems like a terrible idea to allow in the
  first place.  I can imagine a carefully limited interface for getting
  some of that information out, but last I recall (and admittedly that's
  a pretty rusty memory), those programs dove directly into kernel data
  structures.
 
 
 For the last couple months I was able to pull ps information out, and it
 only showed me the processes belonging to my jail. I was also able to run
 the other commands that come up with bad namelist.

Hmm, yeah, okay, I took a look at it, and it definitely should work.
Sorry about that.  

Are you sure that the code from which you built the jail is the same
as the code from which you built your kernel?  *Something* changed
between the last time it worked and the first time it didn't; did you
update any of the code inside of the jail?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Lowell Gilbert
Adam King [EMAIL PROTECTED] writes:

 Version number is 5.1. I am using an older computer, a Dell OptiPlex GX1100
 (Approx 3 years old), someone else replied saying that they had the same
 problem with 5.1 on older hardware.

Hmm.  Please remember that 5.1 is intended for early adopters, and
you're generally expected to help solve any problems that you run
into.  In this case, though, there is enough ongoing work on the ATAPI
code that I suspect the experts would ask you to update to the latest
-CURRENT and see if your system works better there.

Personally, I wouldn't consider that machine particularly old, but the
issue might be just how standards-compliant your CD-ROM drive and ATA
controller are.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Adam King
Thanks,

As Katherine pointed out, she had the same problem with an older CD-ROM and
a swap with a newer drive worked. I have brand new CD-RW (which is
definately ATAPI compliant) so I'll try swapping that for the install and
see how I go. If still no luck I'll try an older release. Thanks for the
help.

Cheers,
Adam


- Original Message -
From: Lowell Gilbert [EMAIL PROTECTED]
To: Adam King [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, July 14, 2003 11:25 AM
Subject: Re: Newbie install error mounting /dev/acd0 on /dist


 Adam King [EMAIL PROTECTED] writes:

  Version number is 5.1. I am using an older computer, a Dell OptiPlex
GX1100
  (Approx 3 years old), someone else replied saying that they had the same
  problem with 5.1 on older hardware.

 Hmm.  Please remember that 5.1 is intended for early adopters, and
 you're generally expected to help solve any problems that you run
 into.  In this case, though, there is enough ongoing work on the ATAPI
 code that I suspect the experts would ask you to update to the latest
 -CURRENT and see if your system works better there.

 Personally, I wouldn't consider that machine particularly old, but the
 issue might be just how standards-compliant your CD-ROM drive and ATA
 controller are.

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


4.5 to 4.8, disks not mounting now -- solved

2003-07-13 Thread bill mcmilleon
Well, I eventually figured this one out myself.  For some reason, 4.8 wants 
me to omit the partition letter from the name: i.e., /dev/ad4s1 instead of 
/dev/ad4s1e.  I think this might have to do with being set up as 
dangerously dedicated.

--Bill

Date:  Sun, 13 Jul 2003 08:17:01 -0500
From:  bill mcmilleon [EMAIL PROTECTED]
To:[EMAIL PROTECTED]
Subject:   4.5 to 4.8, disks not mounting now -- w/ disklabel error output
Message-ID:  [EMAIL PROTECTED]

Next in thread | Raw E-Mail | Index | Archive | Help



Sorry, I should have included this output as well:

fs3# disklabel -r ad4
disklabel: bad pack magic number (label is damaged, or pack is unlabeled)
--Bill McMilleon

quoting previous posting below:
-
I have a Pentium 233 that was running 4.5-RELEASE whose boot drive went
belly up last week. Fortunately, I have a atapci1: Promise TX2 ATA133
controller which provides access to my primary data drives, so merely
replacing the failed boot drive that lived on the onboard ide controller
would not result in a loss of critical data.
Unfortunately, it appears that the fresh install of 4.8-RELEASE on a new,
replacement boot drive is unable to mount the old drives on the Promise
controller.  Dmesg output still conveys that the controller and drive names
(ad4, ad5, ad7) are found, but disklabel reports disklabel: bad pack magic
number (label is damaged, or pack is unlabeled) and attempts to mount fail.
 Please see below.  I am inexperienced at migrations like this, and fear
the loss of this large amount of critical data.  See details below.  Any
help is appreciated.  Thx.  --Bill McMilleon
Selected dmesg output:

atapci0: Intel PIIX3 ATA controller port 0xf000-0xf00f at device 7.1 on
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371SB (PIIX3) USB controller at 7.2 irq 10
atapci1: Promise TX2 ATA133 controller port
0x7400-0x740f,0x7000-0x7003,0x6c00
-0x6c07,0x6800-0x6803,0x6400-0x6407 mem 0xe002-0xe0023fff irq 9 at
device 13 .0 on pci0
ata2: at 0x6400 on atapci1
ata3: at 0x6c00 on atapci1
.
.
.
ad0: 8809MB QUANTUM FIREBALLP KA9.1 [17898/16/63] at ata0-master WDMA2
ad4: 117800MB IC35L120AVVA07-0 [239340/16/63] at ata2-master UDMA100
ad5: 171705MB WDC WD1800BB-00DAA0 [348861/16/63] at ata2-slave UDMA100
ad7: 156334MB Maxtor 4G160J8 [317632/16/63] at ata3-slave UDMA133
acd0: DVD-ROM AOpen Inc. DVD-ROM DVD-1640 PRO 0122 at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a
WARNING: R/W mount of /i120g denied.  Filesystem is not clean - run fsck
Fstab (failing mounts commented out):

/dev/ad0s1b noneswapsw  0   0
/dev/ad0s1a /   ufs rw  1   1
/dev/ad0s1f /tmpufs rw  2   2
/dev/ad0s1g /usrufs rw  2   2
/dev/ad0s1e /varufs rw  2   2
/dev/acd0c  /cdrom  cd9660  ro,noauto   0   0
#/dev/ad4s1e/disks/stashufs rw  2   2
#/dev/ad5s1e/disks/main ufs rw  2   2
#/dev/ad7s1e/disks/mediaufs rw  2   2
proc/proc   procfs  rw  0   0
Typical fdisk output (ad5 and ad7 are similar):

fs3# fdisk -s ad4
/dev/ad4: 15017 cyl 255 hd 63 sec
PartStartSize Type Flags
  1:  63   241248042 0xa5 0x80
Typical disklabel output (again, ad5 and ad7 similar):

fs3# disklabel ad4
# /dev/ad4:
type: unknown
disk: amnesiac
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 15017
sectors/unit: 241254720
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
 c: 2412547200unused0 0# (Cyl.0 -
15017*)
_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail




[EMAIL PROTECTED]

_
Protect your PC - get McAfee.com VirusScan Online  
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


FreeBSD 4.8-RELEASE mutt color

2003-07-13 Thread Kyle Jamieson
I'm running 4.8-RELEASE; relatively new to FreeBSD.  I
get color in vim and ls, but not mutt.  How can I get
color in mutt?

- yes, I've tried setting TERM=xterm-color; no change.
- yes, I've installed ncurses; no change.
- yes, I realize this may be a mutt-specific q, but
I'm asking for help here.

Thanks for any help you can give.

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum and hot-swapping

2003-07-13 Thread Marc Wiz
On Mon, Jul 14, 2003 at 10:02:58AM +0930, Greg 'groggy' Lehey wrote:
  I don't believe vinum can optimize full-stripe writes, though, since
  FreeBSD can only do I/O in 64k max chunks,
 
 128 kB.
 

Greg,

I thought physio was limited to 64 KB?  The man page on dump
states this.  Please correct me if I am wrong.

I was told this was due to an ISA limitation but IMHO many people
don't run systems with ISA anymore.  (Except of course keyboards, mouse
and serial ports :-)

Thanks,
Marc

-- 
Marc Wiz
[EMAIL PROTECTED]
Yes, that really is my last name.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum and hot-swapping

2003-07-13 Thread Greg 'groggy' Lehey
On Sunday, 13 July 2003 at 20:57:46 -0500, Marc Wiz wrote:
 On Mon, Jul 14, 2003 at 10:02:58AM +0930, Greg 'groggy' Lehey wrote:
 I don't believe vinum can optimize full-stripe writes, though, since
 FreeBSD can only do I/O in 64k max chunks,

 128 kB.

 I thought physio was limited to 64 KB?  The man page on dump states
 this.  Please correct me if I am wrong.

Physio is limited to MAXPHYS, which you'll find defined in
/usr/include/sys/param.h:

  #ifndef MAXPHYS
  #define MAXPHYS   (128 * 1024)/* max raw I/O transfer size */
  #endif

I've taken a look at the dump code (yuk!), and it no longer places any
limitation on the block size.  I'll fix the man page.

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


pgp0.pgp
Description: PGP signature


Re: FreeBSD 4.8-RELEASE mutt color

2003-07-13 Thread Joshua Oremzn
On Sun, Jul 13, 2003 at 06:39:31PM -0700 or thereabouts, Kyle Jamieson wrote:
 I'm running 4.8-RELEASE; relatively new to FreeBSD.  I
 get color in vim and ls, but not mutt.  How can I get
 color in mutt?
 
 - yes, I've tried setting TERM=xterm-color; no change.
 - yes, I've installed ncurses; no change.
 - yes, I realize this may be a mutt-specific q, but
 I'm asking for help here.

Put this in ~/.muttrc:
source ~/.muttcolor

and put this in ~/.muttcolor:
### --snip-- ###
#
# -*-- Mutt Theme 'OpenBSD' --*-
# By  Han Boetes
# Absolutely NO copyright (c) 2001 (Do with it whatever you like)
# I was inprired by this poster when creating this theme:
# http://www.openbsd.org/art/BSDPoster2.jpg
# I bought that poster at hal2001
#
### Modified by me :-)

# Colors you can use:
#
# white   -   brightwhite
# yellow  -   brightyellow
# cyan-   brightcyan
# blue-   brightblue
# green   -   brightgreen
# black   -   brightblack


color normal  whitedefault
color attachment  cyan default
color boldcyan default
color underline   brightwhite  default
color error   yellow   default
color indicator   blackwhite
color message cyandefault
color status  blackwhite

color quoted  greendefault
color quoted1 yellow   default
color quoted2 blue default
color quoted3 brightblack  default
color quoted4 brightblack  default
color quoted5 brightblack  default

color signature   brightblack  default
#color tilde   brightcyan   default
color treegreendefault
color markers brightblack  default

color bodybrightyellow default  [^ ]*:\/\/[^ ]* # for URLs
color bodyyellow default  [EMAIL PROTECTED] # For email adresses

color hdrdefault  brightblack default
#color header  brightcyan   default  ^date: *
#color header  brightcyan   default  ^from: *
color header  brightwhite   default  ^subject: *
#color header  cyan default  ^to: *
#color header  cyan default  ^delivecyan-to: *
#color header  cyan default  ^cc: *
#color header  cyan default  ^bcc: *
#color header  brightcyan   default  ^reply-to: *
#color header  brightcyan   default  ^mail-followup-to: *
#color header  brightcyan   default  ^old-return-path: *
#color header  cyan default  ^x-mailer: *
#color header  cyan default  ^user-agent: *
#color header  cyan default  ^x-operating-system: *
#color header  brightcyan   default  ^x-mailing-list: *
#color header  cyan default  ^in-reply-to: *

color index   brightwhite  default ~N   # New
color index   cyan default ~O   # Unread
color index   yellow default ~g   # gpg signed
color index   brightblue   default ~G   # gpg encrypted
color index   brightwhite  default ~F   # Flagged
color index   brightcyan   default ~T   # Tagged
color index   brightwhite  default ~f [EMAIL PROTECTED]
color index   brightwhite  default ~f [EMAIL PROTECTED]
color index   greendefault ~h ^X.Mailer..Microsoft.Outlook
color index   brightblack  default ~D   # Deleted

# }}}
### --snip-- ###

HTH

-- Josh

 
 Thanks for any help you can give.
 
 __
 Do you Yahoo!?
 SBC Yahoo! DSL - Now only $29.95 per month!
 http://sbc.yahoo.com
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


logging my commands to a file so I can print it out

2003-07-13 Thread Grant Cooper
I'm trying to print out my commands that I input into the terminal from root
to a file so I can print it out. How can I do this?

I'm not on the list so can you email me back. Thanks..

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


Re: vinum and hot-swapping

2003-07-13 Thread Marc Wiz
On Mon, Jul 14, 2003 at 11:49:14AM +0930, Greg 'groggy' Lehey wrote:
 On Sunday, 13 July 2003 at 20:57:46 -0500, Marc Wiz wrote:
  On Mon, Jul 14, 2003 at 10:02:58AM +0930, Greg 'groggy' Lehey wrote:
  I don't believe vinum can optimize full-stripe writes, though, since
  FreeBSD can only do I/O in 64k max chunks,
 
  128 kB.
 
  I thought physio was limited to 64 KB?  The man page on dump states
  this.  Please correct me if I am wrong.
 
 Physio is limited to MAXPHYS, which you'll find defined in
 /usr/include/sys/param.h:
 
   #ifndef MAXPHYS
   #define MAXPHYS (128 * 1024)/* max raw I/O transfer size */
   #endif
 

That's nice to know.  What prevents it from being increased beyond
128K?

 I've taken a look at the dump code (yuk!), and it no longer places any
 limitation on the block size.  I'll fix the man page.
 

Thanks.  I have tried increasing the block size but going past 64K
does not seem to help performance.  I will have to check the dump
code to see if it is limiting itself to a max of 64K.

Thanks!

Marc

-- 
Marc Wiz
[EMAIL PROTECTED]
Yes, that really is my last name.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: vinum and hot-swapping

2003-07-13 Thread Greg 'groggy' Lehey
On Sunday, 13 July 2003 at 22:01:37 -0500, Marc Wiz wrote:
 On Mon, Jul 14, 2003 at 11:49:14AM +0930, Greg 'groggy' Lehey wrote:
 On Sunday, 13 July 2003 at 20:57:46 -0500, Marc Wiz wrote:
 On Mon, Jul 14, 2003 at 10:02:58AM +0930, Greg 'groggy' Lehey wrote:
 I don't believe vinum can optimize full-stripe writes, though, since
 FreeBSD can only do I/O in 64k max chunks,

 128 kB.

 I thought physio was limited to 64 KB?  The man page on dump states
 this.  Please correct me if I am wrong.

 Physio is limited to MAXPHYS, which you'll find defined in
 /usr/include/sys/param.h:

   #ifndef MAXPHYS
   #define MAXPHYS(128 * 1024)/* max raw I/O transfer size */
   #endif

 That's nice to know.  What prevents it from being increased beyond
 128K?

There are a couple of things, I think, but I can't recall what.
Individual controllers and host adaptors sometimes have quirks.

 I've taken a look at the dump code (yuk!), and it no longer places any
 limitation on the block size.  I'll fix the man page.

 Thanks.  I have tried increasing the block size but going past 64K
 does not seem to help performance.  I will have to check the dump
 code to see if it is limiting itself to a max of 64K.

Check the dump with iostat 1.  I think that the CAM layer currently
restricts all I/O to 60 kB.   If that's the case, you'll probably find
that 60 kB blocks will be faster than 64 (which will give you an
average block size of 30).

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


pgp0.pgp
Description: PGP signature


Re: IMAP stealing mail??

2003-07-13 Thread David Loszewski
On Sun, 2003-07-13 at 07:19, Scott Mitchell wrote:
 On Sat, Jul 12, 2003 at 04:23:50PM -0500, David Loszewski wrote:
  On Sat, 2003-07-12 at 15:04, lewiz wrote:
   On Sat, Jul 12, 2003 at 03:33:40PM -0500, David Loszewski wrote:
squirrelmail on my webserver.  Once I grab my mail using one of these
webmail clients it's as if it's actually popping the mail from the
mailserver instead of just imapping it so when i go to my desktop mail
client it says I have no mail yet unless I have not used the webmail
   
   Just a guess but are you sure by ``no mail'' it doesn't mean ``no new
   mail''?  If you read new mail via WWW it would change the flags and
   indicate the mail had been read.
   
 Best wishes,
   
   -lewiz.
  yea, if I don't touch the mail and it stays unread it won't show up in
  my mail client if I logged into my webclient. Only messages that I had
  after logging out of my webclient will show in my mail client.
 
 What mail client are you using on your desktop?  If it's some kind of POP3
 arrangement (using fetchmail or something similar) I can quite believe it
 would only notice mail that arrived since the last IMAP session.
 
 Personally I'd just run an IMAP client on my desktop as well -- that should
 be able to see all the mail on the server, whether it's been read or not.
 
   Scott
 

yea, but then it doesn't grab the mail from the server.  It doesn't
matter what mail client I use, I've tried Ximian Evolution as well as
Microsoft Outlook Express.

-- 
David Loszewski
[EMAIL PROTECTED]
BSDAdmins.net - Your #1 source for BSD Collaboration!

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


Re: logging my commands to a file so I can print it out

2003-07-13 Thread Joshua Oremzn
On Sun, Jul 13, 2003 at 08:39:12PM -0700 or thereabouts, Grant Cooper wrote:
 I'm trying to print out my commands that I input into the terminal from root
 to a file so I can print it out. How can I do this?

man 1 script

-- Josh

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


ports question

2003-07-13 Thread Marvin J. Kosmal


Hi

How do I go into ports

and do the make off the cdrom cause
I am not on network yet.

I am assuming I can do the make and 
the files I need are on the CDROM???


TIA


-- 
Marvin J. Kosmal
Linux Activist
Registered User # 88512
Brought to by Libranet 2.7

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


Re: ports question

2003-07-13 Thread pat bey
Check command /stand/sysinstall
post-configure, then packages check those you want to
install off of cd

--- Marvin J. Kosmal [EMAIL PROTECTED] wrote:
 
 
 Hi
 
 How do I go into ports
 
 and do the make off the cdrom cause
 I am not on network yet.
 
 I am assuming I can do the make and 
 the files I need are on the CDROM???
 
 
 TIA
 
 
 -- 
 Marvin J. Kosmal
 Linux Activist
 Registered User # 88512
 Brought to by Libranet 2.7
 
 ___
 [EMAIL PROTECTED] mailing list

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


=
Suppressed minds have no Freedom of Choice

__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


dmesg(.boot) has no useful boot messages

2003-07-13 Thread Gary W. Swearingen
I've just switched from 4.8 to 5.1-CURRENT and all the dmesg files
are full of stuff that I've never seen before, like this:

6 start_16_io RW *Handler
307 start_32_io RW *Handler
308 debug RW *Handler
  309 pci R  Node
310 enable_io_modes RW *Handler Int
311 allow_unsupported_io_range R  *Handler Int
  327 usb RW Node
  328 wi R  Node
329 txerate RW *Handler Int
330 debug RW *Handler Int

which would be OK, except that all the more useful messages seem to
get scrolled off the end of the dmesg buffer so if you can't read the
boot messages while they're flashing by on the boot console your out
of luck.  I see nothing about it in UPDATING or the handbook.

How do I turn off the more useless debugging boot messages or make the
dmesg buffer larger?

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


Re: IMAP stealing mail??

2003-07-13 Thread Kevin Stevens
On Sunday, Jul 13, 2003, at 21:04 US/Pacific, David Loszewski wrote:

On Sun, 2003-07-13 at 07:19, Scott Mitchell wrote:
On Sat, Jul 12, 2003 at 04:23:50PM -0500, David Loszewski wrote:
On Sat, 2003-07-12 at 15:04, lewiz wrote:
On Sat, Jul 12, 2003 at 03:33:40PM -0500, David Loszewski wrote:
squirrelmail on my webserver.  Once I grab my mail using one of 
these
webmail clients it's as if it's actually popping the mail from the
mailserver instead of just imapping it so when i go to my desktop 
mail
client it says I have no mail yet unless I have not used the 
webmail
At a guess I suspect there's confusion between the IMAP and non-IMAP 
clients as to where the mail spool is and who owns it.  The UW-IMAP 
server will, by default, take the mail from the spool and put it in the 
user directory as an mbox file - but it can be doing a lot of different 
things.

Just a thought.  FYI - I use UW-IMAP, and successfully access my mail 
from Squirrelmail, pine, OS X's Mail program, and Outlook Express, 
depending on what computer I'm on.  All works as one would hope WRT new 
messages showing as new, deleted messages ending up in the right 
folder, etc.  So it *can* work.

KeS

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


Modem replies to commands mostly not seen.

2003-07-13 Thread Gary W. Swearingen
I hooked up an external 28.8 modem after continuity-cheking the cable
but the lights didn't seem right, as I remember them. (I've not use my
modem for several years.)  Modem doesn't respond to terminal emulator
commands and seems broken, so I throw in an internal (non-winmodem)
Sportster (that I've just seen working OK under Linux).  Boot message
looks OK as it flashes by; it identifies the proper UART, IRQs, etc,
(but not an ID string from the modem -- I don't know if that's
expected or not).  I hand-set the COM # and IRQ and made things
match in /boot/device.hints.  And it sort of works.  I'm using
/dev/cuaa3.

When I run a terminal emulator (tip, seyon, and minicom, so far), I
get the same behavior: 1) Each character typed isn't seen until I type
the next character.  2) Giving it the AT command (or most others),
it never says OK, but a few info commands, like ATI6 will slowly
spit out their reply (even ending with OK) if I bang away on the
keys, one or two characters per key.  Looks like some kind of
flow-control problem, but I've tried lots of fixes (using the terminal
emulator's config controls) and always get the same behavior.  I've
even messed with some of the stty stuff, though I think that should
be overruled by the terminal emulators (except maybe tip, which I
barely know).

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


Broken port: sendmail-milter

2003-07-13 Thread Martin Schweizer
Hello 

Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it reinstall because 
it occurs the following error:

[snip]

Starting final network daemons:
.
ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
Starting standard daemons:
 inetd
 cron
 sshd
 usbd
 sendmail

Why this?

*
WARNING: Xspamassassin: local socket name /var/run/spamass-milter.sock missing
* 
 sendmail-clientmqueue

[snip]

-- 

Regards

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgp0.pgp
Description: PGP signature


Re: dmesg(.boot) has no useful boot messages

2003-07-13 Thread Matt Bettinger
On Sun, 13 Jul 2003 21:08:19 -0700
[EMAIL PROTECTED] (Gary W. Swearingen) wrote:

 How do I turn off the more useless debugging boot messages or make the
 dmesg buffer larger?
 
 Thanks.

Not sure how to turn it off or increase the buffer size but,  have you
viewed the file /var/run/dmesg.boot ?

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


Complete hard-drive crash!

2003-07-13 Thread yo _
Hello!

Hi everyone, i was under the impression that FreeBSD had great hard drive 
reliability even when using Soft Updates. I'm sure it does as nothing like 
this has ever happened to me before. I'm using FreeBSD 4.8 Release with a 
custom kernel (nothing questionable taken out) with the packaged version of 
KDE 3.1.0 that comes on the dist CD. I've been using it very stably for 
about a month  and a half now (less than zero problems) and today i opened 
Konqueror and my computer HARD FROZE, super hard. Since most of my files are 
backed up daily i wasn't worried, and usually with freezes not many files 
are lost, if any.
Well when i rebooted after the freeze my hard drive lost it's MBR i guess 
(or maybe it got corrupted) because my bios gave me NON SYSTEM DISK OR BOOT 
ERROR. I rebooted once more after that, and the FreeBSD bootloader came up 
(slower than usualy) and slightly complained about not findind loader.conf. 
Then it attempted on loading the kernel, until the kernel finished loading 
(stopped printing devices) and gave me a prompt and asked me what root 
device i shoudl load ( it was in the form of fstype:device) i attempted 
ufs:/dev/ad0s1a but it named a bunch of errors and i was forced to reboot 
into the same process again and again. So i fsck'ed alll my partitions that 
were mounted when it first crashed (using FixIt) and i was able to get all 
my files back. The problem is the files were scattered throughout each 
partition in lost+found and some folders were just gone, so the filesystem, 
i think, is completely ruined.
I was using Soft Updates for all my partitions besides the root partition 
(even though the root was also missing a lot of files too). I wanted to know 
what could have caused my hard drive to crash so hard and also how i could 
avoid this type of behavior in the future because as it looks i might have 
to do a complete reinstall. Also, How can i reinstall the FreeBSD standard 
MBR? (the one that is minimal and only loads FreeBSD). Thanks a ton!
-rian

_
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


[ OT ] FreeBSD Deamon Transparent Gif

2003-07-13 Thread Rus Foster
Don't support anyone has a copy of the Daemon as a transparent gif they
could send me do they?

Cheers

Rus

-- 
www: http://www.65535.net   | Hosting - Shell Accounts
MSNM: [EMAIL PROTECTED] | Virtual Servers from just $15/mo
e: [EMAIL PROTECTED]   | Community: http://www.65535.org
t: +44 (0) 7092016595   | 10% Donation on every FreeBSD product
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Adam King
Hi all.

I am new to FreeBSD and recently bought a packaged CD set and am
installing it on a second hard drive. I am booting directly from the CD,
configure all relevant option and and when I commit to installing, it
fails with the error message:

Error mounting /dev/acd0 on /dist: Input/Output error (5)

I browsed the mailing list and found another person with the same
problem, but without an appropriate fix. Does anyone know what the
problem is?

Thanks,
Adam





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


Re: linux_base-7.1_5

2003-07-13 Thread David Loszewski
On Sat, 2003-07-12 at 22:36, elliot sadlon wrote:
 hi..i recently installed version 4.2, and then i went and installed 
 acroread-4.05 (from the website), and also linux_base-7.1_5 (since it said i 
 needed this very linux emulator)..i went to xwindows (under the fvwm95 
 manager) and clicked the acrobat button, the problem arising when a bunch 
 of lines came up saying
 /kernel: linux: syscall fstat64 is obsoleted or not implemented
 /kernel: linux: syscall stat64 is obsoleted or not implemented
 /kernel: linux: syscall setup is obsoleted or not implemented
 
 so, of course, id be incredibly thankful if you could help out..i guess the 
 question is how to get the linux emulator going..
 
 thanx :)
 
 _
 Add photos to your messages with MSN 8. Get 2 months FREE*.  
 http://join.msn.com/?page=features/featuredemail
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

Once you install it from the port it should work, you may need to also
update the database.  What version of acrobat you using because I know
that some versions have some problems with the newer version of the
linux emulator.

-- 
David Loszewski
[EMAIL PROTECTED]
BSDAdmins.net - Your #1 source for BSD Collaboration!

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


Re: Post about BSD's alleged demise on /.

2003-07-13 Thread Greg 'groggy' Lehey
On Thursday, 10 July 2003 at 18:12:14 -0500, Chris wrote:
 On Thursday 10 July 2003 06:06 pm, John Mills wrote:
 Snippage...

 Let's keep to the facts and look at the numbers.

 OpenBSD leader Theo states that there are 7000 users of OpenBSD. How
 many users of NetBSD are there? Let's see. The number of OpenBSD versus
 NetBSD posts on Usenet is roughly in ratio of 5 to 1. Therefore there
 are about 7000/5 = 1400 NetBSD users. BSD/OS posts on Usenet are about
 half of the volume of NetBSD posts. Therefore there are about 700 users
 of BSD/OS. A recent article put FreeBSD at about 80 percent of the *BSD
 market. Therefore there are (7000+1400+700)*4 = 36400 FreeBSD users.
 This is consistent with the number of FreeBSD Usenet posts.


 What kinda of math is this?!?! It this the sorta thing they are teaching in
 public schools now?

No, it's the sort of thing they've been posting on /. for years now.
The troll doesn't even bother to update his numbers.  Based on these
numbers, every user of FreeBSD has three copies of The Complete
FreeBSD.

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


pgp0.pgp
Description: PGP signature


The FreeBSD Diary: 2003-06-22 - 2003-07-12

2003-07-13 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 http://www.freebsd.org/search/search.html#mailinglists 
and/or The FreeBSD Diary http://www.freebsddiary.org/. 


-- 
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

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


Re: The FreeBSD Diary: 2003-06-22 - 2003-07-12

2003-07-13 Thread Josef Grosch
On Sun, Jul 13, 2003 at 12:10:01AM -0700, Dan Langille wrote:
 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 http://www.freebsd.org/search/search.html#mailinglists 
 and/or The FreeBSD Diary http://www.freebsddiary.org/. 


Yes, this is wonderful but...

 The connection was refused when attempting to contact www.freebsddiary.org


Did we forget something?


Josef

-- 
Josef Grosch   | Another day closer to a | FreeBSD 5.1
[EMAIL PROTECTED] |   Micro$oft free world  | www.bafug.org
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: The FreeBSD Diary: 2003-06-22 - 2003-07-12

2003-07-13 Thread Jeremy Gaddis
On Sun, 2003-07-13 at 02:18, Josef Grosch wrote:

 Yes, this is wonderful but...
 
  The connection was refused when attempting to contact www.freebsddiary.org
 
 
 Did we forget something?

Waiting a few minutes and trying again, perhaps?  :)

Works fine here.

j.

-- 
Jeremy L. Gaddis   [EMAIL PROTECTED]   http://www.gaddis.org

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


Re: linux_base-7.1_5

2003-07-13 Thread Kris Kennaway
On Sun, Jul 13, 2003 at 03:36:12AM +, elliot sadlon wrote:
 hi..i recently installed version 4.2, and then i went and installed 
 acroread-4.05 (from the website), and also linux_base-7.1_5 (since it said 
 i needed this very linux emulator)..i went to xwindows (under the fvwm95 
 manager) and clicked the acrobat button, the problem arising when a bunch 
 of lines came up saying
 /kernel: linux: syscall fstat64 is obsoleted or not implemented
 /kernel: linux: syscall stat64 is obsoleted or not implemented
 /kernel: linux: syscall setup is obsoleted or not implemented

These advisory messages are harmless.  glibc will fall back to using
other syscalls.

Kris

pgp0.pgp
Description: PGP signature


Question on /etc/make.conf for upgrade to 4.8R

2003-07-13 Thread Lin Jianfong
I'm wondering about this group of options :

# To avoid building various parts of the base system:
#NO_CVS=  true  # do not build CVS
#NO_BIND= true  # do not build BIND
#NO_FORTRAN=  true  # do not build g77 and related libraries
#NO_I4B=  true  # do not build isdn4bsd package
#NO_IPFILTER= true  # do not build IP Filter package
#NO_LPR=  true  # do not build lpr and related programs
#NO_MAILWRAPPER=true  # do not build the mailwrapper(8) MTA selector
#NO_MODULES=  true  # do not build modules with the kernel
#NO_OBJC= true  # do not build Objective C support
#NO_OPENSSH=  true  # do not build OpenSSH
#NO_OPENSSL=  true  # do not build OpenSSL (implies NO_OPENSSH)
#NO_SENDMAIL= true  # do not build sendmail and related programs
#NO_SHAREDOCS=  true  # do not build the 4.4BSD legacy docs
#NO_TCSH= true  # do not build and install /bin/csh (which is tcsh)
#NO_X=true  # do not compile in XWindows support (e.g. doscmd)
#NOCRYPT= true  # do not build any crypto code
#NOGAMES= true  # do not build games (games/ subdir)
#NOINFO=  true  # do not make or install info files
#NOLIBC_R=  true  # do not build libc_r (re-entrant version of libc)
#NOPERL=  true  # do not build perl. Disables OpenSSL optimizations
#NOPROFILE= true  # Avoid compiling profiled libraries
#NOSECURE=  true  # do not build crypto code in secure/ subdir
#NOSHARE= true  # do not go into the share subdir
#NOUUCP=  true  # do not build uucp related programs
Aren't some of the parts of the base system supposed to be upgraded along, 
such as tcsh, bind, cvs, lpr, etc or are they not really part of the base 
system ? I'm planning to upgrade a 4.7 box to 4.8.

Thanks.

_
Add photos to your messages with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail

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


Freevo in freebsd?

2003-07-13 Thread Voicu Liviu
Any 1 know if I can install Freevo in freebsd? (http://freevo.sourceforge.net/)
Best regards,
Liviu

-- 
Voicu Liviu

Click here to see my GPG signature:
--

http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerrorsearch=pacman%40mscc.huji.ac.ilop=vindexfingerprint=onsubmit=Get+List


pgp0.pgp
Description: PGP signature


Re: vinum and hot-swapping

2003-07-13 Thread Andrea Venturoli
** Reply to note from Malcolm Kay [EMAIL PROTECTED] Sun, 13 Jul 2003 14:42:21 +0930


  Shouldn't SCSI system allow paralell writes on different disks? 
  
 Physical writes yes. But how does the data get there? 
 The SCSI bus (like any other) has a finite bandwidth.

Ok, but suppose you have an 80MB/s bus with 3 disks attached.
Not accounting for cache, I don't believe a disk will do 80/3=27 MB/s, so they 
actually can work in parallel, don't
they?

Obviously this is only an example...

 bye
av.



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


Re: partition recovery

2003-07-13 Thread Marcin Gryszkalis
sorry for swapping slices/partitions - it was
too late yesterday and I had too much work...
Here's more explanation:
On 2003-07-13 06:48, Malcolm Kay wrote:
there was windows 2000
[  ntfs ]

I made some place for FreeBSD
How?
I used partition magic, I resized first dos-partition
and created second primary dos-partition (without
extended dos-partition).
In FreeBSD terminalogy this is now 2 slices:-
[ ntfs  ][  ufs=ad0s2   ]


I created slices
In FreeBSD terminology created partitions or
more specifically BSD partitions.
right, that's what I did :)
[ ntfs  ][( s2a )( s2b )... ]

after some time I removed win2000 - and just
did newfs on first partition (no repartitioning,
no slices - only newfs)
On the first slice -- no BSD partitioning.
right, the question is - is that ok, to do that?
I mean - to newfs without bsd-partitioning?
[ufs=ad0s1  ][( s2a )( s2b )... ]

The MBR (master boot record) table will still have
the first slice marked as ntfs unless you ran fdisk to
change it.
do you mean - the main dos-partition table?
I *think* I fixed it using gpart. The linux sfdisk says
now:
fake:~# sfdisk -d /dev/hda
# partition table of /dev/hda
unit: sectors
/dev/hda1 : start=   63, size=125821017, Id=a5
/dev/hda2 : start=125821080, size=  3903795, Id=82
/dev/hda3 : start=129724875, size= 30346784, Id=83, bootable
/dev/hda4 : start=0, size=0, Id= 0

after some time I wanted to install debian GNU/Linux
(this is test-box)
[ufs=ad0s1=hda1 ][swap=hda2][ext2=hda3]
and here something bad happened during installation
(few reboots/kernel panics and so on)

It seems you have now assigned all slices to Linux
at least in your mind. But what types does fdisk think they are?
I didn't touch the ad0s1 when installing linux,
I just removed ad0s2 and placed two linux-partitions there.
(hda2 - linux swap and hda3 - linux system)
(I wanted to use ad0s1 to move some data to the new system,
I expected linux to be able to mount UFS - at least r/o)

it CAN mount it as NTFS (and I can even see
some windows files!)
 - freebsd can see it as UFS but cannot mount

Where is FreeBSD? -- it appeared you had given the FreeBSD slice
ad0s2 over to Linux swap -- but then I'm not knowledgable with 
respect to exactly what Linux means by hda2.
I run  freebsd from live-cd now (as I explained above
I removed freebsd slice (ad0s2) with all bsd-partitions
inside).
('bad magic number' or bad superblock),
using backup superblock
(-b 32) doesn't work.
What can I do to recover data from the first partition???
What data? -- the original ntfs data or what Linux may have installed?
I suspect that in either case it is now pretty much corrupted. The semblance 
of windows files will have a scattering of blocks over written by newfs.
I want to recover files from UFS filesystem on ad0s1. It was NTFS before
but as I mentioned before - I did newfs, so It became UFS. I think
the windows files that can be seen are just shadows of old days
(blocks that were not overwritten during using the slice with
FreeBSD). I looked at the slice with lde (linux disk editor, I
don't like the tool but I couldn't find anything more user-friendly)
and it seems that the files I saved to UFS are in good condition.
I hope the case is more clear now :)
What do you advice to do now?
regards
--
Marcin Gryszkalis
http://fork.pl

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


IPv4/IPv6 dual-stack, IPv4-only and IPv6-only

2003-07-13 Thread Francesco Casadei
   I need to setup an IPv4/IPv6 dual-stack host, an IPv4-only host and an
IPv6-only host to test an application I'm developing. The only useful documents
I've found about this topic are section 19.15 of the handbook and an article on
OnLamp.com titled 'IPv6, Meet FreeBSD'.

   I have two PCs in my home network both connected to an AtlantisLand ADSL
router with (simple) firewall built-in. What I want to do is setup a PC as a
IPv4/IPv6 dual-stack host connected to the 6bone through freenet6. This PC will
act as an IPv6 gateway for the other PC, configured as an IPv6-only host and
IPv4-only host by installing twice FreeBSD and using dual-boot.

   Is this possible to achieve? Does anybody know how to do this? Furthermore,
how can an application detect system's configuration (IPv4/IPv6, IPv4-only,
IPv6-only)?

   Thank you for your help,

  Francesco Casadei
-- 
You can download my public key from http://digilander.libero.it/fcasadei/
or retrieve it from a keyserver (pgpkeys.mit.edu, wwwkeys.pgp.net, ...)

Key fingerprint is: 1671 9A23 ACB4 520A E7EE  00B0 7EC3 375F 164E B17B



pgp0.pgp
Description: PGP signature


Re: Question on /etc/make.conf for upgrade to 4.8R

2003-07-13 Thread lewiz
On Sun, Jul 13, 2003 at 02:52:41AM -0700, Lin Jianfong wrote:
 I'm wondering about this group of options :
 
 # To avoid building various parts of the base system:
 #NO_CVS=  true  # do not build CVS
 #NO_BIND= true  # do not build BIND
 ...
 #NOSHARE= true  # do not go into the share subdir
 #NOUUCP=  true  # do not build uucp related programs
 
 Aren't some of the parts of the base system supposed to be upgraded along, 
 such as tcsh, bind, cvs, lpr, etc or are they not really part of the base 
 system ? I'm planning to upgrade a 4.7 box to 4.8.

Yes.  As I understand it, however, you can still not build some of them,
which would be useful if you're not using that service.  For example:
many people won't be using BIND on their box.  Some people use bash, or
korn shells and therefore csh/tcsh are redundant.

  Hope that helps,

-lewiz.

-- 
There are two ways of disliking poetry; one way is to dislike it, the
other is to read Pope.
-- Oscar Wilde

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


Re: OEM hardware for a FreeBSD appliance?

2003-07-13 Thread Scott Mitchell
On Fri, Jul 11, 2003 at 02:27:22PM -0700, Kevin Glick wrote:
 www.soekris.com
 
 Kevin Glick
 [EMAIL PROTECTED]
 
 
 On Fri, Jul 11, 2003, Tom Limoncelli wrote:
  I'm looking to build a little FreeBSD box that doesn't have any (or 
  many) moving parts.  Just a flashdrive, 2-3 ethernet ports, serial 
  console, etc.
  
  Can anyone recommend vendors that make such hardware?
  
  Thanks!
  --tal

You'd have to source the flash reader and extra Ethernet ports separately,
but a Mini-ITX board would probably also meet the requirements.  These were
discussed extensively on -stable a while ago -- check the archives for the
thread Via EPIA Mini-ITX motherboard.

Scott

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


IPFW + NATD

2003-07-13 Thread Vitor de Matos Carvalho
Hi,

I have two networks: 10.1.0.0/16 and 10.2.0.0/16 

Only that I need to make the NAT for only a one network, 10.2.0.0/16. Network 
10,1,0,0/16 does not have external access. 
How I configure in ipfw + natd so that this is possible? 
My interface of exit is xl0 interface of network 10.1.0.0/16 is xl1, and interface of 
network 10.2.0.0/16 is xl2.
As I configure in ipfw using natd to make nat only for net 10.2.0.0/16.



 Regards,

---
Vitor de Matos Carvalho - #5602098
Softinfo Network Administrator
+55 (71)9971-5011 / +55 (71)9986-9317
Salvador - Bahia - Brazil
FreeBSD: The silent Workhorse

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


Re: IMAP stealing mail??

2003-07-13 Thread Scott Mitchell
On Sat, Jul 12, 2003 at 04:23:50PM -0500, David Loszewski wrote:
 On Sat, 2003-07-12 at 15:04, lewiz wrote:
  On Sat, Jul 12, 2003 at 03:33:40PM -0500, David Loszewski wrote:
   squirrelmail on my webserver.  Once I grab my mail using one of these
   webmail clients it's as if it's actually popping the mail from the
   mailserver instead of just imapping it so when i go to my desktop mail
   client it says I have no mail yet unless I have not used the webmail
  
  Just a guess but are you sure by ``no mail'' it doesn't mean ``no new
  mail''?  If you read new mail via WWW it would change the flags and
  indicate the mail had been read.
  
Best wishes,
  
  -lewiz.
 yea, if I don't touch the mail and it stays unread it won't show up in
 my mail client if I logged into my webclient. Only messages that I had
 after logging out of my webclient will show in my mail client.

What mail client are you using on your desktop?  If it's some kind of POP3
arrangement (using fetchmail or something similar) I can quite believe it
would only notice mail that arrived since the last IMAP session.

Personally I'd just run an IMAP client on my desktop as well -- that should
be able to see all the mail on the server, whether it's been read or not.

Scott

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


Hi FreeBSD forum's Champs

2003-07-13 Thread Sheetal_Rastogi
Hi Forum

I had a task to capture Windows dump (screen shot) in different formats.

xwd -window  image.xwd

I also want to convert this default format (xwd) to X window bitmap, X
window Pixmap.

Any suggestion / utility to achieve this

Thanks in advance

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


Re: Hi FreeBSD forum's Champs

2003-07-13 Thread lewiz
On Sun, Jul 13, 2003 at 05:56:31PM +0530, [EMAIL PROTECTED] wrote:
 xwd -window  image.xwd
 
 I also want to convert this default format (xwd) to X window bitmap, X
 window Pixmap.

I always use The GIMP for my image needs (graphics/gimp or
graphics/gimp-devel).  However, for regular conversions you could use
ImageMagick (graphics/ImageMagick) -- you'll have to do some extensive
man page reading though, it's a bit more complicated than click-n-point.

  Best wishes,

-lewiz.

-- 
Expense Accounts, n.:
Corporate food stamps.

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


make install, portupgrade, etc broken

2003-07-13 Thread Tim Kellers
When I attempt to make install any new ports, portupgrade any installed
ports, or pkg_add any new [packagename].tgz files, the following error on
install occurs:  (this is an example using /usr/ports/archivers/nulib, but
it's typical of all the other files/methods for upgrading/installing)



su-2.03# pkg_delete /var/db/pkg/nulib-3.25/
su-2.03# make install
===  Installing for nulib-3.25
===   Generating temporary packing list
===  Checking if archivers/nulib already installed
*** Error code 1

Stop in /usr/ports/archivers/nulib.


If I set FORCE_PKG_REGISTER=yes in either a straight up new make install
or as the -m switch in portupgrade, the install runs fine.

I deleted and rebuilt my /var/db/pkg file with portsdb -Uu and ran pkgdb
-F, but neither solved the problem.

I'm open to ideas.

su-2.03# uname -a
FreeBSD 10.0.1.2 4.8-STABLE FreeBSD 4.8-STABLE #1: Fri Jul 11 15:57:18 EDT
2003 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/CHANGLING  i386

Tim Kellers
CPE/NJIT

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


4.5 to 4.8, disks not mounting now

2003-07-13 Thread bill mcmilleon
I have a Pentium 233 that was running 4.5-RELEASE whose boot drive went 
belly up last week. Fortunately, I have a atapci1: Promise TX2 ATA133 
controller which provides access to my primary data drives, so merely 
replacing the failed boot drive that lived on the onboard ide controller 
would not result in a loss of critical data.

Unfortunately, it appears that the fresh install of 4.8-RELEASE on a new, 
replacement boot drive is unable to mount the old drives on the Promise 
controller.  Dmesg output still conveys that the controller and drive names 
(ad4, ad5, ad7) are found, but disklabel reports disklabel: bad pack magic 
number (label is damaged, or pack is unlabeled) and attempts to mount fail. 
 Please see below.  I am inexperienced at migrations like this, and fear 
the loss of this large amount of critical data.  See details below.  Any 
help is appreciated.  Thx.  --Bill McMilleon

Selected dmesg output:

atapci0: Intel PIIX3 ATA controller port 0xf000-0xf00f at device 7.1 on 
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371SB (PIIX3) USB controller at 7.2 irq 10
atapci1: Promise TX2 ATA133 controller port 
0x7400-0x740f,0x7000-0x7003,0x6c00
-0x6c07,0x6800-0x6803,0x6400-0x6407 mem 0xe002-0xe0023fff irq 9 at 
device 13 .0 on pci0
ata2: at 0x6400 on atapci1
ata3: at 0x6c00 on atapci1
.
.
.
ad0: 8809MB QUANTUM FIREBALLP KA9.1 [17898/16/63] at ata0-master WDMA2
ad4: 117800MB IC35L120AVVA07-0 [239340/16/63] at ata2-master UDMA100
ad5: 171705MB WDC WD1800BB-00DAA0 [348861/16/63] at ata2-slave UDMA100
ad7: 156334MB Maxtor 4G160J8 [317632/16/63] at ata3-slave UDMA133
acd0: DVD-ROM AOpen Inc. DVD-ROM DVD-1640 PRO 0122 at ata1-master PIO4 
Mounting root from ufs:/dev/ad0s1a
WARNING: R/W mount of /i120g denied.  Filesystem is not clean - run fsck

(I know fsck is probably

Fstab (failing mounts commented out):

/dev/ad0s1b noneswapsw  0   0
/dev/ad0s1a /   ufs rw  1   1
/dev/ad0s1f /tmpufs rw  2   2
/dev/ad0s1g /usrufs rw  2   2
/dev/ad0s1e /varufs rw  2   2
/dev/acd0c  /cdrom  cd9660  ro,noauto   0   0
#/dev/ad4s1e/disks/stashufs rw  2   2
#/dev/ad5s1e/disks/main ufs rw  2   2
#/dev/ad7s1e/disks/mediaufs rw  2   2
proc/proc   procfs  rw  0   0
Typical fdisk output (ad5 and ad7 are similar):

fs3# fdisk -s ad4
/dev/ad4: 15017 cyl 255 hd 63 sec
PartStartSize Type Flags
  1:  63   241248042 0xa5 0x80
Typical disklabel output (again, ad5 and ad7 similar):

fs3# disklabel ad4
# /dev/ad4:
type: unknown
disk: amnesiac
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 15017
sectors/unit: 241254720
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
 c: 2412547200unused0 0# (Cyl.0 - 
15017*)

_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


4.5 to 4.8, disks not mounting now -- w/ disklabel error output

2003-07-13 Thread bill mcmilleon
Sorry, I should have included this output as well:

fs3# disklabel -r ad4
disklabel: bad pack magic number (label is damaged, or pack is unlabeled)
--Bill McMilleon

quoting previous posting below:
-
I have a Pentium 233 that was running 4.5-RELEASE whose boot drive went
belly up last week. Fortunately, I have a atapci1: Promise TX2 ATA133
controller which provides access to my primary data drives, so merely
replacing the failed boot drive that lived on the onboard ide controller
would not result in a loss of critical data.
Unfortunately, it appears that the fresh install of 4.8-RELEASE on a new,
replacement boot drive is unable to mount the old drives on the Promise
controller.  Dmesg output still conveys that the controller and drive names
(ad4, ad5, ad7) are found, but disklabel reports disklabel: bad pack magic
number (label is damaged, or pack is unlabeled) and attempts to mount fail.
 Please see below.  I am inexperienced at migrations like this, and fear
the loss of this large amount of critical data.  See details below.  Any
help is appreciated.  Thx.  --Bill McMilleon
Selected dmesg output:

atapci0: Intel PIIX3 ATA controller port 0xf000-0xf00f at device 7.1 on
pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0: Intel 82371SB (PIIX3) USB controller at 7.2 irq 10
atapci1: Promise TX2 ATA133 controller port
0x7400-0x740f,0x7000-0x7003,0x6c00
-0x6c07,0x6800-0x6803,0x6400-0x6407 mem 0xe002-0xe0023fff irq 9 at
device 13 .0 on pci0
ata2: at 0x6400 on atapci1
ata3: at 0x6c00 on atapci1
.
.
.
ad0: 8809MB QUANTUM FIREBALLP KA9.1 [17898/16/63] at ata0-master WDMA2
ad4: 117800MB IC35L120AVVA07-0 [239340/16/63] at ata2-master UDMA100
ad5: 171705MB WDC WD1800BB-00DAA0 [348861/16/63] at ata2-slave UDMA100
ad7: 156334MB Maxtor 4G160J8 [317632/16/63] at ata3-slave UDMA133
acd0: DVD-ROM AOpen Inc. DVD-ROM DVD-1640 PRO 0122 at ata1-master PIO4
Mounting root from ufs:/dev/ad0s1a
WARNING: R/W mount of /i120g denied.  Filesystem is not clean - run fsck
Fstab (failing mounts commented out):

/dev/ad0s1b noneswapsw  0   0
/dev/ad0s1a /   ufs rw  1   1
/dev/ad0s1f /tmpufs rw  2   2
/dev/ad0s1g /usrufs rw  2   2
/dev/ad0s1e /varufs rw  2   2
/dev/acd0c  /cdrom  cd9660  ro,noauto   0   0
#/dev/ad4s1e/disks/stashufs rw  2   2
#/dev/ad5s1e/disks/main ufs rw  2   2
#/dev/ad7s1e/disks/mediaufs rw  2   2
proc/proc   procfs  rw  0   0
Typical fdisk output (ad5 and ad7 are similar):

fs3# fdisk -s ad4
/dev/ad4: 15017 cyl 255 hd 63 sec
PartStartSize Type Flags
  1:  63   241248042 0xa5 0x80
Typical disklabel output (again, ad5 and ad7 similar):

fs3# disklabel ad4
# /dev/ad4:
type: unknown
disk: amnesiac
label: fictitious
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 15017
sectors/unit: 241254720
rpm: 3600
interleave: 1
trackskew: 0
cylinderskew: 0
headswitch: 0   # milliseconds
track-to-track seek: 0  # milliseconds
drivedata: 0
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
 c: 2412547200unused0 0# (Cyl.0 - 
15017*)

_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail

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


Re: dhclient filling up my logfile. Help needed.

2003-07-13 Thread Lowell Gilbert
Hasse [EMAIL PROTECTED] writes:

 Running FreeBSD 4.8, all files are up to date, cvsuped yesterday, and I'm 
 connected to the net via ADSL. Dynamic IP, but hardly ever change.
 dhclient is filling up my /var/log/messages.
 Every 10th minute it makes a new request and logging it.

That's a pretty annoying ISP you've got there.

 I've tried to request a longer lease time in my dhclient.conf without any 
 luck, and I've tried to get it to log to another logfile named dhclient, 
 resulting in it logging to two files. dhclient and /var/log/messages.

Yep, that's what the !dhclient syntax is for...

 I've tried to talk to my ISP about this problem, without any luck.
 I think most of the computers connected to this network are win-boxes,
 and they don't seem to have this problem. ( Don't log this kind of info )

Right.  The ISP is trying to be able to make major changes to their
network without needing to plan ahead for it.

 How can I keep the program from logging all this info ?
 Not really a problem, but very annoying.

What I did was to put all of the user.notice messages into a separate
file from the main log.

*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err;user.warning  
/var/log/messages
user.notice /var/log/user.messages

Remember to create user.messages first, and to set up some log
rotation for it.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Serious problems here

2003-07-13 Thread Stephen Hovey
I think someone replaced the contents of your source

On Sat, 12 Jul 2003, quadrant wrote:

 Last night I had a very serious encounter with cc.
 I worked my way up to a cc of the following
 statement, but the compiler gave me ALL
 kinds od errors...
 what in the world did I do wrong??
 
 # cc -u -I /usr/local/bin -q -C /usr/local -i CC -d  -O useput
 --DMYFILE INSEQUENCE -oI /home -C_MAOUTPUT
 _GSTRING_ONMYCOCK_LOOKINGINSIDEMYWINDOW
 -Dl -/w ../..wobegone -r notthoutme -W i CC
 _DIMHERE-MYBOX - nowhere_to_go -u 4||lookingtogetlaid
 -- -p F openBox -v -q IfV_OPEN _DMASTER_QUAL
 _DMY_SLUT _D - openlegs -O _WITHOUT_FAT_COCKS
 _D - only mine in your split -04 -G __OUTSIDE__
 ONLY you move_ -4 pop my __COCK and I'll move
 your ass around! _DTATE_GODSMACK = _NOGOOD
 ++ _WHILE_ fatcock_ + nocount_OMYGOD ;; //
 I CANT FUCKING HANDLE IT!! THE CRACK OF MY ASS IS
 TEARING!! MOTHERFUCKING__WOW!!!
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 

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


Re: Newbie proxy question

2003-07-13 Thread Lowell Gilbert
Remington L. [EMAIL PROTECTED] writes:

 I am interested in installing an FTP proxy server on my default gateway. I
 understand caching and all that, my question goes along the lines of
 security. Lets say I leave ports 21, 20 open on the server(default gateway)
 and I have another machine which is the actually FTP server. 

You also need to handle the data connections, and forward them.

  I read
 somewhere about proxy packet inspection. It is my understanding that without
 the proxy anyone can portscan me and find the open port. With proxy
 inspection it will only allow in valid FTP commands through, making it
 harder to find the open ports. Does this hold true?

You can be portscanned in either case.  To support FTP, you have to
have the FTP command port open.

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


Re: Newbie install error mounting /dev/acd0 on /dist

2003-07-13 Thread Stephen
Being new to this myself, I can only tell you that I had the same
problem with the 5.1 CURRENT release.  It worked fine on one of my newer
machines but your mentioned error came up on one of my older ones.  I
tried the 4.8 STABLE release and it worked fine on both machines.

-Steve


On Sun, 2003-07-13 at 02:06, Adam King wrote:
 Hi all.
 
 I am new to FreeBSD and recently bought a packaged CD set and am
 installing it on a second hard drive. I am booting directly from the CD,
 configure all relevant option and and when I commit to installing, it
 fails with the error message:
 
 Error mounting /dev/acd0 on /dist: Input/Output error (5)
 
 I browsed the mailing list and found another person with the same
 problem, but without an appropriate fix. Does anyone know what the
 problem is?
 
 Thanks,
 Adam
 
 
 
 
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

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


Re: WhatchDog Error on a Lan Card.

2003-07-13 Thread Lowell Gilbert
Jorge Biquez [EMAIL PROTECTED] writes:

 Today I started receiving this error on the lan card.
 
   r10: WATCHDOG TIMEOUT

The log message is reporting that the card locked up.

 And seems like the TCP/IP services stop passing thought the card. The
 machine continues running without seeing the world but no other errors
 beside the above on the console. One thing I notices is that if I try
 to ping any machine I receive and overflow error. If I restart the
 machine everything works normally again.

You could try bringing the interface down and back up.

 The machine is running 4.8 Stable, running on a PIII - 1.0 Ghz with
 512 RAM and more than enough free space. The machine is running only
 Apache with some load.
 
 I changed the card with another of the same brand and type, its backup
 since I always buy 2 same cards for each equipment, just in
 case. After a few hours and under some load the machine send the same
 error.

If you're going to be careful enough to buy backup cards, it's worth
spending the money to buy something less junky.  
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Rotation in newsyslog.conf

2003-07-13 Thread Mark
Hello,

I have an entry in /etc/crontab, that looks like this:

--
# rotate log files every hour, if necessary
0,45 * * * * root newsyslog
--

I added an extra rotation-cycle, at 45, after the example of adjkerntz:

--
# See adjkerntz(8) for details.
1,31 0-5 * * * root adjkerntz -a
--

Then, in /etc/newsyslog.conf, I added the following:

--
/var/log/maillog644  2 *@T00   Z
/var/log/messages644  1 *@T2345 B
--

Yet, when I check the maillog, I see this:

Jul 11 00:45:00 asarian-host newsyslog[26888]: logfile turned over
Jul 12 00:45:00 asarian-host newsyslog[77950]: logfile turned over

/var/log/maillog, apparently, rotates at 00:45, instead of at 00:00, as it
was supposed to! Or does it AGAIN rotate at 00:45? I thought @T00 meant:
at midnight, and at midnight only.

Does anyone have a clue?

Thanks!

- Mark

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


Re: SSL certificates and IE

2003-07-13 Thread Augusto Jun Devegili
I'm not using Windows right now (hey, this is a FreeBSD list, heh? ;) 
but IIRC:

Open Internet Explorer
- Tools Menu
-- Internet Options
--- Content
 Certificates
Take a look at the Trusted Root Certificate Authorities tab.

Regards,

Augusto Jun Devegili

admin wrote:
Thanks for the advice - I understand a lot more now.  How can I find out who
all the trusted CA companies are?
- Noah
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: can i overburn w/ burncd?

2003-07-13 Thread dick hoogendijk
On 12 Jul 2003 15:41:08 -0500
David Loszewski [EMAIL PROTECTED] wrote:

 On Sat, 2003-07-12 at 10:11, dick hoogendijk wrote:
  I checked the manual and google but can't find anything on overburning a
  CDR with burncd (fbsd-4.8).

 I believe you can if you fixate it at the end.

Sure I fixate it at the end. Problem is that when the iso is to large I never come to 
the 'fixate-point' won't I ;-))

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.8 ++ Debian GNU/Linux (Woody)


pgp0.pgp
Description: PGP signature


How to question: create mp3 from music video mpeg file?

2003-07-13 Thread Michael E. Mercer
Hello peoples,

I want to extract the audio from a few music videos (mpg,avi) I have and
create mp3's from them. However I just can seem to find out how to do
this. 

Thanks
Michael Mercer

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


Re: Post about BSD's alleged demise on /.

2003-07-13 Thread Jerry McAllister
  What kinda of math is this?!?! It this the sorta thing they are teaching in
  public schools now?
 
 No, it's the sort of thing they've been posting on /. for years now.
 The troll doesn't even bother to update his numbers.  Based on these
 numbers, every user of FreeBSD has three copies of The Complete
 FreeBSD.

Geez,   I only have two copies.

jerry

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


Re: How to question: create mp3 from music video mpeg file?

2003-07-13 Thread lewiz
On Sun, Jul 13, 2003 at 10:44:41AM -0400, Michael E. Mercer wrote:
 I want to extract the audio from a few music videos (mpg,avi) I have and
 create mp3's from them. However I just can seem to find out how to do

Well, a quick look at the mplayer man page found:

-oac codec name
 Encode  with the given audio codec.  Use -ovc help to get a list of
available
 codecs.  (no default set)

 EXAMPLE:
  -oac copy   no encoding, just streamcopy
  -oac pcmencode to uncompressed PCM
  -oac mp3lameencode to MP3 (using Lame)

  That sounds like what you want.  You can find mplayer in
multimedia/mplayer in the ports.

  Best wishes,

-lewiz.

-- 
We can defeat gravity.  The problem is the paperwork involved.

-| msn:[EMAIL PROTECTED] | jab:[EMAIL PROTECTED] | url:http://lewiz.net |-


pgp0.pgp
Description: PGP signature


Error writing disk when using fdisk from sysinstall

2003-07-13 Thread Nick Triantos
Hi,
 
I'm running FreeBSD 5.1-RELEASE on a modern (~8mo old)
PC.  I am trying to add a new Western Digital 200GB
IDE drive to my system (through a Promise Ultra DMA100
controller), and when I try to (W)rite changes to the
disk, I get an error dialog box saying ERROR: Unable
to write to disk ad4!, then Disk Partition write
returned an error status.
 
When I first start the fdisk gui from sysinstall, it
complains about the geometry (37621C/16H/63S) and
tries to correct it to 24321C/255H/63S (though the
original is the correct geometry).  I am unable to set
the geometry, when I try to change it back, I get the
error that it's set incorrectly.
 
From my boot messages, here's the disk and IDE
controller card I'm using.
 
atapci1: Promise PDC20268 UDMA100 controller port
0xc400-0xc40f,0xc000-0xc003,0xbc00-0xbc07,0xb800-0xb803,0xb400-0xb407
mem 0xe800-0xe8003fff irq 11 at device 12.0 on
pci0
ad4: 190782MB WDC WD2000JB-34EVA0 [387621/16/63] at
ata2-master UDMA100
 
Anyone have any ideas?  Please CC this email address,
I can't keep up with the volume on these lists so I'm
not subscribed.
 
thanks mucho,
-Nick
 


__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Broken port: sendmail-milter

2003-07-13 Thread Martin Schweizer
Hello 

Why /usr/ports/mail/p5-Sendmail-Milter is broken? I would it reinstall because 
it occurs the following error:

[snip]

Starting final network daemons:
.
ELF ldconfig path: /usr/lib /usr/lib/compat /usr/X11R6/lib /usr/local/lib
a.out ldconfig path: /usr/lib/aout /usr/lib/compat/aout /usr/X11R6/lib/aout
Starting standard daemons:
 inetd
 cron
 sshd
 usbd
 sendmail

Why this?

*
WARNING: Xspamassassin: local socket name /var/run/spamass-milter.sock missing
* 
 sendmail-clientmqueue

[snip]

-- 

Regards

Martin Schweizer
[EMAIL PROTECTED]

PC-Service M. Schweizer; Gewerbehaus Schwarz; CH-8608 Bubikon
Tel. +41 55 243 30 00; Fax: +41 55 243 33 22; http://www.pc-service.ch;
public key : http://www.pc-service.ch/pgp/public_key.asc; 
fingerprint: EC21 CA4D 5C78 BC2D 73B7  10F9 C1AE 1691 D30F D239;



pgp0.pgp
Description: PGP signature


Re: Creating a bootable CD

2003-07-13 Thread Lee Harr
I have been reading
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html
and
the info there is easy to understand, but I am confused on how to go about 
do a
buildworld and installing it to the path I am going to use for the creating 
the
ISO from?

You may also want to look at:

/usr/ports/sysutils/freesbie

_
Protect your PC - get McAfee.com VirusScan Online 
http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963

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


printer

2003-07-13 Thread ZaiD Dashti
Hi

i have installed the printer/cups and printer/apsfilter

but i don't know how to use it ?, and how i can print under the X windows 
(KDE) ?
(Note: my printer on the another computer in my LAN network)

thank's

_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail

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


Re: Freevo in freebsd?

2003-07-13 Thread ydg
In theory it should be doable. I tried playing with it for a little
while. but eventually gave up, and settled for mythtv on a slackware
box. However, i know there was some talk about someone in the #freebsd
channel on freenode, who had successfully gottan it running on fbsd.

yussef

On
Sun, 13 Jul 2003 12:11:41+0300 Voicu Liviu[EMAIL PROTECTED]
wrote:

 Any 1 know if I can install Freevo in freebsd?
 (http://freevo.sourceforge.net/) Best regards,
 Liviu
 
 -- 
 Voicu Liviu
 
 Click here to see my GPG signature:
 --
   
 http://search.keyserver.net:11371/pks/lookup?template=netensearch%2Cnetennomatch%2Cnetenerrorsearch=pacman%40mscc.huji.ac.ilop=vindexfingerprint=onsubmit=Get+List
 


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


Re: printer

2003-07-13 Thread Adam
On Sun, 2003-07-13 at 12:27, ZaiD Dashti wrote:
 i have installed the printer/cups and printer/apsfilter
 
 but i don't know how to use it ?, and how i can print under the X windows 
 (KDE) ?
 (Note: my printer on the another computer in my LAN network)

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

The two URL's will tell you everything you need to know. If you're going
to use FreeBSD and be happy with it, you really need to learn how to
read for yourself. 

-- 
Adam [EMAIL PROTECTED]

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


Re: IPFW + NATD

2003-07-13 Thread Micheal Patterson


- Original Message - 
From: Vitor de Matos Carvalho [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, July 13, 2003 7:18 AM
Subject: IPFW + NATD


 Hi,

 I have two networks: 10.1.0.0/16 and 10.2.0.0/16

 Only that I need to make the NAT for only a one network, 10.2.0.0/16.
Network 10,1,0,0/16 does not have external access.
 How I configure in ipfw + natd so that this is possible?
 My interface of exit is xl0 interface of network 10.1.0.0/16 is xl1, and
interface of network 10.2.0.0/16 is xl2.
 As I configure in ipfw using natd to make nat only for net 10.2.0.0/16.



  Regards,

 ---
 Vitor de Matos Carvalho - #5602098
 Softinfo Network Administrator
 +55 (71)9971-5011 / +55 (71)9986-9317
 Salvador - Bahia - Brazil
 FreeBSD: The silent Workhorse


I would think it would be something like this:

# Divert all outbound traffic through nat
#
ipfw add 1 divert natd all from any to any via xl0
#
### Allow traffic from  to internal networks
#
ipfw add 2 allow ip from 10,1,0,0/16 to 10.2.0.0/16
ipfw add 2 allow ip from 10.2.0.0/16 to 10.1.0.0/16
#
### Deny 10.1.0.0/16 traffic to anyone else
#
ipfw add 4 deny ip from 10.1.0.0/16 to any
#
### Rest of firewall rules
#

--

Micheal Patterson
Network Administration
Cancer Care Network
405-733-2230

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


Re: mailman problems

2003-07-13 Thread Chuck Swiger
User QUADRANT wrote:
Already ran newlist...
What does /home/mailman/bin/list_lists | grep -i mailman

...return?  [Adjust the path to list_lists if need be.]

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


Re: Multiple interfaces with same ip address

2003-07-13 Thread Chuck Swiger
Bruce Cran wrote:
I've read that having the same ip/netmask assigned to multiple NICs isn't
supported in FreeBSD, due to problems with routing.   I have a setup where I'd
like to have rl0, wi0, tun0 and tun1 having the same ip on a /29 subnet, 
is there some way of achieving this?   
You probably want to look into bridging: see man bridge.

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


Re: ipfilter guide (?)

2003-07-13 Thread Shantanu Mahajan
+-- mempheria [freebsd] [10-07-03 22:31 +0200]:
| HI folks!
| 
| Anyone out there who has written a step-by-step guide to install IPfilter? :-)
| i have downloaded IPF?s official manual, but its huge, so before i start
| to read it, i woundering if anyone got an filtered version ;-)
| 
| yes, today iam kind of lazy :-)
| 
| see you! 
| 
| --
few days back someone recommended
http://www.antioffline.com/deviation/ipf-howto.html
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


GCC 3.3.1 + Pentium 4

2003-07-13 Thread Mo
I recently cvsupped my -CURRENT box (about a day ago), and I noticed 
that GCC 3.3.1 had been imported, so I decided to buildworld so I can 
use Pentium 4 optimizations when compiling ports and other things.  I 
have p4 set for CPUTYPE in /etc/make.conf , but when I compile anything, 
it uses -march=pentium3.  I know this was changed because GCC 3.2.2 used 
to produce broken code when pentium4 optimizations were set, but now 
that GCC 3.3.1 is imported, shouldn't this be resolved?

http://www.freebsd.org/releases/5.1R/relnotes-i386.html#CONTRIB (under GCC):

*GCC* has been updated to 3.2.2 (release version).

   *Note:* *GCC* is known to produce broken code with the
   -march=pentium4 option set. As a workaround to avoid this problem,
   setting the CPUTYPE=p4 Makefile variable (for example, in
   make.conf(5)
   
http://www.FreeBSD.org/cgi/man.cgi?query=make.confsektion=5manpath=FreeBSD+5.1-release)
   enables GCC's -march=pentium3 option instead. This situation is
   expected to be resolved when GCC 3.3 is imported.
If anyone knows how to make it use Pentium 4 optimizations, please let 
me know.  By the way, if this is a mailing list, I am not subscribed, so 
please CC all replies to my e-mail address.

Thank you, I appreciate it.



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


Re: IPFW + NATD

2003-07-13 Thread Vitor de Matos Carvalho
Thanks for help.

My net 10.1.0.0/16 cannot se net 10.2.0.0/16. 
E mine firewall the last rule of my kernel is: deny ip from any to any 


 Regards,

---
Vitor de Matos Carvalho - #5602098
Softinfo Network Administrator
+55 (71)9971-5011 / +55 (71)9986-9317
Salvador - Bahia - Brazil
FreeBSD: The silent Workhorse
- Original Message - 
From: Micheal Patterson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Sunday, July 13, 2003 1:53 PM
Subject: Re: IPFW + NATD


 
 
 - Original Message - 
 From: Vitor de Matos Carvalho [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Sunday, July 13, 2003 7:18 AM
 Subject: IPFW + NATD
 
 
  Hi,
 
  I have two networks: 10.1.0.0/16 and 10.2.0.0/16
 
  Only that I need to make the NAT for only a one network, 10.2.0.0/16.
 Network 10,1,0,0/16 does not have external access.
  How I configure in ipfw + natd so that this is possible?
  My interface of exit is xl0 interface of network 10.1.0.0/16 is xl1, and
 interface of network 10.2.0.0/16 is xl2.
  As I configure in ipfw using natd to make nat only for net 10.2.0.0/16.
 
 
 
   Regards,
 
  ---
  Vitor de Matos Carvalho - #5602098
  Softinfo Network Administrator
  +55 (71)9971-5011 / +55 (71)9986-9317
  Salvador - Bahia - Brazil
  FreeBSD: The silent Workhorse
 
 
 I would think it would be something like this:
 
 # Divert all outbound traffic through nat
 #
 ipfw add 1 divert natd all from any to any via xl0
 #
 ### Allow traffic from  to internal networks
 #
 ipfw add 2 allow ip from 10,1,0,0/16 to 10.2.0.0/16
 ipfw add 2 allow ip from 10.2.0.0/16 to 10.1.0.0/16
 #
 ### Deny 10.1.0.0/16 traffic to anyone else
 #
 ipfw add 4 deny ip from 10.1.0.0/16 to any
 #
 ### Rest of firewall rules
 #
 
 --
 
 Micheal Patterson
 Network Administration
 Cancer Care Network
 405-733-2230
 
 


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