pidgin problem on 8.0

2010-05-24 Thread doug

I have pidgin installed on 2 FreeBSD 8.0/32 i386 systems.

1) FreeBSD 8.0-STABLE #0: Wed May  5 10:17:16 EDT 2010 - pidgin-2.6.6_1
2) FreeBSD 8.0-STABLE #0: Mon May 17 00:51:56 EDT 2010 - pidgin-2.7.0_1

#1 is fine; #2 works but no icons are found. On #2 I first installed the package 
and then built pidgin which required me to re-build libpurple. Both the package 
and the compiled versions exhibit the same behavior. I turned on the debugging 
window, finding nothing.



_
Douglas Denault
http://www.safeport.com
d...@safeport.com
Voice: 301-217-9220
  Fax: 301-217-9277
___
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.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-24 Thread Eugene Mitrofanov
On Saturday 22 May 2010, jhell wrote:
 On 05/21/2010 07:55, Eugene Mitrofanov wrote:
  Hi
  
  The command zfs set jailed=on tank/s1 is failed with the message 
  property 'jailed' not supported on FreeBSD: permission denied.
  
  Output of zfs get jailed tank/s1 shows me that the property jailed is 
  still exists:
  NAME PROPERTY  VALUESOURCE
  tank/s1  jailedoff  default
  
  How can I change its value?
  
  Thanks.
 
 Simply put,
 
 property 'jailed' not supported on FreeBSD.
 
 Some features that you may see in a zfs get all pool will not work
 because they are not implemented yet or are not planned to be
 implemented because they are too *Solaris dependent.
 

But this feature was in 7S and in 8.0R:

r...@donkey:samba33# uname -sr
FreeBSD 7.3-RELEASE
r...@donkey:samba33# zfs set jailed=on data/test
r...@donkey:samba33# zfs get jailed data/test
NAME   PROPERTY  VALUE  SOURCE
data/test  jailedon local

When I updated to 8.1PRE it stopped working. Are there any plans for the 
revival of jailed?

Good luck
-- 
EMIT-RIPN, EVM7-RIPE
___
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: Verifying a DVD

2010-05-24 Thread Matthias Apitz
El día Sunday, May 23, 2010 a las 03:23:26PM -0700, Doug Hardie escribió:

 I am periodically backing up a bunch of files to DVD.  I use mkisofs to 
 create the original image and growisofs to write it to a real DVD.  However, 
 at that point I want to verify that the write was successful.  I tried using 
 dd to read back in the DVD to a file.  Its interesting that the bs parameter 
 must be at least 2048 or dd complains about a parameter error.  However, the 
 big issues is that the original image file is shorter than the read file.  
 The difference is 10240  bytes.  This difference is the same for bs 2048, 
 10240, or 102400.  It appears that dd is adding one last block.  Is there a 
 way to prevent this or remove that 
 block?___

I think it isn't important how many blocks are on the DVD, but more
important that a) all files area readable on the DVD and b) are MD5
identically with the original on the hard disk. That's why after burning
a tree of files for backup to some DVD I use a combination of 
find+md5+sort+diff to verify the result.

HIH

matthias
-- 
Matthias Apitz
t +49-89-61308 351 - f +49-89-61308 399 - m +49-170-4527211
e g...@unixarea.de - w http://www.unixarea.de/
¡Ya basta! ¡Tropas de OTAN, fuera de Afghanistan!
There's an end of it! NATO troups out of Afghanistan!
Schluss jetzt endlich! NATO raus aus Afghanistan!
___
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


After upgrading to kde-4.4.3 screen goes black after the kde4 splash screen

2010-05-24 Thread Yuri
I found that renaming ~/.kde4 makes things better and kde4 boots like 
for the first time. But how do I get my previous settings back?
Still even with the fresh ~/.kde4 screen looks funny: Desktop Folder 
doesn't have any color so only text is visible, same with the task panel.

After I added yaWP weather plasmoid desktop turned black.

Do you have kde-4.4.3 working?

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


Fw: qemu error mounting cd and no internet connection with custom kernel

2010-05-24 Thread Heshmat Ismail


--- On Sun, 5/23/10, Heshmat Ismail real_precious_st...@yahoo.com wrote:

From: Heshmat Ismail real_precious_st...@yahoo.com
Subject: qemu error mounting cd and no internet connection with custom kernel
To: freebsd-emulat...@freebsd.org
Date: Sunday, May 23, 2010, 8:35 PM

Hi all,
I have  built and installed a custom kernel on a freebsd 8.0-RELEASE machine 
(host os),then i installed qemu from the packages and used the following 
commands:-
# qemu-img create -f qcow2 freebsd.image 10G
# qemu -m 256 -hda freebsd.image -cdrom /dev/acd0 -boot d
# qemu freebsd.image
So, the  guest os is the same as the host os and i installed it from the same 
DVD (freebsd 8.0-RELEASE).
I face two problems with the guest os (the host os is working fine):-
Problem#1
When i try to install any packages from the DVD by running 
# sysinstall
   =configure=packages=Install from freebsd CD/DVD
i got : Error
 mounting /dev/acd0 on /dist: Input/output error (5).
Problem#2
I put these lines in /etc/rc.conf:
hald_enable=YES
dbus_enable=YES
ifconfig_ed0=DHCP
but i can not connect to the internet (the above configuration in the host os 
works fine).When i use the GENERIC kernel i get no problems.Here are the 
differences between the two kernels,the GENERIC and MYKERNEL.  


# cd /usr/src/sys/i386/conf
# diff -u GENERIC MYKERNEL
--- GENERIC 2009-11-09 23:48:01.0
 +
+++ MYKERNEL    2010-05-12 17:06:41.0 +
@@ -1,4 +1,4 @@
-#
+
 # GENERIC -- Generic kernel configuration file for FreeBSD/i386
 #
 # For more information on this file, please read the config(5) manual page,
@@ -18,10 +18,10 @@
 #
 # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.519.2.4.2.2 2009/11/09 23:48:01 
kensmith Exp $
 
-cpu    I486_CPU
-cpu    I586_CPU
+#cpu   I486_CPU
+#cpu  
 I586_CPU
 cpu    I686_CPU
-ident  GENERIC
+ident  MYKERNEL
 
 # To statically compile in device wiring instead of /boot/device.hints
 #hints GENERIC.hints # Default places to look for devices.
@@ -42,30 +42,30 @@
 options    FFS # Berkeley Fast Filesystem
 options    SOFTUPDATES # Enable FFS soft updates support
 options   
 UFS_ACL # Support for access control lists
-options    UFS_DIRHASH # Improve performance on big directories
+#options   UFS_DIRHASH # Improve performance on big directories
 options    UFS_GJOURNAL    # Enable gjournal-based UFS journaling
 options    MD_ROOT # MD is a potential root device
-options   
 NFSCLIENT   # Network Filesystem Client
-options    NFSSERVER   # Network Filesystem Server
-options    NFSLOCKD    # Network Lock Manager
-options    NFS_ROOT    # NFS usable as /, requires NFSCLIENT
-options    MSDOSFS # MSDOS Filesystem
-options   
 CD9660  # ISO 9660 Filesystem
-options    PROCFS  # Process filesystem (requires PSEUDOFS)
-options    PSEUDOFS    # Pseudo-filesystem framework
+#options   NFSCLIENT   # Network Filesystem Client
+#options   NFSSERVER   # Network Filesystem Server
+#options  
 NFSLOCKD    # Network Lock Manager
+#options   NFS_ROOT    # NFS usable as /, requires NFSCLIENT
+#options   MSDOSFS # MSDOS Filesystem
+#options   CD9660  # ISO 9660 Filesystem
+#options   PROCFS  # Process filesystem (requires PSEUDOFS)
+#options  
 PSEUDOFS    # Pseudo-filesystem framework
 options    GEOM_PART_GPT   # GUID Partition Tables.
 options    GEOM_LABEL  # Provides labelization
 options    COMPAT_43TTY    # BSD 4.3 TTY compat (sgtty)
-options    COMPAT_FREEBSD4 # Compatible with FreeBSD4
-options    COMPAT_FREEBSD5 # Compatible with
 FreeBSD5
-options    COMPAT_FREEBSD6 # Compatible with FreeBSD6
+#options   COMPAT_FREEBSD4 # Compatible with FreeBSD4
+#options   COMPAT_FREEBSD5 # Compatible with FreeBSD5
+#options   COMPAT_FREEBSD6 # Compatible with FreeBSD6
 options    COMPAT_FREEBSD7 # Compatible with FreeBSD7
-options    SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
-options   
 KTRACE  # ktrace(1) support
+#options   SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
+#options   KTRACE  # ktrace(1) support
 options    STACK   # stack(9) support
 options    SYSVSHM # SYSV-style shared memory
-options   
 SYSVMSG # SYSV-style message queues
-options    SYSVSEM # SYSV-style semaphores
+#options   SYSVMSG # SYSV-style message queues
+#options   SYSVSEM # 

Re: Vulnerability Database,Compile ports under Security Warnings.

2010-05-24 Thread Frank Shute
On Sun, May 23, 2010 at 10:29:45PM +0100, Luca Renaud wrote:

 Krb5-1.8.1 is object of a security warning,and I am not able to compile
 it.It tells me to update the ports tree
 and try again,which I have done several times but the same warning stands.
 Is this port not yet security updated with a security patch?

It sounds like it.

 Is there a way to compile without the security updated/patched tree?

# make DISABLE_VULNERABILITIES=yes install clean

Before doing that, make sure that the vulnerability portaudit reports
isn't going to leave you open to compromise. Portaudit should give you
a URL to visit to check.

Regards,

-- 

 Frank

 Contact info: http://www.shute.org.uk/misc/contact.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: FreeBSD 8.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-24 Thread Jeremy Chadwick
On Mon, May 24, 2010 at 10:13:28AM +0400, Eugene Mitrofanov wrote:
 On Saturday 22 May 2010, jhell wrote:
  On 05/21/2010 07:55, Eugene Mitrofanov wrote:
   Hi
   
   The command zfs set jailed=on tank/s1 is failed with the message 
   property 'jailed' not supported on FreeBSD: permission denied.
   
   Output of zfs get jailed tank/s1 shows me that the property jailed is 
   still exists:
   NAME PROPERTY  VALUESOURCE
   tank/s1  jailedoff  default
   
   How can I change its value?
   
   Thanks.
  
  Simply put,
  
  property 'jailed' not supported on FreeBSD.
  
  Some features that you may see in a zfs get all pool will not work
  because they are not implemented yet or are not planned to be
  implemented because they are too *Solaris dependent.
  
 
 But this feature was in 7S and in 8.0R:
 
 r...@donkey:samba33# uname -sr
 FreeBSD 7.3-RELEASE
 r...@donkey:samba33# zfs set jailed=on data/test
 r...@donkey:samba33# zfs get jailed data/test
 NAME   PROPERTY  VALUE  SOURCE
 data/test  jailedon local
 
 When I updated to 8.1PRE it stopped working. Are there any plans for the 
 revival of jailed?

