Re: [Bug 212835] Re: update manager needs manual restart

2008-04-07 Thread Luther Randerson
unsubscribe
- Original Message - 
From: Greg Grossmeier [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 06, 2008 10:52 PM
Subject: [Bug 212835] Re: update manager needs manual restart


To check for updates requires downloading upwards of 4 megs of data
sometimes, and is not always preferred by people on slow connections.
It can be set to check for updates every day, which is plenty on a
stable release.  And since we don't want to make the packages different
just for the development cycle (special changes aren't good for finding
all bugs) it probably won't be set to update more frequently.

** Changed in: update-manager (Ubuntu)
Sourcepackagename: None = update-manager
   Status: New = Invalid

-- 
update manager needs manual restart
https://bugs.launchpad.net/bugs/212835
You received this bug notification because you are subscribed to update-
manager in ubuntu.

-- 
update manager needs manual restart
https://bugs.launchpad.net/bugs/212835
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


Re: [Bug 212835] [NEW] update manager needs manual restart

2008-04-07 Thread Luther Randerson
unsubscribe
- Original Message - 
From: Launchpad Bug Tracker [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, April 06, 2008 10:52 PM
Subject: [Bug 212835] [NEW] update manager needs manual restart


You have been subscribed to a public bug:

Since I am using 8.04 beta, it is assumed that updates are happening a
lot - which is expected. However if I just start the update manager, it
often will say my system is up to date. After pushing the check button
it finds more - shouldn't this be automatic?

Just Me

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

-- 
update manager needs manual restart
https://bugs.edge.launchpad.net/bugs/212835
You received this bug notification because you are subscribed to 
update-manager in ubuntu.

-- 
update manager needs manual restart
https://bugs.launchpad.net/bugs/212835
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


Re: [Bug 206111] Re: unable to upgrade to dev. release 8.04 usinginstructions supplied on Ubuntu web site; a blank window appears and dissapears?

2008-04-07 Thread Luther Randerson
Please unsubscribe me from hese lists
- Original Message - 
From: Richard Birnie [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, April 07, 2008 3:25 PM
Subject: [Bug 206111] Re: unable to upgrade to dev. release 8.04 
usinginstructions supplied on Ubuntu web site;a blank window appears and 
dissapears?


Thanks for reporting this problem. We need some more information to find
the source of the problem.

First, just to check, I know this seems silly but the command is:

update-manager --devel-release

and not

update-manager --devel  -release

It could just be the web page but it looks like you have an extra space
in there.

If that isn't the case then could you please attach the 3 log files from
/var/log/dist-upgrade

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

** Tags added: gutsy2hardy

-- 
unable to upgrade to dev. release 8.04 using instructions supplied on Ubuntu 
web site; a blank window appears and dissapears?
https://bugs.launchpad.net/bugs/206111
You received this bug notification because you are subscribed to update-
manager in ubuntu.

-- 
unable to upgrade to dev. release 8.04 using instructions supplied on Ubuntu 
web site; a blank window appears and dissapears?
https://bugs.launchpad.net/bugs/206111
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 177497] Please remove me from the bug report

2007-12-19 Thread Luther Randerson

Alan wrote:
 Public bug reported:

 Binary package hint: update-manager

 downloaded and ran 7.04 to 7.10 Alternate upgrade

 ProblemType: Package
 Date: Wed Dec 19 11:07:28 2007
 ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Couldn't 
 configure pre-depend cupsys for cups-pdf, probably a dependency cycle.

 Package: update-manager
 SourcePackage: update-manager

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



-- 
[apport] package update-manager failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Couldn't configure pre-depend cupsys for 
cups-pdf, probably a dependency cycle.
https://bugs.launchpad.net/bugs/177497
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 173277] Cancel bug reports

2007-12-04 Thread Luther Randerson
L W Randerson

-- 
Packages failed to install hardy
https://bugs.launchpad.net/bugs/173277
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


Re: [Bug 164947] update-manager fails to compile with python 2.4 on hardy

2007-11-25 Thread Luther Randerson
Thank you   Luther
- Original Message - 
From: Rich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 24, 2007 8:35 PM
Subject: [Bug 164947] update-manager fails to compile with python 2.4 on 
hardy


Public bug reported:

Binary package hint: update-manager

I received the following error on attempting to upgrade to update-manager 
1:0.85.3:
Errors were encountered while processing:
 update-manager
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up update-manager (1:0.85.3) ...
Compiling /usr/lib/python2.4/site-packages/DistUpgrade/DistUpgradeCache.py 
...
  File /usr/lib/python2.4/site-packages/DistUpgrade/DistUpgradeCache.py, 
line 452
finally:
  ^
SyntaxError: invalid syntax

pycentral: pycentral pkginstall: error byte-compiling files (32)
pycentral pkginstall: error byte-compiling files (32)
dpkg: error processing update-manager (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 update-manager

The issue is that, in Python 2.4, you don't get try-except-finally - you
get try(try-except)-finally, but that's not what's in this file.

Changing the try-except-finally block to be a try-finally block with the
try-except as its contents (starting at line 414, ending at line 451)
fixes this problem.

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

-- 
update-manager fails to compile with python 2.4 on hardy
https://bugs.launchpad.net/bugs/164947
You received this bug notification because you are a bug contact for
update-manager in ubuntu.

-- 
update-manager fails to compile with python 2.4 on hardy
https://bugs.launchpad.net/bugs/164947
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


Re: [Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-11-25 Thread Luther Randerson
Sorry about that.  Thanks.  Luther
- Original Message - 
From: Milan [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 25, 2007 3:07 PM
Subject: [Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed


It's explained at the beginning of the bug description. I updated it so
it is more explicit, but *please* always read carefully at least the
description if not the complete thread before asking for help. Thanks
for caring about that, though.

** Description changed:

- [This issue is fixed by removing evms]
+ [This issue is fixed by removing evms: just type sudo apt-get remove
+ evms in a console.]

  In gutsy the new 2.6.22-4-generic kernel produces the following error
  message repreatedly:

  May 19 10:10:16 richard-desktop kernel: [  227.338011] device-mapper: 
table: 254:1: linear: dm-linear: Device lookup failed
  May 19 10:10:16 richard-desktop kernel: [  227.338017] device-mapper: 
ioctl: error adding target to table

  This causes the disk to thrash. Can be eliminated by killing the udevd 
daemon.
  Does not occur with the 2.6.20-15 kernel.

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a bug contact for
update-manager in ubuntu.

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 164947] Re: update-manager fails to compile with python 2.4 onhardy

2007-11-25 Thread Luther Randerson
Have lost the correspondence, but I believe it is working correctly now.
- Original Message - 
From: marktechey [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 25, 2007 7:41 AM
Subject: [Bug 164947] Re: update-manager fails to compile with python 2.4 
onhardy


HI,
 Thanks, could you show me or tell me in more detail what you have to 
change? Thanks

-- 
update-manager fails to compile with python 2.4 on hardy
https://bugs.launchpad.net/bugs/164947
You received this bug notification because you are a bug contact for
update-manager in ubuntu.

-- 
update-manager fails to compile with python 2.4 on hardy
https://bugs.launchpad.net/bugs/164947
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


Re: [Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed

2007-11-25 Thread Luther Randerson
I don't know.  My system is operational, but I don't know what has been 
updated and what has not.  Sorry I can' help you.  Luther
- Original Message - 
From: Hagy Hag [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Sunday, November 25, 2007 2:46 PM
Subject: [Bug 115616] Re: Device-mapper errors: dm-linear, lookup failed


I have exactly the same problem since the latest kernel update with my
Kubuntu gutsy installation:

kernel  [ 2185.818660] device-mapper: table: 254:1: linear: dm-linear: 
Device lookup failed
25.11.2007 11:40:34 zalas   kernel  [ 2185.819148] device-mapper: ioctl: 
error adding target to table

I didn't have this problem before. How can I stop the process. My
kubuntu installation is unusable right now.

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a bug contact for
update-manager in ubuntu.

-- 
Device-mapper errors: dm-linear, lookup failed
https://bugs.launchpad.net/bugs/115616
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 164871] zlib1g-dev_1.2.3.3.dfsg-5ubuntu2_i386.deb and xaw3dg_1.5+E-15_i386.deb never found

2007-11-24 Thread Luther Randerson
Thank you for this info.  I shall try it.  Luther
- Original Message - 
From: Simon Glet [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Saturday, November 24, 2007 9:29 AM
Subject: [Bug 164871] zlib1g-dev_1.2.3.3.dfsg-5ubuntu2_i386.deb and 
xaw3dg_1.5+E-15_i386.deb never found


Public bug reported:

Binary package hint: update-manager

Hi,

I am running Kubuntu Gutsy-Gibbon and as I wanted to install Java. As there 
were dependency problems I type apt-get -f install :
[EMAIL PROTECTED]:~# apt-get -f install
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  xaw3dg zlib1g-dev
The following NEW packages will be installed:
  xaw3dg zlib1g-dev
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
88 not fully installed or removed.
Need to get 0B/315kB of archives.
After unpacking, 868kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Failed to fetch cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 
(20071016.1)]/pool/main/x/xaw3d/xaw3dg_1.5+E-15_i386.deb Hash Sum mismatch
Failed to fetch cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 
(20071016.1)]/pool/main/z/zlib/zlib1g-dev_1.2.3.3.dfsg-5ubuntu2_i386.deb 
Hash Sum mismatch
E: Unable to fetch some archives, try running apt-get update or 
apt-get --fix-missing.

I order to install those packages I had to download them for the archive
ubuntu site. I am now installing Java but that was not fun for a first
time with ubuntu.

Thanks
Simon Glet

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

-- 
zlib1g-dev_1.2.3.3.dfsg-5ubuntu2_i386.deb and xaw3dg_1.5+E-15_i386.deb never 
found
https://bugs.launchpad.net/bugs/164871
You received this bug notification because you are a bug contact for
update-manager in ubuntu.

-- 
zlib1g-dev_1.2.3.3.dfsg-5ubuntu2_i386.deb and xaw3dg_1.5+E-15_i386.deb never 
found 
https://bugs.launchpad.net/bugs/164871
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


Re: [Bug 164713] package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: SystemError in cache.commit(): E:Sub-process /tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1), E

2007-11-23 Thread Luther Randerson
Since I have an Intel chip, I probably checked something wrong if this 
is an amd64 problem.  I probably was too careless when I started the 
update.  Sorry to cause the confusion.  Luther

Kunst Uber Alles wrote:
 Public bug reported:

 Binary package hint: update-manager

 near the end of the upgrade. Before this some errors appear connected to
 initrd.img-2.6.22-14-generic

 ProblemType: Package
 Architecture: amd64
 Date: Fri Nov 23 17:04:22 2007
 DistroRelease: Ubuntu 7.10
 ErrorMessage: ErrorMessage: SystemError in cache.commit(): E:Sub-process 
 /tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1), 
 E:Sub-process /tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1)

 Package: update-manager 1:0.81
 PackageArchitecture: all
 SourcePackage: update-manager
 Title: package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: 
 SystemError in cache.commit(): E:Sub-process 
 /tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1), 
 E:Sub-process /tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1)
 Uname: Linux darkstar 2.6.20-16-generic #2 SMP Sun Sep 23 18:31:23 UTC 2007 
 x86_64 GNU/Linux

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


 ** Tags: apport-package



