similar to: Confusing behavior of hosts allow/hosts deny in Samba 3.0.28/3.2.4

Displaying 20 results from an estimated 10000 matches similar to: "Confusing behavior of hosts allow/hosts deny in Samba 3.0.28/3.2.4"

2002 Jul 10
7
Anything out there that is similar to Cisco''s WFQ?
> From: "CIT/Paul" <xerox@foonet.net> > Any help would be greatly appreciated :) This is much better than SFQ :> Sounds like SFQ to me. Can you tell us what the differences are?
2014 May 22
4
Icecast 'client'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi folks, actually and once again quite busy I'd really appreciate a quick hint or explanation... Somehow I dont get it... :-/ Although I'll soon (as soon I have a more powerful server - actually a friend of mine is hosting my site in a small cluster) install and use the icecast-server for my streaming-purposes I don't understand how to
2014 May 22
3
Icecast 'client'
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I just mind that Icecast has its own client... Have been surprised as I found out they there is no... Strange... Whatever... Am 22.05.2014 23:49, schrieb Denis Smajlovic: > Hi, > > What is wrong with listening to the stream using HTTP on port 8000 > on your server? > > And what is wrong with using VLC? > > /Denis :-) On 22
2012 Feb 23
1
Bug in nested_attributes_for: question about best way to patch
I''ve discovered what I''m pretty confident is unexpected behavior in accepts_nested_attributes_for, and am developing a patch, but I''ve encountered a question about how the core team would prefer the implementation to look. Here''s the bug: when assigning to a belongs_to relationship (and I believe one-to-one, but I haven''t verified yet) if you mark the
2004 Sep 27
2
Hello and Stream Listing
Hello Everyone! My name is John Silvers PD/CE of Pirate Radio 100.3FM (KQLZ Los Angeles) I wanted to introduce myself to everyone. We are switching over from our 2072 Shoutcast streams to Ogg with the help from Dave at Mediacast1. It seems mp3PRO is just not catching on but the I think the ogg sounds way better then mp3PRO and not just one player can hear the difference plus no plug-in to push
2015 Feb 11
2
Another Fedora decision
On Tue, 2015-02-10 at 19:19 -0600, Valeri Galtsev wrote: > Just to make it clear: I recommended the book itself without pointing to > any source of it, and when pirate copy was mentioned by somebody else, I > had to say I do not recommend that source and would recommend to buy the > book on amazon. The person asserting the copy was "pirated" (meaning stolen) has no proof
2009 Oct 11
1
Function Help
Hi there, I have created the function below: pirate<-function(x){ a<-x-1; b<-a/5; c<-a-b; d<-c-1; e<-d/5; f<-d-e; g<-f-1; h<-g/5; i<-g-h; j<-i-1; k<-j/5; l<-j-k; m<-l-1; n<-m/5; o<-m-n; final<-o/5; final } I want to run this function until the output ('final') is an exact integer (e.g. 893.00000 rather than 893.78332). I then need to
2010 Jan 31
2
[LLVMdev] Boehm GC + static variables?
Hi, I'm running LLVM bitcode generated by my compiler under lli. The bitcode is linked against Boehm GC (lli -load=/usr/lib/libgc.so). It looks like Boehm GC isn't scanning global variables and as a result objects referenced only through globals are being prematurely collected. I understand that Boehm GC needs to see the data segment containing my global variables as a root. For native
2005 Aug 24
1
Username.map works in 2.2.8a, doesn't work in 3.0.14a
I'm a bit puzzled. I am able to map an account without any problem on Samba 2.2.8a (security=domain). However, access fails with Samba 3.0.14a when everything else is the same (same configuration files). Any advice as to the cause of the problems (and its solution) would be appreciated. >From 2.2.8a logs [2005/08/24 14:59:51, 3, pid=7767] smbd/reply.c:(880) Domain=[americase]
2010 Jan 31
1
[LLVMdev] Boehm GC + static variables?
You should look at http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/JITMemoryManager.h?view=markup and see if inheriting from that and overriding allocateGlobal() will do what you want. I'm a little surprised the boehm gc doesn't already see the globals, since there's a reference to their memory from the JMM, but maybe it doesn't scan mmap regions by
2010 Jan 31
0
[LLVMdev] Boehm GC + static variables?
I've implemented this by adding calls to GC_add_roots(<first global in module>,<last global in module>+1) to the llvm.global_ctors before any other static initialization code for the module. This should be safe assuming that: - global variables are laid out in memory in the order they appear in their module (and ideally contiguously without being interleaved with any other values)
2015 Feb 09
4
Another Fedora decision
On 2015-02-09, Always Learning <centos at u64.u22.net> wrote: > > On Mon, 2015-02-09 at 11:12 -0800, John R Pierce wrote: > >> On 2/9/2015 11:06 AM, Always Learning wrote: >> > The third item was a 16.1 MB PDF of 1,344 pages. A quick scan of the PDF >> > shows every page appears to be readable. 11 pages devoted to BASH. >> > Information on other
2012 Mar 28
1
how to avoid farword slashes in RJSONIO output
Hi All, I wanted know how to get RJSONIO output with out forward slashes? for example: "({\"total\":5,\"results\":[\n {\n \"id\": 1,\n\"name\": \"Monkey D Luffy\",\n\"position\": \"Captain\",\n\"ambition\": \"I Will become the pirate king\" \n},\n{\n \"id\": 2,\n\"name\":
1997 May 25
5
signing syslog files with PGP
I am thinking about writing some sort of deamon which signs syslog files with PGP. This should help dedecting unauthorised changes in the syslog files. What I have in mind works as follows: Whenever a new line is added to a syslog file the existing syslog file checked against the privious made signature. If the file passes this test, the new line(s) is/are added. Then a new signature is
2008 Mar 13
2
Is there a maximum number of shares samba can serve?
I am being asked to determine the feasibility of serving hundreds (300-400) of directories as individual shares instead of sharing a single parent directory. Personally, I don't think this is a good idea. Clients will go from having a single connection to a single share to 50-300 connections to multiple shares. That can't be good for performance or load. I've searched the mailing
2006 Jun 14
5
generic onDragStart onDrag and onDragFinish events extracted from scriptaculous?
Hi folks. I''m working on a project where I need some drag and drop, but I need to implement what happens in a very different way, so I''m creating my own class for it. I don''t want to reinvent the wheel and redo Thomas'' excellent drag/drop functionality, nor do I want to copy/paste his code over into mine. So, I was wondering, has anyone tried to extract
2008 Apr 21
2
[LLVMdev] News on vmkit
Hi everyone, vmkit had two major improvements recently, so I guess I should let you know :). First, it does not require to patch llvm. So you can use your llvm TOT with it. There are some not-required arch-specific patches in case you encounter problems when executing large applications. These should be mainly for ppc external symbols and x86 SSE. Please post to llvm-dev your test-case if
2009 Mar 10
1
[LLVMdev] LLVM JIT + Boehm's GC, Need I Worry?
The virtual machine I'm implementing allocates objects on the heap using Boehm's garbage collector. I currently have an interpreter working for my language, and I'm working on a JIT that will compile some of the functions that would otherwise get interpreted. What I'm wondering is whether or not I need to perform special adjustments for the GC to work properly. My understanding is
2008 Apr 21
0
[LLVMdev] News on vmkit
Hi, It is possible using Harmony - http://harmony.apache.org instead of classpath? Harmony has Garbage Collector and class lib. And is there any plan port it to win32? Regards Eric "Nicolas Geoffray" > Hi everyone, > > vmkit had two major improvements recently, so I guess I should let you > know :). > > First, it does not require to patch llvm. So you can use
2007 Sep 11
2
Why does domU Windows have to be re-registered after Xen 3.1.0 dom0 upgrade
Hi all, Just wondering if anybody knows the answer to this mystery? I upgraded my Dom0 from Xen 3.0.4 + kernel 2.6.16.33-xen to Xen 3.1.0 + kernel 2.6.18-xen. After the upgrade, my domU (WInXP home edition) popped up a message saying that it needed to be re-registered with Microsoft, owing to significant changes in the hardware environment on which it is running. Something about windows