ZFS_PROP_ZONED (property jailed) was explicitly added to the
not-supported-on-FreeBSD property list as of 5 weeks ago per MFC
r197867.  See commit 1.4.2.4 to RELENG_8 here:

http://www.freebsd.org/cgi/cvsweb.cgi/src/cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c

And the piece which was committed to HEAD:

http://svn.freebsd.org/viewvc/base?view=revisionrevision=197867

CC'ing responsible committers to answer your question.

-- 
| 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: FreeBSD 8.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-24 Thread jhell
On 05/24/2010 02:13, Eugene Mitrofanov wrote:
 On Saturday 22 May 2010, jhell wrote:
 On 05/21/2010 07:55, Eugene Mitrofanov wrote:
 Hi

 The command zfs set jailed=on tank/s1 is failed with the message 
 property 'jailed' not supported on FreeBSD: permission denied.

 Output of zfs get jailed tank/s1 shows me that the property jailed is 
 still exists:
 NAME PROPERTY  VALUESOURCE
 tank/s1  jailedoff  default

 How can I change its value?

 Thanks.

 Simply put,

 property 'jailed' not supported on FreeBSD.

 Some features that you may see in a zfs get all pool will not work
 because they are not implemented yet or are not planned to be
 implemented because they are too *Solaris dependent.

 
 But this feature was in 7S and in 8.0R:
 
 r...@donkey:samba33# uname -sr
 FreeBSD 7.3-RELEASE
 r...@donkey:samba33# zfs set jailed=on data/test
 r...@donkey:samba33# zfs get jailed data/test
 NAME   PROPERTY  VALUE  SOURCE
 data/test  jailedon local
 
 When I updated to 8.1PRE it stopped working. Are there any plans for the 
 revival of jailed?
 
 Good luck

And what exactly did that property do for you... ?||? AFAIK it was a NOP.

-- 

 jhell
___
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.1-PRERELEASE: property 'jailed' not supported on FreeBSD: permission denied

2010-05-24 Thread Eugene Mitrofanov
On Monday 24 May 2010, jhell wrote:
 On 05/24/2010 02:13, Eugene Mitrofanov wrote:
  On Saturday 22 May 2010, jhell wrote:
  On 05/21/2010 07:55, Eugene Mitrofanov wrote:
  Hi
 
  The command zfs set jailed=on tank/s1 is failed with the message 
  property 'jailed' not supported on FreeBSD: permission denied.
 
  Output of zfs get jailed tank/s1 shows me that the property jailed 
is 
  still exists:
  NAME PROPERTY  VALUESOURCE
  tank/s1  jailedoff  default
 
  How can I change its value?
 
  Thanks.
 
  Simply put,
 
  property 'jailed' not supported on FreeBSD.
 
  Some features that you may see in a zfs get all pool will not work
  because they are not implemented yet or are not planned to be
  implemented because they are too *Solaris dependent.
 
  
  But this feature was in 7S and in 8.0R:
  
  r...@donkey:samba33# uname -sr
  FreeBSD 7.3-RELEASE
  r...@donkey:samba33# zfs set jailed=on data/test
  r...@donkey:samba33# zfs get jailed data/test
  NAME   PROPERTY  VALUE  SOURCE
  data/test  jailedon local
  
  When I updated to 8.1PRE it stopped working. Are there any plans for the 
  revival of jailed?
  
  Good luck
 
 And what exactly did that property do for you... ?||? AFAIK it was a NOP.
 
 -- 
 
  jhell
 
 

I want to set up something like described in 
http://unix.derkeiler.com/Mailing-Lists/FreeBSD/hackers/2009-12/msg00028.html

-- 
EMIT-RIPN, EVM7-RIPE
___
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: Verifying a DVD

2010-05-24 Thread Eitan Adler
 I think it isn't important how many blocks are on the DVD, but more
 important that a) all files area readable on the DVD and b) are MD5
 identically with the original on the hard disk. That's why after burning
 a tree of files for backup to some DVD I use a combination of
 find+md5+sort+diff to verify the result.

Take a look at mtree as a replacement for the first three parts ;)


-- 
Eitan Adler
___
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: Virtualbox installation failed at Cmake on 8.0 Stable

2010-05-24 Thread Reid Linnemann
On Sun, May 23, 2010 at 9:35 PM, Xihong Yin x...@gmx.com wrote:

 There's the culprit right there. Have you tried executing java -version to
 see if you have a problem with your java runtime?


 You are right. The 'java -version' returns an error. I installed the
 diablo-jdk1.6 for Freebsd 7x. So which java shall I install for 8
 Stable?





Please don't top-post. You should probably reinstall diablo-jdk16. java
should not return an error when given -version flag.

here's my output:

