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: Marc S. <ma...@au...> - 2001-02-25 17:25:56
|
If you know something is already installed and rpm is complaining about the dependencies, then you can add --nodeps to the rpm -i command-line to tell it to ignore the dependencies. Unfortunately, this won't work for some of the support libraries for now. The shared objects are almost universally different from the ones which Bull produced and thus they are not shareable. There is a lengthy description of this situation in the README. We will be paving over those incompatibilities over time, but not without some pain to our current users. In a nutshell, you can't use the Bull versions of zlib, tiff, jpeg, and libpng to support the Toolbox versions of AIX and GNOME. We don't have any plans at the moment to generate tar.gz files. We might be able to be convinced otherwise, but that's not the current direction. You can generate your own from an RPM image if you'd like, but you need rpm (you can do it on some other system) and the GNU version of cpio (not the AIX version - that won't work). For example - mkdir /tmp/tmpd; cd /tmp/tmpd rpm2cpio foo.rpm tar cf foo.tar * gzip foo.tar You can remove files as you like along the way and use the tar balls, but you're doing it at risk of losing dependency checking (and potentially losing some post-installation configuration checking) that you get with the RPMs. The RPM format isn't the problem - it's the incompatible shared library situation. Getting tar balls won't solve that problem. Marc > > I already have in my system all the packages and libraries > listed as "Base Linux Affinity Support" and > "Common Support Programs for GNOME and KDE", but they are installed from > sources > or from bull-installp packages. > > During first installation of KDE, rpm complains that they are missing : > Is there a way to avoid duplicate all the packages > in both sorce tgz (or bull) and rpm ? I would not like to reinstall again > gcc, bash, etc, etc ! > > Thans in advance > Fulvio > > > _______________________________________________________________ > ! Fulvio MALFATTO - Open Technology Consulting > ! Office : Via Emilia, 3 - 10099 S. Mauro T.se (TO) Italy > ! Phone +39-011-2742019 Fax +39-011-2740763 GSM +39-0335-6611956 > ! Home : Via della Fornace, 36 - 10090 Castiglione T.se (TO) Italy > ! Phone/Fax +39-011-9601668 > !_________________________ mailto:f.m...@fm... ______________ > > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: Fulvio M. <f.m...@fm...> - 2001-02-25 17:07:55
|
I already have in my system all the packages and libraries listed as "Base Linux Affinity Support" and "Common Support Programs for GNOME and KDE", but they are installed from sources or from bull-installp packages. During first installation of KDE, rpm complains that they are missing : Is there a way to avoid duplicate all the packages in both sorce tgz (or bull) and rpm ? I would not like to reinstall again gcc, bash, etc, etc ! Thans in advance Fulvio _______________________________________________________________ ! Fulvio MALFATTO - Open Technology Consulting ! Office : Via Emilia, 3 - 10099 S. Mauro T.se (TO) Italy ! Phone +39-011-2742019 Fax +39-011-2740763 GSM +39-0335-6611956 ! Home : Via della Fornace, 36 - 10090 Castiglione T.se (TO) Italy ! Phone/Fax +39-011-9601668 !_________________________ mailto:f.m...@fm... ______________ |
From: <mcn...@au...> - 2001-02-23 22:47:59
|
Hi David, We have patched "libtool" to support run-time-linking on AIX. This is quite different from the linking AIX normally does. You may be able to take the libtool files from one of our SRPMS and make it work for you (ltconfig and ltmain.sh). The key is to set LDFLAGS before you do ./configure and build libtool. export LDFLAGS=-Wl,-brtl or setenv LDFLAGS -Wl,-brtl will configure libtool to build using run-time-linking. Dan > Date: Fri, 23 Feb 2001 10:44:29 -0900 > From: David Edge <de...@ak...> > To: aixtoolbox-list <aix...@dw...> > Subject: [toolbox-l] glib and gnome-libs problems > > All, > > I've been working with the rpm packages and third party software > (balsa-1.1.1) and have noticed a couple of things. First, glib is not > usable by other software packages. I've searched for the problem, but no > luck. My only way around it was to install Bull's freeware version of glib > and set LIBPATH=/usr/local/lib:/usr/lib:/opt/freeware/lib. Grab a copy of > balsa or archimedes and run ./configure to see the error. > > Secondly, the same package (balsa-1.x.x) requires gnome-libs of at least > 1.2.1. The toolbox has version 1.2.0. Are there plans to release and > updated version? I tried to build the latest version myself, but again I > ran into a glib problem. > > I also can see the potential this toolbox offers. Looking forward to > building with these toolkits. > > David Edge > de...@ak... > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > |
From: David E. <de...@ak...> - 2001-02-23 22:39:56
|
All, I've been working with the rpm packages and third party software (balsa-1.1.1) and have noticed a couple of things. First, glib is not usable by other software packages. I've searched for the problem, but no luck. My only way around it was to install Bull's freeware version of glib and set LIBPATH=/usr/local/lib:/usr/lib:/opt/freeware/lib. Grab a copy of balsa or archimedes and run ./configure to see the error. Secondly, the same package (balsa-1.x.x) requires gnome-libs of at least 1.2.1. The toolbox has version 1.2.0. Are there plans to release and updated version? I tried to build the latest version myself, but again I ran into a glib problem. I also can see the potential this toolbox offers. Looking forward to building with these toolkits. David Edge de...@ak... |
From: Marc S. <ma...@au...> - 2001-02-23 20:08:40
|
I've had success with the individual office applications (kword, kspread, etc), but I don't see anything useful happening when I launch "KOffice Workspace" from the menus. Marc > > This is a multipart message in MIME format. > --=_alternative 005DDACC862569FC_= > Content-Type: text/plain; charset="us-ascii" > > I just finished installing (via ezinstall bundles) KDE plus all the apps, > but when I use the KDE menu to select any KDE Office application, the icon > appears on the KDE panel with a rotating disk to indicate that it is > loading, and then the icon dissappeares off of the KDE panel, and the > application never appears. Afterward, I cannot find any appropriate > listing for the application in the process table. Has anyone else got > this app suite to work? > > I am on AIX 4.3.3.25 (release S, the latest and greatest). The LAF (Linux > Affinity,like that acronym?) rpm's that I used were downloaded about three > days ago. > > --=_alternative 005DDACC862569FC_= > Content-Type: text/html; charset="us-ascii" > > > <br><font size=2 face="sans-serif">I just finished installing (via ezinstall bundles) KDE plus all the apps, but when I use the KDE menu to select any KDE Office application, the icon appears on the KDE panel with a rotating disk to indicate that it is loading, and then the icon dissappeares off of the KDE panel, and the application never appears. Afterward, I cannot find any appropriate listing for the application in the process table. Has anyone else got this app suite to work?</font> > <br> > <br><font size=2 face="sans-serif">I am on AIX 4.3.3.25 (release S, the latest and greatest). The LAF (Linux Affinity,like that acronym?) rpm's that I used were downloaded about three days ago.</font> > <br> > --=_alternative 005DDACC862569FC_=-- > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: Reza A. <ar...@au...> - 2001-02-23 20:05:33
|
On 23 Feb 2001, 11:03AM CST, Jeffery Martin <jbm...@us...> wrote: > when I use the KDE menu to select any KDE Office application, the icon > appears on the KDE panel with a rotating disk to indicate that it is > loading, and then the icon dissappeares off of the KDE panel, and the > application never appears. Can you start any of them from the command-line? (kword, kspread, etc.) -- Reza Arbab ar...@au... (512) 838-0446 |
From: Jeffery M. <jbm...@us...> - 2001-02-23 19:59:27
|
I just finished installing (via ezinstall bundles) KDE plus all the apps, but when I use the KDE menu to select any KDE Office application, the icon appears on the KDE panel with a rotating disk to indicate that it is loading, and then the icon dissappeares off of the KDE panel, and the application never appears. Afterward, I cannot find any appropriate listing for the application in the process table. Has anyone else got this app suite to work? I am on AIX 4.3.3.25 (release S, the latest and greatest). The LAF (Linux Affinity,like that acronym?) rpm's that I used were downloaded about three days ago. |
From: Marc S. <ma...@au...> - 2001-02-22 16:33:05
|
If your existing packages are built statically and were not loaded into /usr or /opt/freeware, then installing things from the AIX Toolbox should not interfere with your existing system. The problems are with non-static executables. I tried to detail the problems which are caused by the differences in production of shared objects between the Bull-provided software and the Toolbox in the README. I don't expect that the Bull software will interfere with the Toolbox software, but the Toolbox software easily can interfere with the Bull software. That's because we are providing objects accessible in the default system directories with different characteristics than shared objects delivered from Bull. The entire list of .a files which the Toolbox ships in /usr/lib (actually they are symlinks in /usr/lib) (based on what is installed on my own system -which is more than in the published Toolbox) constitutes the majority of the potential conflicts: libMagick.a libXaw3d.a libXpm.a liba2ps.a libart_lgpl.a libbz2.a libdb.a libdeflt.a libfl.a libform.a libgdbm.a libgdk_pixbuf.a libghttp.a libgif.a libgnome.a libgnomecanvaspixbuf.a libgnomesupport.a libgnomeui.a libgnorba.a libgnorbagtk.a libgpc.a libgrove.a libgtkxmhtml.a libguile.a libhistory.a libintl.a libjabber.a libjpeg.a libltdl.a libmegawidget.a libmenu.a libname-server.a libncurses.a liborbit-c-backend.a libpanel.a libpng.a libpth.a libreadline.a libscg.a libschily.a libslang.a libsp.a libspgrove.a libstyle.a libtiff.a libttf.a libungif.a libxml.a libxode.a libz.a libzvt.a If you have any of these installed in /usr/local/lib from Bull, and if the executables which linked against those libraries contains a built-in LIBPATH which has /usr/lib ahead of /usr/local/lib, then you will need to do something to avoid problems (those mitigating measures are detailed in the README). It basically involves using LIBPATH to dictate where your shared objects get loaded from, which works except for programs which are setuid/setgid. If you have no programs which are setuid/setgid which have conflicts, then you're set to go. We are working with the libtool maintainers on a system whereby the shared library production on AIX4 and AIX5 will be as consistent as possible with the rest of the UNIX community. When we have everything in place, we will be rebuilding the modules with the new algorithm, which would likely be in place in libtool 1.5. Once that is done, tools which are built using the latest version of libtool will produce shared objects which work on AIX4 and AIX5 (both Power and IA) without user-intervention. That will benefit everybody building a tool which uses libtool (which is quite a lot). Unfortunately, this will introduce a round of binary incompatibilities which will cause us and our existing users pain in the short run. We'll be explaining the upgrade procedures once we're ready to roll out. Marc > > I have a 4.3.3 in Internet acting as an application-web server > with a lot of packages installed from bull images > (gcc, bind, sendmail, samba, make, openssh, openssl and > relative support programs and libraries) > ad I have also a lot of packages installed from original sources : > Apache+ssl+jserv, php, mysql ...) > > I would like very much to install aixtoolbox for linux on my test system, > mainly to have kde ... but I don't know exactly how this could affect > the old environment. I had a lot of troubles to have all these products > working together (I had to link statically every package to avoid > shared libraries problems ..) now I fear to compromise all. > > Any suggestion about the way to do ? > I read in the README there are some shortcuts, but > do they work on complex systems ? > > Thanks in advance > Fulvio > > Fulvio MALFATTO --- Open Technology Consulting --- mailto:ot...@fm... > -Office : C.so Emilia, 3 - 10099 S. Mauro T.se (TO) Italy > Phone +39-011-2742019 Fax +39-011-2740763 GSM +39-0335-6611956 > -Home : Via della Fornace, 36 - 10090 Castiglione T.se (TO) Italy > Phone/Fax +39-011-9601668 > > > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: Fulvio M. <f.m...@fm...> - 2001-02-22 13:41:55
|
I have a 4.3.3 in Internet acting as an application-web server with a lot of packages installed from bull images (gcc, bind, sendmail, samba, make, openssh, openssl and relative support programs and libraries) ad I have also a lot of packages installed from original sources : Apache+ssl+jserv, php, mysql ...) I would like very much to install aixtoolbox for linux on my test system, mainly to have kde ... but I don't know exactly how this could affect the old environment. I had a lot of troubles to have all these products working together (I had to link statically every package to avoid shared libraries problems ..) now I fear to compromise all. Any suggestion about the way to do ? I read in the README there are some shortcuts, but do they work on complex systems ? Thanks in advance Fulvio Fulvio MALFATTO --- Open Technology Consulting --- mailto:ot...@fm... -Office : C.so Emilia, 3 - 10099 S. Mauro T.se (TO) Italy Phone +39-011-2742019 Fax +39-011-2740763 GSM +39-0335-6611956 -Home : Via della Fornace, 36 - 10090 Castiglione T.se (TO) Italy Phone/Fax +39-011-9601668 |
From: Marc S. <ma...@au...> - 2001-02-21 21:42:36
|
Actually, you would need to run "rpm -qf /sbin/install-info" or "rpm -qla | grep install-info" In cases where you KNOW that the dependencies are met (but not in the database), you can use the --nodeps option to bypass the dependency checks. /sbin/install-info is provided by the "info" package. Marc > > On Wed, 21 Feb 2001, Russell, Patrick wrote: > > > Hey Guys, > > I am tring to unpack the binary for ORBit (RPMS/ppc/ORBit) and it > > has a dependencay error that basically states: > > /sbin/install-info required for ORBit > > > > I checked /sbin and there is a file called install-info there. Any ideas > > whats wrong? > > Does rpm -qa |grep install show that the rpm database knows it is there? > > Are you trying to install multiple things? I have had issues that a > failed dependency on one item stops others from installing.... > > > > > Thanks, > > > > Pat Russell > > > > P.S. You AIX Toolbox guys have been GREAT at helping me out! Thanks!! > > This stuff holds great promise..... > > > _______________________________________________ > > aixtoolbox-list mailing list > > aix...@os... > > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > > > > "I'm a big fan of ignorance based techniques, because humans > have a lot of ignorance, and we want to play our strong suit." > Eric Lander New Scientist > > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: Timothy J. B. <tj...@st...> - 2001-02-21 21:39:49
|
On Wed, 21 Feb 2001, Russell, Patrick wrote: > Hey Guys, > I am tring to unpack the binary for ORBit (RPMS/ppc/ORBit) and it > has a dependencay error that basically states: > /sbin/install-info required for ORBit > > I checked /sbin and there is a file called install-info there. Any ideas > whats wrong? Does rpm -qa |grep install show that the rpm database knows it is there? Are you trying to install multiple things? I have had issues that a failed dependency on one item stops others from installing.... > > Thanks, > > Pat Russell > > P.S. You AIX Toolbox guys have been GREAT at helping me out! Thanks!! This stuff holds great promise..... > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > "I'm a big fan of ignorance based techniques, because humans have a lot of ignorance, and we want to play our strong suit." Eric Lander New Scientist |
From: Russell, P. <pat...@lm...> - 2001-02-21 21:15:49
|
Hey Guys, I am tring to unpack the binary for ORBit (RPMS/ppc/ORBit) and it has a dependencay error that basically states: /sbin/install-info required for ORBit I checked /sbin and there is a file called install-info there. Any ideas whats wrong? Thanks, Pat Russell P.S. You AIX Toolbox guys have been GREAT at helping me out! Thanks!! |
From: Marc S. <ma...@au...> - 2001-02-21 16:16:30
|
I don't know if it's because you visited the URL or if it's because I accepted the bug submission, but it looks like everything is okay now. I'm still working on getting guile's libtool usage corrected on AIX (but you don't need it for GNOME). Marc > > Looks like your bug tracking process is not yet fully fonctional : > - After publishing the bug by clicking the following URL : > > http://oss.software.ibm.com/developerworks/bugs/verify.php?confirm_hash=667a78fbe57b3ff3 > > I had two similar messages by no...@os..., the > first one beginning by > > > Bug #315 has been submitted pending email address confirmation. > > Here is a current snapshot of the bug. > > and the second one began with > > > Bug #315 has been published. > > Here is a current snapshot of the bug. > > - these two messages had the same request : > > > By the way, this bug report is marked pending. You should have received a > > confirmation letter from the bug submission tool which you would need to > > respond to in order for the bug to leave the (PENDING) state. > > I don't have the status of the bug with the URL > > http://oss.software.ibm.com/developerworks/bugs/?func=detailbug&bug_id=315&group_id=21 > > May be I had the first message because I didn't publish the bug quickly > enough, but as I had the request in the second message too... > > I hope this will help you. > > -- > Francois Moriamez THALES Air Defence (ex Thomson-CSF Airsys) > fra...@ai... {0|33} 1 40 84 53 05 > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: Francois M. <fra...@ai...> - 2001-02-21 16:11:13
|
Looks like your bug tracking process is not yet fully fonctional : - After publishing the bug by clicking the following URL : http://oss.software.ibm.com/developerworks/bugs/verify.php?confirm_hash=667a78fbe57b3ff3 I had two similar messages by no...@os..., the first one beginning by > Bug #315 has been submitted pending email address confirmation. > Here is a current snapshot of the bug. and the second one began with > Bug #315 has been published. > Here is a current snapshot of the bug. - these two messages had the same request : > By the way, this bug report is marked pending. You should have received a > confirmation letter from the bug submission tool which you would need to > respond to in order for the bug to leave the (PENDING) state. I don't have the status of the bug with the URL http://oss.software.ibm.com/developerworks/bugs/?func=detailbug&bug_id=315&group_id=21 May be I had the first message because I didn't publish the bug quickly enough, but as I had the request in the second message too... I hope this will help you. -- Francois Moriamez THALES Air Defence (ex Thomson-CSF Airsys) fra...@ai... {0|33} 1 40 84 53 05 |
From: Marc S. <ma...@au...> - 2001-02-19 21:37:29
|
http://www.ibm.com/servers/aix/products/aixos/linux/ Read the front page, click at the bottom to go to the license information page, then click on the bottom of that page to go to the download page. > > Where is the compiled versions of the LINUX programs (i.e. gnumeric) in the > AIX Toolbox? > _______________________________________________ > aixtoolbox-list mailing list > aix...@os... > http://oss.software.ibm.com/developerworks/opensource/mailman/listinfo/aixtoolbox-list > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: Russell, P. <pat...@lm...> - 2001-02-19 20:13:46
|
Where is the compiled versions of the LINUX programs (i.e. gnumeric) in the AIX Toolbox? |
From: <Jan...@de...> - 2001-02-16 22:55:05
|
Patrick, the first version you describe also didn't work for me. Will take a couple of days before I can look into it. The second version should do. here is my $HOME/.xinitrc file and I startet X with "xinit -- -T" from the "command line login". (See attached file: xinitrc) This one is in the kdebase-1 package, but unfortunately not in the kdebase-2. Jan cpa...@ca... on 16.02.2001 13:04:12 Please respond to cpa...@ca... To: Jan-Rainer Lahmann/Germany/IBM@IBMDE cc: aix...@os..., Patrick Chan/Toronto/IBM@IBMCA Subject: Re: [toolbox-l] Linux toolbox problems Jan-Ranier I installed KDE2 and then I killed the dtlogin processes and then tried to run /opt/freeware/kde/bin/kdm. I didn't really want to fool around with the root xsessions and stuff until I can experiment with it. Anyways, I tried with a user on the system and just adding the kdmdesktop invocation in my $HOME/.xinitrc When I ran the xinit command, the screen sort of flashed went blank for a little while and then returned to the command-line login prompt again. Thanks, Patrick Chan Email: cpa...@ca... Phone : (416) 448 - 3427 (T/L: 778 - 3427) "Being politically correct means always having to say you're sorry.." --Charles Osgood Jan-Rainer Lahmann@IBMDE 02/16/2001 11:50 AM To: aix...@os... cc: cpa...@ca... From: Jan-Rainer Lahmann/Germany/IBM@IBMDE Subject: Re: [toolbox-l] Linux toolbox problems (Document link: Patrick Chan) |
From: <cpa...@ca...> - 2001-02-16 22:03:01
|
Jan-Ranier I installed KDE2 and then I killed the dtlogin processes and then tried to run /opt/freeware/kde/bin/kdm. I didn't really want to fool around with the root xsessions and st= uff until I can experiment with it. Anyways, I tried with a user on the system and just adding the kdmdesktop invocation in my $HOME/.xinitrc When I ran the xinit command, the screen sort of flashed went blan= k for a little while and then returned to the command-line login prompt again. Thanks, Patrick Chan Email: cpa...@ca... Phone : (416) 448 - 3427 (T/L: 778 - 3427) "Being politically correct means always having to say you're sorry.." --Charles Osgood Jan-Rainer Lahmann@IBMDE 02/16/2001 11:50 AM To: aix...@os... cc: cpa...@ca... From: Jan-Rainer Lahmann/Germany/IBM@IBMDE Subject: Re: [toolbox-l] Linux toolbox problems (Document link: Patri= ck Chan) Patrick, how did you try to start kdm? There are several options and I was successful with two of them: 1. Choose "Command line login" from the dtlogin screen and then say "xi= nit -- -T". You need to have a custom $HOME/.xinitrc for that. 2. Change /etc/inittab as described in the README and reboot (the /usr/lib/X11/xdm/Xsession file has to be replaced in this case, too). Did you install KDE2 or the old one? Let me know, if it still doesn't work. Mit freundlichen Gr=FC=DFen / Kind Regards Dr. Jan-Rainer Lahmann eServer Architekt cpa...@ca... on 16.02.2001 09:23:35 Please respond to cpa...@ca... To: aix...@au... cc: Subject: [toolbox-l] Linux toolbox problems = |
From: <Jan...@de...> - 2001-02-16 19:49:34
|
Patrick, how did you try to start kdm? There are several options and I was successful with two of them: 1. Choose "Command line login" from the dtlogin screen and then say "xi= nit -- -T". You need to have a custom $HOME/.xinitrc for that. 2. Change /etc/inittab as described in the README and reboot (the /usr/lib/X11/xdm/Xsession file has to be replaced in this case, too). Did you install KDE2 or the old one? Let me know, if it still doesn't work. Mit freundlichen Gr=FC=DFen / Kind Regards Dr. Jan-Rainer Lahmann eServer Architekt cpa...@ca... on 16.02.2001 09:23:35 Please respond to cpa...@ca... To: aix...@au... cc: Subject: [toolbox-l] Linux toolbox problems = |
From: Marc S. <ma...@au...> - 2001-02-16 19:13:30
|
Does kdm actually fail to launch, or do you just see that message when it launches. I think that it always produces that message - we're hoping that it will be fixed in the 2.1 version. Does it hang, go back to the prompt, or what? > > Hi there, > > I've installed the Linux toolbox on my RS/6000 box and the > installation went fine and all the necessary packages > for KDE have been installed properly. > > However, when I try to launch kdm, I get the following error : > > xdm error (pid some number): setting process grp for daemon failerd, > errno = 1 > > Could you help be out or point me to a FAQ of some sorts ? > > Thanks, > > Patrick Chan > Email: cpa...@ca... > Phone : (416) 448 - 3427 (T/L: 778 - 3427) > > "Being politically correct means always having to say you're sorry.." > --Charles Osgood > > -- Marc Stephenson IBM Server Group - Austin, TX Internet: ma...@au... NOTES: ma...@us... Phone: 512-327-5670 T/L 678-3189 |
From: <cpa...@ca...> - 2001-02-16 18:28:24
|
Hi there, I've installed the Linux toolbox on my RS/6000 box and the installation went fine and all the necessary packages for KDE have been installed properly. However, when I try to launch kdm, I get the following error : xdm error (pid some number): setting process grp for daemon failerd, errno = 1 Could you help be out or point me to a FAQ of some sorts ? Thanks, Patrick Chan Email: cpa...@ca... Phone : (416) 448 - 3427 (T/L: 778 - 3427) "Being politically correct means always having to say you're sorry.." --Charles Osgood |
From: Ralf U. <Ral...@Ph...> - 2001-02-10 14:48:16
|
On 09.02.01, Olof Johansson wrote: > I've noticed after installing KDE2, that "ps auxw | grep <whatever>" is very > slow. If i add another "w" to the argument, it's as fast as normal. > > It seems like kdeinit is somehow messing up it's entry in the process table. > Maybe the string is unterminated by mistake? > > A "ps auxwww | more" gives output where the kdeinit entries are ~20 lines of > whitespace after "kdeinit: <program>". I've seen it both on AIX 4.3.3 GOLD > and 43S. > > Has anyone else seen this? Yes, the same here. Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 |
From: Olof J. <ol...@au...> - 2001-02-10 01:34:58
|
I've noticed after installing KDE2, that "ps auxw | grep <whatever>" is very slow. If i add another "w" to the argument, it's as fast as normal. It seems like kdeinit is somehow messing up it's entry in the process table. Maybe the string is unterminated by mistake? A "ps auxwww | more" gives output where the kdeinit entries are ~20 lines of whitespace after "kdeinit: <program>". I've seen it both on AIX 4.3.3 GOLD and 43S. Has anyone else seen this? Regards, Olof --- Olof Johansson Office: 4E002/905 AIX Kernel Support & Serviceability Enterprise Systems Group ol...@au... Phone: 512-838-9858 |
From: Ralf U. <Ral...@Ph...> - 2001-02-09 16:57:22
|
On 08.02.01, mcn...@au... wrote: > If not done very carefully, this can open up a huge security hole. > > Just imagine you log into the command line as root and then start > kdm. When you are away at lunch, somebody walks up and executes > the console login feature to stop kdm. What they will see is the > root shell you started kdm from! that's of course not a security hole of the software but the user -- you never can avoid those; starting kdm from a root shell, without taking care of exitig this shell: ouch! I just checked Reza's hint about ShutdownButton=ConsoleOnly in /opt/freeware/kde/share/config/kdmrc and yes, it does work [Thank you Reza, BTW]. Still, it's not the same functionality as dtlogin had, because dtlogin resumed the graphical login, when you logged out of the console mode. Don't know how they did this, would be nice to patch this into kdm. Bye, Ralf -- Ralf Utermann _____________________________________________________________________ Universität Augsburg, Institut für Physik -- EDV-Betreuer Universitätsstr.1 D-86135 Augsburg Phone: +49-821-598-3231 SMTP: Ral...@Ph... Fax: -3411 |
From: <mcn...@au...> - 2001-02-08 23:59:36
|
If not done very carefully, this can open up a huge security hole. Just imagine you log into the command line as root and then start kdm. When you are away at lunch, somebody walks up and executes the console login feature to stop kdm. What they will see is the root shell you started kdm from! Dan > From: Ralf Utermann <Ral...@Ph...> > > Nevertheless it would be very nice, if the KDE for AIX distribution > would allow an ordinary user (not root) to go from the kdm login to > a console login, like dtlogin allows. This is quite important > on AIX, because it does not support multiple consoles as Linux [well, > way back under AIX3 we had this with hft instead of lft, some > of you might remember ... on the other hand I would not have been > the one to port KDE to AIX3 ;-) ]. |