search for: unidirect

Displaying 20 results from an estimated 125 matches for "unidirect".

Did you mean: uidirect
2006 Jan 24
2
Tunneling lock/hangs/unidirectional
I've setup a lab to test the new tunneling options in the latest openssh. Things work well... for a while... then the tunnel goes unidirectional. openssh-SNAP-20060122.tar.gz lab1 config: # uname -a FreeBSD lab1 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri Jan 13 13:01:17 EST 2006 root@:/usr/src/sys/i386/compile/SMP i386 # cat /etc/sysctl.conf | egrep -v '(^#|^$)' net.inet.ip.fastforwarding=1 # cat ~/.ssh/config Host 169.2...
2008 Jun 12
1
unidirectional belongs_to polymorphic
...se set_table_name :locations ... end class Location::Address < Location::Base ... end class Location::Airport < Location::Base ... end class Person < ActiveRecord::Base belongs_to :location, :polymorphic => true, :class_name => "Location::Base" ... end I want a unidirectional belongs_to relationship. That is, Locations are never going to need to figure out who''s at them. Or, more specifically, the headache involved with the many-to-many and the caching and everything isn''t worth the cost. I just want to be able to store a location for a Person...
2010 Nov 11
0
Trying to establish a unidirectional Trust between windows 2003 and samba 3
Hi i am trying to establish a unidirection trust between win2k3 and samba3. I followed http://msadfaq.de/wiki/ActiveDirectory/trust_relationship_samba_ad. I want windows to trust samba so that i can access the windows shares with my samba-users. The Linux system is CentOS 5.5 with samba3.x86_64 3.5.6-43.el5 from the sernet-samba repo...
2006 May 16
4
RSYNC unidirectional connection
Hello, I have written a nice rsync-tool that synchronises 2 normal server in both ways. Means a server could be in active mode (send his datas) or in passive mode (receive the datas). The modes can be changed and so on... That's means, a connection could be established from both systems to each other. Connection in both directions: ============================== Server A <---> Server
2017 Oct 15
3
can only ssh unidirectional
Dear developer, This issue may be not related to openssh but I am not sure. So post it here for some luck. The issue is like this:(you can see more formatted description at (https://serverfault.com/questions/878504/can-only-ssh-unidirectional) I have two centos 7.2 server. One machine ip is 10.104.196.18, another machine is 10.240.197.21. I can successfully ssh from 10.104.196.18 to 10.240.197.21. But failed to ssh into 10.240.196.18 from 10.240.197.21. The ssh log is like this: OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb...
2017 May 09
2
Windows DC to Samba DC Sysvol replication
Why can't one use robocopy to do unidirectional replication from a Windows Domain Controller to a Samba Domain Controller? https://wiki.samba.org/index.php/Robocopy_based_SysVol_replication_workaround
2006 Oct 26
1
Tunnel freezing
...hine at work, which is behind a firewall/NAT but it has a ssh port in outbound direction open. The problem is that the tunnel freezes occasionally, mostly in one direction only. The freeze occurs mostly when there is traffic over the tunnel, like VoIP call or remote X session. I know that this is unidirectional freeze, because for example during a VoIP call one party stops hearing the other, but in the opposite direction the audio is still transferred. I think this makes evidence that the underlying TCP connection is alive, because otherwise it would stop in both directions (at least due to absence o...
2003 Sep 24
3
updating server with rsync????
Hi, I have 2 ftp servers with 3 identical users. I want server B to be updated of server A. Whatever changes mmade by users on server A should be made on server B say every 5 hours. Is rsync the right tool to use here? Can rsync be used such that only changed files are downloaded? Thanks a lot and bye. With warm regards, -Payal -- For GNU/Linux Success Stories and Articles visit:
2007 Mar 10
6
disconnected synchronization (mostly unidirectional)
Hi List, please consider the following scenario: (and pleast forgive if I have not googled enough but I was unsuccessful to find an app what exactly does what I want) machine A (office) is, where most file changes/downloads etc happen. and it has limited internet access (only proxy possible) Machine B (home) has low bandwidth, is NATed etc. So I would like to use an USB
2015 Sep 07
2
dsync replication errors
...that doesn't log any errors about it. > I'm not sure why that happens. While you're around, Timo :-) I've had such an issue recently with 2.2.18, using Maildir, where emails were being replicated circularly creating more and more duplicate copies. Replication should have been unidirectional in reality since changes were being made on one side only. Nothing coherent was being logged. Only "Warning: Maildir /srv/mail/domains/.../Maildir: Expunged message reappeared, giving a new UID .. " appearing on the receiving side. Is there any intelligence on the matter, or shoul...
2018 Apr 24
2
[PATCH] vhost_net: use packet weight for rx handler, too
...formance test with different queue sizes: queue size 256 512 1024 baseline 366 354 362 weight 128 715 723 670 weight 256 740 745 733 weight 512 600 460 583 weight 1024 423 427 418 A packet weight of 256 gives peek performances in under all the tested scenarios. No measurable regression in unidirectional performance tests has been detected. [1] https://developers.redhat.com/blog/2017/06/05/measuring-and-comparing-open-vswitch-performance/ Signed-off-by: Paolo Abeni <pabeni at redhat.com> --- drivers/vhost/net.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff -...
2009 Sep 15
1
Proposed tweaks
Dear rsync developers, The purpose of this note is to inquire about your collective interest in optimizing rsync for certain uses, particularly atomic, unidirectional transfers with few or single writer and many, often very many, readers. After studying the requirements and the documentation on samba.org I have reached the tentative conclusion that serious improvements can be obtained with a few small tweaks and one medium-sized internal change. Is this a...
2010 May 19
1
rrsync with --delete
Hi all, is it possible to get rrsync with the "--delete" option working? Or is the rsync server really started unidirectional in this special scenario? Regards. JS -- GRATIS f?r alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01
2009 Jul 30
1
read/write connections
Dear fellow R users, I would very much like to see an example of read/write connection (open = "r+" ) for e.g. pipe() or any other R connection. I have a standalone program which accepts input from stdin, performs some processing and returns the results on stdout. Is it possible at all to open a connection to that program, write to it (i.e. to stdin of that process) and read back the
2012 Dec 07
3
[PATCHv6] virtio-spec: virtio network device multiqueue support
Add multiqueue support to virtio network device. Add a new feature flag VIRTIO_NET_F_MQ for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols. --- Changes in v6: - rename RFS -> multiqueue to avoid confusion with RFS in linux mention automatic receive steering as Rusty suggested Changes in v5: - Address Rusty's comments. Changes are only in the text, not the ideas. - Some minor formatting changes. Changes in...
2012 Dec 07
3
[PATCHv6] virtio-spec: virtio network device multiqueue support
Add multiqueue support to virtio network device. Add a new feature flag VIRTIO_NET_F_MQ for this feature, a new configuration field max_virtqueue_pairs to detect supported number of virtqueues as well as a new command VIRTIO_NET_CTRL_MQ to program packet steering for unidirectional protocols. --- Changes in v6: - rename RFS -> multiqueue to avoid confusion with RFS in linux mention automatic receive steering as Rusty suggested Changes in v5: - Address Rusty's comments. Changes are only in the text, not the ideas. - Some minor formatting changes. Changes in...
2017 Dec 09
2
Group Policy Issues
...in the pool, we were pushing GPO using rsync from PDC at every 30 minutes. However when we added the two more domain controllers, our rsync script turned to be a pull from PDC every 30 minutes. Would this have made those policy objects inconsistent? We have set up sysvol replication using rsync unidirectional that is a push from pdc.*******.com to dc1.*******.com every 30 minutes. However on the dc2.*******.com and dc3.********.com the cronjob executes on dc2.*******.com and dc3.*********.com every 30 minutes and pulls the contents of sysvol. cron job is working properly on all servers. Surpri...
2016 Jul 11
3
Suggestion to Stop Cross Posting Discussions
...have a single well-defined home. - Some members of the wider community don’t subscribe to any of the lists because they’re too high-traffic and so miss out on things that are relevant to them Alex’s LLVM Weekly is currently the closest thing that we have to a solution to the latter one, but it’s unidirectional. It’s good as a ‘heads up, this is happening in LLVM land’, but it doesn’t give people a good way to say ‘actually, as a downstream consumer this will hurt us a lot, is there an alternative?’ David -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7...
2010 Jan 15
3
Inexpensive Flac player for separates system?
I'm after the cheapest way to decode a flac stream with following criteria; - Transport from UPnP (DNLA) NAS using either WiFi or Cat5 networking - Toslink digital out for using existing HiFi DAC. - Low power consuption (eg just few Watts - it's just a decoder anyway). There seems a real lack of Flac players that are cheap and HiFi separates integratable like current-day CD players. All
2006 Aug 06
2
Speex + Ogg package
sorry, no webchat, is a videoconference program. And I'm using UDP as you can read down on the mail. The problem is that speex packages alone work great, but to split speex/theora packages on the arrive I need to use some kind of container, and I'm trying ogg. On 8/7/06, Jean-Marc Valin <jean-marc.valin@usherbrooke.ca> wrote: > > If by webchat you mean anything interactive,