Re: Problems with auditd

2006-09-06 Thread Ganbold

Hi,

I have FreeBSD-6.1-STABLE and auditd refuses to run.

devil# uname -an
FreeBSD devil.micom.mng.net 6.1-STABLE FreeBSD 6.1-STABLE #17: Wed Sep  
6 18:16:49 ULAST 2006 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/DEVIL  i386


devil# /etc/rc.d/auditd restart
Error sending trigger: Function not implemented
Starting auditd.

thanks,

Ganbold

Joerg Pernfuss wrote:

On Wed, 6 Sep 2006 09:37:23 +0200
"Cristiano Deana" <[EMAIL PROTECTED]> wrote:

  

Hi,

i updated my system to -STABLE (FreeBSD mobile.deana.it 6.1-STABLE
FreeBSD 6.1-STABLE #10: Wed Sep  6 08:20:43 CEST 2006) and followed
instructions at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit.html

but when i tried to start auditd i got:

[...]

files in /etc/security has not been modified.

where i'm wrong?



I reported the same issue to the [EMAIL PROTECTED] yesterday.

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+current/freebsd-audit and
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=6967+0+current/freebsd-audit

A full ktrace is linked in the second mail (if someone prefers truss,
I have a trace with truss also).

Regards,
Jörg
  



!DSPAM:44fe928d944981045827524!


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


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


Re: gmirror RAID-1: rebuilding freezes machine

2006-09-06 Thread Michael Butler

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I'm backing out the attached change to see if it fixes it ..

Michael

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE/2/mQv9rrgRC1JIRArNYAJsEuTtrmig9bdW4aDQQ8W1May+EfQCfUjDQ
Xc1A9gUrrLS2jgbDP4xyC7I=
=5DtW
-END PGP SIGNATURE-
Index: src/sys/geom/mirror/g_mirror.c
===
RCS file: /usr/home/ncvs/src/sys/geom/mirror/g_mirror.c,v
retrieving revision 1.66.2.7
retrieving revision 1.66.2.8
diff -u -r1.66.2.7 -r1.66.2.8
--- src/sys/geom/mirror/g_mirror.c  16 Jul 2006 15:47:46 -  1.66.2.7
+++ src/sys/geom/mirror/g_mirror.c  4 Sep 2006 12:55:43 -   1.66.2.8
@@ -1813,12 +1813,19 @@
bioq_remove(&sc->sc_queue, bp);
mtx_unlock(&sc->sc_queue_mtx);
 
-   if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_REGULAR) != 0)
-   g_mirror_regular_request(bp);
-   else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)
-   g_mirror_sync_request(bp);
-   else
+   if (bp->bio_to != sc->sc_provider) {
+   if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_REGULAR) != 0)
+   g_mirror_regular_request(bp);
+   else if ((bp->bio_cflags & G_MIRROR_BIO_FLAG_SYNC) != 0)
+   g_mirror_sync_request(bp);
+   else {
+   KASSERT(0,
+   ("Invalid request cflags=0x%hhx to=%s.",
+   bp->bio_cflags, bp->bio_to->name));
+   }
+   } else {
g_mirror_register_request(bp);
+   }
G_MIRROR_DEBUG(5, "%s: I'm here 9.", __func__);
}
 }
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

kldload if_bge

2006-09-06 Thread Stephen Clark

Hello list,

I have a production system that is running 4.10. It is a Dell 4600 
poweredge server.

When I try to kldload if_bge I get the following in /var/log/messages:
Sep  6 18:07:48 GE_SRM2_42 /kernel: bge0: Ethernet, ASIC r

ev. 0x7104> mem 0xfcf0-0xfcf0 irq 11 at device 6.0 on pci1
Sep  6 18:07:48 GE_SRM2_42 /kernel: bge0: Ethernet address: 
00:b0:d0:fe:89:da

Sep  6 18:07:51 GE_SRM2_42 /kernel: bge0: no memory for jumbo buffers!
Sep  6 18:07:51 GE_SRM2_42 /kernel: bge0: jumbo buffer allocation failed
Sep  6 18:07:51 GE_SRM2_42 /kernel: device_probe_and_attach: bge0 attach 
returned 6


Why am I getting this, and also if i try to ifconfig bge0 I get:
ifconfig: interface bge0 does not exist

Do I have to compile this device into the kernel?

Thanks very much.
Steve Clark

--

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)


"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)




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


Re: gmirror RAID-1: rebuilding freezes machine

2006-09-06 Thread Michael Butler

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Volker wrote:
| In single user mode, the machine does not freeze anymore while
| trying to rebuild the (any) container. But the rebuild process hangs
| forever at 0% without any noticeable disk activity.

I'm seeing this on one of my machines too :-(

gstat says it's reading from the source disk (in my case, da1s2) at the
rate of 90MB/s but nothing gets written to the out-of-sync mirror (da0s2),

Michael
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (FreeBSD)

iD8DBQFE/2ewQv9rrgRC1JIRAp9+AJ4w8PgNrCZQtldbZBdpkcMo7mPc2wCeI3P8
hISq1s6sIdltLWTQoAErdMc=
=B/Za
-END PGP SIGNATURE-
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Infra-red in FreeBSD... Remote control in XMMS... LIRC ??

2006-09-06 Thread Z.C.B.
On Tue, 27 Sep 2005 16:17:39 -0700 (PDT)
Joel Wood <[EMAIL PROTECTED]> wrote:

> I wrote a simple python program that interfaces directly
> with /dev/ugen0.1 to work with the usb rf ati remote wonder plus.
> Rather then interfacing through lircd, I just output stuff in the
> format that lircd uses so that programs like mplayer just work.
> 
> The format is something like:
> 
> hexcode repeat-count keybinding configfile
> 
> or:
> 
> '0040151f0a00 00 MUTE /home/jwood/remotewonderplus.conf\n'
> '0040151f0a00 01 MUTE /home/jwood/remotewonderplus.conf\n'
> '0040151f0a00 02 MUTE /home/jwood/remotewonderplus.conf\n'
> '0040151f0a00 03 MUTE /home/jwood/remotewonderplus.conf\n'
> 
> if I were to hold the mute key down.
> 
> If anyone would like the code, reply to me off list, as I am not on
> the list.
> 
> -Joel
> 
> On Tue, 27 Sep 2005, Oleg Korecky wrote:
> 
> > Did somebody use LIRC on the FreeBSD ? Or what you can recommend
> > instead LIRC ?
> > Thanks !


I came across one of those cheaply and picked it up, recently. I was
just getting ready to dig into what it takes to talk to it. Is your
script posted any where or can I get a copy of it?


signature.asc
Description: PGP signature


Re: Symbolic Links in /dev of a jail

2006-09-06 Thread Anish Mistry
On Wednesday 06 September 2006 18:57, Dewayne Geraghty wrote:
> Generally there is a barrier accessing files/directories that exist
> outside a jail.  The best way is to create a mount point
> (directory) in the jail, and mount_nullfs outside the jail.
> E.g in the jail, mkdir /fun
> Outside the jail, mount_nullfs /outside/jail/path/to/fun
> /insidejail/fun This will make the jail see the "external" file or
> directory.
Right, I'm not trying to access anything outside of the jail.  I've 
already exposed all of the required device nodes to the jail and it 
all works if I start iaxmodem and manually create the symlink from 
the host environment.  The resulting link when viewed from the jail 
still points to the jailed environment, which is fine since that's 
what I want.

> Good luck on getting asterisk and friends to work, that was too
> hard, so a "friend" gave me a pabx on a linux machine...I'd be
> interested if you're successful on Freebsd.
My setup works perfect outside of a jailed environment.  Asterisk 
works fine within the jail (eg. voicemail, menus, etc.), just not 
iaxmodem+hylafax due to the symlink issue.

-- 
Anish Mistry


pgp2KjNXmDaA8.pgp
Description: PGP signature


Re: gmirror RAID-1: rebuilding freezes machine

2006-09-06 Thread Volker
On 2006-09-07 00:17, Volker wrote:
> ...
> The only way out of this machine freeze is to startup into su-mode,
> deactivate/remove some gmirror providers and run in degraded mode
> all time.
> 
> The machine also does freeze in su-mode as soon as I'm manually
> trying to re-sync the mirror. So I think I've made sure it's really
> a gmirror problem.
> ...
> I'll now go on and rebuild kernel (already done) + world with
> freshly csup'ed sources, reboot and test once more if gmirror
> freezes again (will take an hour).

talking to myself... I hate that ;)

ok, I've now finished rebuilding world + kernel, installed
everything and tried again.

In single user mode, the machine does not freeze anymore while
trying to rebuild the (any) container. But the rebuild process hangs
forever at 0% without any noticeable disk activity.

When going into multiuser mode with an auto re-syncing provider, the
machine is hanging just right after the the message 'rebuilding
provider gm0sN'. But I was able to cancel this by CTRL+C and was
back into su mode again. I'll run in degraded mode for the next few
hours but I'm now quite sure there's an issue with gmirror.

What kind of debugging features may I turn on with gmirror to get a
verbose output of what gmirror does?

Greetings,

Volker


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


gmirror RAID-1: rebuilding freezes machine

2006-09-06 Thread Volker
Hi folks,

running at RELENG_6.

I've csup'ed and rebuild kernel + world on 2006-09-03 and again on
2006-09-05 because of some trouble (panics related to altq).

Because I've experienced some panics (well... not really me who does
panic), my gmirror RAID-1 is causing trouble since the kernel +
world build done at 2006-09-05. This issue hasn't been experienced
with my 2006-09-03 build.

Now the issue:

The system panics (not related to this problem). Because of the
panic, my gmirror RAID-1 is going out of sync. When the machine
comes up again, gmirror tries an automatic syncing of the mirror(s).
As soon as this is starting, the machine is blocking (keyboard input
is ok as long as I'm not going to do something disk-consuming).

`gmirror status' says it's rebuilding but in fact there's no disk
activity and the HDD LED is constantly ON. The only way out is
sometimes CTRL+ALT+DEL, sometimes I need to break to debugger and
hard-reset the system.

The only way out of this machine freeze is to startup into su-mode,
deactivate/remove some gmirror providers and run in degraded mode
all time.

The machine also does freeze in su-mode as soon as I'm manually
trying to re-sync the mirror. So I think I've made sure it's really
a gmirror problem.

I've seen there have been some cvs commits between 2006-09-03 and
2006-09-05. Are there any changes to take note of? Any configuration
changes which I should have done?

I'll now go on and rebuild kernel (already done) + world with
freshly csup'ed sources, reboot and test once more if gmirror
freezes again (will take an hour).

Running gmirror with four slices (gm0s1: ad4s1, ad6s1; gm0s2: ad4s2,
ad6s2 etc.).

Greetings,

Volker

`gmirror list':
> Geom name: gm0s1
> State: DEGRADED
> Components: 2
> Balance: round-robin
> Slice: 4096
> Flags: NONE
> GenID: 0
> SyncID: 5
> ID: 1809089446
> Providers:
> 1. Name: mirror/gm0s1
>Mediasize: 9656445952 (9.0G)
>Sectorsize: 512
>Mode: r5w5e5
> Consumers:
> 1. Name: ad4s1
>Mediasize: 9656446464 (9.0G)
>Sectorsize: 512
>Mode: r1w1e1
>State: ACTIVE
>Priority: 0
>Flags: DIRTY
>GenID: 0
>SyncID: 5
>ID: 3309288876
> 
> Geom name: gm0s2
> State: COMPLETE
> Components: 1
> Balance: round-robin
> Slice: 4096
> Flags: NOAUTOSYNC
> GenID: 0
> SyncID: 2
> ID: 1504765676
> Providers:
> 1. Name: mirror/gm0s2
>Mediasize: 10733989888 (10G)
>Sectorsize: 512
>Mode: r5w5e6
> Consumers:
> 1. Name: ad4s2
>Mediasize: 10733990400 (10G)
>Sectorsize: 512
>Mode: r1w1e1
>State: ACTIVE
>Priority: 0
>Flags: DIRTY
>GenID: 0
>SyncID: 2
>ID: 2791311183
> 
> Geom name: gm0s3
> State: COMPLETE
> Components: 1
> Balance: round-robin
> Slice: 4096
> Flags: NOAUTOSYNC
> GenID: 0
> SyncID: 2
> ID: 2973128024
> Providers:
> 1. Name: mirror/gm0s3
>Mediasize: 28985886208 (27G)
>Sectorsize: 512
>Mode: r5w5e6
> Consumers:
> 1. Name: ad4s3
>Mediasize: 28985886720 (27G)
>Sectorsize: 512
>Mode: r1w1e1
>State: ACTIVE
>Priority: 0
>Flags: DIRTY
>GenID: 0
>SyncID: 2
>ID: 2358433002
> 
> Geom name: gm0s4
> State: COMPLETE
> Components: 1
> Balance: round-robin
> Slice: 4096
> Flags: NOAUTOSYNC
> GenID: 0
> SyncID: 1
> ID: 3151030525
> Providers:
> 1. Name: mirror/gm0s4
>Mediasize: 30647392768 (29G)
>Sectorsize: 512
>Mode: r1w1e2
> Consumers:
> 1. Name: ad4s4
>Mediasize: 30647393280 (29G)
>Sectorsize: 512
>Mode: r1w1e1
>State: ACTIVE
>Priority: 0
>Flags: NONE
>GenID: 0
>SyncID: 1
>ID: 2328062130
> 

`dmesg':
> Copyright (c) 1992-2006 The FreeBSD Project.
> Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
> The Regents of the University of California. All rights reserved.
> FreeBSD 6.1-STABLE #6: Tue Sep  5 01:34:11 CEST 2006
> [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLONA
> WARNING: debug.mpsafenet forced to 0 as i4b_ipr requires Giant
> WARNING: MPSAFE network stack disabled, expect reduced performance.
> ACPI APIC Table: 
> Timecounter "i8254" frequency 1193182 Hz quality 0
> CPU: AMD Sempron(tm) 2600+ (1832.75-MHz 686-class CPU)
>   Origin = "AuthenticAMD"  Id = 0x681  Stepping = 1
>   
> Features=0x383fbff OV,PAT,PSE36,MMX,FXSR,SSE>
>   AMD Features=0xc0480800
> real memory  = 536805376 (511 MB)
> avail memory = 515743744 (491 MB)
> ioapic0  irqs 0-23 on motherboard
> wlan: mac acl policy registered
> ath_hal: 0.9.17.2 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
> acpi0:  on motherboard
> acpi0: Power Button (fixed)
> Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
> acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
> cpu0:  on acpi0
> acpi_button0:  on acpi0
> pcib0:  port 0xcf8-0xcff on acpi0
> pci0:  on pcib0
> agp0:  mem 
> 0xe000-0
> xe3ff at device 0.0 on pci0
> pcib1:  at device 1.0 on pci0
> pci1:  on pcib1
> pci1:  at device 0.0 (no driver attached)
> ath0:  mem 0xdffe-0xdffe irq 18 at device 1

Re: Symbolic Links in /dev of a jail

2006-09-06 Thread Vivek Khera


On Sep 6, 2006, at 12:03 PM, Anish Mistry wrote:


able to do this is that iaxmodem needs to create a /dev/ttyIAX device
to point to the correct ttyp* device when it starts in the jail.

Any suggestions would be appreciated.


I don't think you can do that with devfs in a jail, and I don't see  
any sysctl tunable to allow it.  Also, the devfs runs in the host,  
not the jail environment, so it seems unlikely you'll find success  
here unless you alter the devfs config on host as you've discovered.




Re: Slow/locking UFS/VFS in 6.1?

2006-09-06 Thread Ivan Voras
Philip Murray wrote:

> When this happens it seems a lot of Apache processes get stuck in the
> UFS state (in top).

I've seen this when there's a huge directory involved, such as created
by a runaway web cache function, PHP sessions, or "PHP accelerator" that
creates a lot of small cache files. If so, you'll probably need to
delete that directory completely and make sure it doesn't happen again
(e.g. use a multi-stage directory tree instead of a big one).

You might have luck with increasing dirhash size (vfs.ufs.dirhash_maxmem).

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


Re: Ports Update: Failed to Generate INDEX

2006-09-06 Thread Kris Kennaway
On Wed, Sep 06, 2006 at 11:49:35AM -0400, Ron Tarrant wrote:
> Hi again, Kris,
> 
> Kris Kennaway wrote:
> >
> >No, that's fine.  You need to a) confirm you are really getting the
> >error you posted, b) if so, check why the file it mentions cannot be
> >read.
> >
> >
> >  
> So, I should re-run cvsup and portsdb using the same arguments as before:
> 
> cvsup -g -L 2 /root/ports-supfile
> 
> portsdb -Uu
> 
> Or am I missing misreading what you're saying?

Yes please.  Let's also move this to ports@ where it is not off-topic.

Kris


pgpdp6wfoR85A.pgp
Description: PGP signature


Re: i386/100160: [mfid] Perc5i: additional symptomatic info on virtual disk detection issue

2006-09-06 Thread Paul Saab

revision 1.11
date: 2006/06/20 22:41:44;  author: ps;  state: Exp;  lines: +77 -202
Instead of using scsi probes to do device discovery, use the firmware
commands to grab the device listing.  This resolves issues using
multiple volumes, where each volume was actually internally pointing
to target 0.


Bucky Jordan wrote:
In the meantime if anybody else is aware of another work around of fix 
for this, I appreciate hearing about it.  



I've got almost the same setup- 6.1 amd64 RELEASE, a 2950 with 6 drives
attached to the Perc5/I SAS Raid controller. Right now I've got the
whole thing configured as a RAID5x6 disks and it seems to be working
fine. 


I was able to also create smaller RAID sets (for example, a 4 disk
RAID10) without an issue, and I did not have to remove extra drives.

Someone (on -hardware I think) mentioned that the problem recognizing
multiple virtual volumes is addressed in 6-stable, but I have not had
the chance to try it out. I will post the results if/when I do.

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

  

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


Re: FAST_IPSEC + device padlock + device crypto + IKE broken?

2006-09-06 Thread Stephen Clark

Adrian Steinmann wrote:


On Wed, Sep 06, 2006 at 08:36:21AM +0200, Pawel Jakub Dawidek wrote:
 


On Wed, Sep 06, 2006 at 08:29:13AM +0200, Adrian Steinmann wrote:
   


In my kernel config, I have

   options FAST_IPSEC
   device padlock
   device crypto

 


...
 


Yet when I configure racoon from ipsec-tools, racoon2, or iked for
dynamic keying, I get a "PFKEYv2 UPDATE" (or similar) failure. When
I set net.inet.ipsec.crypto_support=0 these same dynamic ike key
configurations work, albeit without HW crypto accelleration.

Has anyone else observed this and know what the problem is?
 


Is this after my recent padlock(4) update in RELENG_6?
   


Both for RELENG_6_1 (new VIA C7 padlock support) and RELENG_6 (VIA C3)
show this behavior on respective VIA processors. It's as if FAST_IPSEC
can't register a new key session with crypto device...

If you can point me where to debug (in padlock_* files?) I'd be happy
to help.

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

 


I see the same problem with 6.1 without the changes from Pawel.

Steve

--

"They that give up essential liberty to obtain temporary safety, 
deserve neither liberty nor safety."  (Ben Franklin)


"The course of history shows that as a government grows, liberty 
decreases."  (Thomas Jefferson)




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


RE: i386/100160: [mfid] Perc5i: additional symptomatic info on virtual disk detection issue

2006-09-06 Thread Bucky Jordan
>In the meantime if anybody else is aware of another work around of fix 
>for this, I appreciate hearing about it.  

I've got almost the same setup- 6.1 amd64 RELEASE, a 2950 with 6 drives
attached to the Perc5/I SAS Raid controller. Right now I've got the
whole thing configured as a RAID5x6 disks and it seems to be working
fine. 

I was able to also create smaller RAID sets (for example, a 4 disk
RAID10) without an issue, and I did not have to remove extra drives.

Someone (on -hardware I think) mentioned that the problem recognizing
multiple virtual volumes is addressed in 6-stable, but I have not had
the chance to try it out. I will post the results if/when I do.

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


Re: my kernel spews out a lot of garbage to syslog (long /var/log/messages)

2006-09-06 Thread Gavin Atkinson
On Wed, 2006-09-06 at 15:47 +0200, Klaus Robert Suetterlin wrote:
> Hi,
> 
> I have FreeBSD6.1-p5 (PAE+SMP+COMPAT_LINUX+LINPROCFS) system running  
> that is producing a lot of guberish in /var/log/messages through  
> syslog (about 100-1000 bytes per second), I give example below.  Any  
> ideas on this are welcome, especially any hints on diagnostics...
> 
> The giberish started 11:30 local time and still (15:46) continues...
> 
> Here is some example giberish:
> 
> Sep  6 10:48:51 circe kernel: Trying to mount root from ufs:/dev/da0s1a
> Sep  6 11:02:30 circe su: krs to root on /dev/ttyp1
> Sep  6 11:30:19 circe kernel: NIIMNIM  II IS ISAISA SA  A  
> 302202,00,,  ,
> EE EIIEISSISAASA  Aff fff
> Sep  6 11:30:19 circe kernel:
> Sep  6 11:30:19 circe kernel: ff
> Sep  6 11:30:19 circe kernel:
> Sep  6 11:30:19 circe kernel: <<22>>f
> Sep  6 11:30:19 circe kernel:
> Sep  6 11:30:19 circe kernel: NMNINM MNIIMI  IISSIA AS I AS A32 00,2 , 
> 0 ,EE2 IIE
> S0SIA,AS   fAfEf fIf
> Sep  6 11:30:19 circe kernel:
> Sep  6 11:30:19 circe kernel: Sf
> Sep  6 11:30:19 circe kernel:
> Sep  6 11:30:19 circe kernel: <<22>>A
> Sep  6 11:30:19 circe kernel:
> Sep  6 11:30:19 circe kernel: ff
> Sep  6 11:30:20 circe kernel: I> NNIMSMIAIk  I eI3SSrA0An ,   
> eE33l00,I  ,
> SE tIASE ArfI fafSf

It's not exactly garbage, it's four copies of (almost) the same message
being printed at the same time.  What's happening is that you are
receiving an NMI, and all four processors are acting on it.  The default
handler simply prints out a message and ignores the interrupt.  I
believe the actual messages are multiple copies each of:

NMI ISA 30, EISA ff\n
NMI ISA 20, EISA ff\n

Also looks like there's the start of a "kernel trap" message in the
11:30:20 message.

As to what's causing it, it's hard to say, but given they have only just
started, the hardware is trying to tell you something.  My money is on
either overheating or failing RAM (Failed parity checks usually manifest
itself as an NMI, but looking at the code in /usr/src/sys/i386/isa/nmi.c
an attempt is made to try and detect them).  It may be worth trying to
find the rest of that "kernel trap" message.

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


Re: Ports Update: Failed to Generate INDEX

2006-09-06 Thread Ron Tarrant

Hi again, Kris,

Kris Kennaway wrote:


No, that's fine.  You need to a) confirm you are really getting the
error you posted, b) if so, check why the file it mentions cannot be
read.


  

So, I should re-run cvsup and portsdb using the same arguments as before:

cvsup -g -L 2 /root/ports-supfile

portsdb -Uu

Or am I missing misreading what you're saying?

-Ron T.

--
Ron Tarrant
Blog:http://www.writingup.com/blog/phpgtk2";>PHP-Gtk2

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


Re: i386/100160: [mfid] Perc5i: additional symptomatic info on virtual disk detection issue

2006-09-06 Thread Jeffrey Williams
I don't know if anyone specifically is working on this, but just tried 
to install FreeBSD 6.1 from CD on a Dell 2950 with the PERC 5/i SAS 
controller.


This server was originally configured with two hardware RAID virual 
disks, the first was RAID 1 with two 36GB drives, and the second was 
RAID 5 with three 72 GB drives.


Just like the original PR, the first was detected and identified in the 
the installer volume setup as both mfid0 and mfid1.


In order to try and work around the problem and just get the machine up 
and running, I tried deleting the RAID 1 virtual disk with the intention 
of installing everything to the RAID 5 virtual disk, however, with the 
first virtual disk removed, no drives where detected at all.


Next I will be trying removing the physical drives original used in the 
RAID 1 virtual disk, and re-initializing the RAID 5 array.  I will 
provide an update if successful.


In the meantime if anybody else is aware of another work around of fix 
for this, I appreciate hearing about it.  If a patch comes out soon, I 
will be happy to provide testing, but I have a small window as this 
server was being implemented as an emergency replacement for another server.


Thanks,
Jeffrey Williams
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Symbolic Links in /dev of a jail

2006-09-06 Thread Anish Mistry
Previously posted to -questions:
In my quest to get asterisk+iaxmodem+hylafax working together in a 
jail I've run into one final roadblock.  I can't seem to figure out 
how to create a symbolic link (ln -s doesn't work) in /dev in the 
jail environment while in the jailed environment.   When trying to 
create a link with ln I receive:
ln -s somedev targetdev
ln: targetdev: Operation not permitted
Adding a link entry to devfs.conf in the jail fails too since it 
receives the same error.  I can create a link in the jailed /dev from 
the host environment, so there seems to be some restriction on 
creating links in /dev while in the jail.  The reason I need to be 
able to do this is that iaxmodem needs to create a /dev/ttyIAX device 
to point to the correct ttyp* device when it starts in the jail.

Any suggestions would be appreciated.

Thanks,

-- 
Anish Mistry


pgph6S3sDeFPY.pgp
Description: PGP signature


Re: Snapshot duration, performance and how to avoid I/O lock

2006-09-06 Thread Kris Kennaway
On Wed, Sep 06, 2006 at 04:09:13PM +0200, Philippe Pegon wrote:
> Ulrich Sp?rlein wrote:
> >Hi,
> 
> Hi,
> 
> >I have to create regular snapshots of several volumes roughly 1.4TB in 
> >size (each). But using mksnap_ffs takes a lot of time (45 minutes) and
> >it looks like it could be speed up.
> [snip]
> >Another thing is blocking other disk I/O while snapshotting. Right now I 
> >did
> >a ls(1) in the .snap directory, so I understand the filesystem is now 
> >suspended.
> >The workaround would then be to "dont do that". But what if other 
> >snapshots are
> >accessed during that time? I want to provide yesterdays snapshot to our 
> >users
> >while taking the current snapshot and providing access to the newest data 
> >at the
> >same time.
> 
> I had seen that a long time ago (on another controller), and it seems it's
> not better today

It's part of the design of the present UFS snapshots, for better or
worse.  You can work around the problem a bit more by creating the
snapshot in a subdirectory another level down
(e.g. /usr/.snap/.snap/), since this will avoid blocking unless you
recurse into /usr/.snap itself.

Kris


pgpFkSB5Ki1JV.pgp
Description: PGP signature


Re: Ports Update: Failed to Generate INDEX

2006-09-06 Thread Kris Kennaway
On Wed, Sep 06, 2006 at 12:44:42AM -0400, Ron Tarrant wrote:
> Ricardo Nabinger Sanchez wrote:
> >
> >IIRC, you must have all the ports (ports-all in your config file) in order
> >to generate an INDEX, as it will fail otherwise.
> >
> >  
> Yeah, when I realized that I interrupted the cvsup command, edited 
> ports-supfile to change it to ports-all, then reran cvsup. Perhaps 
> interrupting it the first time is what caused the problem.

No, that's fine.  You need to a) confirm you are really getting the
error you posted, b) if so, check why the file it mentions cannot be
read.

Kris


pgpRryPBXVbaQ.pgp
Description: PGP signature


Re: Snapshot duration, performance and how to avoid I/O lock

2006-09-06 Thread Philippe Pegon

Ulrich Spörlein wrote:

Hi,


Hi,

I have to create regular snapshots of several volumes roughly 1.4TB in 
size (each). But using mksnap_ffs takes a lot of time (45 minutes) and

it looks like it could be speed up.

[snip]

Another thing is blocking other disk I/O while snapshotting. Right now I did
a ls(1) in the .snap directory, so I understand the filesystem is now suspended.
The workaround would then be to "dont do that". But what if other snapshots are
accessed during that time? I want to provide yesterdays snapshot to our users
while taking the current snapshot and providing access to the newest data at the
same time.


I had seen that a long time ago (on another controller), and it seems it's
not better today, our post from june 2005 without response at the end :

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=410600+0+archive/2005/freebsd-stable/20050612.freebsd-stable

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=463968+0+archive/2005/freebsd-stable/20050612.freebsd-stable

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


Re: FAST_IPSEC + device padlock + device crypto + IKE broken?

2006-09-06 Thread Adrian Steinmann
On Wed, Sep 06, 2006 at 08:36:21AM +0200, Pawel Jakub Dawidek wrote:
> On Wed, Sep 06, 2006 at 08:29:13AM +0200, Adrian Steinmann wrote:
> > In my kernel config, I have
> > 
> > options FAST_IPSEC
> > device padlock
> > device crypto
> > 
...
> > Yet when I configure racoon from ipsec-tools, racoon2, or iked for
> > dynamic keying, I get a "PFKEYv2 UPDATE" (or similar) failure. When
> > I set net.inet.ipsec.crypto_support=0 these same dynamic ike key
> > configurations work, albeit without HW crypto accelleration.
> > 
> > Has anyone else observed this and know what the problem is?
> 
> Is this after my recent padlock(4) update in RELENG_6?
Both for RELENG_6_1 (new VIA C7 padlock support) and RELENG_6 (VIA C3)
show this behavior on respective VIA processors. It's as if FAST_IPSEC
can't register a new key session with crypto device...

If you can point me where to debug (in padlock_* files?) I'd be happy
to help.

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


my kernel spews out a lot of garbage to syslog (long /var/log/messages)

2006-09-06 Thread Klaus Robert Suetterlin

Hi,

I have FreeBSD6.1-p5 (PAE+SMP+COMPAT_LINUX+LINPROCFS) system running  
that is producing a lot of guberish in /var/log/messages through  
syslog (about 100-1000 bytes per second), I give example below.  Any  
ideas on this are welcome, especially any hints on diagnostics...


The giberish started 11:30 local time and still (15:46) continues...

Here is some example giberish:

Sep  6 10:48:51 circe kernel: Trying to mount root from ufs:/dev/da0s1a
Sep  6 11:02:30 circe su: krs to root on /dev/ttyp1
Sep  6 11:30:19 circe kernel: NIIMNIM  II IS ISAISA SA  A  
302202,00,,  ,

EE EIIEISSISAASA  Aff fff
Sep  6 11:30:19 circe kernel:
Sep  6 11:30:19 circe kernel: ff
Sep  6 11:30:19 circe kernel:
Sep  6 11:30:19 circe kernel: <<22>>f
Sep  6 11:30:19 circe kernel:
Sep  6 11:30:19 circe kernel: NMNINM MNIIMI  IISSIA AS I AS A32 00,2 , 
0 ,EE2 IIE

S0SIA,AS   fAfEf fIf
Sep  6 11:30:19 circe kernel:
Sep  6 11:30:19 circe kernel: Sf
Sep  6 11:30:19 circe kernel:
Sep  6 11:30:19 circe kernel: <<22>>A
Sep  6 11:30:19 circe kernel:
Sep  6 11:30:19 circe kernel: ff
Sep  6 11:30:20 circe kernel: I> NNIMSMIAIk  I eI3SSrA0An ,   
eE33l00,I  ,

SE tIASE ArfI fafSf

And here the full bootup (dmesg) stuff:

Sep  6 10:48:51 circe syslogd: kernel boot file is /boot/kernel/kernel
Sep  6 10:48:51 circe kernel: Copyright (c) 1992-2006 The FreeBSD  
Project.
Sep  6 10:48:51 circe kernel: Copyright (c) 1979, 1980, 1983, 1986,  
1988, 1989,

1991, 1992, 1993, 1994
Sep  6 10:48:51 circe kernel: The Regents of the University of  
California. All r

ights reserved.
Sep  6 10:48:51 circe kernel: FreeBSD 6.1-RELEASE-p5 #0: Wed Sep  6  
10:39:40 CES

T 2006
Sep  6 10:48:51 circe kernel: [EMAIL PROTECTED]:/usr/obj/ 
usr/src/sys

/CIRCE
Sep  6 10:48:51 circe kernel: acpi_alloc_wakeup_handler: can't alloc  
wake memory

Sep  6 10:48:51 circe kernel: ACPI APIC Table: 
Sep  6 10:48:51 circe kernel: Timecounter "i8254" frequency 1193182  
Hz quality 0
Sep  6 10:48:51 circe kernel: CPU: Intel Pentium III Xeon (697.68-MHz  
686-class

CPU)
Sep  6 10:48:51 circe kernel: Origin = "GenuineIntel"  Id = 0x6a1   
Stepping = 1
Sep  6 10:48:51 circe kernel:  
Features=0x387fbff
CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,PN,MMX,FXSR,SSE>
Sep  6 10:48:51 circe kernel: real memory  = 17112760320 (16320 MB)
Sep  6 10:48:51 circe kernel: avail memory = 16698773504 (15925 MB)
Sep  6 10:48:51 circe kernel: FreeBSD/SMP: Multiprocessor System  
Detected: 4 CPU

s
Sep  6 10:48:51 circe kernel: cpu0 (BSP): APIC ID:  3
Sep  6 10:48:51 circe kernel: cpu1 (AP): APIC ID:  0
Sep  6 10:48:51 circe kernel: cpu2 (AP): APIC ID:  1
Sep  6 10:48:51 circe kernel: cpu3 (AP): APIC ID:  2
Sep  6 10:48:51 circe kernel: MADT: Forcing active-low polarity and  
level trigge

r for SCI
Sep  6 10:48:51 circe kernel: ioapic0  irqs 0-15 on  
motherboard
Sep  6 10:48:51 circe kernel: ioapic1  irqs 16-31 on  
motherboard

Sep  6 10:48:51 circe kernel: kbd1 at kbdmux0
Sep  6 10:48:51 circe kernel: acpi0:  on motherboard
Sep  6 10:48:51 circe kernel: acpi0: Power Button (fixed)
Sep  6 10:48:51 circe kernel: acpi0: Sleep Button (fixed)
Sep  6 10:48:51 circe kernel: Timecounter "ACPI-safe" frequency  
3579545 Hz quali

ty 1000
Sep  6 10:48:51 circe kernel: acpi_timer0: <32-bit timer at  
3.579545MHz> port 0x

508-0x50b on acpi0
Sep  6 10:48:51 circe kernel: cpu0:  on acpi0
Sep  6 10:48:51 circe kernel: cpu1:  on acpi0
Sep  6 10:48:51 circe kernel: cpu2:  on acpi0
Sep  6 10:48:51 circe kernel: cpu3:  on acpi0
Sep  6 10:48:51 circe kernel: pcib0:  port  
0xcf8-0xcff on

acpi0
Sep  6 10:48:51 circe kernel: pci0:  on pcib0
Sep  6 10:48:51 circe kernel: fxp0:   
port 0x1400-0
x143f mem 0xfc10-0xfc100fff,0xfc00-0xfc0f irq 31 at  
device 4.0 on pc

i0
Sep  6 10:48:51 circe kernel: miibus0:  on fxp0
Sep  6 10:48:51 circe kernel: inphy0:   
on miibus0
Sep  6 10:48:51 circe kernel: inphy0:  10baseT, 10baseT-FDX,  
100baseTX, 100baseT

X-FDX, auto
Sep  6 10:48:51 circe kernel: fxp0: Ethernet address: 00:d0:b7:a8:8d:33
Sep  6 10:48:51 circe kernel: pci0:  at device 12.0 (no  
driver att

ached)
Sep  6 10:48:51 circe kernel: isab0:  port  
0x580-0x58f at device

15.0 on pci0
Sep  6 10:48:51 circe kernel: isa0:  on isab0
Sep  6 10:48:51 circe kernel: atapci0: controller> por
t 0x1f0-0x1f7,0x3f6,0x1458-0x145f,0x1450-0x1453,0x1440-0x144f at  
device 15.1 on

pci0
Sep  6 10:48:51 circe kernel: ata0:  on atapci0
Sep  6 10:48:51 circe kernel: ata2:  on atapci0
Sep  6 10:48:51 circe kernel: pci0:  at device 15.2  
(no driver

attached)
Sep  6 10:48:51 circe kernel: pcib1:  on acpi0
Sep  6 10:48:51 circe kernel: pci1:  on pcib1
Sep  6 10:48:51 circe kernel: pci1: controller> a

t device 5.0 (no driver attached)
Sep  6 10:48:51 circe kernel: pcib2:  on acpi0
Sep  6 10:48:51 circe kernel: pci2:  on pcib2
Sep  6 10:48:51 circe kernel: pci2: controller> a

t device 7.0 (no driver attached)
Sep  6 10:48:51 circe kernel: iir0:  mem  
0xfcc0-0

xfcc03fff irq 17 at device 13.0 on pci2
Sep  6 10:48:51 circe

Snapshot duration, performance and how to avoid I/O lock

2006-09-06 Thread Ulrich Spörlein
Hi,

I have to create regular snapshots of several volumes roughly 1.4TB in 
size (each). But using mksnap_ffs takes a lot of time (45 minutes) and
it looks like it could be speed up.

iostat reports some 2MB/s of I/O

  tty da0  da1  sa0 
cpu
 tin tout  KB/t tps  MB/s   KB/t tps  MB/s   KB/t tps  MB/s  us ni sy in id
   0   77 16.00 120  1.87   0.00   0  0.00   0.00   0  0.00   0  0  8  4 89
   0  231 16.00 131  2.04   0.00   0  0.00   0.00   0  0.00   0  0  6  2 91
   0   77 16.00 127  1.98   0.00   0  0.00   0.00   0  0.00   0  0  5  3 92
   0  204 16.00 123  1.92   0.00   0  0.00   0.00   0  0.00   0  0  6  3 91
   0   77 16.00 128  2.00   0.00   0  0.00   0.00   0  0.00   0  0  6  3 91

gstat reports
dT: 0.501s  w: 0.500s
 L(q)  ops/sr/s   kBps   ms/rw/s   kBps   ms/w   %busy Name
1126 84   1341   11.8 426712.7   99.7| da0

The filesystem under snapshotting was *empty*, and right now is at

Filesystem  1K-blocks Used  Avail Capacity  Mounted on
/dev/da0s2d 1376038286  815092 1265140132 0%/export/vol1

How come, a snapshot of an empty file system takes more than 800MB? Aren't the
blocks copy-on-write?

Why is the disk 100% busy while only a mere 2MB/s are pushed? This is on a
3ware device driver for 9000 series storage controllers, version: 3.60.02.012
twa0: <3ware 9000 series Storage Controller> port 0x3000-0x303f mem 
0xdc00-0xddff,0xd830-0xd8300fff irq 48 at device 1.0 on pci3
twa0: [FAST]
twa0: INFO: (0x15: 0x1300): Controller details:: Model 9550SX-8LP, 8 ports, 
Firmware FE9X 3.04.00.005, BIOS BE9X 3.04.00.002

with a RAID5 over 7 SATA disks.

da0 at twa0 bus 0 target 0 lun 0
da0:  Fixed Direct Access SCSI-3 device 
da0: 100.000MB/s transfers
da0: 1430448MB (2929557504 512 byte sectors: 255H 63S/T 182356C)

Another thing is blocking other disk I/O while snapshotting. Right now I did
a ls(1) in the .snap directory, so I understand the filesystem is now suspended.
The workaround would then be to "dont do that". But what if other snapshots are
accessed during that time? I want to provide yesterdays snapshot to our users
while taking the current snapshot and providing access to the newest data at the
same time.

Cheers
Ulrich Spoerlein
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: LSI/amr driver controller cache problem?

2006-09-06 Thread Patrick M. Hausen
Hi all!

On Tue, Sep 05, 2006 at 12:06:00PM +0200, I wrote:

> Thanks to the guys keeping the amr driver up-to-date. The Linux
> "megamgr" utility works just fine. If I find the time, I'll make
> a port.

Done:

http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/102917

HTH,

Patrick M. Hausen
Leiter Netzwerke und Sicherheit
-- 
punkt.de GmbH Internet - Dienstleistungen - Beratung
Vorholzstr. 25Tel. 0721 9109 -0 Fax: -100
76137 Karlsruhe   http://punkt.de
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Problems with auditd

2006-09-06 Thread Joerg Pernfuss
On Wed, 6 Sep 2006 09:37:23 +0200
"Cristiano Deana" <[EMAIL PROTECTED]> wrote:

> Hi,
> 
> i updated my system to -STABLE (FreeBSD mobile.deana.it 6.1-STABLE
> FreeBSD 6.1-STABLE #10: Wed Sep  6 08:20:43 CEST 2006) and followed
> instructions at
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit.html
> 
> but when i tried to start auditd i got:
> 
> [...]
> 
> files in /etc/security has not been modified.
> 
> where i'm wrong?

I reported the same issue to the [EMAIL PROTECTED] yesterday.

http://docs.freebsd.org/cgi/getmsg.cgi?fetch=0+0+current/freebsd-audit and
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=6967+0+current/freebsd-audit

A full ktrace is linked in the second mail (if someone prefers truss,
I have a trace with truss also).

Regards,
Jörg
-- 
| /"\   ASCII ribbon   |  GnuPG Key ID | e86d b753 3deb e749 6c3a |
| \ / campaign against |0xbbcaad24 | 5706 1f7d 6cfd bbca ad24 |
|  XHTML in email  |.the next sentence is true.   |
| / \ and news | .the previous sentence was a lie.|


signature.asc
Description: PGP signature
!DSPAM:44fe928d944981045827524!___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

powerd. Info request

2006-09-06 Thread Cristiano Deana

Hi,

i got a strange behaviour with powerd:

# powerd -v
idle time > 90%, decreasing clock speed from 2000 MHz to 1750 MHz
idle time > 90%, decreasing clock speed from 1750 MHz to 1500 MHz
idle time > 90%, decreasing clock speed from 1500 MHz to 1250 MHz
idle time > 90%, decreasing clock speed from 1250 MHz to 1200 MHz
powerd: error setting CPU frequency 1200: Device not configured
idle time > 90%, decreasing clock speed from 1250 MHz to 1200 MHz
powerd: error setting CPU frequency 1200: Device not configured

and so on..

what does it mean?

# sysctl dev.cpu.0.freq_levels
dev.cpu.0.freq_levels: 2000/22000 1750/19250 1500/16500 1250/13750
1200/9800 1050/8575 900/7350 750/6125 600/4900 450/3675

attached there's my dmesg

thanks


--
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/


dmesg.boot
Description: Binary data
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Problems with auditd

2006-09-06 Thread Cristiano Deana

Hi,

i updated my system to -STABLE (FreeBSD mobile.deana.it 6.1-STABLE
FreeBSD 6.1-STABLE #10: Wed Sep  6 08:20:43 CEST 2006) and followed
instructions at
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/audit.html

but when i tried to start auditd i got:

# grep auditd /etc/rc.conf
auditd_enable="YES"
# /etc/rc.d/auditd start
Starting auditd.
# tail -6 /var/log/messages
Sep  6 09:34:29 mobile auditd[3867]: auditctl failed setting log file!
: Invalid argument
Sep  6 09:34:29 mobile auditd[3867]: Log directories exhausted
Sep  6 09:34:29 mobile auditd[3867]: Could not swap audit file
Sep  6 09:34:29 mobile auditd[3867]: Error reading control file
Sep  6 09:34:29 mobile cris: audit warning: getacdir /var/audit
Sep  6 09:34:29 mobile cris: audit warning: nostart

files in /etc/security has not been modified.

where i'm wrong?

thanks in advance.

--
Cris, member of G.U.F.I
Italian FreeBSD User Group
http://www.gufi.org/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"