search for: inbetween

Displaying 20 results from an estimated 234 matches for "inbetween".

2006 Mar 12
3
Apache, fastcgi, ruby-on-rails etc.
...for e.g. running php in a user-switched environment or running ruby-on-rails etc. But I wonder why nobody (searched on Google) seems to use CentOS with mod_fastcgi for Apache 2.x. And I also wonder why people actually using Apache 2.x and ruby-on-rails with CentOS did run a lighthttpd-fastcgi inbetween and reverse-proxying requests from Apache to lighthttpd to actually forward them to RoR running as fastcgi. Could sombody please give me a hint? Regards, Michael
2004 Jan 12
3
MeetMe issues?
Hi all, i have a setup with chatrooms, several MeetMe conferences wich users can change inbetween. 10 users maximum in each room. It seems like when i have more than 40-45 users on the system at the same time asterisk drops abt 20 and continnues buisness as usual. Is there anyone else who have run inte this problem? Any solutions? It would me neat to hear about peoples experiences with MeetM...
2003 Oct 21
2
problems
...a webserver in the dmz port 80 only. The DNAT from the loc zone seems to not be working correctly. If I make a web request from the loc zone with a sniffer in both loc and dmz, I can see the request in both zones but the reply in only the dmz. The packets returning to loc seem to be getting dropped inbetween zones. There is nothing in /var/log/messages. DNAT''s from the net zone are passing traffic. I tried a shorewall restart, no change to the loc problem. Any ideas ? I hate to reboot this thing in the middle of the day, don''t think it will help, don''t know what else to do....
2006 Mar 14
9
Can you better this String acronym method?
Can you better this String acronym method? def acronym name letters=[] name.each_char {|char| letters<<char if char[0]>=65 and char[0]<=90} acronym = letters.join " " end chris -- Posted via http://www.ruby-forum.com/.
2004 Aug 06
2
bug found in speex_bits_read_whole_bytes
Hello there, I thought I would contribute to this wonderful project but noting a simple but problematic bug in speex_bits_read_whole_bytes(). SITUATION: I have a large stream of frames with NO breaks or length indicators inbetween each frame. For this reason, I call speex_bits_read_whole_bytes() and fill it to MAXIMUM in a loop while calling speex_decode() until there are no more bytes to read. SYMPTOM: You can only go up to MAX_BYTES_PER_FRAME-1 due an incorrect calculation in the function. LINES THAT ARE THE PROBLEM: ((...
2018 Jul 31
3
[RFC 0/4] Virtio uses DMA API for all devices
...re all handled in the architecture (possibly on a per-bus basis). So for virtio we really need to decide if it has one set of behavior as specified in the virtio spec, or if it behaves exactly as if it was on a PCI bus, or in fact probably both as you lined up. But no magic arch specific behavior inbetween.
2018 Jul 31
3
[RFC 0/4] Virtio uses DMA API for all devices
...re all handled in the architecture (possibly on a per-bus basis). So for virtio we really need to decide if it has one set of behavior as specified in the virtio spec, or if it behaves exactly as if it was on a PCI bus, or in fact probably both as you lined up. But no magic arch specific behavior inbetween.
2007 Jul 19
2
open up firewall ports for Asterisk - safe?
...ct. Is this safe to do? I've got the "Allow Anonymous Inbound SIP Calls" box unchecked in freePBX. Is there anything else I need to do? Isn't there an issue with the extension/secret being passed in clear text? It looks like I need to open port 5060, and whatever ports are inbetween the rtpstart/rtpend values in /etc/asterisk/rtp.conf. Is that right? Right now thats 9999 ports, I've read that you can chop that down to 20 ports for just a few calls. We want to have 5-6 simultaneous calls, so if I set rtpstart to 10001 and rtpend to 10100, then open up those ports, i...
2001 Jun 06
3
error in dbeta (PR#970)
Full_Name: Hans Peter Wolf Version: 1.2.1 OS: hpux10.20 Submission from: (NULL) (129.70.84.25) dbeta computes a wrong result with parameters (1.3,1) > version platform hppa2.0-hp-hpux10.20 arch hppa2.0 os hpux10.20 system hppa2.0, hpux10.20 status major 1 minor 2.1 year
2016 Dec 30
2
ADS domain member: winbind fails
Am 2016-12-30 um 12:10 schrieb Rowland Penny via samba: > Was Samba running before the join ? I can't tell that anymore as I did hundreds of things inbetween. > Remove this line from your smb.conf: > > idmap config ARBEITSGRUPPE:schema_mode = rfc2307 > > It is not required as you are using the winbind 'rid' backend. "rid" was just a try as "ad" didn't work and I had no more ideas ... I 'd maybe prefer...
2005 Jan 03
6
QOS / Cisco / Asterisk
...CL's. What we're trying to avoid is hardcoding the IP address in the ACL. We were trying to match by TOS set by Asterisk however it seems we've run into a snag where the packet TOS tends to get reset somewhere on our network. Has anyone had this issue? We're running Cisco everywhere inbetween (even the switches). Is there an alternative way to match these? We've thought of by port but that's kind of ad-hoc IMHO. Asterisk1 --> 3560 --> 2600 -- (T1) --> 7500 --> 2900 --> 3550 --> Asterisk2 Sniff: (note the dumps between the 2 machines are diff times however th...
2018 Oct 04
2
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
...SC_ADJUST. > > But the thing is, if the TSC is not synced, you cannot use it for > timekeeping, full stop. So having a single page is fine, it either > contains a mult/shift that is valid, or it indicates TSC is messed up > and you fall back to something else. > > There is no inbetween there. > > For sched_clock we can still use the global page, because the rate will > still be the same for each cpu, it's just offset between CPUs and the > code compensates for that. But if we?re in a KVM guest, then the clock will jump around on the same *vCPU* when the vCPU mig...
2018 Oct 04
2
[patch 00/11] x86/vdso: Cleanups, simmplifications and CLOCK_TAI support
...SC_ADJUST. > > But the thing is, if the TSC is not synced, you cannot use it for > timekeeping, full stop. So having a single page is fine, it either > contains a mult/shift that is valid, or it indicates TSC is messed up > and you fall back to something else. > > There is no inbetween there. > > For sched_clock we can still use the global page, because the rate will > still be the same for each cpu, it's just offset between CPUs and the > code compensates for that. But if we?re in a KVM guest, then the clock will jump around on the same *vCPU* when the vCPU mig...
2009 Mar 04
1
[LLVMdev] Control Data Flow Graph (CDFG)
Hi John, My project is somewhat inbetween, but closer to the latter. If you are doing something related to synthesis, have you checked xPilot from UCLA? Search "llvm" in this paper <http://www.icims.csl.uiuc.edu/~dchen/xpilot-TechCon2005.pdf> Anyway, thanks for the information! :-) Wenhao On Tue, Mar 3, 2009 at 6:30 AM,...
2009 Feb 02
1
Event sequence analysis
Dear R help, I am analyzing sequences of events described by time and a unique event tag. And I am searching for recurring patterns where patterns have to show up in a certain time window, e.g. 5 or 10 minutes. Of course, inbetween these events other events may occur. I have applied basket analysis approaches like apriori or 'frequent item set' algorithms with interesting results but these methods do not take into account the exact succession of events. I also looked into the 'Generalized Sequential Pattern'...
2010 Feb 15
1
Predicted points in splines
I have a data set (date, concentration) were i applied the spline interpolation. I would like to use, though, the Spline () command in order to get the predicted values that correspond not only to points used but also to the points inbetween. Is there a way to set the time step for which i will get the Y value? Thanks in advance, Oddie -- View this message in context: http://n4.nabble.com/Predicted-points-in-splines-tp1556774p1556774.html Sent from the R help mailing list archive at Nabble.com.
2005 Oct 09
1
apc-hid tests with the new ups_status updates
Peter, Here are the transitions that I have tested with your latest changes (on the APC/Back-UPS ES 650): 1) OL ==> OB DISCHRG followed by OB DISCHRG ==> OL (no CHRG inbetween) 2) OL CHRG ==> OL 3) OL CHRG ==> OL CHRG LB (by manipulating battery.charge.low) 4) OL CHRG LB ==> OL CHRG (i.e. transition from below) 5) OB DISCHRG ==> FSD OB DISCHRG LB followed by proper shutdown In other words, as far as I can see everything works as expected. Also, "load.off...
2008 Mar 19
1
smbclient transfer speed on solaris
Hi, I am trying to transfer data from a win2003 (OS=[Windows Server 2003 3790 Service Pack 2] Server=[Windows Server 2003 5.2]) to a solaris 10 (sun4v arch). smbclient version is 3.0.25a. Although this is a switched gigabit network (no firewalls/routers inbetween), and even jumbo frames are set up on the relevant NICs on both sides, I cannot transfer more than 35mbyte/s (40 peak) with smbclient. The command line is: smbclient //<TARGET_IP>/<sharename> -I <TARGET_IP> -A <auth_file> -c'prompt; ls ; mget *;' The diskwrites o...
2012 Jan 24
1
gsub semicolon with double quotation mark
Hi, I would like to substitute a semicolon with two double quotation marks and a comma inbetween. It suppose to look like that: I have: FBpp0070086;FBpp0099643;FBpp0112915 I would like to have: "FBpp0070086","FBpp0099643","FBpp0112915" I tried with various numbers of backslashes, but noe have worked. for example: gsub(";", "\\\",\""...
2017 May 23
2
Samba 4.5.8-Debian User Profiles on NFS-Share
...an Jessie) can only use the rather old 4.1.6 Samba. The developement made big progress in the meantime, and if I would build from source I'm on 4.6.3. And now the wiki. Valid for which version? ;-) I decided to run on Strecht, which brought me to 4.5.8... So now im on average - with knowledge inbetween. ;-) > > > [profiles] > > browseable = yes > > path = /data/data/profiles-nfs > > read only = no acl_xattr:ignore system acl = yes > > >Configure the profiles share from withing windows. That could work > >imo. > > unfortunately, not worki...