<div dir="ltr">That looks like a network problem of some sort.  Maybe you are behind a firewall that is blocking the git operation?<div><br></div><div>-Matt</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 22, 2017 at 6:39 AM, Antonio Olivares <span dir="ltr"><<a href="mailto:olivares14031@gmail.com" target="_blank">olivares14031@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Wed, Aug 16, 2017 at 10:20 PM, Sepherosa Ziehau <<a href="mailto:sepherosa@gmail.com">sepherosa@gmail.com</a>> wrote:<br>
> Checkout the source code in /usr/src<br>
><br>
> cd /usr/src<br>
> make -j `sysctl -n hw.ncpu` buildworld && make -j `sysctl -n hw.ncpu`<br>
> buildkernel<br>
> make installkernel<br>
> shutdown -r now<br>
><br>
> # after reboot<br>
> cd /usr/src<br>
> make installworld<br>
> make upgrade<br>
> reboot<br>
><br>
> # after reboot<br>
> pkg update<br>
> pkg upgrade -y # or pkg upgrade -fy<br>
><br>
> Thanks,<br>
> sephe<br>
><br>
><br>
> On Thu, Aug 17, 2017 at 11:11 AM, Antonio Olivares<br>
> <<a href="mailto:olivares14031@gmail.com">olivares14031@gmail.com</a>> wrote:<br>
>> Dear kind DragonflyBSD users,<br>
>><br>
>> I have a machine running 4.8.0 in a small 74.? GB hard drive with hammer.  I<br>
>> ignored some warnings that installing to small hard drives could jeopardize<br>
>> some operations.  In light of avoiding problems, how can I check if it is<br>
>> recommended to run<br>
>> #make ...<br>
>> I.e, the commands needed to upgrade system.<br>
>> Or it would be preferred to pop in another disk and install from 4.8.1<br>
>> installation media.?<br>
>><br>
>> Thanks for advice provided.  I have not updated the machine since last days<br>
>> of may of this year.  Now I have to get back to work and I would like to be<br>
>> caught up with new release and new packages.<br>
>><br>
>> Best Regards,<br>
>><br>
>><br>
>> Antonio<br>
><br>
><br>
><br>
> --<br>
> Tomorrow Will Never Die<br>
<br>
</div></div>I got a chance to try to update one of my machines, and I am running<br>
into a problem.  I believe that somehow someone is blocking access<br>
firewall??<br>
<br>
see below:<br>
<br>
eightcoreF104# ls<br>
COPYRIGHT       etc             root<br>
bin             home            sbin<br>
boot            lib             sys<br>
build           libexec         tmp<br>
compat          mnt             usr<br>
dev             opt             var<br>
entropy         proc<br>
eightcoreF104# cd /usr/<br>
eightcoreF104# ls<br>
Makefile        include         obj<br>
bin             lib             sbin<br>
distfiles       libdata         share<br>
dports          libexec<br>
games           local<br>
eightcoreF104# cd src<br>
src: No such file or directory.<br>
eightcoreF104# make src-create<br>
If problems occur you may have to rm -rf src and try again.<br>
<br>
Initialized empty Git repository in /usr/src/.git/<br>
cd /usr/src && git fetch origin<br>
fatal: read error: Connection reset by peer<br>
*** Error code 128<br>
<br>
Stop.<br>
make: stopped in /usr<br>
eightcoreF104# rm -rf src<br>
recursively remove src? y<br>
eightcoreF104# make src-create<br>
If problems occur you may have to rm -rf src and try again.<br>
<br>
Initialized empty Git repository in /usr/src/.git/<br>
cd /usr/src && git fetch origin<br>
fatal: read error: Connection reset by peer<br>
*** Error code 128<br>
<br>
Stop.<br>
make: stopped in /usr<br>
eightcoreF104# git clone git://<a href="http://git.dragonflybsd.org/dragonfly.git" rel="noreferrer" target="_blank">git.dragonflybsd.org/<wbr>dragonfly.git</a> dragonfl<br>
Cloning into 'dragonfl'...<br>
fatal: read error: Connection reset by peer<br>
eightcoreF104# git clone git://<a href="http://git.dragonflybsd.org/dragonfly.git" rel="noreferrer" target="_blank">git.dragonflybsd.org/<wbr>dragonfly.git</a> dragonfly<br>
Cloning into 'dragonfly'...<br>
fatal: read error: Connection reset by peer<br>
eightcoreF104# ifconfig -a<br>
re0: flags=8843<UP,BROADCAST,<wbr>RUNNING,SIMPLEX,MULTICAST> mtu 1500<br>
        options=1b<RXCSUM,TXCSUM,VLAN_<wbr>MTU,VLAN_HWTAGGING><br>
        inet6 fe80::beee:7bff:fe5a:718a%re0 prefixlen 64 scopeid 0x1<br>
        inet 10.155.142.84 netmask 0xffffff00 broadcast 10.155.142.255<br>
        ether bc:ee:7b:5a:71:8a<br>
        media: Ethernet autoselect (1000baseT <full-duplex>)<br>
        status: active<br>
lo0: flags=8049<UP,LOOPBACK,<wbr>RUNNING,MULTICAST> mtu 16384<br>
        options=43<RXCSUM,TXCSUM,RSS><br>
        inet 127.0.0.1 netmask 0xff000000<br>
        inet6 ::1 prefixlen 128<br>
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x2<br>
ppp0: flags=8010<POINTOPOINT,<wbr>MULTICAST> mtu 1500<br>
sl0: flags=c010<POINTOPOINT,LINK2,<wbr>MULTICAST> mtu 552<br>
faith0: flags=8002<BROADCAST,<wbr>MULTICAST> mtu 1500<br>
eightcoreF104#<br>
eightcoreF104# uname -a<br>
DragonFly eightcoreF104 4.8-RELEASE DragonFly v4.8.0-RELEASE #4: Sun<br>
Mar 26 20:55:22 EDT 2017<br>
root@www.shiningsilence.com:/<wbr>usr/obj/home/justin/release/4_<wbr>8/sys/X86_64_GENERIC<br>
 x86_64<br>
eightcoreF104#<br>
<br>
I have 4.8.1 on a dvd, but I wanted to use src :(<br>
I will have to wait to see what is going on.<br>
<br>
Best Regards && Thanks for helping<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
Antonio<br>
</font></span></blockquote></div><br></div>