-- 
package update-manager 1:0.81 failed to install/upgrade: ErrorMessage: 
SystemError in cache.commit(): E:Sub-process 
/tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1), E:Sub-process 
/tmp/tmp1gszYr/backports/usr/bin/dpkg returned an error code (1)
https://bugs.launchpad.net/bugs/164713
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


Re: [Bug 163854] Re: Couldn't upgrade from Festy ti Gutsy

2007-11-23 Thread Luther Randerson
Thanks.  Luther

Daniel Botelho wrote:
 I've already add them in the second post that I made! The file's url is
 http://launchpadlibrarian.net/10470514/dist-upgrade.tar.gz



-- 
Couldn't upgrade from Festy ti Gutsy
https://bugs.launchpad.net/bugs/163854
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


Re: [Bug 162027] Re: package update-manager 1:0.81 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2007-11-23 Thread Luther Randerson
Thanks. Luther

Jaakan Shorter wrote:
 I've been reinstalling my AMD64 based desktop for a few weeks now. and
 found out that every bios update after the one that came with the one I
 bought it with makes linux unstable.

 https://bugs.launchpad.net/ubuntu/+source/linux-
 source-2.6.22/+bug/129831



-- 
package update-manager 1:0.81 failed to install/upgrade: subprocess 
post-installation script returned error exit status 1
https://bugs.launchpad.net/bugs/162027
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


