Re: System fails to boot with zfs root on nvme mirror when not using full disks

2017-10-23 Thread Markus Wild
I have found the problem... I seem to be a victim of 
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221075

I wasn't able to get the system to boot just by using /dev/nvd0p3 and 
/dev/nvd1p3 (avoiding labels), but I
did succeed with a custom kernel as per the PR:

include GENERIC

ident NOMMC
nodevice mmc
nodevice mmcsd
nodevice sdhci


So, there is indeed a problem with that part...

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


Re: error instaling any ports

2017-10-23 Thread Denis Granato
Im with a 9.3 Release now (thanks Kurt)
but When I try to install a port, same error

root@avvio-fw:/usr/src # cd /usr/ports/net-mgmt/rancid3/
root@avvio-fw:/usr/ports/net-mgmt/rancid3 # make delete-old-libs
"/usr/ports/Mk/bsd.port.mk", line 1045: Unknown directive
Unknown modifier 't'

Variable .CURDIR is recursive.


Do I need to upgrade to 10?

att

On Thu, Oct 19, 2017 at 6:10 PM, Denis Granato 
wrote:

> Ok its worked
> Entered in single mode
> Make installworld
> Mergemaster -UiP
>  now server is alive in 9.3
>
> Tomorrow I check the ports
>
> On Oct 19, 2017 5:36 PM, "Kurt Jaeger"  wrote:
>
>> Hi!
>>
>> > ok, I will try this, becausa I did everthing, then I reboot, like this
>> steps
>> >
>> > svn checkout https://svn.freebsd.org/base/release/9.3.0/ .
>> > make buildworld
>> > make buildkernel
>> > make installkernel
>> > make installworld
>> >
>> > mergemaster -UiP
>> > shutdown -r now
>>
>> Yes, this works for small upgrades, most of the time. Sometimes
>> it fails.
>>
>> I was lazy when I listed it that way.
>>
>> The reboot should have been between installkernel and installworld.
>>
>> --
>> p...@opsec.eu+49 171 3101372 3 years
>> to go !
>>
>
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"


Re: error instaling any ports

2017-10-23 Thread Kurt Jaeger
Hi!

> Im with a 9.3 Release now (thanks Kurt)
> but When I try to install a port, same error
> 
> root@avvio-fw:/usr/src # cd /usr/ports/net-mgmt/rancid3/
> root@avvio-fw:/usr/ports/net-mgmt/rancid3 # make delete-old-libs
> "/usr/ports/Mk/bsd.port.mk", line 1045: Unknown directive
> Unknown modifier 't'
> 
> Variable .CURDIR is recursive.
> 
> 
> Do I need to upgrade to 10?

Yes, as 9.3 is no longer supported, too.

https://www.freebsd.org/security/security.html#sup

lists what is supported. But: You can update using
freebsd-update now. Try this:

freebsd-update -r 10.4-RELEASE upgrade
# Installation kernel
freebsd-update install
shutdown -r now
# installation some userspace
freebsd-update install
# pkg-update
freebsd-update install

-- 
p...@opsec.eu+49 171 3101372 3 years to go !
___
freebsd-stable@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"