Re: buildworld problem

2012-05-18 Thread Edward M

On 05/18/2012 09:17 PM, Andriy Babiy wrote:

FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 20:00:59
PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC  amd64

root#cd /usr/obj
root#chflags -R noschg *
root#rm -rf *
root#make buildworld
...
cd /usr/src; MACHINE=i386 MACHINE_ARCH=i386  MACHINE_CPU="i686 mmx sse
sse2"  LD="ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32"
AS="as --32" MAKEOBJDIRPREFIX=/usr/obj/lib32


I may be going over my head on this one:-)
However to my understanding it seems,  it is trying to build 32 bit 
on a amd 64bit install?




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


ATI Radeon HD5500 driver question

2012-05-18 Thread Gary Aitken

Trying to set up a new box 9.0-RELEASE w/ X; has ATI Radeon HD5500 card.

X.org -config says:
  Missing output drivers.  Configuration failed.

From X.org I see one is supposed to get linux drivers from ati/amd,
but this info is over 2 years old and
  http://support.amd.com/us/gpudownload/Pages/index.aspx
only allows choices of drivers for windoze.

Can anyone point me to a useable driver, or if these cards are 
essentially unusable, make a suggestion for a reliable card suitable for 
non-gaming (2-D) X work?


Should one use an Nvidia card with the Linux 295.53 driver?

Thanks,

Gary
___
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"


buildworld problem

2012-05-18 Thread Andriy Babiy
Hi list:

root#uname -a
FreeBSD myhost 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Fri Mar 23 20:00:59
PDT 2012 root@myhost:/usr/obj/usr/src/sys/GENERIC  amd64

root#cd /usr/obj
root#chflags -R noschg *
root#rm -rf *
root#make buildworld
...
cd /usr/src; MACHINE=i386 MACHINE_ARCH=i386  MACHINE_CPU="i686 mmx sse
sse2"  LD="ld -m elf_i386_fbsd -Y P,/usr/obj/usr/src/lib32/usr/lib32"
AS="as --32" MAKEOBJDIRPREFIX=/usr/obj/lib32
_SHLIBDIRPREFIX=/usr/obj/usr/src/lib32  VERSION="FreeBSD 9.0-RELEASE
amd64 900044"  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:
/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:
/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin
CC="cc -m32 -march=nocona -mfancy-math-387 -DCOMPAT_32BIT
-isystem /usr/obj/usr/src/lib32/usr/include/
-L/usr/obj/usr/src/lib32/usr/lib32
-B/usr/obj/usr/src/lib32/usr/lib32"  CXX="c++ -m32 -march=nocona
-mfancy-math-387 -DCOMPAT_32BIT
-isystem /usr/obj/usr/src/lib32/usr/include/
-L/usr/obj/usr/src/lib32/usr/lib32
-B/usr/obj/usr/src/lib32/usr/lib32"  LIBDIR=/usr/lib32
SHLIBDIR=/usr/lib32 make -DNO_CPU_CFLAGS -DCOMPAT_32BIT  -DWITHOUT_BIND
-DWITHOUT_MAN -DWITHOUT_INFO  -DWITHOUT_HTML -DNO_CTF -DNO_LINT
DESTDIR=/usr/obj/usr/src/lib32 -f Makefile.inc1 par-cleandir
"Makefile.inc1", line 160: CPUTYPE global should be set with ?=. ***
Error code 1 1 error *** Error code 2 1 error

What might cause this error? Probably I'm missing something obvious.
Thank 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: Optiplex 755 RAID 1 logical drive configuration ignored by FreeBSD 9.0-R installation

2012-05-18 Thread Warren Block

On Fri, 18 May 2012, tess lamont wrote:

I created a RAID 1 drive in a Dell Optiplex 755, using the internal RAID 
controller and two 160GB drives, naming the logical drive "freebsd90". Within 
the system setup menu, the boot menu shows that "freebsd90" is the first (and 
only) bootable hard drive.


Yet when I try to install FreeBSD 9.0-R, FreeBSD ignores the hardware RAID 
and sees the two separate drives, instead of seeing a single logical drive.


See graid(8).  If it supports that controller, FreeBSD should be able to 
boot from the array and use it.

___
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: Optiplex 755 RAID 1 logical drive configuration ignored by FreeBSD 9.0-R installation

2012-05-18 Thread Robert Bonomi
> From owner-freebsd-questi...@freebsd.org  Fri May 18 15:12:56 2012
> Date: Fri, 18 May 2012 14:58:26 -0500 (CDT)
> From: tess lamont 
> To: freebsd-questions@freebsd.org
> Subject: Optiplex 755 RAID 1 logical drive configuration ignored by FreeBSD
>  9.0-R installation
>
> I created a RAID 1 drive in a Dell Optiplex 755, using the internal RAID 
> controller and two 160GB drives, naming the logical drive "freebsd90". 
> Within the system setup menu, the boot menu shows that "freebsd90" is the 
> first (and only) bootable hard drive.
>
> Yet when I try to install FreeBSD 9.0-R, FreeBSD ignores the hardware RAID 
> and sees the two separate drives, instead of seeing a single logical 
> drive.

FreeBSD will use a hardware RAID device -only- if the particular type of
RAID chip/chipset/controller is known to the included device drivers.

>From some casual searching on the 'net, I can't find anything that indicates
-what- RAID controller is in the Optiplex 755.

IF you know, or can find that info, check: 
  
to see if that disk controller is listed. 

If yes, it should 'just work'.  If it is not listed, you're out of luck.

If you can't in the controller informtion, you'll need to post something
that includes the boot-up messages showing what FreeBSD found for disks
and disk controllers.




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

2012-05-18 Thread Robert Simmons
On Thu, May 17, 2012 at 8:19 PM, Robert Bonomi  wrote:
>
> lpeth  wrote:
>>
>> FreeBSD
>> Dear Sirs;
>> I have a 8core, 32 GB ram server I built myself. AMD cpu, with
>> Supermicro motherboard. I want to use FreeNAS as a database system, and
>> I'm wondering what it will cost to use FreeBSD with FreeNAS. I see the
>> Version I would like is $40 for a four CD set, but that does not mean I
>> get to use the server version of it. What is the server version going
>> to cost?
>
> The current pricing for an unlimited server liense for FreeBSD is 27342.71
> Quatloos.  Payment may also be tendered in gold-presed latinum, albeit that
> is subject to highly volatile exchange-rate fluctuations.
>
> Having completed the licensing requirements, you can download a complete
> installation, including source, from any of the mirror repositories, at
> no additional cost. Or you can pay a third party a nominal fee (set by
> mutual agreement between you and them) to have them make copies on the
> physical media of your choice.
>
>
> Be advised the initial paragraph of this reply was first released precisely
> 47 days ago.  The 'true answer' begins with 'you can...' in the 2nd para.

I bought my license with 4,000 unobtainium coins.
___
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"


Optiplex 755 RAID 1 logical drive configuration ignored by FreeBSD 9.0-R installation

2012-05-18 Thread tess lamont
I created a RAID 1 drive in a Dell Optiplex 755, using the internal RAID 
controller and two 160GB drives, naming the logical drive "freebsd90". 
Within the system setup menu, the boot menu shows that "freebsd90" is the 
first (and only) bootable hard drive.


Yet when I try to install FreeBSD 9.0-R, FreeBSD ignores the hardware RAID 
and sees the two separate drives, instead of seeing a single logical 
drive.


Is there a way to get FreeBSD 9.0 to recognize the Optiplex 755 RAID 1 
drive?  If not, can I just install FreeBSD to one of the drives and expect 
the hardware RAID to mirror it properly?

___
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: Newsyslog | Cronjob faulty?

2012-05-18 Thread Ian Smith
In freebsd-questions Digest, Vol 415, Issue 4, Message: 12
On Wed, 16 May 2012 21:44:53 +0200 Jos Chrispijn  wrote:

 > At midnight (00.00) I run this cronjob from my crontab:
 > 
 > Crontab:
 > 00  *   *   *   *   rootnewsyslog

By 'my' crontab, do you mean the system crontab, /etc/crontab ?

If so, that's nearly but not quite the default syntax of:

#minute hourmdaymonth   wdaywho command
# Rotate log files every hour, if necessary.
0   *   *   *   *   rootnewsyslog

Note the single '0'.  I don't know if '00' is valid.  And it doesn't 
mean 'at midnight', it means whenever the minute is 0, any hour, any 
day, any month, any weekday; ie newsyslog is run hourly, on the hour.

