2.6.28.2: nfssvc: Function not implemented

# lsmod
Module Size Used by
nfs 126028 0
nfsd 79144 0
exportfs 2464 1 nfsd
lockd 54184 2 nfs,nfsd
sunrpc 143804 3 nfs,nfsd,lockd
sch_htb 13728 2
ide_cd_mod 31944 0
mousedev 8804 1
psmouse 12168 0
piix 4164 0
ide_core 60844 2 ide_cd_mod,piix
# netstat -nlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:40293 0.0.0.0:* LISTEN 24439/rpc.statd
tcp 0 0 0.0.0.0:60837 0.0.0.0:* LISTEN 24437/rpc.mountd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 24435/portmap
udp 0 0 0.0.0.0:55729 0.0.0.0:* 24437/rpc.mountd
udp 0 0 0.0.0.0:40402 0.0.0.0:* 24439/rpc.statd
udp 0 0 0.0.0.0:871 0.0.0.0:* 24439/rpc.statd
udp 0 0 0.0.0.0:111 0.0.0.0:* 24435/portmap
from client:
rpcinfo -p 192.168.1.1
program version protocol port
100000 2 tcp 111 portmapper
100005 1 udp 55729 mountd
100005 1 tcp 60837 mountd
100005 2 udp 55729 mountd
100005 2 tcp 60837 mountd
100005 3 udp 55729 mountd
100005 3 tcp 60837 mountd
100024 1 udp 40402 status
100024 1 tcp 40293 status
using nfs-utils 1.1.4:
./configure --prefix=/opt/nfs --disable-nfsv4 --enable-shared --disable-static --disable-gss
kernel:
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=m
CONFIG_NFS_V3=y
# CONFIG_NFS_V3_ACL is not set
# CONFIG_NFS_V4 is not set
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
# CONFIG_NFSD_V3_ACL is not set
# CONFIG_NFSD_V4 is not set
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
# CONFIG_SUNRPC_REGISTER_V4 is not set
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
anyone has any ideas why the NFS server does not start ?
Last edited by monohouse (2009-02-22 22:03:10)

You need to go to the wiki under Installing VMware.
Search until you find 2. Start and stop script
Create the script in /etc/rc.d directory and make sure you chmod 755 the file.
Add mkvmdev to the rc.conf file under daemons.
This should now work properly.
I was able to get it working using Vmplayer.

