Search Results

Search: Posts Made By: rn_
4,855
Posted By rn_
sorry wrong context...
sorry wrong context...
3,913
Posted By rn_
is that / before tail supposed to be a |?
is that / before tail supposed to be a |?
Forum: AIX 06-22-2011
11,653
Posted By rn_
make sure sendmail started and it is not...
make sure sendmail started and it is not configured for secure connection only; that is different port number.

Also, are you doing telnet from the same box or a different box? There could be a...
2,136
Posted By rn_
Seems simple enough already, however .... ...
Seems simple enough already, however ....

You could look into using grep instead of the second for loop. I probably would be more efficient then a shell for loop, and it would help eliminate a...
Forum: Solaris 06-17-2011
2,370
Posted By rn_
all the main commands reside in /usr/bin (not to...
all the main commands reside in /usr/bin (not to mention all the other stuff like libs, etc.). If you mount a new blank partition to /usr of course you will lose all the command. Try mounting the...
3,453
Posted By rn_
That's because you are using the $MONTHEND var in...
That's because you are using the $MONTHEND var in each assignment. The last one always gets assigned to MTS. You should change the $MONTHEND to $MTS and start with assigning $MONTHEND to MTS (ie. 1st...
Forum: AIX 06-06-2011
18,189
Posted By rn_
what about /etc/security/login.cfg. has it been...
what about /etc/security/login.cfg. has it been changed? The first error appears to be related to this file and the rest are probably just a consequence of the failure of that one.
Forum: AIX 06-06-2011
18,189
Posted By rn_
stupid question but you are running smitty as...
stupid question but you are running smitty as root, right?
785
Posted By rn_
Here's a script that may help. It basically lists...
Here's a script that may help. It basically lists the ids of all the child processes followed by the parent process. You can pipe it to 'xargs kill' and that would kill the processes, or you can...
Forum: Red Hat 04-15-2011
3,908
Posted By rn_
if you want to avoid adding entries to the host...
if you want to avoid adding entries to the host file, you will either have to setup your own dns server or use the one in your router if that provides this functionality.

the reason the windows...
Forum: Red Hat 04-15-2011
3,908
Posted By rn_
yes ... and lot's of it; I think too many to...
yes ... and lot's of it; I think too many to explain all here. But here are some things that you can research.

1. Is the VM using bridged or NATed?
2. Do you have a DNS?
3. DHCP or static IP?
...
1,657
Posted By rn_
wow, that's very ambitious. if you think this...
wow, that's very ambitious. if you think this will be a utility you will need over and over, and if you want to use regular expressions, you will have to define all the different patterns you want to...
2,379
Posted By rn_
something like this might work. you may have to...
something like this might work. you may have to adjust it for your env.


find /yourdirname -name 'att' | while read line; do DIR=`basename $(dirname $line)`; mv att "$DIR_att"; done


HTH....
Showing results 1 to 13 of 13

 
All times are GMT -4. The time now is 02:11 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy