Fedora :: Crond Not Working - File Disappeared?
Sep 7, 2009
I recently went to make a change to crontab (crontab -e) but by mistake typed crontab -r. My crontab file disappeared - no problem just recreate I thought.
After recreating it with 30 22 * * * /sbin/shutdown -h now
I though all would work and my server would shut down. Even though crond is running it did not work
View 4 Replies
ADVERTISEMENT
Nov 24, 2009
So a few minutes ago, i was messing around with the system, installing some programs, doing updates, etc... Did a reboot because i was messing around with stuff and just wanted to see something, and when i logged back in, the file/edit toolbar doesnt show in any program EXCEPT for firefox. What the hell could this be? I tried everything already.
fedora 11 - 2.6.30.9-96, using gnome
View 10 Replies
View Related
Nov 18, 2009
I have a computer with linux playing a movie in loop. And I want to stop playing movie in 22:00 . I wrote something like this in my script :
please note that the space in the command .
And what puzzled me is that I can succeed in running it in command line, but fail in crond service . I always get this warning: pidof : coomand not found.
View 3 Replies
View Related
Dec 5, 2009
I have a php script that i made to check if the internet is working and if not, it should execute a command that starts a service on my server (service jistarter start), and i want to run it every 3 minutes, so i added it to the crontab, this is how it looks:
The problem is that cron isn't executing it or something.. i don't know but the service it was intended to start, doesn't start.
The thing is that the script runs fine when i run it myself, in all the 3 methods it woks fine: "/usr/bin/php /srv/checkping.php" or "php /srv/checkping.php" or "/srv/checkping,php" (it has chmod 755):
This is the file:
View 2 Replies
View Related
Nov 17, 2010
I tried using cron to start rtorrent. But I couldnt start it successfully. My crontab looks like this.
Code:
# m h dom mon dow command
40 22 17 11 * rtorrent
My cron is running properly. How could I start a new shell , so that rtorrent could run using cron.
View 2 Replies
View Related
Jun 1, 2010
I started using 10.04 today and it seems that the xorg.conf file disappeared. It's the first time that the default xorg driver works for my nvidia card, and I want to know what drive is this. How can I know what xorg driver the system is using? Is there a command for that?
View 5 Replies
View Related
Feb 24, 2010
So, I have 2 computers both running fedora 12. I have installed NFS, all of the nfs utilities, and the system-config-nfs thing. I have unblocked the ports in the firewall. I am certain that NFS is running (or at least that when I nmap myself, an nfs port is open).However, when I go into nautilus and go to network, it shows windows network, but no other computers.If I run nmap on localhost, or on my OWN IP, it shows that it's up. and NFS is up. but when I NMap the other computer, it's hidden and blocking ping probes (though using nmap -PN will penetrate that mask, and show that it too has NFS open.)
So, how can I get these two computers to recognize each other? or am I doing this whole thing all wrong? I'm just trying to set up file sharing.
View 3 Replies
View Related
Aug 23, 2010
I enabled Personal File Sharing under System > Preferences > Personal File Sharing. I clicked on Share public files on network and closed it. Then I put some files that I wanted to share in the Public folder and I went to another computer that was on the same router (they are both running Fedora 13) and I clicked on the Network tab (bookmark) in nautilus and there are no files there.
View 2 Replies
View Related
Nov 20, 2009
Today I installed a fresh copy of F12 and I noticed that I have no icons in any menu of any application - Desktop, Nautilus, Firefox, Pidgin, OpenOffice - nowhere.I only have them in the Main Gnome Menu and that's it.Does any body know what can cause this problem and how to fix it?BTW,I've been using Fedora starting from F6 and I can claim that F12 is indeed one of the most awful release that I've seen I used to successfully upgrade to each next major release up to F11, but F12 made me completely reinstall my OS, cause there were tones of bugs after the upgrade including not working WiFi
View 2 Replies
View Related
Feb 10, 2010
Had dual boot with Fedora 12 which still is fine but after my hard disk failed (ntfs) with all my data have been unable to access XP which is installed on the same disc as Fedora.
Device Boot Start End #cyls #blocks Id System
/dev/sda1 0+ 1136- 1137- 9126912 7 HPFS/NTFS
/dev/sda2 * 1136+ 1161- 26- 204800 83 Linux
[code]...
View 12 Replies
View Related
Feb 17, 2010
using kde with F12 and since this morning all of the window controls have dissapeared. i'm more familiar with gnome and can't seem to find the settings for this. i'm attaching a screenshotFIXED- Switched back to kwin from compiz and that resolved the problem
View 1 Replies
View Related
Jul 26, 2010
I just upgraded (as a fresh install) to Fedora 13. In so doing I kept the old /home partition. My NetwokrManager Applet is missing from the top bar. But if I login instead as a different user, then it is there. When I did the install, I had to create a (new) user as part of the process. The old passwd file had two users, one called admin, and the other myself. I logged in initially as the new user, and created the admin user keeping the same home directory, user ID and group ID. I then logged out, logged in again as admin, and removed the new user. I then added myself as a user keeping the same home directory, and user and group IDs.. For some reason admin has the applet but I don't. I also don't see how to add it except as a custom laucher using nm-applet, and that didn't seem to work.
View 2 Replies
View Related
Mar 15, 2011
Due to a faulty disk I had to re-install Fedora (and Amahi) which has installed fine. However, there is no sign of the 'Add Remove Software' in the menus. As this is a handy feature is there a way to get it back please?
View 4 Replies
View Related
May 21, 2011
I'm using F14 and I usually saw cr2 raw thumbs in nautilus. Then some days ago they disappeared.
package raw-thumbnailer is installed.
Browsing gconf-editor at Desktop/gnome/thumbnailers I saw no key for CR2.
Then I wrote the key You can see in attachment and everything was working again.
But as You can see there is a message: "this key has no schema"
View 2 Replies
View Related
Apr 15, 2011
Defining tcsh aliases through a .aliases file has worked perfectly for me for years and years using cygwin and older versions of mandriva. I am encountering very annoying and mysterious problems when attempting to do the same thing with a .aliases file in a fedora 64-bit VM. Strangely, if I define aliases in the file, they won't work, but if I do so on the command line, then they will.
Here's a simple example: Suppose I define an alias for "ls" in the file:
alias ls '/bin/ls'
Then source the file. This happens:
me: ls : Command not found.
me: alias ls
/bin/ls
me: /bin/ls
file1 file2 file3 etc.
me: unalias ls
me: ls
file1 file2 file3 etc.
me: alias ls '/bin/ls'
me: ls
file1 file2 file3 etc.
A second example: if I place either of these lines in my .aliases file:
alias d '/bin/ls -alF !:1'
alias d '/bin/ls -alF !*'and source the alias file, this happens:/ me: d
Bad ! arg selector. However, if I define the alias on the command line:
/ me: alias d '/bin/ls -alF !*'then the alias behaves correctly:/ me: dtotal 376
drwxr-xr-x. 10 r r 4096 Apr 14 16:05 ./
drwxrwxr-x. 6 r r 4096 Feb 21 16:15 ../
drwxr-xr-x. 3 r r 4096 Apr 14 16:05 bin.v2/
-rwxr-xr-x. 1 r r 193872 Apr 14 15:35 bjam*
-rw-r--r--. 1 r r 52804 Apr 14 17:20 bjam.my.log
drwxr-xr-x. 77 r r 4096 Nov 17 09:49 boost/
-rw-r--r--. 1 r r 989 Nov 17 04:51 boost.css
View 2 Replies
View Related
Feb 16, 2009
I ve made a test release install and my grub have been reinstalled thus cleaning previous partition table occurred. What can i do to bring back my fedora and prevent it in future.
View 2 Replies
View Related
Mar 11, 2009
I updated my FC10 just a day back. The problem is that Netwrok Manager has disappeared. And in spite of re-installing it, it doesn't appear on the panel when i enter 'NetworkManager' as root in the terminal.I have a USB modem right now. Update was made through a broadband connection. Ethernet works perfectly well but this USB modem of mine doesn't work at all. And I have to use USB not Ethernet.
View 9 Replies
View Related
May 26, 2009
After a few years of being a fedora user on a large network, I final decided to bite the bullet and dual-boot my home desktop (solely XP at the time) with fedora 10 on Saturday. The installation seemed to go well, but I am having a few problems, which solved themselves at one point but have come back and I have no idea why.
- I installed and re-partitioned with the install DVD, giving fedora 20GB. Having read a few guides and forum posts I wasn't surprised when the wifi and ATI graphics card didn't work. They appeared in the output of lspci, but I couldn't change the screen resolution and no wireless card was available.
- I bought a new wireless card a while ago but hadn't had time to put in so used this opportunity to do so (installed it in XP to check it worked) and when I rebooted, guess what, the resolution was what I wanted and I could see all the networks in the neighbourhood. I connected, downloaded/installed the myriad of updates together with a couple of programes through yum and went to bed a happy man.
- This morning (my router needed rebooting and after) I was back to the same as before the new wireless card, i.e. low resolution and no wifi. Having no idea what had happened, I check for loose connections, after that the resolution returned and the wifi worked but I can't see my home network.
View 3 Replies
View Related
Feb 4, 2010
i did a fresh install of fedora 12 with gnome 2.28 i dont know what i did, but i only installed stuff from the standard repos. but since yesterday i have no more menues on the top of all gnome windows and programms the icontoolbars are there but not the menues above from all applications, only firefox got his toolbars and menue.
View 1 Replies
View Related
Feb 7, 2010
I'm running Fedora 11 with KDE desktop. Yesterday I installed several updates, including a kernel update. Now the Shutdown and Restart icons have disappeared from the Leave menu, which only contains the icons for "Logout", "Lock", "Switch User", "Suspend to Ram" and "Suspend to Disk". I had "Shutdown" and "Restart" icons in my Favorites menu, but when selected they open a "Logout" dialogue.
I can Shutdown and Restart from the command line, but would like to restore the capability to do it from the icons. Has anyone else experienced this and found a fix?
View 12 Replies
View Related
Jun 27, 2010
I'm not sure how this was lost but does anybody know how to restart it? I'm using Fedora12 What is the download name for yum?
View 5 Replies
View Related
Dec 3, 2010
My icon displays at the bottom of the main pidgin window but but the icons for my contacts don't display any more. It used to display in the conversation window as well as on the themed menu button on the main window.
The disappearance happened on both Fed 13 and 14, both x86/64. I haven't checked the fed12 32 bit yet but I suspect recent updates are the culprit so I expect the Fed12 32bit to also be affected. (don't really use it much except as a "sacrificial" toy since it's due for obsoletion).
I expect a future update will fix it but I'm curious if anyone else has had this problem, and if it's a known issue, is there a current fix ?
pidgin-2.7.5-2. libpurple-2.7.5-2. I'm on 13 now i guess 14 versions are the same?
I just updated Fed12 32bit and got the saame pidgin version as 14 and 13. The icons are still present. I guess it wasn't an update problem.
View 3 Replies
View Related
Feb 3, 2011
FC13, Gnome.The network icon seems to have gone away.How to get it back up there?I used to be able to click on it, then select the desired interface.
View 2 Replies
View Related
Jul 22, 2011
I've got a big problem. Earlier this afternoon I tried to unlock my screen, but the password dialog didn't appear (the background did, and I could move the pointer, but no dialog). So I restarted the computer, only for the Fedora bootup icon to get about 3/4 of the way full before the screen blanked out and I got the message "Boot has failed. Sleeping forever." I booted into the liveCD and opened the system installer to see if maybe I could just reinstall the system in place while leaving my data intact. When I got to the partitioning stage, my old partition layout was there...except one LVM volume group was totally missing. And this is the volume group that contained my / and /home, among other things. Another volume group sitting on a different RAID was still there, but ironically it was the one for short-term data.
I have three hard drives, using soft RAID and LVM. Each drive is split into 4 partitions. The first partition of each is part of a RAID-1 where /boot sits. The second of each makes up a RAID-5 on which sits my "Main" volume group for my important data (this is the one that has gone AWOL). The third of each makes up a RAID-0 on which my "Volatile" volume group sits (for /tmp, /var/tmp, and the like). The fourth is swap.
Is there any chance I can restore my volume group so my data can be recovered? I'm not sure if I've got the full layout with volume sizes written down anywhere.
View 1 Replies
View Related
Feb 22, 2010
I had good working installation of Fedora 12 x86_64 on my desktop, but few days ago, during watch movie in mplayer, sound disappeared. Till today i can't figure out, what happened - no errors displayed, no changes in configuration and no sound (both KDE and Gnome).
I checked soundcard in ubuntu live cd and it works fine. Also on login screen in my current Fedora 12 "beep" plays when i choose user, but after this i have no sounds.
I have up to date system, pulseaudio installed (i tried to remove it, but with no effect - without it also no sound).
Strange thing is, that sound disappeared during normal work, not after update or install anything.
View 7 Replies
View Related
Dec 28, 2010
My network icon has disappeared from the notification area.I've tried running nm-applet, but it replies that I've got already an instance running. How can I make it appear?
View 1 Replies
View Related
Jul 1, 2011
I have copied /usr/share/gnome-shell/themes/* to ~/.themes/myShell/gnome-shell and also the folders from Adawita and my customisations etc.
When I look in the overview - themes I can select my theme however when i reload the shell the themes option has disappeared and i get this error in looking glass:
why I get this?
Also if I load gnome-tweak-tool and select another theme, move my custom folder out of ~/.themes and reload the shell I get the themeselector loading properly again.
View 6 Replies
View Related
Jul 6, 2011
I joined the fedora irc channel and asked how to delete a partition. We actually decided that we could not delete the partition I wanted to delete because it was a root partition. After unmounting the partition, and one other partition with a really long directory name, all of my applications disappeared. I need a safe surefire way to resize a root partition. I don't want to unmount anything because we don't know if we'll be able to mount it again.
View 3 Replies
View Related
May 4, 2009
I tried doing an upgrade straight from fc5 to fc10. The upgrade seemed to go all right but once it was completed I've noticed some issues. My main issues are these:
1. After the upgrade all my desktop icons have disappeared and I'm not sure how to recover them. (this applies to all user account on a home machine)
2. When I click the right mouse button on the desktop I get no context menu but I do get the menu when I right click on my top or bottom menu bars.
3. When I try to launch any applications, games, etc., I see the icon show up in the bottom menu bar for a few seconds but then it disappears and the application never launches.
Those are the primary problems I'm encountering right now. I know the files in the home directories are still there (I did CTRL-ALT-F2 into a terminal and logged in as root. Normally I would've done CTRL-ALT-F1 but when I did I saw acpid messages and no prompt.) I've looked through the forums here but nothing I came across quite seemed to fit my needs.
View 7 Replies
View Related
Apr 30, 2010
I have a huawei e230 modem that used to work pretty good until this week. It has always been much slower on linux than windows but I am not complaining because windows keep disconnecting ever hour or so, while linux can stay connected over night without problem. The modem is still recognized but when I try to connect it suddenly disappears.
View 1 Replies
View Related