Well, this is proving to be far more difficult than I thought it would be. Rhythmbox, my favorite music player, currently just does not support this functionality, though it is under development. I've also tried Banshee, which uses Brasero for its CD-burning functionality, and that also fails quite epically. Next up in my attempts was K3b, which correctly burned the CD, did not add the CD-Text as I wanted it to. (It would not display any metadata in Rhythmbox on my Fedora desktop, and also failed on both my stand-alone CD player and my mom's Windows XP machine with both iTunes and WMP.) Lastly, I searched on Google and found a way to do it with cdrdao, but that attempt also went quite unsatisfactorily:
Writing lead-in and gap...
ERROR: Write data failed.
ERROR: Writing failed.Oh Great Lazyweb, is there a straightforward way to accomplish this feat? Or am I doomed to copy the songs to my dad's PC and burn them with Nero (which I really don't want to need to do...)? For the record, my burner is a Pioneer DVR-110D.
Thanks!
As those who know me may know, my phone has been quite telephony-incapable for nearly the past week; but I finally got my replacement from Verizon earlier today and have finshed resetting my preferences and reloading some of my frequently used "Get It Now" apps (such as VZNavigator). I can actually stay in communication again!
Also, my battery seems to be slowing dying (getting quite warm, and barely holding a full-day charge, even in "standalone" mode), so I've taken the liberty of ordering an extended battery (and corresponding battery door replacement) from Amazon to replace it, which should be here by early next week. (I could have had it shipped and to me by Friday or before, but that would have been nearly an additional 26 USD in cost - more than half of the cost of the battery and door....so, yeah. Not wanting to do that.)
So, if you need to get in touch with me, I'm available by phone!
Also, I've recently submitted Haze 0.2.1 for the Fedora 9-testing repository, after which it'll go stable in about a week or so. I've had this in Rawhide for quite a long time, and completely forgot to back-sync the version updates to prior distributions. (Alas, Haze 0.2.0+ has a lot of newer dependencies down the Telepathy stack, so Fedora 8 will probably stay at 0.1.4 until it goes EOL.)
I'm going to try to be more prudent with WebKit updates too, especially now that GIMP's help stuff (among others) are starting to use it quite heavily. I will make a strong effort to bump the packages in Rawhide every weekend or so (major/crasher bugs aside, of course).
I have the following as a reference for myself; but since it may be helpful to others, I've decided to post it here. This is a how-to based on the official F@H FAQ, but giving it its own user account for a bit tighter security.
Become the superuser ("root"):
$ su -
Add the user, and switch to its ID:
# useradd -d /opt/folding -c "Folding@Home user" -m --user-group foldinguser
# su - foldinguser
Download and unpack the F@H client stuff:
$ wget http://www.stanford.edu/group/pandegroup/f
$ tar xvzf FAH6.02-Linux.tgz
Configure it, as necessary:
Switch back to root:
$ exit
Create the startup script
# echo "# chkconfig: 345 93 14" > /etc/init.d/folding
# echo "# description: will start FAH client as a service" >> /etc/init.d/folding
# echo "su - foldinguser -c \"cd /opt/folding; ./fah6 -smp -verbosity 9 </dev/null >/dev/null 2>&1 &\"" >> /etc/init.d/folding
# chmod +x /etc/init.d/folding
Enable the startup-script and begin folding!
# chkconfig --add folding
# service folding start
![]() | You are viewing Log in Create a LiveJournal Account Learn more | Explore LJ: Life Entertainment Music Culture News & Politics Technology |