similar to: Need help installing samba

Displaying 20 results from an estimated 1000 matches similar to: "Need help installing samba"

2004 Oct 06
3
T100p half-height PCI bracket
Hello, Does anybody know of a place to get a half-height PCI slot bracket for the Digium T100P card? I have an application to fit them in 1U cases for small, deployable PBX's. The T100P itself is short enough to fit in a half-height slot but I need an appropriate mounting bracket to screw it into the case. Thanks, Mark Hagler
2006 Mar 03
0
Hidden links on ROR Wiki
Hello list members, Today I noticed on http://wiki.rubyonrails.com/rails/pages/WorkingProfessionallyWithRails that there were a ton of spam links in the source code that I couldn''t see on the page itself. Upon careful examination I found the links to be hidden: I am posting the content here for reference and to show patterns of spam: <u
2000 Aug 08
0
v2 connection logging vs v1
When connecting with v1, the server logs a message when I exit my login shell: Closing connection to 130.207.167.32 However, when connecting with v2, it only ever logs: Connection closed by remote host. Tracing through the code, it appears that instead of breaking in serverloop.c:server_loop2() at: if (had_channel && !channel_still_open()) {
2000 Sep 27
1
-i doesn't work for v2 DSA keys
I just found that trying to specify a DSA identity file with '-i' doesn't work. Although the man page doesn't indicate that this is supported for DSA keys, it also doesn't indicate very clearly that its _not_. Indeed, in ssh.c:main(), the "-i" only increments and sets: options.options.num_identity_files options.identity_files where it would need to modify:
1997 Jul 29
0
Fwd: Buffer Overrun in ruserpass() in MH and NMH (fwd)
------- =_aaaaaaaaaa0 Content-Type: text/plain; charset="us-ascii" Content-ID: <14008.870179829.1@erehwon.bmc.com> See attached. Red Hat Linux package mh-6.8.3-13.i386.rpm installs the inc and msgchk programs as follows: -rwsr-sr-x- root mail 72628 Oct 17 16:57 /usr/bin/mh/inc -rwsr-xr-x- root root 52536 Oct 17 16:57 /usr/bin/mh/msgchk Hal -------
2012 Mar 01
1
puppet 2.7.11 + ruby 1.9.3 + passenger
So does anyone have a working setup with puppet 2.7.11 + ruby 1.9.3 + passenger? I am currently using rack-1.0.1 (rack-1.4.1 had same behavior) and passenger 3.0.11, and I get some authentication problems (shown below). If I use an auth.conf that is wide open (auth any, allow *), the agent can successfully retrieve his catalog and plugins and apply them. Using webrick works fine as well. The
2004 Apr 27
0
XP Slow Downloading files
I have added a Samba 3 machine as a BDC and used the net rpc vampire command to copy all of the users and machines. For some reason, only Windows XP clients are slow when downloading files from the Samba BDC. NT and 2000 clients are fine. When an XP client uploads a file, it takes almost no time at all. I've been searching but haven't found any answers. Here is my smb.conf [global]
2004 Feb 02
0
Re: how to dial and accept a call with only
Dear Joe Dennick, and all group members, Could you give me more detail instruction to place a call from an outside line (or cell phone) through the * to voicemail or the demos to prove that the system works. Actually, I need to prove if system works or not. Then I can get money to do next step. Thank you a lot. Michael From: "Joe Dennick" <joe@dennick.net> To:
2004 Feb 02
0
Re: how to dial and accept a call with only
sounds like you need to do some reading at the many fine resources available. start at http://www.voip-info.org. Here's a hint for you though.... exten => s,1,Answer exten => s,2,VoicemailMain Barring that, just run 'make samples' which will create a wonderful set of sample config files which will allow you to test the system out pretty thoroughly.... Sean -----Original
2012 Aug 20
2
[Bug 1663] sshd_config: AuthorizedKeysCommand
https://bugzilla.mindrot.org/show_bug.cgi?id=1663 Jason Riedy <jason.riedy at cc.gatech.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jason.riedy at cc.gatech.edu --- Comment #30 from Jason Riedy <jason.riedy at cc.gatech.edu> ---
2005 Oct 04
2
Question regarding behavior of virt_to_bus ....
Hi Folks, I need some large chunk of physical memory, so I allocate it early using alloc_bootmem_low_pages and use it later (akin to bigphysarea patch). The trouble I am having is the following. Suppose the virtual address for the memory area is 0xc14d6000. After xen_create_contiguous_region call, I do a virt_to_bus and the bus address comes out to be 0x18000000. So far so good. However,
2009 Sep 15
1
[LLVMdev] Dear LLVM,
can you give a detail description about the target architecture? ------------------ Original ------------------ From: "XU Xinfeng"<xu.xinfeng at gatech.edu>; Date: 2009年9月15日(星期二) 上午7:34 To: "llvmdev"<llvmdev at cs.uiuc.edu>; Subject: [LLVMdev] Dear LLVM, Dear LLVM, Now, I have to design special complier for my own multicore microprocessor with cusomized
2005 Apr 06
1
yam at ftp.linux.ncsu.edu
I had yam working with ncsu.edu until the things changed when centos seperated the two projects. Now I can't get it to work. This is what I am trying to use but it says "nothing to do". updates = rsync://ftp.linux.ncsu.edu/centos/$release/$repo/$arch/RPMS/ This with gatech on the other hand works but they have a 20 connection limit so I would like to get ncsu.esu working again.
2005 May 29
0
Horrendously slow transfer speeds in FC3 is drivingmecrazy!!! Please help... - SOLVED!
Thanks for the tip but recompiling the latest version was the second thing I did after trying and failing to tweak the smb.conf on my original hardware conf. I found that compiling it for my specific architecture (i686) increased my performance by 100% (from a punny 0.8 MB/s to a better but still punny 1.6 MB/s). -----Original Message----- From: Diego Julian Remolina
2005 Sep 21
1
get quota command
I'm running samba 3.0.13 on a debian box, sharing out NFS filesystems from a solaris box. I know, bad idea.. file locking, etc... non-issues at the moment. I've discovered that if I make a share from a local filesystem, the PC's mounting the share see their quota (hard limit, not soft which is another matter) as their capacity and their appropriate free space... this is good.
2008 Dec 07
1
[LLVMdev] How to extract loop body into a new function?
False Alarm!! Still don't know how to do it! I am trying to write a transformation pass to extract a loop body into a function. For example: The Loop in question is: for (i2 = 0; i2 < LOOP_SIZE; i2++) { A[B[i2]] = 2 * B[i2]; } The IR for which is: bb13: ; preds = %bb13, %bb %i2.0.reg2mem.0 = phi i32 [ 0, %bb ], [ %indvar.next62, %bb13 ] ; <i32>
2007 Jul 24
0
[LLVMdev] LHS of an expression
On 7/23/07, abhi232 at cc.gatech.edu <abhi232 at cc.gatech.edu> wrote: > Hi Bill, > Thanks a lot for your response.But my problem still remains.The thing is i > am having a data type std::vector<Value*> as i am checking for the > variables in Store Instructions and Malloc Instructions.For store the case > is straightforward as discussed earlier.I want the same Value*
2006 Apr 13
0
minor patch for tracing VMEXIT/VMENTRY for 64 bit system
Attached. -Himanshu -- ------------------------------------------------------------------------- Himanshu Raj PhD Student, GaTech (www.cc.gatech.edu/~rhim) I prefer to receive attachments in an open, non-proprietary format. ------------------------------------------------------------------------- _______________________________________________ Xen-devel mailing list
2006 Jan 25
1
xm console oddity
Hi Fellas, When I connect to a domain''s console via xm console vmid I have to press an enter to get the console prompt. I am wondering if anyone else has seen this and if there is a remedy for this? Thanks, -Himanshu -- ------------------------------------------------------------------------- Himanshu Raj PhD Student, GaTech (www.cc.gatech.edu/~rhim) I prefer to receive
2006 Jan 16
1
EXPORT_SYMBOL for get_vm_area ...
Hi Folks, To build drivers externally using linux-2.6-xen-sparse/drivers/xen/util.c, I need the symbols get_vm_area and remove_vm_area exported (they were exported previously - not any more in the latest version). Am I missing something here? -Himanshu -- ------------------------------------------------------------------------- Himanshu Raj PhD Student, GaTech (www.cc.gatech.edu/~rhim) I