[Bug 798414] Re: update-initramfs should produce a more helpful error message when there isn't enough free space--or provide an automatic tool for removal of old files

2018-12-26 Thread C W
The default boot partition size in Ubuntu 16 is way too small so having
some way to remove the oldest kernel is required I think. Its very hard
to change it once the disk is in use.

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

Title:
  update-initramfs should produce a more helpful error message when
  there isn't enough  free space--or provide an automatic tool for
  removal of old files

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

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

[Bug 825959] Re: [gtk3] Bad-package-catalog dialog is too large in gtk3 version

2011-09-16 Thread C W BRYAN
** Changed in: software-center (Ubuntu)
   Status: Confirmed = Fix Committed

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

Title:
  [gtk3] Bad-package-catalog dialog is too large in gtk3 version

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/825959/+subscriptions

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


[Bug 678162] [NEW] Crashes on start up

2010-11-21 Thread C W Whittle
Public bug reported:

Binary package hint: f-spot

F-Spot crashes on start up. The console output including stack trace is
below:

[Info  16:06:04.579] Initializing Mono.Addins
Value is greater than Int32.MaxValue or less than Int32.MinValue
System.OverflowException: Value is greater than Int32.MaxValue or less than 
Int32.MinValue
  at System.Convert.ToInt32 (Int64 value) [0x0] in filename unknown:0 
  at System.Int64.System.IConvertible.ToInt32 (IFormatProvider provider) 
[0x0] in filename unknown:0 
  at System.Convert.ToType (System.Object value, System.Type conversionType, 
IFormatProvider provider, Boolean try_target_to_type) [0x0] in filename 
unknown:0 
  at System.Convert.ChangeType (System.Object value, System.Type 
conversionType, IFormatProvider provider) [0x0] in filename unknown:0 
  at Mono.Data.Sqlite.Sqlite3.GetValue (Mono.Data.Sqlite.SqliteStatement stmt, 
Int32 index, Mono.Data.Sqlite.SqliteType typ) [0x0] in filename unknown:0 
  at Mono.Data.Sqlite.SqliteDataReader.GetValue (Int32 i) [0x0] in 
filename unknown:0 
  at Hyena.Data.Sqlite.HyenaSqliteArrayDataReader.ReadAllRows 
(Mono.Data.Sqlite.SqliteDataReader reader) [0x0] in filename unknown:0 
  at Hyena.Data.Sqlite.HyenaSqliteArrayDataReader..ctor 
(Mono.Data.Sqlite.SqliteDataReader reader) [0x0] in filename unknown:0 
  at (wrapper remoting-invoke-with-check) 
Hyena.Data.Sqlite.HyenaSqliteArrayDataReader:.ctor 
(Mono.Data.Sqlite.SqliteDataReader)
  at Hyena.Data.Sqlite.HyenaSqliteCommand.Execute 
(Hyena.Data.Sqlite.HyenaSqliteConnection hconnection, 
Mono.Data.Sqlite.SqliteConnection connection) [0x0] in filename unknown:0

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: f-spot 0.8.0-1
ProcVersionSignature: Ubuntu 2.6.35-22.35-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun Nov 21 16:06:36 2010
ExecutablePath: /usr/lib/f-spot/f-spot.exe
InterpreterPath: /usr/bin/mono
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_GB.utf8
SourcePackage: f-spot

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug maverick ubuntu-une

-- 
Crashes on start up
https://bugs.launchpad.net/bugs/678162
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 678162] Re: Crashes on start up

2010-11-21 Thread C W Whittle


-- 
Crashes on start up
https://bugs.launchpad.net/bugs/678162
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 469334] Re: F-Spot crashes on start-up

2010-01-02 Thread C W Whittle
*** This bug is a duplicate of bug 289732 ***
https://bugs.launchpad.net/bugs/289732

I can confirm that it's a duplicate of 289732. I followed a work-around
similar to that described in the upstream report
(https://bugzilla.gnome.org/show_bug.cgi?id=559093) mentioned in bug
#289732.

I used the following SQL query to identify the folders on my computer that 
contained a colon:
  select distinct base_uri from photos where base_uri like file:///%:%;

I renamed these folders by hand to change :  to - 

I then use the following SQL statements to update the F-Spot database:
  update photos set base_uri = replace(base_uri, : , - ) where base_uri 
like file:///%: %;
  update photo_versions set base_uri = replace(base_uri, : , - ) where 
base_uri like file:///%: %;

It seems that we should avoid importing folders with a : in their name.

I hope that helps.

** Bug watch added: GNOME Bug Tracker #559093
   https://bugzilla.gnome.org/show_bug.cgi?id=559093

-- 
F-Spot crashes on start-up
https://bugs.launchpad.net/bugs/469334
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 469334] [NEW] F-Spot crashes on start-up

2009-11-01 Thread C W Whittle
Public bug reported:

Binary package hint: f-spot

Run up F-Spot. The main window appears (menu, 'Tags:' label, splitter
but no more visible yet). An error window pops up saying 'F-Spot
encountered a fatal error' and includes a portion of the stack trace
dumped to the console.

I'm running Ubuntu 9.10 on AMD64 with F-Spot package version 0.6.1.3-2.

Console output :

[Info  19:59:16.380] Initializing DBus
[Info  19:59:16.496] Initializing Mono.Addins
[Info  19:59:16.663] Starting new FSpot server (f-spot 0.6.1.3)

** (f-spot:5292): CRITICAL **: atk_object_set_name: assertion `name !=
NULL' failed

** (f-spot:5292): CRITICAL **: atk_object_set_name: assertion `name !=
NULL' failed

** (f-spot:5292): CRITICAL **: atk_object_set_name: assertion `name !=
NULL' failed

** (f-spot:5292): CRITICAL **: atk_object_set_name: assertion `name !=
NULL' failed

** (f-spot:5292): CRITICAL **: atk_object_set_name: assertion `name != NULL' 
failed
[Warn  19:59:17.656] Caught an exception - URI scheme must start with a letter 
and must consist of one of alphabet, digits, '+', '-' or '.' character. (in 
`System')
  at System.Uri.Parse (UriKind kind, System.String uriString) [0x0] 
  at System.Uri.ParseUri (UriKind kind) [0x0] 
  at System.Uri..ctor (System.Uri baseUri, System.String relativeUri, Boolean 
dontEscape) [0x0] 
  at System.Uri..ctor (System.Uri baseUri, System.String relativeUri) [0x0] 
  at FSpot.Widgets.FolderTreeModel.UpdateFolderTree () [0x0] 
  at FSpot.Widgets.FolderTreeModel..ctor () [0x0] 
  at FSpot.Widgets.FolderTreeView..ctor () [0x0] 
  at FSpot.Widgets.FolderTreePage..ctor () [0x0] 
  at (wrapper managed-to-native) System.Reflection.MonoCMethod:InternalInvoke 
(object,object[],System.Exception)
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] 
Exception has been thrown by the target of an invocation. (in `mscorlib')
  at System.Reflection.MonoCMethod.Invoke (System.Object obj, BindingFlags 
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] 
  at System.Reflection.MonoCMethod.Invoke (BindingFlags invokeAttr, 
System.Reflection.Binder binder, System.Object[] parameters, 
System.Globalization.CultureInfo culture) [0x0] 
  at System.Reflection.ConstructorInfo.Invoke (System.Object[] parameters) 
[0x0] 
  at System.Activator.CreateInstance (System.Type type, Boolean nonPublic) 
[0x0] 
  at Mono.Addins.RuntimeAddin.CreateInstance (System.String typeName, Boolean 
throwIfNotFound) [0x0] 
  at Mono.Addins.RuntimeAddin.CreateInstance (System.String typeName) [0x0] 
  at FSpot.Widgets.SidebarPageNode.GetSidebarPage () [0x0] 
  at MainWindow.OnSidebarExtensionChanged (System.Object s, 
Mono.Addins.ExtensionNodeEventArgs args) [0x0] 
  at Mono.Addins.ExtensionNode.OnChildNodeAdded (Mono.Addins.ExtensionNode 
node) [0x0] 
  at Mono.Addins.ExtensionNode.NotifyChildChanged () [0x0] 
  at Mono.Addins.TreeNode.NotifyChildrenChanged () [0x0] 
  at Mono.Addins.ExtensionContext.NotifyConditionChanged 
(Mono.Addins.ConditionType cond) [0x0] 
  at Mono.Addins.ExtensionContext.OnConditionChanged (System.Object s, 
System.EventArgs a) [0x0] 
  at Mono.Addins.ConditionType.NotifyChanged () [0x0] 
  at FSpot.Extensions.ViewModeCondition.ViewModeConditionm__5 () [0x0] 
  at FSpot.Extensions.ViewModeCondition.set_Mode (ViewMode value) [0x0] 
  at FSpot.Widgets.Sidebar.HandleContextChanged (System.Object sender, 
System.EventArgs args) [0x0] 
  at FSpot.Widgets.Sidebar.set_Context (ViewContext value) [0x0] 
  at MainWindow..ctor (.Db db) [0x0] 
  at FSpot.Core.get_MainWindow () [0x0] 
  at FSpot.Core.Organize () [0x0] 
  at FSpot.Driver.Main (System.String[] args) [0x0]

** Affects: f-spot (Ubuntu)
 Importance: Undecided
 Status: New

-- 
F-Spot crashes on start-up
https://bugs.launchpad.net/bugs/469334
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