[Bug 534707] Re: [Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in Lucid

2010-03-31 Thread John Lenton
As soon as the linked branch lands in ubuntuone-client trunk (it's being 
reviewd now), we'll have a .desktop file that looks like
[Desktop Entry]
Name=Ubuntu One
Exec=ubuntuone-launch
Type=Application
X-GNOME-Autostart-Delay=30

ubuntuone-launch is a python script that has a series of increasingly
more expensive tests to decide whether to start and connect the
syncdaemon or not. The first test is for the existence of the Ubuntu One
directory, which should be bail out early for most users.

-- 
[Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in 
Lucid
https://bugs.launchpad.net/bugs/534707
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 534707] Re: [Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in Lucid

2010-03-31 Thread John Lenton
On Wed, Mar 31, 2010 at 04:45:37PM -, Martin Pitt wrote:
> That .desktop file is installed into ~/.local if you enable U1 the first
> time? (Please don't introduce a python program into the startup sequence
> for everyone by shipping it statically in /etc/xdg/autostart)
> 
> Or, if you do, please move the directory test into the desktop file
> itself, instead of firing up python. Like
> 
> Exec=/bin/sh -c '[ -d "$HOME/Ubuntu One" ] && ubuntuone-launch'

OK, done. The latter, that is.

I'm not sure how much better it is; there already are some python
scripts in the startup, so python itself will be cached in memory, and
if the directory doesn't exist the only modules used (os and sys) will
have been loaded before also. And this is 30 seconds after everything
else has started, with the difference between the sh version and the
python version clocking in at 1ms versus 10ms on my machine. So... not
sure how much better it is, and I could argue that it's worse, but
I've implemented it because I think it's a reasonable middle ground,
and the freeze clock is ticking.

Thank you for your enduring patience and your constructive
suggestions.

-- 
[Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in 
Lucid
https://bugs.launchpad.net/bugs/534707
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 534707] Re: [Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in Lucid

2010-03-31 Thread John Lenton
** Changed in: ubuntuone-client
   Status: In Progress => Fix Committed

-- 
[Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in 
Lucid
https://bugs.launchpad.net/bugs/534707
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 530495] Re: desktopcouch crashed with oauth ImportError

2010-03-13 Thread John Lenton
I believe this has been fixed; please reopen if you can reproduce the
error with the new version (0.6.3-0ubuntu1).

** Changed in: lernid (Ubuntu)
   Status: New => Invalid

** Changed in: desktopcouch
   Status: New => Fix Released

-- 
desktopcouch crashed with oauth ImportError
https://bugs.launchpad.net/bugs/530495
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 530224] Re: lernid crashed with UnboundLocalError in run_couchdb()

2010-03-13 Thread John Lenton
setting to invalid in lernid, as this is definitely a desktopcouch issue

** Changed in: lernid (Ubuntu)
   Status: New => Invalid

-- 
lernid crashed with UnboundLocalError in run_couchdb()
https://bugs.launchpad.net/bugs/530224
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 530224] Re: lernid crashed with UnboundLocalError in run_couchdb()

2010-03-13 Thread John Lenton
I believe this has been fixed; please reopen if you can reproduce with
the new version (0.6.3-0ubuntu1).

** Changed in: desktopcouch
   Status: New => Fix Released

-- 
lernid crashed with UnboundLocalError in run_couchdb()
https://bugs.launchpad.net/bugs/530224
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 531710] Re: can not login ubuntu one

2010-03-13 Thread John Lenton
** Project changed: ubuntuone-servers => canonical-identity-provider

-- 
can not login ubuntu one
https://bugs.launchpad.net/bugs/531710
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 534228] Re: desktopcouch-service crashed with SIGSEGV in dbus_message_unref()

2010-03-13 Thread John Lenton
** Changed in: desktopcouch (Ubuntu)
   Status: Incomplete => Fix Released

** Changed in: desktopcouch
   Status: New => Fix Released

-- 
desktopcouch-service crashed with SIGSEGV in dbus_message_unref()
https://bugs.launchpad.net/bugs/534228
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 534194] Re: nautilus crashed with SIGSEGV in start_thread()

2010-03-13 Thread John Lenton
** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

** Changed in: ubuntuone-client
 Assignee: (unassigned) => Ubuntu One Desktop+ team (ubuntuone-desktop+)

** Tags added: desktop+ u1-lucid

-- 
nautilus crashed with SIGSEGV in start_thread()
https://bugs.launchpad.net/bugs/534194
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 538112] [NEW] ubuntuone-preferences window has a min size to fit list of devices (huge)

2010-03-13 Thread John Lenton
 status confirmed
 assignee ubuntuone-desktop+
 tag u1-lucid desktop+ control-panel


** Changed in: ubuntuone-client (Ubuntu)
   Status: New => Confirmed

** Changed in: ubuntuone-client (Ubuntu)
 Assignee: (unassigned) => Ubuntu One Desktop+ team (ubuntuone-desktop+)

-- 
ubuntuone-preferences window has a min size to fit list of devices (huge)
https://bugs.launchpad.net/bugs/538112
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 524566] Re: desktopcouch-service crashed with SIGSEGV

2010-03-23 Thread John Lenton
** Tags added: desktop+ u1-lucid

-- 
desktopcouch-service crashed with SIGSEGV
https://bugs.launchpad.net/bugs/524566
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 525803] Re: Feature freeze exception: ubuntuone-client devices and services tabs

2010-03-25 Thread John Lenton
** Changed in: ubuntuone-client
   Status: Fix Committed => In Progress

-- 
Feature freeze exception: ubuntuone-client devices and services tabs
https://bugs.launchpad.net/bugs/525803
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 546348] Re: notify-osd does not disappear on mouseover

2010-03-26 Thread John Lenton
This is a regression, and makes the notifications unusable unless I
enable composition (which doesn't work for me). Previously the
notifications would simply disappear on mouseover and let me not only
read but click on things under them. Now they don't.

-- 
notify-osd does not disappear on mouseover
https://bugs.launchpad.net/bugs/546348
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 534707] Re: [Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in Lucid

2010-03-22 Thread John Lenton
Hi Steve!

Yes, it's a bug, a regression from ubuntuone-client in 9.10. However,
the way we need to fix it is *probably* (we aren't working on this issue
yet) with a small script that is started at session startup, not a fix
to existing binaries. That felt like a FFe-needing feature more than a
simple bugfix to us, which is why we're asking for one. If you'd rather
wait until we had the code done, so we actually knew whether this is
needed, no problem!

-- 
[Freeze Exception] ubuntuone-client: Syncdaemon needs to auto-start/connect in 
Lucid
https://bugs.launchpad.net/bugs/534707
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 525803] Re: Feature freeze exception: ubuntuone-client SSO integration

2010-03-10 Thread John Lenton
Reopening because we'd agreed with Rick Spencer that we'd piggyback the
other remaining controlpanel work on this. So SSO won't be making it in,
but the devices tab and the services tab of the control panel definitely
are going in.

** Changed in: ubuntuone-client (Ubuntu)
   Status: Invalid => New

-- 
Feature freeze exception: ubuntuone-client devices and services tabs
https://bugs.launchpad.net/bugs/525803
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 525803] Re: Feature freeze exception: ubuntuone-client devices and services tabs

