Resetting network configuration is the only way

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
dd if=/dev/da7p1 of=/dev/da9p1
 

tfran1990

Patron
Joined
Oct 18, 2017
Messages
294
will the gui update used % and size or will it always 35G?

Code:
root@freenas:~ # gpart show /dev/da9
=>       40  234441568  da9  GPT  (112G)
         40     532480    1  efi  (260M)
     532520  233909088    2  freebsd-zfs  (112G)
 
Last edited:

Patrick M. Hausen

Hall of Famer
Joined
Nov 25, 2013
Messages
7,776
You need to perform the additional steps in my follow-up post. `gpart resize ...` and the like.

BTW: please don't post images of screen shots but copy & paste the text into a code block, instead. Images cannot be searched, to name one problem with them.
 

tfran1990

Patron
Joined
Oct 18, 2017
Messages
294
BTW: please don't post images of screen shots but copy & paste the text into a code block, instead. Images cannot be searched, to name one problem with them
good point, this thread would be helpful to many others im sure.

i see where i missed the step.
 

tfran1990

Patron
Joined
Oct 18, 2017
Messages
294
Even after i switch from using the 2 usb drives to a single ssd, i still can not boot into 11.3U1 having the same problem.
if i look at
Code:
less /var/log/messages


i can see what i was looking at when i was watching a connected monitor
Code:
May 12 02:57:37 freenas syslog-ng[4103]: syslog-ng shutting down; version='3.20.1'
May 12 02:57:37 freenas ntpd[4597]: ntpd exiting on signal 15 (Terminated)
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 07:57:37 freenas /middlewared[240]: dnssd_clientstub DNSServiceProcessResult called with DNSServiceRef with no ProcessReply function
May 12 03:57:50 freenas syslog-ng[4235]: syslog-ng starting up; version='3.20.1'


i noticed it was also saying
Code:
failed to run middleware call. daemon not running?
syncing multipaths...
failed to run middleware call. daemon not running?
failed to run middleware call. daemon not running?
failed to run middleware call. daemon not running?
failed to run middleware call. daemon not running?
starting zfsd.
configuring vt: blanktime.
starting cron.
failed to run middleware call. daemon not running?
 

tfran1990

Patron
Joined
Oct 18, 2017
Messages
294
my problem was related to using the usb 3.0 sticks and the port i was using.
i changed how i boot to freenas going from 2 usb 3.0 sticks(Patriot) to a single ssd.
next thing i figured out was that plugging the sata adapter into a USB3.0 port on the back(by the I/O shield) would not work. i would get
Code:
middleware loading pludgins [2/32]
and it would hang for a log time.

What worked for me was to connect my adapter to an onboard USB2.0 header on my MOBO.
 
Top