search for: 56789

Displaying 14 results from an estimated 14 matches for "56789".

2006 Aug 06
3
Yum w/o direct connect
I am hoping someone else is already doing what I need to do, and can give me some pointers. Situation: 1. I am running Centos 4.3 x86_64 on a machine at home, without broadband access. I have dialup access, but that doesn't work very well for something like "yum update", so I am still running 4.3 as issued on the CDs. 2. I have high speed access at work, and I have a USB drive to
2014 Mar 28
1
Using -Ocancel on dynamically allocated ports
Greetings, So, the typical use of -Ocancel is quite straightforward: > ssh -Oforward -R 12345:127.0.0.1:56789 user at remote > ssh -Ocancel -R 12345:127.0.0.1:56789 user at remote But this is not so good: > ssh -Oforward -R 0:127.0.0.1:56789 user at remote Allocated port 12345 for remote forward to 127.0.0.1:56789 12345 > ssh -Ocancel -R 0:127.0.0.1:56789 user at remote mux_client_forward: forwa...
2014 Apr 01
1
[Bug 2219] New: Can't use -Ocancel on forward of dynamically allocated remote port
...: ssh Assignee: unassigned-bugs at mindrot.org Reporter: quantheory at gmail.com If you are using a multiplexed connection, you can request a dynamically allocated remote port forward, but then there is no way to cancel it afterward. Example: > ssh -Oforward -R 0:127.0.0.1:56789 user at remote Allocated port 12345 for remote forward to 127.0.0.1:56789 12345 > ssh -Ocancel -R 0:127.0.0.1:56789 user at remote mux_client_forward: forwarding request failed: port not in permitted opens muxclient: master cancel forward request failed > ssh -Ocancel -R 12345:127.0.0.1:56789...
2006 Apr 14
0
[Bug 471] New: UDP stream DNAT problem
...Debian or Gentoo, kernels 2.6.14 or 2.6.15 or 2.6.16.3. Kernels are gentoo-patched, debian-patched or vanilla. eth0: 192.168.1.72/24 eth1: 10.0.1.1/24 netflow_source: 192.168.1.69/24 netflow_collector: 10.0.1.130/24 example tcpdump stream: 14:27:15.064935 IP 192.168.1.69.11111 > 192.168.1.72.56789: UDP, length: 64 14:27:15.161056 IP 192.168.1.69.11111 > 192.168.1.72.56789: UDP, length: 64 14:27:15.273498 IP 192.168.1.69.11111 > 192.168.1.72.56789: UDP, length: 64 14:27:15.370031 IP 192.168.1.69.11111 > 192.168.1.72.56789: UDP, length: 64 14:27:15.471035 IP 192.168.1.69.11111 > 19...
2006 Jan 10
1
Find last row (observation) for each combination of variables
Let's say I have a data.frame like A B C TS other columns 1 1 1 12345 1 1 1 56789 1 2 1 23456 1 2 2 23457 2 4 7 23458 2 4 7 34567 2 4 7 45678 and I want the last row for each unique combination of A/B/C, where by "last" I mean greatest TS. A B C TS other columns 1 1 1 56789 1 2 1 23456 1 2 2 23457 2 4 7 45678 I did this simply in SAS: proc sort data=DF; by A B C...
2010 Aug 11
2
Sweeping a zoo series
Given a long zoo matrix, the goal is to "sweep" out a statistic from the entire length of the sequences. longzoomatrix<-zoo(matrix(rnorm(720),ncol=6),as.yearmon(outer(1900,seq(0,length=120)/12,"+"))) cnames<-c(12345,23456,34567,45678,56789,67890) colnames(longzoomatrix)<-cnames longzoomatrix[1:24,] 12345 23456 34567 45678 56789 67890 Jan 1900 -0.17123165 1.02087086 0.79514870 -0.54519494 -0.13025459 -0.009980402 Feb 1900 1.21729926 -0.74541038 -0.08138406 -2.01180775 0.19256998 0.5519...
2016 Dec 29
2
Formulating Advanced Queries with Xapian-Omega
To Olly Betts: Thank you very much for any feedback. I apologise for this belated reply and also for the fact that the text of the previous posting appeared fragmented, due to its fixed chars/line format. With reference to: > Can, or could, one construct a query so that Omega (Xapian) can handle > this ? > > ... perhaps with some type of Regex ? > > It would seem
2009 May 27
2
AstDB wildcards
Hi All, I need to use partial matches on the CIDNAME family I have stored in AstDB. For example, an organisation might have several numbers with the same area code and the same first few digits: 1234 567890 1234 567889 1234 567824 ... I'd like to store these (e.g.) as CIDNAME/12345678* (where "*" is a wildcard) so that I can retrieve the organisation name from extensions.conf with: Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})}) Does AstDB support this (I'm using Ast...
2017 Jan 04
0
Formulating Advanced Queries with Xapian-Omega
...not sure what the "isbn:" prefix would map to. But yes, that's the sort of pattern you'd have to use. One wrinkle with this is that (assuming you use the Xapian::TermGenerator class) "-" is a word separator character at index time - i.e. you'll get terms from 1-234-56789-0 and OP_WILDCARD only matches within a term. So you need different word splitting behaviour for this to work, which currently means you'll need to do it yourself instead of using TermGenerator as that isn't currently configurable. > 1 Could you mention how one enables and can take adv...
2008 Oct 10
1
Correlation among correlation matrices cor() - Interpretation
...1<- c(.000000000008, .09, .1234, .5670008, .00110011002200, 8, 9, 12.34, 56.7, 1015245698745859) > var2<- c(11, 222, 333, 4444, 55555, 1.1, 2.2, 3.3, 4.4, .55) > var3 <-c(22.2, 66.7, 99.9, 1000008, 123123, .1, .2, .3, .4, .5) > var4<- c(.000001,.00001,.0001, .001, .1, .12345, .56789, .67890, .78901, .89012) > dat <- cbind(var1,var2,var3,var4) > dat.d <- data.frame(dat) > treatment1 <- dat.d[1:5,] > treatment2 <-dat.d[6:10,] > t1.d.cor <- cor(treatment1) > t2.d.cor <- cor(treatment2) > I <-lower.tri(t1.d.cor) > t1.t2 <- cor(cbind(...
2009 Aug 06
10
RAID[56] status
...disk and add a replacement, we want to recreate only the contents of that disk, rather than allocating a new chunk elsewhere and then rewriting _everything_. - Support for more than 2 redundant blocks per stripe (RAID[789] or RAID6[³⁴⁵] or whatever we''ll call it). - RAID[56789]0 support. - Clean up the discard support to do the right thing. -- David Woodhouse Open Source Technology Centre David.Woodhouse@intel.com Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs&q...
2007 Dec 21
0
CESA-2007:1104 Important CentOS 4 ia64 kernel - security update
CentOS Errata and Security Advisory 2007:1104 https://rhn.redhat.com/errata/RHSA-2007-1104.html The following updated files have been uploaded and are currently syncing to the mirrors: ia64: updates/ia64/RPMS/kernel-2.6.9-67.0.1.EL.ia64.rpm updates/ia64/RPMS/kernel-devel-2.6.9-67.0.1.EL.ia64.rpm updates/ia64/RPMS/kernel-doc-2.6.9-67.0.1.EL.noarch.rpm
2006 Jul 28
1
Problem with routing for multiple uplinks/providers using iproute2
hi all, we were trying to configure our system with 2 ethernet catds connected to two different providers using iproute2 so that it recieves and transmits data from both of them. We have followed the configuration as given on lartc''s howto But the most wierd part of the story is that after we restart the system (We have put the script in rc.local) the system works fine and we can ping
2004 Mar 01
2
General Security Issues
Greetings list, As a newbie to security I would like to ask any recommendation that the list might have. We are about to "install" a new box with 4.9 stable to the nice and innocent internet world. :-P The box has no services running expect apache and we telnet to it via SSH. Main function of this box will be graphing various interfaces via rrdtool. So, I would like to ask if there is