LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
楼主: vacuumboby

请教源的设置!~ 己解决。有兴趣可以参考~!

[复制链接]
 楼主| 发表于 2009-10-22 14:38:03 | 显示全部楼层
Post by firefoxmmx;2038952
。。。。你把INCLUDE注释了。。。。它怎么知道你的[core] [extra] 是什么来自哪里 呢??
服了你了。


啊~!!那我回头把#加起来~!再试试。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-22 14:39:29 | 显示全部楼层
报告。。。加上#注释后问题依旧存在~!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-22 15:03:37 | 显示全部楼层
不知道如果上QQ进行远程。或是MSN远程。可不可以帮我解决这个问题~!
回复 支持 反对

使用道具 举报

发表于 2009-10-22 15:06:52 | 显示全部楼层
我发发我的文件,你自己对对,,我的pacman.conf文件
  1. #                                    
  2. # /etc/pacman.conf                    
  3. #                                    
  4. # See the pacman.conf(5) manpage for option and repository directives
  5. #
  6. # GENERAL OPTIONS
  7. #               
  8. [options]        
  9. # The following paths are commented out with their default values listed.
  10. # If you wish to use different paths, uncomment and update the paths.   
  11. #RootDir     = /                                                         
  12. #DBPath      = /var/lib/pacman/                                          
  13. #CacheDir    = /var/cache/pacman/pkg/                                    
  14. #LogFile     = /var/log/pacman.log                                       
  15. HoldPkg =  pacman glibc                                                  
  16. # If upgrades are available for these packages they will be asked for first
  17. SyncFirst   = pacman                                                      
  18. XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u                     
  19. #XferCommand = /usr/bin/curl %u > %o                                       
  20. #CleanMethod = KeepInstalled                                               
  21. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  22. #IgnorePkg = libdvdread                                                      
  23. #IgnoreGroup =                                                               
  24. #NoUpgrade   =
  25. #NoExtract   =
  26. # Misc options (all disabled by default)
  27. #NoPassiveFtp                           
  28. #UseSyslog                              
  29. ShowSize                                
  30. UseDelta                                
  31. TotalDownload                           
  32. #
  33. # REPOSITORIES
  34. #   - can be defined here or included from another file
  35. #   - pacman will search repositories in the order defined here
  36. #   - local/custom mirrors can be added here or in separate files
  37. #   - repositories listed first will take precedence when packages
  38. #     have identical names, regardless of version number         
  39. #   - URLs will have $repo replaced by the name of the current repo
  40. #                                                                  
  41. # Repository entries are of the format:                           
  42. #       [repo-name]                                                
  43. #       Server = ServerName                                       
  44. #       Include = IncludePath                                      
  45. #                                                                  
  46. # The header [repo-name] is crucial - it must be present and      
  47. # uncommented to enable the repo.                                 
  48. #                                                                  
  49. # Testing is disabled by default.  To enable, uncomment the following
  50. # two lines.  You can add preferred servers immediately after the header,
  51. # and they will be used before the default mirrors.                     
  52. #[testing]                                                               
  53. #Include = /etc/pacman.d/mirrorlist                                      
  54. [core]
  55. # Add your preferred servers here, they will be used first
  56. Include = /etc/pacman.d/mirrorlist
  57. [extra]
  58. # Add your preferred servers here, they will be used first
  59. Include = /etc/pacman.d/mirrorlist
  60. [community]
  61. # Add your preferred servers here, they will be used first
  62. Include = /etc/pacman.d/mirrorlist
  63. # An example of a custom package repository.  See the pacman manpage for
  64. # tips on creating your own repositories.
  65. #[custom]
  66. #Server = file:///home/custompkgs
  67. [kdemod-core]
  68. Server = http://chakra-project.org/repo/kdemod-core/x86_64/
  69. [kdemod-extragear]
  70. Server = http://chakra-project.org/repo/kdemod-extragear/x86_64/
  71. [kdemod-playground]
  72. Server = http://chakra-project.org/repo/kdemod-playground/x86_64/
