apt-get upgrade webmin 時有問題

這個版面主要討論 debian 在 server 端的應用問題, server 種類繁多..舉凡 Web Server 、 File Server、 DHCP Server..等等。

版主: 阿信

apt-get upgrade webmin 時有問題

文章lld » 週二 9月 16, 2003 12:15 am

請教各位高手 最近apt-get upgrade webmin
時出現下列訊息
請問如何解決?


Reading Package Lists... Done
Building Dependency Tree... Done
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
9 packages not fully installed or removed.
Need to get 0B of archives. After unpacking 0B will be used.
Do you want to continue? [Y/n] y
Setting up webmin-apache (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-apache (--configure):
subprocess post-installation script returned error exit status 2
Setting up webmin-core (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-core (--configure):
subprocess post-installation script returned error exit status 2
Setting up webmin-inetd (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-inetd (--configure):
subprocess post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of webmin-quota:
webmin-quota depends on webmin-core; however:
Package webmin-core is not configured yet.
dpkg: error processing webmin-quota (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of webmin-samba:
webmin-samba depends on webmin-inetd; however:
Package webmin-inetd is not configured yet.
dpkg: error processing webmin-samba (--configure):
dependency problems - leaving unconfigured
Setting up webmin-squid (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-squid (--configure):
subprocess post-installation script returned error exit status 2
Setting up webmin-bind8 (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-bind8 (--configure):
subprocess post-installation script returned error exit status 2
Setting up webmin-postfix (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-postfix (--configure):
subprocess post-installation script returned error exit status 2
Setting up webmin-sshd (0.94-7woody1) ...
/etc/webmin/webmin.acl: 瘝緧迨銝瑼獢緗?

dpkg: error processing webmin-sshd (--configure):
subprocess post-installation script returned error exit status 2
Errors were encountered while processing:
webmin-apache
webmin-core
webmin-inetd
webmin-quota
webmin-samba
webmin-squid
webmin-bind8
webmin-postfix
webmin-sshd
E: Sub-process /usr/bin/dpkg returned an error code (1)
lld
可愛的小學生
可愛的小學生
 
文章: 3
註冊時間: 週二 9月 16, 2003 12:12 am

re:apt-get upgrade webmin 時有問題

文章訪客 » 週二 9月 16, 2003 8:29 pm

upgrade is used to install the newest versions of all packages currently installed on the system from the sources enumerated in /etc/apt/sources.list.

lld 兄要不要先試著
apt-get update
之後再
apt-get install webmin-*
訪客
 

re:apt-get upgrade webmin 時有問題

文章lld » 週二 9月 16, 2003 9:15 pm

恩 就是先apt-get update 後才出現問題....
不管是全部apt-get upgrade
或 單獨 apt-get upgrade webmin
都出現這個問題
請問大家 沒人遇過這種問題嗎?
soure 為 stable
lld
可愛的小學生
可愛的小學生
 
文章: 3
註冊時間: 週二 9月 16, 2003 12:12 am

re:apt-get upgrade webmin 時有問題

文章EricSS » 週六 10月 04, 2003 12:16 am

lld 寫:請問大家 沒人遇過這種問題嗎?
soure 為 stable


我也遇到這個問題了
代碼: 選擇全部
Unpacking qt3-tools (from .../qt3-tools_2%3a3.0.3-20020329-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/qt3-tools_2%3a3.0.3-20020329-1_i386.deb (--unpack):
 trying to overwrite `/usr/share/man/man1/lupdate.1.gz', which is also in package qt3-dev-tools
dpkg-deb: subprocess paste killed by signal (中斷的 pipe)
Errors were encountered while processing:
 /var/cache/apt/archives/qt3-tools_2%3a3.0.3-20020329-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


當我apt-get remove qt3-tools 又想裝回去的時後就這樣了
但是當我remove qt3-tools的時後並沒有一并移除其它的package :shock:

前輩們有人能救救我們嗎
因靠耶和華而得的喜樂是你們的力量。 尼西米8:10
EricSS
懵懂的國中生
懵懂的國中生
 
文章: 128
註冊時間: 週四 3月 13, 2003 11:39 pm
來自: 紅毛城

re:apt-get upgrade webmin 時有問題

文章EricSS » 週六 10月 04, 2003 1:26 am

嗯...自問自答 :ooops:

代碼: 選擇全部
dpkg -i --force-overwrite /var/cache/apt/archives/qt3-tools_2%3a3.0.3-20020329-1_i386.deb


我下了這個指令以後就能正常apt-get install qt3-tools
lld您也可以嘗試用dpkg -i --force-overwrite 你檔案的位置
說不定就可以囉 ;-)
因靠耶和華而得的喜樂是你們的力量。 尼西米8:10
EricSS
懵懂的國中生
懵懂的國中生
 
文章: 128
註冊時間: 週四 3月 13, 2003 11:39 pm
來自: 紅毛城

re:apt-get upgrade webmin 時有問題

文章訪客 » 週四 9月 02, 2004 3:55 pm

先用dpkg -P webmin 移除webmin
再用apt-get install webmin
應該這樣就可以了
訪客
 


回到 debian server

誰在線上

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

cron