Re: What is the path of knowledge from Novice to committer, In FreeBSD?

2010-03-15 Thread Daniel Bye
On Mon, Mar 15, 2010 at 09:11:34AM +0530, Vishal Kashyap wrote:
 Respected Sir,
 *I am MCA(Master Of Computer Application) Student from India,Asia *and much
 intrested about UNIX or UNIX-like OS. As per my knowledge, in FreeBSD; there
 are
 
 *Volunteers(For Questioning) -- Contributers -- Committers*
 *
 1] To be VOLUNTEER
 2] After That; To Be Contributer
 3] After That; To Be a Committer.
 *

(Everyone is a volunteer, insofar as they don't get paid by FreeBSD for 
their work - that applies to those of us who answer the occasional question
on the list to the most active kernel developers.)

 So, please guide me sir, about the above path (iff, it is correct) i.e. how
 could i cover above path? I mean to say, how could I develop my Knowlwdge in
 FreeBSD to follow above path.

Find something in FreeBSD that you would like to see improved, study it,
and improve it. If your patches are accepted, you have become a contributor.
If you continue to provide high quality patches that lead to an improvement
in FreeBSD's overall quality, you will one day be given commit rights. It's
as easy as that. Note that your patches could be for utility or kernel code,
or for documentation. The important thing is that they improve the quality
of the system.

 Please, guide me with any thing you think better for me(books,web links,any
 thing). I've average knowledge of UNIX. And, right now; I am studying
 FreeBSD on Vmware Workstation.

Use the source. It is freely available and is in any case what you will be
working with if you intend to provide patches. There are various mailing
lists that may prove useful (check out the available lists on the FreeBSD
web site 
(http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL)

Good luck!

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Wow! ixsystems.....

2010-03-15 Thread Bill Moran
In response to Gary Kline kl...@thought.org:
 
   Folks,
 
   Late last night i finally surfed into the ixsystems pages.
   WHile I haven't had a chance to check out the
   price/performance ration and compare it to other sites [[or
   maybe  I'll do yet another roll-my-own]], I did happen on the
   PCBSD link.  It really does look like FreeBSD people  who do
   *not* wish to invest 101% of their lives getting
   thing-to-work on the most stable OS ever.  My one question
   is: does at least everything that works under Ubuntu work
   under PC BSD?  I mean, things like setting my text fonts to
   international? and being able to stream what streams {say, 
   FRONTLINE or NOVA} that PBS has.
 
   Can i drop in a CD or DVD that I got from my pvblic library
   and have it play without mucking around creating mount-points 
   like /media/dvd/0 and /media/cd/0?  This is the latest thing
   to break with my 7.3RC.2.  The sound-juicer doesn't recognize
   my music CD whereas my Ubuntu does.   In other words, is
   PCBSD closer to the Just-Works{TM} side of things?

There are forums and an active community for PCBSD.  Those places are
going to provide you a lot more feedback on questions like this.

I don't _use_ PCBSD ... I have _tried_ it, and my experience has been
very good.  On an IBM laptop, everything just worked out of the box,
and worked well.  My problem is that I like to tweak, and I'm already
happy with my ability to tweak FreeBSD :)

-- 
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Patching a Newly-Built System

2010-03-15 Thread Martin McCormick
Nerius Landys writes:
 By bringing the patch level up to date I assume you mean a tag such
 as this one:
 
   *default release=cvs tag=RELENG_8_0

That is what I meant.

 in your standard-supfile file, and then doing the make buildworld
 etc. prodedure outlined in the Handbook.
 
 The release branches (such as RELENG_8_0) get only very minor
 modifications from the time the release is made.  The patches are only
 ones that address really serious issues, and the extent of the changes
 is usually very minimal.  Whather you install ports before or after
 you update to the latest patch for your release should make absolutely
 no difference.

That is what I suspected but I wanted to start on the
right foot so I thought I would check.

Thank you.

Martin McCormick
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Re : building from source after freebsd-update

2010-03-15 Thread Alexandre L.
 That handbook section is where I read:
 The default is to update the source code, the entire base
 system, and the kernel.

First, freebsd-update tool sync the source.
 
 And in fact much of the /usr/src/ does contain source
 code.
 
 /usr/src/sys/ subdirectories seem populated, and some
 directories under
 /usr/src/usr.bin/ and /usr/src/usr.sbin/ contain source,
 while others only
 contain the Makefile.
 
 /usr/src/usr.sbin/sendmail/ contains only the Makefile.
 Which lead to the
 make depend error I experienced.
 
 It seems like I could build the kernel, and parts of the
 non-kernel base,
 but not other parts.
 
 After RTFMing, scroogling for days, and going through
 UPDATINGs and READMEs I'm
 still not clear on how to mix freebsd-update and building
 all or parts of the
 base source.
 
 I'm interested in being able to build system apps in the
 base, custom kernel
 modules, and eventually the entire kernel.

Freebsd-update tool will update your base system and GENERIC kernel, using 
binary. If your are using a custom kernel, you must reboot on the GENERIC 
kernel (that have just been upgraded) and do your make buildkernel 
KERNCONF=yourkernel and make installkernel KERNCONF=mykernel

 freebsd-update is _extremely_ painless for tracking the
 security patches. It
 would be nice to be able to mix this with a certain amount
 of building source.

From the Handbook : 
This utility provides two separate functions. First, it allows for binary 
security and errata updates to be applied to the FreeBSD base system without 
the build and install requirements. Second, the utility supports minor and 
major release upgrades.

This tool is only available for RELEASE, not for STABLE or CURRENT.

I hope this have helped you.



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: limit bandwidth on sftp

2010-03-15 Thread Lowell Gilbert
Tsu-Fan Cheng tfch...@gmail.com writes:

I need to limit my sftp session bandwidth to 20K, can someone show me how
 to do it? thank you!

There's no simple way to do that.  

scp has such a capability, though; maybe using that is your easiest option?

-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Portsnap vs cvsup

2010-03-15 Thread mailinglist
What is the difference between using portsnap and cvsupping a ports supfile?  
The last time I really used FreeBSD was several years ago, but it seems that 
portsnap has replaced cvsup ports-supfile.  What exactly is the difference 
between the two?  What makes portsnap the better option?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Is hard drive spindown functionality broken?

2010-03-15 Thread Yuri

Last night I ran the command:
atacontrol spindown ad10 60
on my desktop and similar one on my laptop.

In the morning I found that laptop rebooted overnight, and desktop was 
still functional, but I suddenly got flooded with the message:

fwohci0: device physically ejected?
then system froze. I never use anything related to fwohci.

Does anybody use spindown? What might be the problem?

Yuri
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Portsnap vs cvsup

2010-03-15 Thread Eitan Adler
On Mon, Mar 15, 2010 at 7:08 PM, mailinglist mailingl...@ucwv.edu wrote:
 What is the difference between using portsnap and cvsupping a ports supfile?  
 The last time I really used FreeBSD was several years ago, but it seems that 
 portsnap has replaced cvsup ports-supfile.  What exactly is the difference 
 between the two?  What makes portsnap the better option?

http://www.daemonology.net/portsnap/ is a good summary.
Basic idea: portsnap is more secure, faster, and easier to use
cvsup tends to have updates a tad bit sooner
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


If you have a hardwood floor, times have changed.

2010-03-15 Thread Mike Hammond







Happy New Years!
www.FloorGuardian.com   
January 2010
�

 We protect your floors while the others just cover it!   We offer floor 
protection.� You have invested serious money in your gym floors and we offer 
serious protection.� We protect your floor for the damage that tables, chairs 
and heels can inflict.� Installs in about an hour for my gyms.� Come in 9 
colors but we can also Pantone match if needed.� Not one of those tacky tarp 
systems, Floor Guardian is a velcro'd seamed, carpet based, 6' wide roll 
product that is easily rolled and carted under all doorways and stored on end.� 
No lifting as with tiles, and none of the tape waste or trip hazards of a tarp 
and way more elegant in looks.� As an example a� 70'x96' gym would have 16 
rolls and the storage would be 32x108 of floor space. 
�We also will take your tarp system as a trade in- We clean 
them and then donate them to your choice of� a Boys and Girls Club.�
Turn your Gym or Hall into more than just an athletic 
space, use it for receptions, rehearsals, recitals, graduations, PTA meetings, 
fund raisers and registrations. Reduce the need to refinish, while warming and 
quieting down the room.� Have recess insides on rainy days!� Kids love it.� 7 
year full warranty. So tough, you can clean it with regular bleach.� Hundreds 
of schools for the past 20 years have been protecting their floors using Floor 
Guardian without 1 complaint.� We have the referrals to back it up.� Click here 
for a free sample and brochure. � Please visit our website or call for more 
info. 






web - www.FloorGuardian.com ��|�� Product Sample - Free 
Sample� |�� tel - 206-255-1491 





Message sent by: Floor Guardian, 4841 California Ave SW, Seattle,  98166-4329, 
United States

To unsubscribe, click the link below.
http://c.ss36.on9mail.com/RWCode/subscribe.asp?SID=0SiteID=43865email=freebsd-questi...@freebsd.orgHitID=1268672224201
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


If you have a hardwood floor, times have changed.

2010-03-15 Thread Mike Hammond







Happy New Years!
www.FloorGuardian.com   
January 2010
�

 We protect your floors while the others just cover it!   We offer floor 
protection.� You have invested serious money in your gym floors and we offer 
serious protection.� We protect your floor for the damage that tables, chairs 
and heels can inflict.� Installs in about an hour for my gyms.� Come in 9 
colors but we can also Pantone match if needed.� Not one of those tacky tarp 
systems, Floor Guardian is a velcro'd seamed, carpet based, 6' wide roll 
product that is easily rolled and carted under all doorways and stored on end.� 
No lifting as with tiles, and none of the tape waste or trip hazards of a tarp 
and way more elegant in looks.� As an example a� 70'x96' gym would have 16 
rolls and the storage would be 32x108 of floor space. 
�We also will take your tarp system as a trade in- We clean 
them and then donate them to your choice of� a Boys and Girls Club.�
Turn your Gym or Hall into more than just an athletic 
space, use it for receptions, rehearsals, recitals, graduations, PTA meetings, 
fund raisers and registrations. Reduce the need to refinish, while warming and 
quieting down the room.� Have recess insides on rainy days!� Kids love it.� 7 
year full warranty. So tough, you can clean it with regular bleach.� Hundreds 
of schools for the past 20 years have been protecting their floors using Floor 
Guardian without 1 complaint.� We have the referrals to back it up.� Click here 
for a free sample and brochure. � Please visit our website or call for more 
info. 






web - www.FloorGuardian.com ��|�� Product Sample - Free 
Sample� |�� tel - 206-255-1491 





Message sent by: Floor Guardian, 4841 California Ave SW, Seattle,  98166-4329, 
United States

To unsubscribe, click the link below.
http://c.ss36.on9mail.com/RWCode/subscribe.asp?SID=0SiteID=43865email=questi...@freebsd.orgHitID=1268672224201
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Recovering base system files after failed installworld

2010-03-15 Thread Alejandro Imass
Hi,

I tried upgrading from 6.2 STABLE to 7.3 RELEASE, and everything went
very smooth until I rebooted the new kernel. Make installworld failed
complaining that cc1 was not executable. After a lot of tests, I came
to the conclusion that the new 7.3 kernel had some sort of problem
with my gvinum partitions, since executables were mysteriously
becoming corrupt and the miraculously fixed after reboot. So I
reverted to the old kernel and the system booted without any problems.
I reverted with csup to 6.2 STABLE sources, but now I realize that
some binaries of the base system were modified by the failed
installworld. For example, it seems that libc.a is not compatible with
the compiler as I now get:

/usr/lib/libc.a: could not read symbols: Malformed archive

Now, the question I have is: is there any way to revert all system
binaries to 6.2 STABLE without a previous backup? Can a utility like
freebsd-update help me restore these binaries?

Thanks in advance,
Alejandro Imass
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Recovering base system files after failed installworld

2010-03-15 Thread Matthew Seaman
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 15/03/2010 18:16:17, Alejandro Imass wrote:
 Hi,
 
 I tried upgrading from 6.2 STABLE to 7.3 RELEASE, and everything went
 very smooth until I rebooted the new kernel. Make installworld failed
 complaining that cc1 was not executable. After a lot of tests, I came
 to the conclusion that the new 7.3 kernel had some sort of problem
 with my gvinum partitions, since executables were mysteriously
 becoming corrupt and the miraculously fixed after reboot. So I
 reverted to the old kernel and the system booted without any problems.
 I reverted with csup to 6.2 STABLE sources, but now I realize that
 some binaries of the base system were modified by the failed
 installworld. For example, it seems that libc.a is not compatible with
 the compiler as I now get:
 
 /usr/lib/libc.a: could not read symbols: Malformed archive
 
 Now, the question I have is: is there any way to revert all system
 binaries to 6.2 STABLE without a previous backup? Can a utility like
 freebsd-update help me restore these binaries?

Yes.  In essence what you need to do is obtain the 6.2 sources and run
through a standard buildworld type update.  In principle, you could use
freebsd-update similarly, but 6.2 is out of support and not available
that way. 6.4 is still under support, and the 6.2 - 6.4 upgrade should
be a lot less risky than 6.2 - 7.3 if you're still eager t try
freebsd-update.

It is possible that you will have files installed by 7.3 still on your
hard drive. Ones that don't exist in 6.X and so don't get overwritten by
reinstalling 6.X.  As the prime candidates for that sort of thing are
the updated shlibs from 7.3, you need to check into that, and remove
anything that shouldn't be there.  Otherwise you can run into trouble if
you update any ported software -- programs crashing because they try and
dynamically link against two different versions of the same shlib.  It's
the same problem you can encounter after a major version upgrade (and
the reason for the recommended practice of reinstalling all ported
software), just in reverse.

I don't recall any warnings of possible problems with gvinum
compatibility between versions 6, 7 or 8.  However, that does not in any
way mean there weren't any, and you should check the release notes for
the various releases since 6.2 carefully.  It may be a worst case
scenario of backing the system up, and then reinstalling from scratch --
in which case, a good strategy would be to have a RAID1 mirror (ie.
gmirror(8)) for the OS and separate data partitions using whatever RAID
level you had implemented using gvinum.  Or else go the whole hog and
build the system using ZFS.  Either of those should give you good future
proofing against this sort of thing happening to you again.

Cheers,

Matthew

- -- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.14 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkueiqsACgkQ8Mjk52CukIwKhgCgjgS/cxaA4tk22gKBC9fhxonk
a1kAn1kffiZwlV5ydvLiDUWlCALeiDY5
=TfeA
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Info on DOS mitigation, kernel configuration for DOS mitigation

2010-03-15 Thread Bogdan Webb
Hello everyone!

First of all i would like to apologize to anyone who finds my appeal a lazy
man's choice, actually it's indeed lazy but it's the best way to get an
answer from a valid source. My problem is a potential DOS/DDOS... i know a
forever talked about issue... i've already searched the freebsd's mailing
lists and found some mitigation techniques, to bad that google ain't that
familiar with FreeBSD, and searchin' for guides is a pain... I recall
finding a mitigation technique that involved bandwidth shaping and other ...
I'm using a FreeBSD 7.2-p7 with ipfw and upon testing the rules in those
guides it alerted me that bandwidth modules weren't included in the bsd's
kernel... Anyway could anyone provide me with a good BSD walk trough for DOS
mitigation and if needed kernel modules and kernel module integration, mabe
other firewall (but with extended howto..) ... (basically anything regarded
to floods)

Thanks in advance!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: ports/144357: emulators/wine build failure

2010-03-15 Thread Eitan Adler
 rebuilding wine without any make.conf changed nothing


OK - I managed to build wine after a recent ports update. The only
difference I could see is that I used to use su to get root. I now
use su - to get root.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Info on DOS mitigation, kernel configuration for DOS mitigation

2010-03-15 Thread Adam Vande More
On Mon, Mar 15, 2010 at 2:50 PM, Bogdan Webb bog...@pgn.ro wrote:

 i've already searched the freebsd's mailing
 lists and found some mitigation techniques, to bad that google ain't that
 familiar with FreeBSD, and searchin' for guides is a pain...


http://www.google.com/bsd

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Info on DOS mitigation, kernel configuration for DOS mitigation

2010-03-15 Thread Ivan Voras

Bogdan Webb wrote:

Hello everyone!

First of all i would like to apologize to anyone who finds my appeal a lazy
man's choice, actually it's indeed lazy but it's the best way to get an
answer from a valid source. My problem is a potential DOS/DDOS... i know a
forever talked about issue... i've already searched the freebsd's mailing
lists and found some mitigation techniques, to bad that google ain't that
familiar with FreeBSD, and searchin' for guides is a pain... I recall
finding a mitigation technique that involved bandwidth shaping and other ...
I'm using a FreeBSD 7.2-p7 with ipfw and upon testing the rules in those
guides it alerted me that bandwidth modules weren't included in the bsd's
kernel... Anyway could anyone provide me with a good BSD walk trough for DOS


kldload dummynet, see loader.conf(5)


mitigation and if needed kernel modules and kernel module integration, mabe
other firewall (but with extended howto..) ... (basically anything regarded
to floods)


As you probably guess, a) this is a complex problem because one man's 
DOS is another's regular traffic - it's complex even to detect something 
like that, and b) most of the general solutions are not 
platform-specific but can apply to any operating system, so you can 
learn it from many sources.