rl...@freebie ~ java -version
java version 1.6.0_07
Diablo Java(TM) SE Runtime Environment (build 1.6.0_07-b02)
Diablo Java HotSpot(TM) Client VM (build 10.0-b23, mixed mode, sharing)
___
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


Bsd Consultancy Ltd Print Cost Savings

2010-05-24 Thread Printer Cartridges Please

Dear Bsd Consultancy Ltd,
At Printer Cartridges Please this week we are offering businesses an EXTRA 15% 
off our already very low prices. This offer extends across our whole range of 
ink cartridges toners including: Genuine OEM, compatibles and remanufactured 
cartridges and is valid until midnight on Monday 31st May.
Please just use coupon code: MAYSAVER when checking out to receive your special 
discount at www.printercartridgesplease.co.uk ( 
http://www.printercartridgesplease.co.uk ).
As a business customer we would be delighted to arrange 30 day credit 
facilities for you and work with you long term to reduce and keep down your 
printing costs. If you would like a credit account, please just complete the 
application form here ( 
http://www.printercartridgesplease.co.uk/acatalog/printer-cartridges-please-credit-facilities.html
 ). We undertake to come back to you within one working day.
If you want to be notified of future discounts please just opt-in here ( 
http://www.printercartridgesplease.co.uk/subscribe/questi...@freebsd.org ). If 
you do not wish to receive any further mailings from us please just click the 
link at the bottom of this page and you will be instantly added to our email 
exclusion list.
With Thanks Best Regards
The Printer Cartridges Please Team
businessaccou...@printercartridgesplease.co.uk
This message was sent to the following e-mail address: questi...@freebsd.org. If you would prefer not to receive any further e-mails from us, please just click here ( http://www.printercartridgesplease.co.uk/unsubscribe/questi...@freebsd.org ). Our email marketing policy can be read here ( http://www.printercartridgesplease.co.uk/acatalog/printer-cartridges-please-email-marketing-policy.html ).

3WM Ltd T/A Printer Cartridges Please
Hollis Road, Grantham, Lincolnshire, NG31 7QH
Tel: 0845 072 7227
Fax: 0845 071 0759 ___
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

upgrading 8.0 to 8.1, which tag to use?

2010-05-24 Thread Aleksandr Miroslav
I have a FreeBSD box running 8.0-RELEASE, that I would like to upgrade to 8.1

I am aware that 8.1 is not released yet, when 8.1-RELEASE is cut, I
will rebuild at that point.

My question is about which CVS tag to use. Should I use RELENG_8, or
is there a RELENG_8_1 that I can use?

thanks,
Alex
___
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: upgrading 8.0 to 8.1, which tag to use?

2010-05-24 Thread Daniel Bye
On Mon, May 24, 2010 at 12:11:06PM -0400, Aleksandr Miroslav wrote:
 I have a FreeBSD box running 8.0-RELEASE, that I would like to upgrade to 8.1
 
 I am aware that 8.1 is not released yet, when 8.1-RELEASE is cut, I
 will rebuild at that point.
 
 My question is about which CVS tag to use. Should I use RELENG_8, or
 is there a RELENG_8_1 that I can use?

RELENG_8 will get you STABLE, or, at the moment, 8.1-PRERELEASE. When
8.1-RELEASE is finished, you'll be able to get it with RELENG_8_1. I
don't think the tag exists just yet, though.

Dan

-- 
Daniel Bye
 _
  ASCII ribbon campaign ( )
 - against HTML, vCards and  X
- proprietary attachments in e-mail / \


pgpedC2gr1cwY.pgp
Description: PGP signature


Re: [kde-freebsd] After upgrading to kde-4.4.3 screen goes black after the kde4 splash screen

2010-05-24 Thread Dwayne MacKinnon
Hi Yuri,

This won't be of much help, I know, but KDE 4.4.3 is working perfectly for me. 
It scrambled my desktop panel settings a bit, but that was easily remedied.

Cheers,
DMK

On May 24, 2010 04:54:00 am Yuri wrote:
 I found that renaming ~/.kde4 makes things better and kde4 boots like
 for the first time. But how do I get my previous settings back?
 Still even with the fresh ~/.kde4 screen looks funny: Desktop Folder
 doesn't have any color so only text is visible, same with the task panel.
 After I added yaWP weather plasmoid desktop turned black.
 
 Do you have kde-4.4.3 working?
 
 Yuri
 ___
 kde-freebsd mailing list
 kde-free...@kde.org
 https://mail.kde.org/mailman/listinfo/kde-freebsd
 See also http://freebsd.kde.org/ for latest information
___
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: Tape changer/robot

2010-05-24 Thread John Levine
Is there someway I can get it to auto change tape?

Take a look at mtx, in the ports collection at misc/mtx, a SCSI
media changer and device control package.

R's,
John
___
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: Verifying a DVD

2010-05-24 Thread C. P. Ghost
On Mon, May 24, 2010 at 9:30 AM, Matthias Apitz g...@unixarea.de wrote:
 I think it isn't important how many blocks are on the DVD, but more
 important that a) all files area readable on the DVD and b) are MD5
 identically with the original on the hard disk. That's why after burning
 a tree of files for backup to some DVD I use a combination of
 find+md5+sort+diff to verify the result.

I did that too before switching to sysutils/dvdisaster to augment the
images with CRCs and ECC blocks. Especially those ECC blocks
saved the day for me on more than one occasion. Highly recommended
for long(er) time storage.

 HIH

        matthias

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
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


What have I done?

2010-05-24 Thread Chip Camden
This question is going to make me sound pretty stupid, but I haven't
been able to figure it out.

I had mplayer (the console version) running in one urxvt, and I thought
I had a different urxvt focused when I typed a command (I think it was
'make install clean') -- but mplayer was actually focused instead.  The
ENTER caused mplayer to close (I was listening to a stream URL), and
because I had exec'd mplayer its terminal window closed as well.

I cursed myself for losing focus on my focus, and attempted to restart
mplayer.  It acts like it is playing the track, but no sound.  I've tried
unmute, turning the volume all the way up, deleting my .mplayer files,
still no joy.  I even shutdown and powered off and then rebooted.  Any
other suggestions?
-- 
Sterling (Chip) Camden | camdensoftware.com | chipstips.com | chipsquips.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: What have I done?

2010-05-24 Thread William Vining
I experienced a similar situation under different circumstances. It
turned out that the sysctl
variable hw.snd.default_unit was refering to the wrong sound card. Not
sure if thats the
problem, but it might be worth checking if you have multiple sound cards.

-- WFV
wfvin...@gmail.com

On Mon, May 24, 2010 at 12:08 PM, Chip Camden
sterl...@camdensoftware.com wrote:

 This question is going to make me sound pretty stupid, but I haven't
 been able to figure it out.

 I had mplayer (the console version) running in one urxvt, and I thought
 I had a different urxvt focused when I typed a command (I think it was
 'make install clean') -- but mplayer was actually focused instead.  The
 ENTER caused mplayer to close (I was listening to a stream URL), and
 because I had exec'd mplayer its terminal window closed as well.

 I cursed myself for losing focus on my focus, and attempted to restart
 mplayer.  It acts like it is playing the track, but no sound.  I've tried
 unmute, turning the volume all the way up, deleting my .mplayer files,
 still no joy.  I even shutdown and powered off and then rebooted.  Any
 other suggestions?
 --
 Sterling (Chip) Camden | camdensoftware.com | chipstips.com | chipsquips.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
___
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: What have I done?

2010-05-24 Thread Chip Camden
On May 24 2010 12:21, William Vining wrote:
 I experienced a similar situation under different circumstances. It
 turned out that the sysctl
 variable hw.snd.default_unit was refering to the wrong sound card. Not
 sure if thats the
 problem, but it might be worth checking if you have multiple sound cards.
 
 -- WFV
 wfvin...@gmail.com
 
 On Mon, May 24, 2010 at 12:08 PM, Chip Camden
 sterl...@camdensoftware.com wrote:
 
  This question is going to make me sound pretty stupid, but I haven't
  been able to figure it out.
 
  I had mplayer (the console version) running in one urxvt, and I thought
  I had a different urxvt focused when I typed a command (I think it was
  'make install clean') -- but mplayer was actually focused instead.  The
  ENTER caused mplayer to close (I was listening to a stream URL), and
  because I had exec'd mplayer its terminal window closed as well.
 
  I cursed myself for losing focus on my focus, and attempted to restart
  mplayer.  It acts like it is playing the track, but no sound.  I've tried
  unmute, turning the volume all the way up, deleting my .mplayer files,
  still no joy.  I even shutdown and powered off and then rebooted.  Any
  other suggestions?
  --

OK, there's more going on here than I realized.  My sound seems to be
disabled if I load the driver in /boot/loader.conf, but works OK if I use
kldload after booting instead.  Bizarre.  I've repeated the experiment
several times with the same results, using either snd_driver or snd_hda.

cat /dev/sndstat (when working):

FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
Installed devices:
pcm0: HDA IDT 92HD81B1X PCM #0 Analog (play/rec) default
pcm1: HDA IDT 92HD81B1X PCM #1 Analog (rec)
pcm2: HDA Intel G45 HDMI PCM #0 DisplayPort (play)
___
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


nanobsd devd install without installation of compilers

2010-05-24 Thread Dimitar Vassilev
Hello,
has anyone succeeded in installing devd on Nanobsd without infecting
the image with g++?
Mucking currently with

CONF_INSTALL='
WITHOUT_CXX=YES #devd needs cxx
WITHOUT_CPP=YES
WITHOUT_INSTALLLIB=YES
WITHOUT_TOOLCHAIN=YES
WITHOUT_EXAMPLES=YES
'

CONF_WORLD='
TARGET=i386
TARGET_ARCH=i386
WITHOUT_BLUETOOTH=YES
WITHOUT_CALENDAR=YES
WITHOUT_CTM=YES
WITHOUT_CVS=YES
WITHOUT_DICT=YES
WITHOUT_EXAMPLES=YES
WITHOUT_FLOPPY=YES
WITHOUT_GAMES=YES
WITHOUT_GCOV=YES
WITHOUT_IPFILTWITHOUT_INFO=YES
WITHOUT_IPFW=YES
WITHOUT_IPX=YES
WITHOUT_LPR=YES
WITHOUT_MAKE=YES
WITHOUT_GROFF=YES
WITHOUT_NCP=YES
WITHOUT_NIS=YES
WITHOUT_FREEBSD_UPDATE=YES
WITHOUT_RCS=YES
'
If someone has succeeed, could you please share how it's possible to
install devd with the needed libraries and have no compilers.
Thanks a bunch,
Dimitar
___
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


Problem compiling lsof

2010-05-24 Thread Arthur Barlow
I've tried to compile lsof in FreeBSD
___
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


Problem compiling lsof

2010-05-24 Thread Arthur Barlow
Sorry about the false start. Fat fingers.  I'm trying to compile the lsof
program in FreeBSD 8.0 on an i686 machine.  There is a error referencing
dlsof.h and it looks like there is an ugly hack in the header file.  Any
suggestions, besides playing with the code?
___
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: Problem compiling lsof

2010-05-24 Thread Chuck Swiger
Hi--

On May 24, 2010, at 5:41 PM, Arthur Barlow wrote:
 Sorry about the false start. Fat fingers.  I'm trying to compile the lsof
 program in FreeBSD 8.0 on an i686 machine.  There is a error referencing
 dlsof.h and it looks like there is an ugly hack in the header file.  Any
 suggestions, besides playing with the code?

Sure; how about:

  cd /usr/ports/sysutils/lsof  make install

Regards,
-- 
-Chuck

___
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: What have I done?

2010-05-24 Thread Pieter de Goeje
On Monday 24 May 2010 22:02:44 Chip Camden wrote:
 On May 24 2010 12:21, William Vining wrote:
  I experienced a similar situation under different circumstances. It
  turned out that the sysctl
  variable hw.snd.default_unit was refering to the wrong sound card. Not
  sure if thats the
  problem, but it might be worth checking if you have multiple sound cards.
 
  -- WFV
  wfvin...@gmail.com
 
  On Mon, May 24, 2010 at 12:08 PM, Chip Camden
 
  sterl...@camdensoftware.com wrote:
   This question is going to make me sound pretty stupid, but I haven't
   been able to figure it out.
  
   I had mplayer (the console version) running in one urxvt, and I thought
   I had a different urxvt focused when I typed a command (I think it was
   'make install clean') -- but mplayer was actually focused instead.  The
   ENTER caused mplayer to close (I was listening to a stream URL), and
   because I had exec'd mplayer its terminal window closed as well.
  
   I cursed myself for losing focus on my focus, and attempted to restart
   mplayer.  It acts like it is playing the track, but no sound.  I've
   tried unmute, turning the volume all the way up, deleting my .mplayer
   files, still no joy.  I even shutdown and powered off and then
   rebooted.  Any other suggestions?
   --

 OK, there's more going on here than I realized.  My sound seems to be
 disabled if I load the driver in /boot/loader.conf, but works OK if I use
 kldload after booting instead.  Bizarre.  I've repeated the experiment
 several times with the same results, using either snd_driver or snd_hda.

 cat /dev/sndstat (when working):

 FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64)
 Installed devices:
 pcm0: HDA IDT 92HD81B1X PCM #0 Analog (play/rec) default
 pcm1: HDA IDT 92HD81B1X PCM #1 Analog (rec)
 pcm2: HDA Intel G45 HDMI PCM #0 DisplayPort (play)

