[Bug 1264389] [NEW] Screen dims unexpectedly then stays dim until adjusted

2013-12-26 Thread Dave L
Public bug reported:

Expected behaviour:
1) When "AC" power connected, screen does not dim.
2) "When System Settings->Brightness and Lock->Dim screen to save power" is 
unchecked, screen does not dim
3) When (1) and (2) are false, screen dims after a period of inactivity
4) When keyboard or mouse activity, screen will undim.

Behaviour after upgrade to 13.10
1) Screen dims randomly when AC power is connected, seemly after inactivity
2) Screen dims instantly if AC power is disconnected then reconnected
3) Screen does not undim on mouse movement or keypresses
4) Opening or clicking on the brightness and lock menu undims the screen.
5) "Dim screen to save power" setting makes no difference (other than that to 
adjust the setting, you cause condition 4)

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-14-generic 3.11.0-14.21
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  dave   3034 F pulseaudio
  dave  17396 F pulseaudio
Date: Thu Dec 26 22:51:21 2013
InstallationDate: Installed on 2013-06-24 (185 days ago)
InstallationMedia: Ubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
MachineType: Hewlett-Packard HP Compaq 6530b (VC178ET#ABU)
MarkForUpload: True
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.11.0-14-generic 
root=/dev/mapper/main-root ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-14-generic N/A
 linux-backports-modules-3.11.0-14-generic  N/A
 linux-firmware 1.116
SourcePackage: linux
UpgradeStatus: Upgraded to saucy on 2013-12-25 (1 days ago)
dmi.bios.date: 12/07/2011
dmi.bios.vendor: Hewlett-Packard
dmi.bios.version: 68PDD Ver. F.20
dmi.board.name: 30DD
dmi.board.vendor: Hewlett-Packard
dmi.board.version: KBC Version 96.23
dmi.chassis.asset.tag: CNU9492DHT
dmi.chassis.type: 10
dmi.chassis.vendor: Hewlett-Packard
dmi.modalias: 
dmi:bvnHewlett-Packard:bvr68PDDVer.F.20:bd12/07/2011:svnHewlett-Packard:pnHPCompaq6530b(VC178ET#ABU):pvrF.20:rvnHewlett-Packard:rn30DD:rvrKBCVersion96.23:cvnHewlett-Packard:ct10:cvr:
dmi.product.name: HP Compaq 6530b (VC178ET#ABU)
dmi.product.version: F.20
dmi.sys.vendor: Hewlett-Packard

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


** Tags: amd64 apport-bug saucy

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

Title:
  Screen dims unexpectedly then stays dim until adjusted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1264389/+subscriptions

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


[Bug 1111611] Re: Mysql distinct count returns wrong value in some circumstances

2013-02-01 Thread Dave L
I see the same behaviour on mysql 5.5.28 on Cygwin. So the issue is not
Ubuntu-specific. The comparison therefore is between Mysql5.1 and
Mysql5.5.  5.1 was available in the 12.04 repository as a non-default
install, but it has subsequently been removed.

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

Title:
  Mysql distinct count returns wrong value in some circumstances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/611/+subscriptions

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


[Bug 1111611] [NEW] Mysql distinct count returns wrong value in some circumstances

2013-01-31 Thread Dave L
Public bug reported:

Under some circumstances, an SQL query containing count(distinct(item))
with a "where" clause returns half the value it should (rounded up to an
integer if applicable).

I have been unable to determine the exact qualities of the data that
cause this situation to occur, however the test case attached reproduces
the problem reliably.

Example of expected output from the attached script (Server is Ubuntu 10.04)
dave@hp:~$ mysql -u davetest -p -h 10.0.3.85 < ~/dumps/testdump6.sql
Enter password: 
count(distinct(testtab.foo))
111
count(testtab.foo)
111
count(distinct(testtab.foo))
111

Example of incorrect output from Ubuntu 12.10 / 12.04
dave@hp:~$  mysql -u davetest -p < ~/dumps/testdump6.sql
Enter password: 
count(distinct(testtab.foo))
56
count(testtab.foo)
111
count(distinct(testtab.foo))
111

The same client machine was used for both tests. The problem is also
seen with the php5-mysql client.

ProblemType: Bug
DistroRelease: Ubuntu 12.10
Package: mysql-server 5.5.29-0ubuntu0.12.10.1
ProcVersionSignature: Ubuntu 3.5.0-22.34-generic 3.5.7.2
Uname: Linux 3.5.0-22-generic x86_64
ApportVersion: 2.6.1-0ubuntu10
Architecture: amd64
Date: Thu Jan 31 16:40:31 2013
InstallationDate: Installed on 2013-01-21 (10 days ago)
InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release amd64 (20121017.5)
Logs.var.log.daemon.log:
 
MarkForUpload: True
MySQLConf.etc.mysql.conf.d.mysqld.safe.syslog.cnf:
 [mysqld_safe]
 syslog
MySQLVarLibDirListing: False
PackageArchitecture: all
SourcePackage: mysql-5.5
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apparmor apport-bug quantal running-unity

** Attachment added: "testdump6.sql"
   
https://bugs.launchpad.net/bugs/611/+attachment/3509171/+files/testdump6.sql

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

Title:
  Mysql distinct count returns wrong value in some circumstances

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/611/+subscriptions

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


[Bug 909669] Re: installer crash 12.04a1 in Virtualbox (no VTX)

2011-12-29 Thread Dave L
** Attachment added: "Concatenation of /var/log/syslog and /var/log/partman"
   
https://bugs.launchpad.net/bugs/909669/+attachment/2650159/+files/syslog-partman

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

Title:
  installer crash 12.04a1 in Virtualbox (no VTX)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/909669/+subscriptions

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


[Bug 909669] [NEW] installer crash 12.04a1 in Virtualbox (no VTX)

2011-12-29 Thread Dave L
Public bug reported:

I have no real info about what went wrong other than "The installer
crashed, please report a bug" which happened some minutes into the
"long" part of the install.

Host OS is Ubuntu 11.10 x86_64.  Host CPU is T5670 (Intel Core2 Due, without 
Virtualization Technology VTX)
VirtualBox 4.1.8

Guest is 32-bit.  Ubuntu 12.04 alpha 1.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: ubiquity 2.9.5
ProcVersionSignature: Ubuntu 3.2.0-2.5-generic 3.2.0-rc3
Uname: Linux 3.2.0-2-generic i686
ApportVersion: 1.90-0ubuntu1
Architecture: i386
CasperVersion: 1.292
Date: Thu Dec 29 10:53:20 2011
LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Alpha i386 (2029.1)
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 precise ubiquity-2.9.5

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

Title:
  installer crash 12.04a1 in Virtualbox (no VTX)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/909669/+subscriptions

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


[Bug 841952] Re: gnome-settings-daemon crashed with signal 5 in gsd_power_manager_start()

2011-10-13 Thread Dave L
Sorry I can't reproduce this bug anymore, I may have had some updates.
Will the previous backtraces be on my system somewhere?

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

Title:
  gnome-settings-daemon crashed with signal 5 in
  gsd_power_manager_start()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/841952/+subscriptions

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


[Bug 841952] Re: gnome-settings-daemon crashed with signal 5 in gsd_power_manager_start()

2011-10-05 Thread Dave L
Seems to affect me on version 3.2.0 as of beta2.  Also I'm on AMD64.

How can I get apport to append to this bug report, it seems only capable
of opening a new one?

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

Title:
  gnome-settings-daemon crashed with signal 5 in
  gsd_power_manager_start()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/841952/+subscriptions

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


[Bug 862535] [NEW] package flashplugin-installer 10.3.183.10ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-29 Thread Dave L
*** This bug is a duplicate of bug 861584 ***
https://bugs.launchpad.net/bugs/861584

Public bug reported:

The original error occurred as I did a dist-upgrade from 11.04 on 28th
Sept 2011 (to beta 2 I think? how can I actually tell??).  Actually I
was offline at that point and so did dpkg -r flashplugin-installer and
carried on.  This error report was generated when I tried to install it
from the software centre.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: flashplugin-installer 10.3.183.10ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
ApportVersion: 1.23-0ubuntu1
AptOrdering:
 flashplugin-installer: Install
 flashplugin-installer: Configure
Architecture: amd64
Date: Thu Sep 29 17:19:45 2011
DpkgTerminalLog:
 Unpacking flashplugin-installer (from 
.../flashplugin-installer_10.3.183.10ubuntu5_amd64.deb) ...
 Setting up flashplugin-installer (10.3.183.10ubuntu5) ...
 nspluginwrapper: /usr/lib/flashplugin-installer/libflashplayer.so is not a 
valid NPAPI plugin
 dpkg: error processing flashplugin-installer (--configure):
  subprocess installed post-installation script returned error exit status 1
DuplicateSignature:
 Setting up flashplugin-installer (10.3.183.10ubuntu5) ...
 nspluginwrapper: /usr/lib/flashplugin-installer/libflashplayer.so is not a 
valid NPAPI plugin
 dpkg: error processing flashplugin-installer (--configure):
  subprocess installed post-installation script returned error exit status 1
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
SourcePackage: flashplugin-nonfree
Title: package flashplugin-installer 10.3.183.10ubuntu5 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: flashplugin-nonfree (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package oneiric

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

Title:
  package flashplugin-installer 10.3.183.10ubuntu5 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/862535/+subscriptions

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


[Bug 862535] Re: package flashplugin-installer 10.3.183.10ubuntu5 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-09-29 Thread Dave L
*** This bug is a duplicate of bug 861584 ***
https://bugs.launchpad.net/bugs/861584

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

Title:
  package flashplugin-installer 10.3.183.10ubuntu5 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/862535/+subscriptions

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


[Bug 847782] Re: installer writes a permanent ethernet entry in interfaces file

2011-09-29 Thread Dave L
My /etc/network/interfaces consists only of

auto lo
iface lo inet loopback

Yet I now have this problem since doing dist-upgrade to 11.10-beta2.
Should I file a separate bug?  I can't seem to find a bug report that
fits exactly.

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

Title:
  installer writes a permanent ethernet entry in interfaces file

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/847782/+subscriptions

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


[Bug 824315] [NEW] Apparmor blocks access to files required for ipv6 dhcp

2011-08-10 Thread Dave L
Public bug reported:

I had to add the following entries to my apparmor in order to use the
dhcp server with the -6 option

 /var/lib/dhcp/dhcpd6.leases rwl,
 @{PROC}/[0-9]*/net/if_inet6 r,

I believe the above entries should be included in the stock 
/etc/apparmor.d/usr.sbin.dhcpd
Users who wish to add this manually to their installations could add it that 
file, or to /etc/apparmor.d/local/usr.sbin.dhcpd depending on whether they 
consider this change to be a "bug fix" or a "site local modification".

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Apparmor blocks access to files required for ipv6 dhcp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/824315/+subscriptions

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


[Bug 804899] Re: package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-07-02 Thread Dave L
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/804899

Title:
  package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/804899/+subscriptions

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


[Bug 804899] [NEW] package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 1

2011-07-02 Thread Dave L
Public bug reported:

This has happened on the very first install of Ubuntu 11.04 - clean
install with new partitions

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: initramfs-tools 0.98.8ubuntu3
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic i686
Architecture: i386
Date: Sat Jul  2 21:39:16 2011
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 1
PackageArchitecture: all
SourcePackage: initramfs-tools
Title: package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade: 
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
UpgradeStatus: Upgraded to natty on 2011-07-02 (0 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 natty

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

Title:
  package initramfs-tools 0.98.8ubuntu3 failed to install/upgrade:
  ErrorMessage: subprocess installed post-installation script returned
  error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/804899/+subscriptions

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


[Bug 789097] Re: tdb2.so undefined symbol: dyn_get_STATEDIR (source code typo)

2011-05-31 Thread Dave L
samba_3.5.8~dfsg-1ubuntu2.2

And the previous version was the same.

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

Title:
  tdb2.so undefined symbol: dyn_get_STATEDIR (source code typo)

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


[Bug 789097] Re: tdb2.so undefined symbol: dyn_get_STATEDIR (source code typo)

2011-05-27 Thread Dave L
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/789097

Title:
  tdb2.so undefined symbol: dyn_get_STATEDIR (source code typo)

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


[Bug 789097] [NEW] tdb2.so undefined symbol: dyn_get_STATEDIR (source code typo)

2011-05-27 Thread Dave L
Public bug reported:

Binary package hint: samba

This error occurs if "idmap backend = tdb2" is specified in smb.conf

The source of the error is this patchfile
fhs-filespath.patch

The offending patch is at the bottom of the file, as follows

===
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -107,7 +107,7 @@
if (db_path == NULL) {
/* fall back to the private directory, which, despite
   its name, is usually on shared storage */
-   db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", 
lp_private_dir());
+   db_path = talloc_asprintf(NULL, "%s/idmap2.tdb", 
dyn_get_STATEDIR());
}
NT_STATUS_HAVE_NO_MEMORY(db_path);

The correct function name is get_dyn_STATEDIR, not dyn_get_STATEDIR.

I've tested it can be fixed by changing this accordingly.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: samba 2:3.5.8~dfsg-1ubuntu2.2
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
BothFailedConnect: Yes
Date: Fri May 27 12:28:59 2011
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
ProcEnviron:
 LANGUAGE=en_GB:en
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SambaServerRegression: No
SmbConfIncluded: No
SourcePackage: samba
UpgradeStatus: Upgraded to natty on 2011-05-09 (17 days ago)

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


** Tags: amd64 apport-bug natty

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

Title:
  tdb2.so undefined symbol: dyn_get_STATEDIR (source code typo)

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


[Bug 602656] Re: apt-get and other http downloads fail consistently

2010-12-26 Thread Dave L
Installed Kernel as requested.  uname -a
Linux myhostname 2.6.37-020637rc2-generic #201011160905 SMP Tue Nov 16 09:08:47 
UTC 2010 x86_64 GNU/Linux

Problem still present with E156G however have managed to test another
device with the same SIM card and the problem goes away.

>From lsusb
E156G: Bus 002 Device 006: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 
HSDPA Modem / E270 HSDPA/HSUPA Modem
ZTE device: Bus 002 Device 004: ID 19d2:0031 ONDA Communication S.p.A. ZTE MF636

I don't think the Huawei device is faulty because it works with a 32-bit
installation.

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

Title:
  apt-get and other http downloads fail consistently

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


[Bug 602656] Re: apt-get and other http downloads fail consistently

2010-12-24 Thread Dave L
Yes.  Kernel 2.6.35-23-generic.  (I'll retest against 2.6.35-24 in the
new year, I'm not currently near a signal).

Note that a SOCKS proxy can be used as a workaround eg
sudo tsocks aptitude install some-package

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

Title:
  apt-get and other http downloads fail consistently

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


[Bug 640540] Re: Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 failed to install/upgrade: cannot access archive: No such file or directory

2010-10-20 Thread Dave L
The opendns block has been lifted.  I'll keep an eye on it.

-- 
Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 
failed to install/upgrade: cannot access archive: No such file or directory
https://bugs.launchpad.net/bugs/640540
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 640540] Re: Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 failed to install/upgrade: cannot access archive: No such file or directory

2010-10-20 Thread Dave L
I think things can go out of sync.  This shouldn't happen as the update
manager GUI gives the impression that it "does everything" and users
wouldn't really expect to have to do something on the command line.  I
can't say what went wrong as the problem righted itself - I just allowed
the automatic bug report to be generated.

The actual file would be 
http://gb.archive.ubuntu.com/sites/archive.ubuntu.com/ubuntu/pool/universe/e/eclipse/eclipse-jdt_3.5.2-2ubuntu4.2_amd64.deb

(GB archives, 64-bit architecture)

As an additional twist, which probably wasn't the cause at the time,
opendns are blocking gb.archive.ubuntu.com.  I'll e-mail them to ask
them to stop that and find out when they started doing it.

-- 
Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 
failed to install/upgrade: cannot access archive: No such file or directory
https://bugs.launchpad.net/bugs/640540
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 640540] Re: Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 failed to install/upgrade: cannot access archive: No such file or directory

2010-09-16 Thread Dave L

** Attachment added: "AptOrdering.txt"
   
https://bugs.launchpad.net/bugs/640540/+attachment/1593897/+files/AptOrdering.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/640540/+attachment/1593898/+files/Dependencies.txt

** Attachment added: "Df.txt"
   https://bugs.launchpad.net/bugs/640540/+attachment/1593899/+files/Df.txt

** Attachment added: "Dmesg.txt"
   https://bugs.launchpad.net/bugs/640540/+attachment/1593900/+files/Dmesg.txt

** Attachment added: "DpkgTerminalLog.txt"
   
https://bugs.launchpad.net/bugs/640540/+attachment/1593901/+files/DpkgTerminalLog.txt

-- 
Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 
failed to install/upgrade: cannot access archive: No such file or directory
https://bugs.launchpad.net/bugs/640540
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 640540] [NEW] Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 failed to install/upgrade: cannot access archive: No such file or directory

2010-09-16 Thread Dave L
Public bug reported:

Binary package hint: eclipse

Via update manager.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: eclipse-plugin-cvs 3.5.2-2ubuntu4.2
ProcVersionSignature: Ubuntu 2.6.32-24.42-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
Architecture: amd64
Date: Thu Sep 16 14:10:27 2010
ErrorMessage: cannot access archive: No such file or directory
InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release amd64 (20091027)
SourcePackage: eclipse
Title: package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 failed to install/upgrade: 
cannot access archive: No such file or directory
xulrunner-versions:
 /usr/lib/xulrunner-1.9.1.6
 /usr/lib/xulrunner-1.9.2.9

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


** Tags: amd64 apport-package lucid

-- 
Package manager: 404 not found on package eclipse-plugin-cvs 3.5.2-2ubuntu4.2 
failed to install/upgrade: cannot access archive: No such file or directory
https://bugs.launchpad.net/bugs/640540
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 565014] Re: No signature detected in emails signed using pgp/mime

2010-07-08 Thread Dave L
Further to #4, #5:  enigmail 1.0.1 as installed via apt is broken,
enigmail 1.0.1 downloaded from Mozilla is OK, so it's an Ubuntu problem.
b.t.w no need to uninstall the Ubuntu version, just disable it in add-
ons before installing the official Mozilla one.

-- 
No signature detected in emails signed using pgp/mime
https://bugs.launchpad.net/bugs/565014
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 602656] Re: apt-get and other http downloads fail consistently

