[Bug 1880405] Re: Unresponsive GUI and journal flooded with: JS ERROR: TypeError: null has no properties _onFocusChanged@resource:///org/gnome/shell/ui/closeDialog.js:135:9

2021-05-23 Thread john reid
** Changed in: mutter (Ubuntu Focal)
   Status: Fix Committed => Fix Released

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

Title:
  Unresponsive GUI and journal flooded with: JS ERROR: TypeError: null
  has no properties
  _onFocusChanged@resource:///org/gnome/shell/ui/closeDialog.js:135:9

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

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

[Bug 1899361] Re: udisk prevent disk from standby, standby timer is broken

2021-05-20 Thread john reid
Sorry should have been:

smartctl -s on /dev/sdX.

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

Title:
  udisk prevent disk from standby, standby timer is broken

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

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

[Bug 1899361] Re: udisk prevent disk from standby, standby timer is broken

2021-05-20 Thread john reid
This problem is still in 20.04.1, but appears to have been fixed in
master udisk2, patching from 10 mins to 60 mins.

https://github.com/storaged-project/udisks/issues/407#ref-commit-326b182

I assume this is in 21.x, but not available in LTS (?)

As a workaround, you can turn off the smarts function in Gnome-disks
[Disks] GUI, which stops the polling through udisk2, and disables smarts
on the disk. You can then re enable SMARTs on the individual drives
with:

smartctl -s enable /dev/sdX.

smartmontools or other smartd tools will then work, with a configurable
polling frequency if you need SMARTs. This does not re enable Disks
udisk2 based polling, so the disks now sleep.


** Bug watch added: github.com/storaged-project/udisks/issues #407
   https://github.com/storaged-project/udisks/issues/407

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

Title:
  udisk prevent disk from standby, standby timer is broken

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

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

[Bug 1281588] Re: Disk standby timer is broken

2014-05-31 Thread john reid
Rocko,

Slightly OT

I see a variety of behaviour., based on the disks.

On 14.04 with the 30min polling patch: If you set the spindown to 15
mins and poll at 30, all of my disks spin down and stay down ( see list
above).

 If you set the spindown to 5 and polling to 10, I have problems with
the WD not being able to be set to less than the polling frequency ( as
discussed original problem).

However I also see problems when poilling is within 1-3 min or so of the 
spindown on the Seagate drive. I havnt tried to work out exactly whats 
happening, or exact timings . But the seagate doesnt seem to cache anything 
hdparm doese either. so hdparm -C will wake it.
In summary, The 3 samsung drives stay down, but the seagate spins up if polled 
too soon after its spindown.

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

Title:
  Disk standby timer is broken

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

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


[Bug 1317599] Re: Evince doesn't show fi-ligatures in a pdf file

2014-05-08 Thread John Reid
Happening in evince and xpdf for me.

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

Title:
  Evince doesn't show fi-ligatures in a pdf file

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

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


[Bug 1281588] Re: Disk standby timer is broken

2014-05-02 Thread john reid
Can confirm that the SMART polling by udisk2 every 10 mins appears to
reset the sleep timer on all of my disks: So all disks are kept awake by
SMART polling where sleep timer  10 mins. As previously stated later WD
disks have a minimum sleep timer of 10 mins ( hdparm -S120 /dev/sdx)
defaults  to 10 mins for any value of S below 120. Therefore you need to
choose betwen SMART monitoring  and sleep.

Device Model: SAMSUNG HD154UI
Device Model: SAMSUNG HD154UI
Device Model: SAMSUNG HD204UI
Device Model: ST2000DL003-9VT166
Device Model: WDC WD40EZRX-00SPEB0

|Polling does not WAKE disks, so setting sleeptimer to less than 10 mins
allows all above disks apart from WD to spin down. Following successful
spindown they stay down. 12.04 seems to rely on smartmontools and
smartd, and has a default of 30mins, so I had not seen this till upgrade
to 14.04.

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

Title:
  Disk standby timer is broken

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

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


[Bug 1281588] Re: Disk standby timer is broken

2014-05-02 Thread john reid
--- udiskslinuxprovider.c   2014-05-02 13:54:46.826781083 +0100
+++ udiskslinuxprovider.c.30minpoll 2014-05-02 13:55:54.034178153 +0100
@@ -465,8 +465,8 @@
   g_list_free_full (udisks_devices, g_object_unref);
   udisks_info (Initialization complete);
 
-  /* schedule housekeeping for every 10 minutes */
-  provider-housekeeping_timeout = g_timeout_add_seconds (10*60,
+  /* schedule housekeeping for every 30 minutes */
+  provider-housekeeping_timeout = g_timeout_add_seconds (30*60,
   
on_housekeeping_timeout,
   provider);
   /* ... and also do an initial run */


Changes regular polling to 30mins, allowing sensible spindown times on WD

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

Title:
  Disk standby timer is broken

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

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


[Bug 1065196] Re: update-grub sets wrong kernel root for linux dual boot systems

2014-04-25 Thread john reid
Just updated to 14.04, dual booting 12.04 and 14.04 from diffrent disks,
grub always sets root to same partition.

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

Title:
  update-grub sets wrong kernel root for linux dual boot systems

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

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


[Bug 1065196] Re: update-grub sets wrong kernel root for linux dual boot systems

2014-04-25 Thread john reid
Ithink this is not a bug; further searching found
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686754#25   which
explains the issue.

If you have multiple grub.cfg files, one in each /boot, then the primary
grub.cfg will populate its config for Other partitions from their
grub.cfg. so if the secondary grub.cfg has the wrong root, it is copoed
to the primary. By primary i mean the booted /boot/grub/grub.cfg

** Bug watch added: Debian Bug tracker #686754
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686754

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

Title:
  update-grub sets wrong kernel root for linux dual boot systems

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

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


[Bug 1205214] [NEW] Banshee hangs on startup (MTP related?)

2013-07-26 Thread John Reid
Public bug reported:

When I start banshee, sometimes it hangs. I do killall -SIGQUIT
banshee. I've attached the log file.

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


** Tags: banshee mtp

** Attachment added: Banshee log
   https://bugs.launchpad.net/bugs/1205214/+attachment/3749588/+files/log

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

Title:
  Banshee hangs on startup (MTP related?)

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-20 Thread John Reid
I did run that command. If it happens again I'll make doubly sure.

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-19 Thread John Reid
Agreed the situation wouldn't be much better in terms of playing music
but I think banshee's behaviour could be. At the moment Ubuntu appears
not to work as I try to start banshee and nothing happens (not even an
error message). Are there no system calls that can return errors instead
of deadlocking when failing to read files from a network mounted
filesystem? If not perhaps it is a failing of the system? If there are
shouldn't banshee be using them? Perhaps for some technical reason it is
not possible to implement them?

I've the created the empty file and I'll attach the log if it happens
again.

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-19 Thread John Reid
I think better than rebooting might be unmounting the network share.
I'll try that next time.

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-19 Thread John Reid
Here's the log you asked for.

** Attachment added: debug log as asked for
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1196828/+attachment/3742400/+files/log

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-18 Thread John Reid
Is it really solved though? Despite the problem being caused by a
cifs/nfs error, banshee's behaviour is still quite bad. A GUI shouldn't
really be unresponsive even if there are network problems behind the
scenes. BTW I have been running using a NFS mount instead of CIFS mount
for a few days now and I've seen similar behaviour.

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-16 Thread John Reid
Thanks for the pointers. I'm pretty convinced it happens when there is a 
problem with my network mounted filesystem (/etc/fstab):
//192.168.1.74/music/mnt/htpc-music   cifs  
noauto,credentials=/etc/samba/user,noexec,uid=john,gid=john  0 0

The advice in the noah.org article looks good but I'm using CIFS not
NFS. Apparently CIFS mounts in a soft fashion by default. I'll have to
check my configuration. I might have a look at switching to NFS with the
soft option. Thanks a lot for all the help it is really appreciated.

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1201387] [NEW] Banshee crashes with locked database message

2013-07-15 Thread John Reid
Public bug reported:

I was running banshee in debug mode when it crashed with a message about a 
locked databse. 
a

john@W530$  lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 13.04
Release:13.04
Codename:   raring

john@W530$  dpkg -l | grep banshee
ii  banshee 2.6.1-1ubuntu1  
   amd64Media Management and Playback 
application
ii  banshee-extension-soundmenu 2.6.1-1ubuntu1  
   amd64Media Management and Playback 
application - sound menu extension


The output is attached.

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

** Attachment added: debug output
   https://bugs.launchpad.net/bugs/1201387/+attachment/3737339/+files/bug.txt

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

Title:
  Banshee crashes with locked database message

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

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


[Bug 1201387] Re: Banshee crashes with locked database message

