Find the answer to your Linux question:
Results 1 to 2 of 2
Hello All, I'm having trouble getting likewise open to work with it's init.d scripts on the reboot. Here is the erros I'm getting on boot: Code: $ more /var/log/boot.log fsck ...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Location
    Ann Arbor, MI
    Posts
    22

    likewise open help

    Hello All,

    I'm having trouble getting likewise open to work with it's init.d scripts on the reboot.

    Here is the erros I'm getting on boot:

    Code:
    $ more /var/log/boot.log 
    fsck from util-linux-ng 2.17.2
    fsck from util-linux-ng 2.17.2
    /dev/mapper/template301-root: clean, 168646/734400 files, 636025/2933760 blocks (check in 4 mounts)
    /dev/sda1 was not cleanly unmounted, check forced.
    init: ureadahead-other main process (561) terminated with status 4
    init: ureadahead-other main process (590) terminated with status 4
    /dev/sda1: 230/124496 files (5.2% non-contiguous), 96259/248832 blocks
    mountall: fsck /boot [294] terminated with status 1
    init: ureadahead-other main process (673) terminated with status 4
     * Starting AppArmor profiles                                            [ OK ] 
     * Starting :                                                            [fail] 
     * Starting :                                                            [fail] 
    Error: ERROR_FILE_NOT_FOUND (2)
    Unknown error
     * Starting :                                                            [fail] 
     * Starting :                                                            [fail] 
     * Starting :                                                            [fail] 
     * Starting Likewise Service Manager: lwsmd                              [ OK ] 
     * Starting Likewise Site Affinity Service: netlogond                    [ OK ] 
    Starting VMware Tools services in the virtual machine:
       Switching to guest configuration:                                   done
       DMA setup:                                                          done
       Guest operating system daemon:                                      done
     * Starting web server apache2                                           [ OK ] 
    Starting network top daemon: Tue Jan  3 11:05:54 2012  NOTE: Interface merge enabled by default
    Tue Jan  3 11:05:54 2012  Initializing gdbm databases
    ntop
    it appears likewise open has started however it doesn't allow logins from domain users.

    only if i i do this will the domain users gain login access:
    Code:
    $ lwsm list
    lwreg       running (standalone: 1133)
    dcerpc      stopped
    eventlog    stopped
    lsass       stopped
    lwio        stopped
    netlogon    running (standalone: 1226)
    npfs        stopped
    pvfs        stopped
    rdr         stopped
    srv         stopped
    srvsvc      stopped
    $ sudo lwsm start lsass
    Starting service dependency: lwio
    Starting service dependency: rdr
    Starting service dependency: npfs
    Starting service: lsass
    $ lwsm list
    lwreg       running (standalone: 1133)
    dcerpc      stopped
    eventlog    stopped
    lsass       running (standalone: 1924)
    lwio        running (standalone: 1898)
    netlogon    running (standalone: 1226)
    npfs        running (io: 1898)
    pvfs        stopped
    rdr         running (io: 1898)
    srv         stopped
    srvsvc      stopped
    The fail errors in the boot log are not descriptive, but I have an idea they my be a dependence to likewise open loading at boot.

    here is the scripts in the init.d that relate to likewise:
    Code:
    529292 -rwxr-xr-x 1 root root 819 2011-07-12 04:33 lsassd
    529293 -rwxr-xr-x 1 root root 797 2011-07-12 04:33 lwiod
    529295 -rwxr-xr-x 1 root root 883 2011-07-12 04:33 lwregd
    529290 -rwxr-xr-x 1 root root 897 2011-07-12 04:33 lwsmd
    I also, ran dmesg and no errors.
    Any ideas why this service is'nt start on boot yet can be started manually?

    Thanks,
    Joe

  2. #2
    Just Joined!
    Join Date
    Sep 2007
    Location
    Ann Arbor, MI
    Posts
    22
    Hello all,

    After playing around with the init scripts I found it was missing the .lsassd file needed for loading. So I googed any issues on this file missing and the fix that some suggested worked for me.

    add domainjoin-cli query to the rc.local file in the /etc directory forces those files to be created at each runlevel change.

    Hope that helps anyone else running into this issue.

    Thanks,
    Joseph Swager

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...