[SOLVED] What's the significance of 14871 (in /etc/shadow)?

In the /etc/shadow shipped with the filesystem package, we have lines like this:
systemd-resolve:x:14871::::::
where the third field is always set to 14871, which is " the date of last password change, expressed as the number of days since Jan 1, 1970."
$ date -d '1970-01-01 +14871 days' -u
Sun Sep 19 00:00:00 UTC 2010
...so what's the significance of this day?
Last edited by lolilolicon (2014-06-28 12:38:05)

<kicks lolilolicon's jaw under the bed while whistling innocently>
Please remember to mark the thread as solved https://bbs.archlinux.org/viewtopic.php?id=130309

Similar Messages

  • [SOLVED] What is the equivalent of Ubuntu's /etc/network/interfaces...

    Hi all
    I've on one of my machines a Sis900 Network Adapter, and with Ubuntu installed on that pc, i had to insert the line
    hwaddress ether 00:00:00:00:00:01
    in the file /etc/network/interfaces for allowing the system to see the eth0 in the ifconfig list, and so enabling the network too.
    I'm now trying to install Arch on that PC (or better, on a pc with that motherboard where that adapter is mounted), and now I've got the same problem. I'm pretty sure i can fix that like I've done in Ubuntu, but i wonder where i can write that setting.. maybe in /etc/conf.d/bonding ? can you confirm this or give me an hint somehow? thanks in advance
    edit
    i managed to set the hwaddress with ifconfig eth0 hw ether 00:00:00:00:00:01 and now the network is operational. Now I'm looking for making this effective at every reboot...
    Last edited by Berseker (2008-09-27 07:04:59)

    Or if you want something more advanced;
    http://wiki.archlinux.org/index.php/Netcfg
    i managed to set the hwaddress with ifconfig eth0 hw ether 00:00:00:00:00:01 and now the network is operational. Now I'm looking for making this effective at every reboot.
    Put that in /etc/rc.local
    Edit; you might try putting it at the end of /etc/rc.conf, since it is a script really (as well as a configuration file), and also since rc.local is executed *after* all the daemons are executed. I figure you have to have that command run before the "networking" daemon is run?
    Last edited by pelle.k (2008-09-27 06:42:30)

  • How to put Guage Meters in Visula composer & what is the significance

    Hi ALL,
    I am new to VC . So I want to Know what is the significance of Gauge meters & How we have to put in Iview .
    Please provide me steps to use Gauge meter.
    Reward the points
    Thanks&Regard,
    kiran.

    Hi Kiran,
    Refer the following link.It ll be useful
    <a href="/people/abesh.bhattacharjee/blog/2007/02/27/get-started-with-dynamic-graphics-in-xmii-115">/people/abesh.bhattacharjee/blog/2007/02/27/get-started-with-dynamic-graphics-in-xmii-115</a>
    <a href="Regarding dynamic graphics://Regarding dynamic graphics
    Regards,
    Hemalatha
    /Assign points if helpful/

  • Distribution function - What is the significance of "USER" field in Distribution template?

    Hi,
    I am working with the distribution functionality in BPC 10.
    Here i am saving the reports in a folder on my desktop. For this we need to create a template which includes multiple report names, fixed members and variable members.
    In the variable member section, we have a field for User.
    For this field
    1. when i do not specify anything it does not let me distribute,
    2. when i specify a user name it creates 2 folderrs on my dektop one with the template name and one for the user
    3. when i specify a space (" ") this creates only 1 folder during the distribution that is of the Template name (Which is what is required)
    However what i do not understand is how this works without a username? What is the significance of this field in the distribution template?
    Thanks in advance,
    Shweta

    Hi Ram,
    I have used this field for, what is the effect of the breakdown or problem when users are creating the notification. Example are given below. The same filed will come in IW28 report for analysis purpose.
    1 No Effect
    2 Production Restricted
    3 Production Breakdown
    Hope it will help you to understand.
    Best Regards
    Kalyan

  • What is the significance of the Assembly Deployment Target and Feature Scope?

    Hello,
    We have created a project as Farm Solution (not sandbox).
    Under project properties we can see an option for Assembly Deployment Target : GAC or WebApplication.
    I know that GAC will deploy the dll to windows\assemblies and WebApplication will deploy to website/bin folder.
    Now, we add a feature to the project; in here we can see a dropdown for scope with options as: Farm; Web; Site; WebApplication. I know that depending upon what option is chosen; the feature can then be activated by going to the respective manage features
    option via SharePoint front end UI.
    Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?

    >>Can you tell me what is the significance of the Assembly Deployment Target and Feature Scope?
    Feature scope can be decided based on the type of artifacts you will be building
    Check the below link for what type of artifacts can be build at different levels of scopes
    http://msdn.microsoft.com/en-us/library/ms454835(v=office.14).aspx
     wrt to Assembly Deployment Target depends on what type of components you are deploying through your solution which will be specified in manifest.xml. There are advantages
    if you deploy the components to web application rather GAC like all Apppools will not get recycled, avoiding IIS reset etc. But if you have 3rd party dlls and feature receivers which need to deployed along with the solution then its advisable to deploy to
    GAC
    http://trentacular.com/2009/06/sharepoint-differences-between-global-and-web-application-targeted-solution-deployment/
    https://www.captechconsulting.com/blog/james-brocato/sharepoint-without-the-gac
    Hope this helps.
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • What is the significance of this setting..?

    Dear All,
    Can you please tell me what is the significance of the following settings in the Availability check configuration.
    IMG - SD - Basic Functions - Availability check & TOR - Availability check - Availability check with ATP Logic or Against planning - Define default settings.
    Here we maintain availability check rule for each Sales area. In our system for some sales areas it is maintained as C and for some B and rest blank.
    Your help is solicited.
    Regards,
    Vishi

    Hi Vishi,
    Here is the details of availability check rule in default setting from SAP F4 help....
    Blank     Dialog box in the case of shortages (batch/BAPI full dlv.)
    A     One-time delivery
    B     Full delivery
    C     Delivery proposal
    D     Dialog box in the case of shrtages (batch/BAPI one-time dlv)
    E     Dialog box in the case of shortages (batch/BAPI dlv. prpsl)
    1     Delivery proposal for product selection
    I guess this is self explanatory...... if you have further doubt revert back....
    Thanks,
    Raja

  • What is the significance of super() in constructor?

    excuse me, my english is poor.
    public class App2 extends App1{
    App2(String str){
    //there is a crytic super() *****why?****
    System.out.println(str);
    public static void main(String args[]){
    App2 tt=new App2("hello");
    class App1{
    App1(){
    System.out.println("App1 constructor");
    //end progarm
    why there is a crytic super()?
    What is the significance of super() in constructor?

    "public class App2 extends App1"
    implies that App2 inherits something from App1.
    e.g.
    App1 has member data a1, b1, c1 and App2 add its own member data a2, b2, c2. Since App2 extends App1, now App2 has member data a1, b1, c1, a2, b2, c2.
    If you call App2's constructor, you can initialize a2, b2, c2. How about a1, b1, c1? If you don't use super in App2's constructor, a1 b1 c1 won't be initialized. So, call super to let App1 initialize a1, b1 and c1.

  • What is the significance of having Ver 1 and Ver 2 in a Bal Sheet?

    Hi,
    1. What is the significance of having Version 1 and Version 2 in a Balance Sheet(Income Statement)?
    Any real life significance of these versions?
    2. I had a previous question which was not answered, can verify if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, can you help with it?
    Thanks

    Hi,
    thanks for the response.
    Does this versioning process also takes place in Balance Sheet or it is something done only for Income Statements?
    Is this the reason why some queries have varaibles to enter Version 1 and Version 2?
    If Version 1 and Version 2 are from the same datasource, and you bring all into a DSO, what will be the advantage to separate the Version 1 and Version 2 data different cubes?
    To help me get your response well, is the Versioning concept used in addressing the other part of my question:
    i.e.  if having version 1 and version 2 in a query addresses that problem:
    u201C Is there a way to compare two different income statements (or two Bal Sheets) for say, Year 2005, if Income statement 1 is from R3 but Income statement 2 is from a non-sap system. i.e. to create a variance for them as a means of reconciliation? u201C
    If Version 1 and Version 2 in a balance sheet does not deal with this, how do you address this?
    Thanks

  • What is the significance of plan version?

    Hi all,
    Pls tell what is the significance of plan version? What will happen if I create some orgunit oin current plan and some org unit in another plan?

    Hi..,
    Plan versions are scenarios in which you can create organizational plans.
    ==>In the plan version which you have flagged as the active plan version, you create your current valid organizational plan. This is also the integration plan version which will be used if integration with Personnel Administration is active.
    ==>You use additional plan versions to create additional organizational plans as planning scenarios.
    But Only one plan version will be active at any time !!!
    As a rule, a plan version contains one organizational structure, that is, one root organizational unit. It is, however, possible to create more than one root organizational unit, that is more than one organizational structure in a plan version.
    For more information on creating plan versions, see the Implementation Guide (IMG), under Personnel Management ® Global Settings in Personnel Management ® Plan Version Maintenance.
    regards,
    sai ramesh

  • What is the significance of datatags application?

    Does it matter if datatags application is up or down within your OC4J? This application is in every OC4J you create.
    Not sure what is the significance/use or impact of this application if its up or down.

    This is duplicate

  • What is the significance of badi BBP_Create_PO_Back?

    Hi Friends
    what is the significance of badi BBP_Create_PO_Back.?
    Thanks & Regards
    Kanni.
    Edited by: Kanni. on Jun 21, 2009 10:41 AM

    Hello,
    BBP_CREATE_PO_BACK was used to pass additional data from SC to ECC PO.
    This BADI is replaced by BBP_CREATE_BE_PO_NEW with SRM 5.0. Using this BADI you can change all the data that is transferred to the backend system for generation of a purchase order. This includes, for example, the item data, the account assignment data, and texts. All the shopping cart data is available as input parameters.
    Hope this helps.
    Thanks
    Ashutosh

  • What is the significance of Marker interface? Why are we using, even though

    What is the significance of Marker interface? Why are we using, even though it has no method?

    Well, what's the significance of an interface? They can define a set of methods a class may implement but the class could equally well implement these methods without the interface so why having interfaces at all?
    The answer is that the most important aspect of an interface is that it constitutes a type (you can declare variables of it). And it's a type regardless of how many methods it defines, including none. So the reason for having a marker interface is that you're interested solely in the type aspect of interfaces.

  • What's the significance of the letter -p in the JRE installables

    Hi,
    Can anybody please let me know what is the significance of the letter "-p" in the JRE installables as i could see that till JRE 1.6.0_13 the name for the Window offline installable has -p {for eg: jre-6u12-windows-i586-p.exe} where as for the higher version i.e 1.6.0_14 onwards there is no letter "-p" {for eg: jre-6u14-windows-i586.exe} .
    Appreciate your quick response in this regards.

    qm control is only useful for procured materials
    it
    Manage quality-related information for materials, vendors, and manufacturers in quality info records
    Monitor the QM systems of vendors and manufacturers
    Supply quality documents with requests for quotations and purchase orders
    Certify vendors or manufacturers that have QM systems implemented, to reduce the inspection requirement
    Request that quality certificates be submitted with the delivered goods and monitor the receipt of these certificates
    Inspect vendor goods at vendor sites (source inspections)
    Block the payment of invoices until the goods have been inspected and accepted
    U can use qm control key depending upon ur requirement

  • What is the significance of the blue, green and grey highlighted names in the directory used to text or iMessage? This is not about the messaging themselves, but the names to select to text or iMessage.

    What is the significance of the blue, green and grey highlighted names in the directory used to text or iMessage? This is not about the messaging themselves, but the names to select to text or iMessage.

    The entries in blue are people you've recently exchanged iMessages with, the ones in green are people with whom you've recently exchanged SMS messages and the ones in grey are people with whom you have not recently exchanged any messages.

  • In T-Code CJEN there is a option 'Delete'. What is the significance

    In T-Code CJEN there is a option 'Delete'. What is the significance of this field.

    Settings>Messages>MMS Messaging>On/Off. Are you saying you have no such setting? If that's the case, is MMS provisioned on your account? MMS is a carrier feature, not a phone feature & such must be properly provisioned on your account. So, if no setting, contact your carrier.

Maybe you are looking for

  • CP8 - trying to launch a pdf from a subfolder on a button - not working - any suggestions?

    Tryong to open a pdf from a folder /pdf/documentname.pdf - using the action Open URL or File - deselected "continue playing project" - works if file is in same folder as published content - need to keep sepearet for security access reasons saw this w

  • Need Trigger that format a field based on two other fields

    Hello! I need to write a trigger, that reads on field and made some changes to it and saves the result in an other field in the same row. The trigger should work in insert and update cases. Does anybody can send me a frame, where i can fill my logic?

  • .Mac 'Personal Domain' and Aperture Galleries?

    hi all. I have a personal domain www.gregory.hk and I've arranged with my DNS guys to set up a subdomain gallery.gregory.hk with the CNAME pointing to web.mac.com I'm getting two impressions from searches I've done on Apple: 1. personal domains only

  • Adding Effects to text layers now causing image to "disappear."

    Ever since the latest update to PS CS6, when I add a simple effect to a text layer, like emboss, the working image disappears when I zoom in and out. Also, the layer effect does nothing to the type. It's almost like a dispay issue. When I turn the la

  • ILife is disappeared after reinstalling Leopard

    Hello Everyone, The subject may sound a bit silly so hopefully I can explain better here. I have bought my MacBook Pro 1.5 years ago. Originally it came with Tiger and iLife08 installed in the machine plus a Leopard DVD for the upgrade. So I upgraded