[Bug 378390] Re: ssc-ffmpeg.so plugin fails to load
I finally got this working. I had to make some changes to the ssc- ffmpeg.c file, but now it works with Amarok or iTunes (8.1 on a Mac) as the client. I'm attaching my patched source file. It involved changing the call to avcodec_decode_audio to avcodec_decode_audio2 and initializing the buffer size parameter passed to those calls. ** Attachment added: "patched ssc-ffmpeg plugin" http://launchpadlibrarian.net/27643120/ssc-ffmpeg.c.patched -- ssc-ffmpeg.so plugin fails to load https://bugs.launchpad.net/bugs/378390 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 378390] Re: ssc-ffmpeg.so plugin fails to load
I'm seeing the same problem on a clean install of Intrepid with mt-daapd version 0.9~r1696.dfsg-2 My mt-daapd log looks the same as Dave's: 2009-05-28 08:53:56 (faf335ab): Firefly Version svn-1696: Starting with debuglevel 2 2009-05-28 08:53:56 (faf335ab): Error loading plugin /usr/lib/mt-daapd/plugins/ssc-script.so: plugin declined to load 2009-05-28 08:53:56 (faf335ab): Plugin loaded: daap/svn-1696 2009-05-28 08:53:56 (faf335ab): Plugin loaded: ssc-ffmpeg/svn-1696 2009-05-28 08:53:56 (faf335ab): Plugin loaded: rsp/svn-1696 I don't know if this is related, by mt-daapd is crashing when I try to play some (but not all) transcoded flac files. -- ssc-ffmpeg.so plugin fails to load https://bugs.launchpad.net/bugs/378390 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 378390] Re: ssc-ffmpeg.so plugin fails to load
@Dave Thiede: You are right. The ssc-script plugin failure just had to do with not having a transcoding script (which is unnecessary when you use the ffmpeg plugin. I have upgraded to Jaunty in an effort to resolve my other issue, and I can now confirm the same problem you are seeing. -- ssc-ffmpeg.so plugin fails to load https://bugs.launchpad.net/bugs/378390 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 378390] Re: ssc-ffmpeg.so plugin fails to load
I downloaded the mt-daapd source from the Jaunty repositories and I managed to get ssc-ffmpeg plugin to compile (it took some doing, as the configure script would not run without tweaks even from a clean download of the source, at least with the minimal options I was giving it, and the path for the avcodec and avformat headers was broken). I just changed the calls to avcodec_decode_audio to avcodec_decode_audio2, which seems to be the replacement function in the ffmpeg library. So now I can get the ssc-ffmpeg script to load, an my music shows up on the client as wav files instead of the native format, but I still can't get mt-daapd talking to my client. When I try to play a song from the server, the mt-daapd log shows the mt-daapd claims to be streaming it, but on the client side (amarok in my case), the song pops up for a second, and then ends right away, with no music coming it, but no error reported. It looks as if it sees it as a zero length wav. This happens with both flac and ogg files (mp3's stream natively without problem). Without ssc-ffmpeg, ogg files were streaming natively, but I was getting the same symptom with native flac files as I am now with the transcoded files. -- ssc-ffmpeg.so plugin fails to load https://bugs.launchpad.net/bugs/378390 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 378390] Re: ssc-ffmpeg.so plugin fails to load
@Cirion: The simplest way is as follows (though it will rebuild and reinstall all of mt-daapd and not just the plugin): 1. open a terminal window 1.5 uninstall the current version of mt-daapd sudo apt-get remove mt-daapd This should leave your songs database and /etc/mt-daapd.conf intact. 2. cd to an appropriate working directory (e.g. ~/source) - if you don't already have one you'll need to create it. 3. run (don't need to be root for this one) apt-get source mt-daapd 4. run sudo apt-get build-dep mt-daapd 5. cd into mt-daapd-0.9~r1696.dfsg (created by the apt-get source command in step 3 in the current directory) 6. copy the ssc-ffmpeg.c.patched attached above from whereever you downloaded it to ./src/plugins/ssc-ffmpeg.c (if it asks for confirmation to overwrite the existing file, say yes), e.g.: cp /path/to/ssc-ffmpeg.c.patched ./src/plugins/ssc-ffmpeg.c 7. run dpkg-buildpackage -rfakeroot -uc -b 8. cd back to the parent of the mt-daapd build directory: cd .. 9. run sudo dpkg -i mt-daapd_0.9~r1696.dfsg-9_amd64.deb (this is if you are running 64 bit ubuntu -- if you are running a 32 bit os, subsitute "i386" for the "amd64" in the above filename). When it asks if you want to overwrite/keep/merge your /etc/mt-daapd.conf file, hit keep (N or O). Take a look at /var/log/mt-daapd to confirm that the ssc-ffmpeg plugin successfully loaded. You should now be good to go. -- ssc-ffmpeg.so plugin fails to load https://bugs.launchpad.net/bugs/378390 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 507510] Re: [Blackberry Curve 8310] Sometimes does not detect partition
I've got the same issue with a Blackberry Bold 9700, also on Karmic. I see an icon for the blackberry in Nautilus, but it doesn't seem to have mounted, and it won't open. Kern.log attached. Other logs coming. ** Attachment added: "Kernel log" http://launchpadlibrarian.net/42048335/kern.log -- [Blackberry Curve 8310] Sometimes does not detect partition https://bugs.launchpad.net/bugs/507510 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 507510] Re: [Blackberry Curve 8310] Sometimes does not detect partition
gvfs.log ** Attachment added: "gvfs.log" http://launchpadlibrarian.net/42048343/gvfs.log -- [Blackberry Curve 8310] Sometimes does not detect partition https://bugs.launchpad.net/bugs/507510 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 507510] Re: [Blackberry Curve 8310] Sometimes does not detect partition
dkd.log ** Attachment added: "dkd.log" http://launchpadlibrarian.net/42048406/dkd.log -- [Blackberry Curve 8310] Sometimes does not detect partition https://bugs.launchpad.net/bugs/507510 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 507510] Re: [Blackberry Curve 8310] Sometimes does not detect partition
udev.log ** Attachment added: "udev.log" http://launchpadlibrarian.net/42048559/udev.log -- [Blackberry Curve 8310] Sometimes does not detect partition https://bugs.launchpad.net/bugs/507510 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 451194] Re: [i965gm] "Session active, not inhibited, screen idle" notification after screen blacks out during normal operation
I don't know if this is the same bug. For the first time today, i am experiencing the same problem - having the screen blank out during normal use and getting the icon with the "Session active, not inhibited, screen idle" My graphics card is NVidia, however, and I am using the non-free driver, v. 185.18.36 (installed via ubuntu's Hardware Drivers applet). I am on Karmic x86_64 (kernel 2.6.31-14) (fresh install a few days ago, all updates applied). I have not changed my x configuration lately, so I don't know what it could be. (I have been typing with the icon showing and my display dimmed per my power settings for idle times, but just now, as I typed the line about the x configuration, the icon disappeared and my display undimmed, so apparently, something woke the power daemon up, but I have no idea what). dmesg doesn't look like it contains anything useful (and there was no change in it when the machine work up just now). I previously had jaunty on the same machine, and never had this problem. -- [i965gm] "Session active, not inhibited, screen idle" notification after screen blacks out during normal operation https://bugs.launchpad.net/bugs/451194 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 1656856] Re: fail2ban looks in wrong log for postfix
This may also be related to the following bugs. #1482899 #1669512 #1645693 If postfix jail is enabled at time of upgrade, upgrading fails because when fail2ban attempts to restart after upgrade, it can't find the postfix log file now set in paths-delian.conf. Also occurs if dovecot jail is enabled, because by default, dovecot jail looks in the same log file as postfix jail. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1656856 Title: fail2ban looks in wrong log for postfix To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/fail2ban/+bug/1656856/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 375341] Re: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect
I think I have the same issue as @circlecode on Oneiric. In the past, when I ran ssh from any terminal, the gui ssh askpass dialog came up, and my keys were automatically added to the agent. With Oneiric, I have to manually ssh-add my key or I have to enter the passphrase every time I run ssh. This is on a clean install of Oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/375341 Title: ssh-add/ssh-askpass (gnome) not launching graphical prompt on connect To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-keyring/+bug/375341/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error
** Changed in: grub2 (Ubuntu Focal) Status: Triaged => 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/1848856 Title: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs