Re: OK who messed with the redbook?

2002-04-16 Thread Michael MacIsaac

 Can I ask you to state publically and explicitly: what were the reasons
 given for the removal, by those who supported this action? We can surmise
 what they might be, but it would be interesting to hear...

No. I don't recall details, and I've stuck my neck out as far as I care.

Let's move on and get back to the fun stuff (gotta get this hsi0 working
again).

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Imprints - worth the effort?

2002-04-05 Thread Michael MacIsaac

Hi list,

Has anyone used imprints successfully on Linux on zSeries
(imprints.sourceforge.net)? It sounds like a great concept of being able to
download signed Windows printer drivers to a Samba machine for simple
printer adds, but I'm not sure how mainstream/solid this project is.
Thanks.

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Re: Using VDISK for swap

2002-03-28 Thread Michael MacIsaac

 Which is a better driver for a swap VDISK, the minidisk or dasd driver?

See:
http://www.vm.ibm.com/perf/tips/linuxper.html

There is a section Where should Linux swap?

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Re: Separate Group for each User

2002-03-28 Thread Michael MacIsaac

Hi,

I've been working with some of these issues both on Linux
and from Windows via Samba.  This thread helped motivate
me to tie up a few loose ends and write it up:

In our little production Samba server, we leave the default
group of users, but add team members to another group.
This script adds new users using the group 'zntc' which of
course must first exist:

-
#!/bin/bash
# script to add a user to /etc/passwd and /etc/smbpasswd with the group
zntc
# use the Windows user name and type the Windows password 4 times for
#  password-free network drive maps
# arg 1 is the user name
if [ $# != 1 ]; then
  echo Usage:  `basename $0` username
else
  useradd -g users -G zntc $1
  passwd $1
  mkdir /home/$1
  chown $1.users /home/$1
  smbpasswd -a $1
fi
-

To share files r/w in the group on Linux we do the following:
  -Set umask 002 in /etc/profile (instead of umask 022)
  -Set group ownership of the directory to be shared (chgrp zntc /zntc)
  -Set the group execute bit on the directory (chmod g+s /zntc)
To do the same for Samba we define the share [zntc] as follows:
path = /zntc
read only = No
force group = +zntc
create mask = 0664
directory mask = 0774
inherit permissions = yes

Then group members modify each other's files, both on Linux and via
Samba, but non-group members can just read. Also, I believe users
can belong to multiple groups with the same behavior - I just
haven't tested this part.

I know this model allows users r/w to other user's homes - if
this is a problem you could simply not create home directories
or use the Red Hat model of each user in their own group -
neither of which is optimal.  I guess the optimal solution would
be, in addition to having group ownership inherited, to have a
umask inherited under directories.

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Two Linux on zSeries redbooks residencies in April and May

2002-03-11 Thread Michael MacIsaac

Hi,

You might be interested that there are two Linux on zSeries
redbook residencies planned in Poughkeepsie, NY:

Linux on zSeries and S/390: Systems Management,
15 April - 17 May.  See:
http://publib-b.boulder.ibm.com/residents.nsf/IntNumber/LS-K302?OpenDocument

Linux on zSeries and S/390: Application Development,
22 April - 24 March.  See:
http://publib-b.boulder.ibm.com/residents.nsf/IntNumber/LS-K301?OpenDocument

If you are qualified, the ITSO (redbook group) will pay travel and living
expenses,
but not salary.  See the Web sites for all the details.


  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



ISP/ASP redbook is published!

2001-12-20 Thread Michael MacIsaac

Hi list,

The redbook Linux for S/390 and zSeries: ISP/ASP Solutions,
SG24-6299 was published today. It is on the Web at:
http://www.redbooks.ibm.com/abstracts/sg246299.html

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



Re: SAMBA help

2001-12-20 Thread Michael MacIsaac

 So, read the docus;-) Try www.samba.org if you don't have them locally.

And don't forget, the book Using Samba was donated
to the open source community by O'Reilly**
See http://www.oreilly.com/catalog/samba/toc.html

Also, with later Samba releases, the whole book is
available through swat.  Just this makes setting
up swat worth the small effort.


  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061

