You can subscribe to this list here.
2001 |
Jan
|
Feb
(51) |
Mar
(85) |
Apr
(93) |
May
(55) |
Jun
(52) |
Jul
(36) |
Aug
(31) |
Sep
(62) |
Oct
(55) |
Nov
(10) |
Dec
(37) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(51) |
Feb
(86) |
Mar
(61) |
Apr
(83) |
May
(51) |
Jun
(35) |
Jul
(73) |
Aug
(70) |
Sep
(40) |
Oct
(46) |
Nov
(75) |
Dec
(26) |
2003 |
Jan
(36) |
Feb
(43) |
Mar
(27) |
Apr
(95) |
May
(43) |
Jun
(18) |
Jul
(9) |
Aug
(14) |
Sep
(27) |
Oct
(31) |
Nov
(33) |
Dec
(10) |
2004 |
Jan
(40) |
Feb
(19) |
Mar
(31) |
Apr
(8) |
May
(22) |
Jun
(45) |
Jul
(27) |
Aug
(38) |
Sep
(8) |
Oct
(26) |
Nov
(31) |
Dec
(20) |
2005 |
Jan
(9) |
Feb
(7) |
Mar
(16) |
Apr
(6) |
May
(10) |
Jun
(9) |
Jul
(1) |
Aug
(10) |
Sep
(2) |
Oct
(6) |
Nov
|
Dec
|
2006 |
Jan
(3) |
Feb
(10) |
Mar
(9) |
Apr
(11) |
May
(12) |
Jun
(15) |
Jul
(22) |
Aug
(9) |
Sep
(8) |
Oct
(13) |
Nov
(6) |
Dec
(7) |
2007 |
Jan
(8) |
Feb
(3) |
Mar
(8) |
Apr
(4) |
May
(3) |
Jun
(1) |
Jul
(16) |
Aug
(4) |
Sep
(1) |
Oct
(6) |
Nov
(3) |
Dec
(5) |
2008 |
Jan
(12) |
Feb
(9) |
Mar
(8) |
Apr
(3) |
May
(3) |
Jun
(3) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(16) |
Nov
(2) |
Dec
|
2009 |
Jan
(3) |
Feb
(1) |
Mar
(5) |
Apr
(2) |
May
(5) |
Jun
(16) |
Jul
(5) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2010 |
Jan
(2) |
Feb
(2) |
Mar
(8) |
Apr
|
May
(5) |
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
2011 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2016 |
Jan
|
Feb
(4) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2017 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <Ema...@te...> - 2005-04-22 13:46:13
|
Hello, sorry for the big delay: the config file says: X11Forwarding yes X11DisplayOffset 10 X11UseLocalhost yes So this should't be the problem. Do you have any other hints? Emanuel "weiser, olaf" <ola...@t-...> Gesendet von: aix...@li... 19.04.2005 10:55 An: Ema...@te... Kopie: aixtoolbox-list Mailing List <aix...@li...> Thema: Re: [tbox-l] Openssl and Openssh with 64bit-aix Hallo what tells the /etc/ssh/sshd_config search for X11 ? cheers Ema...@te... wrote: >Hi all, > >I have here a machine with 64bit enabled aix. (OS is aix 5.2 ML4, >openssl-0.9.7d-2, openssh.base-3.8.0.5202) >On a normal (32bit) machine everything works fine, but with 64bit enabled >I am not able to forward a X11 connection with "ssh -X" > >Does anyone else see such a problem? > >The error message I get is: > >ansysusr@ans1:~> X Error of failed request: BadAtom (invalid Atom >parameter) > Major opcode of failed request: 20 (X_GetProperty) > Atom id in failed request: 0x17 > Serial number of failed request: 3 > Current serial number in output stream: 3 > >Can anyone give me a hint about this issues? > >Thanks in advance > > Emanuel Quass > > > >------------------------------------------------------- >This SF.Net email is sponsored by: New Crystal Reports XI. >Version 11 adds new functionality designed to reduce time involved in >creating, integrating, and deploying reporting solutions. Free runtime info, >new features, or free trial, at: http://www.businessobjects.com/devxi/728 >_______________________________________________ >aixtoolbox-list mailing list >aix...@li... >https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list |
From: Joel W. <jwh...@us...> - 2005-04-20 13:36:19
|
Hi, I'm trying to use the glade_xml_signal_autoconnect() function that comes with libglade to automatically join signals listed in a glade-2 generated XML file back to their appropriate signal handling callback functions. It does this by looking up these symbols in the parent binary file's symbol table. I put together a small code example and it runs and compiles fine on Linux, but fails to match up any signals with the callback functions on AIX. I've seen online in a few places that I need to use the --export-dynamic flag, but gcc complains that this is an invalid flag during both compiling and/or linking. Some places say that extern "C" is needed, but since I'm using the gcc (C) compiler, and not g++ (C++), this should not be necessary (and the compiler wont compile it anyway). I've posted a bug at http://sourceforge.net/tracker/index.php?func=detail&aid=1186038&group_id=128955&atid=712808. It has compiler flags and sample source listed. But I know that AIX can be picky when it comes to sharing or exporting symbols. Has anyone out there gotten this to work? Maybe there is something extra that I need to do to make this work that I'm currently overlooking? Thanks, Joel Wheeler |
From: weiser, o. <ola...@t-...> - 2005-04-19 09:52:23
|
Hallo what tells the /etc/ssh/sshd_config search for X11 ? cheers Ema...@te... wrote: >Hi all, > >I have here a machine with 64bit enabled aix. (OS is aix 5.2 ML4, >openssl-0.9.7d-2, openssh.base-3.8.0.5202) >On a normal (32bit) machine everything works fine, but with 64bit enabled >I am not able to forward a X11 connection with "ssh -X" > >Does anyone else see such a problem? > >The error message I get is: > >ansysusr@ans1:~> X Error of failed request: BadAtom (invalid Atom >parameter) > Major opcode of failed request: 20 (X_GetProperty) > Atom id in failed request: 0x17 > Serial number of failed request: 3 > Current serial number in output stream: 3 > >Can anyone give me a hint about this issues? > >Thanks in advance > > Emanuel Quass > > > >------------------------------------------------------- >This SF.Net email is sponsored by: New Crystal Reports XI. >Version 11 adds new functionality designed to reduce time involved in >creating, integrating, and deploying reporting solutions. Free runtime info, >new features, or free trial, at: http://www.businessobjects.com/devxi/728 >_______________________________________________ >aixtoolbox-list mailing list >aix...@li... >https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list > > |
From: <Ema...@te...> - 2005-04-19 08:39:55
|
Hi all, I have here a machine with 64bit enabled aix. (OS is aix 5.2 ML4, openssl-0.9.7d-2, openssh.base-3.8.0.5202) On a normal (32bit) machine everything works fine, but with 64bit enabled I am not able to forward a X11 connection with "ssh -X" Does anyone else see such a problem? The error message I get is: ansysusr@ans1:~> X Error of failed request: BadAtom (invalid Atom parameter) Major opcode of failed request: 20 (X_GetProperty) Atom id in failed request: 0x17 Serial number of failed request: 3 Current serial number in output stream: 3 Can anyone give me a hint about this issues? Thanks in advance Emanuel Quass |
From: David C. <cl...@au...> - 2005-03-24 20:01:38
|
The openldap image with ssl enabled is now built and available on the cryptographic-content site: http://www6.software.ibm.com/dl/aixtbx/aixtbx-p Scroll down to the "Web Server Tools" section. The regular (non-SSL-enabled) openldap is still available on the main AIX Toolbox site and has not been changed. On Tue, Mar 15, 2005 at 07:58:55PM +0100, J.Smith wrote: > Thank you for the effort, that would be really appreciated. Could you > please post the results to the list, even if it fails ? > > > Thanks, > > > Sincerely, > > John Smith. > > ----- Original Message ----- > From: "David Clissold" <cl...@au...> > To: "John Smith" <lba...@gm...> > Cc: "aixtoolbox-list" <aix...@li...> > Sent: Tuesday, March 15, 2005 6:31 PM > Subject: Re: [tbox-l] ssl-enabled openldap ? > > > >The images on the Toolbox site are generally built with all defaults as > >much as possible. When we added openssl, a small number of packages were > >built with a 2nd version with ssl enabled, and these are what you see on > >the 'cryptographic content' site, distinguishing them from the versions on > >the main Toolbox site. There were never plans to put more than a handful > >of packages on the crypto site. > > > >But I'll try out a build of openldap with ssl. If it works OK then I can > >have it added to that site. > > > > > >On Sat, Mar 12, 2005 at 12:40:15PM +0100, John Smith wrote: > >>Hi, > >> > >> > >>I noticed that the openldap binary provided in the aix toolbox for > >>linux does not appear to provided support for SSL. I am aware that > >>there are separate downloads for packages that contain so-called > >>'Cryptographic Content', but I could not find a SSL enabled openldap > >>version there either. > >> > >> Is this done on purpose, or has someone just made a mistake ? Are > >>there any plans to provide an SSL enabled openldap in the future ? > >> > >> > >>Sincerely, > >> > >>John Smith. > >> > >>------------------------------------------------------- > >>SF email is sponsored by - The IT Product Guide > >>Read honest & candid reviews on hundreds of IT Products from real users. > >>Discover which products truly live up to the hype. Start reading now. > >>http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > >>_______________________________________________ > >>aixtoolbox-list mailing list > >>aix...@li... > >>https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list > > > >-- > >David Clissold > >cl...@au... |
From: David C. <cl...@au...> - 2005-03-21 21:49:07
|
I remember trying this and seeing the same behavior myself some time ago. We've been waiting on clearance to distribute 8.4.7 for some time now, and it has been hinted to me that this may finally happen relatively soon (though it is not a certainty until it actually happens, so I hope this is not a false alarm). Meanwhile, I'll try out a re-build with the patch in [2]. On Wed, Mar 16, 2005 at 10:45:24PM +0100, Markus Alt wrote: > Hi all, > > lately a user here ran into a problem that seems to be same as the one > described in [1]. He logged into a remote machine using OpenSSH and ran > a Tcl script. This script was executed, but afterwards the SSH > connection just "hung", i.e. he did not get a shell prompt. > > I could easily reproduce this with either the well-known > > > #!/usr/bin/tclsh > > puts "Hello world" > > > or by just typing "tclsh" and then "exit" at tclsh's prompt. In addition > to that, two persons at other IBM sites that I've contacted did also see > this behaviour. So it seems to me as if the bug described in [1] still > exists in the AIX Toolbox for Linux Tcl RPM. > > Apparently it is related to the way Tcl handles input/output to > stdin/stdout, as "helloworldscript | cat -" surprisingly worked! And it > also only happens with an OpenSSH connection; after logging in via > telnet or rlogin there was no problem with Tcl. > > This is on AIX 5.1 with Tcl 8.3.3 and various version of OpenSSH > (self-compiled 3.9p1 as well as the 3.8.1p1 LPP provided by IBM for AIX > 5.1). > > I've done some more tests with other - older and newer - Tcl versions > that we and other IBM sites have installed in distributed filesystem and > found the following: > > - versions 7.3, 7.4 and 8.0 worked > - version 8.2 did *not* work > - versions 8.3.1 and 8.3.3 (both from AIX Toolbox RPMs) did *not* work > - version 8.3.4 did *not* work > - version 8.4.4 worked > > Looks like this obvious bug has been introduced in the Tcl code after > 8.0 and fixed in the latest 8.4 release. Googling for "tcl 8 ssh" I've > found a bug report [2] from 2001 that refers to AIX 4.3.3, but seems to > exactly describe the problem. > > So finally my questions are: > > 1. Can anybody reproduce this behaviour? > 2. If yes, are there plans to release an updated Tcl RPM? Either the > same version with a patch or a new version (i.e. 8.4). (Yes, I know > about the legal battle with newer versions ... :-/ ) > > Any comments are much appreciated! > > TIA & regards, > Markus > > > [1] > http://sourceforge.net/tracker/index.php?func=detail&aid=1150486&group_id=128955&atid=712808 > [2] http://aspn.activestate.com/ASPN/Mail/Message/tcl-bugs/822555 > > -- > Markus Alt > IBM Lab Boeblingen, Germany > al...@de... > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > aixtoolbox-list mailing list > aix...@li... > https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
From: David C. <cl...@au...> - 2005-03-21 21:21:36
|
Alex, I had tried to minimize that issue -- if you look at the download page where you get the OpenSSL image from the Toolbox, you will see there is also an OpenSSH section. At the top of that section is a link that takes you straight to the OpenSSH download for AIX. So while it is not on the exact same page, it is just a mouse click away. Although it is built and administered by a separate person/team, most importantly it is provided with different Terms and Conditions such that it does not belong within the fence of the AIX Toolbox. The separation of the Toolbox packages from other products is intentional. On Sun, Mar 20, 2005 at 01:08:14PM +0200, Alex Polyak wrote: > > David, > > I appreciate your answer; however present situation is very cumbersome: > > While open ssh depends on pre-installation of open ssl, the 2 packages > must be downloaded from two different locations and installed using > different methods. > > Why it is impossible to distribute both tools in the framework of > Toolbox, while continuing to provide support just for the ssh, if IBM > chooses to do so? > > > > > > Aleksander Polyak > > IT C&CC Unix > > > > +972.9.7762516 (desk) > > +972.52.3975020 (mobile) > > +972.9.7762700 (fax) > > > > AMDOCS > INTEGRATED CUSTOMER MANAGEMENT > > > > -----Original Message----- > From: David Clissold [mailto:cl...@au...] > Sent: Tuesday, March 15, 2005 7:44 PM > To: Alex Polyak > Cc: aix...@li... > Subject: Re: [tbox-l] OpenSSL and OpenSSH availability > > > > It evolved that way. > > > > Originally, both openssh was also a part of the Toolbox and was in RPM > > format also. Both openssh and openssl were provided under the "as-is" > terms > > of the Toolbox. > > For AIX 5.1 the AIX security team agreed to own and support OpenSSH. > So, > > it came out of the Toolbox and was repackaged and rebuilt in the native > > supported AIX installation format, installp. > > > > You can contact IBM service for openssh issues, but not openssl issues. > > The openssl image is provided as freeware. Of course, openssh depends > on > > openssl... which means if an openssh issue had an underlying issue > within > > openssl it would still have to be treated as if it were an openssh issue > > itself for that specific case. > > > > In other words, they are owned, packaged, and shipped separately and > under > > different terms. > > > > > > On Tue, Mar 15, 2005 at 09:57:58AM +0200, Alex Polyak wrote: > > > > > > Does anyone have explanation why openssl is packaged as RPM while > > > openssh that depends on its pre-installation is delivered by IBM as > lpp > > > packages? > > > > > > What are the latest versions of these tools, as supplied by IBM, for > > > AIX 5.2 and AIX 5.3? > > > > > > > > > Aleksander Polyak > > > > > > > -- > > David Clissold > > cl...@au... > > > > The information contained in this message is proprietary of Amdocs, > protected from disclosure, and may be privileged. > The information is intended to be conveyed only to the designated recipient(s) > of the message. If the reader of this message is not the intended recipient, > you are hereby notified that any dissemination, use, distribution or copying of > this communication is strictly prohibited and may be unlawful. > If you have received this communication in error, please notify us immediately > by replying to the message and deleting it from your computer. > Thank you. -- David Clissold cl...@au... |
From: Alex P. <AL...@Am...> - 2005-03-20 11:08:24
|
David, I appreciate your answer; however present situation is very cumbersome: While open ssh depends on pre-installation of open ssl, the 2 packages must be downloaded from two different locations and installed using different methods. Why it is impossible to distribute both tools in the framework of Toolbox, while continuing to provide support just for the ssh, if IBM chooses to do so? =0D =0D Aleksander Polyak IT C&CC Unix =0D +972.9.7762516 (desk) +972.52.3975020 (mobile) +972.9.7762700 (fax) =0D AMDOCS > INTEGRATED CUSTOMER MANAGEMENT =0D -----Original Message----- From: David Clissold [mailto:cl...@au...]=0D Sent: Tuesday, March 15, 2005 7:44 PM To: Alex Polyak Cc: aix...@li... Subject: Re: [tbox-l] OpenSSL and OpenSSH availability =0D It evolved that way. =0D Originally, both openssh was also a part of the Toolbox and was in RPM format also. Both openssh and openssl were provided under the "as-is" terms of the Toolbox. For AIX 5.1 the AIX security team agreed to own and support OpenSSH. So, it came out of the Toolbox and was repackaged and rebuilt in the native supported AIX installation format, installp. =0D You can contact IBM service for openssh issues, but not openssl issues. The openssl image is provided as freeware. Of course, openssh depends on openssl... which means if an openssh issue had an underlying issue within openssl it would still have to be treated as if it were an openssh issue itself for that specific case. =0D In other words, they are owned, packaged, and shipped separately and under different terms. =0D =0D On Tue, Mar 15, 2005 at 09:57:58AM +0200, Alex Polyak wrote: >=0D > Does anyone have explanation why openssl is packaged as RPM while > openssh that depends on its pre-installation is delivered by IBM as lpp > packages? >=0D > What are the latest versions of these tools, as supplied by IBM, for > AIX 5.2 and AIX 5.3? >=0D >=0D > Aleksander Polyak >=0D =0D --=0D David Clissold cl...@au... The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The information is intended to be conveyed only to the designated= recipient(s) of the message. If the reader of this message is not the intended= recipient, you are hereby notified that any dissemination, use, distribution or= copying of=0D this communication is strictly prohibited and may be unlawful.=0D If you have received this communication in error, please notify us= immediately by replying to the message and deleting it from your computer. Thank you. |
From: Markus A. <al...@de...> - 2005-03-16 21:45:35
|
Hi all, lately a user here ran into a problem that seems to be same as the one described in [1]. He logged into a remote machine using OpenSSH and ran a Tcl script. This script was executed, but afterwards the SSH connection just "hung", i.e. he did not get a shell prompt. I could easily reproduce this with either the well-known #!/usr/bin/tclsh puts "Hello world" or by just typing "tclsh" and then "exit" at tclsh's prompt. In addition to that, two persons at other IBM sites that I've contacted did also see this behaviour. So it seems to me as if the bug described in [1] still exists in the AIX Toolbox for Linux Tcl RPM. Apparently it is related to the way Tcl handles input/output to stdin/stdout, as "helloworldscript | cat -" surprisingly worked! And it also only happens with an OpenSSH connection; after logging in via telnet or rlogin there was no problem with Tcl. This is on AIX 5.1 with Tcl 8.3.3 and various version of OpenSSH (self-compiled 3.9p1 as well as the 3.8.1p1 LPP provided by IBM for AIX 5.1). I've done some more tests with other - older and newer - Tcl versions that we and other IBM sites have installed in distributed filesystem and found the following: - versions 7.3, 7.4 and 8.0 worked - version 8.2 did *not* work - versions 8.3.1 and 8.3.3 (both from AIX Toolbox RPMs) did *not* work - version 8.3.4 did *not* work - version 8.4.4 worked Looks like this obvious bug has been introduced in the Tcl code after 8.0 and fixed in the latest 8.4 release. Googling for "tcl 8 ssh" I've found a bug report [2] from 2001 that refers to AIX 4.3.3, but seems to exactly describe the problem. So finally my questions are: 1. Can anybody reproduce this behaviour? 2. If yes, are there plans to release an updated Tcl RPM? Either the same version with a patch or a new version (i.e. 8.4). (Yes, I know about the legal battle with newer versions ... :-/ ) Any comments are much appreciated! TIA & regards, Markus [1] http://sourceforge.net/tracker/index.php?func=detail&aid=1150486&group_id=128955&atid=712808 [2] http://aspn.activestate.com/ASPN/Mail/Message/tcl-bugs/822555 -- Markus Alt IBM Lab Boeblingen, Germany al...@de... |
From: J.Smith <lba...@gm...> - 2005-03-15 18:59:25
|
Thank you for the effort, that would be really appreciated. Could you please post the results to the list, even if it fails ? Thanks, Sincerely, John Smith. ----- Original Message ----- From: "David Clissold" <cl...@au...> To: "John Smith" <lba...@gm...> Cc: "aixtoolbox-list" <aix...@li...> Sent: Tuesday, March 15, 2005 6:31 PM Subject: Re: [tbox-l] ssl-enabled openldap ? > The images on the Toolbox site are generally built with all defaults as > much as possible. When we added openssl, a small number of packages were > built with a 2nd version with ssl enabled, and these are what you see on > the 'cryptographic content' site, distinguishing them from the versions on > the main Toolbox site. There were never plans to put more than a handful > of packages on the crypto site. > > But I'll try out a build of openldap with ssl. If it works OK then I can > have it added to that site. > > > On Sat, Mar 12, 2005 at 12:40:15PM +0100, John Smith wrote: >> Hi, >> >> >> I noticed that the openldap binary provided in the aix toolbox for >> linux does not appear to provided support for SSL. I am aware that >> there are separate downloads for packages that contain so-called >> 'Cryptographic Content', but I could not find a SSL enabled openldap >> version there either. >> >> Is this done on purpose, or has someone just made a mistake ? Are >> there any plans to provide an SSL enabled openldap in the future ? >> >> >> Sincerely, >> >> John Smith. >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click >> _______________________________________________ >> aixtoolbox-list mailing list >> aix...@li... >> https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list > > -- > David Clissold > cl...@au... |
From: David C. <cl...@au...> - 2005-03-15 17:44:11
|
It evolved that way. Originally, both openssh was also a part of the Toolbox and was in RPM format also. Both openssh and openssl were provided under the "as-is" terms of the Toolbox. For AIX 5.1 the AIX security team agreed to own and support OpenSSH. So, it came out of the Toolbox and was repackaged and rebuilt in the native supported AIX installation format, installp. You can contact IBM service for openssh issues, but not openssl issues. The openssl image is provided as freeware. Of course, openssh depends on openssl... which means if an openssh issue had an underlying issue within openssl it would still have to be treated as if it were an openssh issue itself for that specific case. In other words, they are owned, packaged, and shipped separately and under different terms. On Tue, Mar 15, 2005 at 09:57:58AM +0200, Alex Polyak wrote: > > Does anyone have explanation why openssl is packaged as RPM while > openssh that depends on its pre-installation is delivered by IBM as lpp > packages? > > What are the latest versions of these tools, as supplied by IBM, for > AIX 5.2 and AIX 5.3? > > > Aleksander Polyak > > > The information contained in this message is proprietary of Amdocs, > protected from disclosure, and may be privileged. > The information is intended to be conveyed only to the designated recipient(s) > of the message. If the reader of this message is not the intended recipient, > you are hereby notified that any dissemination, use, distribution or copying of > this communication is strictly prohibited and may be unlawful. > If you have received this communication in error, please notify us immediately > by replying to the message and deleting it from your computer. > Thank you. -- David Clissold cl...@au... |
From: David C. <cl...@au...> - 2005-03-15 17:31:56
|
The images on the Toolbox site are generally built with all defaults as much as possible. When we added openssl, a small number of packages were built with a 2nd version with ssl enabled, and these are what you see on the 'cryptographic content' site, distinguishing them from the versions on the main Toolbox site. There were never plans to put more than a handful of packages on the crypto site. But I'll try out a build of openldap with ssl. If it works OK then I can have it added to that site. On Sat, Mar 12, 2005 at 12:40:15PM +0100, John Smith wrote: > Hi, > > > I noticed that the openldap binary provided in the aix toolbox for > linux does not appear to provided support for SSL. I am aware that > there are separate downloads for packages that contain so-called > 'Cryptographic Content', but I could not find a SSL enabled openldap > version there either. > > Is this done on purpose, or has someone just made a mistake ? Are > there any plans to provide an SSL enabled openldap in the future ? > > > Sincerely, > > John Smith. > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > aixtoolbox-list mailing list > aix...@li... > https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list -- David Clissold cl...@au... |
From: Alex P. <AL...@Am...> - 2005-03-15 07:58:31
|
Does anyone have explanation why openssl is packaged as RPM while openssh that depends on its pre-installation is delivered by IBM as lpp packages? What are the latest versions of these tools, as supplied by IBM, for AIX 5.2 and AIX 5.3? =0D Aleksander Polyak =0D =0D The information contained in this message is proprietary of Amdocs, protected from disclosure, and may be privileged. The information is intended to be conveyed only to the designated= recipient(s) of the message. If the reader of this message is not the intended= recipient, you are hereby notified that any dissemination, use, distribution or= copying of=0D this communication is strictly prohibited and may be unlawful.=0D If you have received this communication in error, please notify us= immediately by replying to the message and deleting it from your computer. Thank you. |
From: John S. <lba...@gm...> - 2005-03-12 11:40:22
|
Hi, I noticed that the openldap binary provided in the aix toolbox for linux does not appear to provided support for SSL. I am aware that there are separate downloads for packages that contain so-called 'Cryptographic Content', but I could not find a SSL enabled openldap version there either. Is this done on purpose, or has someone just made a mistake ? Are there any plans to provide an SSL enabled openldap in the future ? Sincerely, John Smith. |
From: <mcn...@au...> - 2005-03-04 15:56:56
|
I think this will help. Just run the following commands (as root): mkdir /usr/lib/X11/fonts/Speedo chmod 755 /usr/lib/X11/fonts/Speedo echo "0" > /usr/lib/X11/fonts/Speedo/fonts.dir chmod 644 /usr/lib/X11/fonts/Speedo/fonts.dir Dan > From: Dale Chapman <dch...@us...> > Date: Wed, 2 Mar 2005 16:54:35 -0800 > > I have installed the VNC RPM package on an AIX 5.1 machine. The program > fails to run because the font directory /usr/lib/X11/fonts/Speedo is not > found. This appears to be a Linux font set. Where can I find it? > > > Dale Chapman > High Performance Component Solutions > dch...@us... > (408) 927-1354 (internal tie line 8-457-1354) > - |
From: Dale C. <dch...@us...> - 2005-03-03 00:56:54
|
I have installed the VNC RPM package on an AIX 5.1 machine. The program fails to run because the font directory /usr/lib/X11/fonts/Speedo is not found. This appears to be a Linux font set. Where can I find it? Dale Chapman High Performance Component Solutions dch...@us... (408) 927-1354 (internal tie line 8-457-1354) |
From: David C. <cl...@au...> - 2005-03-02 16:34:22
|
Hmmm... probably a bug in the script. What AIX level is this system on, and which cdrecord level was installed at the time you ran the script? There must be some trouble parsing it because of the two levels. To clarify the versions: -If you have AIX 5.2 or later, cdrecord-1.9-5.aix5.2.ppc.rpm is the most current available. -If you have AIX 5.1.* or earlier, cdrecord-1.9-4.aix4.3.ppc.rpm is the most current available. (The reason for the two images is that there is a patch for IDE drives in the 5.2+ version that is N/A for older AIX levels. So 1.9-5 is the latest, but the 1.9-4 version is still there for pre-5.2 AIX levels). -- David Clissold cl...@au... On Tue, Mar 01, 2005 at 01:55:49PM +0100, lau...@in... wrote: > Hi, > I use update_tbox, serverlist and toolbox_depencies > > I don't understand why cdrecord-1.9-5.aix5.2.ppc.rpm is out of date > > ################################################################################ > # Following is a list of RPMs that are out of date. > # > # Additional dependency files may also have to be installed. > # > ################################################################################ > > Out Of Date: Update: > ------------ ------- > cdrecord-1.9-5.aix5.2.ppc.rpm > cdrecord-1.9-4.aix4.3.ppc.rpm > > > Automatically install available packages? (a) > Interactively install available packages? (i) > Quit without installing? (q) > Choice: > > Best Regards, > Laurent CROUX > > > Ce message est confidentiel, il est etabli a l'intention exclusive des destinataires dont le nom figure ci-dessus. Si vous recevez ce message par erreur, merci de detruire toute copie et d'avertir l'emetteur. Toute modification, utilisation ou diffusion totale ou partielle de ce message est interdite, sauf autorisation expresse nominative de l'emetteur. Le contenu de ce message ne saurait engager une autre personne que son auteur, etant precise que l'integrite de ce message n'etant pas assuree sur Internet, le Groupe Inforsud ne peut etre tenu pour responsable de son contenu. > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > aixtoolbox-list mailing list > aix...@li... > https://lists.sourceforge.net/lists/listinfo/aixtoolbox-list |
From: <lau...@in...> - 2005-03-01 14:24:58
|
Hi, I use update_tbox, serverlist and toolbox_depencies I don't understand why cdrecord-1.9-5.aix5.2.ppc.rpm is out of date ################################################################################ # Following is a list of RPMs that are out of date. # # Additional dependency files may also have to be installed. # ################################################################################ Out Of Date: Update: ------------ ------- cdrecord-1.9-5.aix5.2.ppc.rpm cdrecord-1.9-4.aix4.3.ppc.rpm Automatically install available packages? (a) Interactively install available packages? (i) Quit without installing? (q) Choice: Best Regards, Laurent CROUX Ce message est confidentiel, il est etabli a l'intention exclusive des destinataires dont le nom figure ci-dessus. Si vous recevez ce message par erreur, merci de detruire toute copie et d'avertir l'emetteur. Toute modification, utilisation ou diffusion totale ou partielle de ce message est interdite, sauf autorisation expresse nominative de l'emetteur. Le contenu de ce message ne saurait engager une autre personne que son auteur, etant precise que l'integrite de ce message n'etant pas assuree sur Internet, le Groupe Inforsud ne peut etre tenu pour responsable de son contenu. |
From: Blake G. <tro...@gm...> - 2005-02-21 22:37:17
|
We recently installed the vnc rpm package from the aixtoolbox site and it has the strangest problem. When the user connects to the system the display comes up showing the CDE and everything looks fine. However when they try to enter text with the keyboard the wrong characters are displayed. It appears that the keyboard map has shifted 5 or 6 keys over. Some font errors showed up initially however I think we have resolved those errors by modifying the fontpath. This system is a freshly installed version of AIX 5.1 so my other suspicion it that we are missing some needed patch.. Any suggestions of resolving this issue are welcome. Thanks, Blake- P.S. Resending this due to list server change.. |
From: David C. <cl...@au...> - 2005-02-21 17:07:51
|
*** IMPORTANT ANNOUNCEMENT -- MAILING LIST ADDRESS IS CHANGING *** The AIX Toolbox developerWorks site has now been migrated to SourceForge.net. If you wish to send email to the AIX Toolbox mailing list, you should use the following address effective immediately: aix...@li... This list contains the same membership(*) and is now functional. Please discontinue use of aix...@os... immediately. That address will soon be permanently retired. The new project homepage at SourceForge.net is: http://sourceforge.net/projects/aixtoolbox If you currently access or have bookmarks for http://oss.software.ibm.com/developerworks/projects/aixtoolbox you should replace it with the new URL. This does not affect the location of the Web and FTP download site where the rpm images are currently available; that site is not changing. (*)Note: If you took action on your mail account by joining or leaving the aixtoolbox-list within the past week or so, it is possible that you were caught in the migration window and may need to repeat the action from the new site: http://lists.sourceforge.net/lists/listinfo/aixtoolbox-list |
From: Gregory Y. <gre...@uc...> - 2005-02-03 22:52:01
|
I had a similar problem on one of our 5.2 base systems. I'm uncertain if it was corrected by rebooting or if it was corrected because we applied ML4. One or the other did correct the problem and I was able to install the fileset then with no errors. Regards, Gregory Young -- Gregory Young/IS/HS/UCD Gre...@uc... Systems Administrator UC Davis Health System Technical Support Services (916) 734-7841 aix...@ww... wrote on 02/03/2005 10:57:48: > > When Installing Open SSH I get an error message that it failed. RSA > key generation failed. Failed while executing the ./openssh.base. > server.post_i script. > > I did install the SSL version 0.9.7d first. I have installed this on > about 10 other servers with no problems. > > I found this problem in the archives, but it was trying to install > SSH for AIX 5.2 on a 5.1 box. ( oslevel shows 5.2 ml1). Just for the > heck of it I tried SSH for 5.1, and > it would not even recognize the media. > > Any ideas? > > Mike Anderson > Associate Systems Engineer - Midrange > Catholic Healthcare Partners - Information Technologies > Youngstown Mega Data Center > 330-941-8969 > > > CONFIDENTIALITY NOTICE: This message, including any attachments, is > for the sole use of the intended recipient(s) and may contain > confidential and privileged information. Any unauthorized review, > use, disclosure or distribution is prohibited. If you are not the > intended recipient, please contact the sender by reply e-mail and > destroy all copies of the original message. > > This e-mail has been scanned for viruses by the UCDHS WebAppliance. .. |
From: David C. <cl...@au...> - 2005-02-03 22:45:04
|
Their postinstall script is just trying to generate an RSA key and it is failing for some reason. You might try running the RSA key generation by itself on the command line, and see what messages or errors you get: /usr/bin/ssh-keygen -q -t rsa -f /etc/ssh/ssh_host_rsa_key -C '' -N '' Maybe it can't write the /etc/ssh/ssh_host_rsa_key file for some reason. On Thu, Feb 03, 2005 at 01:57:48PM -0500, mfa...@he... wrote: > When Installing Open SSH I get an error message that it failed. RSA key > generation failed. Failed while executing the ./openssh.base.server.post_i > script. > > I did install the SSL version 0.9.7d first. I have installed this on about > 10 other servers with no problems. > > I found this problem in the archives, but it was trying to install SSH for > AIX 5.2 on a 5.1 box. ( oslevel shows 5.2 ml1). Just for the heck of it I > tried SSH for 5.1, and > it would not even recognize the media. > > Any ideas? > > Mike Anderson > Associate Systems Engineer - Midrange > Catholic Healthcare Partners - Information Technologies > Youngstown Mega Data Center > 330-941-8969 > CONFIDENTIALITY NOTICE: This message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- David Clissold cl...@au... |
From: <mfa...@he...> - 2005-02-03 21:58:10
|
When Installing Open SSH I get an error message that it failed. RSA key generation failed. Failed while executing the ./openssh.base.server.post_i script. I did install the SSL version 0.9.7d first. I have installed this on about 10 other servers with no problems. I found this problem in the archives, but it was trying to install SSH for AIX 5.2 on a 5.1 box. ( oslevel shows 5.2 ml1). Just for the heck of it I tried SSH for 5.1, and it would not even recognize the media. Any ideas? Mike Anderson Associate Systems Engineer - Midrange Catholic Healthcare Partners - Information Technologies Youngstown Mega Data Center 330-941-8969 CONFIDENTIALITY NOTICE: This message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. |
From: Philip K W. <pk...@us...> - 2005-02-02 21:39:29
|
aix...@ww... wrote on 02/02/2005 10:56:03 AM: > Whe I try to install tcsh, downloaded from the AIX Toolbox for Linux > Applications webpage, on an RS/6000 running AIX 5.2, ML4, the rpm > installation fails, citing the missing requisites of grep and fileutils > (the RPM packages for these are not installed). grep is available from > the webpage, but fileutiles is not The fileutils, sh-utils, and textutils RPMs were replaced by the coreutils RPM. The tcsh RPM has not been rebuilt to include the new prerequisite. Try downloading the coreutils RPM from the toolbox at this location: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/coreutils/coreutils-5.0-2.aix5.1.ppc.rpm After installing that RPM, the tcsh RPM should be able to be installed. -- Philip K. Warren pk...@us... Phone: 512.838.8924 T/L 678.8924 |
From: Stewart D. <sd...@ba...> - 2005-02-02 19:47:57
|
Whe I try to install tcsh, downloaded from the AIX Toolbox for Linux Applications webpage, on an RS/6000 running AIX 5.2, ML4, the rpm installation fails, citing the missing requisites of grep and fileutils (the RPM packages for these are not installed). grep is available from the webpage, but fileutiles is not Now one of the following should happen: 1) tcsh should be removed from this page because it's missing its requisites 2) fileutile should be added if it won't conflict with AIX 2) tcsh should be rebuilt so it doesn't need GNU requisites for which there are AIX compatible equivalents ...or something -- ==== Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sd...@ba... voice: 845-758-7475, fax: 845-758-7035 |