2010-07-07 Thread Dave L

** Attachment added: "Wireshark TCP dump"
   http://launchpadlibrarian.net/51507165/wireshark-extract.cap

-- 
apt-get and other http downloads fail consistently
https://bugs.launchpad.net/bugs/602656
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 602656] [NEW] apt-get and other http downloads fail consistently

2010-07-07 Thread Dave L
Public bug reported:

Ubuntu 10.04 LTS 64-bit
Affects apt-get, wget, web-browsers
Retested on clean install of 10.04 LTS 64-bit: problem identical
Retested on clean install of 9.04 32 bit: problem not seen
Example command: wget 
http://gb.archive.ubuntu.com/ubuntu/pool/main/g/gcj-4.4/libgcj10_4.4.3-1ubuntu2_amd64.deb
Result:  Consistently fails after 3618204 bytes transferred (byte count is 
consistent per failing URL, but varies from URL to URL).

Wireshark shows the client sending large bursts of duplicate ACKs,
preceded by a missing TCP segment (incoming).  A short extract is
attached.  Duplicate ACK count typically gets to 500 or more; this
happens several times during the conversation, during the "final"
occurrence, the conversation terminates unexpectedly with no FIN.

Network device:  Mobile broadband.  Huawei E156G.
Network Three UK.  Three do not NAT their mobile data connections; there is no 
router or NAT at my end, USB modem is connected directly to laptop.  On the 
clean-install retests (including where the problem is reproduced) there is no 
firewall configured.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
apt-get and other http downloads fail consistently
https://bugs.launchpad.net/bugs/602656
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 601305] Re: GRUB writes to wrong MBR and destroys RAID setup

