Displaying 20 results from an estimated 104 matches for "pom".
Did you mean:
com
2013 Oct 10
2
pom for 0.5.1
H,
I am using libvirt from maven using a nexus proxy pointing to http://www.libvirt.org/maven2/
It downloads the jar fine but is expecting libvirt-0.5.1.pom (and ...sha1). In the proxy only the jar appears. When I download and rename the pom to my local .m2 cache my build works fine. Is this a bug in the distribution of libvirt in its maven repo or is my dependency wrong somehow?
Kind regards,
Daan Hoogland
2005 Jul 14
2
Coxph with factors
Hello,
I am fitting a coxph model with factors. I am running into problems when
using 'survfit'. I am unsure how R is treating the factors when I fit, say:
> DATA<-data.frame(time.sec,done,f.pom=factor(f.pom),po,vo)
> final<-coxph(Surv(time.sec,done)~f.pom*vo+po,data=DATA)
> final.surv<-survfit((final), individual=T,conf.type="log-log")
> print(final.surv)
Also, when I trying using survfit with presepecified values for the
covariates and fac...
2015 Mar 18
2
Need help for write rpm spec
Hi
I am try to write rpm spec for install tomcat on a linux machine.But while
build the rpm i found following error
+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id
/home/rpmbuild/BUILD/Install_tomcat-1.0
extracting debug info from
/home/rpmbuild/BUILDROOT/Install_tomcat-1.0-1.el6.x86_64/usr/local/jdk1.7.0_13/lib/visualvm/profiler/lib/deployed/jdk16/linux-amd64/libprofilerinterface.so
***
2001 Apr 06
0
Subscript out of bounds- (my) problem with expansion of expression?
...2 11 0 36 109
My question is: Why the upper call of chisq.test works,
but application of function (described below) generating the "-c(3,4,6)"
string automatically from the table does not?
A function generating logical vector indicating non-zero values in a vector
"vec1"
pom1 <- function(vec1)
{
po1 <-(vec1)>0
po1
}
>pom1(mytable[1, ,1])
1 2 3 4 5 6 7 8
TRUE TRUE NA NA TRUE NA TRUE TRUE
A function "generator" with argument of logical vector "vec" indicating
non-presence of zeros is defined, which returns...
2013 Oct 10
0
Re: pom for 0.5.1
On Thu, Oct 10, 2013 at 9:10 AM, Daan Hoogland
<DHoogland@schubergphilis.com> wrote:
> H,
>
>
>
> I am using libvirt from maven using a nexus proxy pointing to
> http://www.libvirt.org/maven2/
>
> It downloads the jar fine but is expecting libvirt-0.5.1.pom (and …sha1). In
> the proxy only the jar appears. When I download and rename the pom to my
> local .m2 cache my build works fine. Is this a bug in the distribution of
> libvirt in its maven repo or is my dependency wrong somehow?
>
>
>
> Kind regards,
>
> Daan Hoogland
F...
2004 Apr 26
1
patching kernel and iptables for IMQ
...4.22 and iptables 1.2.9
First, i patch linux kernel with Norbet Buckmuller''s .diff
#cd \usr\src\linux
#patch -p1 < imq-combo-debian-2.4.22.diff
All correct
Second, i -try to- patch iptables (following www.linuximq.net/faq.html)
#cd /usr/src/linux/net/ipv4/netfilter
I edit IMQ.pom-ng.patch and replace $KERNEL_DIR with /usr/src/linux
#patch -p1 < IMQ.pom-ng.patch
#cd /usr/src/linux/net/ipv4/netfilter/extensions
#chmod +x .IMQ-test*.
#cd /usr/src/linux
#make dep & make modules
...
plonk! :-(
any idea?
______________________________________________...
2010 Nov 29
15
Playonlinux and Office 2007
I'm trying to install MS office 2007 standard trial using Playonlinux on Wine 1.3.8.
I need to install stuff like MSXML, .net 2 etc... but when I start installing them, a dialog pops up saying 'choose a prefix to patch'... and the list below is empty.
If I forward the dialog just closes.
2006 Dec 11
21
iptables 1.3.7, kernel 2.6.19, ROUTE and Layer7 issues
Hi, I''m having problems with this configuration:
iptables 1.3.7 (vanilla or repackaged for fc5)
kernel 2.6.19 (vanilla)
ROUTE 1.11 (last pom-ng)
layer7-filter 2.6 (last in sf.net)
connlimit (last pom-ng)
When I try to use -j ROUTE in any chain in mangle table I have this error:
[root@myhost ~]# iptables -v -t mangle -A POSTROUTING -p tcp --dport msnp
-j ROUTE --gw $chat_gw
ROUTE tcp opt -- in * out * 0.0.0.0/0 -> 0.0.0.0/0...
2006 Sep 02
3
Traffic shaper based on UIDs
...way to shape traffic in linux is CBQ.
But there is no filter based on unix user id (the reason is clear for
everybody -- ip packet doesn''t contain this information).
I''ve found the very interesting netfilter patches at the patch-o-matic:
http://www.netfilter.org/patch-o-matic/pom-extra.html#pom-extra-owner-socketlookup
http://www.netfilter.org/patch-o-matic/pom-extra.html#pom-extra-owner-supgids
http://www.netfilter.org/patch-o-matic/pom-extra.html#pom-extra-ip_queue_vwmark
Am I on the right way? How can I combine the power of netfilter and
traffic control systems to sol...
2006 Nov 21
5
Re: iptables rule not matching after stream begins
Trying again, after re-subscribing:
On 11/20/06, Bob Beers <bob.beers@gmail.com> wrote:
> Hello,
>
> I want to dynamically create DNAT rules for
> RTP streams (port-mapping for a SIP proxy).
>
> If my proxy adds the rule before the first packet
> of the RTP stream hits the port, all is well. But, if
> the stream begins arriving before my rule is in
> place,
2004 Dec 16
6
[OT] New (old) Firewall at shorewall.net
I''ve rebuilt my old P-II/233 with Debian Sarge and it is now serving as
my main firewall. It is running a home-built 2.6.9 kernel with the
ipsec-netfilter and policy match patches.
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
PGP Public Key \
2004 Apr 22
1
IMQ compile procedure ??
...nel 2.4.26 Directory (/usr/src/linux)
# cd /usr/src/linux
# wget http://www.linuximq.net/patchs/linux-2.4.24-imq.diff
# patch -p1 < linux-2.4.24-imq.diff
- In Patch O Matic Directory (/usr/local/src/Patch-o-Matic)
# cd /usr/local/src/Patch-o-Matic
# wget http://www.linuximq.net/patchs/pom-20030625.diff
# patch -p1 < pom-20030625.diff
- In IP Tables 1.2.9 Directory
*******************************************************
HERE (I DON''T KNOW WHY), I NEED TO CHANGE DIRECTORY NAME:
*******************************************************
# mv /usr/local/src/iptables-1....
2004 Oct 01
4
Re: Error: Your kernel and/or iptables does not not support policy match: ipsec
...> but I still have a problem:
>
> Validating hosts file...
> Error: Your kernel and/or iptables does not not support policy
match: ipsec
>
> I had a look for netfilter patch-o-matic, but I did not find the
policy match
> support there.
http://www.netfilter.org/patch-o-matic/pom-extra.html#pom-extra-policy
>
> I have enabled CONFIG_IP_NF_MATCH_AH_ESP in kernel config as a module
(M), but
> it seems that this isn''t it.
Completely unrelated.
>
> any ideas?
>
You might consider doing what I have done -- install SuSE 9.1. The
current SuSE 9.1 ker...
2006 Jul 08
2
TARPIT target in iptables
...would be valid, however when I
try to use it, I get the following reponse:
# iptables -A INPUT -p tcp -m tcp --dport 80 -j TARPIT
iptables: No chain/target/match by that name
I am following the example located at the Netfilter website for rule
creation:
http://www.netfilter.org/patch-o-matic/pom-extra.html#pom-extra-TARPIT
I have *NOT* rebuilt my kernel, or any tools because on the surface, as it
does not appear necessary.
Any help would be greatly appreciated.
Thanks,
Barry
2005 Oct 22
4
Differentiating between http downloads and interactive traffic
Hi,
I''ve been wondering if anyone has thought of a way to differentiate
between an established http download and interactive http traffic? I
would like to give interactive http traffic priority over someone
downloading large files.
Has anyone any ideas how to detect packets that are part of a download
like this?
Thanks.
_______________________________________________
2007 Jun 11
7
shaping using source IP after NAT
Hi all
I am using a pass trhu router and I need to QoS some clients output by its
IP address. The problem is that QoS is due after NATing.
Is there some clever way of doing this besides MARKing every packet with
some IP hashing in POSTROUTING NAT table?
Regards
Ethy
2004 Sep 19
2
Time-based rules
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi!, I''d like to know how to set up shorewall to deny a user-defined
action in a time-based basis, for example, I have a group of users
using MSN, AOL, www and https, in a defined action called
action.BasicAccess now, I want this access to be enabled only on
lunch time from Monday through Friday and weekends from noon to
6pm... I know
2006 Jul 04
25
[Bug 490] ROUTE extension module unusable since 2.6.16
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=490
netfilter@linuxace.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |netfilter@linuxace.com
Status|NEW |RESOLVED
Resolution|
2004 Jul 07
1
connmark+connbytes
Hello!
Maybe someone needs connmark and connbytes working together?
See attached file compatible with pom-ng-20040621 (I called it
connmarkbytes :)).
Kind Regards,
Tomasz Chilinski
2005 Mar 23
9
multiple vpn connections out via shorewall
Hi All,
Just joined the list to try and solve a problem.
To show that I''ve read the rules I''ll start with the requested info
os linux kernel-2.4.27 with latest netfilter pom for gre and pptp conntrack
etc
iptables is 1.3.0 - downloaded and compiled with the pom stuff and the 2.4.27
kernel
shorewall version shorewall-2.2.1-2 from rpm
ip addr show
[root@squid3 root]# ip addr show
1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue
link/loopback 00:00:00:00:00:00...