Fedora :: Setting Crontab Or Equivalent On Network?

Aug 14, 2011

I have been using a private computer on my departmental network. I am now in the process of switching to the public system. This is a system of different computers, each of which mounts the same homeserver directories for users. One may login to any of these machines and see the same home directory. The department is running a clone of Red Hat Enterprise Linux called Scientific Linux. It is not a lot different from Fedora Linux.

I copied a crontab entry form my private machine and ran crontab -e on one of these computers. I suppose it will now do what needs doing, but what if I need to change the entry or add other entries. I will have to search around for the one computer on which crontab is running. Is there some global network way to do the same thing, i.e., so that I can edit the crontab entries from any machine in the public network?

View 3 Replies


ADVERTISEMENT

General :: WiFi Network Stumbler (Fedora) Equivalent

May 16, 2011

Does anyone know a linux equivalent to the Network Stumbler? Some people recommend the WiFi Radar, but I found it not nearly as functional.

View 1 Replies View Related

General :: Crontab Not Working \ Edited Crontab File Using Crontab -e?

Apr 27, 2010

I am using Linux 64 bit Redhat Linux. I am trying to setup simple crontab as follow...1. Edited crontab file using crontab -e2. Listed the file once to verify it using crontab -l. This will display as.. 18 5 * * 2-3 ksh $HOME/testScript.sh > $HOME/testscript.out3. Logged in a root and restarted cron deamon using "/etc/init.d/crond restart"As per my understanding now my testScript should start running at 5:18 am Thuesday

View 3 Replies View Related

Ubuntu Servers :: Setting Crontab Not Send Mail Notification To Owner?

Jul 2, 2011

How to set crontab not send mail notification to the owner script if the script success running? because I'm monitoring mail server, and notification from cron is not necessary for me. I'm using ubuntu 10.04 server

View 4 Replies View Related

Fedora :: Write A Crontab Entry Using "crontab -e"

Jul 21, 2011

I was trying to write a crontab entry using "crontab -e"


Code:
0 0 * * * cp /var/log/httpd/domains/mydomain.net.log
/home/admin/logs/mydomain.net.log

crontab is giving me this error:

Code:
"/tmp/crontab.XXXXfMOnRS":2: bad minute
errors in crontab file, can't install.

I've tried a dozen different values for the minute, but it's still giving me the same error.

View 5 Replies View Related

Ubuntu :: Equivalent Of MS Domain Controller For Small Network Of 40 Machines?

Jun 23, 2010

I am looking for a way to deploy Linux in the same manner as a MS network. I want my desktop clients to authenticate against a DC, but Im not sure what would take the place of a Domain Controller in Linux. In addition, I am not sure if I could be able to manage user rights via a central server.

I have read about Samba as a domain controller, but Im not sure if that is what I want. In addition, I have read about LDAP, but again Im not sure if that is what I need to use. When I researched RADIUS servers, I was even more confused.

View 1 Replies View Related

General :: Possible Disabling Crontab Job Without Deleting Crontab Description Entry

Jun 23, 2011

is it possible disabling a crontab job without deleting the crontab description entry (by crontab -e)?I could also accept to change the entry itself. Now it's:0 0 * * 0-6 /home/me/cron/script.csh

View 4 Replies View Related

General :: Network Setting / Change Eth0 Setting?

May 4, 2010

I have a ubuntu server , can advise if I want to change the network setting ( eg. IP address , gateway address etc ) , which one is the configuration file ? for example , if I want to change eth0 setting , what file I should update ?

View 10 Replies View Related

Fedora Networking :: Network Manager Setting Invalid Error

Jun 23, 2010

I am using fedora 13. when i restart network service then following error.

View 3 Replies View Related

Fedora Servers :: Setting Up Network In The Right Way + Wake On Unicast Messages?

Jul 11, 2010

I have a Fedora server at home. I don't want it to be running all the time to reduce the power usage and be more green It only works , whet it is really needed. So when it is not in use (no ssh or http connections have been active for some time), a custom python script suspends it. I have set it to wake up on unicast messages, so when somebody connects to it, the server wakes up.In Fedora 12 everything worked fine: when the server was sleeping and you connected to it using ssh or a web browser, the client waited for couple of seconds until the server was up and then connected (actually it worked even when server was turned off: the command "ssh [user]@[server]" just waited until server was booted up and then connected.)

Now I installed Fedora 13 on the server. When I try to connect to the server when it's sleeping, the client waits for some time (and server wakes up), then the connection just times out. When I try to connect again, it works. When server is up and running, I can connect to it. So when it is sleeping I have to connect twice: first to wake it up and then connect again to log in.Do you have any ideas what is causing this problem, as it is really annoying for me and I don't want to have it running all the day.Also, I have not set up the network in the best way, I think. To start the network at boot, i have put the command

Code:

ifup eth0
to /etc/rc.local.

To start the network when resurming from suspend, I have creted a script with the same command in /usr/lib64/pm-utils/sleep.d. It works, but it does not seam to be the *right* way to do this. Maybe this is also causing the first problem. So how have you managed to get a working network connection on your Fedora 13 headless server?

View 4 Replies View Related

Fedora Networking :: Setting Up A Vlan Network And After Reading Several Man Pages?

Sep 8, 2010

I'm currently setting up a vlan network and after reading several man pages I still have 2 questions / problems:

1. I would want to put several subnets into one vlan.Meaning for example, I want to have the following Vlans with subnets:

vlan1 10.1.1.0/24
vlan2 10.1.2.0/24
vlan3 10.1.3.0/24
vlan3 10.1.4.0/24
vlan3 10.1.5.0/24

Is that possible?

EDIT: I found a sample configuration, sadly without any comments, where there are defined some interfaces named vlan1:0 trough vlan1:3. Could that be the option I've been looking for.However in the definition of the vlan1 device it is configured with the subnetmask 255.0.0.0 . I would like to know the mechanics of that option, too.

2. In the wlan part of the network I want to have a dhcp server distributing ip addresses. However I want hosts the server 'knows' (by mac address) to be in a different vlan than those unknown. Is there any way to achieve that? If yes, do I need special wlan access points or can I do it by my configurable switch or by the server?

View 2 Replies View Related

Fedora Networking :: Samba And Network Manager In 9 - Setting Up A Wired Connection?

Feb 3, 2009

I have 2 workstations that I'm trying to network together so that I can backup each to the other. One is XP sp2 and the other Fedora 9. Since installing Samba on the Fedora box and trying to get it configured, I have a problem that Add/remove programs won't do installs because it says there's no connection to a network. Network Manager says there aren't any connections, but it worked before the Samba install. Mozilla and Thunderbird can access the internet OK. Both workstations are connected by cable to my router and thus to my ISP (DNS server).

Two questions:- where can I find hints on setting up a wired connection (which card's MAC address does it want? router or wrkstn?) and Am I right that Add/remove is stuffed because of Network Manager?I now have Samba working from Linux to XP, but still can't get into Linux from XP. I tried the Linux PC's MAC address and set up a wired connection in Network Manager. NM still thinks there isn't one...

View 1 Replies View Related

Ubuntu Servers :: After Using Crontab With /etc/crontab / Giving Error "can't Find Command Root"?

Aug 26, 2010

I have a question about using crontab with /etc/crontab...

I had a cron job that I needed to run as root. At the time I thought that sticking it in /etc/crontab would be a good idea. However, I used the crontab command to edit /etc/crontab, which I guess is not standard procedure? Specifically, I configured /etc/crontab as my local user's crontab (i.e. sudo crontab /etc/crontab) then added my cron job as I would a local user crontab (i.e. sudo crontab -e).

Originally, my cron job looked like this:

30 * * * * root /my/batch/script &> /dev/null

After adding the new cron job I started seeing errors. Something to the effect of "can't find command root" or something similar. So I removed the 'root' user definition from the cron job and the job started running fine. However, because this is /etc/crontab, there are other system related cron jobs that have been defined to run under the root account (e.g. "17 * * * * root cd / && run-parts --report /etc/cron.hourly" runs as root, etc.). So these pre-existing system cron jobs, which up until now have been running smoothly, are now generating "can't find command root" errors. But I think that the system cron jobs _are_ successfully being run someplace because logrotate seems to be working.

So what I _think_ is happening is that /etc/crontab is being run twice: once as the system crontab, and once as my sudoed local user's crontab. When I run crontab -l I see nothing, but when I run sudo crontab -l I can see the contents of /etc/crontab. I am reluctant to delete my sudoed local user's crontab, because then in the process I would be deleting the system crontab, and I do not know how I should restore the system crontab's contents. (I am still not sure as to the most appropriate way to edit the system crontab).

How can I get out of this mess? I want /etc/crontab to go back to the way it was before--running _once_ as the system crontab. As for my new cron job, I'm willing to reconfigure it anywhere so long as I am still able to run it as root. Any ideas? (I am using Ubuntu 8.04 Server LTE)

View 2 Replies View Related

Fedora Installation :: Clicked Network Icon On The Right Top Corner Of The Screen, Only Two Option Came Out:Wired - Cable UnpluggedNetwork Setting?

Jun 6, 2011

just installed Fedora 15 on my laptop Samsung RF511Everything works perfectly fine but It seems that I cannot connect to the internet.When I clicked Network icon on the right top corner of the screen, only two option came out:Wired - cable unpluggedNetwork setting.How do I solve this problem. Since the laptop is not connected to the internet, I cannot use command yum.P.S. Samsung RF511 using Broadcom.

Another question, My laptop has two graphic cards. Intel and Nvidia Optimus.Can Fedora 15 use the Nvidia card?Please tell me step by step or send me a link tutorial for beginner to setup my internet since I am very new at linux.

View 5 Replies View Related

Software :: Scheduling Backup In Crontab When Put This File In Crontab To Schedule The Backup Program It Wont Run?

Apr 9, 2011

I have installed an application manager(monitoring application) on my linux server. Now, i need to have backup schedule for my application. The application itself has executive file to backup database.But when i put this file in my crontab to schedule the backup program it wont run!50 09 * * * root /opt/ME/AppManager9/bin/BackupMysqlDB.sh

View 1 Replies View Related

Networking :: Lost In Network / Setting Up Network On Laptop With Virtual Guest Machines

Feb 16, 2010

I've been trying to understand how Linux creates the network/interfaces on a machine (been reading the Linux admin guide), but as I'm pretty new to this subject, I've got lost in the forest.

To provide with my goal:
1.) Learn about network setups on Linux
2.) Be able to maintain my own (virtual) network
3.) Configure my (virtual) network

View 1 Replies View Related

OpenSUSE Wireless :: Network Manager Stuck On 'setting Network Address' Then Continuously Prompts For Hex Or ASCII Key

May 28, 2011

When I attempt to connect to a wireless network, the network manager asks me for the network's password, then says 'setting network address' for 20 or so seconds, then asks me for some random Hex or ASCII key in the same type of window I put the password in (Secrets for Noel -- KDE Daemon). Since a key is already typed into the window, I press OK, which then causes the network manager to go back to 'setting network address', then the window pops up again and keeps repeating itself.

I'm running Opensuse 11.4 with KDE, and my driver is ath9k. I don't know much about linux so please don't tell me to 'recompile this' or 'change this setting' without explaining how to do it. Please help, I've been unable to connect to wireless in OpenSUSE for 2 weeks now.

View 9 Replies View Related

OpenSUSE Network :: Wireless Network Setting On Netbook With 11.3?

Jan 25, 2011

On the 32-bit Netbook with Intel Atom running opensuse-11.3 I have ethernet broadband connection with dynamic IP.I have now bought a D-Link Wireless 150 Router DIR-600 and have initialized it on my other laptop on Windows 7 Home Basic OS. I now want this opemsuse Netbook also to have the facility. Please advise me what packages I shall install and what modifications I have to do in /etc/sysconfig/network/ifcfg-wlan0 or whatever else is necessary.

View 2 Replies View Related

Fedora :: Install MythTV Or Equivalent In 11?

Nov 13, 2009

After installing via System=>Add New Software, MythTV fails to detect CS23416 device (recognized by "lspci"), presents error "No UPnP backends found".

How can install MythTV so that it will "just work"?

View 2 Replies View Related

Fedora :: Equivalent Commands To The Apt-get Command?

Nov 14, 2009

im switching over from ubuntu and just have a couple questions, what is fedoras equivalent commands to the apt-get command? and what other slight variants am i going to need to know?

View 9 Replies View Related

Fedora :: Application Equivalent To Dvd Shrink?

May 21, 2010

does anyone happen to know if there is a an application equivalent to dvd shrink?

View 5 Replies View Related

Fedora Networking :: Where To Get Tcpstat Or Equivalent

Jun 11, 2010

where to get tcpstat or equivalent

View 2 Replies View Related

Fedora :: Equivalent Application To ActivClient?

Jul 8, 2010

Does anyone know if Fedora has an equivalent application to ActivClient?

View 4 Replies View Related

Fedora :: Need Flash And Paint Equivalent For F14

Jan 20, 2011

Tell me openwares equivalent to adobe flash and microsoft paint for fedora 14?

View 5 Replies View Related

Fedora :: Need System Equivalent To MS Paint

Aug 8, 2011

I'm trying to play with an image a bit and paint would sure be useful about now...

View 7 Replies View Related

Fedora :: Difference Between A Package And Its -devel Equivalent?

Mar 19, 2010

Am just wondering what the notion is behind having a package without all needed files, and having a -devel package with the rest. Such that whenever am installing a package fron tarball, and it says it cannot get a package, I always install the -devel equivalent and all gets to be OK. Why dont they just have everything in the original package?

View 4 Replies View Related

Fedora :: Application Called Freecorder - Equivalent?

Sep 25, 2010

I found a great application called Freecorder. Is there a Linux equivalent? [URL]..

View 6 Replies View Related

Red Hat / Fedora :: No Crontab For Root?

Oct 28, 2010

I am setting my cron to work. I am in the roo account/ So first I type as vi crontab -e. Then it ask me type "visual" for normal mode and do that then I type the following as below 1 * * * * root usr/local/testClient/runClient.sh>/usr/local/testClient/cron1.log and press esc type wq. Then I restart the cron service /etc/init.d/crond stop and /etc/init.d/crond start. Lastly when I type crontab -l it tells me no crontab for root.

View 2 Replies View Related

Fedora :: Xterm - Gnome Equivalent Command In Terminal

Aug 31, 2009

Using the following command:
xterm -e tail -f stdout.log

I can see the log of an applications and it's update in realtime. I want to uninstall the gnome and I'm looking for the equivalent command for the terminal. I want on startup tty4 for example to show me the log.

View 3 Replies View Related

Fedora Installation :: Change The Equivalent Of The Old Inittab Function?

Jul 8, 2010

In Fedora 8
File: /etc/inittab contained
S0:2345:respawn:/usr/sbin/faxgetty ttyS0
S1:2345:respawn:/sbin/vgetty ttyS1
In Fedora 13
Created folder: /etc/event.d
Created files: /etc/event.d/ttyS0
[Code]....

Neither faxgetty or vgetty start on reboot or changing runlevel. How do you implement the equivalent of the old inittab function?

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved