similar to: mips/mipsel problem

Displaying 20 results from an estimated 2000 matches similar to: "mips/mipsel problem"

2014 Jul 12
1
openssh portable and libressl portable cause recursion between arc4random and RAND_bytes
Hi, Yesterday I tried to replace the system openssl in a gentoo system with libressl. With openssh an interesting issue popped up: * RAND_bytes in libressl calls arc4random * arc4random is a compat function both in openssh and libressl * arc4random from openssh uses RAND_bytes So what's happening is a recursion. arc4random wants to use RAND_bytes and RAND_bytes wants to use arc4random. The
2001 Nov 02
7
Entropy and DSA keys
I remember a discussion to the effect that using DSA keys in sshd increases the requirement for random bits available on the system... and that this requirement (was it a 128 bit random number per connection?) presents security problems on systems that don't have a decent source of entropy? Am I misinterpreting those discussions? We are having a problem deploying sshd (no prngd) where sshd
2003 Mar 17
1
RAND_bytes return value
Hello, I have been doing some looking at openssl 0.9.7 and openssh3.5p1 and found a minor descrepancy. RAND_bytes() is called around line 69 of openbsd-compat/bsd-arc4random.c. It checks to see if the return is not zero. The RAND_bytes function can also return -1, too. All the code in openssl uses <=0 for the test rather than !. Best Regards, Steve Grubb
2001 Dec 21
6
Killing the builtin entropy code
Over the holidays, I intend to finally rid portable OpenSSH of the builtin entropy collection code. Here's what I intend to do: When init_rng is called, we'll check OpenSSL's RAND_status(). If this indicates that their PRNG is already seeded, we'll do nothing. This effectively detects platforms which have /dev/urandom (or similar) configured into OpenSSL. If OpenSSL isn't
2001 Oct 26
3
strange dir in snapshot
What is autom4te.cache/ and why is it in the snapshot?
2001 Nov 28
2
scp
Hello - I am trying to use scp (openssh_3.0), but every time I run it, I get the following error: stty: Not a typewriter When I run it with -v , it shows that authentication (pub key) succeeds, but it fails to read the file. If anybody has a clue as to what's going on here, any help will be appreciated. Thanks. Tariq tariq.lahyani at aa.com
2005 Nov 06
1
Cannot cross-compile 3.0.20b from i686 to mipsel
Hi. I'm trying to compile 3.0.20b on my i686 host to run on a mipsel host. For this, I got a cross compile toolchain from <http://linkstationwiki.org/Projects/CrossToolchains>. The toolchain is installed at /usr/local/linkstation/gcc-3.3.5-glibc-2.3.2/mipsel-hdhlan-linux I ran configure with the help of a little wrapper script: version=gcc-3.4.4-glibc-2.3.5
2012 Jan 26
2
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
Hello, In order to have llvm-3.0 into Debian Wheezy, I have to fix a last build failure under MIPS & MIPSEL. The full mipsel build log is available here: https://buildd.debian.org/status/fetch.php?pkg=llvm-3.0&arch=mipsel&ver=3.0-5&stamp=1324350511 [1] The error is the following: /build/buildd-llvm-3.0_3.0-5-mipsel-jV6EnH/llvm-3.0-3.0/build-llvm/Release/bin/llvm-tblgen -I
2006 Jan 18
1
3.0.21a cross-compiling (uClibc) for mipsel fails
I'm trying to cross-compile Samba 3.0.21a to run on mipsel (using uClibc). It fails at some point however, and I can't spot the problem: # ./configure --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu && make (...) Compiling lib/sendfile.c Compiling lib/time.c lib/time.c: In function `GetTimeOfDay': lib/time.c:66: error: too few arguments to function
2008 Apr 21
3
FIPS 140-2 OpenSSL(2007) patches
Hi, I am happy to (re)send a set of patches for compiling OpenSSH 4.7p1 with FIPS 140-2 OpenSSL. These are based on previously reported patches by Steve Marquess <marquess at ieee.org> and Ben Laurie <ben at algroup.co.uk>, for ver. OpenSSH 3.8. Note that these patches are NOT OFFICIAL, and MAY be used freely by anyone. Issues [partially] handled: SSL FIPS Self test. RC4,
2003 Apr 14
2
(OT) rfc1948 question
Hi, folks @ freebsd-security. First, I am not sure if this is apropriate topic for that list, so sorry, if it is not. Some time ago I have read rfc1948 (protection from blind TCP spoofing) and became interested in the way how it is implemented in FreeBSD. After some googling (BTW if you like Google you might be interested in this: http://register.spectator.ru/img/bart.gif ), I found this:
2009 May 05
2
samba on mipsel board
Hi, I have cross compiled samba to a mipsel board. I could access the shares from another linux machine using smbmount, and from a mac OSX machine. But, I can not modify files from an XP machine. I could successfully mount the shares, but if I open, say a text file from the XP in notepad and try to modify it, it generates an error "not enough storage is available to process this
2010 Sep 22
1
Cross compile Asterisk for mipsel-linux
Hi Anyone knows how to do cross compile asterisk 1.6.2.13 using mipsel linux.? Thanks
2007 Jul 29
1
klibc kernelheaders build failure on mips/mipsel
switching to newer linux-libc-dev linux-2.6 provided kernel headers worked fine beside on mips mipsel: In file included from usr/klibc/arch/mips/crt0.S:11: usr/include/arch/mips/machine/asm.h:8:24: error: asm/regdef.h: No such file or directory usr/include/arch/mips/machine/asm.h:9:21: error: asm/asm.h: No such file or directory i'm not sure if you want to export both headers in
2012 Jan 26
0
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
Hello Sylvestre > In order to have llvm-3.0 into Debian Wheezy, I have to fix a last build > failure under  MIPS & MIPSEL. What if you provide -O0 to the compiler? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2006 Jan 19
1
"PANIC: failed to set gid" on mipsel
I just compiled Samba 3.0.21a for Linux/mipsel/uclibc. When I want to start smbd, it fails: [2006/01/19 12:29:09, 0] lib/util_sec.c:assert_gid(113) Failed to set gid privileges to (-1,65534) now set to (0,0) uid=(0,0) [2006/01/19 12:29:09, 0] lib/util.c:smb_panic2(1554) PANIC: failed to set gid The only way to start smbd is to put this into smb.conf: guest account = root But I'm
2009 Jul 12
1
I failed to build libvorbis with ./configure --host=mipsel-linux-uclibc
Hi all, I failed to build libvorbis with ./configure --host=mipsel-linux-uclibc I got the message "no lrintf()". Could you give me help? Best Regards Kevin -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/vorbis/attachments/20090713/48611292/attachment.htm
2005 May 07
0
new tinc (1.0.4 final) openwrt mipsel package
hi there ! ive build a new tinc package for openwrt (mipsel). its based of the todays svn-checkout, which is the v1.0.4 final. you can get the package from my openwrt repository: http://openwrt.alios.org/ cu markus -- Markus Barenhoff - Spannskamp 26 - D-22527 Hamburg - Germany Phone: +49-40-39991368 Cell: +49-173-7215776 eMail: barenh_m@informatik.haw-hamburg.de pgp key:
2004 Aug 16
0
tdb database problems on mipsel-linux
Hello, I am trying to compile Samba 3.0.5 on a Playstation 2 running a BlackRhino GNU/Linux system. The Samba sources where compiled with ... -> build system type: mipsel-unknown-linux-gnu -> host system type: ditto -> target system type: ditto Every time I try to execute '/usr/local/sbin/smbd -d 5 -i' I am getting the following result:
2009 Nov 06
0
how to run then speexenc or speexdec in mipsel host
Hi. I have some trouble in my case, I build speex project with mipsel-linux-gcc .but when I copy speexenc or speexdec to my taget platform, and run, the message "./speexenc can not found" has been append. Can you help me ? Thanks Charles -------------- next part -------------- An HTML attachment was scrubbed... URL: