FreeBSD 8.2 as wifi client

2013-07-24 Thread Laszlo Danielisz
Hi there,

Yesterday I've received a usb wifi card.
I've successfully connected to my home network with wpa-psk but I couldn't make 
it to connect via boot.

This is my wifi interface:
run0: flags=8a43UP,BROADCAST,RUNNING,ALLMULTI,SIMPLEX,MULTICAST metric 0 mtu 
2290
ether 00:22:2d:47:12:10
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated

And this is my wpa_supplicant file:
# cat /etc/wpa_supplicant.conf 
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel

network={
    ssid=*
    proto=WPA
    key_mgmt=WPA-PSK
    pairwise=TKIP
    group=TKIP
    scan_ssid=1
    psk=*
}

I've also added the following lines to my rc.conf:

wlans_run0=wlan0
wpa_supplicant_enable=YES
ifconfig_wlan0=192.168.1.201

I've also added a script which eventually brings up the wifi link:
# cat /usr/local/etc/rc.d/wlan0_interface_up.sh 
#!/usr/local/bin/bash
/usr/sbin/wpa_supplicant -B -c /etc/wpa_supplicant.conf -i wlan0

...but I don't think this is the proper way.

Do you have any experience with this?

Thx!
Laszlo
___
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: Saving scanned document

2013-07-24 Thread Mike Clarke
On Tuesday 23 Jul 2013 23:37:45 Jerry wrote:

 . There is a application that controls printing,
 scanning, faxing and copying but that is only available on a Windows or
 Mac machine.

Might it work with wine?

-- 
Mike Clarke
___
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


FreeBSD website is not up to date

2013-07-24 Thread David Demelier
Hi,

There is a problem between :

http://www.freebsd.org/where.html

and

http://www.freebsd.org/fr/where.html

On the second one, 9.1-RELEASE is available for ia64 while it's not
for the english version.

Sorry if this is not the best lists for that question.

Regards,

-- 
Demelier David
___
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: FreeBSD website is not up to date

2013-07-24 Thread Patrick Lamaiziere
Le Wed, 24 Jul 2013 10:27:38 +0200,
David Demelier demelier.da...@gmail.com a écrit :

 Hi,
 
 There is a problem between :
 
 http://www.freebsd.org/where.html
 
 and
 
 http://www.freebsd.org/fr/where.html
 
 On the second one, 9.1-RELEASE is available for ia64 while it's not
 for the english version.
 
 Sorry if this is not the best lists for that question.

Hi David, the good list for this is freebsd-...@freebsd.org

Regards
___
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: FreeBSD 8.2 as wifi client

2013-07-24 Thread Fabian Keil
Laszlo Danielisz laszlo_daniel...@yahoo.com wrote:

 Yesterday I've received a usb wifi card.
 I've successfully connected to my home network with wpa-psk but I couldn't 
 make it to connect via boot.
[...]
 I've also added the following lines to my rc.conf:
 
 wlans_run0=wlan0
 wpa_supplicant_enable=YES
 ifconfig_wlan0=192.168.1.201

The previous line seems to be missing the 'WPA' attribute:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html#network-wireless-wpa-wpa-psk

Fabian


signature.asc
Description: PGP signature


How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Alex Liptsin
Hi.

I have lagg interface created on my server:

[root@h-qa-094 ~]$ ifconfig lagg0
lagg0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500

options=401bbRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO
ether 00:02:c9:19:82:80
nd6 options=21PERFORMNUD,AUTO_LINKLOCAL
media: Ethernet autoselect
status: active
laggproto failover lagghash l2,l3,l4
laggport: igb1 flags=0
laggport: mlxen1 flags=0
laggport: mlxen0 flags=5MASTER,ACTIVE

Now, I want to removr igb1 interface from that lag.
How can I do it?




Regards,
Alex Liptsin
Software Quality Assurance Engineer | Mellanox Technologies Ltd.
Office: +972 (74) 7236141
Mobile: +972(54) 7833986
Fax: +972(74) 7236161
Email: al...@mellanox.commailto:al...@mellanox.com
Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel

___
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: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Jason Hellenthal
Use -laggport portN

