Displaying 20 results from an estimated 400 matches similar to: "error with make clean in /usr/src"
2003 Jun 13
1
Strange problem with "make clean"
Hello,
I'm experiencing a weird problem doing "make clean" in "/usr/src".
It happens on a couple of FreeBSD 4.8-RELEASE machines (RELENG_4_8 to
be precise).
Cvsup, build & install phases all went fine, just "make clean" went
wrong.
I tried rm-ing the incriminated subdirectory and even rm-ing the
checkout.cvs:RELENG_4_8 file and re-cvsupping but nothing
2020 Apr 04
3
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
Hello everybody,
First a big thanks for tinc-vpn I am still using it next to wireguard
and openvpn.
I am having a setup where the tinc debian appliance is at 100% cpu load
doing about 7.5MB/s.
Compression = 9
PMTU = 1400
PMTUDiscovery = yes
Cipher = aes-128-cbc
How can I pick a cipher that is the fasted for my CPU and don't create a
CPU bottleneck at 100%.
Kind regards,
Jelle de Jong
2005 Jun 11
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH,
I am working on building an installer for a stand alone OpenSSH
4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems
Cygwin bombed the OpenSSH directory with a ton of erroneous files.
The installer is so far perfect and I am seeking advice. Which of the
following files from the following structure are totally
unnecessary? I wish to know so I can clean up the
2005 Jun 12
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH,
I am working on building an installer for a stand alone OpenSSH
4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems
Cygwin bombed the OpenSSH directory with a ton of erroneous files.
The installer is so far perfect and I am seeking advice. Which of the
following files from the following structure are totally
unnecessary? I wish to know so I can clean up the
2005 Jun 12
2
Building Stand-Alone NT Installer. Need Advice on File Structure. Thank you!
--
Hello Everyone,
I am trying to build a stand-alone installation application of
OpenSSH 4.1p1-1. The target of this project is the NT platform
(NT/00/XP/03). I've met with success and am happy so far with the
progress. I cross-checked all executables and DLL's for dependencies.
All executables and DLL's should truly stand-alone (dependent on
nothing outside the enclosed tree).
2000 Mar 07
2
rsaref usage
First, when I tried to start sshd, I got the message
Starting sshd: ssh-keygen: no RSA support in libssl and libcrypto.
See ssl(8).
sshd: no RSA support in libssl and libcrypto -- exiting. See ssl(8)
no RSA support in libssl and libcrypto -- exiting. See ssl(8)
So I thought I have to recompile openssl with rsaref flag to config.
When I did that, I got compilation error (this is version 0.9.5
2020 Apr 04
0
how to pick cipher for AES-NI enabled AMD GX-412TC SOC tincd at 100% CPU
Hello everybody,
Thank you Fufu Fang for your quick reply:
With tinc version 1.0.35 and the bellow options at 100% CPu load i get
about 10 MB/s...
PMTU = 1400
PMTUDiscovery = yes
#Cipher = none
Cipher = chacha20-poly1305
Digest = blake2b512
Tried Cipher = none as well and also got 10MB/s with 100% CPU on one
thread the other three available threads are idle.
With inc_1.1~pre17-1.1_amd64.deb
2006 Dec 01
2
ActiveRecord Sessions
I am considering using merb to process file uploads. For the most
part I''m going to keep it lean and mean. I would however like to
access my active_record_session from my Rails app. Is this built into
merb yet?
Or is it OK to just add require ''action_controller/session/
active_record_store'' to merb_init.rb and then create my own session
object
2006 Jul 09
1
conflict error installing ghostscript
while doing yum install ghostscript to a centos 4.3 x86_64
I have the following error:
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
ghostscript i386 7.07-33 base
2006 Jun 12
1
Conflict installing openssl.i386 with openssl.x86_64 on a x86_64 system
Hi Everyone,
I've got a system running CentOS 4 x86_64 and have some i386 packages
(e.g. Firefox) installed, too. I knew when I started out that this
wasn't ideal, but worked nonetheless. And, so far, it has. I'm (and my
client) are happy!
A couple of days ago I updated the server from U2 to U3 (it's not a
public system, and runs some critical software...U3 couldn't go in
2000 Apr 06
1
status of openssh-2
Hi,
My name is Stefan Mangard and I plan to implement an extension to ssh as a
final project in a cryptography class.
Since I want to use an open source of ssh, I decided to use
the openssh implementation.
I am currently working with openssh-1.2.3, but I'd also like to implement
my extension for protocol 2, I wanted to ask you how far the development
of the implementation of openssh-2 is.
2006 Apr 19
6
Shared host (Dreamhost)
I am unable to install gems on my dreamhost server since it''s just
shared hosting. I tried unpacking the ferret gem into vendor/ferret, but
to no avail.
Also how would I recompile the C extensions for the new platform?
Any ideas would be greatly appreciated.
Cheers, Simon
--
Posted via http://www.ruby-forum.com/.
2001 Nov 15
3
pdf() behavior (PR#1174)
--0__=88256B050063F04C8f9e8a93df938690918c88256B050063F04C
Content-type: text/plain; charset=us-ascii
The attached script produces "Error in plot.xy ... negative length
vectors are not allowed" when using pdf() but not when using postscript
().
platform sparc-sun-solaris2.8
arch sparc
os solaris2.8
system sparc, solaris2.8
status
major 1
minor 3.1
year 2001
month
2007 Apr 13
2
R on Solaris 10 x64
Hi R Developers,
Greg is helping me with debugging R on Solaris 10 x64. Please let us
know if you have any thoughts or tips that can help us debug this.
Thanks,
David
************
Using default transfer plist
in vector_io: permuting
About to write
*** caught segfault ***
address e8554000, cause 'memory not mapped'
Traceback:
1: .External("do_hdf5save", call,
2007 Mar 05
3
programatically stopping acts_as_ferret drb server
I need a way to kill the ferret_server drb process programatically, so I
can start/stop it as part of the capistrano deployment process.
This should be as simple as adding some sort of stop method to
ActsAsFerret::Remote::Server. I was just messing around and was able to
do it by modifying method_missing to look for the :stop method and then
calling DRb.thread.exit -- this is not good enough for
2007 Aug 22
1
x86_64 openssl conflict
Hi,
While yumming some packages, I keep getting the errors below. How to
overcome it?
Transaction Check Error:
file /usr/share/man/man1/asn1parse.1ssl.gz from install of
openssl-0.9.8b-8.3.el5 conflicts with file from package
openssl-0.9.8b-8.3.el5
file /usr/share/man/man1/nseq.1ssl.gz from install of
openssl-0.9.8b-8.3.el5 conflicts with file from package
openssl-0.9.8b-8.3.el5
file
2006 Apr 17
3
X86_64, Groupinstall KDE fails
I have an Athlon/64, 1 GB RAM, 80 GB IDE system and I'm intending to use it
for combination workstation/Dev server duties.
I've gotten a consistent failure when I try to groupinstall KDE. After
grinding through all the deps, it comes up with the below:
Install 228 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 331 M
Is this ok [y/N]: y
2006 Apr 17
3
X86_64, Groupinstall KDE fails
I have an Athlon/64, 1 GB RAM, 80 GB IDE system and I'm intending to use it
for combination workstation/Dev server duties.
I've gotten a consistent failure when I try to groupinstall KDE. After
grinding through all the deps, it comes up with the below:
Install 228 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 331 M
Is this ok [y/N]: y
2015 Sep 14
15
[Bug 2466] New: Cipher defines from opensslconf.h
https://bugzilla.mindrot.org/show_bug.cgi?id=2466
Bug ID: 2466
Summary: Cipher defines from opensslconf.h
Product: Portable OpenSSH
Version: 7.1p1
Hardware: All
OS: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Miscellaneous
Assignee: unassigned-bugs at mindrot.org
2020 Jul 16
2
Outlook vs Thunderbird
On 16/7/20 5:54 am, Benny Pedersen wrote:
>>> FWIW I meant if the client is Windows7/old-Outlook then changing
>>> either 993/SSL or 143/STARTTLS to 143/NONE could help pick up the
>>> mail.
>
> windows 7 just need tls 1.0, why its need to disabled all, is as well
> beyong me, do not disable tls 1.0 in dovecot aslong one have windows
> 7 clients
Would anyone