similar to: Compilation and solving problem on mips-sony-bsd.

Displaying 20 results from an estimated 400 matches similar to: "Compilation and solving problem on mips-sony-bsd."

2000 Aug 30
1
[Need help] sshd cannot work on mips-sony-bsd
Hi, I tried openssh on my SONY NEWS-OS 4.2.1R which is 4.3BSD based system. I modified a little(*) to compile openssh and the compilation was successful. Ssh worked but sshd didn't work. I checked the output of 'sshd -d'. It says error: open /dev/tty failed - could not set controlling tty: No such device or address when connected from remote host (FreeBSD 5-current) with ssh. And
2001 May 09
1
OpenSSH 2.9p1 on 4.3BSD based system
Dear developpers, I successfully compiled OpenSSH 2.9p1 which I get via CVS with a little modification. Patch is available at http://www.rc.tutrp.tut.ac.jp/~nakaji/install/NEWS/utils/ref/openssh_cvs-news4.diff.gz But one problem remains. In config.h.in, there is a definition about strftime function /* Define if you have the `strftime' function. */ #undef HAVE_STRFTIME but this
2002 Mar 15
0
OpenSSH on mips-sony-bsd
Dear developpers, I have some problem with the latest openssh available via CVS. The target host is detected as mips-sony-bsd, SONY NEWS-OS 4.2.1R, which is an old type OS based on 4.3BSD. At first, this system has VSTATUS defined but no _POSIX_VDISABLE which both are used in openbsd-compat/readpassphrase.c. Second, some header files on this OS do not include <sys/types.h> and it causes
2001 Dec 13
0
3.0.2p1 on mips-sony-bsd
Hi, A little change of openbsd-compat/readpassphrase.c is needed for the target mips-sony-bsd, which has VSTATUS defined in termios.h but not have _POSIX_VDISABLE nor VDISABLE in termios.h. -------------- next part -------------- A non-text attachment was scrubbed... Name: openssh-3.0.2p1.diff Type: application/octet-stream Size: 597 bytes Desc: not available Url :
2005 Oct 27
3
outer-question
Dear all, This is a rather lengthy message, but I don't know what I made wrong in my real example since the simple code works. I have two variables a, b and a function f for which I would like to calculate all possible combinations of the values of a and b. If f is multiplication, I would simply do: a <- 1:5 b <- 1:5 outer(a,b) ## A bit more complicated is this: f <-
2005 Oct 27
3
outer-question
Dear all, This is a rather lengthy message, but I don't know what I made wrong in my real example since the simple code works. I have two variables a, b and a function f for which I would like to calculate all possible combinations of the values of a and b. If f is multiplication, I would simply do: a <- 1:5 b <- 1:5 outer(a,b) ## A bit more complicated is this: f <-
2005 Oct 31
1
[R] unvectorized option for outer()
> From: Thomas Lumley > > On Sun, 30 Oct 2005, Jonathan Rougier wrote: > > > I'm not sure about this. Perhaps I am a dinosaur, but my feeling is > > that if people are writing functions in R that might be subject to > > simple operations like outer products, then they ought to be writing > > vectorised functions! > > I would agree. How about an
2008 Feb 26
2
Multiple lines with a different color assigned to each line (corrected code)
Sorry, I just realized I didn't type in the correct names of the variables I am working with, this is how it should be: plot(1,1,type="n") for (i in summ$tx) { points(summ$timep[summ$tx==i],summ$mn[summ$tx==i]) lines(summ$timep[summ$tx==i],summ$mn[summ$tx==i]) } Thank you, Judith ____________________________________________________________________________________
2005 May 26
0
vid%203b3676be-52e1-11d9-a9e7-0001020eed82
Dear Security Team, Ports/japanese/samba is updated to ja-samba-2.2.12-j1.0beta1, which fixes CAN-2004-1154. Please update the portaudit database. >>>>> In <200505242242.j4OMglSA099193@repoman.freebsd.org> >>>>> Pav Lucistnik <pav@FreeBSD.org> wrote: > pav 2005-05-24 22:42:47 UTC > FreeBSD ports repository > Modified files: >
2000 Sep 28
1
[PATCH] Next cleanup part 4 or 5 by now.=)
Changes: * Removed utimes() posix hack since scp.c moved to utimes() * Fixed waitpid() to be more proper. It was driving me nuts. * Made setsid() a #define in next-posix.h * Removed WCOREDUMP() from next-posix.h since we really don't support it and now #ifdef .. #else .. #endif around the single place it was used. * Fixed typecasting issue in sshd.c with sizeof() returning "long
2001 Dec 12
1
connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused
Hi, According to http://www.openssh.com/portable.html, I tried to update my openssh_cvs tree by CVS. And got an error. $ cvs update -dP cvs [update aborted]: connect to bass.directhit.com(65.214.36.12):2401 failed: Connection refused Why? And from which cvs pserver can I get the latest openssh-portable? Thanks. -- NAKAJI Hiroyuki
2001 Jun 28
1
`_POSIX_VDISABLE' undeclared
Dear developpers, I'm using OpenSSH_2.9p1 with prngd on my Sony NEWS-OS 4.2.1R. NEWS-OS 4.x is based on 4.3BSD and lack of many POSIX and ANSI features. Today I tried to make the latest openssh_cvs and got the following error, gcc -g -O2 -Wall -O -I. -I.. -I. -I./.. -I/usr/local/ssl/include -DHAVE_CONFIG_H -c readpassphrase.c readpassphrase.c: In function `readpassphrase':
2017 May 30
2
Pseudo-instruction that overwrites its input register
On Tue, 30 May 2017, Nemanja Ivanovic wrote: > This is typically accomplished with something like PPC's `RegConstraint` and > `NoEncode`. You can see examples of it that are very similar to what you're after in > PPC's load/store with update forms (i.e. load a value and update the base register > with the effective address - these are used for pre-increment loads/stores).
2017 May 30
1
Pseudo-instruction that overwrites its input register
The reason the ones in PPCInstrInfo.td don't have the patterns to match is the reason they are more analogous to your problem. Namely, tblgen does not have a way to produce nodes with more than one result. The load-with-update instructions do exactly that - one of the inputs is also an output, but the other output is independent (and necessarily a separate register). The FMA variants have
1998 Oct 15
1
Problem to map home dir
> Sorry, but in the first mail I forgot to attach the Makefile and I > forgot also to mention that I already tried the password handling in win95 > via the registry. > > De Boe Bart wrote: > > > Hello, > > > > I need to install Samba on a HP J210 HPUX 10.20. > > I downloaded and compiled version 1.9.18p10. > > > > Following problems are
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
supsmu(periodic=TRUE) can crash R by reading before start of array. To reproduce: set.seed(1) xx <- runif(29000) yy <- rnorm(29000) span <- 0.49 i <- 1 while(i < 200){ cat(i,"\n") int <- supsmu(xx,yy,periodic=T,span=span) i <-i+1 } results in: 1 2 3 4 5 6 7 8 9 Program received signal SIGSEGV,
2004 Dec 17
0
Compiler messages when building opsnssh 3.9pl for hp_ux 11.0
All, I have encountered an issue with builds for openssh 3.9pl on the hp_ux 11.0 platform. The compiler (gcc) generates about 380 warning message and the build fails because of excessive numbers of warnings. The warnings that I am receiving are as follows: /vobs/ecm_gcc/hp-ux-b-11-00/lib/gcc-lib/hppa2.0n-hp-hpux11.00/2.95.2/inc lude/arpa/nameser.h:94: warning: `/*' within comment Now this
2016 Oct 28
0
Disk near failure
Hi Yamaban, Great expalanation. I think you know how to buy an ssd. There is no doubt about samsung ssds quality vs other. My question about neutron was to get your opinion about this product. My doubt was about differences between slc, mlc and tlc. Mlc endurance respect tlc is better and I though that the mlc of neutron gives me more endurance respect to the tlc. From a technic point of view,
2009 Apr 19
3
asterisk-1.6.0.9-x86_64: voicemail: Segmentation fault (core dumped)
Hello, Information: gcc -v: gcc version 4.3.3 (Debian 4.3.3-3) os: Debian/Testing Pulled latest release from asterisk site, compiled, installed it. I have a barebones configuration: $ ls -l asterisk extensions.conf modules.conf sip.conf users.conf voicemail.conf You can see them here: http://home.comcast.net/~jpiszcz/20090418/extensions.conf
1998 Jul 23
0
building 1.9.18 for HPUX 10.20
I have sources for samba 1.9.18p8. I'm trying to build the package on HPUX 10.20 I beleive it cann't seem to find the varargs macros. What linker options / enviroment variables do I need to turn on? I'm a little new to HPUX. Thanks for your help. HERE's my output from make....... Using CFLAGS = -O -DSYSLOG -DSMBLOGFILE="/opt/utils/samba/var/log.smb"