Re: [OT] Python Q: expected string, tuple found

2014-02-21 Thread Lloyd Kvam
File /usr/local/lib/python2.7/httplib.py, line 924, in putheader str = '%s: %s' % (header, '\r\n\t'.join(values)) TypeError: sequence item 0: expected string, tuple found I suspect the error is coming from .join(values) join expects a sequence of strings. I think it is grumbling that the

Btrfs -- awesome, or... well, awesome?

2014-02-21 Thread Ken D'Ambrosio
Okay, so my bias is showing a little. And, yeah, I've even lost data to it -- but that's kinda what happens when you play with alpha releases of filesystems. That being said, while nobody would be dumb enough to call it stable yet (stable filesystem is a journey, not a destination), it's a

Linux Weekly News (was Btrfs -- awesome, or... well, awesome?)

2014-02-21 Thread Ken D'Ambrosio
On 2014-02-21 17:23, David Hardy wrote: Just subscribed [to LWN];  looks very good and very interesting.  Thanks for the tip. The pleasure is mine. Every couple of years, I'd zip an e-mail off to the list reminding/informing folks of how cool LWN is. But maybe it's time for another go.

Re: [OT] [SOLVED] Python Q: expected string, tuple found

2014-02-21 Thread Greg Rundlett (freephile)
It turns out that line 418 had a superfluous comma at the end of the __build_header() method Corrected version: http://pastebin.com/gCSpnirN Greg Rundlett http://eQuality-Tech.com http://freephile.org ___ gnhlug-discuss mailing list

Re: Btrfs -- awesome, or... well, awesome?

2014-02-21 Thread David Hardy
Just subscribed there; looks very good and very interesting. Thanks for the tip. On Fri, Feb 21, 2014 at 5:01 PM, Ken D'Ambrosio k...@jots.org wrote: Okay, so my bias is showing a little. And, yeah, I've even lost data to it -- but that's kinda what happens when you play with alpha

Re: Linux Weekly News (was Btrfs -- awesome, or... well, awesome?)

2014-02-21 Thread Susan Cragin
If the name Alan Cox rings a bell, here's a fun snippet I've enjoyed: http://linux.derkeiler.com/Mailing-Lists/Kernel/2007-08/msg01778.html -- look at his last paragraph.I don't know Mr. Cox, but I know of Ingo Molnar. He's responsible for the RealTime patch to the kernel and the CFS (Completely