** It's nice when an organization puts freely downloadable, decent
books on the Web (Oh yes, the IBM ITSO will put out more than
200 free books this year - a small reminder for one of the many
facets of IBM's support of the open source software community :))



Linux on the Mainframe BOF at LinuxWorld Expo, Jan 31, 2002, NYC

2001-12-20 Thread Michael MacIsaac

Hello list,

Carlos Ordonez and I volunteered to host the following
Birds of a feather (BOF) - well buried on the LinuxWorld Web site:

   Linux on the Mainframe
   Thursday, January 31, 2002 6:00PM - 7:30PM
   Location: ???, Jacob Javits Convention Center, New York, NY

   The mainframe (S/390 or IBM e-server zSeries) is getting more
   recognition as a viable Linux platform. Some would argue it is
   actually helping Linux become accepted in the enterprise. This
   BOF will bring together professionals using Linux on the
   mainframe, both under z/VM and in LPARs, or those who are
   simply interested.

Audiences: All LinuxWorld Attendees
BOF Leader(s):
Carlos Ordonez, IBM Corporation
Mike MacIsaac, Team Leader, IBM Corporation

If you're attending the conference, please plan to come to
this BOF.  If you're not attending but have an interest,
a general admission ticket is just $10 before Dec 27.
If you want to also attend the talks, its more $$ but
fairly reasonable. See http://www.linuxworldexpo.com

There is no formal presentation as no equipment
will be supplied. I was planning on digging up a
questionnaire similar to the one that Neale Ferguson
has distributed and summarized at other conferences.
This will simply be an open session where people
can meet each other and share their opinions.

I was thinking of proposing the following topics:

1) The wisdom of IBM OCO network modules
2) The productivity of vi versus Emacs
3) Politics
4) Religion
5) Your current health status

No - just kidding!  :))  That might not lead to a productive
session.  More productive might be better focused
topics such as:

1) How you plan to use Linux on zSeries in production
2) How you *are* using Linux on zSeries in production
3) Topics and areas that need to be addressed in 2002
4) Values you get from Linux on zSeries versus other platforms
5) Anything else except 1-5 from the first list

Hope to see you there.  Happy holidays everyone.

  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



ISP/ASP redpiece-redbook, Redbook plans for 2002

2001-12-14 Thread Michael MacIsaac

 Do we have any idea when this is going to be available?  It is still
listed
 as a redpiece.

This year, the editors promised me.  It was ready to go Nov 1, and I
could
gripe about why it was held up, but that's just IBM's dirty laundry.
Though
it hasn't been updated on the Web since Oct 26th, the changes will be quite
minor. I apologize for the delay, but I chose not to take this battle on.

While I'm here, let me mention next year's plans for Linux redbooks.  Those
*proposed* to be funded are:

Linux on zSeries and S/390: Application Development
Linux on zSeries and S/390: Systems Management
Linux on zSeries and S/390: HOWTO Anthology
Use of Virtual Servers for Large Scale Linux on zSeries Deployment

So watch for residencies to be announced.  The HOWTO anthology is somewhat
of
a new concept - it will be a compendium of (8-10?) papers release during
the
year and published as a redbook at the end of the year.  This is designed
to enable timely publishing of specific topics.  So if you can't get away
for a residency but still would like to contribute to the community through
IBM and the ITSO, consider writing and contributing a paper (topic and
quality
appropriate, of course).

On a personal note, it looks like I'll be moving out of the ITSO on to
another job at IBM POK. It's been a wild ride here and I've enjoyed
meeting and working with many of you on this list.  At least for the first
three months of 2002, I'm hoping to button up the code associated with
the redbook Open Source Software on z/OS and OS/390 UNIX, SG24-5944
(remember OS/390 UNIX? :).  I'm not sure who will be leading the
projects next year, but I will still be involved with them.  So if you
want to volunteer a paper, let me know for now.


  -Mike MacIsaac,  IBM   [EMAIL PROTECTED]   (845) 433-7061



127.0.0.2 in /etc/hosts?

-- Thread Michael MacIsaac
->










  
  Re: 127.0.0.2 in /etc/hosts?
  
  
  
  
  
  








	

	linux-390 

	
		
			-- Thread --
			-- Date --
			





			
		
	



	
	
	




 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan


Re: 127.0.0.2 in /etc/hosts?
Kim Goldenberg



 

Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
Marcy Cortes


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Mark Perry


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
John Summerfield



Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan
 


Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield




Re: 127.0.0.2 in /etc/hosts?
Steffen Maier

Re: 127.0.0.2 in /etc/hosts?
John Summerfield













Re: 127.0.0.2 in /etc/hosts?
Mark Post






Re: 127.0.0.2 in /etc/hosts?
Mark Post


Re: 127.0.0.2 in /etc/hosts?
Alan Altmark

 



 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan


Re: 127.0.0.2 in /etc/hosts?
Kim Goldenberg



 

Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
Marcy Cortes


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Mark Perry


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
John Summerfield



Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan
 


Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield






Re: 127.0.0.2 in /etc/hosts?
Steffen Maier

Re: 127.0.0.2 in /etc/hosts?
John Summerfield













Re: 127.0.0.2 in /etc/hosts?
Mark Post





 



 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "000000";
//-->







127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan


Re: 127.0.0.2 in /etc/hosts?
Kim Goldenberg



 

Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
Marcy Cortes


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Mark Perry


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
John Summerfield



Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan
 


Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan






















 



 






  
  





Reply via email to



  
  





 
 







127.0.0.2 in /etc/hosts?

-- Thread Michael MacIsaac
->










  
  Re: 127.0.0.2 in /etc/hosts?
  
  
  
  
  
  








	

	linux-390 

	
		
			-- Thread --
			-- Date --
			





			
		
	



	
	
	




 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan


Re: 127.0.0.2 in /etc/hosts?
Kim Goldenberg



 

Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
Marcy Cortes


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Mark Perry


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
John Summerfield


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan



Re: 127.0.0.2 in /etc/hosts?
John Summerfield
 

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield




Re: 127.0.0.2 in /etc/hosts?
Steffen Maier

Re: 127.0.0.2 in /etc/hosts?
John Summerfield













Re: 127.0.0.2 in /etc/hosts?
Mark Post






Re: 127.0.0.2 in /etc/hosts?
Mark Post


Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
John Summerfield



 



 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "00";
//-->







127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan


Re: 127.0.0.2 in /etc/hosts?
Kim Goldenberg



 

Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
Marcy Cortes


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Mark Perry


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
John Summerfield


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan



Re: 127.0.0.2 in /etc/hosts?
John Summerfield
 

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield






Re: 127.0.0.2 in /etc/hosts?
Steffen Maier

Re: 127.0.0.2 in /etc/hosts?
John Summerfield













Re: 127.0.0.2 in /etc/hosts?
Mark Post






Re: 127.0.0.2 in /etc/hosts?
Mark Post

 



 






  
  





Reply via email to



  
  





 
 








 




<!--
google_ad_client = "pub-7266757337600734";
google_alternate_ad_url = "http://www.mail-archive.com/blank.png";
google_ad_width = 160;
google_ad_height = 600;
google_ad_format = "160x600_as";
google_ad_channel = "8427791634";
google_color_border = "FF";
google_color_bg = "FF";
google_color_link = "006792";
google_color_url = "006792";
google_color_text = "000000";
//-->







127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan


Re: 127.0.0.2 in /etc/hosts?
Kim Goldenberg



 

Re: 127.0.0.2 in /etc/hosts?
Alan Altmark


Re: 127.0.0.2 in /etc/hosts?
Marcy Cortes


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
Mark Perry


Re: 127.0.0.2 in /etc/hosts?
Michael MacIsaac


Re: 127.0.0.2 in /etc/hosts?
John Summerfield


Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan



Re: 127.0.0.2 in /etc/hosts?
John Summerfield
 

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield

Re: 127.0.0.2 in /etc/hosts?
Fargusson.Alan

Re: 127.0.0.2 in /etc/hosts?
John Summerfield























 



 






  
  





Reply via email to



  
  





 
 







<    5   6   7   8   9   10