The order of the the devices may change depending on wether you kldload the 
driver or use loader.conf. As suggested by William Vining, use the sysctl 
hw.snd.default_unit to select the correct default pcm device.

-- 
Pieter de Goeje
___
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: Problem compiling lsof

2010-05-24 Thread Arthur Barlow
On Mon, May 24, 2010 at 5:43 PM, Chuck Swiger cswi...@mac.com wrote:

 Hi--

 On May 24, 2010, at 5:41 PM, Arthur Barlow wrote:
  Sorry about the false start. Fat fingers.  I'm trying to compile the lsof
  program in FreeBSD 8.0 on an i686 machine.  There is a error referencing
  dlsof.h and it looks like there is an ugly hack in the header file.
  Any
  suggestions, besides playing with the code?

 Sure; how about:

  cd /usr/ports/sysutils/lsof  make install

 Regards,
 --
 -Chuck


Chuck,

That doesn't work, which was my point to begin with.  The compile process
throws an error.
___
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: Problem compiling lsof

2010-05-24 Thread Chuck Swiger
On May 24, 2010, at 5:57 PM, Arthur Barlow wrote:
 That doesn't work, which was my point to begin with.  The compile process 
 throws an error.

You're abbreviating too much.  :-)

If you want useful feedback, then you ought to provide a little more in the way 
of details-- what error?

-- 
-Chuck

___
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: Problem compiling lsof

2010-05-24 Thread Lowell Gilbert
Arthur Barlow arthurbar...@gmail.com writes:

 Sorry about the false start. Fat fingers.  I'm trying to compile the lsof
 program in FreeBSD 8.0 on an i686 machine.  There is a error referencing
 dlsof.h and it looks like there is an ugly hack in the header file.  Any
 suggestions, besides playing with the code?

As of a few minutes ago, it built just fine on my i386 build system with
the latest ports.  If you want help diagnosing your issue, you will need
to be much more specific about what happens on your particular system,
so we can figure out how it differs from a normal system.
___
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: Problem compiling lsof

2010-05-24 Thread Charlie Kester

On Mon 24 May 2010 at 18:54:11 PDT Lowell Gilbert wrote:

Arthur Barlow arthurbar...@gmail.com writes:


Sorry about the false start. Fat fingers.  I'm trying to compile the lsof
program in FreeBSD 8.0 on an i686 machine.  There is a error referencing
dlsof.h and it looks like there is an ugly hack in the header file.  Any
suggestions, besides playing with the code?


As of a few minutes ago, it built just fine on my i386 build system with
the latest ports.  If you want help diagnosing your issue, you will need
to be much more specific about what happens on your particular system,
so we can figure out how it differs from a normal system.


Since we're talking about building a port, you should also involve its
maintainer. I've cc'ed him with this reply.

I just tried building lsof myself, on a 686-class 8.0-STABLE machine,
and had the same successful result as Lowell.

Can you give us a copy of the build output, beginning with the cc
command line that immediately precedes the failure?
___
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: Problem compiling lsof

2010-05-24 Thread Glen Barber
Hi Arthur,

On Mon, May 24, 2010 at 8:57 PM, Arthur Barlow arthurbar...@gmail.com wrote:
 On Mon, May 24, 2010 at 5:43 PM, Chuck Swiger cswi...@mac.com wrote:

 Hi--

 On May 24, 2010, at 5:41 PM, Arthur Barlow wrote:
  Sorry about the false start. Fat fingers.  I'm trying to compile the lsof
  program in FreeBSD 8.0 on an i686 machine.  There is a error referencing
  dlsof.h and it looks like there is an ugly hack in the header file.
  Any
  suggestions, besides playing with the code?

 Sure; how about:

  cd /usr/ports/sysutils/lsof  make install

 Regards,
 --
 -Chuck


 Chuck,

 That doesn't work, which was my point to begin with.  The compile process
 throws an error.


Despite not seeing the error, I'll ask if your kernel and userland are in sync.

Regards,

-- 
Glen Barber
___
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


dump/restore (to DVD+R) test failure

2010-05-24 Thread James Phillips
Hello,

It took reading the source code of a backup front-end to figure out that 
incremental backups are not the same thing as multiple incremental backups 
on the same medium; spilling over to the next disk if necessary.

As the handbook (section 18.12.1) says, dump has quirks due to its design 
dating back to 1975. Optical write-once media was punch tape or cards. Seeking 
to the middle of the media was time consuming, so daily tapes were simply 
written from the beginning, then rewound.

So, knowing this, I decided to test a full dump and restore to DVD+R media, 
following the example in the dump(8) man page. I suspect that the example was 
written with DVD-R in mind, but according to wikipedia,
http://en.wikipedia.org/wiki/DVD-R#Recordable_DVD_capacity_comparison
the smaller DVD+R media can handle the example in dump(8) with 184 2048 byte 
blocks to spare (implying the example intended 3576 spare sectors). The package 
for the DVD media just says 4.7 GB with only 2 significant digits.

I used the following command for the dump:
$/sbin/dump -0u -L -C16 -B4589840 -P 'growisofs -Z -dvd-compat 
/dev/cd0=/dev/fd/0' /home

Growisofs said 4700372992 bytes were written on the first disk (my notes don't 
record exactly which disk that was). That works out to 4590208kiB or 2295104 
sectors.
Edit: This matches the Wikipedia number; I assumed it to included zero padding

I tried the restore on a fresh freeBSD 8.0 install with no user accounts 
created (and atapicam not yet enabled):
dusty# cd /home
#restore -r -P 'dd if=/dev/acd0 of=/dev/fd/1 bs=2048 count=2294920'
warning: ./.snap: File exists
expected next file 706561, got 4
unknown tape header type -365754194
abort? [yn] n
resync restore, skipped 162 blocks
expected next file 847904, got 0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x10 ascq=0x00
dd: /dev/acd0: Input/output error
2294208+0 records in
2294208+0 records out
4698537984 bytes transferred in 2781.175375 secs (1689407 bytes/sec)
Mount tape volume 2
Enter ``none'' if there are no more tapes
otherwise enter tape name (default: dd if=/dev/acd0 of=/dev/fd/1 bs=2048 
count=2294920)
unknown tape header type -54549208
abort? [yn] n
resync restore, skipped 464 blocks
expected next file 5040133, got 0
1201264+0 records in
1201264+0 records out
2460188672 bytes transferred in 1330.121340 secs (1849597 bytes/sec)
dusty#

The unknown header type errors appear to be unrelated to the major read error 
reported at the end to the first disk. I suspect those may be corruption caused 
by a buffer underrun or local vibration.

Questions:
1. How do I determine which files (if any) are affected? is verbose mode 
required for that?
2. It appears the first disk lost 712 sectors of data (and a total of 896 
sectors of capacity) with that read error. Should I just burn the disks 
1024-4096 sectors short?
3. What is the best way to verify dumps at dump time?

I still have the data on another disk. I can restore it with dd if need be. I 
verified the newfs command appears to create a .snap directory by default now.

Regards,

James Phillips





___
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: Problem compiling lsof