Re: [Bug 99081] Re: update-manager -d cannot compute upgrade

2007-11-23 Thread Luther Randerson
I doubt it.  I can send emails and download programs.  I'm not expert 
with computers, including linux.  Luther

Pedro Villavicencio wrote:
 Is this still an issue for you?

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



-- 
update-manager -d cannot compute upgrade
https://bugs.launchpad.net/bugs/99081
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


Re: [Bug 162387] Re: error upgrade

2007-11-23 Thread Luther Randerson
apt.log (36407), main.log (28487), main_pre_req.log(1375) and 
term.log(323758) are available, but I don't know how to send them to you 
on Linux.  Sorry about that -- could you please tell me how?  Luther

Pedro Villavicencio wrote:
 Thanks for taking the time to report this bug and helping to make Ubuntu
 better.  Could you please add all the files contained in /var/log/dist-
 upgrade/ to your bug report as separate attachments?  Thanks in advance.

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



-- 
error upgrade
https://bugs.launchpad.net/bugs/162387
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


Re: [Bug 99081] Re: update-manager -d cannot compute upgrade

2007-11-23 Thread Luther Randerson
Agreed.  Luther

Sam wrote:
 On 23/11, Pedro Villavicencio wrote:

 | Is this still an issue for you?
 | 
 | ** Changed in: update-manager (Ubuntu)
 |Importance: Undecided = Low
 |Status: New = Incomplete

 Let's say no, I'm using Debian and I have no access to my friend PC
 using Ubuntu.



-- 
update-manager -d cannot compute upgrade
https://bugs.launchpad.net/bugs/99081
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