Advertisement
djsmiley2k

Where is the missing dir?!

Nov 30th, 2014
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.68 KB | None | 0 0
  1. server src # mkdir ./linux-raspi
  2. server src # ls
  3. linux-3.12.29+-rpi-20141004  linux-3.17.3-gentoo  linux-3.17.4-gentoo  linux-raspi
  4. server src # git clone --depth 1 git://github.com/raspberrypi/linux.git ./linux-raspi/
  5. Cloning into './linux-raspi'...
  6. remote: Counting objects: 47566, done.
  7. remote: Compressing objects: 100% (45424/45424), done.
  8. remote: Total 47566 (delta 3802), reused 16135 (delta 1565)
  9. Receiving objects: 100% (47566/47566), 132.09 MiB | 3.52 MiB/s, done.
  10. /var/tmp/portage/app-emulation/qemu-2.1.0-r1/work/qemu-2.1.0/tcg/tcg.c:1683: tcg fatal error
  11. ^C
  12. server src #
  13. server src # ls
  14. linux-3.12.29+-rpi-20141004  linux-3.17.3-gentoo  linux-3.17.4-gentoo
  15. server src #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement