/dev directory not being populated by udev

Currently run Slackware current, Gentoo Jackass 2006.2 and Arch.
All are on Reiser4  partitions with 2.6.17.13 R4-patched vanilla kernels. I do not use initrd or initcpio to assist in the boot process.
In Slackware and Gentoo the /dev folder is populated at startup with my devices, size being reported varies from 2640 (gentoo) to 3280 (slackware).
In Arch reported size is zero. Udev daemon is starting fine.  No problems with any device I can see or system operation. I have uninstalled and reinstalled udev 100-1, without any change.
Just curious whether this behavior is normal?!
Any suggestions or comments?
Thanks,
Gary  :?:

brain0,
For instance, in /dev/udev/db, it's reported size in Slackware is 2240. It contains various block@hda@hda1,2,3,entries with sizes ranging from 200-450.
/dev/vc size is 1320. It contains entries that look like nodes with the sizes such as 4, 0 ; 4, 2,  etc.. such as those made by mknod
As I posted earlier, no problems, just haven't seen that with the Slackware or Gentoo. All three use the newer udev 96 or > with the newest style daemon, so I would think all would populate the /dev folder similarly.
Gary

Similar Messages

  • Data is not being populated in screen field PSPNR after F4 search help.

    Hi expert,
    I have added one field GW_SELECT-PSPNR in existing screen 100, and there are many fields already existing.
    and there are POV for 4 fielda and i added POV for field GW_SELECT-PSPNR.
    PROCESS ON VALUE-REQUEST.
      FIELD gw_select-kostl MODULE determine_kostl.
      FIELD gw_select-aufnr MODULE determine_aufnr.
      FIELD gw_select-matnr MODULE determine_matnr.
      FIELD gw_select-bwart MODULE determine_bwart.
    ***Added by me
      FIELD gw_select-pspnr MODULE determine_pspnr.
    ****end add
    now problem is that the value is not being populated in screen.
    values are coming in field GW_SELECT-PSPNR but in screen its not being populated.
    i tried function module 'DYNP_VALUES_UPDATE' then also its not being populated
    now this module MODULE determine_pspnr has code inside
    MODULE DETERMINE_PSPNR INPUT.
       DATA:w_dynpfields TYPE dynpread,
         i_dynpfields LIKE STANDARD TABLE OF dynpread.
      PERFORM fill_pspnr.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield        = 'PSPNR'
          value_org       = 'S'
        TABLES
          value_tab       = gt_pspnr
         field_tab       = lt_field_tab
          return_tab      = lt_return_tab
        EXCEPTIONS
          parameter_error = 1
          no_values_found = 2
          OTHERS          = 3.
      LOOP AT lt_return_tab INTO ls_return_tab.
        gw_select-pspnr = ls_return_tab-fieldval(12).
        CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
          EXPORTING
            input  = gw_select-pspnr
          IMPORTING
            output = gw_select-pspnr.
        EXIT.
      ENDLOOP.
      refresh i_dynpfields.
       w_dynpfields-FIELDNAME = 'gw_select-pspnr'.
       w_dynpfields-FIELDVALUE = gw_select-pspnr.
       APPEND w_dynpfields to i_dynpfields.
       APPEND gw_select to gt_select.
      CALL FUNCTION 'DYNP_VALUES_UPDATE'
        EXPORTING
          DYNAME                     = sy-repid
          DYNUMB                     = sy-dynnr
        TABLES
          DYNPFIELDS                 = i_dynpfields
       EXCEPTIONS
         INVALID_ABAPWORKAREA       = 1
         INVALID_DYNPROFIELD        = 2
         INVALID_DYNPRONAME         = 3
         INVALID_DYNPRONUMMER       = 4
         INVALID_REQUEST            = 5
         NO_FIELDDESCRIPTION        = 6
         UNDEFIND_ERROR             = 7
         OTHERS                     = 8
    ENDMODULE.                 " DETERMINE_PSPNR  INPUT

    Hi
    Use this code instead of your function call:
        CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
          EXPORTING
            retfield        = 'FEE_NUMBER'
            dynpprog        = sy-cprog
            dynpnr          = sy-dynnr
            dynprofield     = 'FEE'  ================>your field
            value_org       = 'S'
          TABLES
            value_tab       = it_fee
          EXCEPTIONS
            parameter_error = 1
            no_values_found = 2
            OTHERS          = 3.
    Best Regards
    Yossi

  • Data object is not being populated in BAM

    We are putting the data in JMS Queue. We have created an EMS in BAM. It is picking the data from JMS Queue, but the data object is not being populated. The request we are using here is given below:
    Request:
    <?xml version="1.0" encoding="UTF-8"?>
    <Test xmlns="http://education.com/OrderImport">
    <OrderLineReferenceNumber>abcad</OrderLineReferenceNumber>
    <WebOrderNumber>cccccg</WebOrderNumber>
    <OrderLineCount>gn</OrderLineCount>
    <LineNumber>4</LineNumber>
    <ISBN10>46564574</ISBN10>
    <ISBM13>6767</ISBM13>
    <ID>67</ID>
    <Status>78768</Status>
    </Test>
    Does anybody has any idea on that?
    Regards,
    Chandrachur.

    Hi Arun,
    Thanks for your prompt reply.
    We are not using any trasfomation here. We have created thje Data objects as per the message type in the request.
    Please find the dataobjects details we are using:
    Field name Field ID Field type Max length Scale Nullable Public Lookup Calculated Tip Text
    OrderLineReferenceNumber _OrderLineReferenceNumber string                                    100               -               No             Yes                   -                          -               - 
    WebOrderNumber _WebOrderNumber              string                                    100               -               Yes            Yes                   -                          -               - 
    OrderLineCount _OrderLineCount                 integer                                     -                 -               Yes            Yes                   -                          -               - 
    LineNumber _LineNumber                      integer                                     -                 -               Yes            Yes                   -                          -               - 
    ISBN10 _ISBN10                              string                                    100              -                Yes            Yes                  -                           -               - 
    ISBM13 _ISBM13                             string                                    100              -                Yes            Yes                  -                           -               -
    ID _ID                                    string                                    100              -                Yes            Yes                  -                           -               -  
    Status _Status                              string                                    100              -                Yes            Yes                  -                           -               -  
    Thanks again,
    Chandrachur.

  • Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

    I've copied a .NET application from an older 2008 server running IIS 7.0.600.16386 to a newer 2008 R2 server running 7.5.7600.16385.  The .NET framework version is 4.0.30319.  I've setup an application pool and copied the wwwroot directory. 
    I've checked for nested web.config files and I've been reading a lot about converting the site to an application.  The older server running the application is still up and running and the configurations look identical.  If I convert the site to an
    application the icon changes and doesn't look like it does on the old server.  I'm new and still learning the basics of programming and publishing applications.  Can someone point me in the right direction?  I've been on google for a few days
    to no avail.  Thanks.
    Description:
    An error occurred during the processing of a configuration file required to
    service this request. Please review the specific error details below and modify
    your configuration file appropriately.
    Parser Error Message: It
    is an error to use a section registered as
    allowDefinition='MachineToApplication' beyond application level.  This error can
    be caused by a virtual directory not being configured as an application in IIS.
    Line 20:       <add path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />
    Line 21:     </httpHandlers>
    Line 22:     <authentication mode="Forms">
    Line 23:       <forms cookieless="UseCookies" loginUrl="~/AccessDenied.aspx" protection="All" name="TVHRFORMAUTH" timeout="180" slidingExpiration="true" />
    Line 24:     </authentication>

    Hi,
    I agree with Tim that we can ask for better help in the following IIS forum.
    IIS.NET forum
    http://forums.iis.net/
    Best regards,
    Frank Shen

  • PQH TABLES NOT BEING POPULATED BY EMPLOYEE SELF SERVICE

    For reporting purposes I need to create different reports listing all the transactions that are coming from Employee Self S
    ervice. As workforce tables are purged (i.g. wf_items) I need to create it using
    the pqh tables (i.g. pqh_ss_transaction_history) but unfortunately they are not
    being populated. Is there any audit configuration in order to save ESS transact
    ions in the PQH schema? Or are there any other tables where these transactions a
    re always saved?
    Thank you
    Facundo

    I think the PQH History tables are only populated when there have been approvals.
    To report on the SSHR transactions, you ay need to increase the time limit before they are purged and extract them to another table(s) fro reporting.
    Regards
    Tim

  • Some client data not being populated after upgrading to NCS 1.1.0.58

    After upgrading to Cisco Prime NCS 1.1.0.58 some of the client data is not being populated or gathered. The graphs labeled "Client Count By Association/Authentication" and "Client Count By Wireless/Wired" are no longer being updated? Not sure what was changed during the upgrade or where to look to get it to start collecting the data again?                  

    Eajackson,
    Make sure your WLC, MSE and WCS/NCS code matches the compatibility matrix here:
    http://www.cisco.com/en/US/docs/wireless/controller/5500/tech_notes/Wireless_Software_Compatibility_Matrix.html
    Sent from Cisco Technical Support iPhone App

  • Excise Duty Group not being populated during VL09 in MSEG-ROITAXGRPtable

    Hi,
    When we do the PGI (601 movement type), the data gets updated in MKPF & MSEG tables.During this process the details pertaining to ED group(field ROITAXGRP) are not updated in MSEG.
    The above factor has the following connection to 602.
    Subseqently when we do VL09 - the data pertaining to PGI (601) is imported from MSEG & hence ED group does not get populated as the system takes the material document of 601 to reverse the delivery document
    We need to know the following things.
    1. When we are doing delivery (Movt type 601) ,excise duty group gets updated in which field and table?
    2. When we are reversing the document why in the MSEG table ROITAXGRP field (Excsie Duty Group) not getting updated.
    3. Is there any User Exit which can be usd to populate this . We are using version 4.6c (IS-OIL) version ?
    regards,

    Thanks,
    K.Kiran

  • Table DFKKQSR not being populated for 1099 withholding tax reporting

    we had to run a catch up program to populate this table in order to run program rfidyywt to generate 1099 forms. am wondering what config might be missing that would allow this table to be populated automatically as relevant transactions occur? ie: payments to business partners that are 1099able...
    thanks,
    Kashmir

    I wouldn't mind it being closed if it weren't related to FICA public sector, but the table DFKKQSR is not an FI table, its a table in contract accounting... FI folks won't know the answer to this... I don't believe. its something someone working on FICA would have encountered..

  • In table PAYR field CHECV is not being populated when void check is reissue

    Hello,  we are trying to find a link between original check # that is voided and then new check # is issued when the reopened invoice is repaid.  It is very cumbersome trying to research back to original check # as there is not link in any SAP tables???   Thank you.

    1)
    could you provide the information about your subscription using the sql
    select * from wf_event_subscriptions wes
    where wes.event_filter_guid in (select we.guid
    from wf_events we where we.name='oracle.apps.wsh.delivery.gen.shipconfirmed'
    union
    select weg.group_guid from wf_event_groups weg
    where weg.member_guid in (select we.guid
    from wf_events we where we.name='oracle.apps.wsh.delivery.gen.shipconfirmed')
    2) At the same time you can check if any error happens with your subscription using the sql.
    Just after your messages is processed from WF_DEFERRED
    select * from wf_error
    where enq_time>sysdate-0.1
    pay attention that the messages usualy are being removed from the WF_ERROR queue after therey are processed.
    For sure you can increase Retention time on the WF_ERROR queue

  • User Home Directory not being created when "Create Home Now" button hit...

    This is a cross post, since I was not sure where this should end up since it touches two pieces- Open Directory and User Management. Any help would be appreciated!
    I am running OS X Server 10.5. All of my user accounts have been migrated over along with their home directories. Problem is that when creating new users and then assiging a home directory the system does not actually create the directory.
    Currently all users are setup to have their home directory setup here:
    afp://172.16.110.100/Users/'username'. The Users folder has been setup to automount, and all users that have folders can be accessed without issue.
    The problem is when I create a new user, select the aft://172.16.110.100/Users option and then select "Create Home Now" button and save as it requests... it does not create the directories.
    I have even tried to change the Home patch to make it local to see if it was an network issue, and used the /Users choice and it will not create the directory in that way either- both location go to the same place.
    The system was obviously able to create the local admin account and directory admin account home folders without issue when the system was installed.
    The permissions for the "Users" folder are as follow:
    directory admin = Read and Write
    local admin= Read and Write
    system user (root)= Read and Write
    admin group= Read Only
    everyone group= Read Only
    The system is in production, so any kind of server resets need to be done after 5pm, so I have not been able to reset AFP service.
    Currently the only services running are AFP, SMB and Open Directory.
    All users have their entire home directories located on the server, and login over Directory Access on their clients, so all user accounts are stored on the server. No one is having issues accessing their files or logging in.
    I just can not create new home directories when I create new accounts.

    You do not have to be logged on as the root user to do this. Launch the terminal and type-
    sudo createhomedir -a
    I run an XServe with Tiger server ( 10.4.11) and this has been the workaround I have been using.
    Good luck.

  • LOV values not being populated

    Hi!
    I'm calling an External LOV and in my CO, I'm need to use the values that are populated to derive other fields. This used to work prior to us patching to RUP7 and now it no longer works.
    Here's my processFormRequest code. I'm printing out the values to a message because I want to see what is being returned. The message has NULL values for everything. I have the values mapped correctly so that's working but I need to use the quote_id to derive things and this isn't working...
    What am I doing incorrectly? Any help would be appreciated. Thanks
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    if (pageContext.isLovEvent())
    String event = pageContext.getParameter("event");
    if ("lovValidate".equals(event)) || ("lovUpdate".equals(event))
    OAViewObject VO = (OAViewObject)am.findViewObject("QuoteLogVO1");
    OARow row = (OARow)VO.getCurrentRow();
    String quoteToSend = (String)VO.getCurrentRow().getAttribute("QuotationName");
    Number quoteId = (Number)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteIdString = (String)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteCategory = null;
    if (quoteToSend != null)
    stmt2 = "begin ? := XX_QUOTE_PROCESS_API.get_quote_category(?); end;";
    try
    CallableStatement cs2 = am.getOADBTransaction().createCallableStatement(stmt2, 1);
    cs2.registerOutParameter(1, 12);
    cs2.setInt(2, quoteId.intValue());
    cs2.executeUpdate();
    quoteCategory = cs2.getString(1);
    cs2.close();
    catch (Exception localException) {
    row.setAttribute("QuoteCategory", quoteCategory);
    MessageToken[] tokens = { new MessageToken("QUOTESEND", quoteToSend), new MessageToken("QUOTEID", ""+quoteId), new MessageToken("QUOTECATEGORY", quoteCategory) };
    OAException confirmMessage = new OAException("FORX", "XXX_QUOTE_CONFIRM_DKR", tokens, (byte)3, null);
    pageContext.putDialogMessage(confirmMessage);
    }

    Hi,
    Are you getting null value for all the below code or it throws null pointer exception. Let us know.
    String quoteToSend = (String)VO.getCurrentRow().getAttribute("QuotationName");
    Number quoteId = (Number)VO.getCurrentRow().getAttribute("QuoteId");
    String quoteIdString = (String)VO.getCurrentRow().getAttribute("QuoteId");
    Regards,
    Gyan

  • SAP System Profile directory not being created on windows

    I am not SAP Basis person , but am trying to Install SAP Solution Manager 7.0 , IDES ECC 6.0 and SAP PI 7.1 as sandboxes.
    {Windows 2003 / Oracle 10}
    I am using ORACLE RDBMS 10.2 and its PATCH 10.2.0.4.   On trying to install Dialog Instance ( Softeare Life cycle Options > Application Server > Oracle > Dialog Instance, It asks for the profile directory as its seeking the file "default.pfl"
    It suggests that its path as
    <SAPGLOBAHOST>\sapmnt\<SAPSID>\SYS\profile
    However default.pfl file exists no where on my computer , and more imortantly the shared folder sapmnt does not even exist on my system.
    Can you please tell me what I am doing wrong  Am I doing a wrong installation right at the RDBMS instalation stage ? I also tried to install ECC 6.0 as it seemed to have the same RDBMS base files . However in ECC 6.0 installation I encounted the same issue. 
    Thanks in advance
    rishi

    Hi,
    First thing is that you have to go through the master guide and the installation guide to understand the systems in SAP before starting the installation.
    The issue here is that you have no idea of a dialog instance and trying to install that without a central instance in place.
    I would suggest you to go through the master and installation guides and understand the different systems and fulfil all the recommended prerequisites and then start installing the SAP systems.
    Regards,
    Varadharajan M

  • "Collective Inv." (BSEG-SAMNR) not being populated

    We are in the process of enabling invoice list functiionality in SAP. In doing that we get everything working, except for the update to BSEG-SAMNR (Collective Inv.) for a respective FI document that is tagged to an invoice list. This becomes key for us as we can pull this field into various A/R transactions like F-28 and FBL5N.
    I have searched OSS and online, but so far can't seem to find any reference to this. We are on ECC 6.0 and SP14.
    Has anyone run into this? Or have any idea how to get that field updated? Appreciate any thoughts or suggestions.
    Thanks,
    Jay

    Hi Jay,
    In the FI transactions field BSEG-SAMNR is only contained on the
    customer line item screen (screen 0301 of program SAPMF05A), which
    means that when a FI document is posted with a FI transaction,
    a value for field BSEG-SAMNR can be entered for the customer line
    item (and only for the customer line item).
    Otherwise this field has no further meaning in FI.
    note 335031 -> FBV1: Field 'SAMNR' missing on the customer screen
                         -> implementation of the above described
                            for document parking
    note 563076 -> FB05: Leading zeros with selection on fields NUMC
                         -> open item selection with field SAMNR
    note 573312 -> FB05: Creating down payment from down payment request
                         -> copy of the value of field SAMNR from
                            down payment request to down payment
    note 583163 -> FB02: Field BSEG-SAMNR not changeable with down payments
    note 631894 -> RFBIBL00 in mode 'D': BSEG-SAMNR not filled in FI
                   document
    note 745442 -> F110: Acct assgnmt w/ down payment from down payment
                   request
                         -> same like note 573312 for payment program
    Regards,
    Alex

  • File- idoc, port in control segment not being populated

    Hi guys,
    I have a file->idoc scenario. Everything works fine, but the receiver port in control segment of idocs has no value. I'm surprised, because this is provided in the Idoc adapter so I thought it is taken from this parameter.
    Any ideas, what could be wrong?
    Thank you,
    Olian

    You pls set the indicator - Apply Control Record Values from Payload
    If you set the indicator, the conversion of communication parties to the IDoc partner is only possible for systems that are not logical systems.
    If you do not set the indicator, all combinations of communication parties and services are handled as services without party.
    If the IDoc XML structure contains a control record during outbound processing on the Integration Server, it is rejected and created again by the IDoc adapter. If you want to include additional values in the control record, set the indicator and provide an appropriate mapping for the values
    http://help.sap.com/saphelp_nw70/helpdata/EN/96/791c42375d5033e10000000a155106/frameset.htm

  • Total recall not being populated

    Oracle version : 11.2.0.1.0
    Windows server 2008 64 bit
    I installed total recall but the the tablespace doesn't get populated, and I'm getting snap shot to old error :
    ORA-01555: snapshot too old: rollback segment number 2 with name
    "_SYSSMU2_1531987058$" too small
    Here are the steps I followed :
    Create tablespace
    CREATE TABLESPACE "RECALL" DATAFILE 'E:\ORACLE\ORADATA\recall.dbf' SIZE 3000m
    AUTOEXTEND ON NEXT 10M MAXSIZE UNLIMITED
    LOGGING EXTENT MANAGEMENT LOCAL SEGMENT SPACE MANAGEMENT AUTO;
    Create flashback data archive
    CREATE FLASHBACK ARCHIVE fda1
    TABLESPACE recall
    RETENTION 1 YEAR;
    Flashback Data Archive on the desired tables.
    alter table schema.table FLASHBACK ARCHIVE fda1;
    The queries that are executed to get thearchived data, refrence views.
    I have increased the undo retention and placed the undo stablespace to auto extend.
    Is there anything that I'm missing
    EOH> SELECT "LOANS_UNION"."LNI_ORIG_RECORD",
    +2 "LOANS_UNION"."LNI_RELEASED_DT_2",+
    +3 "LOANS_UNION"."LNI_CURRENCY_TYPE",+
    +4 "LOANS_UNION"."LNI_AMNT_OF_ADVANC",+
    +5 "LOANS_UNION"."LOAN",+
    +6 "LLNIS05"."LNI_TRN_SEQ_NO",+
    +7 "LOANS_UNION"."LNI_EMPL_ID_CREATE"+
    +8 FROM "BTPRDCN1"."LOANS_UNION" AS OF TIMESTAMP TO_TIMESTAMP('2012-03-01 10:35:00','YYYY-MM-DD HH24:MI:SS')+
    +9 INNER JOIN "BTPRDCN1"."LLNIS05" "LLNIS05" ON (((((("LOANS_UNION"."LNI_ORIG_RECORD"="LLNIS05"."LNI_ORIG_RECORD")+
    +10 AND ("LOANS_UNION"."XLN_RECORD_TYPE_05"="LLNIS05"."XLN_RECORD_TYPE_05"))+
    +11 AND ("LOANS_UNION"."LNI_CURRENCY_TYPE"="LLNIS05"."LNI_CURRENCY_TYPE"))+
    +12 AND ("LOANS_UNION"."LNI_AMNT_OF_ADVANC"="LLNIS05"."LNI_AMNT_OF_ADVANC"))+
    +13 AND ("LOANS_UNION"."LNI_RELEASED_DT_2"="LLNIS05"."LNI_RELEASED_DT_2"))+
    +14 AND ("LOANS_UNION"."LNI_EMPL_ID_CREATE"="LLNIS05"."LNI_EMPL_ID_CREATE"))+
    +15 AND ("LOANS_UNION"."LNI_CUST_ACCT_NO"="LLNIS05"."LNI_CUST_ACCT_NO")+
    +16 WHERE "LOANS_UNION"."LNI_ORIG_RECORD"<>'000';+
    FROM "BTPRDCN1"."LOANS_UNION"  AS OF TIMESTAMP TO_TIMESTAMP('2012-03-01 10:35:00','YYYY-MM-DD HH24:MI:SS')
    *+
    ERROR at line 8:
    ORA-01555: snapshot too old: rollback segment number 2 with name
    +"_SYSSMU2_1531987058$" too small+
    Please help.

    Hi;
    Please see:
    1.Subject: ORA-01555 And Other Errors while Exporting Table With LOBs, How To Detect Lob Corruption.
    Doc ID: 452341.1
    2.Subject: ORA-01555 "Snapshot too old" - Detailed Explanation
    Doc ID: 40689.1
    Regard
    Helios

Maybe you are looking for