Re: GKrellmms - Streaming Live Audio
Dale Smith <[email protected]> Mon, 9 Apr 2018 06:12:15 -0400
| Newsgroups | gmane.comp.gnome.apps.gkrellm |
|---|---|
| Message-ID | <CAFGZJC7zvM73vyZfKZc4fhyMGHJwrxCMd6pN80QLJazkKgL6ng@mail.gmail.com> |
--000000000000e424e5056967a39a Content-Type: text/plain; charset="UTF-8" Try strace -eopen,stat,connect -ff -o strace.out That will limit the output to files it's opening or checking to see if it can open, and also socket connections. -Dale On Sun, Apr 8, 2018 at 5:19 PM, Chris <[email protected]> wrote: > On Sun, 2018-04-08 at 14:28 -0400, Dale Smith wrote: > > Heya, > > > > When debugging mysteriously missing files that are really supposed to > > be there, I've often found strace to be extremely helpful. > > > > Try running running it under strace. Maybe limit the output open > > calls with -eopen, if the program execs helper programs or just forks > > in general, use the -ff option. > > > > -Dale > > > Thanks for that Dale, since xmms2d will not start I just ran > strace -o (output file) xmms2d > which I'll post the pastebin link to Adam in the next post. I'll try > one of the other options next with xmms2 running and trying to add the > URL and will also try when adding music from my drive. > > > > > > > On Sun, Apr 8, 2018 at 10:15 AM, Chris <[email protected]> > > wrote: > > > On Sun, 2018-04-08 at 12:38 +1000, Adam Nielsen wrote: > > > > > > > > > > I'll put log entries in pastbin tomorrow but here's what > > > happens > > > > > when > > > > > attempting to run xmms2d > > > > > > > > > > xmms2d -vv > > > > > INFO: ../src/xmms/log.c:49: Initialized logging system :) > > > > > 21:21:49 ERROR: ../src/xmms/ipc.c:805: Couldn't setup IPC > > > listening > > > > > on > > > > > 'unix:///tmp/xmms-ipc-chris'. > > > > > 21:21:49 FATAL: ../src/xmms/main.c:538: IPC failed to init! > > > > You should get much more than this. What you're looking for is > > > what > > > > happens when you add the URL. You should see many lines starting > > > > with > > > > DEBUG (instead of INFO, ERROR and FATAL as above). > > > > > > > > There should be at least one message that tells you why it > > > decided > > > > not > > > > to accept the URL being added. > > > > > > > > > > > Adam, here's a link to quite a bit of my xmms2 log > > > https://pastebin.com/2uZpCw8K > > > > > > Something is definitely 'borked' somewhere as according to the > > > manpage > > > here - http://manpages.ubuntu.com/manpages/xenial/man1/xmms2d.1.htm > > > l > > > there should be something in > > > > > > CONFDIR/startup.d/ > > > A directory populated with programs that are run when xmms2d is > > > executed.An alternative location can be specified in the > > > configuration file. > > > > > > ~/.config/xmms2/startup.d$ ls -l > > > total 0 > > > > > > CONFDIR/shutdown.d/ > > > A directory populated with programs that are run when xmms2d is > > > shutdown correctly. An alternative location can be specified in > > > the configuration file. > > > > > > Non-existent here > > > > > > CONFDIR/bindata/ > > > A directory that contains files with binary data entrusted to > > > the XMMS2 media library, such as cover art. An alternative > > > location can be specified in the configuration file. > > > > > > ~/.config/xmms2/bindata$ ls -l > > > total 0 > > > empty also. > > > > > > Here is the ~/.config/xmms2.conf file > > > https://pastebin.com/rB5cybbH > > > > > > Package info > > > > > > apt-cache policy xmms2 > > > xmms2: > > > Installed: 0.8+dfsg-14build3 > > > Candidate: 0.8+dfsg-14build3 > > > Version table: > > > *** 0.8+dfsg-14build3 500 > > > 500 http://us.archive.ubuntu.com/ubuntu xenial/universe > > > amd64 > > > Packages > > > > > > I've grabbed the source pkg this morning and wondering if I should > > > install from that then remove the Ubuntu pkg? > > > > > > Chris > > > > > > > > > > -- > > > Chris > > > KeyID 0xE372A7DA98E6705C > > > 31.11972; -97.90167 (Elev. 1092 ft) > > > 08:45:07 up 3 days, 23:52, 2 users, load average: 0.33, 0.81, 1.05 > > > Description: Ubuntu 16.04.4 LTS, kernel 4.13.0-38-generic > > > > -- > Chris > KeyID 0xE372A7DA98E6705C > 31.11972; -97.90167 (Elev. 1092 ft) > 16:16:53 up 4 days, 7:24, 2 users, load average: 0.41, 0.60, 0.47 > Description: Ubuntu 16.04.4 LTS, kernel 4.13.0-38-generic > --000000000000e424e5056967a39a Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable <div dir=3D"ltr">Try=C2=A0 =C2=A0strace -eopen,stat,connect -ff -o strace.o= ut<div>That will limit the output to files it's opening or checking to = see if it can open, and also socket connections.</div><div><br></div><div>-= Dale</div></div><div class=3D"gmail_extra"><br><div class=3D"gmail_quote">O= n Sun, Apr 8, 2018 at 5:19 PM, Chris <span dir=3D"ltr"><<a href=3D"mailt= o:[email protected]" target=3D"_blank">[email protected]</a>>= ;</span> wrote:<br><blockquote class=3D"gmail_quote" style=3D"margin:0 0 0 = .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=3D"">On Sun, = 2018-04-08 at 14:28 -0400, Dale Smith wrote:<br> > Heya,<br> ><br> > When debugging mysteriously missing files that are really supposed to<= br> > be there, I've often found strace to be extremely helpful.<br> ><br> > Try running running it under strace.=C2=A0 Maybe limit the output open= <br> > calls with -eopen, if the program execs helper programs or just forks<= br> > in general, use the -ff option.<br> ><br> > -Dale<br> ><br> </span>Thanks for that Dale, since xmms2d will not start I just ran=C2=A0<b= r> strace -o (output file) xmms2d<br> which I'll post the pastebin link to Adam in the next post. I'll tr= y<br> one of the other options next with xmms2 running and trying to add the<br> URL and will also try when adding music from my drive.<br> <div><div class=3D"h5"><br> ><br> ><br> > On Sun, Apr 8, 2018 at 10:15 AM, Chris <<a href=3D"mailto:cpollock@= embarqmail.com">[email protected]</a>><br> > wrote:<br> > > On Sun, 2018-04-08 at 12:38 +1000, Adam Nielsen wrote:<br> > > > ><br> > > > > I'll put log entries in pastbin tomorrow but here&#= 39;s what<br> > > happens<br> > > > > when<br> > > > > attempting to run xmms2d<br> > > > ><br> > > > > xmms2d -vv<br> > > > > =C2=A0INFO: ../src/xmms/log.c:49: Initialized logging s= ystem :)<br> > > > > 21:21:49 ERROR: ../src/xmms/ipc.c:805: Couldn't set= up IPC<br> > > listening<br> > > > > on<br> > > > > 'unix:///tmp/xmms-ipc-chris'.<br> > > > > 21:21:49 FATAL: ../src/xmms/main.c:538: IPC failed to i= nit!<br> > > > You should get much more than this.=C2=A0=C2=A0What you'= re looking for is<br> > > what<br> > > > happens when you add the URL.=C2=A0=C2=A0You should see many= lines starting<br> > > > with<br> > > > DEBUG (instead of INFO, ERROR and FATAL as above).<br> > > ><br> > > > There should be at least one message that tells you why it<b= r> > > decided<br> > > > not<br> > > > to accept the URL being added.<br> > > ><br> > > ><br> > > Adam, here's a link to quite a bit of my xmms2 log<br> > > <a href=3D"https://pastebin.com/2uZpCw8K" rel=3D"noreferrer" targ= et=3D"_blank">https://pastebin.com/2uZpCw8K</a><br> > ><br> > > Something is definitely 'borked' somewhere as according t= o the<br> > > manpage<br> > > here -=C2=A0<a href=3D"http://manpages.ubuntu.com/manpages/xenial= /man1/xmms2d.1.htm" rel=3D"noreferrer" target=3D"_blank">http://manpages.ub= untu.com/<wbr>manpages/xenial/man1/xmms2d.1.<wbr>htm</a><br> > > l=C2=A0<br> > > there should be something in<br> > ><br> > > CONFDIR/startup.d/<br> > > A=C2=A0=C2=A0directory populated with programs that are run when = xmms2d is<br> > > executed.An alternative location=C2=A0=C2=A0can=C2=A0=C2=A0be=C2= =A0=C2=A0specified=C2=A0=C2=A0<wbr>in=C2=A0=C2=A0the<br> > > configuration file.<br> > ><br> > > ~/.config/xmms2/startup.d$ ls -l<br> > > total 0<br> > ><br> > > CONFDIR/shutdown.d/<br> > > A directory populated with programs that are run when xmms2d is<b= r> > > shutdown correctly.=C2=A0=C2=A0An alternative location can be spe= cified in<br> > > the configuration file.<br> > ><br> > > Non-existent here<br> > ><br> > > CONFDIR/bindata/<br> > > A=C2=A0=C2=A0directory=C2=A0=C2=A0that=C2=A0=C2=A0contains files = with binary data entrusted to<br> > > the XMMS2 media library, such=C2=A0=C2=A0as=C2=A0=C2=A0cover=C2= =A0=C2=A0art.=C2=A0=C2=A0=C2=A0An=C2=A0=C2=A0<wbr>alternative<br> > > location can be specified in the configuration file.<br> > ><br> > > ~/.config/xmms2/bindata$ ls -l<br> > > total 0<br> > > empty also.<br> > ><br> > > Here is the ~/.config/xmms2.conf file<br> > > <a href=3D"https://pastebin.com/rB5cybbH" rel=3D"noreferrer" targ= et=3D"_blank">https://pastebin.com/rB5cybbH</a><br> > ><br> > > Package info<br> > ><br> > > apt-cache policy xmms2<br> > > xmms2:<br> > > =C2=A0 Installed: 0.8+dfsg-14build3<br> > > =C2=A0 Candidate: 0.8+dfsg-14build3<br> > > =C2=A0 Version table:<br> > > =C2=A0*** 0.8+dfsg-14build3 500<br> > > =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0500 <a href=3D"ht= tp://us.archive.ubuntu.com/ubuntu" rel=3D"noreferrer" target=3D"_blank">htt= p://us.archive.ubuntu.com/<wbr>ubuntu</a> xenial/universe<br> > > amd64<br> > > Packages<br> > ><br> > > I've grabbed the source pkg this morning and wondering if I s= hould<br> > > install from that then remove the Ubuntu pkg?<br> > ><br> > > Chris<br> > ><br> > > ><br> > > --<br> > > Chris<br> > > KeyID 0xE372A7DA98E6705C<br> > > 31.11972; -97.90167 (Elev. 1092 ft)<br> > > 08:45:07 up 3 days, 23:52, 2 users, load average: 0.33, 0.81, 1.0= 5<br> > > Description:=C2=A0 =C2=A0 Ubuntu 16.04.4 LTS, kernel 4.13.0-38-ge= neric<br> > ><br> --<br> Chris<br> KeyID 0xE372A7DA98E6705C<br> 31.11972; -97.90167 (Elev. 1092 ft)<br> </div></div>16:16:53 up 4 days, 7:24, 2 users, load average: 0.41, 0.60, 0.= 47<br> <div class=3D"HOEnZb"><div class=3D"h5">Description:=C2=A0 =C2=A0 Ubuntu 16= .04.4 LTS, kernel 4.13.0-38-generic<br> </div></div></blockquote></div><br></div> --000000000000e424e5056967a39a--