Displaying 7 results from an estimated 7 matches for "apparr".
Did you mean:
appart
2004 Aug 06
2
get status.xml's variable using a php file
i don't khow really much about php
i just used the source file from casterclub.com for the shoutcast server and
improvise/adjust it from there for the icecast server.
apparrently i don't know how to authenticate correctly as this is what is
returned as well
$client_connections = HTTP/1.0 401 Authentication Required WWW-Authenticate:
Basic realm="Icecast2 Server" You need to authenticate
fputs($fp,"GET /admin/stats.xsl ");
where do i put the $...
1999 Mar 04
1
I need help with smbmount!!!
I am trying to use smbmount.
I am using Samba 2.0.0
The smbmount command I am using is
smbmount //greg/c /mnt/gregc -I 90.0.0.2
It apparrently works. I get the following messages:
Added interface.......bla bla
Servier time is ........bla bla
Timezone is UTC-6.0
Domain ........
Connected as guest security = user
smb: \>
But I can not do anything. Nothing works. Not ls, dir, cd.......Nothing.
I just get command not found no matt...
2006 Mar 04
3
USB key problems on enterprise systems
...3. RHEL4-U2 and CentOS4 get the following:
No possibility to mount. As soon as you plug in the USB key, the
system goes into a SCSI error loop until you unplug it.
I've googled extensively for an answer, found a few hits for the RHEL3
problem, but no useful solutions.
The RHEL4 problem is apparrently a 2.6 kernel bug. Doe anyone know of
a packaged kernel solution for this? I'm using the CentOS unsupported
kernel at home, but same problem as in the stock RHEL4 kernel. Have RH
possibly fixed this in the U3 beta?
In case you're wondering about the key(s), the mount works flawlessly
i...
2015 Jan 04
0
ntlm_auth random failures with dovecot
...y dovecot is calling out to ntlm_auth is violating
the --helper-protocol=squid-2.5-ntlmssp scheme.
The issue is how it handles simultaneous clients connecting - for
instance launching thunderbird with NTLM auth creates multiple imapds
that all have to be auth'd.
Since dovecot doesn't (and apparrently didn't in 1.2?) serialize this
it ends up sending a jumble to ntlm_auth. Strace sayth, as example:
read(0, "YR xxxxxxx=\n", 4096) = 48
read(0, "YR xxxxxxx=\n", 4096) = 48
read(0, "KK xxxxxxx=\n",4096) = 176
read(0, "KK xxxxxxx=\n",4096) = 176
That...
2004 Aug 06
0
get status.xml's variable using a php file
...x and grep . i don't know if windows has
equivalents.
a:/,
On Mon, 22 Dec 2003, Phi Tran wrote:
> i don't khow really much about php
> i just used the source file from casterclub.com for the shoutcast server and
> improvise/adjust it from there for the icecast server.
>
> apparrently i don't know how to authenticate correctly as this is what is
> returned as well
>
> $client_connections = HTTP/1.0 401 Authentication Required WWW-Authenticate:
> Basic realm="Icecast2 Server" You need to authenticate
>
> fputs($fp,"GET /admin/stats.xsl &q...
2004 Aug 06
3
get status.xml's variable using a php file
hi everyone
i'm trying to get the variables from status.xml using php (based on the Shoutcast status file from casterclub.com)
here is my file
<?php
$ip = "xxx.yyy.zzz";
$port = "xxxx";
$password = "xxxx";
<p>////////////////start the parsin action\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
//opening socket
$fp =
2009 Oct 23
3
tdb locking issue - Solaris 10 and Samba 3.0.33
...hat could be applied to this
system, and I can upgrade Samba to 3.0.35, but I'm hoping someone out
there will have an idea of what might be going on here. Why would this
particular smbd process *not* be able to get a lock on the brlock.tdb
file at a certain point, but subsequent smbd processes apparrently are
(new connections to the server appear to be working OK)? And why
wouldn't the SETLKW64 command eventually succeed?
Would like to get this one figured out instead of just manually killing
all the processes every couple weeks or so.
Thanks much :)
Ray