2010-07-07 Thread Dave L
Same problem different scenario: installing from CD to USB drive.  Grub writes 
to the MBR on sda meaning that:
1) USB drive does not actually become a boot disk
2) Installation on main drive (sda) now requires the USB drive to be attached 
in order to find the grub menu

(both manually fixable afterwards using grub-install)
Ubuntu 10.04 AMD64

-- 
 GRUB writes to wrong MBR and destroys RAID setup
https://bugs.launchpad.net/bugs/601305
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 10550] Re: DVDs with restrictive permissions are unreadable for normal user

2008-08-22 Thread Dave L
I've long dealt with this problem. Anytime I come across a problematic
DVD, I've got to pop it open via sudo. Which of course raises all kinds
of security issues.

I can definitely see the difficulty this causes for a developer. Ideally
you want to preserve the permissions, yet the reality is the vast
majority of those DVD's floating around are meant to usable by anyone
who plops it in a drive.

I think something along the lines of a permission under the Users and
Groups like "Use DVD as Owner" might be an acceptable alternative or
perhaps a DVD user group that mounts DVD's as owner might suffice.

-- 
DVDs with restrictive permissions are unreadable for normal user
https://bugs.launchpad.net/bugs/10550
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


[Bug 12740] Re: new icon and ui cleanup

