作者freemystyle (愛上熱舞社~)
看板Linux
標題Re: [問題] centOS底下無法開啟firefox
時間Wed Aug 5 15:49:09 2009
現在發現有可能是lockd的問題,但不知道如何解決
現在會出現
Aug 5 14:55:29 lab808_05 kernel: lockd: failed to monitor 140.XXX.XXX.XXX
這是NIS主機的位址,現在不知道如何解決這個問題,有人可解答嗎?
謝謝
※ 引述《u9423504 (港都夜雨)》之銘言:
: ※ 引述《freemystyle (愛上熱舞社~)》之銘言:
: : 實驗室的linux以NIS加上NFS的方式管理帳號密碼
: : 日前使用者突然說無法使用firefox
: : 經過測試每一個client用root帳號都可以正常執行firefox
: : 在NIS的主機上每一個帳號也都可以執行firefox
: : 但是在client端如果用非root的帳號都不能使用
: : 會出現
: : firefox is already running, but is not responding, to open a new window,
: : you must first close the existing Firefox process, or restart your system.
: : 請問大家有遇過這樣的問題嗎??
: : linux的版本皆為CentOS 5.3
: ---------------------------------------------------------------------
: 錯誤訊息不是已經說出原因了?!
: client 在要執行 firefox前,該firefox的行程已經在跑了,可能重覆執行
: 造成crash 。
: client 解決方法可參考如下:
: step(1)
: 在command line下 切換到 root權限
: step(2)
: ps -awx | grep firefox
: 看看是否有 firefox的僵屍行程在跑
: step(3)
: 若有,則刪除該行程
: killall -9 firefox
: step(5)
: 重新開啟firefox 試看看
: step(6)
: 若 步 驟 1 到 5 無法解決你的問題
: 請查看 firefox other user 是否有執行的權限
: 一 ls -al /usr/bin/firefox (Ubuntu為例)
: 二 正常的情況下,權限如下:
: lrwxrwxrwx 1 root root 11 2009-06-15 23:51 /usr/bin/firefox -> firefox-3.0
: 三 若other user 沒有 執行的權限請加入:
: chmod o+rwx /usr/bin/firefox (建議)
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.114.28.55
推 buganini:看能不能先firefox -no-remote頂著用 08/06 00:15
推 buganini:有別台client端嗎 有的話先試試看別台有沒有問題 08/06 00:22
推 buganini:client可以重開就直接重開吧 另外 我覺得不見得是NFS 08/06 00:26
→ buganini:的問題 FF印象中不是靠鎖定來判斷是否正在執行的 08/06 00:27
→ buganini:而是靠window name 08/06 00:27
→ buganini:不能重開的話 看能不能重開x-server 08/06 00:29
→ freemystyle:server 端跟 client端都重開了,firefox -no-remote 08/09 14:40
→ freemystyle:也無法開啟 08/09 14:41
→ freemystyle:[1] + Running firefox -no-r 08/09 14:42
→ freemystyle:但是就是沒有視窗出現 08/09 14:42