-- 
 Jason Hellenthal
 Inbox: jhellent...@dataix.net
 Voice: +1 (616) 953-0176
 JJH48-ARIN


On Jul 24, 2013, at 5:14, Alex Liptsin al...@mellanox.com wrote:

 Hi.
 
 I have lagg interface created on my server:
 
 [root@h-qa-094 ~]$ ifconfig lagg0
 lagg0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500

 options=401bbRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO
ether 00:02:c9:19:82:80
nd6 options=21PERFORMNUD,AUTO_LINKLOCAL
media: Ethernet autoselect
status: active
laggproto failover lagghash l2,l3,l4
laggport: igb1 flags=0
laggport: mlxen1 flags=0
laggport: mlxen0 flags=5MASTER,ACTIVE
 
 Now, I want to removr igb1 interface from that lag.
 How can I do it?
 
 
 
 
 Regards,
 Alex Liptsin
 Software Quality Assurance Engineer | Mellanox Technologies Ltd.
 Office: +972 (74) 7236141
 Mobile: +972(54) 7833986
 Fax: +972(74) 7236161
 Email: al...@mellanox.commailto:al...@mellanox.com
 Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel
 
 ___
 freebsd-...@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-net
 To unsubscribe, send any mail to freebsd-net-unsubscr...@freebsd.org


smime.p7s
Description: S/MIME cryptographic signature


Re: How can I remove one interface from lagg, without destroying all lagg?

2013-07-24 Thread Maciej Milewski

On 24.07.2013 11:14, Alex Liptsin wrote:

Hi.

I have lagg interface created on my server:

[root@h-qa-094 ~]$ ifconfig lagg0
lagg0: flags=8802BROADCAST,SIMPLEX,MULTICAST metric 0 mtu 1500
 
options=401bbRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,JUMBO_MTU,VLAN_HWCSUM,TSO4,VLAN_HWTSO
 ether 00:02:c9:19:82:80
 nd6 options=21PERFORMNUD,AUTO_LINKLOCAL
 media: Ethernet autoselect
 status: active
 laggproto failover lagghash l2,l3,l4
 laggport: igb1 flags=0
 laggport: mlxen1 flags=0
 laggport: mlxen0 flags=5MASTER,ACTIVE

Now, I want to removr igb1 interface from that lag.
How can I do it?

man lagg:
Child interfaces can be added using the laggport
 child-iface option and removed using the -laggport child-iface option.

so
|ifconfig lagg0 -laggport /igb1/|

should be working.


Regards,
Alex Liptsin
Software Quality Assurance Engineer | Mellanox Technologies Ltd.
Office: +972 (74) 7236141
Mobile: +972(54) 7833986
Fax: +972(74) 7236161
Email: al...@mellanox.commailto:al...@mellanox.com
Mellanox, Tel-Hai Industrial Park. Building 7, M.P. Upper Galilee 12100 Israel

___
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



--
Pozdrawiam,
Maciej Milewski

___
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


In This Issue: Asthma? Allergies? Here's Why, Recipes for Gut Bustin' Salads, Fit Club blog, Urban Fashion Blog