2008-04-20 Thread Dave L
It would be nice if the tsclient applet icon would follow the icon theme
conventions. Right now, GNOME_TSClientApplet.server has the icon
hardcoded to /usr/share/pixmaps/tsclient/tsclient.png. The problem with
that, of course, is that regardless of what icon theme you use, it will
always use that icon.

Even if GNOME_TSClientApplet.server is edited to this:



instead of



it still does not follow the theme convention.

-- 
new icon and ui cleanup
https://bugs.launchpad.net/bugs/12740
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


[Bug 192559] Re: alsa update breaks kernel ABI

2008-04-19 Thread Dave L
This issue is still present, even in the Hardy Heron RC.

-- 
alsa update breaks kernel ABI
https://bugs.launchpad.net/bugs/192559
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 155514] Re: evolution 2.12.0 extremely slow after upgrade to Ubuntu 7.10

2007-10-25 Thread Dave L
I've encountered this problem also. I noticed that after evolution had
been open for a while, it would slow down.

A quick look at System Monitor explained why. evolution-exchange-storage
memory just kept climbing. It just kept going up and up. Eventually it
got over 100 meg and I had to kill the process.

Exchange e-mail account is the only mail account set up. I do have one
public folder subscribed, a contacts folder.

-- 
evolution 2.12.0 extremely slow after upgrade to Ubuntu 7.10
https://bugs.launchpad.net/bugs/155514
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