Re: execute command from HTML page

2002-11-11 Thread Jon-o Addleman
but a better solution for controlling a dialup connection from several computers might be to use connectd. I've had great success with it. Search google for it - it's not packaged for debian, but it's very simple to install. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Problem with libesd-alsa

2002-11-03 Thread Jon-o Addleman
; so, I don't see a whole lot of improvement from OSS to ALSA. That's exactly what ESD is supposed to handle (among a few other things). That's the only reason I use ESD, anyway... It'd be nice if some sort of audio multiplexer like that was written into the kernel sound driv

Re: mutt trouble

2002-11-02 Thread Jon-o Addleman
know if it can be used any other way. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Squirrelmail and the address field

2002-10-30 Thread Jon-o Addleman
I think (but could be wrong) that you need to set this line: ServerName blablabla.com in apache's httpd.conf to your dyndns.org name, and then it should work. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Fetchmail / exim / courier imap

2002-10-29 Thread Jon-o Addleman
art}/Maildir > > and added > > maildir_format This line should be maildir_format = true instead. I made the same mistake when I switched to maildir in order to install courier IMAP. :) -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Shoutcast - passwords

2002-10-28 Thread Jon-o Addleman
admin password, and an operator password. Never used the last one for anything... -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: MXXS Problems

2002-10-28 Thread Jon-o Addleman
e directory for the listing of these pseudofiles as you would for mounting an actual cdrom, but you don't need to. To set which directory the pseudofiles get put in, configure the CD Audio input plugin in xmms. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Missing readme for icecast

2002-10-28 Thread Jon-o Addleman
mandatory) If that works, then you know the password setup and encryption is fine, and there's a problem with your source. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Zwiki & zwiki.zexp

2002-10-28 Thread Jon-o Addleman
emod-wiki. It lacks a lot of features that you might want though. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Missing readme for icecast

2002-10-28 Thread Jon-o Addleman
I have a line like > this: > encoder_password 178UHCz5f3wWU > > Is that right? That's about what I did... you have your source client sending the password in cleartext though, don't you? -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Missing readme for icecast

2002-10-28 Thread Jon-o Addleman
asswd package, and has nothing to do with icecast. Somewhere in the changelog, it says that the icecast password utility was renamed ice-mkpasswd, though that file's nowhere on my system. On sid, makepasswd seems to be the way to go. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAI

Re: Shoutcast

2002-10-26 Thread Jon-o Addleman
- but I'm streaming live audio streams, not pre-encoded mp3s. http://www.icecast.org/ should have some links to other programs that can create the streams. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Missing readme for icecast

2002-10-26 Thread Jon-o Addleman
our password. It appears you need to use an input file containing your plaintext password - create that with a text editor, or with 'echo password > filename'. Then type 'makepasswd --crypt --clearfrom filename' and it will output the plaintext password followed by the encrypted v

Re: Debian, too easy?

2002-10-24 Thread Jon-o Addleman
ies of registry parts that they need. This is how gconf works almost exactly. It seems quite good. I still don't *like* the idea of a registry... but I think that's mainly the sour taste left in my mouth after looking at windows registries for far too long. -- Jon-o Addleman -- To U

Re: getting Maple V5 to run on Sarge

2002-10-22 Thread Jon-o Addleman
e maple executable in a.out format, maybe? If your kernel only had elf support, maybe you'd get an error like that. Not sure though... Try 'file xmaplev5' -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: gnome || kde

2002-10-20 Thread Jon-o Addleman
ut of it. I wouldn't bother installing either of them (except maybe to give it a try...) unless you're sure you want it. For many people, they're just not worth the hassle. -- Jon-o Addleman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: apr-get local files

2002-10-18 Thread Jon-o Addleman
ll not install. (unless you force it to). You don't have to worry. If you do want to download packages manually and install them with dpkg -i, and have dependencies to worry about, either install the depended-on package first, or just install them all at once - dpkg -i ... works just fine.

Re: Strange SSL Problem (can't read certificate)

2002-10-18 Thread Jon-o Addleman
On Fri, Oct 18, 2002 at 11:12:50PM +0200, Daniel Fabian spake thusly: > Hi List, > > I'm trying to include ssl support for apache on my freshly installed > debian system. However it seems I'm failing miserably, because of the > following error which I get everytime I try to start Apache: Hmm.. I