Sponsored Content
Full Discussion: Cron not working
Operating Systems Linux SuSE Cron not working Post 302968392 by solaris_1977 on Wednesday 9th of March 2016 03:40:24 AM
Old 03-09-2016
It was not missed. I tried it multiple times and it never ran. May be I picked wrong example above.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

cron/crontab not working

Hello All! I'm having problems with cron. First cron is running as a process when i send the top command and I am logged in as root. I type crontab -e to edit/create my cron job. What I'm trying to do is run a perl script on my server (the script does work, i know because I type perl script.pl... (2 Replies)
Discussion started by: ezekiel61
2 Replies

2. UNIX for Dummies Questions & Answers

cron not working

Cron does not seem to work with this crontab. Any ideas? # run-parts # commands to execute every hour 01 * * * * root run-parts /etc/cron.hourly # commands to execute every day 02 4 * * * root run-parts /etc/cron.daily # commands to execute every week 22 4 * * 0 root run-parts... (1 Reply)
Discussion started by: DaleCabell
1 Replies

3. UNIX for Dummies Questions & Answers

Cron not working?

Hello I have a mac os x server machine that I have setup a cron to run a php file using wget and cron doesn't seem to work. I have setup cron on other mac's before and they have all worked. Also I know wget works because I have tested it. Is there anything else I should try? I do crontab -e and... (5 Replies)
Discussion started by: christo16
5 Replies

4. HP-UX

Cron - Not working properly

Hi, I do have three scripts. Whcih inserts records into a table using sqlldr, creating some reprot files etc. The first script will call the second and then the second will call the third. When I run my first script from the shell prompt, all my operation are completed successfully. If I do... (23 Replies)
Discussion started by: risshanth
23 Replies

5. UNIX for Dummies Questions & Answers

Cron not working

I created a file in /u01/oradata directory as cronjb.ksh which contains following script 30 12 * * * /export/home/oracle/u01/oradata/rman.ksh '/export/home/oracle' is my root directory. I then moved cronjb.ksh file to my '/export/home/oracle' directory. i typed crontab cronjb.ksh. However my... (1 Reply)
Discussion started by: manna
1 Replies

6. Shell Programming and Scripting

why isnt cron working?

I am using Ubuntu linux desktop, and I am trying to schedule a sheel script to run every 10minutes. These are the steps I have taken: crontab -e added and saved this line to the file # m h dom mon dow command */1 * * * * /home/enzo/Desktop/dlrecentuse restarted cron: sudo... (5 Replies)
Discussion started by: daydreamer
5 Replies

7. Solaris

cron not working.

I have a script monitor.sh the path is /netmon/bin/monitor.sh when i run this script as sh /netmon/bin/monitor.sh it runs completely fine. but when i include it in crontab , it does not run my cron entry is 0,5,10,15,20,25,30,35,40,45,50,55 * * * *... (11 Replies)
Discussion started by: asalman.qazi
11 Replies

8. Shell Programming and Scripting

Script is not working from cron while working manually

Hello, I am facing a very strange problem when I run my script manuallu ./Fetchcode which is using to connect with MKS integrity from linux end it workks fine but when I run it from cron it doesn't work.Can someone help me 1) How could I check my script when it is running from cron like... (3 Replies)
Discussion started by: anuragpgtgerman
3 Replies

9. Shell Programming and Scripting

cron job now working?

Hi all, I wrote a script as below, #!/bin/ksh . /app/home/etc/sudo.profile >/dev/null java -jar $HOME/abc.jar The jar file abc.jar is located in the same folder as the script. When I'm manually running that script the jar file gets executed. However if I set a cron job, it... (5 Replies)
Discussion started by: isaacniu
5 Replies

10. Shell Programming and Scripting

Script not working in cron but working fine manually

Help. My script is working fine when executed manually but the cron seems not to catch up the command when registered. The script is as follow: #!/bin/sh for file in file_1.txt file_2.txt file_3.txt do awk '{ print "0" }' $file > tmp.tmp mv tmp.tmp $file done And the cron... (2 Replies)
Discussion started by: jasperux
2 Replies
SoPickedPoint(3)						       Coin							  SoPickedPoint(3)

NAME
SoPickedPoint - The SoPickedPoint class is used for specifying picked points. It holds miscellaneous information about the picked point, such as position, normal, texture coordinate and material index in the current material. It might also hold detail information (an SoDetail subclass) for every node in the picked path. SYNOPSIS
#include <Inventor/SoPickedPoint.h> Public Member Functions SoPickedPoint (const SoPickedPoint &pp) SoPickedPoint (const SoPath *const path, SoState *const state, const SbVec3f &objSpacePoint) ~SoPickedPoint () SoPickedPoint * copy () const const SbVec3f & getPoint () const const SbVec3f & getNormal () const const SbVec4f & getTextureCoords () const int getMaterialIndex () const SoPath * getPath () const SbBool isOnGeometry () const const SoDetail * getDetail (const SoNode *const node=NULL) const const SbMatrix & getObjectToWorld (const SoNode *const node=NULL) const const SbMatrix & getWorldToObject (const SoNode *const node=NULL) const const SbMatrix & getObjectToImage (const SoNode *const node=NULL) const const SbMatrix & getImageToObject (const SoNode *const node=NULL) const SbVec3f getObjectPoint (const SoNode *const node=NULL) const SbVec3f getObjectNormal (const SoNode *const node=NULL) const SbVec4f getObjectTextureCoords (const SoNode *const node=NULL) const void setObjectNormal (const SbVec3f &normal) void setObjectTextureCoords (const SbVec4f &texCoords) void setMaterialIndex (const int index) void setDetail (SoDetail *detail, SoNode *node) Detailed Description The SoPickedPoint class is used for specifying picked points. It holds miscellaneous information about the picked point, such as position, normal, texture coordinate and material index in the current material. It might also hold detail information (an SoDetail subclass) for every node in the picked path. See also: SoRayPickAction Constructor &; Destructor Documentation SoPickedPoint::SoPickedPoint (const SoPickedPoint &pp) Copy constructor. SoPickedPoint::SoPickedPoint (const SoPath *constpathptr, SoState *conststateptr, const SbVec3f &objSpacePoint) Constructor. Uses the state to convert between world and object space for the data. SoPickedPoint::~SoPickedPoint () Destructor. Member Function Documentation SoPickedPoint * SoPickedPoint::copy () const Returns a copy of this picked point. Note that if the Coin library has been built as a DLL under Microsoft Windows and you use this method from application code, you must make sure that both the Coin DLL and the application executable is using the same instance of a C Run-Time (CRT) library. Otherwise, you will get memory heap corruption upon deallocating the returned instances, eventually leading to mysterious crashes. const SbVec3f & SoPickedPoint::getPoint () const Returns the world space point. const SbVec3f & SoPickedPoint::getNormal (void) const Returns the world space normal. const SbVec4f & SoPickedPoint::getTextureCoords () const Returns the image space texture coordinates. int SoPickedPoint::getMaterialIndex () const Returns the material index. SoPath * SoPickedPoint::getPath () const Returns the path to the picked object. SbBool SoPickedPoint::isOnGeometry () const Returns TRUE if this picked point is on the actual geometry of the picked object, or FALSE if not (it might for instance be on the bounding box if picking was done on bounding boxes). const SoDetail * SoPickedPoint::getDetail (const SoNode *constnode = NULL) const Returns detail for node. If node equals NULL, the detail for the picked object is returned. const SbMatrix & SoPickedPoint::getObjectToWorld (const SoNode *constnode = NULL) const Returns the matrix which converts from object (specified by node) to world space. If node equals NULL, the object space of the picked object will used. const SbMatrix & SoPickedPoint::getWorldToObject (const SoNode *constnode = NULL) const Returns the matrix which converts from world to object (specified by node) space. If node equals NULL, the object space of the picked object will used. const SbMatrix & SoPickedPoint::getObjectToImage (const SoNode *constnode = NULL) const Returns the matrix which converts from object (specified by node) to image space. If node equals NULL, the object space of the picked object will used. const SbMatrix & SoPickedPoint::getImageToObject (const SoNode *constnode = NULL) const Returns the matrix which converts from image to object (specified by node) space. If node equals NULL, the object space of the picked object will used. SbVec3f SoPickedPoint::getObjectPoint (const SoNode *constnode = NULL) const Returns the object space point, in the object space specified by node. If node equals NULL, the object space of the node where the point was actually picked will be used (this is what one would usually be interested in). node can be any node in the scenegraph. SbVec3f SoPickedPoint::getObjectNormal (const SoNode *constnode = NULL) const Returns the object space (specified by node) normal. If node equals NULL, the picked point object space will be used. SbVec4f SoPickedPoint::getObjectTextureCoords (const SoNode *constnode = NULL) const Returns the object space (specified by node) texture coordinates. If node equals NULL, the picked point object space will be used. void SoPickedPoint::setObjectNormal (const SbVec3f &normalref) Sets the picked point objects space normal vector. void SoPickedPoint::setObjectTextureCoords (const SbVec4f &texCoordsref) Sets the picked point object space texture coordinates. void SoPickedPoint::setMaterialIndex (const intindex) Sets the material index. void SoPickedPoint::setDetail (SoDetail *detail, SoNode *node) Sets the detail for node. node must be in the picked path, of course. Set to NULL if you want to remove a detail for a node. Author Generated automatically by Doxygen for Coin from the source code. Version 3.1.3 Wed May 23 2012 SoPickedPoint(3)
All times are GMT -4. The time now is 11:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy