similar to: samba v DAVE

Displaying 20 results from an estimated 200 matches similar to: "samba v DAVE"

1999 Nov 11
0
Dropping connection?
I'm running Samba 2.0.3-8 and I'm seeing something strange when clients try to connect to it. The Win98 client will return "doesn't exist on network" when trying to open the server from Network Neighborhood. Yet when I check the samba logs for that machine, it will show the user logged in successfully. security is "server" and the server is identified as one of
1999 Nov 19
0
smbmount vs linux
In trying to install samba 2.0.6 on my mklinux system, I'm running into a lot of compiler messages about redifinitions while compiling any of the smbfs utils. The current state of mklinux is back several versions from the "regular" linux kernel, but is using glibc2.1. I understand smbsh is the preferred way to go instead of smbfs, but I also understand that smbsh is broken under
1999 Nov 21
3
SAMBA digest 2314
Well I figured it out.. did not know that I could make a host file on the winblows client. I knew about the lmhosts file however.. this is a great list.. thanks to all.. *++++++++++++++++++++++++++++++++++++++* * Les Higger ITAF , * Local Area Network Coord. * lhigger@lausd.k12.ca.us * Francisco Bravo Medical Magnet High School * Los Angeles
2006 Dec 05
4
Attended Transfer
Dear List, I've been working with Asterisk CVS-v1-0-09 and i'm trying to enable attended transfer feature. but i just can't do it work. I've already set "atxfer = *" (and many other combinations) and all extensions on extensions.conf have the t and T option. But when I'm going to test, it doesn't work. Is there any other file that i have to configure in order to
2010 Jun 18
1
[LLVMdev] Problem adding a MachineBasicBlock during X86 EmitPrologue
I'm attempting to add an error handler to functions with a custom calling convention. This error is checked upon function entry, before any code is run (specifically, I cannot allow any stack operations). Because of this, I figured a good place to do this code insertion is in EmitPrologue. I also, at this time, create the block that handles the error case. // create a new block for
2010 Apr 10
0
[LLVMdev] Injecting code before function prolog
On Wed, Apr 7, 2010 at 12:43 PM, Arlen Cox <arlencox at gmail.com> wrote: > I'm trying to implement something similar to this: > http://gcc.gnu.org/wiki/SplitStacks in LLVM.  The reason I want this > is so that I can have dynamically growing and shrinking stacks in my > programming language.  In order to do this, I need to be able to check > for overflow of a stack frame.
2008 Nov 15
1
[LLVMdev] ARM libgcc dependencies
I was trying to build some code today for an ARM7TDMI, which does not have a hardware divider and I noticed that LLVM translated divide instructions into a call into libgcc's udivsi3. Is there any way of removing this library dependency and allowing LLVM's link time optimizer optimize the generated division code (inline it, merge the div/mod if using both, etc)? Thanks much, Arlen
2005 Feb 17
1
Problems compiling pridump utility
I do 'make pridump' from the libpri source directory and receive the following: # make pridump cc -o pridump pridump.o -L. -lpri -lzap -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -g /usr/bin/ld: cannot find -lzap collect2: ld returned 1 exit status make: *** [pridump] Error 1 I am new to all of this, so I am sure I am missing something obvious, any help will be appreciated.
2010 Apr 07
3
[LLVMdev] Injecting code before function prolog
I'm trying to implement something similar to this: http://gcc.gnu.org/wiki/SplitStacks in LLVM. The reason I want this is so that I can have dynamically growing and shrinking stacks in my programming language. In order to do this, I need to be able to check for overflow of a stack frame. The methods of doing this are outlined in the link above, but my intention is to pass the current stack
2005 Oct 16
1
measurement error model - "simple" linear regression
Dear friends, I found the thread on this subject this summer but wonder whether it has been taken any further. I have an important medical problem where X is computed from a three independent and complicated measurements (exchangeable sodium and potassium and total body water - i.e. X = (Nae+Ke)/TBW ) and Y is serum sodium concentration (all data in Edelman, JCI 1958). I have the individual
2006 Dec 05
3
Rejecting a Call
All, Is there a way of rejecting a call using SIP in the Asterisk Dialplan? Essentially, I want to look at the called number and if it matches something I don't like I want to send back a SIP response which will not cause the other end to 'hunt'. The response codes that will achieve this are: 401 Unauthorized 403 Forbidden Is there a way of getting Asterisk to send back such a
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
Hi, I am happy to announce that I finished the translation of almost all LGPL'ed R headerfiles to Delphi. As a test I did several demos which basically contain delphized versions of all the examples of chapter 5 in "Writing R Extensions". Please have a look in the attachments for details (DemosAndHeaders.txt), more information (Readme.txt) and an example of how it looks
2006 Dec 19
6
No music on hold?
Hi all, I've got Asterisk 1.2.10 up and running on Debian using the back ports. I noticed that it didn't come with mpg123 or depend on it and I believe I read somewhere that asterisk now handles it's own mp3 playback? Is this true? If so I must have a problem, because I hear no music when putting someone on hold. When looking at the console when putting someone on hold, I see
2004 Apr 06
1
OS 10.3.3 client File saving problems
Hello, I administrate a modest network of 12 Mac (os x 10.3.3) and PC clients (win xp) connecting to a Samba server running Redhat enterprise Linux 3 and Samba 3.0.2 We just recently switched to this configuration from a Win2000 file server running SMB and AFP that did not have any of the issues I list below. My OS X users are running into occasional yet persistent problems saving files to the
2011 Sep 01
0
Syslinux-4.03.exe?
OOPS! I meant: http://git.zytor.com/?p=syslinux/syslinux.git;a=history;f=win32/syslinux .c;h=1f95e842e837085fa43b7ff145e2f4ec82542322;hb=a6616dc0e872b3d12ab6e25 c8d9d22a9977e8e28 - Shao Miller -----Original Message----- From: Miller, Shao Sent: Thursday, September 01, 2011 15:50 To: 'For discussion of Syslinux and tftp-hpa' Subject: RE: [syslinux] Syslinux-4.03.exe? Here are some
2008 Mar 28
1
Sweave - print \n ?
Hi, this is probably quite stupid but I have no clue what's wrong. Let's say I write the function hline <- function() { cat("\\hline \n") } and call hline() from within a Sweave chunk. Why is there no carriage return after the \hline in the resulting tex file? if I call hline() hline() in the chunk, then I get \hline \hline in the tex code without a linebreak in
2011 Jan 26
1
Splash Screen
Is there a way to show only a splash screen during the boot up, like not even the BIOS text? I would like to make a kiosk with no indication of what is running. Thanks, Bryan
2011 Aug 01
1
fwrite?
Is there a known problem with fopen and/or fwrite in Syslinux? I'm trying to open a file to write data to but fopen( file_name, "w+" ) fails everytime. fopen( file_name, "r" ) works just fine.
2003 Mar 14
1
ov_read( ) return value
When I call ov_read ( ) I cannot get more then 1024 bytes decoded even when the buffer size is 4K. The function only decodes 1024 bytes max even when I tell it to decode 4096 bytes. Does anyone has an idea what is going on. <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to
2006 Dec 22
1
odfWeave problem
Hi, I'm trying to customize some formating for a table using odfWeave. I'm having some trouble getting the formatting to work. I've defined the following format defns: origStyleDefs <- getStyleDefs() StyleDefs=origStyleDefs StyleDefs$ArialLeftBold$parentStyleName='' StyleDefs$ArialLeftBold$type='Paragraph' StyleDefs$ArialLeftBold$textAlign='left'