Search Results

Search: Posts Made By: mdhmi
4,361
Posted By mdhmi
/etc/mail/access yahoo.com REJECT
/etc/mail/access

yahoo.com REJECT
26,615
Posted By mdhmi
You could embed only the encrypted portion of the...
You could embed only the encrypted portion of the password and use sed to update /etc/shadow.

nathan - the "--stdin" option is not universial.
2,454
Posted By mdhmi
Post the code you've written so far and we'll...
Post the code you've written so far and we'll point you in the right direction. We will -NOT- however do your entire homework assignment.
2,589
Posted By mdhmi
Any reason "ps -ef" wouldn't work?
Any reason "ps -ef" wouldn't work?
2,464
Posted By mdhmi
Is the actual system date/time correct? ...
Is the actual system date/time correct?

Assuming you haven't been hacked I'd try recreating thouch files ">wtmpx" for example.
5,108
Posted By mdhmi
DUPE. There is no need to cross-post!
DUPE. There is no need to cross-post!
5,421
Posted By mdhmi
You can do your own homework for starters. ...
You can do your own homework for starters.

Post the code you've written so far and then ask for help.
10,833
Posted By mdhmi
Have you looked in /var/cron/log and...
Have you looked in /var/cron/log and /var/adm/messages for clues.

You may also want to run:

ptree $(pgrep cron)

to get some idea of what is happening when you observe the problem.
Forum: Solaris 09-28-2006
2,609
Posted By mdhmi
Still supported in what context? Sun is still...
Still supported in what context? Sun is still creating patches for it if that's what you mean.
Forum: Solaris 09-28-2006
122,897
Posted By mdhmi
It's good to know both ways as "getent" is not...
It's good to know both ways as "getent" is not also available.

saainaath gets the UUOC award. :D
Forum: Solaris 09-28-2006
3,253
Posted By mdhmi
Verify the users home directory is valid and that...
Verify the users home directory is valid and that permissions are correct.
Forum: IP Networking 09-28-2006
4,579
Posted By mdhmi
For which OS? What type of storage hardware? ...
For which OS? What type of storage hardware? What type of HBA? What type of volume management? Everything changes everything.
Forum: IP Networking 09-28-2006
2,300
Posted By mdhmi
I agree that this sounds like a client...
I agree that this sounds like a client application issue, however cover your basics: make sure the OS patches are up-to-date, verify there are no errors logged in /var/adm/messages, verify there...
3,202
Posted By mdhmi
There are dozens of different certifications...
There are dozens of different certifications available. Sun offers various certifications for Solaris, IBM for AIX, RedHat for Redhat, etc.
8,672
Posted By mdhmi
What's in the system and cron logs?
What's in the system and cron logs?
10,833
Posted By mdhmi
There are a number of monitoring tools that can...
There are a number of monitoring tools that can query/restart processes. init comes to mind as does BB, Tivoli, OpenView, etc.

The real question is why cron is failing. What is in your system...
4,320
Posted By mdhmi
That's just faulty administration in my opinion. ...
That's just faulty administration in my opinion.

History files are easily manipulated by the users and aren't a great way to obtain a log for security audits.
2,874
Posted By mdhmi
Wow does this sound like a homework question. ...
Wow does this sound like a homework question.

What do you notice:

THIS=that
$ echo $THIS1
$ echo ${THIS}1
54,849
Posted By mdhmi
That is an incorrect usage of "echo". Do you...
That is an incorrect usage of "echo".

Do you have something against cat, more, less, page, etc ?
1,493
Posted By mdhmi
$$ is the pid of the process. Example: ...
$$ is the pid of the process.

Example:

ncpr1 $ ps
PID TTY TIME CMD
12415 pts/17 0:00 ksh
16571 pts/17 0:00 ps

ncpr1 $ touch junkfile.$$

ncpr1 $ ls -l junkfile.12415 ...
21,403
Posted By mdhmi
That thread mentions an AIX specific solution. ...
That thread mentions an AIX specific solution.

As I remember, the version of tar included in Solaris 8 was limited. You may need to install gtar (available in package format from...
31,284
Posted By mdhmi
No, as ifconfig only displays information about...
No, as ifconfig only displays information about the server, not the client. As others have mentioned "who" and "finger" can be used to obtain information about the client.
2,747
Posted By mdhmi
My guess is that Solaris was configured (which is...
My guess is that Solaris was configured (which is the default behavior in Solaris 9) to only accept connections on "localhost" (meaning the 127.0.0.1 address).
Showing results 1 to 23 of 23

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