2013-07-24 Thread TheUrbanShopper
!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN
HTMLHEADTITLEUntitled Document/TITLE
META content=text/html; charset=iso-8859-1 http-equiv=Content-Type
STYLE type=text/css
!--
style2 {font-size: 10px}
style3 {
font-family: Calibri;
font-size: 12px;
color: #FF;
}
style4 {color: #FF}
--
/STYLE

META name=GENERATOR content=MSHTML 10.00.9200.16635/HEAD
BODY
DIV align=center
TABLE cellSpacing=1 cellPadding=5 width=650 border=1
  TBODY
  TR
TD borderColor=#ff
  DIV class=style3 align=centerHaving trouble reading this email?
ClickA 
  href=http://www.theurbanshopper.com; Here/A to go direct to 
  TheUrbanShopper.com.BRTo ensure delivery, please add SPAN 
  class=style4u...@theurbanshopper.com/SPAN to your Safe Sender List
or 
  Address Book. /DIV/TD/TR
  TR
TDA href=http://www.theurbanshopper.com;IMG border=0 hspace=0
alt= 
  align=baseline
src=http://www.theurbanshopper.com/newsletter/2013/July/static_wk3.jpg;/A/TD/TR
  TR
TDSPAN class=style2You have received this update as a subscriber to
TheUrbanShopper.com. Ensure inbox delivery by adding 
  u...@theurbanshopper.com to your SAFE SENDER or email CONTACTS list. If
you'd like to A href=mailto:unsubscr...@theurbanshopper.com;unsubscribe 
  /A. For more information, please read our A 
  href=http://theurbanshopper.com/doc/privacy_policy.pdf;Privacy
Policy 
  /A. ©2013 All Rights Reserved 
/SPAN/TD/TR/TBODY/TABLE/DIV/BODY/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: Saving scanned document

2013-07-24 Thread Lowell Gilbert
Jerry je...@seibercom.net writes:

 On Tue, 23 Jul 2013 15:50:00 -0400
 Lowell Gilbert articulated:

 Jerry je...@seibercom.net writes:
 
  Does anyone know of a way of getting the scanner to see the
  FreeBSD machine and saving a file to it?
 
 I'm not sure I correctly understand your intention, but maybe Samba is
 what you're looking for?

 Samba is working fine and all of the other computers on the network
 can see each other and the printer/scanner. The problem is that the
 scanner does not see the FreeBSD machine.

I'm going to make some guesses here, because your information is still
sketchy. Specifically, I'm assuming that you have Samba running on the
FreeBSD machine, and that the other (Windows) computers can write files
to the Samba shares on the FreeBSD machine, but that some kind of GUI
comes up when you scan, and offers Windows machines as possible
destination, but doesn't offer the FreeBSD machine.

Assuming all of that is correct, this is a Samba-tuning question, and
you may need a Samba expert. But first you can check whether the
machines agree on the master browser, and whether there's an Active
Directory lookup occurring in each (Windows machine vs. printer-scanner)
case. Are these hosts all on the same IP subnet?
___
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: TRIM and changing mount options

2013-07-24 Thread Dan Nelson
In the last episode (Jul 23), aurfalien said:
 On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
  In the last episode (Jul 23), aurfalien said:
  At any rate, could some one;
  
  a) Explain how I am loading my file system as I'm used to fstab?
  b) How to run tunefs on my zroot
  c) How to determine if I actually have the needed TRIM support in my
  kernel
 
  I'm not sure if there's a way to query TRIM status on arbitrary geom
  providers, but you can see whether zfs successfully sent any TRIM
  requests by watching the output of sysctl kstat.zfs.misc.zio_trim.  If
  .zio_trim.success increments and .unsupported (or .failed) doesn't, then
  you know that it's working.
 
 Looks like I don't have it.
 
 I keep reading that I must download the patch and make it which is not an
 issue.
 
 But I can't seem to find it.
 
 I've dl'd the 9.2 beta in hopes to check its src and see if its there.
 
 Looks like all I really need is the current rel.

ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
but will be available in 9.2:

http://svnweb.freebsd.org/base?view=revisionrevision=251419


-- 
Dan Nelson
dnel...@allantgroup.com
___
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: Saving scanned document

2013-07-24 Thread Jerry
On Wed, 24 Jul 2013 11:22:46 -0400
Lowell Gilbert articulated:

 Jerry je...@seibercom.net writes:
 
  On Tue, 23 Jul 2013 15:50:00 -0400
  Lowell Gilbert articulated:
 
  Jerry je...@seibercom.net writes:
  
   Does anyone know of a way of getting the scanner to see the
   FreeBSD machine and saving a file to it?
  
  I'm not sure I correctly understand your intention, but maybe
  Samba is what you're looking for?
 
  Samba is working fine and all of the other computers on the network
  can see each other and the printer/scanner. The problem is that the
  scanner does not see the FreeBSD machine.
 
 I'm going to make some guesses here, because your information is still
 sketchy. Specifically, I'm assuming that you have Samba running on the
 FreeBSD machine, and that the other (Windows) computers can write
 files to the Samba shares on the FreeBSD machine, but that some kind
 of GUI comes up when you scan, and offers Windows machines as possible
 destination, but doesn't offer the FreeBSD machine.
 
 Assuming all of that is correct, this is a Samba-tuning question, and
 you may need a Samba expert. But first you can check whether the
 machines agree on the master browser, and whether there's an Active
 Directory lookup occurring in each (Windows machine vs.
 printer-scanner) case. Are these hosts all on the same IP subnet?

