FreeBSD-EN-15:06.file

2015-06-29 Thread Robert Ames
Trying to get caught up on some of the recent Errata Notices and I'm
having problems with FreeBSD-EN-15:06.file on 9.3-RELEASE.

# cd /usr/src
# patch < /tmp/file-9.3.patch

After successfully applying hundreds of patches, it eventually
fails with


Hmm...  The next patch looks like a unified diff to me...
The text leading up to this was:
--
|Index: contrib/file/magic/Magdir/games
|===
|--- contrib/file/magic/Magdir/games    (revision 0)
|+++ contrib/file/magic/Magdir/games    (working copy)
--
patch:  games is not a normal file--can't patch


Does anyone have any suggestions?

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


Re: RealTek 8179CE

2015-06-29 Thread Ronald Klop
On Mon, 29 Jun 2015 15:32:39 +0200, Gardner Bell   
wrote:



I've installed 10.1-RELEASE on a Toshiba Satellite but the on-board
wireless nics are not being picked up by any drivers. From the pciconf
utility it is showing as.

none2@pci0:2:0:0: class=0x028000 card=0x019110ec chip=0x817910ec rev=0x01
hdr=0x0
vendor = 'RealTek Semiconductor Ltd'
class = network




I don't know.
Googleing for the chip number gives me only somebody else asking the same  
question.

https://www.google.com/search?q=0x817910ec



none3@pci0:3:0:0: class=0x02000 card=0xfa401179 chip=0x10a01969 rev=0x10
hdr=0x0
vendor = 'Atheros Communications Inc'
class = network
subclass= ethernet



I guess this should be handled by the if_ath driver, but I don't know if  
it supports this specific chipset.
Googleing for the card and/or chip idea also gives more questions from  
people trying to make it work.


If anyone has an idea what driver these cards may fall under or how to  
have

these attach to a driver would be appreciated



I just bought an 'Intel Centrino Advanced 6235' which is only supported by  
if_iwn in 11-CURRENT and not in 10.

You might try to boot from a USB stick with a 11 image on it.
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/amd64/amd64/ISO-IMAGES/11.0/

Regards,
Ronald.
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


RealTek 8179CE

2015-06-29 Thread Gardner Bell
I've installed 10.1-RELEASE on a Toshiba Satellite but the on-board
wireless nics are not being picked up by any drivers. From the pciconf
utility it is showing as.

none2@pci0:2:0:0: class=0x028000 card=0x019110ec chip=0x817910ec rev=0x01
hdr=0x0
vendor = 'RealTek Semiconductor Ltd'
class = network

none3@pci0:3:0:0: class=0x02000 card=0xfa401179 chip=0x10a01969 rev=0x10
hdr=0x0
vendor = 'Atheros Communications Inc'
class = network
subclass= ethernet

If anyone has an idea what driver these cards may fall under or how to have
these attach to a driver would be appreciated

-- 
Gardner Bell
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: Bug 201072

2015-06-29 Thread Kimmo Paasiala
On Sun, Jun 28, 2015 at 5:50 AM, Alan Somers  wrote:
> I'm on vacation now.  But if nobody else helps you, ping me again on
> 8-July-2015 and I'll test and merge the patch.  One question, have you
> checked whether the issue exists on CURRENT?
>
> Thanks for your contribution.
>
> On Sat, Jun 27, 2015 at 4:15 AM, Kimmo Paasiala  wrote:
>> Hello,
>>
>> Could someone take a look at
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201072 ?
>>
>> The patch I've created fixes an issue on stable/10 with various atf
>> directories that are still created by /etc/mtree/* database but are
>> then deleted by 'make delete-old' later. The directories are clearly
>> redundant because the WITH/WITHOUT_ATF flags were removed in
>> https://svnweb.freebsd.org/base?view=revision&sortby=rev&sortdir=down&revision=r261236.
>>
>> -Kimmo



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

My patch is not valid apparently because it would break the tests
stuff again, I had no idea how complex the issue was...

-Kimmo
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: 10.1-RELEASE-p13 redownloads /usr/share/man/whatis

2015-06-29 Thread Marko Cupać
On Mon, 29 Jun 2015 10:45:45 +0200
Marko Cupać  wrote:

> On Mon, 29 Jun 2015 17:22:54 +1000
> Trevor Roydhouse  wrote:
> 
> > Worked for me:
> > 
> > root@centurion [/home/trev] $ freebsd-version -ku
> > 10.1-RELEASE-p10
> > 10.1-RELEASE-p13
> > root@centurion [/home/trev] $ freebsd-update fetch
> > Looking up update.FreeBSD.org mirrors... 5 mirrors found.
> > Fetching metadata signature for 10.1-RELEASE from 
> > update5.freebsd.org... done.
> > Fetching metadata index... done.
> > Inspecting system... done.
> > Preparing to download files... done.
> > 
> > No updates needed to update system to 10.1-RELEASE-p13.
> 
> This is strange.
> 
> Have you modified your freebsd-conf? Mine is default, except I have
> removed 'src' from components:
> 
> -Components src world kernel
> +Components world kernel

I did once again freebsd-update fetch and freebsd-update install and it
is solved now. Sorry for the fuss.
-- 
Marko Cupać
https://www.mimar.rs/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: 10.1-RELEASE-p13 redownloads /usr/share/man/whatis

2015-06-29 Thread Marko Cupać
On Mon, 29 Jun 2015 17:22:54 +1000
Trevor Roydhouse  wrote:

> Worked for me:
> 
> root@centurion [/home/trev] $ freebsd-version -ku
> 10.1-RELEASE-p10
> 10.1-RELEASE-p13
> root@centurion [/home/trev] $ freebsd-update fetch
> Looking up update.FreeBSD.org mirrors... 5 mirrors found.
> Fetching metadata signature for 10.1-RELEASE from 
> update5.freebsd.org... done.
> Fetching metadata index... done.
> Inspecting system... done.
> Preparing to download files... done.
> 
> No updates needed to update system to 10.1-RELEASE-p13.

This is strange.

Have you modified your freebsd-conf? Mine is default, except I have
removed 'src' from components:

-Components src world kernel
+Components world kernel
-- 
Marko Cupać
https://www.mimar.rs/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"

Re: 10.1-RELEASE-p13 redownloads /usr/share/man/whatis

2015-06-29 Thread Trevor Roydhouse

Marko Cupać wrote:

Hi,

My system is 10.1-RELEASE-p13, but freebsd-update still wants to
update /usr/share/man/whatis in order to get to -p13:

pacija@mysql2:~ % freebsd-version
10.1-RELEASE-p13

pacija@mysql2:~ % sudo freebsd-update fetch
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 10.1-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

The following files will be updated as part of updating to 10.1-RELEASE-p13:
/usr/share/man/whatis

Hope this gets fixed in -p14.


Worked for me:

root@centurion [/home/trev] $ freebsd-version -ku
10.1-RELEASE-p10
10.1-RELEASE-p13
root@centurion [/home/trev] $ freebsd-update fetch
Looking up update.FreeBSD.org mirrors... 5 mirrors found.
Fetching metadata signature for 10.1-RELEASE from 
update5.freebsd.org... done.

Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

No updates needed to update system to 10.1-RELEASE-p13.



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

10.1-RELEASE-p13 redownloads /usr/share/man/whatis

2015-06-29 Thread Marko Cupać
Hi,

My system is 10.1-RELEASE-p13, but freebsd-update still wants to
update /usr/share/man/whatis in order to get to -p13:

pacija@mysql2:~ % freebsd-version 
10.1-RELEASE-p13

pacija@mysql2:~ % sudo freebsd-update fetch
Looking up update.FreeBSD.org mirrors... none found.
Fetching metadata signature for 10.1-RELEASE from update.FreeBSD.org... done.
Fetching metadata index... done.
Inspecting system... done.
Preparing to download files... done.

The following files will be updated as part of updating to 10.1-RELEASE-p13:
/usr/share/man/whatis

Hope this gets fixed in -p14.
-- 
Marko Cupać
https://www.mimar.rs/
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"