[問題]mirror debian的問題

如果您覺得您的問題不屬於 debian desktop 或是 debian server 版的範圍內,請在這裡發問。

版主: mufa

[問題]mirror debian的問題

文章genie » 週二 6月 17, 2003 3:37 pm

請問一下大大們
stable裡面是不是沒有debmirror的套件呢???
因為社團需要
所以想讓學校內有debian的安裝環境
因為學校大部分都是i386的機器
所以我只想mirror i386部分
我適用rsync的套件來mirror
但是
我不能限制mirror的東西
我的指令如下
rsync -va --delete --delete-excluded --partial \
--exclude binary-alpha/ \
--exclude binary-arm/ \
--exclude binary-hppa/ \
--exclude binary-hurd-i386/ \
--exclude binary-ia64/ \
--exclude binary-m68k/ \
--exclude binary-mips/ \
--exclude binary-mipsel/ \
--exclude binary-powerpc/ \
--exclude binary-s390/ \
--exclude binary-sh/ \
--exclude binary-sparc/ \
--exclude slink-proposed-updates/ \
--exclude slink/ \
--exclude disks-alpha/ \
--exclude disks-arm/ \
--exclude disks-hppa/ \
--exclude disks-hurd-i386/ \
--exclude disks-ia64/ \
--exclude disks-m68k/ \
--exclude disks-mips/ \
--exclude disks-mipsel/ \
--exclude disks-powerpc/ \
--exclude disks-s390/ \
--exclude disks-sh/ \
--exclude disks-sparc/ \
--exclude upgrade-alpha/ \
--exclude upgrade-arm/ \
--exclude upgrade-hppa/ \
--exclude upgrade-hurd-i386/ \
--exclude upgrade-ia64/ \
--exclude upgrade-m68k/ \
--exclude upgrade-mips/ \
--exclude upgrade-mipsel/ \
--exclude upgrade-powerpc/ \
--exclude upgrade-s390/ \
--exclude upgrade-sh/ \
--exclude upgrade-sparc/ \
--exclude *_alpha.* \
--exclude *_arm.* \
--exclude *_hppa.* \
--exclude *_hurd-i386.* \
--exclude *_ia64.* \
--exclude *_m68k.* \
--exclude *_mips.* \
--exclude *_mipsel.* \
--exclude *_powerpc.* \
--exclude *_s390.* \
--exclude *_sh.* \
--exclude *_sparc.* \
--exclude *-alpha.* \
--exclude *-arm.* \
--exclude *-hppa.* \
--exclude *-hurd-i386.* \
--exclude *-ia64.* \
--exclude *-m68k.* \
--exclude *-mips.* \
--exclude *-mipsel.* \
--exclude *-powerpc.* \
--exclude *-s390.* \
--exclude *-sh.* \
--exclude *-sparc.* \
debian.linux.org.tw::debian /var/ftp/Debian/debian

會出現command not found的錯誤訊息
請問一下我指令哪裡下錯了嗎????
genie
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週一 3月 17, 2003 8:43 am

re:[問題]mirror debian的問題

文章moto » 週二 6月 17, 2003 3:45 pm

我沒作過 mirro ,不過看這樣的錯誤訊息您似乎沒安裝 rsync 這個 package,所以請安裝 rsync 這個 package :-D ..

代碼: 選擇全部
apt-get install rsync


;-)
歡迎你來到MOTO學園一起討論Debian相關問題。
在post問題前可先別忘記了以下的步驟:
1:翻一下/usr/share/doc/中是否已經有解答了?
2:閱讀一下無痛起步是否已經提到了?
3:找一下google予以解答?
4:善用學園中的"搜尋"功能,往往答案就在裡面窩。
頭像
moto
摩托學園站長
摩托學園站長
 
文章: 2808
註冊時間: 週二 9月 03, 2002 3:37 am
來自: 台北

re:[問題]mirror debian的問題

文章阿信 » 週二 6月 17, 2003 6:40 pm

