Search Results

Search: Posts Made By: twk
963
Posted By twk
CVS: can not checkout a newly added file
My project is on solaris 10 using cvs 1.12.13. A team member has added a new file to the repo using the add command followed by commit. When another team member executes the status command in the...
3,741
Posted By twk
If the nohup is redundant in my example would not...
If the nohup is redundant in my example would not the disown be redundent as well? or to put it another way what does the disown do that the redirection in conjunction with putting the script in the...
3,741
Posted By twk
Very kewl, did not know about "disown"....
Very kewl, did not know about "disown". Regrettably the version of ksh on this server (Solaris 10) does not support disown. Why did you use "</dev/null", I know what it is but not why you used it.
...
3,741
Posted By twk
Not to mention that the output for the user is...
Not to mention that the output for the user is "lost" in nohup.out even if it's FG script. I guess I will have to break the script into two parts in separate files.

Thanks...

---------- Post...
3,741
Posted By twk
I'm working in Solaris 10 and there is no GNU...
I'm working in Solaris 10 and there is no GNU software on the system or at least none that I can find, but thanks for the idea as I've not heard of that before and it does sound useful.
3,741
Posted By twk
can a nohup'ed ksh script interact with user
I have a long running ksh script that I need to run with "nohup" in the backgound which is all well and good but at the very start of the script it needes to output to the screen to query the user...
Forum: Solaris 03-29-2012
13,763
Posted By twk
bitlord, the first line in you last post did...
bitlord,
the first line in you last post did the install and at this point it seems to be ok. thanks for your your help!

studio_oracle,
i downloaded the SVR4 package from Oracle Solaris Studio...
Forum: Solaris 03-28-2012
13,763
Posted By twk
Tried every varient of your suggestions and...
Tried every varient of your suggestions and pkgadd was happy with any of them. What follows is the terminal session:

# pkgadd -d /tmp/SolarisStudio12.3-solaris-x86-pkg
pkgadd: ERROR: no packages...
Forum: Solaris 03-28-2012
13,763
Posted By twk
I put the downloaded file in /tmp as you...
I put the downloaded file in /tmp as you suggested and ran the code above followed by
pkgadd -d SolarisStudio12.3-solaris-x86-pkg and got an error saying no package was found. I do not know what...
Forum: Solaris 03-27-2012
13,763
Posted By twk
The file was located in /Desktop. I rm'ed...
The file was located in /Desktop.

I rm'ed that file and downloaded it again but this time the file came thru with a different name, specifically, SolarisStudio12.3-solaris-x86-pkg.tar.bz2....
Forum: Solaris 03-27-2012
13,763
Posted By twk
oddly enough i did read that doc but found...
oddly enough i did read that doc but found nothing addressing use of or issues with pkgadd. just downloaded the suite again and will try again. if that does not work i'll go with the tar'ed bins. any...
Forum: Solaris 03-26-2012
13,763
Posted By twk
pkgadd will not install solaris studio 12.3
I downloaded Solaris 10 OS on x86, SVR4 installer to my desktop and ran digest -a md5 on the downloaded file and the hash values matched. I then ran bunzip2 followed by pkgadd -d...
3,821
Posted By twk
exit status from ksh script exec from java using runtime
how do i get the exit status from a ksh or perl script executed in a java program using Runtime?
Forum: Red Hat 06-02-2011
3,030
Posted By twk
setup sudo for cmd exec w/o password
i need to set up a user to execute a restricted command as another user and to be able to do so without entering a password. I understand the security concerns but let's not go there, unless you are...
9,445
Posted By twk
find command error
Executing "find /abc -follow -ls" the message "find: cycle detected for /abc/def/ghi/

What does this mean?

Thanks...
1,889
Posted By twk
Interesting that. As it turns out it is not at...
Interesting that. As it turns out it is not at all clear which version of find is actually being used and results differ in the way the find is executed. If done as a remote execution the "no error"...
1,889
Posted By twk
Odd message from find command
Running the find command as: find /abc -follow -ls gives, for some files, the message, which I have never seen before:

find: /abc/def/123.txt: No error

Does it mean that find found the file...
17,760
Posted By twk
BladeLogic: how to run concurrent instances of "nexec"
I need to write a NSH script in BladeLogic that would have multiple instances of "nexec" running concurrently. I've tried to run nexec in background (nexec -n $server $command&) but nexec does not...
3,589
Posted By twk
Thanks, that did make the script work more the...
Thanks, that did make the script work more the way I was expecting.
3,589
Posted By twk
"while read ..." loop exiting after reading only one record
Greeting,

The following script completes after reading only one record from the input file that contains many records. I commented out the "ssh" and get what I expect, an echo of all the records...
6,625
Posted By twk
Unix ldapsearch can not contact a Windows LDAP Server
Good morning,

Firstly my appologies if this post is not exactly approprate for this forum but I do not know were else to post it. If anyone knows of a better forum for this please let me know.
...
12,895
Posted By twk
Thanks for reply but, unfortunately, I don't know...
Thanks for reply but, unfortunately, I don't know where to go to get the info you mention for me to check.
12,895
Posted By twk
I'm logged into the host using my personal...
I'm logged into the host using my personal credentials they su to a production username.
Here is the entire exchange:

~ $ su - produser
Enter your LAN Password:
<username produser entered>...
12,895
Posted By twk
su failure
Usually when su rejects an attempt to switch user it responds with "Sorry" but with a certain username on some unix servers the response is "Killed". I'm guessing the su accepted the...
6,383
Posted By twk
ERROR: "/bin/ksh: Not owner" Reply to Thread
What is the exact action/output sequence you see?

$ ssh user@host (user@host)
Enter your LAN Password:
Last login: Fri Sep 18 09:38:27 2009 from host.f
/bin/ksh: Not owner
Connection to host...
Showing results 1 to 25 of 35

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