Similar Messages

  • LDAP: error code 53 - Function Not Implemented

    Hi All,
    While doing search on Oracle internet directory server(oracle ldap server),
    we are getting following exception.
    Exception
    in thread "main" javax.naming.OperationNotSupportedException: [LDAP:
    error code 53 - Function Not Implemented]; remaining name
    'ou=people,dc=test,dc=com'
         at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3058)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2931)
         at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2737)
         at com.sun.jndi.ldap.LdapCtx.searchAux(LdapCtx.java:1808)
         at com.sun.jndi.ldap.LdapCtx.c_search(LdapCtx.java:1731)
         at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_search(ComponentDirContext.java:368)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:338)
         at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.search(PartialCompositeDirContext.java:321)
         at javax.naming.directory.InitialDirContext.search(InitialDirContext.java:248)
         at DifferentSearches.doFilterSearch(DifferentSearches.java:99)
         at DifferentSearches.main(DifferentSearches.java:23)
    Following is the code -
    code:
         DirContext ctx= getDirContext();
         SearchControls ctls = new SearchControls();
         ctls. setReturningObjFlag (true);
         ctls.setSearchScope(SearchControls.SUBTREE_SCOPE);
         String filter = "(displayname=chandra)";
         NamingEnumeration answer = ctx.search("ou=people,dc=test,dc=com", filter, ctls);
         formatResults(answer);
         ctx.close();
    When we search on the added attributes (like currentsession count) it works
    fine. For this we had to enable index in OID on this field. But this is
    not possible for the default attributes. OID does not provide a way to
    enable indexing on these attributes. Could someone please let us know
    how we can search on default attributes ?
    Regards
    Rahul
    Edited by: Rahul_Sonawale on Oct 17, 2008 4:26 AM

    Thanks Rajiv for reply.
    I had read that thread before posting this. However, this is lightly different.
    From other sites I can see that if it's caused by indexing, the error msg would say so and also tell you which attribute it is.
    Some one suggested it's OID dropping the database connections intermittantly and should check both CRS ORACLE_HOME and RDBMS ORACLE_HOME have SQLNET.EXPIRE_TIME set and check the TNS and alert logs on the DB side for any other possible connection failure.
    From some OID log we do see it has lost database connection:
    OID logs in /u01/oid/oid_inst/diagnostics/logs/OID/oid1 :
    ConnID:76 mesgID:2 OpID:1 OpName:search ConnIP:10.244.87.239 ConnDN:cn=policyrwuser,cn=users,dc=us,dc=oracle,dc=com
    [gsldecfsFetchEntries] ORA error 3135: ORA-03135: connection lost contact
    Process ID: 29973
    Session ID: 164 Serial number: 3
    I should post another thread for oid lost db connection.

  • FUNCTION NOT IMPLEMENTED error when calling C# method from SAP, why?

    Hi,
    I've build a server stub in order to get SAP calling my own methods that exist in the C# world, for that I developed several methods in a class that extends SAPServer and then implemented them...
    I added the special custom properties needed (Abap Name, length, etc) to the function and to its parameters, I've made the ABAP code required to call it...
    I've checked, every parameters that I place in ABAP (importing, exporting and tables) are also defined in C# (its 53 parameters) with the same name (in C# they are in capital letters and in a diferent order but I tried this before and it didn't matter)...
    The name of the function is the same...
    How can I get the 'FUNCTION NOT IMPLEMENT' error in SAP?
    What's going wrong when I get this error?
    Can anyone tell me?
    Is there any place in this site that has a error description and possible reasons?
    When I get a parameter wrong I get a different error (I tried to make smaller functions and they work fine).
    Thanks for the help,
    Nuno Felino
    Message was edited by: Nuno Felino

    Hi,
    I'll explain what I'm doing:
    - we have a set of services made in a C and VB that are available using an API in C#, these services must be available to SAP. So I have a program that will see what parameters the API service requires and makes a proxy so that SAP can call these services.
    To do this I must map SAP types with C#, build the function signature and then implement it. So I cannot use the wizard to do this
    Now, back to the question, what kind of customer attributes I got wrong to get that exception? The most logic is the AbapName of the function but they are equal (the one called in SAP and the one in the customer attributes of the function)...
    Thanks for the answer, can you give me any more hint?

  • Shared memory segment: function not implemented

    Hi!
    I tried to install Oracle8 on a dual pentium II / 233 system
    running Suse 6.0 (kernel 2.2.1, glibc6)
    Everything went fine, until I got the message
    "Database creation failed, see logfile"
    The logfile /u01/app/oracle/products/8.0.5/orainst/install.log
    tells me the following:
    - Entering database actions section.
    - Creating initORCL.ora file
    - Creating crdb2ORCL.sql database catalog and file creation
    script
    - ERROR: The 'CREATE DATABASE' statement for the ORCL
    database failed.
    egrep failed to find 'ORA-' error in the file:
    /u01/app/oracle/admin/ORCL/create/crdbORCL.lst
    /u01/app/oracle/admin/ORCL/create/crdORCL.lst tells me:
    Connected.
    ORA-27125: unable to create shared memory segment
    Linux Error: 38: Function not implemented
    create database "ORCL"
    ORA-01034: ORACLE not available
    Disconnected.
    So, I guess it3s something wrong with the kernel. I did the
    following:
    changed in /usr/src/linux/include/asm/shmparam.h:
    #define SHMIDX_BITS 16 (was 15)
    #define SHMMNI 100 (was (1<<_SHM_ID_BITS)) #define SHMSEG
    10 (was SHMSEG SHMMNI)
    checked /usr/src/linux/include/linux/sem.h:
    #define SEMMNI 128
    #define SEMMSL 32
    #define SEMMNS (SEMMNI*SEMMSL)
    Compiled new kernel, rebooted, verified that the right kernel
    was loaded, installed oracle new, but it still doesn3t work.
    Have I missed anything ?
    thanks
    Frank
    null

    Hey, I ran into this problem too. Look and see if any db
    processes failed to die last time you stopped oracle. I found a
    ps_mon daemon still going when the database was down. I killed
    it, restarted the database and everything was fine.
    StE (guest) wrote:
    : Frank Schmitt (guest) wrote:
    : : ORA-27125: unable to create shared memory segment
    : : Linux Error: 38: Function not implemented
    : : create database "ORCL"
    : : Compiled new kernel, rebooted, verified that the right kernel
    : : was loaded, installed oracle new, but it still doesn3t work.
    : Silly question, but did you check you had enabled SysV IPC
    when
    : you configured the kernel?
    : -michael
    null

  • Dhcpcd eth0 error flock : Function not implemented

    Dear Arch users-
    I have been using Arch for a few weeks now, and just compiled my own custom kernel, now when I use dhcpcd eth0/wlan0 - I get the error
    eth0: flock '/var/run/dhcpcd-eth0.pid' : function not implemented
    I have searched the web haven't really found an answer yet.
    Please I dont need any info on why I compiled my own kernel.
    Regards,

    enable this in your custom kernel
    CONFIG_FILE_LOCKING=y
    i just hit this today, i know is probably late and you moved on.
    Last edited by Kaso_Da_Zmok (2010-04-02 13:30:00)

  • IFNUM function not implemented

    Has anyone found a workaround since this function is not yet implemented in Numbers? I need it badly to import excel and appleworks documents...
    Thanks in advance....

    Hello
    In fact they "forgot"
    ISTEXT
    ISLOGICAL
    ISNA
    ISNUM
    The only soluce I found is to askk Apple to add these four functions quickly (and cleanly).
    Yvan KOENIG (from FRANCE jeudi 16 août 2007 12:28:48)

  • Error 78 - Function not implemented.

    im trying to unzip a folder, i was told i didnt need an unzipping programme (winrar) and that all i needed to do was double click it to extract the files
    when i double click it a STOP message appears which reads:
    'Unable to unarchive "file name.zip" into "Desktop".
    is there something wrong with my standard mac unzipping programme?
    is there something wrong with the file?
    do i need to get a unzipping application on my mac to do this?
    any help appreciated

    The most likely issue is that there is something wrong with the file. As long as the file is not corrupted somehow there is no reason that it can't be unzipped. At least I have never had a problem unzipping a file on my Mac.

  • RSRV: W: Function not yet implemented

    Hello all.  I am trying to view the dimension table status using "transaction code RSRV===>Elementary Tests===>Database Tables===>Database Information about InfoProvider Tables".
    Whether I try this particular function or any other function in RSRV, I get the message:  "W: Function not yet implemented", and I can't get past it.
    Can anyone tell me how I can activate this functionality, using RSRV?  We are running BI 7.0, 2004s.  You see, I want to verify the stableness of existing cubes/dimension tables, as well as verify any new cubes/dimension tables, I create in the future.
    Thank you in advance.
    ErnLab

    Hi Franklin,
    I tried as per your suggestion but I still get the "Not implemented error" on Windows Phone 8.1. May be I am doing something wrong here. I have attached screenshot of the error.
    Below is the code I am trying,
    I am having a newDoc folder inside my app.
    I want to get all the files from inside this newDoc folder,which in turn have subfolders and files  so I am using orderByDate because
    CommonFileQuery.defaultQuery will return only files from current folder.
    var localAppFolder = Windows.ApplicationModel.Package.current.installedLocation;
    localAppFolder.getFolderAsync("newDoc").done(function(folderObject) {
    var temp = folderObject;
    var CommonFileQuery = Windows.Storage.Search.CommonFileQuery;
    var results = folderObject.createFileQuery(CommonFileQuery.defaultQuery);
    results.getFilesAsync().done(function getFilesSuccess(sortedFiles) {
    var pathArray = [];
    sortedFiles.forEach(function forEachFile(item) { pathArray.push(item.path);
    The above code works as expected on desktop. Can you kindly tell me where or what I am doing wrong as I am newbie to WinJS.
    Also I wanted to post screenshot of the error but was not allowed since my account is yet to be verified.

  • Error in Dual Stack Splitting:SAPControl:GetAccessPointList not implemented

    Hi,
    Am doing dual stack split with Keep Database option. Environment is
    OS- Sun Solaris SPARC 64 bit
    Database – Oracle 11.2.0.3
    System – ECC 6.0 (Netweaver 7.0) NUC
    We stuck in 1sr step while taking export of JAVA. Error is – GetAccessPointList fail:SAPControl:GetAccessPointList not implemented : method name or namespace not recognized
    I have upgraded kernel from 700 Sp 333 to 720 sp 700. also set parameter alternatively
    service/protectedwebmethods = SDEFAULT
    service/protectedwebmethods = DEFAULT
    service/protectedwebmethods = NONE in all profiles, but still no luck.
    Please find below logs.
    Also output of command
    Please find below log files, as I have executed command -
    sapcontrol '-prot' 'NI_HTTP' '-nr' '20' '-function' 'GetAccessPointList' which gets completed successfully(20- Instance No of ABAP). Log file
    -sapcontrol.log
    but when I execute command
    sapcontrol '-prot' 'NI_HTTP' '-nr' '00' '-function' 'GetAccessPointList'-- which shows error (00-instance no of SCS)
    log file - sapcontrol1.log
    Please find log files.
    Regards
    Vivek

    Hi Vivek ,
    Check for the permission of sapuxuserchk in all the exe directories including the local exe directory of SCS00
    1563660 - sapcontrol, user authorization issues (SUM)
    Thanks ,
    Manu

  • Feature 'nested external environment calls' not implemented

    Hi.
    I've created a .Net 3.5 DLL which is called by a stored procedure using CLR in a trigger.
    Inside one of the functions I've got an update-statement against the same table as the trigger which calls the CLR code.
    That update results in a SAExeption:
    30.04.2014 14:19:55 (ConnID. 89) - W747lnr=4000996, Error: Feature 'nested external environment calls' not implemented
    iAnywhere.Data.SQLAnywhere.SAException: Feature 'nested external environment calls' not implemented
       at iAnywhere.Data.SQLAnywhere.SACommand.ExecuteReader()
       at CLRKalkyle.Exts.Execute(SAConnection conn, String sql, Object[] args)
       at CLRKalkyle.CalculusFunctions.DivInnfrakt(SAConnection conn, Pallet palle, Decimal totkvant)
       at CLRKalkyle.CalculusFunctions.GetInnfrakt(SAConnection conn, Int32 klientnr, String uttakstype, Int32 uttaksnr, Int32 w722lnr)
       at CLRKalkyle.Exts.DivKalkyle(SAConnection conn, Int32 klientnr, String uttakstype, Int32 uttaksnr, Int32 w722lnr, Int32 w747lnr)
       at CLRKalkyle.CLRKalkyle.GenKalkyle(Int32 klientnr, Int32 w747lnr)
    I'm using SAServerSideConnection without transaction (the CLR is called per row in the database).
    Is it possible to run the update in a new thread, or perhaps a new connection?
    Or do I have to run the update after all the other code is finished?
    Hope you understand my problem.
    Regards,
    Bjarne Anker

    This is the trigger:
    ALTER TRIGGER "wau_w747_maaoppdat_on" after update of MaaOppdateres
    order 2 on MTS.W747KalkyleData
    referencing old as old_name new as new_name
    for each row when(old_name.MaaOppdateres = 0 and new_name.MaaOppdateres = 1)
    begin
        call spw_GenKalkyle_w747lnr(new_name.klientnr,new_name.w747lnr)
    end
    Stored procedure:
    ALTER PROCEDURE "MTS"."spw_GenKalkyle_w747lnr"( in p1 integer,in p2 integer )
    external name 'D:\\SVN\\Trading\\CLRKalkyle\\CLRKalkyle\\bin\\Release\\CLRKalkyle.dll::CLRKalkyle.CLRKalkyle.GenKalkyle(int,int)' language clr
    This is where the exception occurs in the program:
    sql = @"update w747kalkyledata w747
    set w747.maaoppdateres = 1
    from w722fakturalinje w722
    where w722.KlientNr = ?
    and w722.TilgangsType = ?
    and w722.TilgangsNr = ?
    and w722.tilgangsnr > 0
    and w722.klientnr = w747.klientnr
    and w722.uttakstype = w747.uttakstype
    and w722.uttaksnr = w747.uttaksnr
    and w722.w722lnr = w747.w722lnr
    and w722.uttakstype = 'DF'
    and w747.maaoppdateres = 0";
    SAServerSideConnection.Connection.Execute(sql, palle.klientnr, palle.tilgangstype, palle.tilgangsnr);
    In short, the trigger is at the table W747 and the code fails when running the update against the same table.
    I guess it would be best to send the sourcecode via email if you need to look at the whole picture.
    Regards,
    Bjarne Anker

  • SAP NOTE implementation as part of charm

    Hi all,
    Is there any seperate configuration for the NOTE implementation through solution manager similar to charm.
    As of now i know the SAP Notes tab is used for recommending the notes to the end user for their problem.
    Is there any other functionality related to that tab.
    Kindly clarify this doubt.
    Thanks and Regards,
    Subhashini.

    Hi All,
    Thanks for your replies....that has given me some idea....
    I wanted to know whether can we implement the SAP NOTE through service desk / ChaRM.
    and if so....will it use a TR created in charm and move it to production or any spl functionality available so that it is categorized as a different function.
    Thanks for the inputs. will check the tools button, and get back.
    regards,
    Subhashini.

  • Function not found in Library only after Close VI - Open VI

    Hi,
    We wrote subVI's for all exported functions of a dll written in Borland C++. Then a test.vi was implemented which uses these dll function. Everything runs perfectly, as long as we don't Close the vi and reopen it from the LabView main menu. If we do this the broken run arrow butten is shown and the first error message listed is the Function not found in Library error.
    If we use Exit to leave LabView and then restart the test.vi, everything is ok.
    Please let me know if you know a solution. Thanks in advance.

    The Function not found error is thrown when the OS can't provide the pointer to the function in the library to LabVIEW for some reason. For more information and common solutions see:
    http://digital.ni.com/public.nsf/websearch/44E40ACF1644DB77862562990054D672?OpenDocument
    The only reason I can think of why the first time it works correctly is that the DLL is not correctly clean-up by the close functions. Thus causing a second request for the pointer to fail due to this. (closing LabVIEW will remove the DLL form memory and thus probably clearing the error).
    Hope this Helps
    Kind regards,
    Karsten
    Applications Engineer
    National Instruments

  • Help Please - Function not available to this reponsibility. Change....

    Hi,
    I am implementing Quality Module.
    I have copied the collection plans
    Defined parent-child relationship
    Updated menu entry to point to the correct plan (Mandatory). Made changes to Form Functions window
    I am in Receiving Transactions and I enter the quality results, select the child plan (Nonconformance Master Plan) and click on Enter. I get the message "Function not available to this responsibility. change responsibilities or contact system administrator".
    Ideally I should be getting Nonconformance form.
    Kindly help. Thanks

    How do you suggest me to go to Quality Plan?
    I have selected the child entry mode as "immediate". So even if I try closing the form, it is suggesting me to enter the child plan (As per trigger I set) and I do select the child plan from drop down and click Enter.

  • Have anyone seen this exception before??? setNull() feature not implemented

    java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Optional feature not implemented
    Have anyone seen this exception before????? I see this exception when I use the "setNull()" function in the preparedstatement class.

    statement.setNull(index, Types.NUMERIC); //works
    statement.setNull(index, Types.DECIMAL); //does not work

  • Native Webservices - ERROR 501: Not Implemented ... why?

    I'm running Oracle xe 11G.
    Recently I've tried to setup Native Web Services. I set up the database and user accordingly, defined a testfunction and accessed the database with following URL:
    http://localhost:8080/orawsv/GUT/TESTWS?wsdl
    This worked.
    I did another test at another database, where I set up a defined user for webservices and granted this user execution privileges on the same testfunction. Accessing this function via SQL works OK. But when I issue a similar URL (http://localhost:8080/wwwsss/WSBRAN/TESTWS?wsdl) I get:
    "ERROR 501: Not Implemented."
    I did not find an error in my setup yet - so maybe somebody can hint me on the deeper meaning of this error! Where can I look to fix this?
    Thanks a lot,
    Stephan

    Oh, I should have called the servlet "orawsv" as it is described. Corrected this and now it works!

Maybe you are looking for