Fedora :: Upgrade To FC13 /etc/event.d To /etc/init - Job Not Getting Started?

Jun 4, 2010

I was having a job in /etc/event.d. It was working fine upto FC12. With upgrade to Fedora 13, it stopped working . Searching the internet, It looks like /etc/event.d is obsolete and I need to use /etc/init. Also the filename has to have a '.conf' extension. So I have renamed my job as /etc/init/svscan.conf.However, it fails to start automatically on reboot . It works if I manually issue the command % sudo /sbin/initctl emit qmailstartBut fails to start automatically on reboot. Is there anything wrong in my script below ? Let me know if I have missed out anything?

% cat /etc/init/svscan.conf
# svscan - runlevel compatibility
# WARNING: This file was auto-generated. Do not edit!

[code]....

View 4 Replies


ADVERTISEMENT

Fedora :: Upgrade Of Java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 And Java-1.6.0-openjdk-plugin-1.6.0.0-43.1.8.2.fc13.i686 Prevent The Loading Of Ameritrades Command?

Oct 21, 2010

Last nights upgrade of java-1.6.0-openjdk-1.6.0.0-43.1.8.2.fc13.i686 and java-1.6.0-openjdk-plugin-1.6.0.0-43.1.8.2.fc13.i686 prevent the loading of Ameritrades Command Center.Downgrading to version 1.6.0.0-37 fixes the problem. I'll post the bugzilla number as soon as I get the chance to file it.

View 3 Replies View Related

Red Hat / Fedora :: Can't Run Terminal After FC13 -> 14 Upgrade

Sep 22, 2010

got my upgraded fedora 14 partition to boot, but I find out that I had to reinstall my nvidia driver, no big deal. seemed to go ok, but now when I go applications->system tools -> terminal I get the "starting terminal" thing on the bar, and then nothing. Can't figure out whats up.

View 4 Replies View Related

Fedora Installation :: Can't Upgrade Firefox 3.6.7 To 3.6.8 In FC13

Aug 16, 2010

I just installed FC13 on my laptop. I cannot upgrade from FF 3.6.7 to 3.6.8.

View 3 Replies View Related

Fedora :: Desktop Freezing After Upgrade To FC13?

Sep 2, 2010

I upgraded from FC11 to FC13 last night. The desktop has not been stable since. It will run for anything from 5 to 30 minutes before it locks up. Interesting, if I am already ssh'd in, I can perform commands, but a new SSH will hang, and if I try to SU to root in an already logged in ssh, it hangs.

However, I did finally manage to get the messages that were logged to /var/log/messages at the time of the desktop freeze.

Here are the messages. The first 3 about high speed usb may or may not be relevant. The freeze appeared to happen around the 4th message in the log below.

Code:
Sep 2 13:16:57 starbug kernel: usb 2-4.2: reset high speed USB device using ehci_hcd and address 6
Sep 2 13:26:38 starbug kernel: usb 2-4.2: reset high speed USB device using ehci_hcd and address 6
Sep 2 13:31:20 starbug kernel: usb 2-4.2: reset high speed USB device using ehci_hcd and address 6
Sep 2 13:38:03 starbug kernel: INFO: task jbd2/dm-0-8:558 blocked for more than 120 seconds.

[Code].....

View 1 Replies View Related

Fedora Installation :: FC12 To FC13 Upgrade Woes?

May 26, 2010

Took an FC12 system to FC13 via 'preupgrade'There was a REALLY old version of gimp-print-cups in RPM, and the installer announced "a fatal error occurred". However, everything else seemed to download properly and I allowed the upgrader to reboot the system.

a) grub boots the kernel, then the kernel can't find root and panics. It does this because it can't root file system with root=UUID= kernel option. If I manually tweek the grub line to use root=/dev/sdx, kernel finds its root and boots up to the next problem.

b) GUI environment not launched. Init scripts die on "error loading modules.dep". Sure enough - one is not there. Ran "depmod" to generate it ,and rebooted. System reboots into GUI, where I login to find the next problem.

c) Evolution won't start. Reason turns out the evolution-data-server from FC12 is still present. Did a check on just how many other FC12 RPM's are present: 1100. Yeah - over 1000. About 850 of the FC12 RPM's also had FC13 replacements installed. Did an "rpm -e" on these. Also had to do some remove action on mkinitrd, nash, plymouth-scripts-0.8.0, and parted-1.9.0 as there are replacements for these utilities under different package names. That cleaned up the system some, to present me with the next problem.

