Displaying 12 results from an estimated 12 matches for "mountlist".
2004 Aug 06
2
php script for listener count and www admin interface password
yes.. but can anybody tell me how to pull a simple listener count out
of that page with php?
also still don't know how to figure out that HTTP user/pass problem...
there is NOTHING about it in the docs or online
-p
On Wednesday, March 12, 2003, at 04:51 AM, Marco Alanen wrote:
> On Wed, 12 Mar 2003 03:24:35 -0500
> pharkawik@hampshire.edu wrote:
>
>> i am looking for a
2004 Aug 06
0
LIST.CGI template referrals?
This may sound stupid, but what is the URL to bring up the other templates,
such as statistics.html, etc?
I know that http://myserver.com:8000/list.cgi brings up mountlist.html, but
what would I use to bring up statistics.html, info.html, etc? And is there
a way to formulate my own templates, like (customtemplate.html), and have
the list.cgi parse them too via a URL?
Thanx!
-mark
www.nefarious.net
--- >8 ----
List archives: http://www.xiph.org/archives/
ic...
2004 Aug 06
0
LIST.CGI template referrals?
This may sound stupid, but what is the URL to bring up the other templates,
such as statistics.html, etc?
I know that http://myserver.com:8000/list.cgi brings up mountlist.html, but
what would I use to bring up statistics.html, info.html, etc? And is there
a way to formulate my own templates, like (customtemplate.html), and have
the list.cgi parse them too via a URL?
Thanx!
-mark
www.nefarious.net
--- >8 ----
List archives: http://www.xiph.org/archives/
ic...
2004 Aug 06
0
few questions about icecast/ices
...rver, and was assuming it would be at http://www.mysite.com:8000/ but it's not. (http://www.mysite.com:8000/admin is the admin interface, also in that, the links to change the settings, don't work, they say their missing a value or something like that).
I found /list.cgi. It uses templates/mountlist.html which looks like a
"Icecast Administration Admin Page" :>
Another question that came up is:
Can I force a special streamer "foo" always to be heard on a specified
mounpoint "/bar" ?
I found the users.aut, groups.aut and mounts.aut but I'm not really sure
w...
2004 Aug 06
0
FreeBSD 4.6-STABLE + icecast 1.3.12 problem
...[20/Oct/2002:18:43:09] Kicking unknown 11 [195.117.29.210] [Access Denied
(libwrap (client connection))], connected for 6 seconds
[20/Oct/2002:19:12:51] Accepted encoder on mountpoint /icy_0 from
217.98.93.59. 1 sources connected
[20/Oct/2002:19:18:04] Kicking unknown 14 [217.98.93.59] [Displayed
mountlist], connected for 1 seconds
Fatal error 'longjmp()ing between thread contexts is undefined by POSIX
1003.1' at line ? in file /usr/src/lib/libc_r/uthread/uthread_jmp.c (errno =
?)
Abort trap (core dumped)
gdb says:
Core was generated by cecast'.
Program terminated with signal 6, Abort...
2004 Aug 06
0
php script for listener count and www admin interface password
...rkawik@hampshire.edu wrote:
> yes.. but can anybody tell me how to pull a simple listener count out
> of that page with php?
>
> also still don't know how to figure out that HTTP user/pass problem...
> there is NOTHING about it in the docs or online
You need to find and edit mountlist.html, where you can enter some
commands with @COMMAND@. To get the current ammount of listeners, simply
write @LISTENERS@, or to make it a little more interesting:
@LISTENERS@/@MAXLISTENERS@
Regarding that admin page.. I've changed it so I've whitelisted a few
IP's (126.1.120.*, my inte...
2004 Aug 06
3
few questions about icecast/ices
I have a few questions about icecast and ices.
Icecast:
Isn't there supposed to be a web interface, that tells what's currently playing and whatnot (not the admin interface, one for users)?. i setup my server, and was assuming it would be at http://www.mysite.com:8000/ but it's not. (http://www.mysite.com:8000/admin is the admin interface, also in that, the links to change the
2004 Aug 06
2
php script for listener count and www admin interface password
...t;
>> yes.. but can anybody tell me how to pull a simple listener count out
>> of that page with php?
>>
>> also still don't know how to figure out that HTTP user/pass problem...
>> there is NOTHING about it in the docs or online
>
> You need to find and edit mountlist.html, where you can enter some
> commands with @COMMAND@. To get the current ammount of listeners,
> simply
> write @LISTENERS@, or to make it a little more interesting:
> @LISTENERS@/@MAXLISTENERS@
> Regarding that admin page.. I've changed it so I've whitelisted a few
>...
2004 Aug 06
0
Problems with 1.3.11 and Ices 0.22
...GET /lofi HTTP/1.0" 200 57273 "-" "Xaudio/1.0" 22
[26/Aug/2001:16:05:21] [35:Connection Handler] Accepted client 31 from [64.228.105.106] on mountpoint [/lofi]. 7 clients connected
[26/Aug/2001:16:05:26] [36:Connection Handler] Kicking unknown 32 [207.71.250.180] [Displayed mountlist], connected for 0 seconds
[26/Aug/2001:16:05:28] [37:Connection Handler] Kicking unknown 33 [209.226.122.117] [Generated playlist], connected for 1 seconds
[26/Aug/2001:16:05:33] [38:Connection Handler] Accepted client 34 from [209.226.122.117] on mountpoint [/lofi]. 8 clients connected
[26/Aug/200...
2004 Aug 06
5
Missing headers in Icecast2
Hi Karl,
Thanks for your help,
About the "Connection:" header, you are right, it's:
"Connection: close" and NOT "Connection: keep-alive". The protocol when the
SERVER sends the data is http 1.0. It's http 1.1 when the browser requests
the data.
I don't understand the "Content-Length: 54000000" header either. Also I
noticed the flash player on
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
.../vfs_syscalls.c Thu Jan 2 18:26:18 2003
+++ kern/vfs_syscalls.c Sat Apr 12 01:55:48 2003
@@ -563,6 +563,9 @@ sync(p, uap)
register struct mount *mp, *nmp;
int asyncflag;
+ /* Notify sched_sync() to try flushing syncer_workitem_pending[*] */
+ rushjob += syncer_maxdelay;
+
simple_lock(&mountlist_slock);
for (mp = TAILQ_FIRST(&mountlist); mp != NULL; mp = nmp) {
if (vfs_busy(mp, LK_NOWAIT, &mountlist_slock, p)) {
@@ -2627,6 +2630,10 @@ fsync(p, uap)
struct file *fp;
vm_object_t obj;
int error;
+
+ /* Just return if we are artificially delaying disk syncs */
+ if (sync_ext...
2006 Nov 17
1
gjournal on 6.x wont build
Hi all,
I was intending on trying out gjournal on a new disk i've added in my
desktop. I had a look to see what the most recent patch provided by
Pawel and found
http://people.freebsd.org/~pjd/patches/gjournal6_20061024.patch
I created the directories as per Pawel's original post
(http://lists.freebsd.org/pipermail/freebsd-fs/2006-June/001962.html)
and the patch succeeded with no failed