沒錯...stable的確沒有debmirror這個指令。

且看不出rsync的指令有錯誤呢。
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[問題]mirror debian的問題

文章genie » 週二 6月 17, 2003 10:15 pm

moto 寫:我沒作過 mirro ,不過看這樣的錯誤訊息您似乎沒安裝 rsync 這個 package,所以請安裝 rsync 這個 package :-D ..

代碼: 選擇全部
apt-get install rsync


;-)


我可以確定我已經安裝rsync這個套件了說
因為我下指令
rsync -av debian.linux.org.tw::debian /var/ftp/Debian/debian/
會正常的mirror
但是.........全部都抓...
不曉得到底是哪理出錯了~~~
應該到哪裡去debug呢??????????
genie
可愛的小學生
可愛的小學生
 
文章: 34
註冊時間: 週一 3月 17, 2003 8:43 am

re:[問題]mirror debian的問題

文章阿信 » 週二 6月 17, 2003 10:47 pm

rsync -av debian.linux.org.tw::debian /var/ftp/Debian/debian/

打上面這樣是會全部mi沒錯呢,不知道genie兄的需求是什麼。
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[問題]mirror debian的問題

文章阿信 » 週二 6月 17, 2003 10:54 pm

genie兄

小弟幫你找到一個apt,裡面有debmirror for woody

deb http://debian.moolfreet.com ./

加到sources.list然後apt-get 吧
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義

re:[問題]mirror debian的問題

文章訪客 » 週三 6月 18, 2003 10:45 am

阿信 寫:genie兄

小弟幫你找到一個apt,裡面有debmirror for woody

deb http://debian.moolfreet.com ./

加到sources.list然後apt-get 吧


謝謝阿信大大

我知道我哪裡做錯了~~~
我做了一件很白痴的事情
因為我將上面的指令寫成ㄧ個Shell Scripts
但是我卻沒有在最上方加入#!/bin/bash
我錯了~~~~各位大大原諒我的白痴行為吧~~~~~ :-(
訪客
 

re:[問題]mirror debian的問題

文章moto » 週三 6月 18, 2003 10:55 am

水喔... :finger1: 問題解決最重要嚕...是不是又多了一個經驗...有看到文章的人也得到了一個寶貴的經驗嚕.. 8-)
歡迎你來到MOTO學園一起討論Debian相關問題。
在post問題前可先別忘記了以下的步驟:
1:翻一下/usr/share/doc/中是否已經有解答了?
2:閱讀一下無痛起步是否已經提到了?
3:找一下google予以解答?
4:善用學園中的"搜尋"功能,往往答案就在裡面窩。
頭像
moto
摩托學園站長
摩托學園站長
 
文章: 2808
註冊時間: 週二 9月 03, 2002 3:37 am
來自: 台北

re:[問題]mirror debian的問題

文章訪客 » 週四 6月 19, 2003 3:45 pm

還有一個問題~~
請問一下~~
如果想"完整"mirror debian.linux.org.tw的站台
大概要多少的容量呢??(因為想去註冊:P)
訪客
 

re:[問題]mirror debian的問題

文章阿信 » 週四 6月 19, 2003 4:09 pm

Anonymous 寫:還有一個問題~~
請問一下~~
如果想"完整"mirror debian.linux.org.tw的站台
大概要多少的容量呢??(因為想去註冊:P)


你是指sparc,i386,xxx...etc之類的嗎?

大約50G左右,包含stable/testing/unstable/source

小弟mi i386的stable/testing/unstable快10G而已。

source通常會比較大,所以準備大一點的硬碟吧,現在應該都滿便宜的了。
頭像
阿信
版面大總管
版面大總管
 
文章: 4756
註冊時間: 週二 9月 03, 2002 11:58 pm
來自: 台灣 - 嘉義


回到 debian misc

誰在線上

正在瀏覽這個版面的使用者:沒有註冊會員 和 1 位訪客

cron