Re: suspend/resume regression

2015-06-30 Thread Kevin Oberman
On Tue, Jun 30, 2015 at 8:45 AM, John Baldwin wrote: > I'm traveling and AFK for a week or so more, but I did test this MFC > including suspend/resume with CardBus, etc. on a T440 before committing > it. It would be good to know if HEAD works for you. If it does then > there's likely another fi

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 10:48:56PM -0400, Chris Ross wrote: > > On Jun 30, 2015, at 22:36 , Glen Barber wrote: > > On Tue, Jun 30, 2015 at 10:27:21PM -0400, Chris Ross wrote: > >> > >> Yeah, this is the same panic you, I, and others have been seeing on > >> sparc64's > >> with bge's, or at lea

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Chris Ross
On Jun 30, 2015, at 22:36 , Glen Barber wrote: > On Tue, Jun 30, 2015 at 10:27:21PM -0400, Chris Ross wrote: >> >> Yeah, this is the same panic you, I, and others have been seeing on >> sparc64's >> with bge's, or at least v240's (and one other IIRC) for many many months. >> Thanks >> for gr

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 10:27:21PM -0400, Chris Ross wrote: > > Yeah, this is the same panic you, I, and others have been seeing on > sparc64's > with bge's, or at least v240's (and one other IIRC) for many many months. > Thanks > for grabbing a core! > > When I was trying to search for a

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Chris Ross
Yeah, this is the same panic you, I, and others have been seeing on sparc64's with bge's, or at least v240's (and one other IIRC) for many many months. Thanks for grabbing a core! When I was trying to search for a commit that caused the change of behavior, I had difficultly doing it, but it

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 10:14:19PM -0400, Kurt Lidl wrote: > On 6/30/15 8:16 PM, Glen Barber wrote: > >On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: > >>>[-stable@ in CC since these are the first 10.2-PRERELEASE builds > >>>available since the code slush went into effect, which marks t

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Kurt Lidl
On 6/30/15 8:16 PM, Glen Barber wrote: On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: [-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch install

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Glen Barber
On Tue, Jun 30, 2015 at 08:14:07PM -0400, Kurt Lidl wrote: > >[-stable@ in CC since these are the first 10.2-PRERELEASE builds > >available since the code slush went into effect, which marks the start > >of the release cycle.] > > > >New FreeBSD development branch installation ISOs and virtual mach

Re: New FreeBSD snapshots available: stable/10 (20150625 r284813)

2015-06-30 Thread Kurt Lidl
[-stable@ in CC since these are the first 10.2-PRERELEASE builds available since the code slush went into effect, which marks the start of the release cycle.] New FreeBSD development branch installation ISOs and virtual machine disk images have been uploaded to the FTP mirrors. As with any devel

Re: Sharing NTFS via NFS

2015-06-30 Thread Rick Macklem
Sergey Matveychuk wrote: > 01.07.2015 1:26, Rick Macklem wrote: > > Sergey Matveychuk wrote: > >> Hi. > >> > >> For some reason I need to share USB disk with NTFS via NFS. I use > >> fusefs-ntfs to mount the USB disk. But can't export it. I've got this > >> message from mountd(8): > >> mountd[85534

Re: Sharing NTFS via NFS

2015-06-30 Thread Sergey Matveychuk
01.07.2015 1:26, Rick Macklem wrote: Sergey Matveychuk wrote: Hi. For some reason I need to share USB disk with NTFS via NFS. I use fusefs-ntfs to mount the USB disk. But can't export it. I've got this message from mountd(8): mountd[85534]: can't export /mnt After googling I found out Linux ca

Re: Sharing NTFS via NFS

2015-06-30 Thread Rick Macklem
Sergey Matveychuk wrote: > Hi. > > For some reason I need to share USB disk with NTFS via NFS. I use > fusefs-ntfs to mount the USB disk. But can't export it. I've got this > message from mountd(8): > mountd[85534]: can't export /mnt > > After googling I found out Linux can export Ntfs-3g with op

Sharing NTFS via NFS

2015-06-30 Thread Sergey Matveychuk
Hi. For some reason I need to share USB disk with NTFS via NFS. I use fusefs-ntfs to mount the USB disk. But can't export it. I've got this message from mountd(8): mountd[85534]: can't export /mnt After googling I found out Linux can export Ntfs-3g with option no_root_squash: http://ubuntufo

Re: Bug 201072

2015-06-30 Thread Kimmo Paasiala
On Tue, Jun 30, 2015 at 8:02 PM, Kubilay Kocak wrote: > On 29/06/2015 8:18 PM, Kimmo Paasiala wrote: >> It looks like the atf directories were removed from /etc/mtree/* in: >> >> https://svnweb.freebsd.org/base?view=revision&revision=260024 >> >> They were later put back in this commit: >> >> http

Re: Bug 201072

2015-06-30 Thread Kubilay Kocak
On 29/06/2015 8:18 PM, Kimmo Paasiala wrote: > It looks like the atf directories were removed from /etc/mtree/* in: > > https://svnweb.freebsd.org/base?view=revision&revision=260024 > > They were later put back in this commit: > > https://svnweb.freebsd.org/base?view=revision&revision=277457 >

Re: suspend/resume regression

2015-06-30 Thread John Baldwin
I'm traveling and AFK for a week or so more, but I did test this MFC including suspend/resume with CardBus, etc. on a T440 before committing it. It would be good to know if HEAD works for you. If it does then there's likely another fix from HEAD that you need merged. -- John Baldwin > On Ju