2010-03-10 Thread John Lenton
The 'devices tab' work is what is in lp:~chipaca/ubuntuone-client
/devices-tab; it's been in the beta ppa for a few days. The 'services
tab', lp:~dobey/ubuntuone-client/services-enablement is currently WIP,
but is rather simple: it's tying what's already available via dbus up
with the already written ui. So it's basically just the glue (plus some
minor changes to the ui, but essentially that).

-- 
Feature freeze exception: ubuntuone-client devices and services tabs
https://bugs.launchpad.net/bugs/525803
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 525803] Re: Feature freeze exception: ubuntuone-client devices and services tabs

2010-03-10 Thread John Lenton
Following up after talking on IRC: The 'devices' tab needs to get in because 
without it there is no graphical way to connect/disconnect/restart the 
syncdaemon, and no way of removing devices from your account (if, say, a device 
is stolen).
The 'services' tab work consists of making the already existing UI work (both 
in the "it reacts to user input" and in the "it calls out to the backend and 
actually does stuff" senses), and adding a checkbox for turning off 
synchronizing of gwibber (because it's a bit of a bandwidth hog and doesn't 
really add much value to most users).

-- 
Feature freeze exception: ubuntuone-client devices and services tabs
https://bugs.launchpad.net/bugs/525803
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 525803] Re: Feature freeze exception: ubuntuone-client devices and services tabs

2010-03-10 Thread John Lenton
Hopefully today. At least the devices tab work today; the services tab
is still in the race.

-- 
Feature freeze exception: ubuntuone-client devices and services tabs
https://bugs.launchpad.net/bugs/525803
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 440223] Re: [Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]

2009-10-04 Thread John Lenton
On Sat, Oct 03, 2009 at 06:25:05PM -, Jeremy Foshee wrote:
> John,
>  Please also attach /var/log/pm-suspend.log.
> 
> Thanks in advance,

Attached. I'm not sure what you're looking for; I also have a
pm-suspend.log.1 that is 324k (as opposed to this one's 6.7k).


** Attachment added: "pm-suspend.log"
   http://launchpadlibrarian.net/32996524/pm-suspend.log

-- 
[Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/440223
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 427526] [NEW] FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)

2009-09-10 Thread John Lenton
Public bug reported:

Please sync ipython 0.10-1 (universe) from Debian unstable (main)

Explanation of the Ubuntu delta and why it can be dropped:

The two patches that were part of the Ubuntu delta,
  debian/patches/07_python-wxgtk2.6_compatibility.patch
  debian/patches/07_deprecate_sets_module.patch
are now included upstream.

The only remaining part of the Ubuntu delta is
  * build requires quilt 0.46-5 or later for unpatch (LP: #383017)
which is easy to redo.

Explanation of FeatureFreeze exception:

0.10 includes a lot of bugfixes, some new features, and is
intented as “a stable and robust release”. The only possible
problem is that ipy_leo.py is no longer included. The leo editor
is not part of Ubuntu, so I don't think this is a problem
(ipy_leo.py was split out of ipython itself, although still
available at lp:~ipython-dev/ipython/ipython-extensions, and is
possibly being incorporated into the leo project itself: see
http://groups.google.com/group/leo-editor/msg/493d6beda66bfb9f).

The debian changes also include a fix for the rename of the
zope.interface package, and a note about quilt usage (in
README.source).

Changelog entries since current karmic version 0.9.1-3ubuntu2:

ipython (0.10-1) unstable; urgency=medium

  [ Bernd Zeimetz ]
  * New upstream version.

  [ Stefano Zacchiroli ]
  * debian/control: fix (build)deps on python-zope-interface, new package
name is python-zope.interface (Closes: #543128)

  [ Piotr Ożarowski ]
  * Standards-Version bumped to 3.8.3
- debian/README.source file added

 -- Debian Python Modules Team   Mon, 07 Sep 2009 20:37:17 +0200

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

-- 
FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/427526
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 427526] Re: FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)

2009-09-10 Thread John Lenton
This is the relevant part of the docs/source/changes.txt file. Not
including as a diff because it has a lot of spurious lines (changes to
line wrapping, added a table of contents, that kind of thing).

** Attachment added: "changes_delta.txt"
   http://launchpadlibrarian.net/31616959/changes_delta.txt

-- 
FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/427526
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 427526] Re: FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)

2009-09-10 Thread John Lenton
The last_operation.log from a karmic pbuilder.

** Attachment added: "last_operation.log"
   http://launchpadlibrarian.net/31616985/last_operation.log

-- 
FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/427526
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 427526] Re: FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)

2009-09-10 Thread John Lenton

** Attachment added: "install.log"
   http://launchpadlibrarian.net/31617022/install.log

-- 
FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/427526
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 427526] Re: FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)

2009-09-10 Thread John Lenton

** Attachment added: "the output of «$ PYTHONPATH=. ./scripts/iptest IPython»"
   http://launchpadlibrarian.net/31617385/iptest.log

-- 
FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/427526
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 427526] Re: FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)

2009-09-10 Thread John Lenton
some interactive testing I did (as well as actually using it for
development):

$ ipython
Python 2.6.2+ (release26-maint, Sep  9 2009, 20:46:31) 
Type "copyright", "credits" or "license" for more information.

IPython 0.10 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help  -> Python's own help system.
object?   -> Details about 'object'. ?object also works, ?? prints more.

In [1]: from IPython.kernel import client
/usr/lib/pymodules/python2.6/foolscap/banana.py:2: DeprecationWarning: the sets 
module is deprecated
  import struct, sets, time

In [2]: mec = client.MultiEngineClient()

In [3]: mec.get_ids()
Out[3]: [0, 1, 2, 3]

In [4]: mec.execute('print "hello world"')
Out[4]: 

[0] In [1]: print "hello world"
[0] Out[1]: hello world

[1] In [1]: print "hello world"
[1] Out[1]: hello world

[2] In [1]: print "hello world"
[2] Out[1]: hello world

[3] In [1]: print "hello world"
[3] Out[1]: hello world


In [5]: serial_result = map(lambda x:x**10, range(32))

In [6]:

In [7]: parallel_result = mec.map(lambda x:x**10, range(32))

In [8]: serial_result == parallel_result 
Out[8]: True

-- 
FFe: Sync ipython 0.10-1 (universe) from Debian unstable (main)
https://bugs.launchpad.net/bugs/427526
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-09-11 Thread John Lenton
** Changed in: ubuntuone-client
   Status: Confirmed => In Progress

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 413233] Re: firefox crashed with SIGSEGV in g_type_check_instance_cast()

2009-10-06 Thread John Lenton
On Tue, Oct 06, 2009 at 06:01:14AM -, Micah Gersten wrote:
> Thank you for reporting this to Ubuntu.  Are you still experiencing this
> with the latest updates on Karmic?

not yet, no.

-- 
firefox crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/413233
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-10-07 Thread John Lenton
lp:~chipaca/ubuntuone-client/really-fix-duplicate-connections is up for
review :)

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-10-08 Thread John Lenton
** Changed in: ubuntuone-client (Ubuntu)
   Status: Confirmed => Fix Committed

** Changed in: ubuntuone-client (Ubuntu)
   Status: Fix Committed => Confirmed

** Changed in: ubuntuone-client
   Status: In Progress => Fix Committed

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-09-29 Thread John Lenton
On Sat, Sep 26, 2009 at 03:19:44PM -, huitema wrote:
> The crash bug is gone at my 2 computers running Ubuntu 9.04.

good!

