Displaying 20 results from an estimated 3000 matches similar to: "AIX problem"
2004 Apr 22
1
signon problem
I am using openssh version 3.6p1 under AIX 5.1. I am trying to change the
login herald. I have changed /etc/security/login.cfg, and when logging in
via telnet, I see the new herald. When I log in through ssh, using public
key authentication, I get the default herald. I am not sure if I am
changing the correct file. If I have missed something in the documentation
I apologize, but I don't see
2003 Aug 18
1
FYI: Article on R at IBM's developerWorks Server Clinic
Hi all,
I happened to be reviewing a Linux web site that I frequent
(http://www.pclinuxonline.com/index.php) and noted today an entry for an
article on R at IBM's developerWorks Server Clinic site located at
http://www-106.ibm.com/developerworks/linux/library/l-sc16.html. I
thought that I would pass this on as an FYI.
Regards,
Marc Schwartz
2009 May 28
3
IBM ServeRAID Manager software
Hi there,
I'm in the process of installing Centos 5.2 on an IBM x236 w/
ServeRAID 7k I recently acquired to act as a samba file server. The
hardware has all passed various stress tests I could throw at it so
we're okay there.
My question is. Has anyone had any luck getting the latest IBM
ServeRAID Manager v9.0 working in CentOS? If so how?
ServeRAID Manager is based off Adaptec's
2002 Jul 10
2
[protois@ensea.fr: NVIDIA and Privilege Separation]
Does someone understand this? I do not.
Niels.
----- Forwarded message from laurent Protois <protois at ensea.fr> -----
Subject: NVIDIA and Privilege Separation
From: laurent Protois <protois at ensea.fr>
To: provos at citi.umich.edu
X-Mailer: Ximian Evolution 1.0.7-1mdk
Date: 10 Jul 2002 09:29:45 +0200
Hi Niels,
i have a little problem with openssh 3.4 and Nvidia kernel driver:
2002 Jul 26
3
AIX issues
Hello everyone,
I have been given the task of working out a number of issues with
OpenSSH for my company (Hertz).
I have been following the mailing list for several days now and I'm
beginning to compile a list of who is working on what. To make my task
faster, it would nice if the people working on the following issues
would drop me a email before I start to rewrite their code and get it
2002 Jul 27
2
OpenSSH 3.4p1 on SourceMage client ssh fails
Hi guys,
I have a OpenSSH 3.4p1 installation on a SourceMage box, and I am trying to
connect to a OpenSSH 3.3p1 installation on a RedHat 7.x box and any other
machine.
The client fails with a "Host key verification failed."
Any other client connects correctly to the RedHat box, and any other server
that I try to connect to from the SourceMage box fails with the same error
message.
2007 May 25
6
IBM Article: DB2 on Rails
I often forward IBM DeveloperWorks articles about RoR to this list.
This is a new well-written ''Intermediate'' article using DB2 with Rails:
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0705chun/
Hope this helps.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
2010 Apr 26
2
Memory CoW in XEN
Hi list,
the IBM developerWorks article (*1) about KSM (kernel samepage merging)
states that "XEN calls it Memory CoW". Now I''ve searched a bit forward and
backward but was unable to find any information about such a feature within
XEN.
Can you enlight me?
Regards,
Markus
*1:
http://www.ibm.com/developerworks/linux/library/l-kernel-shared-
memory/index.html
2016 Mar 08
2
Need Help to Fix CVE-2008-1483, CVE-2008-5161, CVE-2015-5600 and CVE-2015-6565
Hi Gert,
Thanks for your reply.
But we can't upgrade to 7.2 version also we don't have plan to upgrade in
near future. Can I fix these vulnerabilities in the current version?
Regards
Abhishek
On Tue, Mar 8, 2016 at 6:42 PM, Gert Doering <gert at greenie.muc.de> wrote:
> Hi,
>
> On Tue, Mar 08, 2016 at 06:14:01PM +0530, abhi dhiman wrote:
> > Actually I am working
2004 Jul 06
4
AIX and zlib
I noticed that AIX now comes with a version of zlib installed in /usr. (I'm
working on 5.2)
My first inclination was to simply uninstall it and use the one we compile
(and put in /usr/local).
However, IBM has made zlib part of the RPM package itself!
So, I cannot uninstall it without removing RPM....
Next, I tried passing --with-zlib=/usr/local to configure for ssh.
This seems to work, but
2017 Oct 17
2
Status of OpenSSL 1.1 support
Hi,
On Tue, Oct 17, 2017 at 05:54:52AM -0600, The Doctor wrote:
> The best solution is if (LIBRESSL) || (OPENSSL < 1010...)
>
> Else
>
> Whatever.
>
> Is that too much work?
Littering code with #ifdef is almost never a good idea.
gert
--
USENET is *not* the non-clickable part of WWW!
//www.muc.de/~gert/
Gert
2011 Jun 09
5
Vim scripting - cursor motion
I am working on my first vim script. The script is supposed to do some
find/replace on a file, then save the file with a new name and quit vim.
I will save the script in a file and then call it from a bash script
like this:
vim path-to-the-file -s path-to-my-script
Maybe I have not found the right resources. I can find/replace with
expressions that are similar to those I use manually, for
2015 Feb 17
2
matching on client public key
As I understand currently there is no way in sshd_config to match
based on the client public key so different configuration for the same
username can be applied depending on the key, right?
My case is a backup login that needs to run as a root to access all
the files and where I want to use ForceCommand to allow the login only
to execute a particular command and yet still allow normal root
2001 Jun 27
2
OpenSSH, Cygwin, eXceed, and SIGINT
All,
When logging into an HP-UX 10.2 system from a Windows NT machine
running Cygwin and openssh 2.9p2, control-c sends a sigint to the ssh client
on the NT system, thus killing the ssh process. Interestingly enough, this
behavior is only observed when using X11 forwarding. I can eliminate the
behavior by changing clientloop.c to ignore SIGINT (signal(SIGINT, SIG_IGN)
) but then I'm bak to
2016 Feb 17
2
Using 'ForceCommand' Option
I would like to implement an arbitrary script to be executed when logging
on via SSH. This is supposedly possible using the ForceCommand option to
sshd. However, as soon as I implement any script, even as simple as echoing
a string, clients can no longer connect to the server. Clients report only
that the connection was dropped by the server. The server, in debug mode,
shows:
Feb 17 16:14:01
2009 May 11
5
Access Printer port pin by dll
Hi there,
Does anyone have the experience of access/control each pins of printer port by calling 3rd party dll file? It works well on windows XP/2000 O.S. but seems have no function under wine (I installed 1.0.1)
Any reply will be high appreciation !
Thank you.
2006 Jul 14
1
Open files
Hello
I'm running a Win2K box with a dialogic voice application. The prompt files
are on an AIX 5.1 box. By using smbstatus I'm finding that the prompt files
aren't closing. The open files build up until the server hits the per
process limit, at which point everything falls apart.
I was running samba 2.07, but I just upgraded to 3.0.23rc3 and I still have
the problem.
I used
2006 Jul 26
1
Files left open
I've had this problem for awhile, but it didn't seem to make sense to pursue
it with 3.0.23 coming out. Now I'm running 3.0.23a on AIX 5.1 ML3 (although
I've seen this on 5.3 as well). So I'm back asking for more help.
I have a program running in a Win2K box using Dialogic libraries. When the
dialogic code speaks a prompt, it is given a file name and it speaks
directly
2006 Jul 31
1
Fw: Files left open
I'm still stuggling with files left open. My app is a Dialogic application
on a Win2K box. The host is running AIX 5.1 ML2 and samba 3.0.23a. Whenever
my PC app speaks a prompt stored on the AIX box, the file stays open.
smbstatus, fuser and lsof all agree the file is open.
All other apps that I've tried, Winzip, pkzip, vi, etc., behave properly.
I just can't believe this is a
2017 May 18
2
feature request: use HOME before getpwnam() in misc.c
it's really^3 annoying that no matter the value of $HOME, that tilde_expand_filename() only looks at getpwnam() and friends instead of at least trying getenv("HOME").
What is the use case?
HOME=longpath_to_config1
ssh -i ~/.ssh/key1
HOME=longpath_to_config2
ssh -i ~/.ssh/key2
but getpwnam() defeats this by always accessing what's in the passwd file. So .ssh/known_hosts is