复制代码
我的mirrorlist文件:
  1. #                                                                                                              
  2. # Arch Linux repository mirrorlist                                                                             
  3. #                                                                                                              
  4. #163                                                                                                           
  5. Server = http://mirrors.163.com/archlinux/$repo/os/x86_64                                                      
  6. # North America                                                                                                
  7. # - United States                                                                                             
  8. Server = ftp://ftp.archlinux.org/$repo/os/x86_64                                                               
  9. Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64                                             
  10. Server = http://archlinux.unixheads.org/$repo/os/x86_64                                                        
  11. Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64                          
  12. Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64                                                  
  13. Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64                                          
  14. Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64                              
  15. Server = http://archlinux.umflint.edu/mirrors/archlinux/$repo/os/x86_64                                       
  16. Server = http://mirror.neotuli.net/arch/$repo/os/x86_64                                                        
  17. Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64                                                      
  18. Server = http://mirror.umoss.org/archlinux/$repo/os/x86_64                                                     
  19. Server = http://schlunix.org/archlinux/$repo/os/x86_64                                                         
  20. Server = http://mirror.archlinux.com.ve/$repo/os/x86_64                                                        
  21. Server = http://mirrors.gigenet.com/archlinux/$repo/os/x86_64                                                  
  22. # - Canada                                                                                                     
  23. Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/x86_64                                            
  24. Server = ftp://mirrors.portafixe.com/archlinux/$repo/os/x86_64                                                
  25. # South America
  26. # - Brazil     
  27. Server = http://archlinux.c3sl.ufpr.br/$repo/os/x86_64
  28. Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/x86_64
  29. Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/x86_64
  30. # - Venezuela                                                     
  31. Server = http://mirror2.archlinux.com.ve/$repo/os/x86_64         
  32. # Europe
  33. # - Austria
  34. Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/x86_64
  35. # - Belgium                                                         
  36. Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/x86_64   
  37. # - Czech Republic                                                  
  38. Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/x86_64         
  39. # - Denmark                                                         
  40. Server = ftp://ftp.klid.dk/archlinux/$repo/os/x86_64               
  41. # - Estonia                                                         
  42. Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/x86_64         
  43. # - France                                                         
  44. Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/x86_64      
  45. Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/x86_64      
  46. Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/x86_64
  47. Server = http://mir.archlinux.fr/$repo/os/x86_64                                 
  48. Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/x86_64            
  49. Server = ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/x86_64            
  50. # - Germany                                                                     
  51. Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/x86_64        
  52. Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64                  
  53. Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/x86_64           
  54. Server = ftp://ftp.archlinuxppc.org/x86_64/$repo/os/x86_64                       
  55. Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/x86_64            
  56. Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/x86_64               
  57. Server = ftp://mirrors.igprolin-online.org/archlinux/$repo/os/x86_64            
  58. Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/x86_64   
  59. # - Great Britain                                                               
  60. Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/x86_64   
  61. Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/x86_64                     
  62. Server = http://archlinux.mirrors.uk2.net/$repo/os/x86_64                        
  63. Server = ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/x86_64            
  64. # - Greece                                                                       
  65. Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/x86_64                  
  66. # - Hungary                                                                     
  67. Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64     
  68. # - Ireland                                                                     
  69. Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64           
  70. # - Italy                                                                        
  71. Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/x86_64               
  72. # - Netherlands                                                                  
  73. Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/x86_64  
  74. Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/x86_64      
  75. # - Norway                                                                       
  76. Server = http://mirror.archlinux.no/$repo/os/x86_64                              
  77. # - Poland                                                                       
  78. Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/x86_64                     
  79. Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64   
  80. Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64
  81. Server = http://unix.net.pl/archlinux.org/$repo/os/x86_64                        
  82. # - Portugal                                                                     
  83. Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/x86_64                 
  84. # - Romania                                                                     
  85. Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/x86_64         
  86. # - Russia                                                                       
  87. Server = ftp://mirror.yandex.ru/archlinux/$repo/os/x86_64                        
  88. Server = http://archlinux.freeside.ru/$repo/os/x86_64                           
  89. # - Sweden                                                                       
  90. Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/x86_64               
  91. Server = ftp://ftp.gigabit.nu/$repo/os/x86_64                                    
  92. # - Switzerland                                                                  
  93. Server = http://archlinux.puzzle.ch/$repo/os/x86_64                              
  94. # - Turkey                                                                       
  95. Server = ftp://ftp.linux.org.tr/pub/mirrors/archlinux/$repo/os/x86_64
  96. # - Ukraine
  97. Server = ftp://archlinux.hell.org.ua/archlinux/$repo/os/x86_64
  98. Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/x86_64
  99. # Asia
  100. # - Indonesia
  101. Server = http://archlinux.cbn.net.id/$repo/os/x86_64
  102. Server = ftp://archlinux.cbn.net.id/pub/archlinux/$repo/os/x86_64
  103. # - Israel
  104. Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/x86_64
  105. # - Vietnam
  106. # Domain name is ftp.indochinalinux.com but there are frequent DNS problems
  107. Server = ftp://202.78.230.5/archlinux/$repo/os/x86_64
  108. # Australia
  109. Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/x86_64
  110. Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/x86_64
  111. Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/x86_64
  112. Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/x86_64
