[Bug 987965] Re: notifier 'Failure to download extra data' every kubuntu 12.04 restart

2012-06-06 Thread jifg
*** This bug is a duplicate of bug 982032 ***
https://bugs.launchpad.net/bugs/982032

It seems that flashplugin-installer tries to download a file that is not
available in the repository:

$ sudo /usr/lib/update-notifier/package-data-downloader
flashplugin-installer: downloading 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.233.orig.tar.gz

$ wget 
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.233.orig.tar.gz
--2012-06-06 09:18:42--  
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.233.orig.tar.gz
Resolving archive.canonical.com (archive.canonical.com)... 91.189.92.150, 
91.189.92.191
Connecting to archive.canonical.com 
(archive.canonical.com)|91.189.92.150|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-06-06 09:18:42 ERROR 404: Not Found.

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

Title:
  notifier 'Failure to download extra data' every kubuntu 12.04 restart

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/987965/+subscriptions

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


[Bug 994584] Re: Failure to download extra data files

2012-05-20 Thread jifg
*** This bug is a duplicate of bug 993672 ***
https://bugs.launchpad.net/bugs/993672

In my case, if I press button execute action now, I can see a console trying 
to download file:
http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin_11.2.202.233.orig.tar.gz
However, only adobe-flashplugin_11.2.202.228.orig.tar.gz and 
adobe-flashplugin_11.2.202.235.orig.tar.gz exists.

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

Title:
  Failure to download extra data files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/update-notifier/+bug/994584/+subscriptions

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


[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-08-10 Thread jifg
Jon, please try to remove the -w. I'm currently using:
killall -9 -u gdm gnome-settings-daemon
and it's working for me all the time.
Cheers.

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

Title:
  the session settings manager can try starting before the login screen
  one exits

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/649809/+subscriptions

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


[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-07-22 Thread jifg
This workaround works for me (VirtualBox): try to replace sleep 2 by
killall gnome-settings-daemon to avoid waiting. This way:

/etc/xdg/autostart/gnome-settings-daemon.desktop
Exec=bash -c killall gnome-settings-daemon ; 
/usr/lib/gnome-settings-daemon/gnome-settings-daemon

The system should stop the previous daemon and ensure it has been
stopped before launching the new one (instead of killing it).

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

Title:
  the session settings manager can try starting before the login screen
  one exits

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/649809/+subscriptions

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


[Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2011-07-22 Thread jifg
The workaround is not working always. A better workaround is to leave
/etc/xdg/autostart/gnome-settings-daemon.desktop
untouched but change
/etc/gdm/PreSession/Default
in order to assert that gnome-settings-daemon from user gdm is killed, adding 
as the last line
killall -9 -w -u gdm gnome-settings-daemon
where -9 and -w are optional.
It seems to work all the time so far.

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

Title:
  the session settings manager can try starting before the login screen
  one exits

To manage notifications about this bug go to:
https://bugs.launchpad.net/gdm/+bug/649809/+subscriptions

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