search for: inal

Displaying 8 results from an estimated 8 matches for "inal".

Did you mean: final
2006 Apr 07
3
finding common elements in a list
Suppose I have a list where I want to extract only the elements that occur in every component. For instance in the list foo I want to know that the numbers 2 and 3 occur in every component. The solution I have seems unnecessarily clunky. TIA, Andy foo <- list(x = 1:10, y=2:11, z=1:3) bar <-unlist(foo) bartab <- table(bar) as.numeric(names(bartab)[bartab==length(foo)])
2004 Aug 27
2
Samba, the GPL and SCO
For those of you following the IBM vs SCO legal case, you have probably noticed that SCO has said that the GPL is invalid. IBM appears to make the reasonable case that you can't say something is void, and then rely on it. INAL, but why is SCO allowed to distribute Samba without agreeing to the GPL? That's like buying a car, then claiming the sale agreement is bogus but you still want to keep the car. You can't have it both ways. ---- Quick clipping from the case: According to SCO, the GPL (and thus also the...
2020 Mar 22
0
license
...without limitation therights to use, copy, modify, merge, publish, distribute, sublicense, and/orsell copies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included inall copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGH...
2003 Feb 26
2
[Bug 55] ICMP translation problem with local NAT
...r c396f260 hook 0 dir REPLY, num_manips=2 icmp_reply: manip 0 dir ORIG hook 4 icmp_reply: manip 1 dir REPLY hook 0 icmp_reply: outer DST -> 192.168.131.124 As it seems the inner manip is not called, as it is registered to hook 4 (POST_ROUTING, ORIG) As POST_ROUTING will never be called in ORIG-inal direction for this packet, the inner packet is never translated. I see two ways of fixing the issue: * fix icmp_reply_translation() to perform all of its translation at the same time (both the inner and the outer header) * register a NAT hook at LOCAL_IN, and perform translation of packets re...
2015 Oct 12
13
[Bug 2478] New: Escape sequences (starting with ~) don't work when remote shell is BusyBox ash
...tus: NEW Severity: minor Priority: P5 Component: ssh Assignee: unassigned-bugs at mindrot.org Reporter: alexinbeijing at gmail.com Created attachment 2725 --> https://bugzilla.mindrot.org/attachment.cgi?id=2725&action=edit Fix This was originally send directly to the mailing list, but I am also posting it here as requested by Damien Miller. This patch was prompted by the observation that SSH escapes (using ~) don't work at all when the remote shell is BusyBox ash (used by Alpine Linux and some other minimalist and/or embedded Linux d...
2006 Mar 16
1
Feedback from VON expo!Infoon*HAandPolycomphone!!
...s, we've seen a pause of 5s when 2 of the SER boxes where down and 2 of the Asterisk boxes where down. That's not slow > >Not sure I quite follow about the whole service thing being down. :) > >But your right about it being friggin complicated to set SER up. > >-----Original Message----- >From: Gabriel Afana [mailto:asterisk@gafana.com] >Sent: Thu 3/16/2006 11:15 AM >To: Asterisk Users Mailing List - Non-Commercial Discussion >Cc: >Subject: Re: [Asterisk-Users] Feedback from VON expo! Infoon*HAandPolycomphone!! > > > > > > "Q:...
2019 Dec 01
0
Workshops of WorldCIST'20 | Deadline: December 6
2007 Apr 11
69
ZFS and Linux
...nctionality. Therefore I think that file system/disk manager with similar qualities should be written for Linux. Does Sun have plans to dual license ZFS as GPL so it can be ported to native Linux? If not, is it legal to write ZFS clone from scratch while maintaining binary compatibility with original? Jeff mentioned in his blog that Sun filled 56 patents on ZFS related technologies. Can anybody from the company provide me with more information about this? If porting ZFS to Linux kernel is not an option and I were to implement different file system with ZFS ideas in mind how can I be safe a...