> 
> But an other problem is present, three big files will not upload.
> Result:
> file #1. u1conflict file is written, original file is now empty, .conflict 
> file is the original.
> file #2. u1conflict empty file, original file is lost.
> file #3. one file untouched.
> 
> At my other (client) computer three empty files are written with the
> same name as original big files.

This is another issue. Could you file it separately? Thanks!

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-09-29 Thread John Lenton
On Wed, Sep 30, 2009 at 02:11:49AM -, Joshua Hoover wrote:
> ** Tags added: ubuntuone-karmic
> 
> ** Changed in: ubuntuone-client
>Importance: High => Critical

why is the issue Critical again? Maybe I'm missing something (could
you elaborate?), but as far as I can tell it has been fixed for most
users, and what remains, while certainly an issue, isn't stopping
people from using the service.

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 408857] Re: ssh-agent hangs

2009-10-13 Thread John Lenton
On Mon, Oct 12, 2009 at 10:22:56PM -, Chuck Short wrote:
> Thank you for taking the time to report this bug and helping to make Ubuntu 
> better. Please answer these questions:
> 1. Is this reproducible?

Not AFAICT, no. Sorry :(
It hasn't happened to me in a while, but I know other people were
affected since the last time it happened to me.

-- 
ssh-agent hangs
https://bugs.launchpad.net/bugs/408857
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 452132] [NEW] “** Command returned exit status 2” when NetworkManager tries to run ip tables

2009-10-15 Thread John Lenton
Public bug reported:

Binary package hint: network-manager

When using an ad-hoc network with IPv4 Settings -> Method set to “Shared
to other computers”, I get this in my syslog:

Oct 15 09:41:06 molle NetworkManager:   Executing: /sbin/iptables --table 
nat --delete POSTROUTING --source 10.42.43.0/255.255.255.0 --destination ! 
10.42.43.0/255.255.255.0 --jump MASQUERADE
Oct 15 09:41:06 molle NetworkManager:   ** Command returned exit status 2.

and so on for every iptables rule.

ProblemType: Bug
Architecture: i386
Date: Thu Oct 15 09:42:07 2009
DistroRelease: Ubuntu 9.10
IpRoute:
 192.168.1.0/24 dev wlan0  proto kernel  scope link  src 192.168.1.141  metric 
2 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 default via 192.168.1.1 dev wlan0  proto static
NonfreeKernelModules: nvidia
Package: network-manager 0.8~a~git.20091005t192303.1d28ad1-0ubuntu2
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.46-generic
SourcePackage: network-manager
Uname: Linux 2.6.31-14-generic i686
WpaSupplicantLog:

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


** Tags: apport-bug i386

-- 
“** Command returned exit status 2” when NetworkManager tries to run iptables
https://bugs.launchpad.net/bugs/452132
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 452132] Re: “** Command returned exit status 2” when NetworkManager tries to run iptabl es

2009-10-15 Thread John Lenton

** Attachment added: "CRDA.txt"
   http://launchpadlibrarian.net/33730595/CRDA.txt

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

** Attachment added: "Gconf.txt"
   http://launchpadlibrarian.net/33730598/Gconf.txt

** Attachment added: "IfupdownConfig.txt"
   http://launchpadlibrarian.net/33730599/IfupdownConfig.txt

** Attachment added: "IpAddr.txt"
   http://launchpadlibrarian.net/33730600/IpAddr.txt

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/33730601/IwConfig.txt

** Attachment added: "NetDevice.eth0.txt"
   http://launchpadlibrarian.net/33730603/NetDevice.eth0.txt

** Attachment added: "NetDevice.lo.txt"
   http://launchpadlibrarian.net/33730604/NetDevice.lo.txt

** Attachment added: "NetDevice.wlan0.txt"
   http://launchpadlibrarian.net/33730606/NetDevice.wlan0.txt

** Attachment added: "NetDevice.wmaster0.txt"
   http://launchpadlibrarian.net/33730608/NetDevice.wmaster0.txt

** Attachment added: "PciNetwork.txt"
   http://launchpadlibrarian.net/33730610/PciNetwork.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/33730611/RfKill.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/33730613/WifiSyslog.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33730615/XsessionErrors.txt

** Attachment added: "nm-system-settings.conf.txt"
   http://launchpadlibrarian.net/33730617/nm-system-settings.conf.txt

-- 
“** Command returned exit status 2” when NetworkManager tries to run iptables
https://bugs.launchpad.net/bugs/452132
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 452132] Re: “** Command returned exit status 2” when NetworkManager tries to run iptabl es

2009-10-15 Thread John Lenton
I forgot to add that I can then run the iptables rules "by hand"
(pasting them into the terminal, preceded by "sudo "), and they work.

-- 
“** Command returned exit status 2” when NetworkManager tries to run iptables
https://bugs.launchpad.net/bugs/452132
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 430555] Re: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()

2009-10-15 Thread John Lenton
** Summary changed:

- ARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 
ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()
+ WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 
ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 
ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()
https://bugs.launchpad.net/bugs/430555
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-09-25 Thread John Lenton
On Fri, Sep 25, 2009 at 10:51:33PM -, Raphael J. Schmid wrote:
> Hi Joshua, if it helps I'll happily say clearly that for this user, it's
> an issue that's preventing the use of U1 entirely.

interesting! you're getting this every time? I need to talk with you.

No, seriously, this is hard to reproduce for me, so if you're getting
this every time, I need to know what you're doing right :)

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-09-26 Thread John Lenton
On Sat, Sep 26, 2009 at 10:18:40AM -, Raphael J. Schmid wrote:
> Well, TBH it made me loose interest in U1 so I haven't started it up in
> quite a while now. BUT if you ask me, this has something to do with
> having my ~/.tomboy folder in ~/Ubuntu\ One (reason being, I always get
> lots of .u1conflict files in there when I run U1). If it is any help to
> you I'll gladly make a copy of it and mess around. Just tell me what to
> do so it produces usable debugging info...

this bug is still live because there are situations in which the
BadTransition can be fired. The bug that had people hitting this error
_all the time_ has been fixed since 0.94 IIRC.

A lot of spurious conflict sources have been pruned since then
also. We know there still are situations where you might get a
.u1conflict, some of them avoidable, but it should be a lot less
pervasive now.

So if you could update and check, that would be awesome.

Thanks,

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 353224] Re: got WARNING when using ZTE MF622 HSDPA USB modem

2009-09-17 Thread John Lenton
On Tue, Sep 15, 2009 at 12:42:23PM -, Andy Whitcroft wrote:
> Does this bug prevent the continued use of this device, or is the device
> still functional without a reboot?

the device wouldn't be functional without a reboot, no.

> Can you also confirm this issue exists with the most recent Karmic Koala
> 9.10 Alpha release?

I haven't gotten a warning from the kernel for a couple of weeks at
least, now. Not that I've been actively looking for one, mind you.

-- 
got WARNING when using ZTE MF622 HSDPA USB modem
https://bugs.launchpad.net/bugs/353224
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 432243] Re: when unplugging/replugging a huawei ZTE MF622 3g modem: BUG: unable to handle kernel paging request at c01e3e2c

2009-09-17 Thread John Lenton

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/31999254/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/31999255/BootDmesg.txt

** Attachment added: "CRDA.txt"
   http://launchpadlibrarian.net/31999256/CRDA.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/31999257/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/31999258/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/31999259/CurrentDmesg.txt

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

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/31999261/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/31999262/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/31999263/Lsusb.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/31999264/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/31999266/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/31999267/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/31999268/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/31999269/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/31999270/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/31999271/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/31999272/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/31999273/WifiSyslog.txt

