lubuntu 更新後系統記錄全停 [論壇 - Ubuntu 與 LXDE]


正在瀏覽:   1 名遊客


 到底部   前一個主題   下一個主題  [無發表權] 請登錄或者註冊

(1) 2 »


lubuntu 更新後系統記錄全停
會員三級
註冊日期:
2010/5/6 20:27
所屬群組:
已註冊使用者
等級: 12
HP : 0 / 298
MP : 64 / 11669
EXP: 93
離線
更新後好幾天才發現,firestarter對入侵完全沒反應,ufw在ulock狀態,不過iptables還在跑,var的所有log就停在更新當時時間.
檢查所有套件也沒看到什麼問題,重灌後才有auth跟ufw有開始記錄的樣子,firestarter記錄檔失蹤,開啟時會說無法開啟系統記錄檔.
不知道大家是不是都這樣.

2011/5/7 18:09
應用擴展 工具箱
回覆: lubuntu 更新後系統記錄全停
會員三級
註冊日期:
2009/7/4 13:49
所屬群組:
已註冊使用者
等級: 9
HP : 0 / 219
MP : 38 / 9138
EXP: 79
離線
我從測試版就已發生這種狀況了,但好像沒人在乎,我也就將就用了。
我每次裝好系統都會先灌firestarter,從測試2就會發生啟動時
出現(無法開啟系統記錄檔)這個警告視窗。至今還是一樣!
(紀錄檔檢視器)也是一片空白~囧

2011/5/7 18:25
應用擴展 工具箱
訪客
回覆: lubuntu 更新後系統記錄全停
Anon:訪客
LUBUNTU這次問題不少…

1.lubuntu live-cd 「安裝至硬碟」安裝完後…按下「重新啟動」無反應…得reset

用「試用live-cd」模式 ,反而可以正常安裝,重新啟動…

2.更新管理員 更新完後…「重新啟動」按鈕無反應,得到 登出 項目選擇重新開機…

3.xfburn 燒錄 相片,不過 兩百多張相片+十幾段 幾十mb的影片…死當給我看…(總大小約 3.7GB… ) 我還在兩台不同PC上重灌+更新到最新…結果一樣…


我最後乖乖用回UBUNTU…

2011/5/7 19:08 | 814ba 40c1f 3323e 8a72e
應用擴展 工具箱
回覆: lubuntu 更新後系統記錄全停
會員三級
註冊日期:
2010/5/6 20:27
所屬群組:
已註冊使用者
等級: 12
HP : 0 / 298
MP : 64 / 11669
EXP: 93
離線
也是沒看到有人反應,等了好幾天 XD
有點在懷疑是不是unity水土不服,因為看起來像權限不合 .
而且全部套件都重新驗證一次,沒看到有缺的.
不知道會不會是在實驗新安全措施.

2011/5/7 20:01
應用擴展 工具箱
回覆: lubuntu 更新後系統記錄全停
會員五級
註冊日期:
2011/3/5 19:32
所屬群組:
已註冊使用者
等級: 21
HP : 0 / 500
MP : 173 / 18368
EXP: 3
離線
數位玩家:我每次裝好系統都會先灌firestarter,從測試2就會發生啟動時 出現(無法開啟系統記錄檔)這個警告視窗。至今還是一樣!


在 Ubuntu 11.04也是這樣喔!

所以我的衍生版 『Ubuntu MAC Style!』二代~11.04 也是如此!

firestarter 目前無法正確的運作...

2011/5/7 21:07
應用擴展 工具箱
回覆: lubuntu 更新後系統記錄全停
會員三級
註冊日期:
2009/7/4 13:49
所屬群組:
已註冊使用者
等級: 9
HP : 0 / 219
MP : 38 / 9138
EXP: 79
離線
Lancel:在 Ubuntu 11.04也是這樣喔!

所以我的衍生版 『Ubuntu MAC Style!』二代~11.04 也是如此!

firestarter 目前無法正確的運作...

~這種情形在10.10含以下版本是沒有這種情形的喔。
也就是說:11.04才出現這狀況的。

2011/5/7 21:30
應用擴展 工具箱
訪客
回覆: lubuntu 更新後系統記錄全停
Anon:訪客
想到一個有點相似的例子.
微軟 xp 升sp3的時候,也是有很多人跑到一半,然後出現說某檔案不能覆寫,後來微軟才出一個小程式出來解除.

2011/5/8 0:17 | 73659 2d5b5 603b8 16213
應用擴展 工具箱
訪客
回覆: lubuntu 更新後系統記錄全停
Anon:訪客
找到解的方法,不過全都是英文我看不懂,煩謮懂英文的人幫忙翻譯一下.

來源:https://bugs.launchpad.net/ubuntu/+bug/776361

When installing (or upgrading) to 11.04 syslogd is upgraded to rsyslog. This uses the file /etc/rsyslog.conf
which references the file configuration /etc/rsyslog.d/50-default.conf.
You can edit this file and change the lines commented out that create the relevant logfile

#*.=info;*.=notice;*.=warn;\
# auth,authpriv.none;\
# cron,daemon.none;\
# mail,news.none -/var/log/messages

to

*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages

and then restart rsyslog or reboot

Note: As rsyslog is referencing the directory /etc/rsyslog.d/ you could just put a new file in that location that would be included in the configuration so as not to fall foul of an ubuntu upgrade at a later date. The choice is yours.

2011/5/8 1:09 | 44a5c e5259 8021b b86c7
應用擴展 工具箱
回覆: lubuntu 更新後系統記錄全停

註冊日期:
2009/12/6 10:32
所屬群組:
已註冊使用者
等級: 71
HP : 1053 / 1756
MP : 4456 / 70795
EXP: 24
離線
https://bugs.launchpad.net/ubuntu/+bug/776361
Firestarter fails to open system log
防火牆 Firestarter 未能成功 打開 系統記錄

When installing (or upgrading) to 11.04 syslogd is upgraded to rsyslog. This uses the file /etc/rsyslog.conf which references the file configuration /etc/rsyslog.d/50-default.conf.
當你安裝 ubuntu 11.04 或 升級到 ubuntu 11.04, syslogd 被升級成 rsyslog, 它使用 /etc/rsyslog.conf 設定檔, 而這個 設定檔 是 參照 /etc/rsyslog.d/50-default.conf 設定檔 而來.

You can edit this file and change the lines commented out that create the relevant logfile
你可以修改這個檔案 改變這幾行 把 # 拿掉 來產生 相關的 記錄檔:

#*.=info;*.=notice;*.=warn;\
# auth,authpriv.none;\
# cron,daemon.none;\
# mail,news.none -/var/log/messages

to

*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages

and then restart rsyslog or reboot
然後 重新啓動 rsyslog 記錄檔 或 重開機

Note: As rsyslog is referencing the directory /etc/rsyslog.d/ you could just put a new file in that location that would be included in the configuration so as not to fall foul of an ubuntu upgrade at a later date. The choice is yours.
提醒:因爲 rsyslog 會參照 /etc/rsyslog.d/ (目錄裏的檔案)你可以放一個 新的檔案 在那個目錄裏 以便被包含到 設定中, 避免將來 升級 ubuntu 時 會 糾纏不清. 要不要這樣做 由你自己選擇.

註:如果翻譯錯誤或詞不達意 請幫忙更正

2011/5/8 7:27
應用擴展 工具箱
訪客
回覆: lubuntu 更新後系統記錄全停
Anon:訪客
請問如何詳細操作?

2011/5/8 9:11 | 97546 8c289 196b6 de66b
應用擴展 工具箱

(1) 2 »

 [無發表權] 請登錄或者註冊


可以查看帖子.
不可發帖.
不可回覆.
不可編輯自己的帖子.
不可刪除自己的帖子.
不可發起投票調查.
不可在投票調查中投票.
不可上傳附件.
不可不經審核直接發帖.