Maintaining the system is not working.
Trying to run the console displays error message:
tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
ERROR:computerjanitor:Cannot contact Computer Janitor dbus service; try again.
Traceback (most recent call last):
File "/usr/share/computerjanitor/computer-janitor-gtk", line 59, in <module>
main()
File "/usr/share/computerjanitor/computerjanitorapp/gtk/main.py",
line 31, in main
ui = UserInterface()
File "/usr/share/computerjanitor/computerjanitorapp/gtk/ui.py", line
73, in __init__
proxy = system_bus.get_object(DBUS_INTERFACE_NAME, '/')
File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 244, in get_object
follow_name_owner_changes=follow_name_owner_change s)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 241, in __init__
self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 183, in
activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 281, in
start_service_by_name
'su', (bus_name, flags)))
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
call_blocking
message, timeout)
DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch
helper exited with unknown return code 1
Thanks!
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-27-2010, 05:01 PM
Mark
System Error
On Sat, Nov 27, 2010 at 7:10 AM, Thiago Cavalcante
<tlcavalcante@gmail.com> wrote:
> Maintaining the system is not working.
> Trying to run the console displays error message:
>
> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
> ERROR:computerjanitor:Cannot contact Computer Janitor dbus service; try again.
> Traceback (most recent call last):
> *File "/usr/share/computerjanitor/computer-janitor-gtk", line 59, in <module>
> * *main()
> *File "/usr/share/computerjanitor/computerjanitorapp/gtk/main.py",
> line 31, in main
> * *ui = UserInterface()
> *File "/usr/share/computerjanitor/computerjanitorapp/gtk/ui.py", line
> 73, in __init__
> * *proxy = system_bus.get_object(DBUS_INTERFACE_NAME, '/')
> *File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 244, in get_object
> * *follow_name_owner_changes=follow_name_owner_chang es)
> *File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 241, in __init__
> * *self._named_service = conn.activate_name_owner(bus_name)
> *File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 183, in
> activate_name_owner
> * *self.start_service_by_name(bus_name)
> *File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 281, in
> start_service_by_name
> * *'su', (bus_name, flags)))
> *File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
> call_blocking
> * *message, timeout)
> DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch
> helper exited with unknown return code 1
>
> Thanks!
>
What are you doing, trying to run a GUI app from a console without the GUI?
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-27-2010, 05:57 PM
Ric Moore
System Error
On Sat, 2010-11-27 at 10:01 -0800, Mark wrote:
> On Sat, Nov 27, 2010 at 7:10 AM, Thiago Cavalcante
> <tlcavalcante@gmail.com> wrote:
> > Maintaining the system is not working.
> > Trying to run the console displays error message:
> >
> > tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
> > ERROR:computerjanitor:Cannot contact Computer Janitor dbus service; try again.
> > Traceback (most recent call last):
> > File "/usr/share/computerjanitor/computer-janitor-gtk", line 59, in <module>
> > main()
> > File "/usr/share/computerjanitor/computerjanitorapp/gtk/main.py",
> > line 31, in main
> > ui = UserInterface()
> > File "/usr/share/computerjanitor/computerjanitorapp/gtk/ui.py", line
> > 73, in __init__
> > proxy = system_bus.get_object(DBUS_INTERFACE_NAME, '/')
> > File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 244, in get_object
> > follow_name_owner_changes=follow_name_owner_change s)
> > File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 241, in __init__
> > self._named_service = conn.activate_name_owner(bus_name)
> > File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 183, in
> > activate_name_owner
> > self.start_service_by_name(bus_name)
> > File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 281, in
> > start_service_by_name
> > 'su', (bus_name, flags)))
> > File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
> > call_blocking
> > message, timeout)
> > DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Launch
> > helper exited with unknown return code 1
> >
> > Thanks!
> >
>
> What are you doing, trying to run a GUI app from a console without the GUI?
I wuz wondering that myself, unless the gui didn't work in the first
place, so command line was used to see why. It's pretty much a standard
app package, so there should be no dependency issues. Ric
--
My father, Victor Moore (Vic) used to say:
"There are two Great Sins in the world...
..the Sin of Ignorance, and the Sin of Stupidity.
Only the former may be overcome." R.I.P. Dad.
Linux user# 44256
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-27-2010, 10:04 PM
NoOp
System Error
On 11/27/2010 07:10 AM, Thiago Cavalcante wrote:
> Maintaining the system is not working.
> Trying to run the console displays error message:
>
> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
Try:
$ gksu /usr/share/computerjanitor/computer-janitor-gtk
or
$ gksu --desktop /usr/share/applications/computer-janitor-gtk.desktop
computer-janitor-gtk
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-27-2010, 10:26 PM
Thiago Cavalcante
System Error
2010/11/27 NoOp <glgxg@sbcglobal.net>:
> On 11/27/2010 07:10 AM, Thiago Cavalcante wrote:
>> Maintaining the system is not working.
>> Trying to run the console displays error message:
>>
>> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
>
> Try:
>
> $ gksu /usr/share/computerjanitor/computer-janitor-gtk
> or
> $ gksu --desktop /usr/share/applications/computer-janitor-gtk.desktop
> computer-janitor-gtk
>
>
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
Trying to run Maintainer System as not working in Gnome.
Running in the terminal to read the error message.
Thanks for all help!
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-27-2010, 11:28 PM
NoOp
System Error
On 11/27/2010 03:26 PM, Thiago Cavalcante wrote:
> 2010/11/27 NoOp <glgxg@sbcglobal.net>:
>> On 11/27/2010 07:10 AM, Thiago Cavalcante wrote:
>>> Maintaining the system is not working.
>>> Trying to run the console displays error message:
>>>
>>> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
>>
>> Try:
>>
>> $ gksu /usr/share/computerjanitor/computer-janitor-gtk
>> or
>> $ gksu --desktop /usr/share/applications/computer-janitor-gtk.desktop
>> computer-janitor-gtk
...
> Trying to run Maintainer System as not working in Gnome.
> Running in the terminal to read the error message.
>
> Thanks for all help!
>
Yes? And do you get the exact same error messages when you use the
commands I suggested?
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-27-2010, 11:31 PM
Thiago Cavalcante
System Error
2010/11/27 NoOp <glgxg@sbcglobal.net>:
> On 11/27/2010 03:26 PM, Thiago Cavalcante wrote:
>> 2010/11/27 NoOp <glgxg@sbcglobal.net>:
>>> On 11/27/2010 07:10 AM, Thiago Cavalcante wrote:
>>>> Maintaining the system is not working.
>>>> Trying to run the console displays error message:
>>>>
>>>> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
>>>
>>> Try:
>>>
>>> $ gksu /usr/share/computerjanitor/computer-janitor-gtk
>>> or
>>> $ gksu --desktop /usr/share/applications/computer-janitor-gtk.desktop
>>> computer-janitor-gtk
> ...
>> Trying to run Maintainer System as not working in Gnome.
>> Running in the terminal to read the error message.
>>
>> Thanks for all help!
>>
>
> Yes? And do you get the exact same error messages when you use the
> commands I suggested?
>
>
>
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
yes!
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-28-2010, 01:14 AM
NoOp
System Error
On 11/27/2010 04:31 PM, Thiago Cavalcante wrote:
> 2010/11/27 NoOp <glgxg@sbcglobal.net>:
>> On 11/27/2010 03:26 PM, Thiago Cavalcante wrote:
>>> 2010/11/27 NoOp <glgxg@sbcglobal.net>:
>>>> On 11/27/2010 07:10 AM, Thiago Cavalcante wrote:
>>>>> Maintaining the system is not working.
>>>>> Trying to run the console displays error message:
>>>>>
>>>>> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
>>>>
>>>> Try:
>>>>
>>>> $ gksu /usr/share/computerjanitor/computer-janitor-gtk
>>>> or
>>>> $ gksu --desktop /usr/share/applications/computer-janitor-gtk.desktop
>>>> computer-janitor-gtk
>> ...
>>> Trying to run Maintainer System as not working in Gnome.
>>> Running in the terminal to read the error message.
>>>
>>> Thanks for all help!
>>>
>>
>> Yes? And do you get the exact same error messages when you use the
>> commands I suggested?
>
> yes!
>
Have a look through here to see if there are any related bugs. If not
file a bug report & hopefully a dev will be able to assist.
https://bugs.launchpad.net/ubuntu/+source/computer-janitor
Alternatively, you could try purging & reinstalling computer-janitor &
computer-janitor-gtk.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-28-2010, 09:46 AM
Thiago Cavalcante
System Error
2010/11/28 NoOp <glgxg@sbcglobal.net>:
> On 11/27/2010 04:31 PM, Thiago Cavalcante wrote:
>> 2010/11/27 NoOp <glgxg@sbcglobal.net>:
>>> On 11/27/2010 03:26 PM, Thiago Cavalcante wrote:
>>>> 2010/11/27 NoOp <glgxg@sbcglobal.net>:
>>>>> On 11/27/2010 07:10 AM, Thiago Cavalcante wrote:
>>>>>> Maintaining the system is not working.
>>>>>> Trying to run the console displays error message:
>>>>>>
>>>>>> tlcavalcante@tlcavalcante:~$ /usr/share/computerjanitor/computer-janitor-gtk
>>>>>
>>>>> Try:
>>>>>
>>>>> $ gksu /usr/share/computerjanitor/computer-janitor-gtk
>>>>> or
>>>>> $ gksu --desktop /usr/share/applications/computer-janitor-gtk.desktop
>>>>> computer-janitor-gtk
>>> ...
>>>> Trying to run Maintainer System as not working in Gnome.
>>>> Running in the terminal to read the error message.
>>>>
>>>> Thanks for all help!
>>>>
>>>
>>> Yes? And do you get the exact same error messages when you use the
>>> commands I suggested?
>
>>
>> yes!
>>
>
> Have a look through here to see if there are any related bugs. If not
> file a bug report & hopefully a dev will be able to assist.
> https://bugs.launchpad.net/ubuntu/+source/computer-janitor
>
> Alternatively, you could try purging & reinstalling computer-janitor &
> computer-janitor-gtk.
>
>
>
>
> --
> ubuntu-users mailing list
> ubuntu-users@lists.ubuntu.com
> Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
Reinstallation without success, I believe that service is /etc/init/
DBUS related was removed or disabled by accident, DBUS is running
normally.
It stopped working after optimization procedures found on Google. Not
BUG application.
Thanks!
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
11-28-2010, 05:44 PM
NoOp
System Error
On 11/28/2010 02:46 AM, Thiago Cavalcante wrote:
> 2010/11/28 NoOp ...
>> Have a look through here to see if there are any related bugs. If not
>> file a bug report & hopefully a dev will be able to assist.
>> https://bugs.launchpad.net/ubuntu/+source/computer-janitor
>>
>> Alternatively, you could try purging & reinstalling computer-janitor &
>> computer-janitor-gtk.
...
>
> Reinstallation without success, I believe that service is /etc/init/
> DBUS related was removed or disabled by accident, DBUS is running
> normally.
>
> It stopped working after optimization procedures found on Google. Not
> BUG application.
>
> Thanks!
>
Well... obviously I doubt anyone can help you if you don't provide a
link to the "optimization procedures" *and* tell us what you did.
--
ubuntu-users mailing list
ubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users