Displaying 20 results from an estimated 865 matches for "passive".
Did you mean:
massive
2006 Apr 28
8
[PATCH] Xenoprof passive domain support
Hi Renato,
This patch is to add Xenoprof passive domain support in SMP environment.
Basically:
- It allocates per vcpu buffers for passive domain and maps them into
primary domain''s space.
- When primary domain gets sampled and triggers virq, its kernel module
will handle passive domain'' samples besides its owns. There is pote...
2006 Feb 19
2
changing names of vectors in list or data.frame
...te vectors into one list, there are new names
created. I'd like to change them to something more meaningful.
Here are two examples using data(zelazo) from library(ISwR):
> library(ISwR)
> data(zelazo)
> attach(zelazo)
> zelazo
$active
[1] 9.00 9.50 9.75 10.00 13.00 9.50
$passive
[1] 11.00 10.00 10.00 11.75 10.50 15.00
$none
[1] 11.50 12.00 9.00 11.50 13.25 13.00
$ctr.8w
[1] 13.25 11.50 12.00 13.50 11.50
> walk <- stack(list("active"=active, "passive"=passive, "none"=none,
"ctr.8w"=ctr.8w))
> walk
values ind
1...
2011 Oct 07
1
ANOVA/ANCOVA Repeated Measure Mixed Model
Hello,
I am trying to test some results I have for significance. It has been
recommended that I use R and I am completely new to this.
Set-up:
Groups: two groups of 8 subjects (16 total)
Two conditions: alert and passive
Measurements: responses for three different stimuli (A, B, and C)
measured in each condition
Experiment: Testing the order of conditions
Group one: Alert A, B and C followed by Passive A, B, and C
Group two: Passive A, B, and C followed by Alert A, B, and C
Stimuli A, B and C are rand...
2004 Jul 12
4
in the makefile for wget ftp:// etc.
it''s a good idea to do this:
wget --passive-ftp
for more and more sites. Probably a good default.
ron
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts,...
2004 Dec 21
3
FTP server not on port 21 problems - I do have read the FAQ
...ds):
loadmodule ip_conntrack_ftp ports=21,99
loadmodule ip_nat_ftp ports=21,99
(of course no loadmodule i Berings module.conf)
Then I reboot.
When I connect from the outside with an FTP-klient I can login OK, but
then I get: Data socket error: Connection failed, connection timed out. This is
for passive mode. In active mode I can login and then I get: List failed. No port
specified.
The FTP-server can operate both in active and in passive mode, and for passive
I´ve configured: Fixed ip (is my outside ip) and portrange is default: 1024-65535.
As I´ve said, both active and passive mode works great...
2004 Jul 21
4
shaping passive ftp traffic
...to limit my ftp server send speed in linux.
I have an ipcop linux firewall/router with 2 nics. 1 nic (eth1) is
connected to a 3mbit/384Kbit cable connection and the other (eth0) a
switch. Behind it i have a suse linux box and a windows box.
On the suse box i run proftpd. I need to shape my passive ftp send
speed to 34KBytes because if it is maxed out at 45K it slows down all
surfing on the entire network.
I have tried running wondershaper-htb on the ipcop firewall and it
limits my upload speed, but it still seems to slow down everything else
a little bit. I notice a slow www experienc...
2008 Feb 07
1
ActiveRecord 'find_or_initialize_by' dynamic finder bug? Ignoring conditions.
...lop failing tests for
(I doubt I have the active record method_missing fu to actually patch
it).
Test Scenario:
I would like to find or initialize a new user and base the find on the
users email address, however the user found has to also match one of
two possible ''state'' values (passive || pending_singup). While trying
to implement this I discovered that the find_or_(initialize|
create)_by_* dynamic finders totally and silently ignore any
conditions passed.
Bug?
Should''nt these dynamic finders behave the same as find_by_* or
find_all_by_* dynamic finders and use the :c...
2009 Nov 06
18
xenoprof: operation 9 failed for dom0 (status: -1)
Renato,
When I tried running "opcontrol --start" (after previously running
"opcontrol --start-daemon") in dom0, I get this error message:
/usr/local/bin/opcontrol: line 1639: echo: write error: Operation not
permitted
and this message in the Xen console:
(XEN) xenoprof: operation 9 failed for dom 0 (status : -1)
It looks like opcontrol is trying to do this: echo 1 >
2009 Nov 06
18
xenoprof: operation 9 failed for dom0 (status: -1)
Renato,
When I tried running "opcontrol --start" (after previously running
"opcontrol --start-daemon") in dom0, I get this error message:
/usr/local/bin/opcontrol: line 1639: echo: write error: Operation not
permitted
and this message in the Xen console:
(XEN) xenoprof: operation 9 failed for dom 0 (status : -1)
It looks like opcontrol is trying to do this: echo 1 >
2018 Feb 06
4
geo-replication
...on I will have the geo cluster distributed)
Everything is up and running and creating files from client both
replicates and is distributed in the geo cluster.
The thing I am wondering about is:
When I run: gluster volume geo-replication status
I see both slave nodes one is active and the other is passive.
MASTER NODE MASTER VOL MASTER BRICK SLAVE USER SLAVE SLAVE NODE STATUS CRAWL STATUS LAST_SYNCED
------------------------------------------------------------------------------------------------------------------...
2005 Jul 07
2
ftp daemon problem
...w install of CentOS 4.1; our first try at the 4.x.
On previous 3.x installs we've used proftpd.
On this one we're using (trying to use is a better statement of what
we're going through) the default daemon, /usr/sbin/vsftpd.
But we don't get anywhere.
<snip>
ftp> passiv
Passive mode off.
ftp> put ~/xorg.conf.work
local: /home/jlasman/xorg.conf.work remote: /home/jlasman/xorg.conf.work
200 PORT command successful. Consider using PASV.
553 Could not create file.
</snip>
and
<snip>
ftp> pass
Passive mode on.
ftp> put ~/xorg.conf.work
local: /home/jlasm...
2005 Jan 03
1
Unable to do passive ftp after updating to 2.0.9
Hi,
I''m using the same set of firewall rules of 2.0.x
(sorry, I can''t remember the exact minor version) and
put it to work with 2.0.9. And now I can''t do passive
ftp (was working before).
I see that my NEWNOTSYN is set to Yes, and the
loc->net rule is blocking 1024:65535.
But I believe with the ip_conntrack_ftp, the passive
mode would be allowed, since it''s a RELATED
connection...
I''d post more of my configuration if it''s us...
2011 Oct 26
3
VSFTPD passive mode is not working
I have Centos 5.7 64bit; I have installed vsftpd as standalone service and using it for two years now with no problem. Suddenly; only it works with active mode. The passive mode stops working and gives time out. Firewall is disabled and SELinux is set to permissive.
I ran tcpdump and I noticed that only first three packets reached the FTP for passive mode and no more packets on other ports
# lsmod | grep conntrack
ip_conntrack_ftp?????? 41361? 1 ip_nat_ftp
ip_connt...
2013 Apr 30
0
Passive domain profiling support on Xen 4.2.1 or XCP 1.6
Hi all,
I am trying to do Xen / Kernel profiling.
So I tried passive domain profile with oprofile tool in Dom0 as below.
* Environment 1
+ i7-2600 CPU
+ XCP 1.6 Base ISO
+ CentOS 6.3 Guest (HVM,PV)
* Environment 2
+ i7-2600 CPU
+ Xen hypervisor 4.2.1
+ Konrad''s passive domain profiling patch applied Dom0 Kernel ( 2.6.32
jeremy branch & 3.2.44 ma...
2007 Jan 08
3
How can I do traffic shapping for passive ftp ?
Hello
I''ve setuped a bridge with iptables + layer + ipp2p + tc
I don''t know how to shape passive ftp ?
If I put rules on port 20, 21 or using layer 7 iptables accounting
still empty ...
When I done a tcpdump I can see that othe port than 20 or 21 are used ...
Any Ideas of how I can achieve this ?
Regards
2007 Oct 05
3
DNAT rule for vsftp --(PASSIVE FTP)
Hi all,
I want to run vsftp behind a firewall.(i.e DMZ zone) . It is runnig as
passive ftp.
the theroy behind passive ftp is ,
- FTP server's port 21 from anywhere ( Client initiates connection)
- FTP server's port 21 to ports > 1024 (Server responds to client's
control port)
- FTP server's ports > 1024 from anywhere (Client initiates data
conn...
2016 Jan 27
6
HA firewall with tinc
...tion on 2 firewalls ? using tun Interface with same ip on all 2 nodes is a problem ? tun device advertise itself on the network having an IP/MAC pairs (ARP) or the IP is only used by the system internally for routing so using the same configuration is right ? so one firewall be active, the other is passive. With this configuration I can avoid starting/stopping tinc with keepalived active passive node. Keepalived is sometimes problematic with Virtual Machine backup (snapshot stun time), transitioning from Master to Slave and vice versa at stun time, so we can avoid probability that keepalived will sta...
2018 Feb 07
2
add geo-replication "passive" node after node replacement
Hi all,
i had a replica 2 gluster 3.12 between S1 and S2 (1 brick per node)
geo-replicated to S5 where both S1 and S2 were visible in the
geo-replication status and S2 "active" while S1 "passive".
I had to replace S1 with S3, so I did an
"add-brick replica 3 S3"
and then
"remove-brick replica 2 S1".
Now I have again a replica 2 gluster between S3 and S2 but the
geo-replica only show S2 as active and no other peer involved. So it
seems S3 does not know about the...
2016 May 05
3
FirewallD and FTP passive mode
Howdy
I'm trying to run FTP server behind firewall. And i can't enable passive
mode from the Internet. There are plenty howtos but there aren't many
with my combination.
For now i have configured port forwarding and ftp server itself.
On the router:
# firewall-cmd --list-all --zone=external
external (active)
interfaces: enp3s1
sources:
services: openvpn ssh
port...
2006 Nov 21
1
NEWBIE: Help explaining use of lm()?
...brary("ISwR")
Loading required package: survival
Loading required package: splines
Attaching package: 'ISwR'
The following object(s) are masked from package:survival :
lung
> data(zelazo)
> head(zelazo)
$active
[1] 9.00 9.50 9.75 10.00 13.00 9.50
$passive
[1] 11.00 10.00 10.00 11.75 10.50 15.00
$none
[1] 11.50 12.00 9.00 11.50 13.25 13.00
$ctr.8w
[1] 13.25 11.50 12.00 13.50 11.50
> walk <- unlist(zelazo)
> walk
active1 active2 active3 active4 active5 active6 passive1 passive2
9.00 9.50 9.75 10.00 13.00 9.50...