[Bug 247627] [NEW] update manager proposes updates to not installed packages

2008-07-11 Thread Eer
Public bug reported:

Binary package hint: update-manager

When the update notification was showing up today, I checked which
packages were to be upgraded. To my surprise there were apache packages
in the list, even though I do not have it installed.

I had it installed until a few weeks ago when I moved to lighttpd.

System information: 
lsb_release -rd: Ubuntu 8.04
uname -r: 2.6.24-19-generic
update-manager version: 1.0.87.27

Unfortunately, I am not familiar enough with APT to know which files you
would need to research this problem. Please advise me which files you
need and I can provide them in a few days. I will not update until I
know you have enough information to research.

I have provided a screenshot that shows apache2-utils not installed, yet
it is in the update-manager.

** Affects: update-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 247627] Re: update manager proposes updates to not installed packages

2008-07-11 Thread Eer

** Attachment added: "apache2-utils not installed, yet updates are shown"
   http://launchpadlibrarian.net/15965007/apache-updates.png

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 247627] Re: update manager proposes updates to not installed packages

2008-07-11 Thread Eer
I'll try that this sunday (when I have access to this machine), by
'check' you mean `apt-get check`, correct?

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 247627] Re: update manager proposes updates to not installed packages

2008-07-13 Thread Eer

** Attachment added: "Mark all upgrades screen - synaptic"
   http://launchpadlibrarian.net/15997699/mark-all-upgrades-synaptic.png

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 247627] Re: update manager proposes updates to not installed packages

2008-07-13 Thread Eer

** Attachment added: "output of `apt-get -s upgrade`"
   http://launchpadlibrarian.net/15997695/apt-log.txt

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 247627] Re: update manager proposes updates to not installed packages

2008-07-13 Thread Eer
I'm sorry, but apache2-utils is only an example, also in the list, but not 
installed: 
apache2-mpm-prefork
apache2.2-common
libapache2-php5

I highly doubt lighttpd has those marked as a suggestion. That said: 
* Clicking 'check' in the gui has not alleviated the problem. 
* aptitude ~iapache yields no results (see attached screenshot)
* I used 'mark all upgrades from synaptic (screenshot), and it told me it 
wanted to install the apache things. Not very surprising, as the update manager 
uses the same base information, however, I don't know WHY it wants to install 
all that and I don't know why the *update* manager proposes to install *new* 
software.

I was under the impression that the update-manager should upgrade
*existing* packages, not install *new* non-dependencies? To make sure
that perhaps apache is required for something I installed, I ran `apt-
get -s upgrade`. The output does not contain any apache packages
(attachment: apt-log.txt).

Please let me know if there is additional information I could provide.


** Attachment added: "Output of aptitude ~iapache"
   
http://launchpadlibrarian.net/15997686/Screenshot-erik%40erik-shuttle%3A%20%7E.png

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 191565] Re: false warning when checking CLI packages

2008-07-13 Thread Eer
I looked upstream for a bit, linda has been deprecated and removed from Debian 
(testing + unstable), the maintainer has called it quits: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469039

So this is probably a WONTFIX?

-- 
false warning when checking CLI packages
https://bugs.launchpad.net/bugs/191565
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 247627] Re: update manager proposes updates to not installed packages

2008-07-14 Thread Eer
Attached output of 'aptitude why apache2.2-common'

** Attachment added: "output of 'aptitude why apache2.2-common'"
   http://launchpadlibrarian.net/16019390/aptitude-why.txt

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 247627] Re: update manager proposes updates to not installed packages

2008-07-16 Thread Eer
Specifically requested output: 
`apt-config dump | grep Install-Recommends`
APT::Install-Recommends "0";
APT::Install-Recommends-Sections "";
APT::Install-Recommends-Sections:: "metapackages";
APT::Install-Recommends-Sections:: "restricted/metapackages";
APT::Install-Recommends-Sections:: "universe/metapackages";
APT::Install-Recommends-Sections:: "multiverse/metapackages";

`apt-config dump | grep Install-Suggests`
APT::Install-Suggests "0";

** Attachment added: "apt-config dump output"
   http://launchpadlibrarian.net/16092877/apt-config-dump.txt

-- 
update manager proposes updates to not installed packages
https://bugs.launchpad.net/bugs/247627
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 191565] [NEW] false warning when checking CLI packages

2008-02-13 Thread Eer
Public bug reported:

Binary package hint: linda

Ubuntu Version information: 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"
---
Package version information:  0.3.26ubuntu1
---

Description: 
In the Debian CLI Policy 
(http://pkg-mono.alioth.debian.org/cli-policy/ch-packaging.html) it states: 
For packages that consist of 100% managed code, "Architecture: all" must be 
chosen in debian/control. (3.1.1)
The package's applications, libraries and meta-data must be installed into 
/usr/lib/packagename. (3.1.2)

Linda throws warning saying: 
File /usr/lib/xxx/xxx.dll contained in /usr/lib of Architecture: all package. 
(error: usr-lib-in-arch-all)
---
Steps to reproduce: use linda to check the monodevelop (or any other CLI) 
package.

ProblemType: Bug
Architecture: i386
Date: Wed Feb 13 15:20:30 2008
DistroRelease: Ubuntu 7.10
NonfreeKernelModules: vmnet vmblock vmmon
Package: linda 0.3.26ubuntu1
PackageArchitecture: all
SourcePackage: linda
Uname: Linux muggenbeet 2.6.22-14-generic #1 SMP Fri Feb 1 04:59:50 UTC 2008 
i686 GNU/Linux

** Affects: linda (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug

-- 
false warning when checking CLI packages
https://bugs.launchpad.net/bugs/191565
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 191565] Re: false warning when checking CLI packages

2008-02-13 Thread Eer

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/11921870/Dependencies.txt

-- 
false warning when checking CLI packages
https://bugs.launchpad.net/bugs/191565
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 728778] Re: adobe flash player plugin always crashes on youtube

2011-03-16 Thread Eer
Yes, I can reproduce using the steps in #7. However, I can also
reproduce it 100% when I'm using the movie picker in the top of the
screen.

Steps to reproduce I use (different from #7, but probably the same youtube code 
is executed): 
1. Open any movie, for example: http://www.youtube.com/watch?v=WiJczH3cr48
2. Click on the dropdown next to the name of the uploader to show thumbnails of 
other videos uploaded
3. Click on any video in that list.
4. The page reloads and Flash crashes. 

I have uploaded the terminal output and steps to reproduce (in
screenshot form).

** Attachment added: "Terminal output"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/728778/+attachment/1913274/+files/flash_crash.txt

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

Title:
  adobe flash player plugin always crashes on youtube

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


[Bug 728778] Re: adobe flash player plugin always crashes on youtube

2011-03-16 Thread Eer
** Attachment added: "Screenshots for steps to reproduce"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/728778/+attachment/1913275/+files/screenshotstepstoreproduce.png

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

Title:
  adobe flash player plugin always crashes on youtube

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