Re: 2 questions: GEOM_LABEL and partition naming

2009-07-07 Thread ill...@gmail.com
2009/7/7 Daniel Underwood :
> Good morning, folks!  (At least, it's morning on the east coast of USA)
>
>
> QUESTION 1: Would someone please explain the /var/run/dmesg.boot excerpt 
> below?
>
> Note: I have glanced at both of the following links, but at the
> moment, I do not have time to dig into the documentation and learn all
> about this.  I'm hoping to get enough knowledge to understand what's
> going on with this excerpt, and then later invest time in deeper
> learning.
> 
> 
>
> [BEGIN excerpt from dmesg.boot]
> GEOM_LABEL: Label for provider ad0s1a is ufsid/4a0047d615cb402f.
> GEOM_LABEL: Label for provider ad0s1d is ufsid/4a0047d94598831f.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/4a0047d8017e2a4d.
> GEOM_LABEL: Label for provider ad0s1f is ufsid/4a0047d82cde044f.
> GEOM_LABEL: Label for provider ad0s1g is ufsid/4a0047d6b40e9fa1.
> Trying to mount root from ufs:/dev/ad0s1a
> GEOM_LABEL: Label ufsid/4a0047d615cb402f removed.
> GEOM_LABEL: Label for provider ad0s1a is ufsid/4a0047d615cb402f.
> GEOM_LABEL: Label ufsid/4a0047d6b40e9fa1 removed.
> GEOM_LABEL: Label for provider ad0s1g is ufsid/4a0047d6b40e9fa1.
> GEOM_LABEL: Label ufsid/4a0047d8017e2a4d removed.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/4a0047d8017e2a4d.
> GEOM_LABEL: Label ufsid/4a0047d82cde044f removed.
> GEOM_LABEL: Label for provider ad0s1f is ufsid/4a0047d82cde044f.
> GEOM_LABEL: Label ufsid/4a0047d94598831f removed.
> GEOM_LABEL: Label for provider ad0s1d is ufsid/4a0047d94598831f.
> GEOM_LABEL: Label ufsid/4a0047d615cb402f removed.
> GEOM_LABEL: Label ufsid/4a0047d6b40e9fa1 removed.
> GEOM_LABEL: Label ufsid/4a0047d8017e2a4d removed.
> GEOM_LABEL: Label ufsid/4a0047d82cde044f removed.
> GEOM_LABEL: Label ufsid/4a0047d94598831f removed.
> [END excerpt from dmesg.boot]

By default now, geom creates an ufsid label on its
ufs partitions (similar idea to linux's uuid scheme).

If you choose to not use it (let us say, for instance,
as we can clearly see, as no-one could disagree (and
30 other inane Chomskyisms)) by mounting your partitions
via their respective bsdlabel names, geom kindly removes
them.  There has been some debate as to whether this should
be silent or not (I think in freebsd-current@), since it is perfectly
safe to ignore.

It is perfectly safe to ignore.



-- 
--
___
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: 2 questions: GEOM_LABEL and partition naming

2009-07-07 Thread Daniel Underwood
Thanks, very helpful!
___
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: 2 questions: GEOM_LABEL and partition naming

2009-07-07 Thread Valentin Bud
On Tue, Jul 7, 2009 at 3:41 PM, Daniel Underwood wrote:

> Good morning, folks!  (At least, it's morning on the east coast of USA)
>
>
> QUESTION 1: Would someone please explain the /var/run/dmesg.boot excerpt
> below?
>
> Note: I have glanced at both of the following links, but at the
> moment, I do not have time to dig into the documentation and learn all
> about this.  I'm hoping to get enough knowledge to understand what's
> going on with this excerpt, and then later invest time in deeper
> learning.
> 
> 
>
> [BEGIN excerpt from dmesg.boot]
> GEOM_LABEL: Label for provider ad0s1a is ufsid/4a0047d615cb402f.
> GEOM_LABEL: Label for provider ad0s1d is ufsid/4a0047d94598831f.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/4a0047d8017e2a4d.
> GEOM_LABEL: Label for provider ad0s1f is ufsid/4a0047d82cde044f.
> GEOM_LABEL: Label for provider ad0s1g is ufsid/4a0047d6b40e9fa1.
> Trying to mount root from ufs:/dev/ad0s1a
> GEOM_LABEL: Label ufsid/4a0047d615cb402f removed.
> GEOM_LABEL: Label for provider ad0s1a is ufsid/4a0047d615cb402f.
> GEOM_LABEL: Label ufsid/4a0047d6b40e9fa1 removed.
> GEOM_LABEL: Label for provider ad0s1g is ufsid/4a0047d6b40e9fa1.
> GEOM_LABEL: Label ufsid/4a0047d8017e2a4d removed.
> GEOM_LABEL: Label for provider ad0s1e is ufsid/4a0047d8017e2a4d.
> GEOM_LABEL: Label ufsid/4a0047d82cde044f removed.
> GEOM_LABEL: Label for provider ad0s1f is ufsid/4a0047d82cde044f.
> GEOM_LABEL: Label ufsid/4a0047d94598831f removed.
> GEOM_LABEL: Label for provider ad0s1d is ufsid/4a0047d94598831f.
> GEOM_LABEL: Label ufsid/4a0047d615cb402f removed.
> GEOM_LABEL: Label ufsid/4a0047d6b40e9fa1 removed.
> GEOM_LABEL: Label ufsid/4a0047d8017e2a4d removed.
> GEOM_LABEL: Label ufsid/4a0047d82cde044f removed.
> GEOM_LABEL: Label ufsid/4a0047d94598831f removed.
> [END excerpt from dmesg.boot]


This are labels:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/geom-glabel.html.


>
>
> More possibly relevant information:
>
> [BEGIN /etc/fstab]
> # DeviceMountpoint  FStype  Options Dump
>  Pass#
> /dev/ad0s1b noneswapsw  0   0
> /dev/ad0s1a /   ufs rw  1   1
> /dev/ad0s1g /home   ufs rw  2   2
> /dev/ad0s1e /tmpufs rw  2   2
> /dev/ad0s1f /usrufs rw  2   2
> /dev/ad0s1d /varufs rw  2   2
> /dev/acd0   /cdrom  cd9660  ro,noauto   0   0
>
> linproc /usr/compat/linux/proc  linprocfs  rw  0  0
> [END /etc/fstab]
>
> [BEGIN output of df command]
> Filesystem  1K-blocksUsedAvail Capacity  Mounted on
> /dev/ad0s1a756750  162710   53350023%/
> devfs   1   10   100%/dev
> /dev/ad0s1g  23364076  112878 21382072 1%/home
> /dev/ad0s1e756750 862   695348 0%/tmp
> /dev/ad0s1f  10154158 5275158  40856%/usr
> /dev/ad0s1d756750  163790   53242024%/var
> linprocfs   4   40   100%/usr/compat/linux/proc
> [END output of df command]
>
>
> QUESTION 2: I'm suprised that the device names (from the df output
> above) do not include "ad0s1b" and "ad0s1c".  I thought the naming
> should follow the model of "ad0s1%" where "%" begins at "a" and
> continues in alphabetical order for each partition on that device.
> What am I missing?


 Partition b is for swap and c represents the entire slice. They will not
appear in df output.


>
>
>
> TIA,
> Daniel
> ___
> 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"
>



-- 
network warrior since 2005
___
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: 2 questions

2004-05-22 Thread Lowell Gilbert
Osmany Guirola Cruz <[EMAIL PROTECTED]> writes:

> how can i know the amount of free RAM and SWAP

Why would you want RAM to be free?
try top(1).

> how can i configure my "anonymmos ftp" , things like bandwith or number ou 
> users

"man ftpd" explains pretty much everything you need to know about
runnign anonymous FTP with the base system ftp daemon.  It isn't
capable of bandwidth shaping, although dummynet(4) is (in my opinion)
the best way to control that -- assuming you really need to, which
probably isn't the case, even if you think you do.  

I don't think the stock ftpd can control number of users.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 2 questions

2004-05-22 Thread Michal Pasternak
Osmany Guirola Cruz [Sat, May 22, 2004 at 02:16:48PM -0400]:
> how can i know the amount of free RAM and SWAP

top
vmstat

> how can i configure my "anonymmos ftp"

Use /stand/sysinstall for a user-friendly way to do that -

Configure/Networking/Anon FTP

>, things like bandwith

DUMMYNET traffic shaper is one of the available options:

http://cs.ecs.baylor.edu/~donahoo/tools/dummy/tutorial.htm
http://www.freebsd.org/cgi/man.cgi?query=dummynet&sektion=4

> or number ou 
> users

I don't know, what you mean by "numer ou users".

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


Re: 2 questions for 4.7

2002-10-23 Thread Nick Jennings
On Tue, Oct 22, 2002 at 01:00:22PM -0700, ALEX VOLKOV wrote:
> 
> Question 1 - Midnight Commander and/or Gnomemc - what happened with this
> usefull utility, it does not install correctly under any condition, although
> it says it works fine. Was it any changes done since 4.6.2 or it just becuase
> of me? (I copied the problem on 2 PCs though)

 Midnight Commander I believe is no longer supported by Gnome2 (they use
 nautilus2 instead). I'm not sure why it wouldn't be building "under any
 condition" though. It'd help if you posted the errors you get...

 
> Question 2 - Mozilla? Did not find in ports at all, when downloaded source
> from mozilla.org it did not even untared well (perhaps it their problem, but
> why mozilla is not contributing in ports anymore?)

 It is in the ports ('www' section) as well as the linux-mozilla version
 (which will allow you to use the linux browser plugins).


- Nick Jennings
- [EMAIL PROTECTED]


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



Re: 2 questions for 4.7

2002-10-22 Thread Kris Kennaway
On Tue, Oct 22, 2002 at 01:00:22PM -0700, ALEX VOLKOV wrote:
> Hi!
> I am long time BSD user and did not find answers for 2 questions, so I decided
> to bother you (sorry)
> 
> Question 1 - Midnight Commander and/or Gnomemc - what happened with this
> usefull utility, it does not install correctly under any condition, although
> it says it works fine. Was it any changes done since 4.6.2 or it just becuase
> of me? (I copied the problem on 2 PCs though)

Are you saying there is a compilation error with the port?  If so,
please post the relevant parts of the build log showing the failure.

> Question 2 - Mozilla? Did not find in ports at all, when downloaded source
> from mozilla.org it did not even untared well (perhaps it their problem, but
> why mozilla is not contributing in ports anymore?)

It's definitely in the ports collection..look harder :-)

Kris



msg06570/pgp0.pgp
Description: PGP signature


Re: 2 questions for 4.7

2002-10-22 Thread chip . wiegand
[EMAIL PROTECTED] wrote on 10/22/2002 01:00:22 PM:

> Hi!
> I am long time BSD user and did not find answers for 2 questions, soI
decided
> to bother you (sorry)

> Question 1 - Midnight Commander and/or Gnomemc - what happened with this
> usefull utility, it does not install correctly under any condition,
although
> it says it works fine. Was it any changes done since 4.6.2 or it just
becuase
> of me? (I copied the problem on 2 PCs though)

> Question 2 - Mozilla? Did not find in ports at all, when downloaded
source
> from mozilla.org it did not even untared well (perhaps it their problem,
but
> why mozilla is not contributing in ports anymore?)

Mozilla is in the ports, both a native version and the linux version. In
category www. If you're looking for the package version on the cd's if I
recall
correctly it is on cd 3 or cd 4.

--
Chip

> Thanks in advance!
> Alex

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



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