Displaying 20 results from an estimated 8000 matches similar to: "R CMD INSTALL doesn't always clean up (PR#7230)"
2003 Feb 18
1
R won't compile on FreeBSD 5.0 (PR#2562)
Full_Name: Eric van Gyzen
Version: 1.6.2
OS: FreeBSD 5.0-RELEASE i386
Submission from: (NULL) (152.3.22.120)
When compiling R (versions 1.6.1 and 1.6.2), I get the following messages:
dumping R code in package 'methods'
Fatal error: The X11 shared library could not be loaded.
The error was /tmp/R-1.6.2/modules/R_X11.so: Undefined symbol "R_GlobalEnv"
The compiler is GCC
2005 May 23
2
alloca() on FreeBSD (PR#7890)
Full_Name: Eric van Gyzen
Version: 2.1.0
OS: FreeBSD 5.4
Submission from: (NULL) (152.3.22.33)
R-2.1.0 fails to compile on the newest release of FreeBSD, complaining about
undefined references to __builtin_alloca. On FreeBSD, alloca() is declared in
stdlib.h, not alloca.h as the R sources expect. Therefore, HAVE_DECL_ALLOCA
does not get set, so the R sources declare alloca() after it has
2004 Feb 17
1
"Out of memory" while building R with perl 5.8.2 (PR#6596)
Full_Name: Eric van Gyzen
Version: 1.8.1
OS: FreeBSD 5.1-RELEASE
Submission from: (NULL) (152.3.22.120)
After updating perl from 5.6.1 to 5.8.2, R no longer builds.
Also note that the build continued even after the failure. Is that a bug or a
feature?
================================================================================
>>> Building/Updating help pages for package
2019 Jun 30
2
Possibly Missing Syscalls from Seccomp Filter
Hi!
I'm investigating the seccomp filter in openssh and I wanted to know
whether the following system calls should be added to the filter:
1. getgroups
-
do_authentication2->dispatch_run_fatal->sshpkt_fatal->logdie->cleanup_exit->do_cleanup->temporarily_use_uid->getgroups
2. setgroups
-
2014 Jul 03
2
SFTP fails at connection
Hello,
I have recently installed openssh6.5 on my Centos box.
And I can do ssh to my centos box. But SFTP fails at connection.
I get following messages when I try to run sshd in debug mode.
debug1: subsystem: exec() /usr/libexec/openssh/sftp-server
Starting session: subsystem 'sftp' for op from 192.168.1.101 port 53994
debug1: server_input_channel_req: channel 0 request eow at
2004 Jul 07
0
scp man page: source vs. destination
As a fairly experienced Unix user, it's obvious to me that scp copies files
from left to right -- that is, that the last [host:]file on the command line
is the destination. However, this might not be so obvious to users with
less experience. It pains me to suggest this, but perhaps the scp man page
should be edited to make this more obvious. For example, from the [Free]BSD
cp(1) man
2004 Jul 20
0
Profiling dynamically-loaded code
I'm trying to compile R with support for profiling dynamically-loaded C
code. I configured R with:
export CFLAGS="-O0 -pg -pipe"
export CXXFLAGS="-O0 -pg -pipe"
export FFLAGS="-O0 -pg -pipe"
./configure --prefix=/tmp/Rprof --with-lapack="-llapack"
--with-blas="-lblas" --with-bzlib --with-pcre
2008 Jun 12
2
FIPS mode OpenSSH suggestion
Hi OpenSSH team,
I find a url http://www.gossamer-threads.com/lists/openssh/dev/42808?do=post_view_threaded#42808, which provides unofficial patch for FIPS Capable OpenSSH. I try it and it seems working for some cases.
(BTW, I also find that aes128-ctr, aes192-ctr and aes256-ctr ciphers can't work in FIPS mode properly.
The fips mode sshd debug info is as following.
2016 Nov 21
2
Nominating a fix for the 3.9 branch
LLVM devs:
Is this the right forum for nominating a fix for the 3.9 branch? I'd like to
nominate r279930.
http://llvm.org/viewvc/llvm-project?view=revision&revision=279930
We ran into this on 3.9.0, and then confirmed that it affects 3.7.0.
Eric
2024 Oct 08
1
sshd fails when using cryptodev-linux to compute hmac
Hi All,
I'm having an issue where SSH sessions fail if I enable the cryptodev engine for HMAC. I'd like to confirm if this is a supported configuration and if there are any known bugs.
HMAC with the cryptodev engine works fine when using the openssl application directly, so I suspect that something in openssh may be the cause of the issue.
I tried this initially with sshd from openssh
2015 May 30
8
Call for testing: OpenSSH 6.9
Debian GNU/Linux 8.0 (jessie)
OpenSSL 1.0.1k
gcc (Debian 4.9.2-10) 4.9.2
"make tests" fails here:
/usr/src/INET/openssh/ssh-keygen -lf
/usr/src/INET/openssh/regress//t12.out.pub | grep test-comment-1234
>/dev/null
run test connect.sh ...
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
Makefile:192: recipe for target 't-exec' failed
2008 Oct 16
2
5.1p on RHEL 3 and password expiration
[ Sorry for the length of this; I felt it better to provide potentially
too much info, rather than not enough. I've probably missed something
that's important, though! ]
I have an odd problem with 5.1p on RHEL3 if "UsePAM yes" and
"UsePrivilegeSeparation no" is set. The code detects that the user
password is aged (according to shadow) but then fails to let me
2009 Dec 03
1
Winbind + SSH + AIX - Connection to aixserver01 closed by remote host
Hello everyone.
I was able to get an AIX box configured with winbind, and it looks like
everything is working as expected but ssh to the machine and I hope you
can help me with this.
On the AIX server I'm able to issue wbinfo -u and -g with the right
information and also I'm able to do a "su - <AD user>" without any
problem. But when doing a remote SSH I just get
2018 Apr 11
9
[Bug 2856] New: key-options.sh fails when pty /dev/ttyp1 is not owned by testing user
https://bugzilla.mindrot.org/show_bug.cgi?id=2856
Bug ID: 2856
Summary: key-options.sh fails when pty /dev/ttyp1 is not owned
by testing user
Product: Portable OpenSSH
Version: 7.6p1
Hardware: ix86
OS: NetBSD
Status: NEW
Severity: minor
Priority: P5
Component:
2004 Jul 09
3
Bug#252676: sshd failure
On Fri, Jun 04, 2004 at 01:20:54PM -0400, Joey Hess wrote:
> My colocated server was refusing both ssh and ssl telnet connections.
> It looked like this:
>
> joey:~>ssh -v kite
> OpenSSH_3.8.1p1 Debian 1:3.8.1p1-4, OpenSSL 0.9.7d 17 Mar 2004
> debug1: Reading configuration data /home/joey/.ssh/config
> debug1: Applying options for kite
> debug1: Reading configuration
2017 Jan 23
2
Open SSH public key setup not working on windows 2012
Hi,
I downloaded setupssh-7.3p1-2.exe for Windows x64.
I created private public keys and set it up accordingly.
After entering the passphrase, I see authentication succeeded message but then
the connection to the remote host gets closed immediately.
Some of the Client output:
************************
...
Enter passphrase for key '/home/user2/.ssh/id_rsa':
debug1: Authentication
2014 Aug 25
2
Call for testing: OpenSSH 6.7
On Mon, Aug 25, 2014 at 3:42 PM, Damien Miller <djm at mindrot.org> wrote:
> On Mon, 25 Aug 2014, Kevin Brott wrote:
>
> > Slightly better results this time 'round ... still having non-ec.h build
> > issues, what I think is a race condition on RHEL 3, and PIE issues (fixed
> > with --without-pie config option) on RHEL 5 64-bit systems with a
> just-built
>
2009 May 23
7
[Bug 1601] New: Memory leak caused by forwarded GSSAPI credential store
https://bugzilla.mindrot.org/show_bug.cgi?id=1601
Summary: Memory leak caused by forwarded GSSAPI credential
store
Product: Portable OpenSSH
Version: 5.2p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: unassigned-bugs at
2004 May 09
3
Openssh installation only works for user root
Hi,
I have recently compiled a copy of OpenSSH for use on Reliant Unix ( Sinix )
version 5.45. My installation works okay for user root. When I try to log on
as another user I get prompted for the user password. When I type this in
OpenSSH throws me out each time. I have been able to see any errors.
My version is OpenSSH_3.8p1, SSH protocols 1.5/2.0, OpenSSL 0.9.7d 17 Mar
2004. I am using Putty
2009 Feb 04
1
SSH PAM authentication/login with a new user DB (through NSS)
Hello,
I'm a novice system programmer and I need some knowledge about how
sshd/PAM/NSS work together. The email may be long and unclear, but I
would greatly appreciate if any one could give me some info. TIA.
I'm developing a new authentication module for Linux login service. I'm
like a novice developer in this area, so I had to study this and that. I
started with PAM naively,