Re: yast and rpm are broken

2017-11-03 Thread Tom Anderson
It doesn't "look" like any package is missing, more like the loader is expecting to resolve the "selinux_status_close" entry point in the librpm shared object and not finding it there. If it was a real runtime error, it would make more sense that it was related to your disk full

Re: OT: Bill Gates Quote, was Max # 3390s

2010-01-28 Thread Tom Anderson
On Wed Jan 27 9:10 , Mark Post mp...@novell.com sent: On 1/27/2010 at 11:05 AM, Tom Anderson tp...@speakeasy.net wrote: Wow. That's way too many :) Course 64K should be enough for anybody. Remember saying that exact phrase about memory? ;) Off by an order of magnitude. 640K, not 64K

Re: Max # 3390s

2010-01-27 Thread Tom Anderson
On Tue Jan 26 10:13 , 'O'Brien, Dennis L' dennis.l.o'br...@bankofamerica.com sent: The limit for devices on one virtual machine is less than 64k. I think it's around 24k. That's still more than I'd care to deal with.  

Re: SUDO access granularity

2005-07-13 Thread Tom Anderson
-Original Message- From: James Melin [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 13, 2005 02:02 PM To: LINUX-390@VM.MARIST.EDU Subject: SUDO access granularity Is there any way to limit what processes someone could kill when using Sudo? Our websphere administrator wants the

Re: Question for those

2005-06-13 Thread Tom Anderson
-Original Message- From: Tom Duerbusch [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 03:49 PM To: LINUX-390@VM.MARIST.EDU Subject: Question for those C types out there I'm doing a make. I get no rule to make target ..lib/libbac.a neede by 'bacula-sd'. stop. This means

Re: CSH commands

2004-11-30 Thread Tom Anderson
Just typing env at the prompt should show you that information for the current session. For other processes you can poke around in /proc. -Original Message- From: CWells Jackson [mailto:[EMAIL PROTECTED] Sent: Monday, November 29, 2004 11:18 PM To: [EMAIL PROTECTED] Subject: CSH

Re: Confining a user to the home directory specified in the user record

2004-10-12 Thread Tom Anderson
-Original Message- From: James Melin [mailto:[EMAIL PROTECTED] Sent: Monday, October 11, 2004 04:49 PM To: [EMAIL PROTECTED] Subject: Confining a user to the home directory specified in the user record How do you set a user account up so that the ID cannot traverse 'above' their

Re: Search script

2004-10-01 Thread Tom Anderson
try leaving out the cat: (assuming you are in the directory you want to search through): grep my-string *.conf should come back with all occurances with the file name pre-pended. -Original Message- From: Mark D Pace [mailto:[EMAIL PROTECTED] Sent: Friday, October 1, 2004 03:06 PM

Re: Documentation for User Process Faults

2004-09-30 Thread Tom Anderson
Mark, Looking in /usr/src/linux-version/arch/s390/kernel/traps.c, routine do_trap(), you will find the code that generates this message. It looks like the value you are seeing is the Program Interrupt Code (PIC) value from the PSW. There are some nested (#ifndef/#ifdef/#else) in this area that

Re: [Possible Spam] Re: Linux LPAR - how to drop caching

2004-09-17 Thread Tom Anderson
This takes us back to the wonderful world of Logical IOCS vs Physical IOCS. In the Mainframe world there as always been a diference between Logical I/O (the program's write of 80 bytes) and the Physical I/O (the writing of a 4K data block to a device by an operating system). In the PC

Re: Tomcat catalina.out

2004-09-14 Thread Tom Anderson
-Original Message- From: Smith, Ann (ISD, IT) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 14, 2004 03:07 PM To: [EMAIL PROTECTED] Subject: Tomcat catalina.out Does anyone know a good way to archive catalina.out on a regular basis? Any way to do it while Tomcat is up? Check

Re: iPlanet

2004-08-31 Thread Tom Anderson
-Original Message- From: David Boyes [mailto:[EMAIL PROTECTED] Sent: Monday, August 30, 2004 04:52 PM To: [EMAIL PROTECTED] Subject: Re: iPlanet Does anyone know if iPlanet is supported on Linux for zSeries/S390, either Red Hat or SuSE? It's a Sun product, so the answer is

Re: Linux390 LPAR - CPU info

2004-08-24 Thread Tom Anderson
From /usr/src/linux-2.4/arch/s390/kernel/setup.c: ... seq_printf(m, vendor_id : IBM/S390\n # processors: %i\n bogomips per cpu: %lu.%02lu\n, smp_num_cpus,

Re: Network freezes

2004-07-15 Thread Tom Anderson
Adam could well be on the right track: if this application is the type to create new threads/processes for each network connection and you aren't getting good i/o throughput, it can start a chain of events that leads to the symptom you are seeing: many network connections (processes), not

Re: LDAP experiences

2004-06-08 Thread Tom Anderson
I would like to know of interesting applications people are building using LDAP. The most common use seem to be for authentication and authorization. LDAP being a 'DNS' like service and more general than DNS, it can be put to many innovative uses. I would like to know what others are doing

Re: OT: SCO news

2004-04-16 Thread Tom Anderson
Gregg C Levine wrote: Hello from Gregg C Levine Okay, I'll bite, what does that phrase mean? catastrophe curve, I confess it's a rather new one to me. But it does make you wonder, just how long SCO will keep hanging around to annoy us. At the risk of stirring up the brown smelly stuff, does anyone

Re: installing db2 connect on sles8 sp3

2004-04-07 Thread Tom Anderson
, but some do leave a little text file synopsis of what state things were in when it died. I can't remember what the naming convention for them is off hand, but it should be pretty obvious and the file will be very small, only a few lines of text, but usually very informative. Tom Anderson

Re: installing db2 on linux

2004-04-06 Thread Tom Anderson
Samba? -Original Message- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] Behalf Of Adam Thornton Sent: Tuesday, April 06, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: Re: installing db2 on linux On Tue, 2004-04-06 at 12:50, Steve Gentry wrote: Thanks to all who replied. I