Displaying 20 results from an estimated 7000 matches similar to: "[Fwd: samba client problems???]"
2002 Oct 23
2
plea for sample config files : accessing samba from windows...
Hello,
I am having a lot of difficulty setting up samba (2.2.6-1) on
linux (REDHAT 7.2), and accessing from Win2k.
I have been able to get the share working for smbclient, while
on the LINUX box, but have not been able to get anything
working from a Windows box. I have done the following
after scouring the network for solutions. I have modified
the register settings on windows to allow none
2011 May 13
6
Standard method to read current listeners without user/password
Is there a standard method to read the current number of listeners from an
icecast2 server without knowing the admin user/password?
We produce radio broadcasting/streaming software for Windows which can show
the current number of listeners. Many Icecast hosting companies won't
provide the admin password as they have lots of other customers using the
same server, so the software
2004 Aug 06
2
commas are status2.xsl?
in the status2.xsl there seems to be some extra commas ...
--snippet of status2.xsl
Global,Client:<xsl:value-of select="connections" /> Source:
<xsl:value-of select="source_connections" />,,<xsl:value-of
select="listeners" />,,
<xsl:for-each select="source">
<xsl:value-of select="@mount" />,,<xsl:value-of
2010 Apr 18
4
[LLVMdev] create two Twine object
I need to generate variables like
status1, status2, status3, ......
request1, request2, request3, ......
this is my code, other unrelated detail are eliminated.
static int varNum;
static const char *getVarNum() {
++varNum;
std::stringstream ss;
ss << varNum;
std::string *varname = new std::string(ss.str());
return varname->c_str();
}
const char *VarNum = getVarNum();
Twine *x1 = new
2004 Aug 06
3
'ice_login' not in icecast.xml ?
Nevermind, that stats.xml page is worthless anyways.
got a updated version of icecast2 status
http://www.casterclub.com/icecast_status.php
parses the status2.xsl page
<p><p>Dave St John
(C.E.O.)
Xstream1.com
Mediacast1.com
Casterclub.com
(720-641-7586)
----- Original Message -----
From: "Dave St John" <dstjohn@mediacast1.com>
To: <icecast-dev@xiph.org>
Sent:
2008 Jun 12
2
Wine 1.0 release date to clash with Firefox 3
According to http://wiki.winehq.org/WineReleasePlan the new release date for Wine 1.0 is set to June 17.
However the Firefox 3.0 release date is also set to June 17.
http://developer.mozilla.org/devnews/index.php/2008/06/11/coming-tuesday-june-17th-firefox-3/
Their release is planned to be high profile and they even plan to set a Guinness world record for downloads in a single day!
2014 Apr 09
3
[Bug 77230] New: NV40 PGRAPH "unknown bits" - windows render in white
https://bugs.freedesktop.org/show_bug.cgi?id=77230
Priority: medium
Bug ID: 77230
Assignee: nouveau at lists.freedesktop.org
Summary: NV40 PGRAPH "unknown bits" - windows render in white
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter:
2004 Aug 06
2
status2.xsl info...
Quick thought, if the fields are separated by "," & a title/artist/.. has
a comma in it then it causes a few problems with parsing.
Likewise if there are multiple streams it might be nice to have each stream in it's own line so it is easier to grab the info.
Also, status.xsl displays streams even after they have been stopped.
dmz
--- >8 ----
List archives:
2004 Aug 06
1
metadata update is delayed for 2 songs
well
when i streamed the station using foobar.. then foobar2000 displayed the metadata correctly...
but at that time.. when i checked out status2.xml, stats.xsl and stats.xml , the metadata is displaced incorrectly.. two songs behind..
i've tested the stream broadcasting using winamp2, foobar200 w/ oddcast dsp plug in.
you can check out my station at http://ny.icecast.net:8646/play.ogg
2010 Apr 18
0
[LLVMdev] create two Twine object
According to documentation Twines should be used only for temporary
values and not stored, so allocating the in heap sounds wrong.
I think all you need here is
static int varNum;
++varNum;
Instruction *sstatusInst = new AllocaInst(StatusTy, Twine("status") +
Twine(varNum), entry_inst);
Instruction *sreqInst = new AllocaInst(ReqTy, Twine("request") +
Twine(varNum),
2004 Aug 06
2
no metadata?
Hello,
I've added metadata information in my ices config; a generic name under
stream, and individual under each instance. when looking at status2.xsl,
it doesn't show any stream name or information.
Also, I uncommented the stuff for oddsock's yp server, but it never shows
on the page.
Am I missing something somewere?
Thanks,
Bryan
--- >8 ----
List archives:
2010 Apr 18
1
[LLVMdev] create two Twine object
On Sun, Apr 18, 2010 at 4:36 AM, Eugene Toder <eltoder at gmail.com> wrote:
> According to documentation Twines should be used only for temporary
> values and not stored, so allocating the in heap sounds wrong.
Yes, in general you should never be naming Twine directly, except in
the case where you need to make a Twine for an integer. All other uses
should be considered poor style, as
2004 Aug 06
1
PHP + parsing # of listeners.
Hello all,
I have a quick question I believed was already touched on earlier, but I cannot
find the thread/information in the archives, so I am going to ask away and
ask for your patience. :)
So I have my wonderful little PHP script, and my .pls files, and the relaying
and everything else perfect for my icecast2 setup. But what I still need to
do is pull the # of listners for a mount point, and
1999 Apr 08
6
PopUp messages
Dear all,
as you already know, it is possible to send short winpopup messages to
Win boxes using the command smbclient -M host.
If a Win user wants to reply, it should be possible to use the Windows'
WinPopUp GUI to reply, but the message gets lost somewhere.
For example:
smbclient -M winbox
Added interface ip=192.1.1.125 bcast=192.1.1.255 nmask=255.255.255.0
Connected. Type your message,
2004 Aug 06
2
Hello everyone, here is some php code.
Okay,
So remember that question I had last week about taking a bunch of relay servers
and greping the status2.xsl file for the number of listeners? I coded it. I
have to apologize right now, as its krufty, nasty, braindead code. But it
works, and I'm rather proud that after being up as long as I have been up
and drinking as much coffee, it works. It should be attached to this e-mail.
I
2011 May 13
1
Standard method to read current listeners without user/password
Hi all,
This is the output of status2.xsl:
MountPoint,Connections,Stream Name,Current
Listeners,Description,Currently Playing,Stream URL
Global,Client:60461 Source: ,,7,,
/foxcub,,,7,, - Brian Eno - Dune Prophecy theme,
It doesn't look like any csv output I've ever seen.
Some of the output seems to be string literal and some of it is the
actual server information, and at some parts
2019 Dec 07
2
extracting statistics
Hi all,
I have an icecast server in a facility which can handle several hundred
simultaneous connections and I would like to produce some data like:
How many people are listening now?
Where might they be? [general area is OK]
How long have they been listening?
How many different listeners have we had? [ lets not count returning
listeners as new ]
What is the average time spent listening?
2001 May 05
2
Can I have oplocks enabled without problems?
Hi,
I used to have a win NT to serve small office networks comprised of windows
clients. During the last months I have made a considerable effort to learn
enough about linux in order to explore it's capabilities for that
application. In the area of file & print sharing samba still looks as the
best choice. I am using it in my office for some weeks now and I am quite
happy with it. Yet I
2004 Aug 06
2
Status.xml
Hi,
I have an XSL file that just transfers the XML straight through, see
status-xml.xsl here:
http://www.ecs.soton.ac.uk/~njh/libshout-doc/
<p>I also have an improved version of status.xsl there.
<p><p>Cheers,
<p>nick.
<p><p>>Hi everybody,
>
>If I understand well, the purpose of XSL files is re-formatting XML files.
>When I checked the admin
2004 Aug 06
3
metadata update is delayed for 2 songs
how can i collect such metadata dump?
dave, can u help me.. as i don't have access to the server..? can u fwd the metadata dump file to michael for me plz.. thx...
-----Original Message-----
From: Michael Smith <msmith@xiph.org>
To: icecast@xiph.org
Date: Mon, 29 Dec 2003 15:04:48 +1100
Subject: Re: [icecast] metadata update is delayed for 2 songs
On Monday 29 December 2003 14:54, Phi