Re: [Pan-users] Pan on Ubuntu 14.04

2014-04-23 Thread Martijn Otto
If you want to build it from source, I expect the easiest way is to do an "apt-get build-dep" which should download and install all dependencies. 2014-04-23 19:58 GMT+02:00 Chris Gentle : > So what's up with that? I was really hoping this would be "fixed" since > this is an LTS release. > > So

Re: [OT] Geezer Flame (was Re: [Pan-users] Re: Advice on other lists)

2009-08-24 Thread Martijn Otto
Perhaps they want to play lossless files. Should be possible with a user replacable firmware. 2009/8/24 Ron Johnson : > On 2009-08-24 01:15, Duncan wrote: > [snip] >> >> First of all, I had to wait until one shipped with something other than >> the tiny SSDs they put in the Asus EEEs and as, it se

Re: [Pan-users] How to launch web browser under OS X

2006-07-25 Thread Martijn Otto
I am not familiar with Macintosh. However, i heard that it was largely based on UNIX. In UNIX you would do this with the export command: export BROWSER="/Applications/Safari.app/Contents/MacOS/Safari" Maybe this will work. Good luck. 2006/7/25, Jeff Berman <[EMAIL PROTECTED]>: Hey, has anyone

Re: [Pan-users] Too many connections error

2006-04-07 Thread Martijn Otto
I think the errormessage is quite clear: the server allows a maximum of 3 connections per host. The fact that other newsreaders don't complain about this, doesn't change this. 2006/4/7, Ron Pepper <[EMAIL PROTECTED]>: > Got this error when selecting more than 4 binaries to download in Pan: > > sbc

Re: [Pan-users] Is Pan dead?

2006-02-07 Thread Martijn Otto
0.14.90 can be downloaded from CVS. 2006/2/7, JCA <[EMAIL PROTECTED]>: > In pan.rebelbase.com it is mentioned that Pan was starting to come back to > life on March 2005, with version 0.14.90. However, this version can't be > found in the releases directory on that site. In that directory, the mo

Re: [Pan-users] Re: Re: Could not decode article - file may be corrupt/incomplete

2006-01-24 Thread Martijn Otto
If you want to see the problem 'live', the problem also occurs with the entire season one of CSI posted to a.b.multimedia. Just filter with CSI.S01 every file fails. It's posted more recently, maybe something of that has made it. 2006/1/24, Duncan <[EMAIL PROTECTED]>:

Re: [Pan-users] Re: Could not decode article - file may be corrupt/incomplete

2006-01-23 Thread Martijn Otto
2006/1/23, Duncan <[EMAIL PROTECTED]>: > Martijn Otto posted <[EMAIL PROTECTED]>, > excerpted below, on Sun, 22 Jan 2006 15:34:02 +0100: > > > Could not decode article - file may be > > corrupt/incomplete > > The strange thing is that the post is perfectl

[Pan-users] Could not decode article - file may be corrupt/incomplete

2006-01-22 Thread Martijn Otto
Hi all, For some reason i'm getting the following error message with some particular postings: Could not decode article - file may be corrupt/incomplete The strange thing is that the post is perfectly fine. If i download it using BNR2, the files come in fine. It seems they are just regular yEnc

Re: [Pan-users] cvs problem, and possible bug report

2006-01-13 Thread Martijn Otto
There are some problems with the current CVS version. In addition to the Makefile problem, the spanish language file was corrupted for me too. To fix the problem with the Makefile, just create one with an empty rule for 'all'. For example: all:     @echo "Useless!" Where the indentation is a sin