using perl to sub § for \xa7.

2006-03-16 Thread Gary Kline

HTML wizards,

I've got several chapters with footnptes with that double-S
"section" character.  In HTML, the code is §   The thing
I want to do is use perl to s/ \xa7/§/g.but don't know 
the keycombo to /find or designate tthe hex a7 byte.  Can anybody
clue me in?

thanks much,

gary



-- 
   Gary Kline [EMAIL PROTECTED]   www.thought.org Public service Unix

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


about mbuf clusters value

2006-03-16 Thread Halid Faith
Hello

On Freebsd6.0-release,
When I type netstat -m  I see below;
netstat -m
4293870790 mbufs in use
330335/65535 mbuf clusters in use (current/max)
0/6/4528 sfbufs in use (current/peak/max)
386543 KBytes allocated to network
0 requests for sfbufs denied
0 requests for sfbufs delayed
0 requests for I/O initiated by sendfile
11 calls to protocol drain routines


That is, the current value of mbuf clusters is more than it's max value.
Does This condition cause any problem ?
what shoul I do ?

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


Re: need help

2006-03-16 Thread Glenn Dawson

At 09:46 PM 3/16/2006, Andrew Pantyukhin wrote:

On 3/17/06, Michael S <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I am relatively new to FreeBSD, have been running it since 5.1.
> Nothing like what I experienced today had happened previously.
> My machine crashed and I wasn't able to boot it back, the boot
> processes wasn't able to find the kernel. I then booted with the 6.0
> Release CD and went into the FIXIT mode.
> I wasn't able to mount /dev/ad0s1a (I have an IDE drive), I then tried
> fsck_ffs /dev/ad0s1 and the message was:
> CAN'T READ BLCK 128
> ioctl Inappropriate ioctl for device
> fsck_ffs: /dev/ad0s1 can't read disk label.
>
> That machine was 6.0 p-1 (patched once) with slightly modified kernel.
>
> Is my data lost? Can anything be done still?
> Any help would be appreciated.
>
> Michael
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

>

The bad news is that at least some data is lost and the
HDD is toast. You might also want to try and mount the
partitions read-only (this way they don't have to be clean).
Some data might still be accessible.


I think he would have much greater success by fsck'ing /dev/ad0s1a 
instead of /dev/ad0s1.  (note the lack of an 'a' in the device name 
in the output above.


-Glenn


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


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


Re: FreeBSD 6.1

2006-03-16 Thread Kris Kennaway
On Fri, Mar 17, 2006 at 05:03:47AM +, Chris wrote:
> On 15/03/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> > On Wed, Mar 15, 2006 at 03:34:37PM -0500, Ian Lord wrote:
> > > At 13:59 2006-03-15, Kris Kennaway wrote:
> > > >On Wed, Mar 15, 2006 at 10:55:07AM -0800, Don O'Neil wrote:
> > > >> Does anyone know if FreeBSD 6.1 is on track to be released on Monday as
> > > >per
> > > >> the release schedule?
> > > >
> > > >Not likely (still at least 6.1-RC1 to go).  The schedule is out of date.
> > > >
> > > >Kris
> > >
> > > Is the new release date known or ?
> >
> > "When it's ready" ;-)
> >
> > Kris
> >
> >
> >
> 
> Looking at that todo list I dont envy the developers right now.  Are
> the bugs listed in 6.1 applicable to 6.0 as well or did they occur in
> changes since that release?

AFAIK they're all additional bug fixes that apply to 6.0.  Most of
them you'll never see unless you really stress the system though.

Kris



pgplLaGwV7SK4.pgp
Description: PGP signature


6.1 breaks the quota command in jails?

2006-03-16 Thread Michael R. Wayne
I'm used to using the hack where one has a named quota file in the
host system's /etc/fstab and a (properly trimmed) link to the same
file in the jail's /etc/fstab with noauto.  But, on 6.1, the quota
command is unable to work properly in the jailed environment for
non-root users:

[EMAIL PROTECTED] 1009> quota
Disk quotas for user wayne (uid 5147): 
 Filesystem   usage   quota   limit   grace   files   quota   limit   grace
/usr/jails/jail3
  34348   4   45000 777   0   0


[EMAIL PROTECTED] 419> quota
quota: /usr/quotas/shell.root: Permission denied
Disk quotas for user wayne (uid 5147): none

[EMAIL PROTECTED] 420> sudo quota wayne
Disk quotas for user wayne (uid 5147): 
 Filesystem   usage   quota   limit   grace   files   quota   limit   grace
  /   34348   4   45000 777   0   0


I know this worked on 4.x, is there any workaround available?

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


Re: need help

2006-03-16 Thread Andrew Pantyukhin
On 3/17/06, Michael S <[EMAIL PROTECTED]> wrote:
> Hi.
>
> I am relatively new to FreeBSD, have been running it since 5.1.
> Nothing like what I experienced today had happened previously.
> My machine crashed and I wasn't able to boot it back, the boot
> processes wasn't able to find the kernel. I then booted with the 6.0
> Release CD and went into the FIXIT mode.
> I wasn't able to mount /dev/ad0s1a (I have an IDE drive), I then tried
> fsck_ffs /dev/ad0s1 and the message was:
> CAN'T READ BLCK 128
> ioctl Inappropriate ioctl for device
> fsck_ffs: /dev/ad0s1 can't read disk label.
>
> That machine was 6.0 p-1 (patched once) with slightly modified kernel.
>
> Is my data lost? Can anything be done still?
> Any help would be appreciated.
>
> Michael
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>

The bad news is that at least some data is lost and the
HDD is toast. You might also want to try and mount the
partitions read-only (this way they don't have to be clean).
Some data might still be accessible.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: FreeBSD 6.1

2006-03-16 Thread Chris
On 15/03/06, Kris Kennaway <[EMAIL PROTECTED]> wrote:
> On Wed, Mar 15, 2006 at 03:34:37PM -0500, Ian Lord wrote:
> > At 13:59 2006-03-15, Kris Kennaway wrote:
> > >On Wed, Mar 15, 2006 at 10:55:07AM -0800, Don O'Neil wrote:
> > >> Does anyone know if FreeBSD 6.1 is on track to be released on Monday as
> > >per
> > >> the release schedule?
> > >
> > >Not likely (still at least 6.1-RC1 to go).  The schedule is out of date.
> > >
> > >Kris
> >
> > Is the new release date known or ?
>
> "When it's ready" ;-)
>
> Kris
>
>
>

Looking at that todo list I dont envy the developers right now.  Are
the bugs listed in 6.1 applicable to 6.0 as well or did they occur in
changes since that release?

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


Re: cvsup to 6.0 stable from 5.5 release

2006-03-16 Thread Chris
On 16/03/06, Rick Knospler <[EMAIL PROTECTED]> wrote:
> I keep getting this error when I try to make build world on version 6.0..
> --
>  >>> stage 1.1: legacy release compatibility shims
> --
> cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh
> /usr/src/tools/install.sh"
> PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
> WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m
> /usr/src/tools/build/mk  -m /usr/src/share/mk"
> /usr/obj/usr/src/make.i386/make -f
> Makefile.inc1  DESTDIR=  BOOTSTRAPPING=502010  -DNO_HTML -DNO_INFO
> -DNO_LINT -DNO_MAN -DNO_NLS -DNO_PIC  -DNO_PROFILE -DNO_SHARED
> -DNO_CPU_CFLAGS -DNO_WARNS legacy
> ERROR: Source upgrades from versions prior to 5.3 not supported.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
> *** Error code 1
>
> Stop in /usr/src.
>
> I am running version 5.5...
>
> (12:20:10 <[EMAIL PROTECTED]:/usr/src>) # uname -a
> FreeBSD star.skylands.net 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0:
> Thu Mar  2 21:54:14 EST
> 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
>
> How can I get past this error and upgrade to 6.0 stable..?
>
> Thanks
>


I guess they have set 5.3 and 5.4 to be allowed and all other version
outputs show that error, they may not add 5.5 until that hits release.

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


Re: some questions about fsck, loader.conf

2006-03-16 Thread Chris
On 17/03/06, RW <[EMAIL PROTECTED]> wrote:
> On Wednesday 15 March 2006 07:31, Dan Nelson wrote:
>
> > > In rc.conf I have enabled fsck_y_enable="YES" to allow unattended
> > > fsck fixes after improper shutdown but I have noticed there are some
> > > problems remaining as shown by a read only fsck.  Does the above
> > > switch not fix all problems or is it the case the fsck bootup script
> > > only does partial tests?
> >
> > A read-only fsck of a mounted filesystem will never come back clean,
> > since the filesystem's mounted :)
>
> I think the question was: why did it find an error,  when fsck had run at
> boot?
>
> Were you running background checking? And had it completed?  Also there was a
> bug where partitions fixed with background checking still showed a minor
> error when unmounted and checked - check the list for details.
>
>
>


good question, the reasoning for me doing the online fsck check was I
suspect the hd itself is faulty from other factors such as very slow
performance and recent crashes, I have no local access to the machine
and I am not sure if the datacentre has been fully honest with me. 
Background checking is on assuming thats the default.  However I then
did some read only checks on another box which has never had an
improper shutdown and that also showed errors which I will paste here.

** Phase 5 - Check Cyl groups
53 files, 36 used, 126803 free (43 frags, 15845 blocks, 0.0% fragmentation)
** /dev/ad2s1f (NO WRITE)
** Last Mounted on /usr
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
UNREF FILE I=4663374  OWNER=root MODE=100644
SIZE=0 MTIME=Mar 17 00:31 2006
CLEAR? no

ZERO LENGTH DIR I=5087752  OWNER=root MODE=40755
SIZE=0 MTIME=Feb  2 01:47 2006
CLEAR? no

UNREF FILE I=5092692  OWNER=root MODE=100755
SIZE=10036 MTIME=Dec 22 23:19 2005
CLEAR? no

UNREF FILE I=5140575  OWNER=root MODE=100755
SIZE=389582 MTIME=Jan 13 13:05 2006
CLEAR? no


UNREF FILE I=5206424  OWNER=root MODE=100555
SIZE=15071 MTIME=Dec 22 23:17 2005
CLEAR? no

UNREF FILE I=5206613  OWNER=root MODE=100555
SIZE=107521 MTIME=Dec 22 23:17 2005
CLEAR? no

UNREF FILE I=5206633  OWNER=root MODE=100555
SIZE=29059 MTIME=Dec 22 23:17 2005
CLEAR? no

UNREF FILE I=5206638  OWNER=root MODE=100555
SIZE=25480 MTIME=Dec 22 23:17 2005
CLEAR? no

UNREF FILE I=5206668  OWNER=root MODE=100555
SIZE=7189 MTIME=Dec 22 23:17 2005
CLEAR? no


UNREF FILE I=5206671  OWNER=root MODE=100555
SIZE=13884 MTIME=Dec 22 23:17 2005
CLEAR? no

UNREF FILE I=5252342  OWNER=frogees MODE=100644
SIZE=6 MTIME=Jan 30 22:36 2006
CLEAR? no

UNREF FILE I=5325324  OWNER=root MODE=100555
SIZE=1209532 MTIME=Dec 22 23:17 2005
CLEAR? no

UNREF FILE I=5347550  OWNER=allriped MODE=100644
SIZE=6 MTIME=Feb  9 09:51 2006
CLEAR? no

** Phase 5 - Check Cyl groups
FREE BLK COUNT(S) WRONG IN SUPERBLK
SALVAGE? no

SUMMARY INFORMATION BAD
SALVAGE? no

BLK(S) MISSING IN BIT MAPS
SALVAGE? no

ALLOCATED FRAGS 21549328-21549351 MARKED FREE
ALLOCATED FRAG 21552423 MARKED FREE
ALLOCATED FRAGS 21560112-21560115 MARKED FREE
285913 files, 39238077 used, 1617 free (78934 frags, 2011661
blocks, 0.1% fragmentation)

and results from last read.write check are clean.

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


Re: ipfw and burstable rates

2006-03-16 Thread Rob W.

ipfw bandwidth limiting with burstable rates..

I know how to do the pipes just wanna know if burstable rates are possible
with ipfw.

- Original Message - 
From: "Glenn Dawson" <[EMAIL PROTECTED]>

To: "Rob W." <[EMAIL PROTECTED]>; 
Sent: Thursday, March 16, 2006 10:25 PM
Subject: Re: ipfw and burstable rates



At 07:48 PM 3/16/2006, Rob W. wrote:
Is this possible, I have searched on Google for an answer and have not 
gotten a straight forward one.


Is what possible?



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


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




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


Re: ipfw and burstable rates

2006-03-16 Thread Glenn Dawson

At 07:48 PM 3/16/2006, Rob W. wrote:
Is this possible, I have searched on Google for an answer and have 
not gotten a straight forward one.


Is what possible?



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


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


Help! POSIX timer

2006-03-16 Thread V . S .
Hi !
 
How i can use posix timer on FreeBSD 5.4
 
  timer_create()
  timer_settime()
  timer_delete()
 
Thanks,
Vasili 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Unable to get SIIG PCI serial card to work

2006-03-16 Thread John Baldwin
On Thursday 16 March 2006 05:24 pm, Clayton Scott Kern wrote:
> on 03-16-2006, John Baldwin wrote:
> > Ok, can you get a dmesg from a boot with your custom kernel with puc in
> > it and the output from kldstat -v with that kernel booted?
>
> Here's the info you requested.  When not loading the puc module in
> /boot/loader.conf, the puc device isn't found, though pciconf -lv shows
> the device.  I added the output of pciconf -lv at the end.
>
> Output of dmesg
>
> Copyright (c) 1992-2005 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
>   The Regents of the University of California. All rights reserved.
> FreeBSD 6.0-RELEASE-p5 #0: Sat Mar 11 12:12:08 EST 2006
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC

This kernel doesn't have 'device puc' in it.  If it did, it would have the 
'pci/puc' and 'puc/sio' modules listed in the kldstat -v output.  Make sure 
you have built a custom kernel with 'device puc' enabled, installed it, and 
are booting from it.

> Output of kldstat -v
>
> Id Refs AddressSize Name
>  1   11 0xc040 63072c   kernel
>   Contains modules:
>   Id Name
>   26 xpt
>   27 probe
>   28 cam
>   ...

No puc this list tells me 'device puc' isn't in this kernel. :)

-- 
John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


ipfw and burstable rates

2006-03-16 Thread Rob W.
Is this possible, I have searched on Google for an answer and have not gotten a 
straight forward one.

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


Re: problem with installation cd

2006-03-16 Thread Mario Beltran

Marcel Moolenaar escribió:


On Thu, Mar 16, 2006 at 12:56:47PM -0600, Mario Beltran wrote:
 


Hello.

I want to install freebsd 6.0 in my dell poweredge sc430 box
   



This is not an ia64 (aka Itanium) machine. Use i386 or amd64
instead.

 


thanks everyone to response me :) got it

Regards

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


Re: Trouble searching mailing list archives

2006-03-16 Thread Duane Whitty

John Murphy wrote:

Micah <[EMAIL PROTECTED]> wrote:

  

you can always use Google with 'site:lists.freebsd.org your key words'



I usually find the interface below most usefullest (sp):
http://groups.google.com/group/mailing.freebsd.questions?hl=en

  

Hi,

Thanks very much.  This is great.  I was having serious
information withdrawl problems :)

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


Re: Trouble searching mailing list archives

2006-03-16 Thread John Murphy
Micah <[EMAIL PROTECTED]> wrote:

>you can always use Google with 'site:lists.freebsd.org your key words'

I usually find the interface below most usefullest (sp):
http://groups.google.com/group/mailing.freebsd.questions?hl=en

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


Re: Problem running Adobe acroread7

2006-03-16 Thread Donald T Hayford

Lowell Gilbert wrote:

Donald T Hayford <[EMAIL PROTECTED]> writes:

  

Lowell Gilbert wrote:


Donald T Hayford <[EMAIL PROTECTED]> writes:


  

I get the following error message when I try to open a file in Adobe
acroread7, after which acroread quits:

(acroread:7605): Gtk-WARNING **: Could not find the icon
'gnome-fs-home'. The 'hicolor' theme
was not found either, perhaps you need to install it.
You can get a copy from:
http://freedesktop.org/Software/icon-theme/releases

When I run pkg_info, I find the following items installed (among many
others):

gtk-1.2.10_13   Gimp Toolkit for X11 GUI (previous stable version)
gtk-2.8.12  Gimp Toolkit for X11 GUI (current stable version)
hicolor-icon-theme-0.5 A high-color icon theme shell from the
FreeDesktop project

I couldn't find anything on 'gnome-fs-home'.  I am running the KDE
desktop, not gnome.



Are you running acroread from a command line?  It doesn't require any
FreeBSD Gnome or gtk support; it does the linux-gtk2 and linux-pango
ports, but those are direct dependencies.

  

The message above came when running from the command line and trying
to open a file.  If I run it from the KDE gui (by adding it to the
menu), it just quietly disappears when I try to open a file.  I didn't
see any logged messages with the same information, but I don't know
where to look.



I don't feel like tracing the dependency trail just now, but on my
system, that graphic is installed by gnome-icon-theme-2.12.1_2.
  
Apparently there were some problems with the acroread port that caused 
the port managers to revert to an earlier version   See UPDATING in the 
/usr/ports directory (after updating your port tree).


Whether that was my problem, or there was some other problem that was 
also fixed by running portupgrade, I don't know, but I did a portupgrade 
and acroread works fine now.


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


Re: some questions about fsck, loader.conf

2006-03-16 Thread RW
On Wednesday 15 March 2006 07:31, Dan Nelson wrote:

> > In rc.conf I have enabled fsck_y_enable="YES" to allow unattended
> > fsck fixes after improper shutdown but I have noticed there are some
> > problems remaining as shown by a read only fsck.  Does the above
> > switch not fix all problems or is it the case the fsck bootup script
> > only does partial tests?
>
> A read-only fsck of a mounted filesystem will never come back clean,
> since the filesystem's mounted :)

I think the question was: why did it find an error,  when fsck had run at 
boot? 

Were you running background checking? And had it completed?  Also there was a 
bug where partitions fixed with background checking still showed a minor 
error when unmounted and checked - check the list for details.




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


Re: Using 'incorrect' HD geometry.

2006-03-16 Thread Jon Falconer


On Thu, 16 Mar 2006, John Murphy wrote:

> Thanks Lila, your success encouraged me to try and you were quite right
> that "your win partition is pretty safe with freebsd fdisk."
> 
> Unfortunately the install failed saying:
> 
> Write failure on transfer! (wrote 77187 bytes of 1425408 bytes)
> 
> And loads of errors like the following were shown on the Alt F2 screen:
> 
> /stand/cpio: invalid header: checksum error
> /stand/cpio: warning: skipped 723757 bytes of junk
> /stand/cpio: : No such file or directory
> /stand/cpio: invalid header: checksum error
> /stand/cpio: warning: skipped 4096 bytes of junk
> /stand/cpio: : No such file or directory
> [...]
> acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0
> 
> I tried leaving the partitions (within the ad0s2 slice) as they were
> first.  Then I tried 'Auto defaults for all' and lastly some partition
> sizes of my own.  I even tried installing 5.3 which only managed to
> write -1 bytes.  Which is odd because it must have worked before.
> 
> Presumably I would need to change the drive geometry in fdisk to the
> figures which the BIOS indicates.  Any one know the implications of
> doing so for the non bsd slices?
> 
> Thanks again.
> 
> -- 
> John.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
> 

John,

I had a similar problem while installing FreeBSD on an old HP NetServer.
It looked like a hard disk problem but it turned out to be the CD drive
could not read the install CD very well. Changed CD drives and everything
was fine. The message about write failure I guess is due to layers of
scripting not being able to pass back enough information.

Jon

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


Re: Trouble searching mailing list archives

2006-03-16 Thread Micah

Duane Whitty wrote:

Hi all,

Well, first I was having a problem searching the
archives with the pipermail interface.  So after
some helpful advice from Micah (thanks Micah)
is switched to search.html#mailinglists.  This
worked great for a while but now it appears to
be broken.

Is anyone else having this issue?

Duane


It does appear to be broken for me too May be related to the down 
time the lists had the other day and the spam we're getting?  For now 
you can always use Google with 'site:lists.freebsd.org your key words'


HTH (again :),
Micah
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Using 'incorrect' HD geometry.

2006-03-16 Thread John Murphy
Mr J. Happy Chappy here, just noting a few observations:

Jerry McAllister's and Lila's suggestions were quite right that the
installer's fdisk would not affect the other partitions on the HD
if it's allowed to just do its thing.  Its interpretation of the
geometry was entirely useful.

