search for: cnums

Displaying 20 results from an estimated 64 matches for "cnums".

Did you mean: enums
2005 Apr 20
1
IPC$ entries not deleted from connections.tdb?
Back to this problem Here a proof of it: 1. smbd version 3.0.11 started yaberge2@sda6 ==> p smbd root 13820 20662 0 08:05:39 - 0:00 /usr/local/samba/sbin/smbd -D -s/usr/local/samba/lib/smb.conf root 20662 1 0 08:05:39 - 0:00 /usr/local/samba/sbin/smbd -D -s/usr/local/samba/lib/smb.conf yaberge2@sda6 ==> /usr/local/samba/bin/smbstatus Samba version 3.0.11
2017 Jun 23
2
Simple control structure issue
I am having a hard time with 'next'. I come from the "sloppy" school that learned BASIC with Goto. Conceptually next seems pretty straightforward. I just can't get it to work correctly in my code. Here's a stripped down version: WhichRunNow<-"Daily" Cnums=c(0,1,"2b3") Cpers=c("Daily","Daily","Weekly") for (j in (1:length(Cnums))) { If (!identical(Cpers[j],WhichRunNow)){ next } print(j) } So, this should print the number "3", which it does. It prints 3 because "W...
2005 Jul 11
1
indexing into and modifying dendrograms
I would like to be able to exert certain types of control over the plotting of dendrograms (representing hierarchical clusterings) that I think is best achieved by modifying the dendrogram object prior to plotting. I am using the "dendrogram" class and associated methods. Define the cluster number of each cluster formed as the corresponding row of the merge object. So, if you are
2000 May 10
0
patche for samba-2.0.7/source/smbd/conn.c
Dear all, I have made patch for samba-2.0.7/source/smbd/conn.c This will, instead of using by-directional link, use array for managing connections. # The patch does seems to work on my RHL6.1Ja(fixed) version of # Linux machine. I don't know about other OS/Architecture. This should work better then original because: 1) The original code used bitmap.c for looking empty area. But using
2017 Jun 23
0
Simple control structure issue
...with 'next'. I come from the "sloppy" school that > learned BASIC with Goto. > > Conceptually next seems pretty straightforward. I just can't get it to > work correctly in my code. Here's a stripped down version: > > WhichRunNow<-"Daily" > Cnums=c(0,1,"2b3") > Cpers=c("Daily","Daily","Weekly") > > for (j in (1:length(Cnums))) { > If (!identical(Cpers[j],WhichRunNow)){ > next > } > print(j) > } > > So, this should print the number "3&q...
1998 Oct 08
0
readbraw vs. readX
Using Samba 1.9.18p10 I have found a difference between Win95 and WinNT: opening 'Lotus Freelance' files from Win95 is really slow (about 17 kB/s only) vs fast (~hundreds of kB/s) from WinNT. Looking into the log (with debug level=4) I see using Win95: switch message SMBopenX (pid 33994) Skipping become_user - already user unix_clean_name [./PRIVATE/Goyal_Sep98.PRZ] Got dir cache hit on
1998 Mar 18
1
Troubles with NT domain logons ?
Dear Sirs ! I succesfully setup samba 1.9.18p3 to work with domain logons of win95. Works perfectly. Also I tryed to compile samba with -DNTDOMAIN and configure NT to with domain logons. If samba compiled with-NTDOMAIN, NT can't work with samba in any way - w/ domain logons and w/o. Below log file that created by samba, when I tryed to setup NT to domain logon to samba. Note: I uses unix
1997 Jul 18
0
Samba 1.9.16pl11: dropping connections between Solaris 2.5.1 and WinNT4SP3
Hi all: I am experiencing a problem where WinNT and Samba are dropping connections during file transfers. I have the following smb.conf settings: keep alive = 30 dead time = 1440 socket options = IPTOS_THROUGHPUT SO_KEEPALIVE (although I tried IPTOS_NODELAY with no apparent benefit). The client is copying a large number of files up to the server, then there is a pause at a random file,
1998 Apr 16
2
Problem with visual C++ and samba
We are having a problem with Microsoft visual C++ compiling source code maintained on a samba server. Occasionaly the compiler reports that it cant open the file vc50.pch. The samba server is running on a freebsd box. Taking a look at the log files it looks like when the operation fails the server is processing the command open (vc50.pch for exclusive use write setattrE write open (vc50.pch
2019 Apr 19
2
Forking AGI or GoSub
In PHP something like: $pid = pcntl_fork(); if ($pid != 0) { // we are the parent // do parent stuff exit; } // we are the child, detatch from terminal $sid = posix_setsid(); if ($sid < 0) { die; } // do child stuff On 04/19/2019 02:00 PM, Mark Wiater wrote: > On 4/19/2019 1:49 PM, Dovid Bender wrote: >> Mark, >> >> I am using PHP agi and when forking
2008 Feb 03
0
"once" not honored?
I''m trying this: firmware.should_receive(:execute).with("ATZ").once.ordered.and_return(AT_OK) firmware.should_receive(:execute).with("ATE0V1").once.ordered.and_return(AT_OK) firmware.should_receive(:execute).with("AT+CNUM").once.and_return(AT_OK) But rspec does not complain that "AT+CNUM" is never passed as argument. Bug? Or did I misinterpret the
1998 Jul 08
0
Error connecting Win95 box to Linux.
Could anyone tell me what I may be doing wrong here? I'm using samba-1.9.18p8 on a Linux 2.0.32 box, RedHat 5.0 install. I can descend into this share from a WinNT box just fine, but get the following error messages from a Win95 box. Thank you all in advance, -Jon Charette --------- Start log at debug level 4 ---------------------- 1998/07/08 13:20:22 Transaction 52 of length 47 switch
2006 Dec 20
0
Re: Match a Numer - then continue with, dialplan
I think you're making it far too difficult. What I do is something like this: [outgoing] include => internal include => longdistance ;Always include internal first, as matches from the first include ;will be used first. This allows you to make sure your internal ;extensions don't go out your trunks. [longdistance] ignorepat => 9; include => default; already included from
1998 Jun 04
1
Slow writes continued
I posted a while back about getting very slow writes. People suggested modifying (increasing) SO_SNDBUF and SO_RCVBUF and this actually helps enormously. However, there is obviously something still not right. Writes are still about 1/2 the speed of reads. This only seems to affect Win95 clients (NT machines are fine). Doing a write of a 20mb file to the server generates the following message:
2000 May 13
0
Trouble with large files and 1.9.18p10
Hi Folks, I'm new to the list, and am writing because of some trouble I am having. An old version of Samba is involved, and I am not sure that I can upgrade. I am trying to explore the issue further. I am currently using Samba 1.9.18p10 (I can hear the smack of 1,000 hands slapping foreheads now -- please read on). The problem is that the Samba server hangs when I copy a large file (~100
2006 Dec 20
3
Re: Match a Numer - then continue with, dialplan
> -----Original Message----- > From: David Gomillion [mailto:dgomillion@eyecarenow.com] > Sent: Wednesday, December 20, 2006 10:27 AM > To: asterisk-users@lists.digium.com > Subject: [asterisk-users] Re: Match a Numer - then continue with, > dialplan > > > I think you're making it far too difficult. > > What I do is something like this: > > [outgoing]
1998 Jul 22
0
smbd's running wild in Solaris x86 malloc...
Greetings! We've got a neat little problem running Samba 1.9.18p8 on Solaris x86 2.5.1 and AFS on a dual-processor Dell PowerEdge 2200 w/ 128M RAM. The machine has 11M of free real memory and 417M of free swap according to "top". Every once in a while (there goes one now...) an "smbd" process will attempt to consume all available processing time it can. We recompiled
1998 May 08
2
After almost every reboot, Samba printing is DOA under Solaris 2.6...
I just thought that I would put this out there and see if anyone else sees this problem with Samba 1.9.18p4 (under Solaris 2.6). It appears that after some reboots of Solaris, Samba printing is partly dead. What I see in the logs are below, and what happens is that the file to be printed is spooled to /var/spool/samba, like always, but when the lpr command is issued it croaks. I've been
1999 Dec 28
2
Directory rename problem with smbclient
I am trying to use smbclient to migrate data from OS/2 LanServers to a filesystem on an AIX 4.3.1 machine. Everything works great except renaming directories on the OS/2 LanServer. I get the error ERRDOS - ERRbadfile (File not found.) renaming files when I do a "rename <existing_dir_name> <new_dir_name>" at the prompt, but <existing_dir_name> exists. I connected to a
1997 Dec 03
0
problems with "Save As" in BNA Income Tax Planner for Windows
Hi - A client reported this morning that the "Save As" function in some tax planning software they use "didn't work with the new server" (Samba 1.9.17p2 on intel/linux v 2.0.30). All client machines are Win95 OSR2. Essentially, when you type a name in the save as dialog and press enter, a backslash is added to the end of the new filename (in the dialog, that is),