-- 
when unplugging/replugging a huawei ZTE MF622 3g modem: BUG: unable to handle 
kernel paging request at c01e3e2c
https://bugs.launchpad.net/bugs/432243
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 432243] [NEW] when unplugging/replugging a huawei ZTE MF622 3g modem: BUG: unable to handle kernel paging request at c01e3e2c

2009-09-17 Thread John Lenton
Public bug reported:

This is very similar to #353224, except that it's a BUG and not just a
WARNING, and that I had to reboot, and fsck failed because the mount
timestamps were all in the future. I'm hoping I haven't lost data ... so
far so good.

The things it has in common, apart from the modem itself, is that the
bug only seems to happen when I used NetworkManager to connect; I've
been using pon/poff with no problems at all.

One thing modemmanager does which I don't do when using pon/poff is
probe the device via ttyUSB1. Maybe that is related? I have no idea.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 1/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  john   2898 F pulseaudio
 /dev/snd/seq:timidity   2764 F timidity
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6fdc000 irq 21'
   Mixer name   : 'IDT 92HD71B7X'
   Components   : 'HDA:111d76b2,10280233,00100302'
   Controls  : 29
   Simple ctrls  : 19
Date: Fri Sep 18 00:18:42 2009
DistroRelease: Ubuntu 9.10
Failure: oops
MachineType: Dell Inc. Latitude E6400
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-10-generic 2.6.31-10.34
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=/dev/mapper/sda6_crypt ro quiet splash usbcore.autosuspend=1
ProcVersionSignature: Ubuntu 2.6.31-10.34-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-10-generic N/A
 linux-firmware 1.19
SourcePackage: linux
Tags: kernel-oops
Title: BUG: unable to handle kernel paging request at c01e3e2c
Uname: Linux 2.6.31-10-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 02/13/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0W132F
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd02/13/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0W132F:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
when unplugging/replugging a huawei ZTE MF622 3g modem: BUG: unable to handle 
kernel paging request at c01e3e2c
https://bugs.launchpad.net/bugs/432243
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-09-18 Thread John Lenton
** Changed in: ubuntuone-client
   Importance: Critical => High

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 440223] [NEW] [Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]

2009-10-01 Thread John Lenton
Public bug reported:

The failure was actually while using the free "nv" driver.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  john   2228 F pulseaudio
 /dev/snd/pcmC0D0p:   john   2228 F...m pulseaudio
 /dev/snd/seq:timidity   2115 F timidity
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6fdc000 irq 21'
   Mixer name   : 'IDT 92HD71B7X'
   Components   : 'HDA:111d76b2,10280233,00100302'
   Controls  : 29
   Simple ctrls  : 19
Date: Wed Sep 30 21:42:36 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: Dell Inc. Latitude E6400
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-11-generic 2.6.31-11.36
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=/dev/mapper/sda6_crypt ro quiet splash usbcore.autosuspend=1
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.19
SourcePackage: linux
Tags: resume suspend
Title: [Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]
Uname: Linux 2.6.31-11-generic i686
UserGroups:
 
WpaSupplicantLog:
 
dmi.bios.date: 02/13/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0W132F
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd02/13/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0W132F:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-kerneloops i386 resume suspend

-- 
[Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/440223
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 440223] Re: [Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]

2009-10-01 Thread John Lenton

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/32807097/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/32807106/BootDmesg.txt

** Attachment added: "CRDA.txt"
   http://launchpadlibrarian.net/32807117/CRDA.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/32807129/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/32807138/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/32807151/CurrentDmesg.txt

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

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/32807175/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/32807195/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/32807213/Lsusb.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/32807227/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/32807305/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/32807324/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/32807336/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/32807348/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/32807363/ProcStatus.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/32807378/RfKill.txt

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/32807400/SleepLog.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/32807420/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/32807432/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/32807434/WifiSyslog.txt

-- 
[Dell Inc. Latitude E6400] suspend/resume failure [non-free: nvidia]
https://bugs.launchpad.net/bugs/440223
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 440224] [NEW] WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()

2009-10-01 Thread John Lenton
Public bug reported:

Not sure when this happened. It's probably a dupe, but I dunno.

ProblemType: KernelOops
Annotation: Your system might become unstable now and might need to be 
restarted.
AplayDevices:
  List of PLAYBACK Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 0/1
   Subdevice #0: subdevice #0
Architecture: i386
ArecordDevices:
  List of CAPTURE Hardware Devices 
 card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
   Subdevices: 2/2
   Subdevice #0: subdevice #0
   Subdevice #1: subdevice #1
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  john   2228 F pulseaudio
 /dev/snd/pcmC0D0p:   john   2228 F...m pulseaudio
 /dev/snd/seq:timidity   2115 F timidity
Card0.Amixer.info:
 Card hw:0 'Intel'/'HDA Intel at 0xf6fdc000 irq 21'
   Mixer name   : 'IDT 92HD71B7X'
   Components   : 'HDA:111d76b2,10280233,00100302'
   Controls  : 29
   Simple ctrls  : 19
Date: Wed Sep 30 20:37:14 2009
DistroRelease: Ubuntu 9.10
Failure: oops
MachineType: Dell Inc. Latitude E6400
NonfreeKernelModules: nvidia
Package: linux-image-2.6.31-11-generic 2.6.31-11.36
PccardctlIdent:
 Socket 0:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
ProcCmdLine: root=/dev/mapper/sda6_crypt ro quiet splash usbcore.autosuspend=1
ProcVersionSignature: Ubuntu 2.6.31-11.36-generic
RelatedPackageVersions:
 linux-backports-modules-2.6.31-11-generic N/A
 linux-firmware 1.19
SourcePackage: linux
Tags: kernel-oops
Title: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 
ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()
Uname: Linux 2.6.31-11-generic i686
WpaSupplicantLog:
 
dmi.bios.date: 02/13/2009
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A12
dmi.board.name: 0W132F
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA12:bd02/13/2009:svnDellInc.:pnLatitudeE6400:pvr:rvnDellInc.:rn0W132F:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Latitude E6400
dmi.sys.vendor: Dell Inc.

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


** Tags: apport-kerneloops i386 kernel-oops

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 
ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()
https://bugs.launchpad.net/bugs/440224
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 440224] Re: WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()

2009-10-01 Thread John Lenton

** Attachment added: "AlsaDevices.txt"
   http://launchpadlibrarian.net/32812880/AlsaDevices.txt

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/32812890/BootDmesg.txt

** Attachment added: "CRDA.txt"
   http://launchpadlibrarian.net/32812898/CRDA.txt

** Attachment added: "Card0.Amixer.values.txt"
   http://launchpadlibrarian.net/32812904/Card0.Amixer.values.txt

** Attachment added: "Card0.Codecs.codec.0.txt"
   http://launchpadlibrarian.net/32812910/Card0.Codecs.codec.0.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/32812918/CurrentDmesg.txt

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

** Attachment added: "IwConfig.txt"
   http://launchpadlibrarian.net/32812931/IwConfig.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/32812941/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/32812950/Lsusb.txt

** Attachment added: "OopsText.txt"
   http://launchpadlibrarian.net/32812959/OopsText.txt