Reinstalling (via FTP) and changing the partitions in the disklabel
editor prevented the warning about using existing /dev but didn't
make the fresh install boot.  Had to reconfigure the boot manager
(Ranish Partition Manager's smallest configuration) simply by saving
it.  I moved its 'active' partition from the FreeBSD slice to the
win2k one, but I don't think that was what did it.

As I had only done a minimal install, I tried installing the man
pages from the disk and DVD drive I had initially tried to install
from, and saw loads of similar read/write errors.  The drive works
flawlessly under windows and the disk is 'known good' as I have
used it previously on other hardware.  In fact; I was able to install
the man pages from the same disk in another drive on the same PC:

acd0: DVDR  at ata1-master UDMA66
acd1: CDRW  at ata1-slave UDMA33

Those drives are connected to the motherboard with a standard 40
conductor cable, not a proper 80 conductor one.  I'll replace that
soon and follow up to this message if it prevents the r/w errors.
I'm expecting that to be the most likely cause :)

Lastly (sorry for the verbosity), after the first successful run of
the newly installed 6.0 and the tweak of the boot manager, when I
ran the win2k installation it brought up an explorer window showing
the contents of the e: virtual drive (the last one on the first HD)
and a message box exclaiming that "windows had finished installing
my new hardware" and the system needed to be re-booted.  I did so
and all's well that ends well...  Xorg, nVidia drivers and KDE next.

Thanks for reading.

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


Re: problem with ia64 installation cd

2006-03-16 Thread Andreas Rudisch

On Fri, 17 Mar 2006 00:29:53 +0100, Mario Beltran <[EMAIL PROTECTED]> wrote:


Kris Kennaway escribió:


You have an amd64 box, and amd64 != ia64.

Kris


In the bios information appears:

Intel  Pentium D CPU 3.0 GHz
multiple core capable = yes (dual)
64 bits technology = yes (intel EM64T)

any suggestions? i will apreciate


http://www.freebsd.org/releases/6.0R/hardware-ia64.html#PROC-IA64
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: problem with ia64 installation cd

2006-03-16 Thread Mario Beltran

Kris Kennaway escribió:


On Thu, Mar 16, 2006 at 02:29:51PM -0600, Mario Beltran wrote:
 


Hello.

I want to install freebsd 6.0 in my dell poweredge sc430 box

I downloaded  boot only and cd1 iso files from freebsd site.

but when i try to install it the box cant boot, i have a cd from freebsd 
6.0 but for i386 and boot perfect.


Also I downloaded iso files  from other mirros whith the same results :(

Is this a problem of files in the ftp sites?

does anyone have a clue to give me?
   



You have an amd64 box, and amd64 != ia64.

Kris
 


In the bios information appears:

Intel  Pentium D CPU 3.0 GHz
multiple core capable = yes (dual)
64 bits technology = yes (intel EM64T)

any suggestions? i will apreciate

thanks in advance

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


Re: Sound Crackling When Reading From Hard Drives

2006-03-16 Thread Ariff Abdullah
On Thu, 16 Mar 2006 16:50:17 -0600
Mark Kane <[EMAIL PROTECTED]> wrote:
> 
> My sound is compiled into the kernel so I'm not sure how to reload
> the  driver without rebooting. I did try the above suggestions
> though. When  trying 32768 and 65536 the crackling in the audio got
> worse/louder than  before when copying data.
> 
Maybe you're experiencing resource contention caused by irq sharing.
Take a look at the output of vmstat -i. Try to move the soundcard
elsewhere (other pci slot). Another thing to consider is PCI Latency
Timer settings. If your BIOS has the option to toggle the value, try
to increase it. If not, use this:

   http://people.freebsd.org/~ariff/utils/pcilattimer



--
Ariff Abdullah
FreeBSD


pgpIjAT4LpVKI.pgp
Description: PGP signature


Re: Sound Crackling When Reading From Hard Drives

2006-03-16 Thread Mark Kane

Ariff Abdullah wrote:

On Thu, 16 Mar 2006 02:43:36 -0600
Mark Kane <[EMAIL PROTECTED]> wrote:
Hi everyone. I have been experiencing problems with sound crackling 
under certain situations of disk activity for the life of this

machine.  It has occurred with 5.4-RELEASE, 6.0-RELEASE, and three
different  versions of 6.1-PRERELEASE. It's not a huge problem but I
thought I'd  post about this situation in case there is a known fix,
and if not then  offer to help try any patches to get it resolved
assuming it's not my  hardware being odd.

First off, the relevant hardware is as follows (full dmesg
attached): Athlon64 3000+
GA-K8NS Pro Motherboard (nForce3)
1.5GB RAM
Sound Blaster Augidy 2 Platinum
6 PATA hard drives (varying sizes, see dmesg)
Promise ATA Card (PDC20269)

Originally I thought it was just when extracting archives like tar
or  rar which uses disk I/O and CPU power to extract them, but
tonight I was  just copying data between drives which I don't do
very much and the  problems occurred as well. So then I started
doing some tests of copying  an 800MB file back and forth between
hard drives while playing a music  file and documenting my results.
My results and the hard drives are at  the end of this message. I
didn't test every possible combination  because I realized that it
probably has to do with reading from drives  in general and not just
extracting archives.

I then did another test with md5 to test my "reading from disk"
theory.  When using a utility like `md5`, sound crackling occurred
when using  `md5` on files from the same source drives that had
problems copying  FROM in the below tests. In other words, copying a
file from ad12 to ad0  produced heavy crackling in the below copy
tests but copying the same  file from ad0 to ad12 did not. When
using `md5` on the file located on  ad12 it makes the bad crackling
noise, but once again it has no  crackling problems when md5ing the
same file located on ad0.

Three of the drives are on the motherboard's on-board controllers.
The  mobo has a total of four onboard IDE channels, so each hard
drive is  master on it's own dedicated channel and the DVD burner
has it's own  channel too. The remaining three hard drives are on a
Promise (PDC20269)  PCI ATA card. They all have brand new proper
cables and have no other  problems.

The same result happens with different music file types (ogg, wave,
mp3)  being played back from various drives. When rebuilding for
6.1-BETA4 I  tried the ULE scheduler instead of the 4BSD. ULE seems
to do better for  video playback which had some stuttering problems
before, but doesn't  change this sound crackling problem when
reading from hard drives.  However with ULE I did experience a few
seconds of freezing while trying  to get out of my screensaver (just
a black screen) as there was HD  activity in the background as well
as an earlier 5-10 second freeze  while playing video from one HD at
the same time another HD was decoding  some files, but that's
another topic.

I have no special options enabled in my kernel now except for the 
emu_10k1 driver and atapicam.


Here is a sample of the crackling when doing some of the below copy 
tests. A few seconds of the normal song is first, then I start the

copy  when the crackling kicks in...followed by a few seconds of
normal  playback again after it's done. It's harder to notice on the
second cut  but I tried a couple genres of music. Again, this is not
the worst  problem but I'd like to help improve it any way I can
(I'm not a coder,  but am very willing to test).

http://www.tntpowerhost.com/mixx941/FreeBSD_sound_crackling.ogg

So in short, when playing audio and reading files from hard drives,
the  sound has crackling noises in it. It happens when extracting
archives  and copying files from drive to drive with my additional
drives, but  reading and extracting from/to ad0 (the FreeBSD install
drive) always  seems to work with no crackling. It's just the
additional ones now that  seem to have problems when
reading/copying/md5ing from them.

Is this some weird hardware problem on my end? Has anyone else seen
or  experienced this? What can I try to help narrow down the problem
if it's  not a known one?

Any suggestions would be much appreciated.

Thanks!

Try to increase pcm buffersize either using kenv(1) or
/boot/device.hints.

# Start from 8192, 16384, 32768, 65536
# kenv hint.pcm.0.buffersize=8192

or to make it permanent, put that into /boot/device.hints

Reload your sound driver.


Hi, thanks for your reply.

My sound is compiled into the kernel so I'm not sure how to reload the 
driver without rebooting. I did try the above suggestions though. When 
trying 32768 and 65536 the crackling in the audio got worse/louder than 
before when copying data.


-Mark


FreeBSD amd64.localhost 6.1-PRERELEASE FreeBSD 6.1-PRERELEASE #8:
Wed  Mar 15 12:04:40 CST 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/AMD643000  amd64


[EMAIL PROTECTED]:~]% cat /dev/sndstat
FreeBSD Audio Driver (newpcm

Re: problem with ia64 installation cd

2006-03-16 Thread Kris Kennaway
On Thu, Mar 16, 2006 at 02:29:51PM -0600, Mario Beltran wrote:
> Hello.
> 
> I want to install freebsd 6.0 in my dell poweredge sc430 box
> 
> I downloaded  boot only and cd1 iso files from freebsd site.
> 
> but when i try to install it the box cant boot, i have a cd from freebsd 
> 6.0 but for i386 and boot perfect.
> 
> Also I downloaded iso files  from other mirros whith the same results :(
> 
> Is this a problem of files in the ftp sites?
> 
> does anyone have a clue to give me?

You have an amd64 box, and amd64 != ia64.

Kris


pgpmhZP5xts8C.pgp
Description: PGP signature


Re: Hi there

2006-03-16 Thread Huy Ton That
Excellent choice; I'm still learning myself but I'll tell you between the
documentation, the community and mailing lists, I'm quite amazed.

1- Is FreeBSD compatible with one tool for PHP call Zend Optimizer?

According to their website, it is compatible with FreeBSD 6.0 which is the
recent stable version.

2- Is it hard to configure the drivers?

I haven't had experience with this and have had no issues with my software,
perhaps you should check out www.freebsd.org ; supported hardware is listed
there.

3- Is it compatible with Pentium 4?

Yes.

4- For a Social Network Web with a lot of members what kind of computer
would be the ideal to use with FreeBSD and so the periphericals are
completly compatible with FreeBSD.

Do you mean for a server to an online website?

5- What kind of paquets does FreeBSD to use on a server?

I don't understand your question, please elaborate.

Hope some of the above helps.

On 3/16/06, Federico Freigedo <[EMAIL PROTECTED]> wrote:

> Hi there I am very interested to use FreeBSD because Im gonna make a site
> and I want to create a serverfor this site and I been serching over the
> web
> and from everything I have read FreeBSD is the best option. Im new with SO
> like FreeBSD or Linux. But very interested to learn them, I got a couple
> of
> questions about FreeBSD and are the following:
>
> 1- Is FreeBSD compatible with one tool for PHP call Zend Optimizer?
> 2- Is it hard to configure the drivers?
> 3- Is it compatible with Pentium 4?
> 4- For a Social Network Web with a lot of members what kind of computer
> would be the ideal to use with FreeBSD and so the periphericals are
> completly compatible with FreeBSD.
> 5- What kind of paquets does FreeBSD to use on a server?
>
> Well thanks a lot for your attention and I will be waiting for your answer
> thank you
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> [EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: More Server Crash Saga

2006-03-16 Thread Derek Ragona

Grant,

That is a one unit rack mount server, which makes it prone to have heat 
problems, particularly under any load.  You might want to check the ambient 
heat and the internal heat sensors as well.


That server uses an intel chipset (and probably an intel motherboard) which 
should allow "out-of-band" monitoring.  You should see what you can use to 
monitor the system and see what the system is reporting prior to a lockup.


It may be time to just call dell and have them send a replacement MB or 
entire unit.


-Derek


At 03:47 PM 3/16/2006, Grant Peel wrote:

Hi all,

Still getting crashing today ... FreeBSD 6.0 PE 1850

Does the output of vmstat -i for fove seconds show a problem? Interupt storm?

I have been searching, trying to find out what the 'rate' means and what 
should it be?


interrupt  total   rate
irq0: clk3277223999
irq5: em1   8877  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56401 17
irq8: rtc 419429127
irq11: em0 uhci0   85684 26
irq13: npx01  0
irq14: ata0   48  0
Total3847748   1173
root on s1# vmstat -i
interrupt  total   rate
irq0: clk3278793999
irq5: em1   8883  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56408 17
irq8: rtc 419630127
irq11: em0 uhci0   85752 26
irq13: npx01  0
irq14: ata0   48  0
Total3849600   1174
root on s1# vmstat -i
interrupt  total   rate
irq0: clk3280691999
irq5: em1   8889  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56408 17
irq8: rtc 419873127
irq11: em0 uhci0   85843 26
irq13: npx01  0
irq14: ata0   48  0
Total3851838   1173
root on s1# vmstat -i
interrupt  total   rate
irq0: clk3282850999
irq5: em1   8891  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56408 17
irq8: rtc 420149127
irq11: em0 uhci0   86153 26
irq13: npx01  0
irq14: ata0   48  0
Total3854585   1174

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

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


need help

2006-03-16 Thread Michael S
Hi.

I am relatively new to FreeBSD, have been running it since 5.1.
Nothing like what I experienced today had happened previously.
My machine crashed and I wasn't able to boot it back, the boot
processes wasn't able to find the kernel. I then booted with the 6.0
Release CD and went into the FIXIT mode.
I wasn't able to mount /dev/ad0s1a (I have an IDE drive), I then tried
fsck_ffs /dev/ad0s1 and the message was:
CAN'T READ BLCK 128
ioctl Inappropriate ioctl for device
fsck_ffs: /dev/ad0s1 can't read disk label.

That machine was 6.0 p-1 (patched once) with slightly modified kernel.

Is my data lost? Can anything be done still?
Any help would be appreciated.

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


man dhclient [was Re: resolv.conf getting rewritten at system startup]

2006-03-16 Thread Duane Whitty

Erik Trulsson wrote:

On Thu, Mar 16, 2006 at 05:29:45PM -0400, Duane Whitty wrote:
  

Hi all,

I am running FBSD 6.0-RELEASE

I use  DHCP to configure my network interface

Thanks in advance,


Duane

P.S.

Is there a man page for the dhcp client FBSD 6 is using
(what is FBSD 6 using)?



'man dhclient' should work fine.
FBSD 6 uses the OpenBSD dhclient (which I believe derive from an older
version of the ISC one.)

  

Hi,

Yes, man dhclient in FBSD 6 does work fine.  I misinterpreted
how to apply its instructions.

Duane

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


Re: Unable to get SIIG PCI serial card to work

2006-03-16 Thread Clayton Scott Kern
on 03-16-2006, John Baldwin wrote:
> 
> Ok, can you get a dmesg from a boot with your custom kernel with puc in it
> and the output from kldstat -v with that kernel booted?
> 
Here's the info you requested.  When not loading the puc module in
/boot/loader.conf, the puc device isn't found, though pciconf -lv shows
the device.  I added the output of pciconf -lv at the end.

Output of dmesg

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 6.0-RELEASE-p5 #0: Sat Mar 11 12:12:08 EST 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 2000+ (1662.46-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x681  Stepping = 1
  
Features=0x383fbff
  AMD Features=0xc0400800
real memory  = 536805376 (511 MB)
avail memory = 515956736 (492 MB)
ACPI APIC Table: 
ioapic0  irqs 0-23 on motherboard
npx0: [FAST]
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: Power Button (fixed)
pci_link0:  irq 10 on acpi0
pci_link1:  irq 11 on acpi0
pci_link2:  irq 3 on acpi0
pci_link3:  irq 5 on acpi0
pci_link4:  irq 0 on acpi0
pci_link5:  irq 0 on acpi0
pci_link6:  irq 0 on acpi0
pci_link7:  irq 0 on acpi0
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
acpi_button1:  on acpi0
pcib0:  port 
0xcf8-0xcff,0x4000-0x407f,0x4080-0x40ff,0x5000-0x500f on acpi0
pci0:  on pcib0
agp0:  mem 0xc000-0xcfff at 
device 0.0 on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
pci0:  at device 8.0 (no driver attached)
pci0:  at device 8.1 (no driver attached)
ahc0:  port 0xa000-0xa0ff mem 
0xe3003000-0xe3003fff irq 17 at device 9.0 on pci0
ahc0: [GIANT-LOCKED]
aic7860: Ultra Single Channel A, SCSI Id=7, 3/253 SCBs
pcm0:  port 0xa400-0xa41f irq 18 at device 10.0 on pci0
pcm0: 
rl0:  port 0xac00-0xacff mem 0xe3005000-0xe30050ff 
irq 19 at device 14.0 on pci0
miibus0:  on rl0
rlphy0:  on miibus0
rlphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
rl0: Ethernet address: 00:0a:e6:df:5c:ec
uhci0:  port 0xb000-0xb01f irq 21 at device 16.0 on 
pci0
uhci0: [GIANT-LOCKED]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0xb400-0xb41f irq 21 at device 16.1 on 
pci0
uhci1: [GIANT-LOCKED]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 0xb800-0xb81f irq 21 at device 16.2 on 
pci0
uhci2: [GIANT-LOCKED]
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0:  mem 0xe3006000-0xe30060ff irq 21 at 
device 16.3 on pci0
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3:  on ehci0
usb3: USB revision 2.0
uhub3: VIA EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
umass0: vendor 0x05e3 USB 2.0 Card Reader, rev 2.00/1.28, addr 2
isab0:  at device 17.0 on pci0
isa0:  on isab0
atapci0:  port 
0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xbc00-0xbc0f at device 17.1 on pci0
ata0:  on atapci0
ata1:  on atapci0
pcm1:  port 0xc000-0xc0ff irq 22 at device 17.5 on pci0
pcm1: [GIANT-LOCKED]
pcm1: 
acpi_tz0:  on acpi0
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
ppc0:  port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on 
acpi0
ppc0: Generic chipset (ECP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/16 bytes threshold
ppbus0:  on ppc0
plip0:  on ppbus0
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
atkbdc0:  port 0x60,0x64 irq 1 on acpi0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
atkbd0: [GIANT-LOCKED]
psm0:  irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model MouseMan+, device ID 0
pmtimer0 on isa0
orm0:  at iomem 
0xc-0xcf7ff,0xd-0xd7fff,0xd8000-0xd87ff on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
umass1: MITSUMI MITSUMI USB FDD, rev 1.10/1.00, addr 2
Timecounter "TSC" frequency 1662456477 Hz quality 800
Timecounters tick every 1.000 msec
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding disabled, 
default to deny, logging disabled
Waiting 5 seconds for SCSI devices to settle
ad0: 39266MB  at ata0-master UDMA100
acd0: CDRW  at ata0-slave UDMA33
ad2: 19574MB  at ata1-master UDMA66
ad3: 19574MB  at ata1-slave UDMA66
sa0 at ahc0 bus 0 target 6 lun 0
sa0:  Removable Sequential Access SCSI-2 device 
sa0: 5.000MB/s transfers (5.000MHz, offset 15)
ch0 at ahc0 bus 0 target 6 lun 1
ch0:  Removab

Hi there

2006-03-16 Thread Federico Freigedo
Hi there I am very interested to use FreeBSD because Im gonna make a site
and I want to create a serverfor this site and I been serching over the web
and from everything I have read FreeBSD is the best option. Im new with SO
like FreeBSD or Linux. But very interested to learn them, I got a couple of
questions about FreeBSD and are the following:

1- Is FreeBSD compatible with one tool for PHP call Zend Optimizer?
2- Is it hard to configure the drivers?
3- Is it compatible with Pentium 4?
4- For a Social Network Web with a lot of members what kind of computer
would be the ideal to use with FreeBSD and so the periphericals are
completly compatible with FreeBSD.
5- What kind of paquets does FreeBSD to use on a server?

Well thanks a lot for your attention and I will be waiting for your answer
thank you
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: resolv.conf getting rewritten at system startup

2006-03-16 Thread Erik Trulsson
On Thu, Mar 16, 2006 at 05:29:45PM -0400, Duane Whitty wrote:
> Hi all,
> 
> I am running FBSD 6.0-RELEASE
> 
> I use  DHCP to configure my network interface.
> At startup my resolv.conf is overwritten, setting my
> nameserver to the address of the router running DHCP.
> 
> I tried commenting out almost all of the rc.d/resolv
> startup script but to no avail.
> 
> I read the man page for dhcp-options and then proceeded to add
> option domain-name-servers a.b.c.d
> This was also of no help.
> 
> I then remembered something about FBSD 6 no longer using ISC dhcp client.
> 
> I am running BIND 9.3.1 with internal and external views of my namespace 
> set-up so
> it is imperative that I be able to tell hosts on the internal network 
> which name server
> to use.
> 
> If anyone has any ideas I'd appreciate the help.

Read the manpage for dhclient.conf(5) and look at the 'supersede' or
'prepend' directives.

E.g. If you always want to use a nameserver with IP 12.34.56.78
you would put the line

supersede domain-name-servers 12.34.56.78;

in /etc/dhclient.conf


> 
> Thanks in advance,
> 
> Duane
> 
> P.S.
> 
> Is there a man page for the dhcp client FBSD 6 is using
> (what is FBSD 6 using)?

'man dhclient' should work fine.
FBSD 6 uses the OpenBSD dhclient (which I believe derive from an older
version of the ISC one.)

-- 

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


Re: resolv.conf getting rewritten at system startup

2006-03-16 Thread Duane Whitty

Beech Rintoul wrote:

On Thursday 16 March 2006 12:29, Duane Whitty wrote:
  

Hi all,

I am running FBSD 6.0-RELEASE

I use  DHCP to configure my network interface.
At startup my resolv.conf is overwritten, setting my
nameserver to the address of the router running DHCP.

I tried commenting out almost all of the rc.d/resolv
startup script but to no avail.

I read the man page for dhcp-options and then proceeded to add
option domain-name-servers a.b.c.d
This was also of no help.

I then remembered something about FBSD 6 no longer using ISC dhcp client.

I am running BIND 9.3.1 with internal and external views of my namespace
set-up so
it is imperative that I be able to tell hosts on the internal network
which name server
to use.

If anyone has any ideas I'd appreciate the help.



You need to use supersede like this:

interface "ath0"   {
supersede domain-name "yourdomain.com";
supersede domain-name-servers 127.0.0.1;
}

See man dhclient.conf for more options.

Beech
  

Hi,

That worked perfectly.  Thanks to all for the quick responses.

Sincerely,

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


Re: Xorg XFree86 compatibility issues.

2006-03-16 Thread Malcolm Kay
On Fri, 17 Mar 2006 06:15 am, Kris Kennaway wrote:
> On Thu, Mar 16, 2006 at 10:47:01PM +1030, Malcolm Kay wrote:
> > My primary activity at home is on a machine "alpha" running
> > FBSD 5.4 and Xorg version of X. But I have a couple of other
> > machines running older systems FBSD 4.9, "beta" and RedHat
> > linux, "linux" both running XFree86.
> >
> > I can ssh into both these from "alpha" and run a number
> > ofcommon X processes without apparent difficulty. EG:
> > alpha:200> ssh -X -f beta xterm
> > ,
> > alpha:201> -X -f linux xterm
> > or
> > alpha:202> -X -f beta xv
> >
> > But others fall over. EG:
> > alpha:203> ssh -X -f beta xfig
> > alpha:204> X Error of failed request:  BadAccess (attempt to
> > access private resource denied)
> >   Major opcode of failed request:  102
> > (X_ChangeKeyboardControl) Serial number of failed request: 
> > 303
> >   Current serial number in output stream:  304
>
> You want ssh -Y, not ssh -X.  This is not an Xorg/Xfree86
> issue, but a new OpenSSH/old OpenSSH change.
>
Fantastic!

Thanks Kris.

Shows how easy it is for me to jump to the wrong conclusion ;)

Malcolm

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


More Server Crash Saga

2006-03-16 Thread Grant Peel

Hi all,

Still getting crashing today ... FreeBSD 6.0 PE 1850

Does the output of vmstat -i for fove seconds show a problem? Interupt 
storm?


I have been searching, trying to find out what the 'rate' means and what 
should it be?


interrupt  total   rate
irq0: clk3277223999
irq5: em1   8877  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56401 17
irq8: rtc 419429127
irq11: em0 uhci0   85684 26
irq13: npx01  0
irq14: ata0   48  0
Total3847748   1173
root on s1# vmstat -i
interrupt  total   rate
irq0: clk3278793999
irq5: em1   8883  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56408 17
irq8: rtc 419630127
irq11: em0 uhci0   85752 26
irq13: npx01  0
irq14: ata0   48  0
Total3849600   1174
root on s1# vmstat -i
interrupt  total   rate
irq0: clk3280691999
irq5: em1   8889  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56408 17
irq8: rtc 419873127
irq11: em0 uhci0   85843 26
irq13: npx01  0
irq14: ata0   48  0
Total3851838   1173
root on s1# vmstat -i
interrupt  total   rate
irq0: clk3282850999
irq5: em1   8891  2
irq6: ehci0 atapci0   85  0
irq7: mpt0 uhci2   56408 17
irq8: rtc 420149127
irq11: em0 uhci0   86153 26
irq13: npx01  0
irq14: ata0   48  0
Total3854585   1174 



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


Re: resolv.conf getting rewritten at system startup

2006-03-16 Thread Erik Nørgaard

Duane Whitty wrote:


I use  DHCP to configure my network interface.
At startup my resolv.conf is overwritten, setting my
nameserver to the address of the router running DHCP.


dhclient, also the new one updates /etc/resolv.conf with the information 
received from the dhcp server. You can change things by configuring 
dhclient editing /etc/dhclient.conf


see dhclient.conf(5) and dhcp-options(5)

Cheers, Erik
--
Ph: +34.666334818  web: www.locolomo.org
S/MIME Certificate: www.daemonsecurity.com/ca/8D03551FFCE04F06.crt
Subject ID:  9E:AA:18:E6:94:7A:91:44:0A:E4:DD:87:73:7F:4E:82:E7:08:9C:72
Fingerprint: 5B:D5:1E:3E:47:E7:EC:1C:4C:C8:3A:19:CC:AE:14:F5:DF:18:0F:B9
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: resolv.conf getting rewritten at system startup

2006-03-16 Thread Beech Rintoul
On Thursday 16 March 2006 12:29, Duane Whitty wrote:
> Hi all,
>
> I am running FBSD 6.0-RELEASE
>
> I use  DHCP to configure my network interface.
> At startup my resolv.conf is overwritten, setting my
> nameserver to the address of the router running DHCP.
>
> I tried commenting out almost all of the rc.d/resolv
> startup script but to no avail.
>
> I read the man page for dhcp-options and then proceeded to add
> option domain-name-servers a.b.c.d
> This was also of no help.
>
> I then remembered something about FBSD 6 no longer using ISC dhcp client.
>
> I am running BIND 9.3.1 with internal and external views of my namespace
> set-up so
> it is imperative that I be able to tell hosts on the internal network
> which name server
> to use.
>
> If anyone has any ideas I'd appreciate the help.
>
You need to use supersede like this:

interface "ath0"   {
supersede domain-name "yourdomain.com";
supersede domain-name-servers 127.0.0.1;
}

See man dhclient.conf for more options.

Beech
-- 

---
Beech Rintoul - Sys. Administrator - [EMAIL PROTECTED]
/"\   ASCII Ribbon Campaign  | Mangohealth
\ / - NO HTML/RTF in e-mail  | 201 East 9Th Avenue Ste.310
 X  - NO Word docs in e-mail | Anchorage, AK 99501
/ \  - XanGo - http://www.mangohealth.org
---













pgpUaQif4jJMl.pgp
Description: PGP signature


Trouble searching mailing list archives

2006-03-16 Thread Duane Whitty

Hi all,

Well, first I was having a problem searching the
archives with the pipermail interface.  So after
some helpful advice from Micah (thanks Micah)
is switched to search.html#mailinglists.  This
worked great for a while but now it appears to
be broken.

Is anyone else having this issue?

Duane

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


resolv.conf getting rewritten at system startup

2006-03-16 Thread Duane Whitty

Hi all,

I am running FBSD 6.0-RELEASE

I use  DHCP to configure my network interface.
At startup my resolv.conf is overwritten, setting my
nameserver to the address of the router running DHCP.

I tried commenting out almost all of the rc.d/resolv
startup script but to no avail.

I read the man page for dhcp-options and then proceeded to add
option domain-name-servers a.b.c.d
This was also of no help.

I then remembered something about FBSD 6 no longer using ISC dhcp client.

I am running BIND 9.3.1 with internal and external views of my namespace 
set-up so
it is imperative that I be able to tell hosts on the internal network 
which name server

to use.

If anyone has any ideas I'd appreciate the help.

Thanks in advance,

Duane

P.S.

Is there a man page for the dhcp client FBSD 6 is using
(what is FBSD 6 using)?

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


cvsup to 6.0 stable from 5.5 release

2006-03-16 Thread Rick Knospler

I keep getting this error when I try to make build world on version 6.0..
--
>>> stage 1.1: legacy release compatibility shims
--
cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj/usr/src/tmp  INSTALL="sh 
/usr/src/tools/install.sh" 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/sbin:/bin:/usr/sbin:/usr/bin 
WORLDTMP=/usr/obj/usr/src/tmp  MAKEFLAGS="-m 
/usr/src/tools/build/mk  -m /usr/src/share/mk" 
/usr/obj/usr/src/make.i386/make -f 
Makefile.inc1  DESTDIR=  BOOTSTRAPPING=502010  -DNO_HTML -DNO_INFO 
-DNO_LINT -DNO_MAN -DNO_NLS -DNO_PIC  -DNO_PROFILE -DNO_SHARED 
-DNO_CPU_CFLAGS -DNO_WARNS legacy

ERROR: Source upgrades from versions prior to 5.3 not supported.
*** Error code 1

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

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

Stop in /usr/src.

I am running version 5.5...

(12:20:10 <[EMAIL PROTECTED]:/usr/src>) # uname -a
FreeBSD star.skylands.net 5.5-PRERELEASE FreeBSD 5.5-PRERELEASE #0: 
Thu Mar  2 21:54:14 EST 
2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386


How can I get past this error and upgrade to 6.0 stable..?

Thanks

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


Re: Unable to get SIIG PCI serial card to work

2006-03-16 Thread John Baldwin
On Thursday 16 March 2006 15:33, Clayton Scott Kern wrote:
> on 03-16-2006, John Baldwin wrote:
> > On Thursday 16 March 2006 13:41, Clayton Scott Kern wrote:
> > > First, I added _device puc_ to my kernel config file and built and
> > > installed the new kernel.
> > 
> > That should have given you a puc0 device, did it not?
> > 
> No it didn't.

Ok, can you get a dmesg from a boot with your custom kernel with puc in it
and the output from kldstat -v with that kernel booted?

-- 
John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Thunderbird + Mozilla Suite

2006-03-16 Thread Duane Whitty

Andrey V. Semyonov wrote:

Duane Whitty wrote:
Strange things... When launched from xterm (or directly from my WM's 
button) /usr/X11R6/bin/mozilla starts mozilla binary normally.


But after such a reconfiguration of TB when I try to open any link 
in TB it prints "/usr/X11R6/bin/mozilla: Cannot find mozilla binary 
executable. Exiting." into terminal from X is launched.

___
I am not sure why it is doing that.  Please, do not take offense but 
have you checked

to make sure you did not make any typographical mistakes.
Another point to consider is that /usr/X11R6/bin/mozilla is probably 
not the actual mozilla
binary but rather a shell script to start the browser.  Maybe you can 
find out what the actual
binary is called.  It is probably similar to mozilla-bin, moz-bin, 
etc.  Actually it will be mentioned

in the script but beware though that calling it directly may not work.
Yes, that's a script. And a strange bug was actually in it. I've 
commented out some checks in it and now it works fine. So, thanks a 
lot for help.


(Aside:  I thought the mozilla-suite built in email program was 
essentially thunderbird?
I hope I was correct when I assumed you were using mozilla and not 
firefox?)


No, Mozilla Suit's mail programm is named 'mozilla-mail'. It's heir by 
some shared code is Thunderbird (that's already explained yesterday). 
Thunderbird's feature of RSS-reading is the most necessary feature 
that caused me to use it (mozilla-mail can't read RSS-feeds). But as I 
understand, Thunderbird is mostly compat-ed to Firefox and some kind 
of moved away from Mozilla Suite project. That's why we have to do 
tricks to make these same-family projects do well together now.

___

Thanks for the follow up and for the clarification regarding 
Mozilla-mail and Thunderbird.


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


Re: Unable to get SIIG PCI serial card to work

2006-03-16 Thread Clayton Scott Kern
on 03-16-2006, John Baldwin wrote:
> On Thursday 16 March 2006 13:41, Clayton Scott Kern wrote:
> > First, I added _device puc_ to my kernel config file and built and
> > installed the new kernel.
> 
> That should have given you a puc0 device, did it not?
> 
No it didn't.

> > When that didn't work, I added _puc_load="YES"_ to /boot/loader and now
> > the card shows up as puc0, but no sioX.  sio0 is used by the onboard
> > serial port and is being used with an APC SmartUPS 700.
> 
> This won't work as the puc module doesn't include sio_puc (the version
> of the sio driver that attaches to puc devices).  Yes, this is somewhat
> lame as it means the puc module is basically useless.  I'm not sure if
> this has been made better since 6.0.
> 
OK, I'll stop loading the module in /boot/loader.conf and work from
there.

-- 
Clayton Scott Kern
[EMAIL PROTECTED]   |  The software stated it required 
Firewall/UNIX System Administrator|  Microsoft Windows 98SE or higher,
PIX, FreeBSD, Linux, Solaris & HP-UX  |  so I installed FreeBSD
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


problem with ia64 installation cd

2006-03-16 Thread Mario Beltran

Hello.

I want to install freebsd 6.0 in my dell poweredge sc430 box

I downloaded  boot only and cd1 iso files from freebsd site.

but when i try to install it the box cant boot, i have a cd from freebsd 
6.0 but for i386 and boot perfect.


Also I downloaded iso files  from other mirros whith the same results :(

Is this a problem of files in the ftp sites?

does anyone have a clue to give me?

I need to install freebsd en this box

thanks in advance

Mario


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


Re: Mirror of FreeBSD Ports

2006-03-16 Thread Kris Kennaway
On Fri, Mar 17, 2006 at 06:52:49AM +1100, James D wrote:
> Hi there,
> 
>  
> 
> I would like to know if it would be possible to mirror the FreeBSD Ports on
> a server in Australia, I would not require any rsync it would be set up
> manually.
> 
>  
> 
> If you could please let me know that would be great.

I think there's documentation on becoming a mirror on the website.

Kris


pgpocEabPBwFi.pgp
Description: PGP signature


Mirror of FreeBSD Ports

2006-03-16 Thread James D
Hi there,

 

I would like to know if it would be possible to mirror the FreeBSD Ports on
a server in Australia, I would not require any rsync it would be set up
manually.

 

If you could please let me know that would be great.

 

Many thanks

 

James D

www.exetel.com.au

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


Re: Spam on the list

2006-03-16 Thread Kris Kennaway
On Thu, Mar 16, 2006 at 07:03:24AM -0800, Peter Thoenen wrote:
> Lately I have noticed a massive increase in SPAM on various FBSD lists.
>  Do we not have some sort of filter?

I think it broke after upgrading it to a newer version.  It should be
fixed soon.

Kris


pgp8slQzHOiae.pgp
Description: PGP signature


Re: Xorg XFree86 compatibility issues.

2006-03-16 Thread Kris Kennaway
On Thu, Mar 16, 2006 at 10:47:01PM +1030, Malcolm Kay wrote:
> My primary activity at home is on a machine "alpha" running FBSD 
> 5.4 and Xorg version of X. But I have a couple of other machines 
> running older systems FBSD 4.9, "beta" and RedHat linux, "linux" 
> both running XFree86.
> 
> I can ssh into both these from "alpha" and run a number ofcommon 
> X processes without apparent difficulty. EG:
> alpha:200> ssh -X -f beta xterm
> ,
> alpha:201> -X -f linux xterm
> or
> alpha:202> -X -f beta xv
> 
> But others fall over. EG:
> alpha:203> ssh -X -f beta xfig
> alpha:204> X Error of failed request:  BadAccess (attempt to 
> access private resource denied)
>   Major opcode of failed request:  102 (X_ChangeKeyboardControl)
>   Serial number of failed request:  303
>   Current serial number in output stream:  304

You want ssh -Y, not ssh -X.  This is not an Xorg/Xfree86 issue, but a
new OpenSSH/old OpenSSH change.

Kris


pgpZlySujsYbt.pgp
Description: PGP signature


Re: error while loading shared libraries: libX11.so.6

2006-03-16 Thread Kris Kennaway
On Thu, Mar 16, 2006 at 03:16:57AM -0500, [EMAIL PROTECTED] wrote:
> I recently upgraded to 6.1 beta3, and am now having a problem with
> Realplayer.  When I try to start it from the command line, I get the
> following:
> 
> # realplay
> /usr/X11R6/lib/RealPlayer/realplay.bin: error while loading shared
> libraries: libX11.so.6: cannot open shared object file: No such file or
> directory
> 
> 
> I googled, but there does not seem to be a fix.  Any suggestions for
> fixing are appreciated.

Sounds like you're missing the relevant linux package.  Did you
install realplayer from the package?  It should have taken care of
this.

Kris


pgpdsOExc0nHQ.pgp
Description: PGP signature


raid 1 with gmirror && install loader on 2nd disk

2006-03-16 Thread Petre Bandac
hallo

I have installed a raid 1 system with gmirror and I want to have both
hard disks able to boot from, just in case

what are the steps in order to make /dev/ad2 bootable ?

(I am trying to prevent the following situation: one of the hdd fails
and I must boot from the last remaining, so I guess it should be
bootable too)


thanks,

petre

-- 

Petre Bandac

Network Scientist

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


Re: Unable to get SIIG PCI serial card to work

2006-03-16 Thread John Baldwin
On Thursday 16 March 2006 13:41, Clayton Scott Kern wrote:
> First, I added _device puc_ to my kernel config file and built and
> installed the new kernel.

That should have given you a puc0 device, did it not?

> When that didn't work, I added _puc_load="YES"_ to /boot/loader and now
> the card shows up as puc0, but no sioX.  sio0 is used by the onboard
> serial port and is being used with an APC SmartUPS 700.

This won't work as the puc module doesn't include sio_puc (the version
of the sio driver that attaches to puc devices).  Yes, this is somewhat
lame as it means the puc module is basically useless.  I'm not sure if
this has been made better since 6.0.

-- 
John Baldwin <[EMAIL PROTECTED]>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Spam on the list

2006-03-16 Thread Kevin Kinsey

Peter Thoenen wrote:


Lately I have noticed a massive increase in SPAM on various FBSD lists.
Do we not have some sort of filter?



On 3/16/06, Timothy Radigan <[EMAIL PROTECTED]> wrote:


I have to agree.  I thought my spam filtering rules got messed up in my mail
client, but after further investigation I noticed that they were fine.



Any thoughts?
 



Daniel A. wrote:


Yes indeed, this spam is sent to the list itself.
I was very puzzled when I woke up this morning.

The spam seems to be in russian.
 



Ah, then, it's working!!   


Just kidding.  I'm pretty sure that some spam filtering is/has
been done in the past.  IIRC, it's one reason that the FBSD
MX's run (ran?) Postfix. I imagine that the filters are still in
place ... these lists have such a long history on the 'Net, and
are very public (with archives all over), so spam bots could
hardly avoid grabbing the list addresses .

So, either the spam is smarter, or something's regressed.
And, actually, most of what I'm seeing is English, and from
a similar source.  So, the other possibility, besides random spam,
is that ... well, I'll let you guess, but it also happens occasionally.

Most likely it will be temporary; I'd be fairly confident that
somebody with control of said server is or will soon be aware
of the issue and is doing or will soon do something about it.

Kevin Kinsey

--
I hate trolls.  Maybe I could metamorph it into something else -- like a
ravenous, two-headed, fire-breathing dragon.
-- Willow


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


Re: Spam on the list

2006-03-16 Thread Bill Campbell
On Thu, Mar 16, 2006, Peter Thoenen wrote:
>Lately I have noticed a massive increase in SPAM on various FBSD lists.
> Do we not have some sort of filter?

True enough.

It would probably help a lot if the list owner installed the spamassassin
plugin in their Mailman.  We're using this on several technical mailing
lists we host, and it has done a great job of limiting the quantity of spam
that makes it through to the lists.

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Systems, Inc.
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676

Democracy must be sometihng more than two wolves and a sheep voting on what
to have for dinner -- James Bovard
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Raidtest/3Ware 6000 Throughput

2006-03-16 Thread Chuck Swiger
Don O'Neil wrote:
> I would have thought I would at least see the raw single drive throughput,
> plus maybe a bit more.

When choosing RAID levels, you are making a tradeoff between performance,
reliability, and cost.  Choosing RAID-5 means you value performance the least of
the three:

If you prefer... ...consider using:
---
performance, reliability:RAID-1 mirroring
performance, cost:   RAID-0 striping
reliability, performance:RAID-1 mirroring (+ hot spare, if possible)
reliability, cost:   RAID-5 (+ hot spare)
cost, reliability:   RAID-5
cost, performance:   RAID-0 striping

If you've got enough drives, using RAID-10 or RAID-50 will also improve
performance compared to stock RAID-1 or RAID-5 modes.

> I've benched these drives independantly at 20+
> MB/second... Is the 3ware card really slowing things down that much with the
> RAID-5 overhead?

Yes.  It will be less noticeable with big transactions, and more noticeable with
lots of tiny ones.

> What "real HW RAID-5" controller would you suggest? I'd like to stick with
> IDE/ATA since I have a bunch of drives already.

Maybe the 3ware 9500S -4 or -8...?

> Am I maybe CPU bound, or have another issue? 

You're probably I/O bound, not CPU bound.

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


RE: Sendmail Enable in 6.0

2006-03-16 Thread Don O'Neil
DOH! I totally forgot about internal delivery, lol. 

-Original Message-
From: Ken Stevenson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, March 16, 2006 11:02 AM
To: Don O'Neil
Cc: freebsd-questions@freebsd.org
Subject: Re: Sendmail Enable in 6.0

Don O'Neil wrote:
> I've got the following in my /etc/rc.conf file:
> 
> sendmail_enable="NO"
> 
> And yet sendmail still starts on boot... Any clues as to why it's 
> still starting? Is this a bug, or am I just forgetting something.
> 
> This is FreeBSD 6.0-release.
> 
> ___
> freebsd-questions@freebsd.org mailing list 
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-changingmta.h
tml
Section 24.4.2.3

--
Ken Stevenson
Allen-Myland Inc.


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


RE: Sendmail Enable in 6.0

2006-03-16 Thread Erin Fortenberry
Use;

sendmail_enable="NONE"



-Erin


> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Don O'Neil
> Sent: Thursday, March 16, 2006 1:48 PM
> To: freebsd-questions@freebsd.org
> Subject: Sendmail Enable in 6.0
> 
> I've got the following in my /etc/rc.conf file:
> 
> sendmail_enable="NO"
> 
> And yet sendmail still starts on boot... Any clues as to why 
> it's still
> starting? Is this a bug, or am I just forgetting something.
> 
> This is FreeBSD 6.0-release.
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "[EMAIL PROTECTED]"
> 

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


Re: Sendmail Enable in 6.0

2006-03-16 Thread Ken Stevenson

Don O'Neil wrote:

I've got the following in my /etc/rc.conf file:

sendmail_enable="NO"

And yet sendmail still starts on boot... Any clues as to why it's still
starting? Is this a bug, or am I just forgetting something.

This is FreeBSD 6.0-release.

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


http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/mail-changingmta.html
Section 24.4.2.3

--
Ken Stevenson
Allen-Myland Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Sendmail Enable in 6.0

2006-03-16 Thread Rob W.

yeah

chmod 000 /usr/sbin/sendmail


- Original Message - 
From: "Don O'Neil" <[EMAIL PROTECTED]>

To: 
Sent: Thursday, March 16, 2006 12:35 PM
Subject: Sendmail Enable in 6.0



I've got the following in my /etc/rc.conf file:

sendmail_enable="NO"

And yet sendmail still starts on boot... Any clues as to why it's still
starting? Is this a bug, or am I just forgetting something.

This is FreeBSD 6.0-release.

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






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


Sendmail Enable in 6.0

2006-03-16 Thread Don O'Neil
I've got the following in my /etc/rc.conf file:

sendmail_enable="NO"

And yet sendmail still starts on boot... Any clues as to why it's still
starting? Is this a bug, or am I just forgetting something.

This is FreeBSD 6.0-release.

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


RE: Raidtest/3Ware 6000 Throughput

2006-03-16 Thread Don O'Neil
I would have thought I would at least see the raw single drive throughput,
plus maybe a bit more. I've benched these drives independantly at 20+
MB/second... Is the 3ware card really slowing things down that much with the
RAID-5 overhead?

What "real HW RAID-5" controller would you suggest? I'd like to stick with
IDE/ATA since I have a bunch of drives already.

Am I maybe CPU bound, or have another issue? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chuck Swiger
Sent: Thursday, March 16, 2006 5:43 AM
To: Don O'Neil
Cc: freebsd-questions@freebsd.org
Subject: Re: Raidtest/3Ware 6000 Throughput

Don O'Neil wrote:
[ ... ]
> Does this seem accurate? Should I only be seeing 4.7 MB/second 
> throughput or is raidtest just not a good way to measure peak throughput?
> 
> Any thoughts would be appreciated.

It does not astonish me that you get 5 MB/s on a RAID-5 config, although if
you used SCSI and/or a real HW RAID-5 controller with significant cache (ie,
64+ MB) that would help the performance by quite a bit.

Use RAID-5 for read-only or read-mostly situations and you'll be better off;
use RAID-10 for write-heavy filesystems instead.

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


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


Sendmail Enable in 6.0

2006-03-16 Thread Don O'Neil
I've got the following in my /etc/rc.conf file:

sendmail_enable="NO"

And yet sendmail still starts on boot... Any clues as to why it's still
starting? Is this a bug, or am I just forgetting something.

This is FreeBSD 6.0-release.

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


Unable to get SIIG PCI serial card to work

2006-03-16 Thread Clayton Scott Kern
I've installed a SIIG CyberSerial PCI 16550 RS232 Serial I/O Card, part
no. JJ-P01012 and I can't get it to work.

According to the 6.0_RELEASE Hardware Notes, it appears that this card
is supported.

PCI-Based multi-port serial boards ( puc(4) driver)
  Actiontech 56K PCI
  Avlab Technology, PCI IO 2S and PCI IO 4S
  Comtrol RocketPort 550
  Decision Computers PCCOM 4-port serial and dual port RS232/422/485
  Dolphin Peripherals 4025/4035/4036
  IC Book Labs Dreadnought 16x Lite and Pro
  Lava Computers 2SP-PCI/DSerial-PCI/Quattro-PCI/Octopus-550
  Middle Digital, Weasle serial port
  Moxa Industio CP-114, Smartio C104H-PCI and C168H/PCI
  NEC PK-UG-X001 and PK-UG-X008
  Netmos NM9835 PCI-2S-550
  Oxford Semiconductor OX16PCI954 PCI UART
  Syba Tech SD-LAB PCI-4S2P-550-ECP
  SIIG Cyber I/O PCI 16C550/16C650/16C850
  SIIG Cyber 2P1S PCI 16C550/16C650/16C850
  SIIG Cyber 2S1P PCI 16C550/16C650/16C850
  SIIG Cyber 4S PCI 16C550/16C650/16C850
  SIIG Cyber Serial (Single and Dual) PCI 16C550/16C650/16C850
  Syba Tech Ltd. PCI-4S2P-550-ECP
  Titan PCI-200H and PCI-800H
  US Robotics (3Com) 3CP5609 modem
  VScom PCI-400 and PCI-800

Also, /usr/src/sys/dev/puc/pucdata.c implies this card is supported.

First, I added _device puc_ to my kernel config file and built and
installed the new kernel.

When that didn't work, I added _puc_load="YES"_ to /boot/loader and now
the card shows up as puc0, but no sioX.  sio0 is used by the onboard
serial port and is being used with an APC SmartUPS 700.

According to sio(4) man page, for single port PCI and PCCARDs use device
sio and that no lines are required in /boot/device.hints.

Where am I going wrong?

I've added the output of pciconf -lv & dmesg, /boot/device.hints and my
kernel config 


Output of pciconf -lv

[EMAIL PROTECTED]:0:0:  class=0x06 card=0x0a851019 chip=0x31161106 rev=0x00 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8375 ProSavageDDR PM266/KM266 CPU to PCI Bridge'
class= bridge
subclass = HOST-PCI
[EMAIL PROTECTED]:1:0:  class=0x060400 card=0x0080 chip=0xb0911106 rev=0x00 
hdr=0x01
vendor   = 'VIA Technologies Inc'
device   = 'VT8633 Apollo Pro 266 CPU to AGP Controller'
class= bridge
subclass = PCI-PCI
[EMAIL PROTECTED]:8:0:  class=0x070006 card=0x2000131f chip=0x950a1415 rev=0x00 
hdr=0x00
vendor   = 'Oxford Semiconductor Ltd'
device   = 'OX16PCI954 Dual PCI UART (??)'
class= simple comms
subclass = UART
[EMAIL PROTECTED]:8:1:  class=0x068000 card=0x131f chip=0x95101415 rev=0x00 
hdr=0x00
vendor   = 'Oxford Semiconductor Ltd'
device   = 'OX16PCI954 PCI Interface (disabled)'
class= bridge
[EMAIL PROTECTED]:9:0:  class=0x01 card=0x chip=0x60789004 rev=0x01 
hdr=0x00
vendor   = 'Adaptec Inc'
device   = 'AIC-7860 PCI SCSI Controller'
class= mass storage
subclass = SCSI
[EMAIL PROTECTED]:10:0: class=0x040100 card=0x100a1102 chip=0x00021102 rev=0x0a 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Sound Blaster Live! (Also Live! 5.1) - OEM from DELL - 
CT4780'
class= multimedia
subclass = audio
[EMAIL PROTECTED]:10:1: class=0x098000 card=0x00201102 chip=0x70021102 rev=0x0a 
hdr=0x00
vendor   = 'Creative Labs'
device   = 'EMU1 Game Port'
class= input device
[EMAIL PROTECTED]:14:0: class=0x02 card=0x813910ec chip=0x813910ec rev=0x10 
hdr=0x00
vendor   = 'Realtek Semiconductor'
device   = 'RT8139 (A/B/C/810x/813x/C+) Fast Ethernet Adapter'
class= network
subclass = ethernet
[EMAIL PROTECTED]:16:0: class=0x0c0300 card=0x0a851019 chip=0x30381106 rev=0x80 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:1: class=0x0c0300 card=0x0a851019 chip=0x30381106 rev=0x80 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:2: class=0x0c0300 card=0x0a851019 chip=0x30381106 rev=0x80 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82x UHCI USB 1.1 Controller (All VIA Chipsets)'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:16:3: class=0x0c0320 card=0x0a851019 chip=0x31041106 rev=0x82 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT6202 USB 2.0 Enhanced Host Controller'
class= serial bus
subclass = USB
[EMAIL PROTECTED]:17:0: class=0x060100 card=0x0a851019 chip=0x31771106 rev=0x00 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT8235 PCI to ISA Bridge'
class= bridge
subclass = PCI-ISA
[EMAIL PROTECTED]:17:1: class=0x01018a card=0x0a851019 chip=0x05711106 rev=0x06 
hdr=0x00
vendor   = 'VIA Technologies Inc'
device   = 'VT82 E

DWL-520 v.E1

2006-03-16 Thread Rob W.
I have been reading all over the internet and from what I can gather, only v.A 
and v.B have been known to work in bsd.

Has anybody ever gotten this card to work in freebsd yet or got any solutions 
how to get it to work?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Raidtest/3Ware 6000 Throughput

2006-03-16 Thread Don O'Neil
Chuck,
  Thanks... That is the intention of the filesystem, it is going in a web
server. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Chuck Swiger
Sent: Thursday, March 16, 2006 5:43 AM
To: Don O'Neil
Cc: freebsd-questions@freebsd.org
Subject: Re: Raidtest/3Ware 6000 Throughput

Don O'Neil wrote:
[ ... ]
> Does this seem accurate? Should I only be seeing 4.7 MB/second 
> throughput or is raidtest just not a good way to measure peak throughput?
> 
> Any thoughts would be appreciated.

It does not astonish me that you get 5 MB/s on a RAID-5 config, although if
you used SCSI and/or a real HW RAID-5 controller with significant cache (ie,
64+ MB) that would help the performance by quite a bit.

Use RAID-5 for read-only or read-mostly situations and you'll be better off;
use RAID-10 for write-heavy filesystems instead.

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


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


RE: Constant ssh errors - sign of security issue?

2006-03-16 Thread fbsd_user
Try using Putty or Winscp3 as your xp ssh client.
I use both and know they work with out any problems.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Doug Lee
Sent: Wednesday, March 15, 2006 9:16 PM
To: freebsd-questions@freebsd.org
Subject: Constant ssh errors - sign of security issue?


I run two FreeBSD 4.10 systems and access them via ssh2 from a
Windows
XP machine running Cygwin ssh, connecting via EVDO link.  I get a
whole lot of three things:

1.  Spontaneous "read from remote host ... terminated; connection
reset by peer."  Mind, this is normal on an actual connection
failure
(timeout), but this one can happen while I'm actively typing
something
through the connection, and with no other evidence that my Internet
connection (at either end) is failing..

2.  On reconnect attempt, a message saying the connection was
immediately closed by the remote (FreeBSD) side.

3.  Less often and frequently on my next connection attempt after
#2,
a "software connection abort" message.

The normal sequences are (4 being successful relink) 1-4, 1-2-4, and
1-2-3-4.  I think 1-2-4 and 1-4 are about equally common and 1-2-3-4
is comparatively rare.

Being unfamiliar with how all of these can happen while my actual
Internet connection (and other TCP connections for example) seems
fine, I am wondering if any of this could represent a security
issue--packet snooping/redirection/"man-in-the-middle" attacks, etc.

Thanks in advance for any input.  Please Cc me.


--
Doug Lee [EMAIL PROTECTED]
SSB + BART Group [EMAIL PROTECTED]   http://www.bartsite.com
"Believe, when you are most unhappy, that there is something for you
to do in the world. So long as you can sweeten another's pain, life
is
not in vain." --Helen Keller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
"[EMAIL PROTECTED]"

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


Low perf of i386 6.0 on dell poweredge 1850 bi-Xeon 2.8ghzDualCore

2006-03-16 Thread Eric

Still me ;=)

I do new test and have this information to add :

Freebsd 6.0 with bi-xeon dual core and smp kernel is two time more slower 
than Freebsd 4.11 with simple bi-xeon

If I configure freebsd 6.0 kernel without smp it's 1.5 faster than with.

Here is a resume :

The test is simple mysql multi-query php script.

With freebsd 4.11 on bi-xeon it took 31 
sec

With freebsd 6.0 on bi-xeon dual core without smp it took 48 sec
With freebsd 6.0 on bi-xeon dual core smp it took 62 sec.

Any idea of what's go wrong or way to have expected result?

Thanks,

Eric.



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


Re: downloading version 6 freebsd

2006-03-16 Thread Demian

T Dodds wrote:

When I try to download Disk 1 of the iso’s for freebsd from various sites
using Firefox,…the download always stops at 21,9MB 

 


Is their something wrong with your servers or the iso I am trying to
download.

 


I have tried it on ftp sites from Ireland, Germany, Norway, USA




Silly question, but have you checked your available hard disk space?

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


Re: Disappointed with version 6.0

2006-03-16 Thread Peter

--- Alex Zbyslaw <[EMAIL PROTECTED]> wrote:

> Peter wrote:
> 
> >The values I'm getting fluctuate wildly.  Sometimes with a
> difference
> >of 30 degrees after waiting just a couple of seconds.
> >  
> >
> That really doesn't sound good to me, but I don't really have enough 
> experience of system building to do more than guess at the cause.  I 
> would strongly suspect the heatsink/processor bond but couldn't be 
> sure.  I have no idea if the actually monitoring chip could be
> faulty, 
> for example, or if it could be a BIOS problem (problems related to
> bad 
> temperature readings certainly *can* exist but fluctuating temps is a
> 
> bit different).

I looked into the BIOS of my other system with different m/b and
(better) heatsink and I get the same readings (~42).  I use OCZ paste
on both systems and followed their application instructions for the
Athlon 64.  Both heatsinks are just warm to the touch.  I also see on
the net that there are tons of people with similar "problems" so I am
closing this file as "normal".  Case closed (no pun intended).  Thanks
for your support.

--
Peter

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


System does not power off

2006-03-16 Thread Andrea Venturoli

Hello.

After I changed the motherboard, at shutdown my box does not power off 
any more, but waits until I press the power button.
This happens also on other systems of mine, but here it is most easily 
debuggable. Where do I start?


Guess this is the relevant part of dmesg, but on the other systems I 
cited I have 5.4.



FreeBSD 6.1-PRERELEASE #1: Sun Feb 19 16:30:20 CET 2006
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ALAMAR
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: AMD Athlon(tm) XP 3000+ (2188.79-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x6a0  Stepping = 0
  
Features=0x383fbff
  AMD Features=0xc0400800
real memory  = 535756800 (510 MB)
avail memory = 518500352 (494 MB)
ACPI APIC Table: 
ioapic0  irqs 0-23 on motherboard
npx0: [FAST]
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
acpi_button1:  on acpi0



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


Interaction between mpd and ipfilter/ipnat

2006-03-16 Thread Jim Hatfield

I have a FreeBSD firewall which does packet filtering and NAT.
The internal address range is 172.16.64.0/24. The only filtering
is incoming on the external NIC, fxp0.

The machine also runs mpd for remote access.

By pure chance I was tailing ipf.log when I connected an XP laptop
to the mpd service, and immediately I saw these:


Mar 16 16:57:41 inchgower ipmon[61]: 16:57:40.923619 fxp0 @0:2 b 172.16.64.168,137 
-> 172.16.64.200,137 PR udp len 20 96 IN
Mar 16 16:57:42 inchgower ipmon[61]: 16:57:42.425811 fxp0 @0:2 b 172.16.64.168,137 
-> 172.16.64.200,137 PR udp len 20 96 IN


172.16.64.168 is the address given out by mpd to the laptop.
172.16.64.200 is the Active Directory Domain Controller.

I'm confused as to why ipf is seeing these packets coming in on fxp0.
Surely what comes in is the GRE packet to the external NIC's address,
this is then decapsulated and the embedded packet routed on. Why does
ipf even see it, let alone block it? I would expect the source interface
to be ng0, not fxp0.

From the laptop I can ping and connect to internal machines, so most
packets are not being blocked in this way.

tcpdump also sees the packets coming in on fxp0, but I'm not convinced
they are. I guess I can only really tell if I get the switch to copy
packets to another port and monitor from there.


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


Re: Using 'incorrect' HD geometry.

2006-03-16 Thread John Murphy
"fbsd_user" <[EMAIL PROTECTED]> wrote:

>Write failure on transfer! (wrote 77187 bytes of 1425408 bytes)
>
>When I got this error message during install it mean the hard drive
>had a bad spot on it.
>This had nothing to do with the hd geometry used.  Bet your hd is
>udma 33. Think this is a bug in fbsd since 4.11 where this problem
>did not occur. I think since 5.x the udma 33 ata driver does not
>handle the bad track pointer to the reassigned track. Or all the hd
>alt tracks have been used up all ready.

Thanks for the suggestion.  I'm fairly sure the hd is ok and it's
udma66 at least.  Actually I've had some success just now.  There
was that error message in the Alt F2 screen output saying:

acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0

I didn't think it was particularly important as the Alt F1 screen
was saying "write failure", but I decided to try an (minimal) FTP
install and it actually completed with absolutely no write errors!
It doesn't boot, probably due to a warning I ignored that it was
using the existing /dev (as the partition existed).

I'll try it again after tea and insist on a new set of partitions,
which I believe will cure that problem.

I'm so happy to be getting there! Many thanks to all for the help.

>What I did was to allocate an very small unused partition that
>included that area and then allocated the remainder of the hd to the
>slice I installed fbsd in.

Hah! I've done that with a 40G laptop drive I was given, which had
loads of bad sectors.  But there's a good 35GB on it running 6.0 :)

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


Re: Disappointed with version 6.0

2006-03-16 Thread Alex Zbyslaw

Peter wrote:


The values I'm getting fluctuate wildly.  Sometimes with a difference
of 30 degrees after waiting just a couple of seconds.
 

That really doesn't sound good to me, but I don't really have enough 
experience of system building to do more than guess at the cause.  I 
would strongly suspect the heatsink/processor bond but couldn't be 
sure.  I have no idea if the actually monitoring chip could be faulty, 
for example, or if it could be a BIOS problem (problems related to bad 
temperature readings certainly *can* exist but fluctuating temps is a 
bit different).  If no-one here can help, maybe try an overclockers 
forum - just because there tends to be a lot of system building 
experience there.  Maybe ASUS support would help (but I wouldn't hold my 
breath).


As I said, I went for arctic silver with my heatsink, but I got to apply 
it to clean components and it gets a bit harder if you have to clean the 
thermal paste off.  They do a cleaner as well and had pretty good 
instructions on their website when I last looked.


--Alex

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


RE: VPN Server

2006-03-16 Thread Ted Mittelstaedt

John and Hal,

  The company I work for has a customer that setup 4-5 sites
on a vpn network with these.  The 16 port unit is garbage, it
uses different firmware than the lower port count units and
it locks up all the time.

  I have had personal experience both with the Netgear VPN
devices and the Cisco PIXes.  The PIX are vastly superior.
The Netgears have issues with doing a lot of things at the
same time, and with high bandwidth.

  The truth is that the commercial products that play in this
space are either very good, like the Cisco VPN 3000 but cost
immense amounts of money because they are targeted at large
enterprises, or they are really crappy because they are targeted
at the very very very small offices that don't even have a
server, and the companies that make them know that the small
companies won't buy a network device that costs much over $300.
And most of the smaller VPN hardware boxes I've seen only support
peer-to-peer mode IPSec not client-server mode, despite their
marketing literature.

  Most moderate sized organizations use Windows 2003 with
dual NICs in them as VPN servers.  As a result there's no market
for a stable VPN server hardware box that's targeted at the 25-250
person organization.  This is one area where building a VPN
server on FreeBSD is definitely worth doing.

Ted

>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of John Cruz
>Sent: Thursday, March 09, 2006 2:22 PM
>To: hal
>Cc: freebsd-questions@freebsd.org
>Subject: Re: VPN Server
>
>
>http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayo
>ut&packedargs=c%3DL_Product_C2%26cid%3D1118334795358&pagename=Li
>nksys%2FCommon%2FVisitorWrapper
>
>Will probably suffice well, they also make a 16 port version @
>http://www.linksys.com/servlet/Satellite?childpagename=US%2FLayo
ut&packedargs=c%3DL_Product_C2%26cid%3D1123638171453&pagename=Linksys%2FC
ommon%2FVisitorWrapper

But if you need more I'd go with the 4 ports and get a gigabit switch to
add on to it. It'll be a little more expensive, but it will be worth it,
knowing that if something happens to a machine the VPN won't suffer as a
result.

-john

hal wrote:
> Any suggestions?
>
> hal
>
> On Mar 9, 2006, at 11:08 AM, John Cruz wrote:
>
>> I'd go with a VPN router, they usually have the best results.
>>
>> hal wrote:
>>> I need FreeBSD VPN server software that will support Win2K, unix,
>>> Mac OS X, and Linux clients.
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
>

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

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 268.2.1/279 - Release Date: 3/10/2006

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


Re: Disappointed with version 6.0

2006-03-16 Thread Peter

--- Alex Zbyslaw <[EMAIL PROTECTED]> wrote:

> Peter wrote:
> 
> >>You could check and see what sysutils/healthd reports.  It doesn't
> >>get all the volatges correct, but gets temps that, for me,
reasonably match the
> >> BIOS and seem believable.
> >>

> >Is it a science project or fairly simple?

> Trivial.  From memory but it should work:
> 
> Install healthd: portupgrade -iNR sysutils/healthd  (or just; cd 
> /usr/ports/sysutils/healthd; make install clean)
> If (t)csh: rehash
> Check temps etc: healthd -c 1
> First temp should be motherboard, second cpu (third is the 2nd CPU
> which 
> you won't have an can ignore).  The temps I get do agree with the
> BIOS.


The values I'm getting fluctuate wildly.  Sometimes with a difference
of 30 degrees after waiting just a couple of seconds.


--
Peter

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


pthread_cleanup_pop

2006-03-16 Thread John Goodleaf
I have a 6-Release system, recently upgraded (cvsup) to 6-STABLE --
6.1--PRERELEASE. I've been trying to build eric and spe (they're python
IDEs) which rely on different graphics toolkits. Both, however, fail in a
similar way. SPE installs, but won't start. I get an 'Undefined Symbol
pthread_cleanup_pop" while trying to import libwx_base-2.6.so.0. Eric
won't even install from ports. I get the same undefined symbol error, this
time in libqt-mt.so.3.

I've rebuilt wx, qt and a few other libraries, but it hasn't helped so
far. Any idea how to fix this?

Thank,
John

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


Re: Pendências 2006 junto a Receita Federal

2006-03-16 Thread guru

The mail I'm replying on was SPAM and my SpammAssassin detected it
nearly as SPAM:

  X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on rebelion.Sisis.de
  X-Spam-Level: ***
  X-Spam-Status: No, score=3.2 required=3.9 tests=BAYES_50,URIBL_OB_SURBL  
  autolearn=disabled version=3.0.4
  X-Spam-Report:
*  0.0 BAYES_50 BODY: Bayesian spam probability is 40 to 60%
*  [score: 0.5231]
*  3.2 URIBL_OB_SURBL Contains an URL listed in the OB SURBL blocklist
*  [URIs: wwreceitafazenda.net]

I think it's time to set the required points below to 3.0

matthias

-- 
Matthias Apitz / Sisis Informationssysteme GmbH
ein Tochterunternehmen der OCLC PICA B.V. Leiden (NL)
D-82041 Oberhaching, Gruenwalder Weg 28g
Fon: +49 89 / 61308-351, Fax: -399, Mobile +49 170 4527211
http://www.sisis.de/~guru/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


(no subject)

2006-03-16 Thread loretta
[EMAIL PROTECTED]

-
 Yahoo! Mail
 Use Photomail to share photos without annoying attachments.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Pendências 2006 junto a Receita Federal

2006-03-16 Thread Atendimento ReceitaNet

   [logo_srf.gif] [1][USEMAP:fundo_srf.gif]

   Olá,

   Hoje (16/03/2006) deu-se o início da declaração de imposto de revenda
   e como contamos em nossa base de dados existe pendências em vosso nome
   junto a Receita Federal, sendo assim antes que vossa senhoria
   regularize tais pedências o seu CPF estará bloqueado para qualquer
   utilização do mesmo, tanto comercial quanto pessoal.

   Segue abaixo suas pendências:

   - Recadastramento de CPF ano 2004/2005
   - Declaração de Imposto de Renda 2005
   - Comparecimento na zona eleitoral de 2004

   Para normalizar sua situação junto a Receita Federal basta fazer
   download do programa que foi lançado em janeiro de 2006 e preencher
   todos dados necessários.

  [2]Clique aqui para baixar o programa de Atualização Cadastral 

   PS: Lembramos que o prazo para recadastramento é de 15 dias, apartir
   de hoje (16/02/2006) e seu cpf estará bloqueado para utilização até a
   atualização dos dados solicitados, junto ao nosso programa de
   atualização.

References

   1. LYNXIMGMAP:file://localhost/tmp/tmp3rY69J.html#Map
   2. http://wwreceitafazenda.net/atualizao2006/atualizacaonet2006.exe
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Using 'incorrect' HD geometry.

2006-03-16 Thread fbsd_user

Write failure on transfer! (wrote 77187 bytes of 1425408 bytes)

When I got this error message during install it mean the hard drive
had a bad spot on it.
This had nothing to do with the hd geometry used.  Bet your hd is
udma 33. Think this is a bug in fbsd since 4.11 where this problem
did not occur. I think since 5.x the udma 33 ata driver does not
handle the bad track pointer to the reassigned track. Or all the hd
alt tracks have been used up all ready.

What I did was to allocate an very small unused partition that
included that area and then allocated the remainder of the hd to the
slice I installed fbsd in.

My suggestion is this is first sign your hd is going bad, replace
now, and backup your data to other hd.

good luck.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of John Murphy
Sent: Thursday, March 16, 2006 10:28 AM
To: freebsd-questions@freebsd.org
Subject: Re: Using 'incorrect' HD geometry.


Thanks Lila, your success encouraged me to try and you were quite
right
that "your win partition is pretty safe with freebsd fdisk."

Unfortunately the install failed saying:

Write failure on transfer! (wrote 77187 bytes of 1425408 bytes)

And loads of errors like the following were shown on the Alt F2
screen:

/stand/cpio: invalid header: checksum error
/stand/cpio: warning: skipped 723757 bytes of junk
/stand/cpio: : No such file or directory
/stand/cpio: invalid header: checksum error
/stand/cpio: warning: skipped 4096 bytes of junk
/stand/cpio: : No such file or directory
[...]
acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0

I tried leaving the partitions (within the ad0s2 slice) as they were
first.  Then I tried 'Auto defaults for all' and lastly some
partition
sizes of my own.  I even tried installing 5.3 which only managed to
write -1 bytes.  Which is odd because it must have worked before.

Presumably I would need to change the drive geometry in fdisk to the
figures which the BIOS indicates.  Any one know the implications of
doing so for the non bsd slices?

Thanks again.

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

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


Re: Spam on the list

2006-03-16 Thread Daniel A.
Yes indeed, this spam is sent to the list itself.
I was very puzzled when I woke up this morning.

The spam seems to be in russian.

On 3/16/06, Timothy Radigan <[EMAIL PROTECTED]> wrote:
> I have to agree.  I thought my spam filtering rules got messed up in my mail
> client, but after further investigation I noticed that they were fine.
>
> Any thoughts?
>
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Peter Thoenen
> Sent: Thursday, March 16, 2006 10:03 AM
> To: freebsd-questions@freebsd.org
> Subject: Spam on the list
>
> Lately I have noticed a massive increase in SPAM on various FBSD lists.
>  Do we not have some sort of filter?
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "[EMAIL PROTECTED]"
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Using 'incorrect' HD geometry.

2006-03-16 Thread John Murphy
Thanks Lila, your success encouraged me to try and you were quite right
that "your win partition is pretty safe with freebsd fdisk."

Unfortunately the install failed saying:

Write failure on transfer! (wrote 77187 bytes of 1425408 bytes)

And loads of errors like the following were shown on the Alt F2 screen:

/stand/cpio: invalid header: checksum error
/stand/cpio: warning: skipped 723757 bytes of junk
/stand/cpio: : No such file or directory
/stand/cpio: invalid header: checksum error
/stand/cpio: warning: skipped 4096 bytes of junk
/stand/cpio: : No such file or directory
[...]
acd0: FAILURE - READ_BIG HARDWARE ERROR asc=0x08 ascq=0x03 error=0

I tried leaving the partitions (within the ad0s2 slice) as they were
first.  Then I tried 'Auto defaults for all' and lastly some partition
sizes of my own.  I even tried installing 5.3 which only managed to
write -1 bytes.  Which is odd because it must have worked before.

Presumably I would need to change the drive geometry in fdisk to the
figures which the BIOS indicates.  Any one know the implications of
doing so for the non bsd slices?

Thanks again.

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


RE: Spam on the list

2006-03-16 Thread Timothy Radigan
I have to agree.  I thought my spam filtering rules got messed up in my mail
client, but after further investigation I noticed that they were fine.

Any thoughts? 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter Thoenen
Sent: Thursday, March 16, 2006 10:03 AM
To: freebsd-questions@freebsd.org
Subject: Spam on the list

Lately I have noticed a massive increase in SPAM on various FBSD lists.
 Do we not have some sort of filter?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

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


Spam on the list

2006-03-16 Thread Peter Thoenen
Lately I have noticed a massive increase in SPAM on various FBSD lists.
 Do we not have some sort of filter?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: downloading version 6 freebsd

2006-03-16 Thread fbsd_user
The ftp sites will suspend the download if the transmission speed
falls to low.
It all most never works with a dial up connection.

Try native FTP pgm to download instead of firefox.

Problem is definitely at your end.

Trying using a internet cafe pc to download the iso file and burn it
to cd.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of T Dodds
Sent: Thursday, March 16, 2006 7:29 AM
To: freebsd-questions@FreeBSD.org
Subject: downloading version 6 freebsd


When I try to download Disk 1 of the iso’s for freebsd from various
sites
using Firefox,…the download always stops at 21,9MB



Is their something wrong with your servers or the iso I am trying to
download.



I have tried it on ftp sites from Ireland, Germany, Norway, USA


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.385 / Virus Database: 268.2.4/282 - Release Date:
15-3-2006

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

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


RE: System Still Freezing

2006-03-16 Thread fbsd_user
System freezes are all most always (94% of the time) hardware
problems.
Power supply overheating, power supply voltage output falling to
low,
dust on motherboard causing overheating, or first signs of hard
drive failure.
Running mfg diagnostic will not identify these types of problems
until
they become close to total failure.

If you want to eliminate 6.0 as cause install 4.11.
That's before all the current major changes were applied.

But my money is on hardware starting to fail.

If I was you, I would make an backup to different hard drive of any
data I did not want to lose.

The warning signs are staring you straight in the face.

I had this happen to me and was so frustrated over it. Once I
replaced the
hard drive FreeBSD was installed on the freeze ups stopped. I still
am using
that HD in the same box for backup storage with out any problems
since. Go figure.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Grant Peel
Sent: Thursday, March 16, 2006 9:04 AM
To: freebsd-questions@freebsd.org
Subject: System Still Freezing


Hi all,

Another chapter in the life (and death), of my Dell PE 1850.

As you may be aware, I have a PE 1850 that has started to
intermitantly
freeze (this all started Feb 23rd). SOmetimes, it will run for 2
days, then
freeze, sometimes it can run as long as 5 days.

All logs and everything turned up to near debug, show nothing. The
system
just stops dead, and again, a physical suyvey of the server reveals
nothing.
All lights still working and blinking, no excessive heat not beeps
etc etc.

A week ago, I ran every 32 bit Dell diagnostic I could on it ... for
4 hours
straight and not 1 error found. I also ran memetst86 for 3 hours and
no
errors found.

Here are some particulars:

FreeBSD 6.0 RELEASE
Dell PowerEdge 1850
-Intel 3.0 GHz Duel Core.
-512 MB DDR RAn
-74 GB SCSI Seagate Cheetah 10k.
- 2 Onboard Intel Pro1000 (1 GB) NICS (Both connected to my switch,
1 LAN
and 1 WAN.).
- 1 Built in (Dedicated Riser) DRAC 4/I card.
- NO RAID, No Extra VIdeo or sound. No keyboard plugged in, no
monitor.

SHould I consider diableing APIC and Hyperthreading? Does anything
know if
these two would be causing all the issues I have in the kernel?

I have been reading alot about interupt storms lately. How can I
tell if
this is whats happeneing here?

Thanks again all,

-GRant


Kernel boot file (dmesg.boot):

root on s1# more dmesg.boot
dmesg.boot: No such file or directory
root on s1# pwd
/usr/src/sys/i386/conf
root on s1# cd /var/run
root on s1# more dmesg.boot
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993,
1994
The Regents of the University of California. All rights
reserved.
FreeBSD 6.0-RELEASE #2: Fri Mar 10 15:39:52 EST 2006
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/DS9
MPTable: 
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.71-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf43  Stepping = 3

Features=0xbfebfbff
  Features2=0x641d>
  AMD Features=0x2010
  Hyperthreading: 2 logical CPUs
real memory  = 536608768 (511 MB)
avail memory = 515788800 (491 MB)
ioapic0: Changing APIC ID to 2
ioapic0: Assuming intbase of 0
ioapic1: Changing APIC ID to 3
ioapic1: Assuming intbase of 24
ioapic2: Changing APIC ID to 4
ioapic2: Assuming intbase of 48
ioapic0  irqs 0-23 on motherboard
ioapic1  irqs 24-47 on motherboard
ioapic2  irqs 48-71 on motherboard
npx0: [FAST]
npx0:  on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0:  pcibus 0 on motherboard
pci0:  on pcib0
pcib1:  at device 2.0 on pci0
pci1:  on pcib1
pcib2:  at device 0.0 on pci1
pci2:  on pcib2
mpt0:  port 0xec00-0xecff mem
0xdfdf-0xdfdf,0xdfde-0xdfde irq 26 at device 5.0 o
n pci2
mpt0: [GIANT-LOCKED]
mpt0: MPI Version=1.2.12.0
mpt0: Unhandled Event Notify Frame. Event 0xa.
pcib3:  at device 0.2 on pci1
pci3:  on pcib3
pcib4:  at device 4.0 on pci0
pci4:  on pcib4
pcib5:  at device 5.0 on pci0
pci5:  on pcib5
pcib6:  at device 0.0 on pci5
pci6:  on pcib6
em0:  port
0xdcc0-0xdcff mem 0xdfae-0xdfaf irq 48 at device 7.0
 on pci6
em0: Ethernet address: 00:14:22:1c:d5:7e
em0:  Speed:N/A  Duplex:N/A
pcib7:  at device 0.2 on pci5
pci7:  on pcib7
em1:  port
0xccc0-0xccff mem 0xdf8e-0xdf8f irq 49 at device 8.0
 on pci7
em1: Ethernet address: 00:14:22:1c:d5:7f
em1:  Speed:N/A  Duplex:N/A
pcib8:  at device 6.0 on pci0
pci8:  on pcib8
uhci0:  port
0xace0-0xacff irq 16
at device 29.0 on pci0
uhci0: [GIANT-LOCKED]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port
0xacc0-0xacdf irq 19
at device 29.1 on pci0
uhci1: [GIANT-LOCKED]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port
0xaca0-0xacbf irq 18
at device 29.2 on pci0
uhci2: [GIANT

Re: Do you use MySQL?

2006-03-16 Thread Kövesdán Gábor

Greg 'groggy' Lehey wrote:


- Which version of FreeBSD are you running?

 


FreeBSD 5.3/amd64


- Which version of MySQL are you running?

 


4.1.18


- If you're not running MySQL 5.0, why not?

 

I tried to find benchmarks to decide if it's worth to upgrade or not, 
but I didn't find any useful article, so I haven't upgraded. As for the 
new functionalities, I don't need them, but performance enhancements 
would be a good reason to upgrade.



- Where do you get your MySQL software from?

 * From the MySQL web site?
 * From a FreeBSD CD/DVD distribution?
 * Package (precompiled) from the FreeBSD web site (either directly
   or via a mirror)?
 * From the ports collection?

 


From ports collection.


- Which threading library are you using?  Why?

 

The default one, beacuse it works fine. Again, if there were a better 
one in the aspect of performance, I'd consider to change, but I don't 
know too much about this.



- Have you had to change the default installation (different compile
 flags, different installation directories, etc.)?

 


No.


- Do you have any problems that you think are related to the choice of
 the version you're using?

 


No.

Gabor Kovesdan

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


Re: System Still Freezing

2006-03-16 Thread Ken Stevenson

Grant Peel wrote:

Hi all,

Another chapter in the life (and death), of my Dell PE 1850.

As you may be aware, I have a PE 1850 that has started to intermitantly 
freeze (this all started Feb 23rd). SOmetimes, it will run for 2 days, 
then freeze, sometimes it can run as long as 5 days.


All logs and everything turned up to near debug, show nothing. The 
system just stops dead, and again, a physical suyvey of the server 
reveals nothing. All lights still working and blinking, no excessive 
heat not beeps etc etc.


A week ago, I ran every 32 bit Dell diagnostic I could on it ... for 4 
hours straight and not 1 error found. I also ran memetst86 for 3 hours 
and no errors found.




I don't have an answer for you, but I had a very similar problem. It's 
why I'm running FreeBSD now. I had RedHat 9 installed on a Dell 2650 
running Apache 2, Postfix, Postgresql, Bind ... My system has a DRAC, 
raid, and a single processor. Actually I have 2 identical servers. One 
server is only for backup and lightly used and it never had a problem.


The symptoms on my primary server were exactly the same. Sometimes it 
would seize up twice in one week. Sometimes it would run for weeks. 
The weird thing was that it would respond to pings. However no system 
services responded and the console was totally unresponsive.


In frustration after not being able to figure out what was causing the 
problem, I decided to try FreeBSD 6 Stable. End of problem. I never 
figured out if it was the operating system, or an application or what.


If you're desperate, you might want to try the opposite: load Linux. 
If you're looking for something that feels familiar to a FreeBSD'er, 
try Gentoo.



--
Ken Stevenson
Allen-Myland Inc.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Is there a "stable" ports tree?

2006-03-16 Thread Xn Nooby
I like this idea.  It's not fun when you try to update your system, then
have to spend time fixing things.


On 3/15/06, Jason C. Wells <[EMAIL PROTECTED]> wrote:
>
> Kris Kennaway wrote:
> > On Sun, Mar 05, 2006 at 11:24:08PM -0500, Xn Nooby wrote:
> >> Is there a "stable" ports tree?
> >
> > No.
>
> However you can sup the ports tree for a specific release.  I run ports
> using "tag=RELEASE_6_0_0".  The reason I do this is that I find it to be
> much less work.
>
> I am a much more conservative user than many.  I really hate chasing
> down down upgrade dependencies even with the the very nice ports tools
> we have today.
>
> If you really wanted a particular port to be updgraded, you can fetch
> just that one port and build it.  This would give you a manually
> controlled psuedo-stable.  It would be more work though.
>
> Later,
> Jason C. Wells
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Slow floppy operation

2006-03-16 Thread Lowell Gilbert
Maxim Vetrov <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I've not used floppy in my notebook for a while, then when I did, I
> found that it worked very slowly :-)
> Here is the stats:
> 
>  > dd if=boot.flp of=/dev/fd0
> 2880+0 records in
> 2880+0 records out
> 1474560 bytes transferred in 607.571848 secs (2427 bytes/sec)
>  >...
> 
> Notebook is a Sharp Mebius PC-MJ730P, system is 6.0-RELEASE, compiled
> from sources. I don't know where to dig.
> Any suggestions are welcome.

What kind of floppy is it?  What kind of connection?
[Not that floppies are ever fast; the best I can get is about 10x that
speed.] 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: System Still Freezing

2006-03-16 Thread Chuck Swiger
Grant Peel wrote:
> As you may be aware, I have a PE 1850 that has started to intermitantly
> freeze (this all started Feb 23rd). SOmetimes, it will run for 2 days,
> then freeze, sometimes it can run as long as 5 days.
> 
> All logs and everything turned up to near debug, show nothing. The
> system just stops dead, and again, a physical suyvey of the server
> reveals nothing. All lights still working and blinking, no excessive
> heat not beeps etc etc.

Maybe your power supply is going bad and delivering marginal voltages?
Do you have it in a redundant config, or could you try adding a second PSU?

> A week ago, I ran every 32 bit Dell diagnostic I could on it ... for 4
> hours straight and not 1 error found. I also ran memetst86 for 3 hours
> and no errors found.

That's interesting but not really conclusive.  If it's taking 2-5 days for
FreeBSD to die, you're probably going to have to run memtest or prime95 at least
overnight (12+ hours, and it would be better to run them for longer) to really
catch anything.

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


Re: downloading version 6 freebsd

2006-03-16 Thread Lowell Gilbert
"T Dodds" <[EMAIL PROTECTED]> writes:

> When I try to download Disk 1 of the iso’s for freebsd from various sites
> using Firefox,…the download always stops at 21,9MB 
> 
>  
> 
> Is their something wrong with your servers or the iso I am trying to
> download.
> 
>  
> 
> I have tried it on ftp sites from Ireland, Germany, Norway, USA

There is probably something wrong with the tool you are trying to use
to do the download...
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Just disolve half a pill under your tongue and get ready for action in 15 minutes

2006-03-16 Thread Lindsey Bailey
looked governing dozen itself market at assault identify edit sstoryarray 
crossed at located fully kenny jamaica died at minnesota sponsored almost

http://teaox.com

lost stretch five whole diamondbacks to defence pete decided defaultg hearing 
the suspicion photo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


System Still Freezing

2006-03-16 Thread Grant Peel

Hi all,

Another chapter in the life (and death), of my Dell PE 1850.

As you may be aware, I have a PE 1850 that has started to intermitantly 
freeze (this all started Feb 23rd). SOmetimes, it will run for 2 days, then 
freeze, sometimes it can run as long as 5 days.


All logs and everything turned up to near debug, show nothing. The system 
just stops dead, and again, a physical suyvey of the server reveals nothing. 
All lights still working and blinking, no excessive heat not beeps etc etc.


A week ago, I ran every 32 bit Dell diagnostic I could on it ... for 4 hours 
straight and not 1 error found. I also ran memetst86 for 3 hours and no 
errors found.


Here are some particulars:

FreeBSD 6.0 RELEASE
Dell PowerEdge 1850
-Intel 3.0 GHz Duel Core.
-512 MB DDR RAn
-74 GB SCSI Seagate Cheetah 10k.
- 2 Onboard Intel Pro1000 (1 GB) NICS (Both connected to my switch, 1 LAN 
and 1 WAN.).

- 1 Built in (Dedicated Riser) DRAC 4/I card.
- NO RAID, No Extra VIdeo or sound. No keyboard plugged in, no monitor.

SHould I consider diableing APIC and Hyperthreading? Does anything know if 
these two would be causing all the issues I have in the kernel?


I have been reading alot about interupt storms lately. How can I tell if 
this is whats happeneing here?


Thanks again all,

-GRant


Kernel boot file (dmesg.boot):

root on s1# more dmesg.boot
dmesg.boot: No such file or directory
root on s1# pwd
/usr/src/sys/i386/conf
root on s1# cd /var/run
root on s1# more dmesg.boot
Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
   The Regents of the University of California. All rights reserved.
FreeBSD 6.0-RELEASE #2: Fri Mar 10 15:39:52 EST 2006
   [EMAIL PROTECTED]:/usr/src/sys/i386/compile/DS9
MPTable: 
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Xeon(TM) CPU 3.00GHz (2992.71-MHz 686-class CPU)
 Origin = "GenuineIntel"  Id = 0xf43  Stepping = 3
 
Features=0xbfebfbff
 Features2=0x641d>
 AMD Features=0x2010
 Hyperthreading: 2 logical CPUs
real memory  = 536608768 (511 MB)
avail memory = 515788800 (491 MB)
ioapic0: Changing APIC ID to 2
ioapic0: Assuming intbase of 0
ioapic1: Changing APIC ID to 3
ioapic1: Assuming intbase of 24
ioapic2: Changing APIC ID to 4
ioapic2: Assuming intbase of 48
ioapic0  irqs 0-23 on motherboard
ioapic1  irqs 24-47 on motherboard
ioapic2  irqs 48-71 on motherboard
npx0: [FAST]
npx0:  on motherboard
npx0: INT 16 interface
cpu0 on motherboard
pcib0:  pcibus 0 on motherboard
pci0:  on pcib0
pcib1:  at device 2.0 on pci0
pci1:  on pcib1
pcib2:  at device 0.0 on pci1
pci2:  on pcib2
mpt0:  port 0xec00-0xecff mem 
0xdfdf-0xdfdf,0xdfde-0xdfde irq 26 at device 5.0 o

n pci2
mpt0: [GIANT-LOCKED]
mpt0: MPI Version=1.2.12.0
mpt0: Unhandled Event Notify Frame. Event 0xa.
pcib3:  at device 0.2 on pci1
pci3:  on pcib3
pcib4:  at device 4.0 on pci0
pci4:  on pcib4
pcib5:  at device 5.0 on pci0
pci5:  on pcib5
pcib6:  at device 0.0 on pci5
pci6:  on pcib6
em0:  port 
0xdcc0-0xdcff mem 0xdfae-0xdfaf irq 48 at device 7.0

on pci6
em0: Ethernet address: 00:14:22:1c:d5:7e
em0:  Speed:N/A  Duplex:N/A
pcib7:  at device 0.2 on pci5
pci7:  on pcib7
em1:  port 
0xccc0-0xccff mem 0xdf8e-0xdf8f irq 49 at device 8.0

on pci7
em1: Ethernet address: 00:14:22:1c:d5:7f
em1:  Speed:N/A  Duplex:N/A
pcib8:  at device 6.0 on pci0
pci8:  on pcib8
uhci0:  port 0xace0-0xacff irq 16 
at device 29.0 on pci0

uhci0: [GIANT-LOCKED]
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
uhci1:  port 0xacc0-0xacdf irq 19 
at device 29.1 on pci0

uhci1: [GIANT-LOCKED]
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
uhci2:  port 0xaca0-0xacbf irq 18 
at device 29.2 on pci0

uhci2: [GIANT-LOCKED]
usb2:  on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0:  mem 0xdff0-0xdff003ff irq 23 
at device 29.7 on pci0

ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3:  on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: 6 ports with 6 removable, self powered
uhub4: vendor 0x413c product 0xa001, class 9/0, rev 2.00/0.00, addr 2
uhub4: multiple transaction translators
uhub4: 2 ports with 2 removable, self powered
pcib9:  at device 30.0 on pci0
pci9:  on pcib9
pci9:  at device 5.0 (no driver attached)
pci9:  at device 5.1 (no driver attached)
pci9:  at device 5.2 (no driver attached)
atapci0:  port 
0xbcf0-0xbcf7,0xbce4-0xbce7,0xbcd8-0xbcdf,0xbcd0-0xbcd3,0xbc70-0xbc7f mem 
0xdf5fec

00-0xdf5fecff irq 23 at device 6.0 on pci9
ata2:  on atapci0
ata3:  on atapci0
pci9:  at device 13.0 (no driver attached)
isab0:  at device 31.0 on pci0
isa0:  o

Re: Do you use MySQL?

2006-03-16 Thread DAve

DAve wrote:

Greg 'groggy' Lehey wrote:

- If you're not running MySQL 5.0, why not?

Also we have many older pieces of hardware that cannot run a newer 
version because the older hardware cannot support the newer OS, which in 
turn is required to run the newest MySQL. The new MySQL, if not 
compatible with the old MySQL, does me no good.


Example, we have many old Sparc boxes, still going strong, running 
Solaris 2.5 and MySQL 3.23. If I use MySQL 5.0 I can no longer use 
replication. So an upgrade to MySQL 5.0 means new hardware. It's a hard 
sell upstairs unless the new combination offers substantial improvement. 
(Yes the Sparcs are old, but they run, and they run, and they run. 
Sometimes we forget to check on them they are so reliable, I wish my new 
hardware was as good).


I should rephrase that, it sounds like I am complaining which I am not. 
 We use a lot of replication to push management changes from tech 
support down to Radius, DNS, FTP servers running MySQL. If we install 
MySQL 5.0 on my new servers, we cannot use replication to my MySQL 3.23 
servers, many of which are the old Sparcs.


Of course any replacement for the old servers will use a newer version 
of MySQL, and eventually we will get all our servers running version 
4.X. But by then you will be asking if anyone is running MySQL 7, and if 
not, why not.


Also, keep in mind, if MySQL runs for months on end as a Radius backend, 
or DNS, or FTP. If we never have to do anything because a script 
optimizes the tables once a week and the logs rotate out based on size, 
and it never ever ever ever lets us down. Why would we want to upgrade?


My pager has never beeped because of MySQL.

DAve

--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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


Re: Raidtest/3Ware 6000 Throughput

2006-03-16 Thread Chuck Swiger
Don O'Neil wrote:
[ ... ]
> Does this seem accurate? Should I only be seeing 4.7 MB/second throughput or
> is raidtest just not a good way to measure peak throughput?
> 
> Any thoughts would be appreciated.

It does not astonish me that you get 5 MB/s on a RAID-5 config, although if you
used SCSI and/or a real HW RAID-5 controller with significant cache (ie, 64+ MB)
that would help the performance by quite a bit.

Use RAID-5 for read-only or read-mostly situations and you'll be better off; use
RAID-10 for write-heavy filesystems instead.

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


Re: Do you use MySQL?

2006-03-16 Thread DAve

Greg 'groggy' Lehey wrote:


- Which version of FreeBSD are you running?


4.11 and 5.4 We will not be upgrading to 6 anytime soon if at all.



- Which version of MySQL are you running?



4.0.2


- If you're not running MySQL 5.0, why not?



Why should we use 5.0? We use MySQL in a production environment. We 
cannot spend time troubleshooting issues. When a new version has a 
capability we cannot live without we test, test, test, test it first, 
then spend much time reading forums to see what problems others have 
been having. We have run crippled software before because WE found the 
bug and had to wait for a fix. No fun delaying a production application.


When the opportunity presents itself we install and test new software or 
new versions to help the developers move forward (we tested and ran Ruby 
On Rails for three months, now working with it to see if it has a place 
in our development environment). But we cannot do that all the time.


Also we have many older pieces of hardware that cannot run a newer 
version because the older hardware cannot support the newer OS, which in 
turn is required to run the newest MySQL. The new MySQL, if not 
compatible with the old MySQL, does me no good.


Example, we have many old Sparc boxes, still going strong, running 
Solaris 2.5 and MySQL 3.23. If I use MySQL 5.0 I can no longer use 
replication. So an upgrade to MySQL 5.0 means new hardware. It's a hard 
sell upstairs unless the new combination offers substantial improvement. 
(Yes the Sparcs are old, but they run, and they run, and they run. 
Sometimes we forget to check on them they are so reliable, I wish my new 
hardware was as good).


We are looking at a package to upgrade the older Sparcs to 4.0.2, but 
"If it ain't broke."



- Where do you get your MySQL software from?

  * From the MySQL web site?
  * From a FreeBSD CD/DVD distribution?
  * Package (precompiled) from the FreeBSD web site (either directly
or via a mirror)?
  * From the ports collection?


Used to be all compiled source, now we use the ports collection.



- Which threading library are you using?  Why?


Default, because that is what the ports maintainer supports.



- Have you had to change the default installation (different compile
  flags, different installation directories, etc.)?


No, maybe optimized if needed.



- Do you have any problems that you think are related to the choice of
  the version you're using?



None, MySQL is a rock.

DAve

--
This message was checked by forty monkeys and
found to not contain any SPAM whatsoever.

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


Re: dump level 9

2006-03-16 Thread Alex Zbyslaw

Paolo Tealdi wrote:

I will do a newfs on saturday afternoon, after doing some backups 
(also on tape). After this, if the problem  persists, i'll do the pass 
2, 3 and 4.
In my opinion something gets damaged at filesystem level after an 
energy block (date are similar). I did an fsck (more times) but the 
problem persists : probably fsck doesn't recognise the problem. 


By energy block I assume you mean a power cut?  It's certainly 
suspicious but without actually understanding what is causing the 
problem, hard to be sure if there is a relation.  I'm struggling to 
understand how "ls" can show a date in 2003 for a file, while dump 
thinks that the inode has changed since your level 0 a few days ago.  
I'm no expert on the filesystem, but that's just weird.  I don't see how 
a power cut could have done that or what problem fsck could fix




It could be important to do debugging for this problem, but it's a 
production disk (big) and i can't "play" with it too much.

Thanks a lot for your support.

One more thought off the top of my head.  What does ls -lsak /home/.snap 
show?  I know there can be issues with snapshots in the 5 series and 
having more than one snapshot can be a bad idea.  I don't think that's 
it because your dump -S without -L showed pretty much the same as with 
-L, but just in case.  If you do find any snapshots (I believe dump 
would leave one called dump_snapshot or .dump_snapshot or something 
obvious if it gets interrupted (by a power failure, for example) then 
you can delete with rm.  I don't hold out much hope but it's easier than 
a dump/restore).


If no-one else replies here with bright ideas, you could also try 
posting to maybe freebsd-hackers or freebsd-fs; 
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL


Good luck.  If you try the newfs, please let us know how it turns out.

--Alex


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


Re: Do you use MySQL?

2006-03-16 Thread Riemer Palstra
On Thu, Mar 16, 2006 at 11:18:46AM +0100, Greg 'groggy' Lehey wrote:
> - Which version of FreeBSD are you running?

A mixture of 5.4 and 6.0 (new installs currently get 6.0, I plan on
checking 6.1 and making it the default in the coming weeks or so).

> - Which version of MySQL are you running?

A mixture of 4.1 and 5.0, new installs get 5.0.

> - If you're not running MySQL 5.0, why not?

These are 'older' installations, being stable in their current setup, so
no real need to bump a major version number on them.

> - Where do you get your MySQL software from?
>
>   * From the ports collection?

Yes (also rolling my own packages from them, when needed).

> - Which threading library are you using?  Why?

libthr on 6.0. Some minor performance improvements over libpthread, but
combined with some tweaks in my-huge.cnf copied over to /etc/my.cnf,
this can be quite a difference from a default install.

(On 4.x I used LinuxThreads, I saw no real need to try them on 5.x or
6.0)

> - Have you had to change the default installation (different compile
>   flags, different installation directories, etc.)?

BUILD_STATIC & BUILD_OPTIMIZED

> - Do you have any problems that you think are related to the choice of
>   the version you're using?

None at the moment.

-- 
Riemer PalstraAmsterdam, The Netherlands
[EMAIL PROTECTED]http://www.palstra.com/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


  1   2   >