Displaying 20 results from an estimated 200 matches similar to: "Bus Error with openssh 3.7.1p1 on 64-bit Sparc/Solaris"
2003 Sep 29
1
Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit, YASSP
I had a problem much like the one that Matthias Koeppe
experienced. I would only get the BUS error when
running in a YASSP-modified system, though. The
binary worked fine on a non-YASSP host.
I applied his change to use a long for the mask, and
it works now.
Cheers,
-Thomas
__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
2003 Oct 07
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit, YASSP
The following patch appears to fix the BUS error
received on Solaris 8. This problem manifests as an
immediate disconnect with no apparent cause
immediately after authentication with the host.
--- Darren Tucker <dtucker at zip.com.au> wrote:
> Date: Tue, 30 Sep 2003 09:35:26 +1000
> From: Darren Tucker <dtucker at zip.com.au>
> Subject: Re: Bus Error with OpenSSH 3.7.1p2 on
2003 Sep 16
2
openssh 3.7p1 bus error on sparcv9
openssh 3.7p1 sshd on Solaris 8 / sparcv9:
sshd runs fine, and starts to allow the login. However, when reading
from /etc/default/login, I get a bus error. I am able to get sshd to
work by commenting out these lines in session.c:
1015,1018c1015
< # ifdef HAVE_ETC_DEFAULT_LOGIN
< read_etc_default_login(&env, &envsize, pw->pw_uid);
< path =
2003 Oct 21
2
Fwd: Re: Bus Error with OpenSSH 3.7.1p2 on Solaris 8, SPARC 64-bit
The story of this problem, AFAIK, is that Solaris 8 YASSP and JASS and vigilant/paranoid sysadmins have been known to set a restricitve umask in /etc/default/login. OpenSSH compatibility for Solaris 8 has been spotty at times for sparcv9 targets. This time, when a sparcv9 binary tries to sscanf(3C) the numeric umask as a long octal and put it in a mode_t, SIGBUS happens.
What this looks like in
2014 Aug 14
0
Problem with enabling /etc/default(s)/login on Cygwin
Hi,
below is a patch which simply removes a Cygwin-specific piece of code
from OpenSSH. Input from a system admin educated me how useful this
option could be on Cygwin as well. However, way back when the call to
read_etc_default_login got disabled on Cygwin hardcoded in session.c,
rather than just setting --disable-etc-default-login when building the
Cygwin version of OpenSSH. So, here's
2000 Feb 27
0
[PATCH] Fix login.conf, expiration, BSD compatibility in OpenSSH
This patch revive almost all login.conf and password/account expiration
features, makes OpenSSH more FreeBSD login compatible and fix non-critical
memory leak.
Please review and commit.
--- sshd.c.old Fri Feb 25 08:23:45 2000
+++ sshd.c Sun Feb 27 02:53:33 2000
@@ -37,9 +37,8 @@
#endif /* LIBWRAP */
#ifdef __FreeBSD__
-#include <libutil.h>
-#include <syslog.h>
#define LOGIN_CAP
2008 Nov 05
1
openssh on interix
Hi openssh developers,
I'm trying to port openssh to Interix. See [1] for more on this.
For Interix sshd needs to be patched to not use setuid()/setgid(), but
an Interix specific function setuser(). See [2] why it is needed.
Unfortunately, setuser() needs the clear-text password of the user to
be fully functional (If you use password-less setuser(), then the
user doesn't have network
2004 Jan 07
1
openssh 3.7.1p2 fault on solaris 9 for sparc when built as 64-bit
I built OpenSSH as a 64-bit binary on Solaris 9, using gcc 3.3.2,
OpenSSL 0.9.7c and zlib 1.2.1. sshd starts up normally, and will begin
the login session, however, some time after it reads /etc/default/login,
it faults and kills the connection. There are no error messages logged
to syslog (with LogLevel set to DEBUG) or with the -ddd option.
Here's a truss of the failure:
8132:
2013 Sep 15
1
Executing a code until a new user input aborts it (readlines?)
Hi,
I know that with readlines you can start executing a code upon user input.
What I would like to do is to have the ability to abort a code based on a
new user input. E.g. when the user hits enter the code stops running. That
is, I would periodically check for a user input and stop the code when the
correct input was entered.
Below is an example of a function which would run an endless loop
2012 Oct 09
2
append for .Rdata?
Can i somehow append objects to an .Rdata file?
I didn't see an option for it in the save() method.
dump() won't work since i have s4 objects in there.
2003 Aug 22
14
[Bug 252] Patch for use of /etc/default/login
http://bugzilla.mindrot.org/show_bug.cgi?id=252
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #212 is|0 |1
obsolete| |
------- Additional Comments From dtucker at zip.com.au 2003-08-22 14:14 -------
2015 Mar 09
0
Running the Wine emulator on CentOS 7
Le 08/03/2015 01:53, Nux! a ?crit :
> There are some 32bit RPMs (slightly older) here:
> http://arrfab.net/attic/RPMS/7/x86_64/
I tried to install these, but I ran into some trouble. Here's what I
tried to do.
I'm using the yum-priorities plugin. The official CentOS repos are
configured with a priority of 1. Besides that, I'm using the EPEL and
Nux-dextop third party repos,
2012 Mar 08
1
Has dovecot 2.1.1 been built and tested on AIX 6.1???
I have downloaded and built dovecot 2.1.1 using gcc on AIX 6.1.
(The output of "dovecot -n" is at the bottom of this email.)
I'm trying "baby steps" to get it up, before I give it the final configuration.
(My apologies: I was pointed to RFC3501 and told to get an IMAP server,
build it, configure it, and bring it up)
What is currently occurring when I start dovecot is:
2008 Jun 17
1
interp() function output not continue
Dear List,
I'm using interp() to prepare 3d data for plotting with the contour() function.
If have x,y and z data. All are arrays. X and Y are sampled in an orderly fashion on a grid (a circular sub-area of a grid - see plot). I'm trying to use interp() to get x and y arrays and a z matrix that can be fed to contour().
This is the command:
2015 Mar 10
1
Running the Wine emulator on CentOS 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 09/03/15 17:24, Niki Kovacs wrote:
> Le 08/03/2015 01:53, Nux! a ?crit :
>> There are some 32bit RPMs (slightly older) here:
>> http://arrfab.net/attic/RPMS/7/x86_64/
>
> I tried to install these, but I ran into some trouble. Here's what
> I tried to do.
>
> I'm using the yum-priorities plugin. The official
2011 Mar 04
2
remote DoS in sftp via crafted glob expressions (CVE-2010-4755)
Hi folks.
We were made aware of a MITRE CVE assignment on OpenSSH for a remote DoS
in sftp, described as:
The (1) remote_glob function in sftp-glob.c and the (2) process_put
function in sftp.c in OpenSSH 5.8 and earlier, as used in FreeBSD 7.3
and 8.1, NetBSD 5.0.2, OpenBSD 4.7, and other products, allow remote
authenticated users to cause a denial of service (CPU and memory
consumption) via
1998 Mar 15
0
bug in su (Slackware 3.4)
If sulog file logging is enabled in /etc/login.defs (shadowing installed!)
and su has never been used, a user can set his umask to 0 and then run su.
/var/log/sulog will then be created mode 666, which means user can use su
to try lots of passwords and then, when done, do something like
cat /dev/null > /var/log/sulog
and clear out the logfile.
Same goes for sudo.
Note: everything will still be
2013 Dec 17
0
[Bug 58378] [NV86] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
https://bugs.freedesktop.org/show_bug.cgi?id=58378
--- Comment #45 from Andreas Loew <awl1 at gmx.net> ---
Hmm...
While my card definitely is not at all defective (it works the exact same way
it always has), I indeed also have some issues that make it impossible for me
to still use the "blob" even on an attic distro like RHEL6:
The most recent version of the NVidia proprietary
2000 Mar 14
2
tar distribution question
Hi,
Perhaps I've done something wrong... Today I went to www.openssh.com and
downloaded the ftp file from the Canadian site, gunzipped and extracted the tar
file and found:
- No configure script
- No INSTALL file
- A BSDish makefile that won't compile under linux
INSTALL and configure are in the CVS attic.
What am I doing wrong?
michael
2015 Mar 09
0
Running the Wine emulator on CentOS 7
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 08/03/15 01:53, Nux! wrote:
> Niki,
>
> There are some 32bit RPMs (slightly older) here:
> http://arrfab.net/attic/RPMS/7/x86_64/
>
> HTH Lucian
>
> -- Sent from the Delta quadrant using Borg technology!
>
> Nux! www.nux.ro
>
Damn, I built those packages initially to help someone from the family
(and those