** Attachment added: "PciMultimedia.txt"
   http://launchpadlibrarian.net/32812968/PciMultimedia.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/32812984/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/32813075/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/32813098/ProcModules.txt

** Attachment added: "RfKill.txt"
   http://launchpadlibrarian.net/32813115/RfKill.txt

** Attachment added: "UdevDb.txt"
   http://launchpadlibrarian.net/32813129/UdevDb.txt

** Attachment added: "UdevLog.txt"
   http://launchpadlibrarian.net/32813142/UdevLog.txt

** Attachment added: "WifiSyslog.txt"
   http://launchpadlibrarian.net/32813153/WifiSyslog.txt

-- 
WARNING: at /build/buildd/linux-2.6.31/net/mac80211/iface.c:651 
ieee80211_teardown_sdata+0xda/0x1a0 [mac80211]()
https://bugs.launchpad.net/bugs/440224
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 420354] Re: BadTransition in ubuntuone-syncdaemon

2009-10-02 Thread John Lenton
I've got a branch in progress that fixes the base issue, but breaks in
other ways (so it needs more work). The work has suffered from delays
due to other (scalability) work being even more critical than this.

-- 
BadTransition in ubuntuone-syncdaemon
https://bugs.launchpad.net/bugs/420354
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 419509] Re: no tab completion on path that contains a space

2009-10-02 Thread John Lenton
On Fri, Oct 02, 2009 at 04:15:00PM -, Robbie Williamson wrote:
> Please update to Beta and verify this bug still exists.
> 
> ** Changed in: bash-completion (Ubuntu Karmic)
>Importance: Undecided => Low
> 
> ** Changed in: bash-completion (Ubuntu Karmic)
>Status: Confirmed => Incomplete
> 

yes, I can confirm it's still broken.

If I start bash without the bash-completion, it works:

$ bash --norc
bash-4.0$ ls Ubuntu\ One/
060428-bagger288-garzweiler.jpg  Shared With Me@
Pics/stats/

but if in that same shell I load in the completion,

bash-4.0$ . /etc/bash_completion
bash-4.0$ ls Ubuntu\ One/

completion stops working.

 status confirmed

-- 
no tab completion on path that contains a space
https://bugs.launchpad.net/bugs/419509
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 419509] Re: no tab completion on path that contains a space

2009-10-02 Thread John Lenton
yes, I can confirm it's still broken.

If I start bash without the bash-completion, it works:

$ bash --norc
bash-4.0$ ls Ubuntu\ One/
060428-bagger288-garzweiler.jpg  Shared With Me@
Pics/stats/

but if in that same shell I load in the completion,

bash-4.0$ . /etc/bash_completion
bash-4.0$ ls Ubuntu\ One/

completion stops working.


** Changed in: bash-completion (Ubuntu Karmic)
   Status: Incomplete => Confirmed

-- 
no tab completion on path that contains a space
https://bugs.launchpad.net/bugs/419509
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 405688] Re: ubuntuone-syncdaemon crashed with OSError in _upgrade_metadata_2()

2009-08-27 Thread John Lenton
** Changed in: ubuntuone-client
   Status: Triaged => In Progress

-- 
ubuntuone-syncdaemon crashed with OSError in _upgrade_metadata_2()
https://bugs.launchpad.net/bugs/405688
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 473324] Re: Client is in START_WORKING_ON_CONTENT, but no content pending

2009-11-13 Thread John Lenton
if the content queue has one item, when the syncdaemon gets round to
"running" that item the first thing it does is pop it from the queue.
So, START_WORKING_ON_CONTENT with no content pending is expected in that
situation.

-- 
Client is in START_WORKING_ON_CONTENT, but no content pending
https://bugs.launchpad.net/bugs/473324
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 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2018-03-31 Thread John Lenton
** No longer affects: snappy

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1746710] Re: Snap creates redundant duplicate directories in home folder

2018-04-02 Thread John Lenton
** No longer affects: snappy

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

Title:
  Snap creates redundant duplicate directories in home folder

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

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

[Bug 1575053] Re: Please move the "$HOME/snap" directory to a less obtrusive location

2018-04-04 Thread John Lenton
> Does "no longer affects: snappy" mean that is has been fixed?

No, it means snappy is the wrong project for this bug

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

Title:
  Please move the "$HOME/snap" directory to a less obtrusive location

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

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

[Bug 1779190] Re: Snap search uses Go-http-client/1.1 as UserAgent instead of the snap one

2018-06-29 Thread John Lenton
Hola!

it seems that user agent is only used for CONNECT. I'll dig into it.


** Changed in: snapd (Ubuntu)
   Status: New => Confirmed

** Changed in: snapd (Ubuntu)
   Importance: Undecided => Medium

** Changed in: snapd (Ubuntu)
 Assignee: (unassigned) => John Lenton (chipaca)

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

Title:
  Snap search uses Go-http-client/1.1 as UserAgent instead of the snap
  one

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

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

[Bug 1779190] Re: Snap search uses Go-http-client/1.1 as UserAgent instead of the snap one

2018-06-29 Thread John Lenton
For reference, the upstream bug and fix is
https://github.com/golang/go/issues/13290

Can you live with this for a while longer? (several months)

We'll be moving to 18.04's go at some point soon (in that timescale) and
then we can address this properly.

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

Title:
  Snap search uses Go-http-client/1.1 as UserAgent instead of the snap
  one

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

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

[Bug 1779190] Re: Snap search uses Go-http-client/1.1 as UserAgent instead of the snap one

2018-06-29 Thread John Lenton
Ok, so for this to be fixable I need go 1.7 which is not what we're
running (as it wasn't in 16.04).

Hmm.

** Bug watch added: github.com/golang/go/issues #13290
   https://github.com/golang/go/issues/13290

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

Title:
  Snap search uses Go-http-client/1.1 as UserAgent instead of the snap
  one

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

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

[Bug 1791087] Re: snapd 2.35.1+18.10 hang on apt upgrade

2018-09-07 Thread John Lenton
Augh. Could you add a couple of w's to the end of that? ps afxww

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

Title:
  snapd 2.35.1+18.10 hang on apt upgrade

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

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

[Bug 1791087] Re: snapd 2.35.1+18.10 hang on apt upgrade

2018-09-07 Thread John Lenton
If you can, on a system where you know this will happen, can you replace
/usr/bin/deb-systemd-invoke with the attached script, and tell us if the
issue persists?

** Attachment added: "deb-systemd-invoke"
   
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1791087/+attachment/5186096/+files/deb-systemd-invoke

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

Title:
  snapd 2.35.1+18.10 hang on apt upgrade

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

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

[Bug 1791087] Re: snapd 2.35.1+18.10 hang on apt upgrade

2018-09-07 Thread John Lenton
This is the diff between the deb-systemd-invoke from init-system-
helpers-1.51, and the one in my previous comment.

** Attachment added: "patch"
   
https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1791087/+attachment/5186098/+files/patch

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

Title:
  snapd 2.35.1+18.10 hang on apt upgrade

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

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

[Bug 1565617] Re: "polkitd.service is masked" warnings on package install while policykit-1 is unpacked but not yet configured

2018-09-07 Thread John Lenton
This is the diff between the deb-systemd-invoke from init-system-
helpers-1.51, and the one in my previous comment.

** Attachment added: "patch"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1565617/+attachment/5186097/+files/patch

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

Title:
  "polkitd.service is masked" warnings on package install while
  policykit-1 is unpacked but not yet configured

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

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

[Bug 1565617] Re: "polkitd.service is masked" warnings on package install while policykit-1 is unpacked but not yet configured

2018-09-07 Thread John Lenton
Augh, sorry, wrong bug.

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

Title:
  "polkitd.service is masked" warnings on package install while
  policykit-1 is unpacked but not yet configured

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

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

[Bug 1791087] Re: snapd 2.35.1+18.10 hang on apt upgrade

2018-09-07 Thread John Lenton
Could you check /usr/bin/deb-systemd-invoke? Because the `systemctl
start` line in your ps output is missing the argument that the modified
version should be adding.

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

Title:
  snapd 2.35.1+18.10 hang on apt upgrade

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

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

[Bug 1576411] Re: UTF-8 is not very well supported inside snaps

2018-10-19 Thread John Lenton
@eri0 that depends on exactly which "this" you mean :-)

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

Title:
  UTF-8 is not very well supported inside snaps

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

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

[Bug 1773174] Re: Dutch lowercase translation warnings

2018-10-22 Thread John Lenton
Timo, I appreciate your concerns and mostly agree with what you're
saying, with some "but"s.

We are running a test across all locales. We had an issue (that was made
obvious by this bug), where we weren't pulling the updated translations
from launchpad back into our tree. We've fixed this, although we need to
revisit to make sure it's happening automatically at some point.

The warning as presented is not actionable by users. I need to reword it
so that it's clear that the expected action _is_ to file a bug (or
contact us on IRC, or the snapcraft forum). I'll get on that later this
week (and while this is part of addressing the root cause of this bug, I
don't feel it's part of this bug per se).

Translators won't see the errors -- yeah, I don't know how to fix this.
There's no simple way for a translator to update their system with the
translations they just did, to see how they look in context. We have
gone through all i18n'ed strings and made sure they have an appropriate
// TRANSLATORS comment to mitigate this issue.

HTH, HAND.

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2018-11-21 Thread John Lenton
@abssorb The hugo snap seems to be missing the 'removable-media'
interface that'd let you use it with /media. I'd say that's a bug in the
hugo snap.

And you're right, communicating of why something isn't allowed is not
properly done yet. It's hard. We'll get to it, hopefully, someday. But
that's not what this bug is about.

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1669000] Re: classic snap can't use confinement override

2018-11-12 Thread John Lenton
bobthevirus, sorry you're having trouble with that tutorial! What part
of it tells you to use "classic", though?

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

Title:
  classic snap can't use confinement override

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

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

[Bug 1773174] Re: Dutch lowercase translation warnings

2018-09-26 Thread John Lenton
Sorry we didn't spot this report! We're fixing it now.

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1794395] Re: upload golang-1.10 1.10.4 to all supported releases of ubuntu

2018-09-28 Thread John Lenton
What can we do about architectures that need gccgo?

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

Title:
  upload golang-1.10 1.10.4 to all supported releases of ubuntu

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/golang-1.10/+bug/1794395/+subscriptions

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

[Bug 1824230] Re: Download not resumed for base snap when using "snap install --dangerous"

2019-04-11 Thread John Lenton
I have not been able to reproduce this.

Starting from a barebones 18.04, I did

sudo apt install snapd
snap download core18
snap download jq-core18
truncate -s 50M core18*.snap
rename 's/$/.partial/' core18*.snap
sudo cp *.partial /var/lib/snapd/snaps/
sudo snap install --dangerous ./jq-core18*.snap

and snapd used the .partial with no issues.

How can I reproduce the issue?

** Changed in: snapd (Ubuntu)
   Status: New => Incomplete

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

Title:
  Download not resumed for base snap when using "snap install
  --dangerous"

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

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

[Bug 1824188] Re: Software tab is empty on clean 19.04 install

2019-04-11 Thread John Lenton
Presumably this is a 19.04 installed (not live) from
http://cdimage.ubuntu.com/daily-live/20190410/disco-desktop-amd64.iso ?

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

Title:
  Software tab is empty on clean 19.04 install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1824188/+subscriptions

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

[Bug 1824342] [NEW] in 19.04, default user cannot access system journal

2019-04-11 Thread John Lenton
Public bug reported:

in a fresh install of 19.04 from http://cdimage.ubuntu.com/daily-
live/20190410/disco-desktop-amd64.iso, journalctl -u snapd, or -u gdm,
or -u udisks, results in 'no entries'. journalctl --system -u snapd etc,
warns about permissions.

$ sudo getfacl /var/log/journal/
getfacl: Removing leading '/' from absolute path names
# file: var/log/journal/
# owner: root
# group: systemd-journal
# flags: -s-
user::rwx
group::r-x
other::r-x
default:user::rwx
default:group::r-x
default:group:adm:r-x
default:mask::r-x
default:other::r-x

this is fixed via

sudo setfacl -R -nm g:adm:rx,d:g:adm:rx /var/log/journal

** Affects: systemd (Ubuntu)
 Importance: High
 Status: New


** Tags: rls-dd-incoming

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

Title:
  in 19.04, default user cannot access system journal

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

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

[Bug 1824188] Re: Software tab is empty on clean 19.04 install

2019-04-11 Thread John Lenton
By editing /target/etc/environment and setting SNAPD_DEBUG=1 etc before
rebooting into the new system, I get
http://paste.ubuntu.com/p/jTQb2YHhq3/

You can see there snapd coming up and seeding the system, and you can
also watch as pid 724 (snapd-seeded.service) polling, waiting for the
seeding to be done. Grep for pid=724 to follow this one.

That seeding gets marked as done on the line

Apr 11 12:04:29 ubuntu snapd[2115]: daemon.go:296: DEBUG:
pid=724;uid=0;socket=/run/snapd.socket; GET
/v2/snaps/system/conf?keys=seed.loaded 37.034783ms 200