2013-07-15 Thread John Reid
john@W530$  lsof ~/.config/banshee-1/banshee.db
COMMAND PID USER   FD   TYPE DEVICE SIZE/OFF   NODE NAME
unity-mus  2969 john9u   REG  252,1 45050880 401760 
/home/john/.config/banshee-1/banshee.db
banshee   25995 john9u   REG  252,1 45050880 401760 
/home/john/.config/banshee-1/banshee.db

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

Title:
  Banshee crashes with locked database message

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-15 Thread John Reid
Banshee crashed again but the process didn't disappear. Here's the log
for the banshee I'm trying to start.

john@W530$  banshee --debug
** Running Mono with --debug   **
[1 Debug 17:54:39.785] Bus.Session.RequestName ('org.bansheeproject.Banshee') 
replied with InQueue

I've attached the log for the banshee that crashed.


** Attachment added: Log for banshee that crashed causing the problem
   
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/1196828/+attachment/3737686/+files/banshee.log

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-15 Thread John Reid
Here is the current ps output:

john@W530$  ps -ef|grep banshee
john  2170  1711  0 17:58 pts/21   00:00:00 grep --color=auto banshee
john 25995 15673  4 13:00 pts/700:14:35 [banshee] defunct

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-15 Thread John Reid
Good point, I didn't check the output too closely. 15673 is the bash
shell I started banshee from:

~/Downloads
john@W530$  ps -ef|grep 15673
john  4724  4624  0 18:59 pts/21   00:00:00 grep --color=auto 15673
john 15673 10712  0 Jul09 pts/700:00:00 bash
john 25995 15673  4 13:00 pts/700:14:35 [banshee] defunct

However banshee is not responding to Ctrl-C in the bash terminal nor to
kills so what to do?

~/Downloads
john@W530$  kill -9 25995
~/Downloads
john@W530$  kill -15 25995
~/Downloads
john@W530$  kill  25995
~/Downloads
john@W530$  ps -ef|grep 15673
john  4780  4624  0 19:00 pts/21   00:00:00 grep --color=auto 15673
john 15673 10712  0 Jul09 pts/700:00:00 bash
john 25995 15673  4 13:00 pts/700:14:35 [banshee] defunct

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-15 Thread John Reid
Killing bash make the PPID 1 and banshee won't start

~/Downloads
john@W530$  kill 15673
~/Downloads
john@W530$  kill -9 15673
~/Downloads
john@W530$  ps -ef|grep banshee
john  6435  4624  0 20:04 pts/21   00:00:00 grep --color=auto banshee
john 25995 1  3 13:00 ?00:14:35 [banshee] defunct
~/Downloads
john@W530$  banshee --debug
** Running Mono with --debug   **
[1 Debug 20:05:23.875] Bus.Session.RequestName ('org.bansheeproject.Banshee') 
replied with InQueue

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-15 Thread John Reid
OK I can try and kill bash but I'd like to know what to do when the
parent is 1. That is the problem and forces me to reboot.

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-08 Thread John Reid
I see this on that link you provided: init can never have zombie
children. From the wikipedia article: When a process loses its parent,
init becomes its new parent. Init periodically executes the wait system
call to reap any zombies with init as parent. One of init's
responsibilities is reaping orphans and parentless zombies So I think
that means init is the new parent not the old one.

This is the output of banshee --debug but at the moment I do not have
a zombie banshee process. When I do, I'll re-run with --debug

