Displaying 20 results from an estimated 8000 matches similar to: "[Bug 1446] New: SunOS 4.1.4: wrong terminal options set at login"
2003 Apr 08
2
OpenSSH 3.6.1p1 on NCR MP-RAS v4.3, several weird terminal problems
I compiled OpenSSH 3.6.1p1 on NCR MP-RAS v4.3 (or at least
"uname -a"'s output of 4.0.3.0 suggests v4.3, I'm not positive).
I was able to compile zlib (1.1.4) and openssl (0.9.7a) with little
trouble.
OpenSSH took hand-hacking the includes.h file as follows:
diff -cr openssh-3.6.1p1/includes.h openssh-3.6.1p1-customized/includes.h
*** openssh-3.6.1p1/includes.h Sun Oct 20
2017 Jan 16
2
^C doesnt work on ssh session
Hi ,
when i connect to sshd , the session doesnt allow me to issue ^C ^Z, it
doesnt work. Please let me know if there are any settings to control it.
telnet works fine.
my settings, version:
OpenSSH_6.6p1, OpenSSL 1.0.1h 5 Jun 2014
stty -a
speed 38400 baud; rows 24; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; swtch =
2000 Dec 07
2
sunos 4.1.4 Makefile and regex.[ch] fix
Hi,
At the office, there is an old ss5 box running sunos 4.1.4.
I have configured openssh using gcc on this machine.
In doing so, I found a few compilation and configuration problems.
1. Compilation Problem.
SunOS 4.1.4 doesn't have regex.h header nor the entry points regex.c
is supposed to offer.
Solution.
Copy regex.c and regex.h from, say, GNU awk distribution to
the openssh directory
2015 Aug 26
0
APC BACK UPS 2200 model BZ2200BI-BR (update)
Hi Charles;
I tried both of your suggestions:
1) run stty -f /dev/cuaU0 raw jusbefore running solis
2) Unplug/plug, and run solis right after.
The problem still persists.
[~]>stty -a -f /dev/cuaU0
speed 9600 baud; 0 rows; 0 columns;
lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
-echoprt -altwerase -noflsh -tostop -flusho -pendin -nokerninfo
-extproc
2013 Apr 28
8
[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...
Hi,
I'm having issues connecting Garmin GPS 18 to COM1 on 9.1, I get
nothing but silence. Identical setup works absolutely fine with Linux.
I've got PPS wire connected to DCD, but that seems to make no
difference on Linux, so I presume it shouldn't affect fbsd either.
On Linux, I get:
$ uname -a
Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC
2013 x86_64 x86_64
2002 Jul 01
0
Compiling OpenSSH 3.4p1 on SunOS 4.1.4
Note that this wasn't necessary on previous versions of
OpenSSH under SunOS 4.1.4.
Dave Foster
------------- Begin Forwarded Message -------------
Date: Mon, 1 Jul 2002 11:21:25 -0700 (PDT)
From: spl at camshaft.ucsd.edu
To: foster at dim.ucsd.edu
Subject: Re: Oh SunOS guru... (OpenSSH compile on Pitstop)
> Ok, I FINALLY GET OpenSSH to configure on Pitstop, getting around
> the
2007 Jun 04
2
APCsmart serial port problem
I have a new APC Smart-UPS SUA2200RM2U. I've had no success with the
manufacturer's PowerChute software and smart signaling, so I have
decided to try NUT. The smartups driver can't make contact through
the serial port.
Since this is rack-mounted, it comes with a 940-1524 serial cable.
As far as I can tell, this is supposed to work with smart signaling.
Here's my ups.conf:
2008 Nov 25
1
sio vs uart vs ucomm problems / differences
We are in the process of migrating one of our embedded apps to use
uart by default instead of sio in RELENG_7 in prep for the day when
sio eventually disappears. Unfortunately, the application doesnt
want to work with uart with puc backed devices, but still works with
sio. Stranger still, the app works with the uart driver when uart
attaches to the built in com port on the isa bus. However,
1998 Sep 15
0
compiling 0.62.3 for SunOS 4.1.4 and Solaris 2.6
Just a quick report on compiling R 0.62.3 for SunOS 4.1.4 and Solaris
2.6 (both with gcc 2.7.2.something), in hopes that it'll be useful to
someone.
4.1.4
- I followed Charles Berry's forward of Ross Ihaka's suggestion about
putting fake #defines for gamma and lgamma in src/include/Mathlib.h (this
works best on the second pass, after the graphics library (which also
contains
1997 Nov 05
1
Slow on SunOS 4.1.4 (Eudora mailer)
I have a problem with __extremely__ slow performance using the Eudora mailtool. Both the executables and the mailbox are on (different) Samba servers.
I have played with all the combinations of placements for executables and mailbox, and what it amounts to is that the slowness happens with the mailbox on a SunOS 4.1.4 Samba server. It doesn't happen on a Solaris based Samba server.
As an
2003 Oct 08
2
[Bug 735] ssh-keygen, SunOS 4.1.4, Undefined symbol _strtoul
http://bugzilla.mindrot.org/show_bug.cgi?id=735
Summary: ssh-keygen, SunOS 4.1.4, Undefined symbol _strtoul
Product: Portable OpenSSH
Version: -current
Platform: Sparc
OS/Version: SunOS
Status: NEW
Severity: major
Priority: P2
Component: ssh-keygen
AssignedTo: openssh-bugs at mindrot.org
2000 Feb 14
0
[openssh-1.2.2] some porting notes for SunOS 4.1.4
Hi.
Here are the relevant details about the setup:
SunOS 4.1.4
gcc 2.7.2.2
tcp wrappers 7.5
egd 0.6 (doesn't really come into play at compile time)
The following only pertains to the compilation (and linking) stage.
Code and patches are SunOS specific.
-- The following functions are missing in SunOS: strerror, atexit,
memmove. I wrote simple replacements in term of on_exit and bcopy
2000 Jul 14
1
Patch to make openssh-2.1.1p3 compile on SunOS 4.1.4
Hi,
For the last few weeks I've been struggling to get openSSL/openSSH compiled
and running under SunOS.
Specfically, openssh-2.1.1p3:
SSH Version OpenSSH_2.1.1, protocol versions 1.5/2.0.
Compiled with SSL (0x00905820).
on SunOS 4.1.4.
Happily I can say there is only one small change so I'm not going to even
try to generate all the associated noise you'd expect.
The function
1999 Feb 05
0
[Fwd] Problems installing R on SunOS 4.1.4
[forwarded to R-devel, where this really belongs]
>>>>> "Samira" == Samira M Ismail <samira@ime.unicamp.br> writes:
(to me in a private mail)
Samira> We have been trying to install R.0.63 for Unix (SunOS 4.1.4 -
Samira> SPARC 20) and we detected the following problem which makes
Samira> impossible to run R. We have got the following message:
2015 Nov 23
2
Cannot access Patriot Pro II from new system
Hi list,
on my previous (lenny or squeeze) machine, I had it up and running, but
that machine and configs are gone - and on my new jessie machine (see
device and config details below) I cannot start the driver:
# /lib/nut/bestups -DDDDD -a Patriot_Pro_II_750
0.000000 debug level is '5'
0.000806 send_to_all: SETINFO device.type "ups"
0.000842 send_to_all:
2017 Feb 12
1
Pressing either Ctrl-\ of Ctrl-4 core dumps R
Thanks for these explanations - it all makes sense, that is, the
default behavior for a process that does not capture SIGQUIT is to
quit and perform a core dump
(https://en.wikipedia.org/wiki/Unix_signal#SIGQUIT).
Then the remaining question, as Luke says, is: should R handle this
signal? For instance, in interactive mode, SIGQUIT could maybe bring
up:
Possible actions:
1: abort (with core
2002 Jun 27
1
OpenSSH 3.3p1 on SunOS 4.1.4
Hi,
I just installed OpenSSH 3.3p1 on a SunOS 4.1.4 system (actually a
3-year old Auspex file server) as a replacement for an older, probably
vulnerable ssh version.
I used gcc, openssl 0.9.6d, zlib 1.1.4 and the configure incantation
./configure --with-tcp-wrappers --with-privsep-user=privsep
(the latter option obviously being the default value).
There were two problems: (a) memmove seems
2006 Jun 29
1
SunOS 4.1.4 "configure: WARNING" for sys/audit.h and sys/dir.h
Openssh: openssh-SNAP-20060626 and openssh-4.3p2
System: SunOS 4.1.4
Compiler: gcc 2.8.1
CONFIGURE PROBLEM:
The warnings included below occur because of missing include files for each
compilation test.
Specifically:
sys/audit.h needs sys/types.h and sys/label.h
sys/dir.h needs sys/types.h
PARTIAL FIX:
Most of the machinery for the sys/types.h dependency is already
2007 Sep 15
0
SunOS 4.1.4 in qemu-system-sparc?
---- Dennis Clarke <dclarke at blastwave.org> wrote:
>
> > Another thing that might be fun would be NextStep on Sparc in qemu...
>
> Oh God.
>
> I actually have a copy of NeXT here in an unopened box. I was not too sure
> what to do with it.
>
> I tried out Sparc emulation a long time ago and it barely worked. I was
> able to load in Red Hat Linux
1999 Feb 24
2
Compiling R on Sunos
I'm looking for some help in getting R to compile on Sunos. We run a
collection of Sunos and Solaris machines in the department here. I got
to compile on Solaris 2.5.1 using gcc 2.7.2.2. On my Sunos 4.1.3 (and
I've tried it on Sunos 4.1.4 as well) machines, it crashes during the
compile. I'm using gcc 2.8.1 on there. It gets to this point:
gcc -g -O2 -I../include