Your message dated Mon, 19 Nov 2018 01:31:06 +0000 with message-id <[email protected]> and subject line Bug#913850: Removed package(s) from unstable has caused the Debian Bug report #838285, regarding banshee: starts/changes music slowly/hangs to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 838285: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=838285 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: banshee Version: 2.6.2-5 Severity: important -- System Information: Distributor ID: Kali Description: Kali GNU/Linux Rolling Release: kali-rolling Codename: kali-rolling Architecture: x86_64 Kernel: Linux 4.6.0-kali1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages banshee depends on: ii gnome-icon-theme 3.12.0-2 ii gstreamer1.0-plugins-bad [gstreamer1.0-audiosink 1.8.2-1+b2 ii gstreamer1.0-plugins-base 1.8.3-1 ii gstreamer1.0-plugins-good [gstreamer1.0-audiosin 1.8.3-1 ii gstreamer1.0-pulseaudio [gstreamer1.0-audiosink] 1.8.3-1 ii libc6 2.23-5 ii libcairo2 1.14.6-1+b1 ii libdbus-glib-1-2 0.106-1 ii libdbus-glib2.0-cil 0.6.0-1 ii libdbus2.0-cil 0.8.1-2 ii libgconf2.0-cil 2.24.2-4 ii libgdata2.1-cil 2.2.0.0-2 ii libgdk-pixbuf2.0-0 2.34.0-1 ii libgkeyfile1.0-cil 0.1-5 ii libglib2.0-0 2.48.1-3 ii libglib2.0-cil 2.12.10-6 ii libgpod4 0.8.3-7 ii libgstreamer-plugins-base1.0-0 1.8.3-1 ii libgstreamer1.0-0 1.8.3-1 ii libgtk-sharp-beans-cil 2.14.1-4 ii libgtk2.0-0 2.24.30-4 ii libgtk2.0-cil 2.12.10-6 ii libgudev1.0-cil 0.1-4 ii libkarma0 0.1.2-2.4 ii libmono-addins0.2-cil 1.0+git20130406.adcd75b-4 ii libmono-cairo4.0-cil 4.2.1.102+dfsg2-8 ii libmono-corlib4.5-cil 4.2.1.102+dfsg2-8 ii libmono-posix4.0-cil 4.2.1.102+dfsg2-8 ii libmono-sharpzip4.84-cil 4.2.1.102+dfsg2-8 ii libmono-system-core4.0-cil 4.2.1.102+dfsg2-8 ii libmono-system-xml4.0-cil 4.2.1.102+dfsg2-8 ii libmono-system4.0-cil 4.2.1.102+dfsg2-8 ii libmono-zeroconf1.0-cil 0.9.0-6 ii libmtp9 1.1.12-1 ii libnotify0.4-cil 0.4.0~r3032-7 ii libpango-1.0-0 1.40.1-1 ii libpangocairo-1.0-0 1.40.1-1 ii libsoup-gnome2.4-1 2.54.1-1 ii libsoup2.4-1 2.54.1-1 ii libsqlite3-0 3.14.1-1 ii libtaglib2.1-cil 2.1.0.0-3 ii libwebkitgtk-1.0-0 2.4.11-2+b2 ii libwnck22 2.30.7-5 ii libx11-6 2:1.6.3-1 ii libxrandr2 2:1.5.0-1 ii libxxf86vm1 1:1.1.4-1 ii mono-runtime 4.2.1.102+dfsg2-8 Versions of packages banshee recommends: ii avahi-daemon 0.6.32-1 ii brasero 3.12.1-2 ii gstreamer1.0-pulseaudio 1.8.3-1 ii media-player-info 22-3 Versions of packages banshee suggests: pn banshee-dbg <none> pn gstreamer1.0-ffmpeg <none> ii gstreamer1.0-plugins-bad 1.8.2-1+b2 ii gstreamer1.0-plugins-ugly 1.8.3-1 -- no debconf information I updated to Debian Testing/Stretch and now Banshee's start-up is very slow. I've got 7000 songs listed but there was no slowdown before I upgraded my whole system. Let's run a debug: --- $banshee --debug ** Running Mono with --debug ** [1 Debug 18:06:03.486] Bus.Session.RequestName ('org.bansheeproject.Banshee') replied with PrimaryOwner [1 Info 18:06:03.494] Running Banshee 2.6.2: [Debian GNU/Linux testing (stretch) (linux-gnu, x86_64) @ 2015-11-10 20:00:35 SGT] --- Everything runs fine so far, I'm not posting all lines, let's get to the problem : --- [1 Info 18:06:05.237] All services are started 0.797329 [4 Warn 18:06:12.979] Executed in 7350ms DELETE FROM CoreCache WHERE ModelID = 21; INSERT INTO CoreCache (ModelID, ItemID) SELECT 21, CoreTracks.TrackID FROM (SELECT MIN(CoreTracks.TrackID) AS TrackID, CoreTracks.Year FROM CoreTracks GROUP BY CoreTracks.Year) AS CoreTracks WHERE CoreTracks.Year IN (SELECT CoreTracks.Year FROM CoreTracks, CoreCache WHERE (CoreCache.ModelID = 83) AND CoreCache.ItemID = CoreTracks.TrackID ) ORDER BY Year [4 Warn 18:06:20.381] Executed in 7263ms DELETE FROM CoreCache WHERE ModelID = 21; INSERT INTO CoreCache (ModelID, ItemID) SELECT 21, CoreTracks.TrackID FROM (SELECT MIN(CoreTracks.TrackID) AS TrackID, CoreTracks.Year FROM CoreTracks GROUP BY CoreTracks.Year) AS CoreTracks WHERE CoreTracks.Year IN (SELECT CoreTracks.Year FROM CoreTracks, CoreCache WHERE (CoreCache.ModelID = 83) AND CoreCache.ItemID = CoreTracks.TrackID ) ORDER BY Year [1 Debug 18:06:20.439] Extension source loaded: Now Playing --- The two "4 warn" paragraphs are what's really slowing down banshee. I also have a small freeze at the end of every song. --- Thank you for your time
--- End Message ---
--- Begin Message ---Version: 2.6.2-6.2+rm Dear submitter, as the package banshee has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/913850 The version of this package that was in Debian prior to this removal can still be found using http://snapshot.debian.org/. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---