** Running Mono with --debug   **
[1 Debug 08:44:37.548] Bus.Session.RequestName ('org.bansheeproject.Banshee') 
replied with PrimaryOwner
[1 Info  08:44:37.561] Running Banshee 2.6.1: [Ubuntu 13.04 (linux-gnu, x86_64) 
@ 2013-04-21 19:43:57 UTC]
[1 Debug 08:44:37.567] Initializing GTK
[1 Debug 08:44:38.126] Post-Initializing GTK
[1 Debug 08:44:38.132] Configuration client extension loaded 
(Banshee.GnomeBackend.GConfConfigurationClient)
[1 Debug 08:44:38.133] Using default gconf-base-key
[1 Debug 08:44:38.189] Core service started (DBusServiceManager, 0.000744)
[1 Debug 08:44:38.191] Registering remote object 
/org/bansheeproject/Banshee/DBusCommandService 
(Banshee.ServiceStack.DBusCommandService) on org.bansheeproject.Banshee
[1 Debug 08:44:38.194] Core service started (DBusCommandService, 0.004611)
[1 Debug 08:44:38.222] Opened SQLite (version 3.7.15.2) connection to 
/home/john/.config/banshee-1/banshee.db
[1 Debug 08:44:38.223] Core service started (DbConnection, 0.028348)
[1 Debug 08:44:38.233] Database version 45 is up to date
[1 Debug 08:44:38.293] Core service started (PreferenceService, 0.018716)
[1 Debug 08:44:38.302] Core service started (Network, 0.009347)
[1 Debug 08:44:38.303] Registering remote object 
/org/bansheeproject/Banshee/SourceManager (Banshee.Sources.SourceManager) on 
org.bansheeproject.Banshee
[1 Debug 08:44:38.303] Core service started (SourceManager, 0.001069)
[1 Debug 08:44:38.311] Core service started (MediaProfileManager, 0.000395)
[1 Debug 08:44:38.315] Registering remote object 
/org/bansheeproject/Banshee/PlayerEngine 
(Banshee.MediaEngine.PlayerEngineService) on org.bansheeproject.Banshee
[1 Debug 08:44:38.317] Core service started (PlayerEngine, 0.006476)
[1 Debug 08:44:38.326] Registering remote object 
/org/bansheeproject/Banshee/PlaybackController 
(Banshee.PlaybackController.PlaybackControllerService) on 
org.bansheeproject.Banshee
[1 Debug 08:44:38.327] Core service started (PlaybackController, 0.001754)
[1 Debug 08:44:38.330] Starting - Startup Job
[1 Debug 08:44:38.330] Core service started (JobScheduler, 0.00366)
[1 Debug 08:44:38.337] IO provider extension loaded (Banshee.IO.Gio.Provider)
[1 Debug 08:44:38.389] Loaded HardwareManager backend: Banshee.Hardware.Gio
[1 Debug 08:44:38.390] Core service started (HardwareManager, 0.05952)
[1 Debug 08:44:38.391] Bus.Session.RequestName 
('org.bansheeproject.CollectionIndexer') replied with PrimaryOwner
[1 Debug 08:44:38.392] Registering remote object 
/org/bansheeproject/Banshee/CollectionIndexerService 
(Banshee.Collection.Indexer.CollectionIndexerService) on 
org.bansheeproject.CollectionIndexer
[1 Debug 08:44:38.394] Core service started (CollectionIndexerService, 0.00408)
[1 Debug 08:44:38.396] Core service started (SaveTrackMetadataService, 0.001941)
[1 Debug 08:44:38.402] Adding icon theme search path: /usr/share/banshee/icons
[1 Debug 08:44:38.402] Core service started (GtkElementsService, 0.006404)
[1 Debug 08:44:38.403] Core service started (InterfaceActionService, 0.000709)
[1 Debug 08:44:38.473] Extension actions loaded: MetadataFixActions
[1 Debug 08:44:38.473] Registering remote object 
/org/bansheeproject/Banshee/GlobalUIActions (Banshee.Gui.GlobalActions) on 
org.bansheeproject.Banshee
[1 Debug 08:44:38.474] Album artwork path set to /home/john/.cache/media-art
[1 Debug 08:44:38.482] Core service started (ArtworkManager, 0.009218)
[1 Debug 08:44:38.483] Core service started (BookmarksService, 8.3E-05)
[1 Debug 08:44:38.589] Adding context page lastfm-recommendations

(Banshee:23878): GLib-GObject-WARNING **: attempting to add an interface
(AtkComponent) to class (__gtksharp_48_Hyena_Gui_BaseWidgetAccessible)
after class_init

(Banshee:23878): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class
(__gtksharp_49_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:23878): GLib-GObject-WARNING **: attempting to add an interface
(AtkSelection) to class
(__gtksharp_49_Hyena_Data_Gui_Accessibility_ListViewAccessible+601+5b+5bBanshee_Collection_TrackInfo+2c+20Banshee_Core+2c+20Version+3d2_6_0_0+2c+20Culture+3dneutral+2c+20PublicKeyToken+3dnull+5d+5d)
after class_init

(Banshee:23878): GLib-GObject-WARNING **: attempting to add an interface
(AtkTable) to class

[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-04 Thread John Reid
See link to askubuntu question for ps output but I don't see what you
can learn from that. I'm not sure it is a banshee bug either. Banshee is
dead but why cannot I start another banshee process?

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] Re: Cannot restart banshee after crash

2013-07-02 Thread John Reid
Also see same question here: http://askubuntu.com/questions/315292/how-
to-restart-banshee-after-crash

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1196828] [NEW] Cannot restart banshee after crash

2013-07-02 Thread John Reid
Public bug reported:

If banshee crashes the sound/audio system menu still shows it as
available but nothing happens if I click on it. With ps I can see a
defunct banshee process that cannot be removed. If I try to run banshee
from the command line nothing happens. Restarting gdm and/or unity also
has no effect. As far as I can tell there is now no way to start banshee
short of rebooting which is annoying. Does anyone know how I can start
banshee without closing everything down and rebooting? Perhaps there is
some part of Ubuntu that controls the sound menu and I can restart that?
I was hoping it was part of gdm or unity but restarting them didn't
help.

Description:Ubuntu 13.04
Release:13.04
but I have seen the same behaviour in 12.04

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


** Tags: audio banshee

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

Title:
  Cannot restart banshee after crash

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

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


[Bug 1015358] Re: Duplicate playlists in Banshee

2012-10-10 Thread John Reid
This affects me as well. Banshee is great but this bug makes it very
frustrating to use. I'm on Ubuntu 12.04 with libgpod 0.8.2-4 and banshee
2.4.1-3. There is this mailing list post about it:

http://banshee-media-player.2283330.n4.nabble.com/Banshee-Creates-
Duplicate-Playlists-Every-Time-iPod-Synced-td4569417.html

this GNOME bug report:

https://bugzilla.gnome.org/show_bug.cgi?id=675678

and this libgpod bug report:

http://gtkpod.org/bugs/index.php?do=detailstask_id=116


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

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

Title:
  Duplicate playlists in Banshee

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

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


[Bug 992486] [NEW] xpdf crashes opening document

2012-05-01 Thread John Reid
Public bug reported:

john@john-dell:~/Writing/Phd/thesis$ xpdf thesis.pdf
* MediaBox = ll:0,0 ur:595.276,841.89
* CropBox = ll:0,0 ur:595.276,841.89
* Rotate = 0
rg 0 0 0
RG 0 0 0
g 0
G 0
rg 0 0 0
RG 0 0 0
rg 0 0 0
RG 0 0 0
rg 0 0 0
RG 0 0 0
BT
Tf /F15 17.2154
  font: tag=F15 name='GMGODI+CMR17' 17.2154
Td 173.118 487.952
TJ [(Mo) -26 (dels) -302 (of) -302 (transcriptional) -302 (regulation)]
Tf /F16 11.9552
  font: tag=F16 name='YRTKUD+CMR12' 11.9552
Td 97.366 -43.836
TJ [(John) -326 (Reid)]
Td -13.982 -28.891
TJ [(30th) -326 (April) -327 (2012)]
rg 0 0 0
RG 0 0 0
rg 0 0 0
RG 0 0 0
ET
* page 1 *
* MediaBox = ll:0,0 ur:595.276,841.89
* CropBox = ll:0,0 ur:595.276,841.89
* Rotate = 0
rg 0 0 0
RG 0 0 0
g 0
G 0
rg 0 0 0
RG 0 0 0
rg 0 0 0
RG 0 0 0
rg 0 0 0
RG 0 0 0
BT
Tf /F15 17.2154
  font: tag=F15 name='GMGODI+CMR17' 17.2154
Td 173.118 487.952
TJ [(Mo) -26 (dels) -302 (of) -302 (transcriptional) -302 (regulation)]
Tf /F16 11.9552
  font: tag=F16 name='YRTKUD+CMR12' 11.9552
Td 97.366 -43.836
TJ [(John) -326 (Reid)]
Td -13.982 -28.891
TJ [(30th) -326 (April) -327 (2012)]
rg 0 0 0
RG 0 0 0
rg 0 0 0
RG 0 0 0
ET
Segmentation fault (core dumped)

john@john-dell:~/Writing/Phd/thesis$ lsb_release -rd
Description:Ubuntu 12.04 LTS
Release:12.04

john@john-dell:~/Writing/Phd/thesis$ apt-cache policy xpdf
xpdf:
  Installed: 3.02-21build1
  Candidate: 3.02-21build1
  Version table:
 *** 3.02-21build1 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

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

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

Title:
  xpdf crashes opening document

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

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


[Bug 992486] Re: xpdf crashes opening document

2012-05-01 Thread John Reid
This only started to happen after an upgrade to 12.04 from 11.10

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

Title:
  xpdf crashes opening document

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

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


[Bug 276472] Re: cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2010-08-14 Thread john reid
Surbhi,