And the default entry in /etc/newsyslog.conf for maillog is:

/var/log/maillog640  7 *@T00  JC

So it's newsyslog using newsyslog.conf(5) that creates maillog if it 
doesn't yet exist, rotates it to maillog.0 at midnight (T00), thereafter
compressing it with bzip2 (J).

 > For some reason this goes wrong; (if I run 'newsyslog' on any other 
 > time, there is no error message).
 > 
 > bzip2: Can't open input file /var/log/maillog.0: No such file or directory.
 > newsyslog: `bzip2 -f /var/log/maillog.0' terminated with a non-zero 
 > status (1)
 > 
 > /var/log:
 > -rw-r-  1 rootwheel 63162 May 16 21:20 maillog
 > -rw-r-  1 rootwheel   109 May 16 00:00 maillog.0.bz2
 > -rw-r-  1 rootwheel 73674 May 16 00:00 maillog.1
 > -rw-r-  1 rootwheel   111 May 15 00:00 maillog.2.bz2
 > -rw-r-  1 rootwheel 73050 May 15 00:00 maillog.3
 > -rw-r-  1 rootwheel   109 May 14 00:00 maillog.4.bz2
 > -rw-r-  1 rootwheel184042 May 14 00:00 maillog.5
 > 
 > Can somebody tell me what goes wrong here?

Looks likely two instances of newsyslog racing at midnight; one makes 
maillog.0.bz2 from the just-rolled maillog.0, the other finds maillog.0 
has disappeared before getting to run bzip2 on it?  So, two files per 
day, and the above message?

 > On my other FreeBSD server the same cronjob goes ok...

Check /etc/crontab and /etc/newsyslog.conf on both, and make sure you're 
not also trying to run a user crontab for root, apart from /etc/crontab?

cheers, Ian
___
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: Mouse stopped working in X

2012-05-18 Thread James Ballantine
Bernt,

I tried what you suggested, and after discovering that dbus was not installed 
correctly
and rebuilding and reinstalling, your suggestion worked.  So at least there is
a work around until the real cause is found and fixed.

Thanks
Jim

On May 18, 2012, at 8:27 AM, Bernt Hansson wrote:

> 2012-05-18 13:49, J. W. Ballantine skrev:
>> Hi,
>> 
>> Before the update of x11 on 4/21/2012, X was working fine, but now
>> when I startx, my usb and touchpad mouse are no longer found.  The
>> mouse works in terminal mode, and hald and dbus are started in
>> /etc/rc.conf.
> 
> I have exactly the same problem. What windowmanager are you
> using? I'm using xfce4, I have a workaround for that.
> 
> 1. start X
> 2. when it comes up press alt+F2, the start program dialog comes up
> 3. type in xterm or your terminal of choice
> 4. in your terminal su to root then type
> 
> /usr/local/etc/rc.d/dbus restart && /usr/local/etc/rc.d/hald restart
> 
> wait a few seconds and the mouse should work again.

___
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: Mouse stopped working in X

2012-05-18 Thread James Ballantine
Warren,

I did as you suggested and I still have the same problem

Jim

On May 18, 2012, at 9:14 AM, Warren Block wrote:

> On Fri, 18 May 2012, J. W. Ballantine wrote:
> 
>> Before the update of x11 on 4/21/2012, X was working fine, but now
>> when I startx, my usb and touchpad mouse are no longer found.  The
>> mouse works in terminal mode, and hald and dbus are started in
>> /etc/rc.conf.
>> 
>> I rebuilt x11, but that had no effect, any ideas on what I might
>> do to get the mouse working again?
> 
>> (EE) xf86OpenSerial: Cannot open device /dev/psm0
>>  Device busy.
>> (EE) PS/2 Mouse: cannot open input device
>> (II) UnloadModule: "mouse"
>> (EE) PreInit returned NULL for "PS/2 Mouse"
>> (EE) config/hal: NewInputDeviceRequest failed (8)
>> (II) UnloadModule: "kbd"
> 
> For a test, comment out the mouse InputDevice section and the entry in the 
> ServerLayout section.  X doesn't need them.

___
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: Mouse stopped working in X

2012-05-18 Thread Warren Block

On Fri, 18 May 2012, J. W. Ballantine wrote:


Before the update of x11 on 4/21/2012, X was working fine, but now
when I startx, my usb and touchpad mouse are no longer found.  The
mouse works in terminal mode, and hald and dbus are started in
/etc/rc.conf.

I rebuilt x11, but that had no effect, any ideas on what I might
do to get the mouse working again?



(EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
(EE) PS/2 Mouse: cannot open input device
(II) UnloadModule: "mouse"
(EE) PreInit returned NULL for "PS/2 Mouse"
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) UnloadModule: "kbd"


For a test, comment out the mouse InputDevice section and the entry in 
the ServerLayout section.  X doesn't need them.

___
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 X?

2012-05-18 Thread CyberLeo Kitsana
On 05/17/2012 07:36 PM, Vance Siemens wrote:
> http://www.trollaxor.com/2012/05/freebsd-x-berkeley-unix-apple-quality.html

My favourite part was when the article sourced other articles on the
same blog as 'developers'.

-- 
Fuzzy love,
-CyberLeo
Technical Administrator
CyberLeo.Net Webhosting
http://www.CyberLeo.Net


Furry Peace! - http://.fur.com/peace/
___
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: Mouse stopped working in X

2012-05-18 Thread James Ballantine
I'll try after the current build finishes, and I'll let you know what happens.

Thanks

On May 18, 2012, at 8:56 AM, Bernt Hansson wrote:

> 2012-05-18 14:45, James Ballantine skrev:
>> I'm running Gnome2 on a 9-stable system.
> 
> Can you get a terminal running in gnome, without a mouse, then
> I guess my workaround should work for you to.
> 
>> On May 18, 2012, at 8:27 AM, Bernt Hansson wrote:
> 
>>> I have exactly the same problem. What windowmanager are you
>>> using? I'm using xfce4, I have a workaround for that.
>>> 
>>> 1. start X
>>> 2. when it comes up press alt+F2, the start program dialog comes up
>>> 3. type in xterm or your terminal of choice
>>> 4. in your terminal su to root then type
>>> 
>>> /usr/local/etc/rc.d/dbus restart&&  /usr/local/etc/rc.d/hald restart
>>> 
>>> wait a few seconds and the mouse should work again.

___
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: Mouse stopped working in X

2012-05-18 Thread James Ballantine
I'm running Gnome2 on a 9-stable system.

On May 18, 2012, at 8:27 AM, Bernt Hansson wrote:

> 2012-05-18 13:49, J. W. Ballantine skrev:
>> Hi,
>> 
>> Before the update of x11 on 4/21/2012, X was working fine, but now
>> when I startx, my usb and touchpad mouse are no longer found.  The
>> mouse works in terminal mode, and hald and dbus are started in
>> /etc/rc.conf.
> 
> I have exactly the same problem. What windowmanager are you
> using? I'm using xfce4, I have a workaround for that.
> 
> 1. start X
> 2. when it comes up press alt+F2, the start program dialog comes up
> 3. type in xterm or your terminal of choice
> 4. in your terminal su to root then type
> 
> /usr/local/etc/rc.d/dbus restart && /usr/local/etc/rc.d/hald restart
> 
> wait a few seconds and the mouse should work again.

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


Mouse stopped working in X

2012-05-18 Thread J. W. Ballantine
Hi,

Before the update of x11 on 4/21/2012, X was working fine, but now
when I startx, my usb and touchpad mouse are no longer found.  The 
mouse works in terminal mode, and hald and dbus are started in
/etc/rc.conf.

I rebuilt x11, but that had no effect, any ideas on what I might
do to get the mouse working again?

Here is the tail of the Xorg log.

(**) Option "Protocol" "standard"
(**) Option "XkbRules" "base"
(**) Option "XkbModel" "pc105"
(**) Option "XkbLayout" "us"
(II) XINPUT: Adding extended input device "AT Keyboard" (type: KEYBOARD)
(II) config/hal: Adding input device PS/2 Mouse
(II) LoadModule: "mouse"
(II) Loading /usr/local/lib/xorg/modules/input/mouse_drv.so
(II) Module mouse: vendor="X.Org Foundation"
compiled for 1.7.7, module version = 1.7.1
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 7.0
(WW) PS/2 Mouse: No Device specified, looking for one...
(II) PS/2 Mouse: Setting Device option to "/dev/psm0"
(--) PS/2 Mouse: Device: "/dev/psm0"
(==) PS/2 Mouse: Protocol: "Auto"
(**) PS/2 Mouse: always reports core events
(**) Option "Device" "/dev/psm0"
(EE) xf86OpenSerial: Cannot open device /dev/psm0
Device busy.
(EE) PS/2 Mouse: cannot open input device
(II) UnloadModule: "mouse"
(EE) PreInit returned NULL for "PS/2 Mouse"
(EE) config/hal: NewInputDeviceRequest failed (8)
(II) UnloadModule: "kbd"

Thanks

Jim Ballantine
___
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: problems with networking and route command

2012-05-18 Thread David Banning
> > It is machines that connect and receive via DHCP 192.168.1.2 and above that
> > can't connect to the internet though the server.  I don't know a whole
> > lot about route - I have been attempting a variation of route commands
> > without success.
> 
> You need to implement NAT on this box, since 192.168.0.0/16 is an RFC-1918 
> unrouteable private network range.

I previously connected to the internet using ppp with the -nat option
and now my connection has changed - so that makes sense.

So I implemented natd.

Unfortunately natd does not work as yet.  I followed the setup as laid 
out in "man natd" and also used the layout in;

http://www.freebsddiary.org/ipfw.php

Here is my natd setup

1. Compiled IPFIREWALL & IPDIVERT into my kernel - went fine.

Here is my rc.conf network related entries;

natd_enable="YES"
natd_interface="rl0"
natd_flags="-f /etc/natd.conf"
gateway_enable="YES"
ifconfig_rl0="inet 64.40.244.36 netmask 255.255.255.240"
defaultrouter="64.40.244.33"
ifconfig_vr0="DHCP"
ifconfig_vr0=up
ifconfig_vr0="inet 192.168.1.1"
network_interfaces="rl0 vr0 lo0"
ifconfig_lo0="inet 127.0.0.1"
firewall_enable="YES"
firewall_script="/etc/firewall.rules"
firewall_type="simple"
firewall_logging="YES"
dhcpd_ifaces="vr0"
dhcpd_enable="YES"

My firewall rules;

ipfw add 64000 allow ip from any to any
ipfw add divert natd all from any to any via rl0
ipfw add allow tcp from any to 192.168.2.1 139
ipfw add allow tcp from any to 192.168.1.1 139
ipfw add 6000 deny tcp from any to 64.40.244.36 139
ipfw add 6010 deny tcp from any to 64.40.244.36 445
ipfw add deny tcp from any to any 139

My /etc/natd.conf;

interface rl0
use_sockets yes
same_ports yes

My /etc/services includes the line;

natd 8668/divert  # Network Address Translation socket

Output of ifconfig;

# ifconfig
fwe0: flags=8802 mtu 1500
ether 02:11:d8:b3:0e:43
ch 1 dma -1
vr0: flags=8843 mtu 1500
inet 192.168.1.1 netmask 0xff00 broadcast 192.168.1.255
inet6 fe80::16d6:4dff:fe47:88ae%vr0 prefixlen 64 scopeid 0x2 
ether 14:d6:4d:47:88:ae
media: Ethernet autoselect (100baseTX )
status: active
rl0: flags=8843 mtu 1500
inet 64.40.244.36 netmask 0xfff0 broadcast 64.40.244.47
inet6 fe80::211:95ff:fe66:7162%rl0 prefixlen 64 scopeid 0x3 
ether 00:11:95:66:71:62
media: Ethernet autoselect (100baseTX )
status: active
lp0: flags=8810 mtu 1500
lo0: flags=8049 mtu 16384
inet6 ::1 prefixlen 128 
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x5 
inet 127.0.0.1 netmask 0xff00 
ppp0: flags=8010 mtu 1500
sl0: flags=c010 mtu 552
faith0: flags=8002 mtu 1500

>From my initial communication I have swapped the uses of the two network
cards - which explains the reversal of entries for devices vr0 and rl0.
Still I have server connection to the internet on rl0 and server 
connection to the network on vr0 - but the network cannot connect 
to the internet via rl0.

If there are any commands that would help collect information leading
to the answer I would appreciate any feedback.


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