Search Results

Search: Posts Made By: agent001
2,006
Posted By agent001
Best way to connect to hundreds of nodes and grep log files
Hi, What will be the best way to connect (ssh) to hundreds of nodes and grep log files parallely from shell. Using for loop seems to be sequential. Are there any shell built in construct which could...
4,189
Posted By agent001
Fixed
Permission on the /usr, /, /usr, /usr/bin, /dev, /devices was not correct.
Once that was fixed su - was working for users with sys as secondary group.

There was no significant problem with server...
4,189
Posted By agent001
Got a temp fix to su -
Hi methyl,
I had problem while login in with any user add to the sys group. So I tried with the truss and got errors like below for truss of su - command. I looked in to the permission of the files...
4,189
Posted By agent001
Hi Corona688, I tried with stat, but i get...
Hi Corona688,

I tried with stat, but i get this error, what need to be corrected?

#!/bin/bash
find /home/agent > /tmp/filelist
exec 3< /tmp/filelist
while read i <&3
do...
4,189
Posted By agent001
Hi Corona688/kumaran_5555, Sorry for the bit...
Hi Corona688/kumaran_5555,

Sorry for the bit of confusions here, I just used these files to show different permissions and just that. It got nothing with the symlinks.

Thanks corona688, I was...
4,189
Posted By agent001
Re-apply the file permission
Hi, I having an issue with file permission. To fix it I need to read the file's existing permission and re-apply the same permission to the file. This has to be done for every single file under a...
Forum: Solaris 08-12-2010
26,883
Posted By agent001
Err#13 EACCES
After analyzing the truss output found issue with the file permission, most of the directories base directories like /var, /, /etc, /usr, /bin didn't have execute permission. I corrected them, but...
Forum: Solaris 08-10-2010
26,883
Posted By agent001
Hi citaylor, The option -ae didn't return...
Hi citaylor,

The option -ae didn't return any different output with the truss command for these errors lines, they gave the same error without any arguments being passed.
In /etc/user_attr only...
Forum: Solaris 08-09-2010
26,883
Posted By agent001
Hi, in /etc/mnttab "auto_mount" is not mounted,...
Hi, in /etc/mnttab "auto_mount" is not mounted, so automounter is not in used and I tried with the truss on this server for the same user with and without "sys" in secondary group. It was helpful,...
Forum: Solaris 08-09-2010
26,883
Posted By agent001
I changed the directory too, no good I still have...
I changed the directory too, no good I still have the problem
Forum: Solaris 08-09-2010
26,883
Posted By agent001
Hi, I'm afraid I cant disable it. Can this user...
Hi, I'm afraid I cant disable it. Can this user home directory be moved to /export/home/agent instead of /home/agent. Will this fix the problem?
Forum: Solaris 08-09-2010
26,883
Posted By agent001
Hi, How could I find it? I have these...
Hi, How could I find it? I have these configuration.

# tail /etc/auto_master
# Master map for automounter
#
+auto_master
/net -hosts -nosuid,nobrowse
/home ...
Forum: Solaris 08-09-2010
26,883
Posted By agent001
# cat /etc/shells /usr/bin/sh /usr/bin/csh ...
# cat /etc/shells
/usr/bin/sh
/usr/bin/csh
/usr/bin/ksh
/usr/bin/jsh
/bin/sh
/bin/csh
/bin/ksh
/bin/jsh
/sbin/sh
/sbin/jsh
/sbin/noshell
/bin/bash
/bin/pfcsh
/bin/pfksh
/bin/pfsh...
Forum: Solaris 08-09-2010
26,883
Posted By agent001
su: No shell/No directory! if sys is added to a users secondary group
Hi,
When I include a user to the secondary group "sys" GID=3 in Solaris 9 OS I'm not able to login. I get these error. The user home directory and the shell exists. Is this because of any security...
3,536
Posted By agent001
Informational
Thank you for your time in this, that was informational.
3,536
Posted By agent001
It works
Thank you, it worked.

Could you reason, what was causing that?
3,536
Posted By agent001
Exit status redirection
Hi,

I'm having this simple code below, the file serverlist has a list of IPs one per line. When executed the while loop is executed only once, after that the program terminates. How should i...
Showing results 1 to 17 of 17

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