similar to: HP-UX slow login problem found?

Displaying 18 results from an estimated 18 matches similar to: "HP-UX slow login problem found?"

2009 Mar 26
1
ideas on picking stopwords
I'm looking at adding some stopwords to my indexing procedure, and was wondering if anyone had any good rules of thumb on how to pick which words to blacklist. It all seems a little... well... vague. Although I guess it kind of depends on the sort of documents you're wanting to index. My current idea is to write a little script to output the terms with the highest frequency in my
2007 Aug 28
1
flintlock fork causes hang in Apache+Python+mod_python
I am trying to use Xapian 1.0.2 with the Python SWIG bindings withn an environment consisting of Apache httpd with mod_python. (not as a CGI) Also this is Linux. Whenever the python code attempts to open a database the entire httpd process will hang indefinitely. The python bindings work outside of the apache/mod_python environment. >From the best I can tell the hang occurs in
2002 Jul 26
1
HP-UX 11 Corrupted MAC errors
Using 3.4p1 under HP-UX 11.0 I am repeatedly getting disconnected with Corrupted MAC on input. I am connecting from a RedHat Linux client (at 3.1p1). The incorrect MAC is appearing on the server packet receive side. Never get an invalid MAC on the client side. I'm currently diving into packet.c to try to find this, but the behavior is so strange and predictable I thought I'd see if
2007 Dec 18
3
Installation difficulties
Hello, I am trying to install openssl-0.9.8 for my linux emulator, Cygwin. There is a file named config in the directory. When I execute, ./config, I get the following output: Operating system: i686-whatever-cygwin Configuring for Cygwin Operating system: i686-whatever-cygwin Configuring for Cygwin Configuring for Cygwin no-camellia [default] OPENSSL_NO_CAMELLIA (skip dir) no-gmp
2002 Aug 30
1
LIBCRYPTO?
Hi all, I have a question about OpenSSH configuration. In Makefile there is defined LIBS=$(LIBCRYPTO), but the problem is that the version of OpenSSL that I'm using holds only the version LIBCRYPT. When adding LIBCRYPT to the Makefile I get: sshd.elf2flt: In function `key_regeneration_alarm': /.../ssh/sshd.c:252: undefined reference to `RSA_free' /.../ssh/sshd.c:253: undefined
2004 Apr 28
5
Corrupted MAC on input
I am experiencing similar issues as noted in this bug id: http://bugzilla.mindrot.org/show_bug.cgi?id=510 I am ssh'ing from a dchp'd address to a nat'd address (tried both hostname & ip). after a successful login, I launch an X app. Shortly thereafter I get: "Disconnecting: Corrupted MAC on input." I was not experiencing this problem w/3.7, but I cannot place full
2007 Apr 26
2
fail to build ssh
hi everybody, when trying to cross compile openssh-4.6 i got the following error : --------------------- /opt/sparc-linux/bin/sparc-linux-ld -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/opt/sparc-linux/lib -L/usr/src/SparcV8Linux/zlib-1.2.3-L/opt/sparc-linux/sparc-linux/sys-include/ -lssh -lopenbsd-compat -lresolv -lcrypto -lutil
2009 Jun 21
1
domU shutdown with cx88 crashes dom0
Hi, I've got a big problem with a cx88 DVB card. It is passed through to a CentOS 5.3 domU (dom0 is CentOS 5.3 as well), but when I shutdown the domU, this happens: cx88[0]: mpeg risc op code error cx88[0]: mpeg - dma channel status dump cx88[0]: cmds: initial risc: 0xffffffff cx88[0]: cmds: cdt base : 0xffffffff cx88[0]: cmds: cdt size : 0xffffffff cx88[0]: cmds: iq base
2007 Feb 19
10
[Bug 1272] Unable to make OpenSSH with undefined refs in readconf.o
http://bugzilla.mindrot.org/show_bug.cgi?id=1272 ------- Comment #9 from dtucker at zip.com.au 2007-02-19 23:22 ------- Another thought: do you have multiple instances of libgcc? Perhaps one in /usr/local/lib and one elsewhere? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2013 Aug 28
1
Free Mem
Hello, I am not sure if this is the correct Mailing list for the issue I have. I have a new system with 18GB of Physical memory on the system. I loaded CentOS 6.4. But when I boot into Dom0, I only see (xm info) 2GB of total memory? I set 1GB for Dom0, but I am not sure why the hypervisor does not see all the memory. [root at barbaro images]# xm info host :
2007 Feb 01
16
input transformations
I spent some time this week trying to add support for input transformations to the server. I tried a few different approaches. The patches I've attached are what's currently working best for me. In this approach I allow every window to have it's own root window coordinate space. A window's root window coordinate space is affected by all it's ancestors. Composite clients can
2003 Dec 02
2
Strange Behavior!
I've setup asterisk on a Dell Poweredge 1300 Server. PIII 600, 500mb Ram, SCSI HD's. It is running Fedora Core 1. I have 3 X100P cards and 6 Grandstream IP phones. Everything works but the sound quality with the FXO cards is poor. Static and choppiness. It works great between the IP phones. The only way I can get good sound quality with the FXO cards is to start * while in a terminal
2014 Apr 06
1
Pages In and Read Sectors in Guest Domain
Hello. I have been doing some performance tests with Xen and CentOS and have found some strange statistics when comparing the virtual memory (/proc/vmstat) and I/O (/proc/diskstat) statistics between the Domain 0 and guests. When I look at the "pgpgin" statistic it is exactly the same as the "read sectors" in Dom0. However, when I look at the same statistics in the guest,
2000 Dec 29
0
Cryptography patents (was: openssl lib question.)
Sunil-- Actually, you do not "see that openssl has some patent issues." You do see that OpenSSL implements many algorithms, some of which have been (at various times) been patented or encumbered in some countries. Without knowing what country you're in, none of us here can really give useful advice as to which software/algorithm patents could potentially apply. To the best of my
2000 Dec 28
3
Information leakage in sshd
Hi guys, and here's a security related bug report. I think it's has been fixed in the 2.2.x-release of openssh, but I'm not sure. I tried to reproduce the problem with my 2.2.0p1 and could find any difference in the behaviour of ssh depending on wether PermitRootLogin was set to no. Could someone please confirm that this problem is not existing anymore? > When PermitRootLogin is
2007 Jul 03
0
[ANNOUNCE] compositeproto 0.4
Aaron Plattner (1): Have NameWindowPixmap return a Match error on unrealized windows. Alan Coopersmith (2): Protocol spec nit cleanups Add *~ to .gitignore to skip emacs/patch droppings Daniel Stone (1): New autogen.sh from Thomas Fitzsimmons that works with srcdir != objdir. Deron (1): Sync'd with modular proto/Composite (Version 0.3 definitions). Eric Anholt
2000 Dec 29
0
More [A tangent on RC5] Cryptography patents (was: openssl lib question.)
I hate following up to myself, but I thought a clarification of one point (specifically WRT RC5 which was mentioned in the original question) might be worthwhile...because what I should have said originally was that "To the best of my non-legally- admissible knowledge, however, none of the algorithms in the current *OpenSSH* implementation are currently encumbered by patents that would
2001 Aug 22
1
[Fwd: [Fwd: openssh 2.9p2 hang problem]]
Markus Friedl wrote: > > ?'m not sure where the 'bug' is and whether this is 'really' a bug. > > try to talk to the openssh-unix-dev list, i'm too busy right now :( > > -m > > On Thu, Aug 16, 2001 at 03:51:19PM +0100, Mark Reardon wrote: > > Hello Markus, > > > > I recently posted you with a mention of the 2.9p2 possible problem