Yes, they are all on the same IP subnet and there is no active
directory. I believe the problem to be that the software needed by the
scanner is not running on the FreeBSD machine, nor is it likely to in
the near future. Brother makes the software for *.nix, MAC and Windows,
but that is it.

I seriously doubt that i am going to spend anymore time on this issue.
I have all ready shared the directories that the scanner saves files
into on the Windows machines, and can mount and access them from the
FreeBSD one. Spending hours to save a few minutes work of time is not a
good use of my time or energy. If it was only a matter of a tweak here
or there I would do it; however, it has become apparent to me that it
goes further than that.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: Saving scanned document

2013-07-24 Thread Mark Felder
Can your machine email the PDF? That's how I'd solve it... have it send
to a mailbox on your local machine and have a script that grabs the
attachment and puts it in a directory shared on the network.
___
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: TRIM and changing mount options

2013-07-24 Thread aurfalien

On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:

 In the last episode (Jul 23), aurfalien said:
 On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
 In the last episode (Jul 23), aurfalien said:
 At any rate, could some one;
 
 a) Explain how I am loading my file system as I'm used to fstab?
 b) How to run tunefs on my zroot
 c) How to determine if I actually have the needed TRIM support in my
 kernel
 
 I'm not sure if there's a way to query TRIM status on arbitrary geom
 providers, but you can see whether zfs successfully sent any TRIM
 requests by watching the output of sysctl kstat.zfs.misc.zio_trim.  If
 .zio_trim.success increments and .unsupported (or .failed) doesn't, then
 you know that it's working.
 
 Looks like I don't have it.
 
 I keep reading that I must download the patch and make it which is not an
 issue.
 
 But I can't seem to find it.
 
 I've dl'd the 9.2 beta in hopes to check its src and see if its there.
 
 Looks like all I really need is the current rel.
 
 ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
 but will be available in 9.2:
 
 http://svnweb.freebsd.org/base?view=revisionrevision=251419

Thanks for the link.

Is it something I can simply compile in to my 9.1?

If so, would you know how do I get the patches?

- aurf
___
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: TRIM and changing mount options

2013-07-24 Thread aurfalien

On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:

 In the last episode (Jul 23), aurfalien said:
 On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
 In the last episode (Jul 23), aurfalien said:
 At any rate, could some one;
 
 a) Explain how I am loading my file system as I'm used to fstab?
 b) How to run tunefs on my zroot
 c) How to determine if I actually have the needed TRIM support in my
 kernel
 
 I'm not sure if there's a way to query TRIM status on arbitrary geom
 providers, but you can see whether zfs successfully sent any TRIM
 requests by watching the output of sysctl kstat.zfs.misc.zio_trim.  If
 .zio_trim.success increments and .unsupported (or .failed) doesn't, then
 you know that it's working.
 
 Looks like I don't have it.
 
 I keep reading that I must download the patch and make it which is not an
 issue.
 
 But I can't seem to find it.
 
 I've dl'd the 9.2 beta in hopes to check its src and see if its there.
 
 Looks like all I really need is the current rel.
 
 ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
 but will be available in 9.2:
 
 http://svnweb.freebsd.org/base?view=revisionrevision=251419


I actually got the 9.2 src and found what i was looking for  so many thanks.

Gonna figure out what step are required to compile this in to my current 9.1 
rel.

Thanks again.

- aurf
___
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: Saving scanned document

2013-07-24 Thread Jerry
On Wed, 24 Jul 2013 11:15:09 -0500
Mark Felder articulated:

 Can your machine email the PDF? That's how I'd solve it... have it
 send to a mailbox on your local machine and have a script that grabs
 the attachment and puts it in a directory shared on the network.

That is a novel idea and yes it does have the ability to send a scanned
document via email; however, I think that is way more trouble than it
is worth. I have the problem solved by sharing the directories on the
MS machines. It isn't perfect, but it does work. Porting the Brother
scanner software to FreeBSD would probably be ideal, but I have neither
the time, a spare machine nor probably the skill to do it.

-- 
Jerry ♔

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the Reply-To header.
__

___
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: TRIM and changing mount options

2013-07-24 Thread aurfalien

On Jul 24, 2013, at 12:51 PM, Alexandre Labarre wrote:

 Le mercredi 24 juillet 2013, aurfalien a écrit :
 
 On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:
 
  In the last episode (Jul 23), aurfalien said:
  On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
  In the last episode (Jul 23), aurfalien said:
  At any rate, could some one;
 
  a) Explain how I am loading my file system as I'm used to fstab?
  b) How to run tunefs on my zroot
  c) How to determine if I actually have the needed TRIM support in my
  kernel
 
  I'm not sure if there's a way to query TRIM status on arbitrary geom
  providers, but you can see whether zfs successfully sent any TRIM
  requests by watching the output of sysctl kstat.zfs.misc.zio_trim.  If
  .zio_trim.success increments and .unsupported (or .failed) doesn't, then
  you know that it's working.
 
  Looks like I don't have it.
 
  I keep reading that I must download the patch and make it which is not an
  issue.
 
  But I can't seem to find it.
 
  I've dl'd the 9.2 beta in hopes to check its src and see if its there.
 
  Looks like all I really need is the current rel.
 
  ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
  but will be available in 9.2:
 
  http://svnweb.freebsd.org/base?view=revisionrevision=251419
 
 
 I actually got the 9.2 src and found what i was looking for  so many thanks.
 
 Gonna figure out what step are required to compile this in to my current 9.1 
 rel.
 
 Thanks again.
 
 - aurf
 Hi,
 Why you do not track 9/Stable or wait 9.2-Release?
 We are at the first Beta stage of 9.2. (9.2-Beta 1). You cannot use 
 freebsd-update to upgrade your 9.1-Release to 9.2-Beta 1 because there was 
 a problem, but this will be resolved for 9.2-Beta 2 in the next days or weeks.
 Just my .2 cents

Thanks for the money :)

I'll wait, spending too much time futzing with this versus learning FreeBSD.

- aurf
___
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: TRIM and changing mount options

2013-07-24 Thread Alexandre Labarre
Le mercredi 24 juillet 2013, aurfalien a écrit :


 On Jul 24, 2013, at 9:01 AM, Dan Nelson wrote:

  In the last episode (Jul 23), aurfalien said:
  On Jul 23, 2013, at 7:55 PM, Dan Nelson wrote:
  In the last episode (Jul 23), aurfalien said:
  At any rate, could some one;
 
  a) Explain how I am loading my file system as I'm used to fstab?
  b) How to run tunefs on my zroot
  c) How to determine if I actually have the needed TRIM support in my
  kernel
 
  I'm not sure if there's a way to query TRIM status on arbitrary geom
  providers, but you can see whether zfs successfully sent any TRIM
  requests by watching the output of sysctl kstat.zfs.misc.zio_trim.
  If
  .zio_trim.success increments and .unsupported (or .failed) doesn't,
 then
  you know that it's working.
 
  Looks like I don't have it.
 
  I keep reading that I must download the patch and make it which is not
 an
  issue.
 
  But I can't seem to find it.
 
  I've dl'd the 9.2 beta in hopes to check its src and see if its there.
 
  Looks like all I really need is the current rel.
 
  ZFS TRIM support was MFC'd into the 9 branch in June, so it wasn't in 9.1
  but will be available in 9.2:
 
  http://svnweb.freebsd.org/base?view=revisionrevision=251419


 I actually got the 9.2 src and found what i was looking for  so many
 thanks.

 Gonna figure out what step are required to compile this in to my current
 9.1 rel.

 Thanks again.

 - aurf

Hi,
Why you do not track 9/Stable or wait 9.2-Release?
We are at the first Beta stage of 9.2. (9.2-Beta 1). You cannot use
freebsd-update to upgrade your 9.1-Release to 9.2-Beta 1 because there
was a problem, but this will be resolved for 9.2-Beta 2 in the next days or
weeks.
Just my .2 cents

Kind regards,
Alexandre
___
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