Fix works for me. I haven't done extensive testing, so don't know if it
breaks anything else, but the permissions problem is fixed.

excellent !

-- 
cp -p on CIFS mount does not preserve permissions and returns a permission 
denied error
https://bugs.launchpad.net/bugs/276472
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to samba in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 276472] Re: cp -p on CIFS mount does not preserve permissions and returns a permission denied error

2010-08-14 Thread john reid
Surbhi,

Fix works for me. I haven't done extensive testing, so don't know if it
breaks anything else, but the permissions problem is fixed.

excellent !

-- 
cp -p on CIFS mount does not preserve permissions and returns a permission 
denied error
https://bugs.launchpad.net/bugs/276472
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 276831] Re: Thunderbird crashes with Segmentation Fault, debug log shows failed creating protocol instance to play queued url, trying to download headers from Dovecot IMAP server

2009-07-29 Thread John Reid
I'm getting the same as David Kaplan.

-- 
Thunderbird crashes with Segmentation Fault, debug log shows failed creating 
protocol instance to play queued url, trying to download headers from Dovecot 
IMAP server
https://bugs.launchpad.net/bugs/276831
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 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-12-15 Thread john reid
For me, it is only the first adduser command that fails. If I comment
out the first, then the others do not cause a problem.

-- 
MYTHTV-COMMON 18722  subprocess post-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/295592
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 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-12 Thread john reid
I replied to your original suggestion by mail, probably the wrong
protocol. after adding  set -x

 etting up mythtv-common (0.21.0+fixes18722-0ubuntu1) ...
 + case $1 in
 + . /usr/share/debconf/confmodule
 ++ '[' '!' '' ']'
 ++ PERL_DL_NONLAZY=1
 ++ export PERL_DL_NONLAZY
 ++ '[' '' ']'
 ++ exec /usr/share/debconf/frontend /var/lib/dpkg/info/mythtv-common.postinst 
 configure 0.21.0+fixes18722-0ubuntu1
 + case $1 in
 + . /usr/share/debconf/confmodule
 ++ '[' '!' 1 ']'
 ++ '[' -z '' ']'
 ++ exec
 ++ '[' '' ']'
 ++ exec
 ++ DEBCONF_REDIR=1
 ++ export DEBCONF_REDIR
 + '[' -n 0.21.0+fixes18722-0ubuntu1 ']'
 + dpkg --compare-versions 0.21.0+fixes18722-0ubuntu1 lt 0.7-4
 + adduser --quiet --system --group --disabled-password --system --shell 
 /bin/sh mythtv
 dpkg: error processing mythtv-common (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  mythtv-common
 E: Sub-process /usr/bin/dpkg returned an error code (1)

adduser needs to be run with sudo, but apart from that ... It doesn't tell me 
anything.

Any ideas ?

I have hacked things by eding the status file to pretend mythtv-common
is configured, then everything works but that obviousness not the real
way to do it.

Thanks for the help.

-- 
MYTHTV-COMMON 18722  subprocess post-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/295592
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 295592] [NEW] MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-08 Thread john reid
Public bug reported:

Binary package hint: mythtv

INSTALL OF mythbuntu-control-centre. Appears to work, but continually
fails to configure mythtv-common, and all therefore all dependent
packages.

Setting up mythtv-common (0.21.0+fixes18722-0ubuntu1) ...
dpkg: error processing mythtv-common (--configure):
 subprocess post-installation script returned error exit status 1


Description:Ubuntu 8.10
Release:8.10

Updated from 8.04 via 8.10 beta and rc.

ProblemType: Package
Architecture: i386
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess post-installation script returned error exit status 1
NonfreeKernelModules: nvidia
Package: mythtv-common 0.21.0+fixes18722-0ubuntu1
PackageArchitecture: all
SourcePackage: mythtv
Title: package mythtv-common 0.21.0+fixes18722-0ubuntu1 failed to 
install/upgrade: subprocess post-installation script returned error exit status 
1
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-package

-- 
MYTHTV-COMMON 18722  subprocess post-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/295592
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 295592] Re: MYTHTV-COMMON 18722 subprocess post-installation script returned error exit status 1

2008-11-08 Thread john reid

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/19490155/Dependencies.txt

** Attachment added: DpkgTerminalLog.gz
   http://launchpadlibrarian.net/19490156/DpkgTerminalLog.gz

-- 
MYTHTV-COMMON 18722  subprocess post-installation script returned error exit 
status 1
https://bugs.launchpad.net/bugs/295592
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