Displaying 20 results from an estimated 200 matches similar to: "Samba+Winbind"
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
2005 May 18
2
Networking functionality?
Is there (if not, can we get) the functionality to query for
workstations in the local workgroup or domain?
Zach
2005 Sep 22
2
winbind joins with domain name , not netbios name
Hi,
I am having a problem with Winbind:
First, some information ..
Domain name :TESTDOM
PDC's Netbios name : ubuntu
Samba version : 3.0.20 (lateset patches installed) with LDAP backend.
Linux : Ubuntu 2.6.10
Samba is running smoothly, with no problems.
I want to use Winbin, so I followed Samba HowTo - chapter 23
http://us5.samba.org/samba/docs/man/Samba3-HOWTO/winbind.html#id2634776
I
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);
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
2001 Apr 04
0
help me samba [inetd]
> ?????? wrote:
>
> Hello Sir/Madam!
>
> my name is dae su kim!
> i have a problem diffcult!
> The problem is samba process smbd and nmbd no responsing!
> This log is my problem!
> help me! please help me!
>
> problem : SAMBA_2.0.7
>
> 7 03:13:48 cad1 inetd[179]: netbios-ns/udp server
> failing
> 7 03:27:03 cad1
2001 Mar 07
0
2.0.7 nmbd hanging up
> Sistemas Comau do Brasil wrote:
> I installed the version SAMBA_2.0.7 in a workstation SUN
> SOLARIS_2.6.
> Seemingly, everything works well, but it frequently happens
> travamentos in the communication between Windows and Unix.
> Somebody can help myself. It is very urgent!!!
Mar 7 03:13:48 cad1 inetd[179]: netbios-ns/udp server failing
(looping), service terminated
Mar 7
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
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
@@
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]
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
$
2003 Aug 25
4
Re: ANN: wxRuby 0.1.0 Alpha has been released!
I''m not a Linux user. I suggest you subscribe to the wxRuby ML and get
advice there from other Linux users. For the time being, I''ll cross-post
this message to the wxRuby ML.
Curt
Markus Jais wrote:
>
> Curt Hibbs wrote:
>
> > http://rubyforge.org/project/showfiles.php?group_id=35&release_id=46
> >
> > The code itself has been quite stable for
2006 Jul 04
4
[PATCH] xenmon: remove magic number "31" (the idle domain)
Hi,
This patch removes the magic number "31" for readability. The number
"31" means the idle domain ID.
In detail:
- display the idle domain ID with "Idle" instead of "31"
- write to the file "log-idle.log" instead of "log-dom31.log".
Signed-off-by: KUWAMURA Shin''ya <kuwa@jp.fujitsu.com>
Thanks,
--
KUWAMURA
2004 Aug 06
2
Protocol
jaromil,
> >
> > wanted to ask again if someone has some online documentation on the
> > icecast (or shoutcast) protocol at the socket/data level.
>
> have a look into MuSE/libmpeg/httpinput.cc (http://muse.dyne.org)
> i hope that code can help you figuring out
>
No actually not. It just makes the connection to the shoutcast/icecast
server. I've gotten this
2016 Nov 21
2
Exim still accepting emails to nonexistent users
Hi Heiko,
Here is the router:
virtual_aliases:
driver = redirect
debug_print = "R: Check address using virtual_aliases for $local_part@$domain"
allow_fail
allow_defer
hide data = CHECK_VIRTUAL_ALIASES
user = vmail
group = mail
local_user:
debug_print = "R: local_user for $local_part@$domain"
driver = accept
2006 Mar 20
5
Need some ACL help for win32-file
Hi folks,
I''ve got most everything done for the pure Ruby version of win32-file.
The last thing left (since I''ll be moving the IO methods to a different
package eventually) is the file security stuff. Here''s what I''ve got so
far for the get_permissions method. However, I''m stuck at GetAce(). If
someone could help me finish up this method, I