[Bug 889411] Re: Software center not instaling deb

2011-11-12 Thread Donatas Azaravičius
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889411

Title:
  Software center not instaling deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/889411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889411] Re: Software center not instaling deb

2011-11-12 Thread Donatas Azaravičius
I tried: Ubuntu 11.10 32 and 64 bib, Ubuntu DVD version on three
different computers. Always the same problem.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889411

Title:
  Software center not instaling deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/889411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889411] Re: Software center not instaling deb

2011-11-12 Thread Alessandro Menti
Thanks for your report.

I think that part of this problem may be related to NetworkManager (the
Ubuntu subsystem responsible for detecting and handling network and
Internet connections).

Please check your network icon at the top right of your screen (next to
the clock). Does the icon say that the connection is working (it should
not show a red cross)?

** Changed in: software-center (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889411

Title:
  Software center not instaling deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/889411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889411] Re: Software center not instaling deb

2011-11-12 Thread Donatas Azaravičius
Yes. When the MEZON modem are connected network icon does not show any
network, but the internet works. Through the command line I can download
and install all the programs, but software center are not installing
programs. But it is downloading all information about software and
comments, but not installing.

A similar problem was on Ubuntu 10.10 with Mezon modem. Firefox always
run disconnected from the network.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889411

Title:
  Software center not instaling deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/889411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 889411] Re: Software center not instaling deb

2011-11-12 Thread Alessandro Menti
it definitely seems to be a NetworkManager problem. Software Center
relies on it to detect if the connection is present or not, so if it
does not sense your modem connection Software Center believes you are
not connected.

Could you please open a terminal and then perform the following actions?

1) Install the latest development version of NetworkManager by running:
sudo apt-add-repository ppa:network-manager/trunk
sudo apt-get update
sudo apt-get dist-upgrade

2) Stop NetworkManager with:
sudo stop network-manager

3) Start to capture the system logs by opening another terminal and running:
tail -n0 -f /var/log/syslog  /tmp/syslog
The command will not stop, it's normal.

4) Return to the first opened terminal. Restart ModemManager (a NetworkManager 
component) and NetworkManager itself with:
logger Killing Modem Manager
sudo killall modem-manager
logger Starting Modem Manager
sudo modem-manager --debug 21 | tee /tmp/modem.log.txt
export NM_PPP_DEBUG=1
logger Starting NetworkManager
sudo NetworkManager --no-daemon 21 | tee /tmp/nm.log.txt
logger Starting new connection creation

Try then to create a new connection (in NetworkManager itself) using the
MEZON modem. Don't worry if it does not work, the exact causes of the
error will be recorded.

5) Run some quick modem and network tests:
wget http://cgit.freedesktop.org/ModemManager/ModemManager/plain/test/mm-test.py
logger Starting Modem Manager test
python ./mm-test.py /tmp/mmtest.log 21
logger Starting NetworkManager debug
sudo python debug-helper.py --nm debug
logger Getting WPA logs
sudo python debug-helper.py --wpa msgdump

6) Switch back to the second terminal (the one where you started to
capture system logs) and press Ctrl+C. This will stop the capture.

7) Finally, collect some information about your hardware with:
udevadm info --query=all --path=/sys/class/tty/... --attribute-walk 
/tmp/udevadm.log 21
lsusb /tmp/lsusb.log 21

8) Attach the files /tmp/syslog, /tmp/modem.log.txt,
/tmp/mmtest.log, /tmp/nm.log.txt, /tmp/udevadm.log,
/tmp/lsusb.log to this bug report.

The procedure is fairly complicated, but it will help us establishing
the exact nature of the bug.

Thanks!

** Package changed: software-center (Ubuntu) = network-manager (Ubuntu)

** Summary changed:

- Software center not instaling deb
+ MEZON modem not detected

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/889411

Title:
  MEZON modem not detected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/889411/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs