similar to: funny routing/blancing required

Displaying 20 results from an estimated 300 matches similar to: "funny routing/blancing required"

2002 Aug 03
0
Iproute + masquerade on 2 ISP with traffic blancing...
Hi, I have a linux-box with 3 eth, 2 of us go into 2 ISP. My localnet is masquerade with this rule: Chain PREROUTING (policy ACCEPT) target prot opt source destination Chain POSTROUTING (policy ACCEPT) target prot opt source destination SNAT all -- 10.0.0.0/16 anywhere to:211.56.233.186 SNAT all --
2008 Mar 14
4
[PATCH] vmx: fix debugctl handling
I recently realized that the original way of dealing with the DebugCtl MSR on VMX failed to make use of the dedicated guest VMCS field. This is being fixed with this patch. What is puzzling me to a certain degree is that while there is a guest VMCS field for this MSR, there''s no equivalent host load field, but there''s also no indication that the MSR would be cleared during a
2003 Jul 24
4
filesystem broken / bad entry in directory #248447030
Jul 25 01:41:21 big kernel: EXT3-fs error (device device-mapper(254,16)): ext3_readdir: bad entry in directory #248447030: rec_len %% 4 != 0 - offset=0, inode=538976266, rec_len=14637, name_len=49 Jul 25 01:42:53 big kernel: EXT3-fs error (device device-mapper(254,16)): ext3_readdir: bad entry in directory #248447030: rec_len %% 4 != 0 - offset=0, inode=538976266, rec_len=14637, name_len=49
2010 Sep 14
2
[LLVMdev] svn update and make failures
Just wanted to note that this morning that I had to (for a complete, including examples, build): 1) Move llvm/cmake/modules/LLVMLibDeps.cmake.old out of way for svn update to work 2) Modfiy llvm/examples/Makefile to remove TracingBrainF in order for a subsequent make to work Don't know if the current repository changes will fix this, or if I'm doing something else wrong. A new checkout
2010 Sep 14
0
[LLVMdev] svn update and make failures
Garrison Venn wrote: > Just wanted to note that this morning that I had to (for a complete, including examples, build): > > 1) Move llvm/cmake/modules/LLVMLibDeps.cmake.old out of way for svn update to work > 2) Modfiy llvm/examples/Makefile to remove TracingBrainF in order for a subsequent make to work > > Don't know if the current repository changes will fix this, or if
2012 Jun 08
0
Wine release 1.5.6
The Wine development release 1.5.6 is now available. What's new in this release (see below for details): - Automatic installation of the Mono add-on package. - Control panel applet for joysticks. - Device bitmap rendering now done through the DIB engine. - Support for video rendering through DirectX (VMR-9). - First steps towards a D3D shader compiler. - Build fixes for DragonFly
2011 Oct 21
3
multi site with RoR
HI All,, I have just installed rails. Also I have installed spree,spree-multi- domains gems. I could run the sample spree app but on the admin of spree could not find facility to add multi domains, I have googled but could not find how to create multi domains using rails or spree. If there are any ruby gems to achieve or any other way please let me know. Below is what I wanted exactly 1) A
2003 Oct 09
0
new package: segmented
A few days ago I uploaded to CRAN a new package called segmented. The package contains functions to fit (generalized) linear models with `segmented' (or `broken-line' or `piecewise linear') relationships between the response and one or more explanatory variables according to methodology described in Muggeo VMR (2003), Estimating regression models with unknown break-points, Statistics
2003 Oct 09
0
new package: segmented
A few days ago I uploaded to CRAN a new package called segmented. The package contains functions to fit (generalized) linear models with `segmented' (or `broken-line' or `piecewise linear') relationships between the response and one or more explanatory variables according to methodology described in Muggeo VMR (2003), Estimating regression models with unknown break-points, Statistics
2005 Sep 05
6
asterisk CAPI dial-in issues
Hello configuration as follows, dial-out works: capi.conf: [hfcpci] ;;PointToPoint (55512-0) isdnmode=MSN incomingmsn=* ;msn=61 controller=1 devices=2 context=incoming extensions.conf: [incoming] exten => _XX,1,Playback(demo-abouttotry) exten => _XX,n,Dial,SIP/xlite1 exten => _XX,n,HangUp When call is placed, the following debug info is shown, after the last line, it stalls until
2005 Sep 02
2
chan_capi hfcpci mISDN linux 2.6.12 not working
Hello, These are error messages I get when I try to call a number over CAPI channel. -- Executing SetCallerID("SIP/xlite1-3b80", "0") in new stack -- Executing Dial("SIP/xlite1-3b80", "CAPI/hfcpci/b17") in new stack > data = hfcpci/b17 > capi request for interface 'hfcpci' == hfcpci: Call CAPI/hfcpci/b17-1 (pres=0x00,
2005 Sep 10
4
Fritz, mISDN, Help
A plea to all! Has anyone had any success with two or more avm fritz pci cards with either misdn, chan_misdn, or chan_capi, and any version of linux 2.6.x? I have managed to get misdn to load under 2.6.13 and detect two cards using misdn-capi and chan-capi (using capiinfo and capi info under asterisk) - but the second card/controller doesn't answer or dial calls. But if I try misdn
2008 Jan 26
1
funny characters in file names
def file_tail (file, offset) 56 f=File.new(file) f.seek(-offset,IO::SEEK_END) f.read end def get_tags file file_tail(file, 128) end using these def to get ID3 data works well till it encounters this Äîðîãàÿïðîïàæà.mp3 56 :in ''initialize'' : Invalid argument - c://///Äîðîãàÿïðîïàæà.mp3 (Errno::EINVAL) --~--~---------~--~----~------------~-------~--~----~
2002 May 06
0
A funny website
HTML attachment scrubbed and removed -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: audio/x-wav Size: 0 bytes Desc: not available Url : http://lists.samba.org/archive/rsync/attachments/20020506/98ba3087/attachment.wav -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type:
2009 Jun 17
1
Cannot install a package - with a funny error message
Hello I am trying to install the following package . I am logged in as SU of course. Below is my input and output. Any ideas? install.packages("kernlab") --- Please select a CRAN mirror for use in this session --- Loading Tcl/Tk interface ... done Error in m[, 1] : incorrect number of dimensions Best, Alon [[alternative HTML version deleted]]
2008 Jan 10
0
BUG? has_many :through makes funny queries
So I have this structure. class Gallery < ActiveRecord::Base belongs_to :owner, :polymorphic => true has_many :folders, :order => ''slug'', :dependent => :destroy class Folder < ActiveRecord::Base has_many :photos, :dependent => :destroy, :conditions => "parent_id IS NULL" belongs_to :gallery class User < ActiveRecord::Base has_one
2004 Mar 12
1
funny problem with one node
Hi, got a very funny problem with one tinc connection: I have a network with 4 different nodes - all run the same tinc version and configuration. We have 192.168.0. - 192.168.3. as networks. At three nodes, everything runs like a charm (windows, tcp, etc) At the fourth node (192.168.3.1), the following happens: I can -ping any other IP address in the super-net, -ssh any other host -telnet any
2001 Dec 13
0
Funny Behavior from SQL Cluster
Hi All, I am new to the group so to start with hi! Here is my question. We are running samba on a sun 6800, pretty standard install, we only have 3 "service" accounts using samba. We have the following problem, if a process copies a file to a samba share from a non clustered SQL server, everything is fine, username and group are owners of the file it creates. Now the same
1997 May 05
0
R-beta: R 0.49 -- "funny" bug: beta(.) gives lbeta(.); lbeta(a,b) gives a
[I send this to R-help, since the bug may affect users..] The beta(.) and ln(beta(..)) functions are not giving proper results in R-0.49. This does NOT affect usual beta-distribution calculations, since the internal beta(.) and lbeta(.) are okay. beta(1,2) [1] -0.6931472 exp(beta(1,2)) [1] 0.5 lbeta(3,4) [1] 3 ------- For R-devel'ers : Using gdb clearly shows that beta(.) really
2018 Feb 02
0
Phabricator acting funny
Hi All, During the last couple of days I have noticed that my “reviews” page in phabricator show inconsistent content. Is there perhaps a caching problem, or did database get stuck in an inconsistent state? This is very frustrating for those relying on phabricator as a task organizer. E.g. for me the revision D42404 is not in “Waiting on review” list, but it is in the state “needs review”. In