and then 724 stops, as it should. Right after it you start getting
pid=3635 lines, which correspond to gnome-software (via a line in syslog
saying «gnome-software[3635]: disabled plugins: dpkg, dummy, repos,
epiphany»). gnome-software successfully queries snapd for featured and
installed snaps (and if you start the gui, they're right there).

However you can _also_ see a pid=1825. That pid corresponds to gnome-
initial-setup.

The single pid=1825 entry arrives _before snapd has seeded the system_,
and in particular just as snapd has scheduled a restart. I can only
assume that gnome-initial-setup gets back the list of snaps, then tries
to do a find for featured snaps and fails (because snapd is restarting),
and that is the point where it logs

Apr 11 12:03:46 ubuntu gnome-initial-s[1825]: Failed to get featured
snaps: Failed to read from snapd: Error receiving data: Connection reset
by peer


note that this is racy, and gnome-initial-setup could just as well have logged 
'Failed to get installed snaps' when the initial query fails, but succeeded to 
get the featured snaps (and then would go on to break in interesting ways as it 
tries to look things up in a nil container).

In any case, two solutions:

1. retry queries when you get an error from querying snapd (as opposed
to an error response). This is what the 'snap' client does: retries
every 250ms for up to 5s.

2. wait for snapd to be loaded

even with (2), (1) should probably be done anyway (but it'll be harder
to hit).

** Changed in: snapd (Ubuntu)
   Status: New => Invalid

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

Title:
  Software tab is empty on clean 19.04 install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1824188/+subscriptions

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

[Bug 1824188] Re: Software tab is empty on clean 19.04 install

2019-04-11 Thread John Lenton
(note that between my 'i can only assume' line and my line talking about
'Failed to installed snaps', i got the source of gnome-initial-setup --
i should've changed the wording but forgot)

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

Title:
  Software tab is empty on clean 19.04 install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1824188/+subscriptions

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

[Bug 1824188] Re: Software tab is empty on clean 19.04 install

2019-04-11 Thread John Lenton
One way we could enforce (2) above, I think, would be to have
snapd.seeded.service have Before=multi-user.target.

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

Title:
  Software tab is empty on clean 19.04 install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-initial-setup/+bug/1824188/+subscriptions

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

[Bug 1824234] Re: with snapd 2.37.4 the command "apt remove --purge -y snapd" fails on ubuntu bionic

2019-04-12 Thread John Lenton
This is fixed in 2.38

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

Title:
  with snapd 2.37.4 the command "apt remove --purge -y snapd" fails on
  ubuntu bionic

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

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

[Bug 1821834] Re: snapd can't be cleanly removed in bionic

2019-03-27 Thread John Lenton
PATH comes from your environment, though, not from the snapd package. Do
you have "." in your PATH?

** Changed in: snapd (Ubuntu)
   Status: New => Incomplete

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

Title:
  snapd can't be cleanly removed in bionic

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

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

[Bug 1821956] Re: snapd can't start in WSL (Windows Subsystem for Linux)

2019-03-27 Thread John Lenton
How would bind mounts let you read a squashfs?

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

Title:
  snapd can't start in WSL (Windows Subsystem for Linux)

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

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

[Bug 1821956] Re: snapd can't start in WSL (Windows Subsystem for Linux)

2019-03-28 Thread John Lenton
WSL also does not (last I checked) support GUI apps, nor daemons, or
even ship systemd (not sure if systemd can run on WSL), nor udev, nor
does apparmor work (does seccomp work?).

Meaning that the only snaps that you could use on WSL are ones that
don't have daemons, nor GUIs. And the confinement would be wack. And
snapd would have to learn about mounting things itself instead of
leaving it to systemd.

It's a lot of work, for very little gain, AFAICT.

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

Title:
  snapd can't start in WSL (Windows Subsystem for Linux)

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

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

[Bug 1821956] Re: snapd can't start in WSL (Windows Subsystem for Linux)

2019-03-28 Thread John Lenton
(I doubt that alone would be enough...)

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

Title:
  snapd can't start in WSL (Windows Subsystem for Linux)

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

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

[Bug 1821956] Re: snapd can't start in WSL (Windows Subsystem for Linux)

2019-03-28 Thread John Lenton
For the mounting issue, try running snapd with
SNAPPY_SQUASHFS_UNPACK_FOR_TESTS=1

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

Title:
  snapd can't start in WSL (Windows Subsystem for Linux)

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

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

[Bug 1822738] Re: memleak in 2.38+ ?

2019-04-02 Thread John Lenton
What architecture are they seeing the OOMs on?
Have they enabled swap?
What's the output of `free`?

taw

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

Title:
  memleak in 2.38+ ?

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

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

[Bug 1612882] Re: Snap store very slow

2019-01-29 Thread John Lenton
Marking as Invalid for snapd. Which doesn't necessarily mean the bug
doesn't exist, it might be in a different component of the stack.

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

Title:
  Snap store very slow

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

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

[Bug 1612882] Re: Snap store very slow

2019-01-29 Thread John Lenton
chamhaw, what exactly are you experiencing?

Have you seen the forum posts on this topic?

Maybe https://forum.snapcraft.io/t/snap-download-very-
slow/8016/2?u=chipaca is the easiest one to start from as it points to
the relevant bits of the others.

Things shouldn't be slow, and there are ways of debugging what's slow.
Please report your findings.

** Changed in: snapd (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Snap store very slow

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

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

[Bug 1773174] Re: Dutch lowercase translation warnings

2019-02-01 Thread John Lenton
@Timo, I thought we'd fixed the apt issue. I'll ask.

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

Title:
  Dutch lowercase translation warnings

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

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

[Bug 1777413] Re: snapd does not use system proxy settings

2019-10-10 Thread John Lenton
Sorry I was unclear: when you set the system-wide proxy, did it update
/etc/environment?

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

Title:
  snapd does not use system proxy settings

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

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

[Bug 1847748] [NEW] installer crashed

2019-10-11 Thread John Lenton
Public bug reported:

installer crashed, shortly after asking me for user details.
In case it's relevant, this is a fairly old machine (surprised it can run 
x86_64), but with ~4G ram and an nvidia card (that's not happy with nouveau).

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: ubiquity 19.10.18
ProcVersionSignature: Ubuntu 5.3.0-17.18-generic 5.3.1
Uname: Linux 5.3.0-17-generic x86_64
NonfreeKernelModules: nvidia zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu8
Architecture: amd64
CasperVersion: 1.424
CurrentDesktop: MATE
Date: Fri Oct 11 12:31:59 2019
InstallCmdLine: file=/cdrom/preseed/ubuntu-mate.seed initrd=/casper/initrd 
quiet splash nomodeset ---
LiveMediaBuild: Ubuntu-MATE 19.10 "Eoan Ermine" - Beta amd64 (20191011)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: ubiquity (Ubuntu)
 Importance: Critical
 Assignee: Jean-Baptiste Lallement (jibel)
 Status: Triaged


** Tags: amd64 apport-bug eoan ubiquity-19.10.18 ubuntu-mate

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

Title:
  installer crashed

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

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

[Bug 1805468] Re: Snap mounts bloat system footprint by inactive apps

2019-10-13 Thread John Lenton
For the clutter in 'mount', you could add '-t nosquashfs' to the
options, either directly or via an alias. While you're at it maybe
include nocgroup, and possibly notmpfs in there. Having

alias mount='mount -t nosquashfs,nocgroup'

in ~/.bash_aliases is probably the easiest thing.

'findmnt' (or, if you're still using it, 'df') has similar options that
you can set to ignore things you don't want to see in the output.


As for the 'conquer system resources' bit, I ask you again if you've measured a 
difference, or if you're just making assumptions.

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

Title:
  Snap mounts bloat system footprint by inactive apps

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

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

[Bug 1784976] Re: Unable to get publish dates from snapd API

2019-10-14 Thread John Lenton
Well, the bug is from 2018-08, and released-at is from 2019-01...

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

Title:
  Unable to get publish dates from snapd API

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

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

[Bug 1830183] Re: Absence of updates is labelled a critical error in syslog

2019-10-15 Thread John Lenton
** Changed in: snapd
   Importance: Medium => Low

** Tags added: papercut

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

Title:
  Absence of updates is labelled a critical error in syslog

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

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

[Bug 1861177] Re: seccomp_rule_add is very slow

2020-01-30 Thread John Lenton
I'm leaving the snapd bug task as New so mvo or ian can take a look when
it's their triage day, at the latest; I have nothing useful to do here
other than "ouch".

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

Title:
  seccomp_rule_add is very slow

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

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

[Bug 1860769] Re: should record changes after snap transactions

2020-01-30 Thread John Lenton
This is a feature request. We welcome people wanting to write features
for snapd, but encourage them to first discuss it in the forum
https://forum.snapcraft.io/ before implementing them, on the one hand so
they don't come as a surprise and we set aside a bit of time for
reviewing and QAing, and on the other so things line up with the general
design and architecture of snapd.

Thank you!


** Changed in: snapd (Ubuntu)
   Importance: Undecided => Critical

** Changed in: snapd (Ubuntu)
   Importance: Critical => Wishlist

** Changed in: snapd (Ubuntu)
   Status: New => Triaged

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

Title:
  should record changes after snap transactions

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

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

[Bug 1839237] Re: snapd disk write usage very high on 19.04 with snapd 2.39.3

2020-01-31 Thread John Lenton
What might be happening (would need DEBUG logs to know for sure) is that
the download gets interrupted, so snapd rehashes (-> reads) what's been
downloaded so far before continuing.

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

Title:
  snapd disk write usage very high on 19.04 with snapd 2.39.3

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

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

[Bug 1861991] Re: upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
** Attachment added: "no settings or control panel or whatever you call it"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861991/+attachment/5325605/+files/Screenshot%20from%202020-02-05%2009-31-13.png

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

Title:
  upgraded to focal yesterday, I've got no control panel, my theme is
  weird, and alt-tab isn't working

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

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

[Bug 1861991] [NEW] upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
Public bug reported:

I don't have the skills to pick apart this mess, sorry.
If there's anything I can do to help debug it give me a shout.
Thank you.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.34.3-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-12.15-generic 5.4.8
Uname: Linux 5.4.0-12-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
ApportVersion: 2.20.11-0ubuntu16
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Wed Feb  5 09:24:24 2020
DisplayManager: gdm3
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
InstallationDate: Installed on 2018-02-24 (710 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
RelatedPackageVersions: mutter-common 3.34.3-1ubuntu1
SourcePackage: gnome-shell
UpgradeStatus: Upgraded to focal on 2020-02-05 (0 days ago)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal third-party-packages

** Attachment added: "output of 'journalctl -b 0'"
   
https://bugs.launchpad.net/bugs/1861991/+attachment/5325587/+files/jctl.log.xz

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

Title:
  upgraded to focal yesterday, I've got no control panel, my theme is
  weird, and alt-tab isn't working

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

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

[Bug 1861991] Re: upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
** Attachment added: "screenshot WRT "my theme is weird""
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861991/+attachment/5325597/+files/Screenshot%20from%202020-02-05%2009-29-55.png

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

Title:
  upgraded to focal yesterday, I've got no control panel, my theme is
  weird, and alt-tab isn't working

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

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

[Bug 1861991] Re: upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
> It seems you installed 16.04 originally, but were you coming from
18.04 this time?

I bought the laptop with 16.04, I upgraded to 18.04 and now focal, yes.

> - What's the output of
> $ dpkg -l | grep gnome-control-center ?

~$ dpkg -l | grep gnome-control-center
ii  gnome-control-center-data  1:3.34.1-1ubuntu3
   all  configuration applets for GNOME - data files

> also how did you upgrade? using the dist-upgrader or editing
sources/using apt?

the dist-upgrader refused to upgrade, bailing out with something about a
pre-release (sorry I didn't copy the message), so I edited
/etc/apt/sources.list (all other sources were disabled by the upgrade to
1804 and I didn't re-enable them)

I'll attach the requested bits before trying the 'apt install'.

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

Title:
  upgraded to focal yesterday, I've got no control panel, my theme is
  weird, and alt-tab isn't working

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

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

[Bug 1861991] Re: upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
FWIW this might be relevant:
~$ sudo apt install gnome-control-center
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 gnome-control-center : Depends: colord (>= 0.1.30)
E: Unable to correct problems, you have held broken packages.
~$ sudo apt install colord
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 colord : Depends: libsane (>= 1.0.24)
E: Unable to correct problems, you have held broken packages.
~$ sudo apt install libsane
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libsane : Depends: libsnmp35 (>= 5.8+dfsg) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
~$ sudo apt install libsnmp35
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libsnmp35 : Depends: libsensors5 (>= 1:3.5.0) but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.
~$ sudo apt install libsensors5
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 libsensors5 : Depends: libsensors-config but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
~$ sudo apt install libsensors-config
Reading package lists... Done
Building dependency tree   
Reading state information... Done
The following packages were automatically installed and are no longer required:
  aglfn ca-certificates-java default-jre-headless dus fprintd 
gir1.2-accountsservice-1.0 gir1.2-gck-1 gir1.2-gcr-3 gir1.2-gdm-1.0 
gir1.2-geoclue-2.0
  gir1.2-gnomebluetooth-1.0 gir1.2-gweather-3.0 gir1.2-nm-1.0 gir1.2-nma-1.0 
gir1.2-totemplparser-1.0 gir1.2-upowerglib-1.0 gnome-todo-common gnuplot-tex
  gnuplot5-data grilo-plugins-0.3-base java-common kwayland-data liba52-0.7.4 
libaribb24-0 libass9 libatk-bridge2.0-dev libatomic1:i386 libatspi2.0-dev 
libavfilter7
  libavresample4 libbasicusageenvironment1 libbs2b0 libcaca-dev libcddb2 
libconfig9 libdazzle-1.0-0 libdc1394-22 libdca0 libdrm-amdgpu1:i386 
libdrm-dev:i386
  libdrm-intel1:i386 libdrm-nouveau2:i386 libdrm-radeon1:i386 libdrm2:i386 
libdvbpsi10 libebml4v5 libebook-1.2-20 libebook-contacts-1.2-3 
libedata-book-1.2-26
  libedata-cal-2.0-1 libedit2:i386 libegl-mesa0:i386 libegl1:i386 libelf1:i386 
libenca0 libexpat1:i386 libfaad2 libffi7:i386 libflac-dev libflite1 
libfluidsynth2
  libfprint0 libgbm1:i386 libgdbm5 libgdm1 libglapi-mesa:i386 libgles1 
libgles1:i386 libgles2:i386 libglvnd-core-dev libglvnd-core-dev:i386 
libglvnd0:i386
  libgnome-todo libgraphene-1.0-0 libgrilo-0.3-0 libgroupsock8 libhfstospell10 
libibus-1.0-dev libixml10 libkate1 libkf5attica5 libkf5bookmarks-data
  libkf5codecs-data libkf5codecs5 libkf5completion-data libkf5config-bin 
libkf5config-data libkf5configcore5 libkf5configgui5 libkf5configwidgets-data
  libkf5dbusaddons-bin libkf5dbusaddons-data libkf5dbusaddons5 libkf5doctools5 
libkf5globalaccel-data libkf5guiaddons5 libkf5i18n-data libkf5i18n5
  libkf5iconthemes-data libkf5itemviews-data libkf5jobwidgets-data 
libkf5notifications-data libkf5parts-data libkf5service-data libkf5service5 
libkf5solid5
  libkf5solid5-data libkf5sonnet5-data libkf5son

[Bug 1861991] Re: upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
** Attachment added: "tarball of /var/log/dist-upgrade"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861991/+attachment/5325631/+files/vldu.tar.xz

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

Title:
  upgraded to focal yesterday, I've got no control panel, my theme is
  weird, and alt-tab isn't working

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

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

[Bug 1861991] Re: upgraded to focal yesterday, I've got no control panel, my theme is weird, and alt-tab isn't working

2020-02-05 Thread John Lenton
** Attachment added: "sources.log"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1861991/+attachment/5325630/+files/sources.log

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

Title:
  upgraded to focal yesterday, I've got no control panel, my theme is
  weird, and alt-tab isn't working

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

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

<    1   2   3   4   5   6   7   8   9   10   >