[Bug 224303] Re: update manager stops when update check is asked manually

2009-01-30 Thread Martin Mai
 This bug report is being closed due to your last comment regarding this
being fixed with an update. For future reference you can manage the
status of your own bugs by clicking on the current status in the yellow
line and then choosing a new status in the revealed drop down box. You
can learn more about bug statuses at https://wiki.ubuntu.com/Bugs/Status
. Thank you again for taking the time to report this bug and helping to
make Ubuntu better. Feel free to submit any future bugs you may find.

** Changed in: update-manager (Ubuntu)
   Status: Incomplete = Invalid

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-11-30 Thread kex
for me, it was the broken su.  After the update I already mentioned,
no problems.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-11-29 Thread JaysonRowe
Since it's been a very long time since any additional info was added to
this bug, I'm just checking to see if this is still an issue, and find
out what additional work should be done on this bug.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-05-13 Thread Daniel Ribeiro
I have the same problem, but was from a fresh instalation!

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-05-13 Thread Daniel Ribeiro
Sorry about 2 messages.
I think this is not update-manager, because synaptic not works from menu too. 
Likes to see sudo or gksu bug.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-05-13 Thread Daniel Ribeiro
This is really a gksu or sudo bug. My system is up to date. If i put in
a terminal gksu any_comand_here, nothing happens. If i try the su mode
(with -w), they asks for the password of root.

This is the output for gksu -d gedit
:~$ gksu -d gedit
No ask_pass set, using default!
xauth: /tmp/libgksu-MnZ9Qv/.Xauthority
STARTUP_ID: gksu/gedit/5920-0-acerola_TIME612798
cmd[0]: /usr/bin/sudo
cmd[1]: -H
cmd[2]: -S
cmd[3]: -p
cmd[4]: GNOME_SUDO_PASS
cmd[5]: -u
cmd[6]: root
cmd[7]: --
cmd[8]: gedit
buffer: --
buffer: --
buffer: --
*** (the line above repeated a lot of times)*
brute force GNOME_SUDO_PASS ended...
No password prompt found; we'll assume we don't need a password.


If i try 
:~$ sudo -H -S -p some_password_here -u root -- gedit
the answer is:
some_password_here
and the process continue until i press ctrl+c, the the message above apears:
sudo: pam_authenticate: Conversation error

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-05-10 Thread kex

the update of sudo that appeared yesterday or the day before seems to have 
fixed the problem.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-05-01 Thread kex

I think I found where the symptom comes from.

I had only host name but not domain set up in the network settings.
This results in sudo giving a warning in the text mode, but still
working.  For starting from menu, it means sudo simply does not work.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-30 Thread kex
addditional info I found:


[EMAIL PROTECTED]:~$ G_DEBUG=fatal_criticals update-manager
current dist not found in meta-release file
current dist not found in meta-release file

(I upgraded one day before 8.04 was released)

What was peculiar is that when starting from command line, like this,
sudo actually worked.

So I tried to update dist, but it said it is up to date already.  And
crashed when exiting:

[EMAIL PROTECTED]:~$ sudo G_DEBUG=fatal_criticals update-manager --dist-upgrade
sudo: unable to resolve host xpc
ERROR:root:not handled expection:
Traceback (most recent call last):

  File /usr/bin/update-manager, line 94, in module
if controler.askDistUpgrade():

  File /usr/lib/python2.5/site-packages/DistUpgrade/DistUpgradeController.py, 
line 818, in askDistUpgrade
self.cache.requiredDownload)

  File /usr/lib/python2.5/site-packages/DistUpgrade/DistUpgradeViewGtk.py, 
line 537, in confirmChanges
self.confirmChangesMessage +=  \n\nb%s/b %  \

AttributeError: 'DistUpgradeViewGtk' object has no attribute
'confirmChangesMessage'

ERROR:root:failed to import apport python module, can't report bug: No
module named python_hook

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-30 Thread Michael Vogt
Thanks for your bugreport.

Can you always reproduce this (will check always hang?). Does
/usr/bin/sudo -H -S -u root -- /usr/sbin/synaptic --non-interactive
-update-at-startup work for you?

** Changed in: update-manager (Ubuntu)
   Status: New = Incomplete

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-30 Thread kex

yes, it always hangs.

the command line

[EMAIL PROTECTED]:~$ G_DEBUG=fatal_criticals /usr/bin/sudo -H -S -u root -- 
/usr/sbin/synaptic --non-interactive --update-at-startup
sudo: unable to resolve host xpc
[EMAIL PROTECTED]:~$

opens the synaptic window, and another smaller one where there is a
progress bar advancing, and then closes both of them.  When starting the
update manager from the menu, it shows that the packets have been
updated less than an hour ago.

Btw. a related thing seems that I sometimes I cannot start the synaptic
package manager from the menu at all.  Sometimes it does start.  This
(synaptic) bug I cannot reproduce reliably, it sometimes does not start,
sometimes does.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-29 Thread kex

** Attachment added: term.log
   http://launchpadlibrarian.net/14018766/term.log

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-29 Thread kex

just an additional note.  Killing the GNOME_SUDO_PASS process immediately 
returns to the update manager window, which becomes responsive again.

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-29 Thread kex

** Attachment added: apt.log
   http://launchpadlibrarian.net/14018751/apt.log

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 224303] Re: update manager stops when update check is asked manually

2008-04-29 Thread kex

** Attachment added: main.log
   http://launchpadlibrarian.net/14018763/main.log

-- 
update manager stops when update check is asked manually
https://bugs.launchpad.net/bugs/224303
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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