复制代码
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-22 15:20:03 | 显示全部楼层
Post by firefoxmmx;2038965
我发发我的文件,你自己对对,,我的pacman.conf文件

  1. #                                    
  2. # /etc/pacman.conf                    
  3. #                                    
  4. # See the pacman.conf(5) manpage for option and repository directives

  5. #
  6. # GENERAL OPTIONS
  7. #               
  8. [options]        
  9. # The following paths are commented out with their default values listed.
  10. # If you wish to use different paths, uncomment and update the paths.   
  11. #RootDir     = /                                                         
  12. #DBPath      = /var/lib/pacman/                                          
  13. #CacheDir    = /var/cache/pacman/pkg/                                    
  14. #LogFile     = /var/log/pacman.log                                       
  15. HoldPkg =  pacman glibc                                                  
  16. # If upgrades are available for these packages they will be asked for first
  17. SyncFirst   = pacman                                                      
  18. XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u                     
  19. #XferCommand = /usr/bin/curl %u > %o                                       
  20. #CleanMethod = KeepInstalled                                               

  21. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  22. #IgnorePkg = libdvdread                                                      
  23. #IgnoreGroup =                                                               

  24. #NoUpgrade   =
  25. #NoExtract   =

  26. # Misc options (all disabled by default)
  27. #NoPassiveFtp                           
  28. #UseSyslog                              
  29. ShowSize                                
  30. UseDelta                                
  31. TotalDownload                           

  32. #
  33. # REPOSITORIES
  34. #   - can be defined here or included from another file
  35. #   - pacman will search repositories in the order defined here
  36. #   - local/custom mirrors can be added here or in separate files
  37. #   - repositories listed first will take precedence when packages
  38. #     have identical names, regardless of version number         
  39. #   - URLs will have $repo replaced by the name of the current repo
  40. #                                                                  
  41. # Repository entries are of the format:                           
  42. #       [repo-name]                                                
  43. #       Server = ServerName                                       
  44. #       Include = IncludePath                                      
  45. #                                                                  
  46. # The header [repo-name] is crucial - it must be present and      
  47. # uncommented to enable the repo.                                 
  48. #                                                                  

  49. # Testing is disabled by default.  To enable, uncomment the following
  50. # two lines.  You can add preferred servers immediately after the header,
  51. # and they will be used before the default mirrors.                     
  52. #[testing]                                                               
  53. #Include = /etc/pacman.d/mirrorlist                                      

  54. [core]
  55. # Add your preferred servers here, they will be used first
  56. Include = /etc/pacman.d/mirrorlist

  57. [extra]
  58. # Add your preferred servers here, they will be used first
  59. Include = /etc/pacman.d/mirrorlist

  60. [community]
  61. # Add your preferred servers here, they will be used first
  62. Include = /etc/pacman.d/mirrorlist

  63. # An example of a custom package repository.  See the pacman manpage for
  64. # tips on creating your own repositories.
  65. #[custom]
  66. #Server = file:///home/custompkgs

  67. [kdemod-core]
  68. Server = http://chakra-project.org/repo/kdemod-core/x86_64/
  69. [kdemod-extragear]
  70. Server = http://chakra-project.org/repo/kdemod-extragear/x86_64/
  71. [kdemod-playground]
  72. Server = http://chakra-project.org/repo/kdemod-playground/x86_64/
复制代码

我的mirrorlist文件:

  1. #                                                                                                              
  2. # Arch Linux repository mirrorlist                                                                             
  3. #                                                                                                              
  4. #163                                                                                                           
  5. Server = http://mirrors.163.com/archlinux/$repo/os/x86_64                                                      
  6. # North America                                                                                                
  7. # - United States                                                                                             
  8. Server = ftp://ftp.archlinux.org/$repo/os/x86_64                                                               
  9. Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/x86_64                                             
  10. Server = http://archlinux.unixheads.org/$repo/os/x86_64                                                        
  11. Server = ftp://ftp.gtlib.gatech.edu/pub/linux/distributions/archlinux/$repo/os/x86_64                          
  12. Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/x86_64                                                  
  13. Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/x86_64                                          
  14. Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/x86_64                              
  15. Server = http://archlinux.umflint.edu/mirrors/archlinux/$repo/os/x86_64                                       
  16. Server = http://mirror.neotuli.net/arch/$repo/os/x86_64                                                        
  17. Server = http://mirror.rit.edu/archlinux/$repo/os/x86_64                                                      
  18. Server = http://mirror.umoss.org/archlinux/$repo/os/x86_64                                                     
  19. Server = http://schlunix.org/archlinux/$repo/os/x86_64                                                         
  20. Server = http://mirror.archlinux.com.ve/$repo/os/x86_64                                                        
  21. Server = http://mirrors.gigenet.com/archlinux/$repo/os/x86_64                                                  
  22. # - Canada                                                                                                     
  23. Server = ftp://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/x86_64                                            
  24. Server = ftp://mirrors.portafixe.com/archlinux/$repo/os/x86_64                                                

  25. # South America
  26. # - Brazil     
  27. Server = http://archlinux.c3sl.ufpr.br/$repo/os/x86_64
  28. Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/x86_64
  29. Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/x86_64
  30. # - Venezuela                                                     
  31. Server = http://mirror2.archlinux.com.ve/$repo/os/x86_64         

  32. # Europe
  33. # - Austria
  34. Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/x86_64
  35. # - Belgium                                                         
  36. Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/x86_64   
  37. # - Czech Republic                                                  
  38. Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/x86_64         
  39. # - Denmark                                                         
  40. Server = ftp://ftp.klid.dk/archlinux/$repo/os/x86_64               
  41. # - Estonia                                                         
  42. Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/x86_64         
  43. # - France                                                         
  44. Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/x86_64      
  45. Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/x86_64      
  46. Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/x86_64
  47. Server = http://mir.archlinux.fr/$repo/os/x86_64                                 
  48. Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/x86_64            
  49. Server = ftp://ftp.rez-gif.supelec.fr/Linux/archlinux/$repo/os/x86_64            
  50. # - Germany                                                                     
  51. Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/x86_64        
  52. Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/x86_64                  
  53. Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/x86_64           
  54. Server = ftp://ftp.archlinuxppc.org/x86_64/$repo/os/x86_64                       
  55. Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/x86_64            
  56. Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/x86_64               
  57. Server = ftp://mirrors.igprolin-online.org/archlinux/$repo/os/x86_64            
  58. Server = ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/archlinux/$repo/os/x86_64   
  59. # - Great Britain                                                               
  60. Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/x86_64   
  61. Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/x86_64                     
  62. Server = http://archlinux.mirrors.uk2.net/$repo/os/x86_64                        
  63. Server = ftp://mirror.lividpenguin.com/pub/archlinux/$repo/os/x86_64            
  64. # - Greece                                                                       
  65. Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/x86_64                  
  66. # - Hungary                                                                     
  67. Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64     
  68. # - Ireland                                                                     
  69. Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/x86_64           
  70. # - Italy                                                                        
  71. Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/x86_64               
  72. # - Netherlands                                                                  
  73. Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/x86_64  
  74. Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/x86_64      
  75. # - Norway                                                                       
  76. Server = http://mirror.archlinux.no/$repo/os/x86_64                              
  77. # - Poland                                                                       
  78. Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/x86_64                     
  79. Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64   
  80. Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/x86_64
  81. Server = http://unix.net.pl/archlinux.org/$repo/os/x86_64                        
  82. # - Portugal                                                                     
  83. Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/x86_64                 
  84. # - Romania                                                                     
  85. Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/x86_64         
  86. # - Russia                                                                       
  87. Server = ftp://mirror.yandex.ru/archlinux/$repo/os/x86_64                        
  88. Server = http://archlinux.freeside.ru/$repo/os/x86_64                           
  89. # - Sweden                                                                       
  90. Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/x86_64               
  91. Server = ftp://ftp.gigabit.nu/$repo/os/x86_64                                    
  92. # - Switzerland                                                                  
  93. Server = http://archlinux.puzzle.ch/$repo/os/x86_64                              
  94. # - Turkey                                                                       
  95. Server = ftp://ftp.linux.org.tr/pub/mirrors/archlinux/$repo/os/x86_64
  96. # - Ukraine
  97. Server = ftp://archlinux.hell.org.ua/archlinux/$repo/os/x86_64
  98. Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/x86_64

  99. # Asia
  100. # - Indonesia
  101. Server = http://archlinux.cbn.net.id/$repo/os/x86_64
  102. Server = ftp://archlinux.cbn.net.id/pub/archlinux/$repo/os/x86_64
  103. # - Israel
  104. Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/x86_64
  105. # - Vietnam
  106. # Domain name is ftp.indochinalinux.com but there are frequent DNS problems
  107. Server = ftp://202.78.230.5/archlinux/$repo/os/x86_64

  108. # Australia
  109. Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/x86_64
  110. Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/x86_64
  111. Server = ftp://ftp.iinet.net.au/pub/archlinux/$repo/os/x86_64
  112. Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/x86_64

