From alok.rhct at gmail.com Fri Nov 13 12:42:36 2009 From: alok.rhct at gmail.com (alok pandey) Date: Fri, 13 Nov 2009 07:42:36 -0500 Subject: Solaris : How to create user on remote server Message-ID: HI I am new to solaris, and facing problem in creating user on solaris. I want to create same a/c on 40 to 80solaris box. I was trying it with script but at the time of password assignment , It display error as permission denied. (although I have root access to it). Is there any way to create user on solaris box, remotely.? -- Thanks ALOK PANDEY -------------- next part -------------- An HTML attachment was scrubbed... URL: From mccarty at yournetguard.com Fri Nov 13 14:04:37 2009 From: mccarty at yournetguard.com (Ronald McCarty) Date: Fri, 13 Nov 2009 08:04:37 -0600 Subject: Solaris : How to create user on remote server In-Reply-To: References: Message-ID: Is your /etc/passed and /etc/shadow out of sync? Try a pwconv to fix this issue. --ron Ronald McCarty mccarty at YourNetGuard.com 214-257-8629 Your Net Guard LLC 3526 Lakeview Pkwy Ste B#164 Rowlett, TX 75088 Company: http://www.YourNetGuard.com/ Writing: http://www.mcWrite.net/ Linkedin: http://www.linkedin.com/in/ronaldmccarty On Nov 13, 2009, at 6:42 AM, alok pandey wrote: > HI > I am new to solaris, and facing problem in creating user on solaris. > I want to create same a/c on 40 to 80solaris box. I was trying it > with script but at the time of password assignment , It display > error as permission denied. (although I have root access to it). > > Is there any way to create user on solaris box, remotely.? > > -- > Thanks > ALOK PANDEY > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe From gerrynix at yahoo.com Fri Nov 13 14:53:45 2009 From: gerrynix at yahoo.com (gerrynix) Date: Fri, 13 Nov 2009 06:53:45 -0800 (PST) Subject: Solaris : How to create user on remote server In-Reply-To: References: Message-ID: <603618.66880.qm@web51904.mail.re2.yahoo.com> ----- Original Message ---- From: Ronald McCarty To: Getting started with Red Hat Linux Cc: Getting started with Red Hat Linux Sent: Fri, November 13, 2009 8:04:37 AM Subject: Re: Solaris : How to create user on remote server Is your /etc/passed and /etc/shadow out of sync?? Try a pwconv to fix this issue. --ron Ronald McCarty mccarty at YourNetGuard.com 214-257-8629 Your Net Guard LLC 3526 Lakeview Pkwy Ste B#164 Rowlett, TX? 75088 Company:? http://www.YourNetGuard.com/ Writing:? http://www.mcWrite.net/ Linkedin:? http://www.linkedin.com/in/ronaldmccarty On Nov 13, 2009, at 6:42 AM, alok pandey wrote: > HI > I am new to solaris,? and facing problem in creating user on solaris. > I want to create same a/c on 40 to 80solaris box. I was trying it with script but at the time of password assignment , It display error as permission denied. (although I have root access to it). > > Is there any way to create user on solaris box, remotely.? > > --Thanks > ALOK PANDEY What you want to do is possible in many ways. Using a naming service such as?NIS or ldap?makes the most sense. BUT if you have to create the users on each machine, a script with root access could be the way to go . . . . and you should not be getting errors (I am primarily a Solaris guy) ?Let's see your script . . . > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe _______________________________________________ Redhat-install-list mailing list Redhat-install-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list To Unsubscribe Go To ABOVE URL or send a message to: redhat-install-list-request at redhat.com Subject: unsubscribe From alok.rhct at gmail.com Sun Nov 15 11:23:49 2009 From: alok.rhct at gmail.com (alok pandey) Date: Sun, 15 Nov 2009 16:53:49 +0530 Subject: Solaris : How to create user on remote server In-Reply-To: <603618.66880.qm@web51904.mail.re2.yahoo.com> References: <603618.66880.qm@web51904.mail.re2.yahoo.com> Message-ID: Hi Ron, Thanks for your time, the issue is I want to add user on numb of solaris box in one go through my shell script. Problem I am facing is, I am not able to assign password for user a/c through script (it is easy in liunx), remotly. Is there any way by which i can assigne password to user a/c using script. --Alok On Fri, Nov 13, 2009 at 8:23 PM, gerrynix wrote: > > > > > ----- Original Message ---- > From: Ronald McCarty > To: Getting started with Red Hat Linux > Cc: Getting started with Red Hat Linux > Sent: Fri, November 13, 2009 8:04:37 AM > Subject: Re: Solaris : How to create user on remote server > > Is your /etc/passed and /etc/shadow out of sync? Try a pwconv to fix this > issue. > > > > > --ron > Ronald McCarty > mccarty at YourNetGuard.com > 214-257-8629 > > Your Net Guard LLC > 3526 Lakeview Pkwy Ste B#164 > Rowlett, TX 75088 > > Company: http://www.YourNetGuard.com/ > Writing: http://www.mcWrite.net/ > Linkedin: http://www.linkedin.com/in/ronaldmccarty > > On Nov 13, 2009, at 6:42 AM, alok pandey wrote: > > > HI > > I am new to solaris, and facing problem in creating user on solaris. > > I want to create same a/c on 40 to 80solaris box. I was trying it with > script but at the time of password assignment , It display error as > permission denied. (although I have root access to it). > > > > Is there any way to create user on solaris box, remotely.? > > > > --Thanks > > ALOK PANDEY > > What you want to do is possible in many ways. Using a naming service such > as NIS or ldap makes the most sense. BUT if you have to create the users on > each machine, a script with root access could be the way to go . . . . and > you should not be getting errors (I am primarily a Solaris guy) Let's see > your script . . . > > > _______________________________________________ > > Redhat-install-list mailing list > > Redhat-install-list at redhat.com > > https://www.redhat.com/mailman/listinfo/redhat-install-list > > To Unsubscribe Go To ABOVE URL or send a message to: > > redhat-install-list-request at redhat.com > > Subject: unsubscribe > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe > > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe > -- Thanks ALOK PANDEY -------------- next part -------------- An HTML attachment was scrubbed... URL: From gerrynix at yahoo.com Sun Nov 15 21:18:17 2009 From: gerrynix at yahoo.com (gerrynix) Date: Sun, 15 Nov 2009 13:18:17 -0800 (PST) Subject: Solaris : How to create user on remote server [Solution] In-Reply-To: References: <603618.66880.qm@web51904.mail.re2.yahoo.com> Message-ID: <538447.44249.qm@web51912.mail.re2.yahoo.com> From: alok pandey To: Getting started with Red Hat Linux redhat-install-list at redhat.com Hi Ron, Thanks for your time,? the issue is I want to add user on numb of solaris box in one go through my shell script. Problem I am facing is, I am not able to assign password for user a/c through script (it is easy in liunx), remotly. Is there any way by which i can assigne password to user a/c using script. --Alok On Fri, Nov 13, 2009 at 8:23 PM, gerrynix wrote: >----- Original Message ---- >From: Ronald McCarty >To: Getting started with Red Hat Linux >Cc: Getting started with Red Hat Linux >Sent: Fri, November 13, 2009 8:04:37 AM >Subject: Re: Solaris : How to create user on remote server > >Is your /etc/passed and /etc/shadow out of sync?? Try a pwconv to fix this issue. > >--ron >Ronald McCarty >mccarty at YourNetGuard.com >214-257-8629 > >Your Net Guard LLC >3526 Lakeview Pkwy Ste B#164 >Rowlett, TX? 75088 > >Company:? http://www.YourNetGuard.com/ >Writing:? http://www.mcWrite.net/ >Linkedin:? http://www.linkedin.com/in/ronaldmccarty > >On Nov 13, 2009, at 6:42 AM, alok pandey wrote: > >> HI >> I am new to solaris,? and facing problem in creating user on solaris. >> I want to create same a/c on 40 to 80solaris box. I was trying it with script but at the time of password assignment , It display error as permission denied. (although I have root access to it). >> >> Is there any way to create user on solaris box, remotely.? >> >> --Thanks >> ALOK PANDEY > >What you want to do is possible in many ways. Using a naming service such as?NIS or ldap?makes the most sense. BUT if you have to create the users on each machine, a script with root access could be the way to go . . . . and you should not be getting errors (I am primarily a Solaris guy) ?Let's see your script . . . > > ===== ALOK . . . There is a Linux utility - command?named 'expect'?that will?easily do what you need.?I don't think it's bundled with Solaris but you can download it here, either in pre-compiled binary or source: http://www.sunfreeware.com/ The URL below shows the?code to use the expect command?in your script to get the password job done!? http://www.experts-exchange.com/Programming/Languages/Scripting/Shell/Q_22748792.html -- Nix >> _______________________________________________ >> Redhat-install-list mailing list >> Redhat-install-list at redhat.com >> https://www.redhat.com/mailman/listinfo/redhat-install-list >> To Unsubscribe Go To ABOVE URL or send a message to: >> redhat-install-list-request at redhat.com >> Subject: unsubscribe > >_______________________________________________ >Redhat-install-list mailing list >Redhat-install-list at redhat.com >https://www.redhat.com/mailman/listinfo/redhat-install-list >To Unsubscribe Go To ABOVE URL or send a message to: >redhat-install-list-request at redhat.com >Subject: unsubscribe > > >_______________________________________________ >Redhat-install-list mailing list >Redhat-install-list at redhat.com >https://www.redhat.com/mailman/listinfo/redhat-install-list >To Unsubscribe Go To ABOVE URL or send a message to: >redhat-install-list-request at redhat.com >Subject: unsubscribe > -- Thanks ALOK PANDEY From jaysonh77 at hotmail.com Mon Nov 16 22:12:32 2009 From: jaysonh77 at hotmail.com (Jay H) Date: Mon, 16 Nov 2009 14:12:32 -0800 Subject: mount drive for SAMBA Message-ID: hello, I am new to RH 5 Enterprise. I just installed it and am now trying to get this extra 320Gb drive mounted so I can share it via SAMBA. I do see that is mounts when I look at the console when the system is booting up. But I can find it when I'm in the gui? can someone let me know how to do this the correct way so I can mount this drive and share it for some SAMBA users. Thanks, jay _________________________________________________________________ Windows 7: I wanted simpler, now it's simpler. I'm a rock star. http://www.microsoft.com/Windows/windows-7/default.aspx?h=myidea?ocid=PID24727::T:WLMTAGL:ON:WL:en-US:WWL_WIN_myidea:112009 -------------- next part -------------- An HTML attachment was scrubbed... URL: From ricks at nerd.com Mon Nov 16 23:25:15 2009 From: ricks at nerd.com (Rick Stevens) Date: Mon, 16 Nov 2009 15:25:15 -0800 Subject: mount drive for SAMBA In-Reply-To: References: Message-ID: <4B01DF5B.2070901@nerd.com> On 11/16/2009 02:12 PM, Jay H wrote: > > hello, > > > > I am new to RH 5 Enterprise. I just installed it and am now trying to get this extra 320Gb drive mounted so I can share it via SAMBA. > > > > I do see that is mounts when I look at the console when the system is booting up. But I can find it when I'm in the gui? > > > > can someone let me know how to do this the correct way so I can mount this drive and share it for some SAMBA users. You probably saw it scanned during boot, but I doubt it's mounted unless you have it in the /etc/fstab file OR (if it's a USB drive) you plug it in after you're logged in as a GUI user. If you want, you'd have to put the device in /etc/fstab so it's mounted at boot time (with the appropriate options) and put it in your smb.conf file to share it. ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer ricks at nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - "If you can't fix it...duct tape it!" -- Tim Allen - ---------------------------------------------------------------------- From mccarty at yournetguard.com Thu Nov 19 16:04:02 2009 From: mccarty at yournetguard.com (Ronald McCarty) Date: Thu, 19 Nov 2009 10:04:02 -0600 Subject: kickstart / anaconda parameter passing Message-ID: <033B6900-E081-46D3-BB1C-D03947031FC3@yournetguard.com> Hi, I'm installing and provisioning a kickstart infrastructure for Red Hat 5.3 to support a PCI project for a customer of ours. The infrastructure is up and working; however, it is not as finely tuned as I would like. Currently we need two kickstart files...1 for 32-bit and 1 for 64-bit systems. This is only needed because of the --url parameter in the kickstart file points to the particular server repository. Is there a way to remove the repository location and pass it as a parameter during boot up? I've tried various permutations of parameter passing such as ksurl=, ks= url=, ks--url=, etc. Any help would be appreciated. --ron Ronald McCarty mccarty at YourNetGuard.com 214-257-8629 Your Net Guard LLC 3526 Lakeview Pkwy Ste B#164 Rowlett, TX 75088 Company: http://www.YourNetGuard.com/ Linkedin: http://www.linkedin.com/in/ronaldmccarty From merle_skinner at champion.org Fri Nov 27 02:05:57 2009 From: merle_skinner at champion.org (D. Merle Skinner) Date: Thu, 26 Nov 2009 21:05:57 -0500 Subject: localhost name and fqdn Message-ID: We have a mail server inside of our firewall and a spam filter outside of our firewall that we use to handle all of our mail needs. The Spam filter is named mailman.champion.org as a localhost and as a fqdn. We have had a few problems with our mailserver being blacklisted and in doing the research we have found that the mail sever inside the firewall that receives the incoming mail from the spam server and delvers it... as well as sends our mail.. also has a localhost name of mailman and does not have a fqdn. Can you tell me how to change a localhost name and also to add it as a fqdn? An any issues inside that server that might mean as we do that. I am a beginner and need to have a step by step command line tutorial.. any help? -------------- next part -------------- An HTML attachment was scrubbed... URL: From karlp at ourldsfamily.com Fri Nov 27 02:29:49 2009 From: karlp at ourldsfamily.com (Karl Pearson) Date: Thu, 26 Nov 2009 19:29:49 -0700 Subject: localhost name and fqdn In-Reply-To: References: Message-ID: <1de23834a1a07c52d69451c155799ac5.squirrel@webmail.ourldsfamily.com> On Thu, November 26, 2009 7:05 pm, D. Merle Skinner wrote: > We have a mail server inside of our firewall and a spam filter outside > of our firewall that we use to handle all of our mail needs. The Spam > filter is named mailman.champion.org as a localhost and as a fqdn. > > We have had a few problems with our mailserver being blacklisted and in > doing the research we have found that the mail sever inside the firewall > that receives the incoming mail from the spam server and delvers it... > as well as sends our mail.. also has a localhost name of mailman and > does not have a fqdn. > > Can you tell me how to change a localhost name and also to add it as a > fqdn? An any issues inside that server that might mean as we do that. > > I am a beginner and need to have a step by step command line tutorial.. > any help? I was once a beginner, and had to figure most of this out myself. Doing it that way caused me to make a few mistakes, but I also learned and kept learning. The principle behind what you are trying to accomplish is fairly simple. If you have your outside spam server with a fqdn, it's pretty easy to just add a subdomain to your internal mail server. You could just name it something like mail.champion.org, or smtp.champion.org. You just need to have that name in your DNS server's files so it's recognized. You will need to setup reverse DNS for the new sub-domain name of your mail server because if it is not working correctly it will produce major problems as well. The actual commands to do all this depends on your DNS setup and your ISP, which is required to setup reverse DNS. Karl _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe --- Karl Pearson Karlp at ourldsfamily.com Owner/Administrator of the sites at http://ourldsfamily.com --- "To mess up your Linux PC, you have to really work at it; to mess up a microsoft PC you just have to work on it." --- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. --Benjamin Franklin --- Prayer for Obama, et al: http://scriptures.lds.org/en/ps/109/8#8 (~) --- From alok.rhct at gmail.com Fri Nov 27 18:43:53 2009 From: alok.rhct at gmail.com (alok pandey) Date: Fri, 27 Nov 2009 13:43:53 -0500 Subject: Solaris : How to create user on remote server In-Reply-To: References: <603618.66880.qm@web51904.mail.re2.yahoo.com> Message-ID: HI Guru's I didn't find any reply from your side, should I assume that we can't create user a/c (id + password) on solaris, remotely through script ? I simply want to add a user a/c or in other word, I want to assign password to a user , remotely through ssh ! Plz suggest . --Alok On Sun, Nov 15, 2009 at 6:23 AM, alok pandey wrote: > Hi Ron, > Thanks for your time, the issue is I want to add user on numb of solaris > box in one go through my shell script. Problem I am facing is, I am not able > to assign password for user a/c through script (it is easy in liunx), > remotly. Is there any way by which i can assigne password to user a/c using > script. > > --Alok > > On Fri, Nov 13, 2009 at 8:23 PM, gerrynix wrote: > >> >> >> >> >> ----- Original Message ---- >> From: Ronald McCarty >> To: Getting started with Red Hat Linux >> Cc: Getting started with Red Hat Linux >> Sent: Fri, November 13, 2009 8:04:37 AM >> Subject: Re: Solaris : How to create user on remote server >> >> Is your /etc/passed and /etc/shadow out of sync? Try a pwconv to fix this >> issue. >> >> >> >> >> --ron >> Ronald McCarty >> mccarty at YourNetGuard.com >> 214-257-8629 >> >> Your Net Guard LLC >> 3526 Lakeview Pkwy Ste B#164 >> Rowlett, TX 75088 >> >> Company: http://www.YourNetGuard.com/ >> Writing: http://www.mcWrite.net/ >> Linkedin: http://www.linkedin.com/in/ronaldmccarty >> >> On Nov 13, 2009, at 6:42 AM, alok pandey wrote: >> >> > HI >> > I am new to solaris, and facing problem in creating user on solaris. >> > I want to create same a/c on 40 to 80solaris box. I was trying it with >> script but at the time of password assignment , It display error as >> permission denied. (although I have root access to it). >> > >> > Is there any way to create user on solaris box, remotely.? >> > >> > --Thanks >> > ALOK PANDEY >> >> What you want to do is possible in many ways. Using a naming service such >> as NIS or ldap makes the most sense. BUT if you have to create the users on >> each machine, a script with root access could be the way to go . . . . and >> you should not be getting errors (I am primarily a Solaris guy) Let's see >> your script . . . >> >> > _______________________________________________ >> > Redhat-install-list mailing list >> > Redhat-install-list at redhat.com >> > https://www.redhat.com/mailman/listinfo/redhat-install-list >> > To Unsubscribe Go To ABOVE URL or send a message to: >> > redhat-install-list-request at redhat.com >> > Subject: unsubscribe >> >> _______________________________________________ >> Redhat-install-list mailing list >> Redhat-install-list at redhat.com >> https://www.redhat.com/mailman/listinfo/redhat-install-list >> To Unsubscribe Go To ABOVE URL or send a message to: >> redhat-install-list-request at redhat.com >> Subject: unsubscribe >> >> >> _______________________________________________ >> Redhat-install-list mailing list >> Redhat-install-list at redhat.com >> https://www.redhat.com/mailman/listinfo/redhat-install-list >> To Unsubscribe Go To ABOVE URL or send a message to: >> redhat-install-list-request at redhat.com >> Subject: unsubscribe >> > > > > -- > Thanks > ALOK PANDEY > -- Thanks ALOK PANDEY -------------- next part -------------- An HTML attachment was scrubbed... URL: From ricks at nerd.com Fri Nov 27 18:47:06 2009 From: ricks at nerd.com (Rick Stevens) Date: Fri, 27 Nov 2009 10:47:06 -0800 Subject: localhost name and fqdn In-Reply-To: References: Message-ID: <4B101EAA.4020503@nerd.com> On 11/26/2009 06:05 PM, D. Merle Skinner wrote: > We have a mail server inside of our firewall and a spam filter outside > of our firewall that we use to handle all of our mail needs. The Spam > filter is named mailman.champion.org as a localhost and as a fqdn. > We have had a few problems with our mailserver being blacklisted and in > doing the research we have found that the mail sever inside the firewall > that receives the incoming mail from the spam server and delvers it... > as well as sends our mail.. also has a localhost name of mailman and > does not have a fqdn. > Can you tell me how to change a localhost name and also to add it as a > fqdn? An any issues inside that server that might mean as we do that. > I am a beginner and need to have a step by step command line tutorial.. > any help? The server name itself is set inside the /etc/sysconfig/network file: NETWORKING=yes HOSTNAME=my.FQDN.hostname <--- HOSTNAME SET HERE GATEWAY=your.default.gateway.ipaddr In my case: NETWORKING=yes HOSTNAME=prophead.hci.com GATEWAY=192.168.1.254 That's read at boot time when the network is set up. If you want to set the hostname now, then run (as the root user): hostname prophead.hci.com That sets it immediately. It won't show up in your command prompts until you log out and log back in as the host bit of the prompt is read when the shell's started. ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer ricks at nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - "Doctor! My brain hurts!" "It will have to come out!" - ---------------------------------------------------------------------- From ricks at nerd.com Fri Nov 27 18:57:05 2009 From: ricks at nerd.com (Rick Stevens) Date: Fri, 27 Nov 2009 10:57:05 -0800 Subject: Solaris : How to create user on remote server In-Reply-To: References: <603618.66880.qm@web51904.mail.re2.yahoo.com> Message-ID: <4B102101.5080506@nerd.com> On 11/27/2009 10:43 AM, alok pandey wrote: > HI Guru's > I didn't find any reply from your side, should I assume that we can't > create user a/c (id + password) on solaris, remotely through script ? > I simply want to add a user a/c or in other word, I want to assign > password to a user , remotely through ssh ! You can do a useradd command via ssh without problems, but when you set a password for a user using the "passwd" command, it is an interactive operation and you'd need to run something like "expect" to do it. I'm not sure about Solaris, but the Linux "useradd" command permits you to set the password using the "-p" option. Note that the password given as the argument to "-p" MUST be the ENCRYPTED version of the password (not the cleartext), and it only supports the crypt(3) (DES) encryption. If you use MD5 or stronger passwords, then you're sorta stuck. Have a look at the man pages for expect for some ideas on how to automate the interactive passwd command. ---------------------------------------------------------------------- - Rick Stevens, Systems Engineer ricks at nerd.com - - AIM/Skype: therps2 ICQ: 22643734 Yahoo: origrps2 - - - - Memory is the second thing to go, but I can't remember the first! - ---------------------------------------------------------------------- From kuhlbreeze at rocketmail.com Sun Nov 29 18:17:27 2009 From: kuhlbreeze at rocketmail.com (Lyle) Date: Sun, 29 Nov 2009 10:17:27 -0800 (PST) Subject: help In-Reply-To: <20091128170036.6FC116193B2@hormel.redhat.com> Message-ID: <354956.2895.qm@web55003.mail.re4.yahoo.com> Help Please remove me from this mail list. Thanks, Lyle --- On Sat, 11/28/09, redhat-install-list-request at redhat.com wrote: From: redhat-install-list-request at redhat.com Subject: Redhat-install-list Digest, Vol 69, Issue 7 To: redhat-install-list at redhat.com Date: Saturday, November 28, 2009, 9:00 AM Send Redhat-install-list mailing list submissions to ??? redhat-install-list at redhat.com To subscribe or unsubscribe via the World Wide Web, visit ??? https://www.redhat.com/mailman/listinfo/redhat-install-list or, via email, send a message with subject or body 'help' to ??? redhat-install-list-request at redhat.com You can reach the person managing the list at ??? redhat-install-list-owner at redhat.com When replying, please edit your Subject line so it is more specific than "Re: Contents of Redhat-install-list digest..." Today's Topics: ???1. Re: Solaris : How to create user on remote server (alok pandey) ???2. Re: localhost name and fqdn (Rick Stevens) ???3. Re: Solaris : How to create user on remote server (Rick Stevens) _______________________________________________ Redhat-install-list mailing list Redhat-install-list at redhat.com https://www.redhat.com/mailman/listinfo/redhat-install-list -------------- next part -------------- An HTML attachment was scrubbed... URL: From mikerault at yahoo.com Mon Nov 30 00:57:58 2009 From: mikerault at yahoo.com (Michael Ault) Date: Sun, 29 Nov 2009 16:57:58 -0800 (PST) Subject: help In-Reply-To: <354956.2895.qm@web55003.mail.re4.yahoo.com> Message-ID: <979321.42078.qm@web30804.mail.mud.yahoo.com> Michael R. Ault Oracle Guru Texas Memory Systems 770-754-9057 www.texmemsys.com mikerault.blogspot.com www.scubamage.com ? ? --- On Sun, 11/29/09, Lyle wrote: > From: Lyle > Subject: help > To: redhat-install-list at redhat.com > Date: Sunday, November 29, 2009, 1:17 PM > > Help > > Please remove me from this mail list. > > Thanks, > Lyle > > > --- On Sat, 11/28/09, > redhat-install-list-request at redhat.com > > wrote: > > From: redhat-install-list-request at redhat.com > > Subject: Redhat-install-list Digest, Vol 69, Issue 7 > To: redhat-install-list at redhat.com > Date: Saturday, November 28, 2009, 9:00 AM > > Send Redhat-install-list mailing > list submissions to > ??? redhat-install-list at redhat.com > > To subscribe or unsubscribe via the World Wide Web, > visit > ??? https://www.redhat.com/mailman/listinfo/redhat-install-list > or, via email, send a message with subject or body > 'help' to > ??? redhat-install-list-request at redhat.com > > You can reach the person managing the list at > ??? redhat-install-list-owner at redhat.com > > When replying, please edit your Subject line so it is more > specific > than "Re: Contents of Redhat-install-list > digest..." > Today's Topics: > > ???1. Re: Solaris : How to create user on > remote server (alok pandey) > ???2. Re: localhost > name and fqdn (Rick Stevens) > ???3. Re: Solaris : How to create user on > remote server (Rick Stevens) > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > -----Inline Attachment Follows----- > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe From karlp at ourldsfamily.com Mon Nov 30 02:58:09 2009 From: karlp at ourldsfamily.com (Karl Pearson) Date: Sun, 29 Nov 2009 19:58:09 -0700 Subject: help In-Reply-To: <979321.42078.qm@web30804.mail.mud.yahoo.com> References: <979321.42078.qm@web30804.mail.mud.yahoo.com> Message-ID: On Sun, November 29, 2009 5:57 pm, Michael Ault wrote: > > Michael R. Ault > Oracle Guru Texas Memory Systems 770-754-9057 > www.texmemsys.com > mikerault.blogspot.com www.scubamage.com ? ? Nice response, Mike... :-) (now see below) > > --- On Sun, 11/29/09, Lyle wrote: > >> >> Help >> >> Please remove me from this mail list. You have to do that yourself. We are also list members and have no control over your account, but the good news is, YOU DO! Isn't that awesome? Karl >> >> Thanks, >> Lyle >> >> >> --- On Sat, 11/28/09, >> redhat-install-list-request at redhat.com >> >> wrote: >> >> From: redhat-install-list-request at redhat.com >> >> Subject: Redhat-install-list Digest, Vol 69, Issue 7 >> To: redhat-install-list at redhat.com >> Date: Saturday, November 28, 2009, 9:00 AM >> >> Send Redhat-install-list mailing >> list submissions to >> ??? redhat-install-list at redhat.com >> >> To subscribe or unsubscribe via the World Wide Web, >> visit >> ??? https://www.redhat.com/mailman/listinfo/redhat-install-list >> or, via email, send a message with subject or body >> 'help' to >> ??? redhat-install-list-request at redhat.com >> >> You can reach the person managing the list at >> ??? redhat-install-list-owner at redhat.com >> >> When replying, please edit your Subject line so it is more >> specific >> than "Re: Contents of Redhat-install-list >> digest..." >> Today's Topics: >> >> ???1. Re: Solaris : How to create user on >> remote server (alok pandey) >> ???2. Re: localhost >> name and fqdn (Rick Stevens) >> ???3. Re: Solaris : How to create user on >> remote server (Rick Stevens) >> _______________________________________________ >> Redhat-install-list mailing list >> Redhat-install-list at redhat.com >> https://www.redhat.com/mailman/listinfo/redhat-install-list >> -----Inline Attachment Follows----- >> >> _______________________________________________ >> Redhat-install-list mailing list >> Redhat-install-list at redhat.com >> https://www.redhat.com/mailman/listinfo/redhat-install-list >> To Unsubscribe Go To ABOVE URL or send a message to: >> redhat-install-list-request at redhat.com >> Subject: unsubscribe > > _______________________________________________ > Redhat-install-list mailing list > Redhat-install-list at redhat.com > https://www.redhat.com/mailman/listinfo/redhat-install-list > To Unsubscribe Go To ABOVE URL or send a message to: > redhat-install-list-request at redhat.com > Subject: unsubscribe > --- Karl Pearson Karlp at ourldsfamily.com Owner/Administrator of the sites at http://ourldsfamily.com --- "To mess up your Linux PC, you have to really work at it; to mess up a microsoft PC you just have to work on it." --- Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote. --Benjamin Franklin --- Prayer for Obama, et al: http://scriptures.lds.org/en/ps/109/8#8 (~) ---