Openntpd won't start at boot [SOLVED]

Hi all!
My system clock is perpetually off by 4 hours, and I've narrowed it down to an issue with Openntpd; it seems to be refusing to start at boot time. Here are the relevant lines from daemon.log:
Sep 1 21:30:26 raskolnikov ntpd[1440]: Terminating
and the output of ps aux | grep ntpd:
[raskolnikov@raskolnikov ~]$ ps aux | grep ntpd
ntp 1323 0.0 0.0 3184 700 ? S 17:32 0:00 /usr/sbin/ntpd -s
root 1332 0.0 0.0 3292 256 ? Ss 17:32 0:00 /usr/sbin/ntpd -s
1000 1412 0.0 0.0 3616 800 pts/0 S+ 17:33 0:00 grep ntp
I can manually restart the daemon via /etc/rc.d/openntpd restart, which works fine, and the time is set correctly. However, when I reboot, the adjustments are wiped out, and the daemon does not start again (same message in daemon.log). I have the default ntpd.conf. I have found very little helpful information on Google, I would greatly appreciate it if someone could point me in the right direction, I've wasted quite a few hours this evening working on this problem! Thanks!
Edit: Just in case it's helpful, here is my daemons array from rc.conf:
DAEMONS=(syslog-ng !network acpid eee hal networkmanager netfs crond openntpd bitlbee)
Last edited by happycodemonkey (2009-09-02 03:55:46)

I've had this problem too, although I do not use networkmanager. I've found that openntpd fails to configure itself properly if the network is not up when it starts (in my case this happens when I background the network daemon and start openntpd in the daemons array).
My current working solution* is to add this line to rc.local:
(sleep 300 && /etc/rc.d/openntpd start) &
That will wait 5 minutes before starting the openntpd daemon which gives the network more than sufficient time to start. An alternative would be run "/etc/rc.d/openntpd restart" in an hourly cronjob if your network settings change often.
* Why not just unbackground the network daemon you ask? If the network isn't up then it takes a while to timeout and I don't want to wait to boot in that case.
Last edited by Xyne (2009-09-02 02:05:52)

Similar Messages

  • [SOLVED - partly] Minidlna won't start on boot, but OK otherwise

    I am using an up-to-date system as of 2012-11-13. The problem is that minidlna fails to start on boot:
    minidlna.service - minidlna server
    Loaded: loaded (/usr/lib/systemd/system/minidlna.service; enabled)
    Active: failed (Result: exit-code) since Tue, 2012-11-13 07:53:55 CET; 1h 33min ago
    Process: 401 ExecStart=/usr/sbin/minidlna -P /var/run/minidlna/minidlna.pid (code=exited, status=255)
    CGroup: name=systemd:/system/minidlna.service
    Nov 13 07:53:59 earth minidlna[401]: [2012/11/13 07:53:54] minidlna.c:754: fatal: No IP address automatically detected!
    So I guess it has to do something with the network, I am using DHCP, with systemd + net-auto-wired.service.
    I have found this: https://ask.fedoraproject.org/question/ … r-dhcp-has
    They have solved the problem by changing the after part in the unit by adding: dbus-org.freedesktop.NetworkManager.target
    Since I do not use networkmanager, this is not an option for me. The current, unmanipulated state of the minidlna unit is:
    [Unit]
    Description=minidlna server
    After=network.target
    [Service]
    Type=forking
    User=nobody
    ExecStart=/usr/sbin/minidlna -P /var/run/minidlna/minidlna.pid
    PIDFile=/var/run/minidlna/minidlna.pid
    [Install]
    WantedBy=multi-user.target
    What I have noticed is that it refers to a network.target in the after section, but it seems to me that I don't have one.
    I only have:
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    remote-fs.target loaded active active Remote File Systems
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    12 loaded units listed. Pass --all to see loaded but inactive units, too.
    To show all installed unit files use 'systemctl list-unit-files'.
    Edit: having run the command again with the --all prefix:
    Notice: network.target         loaded inactive dead       Network
    UNIT LOAD ACTIVE SUB JOB DESCRIPTION
    basic.target loaded active active Basic System
    cryptsetup.target loaded active active Encrypted Volumes
    emergency.target loaded inactive dead Emergency Mode
    final.target loaded inactive dead Final Step
    getty.target loaded active active Login Prompts
    graphical.target loaded active active Graphical Interface
    local-fs-pre.target loaded active active Local File Systems (Pre)
    local-fs.target loaded active active Local File Systems
    multi-user.target loaded active active Multi-User
    network.target loaded inactive dead Network
    nss-lookup.target loaded inactive dead Host and Network Name Lookups
    nss-user-lookup.target loaded inactive dead User and Group Name Lookups
    remote-fs.target loaded active active Remote File Systems
    rescue.target loaded inactive dead Rescue Mode
    shutdown.target loaded inactive dead Shutdown
    sockets.target loaded active active Sockets
    sound.target loaded active active Sound Card
    swap.target loaded active active Swap
    sysinit.target loaded active active System Initialization
    syslog.target loaded inactive dead Syslog
    umount.target loaded inactive dead Unmount All Filesystems
    LOAD = Reflects whether the unit definition was properly loaded.
    ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
    SUB = The low-level unit activation state, values depend on unit type.
    JOB = Pending job for the unit.
    21 loaded units listed.
    To show all installed unit files use 'systemctl list-unit-files'.
    My question is what should I add to the after part to make minidlna work upon booting? Wouldn't a graphical.target be an overkill?
    Thanks in advance.
    Last edited by szebenyib (2012-12-02 16:45:26)

    szebenyib wrote:(However I cannot access the internet that way, maybe because of a bad network file. Honestly I have some space to improve my network knowledge.)
    In the case of the possible bad network file. here is what it expects.  First, you need to know the router's IP address.  In the following I will assume 192.168.0.1 for the router's IP address.
    192.168.0.1 is common for D-Link routers, but it does vary by router manufacturer and model.  I believe 192.168.1.1 is common for Linksys.
    /etc/conf.d/network
    interface=eth0                                    # ethernet port to activate, usually eth0
    address=192.168.0.110                     # IP address you want the minidlna computer to have. the first 3 triads must be the same as the router's IP addr in this case 192.168.0  the fourth triad can be from 5 to 250
    netmask=24
    broadcast=192.168.0.255                  # the first 3 triads must be the same as the router's IP address and the fourth triad should be 255
    gateway=192.168.0.1                         # the IP address of your router
    In a terminal window, enter:
    systemctl restart network.service
    ping -c5 127.0.0.1
    which is localhost.  The -c5 means ping 5 times then quit.  If you get: 5 packets transmitted, 5 received, 0% packet loss    then the ping was successful, which means
    that the ethernet port (usually eth0) is active.  If this ping is not successful, go back and check the syntax and spelling in both /etc/conf.d/network and /etc/systemd/system/network.service
    If the ping is successful:
    ping -c5 192.168.0.1
    and ping the router.
    If you cannot ping the router's IP address, then there is still something wrong in one of the two involved files. or the router's settings need to be changed.
    If you can ping the router's IP address successfully and still cannot get to the internet, you probably have DNS server issues.
    ping -c5 google.com
    ping -c5 8.8.8.8
    If you cannot ping google.com but can ping 8.8.8.8 then you have DNS problems, see Arch WIKI resolv.conf
    My network is a mixture of DHCP and STATIC IP addresses.  In my router, I have the DHCP server enabled to give IP addresses between 192.168.0.10 and 192.168.0.60
    this gives the router 50 DHCP addresses to work with which is more that enough for my home network.  The rest of the addresses between 192.168.0.61 and 192.168.0.250
    can be used as static addresses.  Just an example, this can be changed as necessary.
    HTH
    Pudge

  • IMac Won't Start Up/Boot

    My iMac won't start up. I've tried holding all kinds of key combinations while I turn it on, but it doesn't even get that far. It gets stuck on a folder with the Apple picture alternating with a question mark. It doesn't do anything else for a while, and then the fan turns on (???).

    This is indicative of a corrupted system or drive. The first thing to try is:
    Repairing the Hard Drive
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer. Now shutdown the computer for a couple of minutes and then restart normally.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    If this doesn't solve the problem then you will have to reinstall OS X. If the drive tests out OK per the above then you can reinstall without erasing the hard drive:
    How to Perform an Archive and Install
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Acpi-cpufreq won't load at boot [solved]

    Hi,
    I wanted to use cpu scaling for my new laptop, eventually it works if i modprobe acpi-cpufreq so i added acpi-cpufreq to /etc/rc.conf to let it start automatic on boot but i won't. when i modprobe the module everything just works but it isn't that user friendly;) Does anyone now a solution for this problem?
    Here is my rc.conf:
    DAEMONS=(syslog-ng netfs acpi-cpufreq cpufreq iwl3945 hal dhcdbd networkmanager fam fuse stbd @crond @alsa gdm)
    Last edited by jelly (2008-10-31 11:13:59)

    Did you actually read the wiki properly??
    http://wiki.archlinux.org/index.php/Cpufrequtils
    acpi-cpufreq is a module not a daemon, put it in the modules list, it should work then.
    Last edited by R00KIE (2008-10-30 21:49:50)

  • Another nb question: network won't start at boot

    I am running Arch 0.5 in a notebook with a 3c574 pmcia card (3com). I've set everything up (gateway, dns, etc) and installed cardmgr... when i load it and type "/etc/rc.d/network start" everything works fine.. the problem is that the network is not loading at boot, i have to start it manually every time the system is restarted (already tried adding network start to rc.local). The DAEMON array is like that:
    DAEMON=(pcmcia network crond inetd)
    Can i get it work by itself?   
    Ps: sorry about any gramatical errors, english is not my primary language

    i've tried a workaround like that... made a rc script with "/etc/rc.d/network start" and added it before "network" in the daemons array... it worked, but i still get the loading errors. Look at the last lines of my boot sequence (i had to write it by hand heheh):
    [ Starting PCMCIA Services                      BUSY ]
    /sbin/ifconfig eth0 down
    cardmgr[111]: watching 2 sockets
                                                                  DONE ]
    [ Starting Network                                   BUSY ]
    SIOCSIFADDR: No such device
    eth0: unknown interface: No such device
    SIOCSIFNETMASK: No such device
    SIOCSIFBRDADDR: Cannot assign requested address
                                                               FAILED ]
    [ Starting Network                                 DONE ]
    [ Starting Cron Daemon                         DONE ]
    [ Starting inetd                                      DONE ]
    DAEMON=(pcmcia crond [maybe something else here] network inetd)
    i'll try that too hehe, thanks

  • Downloaded Software Won't Start at Boot

    I have downloaded and installed the ClamXav application and ClamXav Sentry. However, each time I boot, I receive a message that each program has been downloaded to the computer on a certain date and would I like to open it. My question is, why won't each program load automatically at log in? I have placed both items in my Login list in my Accounts Preferences.
    ACP

    Alan Pease wrote:
    Thanks for the suggestion, V.K. I have now installed the apps in the Admin account as well as my user account.
    what do you mean by that? the application should be installed only once for the whole computer. you have to launch it once from an admin account and it will stop bugging you. did you do that?

  • Firefox won't start on boot

    I have a sporadic, but consistent problem with Firefox. Shortly after booting the computer, I try to launch Firefox, but it doesn't start. I open the task manager and can see firefox.exe running under the Processes tab. I will be patient, having waited for other things that might be monopolizing the memory (such as a startup AV scan) to finish. A couple of times, I waited as long as ten minutes, but the Firefox window never opened. My only solution is to reboot the computer. At that point I get several error messages:
    "DDE Window Server not responding / End Program?"
    and
    "Acrodist.exe not responding / End Program?"
    and then "Firefox is not responding / End Program?"
    I did research on DDE Server Window and found that I could disable it in Windows Services - which I did. Yet, the error message still appears.
    Running Windows XP with SP3.
    Thanks for any help!

    Hello gabryant, sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/viruses/disinfection/5350 Anti-Rootkit Utility - TDSSKiller]
    * [http://general-changelog-team.fr/en/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner AdwCleaner] (for more info, see this [http://www.bleepingcomputer.com/download/adwcleaner/ alternate AdwCleaner download page])
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    also, delete in your [http://kb.mozillazine.org/Profile_folder_-_Firefox#Windows profile folder] the [http://kb.mozillazine.org/User.js_file User.js] file you already have(except if you created).
    The user.js file does not exist by default. If you create the file, forget it, if you have not create the file then delete the User.js file, to see if the problem goes away (some programs create and write in the file also).
    thank you

  • MBP won't start or boot up

    Hi all, new to the mac world but learning alot! I have owned my Pro for 8 months now and work 50% of time in Thailand. This recent trip, my MBP simply stopped booting up. It starts fine with the normal start chime, noise from CD drive, then white screen with apple logo and spinning wheel. That's as far as it gets. I started using command s for single user and did a repair of the HD. This worked, I then rebooted using start up disk and pressing C. Still not starting, stopping at logo and spinning wheel. I then went to command v and watched for hang up. It seems to stop and repeat trying to access (com.apple.mDNSResponder [311]: posix_spawnp("/usr/sbin/mNDSResponder", ... No such file or directory.
    I am at a loss as to what this is and how to get past this. I do remember that the last time I was on the machine, 3 days ago, I changed the permission of the hard drive for guests to read only. I am wondering if this is the problem. When I started in single mode, the root is read only. How can I change this if I need to? I am far from any mac repair facility and am 4 weeks from going back to Vancouver, soooo, I am hoping someone out there can assist me. I don't mind typing commands in at the root, I just don't know the language. I am working from a borrowed Toshiba for the time being, but I am missing my mac. Long and short of it is if I have to reformat, I don't mind, I have my install disks with me. Thanks

    Okay, so no whiz kids have read this post yet. I got a little further by getting the cd drive to boot in single user, however it too stopped at a unable to read and write to someplace, this may be RAM problems, will try booting from one and the other RAM set independently, more to follow.

  • Openbox won't start with consolekit [SOLVED]

    I would like to start openbox with this line of code in my ~/.xinitrc to enable me to use devmon for automounting removable media:
    exec ck-launch-session dbus-launch openbox-session
    However, upon logging in without login manager with ~/.bash_profile code:
    #Start x at boot
    if [[ -z $DISPLAY && $(tty) = /dev/tty1 ]]; then
    exec startx
    fi
    I am unable to start openbox.
    Openbox starts fine with this line in my ~/.xinitrc:
    exec openbox-session
    Last edited by mynameisneo (2012-03-04 10:15:51)

    https://wiki.archlinux.org/index.php/Start_X_at_Boot
    Here's my .bash_profile:
    if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then
    startx
    fi

  • XP Installation won't start using Boot Camp-any ideas?

    When I put my XP SP2 disk into my us cd drive Boot Camp Assistant recognises it and restart my Mac Air Book. It then goes to the white screen as it boots up and an alternating folder sign with a question mark in it and a no entry sign (circle with a diagonal line through it) are displayed in the center screen indeffinitely. After the white screen comes up and before the symbols there is about 10 seconds as the cd drive appears to initialise and briefly accesses data.
    I am unable to get passed this and so can'r install XP. I have partitioned the disk using Boot Camp. Any ideas? Is it the CD disk or drive, or is it a problem with my MAC Air Book?
    Thanks very much in advance!
    737guru.

    EsseBoy wrote:
    no mine's a 20 inch and I bought it last year.
    i have installed windows on it before and then i removed it. I tried to install it again but permissions wasn't letting me so i refreshed my mac and now its going all dodgy on me
    There's a lot of missing information here!
    1) How did you remove it?
    2) What do you mean by "permissions wasn't letting me"?
    3) How did you "refresh" your Mac? Did you reinstall OS X through Erase & Install?
    4) In what way(s) is it being "dodgy"?
    ~Lyssa

  • Won't Start after boot

    Alright after I type in my password my background shows and so does my mouse clicker. I can move the clicker around,raise volume,etc the problem is that my menu bar in the bottom and my top bar never show except for the search button on the top right of the screen. Only that when I try to click on it, the mouse tells me that it is loading, what is the problem? I thought it would take a it a while to load, but doing that hasn't helped either.
    This barely happened this morning after downloading the new itunes and quicktime updates and after restarting my computer, I don't want to lose all my files since I'm starting to think resetting the computer is the only way I'm going to be able to fix it.
    Anybody please help!

    Alright after I type in my password my background shows and so does my mouse clicker. I can move the clicker around,raise volume,etc the problem is that my menu bar in the bottom and my top bar never show except for the search button on the top right of the screen. Only that when I try to click on it, the mouse tells me that it is loading, what is the problem? I thought it would take a it a while to load, but doing that hasn't helped either.
    This barely happened this morning after downloading the new itunes and quicktime updates and after restarting my computer, I don't want to lose all my files since I'm starting to think resetting the computer is the only way I'm going to be able to fix it.
    Anybody please help!

  • Satellite pro A200 won't start up / boot

    Hi,
    my laptop is refusing to startup beyond the windows loading page, I disabled automatic restart and the message on the blue screen says:
    STOP: c0000221 {Bad Image Checksum} The image oleaut32.dll is possibly corrupt. The header checksum does not match the computed checksum.
    Does anyone know what I need to do?
    Thanks in advance for any help.
    Donal

    Satellite Pro A200-16Y 
    Bug Check 0xC0000221: STATUS_IMAGE_CHECKSUM_MISMATCH
    This indicates that a driver or a system DLL has been corrupted.
    This bug check will display a descriptive text message. The name of the damaged file is displayed as part of the message.
    Please give us the name of the file from the blue screen. If a path is available, be sure to include that.
    If you have located an installation CD, learn to access the Recovery Console.
       Description of the Windows XP Recovery Console for advanced users
    -Jerry

  • [SOLVED] Alsa won't start after upgrade

    This is my last update:
    [2010-07-18 08:59] Running 'pacman -Syu'
    [2010-07-18 08:59] synchronizing package lists
    [2010-07-18 08:59] starting full system upgrade
    [2010-07-18 09:00] upgraded gtk-aurora-engine (1.5.1-1 -> 1.5.1-2)
    [2010-07-18 09:00] #####################################
    [2010-07-18 09:00] themes are moved in an extra package:
    [2010-07-18 09:00] community/murrine-themes-collection
    [2010-07-18 09:00] upgraded gtk-engine-murrine (0.90.3-1 -> 0.90.3-2)
    [2010-07-18 09:00] upgraded imagemagick (6.6.2.0-22 -> 6.6.2.10-1)
    [2010-07-18 09:00] Running OSS update script...
    [2010-07-18 09:00]
    [2010-07-18 09:00] -------------------------------------------------------------
    [2010-07-18 09:00] Open Sound System was updated. Now you should restart the
    [2010-07-18 09:00] daemon by running /etc/rc.d/oss restart.
    [2010-07-18 09:00]
    [2010-07-18 09:00] Please note that OSS stores some of its configuration files
    [2010-07-18 09:00] at /usr/lib/oss. If you are upgrading from an older OSS
    [2010-07-18 09:00] release and it doesn't work properly, try removing that
    [2010-07-18 09:00] directory and reinstall this package.
    [2010-07-18 09:00] -------------------------------------------------------------
    [2010-07-18 09:00] upgraded oss (4.2_2002-2 -> 4.2_2003-1)
    [2010-07-18 09:00] upgraded supertux (0.3.1-5 -> 0.3.3-1)
    [2010-07-18 09:00] upgraded xine-lib (1.1.18.1-1 -> 1.1.18.1-2)
    Pacman said to restart oss, so I did it. But I got loads of errors and a [FAIL], then I rebooted and got a [FAIL] for shutting down alsa.
    Now alsa won't start at boot.
    sudo /etc/rc.d/alsa start
    Password:
    :: Restoring ALSA Levels [BUSY] /usr/sbin/alsactl: load_state:1610: No soundcards found...
    [FAIL]
    And alsamixer won't run too:
    alsamixer
    cannot open mixer: No such file or directory
    What can I do to fix this?
    EDIT: I just removed the oss package and now it works fine
    Last edited by spiridow (2010-07-18 08:17:16)

    startx at the command line.
    I just tried Xorg -reconfigure again, adding the AutoAddDevices = false option - still doesn't work, giving the error about config/hal. Without the option, it just goes back to the terminal with no errors.
    Pacman log says the only thing upgraded today (after pacman) was the kernel, nvidia, and kernel-firmware. cdfs conflicted with the new kernel, so I removed it. Then I rebooted, and X stopped working. Downgrading those back again doesn't fix it. I don't get it.
    >>EDIT:
    Okay - what does cdfs have to do with Xorg???? This makes no sense. I downgraded the kernel pkgs and nvidia again, and this time installed cdfs, which I forgot to do last time. Now X starts. I don't really get it.
    Maybe hal in xfce or some plugin needs to use cdfs for something?? I don't really know - but I'm just glad it's working. I guess I'll file a bug report for cdfs so it can be built to the new kernel and hold off upgrading until it's fixed with 2.6.31. sheesh! too weird.
    Last edited by userlander (2009-10-10 23:27:36)

  • [Solved] vsftpd not starting on boot

    Hi,
    I have problems running vsftpd via systemd on boot.
    What I did: Install vsftpd, configure it properly, enable and start vsftpd.service. It works fine, but it won't start on boot; I need to start it manually.
    This is what systemctl status vsftpd sais:
    $ systemctl status vsftpd.service
    vsftpd.service - vsftpd daemon
    Loaded: loaded (/usr/lib/systemd/system/vsftpd.service; enabled)
    Active: failed (Result: exit-code) since Wed 2014-01-01 21:28:21 CET; 7s ago
    Process: 866 ExecStart=/usr/bin/vsftpd (code=exited, status=2)
    Main PID: 866 (code=exited, status=2)
    CGroup: /system.slice/vsftpd.service
    However, starting it manually works fine and vsftpd is running then. I already read another topic, where a user had exactly the same problem. Unfortunately, that solution (adding network.target to service file) does not work for me. (topic: https://bbs.archlinux.org/viewtopic.php?pid=1251823)
    This is what my vsftpd.service file looks like:
    $ cat /usr/lib/systemd/system/vsftpd.service
    [Unit]
    Description=vsftpd daemon
    Requires=network.target
    After=network.target
    [Service]
    ExecStart=/usr/bin/vsftpd
    ExecReload=/bin/kill -HUP $MAINPID
    KillMode=process
    [Install]
    WantedBy=multi-user.target
    I recently added the Requires= field, it did not change anything. Further I tried adding NetworkManager.service and NetworkManager-wait-online.service, it did not change anything as well.  Any idea how I might fix that?
    Last edited by vibee (2014-01-09 12:31:21)

    After boot:
    $ systemctl list-units
    vsftpd.service loaded failed failed vsftpd daemon
    $ systemctl list-unit-files
    vsftpd-ssl.service disabled
    [email protected] static
    vsftpd.service enabled
    [email protected] static
    I am wondering that network.target is not shown when doing systct list-dependencies; vsftpd.service only depends on default.target and multi-user.target. Why is network.target not shown?
    $ systemctl list-dependencies
    default.target
    ├─gdm.service
    └─multi-user.target
    ├─avahi-daemon.service
    ├─cpupower.service
    ├─cronie.service
    ├─cups.path
    ├─dbus.service
    ├─dkms.service
    ├─hddtemp.service
    ├─httpd.service
    ├─iked.service
    ├─mysqld.service
    ├─NetworkManager-wait-online.service
    ├─NetworkManager.service
    ├─radicale.service
    ├─rpc-mountd.service
    ├─rpc-statd.service
    ├─smbd.service
    ├─sshd.service
    ├─svnserve.service
    ├─systemd-ask-password-wall.path
    ├─systemd-logind.service
    ├─systemd-user-sessions.service
    ├─verynice.service
    ├─vsftpd.service
    ├─basic.target
    │ ├─alsa-restore.service
    │ ├─alsa-state.service
    │ ├─paths.target
    │ ├─slices.target
    │ │ ├─-.slice
    │ │ └─system.slice
    │ ├─sockets.target
    │ │ ├─avahi-daemon.socket
    │ │ ├─cups.socket
    │ │ ├─dbus.socket
    │ │ ├─dmeventd.socket
    │ │ ├─lvmetad.socket
    │ │ ├─systemd-initctl.socket
    │ │ ├─systemd-journald.socket
    │ │ ├─systemd-shutdownd.socket
    │ │ ├─systemd-udevd-control.socket
    │ │ └─systemd-udevd-kernel.socket
    │ ├─sysinit.target
    │ │ ├─dev-hugepages.mount
    │ │ ├─dev-mqueue.mount
    │ │ ├─kmod-static-nodes.service
    │ │ ├─proc-sys-fs-binfmt_misc.automount
    │ │ ├─sys-fs-fuse-connections.mount
    │ │ ├─sys-kernel-config.mount
    │ │ ├─sys-kernel-debug.mount
    │ │ ├─systemd-ask-password-console.path
    │ │ ├─systemd-binfmt.service
    │ │ ├─systemd-journal-flush.service
    │ │ ├─systemd-journald.service
    │ │ ├─systemd-modules-load.service
    │ │ ├─systemd-random-seed.service
    │ │ ├─systemd-sysctl.service
    │ │ ├─systemd-tmpfiles-setup-dev.service
    │ │ ├─systemd-tmpfiles-setup.service
    │ │ ├─systemd-udev-trigger.service
    │ │ ├─systemd-udevd.service
    │ │ ├─systemd-update-utmp.service
    │ │ ├─systemd-vconsole-setup.service
    │ │ ├─cryptsetup.target
    │ │ ├─local-fs.target
    │ │ │ ├─-.mount
    │ │ │ ├─mnt-serverdisk.mount
    │ │ │ ├─mnt-windows.mount
    │ │ │ ├─systemd-remount-fs.service
    │ │ │ └─tmp.mount
    │ │ └─swap.target
    │ │ ├─dev-disk-by\x2did-ata\x2dST3000DM001\x2d1CH166_Z1F23A7C\x2dpart2.swap
    │ │ ├─dev-disk-by\x2did-wwn\x2d0x5000c5004f7babf3\x2dpart2.swap
    │ │ ├─dev-disk-by\x2dpartuuid-e8647b5a\x2de808\x2d41a8\x2d86e7\x2d353410f0a4bb.swap
    │ │ ├─dev-disk-by\x2duuid-3a4d745f\x2d7d88\x2d48ad\x2dba59\x2d261410fcbb8a.swap
    │ │ ├─dev-disk-by\x2duuid-3a4d745f\x2d7d88\x2d48ad\x2dba59\x2d261410fcbb8a.swap
    │ │ └─dev-sdb2.swap
    │ └─timers.target
    │ └─systemd-tmpfiles-clean.timer
    ├─getty.target
    │ └─[email protected]
    └─remote-fs.target
    And one more strange thing: If I want to start vsftpd manually by hitting systemctl start, vsftpd.service does not appear via auto-completion.
    Last edited by vibee (2014-01-02 15:59:08)

  • Mac won't start with mavericks

    Just tried to mbp and it won't start up

    The boot drive is failing, or there is some other hardware fault.
    Make a "Genius" appointment at an Apple Store, or go to another authorized service provider.
    Back up all data on the internal drive(s) before you hand over your computer to anyone. There are ways to back up a computer that isn't fully functional — ask if you need guidance.
    If privacy is a concern, erase the data partition(s) with the option to write zeros* (do this only if you have at least two complete, independent backups, and you know how to restore to an empty drive from any of them.) Don’t erase the recovery partition, if present.
    Keeping your confidential data secure during hardware repair
    *An SSD doesn't need to be zeroed.

Maybe you are looking for

  • Crystal Report 9 compatibility

    Hello, I am looking for the informaton if  Crystal Report ver. 9  is compatible with Windows Server 2008 R2 SP1 (x64 bit) and also office 2007 or office 2010 ? or just Excel 2007 or 2010? Could you please let me know? Thanks in advanced.

  • ITunes does not respond when I try to play a movie

    I just installed the latest iTunes update onto my Windows 64-bit computer and now, whenever I try to watch a movie on iTunes it freezes and does not respond. I have to start the task manager and end the program manually. I have unistalled iTunes and

  • File problem on Nokia 5730 Xpress Music

    I have problem with my device - files on flash memory periodically damadged. I cheked flash on computer and not found bad sectors. Formated flash - but problem stayed. I think - problem in system of my phone. Firmware (прошивка). Have somebody same p

  • Usage of  XSLT_TOOL  Transaction

    Hi All I have gone thru previous blogs related to XSLT mappings.In a few of them I could see that there is a mention of XSLT_tool transaction for XSLT-ABAP mapping.. Can anyone please provide me some details as to when this will be used.I mean is it

  • HDMI and MacBooks

    I have an early 2008 MacBook with a mini-DVI port.  I just purchased the Brookstone HDMI pocket projector (which works great with my iPad, by the way).  I got an adapter (mini-DVI to HDMI) to try to use the projector with my MacBook but I get a "no s