Wicdは起動時にパスワードを要求します。

Wicdは起動時にパスワードを要求します。

Wicdは起動時に突然パスワードを要求します。

「Wicdはコンピュータのネットワークカードにアクセスする必要があります。」

時々、次のエラーメッセージが表示されます。

「wicdのD-Busインターフェイスに接続できません。wicdログでエラーメッセージを確認してください。」

以前はこのようなことをしたことがありませんでした。私がしたことは次のとおりです。

  • xamppのインストール
  • インストールされたchkconfig
  • 起動時にApache2を無効にする#chkconfig apache2 off
  • 起動時にxamppを有効にするには、このガイドを使用してください。起動時にxamppを起動する

どのようなヒントがありますか?私のディストリビューションはDebian 8です。

編集する

パスワードを覚えておくようにチェックしましたが、始めるたびにパスワードを尋ねます。

ログの内容/var/log/wicd/wicd.log:

2016/07/28 09:23:21 :: ---------------------------
2016/07/28 09:23:21 :: wicd initializing...
2016/07/28 09:23:21 :: --------------------------- 
2016/07/28 09:23:21 :: wicd is version 1.7.2.4 768
2016/07/28 09:23:21 :: setting backend to external
2016/07/28 09:23:21 :: trying to load backend external
2016/07/28 09:23:21 :: successfully loaded backend external
2016/07/28 09:23:21 :: trying to load backend external
2016/07/28 09:23:21 :: successfully loaded backend external
2016/07/28 09:23:21 :: Automatically detected wireless interface wlan0
2016/07/28 09:23:21 :: setting wireless interface wlan0
2016/07/28 09:23:21 :: automatically detected wired interface eth0
2016/07/28 09:23:21 :: setting wired interface eth0
2016/07/28 09:23:21 :: setting wpa driver wext
2016/07/28 09:23:21 :: setting use global dns to False
2016/07/28 09:23:21 :: setting global dns
2016/07/28 09:23:21 :: global dns servers are None None None
2016/07/28 09:23:21 :: domain is None
2016/07/28 09:23:21 :: search domain is None
2016/07/28 09:23:21 :: setting automatically reconnect when connection drops     True
2016/07/28 09:23:21 :: Setting dhcp client to 0
2016/07/28 09:23:21 :: Wireless configuration file found...
2016/07/28 09:23:21 :: Wired configuration file found...
2016/07/28 09:23:21 :: chmoding configuration files 0600...
2016/07/28 09:23:21 :: chowning configuration files root:root...
2016/07/28 09:23:21 :: Using wireless interface...wlan0
2016/07/28 09:23:21 :: Using wired interface...eth0
2016/07/28 09:23:26 :: Autoconnecting...
2016/07/28 09:23:26 :: No wired connection present, attempting to autoconnect to wireless network
2016/07/28 09:23:27 :: trying to automatically connect to...glab
2016/07/28 09:23:27 :: Connecting to wireless network glab
2016/07/28 09:23:27 :: attempting to set hostname with dhclient
2016/07/28 09:23:27 :: using dhcpcd or another supported client may work better
2016/07/28 09:23:28 :: attempting to set hostname with dhclient
2016/07/28 09:23:28 :: using dhcpcd or another supported client may work better
2016/07/28 09:23:28 :: Putting interface down
2016/07/28 09:23:28 :: Releasing DHCP leases...
2016/07/28 09:23:28 :: attempting to set hostname with dhclient
2016/07/28 09:23:28 :: using dhcpcd or another supported client may work better
2016/07/28 09:23:28 :: Setting false IP...
2016/07/28 09:23:28 :: Stopping wpa_supplicant
2016/07/28 09:23:28 :: Flushing the routing table...
2016/07/28 09:23:28 :: Putting interface up...
2016/07/28 09:23:30 :: Generating psk...
2016/07/28 09:23:30 :: Attempting to authenticate...
2016/07/28 09:23:32 :: Running DHCP with hostname camera50
2016/07/28 09:23:32 :: attempting to set hostname with dhclient
2016/07/28 09:23:32 :: using dhcpcd or another supported client may work better
2016/07/28 09:23:32 :: Internet Systems Consortium DHCP Client 4.3.1
2016/07/28 09:23:32 :: Copyright 2004-2014 Internet Systems Consortium.
2016/07/28 09:23:32 :: All rights reserved.
2016/07/28 09:23:32 :: For info, please visit https://www.isc.org/software/dhcp/
2016/07/28 09:23:32 :: 
2016/07/28 09:23:32 :: Listening on LPF/wlan0/b8:86:87:ad:78:41
2016/07/28 09:23:32 :: Sending on   LPF/wlan0/b8:86:87:ad:78:41
2016/07/28 09:23:32 :: Sending on   Socket/fallback
2016/07/28 09:23:32 :: DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
2016/07/28 09:23:32 :: DHCPREQUEST on wlan0 to 255.255.255.255 port 67
2016/07/28 09:23:32 :: DHCPOFFER from 192.168.0.1
2016/07/28 09:23:32 :: DHCPACK from 192.168.0.1
2016/07/28 09:23:32 :: bound to 192.168.0.114 -- renewal in 35290 seconds.
2016/07/28 09:23:32 :: DHCP connection successful
2016/07/28 09:23:32 :: not verifying
2016/07/28 09:23:33 :: Connecting thread exiting.
2016/07/28 09:23:34 :: Sending connection attempt result success

編集2

上記のログには関連情報が表示されないようです。それはおそらくデーモンが始まった後に情報を記録するからです。しかし、問題はその前に発生します!パスワードを入力するように求められたら、何を選択しても構いませんので、タイミングの問題に関連しているようです。 「キャンセル」をクリックしても2番目のエラーが発生しますが、トレイアイコンは機能し、Wi-Fi接続になります。工場。 /etc/wicdの設定ファイルを確認しましたが、奇妙なことはありません。誰かがこの問題を解決するように提案したように、空の括弧はありません。すでにsudo_app = 1でManager-settings.confを編集しようとしましたが、成功しませんでした。問題を確認するには、まずApache2を無効にし、Xamppをインストールしてから起動時に有効にします。私の考えでは、wicd-clientはwicdデーモンを待たないので、デーモンを起動するためにパスワードを入力するように求められます!しかし、デーモンはとにかく期待通りに起動します(キャンセルを選択します!)。どんな助けでも大変感謝します。

ベストアンサー1

同様の質問が見つかりましたubuntuforums.org

解決策は次のとおりです。

sudo apt-get install sysv-rc-conf
sudo sysv-rc-conf

ウィンドウが表示されます。端の近くの下向き矢印は「wicd」を指します。スペースバーを使用して2、3、4、5にXを入力します。終了するにはqを入力してください。再起動。

編集する:

この試み:

ターミナルコンソールで設定ファイルを編集します。

gedit /etc/wicd/manager-settings.conf

探す:

sudo_app = 0

に変更:

sudo_app = 1

源泉:協会

おすすめ記事