2010-05-24 Thread Arthur Barlow
On Mon, May 24, 2010 at 7:54 PM, Glen Barber glen.j.bar...@gmail.comwrote:

 Hi Arthur,

 On Mon, May 24, 2010 at 8:57 PM, Arthur Barlow arthurbar...@gmail.com
 wrote:
  On Mon, May 24, 2010 at 5:43 PM, Chuck Swiger cswi...@mac.com wrote:
 
  Hi--
 
  On May 24, 2010, at 5:41 PM, Arthur Barlow wrote:
   Sorry about the false start. Fat fingers.  I'm trying to compile the
 lsof
   program in FreeBSD 8.0 on an i686 machine.  There is a error
 referencing
   dlsof.h and it looks like there is an ugly hack in the header
 file.
   Any
   suggestions, besides playing with the code?
 
  Sure; how about:
 
   cd /usr/ports/sysutils/lsof  make install
 
  Regards,
  --
  -Chuck
 
 
  Chuck,
 
  That doesn't work, which was my point to begin with.  The compile process
  throws an error.
 

 Despite not seeing the error, I'll ask if your kernel and userland are in
 sync.

 Regards,

 --
 Glen Barber


Glen,

The userland question is a fair one.  I last updated userland and kernel on
April, 10th.  But, I suppose things may have changed in that time.
___
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: Problem compiling lsof

2010-05-24 Thread Arthur Barlow
On Mon, May 24, 2010 at 5:58 PM, Chuck Swiger cswi...@mac.com wrote:

 On May 24, 2010, at 5:57 PM, Arthur Barlow wrote:
  That doesn't work, which was my point to begin with.  The compile process
 throws an error.

 You're abbreviating too much.  :-)

 If you want useful feedback, then you ought to provide a little more in the
 way of details-- what error?

 --
 -Chuck

Chuck,

Fair point.  Here's the error messages:

Stop in /usr/ports/sysutils/lsof.
[r...@uranus /usr/ports/sysutils/lsof]# HASPSEUDOFS -DHASNULLFS -DHASIPv6
-DHAS_STRFTIME -DLSOF_VSTR=\8.0-STABLE\)
 cc -pipe -march=athlon -fno-strict-aliasing -march=athlon
-DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASSBSTATE -DHAS_KVM_VNODE
-DHAS_UFS1_2 -DHAS_CDEV2PRIV -DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHAS_ZFS
-DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB
-DFREEBSDV=8000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6
-DHAS_STRFTIME -DLSOF_VSTR=8.0-STABLE -I/usr/src/sys -O2 -c ckkv.c
 In file included from ../dlsof.h:81,
 from ../lsof.h:195,
 from ckkv.c:43:
 /usr/src/sys/sys/conf.h:141: error: expected declaration specifiers or
'...' before 'vm_memattr_t'
 *** Error code 1

 Stop in /usr/ports/sysutils/lsof/work/lsof_4.84A.freebsd/lib.
 *** Error code 1

 Stop in /usr/ports/sysutils/lsof/work/lsof_4.84A.freebsd.
___
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: Problem compiling lsof

2010-05-24 Thread Charlie Kester

On Mon 24 May 2010 at 20:24:49 PDT Arthur Barlow wrote:

[r...@uranus /usr/ports/sysutils/lsof]# HASPSEUDOFS -DHASNULLFS
-DHASIPv6 -DHAS_STRFTIME -DLSOF_VSTR=\8.0-STABLE\)

cc -pipe -march=athlon -fno-strict-aliasing -march=athlon

-DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASSBSTATE -DHAS_KVM_VNODE
-DHAS_UFS1_2 -DHAS_CDEV2PRIV -DHAS_NO_SI_UDEV -DHAS_SYS_SX_H -DHAS_ZFS
-DHAS_V_LOCKF -DHAS_LOCKF_ENTRY -DHAS_NO_6PORT -DHAS_NO_6PPCB
-DFREEBSDV=8000 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHASIPv6
-DHAS_STRFTIME -DLSOF_VSTR=8.0-STABLE -I/usr/src/sys -O2 -c ckkv.c

In file included from ../dlsof.h:81,
from ../lsof.h:195,
from ckkv.c:43:
/usr/src/sys/sys/conf.h:141: error: expected declaration specifiers or

'...' before 'vm_memattr_t'


OK, now we know that the immediate cause of the error is that
-DHAS_VM_MEMATTR_T is not included on the cc commandline, so sys/conf.h
doesn't recognize vm_memattr_t as a valid type.

In other words, something's gone wrong in the configure step.

The Configure script grep's for vm_memattr_t in
${LSOF_INCLUDE}/sys/conf.h and sets HAS_VM_MEMATTR_T if the grep
succeeds.  The build failure tells us that your /usr/src/sys/conf.h uses
vm_memattr_t, so it seems the Configure is testing some other copy of
conf.h  -- because LSOF_INCLUDE is set to something other than /usr/src?

The default for LSOF_INCLUDE is /usr/include.  What do you get from the
following command?

grep vm_memattr_t /usr/include/sys/conf.h





___
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: Problem compiling lsof

2010-05-24 Thread Charlie Kester

On Mon 24 May 2010 at 21:55:01 PDT Charlie Kester wrote:


The Configure script grep's for vm_memattr_t in
${LSOF_INCLUDE}/sys/conf.h and sets HAS_VM_MEMATTR_T if the grep
succeeds.  The build failure tells us that your /usr/src/sys/conf.h uses
vm_memattr_t, so it seems the Configure is testing some other copy of
conf.h  -- because LSOF_INCLUDE is set to something other than /usr/src?


Oops, some typos here.  /usr/src should be /usr/src/sys throughout, and
conf.h is in /usr/src/sys/sys.

Makes no difference to the line of thought, however.

If grep vm_memattr_t /usr/include/sys/conf.h comes back empty, we need
to look at how you built your system.
___
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