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