First, you need to define what your outgoing network connection is (e.g. 
10 mbit/s) and then see what kinds of tradeoffs you are prepared to 
make to protect yourself.


The general advice is:
- read ipfw(5), especially sections on dummynet and the limit rule
- study software like http://codee.pl/cband.html

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Compose key and xterm vs. UTF-8

2010-03-15 Thread Christian Weisgerber
Christian Weisgerber na...@mips.inka.de wrote:

 Short:
 --
 Why do compose key sequences fail to work in a UTF-8 xterm?

And the short answer is:  They work--if you know the right sequences.

The compose key handling presumably comes out of some X11
library; xterm is just the recipient.  The actual compose table
used depends on the locale encoding.  There is an index at
$PREFIX/lib/X11/locale/compose.dir and you can find the tables in
$PREFIX/lib/X11/locale/*/Compose.  It turns out that the UTF-8 table
is _quite_ extensive (6676 lines) and all the common characters I
was looking for are in fact there.

So why didn't I find them?  Order matters.  The ISO8859-* compose
tables list two-character sequences in both orders.  The UTF-8 table
allows only one order.  For the last twenty years I've been used
to entering, say, aapostrophe to input an 'a' with an acute
accent, but the UTF-8 compose table only accepts apostrophea.
Oh well.

On a side note: GTK+2 comes with its own compose tables and the
sequences I'm used to work fine in GTK applications like Firefox.

-- 
Christian naddy Weisgerber  na...@mips.inka.de

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Some questions about vfs.zfs.prefetch_disable=1 and ZFS filesystem versions

2010-03-15 Thread Dan Naumov
After looking at the arc_summary.pl script (found at
http://jhell.googlecode.com/files/arc_summary.pl), I have realized
that my system has set vfs.zfs.prefetch_disable=1 by default, looking
at dmesg, I see:

=
ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present;
to enable, add vfs.zfs.prefetch_disable=0 to /boot/loader.conf.
=

...except I do have 4gb of RAM. Is this caused by integrated GPU
snatching some of my memory at boot? From dmesg:

=
real memory  = 4294967296 (4096 MB)
avail memory = 4088082432 (3898 MB)
=

What kind of things does this tunable affect and how much of a
performance impact does enabling / disabling it have? Should I
manually enable it?

I've also noticed a really weird inconsistency, my dmesg says the following:

=
ZFS filesystem version 13
ZFS storage pool version 13
=

Yet:

=
zfs get version
NAME  PROPERTY  VALUE SOURCE
cerberus  version   3 -
cerberus/DATA version   3 -
cerberus/ROOT version   3 -
cerberus/ROOT/cerberusversion   3 -
cerberus/home version   3 -
cerberus/home/atombsd version   3 -
cerberus/home/frictionversion   3 -
cerberus/home/jagoversion   3 -
cerberus/home/karni   version   3 -
cerberus/tmp  version   3 -
cerberus/usr-localversion   3 -
cerberus/usr-obj  version   3 -
cerberus/usr-portsversion   3 -
cerberus/usr-ports-distfiles  version   3 -
cerberus/usr-src  version   3 -
cerberus/var  version   3 -
cerberus/var-db   version   3 -
cerberus/var-log  version   3 -
cerberus/var-tmp  version   3 -
=

Is this normal or should zfs get version also show version 13? This
is on a system with the pool and filesystems created with 8.0-RELEASE,
by the way.

Thanks!

- Sincerely,
Dan Naumov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Some questions about vfs.zfs.prefetch_disable=1 and ZFS filesystem versions

2010-03-15 Thread Dan Naumov
Nevermind the question about ZFS filesystem versions, I should've
Googled more throughly and read Pawel's responce to this question
before (answer: dmesg picks the filesystem version wrong, it IS and
supposed to be v3). I am still curious about prefetch though.


- Sincerely,
Dan Naumov
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


/etc/rc.conf and NFS

2010-03-15 Thread Joe Auty
Hello,

I have my /usr/local partition hosted on an NFS share which is mounted
at boot. Do you have any theories as to why my various services (Apache,
Postfix, MySQL) listed in /etc/rc.conf do not start up automatically at
boot, and I have to do this manually? When /usr/local is hosted locally
these services start up fine on their own at boot time.




-- 
Joe Auty, NetMusician
NetMusician helps musicians, bands and artists create beautiful,
professional, custom designed, career-essential websites that are easy
to maintain and to integrate with popular social networks.
www.netmusician.org http://www.netmusician.org
j...@netmusician.org mailto:j...@netmusician.org

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: /etc/rc.conf and NFS

2010-03-15 Thread Adam Vande More
On Mon, Mar 15, 2010 at 8:38 PM, Joe Auty j...@netmusician.org wrote:

 Hello,

 I have my /usr/local partition hosted on an NFS share which is mounted
 at boot. Do you have any theories as to why my various services (Apache,
 Postfix, MySQL) listed in /etc/rc.conf do not start up automatically at
 boot, and I have to do this manually? When /usr/local is hosted locally
 these services start up fine on their own at boot time.


What does /var/log/messages say?  May be that /usr/local isn't available
when scripts are called.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


cdrecord errors messages

2010-03-15 Thread Aiza

Just started using cdrecord command.

cdrecord dev=1,0,0 speed=4 blank=fast
cdrecord dev=1,0,0 speed=4 -data cd.iso

Both of the above commands generate these messages

acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x20 ascq=0x00
acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x20 ascq=0x00
acd0: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 
sks=0x4d 0x00
acd0: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 
sks=0x4d 0x00
acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00 
sks=0x0b 0x00
acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00 
sks=0x0b 0x00


Why is this and what can i do to correct this?
The CD seems to be written ok.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: cdrecord errors messages

2010-03-15 Thread Adam Vande More
On Mon, Mar 15, 2010 at 10:37 PM, Aiza aiz...@comclark.com wrote:

 Just started using cdrecord command.

 cdrecord dev=1,0,0 speed=4 blank=fast
 cdrecord dev=1,0,0 speed=4 -data cd.iso

 Both of the above commands generate these messages

 acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x20 ascq=0x00
 acd0: FAILURE - unknown CMD (0x03) ILLEGAL REQUEST asc=0x20 ascq=0x00
 acd0: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d
 0x00
 acd0: FAILURE - MODE_SENSE_BIG ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x4d
 0x00
 acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00 sks=0x0b
 0x00
 acd0: FAILURE - MODE_SELECT_BIG ILLEGAL REQUEST asc=0x26 ascq=0x00 sks=0x0b
 0x00

 Why is this and what can i do to correct this?
 The CD seems to be written ok.


http://www.freebsd.org/doc/handbook/creating-cds.html

The answer lies within that page.

-- 
Adam Vande More
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Some questions about vfs.zfs.prefetch_disable=1 and ZFS filesystem versions

2010-03-15 Thread Jeremy Chadwick
On Tue, Mar 16, 2010 at 01:40:25AM +0200, Dan Naumov wrote:
 After looking at the arc_summary.pl script (found at
 http://jhell.googlecode.com/files/arc_summary.pl), I have realized
 that my system has set vfs.zfs.prefetch_disable=1 by default, looking
 at dmesg, I see:
 
 =
 ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is 
 present;
 to enable, add vfs.zfs.prefetch_disable=0 to /boot/loader.conf.
 =
 
 ...except I do have 4gb of RAM. Is this caused by integrated GPU
 snatching some of my memory at boot? From dmesg:
 
 =
 real memory  = 4294967296 (4096 MB)
 avail memory = 4088082432 (3898 MB)
 =

I've blogged about this problem when testing out 8.0-RC1.  See the
bottom third of my post for an explanation:

http://koitsu.wordpress.com/2009/10/12/testing-out-freebsd-8-0-rc1/

The message is confusing/badly worded, despite having gone through
numerous commits to change its wording.

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Some questions about vfs.zfs.prefetch_disable=1 and ZFS filesystem versions

2010-03-15 Thread Jeremy Chadwick
On Tue, Mar 16, 2010 at 02:06:35AM +0200, Dan Naumov wrote:
 Nevermind the question about ZFS filesystem versions, I should've
 Googled more throughly and read Pawel's responce to this question
 before (answer: dmesg picks the filesystem version wrong, it IS and
 supposed to be v3).

The printing of the incorrect version number was fixed in RELENG_7 and
RELENG_8 approx. 8 weeks ago.  See commit revs 1.14.2.8 (RELENG_7) and
1.18.2.5 (RELENG_8) below:

http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vfsops.c

-- 
| Jeremy Chadwick   j...@parodius.com |
| Parodius Networking   http://www.parodius.com/ |
| UNIX Systems Administrator  Mountain View, CA, USA |
| Making life hard for others since 1977.  PGP: 4BD6C0CB |

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org