Displaying 20 results from an estimated 38 matches for "nusers".
Did you mean:
users
2004 Aug 06
3
icecast2 ogg vorbis client request headers
Can anyone shed some light as to what icecast2 accepts as a client request methods for ogg vorbis,
apparently there is a difference bettween the way icecast2 handles mp3 and ogg vorbis.
php example for mp3 that works
fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
php example for ogg that doesnt work
fwrite($fp,"GET /mymnt.ogg
2004 Aug 06
5
Ogg response headers
Ok i got a few questions
when a client connects (winamp) what are the incoming headers icecast looks for to signify what type(ogg or mp3) of stream the client is requesting?
example
(for shoutcast winamp sends icy-metadata:1)
shoutcast server then recognizes its a player capable of streaming media so it sends the icy-metaint:8192 to winamp, along with a slew of other icy headers.
o here is my
2023 Mar 27
1
doveadm expunge unnecessarily tries to access TLS key
I have just upgraded my Debian Buster (Dovecot 2.3.4, I think it was) to
Bullseye (Dovecot 2.3.13).
The Dovecot server works fine, which of course is the really important
thing.
But I have a cron job that cleans up all old mail from the mailbox that
I use for my mobile phone by running "doveadm expunge" every night.
That worked fine in 2.3.4, but now it fails:
> jdmobile at
2023 Mar 27
1
doveadm expunge unnecessarily tries to access TLS key
> On 27/03/2023 16:42 EEST Jesper Dybdal <jd-dovecot at dybdal.dk> wrote:
>
>
> I have just upgraded my Debian Buster (Dovecot 2.3.4, I think it was) to
> Bullseye (Dovecot 2.3.13).
>
> The Dovecot server works fine, which of course is the really important
> thing.
>
> But I have a cron job that cleans up all old mail from the mailbox that
> I use for
2013 Feb 27
2
how to talk with doveadmin unix socket
Hello,
I would like to get mailbox quota by doveadm unix socket
(/var/run/dovecor/doveadm-server). I get from strace syntax of comunication:
write(9,
"VERSION\t1\t0\nUSER\t1\tpiotr.rotter at active24.pl\tservice=doveadm\n",
60) = 60
read(9, "VERSION\t1\t1\nSPID\t20805\n", 8192) = 23
read(9,
"USER\t1\tpiotr.rotter at active24.pl\temail=piotr.rotter at
2004 Aug 06
3
icecast2 ogg vorbis client request headers
> You must have some other, unrelated, problem, presumably elsewhere in your
> code.
this is what i have, and does work with mp3, but ogg does not want to work.
im testing with winamp, you think that may be the issue?
<p><p>fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
for ($i=0; $i<120; $i++) {
if (feof($sp)) break;
$str.=fread($sp,4096);
2010 Jun 17
1
One graph for each row
Hi all,
I have the following data (from a performance test)
URL;time;Nr. of Users
url1;0.101;1
url10;0.048;1
url2;0.097;10
url2;0.066;10
url3;0.915;30
url3;0.847;30
I want to have one plot for each url (times for 1,10,30 user),
contained in *one* graph( one below each other).
What is the easiest way to do it?
Regards,
Markus
[[alternative HTML version deleted]]
2004 Aug 06
0
Ogg response headers
icecast doesn't look at the headers at all, they look only at the
mountpoint...so in your case, it will look up /my_mp3 or /example.ogg and
serve that stream. Icecast WILL send a Content-type in the response
headers to the client, but most media players don't actually determine
stream types off the Content-type (I think the defunct winamp3 did), but
rather by file extension..So in
2004 Aug 06
0
Ogg response headers
On Thursday 04 December 2003 18:17, Dave St John wrote:
> Ok i got a few questions
> when a client connects (winamp) what are the incoming headers icecast looks
> for to signify what type(ogg or mp3) of stream the client is requesting?
>
It does not. When the incoming client request is received, icecast chooses a
source to send based on the request URI. Icecast sends a Content-Type
2004 Aug 06
0
icecast2 ogg vorbis client request headers
On Friday 02 April 2004 09:28, Dave St John wrote:
> Can anyone shed some light as to what icecast2 accepts as a client request
> methods for ogg vorbis, apparently there is a difference bettween the way
> icecast2 handles mp3 and ogg vorbis.
>
> php example for mp3 that works
> fwrite($fp,"GET /mymp3 HTTP/1.1\nUser-Agent:$HTTP_USER_AGENT\n\n");
>
> php example
2001 Apr 18
2
Samba+Winbind
Dear Andrew Tridgell
I have a small Problem. At the moment I am using Samba_2.0.7, and I must
say this is a very good product, but until now there is a limitation. The
User on the Windows and Unix Machine must always be the same. I think this
was so or I have overseen some fundamental configuring steps. But thats
obsolete with Samba_2.2. Now I plan to test and eventually upgrade to
Samba_2.2.
I
2008 Apr 17
0
Error log, when using apache2.2.x modproxy with mongrel
Hi all
im new to use mongrel, my mongrel version is 1.1.4
and apache is 2.2.8
when i using apapche+mod_proxy+mongrel,
there are some error in my log file and make apache 502 prxoy error.
ex:
proxy: error reading status line from remote server localhost
proxy: Error reading from remote server returned by /test/show
But it works well if i access mongrel directly.
and the mongrel.log will have
2004 Aug 06
1
Patch to add User-Agent to libshout
Just a nifty thing to have for icecast server access logs... diff
against CVS HEAD is attached.
<p>
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/libshout/configure.in,v
retrieving revision 1.65
diff -u -r1.65 configure.in
--- configure.in 13 Jul 2003 16:36:37 -0000 1.65
+++ configure.in 21 Jul 2003 04:20:22 -0000
@@
2012 Jul 22
2
maildir_copy_with_hardlinks on v.2.0.19
Hi,
I'm trying to get the so-called "single instance store" (I think cyrus
has got the name for the first time) with dovecot --version = 2.0.19
binary package installed from ubuntu 12.04 lts official repo.
I have checked that "maildir_copy_with_hardlinks" is enabled ("dovecot
-a|grep hard" shows "yes") then I have installed and enabled the lmtp
2004 Aug 06
1
Ogg response headers
> clear as mud ?
Thick in it LOL
Ok since you discussed how clients handle mp3, what about ogg vorbis?
winamp is just supposed to recognize the .ogg extension?
like i said before the mp3 works with that code, but ogg mounts just sit
there, doing nothing.
<p>Dave St John
Mediacast1 Administration
----- Original Message -----
From: "oddsock" <oddsock@oddsock.org>
To:
2004 Aug 06
3
Strange change in icecast kh14 for IP logging
> What I did notice is that the date field is not first, even though it's
> date ordered. I personally didn't like that, so I just moved the date
> field. opinions ?
Please don't change the ordering of the fields. It's quite deliberately
ordered for compatibility with the Apache Common Log Format. (hmm... or is it
the Combined Log Format? I forget...)
Mike
--- >8
2004 Aug 06
2
icecast2 ogg vorbis client request headers
This may be of help,
im tailing the error log file and im getting these errors
[2004-04-01 19:14:35] DBUG source/source_main Client added
[2004-04-01 19:14:38] DBUG source/source_main Client had unrecoverable
error with new data, probably due to client disconnection
[2004-04-01 19:14:38] DBUG source/source_main Client removed
<p><p>Dave St John
Mediacast1 Administration
Need
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi,
Heiko Schlittermann <hs at schlittermann.de> (Mo 21 Nov 2016 11:50:13 CET):
> a) Routing stage
> You need to interact with the user database dovecot uses.
> Either you access the user database directory (flat file, LDAP,
> whatever) or you use the ${readsocket?} feature of Exim to talk to
> dovecot.
The readsocket trick doesn't seem to work anymore.
Using
$
2010 Nov 05
4
xe cli not working on remote machine
Hi list,
I have 3 Citrix Xenserver 5.6 and currently building a a VM backup server.
I took the xe client on one of the server and installed it on the backup server (gentoo based)
installed the stunnel package to make XE work.
now when running, I get this error message :
[server ~ #] ./xe help -debug -s 192.168.111.17 -u user -pw pass
Connecting via stunnel to [192.168.111.17] port [443]
2004 Aug 06
3
Ogg response headers
> p.s. Please don't ever send HTML mail to this or any other mailing list.
roger that, outlook has its way of deciding for you sometimes :/
<p>> URL ends with ".ogg". If your script ends with ".php" (as it probably
does),
Since i got the mp3 part to work, myabe ill try adding .ogg to be parsed by
php in the
apache config, since it the winamp request ends up