Guest User

Untitled

a guest
Jun 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. apt-mirror: can't create /media/ubunturepro/mirror directory at /usr/bin/apt-mirror line 342 onto SMB-Share NAS
  2.  
  3. mkdir /media/ubunturepo/mirror
  4. chown -R $User /media/ubunturepo/
  5.  
  6. #apt-mirror configuration file
  7.  
  8. ############# config ##################
  9. #
  10. set base_path /media/ubunturepro
  11. #
  12. set mirror_path $base_path/mirror
  13. set skel_path $base_path/skel
  14. set var_path $base_path/var
  15. set cleanscript $var_path/clean.sh
  16. # set defaultarch <running host architecture>
  17. # set postmirror_script $var_path/postmirror.sh
  18. # set run_postmirror 0
  19. set limit_rate 250k
  20. set nthreads 20
  21. set _tilde 0
  22. #
  23. ############# end config ##############
  24.  
  25.  
  26. deb-i386 http://archive.ubuntu.com/ubuntu bionic main restricted universe multiverse
  27. deb-amd64 http://archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
Add Comment
Please, Sign In to add comment