复制代码


看完之后。我发现我的被改成乱七八糟了。我重装一次算了。。
不是说mirrorlist只有163一个源?怎么你的里面这么多源??我的里面就只有一句话。。。太郁闷。。。还有就是pacman.conf里。。你后面的那些。
[kdemod-core]
Server = http://chakra-project.org/repo/kdemod-core/x86_64/
[kdemod-extragear]
Server = http://chakra-project.org/repo/kdemod-extragear/x86_64/
[kdemod-playground]
Server = http://chakra-project.org/repo/kdemod-playground/x86_64/

是自己加的?还是本来就有的??我的里面到Server那句就到底了。。我是i686架构。应该如何写?我现在去VBOX里重装~!
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-22 15:40:44 | 显示全部楼层
谢谢贴出的mirrorlist。我从中得到了启示。。
我在安装的过程中。修改了我的mirrorlist
在前面添加了163源。现在pacman -Synu 正新正常。。谢谢。。。
回复 支持 反对

使用道具 举报

发表于 2009-10-22 15:53:02 | 显示全部楼层
Post by vacuumboby;2038967
看完之后。我发现我的被改成乱七八糟了。我重装一次算了。。
不是说mirrorlist只有163一个源?怎么你的里面这么多源??我的里面就只有一句话。。。太郁闷。。。还有就是pacman.conf里。。你后面的那些。
[kdemod-core]
Server = http://chakra-project.org/repo/kdemod-core/x86_64/
[kdemod-extragear]
Server = http://chakra-project.org/repo/kdemod-extragear/x86_64/
[kdemod-playground]
Server = http://chakra-project.org/repo/kdemod-playground/x86_64/

是自己加的?还是本来就有的??我的里面到Server那句就到底了。。我是i686架构。应该如何写?我现在去VBOX里重装~!


后面那些是他自己加的KDEMOD的源。mirrorlist里面可以有很多源,连不上的话pacman会按顺序一个一个的试。
mirrorlist里面默认好像是全部注释掉的,要自己修改。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-22 15:54:58 | 显示全部楼层
Post by xiaohuli1239;2038973
后面那些是他自己加的KDEMOD的源。mirrorlist里面可以有很多源,连不上的话pacman会按顺序一个一个的试。


我现在糊涂了。。Include 前面加上#倒底是注释掉了还是添加注释啊??
回复 支持 反对

使用道具 举报

发表于 2009-10-22 15:56:38 | 显示全部楼层
Post by vacuumboby;2038974
我现在糊涂了。。Include 前面加上#倒底是注释掉了还是添加注释啊??


注释掉了。就是意味着那句话无效。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2009-10-22 16:03:12 | 显示全部楼层
Post by xiaohuli1239;2038975
注释掉了。就是意味着那句话无效。


明白了。。那我把mirrorlist里所有的源前面的#号全删掉。。那就所有的源都可以用的。是这样理解吧。。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表