search for: portable

Displaying 20 results from an estimated 8578 matches for "portable".

Did you mean: portables
2019 Jan 24
2
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
...worked just fine - no issues at all. > > > > > > In 7.7p1, when the agent test ran, the following happened (prior > > > tests worked perfectly): > > > > > > run test agent.sh ... > > > Couldn't open logfile /home/git/openssh-portable/regress/ssh.log: > > > Permission denied > > > agent fwd failed (exit code 1) > > > failed simple agent test > > > > > > > My guess is that this is due to a previous test creating ssh.log as > > root, however offhand I can't...
2019 Jan 21
4
[Regression] OpenSSH 7.7p1 no longer tests on NonStop Port
Hi All, I finally got around to trying to test the 7.7p1 release on the HPE NonStop Platform. 7.6p1 worked just fine - no issues at all. In 7.7p1, when the agent test ran, the following happened (prior tests worked perfectly): run test agent.sh ... Couldn't open logfile /home/git/openssh-portable/regress/ssh.log: Permission denied agent fwd failed (exit code 1) failed simple agent test This seems to be entirely correct, in that the log file is secured 600 by the root user (we run sudo make tests), but the agent ssh is running as my user. It is unable to open the ssh.log file and happily...
2011 Sep 22
5
Portable Wine
Hello! I need an official portable version Wine. I google it but i could not find something. Some users told me where is no a portable version of Wine but i think it possible to make it. Because yesterday I downloaded from official site of Teamviewer the portable Linux version ( http://www.teamviewer.com/en/download/index.aspx ). T...
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Tom G. Christensen wrote: > On 12/02/16 04:56, Damien Miller wrote: > > Portable OpenSSH is available via Git at > > https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at > > https://github.com/openssh/openssh-portable > > > > I'm seeing a hang in the testsuite on Solaris: > run test transfer.sh ... > transfer data: proto 1 &g...
2010 Dec 22
2
[LLVMdev] Why IR portable?
Thanks very much for all of your answer. I was confused by definition of 'portable' by my own thinking. Now I Correct that. (ILP32 is in another project, It's my typo. Thanks) So let me make a conclusion about this. LLVM IR can be a portable language, just depending on our front-end configuration or origin language limits. Did I mistake that? Thank a lot all of you....
2016 Feb 09
2
Test Failure OpenSSH 7.1 P2 on HPE NSE for integrity
...46206.4. trace: test integrity: hmac-sha1 @2905 FATAL: trace: test integrity: hmac-sha1 @2905 FATAL: FAIL: <<BREAK HIT>> ***************** failed-ssh.log ************ trace: test integrity: hmac-sha1 @2900 debug1: Executing proxy command: exec sh /home/git/openssh-portable/regress/sshd-log-wrapper.sh /home/git/openssh-portable/regress/sshd.log /home/git/openssh-portable/sshd -i -f /home/git/openssh-portable/regress/sshd_proxy | /home/git/openssh-portable/regress/modpipe -wm xor:2900:1 debug1: permanently_drop_suid: 65535 debug1: identity file /home/git/openssh-port...
2010 Dec 22
4
[LLVMdev] Why IR portable?
Dear all, I cannot find the answer of this question. We all know LLVM IR is portable, but it uses ILP32 and record the target layout within the IR. target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64 :64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64" target triple = "x86_64-linux-gnu" It seems it a...
2010 Feb 26
1
Migration error
...e self._backend.migrate(destconn.vmm, flags, newname, interface, rate) File "/usr/lib/python2.5/site-packages/libvirt.py", line 429, in migrate if ret is None:raise libvirtError('virDomainMigrate() failed', dom=self) libvirtError: operation failed: migration to 'tcp:portable.artis.int:49157' failed: migration failed /on the destination libvirt i can see in syslog : /Feb 26 11:16:25 portable libvirtd: 11:16:25.281: error : qemudDomainGetInfo:3744 : Domain not found: no domain with matching uuid '71c22b3b-4c93-80bd-8387-2b502887c2aa' Feb 26 11:16:25 port...
2006 Nov 23
2
[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)
...äki schrieb: > Chris Lattner wrote: >> Many aspects of the target compiler can leak through. > > So if one wants to use the LLVM system as a cross compiler, one > has to configure llvm-gcc as a cross compiler? Fair enough, I guess. I hope the C backend is still meant to generate portable code though. Philipp
2011 May 03
1
Revised: Portable OpenSSH security advisory: portable-keysign-rand-helper.adv
OpenSSH Security Advisory: portable-keysign-rand-helper.adv This document may be found at: http://www.openssh.com/txt/portable-keysign-rand-helper.adv 1. Vulnerability Portable OpenSSH's ssh-keysign utility may allow unauthorised local access to host keys on platforms if ssh-rand-helper is used. 2. Aff...
2004 Jun 14
4
Number Portability and VoicePulse
I have two questions regarding number portability... 1) If I port a DID over to Voicepulse, can I then move that DID elsewhere somewhere down the road. Or does voicepulse now OWN that DID? 2) Can I take a DID assigned by Voicepulse and transfer it to someone else? If not, why? -jwb
2006 Nov 23
0
[LLVMdev] Byte code portability (was Re: libstdc++ as bytecode, and compiling C++ to C)
...r wrote: > >> Many aspects of the target compiler can leak through. > > > > So if one wants to use the LLVM system as a cross compiler, one > > has to configure llvm-gcc as a cross compiler? Fair enough, I guess. > > I hope the C backend is still meant to generate portable code though. It generates C99. Its portability is no better or worse than any other backend. Again, it is the front end that decides how portable the outcome can be. If the front end uses non-portable constructs (sizeof, ifdef code, etc.) then the code produced won't be portable either. To ge...
2011 May 03
0
Revised: Portable OpenSSH security advisory: portable-keysign-rand-helper.adv
OpenSSH Security Advisory: portable-keysign-rand-helper.adv This document may be found at: http://www.openssh.com/txt/portable-keysign-rand-helper.adv 1. Vulnerability Portable OpenSSH's ssh-keysign utility may allow unauthorised local access to host keys on platforms if ssh-rand-helper is used. 2. Aff...
2016 Jun 02
2
MaxDisplays configuration option
...ive at peak usage. Beyond ~1000 active X11 forwards, sshd will fail to bind additional ports due to a hard coded range check in channels.c that limits the port range that sshd will attempt to bind. Today this is set at 1000: channels.c:152:#define MAX_DISPLAYS 1000 I have made changes to OpenSSH portable that allow this setting to be configured via an option in sshd_config named MaxDisplays. If not explicitly set, it maintains the default value of 1000. It seems to me that this setting should be configurable by the user similar to how X11DisplayOffset is configurable. I've read the code carefu...
2013 Jun 06
2
Question about writing portable packages
...code. I tried to install it both in Linux and Windows and it worked. I load the C code via the NAMESPACE file using useDynLib. Now I am revising once again whether everything is ready before submitting the package to CRAN and I have read in http://cran.r-project.org/doc/manuals/R-exts.html#Writing-portable-packages that ?It is not portable to call compiled code in R or other packages via .Internal, .C, .Fortran, .Call or .External, since such interfaces are subject to change without notice and will probably result in your code terminating the R process?. However, the R function of my package that ca...
2008 Dec 04
5
portable apps
Hi, I am just back to using WINE after several years. Linux has come a long way since then as has WINE. Because of my work I use several different computers during a week and therefore have compiled all of my windows friendly apps into portables several of which are not availible for linux. Is there currently a way to use my portables (on the thumbdrive) via wine? I would be totally MS free were it not for work. Thanks John
2015 Dec 07
2
Caching user accounts on a Linux portable
I'm setting up a new Samba-based AD domain. The domain will be used to authenticate access to both Windows and Linux desktops and portables. When a Windows portable is not able to access the AD servers (e.g. you are using a portable outside of the office) you can still happily logon using cached credentials (as long as the user logged on the pc at least once before). Is there a way to get the same behaviour on Linux? I want my linu...
2018 Apr 12
4
OpenSSH 7.7 t1 script breakage
..................................................................... ............................................................................ ................................................ 352 tests ok test_hostkeys: .................. 18 tests ok test_match: ...... 6 tests ok /home/git/openssh-portable/ssh-keygen -if /home/git/openssh-portable/regress/rsa_ssh2.prv | diff - /home/git/openssh-portable/regress/rsa_openssh.prv tr '\n' '\r' </home/git/openssh-portable/regress/rsa_ssh2.prv > /home/git/openssh-portable/regress/rsa_ssh2_cr.prv /home/git/openssh-portable/ssh-keygen -...
2004 Dec 13
3
[LLVMdev] misc. patches
Jeff Cohen wrote: > VS has a 64-bit portability mode, where it will complain when it sees > non-portable code. I haven't tried it yet on LLVM, but in my experience > it will generate a *lot* of warnings. Every time a size_t or ptrdiff_t > is assigned to an int or even a long it will complain (Microsoft defines > long as 32-bits, even in win64). On the other hand, gcc defines long as...
2011 Oct 04
4
[LLVMdev] LLVM IR is a compiler IR
On 5 October 2011 00:19, Chris Lattner <clattner at apple.com> wrote: > 1. The native client folks trying to use LLVM IR as a portable representation that abstracts arbitrary C calling conventions.  This doesn't work because the frontend has to know the C calling conventions of the target. (...) > 2. The OpenCL folks trying to turn LLVM into a portable abstraction language by introducing endianness abstractions.  This is ha...