search for: compatibl

Displaying 20 results from an estimated 95 matches for "compatibl".

Did you mean: compatible
2001 Oct 15
2
OpenSSH Compatiblity Problems.
Not sure which list this should go to, so I'll include both. When I SSH from a 2.9.9p2 client to a OpenSSH 2.1.1 server, it often hangs at this point. It will hang there for days on end. If I open up 9 xterms and run that command, 2-3 will login. I have no problems using ssh1 (commercial). And openssh has no problems logging into newer servers > 2.1.1. Anyone know why this might be?
2012 Dec 21
4
zfs receive options (was S11 vs illumos zfs compatiblity)
> From: zfs-discuss-bounces at opensolaris.org [mailto:zfs-discuss- > bounces at opensolaris.org] On Behalf Of bob netherton > > You can, with recv, override any property in the sending stream that can > be > set from the command line (ie, a writable). > > # zfs send repo/support at cpu-0412 | zfs recv -o version=4 repo/test > cannot receive: cannot override received
2002 Sep 25
3
WinXP-SP1 breaks profiles...
Just thought you'd like to know that SP1 for Windows XP breaks romaing profiles up to and including 2.2.5. This has been confirmed by MIT at the following link: http://web.mit.edu/swrt/winxp/ See the section "Software Compatiblity Test Matix/Testing SP1" We have found this to be the case as well.... I'm cross-posting this to samba-technical as well....we will work on some traces for you guys.... Some (maybe) helpful messages when logging on are: "The data area passed to a system call is too small"...
2006 Jan 29
2
R 2.1.1 installation fails under Suse 10.0 (PR#8533)
...Name: Sigbert Klinke Version: 2.1.1 OS: Suse Linux 10.0 (Full DVD) Submission from: (NULL) (141.20.100.252) Suse 10.0 installs only a Fortran 95 compiler with g77 compability mode. Using this leads in "configure" to an abortion with problems about "FPICFLAGS". Deinstalling g77 compatiblity mode, using f2c, compiles R. But after calling R() the program shows its entrance message and then hangs up, using 100% of the processor capacity. What finally works on my computer was setting a softlink from /usr/bin/g77 to gfortran such that the fortran 95 compiler was used directly during th...
1998 Jan 27
0
HPUX compilations and Samba 1.9.18p2
...line 1598: int (*forall)(void (*)(share_mode_entry *, char *)); to this pre ANSI style definition: int (*forall)(void (*)()); and it will compile perfectly. Well, you get few warnings but who cares: ... Compiling ipc.c cc: "ipc.c", line 1570: warning 604: Pointers are not assignment-compatible. cc: "ipc.c", line 1570: warning 563: Argument #2 is not the correct type. cc: "ipc.c", line 1570: warning 604: Pointers are not assignment-compatible. cc: "ipc.c", line 1570: warning 563: Argument #3 is not the correct type. ... Compiling chgpasswd.c cc: "chgpas...
2014 Apr 01
10
[Bug 10532] New: Rsync fails with older version.
https://bugzilla.samba.org/show_bug.cgi?id=10532 Summary: Rsync fails with older version. Product: rsync Version: 3.1.1 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: r.e.wolff at bitwizard.nl
2014 Jun 18
2
[LLVMdev] Clarification on the backward compatibility promises
On 18 June 2014 17:10, Sean Silva <chisophugis at gmail.com> wrote: >> >> Do others agree that this is the case or at least that this would be a >> >> reasonable balance? >> > IMO it's easier to be compatible on .ll level, no? >> >> That is not my experience with the bitcode format. The way the API is >> structured makes it really easy to support backwards compatibility. > > Could you elaborate more on this? > > My anecdotal experience is that the .ll is more stable. I rem...
2010 Feb 19
1
sample on data.frame
...on for this: sample.data.frame <- function(x,size,replace=FALSE,prob=NULL) # no auto-dispatch; sample is not a generic function { x[sample(nrow(x),size,replace,prob),] } Would it be a bad idea for this to be the standard behavior for sample? There is always, of course, the backwards-compatiblity argument. Is sample in fact used in practice to select random columns? I realize it is hard to quantify that, but perhaps there is some wisdom in the community about that. -s [[alternative HTML version deleted]]
2012 Oct 31
1
Asterisk 11 and stdexten written in AEL invoked by pbx_config
...ly way to workaround this is to fallback to Macro() and write macro-contexts in AEL with the stack limit implications of them so I'm proposing to add to asterisk.conf configuration the ability to invoke stdexten using AELSub() so stdexten can be again be written in AEL mantaining real backward compatiblity as it did the fact that you are able to fallback to Macro. ;stdexten = gosub ; How to invoke the extensions.conf stdexten. ; macro - Invoke the stdexten using a macro as ; done by legacy Asterisk versions. ; aelsub - Invoke the stdexten sutbroutine using AELSub ; when stdexte...
2011 Feb 10
3
how will CentOS handle the perftools 1.7 vs. 1.6 issue?
...ase a couple of weeks ago, I would like to ask: a) is RedHat likely to choose to backport the fix to 1.6 or will it adopt 1.7 or leave as is until 5.7 or later as it has done with BIND? b) will Centos and/or SL follow RH exactly or will their approaches differ? IOW, how far does the "binary compatiblity" policy extend? kind regards/ldv
2010 Jun 17
3
unicorn 1.0.0 - yes, this is a real project
...ponses as they''re being written to the socket, but that should be fixable transparently to us[4]. Support for the hardly used, hardly documented[2] embedded command-line switches in rackup config (.ru) files is is also broken under Rubinius. The recently-released Rack 1.2.1 introduced no compatiblity issues[3] in core Unicorn. We remain compatible with all Rack releases starting with 0.9.1 (and possibly before). [1] tested with Rubinius upstream commit cf4a5a759234faa3f7d8a92d68fa89d8c5048f72 [2] lets avoid the Dueling Banjos effect here :x [3] actually, Rack 1.2.1 is broken under 1.8.6. [...
2020 Mar 01
1
[PATCH v2 1/3] virtio-net: Introduce extended RSC feature
...fset after that to place checksum */ > + __le16 rsc_ext_num_dupacks; /* num of duplicated acks */ dupacks -> dup_acks ? Also wouldn't it be cleaner to have an rsc struct? And "num" is kind of extraneous, right? So how about we group the fields: union { /* Unnamed struct for compatiblity. */ struct { csum_start csum_offset }; struct { virtio16 start; virtio16 offset; } csum; struct { le16 packets; le16 dup_acks; } rsc; }; what do you think? > + }; > __virtio16 num_buffers; /* Number of merged rx buffers */ > }; > -- > 2.17.1
2002 Apr 24
2
RSA_verify question on OpenSSH Client w/ OpenSSL0.9.6a
...0x00000000 0x00000000 0xfeefdead 0x0199d518 0x199d500: 0x00000000 0x00000000 0x00000000 0x00000000 0x199d510: 0x00000000 0x00000000 0xfeefdead 0x0199d538 (gdb) Does anyone know issues with OpenSSL or OpenSSH above versions ? Is there any compatiblity issue ? Can someone share their knowledge ? Thank you, __________________________________________________ Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more http://games.yahoo.com/
2012 Jul 03
1
Dovecot shared library to replace libc-client
...ayer php5-imap mailsync libmail-cclient-perl asterisk-voicemail-imapstorage Let's say, hypothetically, we wanted to switch php5-imap to using Dovecot where it currently uses libc-client. I envision creating libdovecot-c-client-alike that is a set of headers and a library that is API-compatible with (at least a subset of) c-client. You can call that a "compatibility shim." Then e.g. php5-imap could be given the path to those headers and the corresponding libdovecot-c-client-alike library, and when it thinks it is linking to c-client, it could instead link to the libdovecot-...
2016 Feb 15
1
[PREVIEW] GM200/GM204 signed firmware for Nouveau
...Nouveau use the same firmware as our own driver (RM), but this will take some more work. One of the obstacles being that since RM embeds the firmware, both can safely evolve in lockstep, while in the context of Nouveau we must make sure older kernels remain supported forever and either avoid incompatible changes or manage different firmware versions. - https://github.com/Gnurou/nouveau/tree/secboot is a Nouveau branch capable of loading the signed firmware. The patches are mostly in good shape and I hope that they will be merged once we iron out the last details about the firmware format, hope...
2005 Mar 19
1
LDAP and Linux compatibility
Please excuse a wee bit of cross posting here. It seems that the questions list may not be the appropriate place for this as I've found a number of unanswered posts involving this topic. My FreeBSD workstations are setup with pam_ldap to a centralized openldap server for authentication. This works perfectly for native FreeBSD applications. What I'm running into an issue with are Linux
2020 Apr 26
6
[PATCH] Use POSIX standardized options for head(1) and tail(1)
--- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 304d96cd..47e04c02 100644 --- a/Makefile.in +++ b/Makefile.in @@ -353,7 +353,7 @@ depend-rebuild: rm -f config.h touch config.h makedepend -w1000 -Y. -f .depend *.c 2>/dev/null - (head -2 .depend; tail +3 .depend | sort) >.depend.tmp + (head -n 2 .depend; tail -n +3
2007 Jul 04
4
"driconf" to try to solve "texture size" problem with beryl+radeon+dualhead+mergefb
...laptop without external LCD/CRT, beryl is working fine, but when I boot it with the external, it recognice fine the external LCD and don't want to allow beryl run. What beryl says: === BEGIN === $ beryl --test-only ************************************************************** * Beryl system compatiblity check * ************************************************************** Detected xserver : AIGLX Checking Display :0.0 ... Checking for XComposite extension : passed (v0.3) Checking for XDamage extension :...
2018 Jun 22
0
[virtio-dev] Re: [Qemu-devel] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
...happen mostly within QEMU. User is currently required to enable it but it's pretty lightweight. OTOH vfio migration generally requires actual device-specific work, and only works when hosts are mostly identical. When they aren't it's easy to blame the user, but tools for checking host compatiblity are currently non-existent. Upper layer management will also have to learn about host and device compatibility wrt migration. At the moment they can't even figure it out wrt software versions of vhost in kernel and dpdk so I won't hold my breath for all of this happening quickly. -- M...
2017 Nov 03
0
migrating from maildir to mdbox, preserving pop3 UIDL
Hi, I'm trying to migrate from maildir to mdbox while preserving the pop3 UIDL (and the imap UID). The problem is, for maildir we use (for compatiblity with qpopper): pop3_uidl_format = %f Problem is, as soon as I convert that to mdbox, then whenever a client issues the UIDL command via a POP connection, the connection is closed and this error is displayed in the log: Error: UIDL: File name not found (pop3_uidl_format=%f not supported by s...