search for: ksh

Displaying 20 results from an estimated 1188 matches for "ksh".

Did you mean: ks
2009 Feb 05
4
where is PD???
I am installed ORACLE software and it say server did NOT have PD: Checking for make... found - /usr/bin/make Checking for ld... found - /usr/bin/ld Checking for cc... found - /usr/bin/cc Checking for ar... found - /usr/bin/ar Checking for ksh... Unable to find PD KSH version. Unable to locate all utilities with system path. The server is CENTOS 5.1 with almost all software installed. Can anone tell me: 1. where is PD? 2. If I really NOT installed, which RPM should I load? __________________________________________________...
2015 Apr 24
2
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 08:54:48AM -0400, Pete Geenhuizen wrote: > Even though Solaris started using ksh as the default user environment, > almost all of the start scrips were either bourne or bash scripts. With > Bash having more functionality the scripts typically used the > environment that suited the requirements best. Bash is a better command shell for many people, but ksh has bette...
2015 Apr 24
9
Real sh? Or other efficient shell for non-interactive scripts
On 04/24/2015 03:57 AM, Pete Geenhuizen wrote: > if you leave it out the script will run in whatever environment it > currently is in. I'm reasonably certain that a script with no shebang will run with /bin/sh. I interpret your statement to mean that if a user is using ksh and enters the path to such a script, it would also run in ksh. That would only be true if you "sourced" the script from your shell.
2003 Dec 31
1
BAD rsync, or is it bad me?
Something very scary just happened to me while I was creating a ksh script to rsync mulitple FS between two hosts. Here is the script, notice the 'i' at the end of rsync line, it got put there by mistake. You also see the contents of $FSLIST cat'd below the script. When I ran this, it started to delete files in root's home directory and place...
2011 Feb 17
8
logoutput=>on_failure doesn't work as expected
I''m using puppet 0.25.1. I''ve got a simple resource: exec { "/bin/ls $oracle_base/dba/bin/database_backup.ksh": logoutput => on_failure, } and I don''t want it to log every time it''s successfully run: $ sudo tail -F /var/log/messages | grep puppetd Feb 17 16:36:11 test puppetd[26614]: (//my_module/Exec[/bin/ls /u01/ app/oracle/dba/bin/database_backup.ksh]/returns) executed su...
2023 Jan 17
6
[Bug 3523] New: standard output file descriptor was set with: O_NONBLOCK, but restore with flag: 0
...he standard output, then append to one file. But the append flag doesn't take effect. # ssh -V OpenSSH_9.1p1, OpenSSL 1.1.1k FIPS 25 Mar 2021 -- scripts a.sh ssh -l root <other ssh server> "ls 1>/dev/null 2>&1" & sleep 2 echo "abc" ==== Reproduce with ksh a.sh >> ddd the "abc" will be written at the first line of file ddd; Expected, "abc" was at the last line of file ddd. Following commit, seems make enhancement for the non-blocking action; https://github.com/openssh/openssh-portable/commit/7be4ac813662f68e89f23c50de058a4...
2015 Apr 24
2
Real sh? Or other efficient shell for non-interactive scripts
On Fri, Apr 24, 2015 at 08:32:45AM -0400, Scott Robbins wrote: > Wasn't Solaris, which for awhile at least, was probably the most popular > Unix, using ksh by default? Solaris /bin/sh was a real real dumb version of the bourne shell. Solaris included /bin/ksh as part of the core distribution (ksh88 was a part of the SVr4 specification) and so many scripts were written with #!/bin/ksh at the start (including tools like "patchadd"). Note Sol...
2007 Feb 16
8
[Bug 52] ssh hangs on exit
http://bugzilla.mindrot.org/show_bug.cgi?id=52 ------- Comment #47 from tsi at ualberta.ca 2007-02-17 03:06 ------- (In reply to comment #46) > Yes, but that workaround doesn't need the patch. However, with latest > patch, there is no hang when I run test2.ksh and exit from the shell on > linux. But it is not the case with HP-UX. So Im wondering what the > patch is doing with respect to HP-UX. This is at odds with comment #26. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
2015 Apr 24
5
Real sh? Or other efficient shell for non-interactive scripts
...the script runs as expected, if you leave it out the script will run in > whatever environment it currently is in. > I'm confused here, too, and this has been bugging me for some time: why sh, when almost 20 years ago, at places I've worked, production shell scripts went from sh to ksh. It was only after I got into the CentOS world in '09 that I saw all the sh scripts again. mark
2001 May 09
3
"ksh: scp: not found"
...-------------------------------------- scp -v text.txt jstile at HPUXserver:~/test.txt Executing: program /opt/openssh2/bin/ssh host HPUXserver, user jstile, command scp -v -t ~/test.txt jstile at HPUXserver's password: Permission denied, please try again. jstile at HPUXserver's password: ksh: scp: not found lost connection
2023 Jul 06
1
Subsystem sftp invoked even though forced command created
On 05.07.23 18:01, MCMANUS, MICHAEL P wrote: > It appears the forced command either does not run or runs to completion > and exits immediately, as there is no process named "receive.ksh" in > the process tree. FWIW, two cents of mine: -- The script *exiting* should *not* prompt sshd to execute the requested subsystem "as a second thought", or else it'd happen all over the place. -- The process' cmdline would state the shell executing the script (ksh,...
2015 Apr 24
3
Real sh? Or other efficient shell for non-interactive scripts
It was the mid/late-90s, but I seem to recall Bourne being the default shell, although sh/ksh/csh were all available with a typical install. On Fri, Apr 24, 2015 at 8:32 AM, Scott Robbins <scottro at nyc.rr.com> wrote: > On Fri, Apr 24, 2015 at 08:02:56AM -0400, mark wrote: > > On 04/24/15 06:57, Pete Geenhuizen wrote: > > > > > >On 04/24/15 06:07, E.B. wr...
2016 Aug 09
1
ssh & ksh question [RESOLVED]
...t;here documents" are subject > to expansion according rules documented in the bash man page, unless you > quote the word you use as the here document delimeter. > > That is, try: > > ssh system2 <<"EOF" > blah, blah > EOF Actually, the script itself is ksh. However, finally getting to email with my manager, he just did it the simpler way, with a separate script to run it. And the reason I didn't realize that his script was working as designed is that unless I fed /dev/null into his script, rather than send a email, it printed the report to the sc...
2015 Mar 02
0
CEBA-2015:0273 CentOS 6 ksh BugFix Update
...Errata and Bugfix Advisory 2015:0273 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0273.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 1b18a7ba2e3dfd59515f0d722a92cf970474bb1d4b4be5014bbd30050f90c5a4 ksh-20120801-21.el6_6.2.i686.rpm x86_64: b7fa412e41427c37a6bc017787ba5904bceee292e9e583b4b53f67353e43dff6 ksh-20120801-21.el6_6.2.x86_64.rpm Source: fd62e15f6e729922a78ed7c883041dc2267ce380fabd25575c5d467d033d5043 ksh-20120801-21.el6_6.2.src.rpm -- Johnny Hughes CentOS Project { http://www.cent...
2015 Mar 16
0
CEBA-2015:0688 CentOS 5 ksh BugFix Update
...Errata and Bugfix Advisory 2015:0688 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0688.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 469c5c0ac37a37580d39afcdcfd3def1673d3d441c36d9e1b0e66989946495cd ksh-20100621-24.el5_11.i386.rpm x86_64: 42b9c012d966f83ecc46c58217c8f9a233342b1d7bd5308a32bc26bea9ae916b ksh-20100621-24.el5_11.x86_64.rpm Source: c69aed39ffa55c263b784176afe2d540265c3c16b990b37a63fe3f02643d2683 ksh-20100621-24.el5_11.src.rpm -- Johnny Hughes CentOS Project { http://www.centos....
2015 Apr 15
0
CEBA-2015:0810 CentOS 6 ksh BugFix Update
...S Errata and Bugfix Advisory 2015:0810 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0810.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 7e43bcb54b94b31fdf7559e7c3ca441e57eca1a820b13d8eb98f08d40a2b2dcb ksh-20120801-21.el6_6.3.i686.rpm x86_64: 57d055dce543b23fef97fa0f0f6294eb0b875a1d447db991e15c125f7f316a21 ksh-20120801-21.el6_6.3.x86_64.rpm Source: b7c8c8e5f7efbf6f3e834818628a3a178c6b3aa27ec949c332da4fd927340130 ksh-20120801-21.el6_6.3.src.rpm -- Johnny Hughes CentOS Project { http://www.cent...
2015 Aug 13
0
CEBA-2015:1609 CentOS 6 ksh BugFix Update
...Errata and Bugfix Advisory 2015:1609 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1609.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ff72bc7cdddf27c0817099fa33d1be91b20ff1f61f7277f3074c1a79799e3d22 ksh-20120801-28.el6.1.i686.rpm x86_64: 423abfac7b2fcf865fc219ba661b385785bdcf168f8305a004f481b3d99b8b79 ksh-20120801-28.el6.1.x86_64.rpm Source: 595e1ccdc055c354f4f1cfc1bc10b4fc47e577f8a8ae442064ae7c04222ddced ksh-20120801-28.el6.1.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org...
2015 Sep 22
0
CEBA-2015:1825 CentOS 6 ksh BugFix Update
...Errata and Bugfix Advisory 2015:1825 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-1825.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: e634b5919bd71019adbebd4099544d6c3129daa6a88e01395b8f468081203d03 ksh-20120801-28.el6_7.3.i686.rpm x86_64: d27dbab3d124dd7a01300432bb337f1ea04ef55dac9161875bd3a6de7fc1a5bc ksh-20120801-28.el6_7.3.x86_64.rpm Source: 659d02c9e0d950d6676efe12e8839fbf14894e92f086ce7cc92f77c1ccc81280 ksh-20120801-28.el6_7.3.src.rpm -- Johnny Hughes CentOS Project { http://www.cent...
2017 May 31
0
CEBA-2017:1378 CentOS 6 ksh BugFix Update
...Errata and Bugfix Advisory 2017:1378 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1378.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: fc1bbb94b5fdabf00b0ff03a8257c94023dbba2614a88484406349deccc1073b ksh-20120801-34.el6_9.i686.rpm x86_64: 26211fdb5fa33828405d919b032b11edb13913c244ad0c486e13b598df495298 ksh-20120801-34.el6_9.x86_64.rpm Source: 8306521190c7e4b83bf4a6123b188e7f5d45a6b576cdafa7f20af0f1b1dfe538 ksh-20120801-34.el6_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org...
2017 Jul 12
0
CEBA-2017:1728 CentOS 6 ksh BugFix Update
...Errata and Bugfix Advisory 2017:1728 Upstream details at : https://rhn.redhat.com/errata/RHBA-2017-1728.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: a63c7dc235dc20a6cef8b6bff6d10f6d381ac1e04a974d00f9c1ef7b46cc6845 ksh-20120801-35.el6_9.i686.rpm x86_64: 0bef7d82534c6f5711bb1c10dee7df9a3c6c93e042907e2b1cf54f63cd384a43 ksh-20120801-35.el6_9.x86_64.rpm Source: e784dc6b5c41be4544539fec38ccb9b278930f8e29a4f425653002123ca75b4b ksh-20120801-35.el6_9.src.rpm -- Johnny Hughes CentOS Project { http://www.centos.org...