d) yum package repository still linked into FC12. Removed fedora-release-12-2.noarch and then I could "yum install" evolution and a few other packages properly.

I've done one other FC12->FC13 upgrade today, and that went flawlessly. So, I think in general the upgrade works fine. It just looks like if preupgrade finds anything amiss, it doesn't take care of a lot of things and generally leaves you with an unbootable mess to clean up.

View 6 Replies View Related

Fedora :: FC13 Upgrade Stops After Reboot With LVM Error

May 14, 2011

I have a problem with LVM. My installation of Fedora 13 is on 2 SATA hard disks, which are set as /dev/sda and /dev/sdb. On sda there are two partitions (boot and a physical part of the volume group) and on sdb is only one partition (other physical part of the volume group). Both physical parts of the volume group are used for one volume group and the VG is splittet into multiple logical groups. The system works and all seems to be ok. But I saw a strange thing on last reboot:

The device /dev/sda was not recognized during the boot sequence, instead the system has build a device /dev/md126p1 with the same geometry and partitions and it has the same disk id as sda.

The volume group is also ok, the system boots into the desktop environment, but the system-config-lvm says that /dev/sda is not initialized and the volume group consists of sdb and md126p1. fdisk -l knows three devices (sda, sdb and md126p1). I think, that is the reason for my problems with preupgrade, which stops after the reboot with a LVM problem (root not found). Can I correct that without data loss?

View 1 Replies View Related

Fedora Installation :: Can't Login To Kde As User After Upgrade From Fc13 To 14 / Enable It?

Dec 20, 2010

I am unable to login to kde after upgrade to fc14 from fc13 as user , the splash screen works for seconds and returns back to login screen, but I am able to do as root
I also managed to login to KDE (failsafe session)
and also I am able to login as normal user to gnome desktop

View 5 Replies View Related

Fedora Installation :: Safely Remove Unsupported Packages After FC13 Upgrade?

Jun 2, 2010

I managed to successfully upgrade FC11 to FC13. While doing the post upgrade steps, I made a HUGE mistake. After identifying the unsupported packages, I used "yum remove package1 package2" command to remove the obsoleted ones without realizing the yum was also removing many FC13 packages! Here are the cmd sequence used:

# package-cleanup --orphans
...
# yum remove compat-db45-4.5.20-5.fc10.i386 flash-plugin-10.0.32.18-release.i386 gnome-spell-1.0.8-5.fc9.i386 ifd-egate-0.05-21.i586

[code]....

I simply typed Yes and left unattended for a few minutes after yum prompted there were # of packages to be removed as I blindly believed it would do the job. After returning to the computer, I found many installed icons were disappearing, the wireless suddenly turned off etc. I killed the yum process right away but it was too late.

-Is there anything I could do to undo the yum remove process?

-How to safely remove supported packages?

View 14 Replies View Related

Fedora Installation :: Upgrade To FC13 - Initial Boot Failed - Just Blank Screen

Sep 19, 2010

I have just upgraded my FC12 installation to FC13. The initial boot failed (just blank screen). Second time I received 'selinux targeted policy relabel is required'. I let that run, but still the boot did not suceed.

I then went in to verbose boot and saw that the boot would hang at libvirtd. So I disabled libvirtd for anything above run level 1. Next boot failed at atd, disabled atd. Next boot failed at 'monthly Smolt checkin'.

At that point and booted in to single user mode and dissabled SELinux, thinking that was the cause of all the problems. That did not help.

The update process has also removed my previous kernels, so I can't test a different kernel

View 5 Replies View Related

Fedora :: Error: Package Openldap-2.4.21-6.fc13.x86_64 (which Is Newer Than Openldap-2.4.21-4.fc13.i686

Jun 8, 2010

Code:
$ su -c 'yum install wine'
this forum won't let me put all the text in Transaction Check Error: package openldap-2.4.21-6.fc13.x86_64 (which is newer than openldap-2.4.21-4.fc13.i686) is already installed package nss-softokn-freebl-3.12.4-19.fc13.x86_64 (which is newer than nss-softokn-freebl-3.12.4-17.fc13.i686) is already installed

View 4 Replies View Related

Slackware :: Init 4 Wont Startx After Upgrade?

Jan 28, 2010

Thing is : I have an Install DVD created from current with the script from AlienBob about two months ago, I use it as my "default" Slackware64 13 install.

I had my drivers working ( KO modules loaded in kernel 2.6.29.6 ) I had to build for Broadcom Wireless and Nvidia GPU. Today I decided to make an upgrade w slackpkg, blacklisted kernel kernel headers, and everything pertaining to it. Still the damn thing installed 2.6.32.x. anyway, ran lilo to take notice of the change, and rebooted. booted allright, only when i Init 4, it failed to startx. new kernel, new mods needed to be loaded, i picked my DVD with drivers, and tried to run the Nvidia proprietary installer...

It uninstalled the previous driver and started compiling a new kernel module..I had the previous DVD installer of Slackware64 Current, as well as my private repo of packages, either built by me with src2pkg or makepkg, or from slackbuilds, I had my /home partition mounted apart, so i regenerated my system in about one hour...

View 5 Replies View Related

Ubuntu :: No Sound In KDE When Started By Startx While Working Fine When Started By Kdm/gdm

Dec 14, 2010

I recently installed KDE in my ubuntu 10.10. To access KDE, I want to use
startx /usr/bin/startkdeBut using it disables sound in KDE (Sound is working fine in GNOME). It doesn't sound for anything like login sound, totem, mplayer or any other playerBut when I press Alt+Ctrl+F1 to change to virtual console, the playback resumes from where it was in time and when coming back Alt+Ctrl+F7 and the time in totem (or any other player) doesn't move. While log out also it doesn't play logout sound and doesn't logout, so I have to press Ctrl+Alt+F1 so that logout sound play then it exits.When starting KDE by kdm or gdm, the sound works normally. But I don't want to login again using kdm or gdm and not to use root user to start kdm or gdm.I don't know what is the difference between when KDE is started by startx or by kdm/gdm where the same user login in kdm/gdm as that for startx

View 2 Replies View Related

Ubuntu Servers :: No More DHCP Init.d Script Upon Upgrade To 11.04

May 3, 2011

I upgraded our server today from 10.10 to 11.04. I can no longer find the init.d script for the DHCP server.

View 3 Replies View Related

Fedora :: Event Ids And Associated Sounds - Failed ?

Feb 11, 2010

With /usr/bin/canberra-gtk-play set to --id='desktop-login' in the startup Applications dialog one expects a sound to play at login. This is not the case with fedora 12. I set the variable to --file=/home/me/sounds/myloginsound and I got sound.

I'm curious as to why the event id failed. I suspect that id was not linked/associated with any sound before fedora 12 was released. How does one troubleshoot sound event ids and their associated sounds in f12.

I'd like to get audio when I log out as well. I recall seeing a dialog box with events and associated sounds in f11 (or was it f10?) .... I don't see it in f12

1. Does anyone know which package adds that functionality?

2. In the absence of a GUI approach, how can this be achieved (with the terminal)?

View 2 Replies View Related

Fedora :: How To Cath E Log On / Off Sleep Event

Apr 16, 2010

In window , I can catch all of systems event by window API, but in Linux,I don't know how to do it.

View 2 Replies View Related

Red Hat / Fedora :: Keyboard Driver Missing Key Up Event?

May 26, 2010

$ cat /etc/redhat-release
CentOS release 5.4 (Final)

I've tried two copies of a: Microsoft Natural ergonomic Keyboard 4000 v1.0 Both fail. The result is my screen fills up with whatever key was missed. Re-pressing the key does no good. I have to unplug the keyboard and then plug it back in. So, I'm interested to know if this is a general problem or just my system. Meanwhile, I'm turning down the key repetition rate so it doesn't immediately fill my screen when it happens.....

View 3 Replies View Related

Ubuntu :: After Kubuntu Upgrade From Karmic To Lucid On 32 Bit I686 Samba Script In /etc/init.d/ Gone

May 6, 2010

After a Kubuntu upgrade from Karmic to Lucid on a 32 bit i686 my samba script in /etc/init.d/ was gone. Is that simply a bug or something going wrong during the upgrade, in which case I restore the script from backup, or is there a new way to start/stop/restart... samba in Lucid? Samba is working just fine after the upgrade BTW, both for print and file sharing over a mixed network.

View 5 Replies View Related

Software :: Rsh On Fedora 9: Error Sending Audit Event

Jul 20, 2010

I am using fedora 9, with kernel version 2.6.25-14.fc9.i686. I installed rsh-server. My configurations (with firewalls off)were:

1. In /etc/xinetd.d/rsh made "disable = yes" to "disable = no"
2. In /etc/securetty included the lines rsh and rlogin
3. By switching to user 'user1', in /home/user1/.rhosts included ip address of remote machine and issued 'chmod 400 /home/user1/.rhosts'
4. restarted xinetd service

When I issue the following from remote machine rsh <ip address> -l user1 ls it fails saying 'Error sending audit event.' In 'tail -f /var/log/messages' I could see the error dump

socket bind: Invalid argument (errno = 22) Error sending audit event.

View 1 Replies View Related

Fedora :: Configuration Of Event.d Serial Devices - Inittab Don't Work

Jul 30, 2009

I was using V9 and upgrade to V10 and now my logins in my inittab do not work. I realize that is file structure is outdated so I made individual run files for each of my serial devices under event.d ( such as TX0000 - rc....etc) - all this works but i need to manual type initctl start TX000o to get logon for my serial devices. I would so much like them to automatically start on bootup.

View 3 Replies View Related

Ubuntu :: Computer Seemed To Be Frozen - Reboot - No Init Found. Try Passing Init - Bootarg"

Jan 1, 2011

I've been dual booting 10.10 with Windows7 for about a month. Today is the first time I've encountered a serious problem.

This morning, nothing functioned properly after trying to open several programs. The computer seemed to be "frozen", although the mouse was working fine.

I decided to reboot, but then encountered an even bigger problem.

It failed to boot and got this message: no init found. try passing init= bootarg

The problem now is that it requires a Live CD session and I keep getting this: GLib-WARNING **: getpwuid_r(): failed due to unknown user id (0)

In case it matters, I didn't install 10.10 from an ISO, I just upgraded from 10.04.

View 2 Replies View Related

Ubuntu :: Error - No Init Found - Try Passing Init=bootarg

Jan 20, 2010

Ubuntu 9.10 will not boot! System froze this morning, I restarted and it is now failing to boot. Starts loading grub and I get this message:

mount: mounting /dev/disk/by-uuid/04aa3697-7bc0-45b5-b86a-77a1e6534bd5 on /root failed: invalid argument
mount: mounting /sys on /root/sys failed: no such file or directory
mount: mounting /dev on /root/sys failed: no such file or directory

[code]....

I booted with 9.04 LiveCD discovered the drive could not be mounted-ran fsck -ln and it told me the drive has no valid partition table. I have had intermittent problems mounting flash drives before this, so I'm kind of worried it might be a hardware issue.Also have files on that drive I would rather not lose, so reinstalling is hopefully a last resort.

View 9 Replies View Related

Fedora Installation :: Software Update - Fedora (2.6.34.6-47.fc13.x86_64) - Nvidia Driver Doesn't Work

Sep 1, 2010

Fedora (2.6.34.6-47.fc13.x86_64) I installed that update, during the installation process it said that it had to remove three packages, one of them was kmod nvidia for the old kernel (Fedora (2.6.33.8-149.fc13.x86_64))After the update finished installing the new kernel, I restarted the system and Nvidia did not load. (I assume because Update manager removed the old nvidia? But I also assumed that a new version would be installed automatically?)I received the following Boot messages:

Code:

Entering non-interactive startup
Starting monitoring for VG vg_user1: 3 logical volume(s) in volume group "vg_user1" monitored

[code]....

I'm confused, if Update Manager removed kmod nvidia, then why does yum say it is installed? And why doesn't the new kernel update work with that version? Or should I install a driver version for that particular kernel? I've read while searching that I need to install a kmod-nvidia for that particual kernel version and that I should login to my previous kernel until that happens, is that the problem I'm having?

Why don't rpmfusion and fedoraproject release the kmod-nvidia and kernel updates at the same time to avoid problems such as this? Does anyone know how long does it usually take for rpmfusion to release the new kmod-nvidia driver for the latest kernel?

View 5 Replies View Related

Fedora Networking :: No SAMBA With FC13?

Jun 6, 2010

I just installed FC13.It wiped out everything from the previous (FC11) installation. I cannot connect to the existing windows network that was working before. I don't see SAMBA so I downloaded and installed the RPM. I still don't see it on any of the menus. I am trying to connect to the existing Windows network

View 6 Replies View Related

Fedora :: Migration From Fc12 To Fc13?

Aug 10, 2010

Can I migrate from fc12 to fc13 or do I have to do a full re-install? If I can migrate, can you point me to the instructions/working paper/etc.?

View 6 Replies View Related

Fedora :: Cannot Boot After FC13 Update

Sep 30, 2010

I have been running FC13 for some time now without any problems on my HP dc5800 Microtower. Recently I ran a software update, and when I rebooted the machine I got a blank screen with only a blinking underscore in the upper-left corner. Rebooted several times to no avail. I thought perhaps I had made a mistake, so I just reinstalled. I have tried reinstalling several times now with both 32-bit and 64-bit FC13, each time with the same result: everything works fine up until I install software updates; then after the next reboot I get a blank screen with the blinking underscore. I see the POST screen, and then it just goes blank. It doesn't seem to respond to any keyboard/mouse input; I eventually have to hold down the power button to make it power off.

View 5 Replies View Related

Fedora :: Setup VNC Server On FC13 Box?

Mar 10, 2011

I am trying to setup VNC server on FC13 box. i am not able to do proper configuration. Can anone point to me a good link which is working. I did many configurations. but no success yet. I have an issue especially with xstartup script. I am running VNC server on Linux and RealVNC viewer on Win Vista OS.When i try to connect to VNC server from RealVNC viewer from Win Vista. It gives error like "unable to connect to host: Connection timed out (10060)"

View 4 Replies View Related

Fedora :: Upgrading FC12 To FC13 Using Yum

Mar 21, 2011

Following this from the wiki: It states Testing shows that upgrading within X will cause X to hang when installing bitmap-fonts-compat, but it can be done anyway by making sure that bitmap-fonts-compat is the last package to update. How do you ensure that its the last package to update?

First install the new fedora 13 gpg key. You may wish to verify this package against [URL] and the fedora ssl certificate.
rpm --import [URL]
Upgrade all packages with
yum update yum
yum clean all
yum --releasever=13 distro-sync

- Testing shows that upgrading within X will cause X to hang when installing bitmap-fonts-compat, but it can be done anyway by making sure that bitmap-fonts-compat is the last package to update ... YMMV.
- Intel video no longer works without Kernel Mode Setting (KMS). You must remove 'nomodeset' from your /etc/grub.conf kernel command line, if present.
- nVidia video no longer works without kernel mode Setting (KMS). You must remove 'nomodeset' from your /etc/grub.conf kernel command line, if present.
- It may be necessary to run "db_recover -h /var/lib/ldap/ ; chown ldap:ldap /var/lib/ldap/*" once in order for slapd to start.

View 5 Replies View Related

Fedora :: FC13 - Possible To Uninstall KDE And Just Keep Gnome

May 5, 2011

I have FC 13 with both KDE and Gnome loaded. Over the last couple of years of using linux. I've found Gnome better suitable for my needs than KDE and now I'm stuck!

View 6 Replies View Related

Red Hat / Fedora :: FC13 Hangs On Starting Atd?

Nov 4, 2010

I did a fresh FC13 install on a computer and after trying to install the nvidia drivers the machine hangs on starting atd when it boots.Initially, I tried to install the nvidia drivers with yum but it didn't work. The nvidia module was not loading and although I blakclisted the nouveua driver the machine was still picking it up. Anyway after spending a lot of time trying to find a solution online, I decided to download the drivers from nvidia and install it myself.So I did that, run sh <nvidia-package>.run and the installation was completed without any complaints. Since then the machine hangs when I booted it up. Also I don't see any errors in var/log/messages or in /Xorg.0.logHere is my grub.conf:

Code: default=0
timeout=0
splashimage=(hd0,0)/grub/splash.xpm.gz

[code]....

View 2 Replies View Related







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