Search Results

Search: Posts Made By: jastanle84
Forum: Solaris 09-23-2011
1,947
Posted By h@foorsa.biz
echo $$ $$ The process number of the current...
echo $$
$$ The process number of the current shell.
Forum: Solaris 09-23-2011
1,947
Posted By h@foorsa.biz
It generates a syslog(3C) message when generation...
It generates a syslog(3C) message when generation of a global core file is attempted.
No log files are written as you expect
Each process that terminates abnormally produces two core files: one...
Forum: Solaris 09-22-2011
3,877
Posted By Skrynesaver
bind is the Berkeley Internet name daemon, it is...
bind is the Berkeley Internet name daemon, it is the most popular DNS server in use on Unix servers. It associates IP addresses with hostnames, thereby enabling network connectivity.
Forum: Solaris 04-02-2011
8,638
Posted By Perderabo
I'm not near a Solaris system so I can't try...
I'm not near a Solaris system so I can't try this, but I think that svcadm disable rpc/bind should do it.
Forum: Solaris 03-30-2011
2,042
Posted By jlliagre
/usr/dt/bin/dtconfig -d /usr/dt/bin/dtconfig...
/usr/dt/bin/dtconfig -d
/usr/dt/bin/dtconfig -reset
Forum: Solaris 03-16-2011
7,226
Posted By paz9
I never could stop sendmail
I've had similar problems jastanle84 and I don't even need sendmail. But I never could seem to get rid of it, even disabling the service did not help.
What can get rid of the error message though...
Forum: Solaris 11-22-2010
2,790
Posted By jlliagre
First make sure your boot media is not corrupted....
First make sure your boot media is not corrupted. If not, try giving enough RAM to the VM.
Forum: Solaris 09-24-2010
4,773
Posted By jlliagre
There is "ulimit -t" but it uses CPU time, not...
There is "ulimit -t" but it uses CPU time, not clock time. Using it is however likely a wrong approach. You might first try understanding why these ssh processes do stack up in the first place.
Forum: Solaris 09-27-2010
4,192
Posted By kumarmani
Gunzip 1st before seeing the file
Gunzip 1st before seeing the file
Forum: Solaris 09-21-2010
23,422
Posted By jlliagre
The syntax I suggested works only with SunOS 5.11...
The syntax I suggested works only with SunOS 5.11 based distributions. Sorry for not mentioning that.
Forum: Solaris 09-20-2010
23,422
Posted By jlliagre
You might want to use ls extended attributes...
You might want to use ls extended attributes display option to get these times.
$ ls -l -% all bootenv.rc
-rw-r--r-- 1 root root 1317 Mar 9 2010 bootenv.rc
timestamp:...
Forum: Solaris 09-17-2010
23,422
Posted By jim mcnamara
Unix files keep three times: last time the...
Unix files keep three times:

last time the file was accessed, modified, or metadata changed (eg chmod)


$ ls -ce passwd
-rw-r--r-- 1 root root 894 Sep 16 14:18:29 2010 passwd...
Forum: Solaris 09-16-2010
3,026
Posted By bluescreen
Sorry, I am out of suggestions.
Sorry, I am out of suggestions.
Forum: Solaris 09-07-2010
57,063
Posted By jlliagre
passwd -s username will tell you when the...
passwd -s username will tell you when the password was last changed and after how much days it will expires. You can also read these values in the /etc/shadow file.
Forum: Solaris 08-05-2010
19,248
Posted By jim mcnamara
find /path -inum [number] -exec rm -rf {} \; ...
find /path -inum [number] -exec rm -rf {} \;

Note: there are syntax errors in the above post. The -r also is potentially dangerous if the file is a directory - all of the subdirectories and...
Forum: HP-UX 07-23-2010
17,256
Posted By Ikon
According to: Authentication refused: bad...
According to: Authentication refused: bad ownership or modes for directory /home

this is where your problem is, it gives that error when the permissions of home are to relaxed. Set it to what I...
Showing results 1 to 16 of 16

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