Configuration changes under Win7 arent saving

I wont do this again.
FF is not saving config changes with passwords, noscript, themes, and wont auto log into sites.
Iv cut the firewall and running it as admin.

ewaller wrote:I think I'm missing something :-/
I know the OP dismissed git and hg at the outset -- but why?  It seems to me they are ideal for just this sort of thing.  On this machine, I do have an Hg archive living under /etc.  Being Hg, it is simple to push that off to other systems and keep them synced (or not).
Perhaps tessen could wrap git or Hg?
The reasons I had for not using a traditional DVCS (as much as I love them) include:
A VCS in all of /etc would manage your configuration as a whole. Tessen lets you manage each application separately without awkwardness.
Also, there is stuff in /etc that isn't really configuration (I'm looking at you, /etc/bash_completion!). You could get around this by simply not "hg add"ing those files, but it does make it trickier. (Though in an ideal world, each app would store its configuration in a separate directory and things like the completion scripts would be in /share or /usr/share.)
Finally, if you're using a DVCS so you can sync configuration, this would actually be better. For example, if you're trying to share the Apache and CouchDB configurations between your boxen, you have no way to keep out any other files you might have added (like, say, fstab).
Really, it's mostly just that the concepts behind Tessen map more clearly to the problem than those in hg or git. At least in my mind. Although using a DVCS as the storage backend would be interesting...
fukawi2 wrote:What language are you planning on writing this in?
Probably Python. (My original concept would use SQLite as the database.)

Similar Messages

  • Anyone Seen this Message Before "Configuration changes for domain saved to the repository."

    I'm running into this situation where one of my WLS servers is generating the following
    messages "Configuration changes for domain saved to the repository." This process
    of saving to a repository is causing an issue on start-up. Typically my deployments
    take 2-3 minutes on start-up. They are now taking 10 minutes. I've made no changes
    to my application. I've been able to identify that this process of saving to a
    repository is the main issue of contention....
    Anyone know what the message means? Anyone know how to disable this message?

    This is just WebLogic writing back changes to config.xml, which it does from time
    to time for reasons like:
    - your app deployment has changed.
    - you've reconfigured something in the console.
    etc...
    WebLogic just spins this off into a handy execute thread, so it would be surprising
    if this was causing your app deployment to slow down (how do you know it is).
    In my experience, slower than normal app deployments are usually down to:
    - waiting for database connections.
    - waiting for connecitons to other external resources.
    Remember (in WLS6.x anyway) initialisation is done serially on the main thread,
    so if something's slow, everything gets blocked behind it.
    simon.
    I'm running into this situation where one of my WLS servers is generatingthe following
    messages "Configuration changes for domain saved to the repository."This process
    of saving to a repository is causing an issue on start-up. Typicallymy deployments
    take 2-3 minutes on start-up. They are now taking 10 minutes. I'vemade no changes
    to my application. I've been able to identify that this process ofsaving to a
    repository is the main issue of contention....
    Anyone know what the message means? Anyone know how to disable thismessage?

  • ACS Applying configuration changes failed

    Hello
    I have a problem with ACS version 5.1.0.44.6. running on 1120 appliance.
    After making some changes to authorization rules of Device Admin access services, I can no loger access authorization page for Device admin access services. Error on Access Policies page is: . This System Faliure occurred: {0}. Your changes have not been saved. Click OK to return to the list page.
    Logs recorded this:
    Severity         
    FATAL
    Message                                                                                                           
    Applaying configuration changes failed 
    Category
    CSOacs_Internal_Opreations_Diagnostics
    Code
    31102 
    Details
    LastErrorMessage=Policy DB problem: Policy value type is not supported. ConfigTransactionID=2968
    After this we can no longer authenticate on any device with TACACS+. Telnet from switch to the ACS server on port 49 returns  % Connection refused by remote host. RADIUS authentication and authorization for VPN users on same server is working fine.
    Do you have any idea how to solve this problem?
    Hrvoje

    Thanks for the screenshot! 
    It appeared to be an issue in StatusMonitor that I also could reproduce: we don’t work correctly with the structure when virtual directories and applications are mixed, i.e. due to this bug we cannot find web application if it’s under the virtual directory,
    that’s under the web site.
    I.e. app named WebSite/Dir/App1 cannot be found by SM during adding application insights:
    WebSite
       ---> Dir (virtual directory)
              ---> App1 (web application)
    We'll triage this bug and address in one of the nearest StatusMonitor updates.
    Thanks for finding this issue!

  • I'm unable to find configuration option under sett...

    Hi, I m unable to find configuration option under settings menu. please help. I am using Nokia X2 dual sim
    Moderator's Note: Post was moved and changed the title into a subject-related title. 

    Hi, what would you like to configure?

  • Can not capture under Win7

    If you find that capturing is no longer possible under Win7, you may take this step to remedy the situation.
    Try changing your firewire driver. There's 3 drivers bundled in windows 7, change the driver to the one that has (Legacy) at the end of the name.

    Thanks Harm,
    Was very helpfull.

  • How to set up 'Tansport Request'  to move Configuration Change to Prod ?

    I would like to know the steps to transport the Configuration Changes  from Development to QA (or Production).
    Thanks for your help.

    Hi Oscar,
    Request are of two types.
    1.Customization Request.( functional Consultants)
    2.Workbench Request( Abapers)
    If you are doing any configuration change using you user id in  Devlopment system.
    1.while saving the changes it will ask for customizing Request, here you have to give the request and save the changes.
    if you want to move the changes from Development System to Qualtity.
    Goto Transaction SE09 or Se10 give your user id name then Click on Display
    Here Go to your Request No.xxxxxxxx and Click the Tranfort Icon/Bus Icon or Press F9.then the changes will be moved to Quality System.
    Please ensure that Task will be released first.
    Hope this clarifies your doubts and Please Reward If Really Helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Making a configuration change without using admin console

    I am using the Platform Edition of App Server 7 so I don't have access to the web-based admin console.
    I need to make a configuration change and the only directions I have are for the admin console.
    Can anybody give me some pointers on what file to edit to acomplish the procedure below?
    8. Log in to the Sun ONE Application Server administration console.
    9. Select the application server Instance on which you installed the Identity Server.
    10. Click JVM Settings and then JVM Options.
    11. In the JVM Option field, enter the following string: -Dhttp.keepAlive=false
    12. Click Add and then Save.

    I think I've found it...
    The file is server.xml and it is located at:
    /var/opt/SUNWappserver7/domains/domain1/server1/config
    There is a section under <java-config> with about 14 lines containing various <jvm-options>
    I'll try adding this directive to the end of the <jvm-options> as follows:
    <jvm-options>-Dhttp.keepAlive=false</jvm-options>

  • RoboHelp 10 is very unstable under Win7

    Hi all,
    using RH 10 under Win7 I noticed that the program is extremely unstable. It often crashes with only a very simple error message, telling that is searching for a solution but it never find one. Also the Windows Explorer crashes 10-20 times a day when working with RH. This is definitely linked to instaling the TCS4 on this system, and I have only been using RH and RSC yet.
    Is thete anybody else with this issue, particularly the Explorer crash?
    I found an older thread stating that RSC made Windows Explorer crash but this was related to RH7. Also there was no solution beyond deinstalling it.
    Regards,
    Robert

    Hi,
    I've been using RH10 since the beta builds on several computers, virtual machines and operating systems. I have not experienced any of the problems you encounter. I did, however, not use RSC. So that would point to RSC being the problem.
    Do you use a 32-bit system or a 64-bit system? And do you have the same configuration on an XP machine?
    Greet,
    Willam

  • Configuration archive after configuration change

    Hello,
    I'm assuming this can work with switches, routers, and controllers. I'm running PI 2.1 and am trying to get the configuration archive functionality working. I have both of these options checked under System Settings > Configuration Archive:
    :: Archive configuration out-of-box
    :: Archive configuration on receiving configuration change events
    On the IOS device, these settings were configured for syslog/snmp:
    logging buffered 100000
     no logging event link-status
    logging trap notifications
    logging facility local6
    logging source-interface Loopback0
    logging <Prime IP>
    snmp-server community ***** RW 13
    snmp-server enable traps config
    snmp-server enable traps syslog
    snmp-server host <Prime IP> version 2c *****
    I do not see any syslog messages in PI under alarms/alerts and the configuration never gets archived. I haven't run tcpdump yet to determine if PI is receiving these traps but I was hoping it was something simple I was overlooking. Thanks for any assistance that can be provided.

    Thank you for the reply. To answer your question, yes. Community information matches with PI credentials.
    I actually did get it to work yesterday. I did original testing on a 1921 router which is still not working, but when I tried configuring the same information on some switches (3750's) it worked. I thought routers would be configured the same - are there hardware limitations to this?
    I look in the built-in CLI template 'Configure Logging' in PI and it only has switches and WLCs as available devices to push out to but I don't know what to make of it.

  • STMS Configuration - Change Virtual System with Real System

    Dear all,
    My system, if I go in the transaction STMS in DEV system, was configureted in the following way:
    DEV => QA => PROD (Virtual System)
    Now, I want to change the PROD Virtual System in PROD Real System.
    How Can procede?
    Can you explain step-by-step the process?
    Because the system was configureted from other people, and I'm new to using the STMS.
    Thanks in advanced for your help.
    Best Regards,
    Giulio

    Hi,
    After the planned system is physically installed it is time to replace the Virtual System with the realized system.
    The procedure for the same is as under:
    1) Delete the Virtual System from the transport domain
    . Login into Transport Domain system client 000
    · Using STMS got to Overview=> Systems
    · Chose SAP Virtual System=> Delete (confirm)
    · Distribute configuration change.
    As soon as the configuration change is distributed, the virtual system is deleted. The import queue for this system in TMS disappears but it is available as import buffer at the operating systems level.
    Now add the new (physical system) to the transport domain:
    If STMS is configured as standalone system then first delete STMS configuration on PRD system
    login into PRD system client 000. (delete STMS configuration if present.)
    run stms -> it's ask for set up STMS -> click on other configurition (F6)
    Target Host -> host name of domain controller ( host name of transport domain system)
    System number -> Instance number of domain controller ( instance number of transport domain system)
    Now,
    Go to the Transport Domain Controller and accept the system. (As the import buffer is available at the    operating system level, no change requests will be lost)
    Distribute the configuration changes.
    regards,
    kaushal

  • Configuration changes history

    Hello all,
    is there any possibility to view all changes that was done on proxy configuration (access,identity,routing rules) in some time? Currently I need to do following:
    - see if there was some change applied:  grep system_logs for text "commit changes" to see if there was commited changes,
    - and then manually looking inside the couple of records inside the "cli_logs" and "gui_logs" from that time, what was done on appliance. CLI logs are fine, i can see exact commands applied in CLI, but rules are mainly created in Web GUI form and inside the gui_logs I can just see the GET/POST requests with adequate URL. But: 1. this is not clear, so many requests and 2. I cannot differentiate what is just request for page and what is the change in configuration.
    Please is there any simple way to determine configuration changes in Web appliance?
    many thanks
    michal

    Hi Michal
    Currently "cli_logs" and "gui_logs" are the only logs that records/logs
    these changes, unfortunately detailed of the changes made through the GUI
    are not record/saved apart from GET/POST request. I believe we do have a
    feature request to ³log² ALL the configuration detailed made via CLI or GUI.
    Regards,
    Zack
    On 6/4/12 6:09 AM, "michal.bruncko"

  • Schedule WLAN configuration changes using CPI

    I need to make some configuration changes to a WLAN on our controllers after hours, yet I cant figure out how to do it.  The controllers are running v 7.3.101.0 (5508s & 2504s), CPI is version 1.3
    When I go to Configure > Scheduled Configuration Tasks > WLAN Configuration I get the following message
    No saved task exists.  You can schedule WLAN task for required Controller from " Configure > Controllers > COntroller IP > WLANs > Wlan configuration" page. 
    When I go there I dont see any options to schedule a change.  When I make configuration changes to a WLAN and click save I get a warning messages that leads me to believe that the changes will be effective immediately. 
    Am I missing something?

    Please go to the below link and and see Configuring Scheduled Configuration Tasks. It will help you.
    http://www.cisco.com/en/US/docs/wireless/prime_infrastructure/1.3/configuration/guide/ctrlcfg.html#wp1098517

  • Internal Order type - Configuration change

    Hi
    I have created an Internal Order type in January and we have create internal orders under that order type in our production server and have used those as well.
    I want to remove the revenue posting tick which has been allowed in this order type which was done at the time when the order type was created.
    If I remove the revenue posting setting now, do i need to replace the internal orders which has been created under that order type with new ones after the configuration change? OR will the entries posted earlier (before the configuration change) work according to the old order type settings and will the order work according to the new settings after the change date?
    Thanks
    Trishan

    Hi,
    Don't you know if there is any program that updates the old order master data, according to posterior changes in the order type?
    Thanks. Best regards,
    Cátia

  • Grid Console and Configuration Change Console?

    I have installed Grid Console 10.2.0.5, and now I'm looking at the Configuration Change Console URL (http://www.oracle.com/technology/software/products/oem/htdocs/config_control.html) wondering if I also need to install this as well.
    It appears that the Grid console has all the management packs in, so maybe the Configuration Change Console is a standalone product (i.e. I only want the change management side and not all of grid control?)
    Can someone clarify if I'm correct in this?
    Regards
    Stuart.

    Thanks. We are just a small IT shop (only 12 databases), so Grid Console and repository are on the same server. I take it that I could also install Configuration Change Console on the same server under a different Oracle home, and use the same grid repository for the Change Configuration Console?

  • SG 200-08 - configuration changes disappear on power cycling

    it's my first smart switch, but i've set up a million routers, so i'm not a complete n00b.
    the only change that survived power cycling is the change of default password that it forced me to do.
    what am i doing wrong, or is the box defect?

    You will need to save your configuration changes before exiting the switch. Below are the steps to do this taken from the Admin guide.
    THANKS
    Rick Roe
    Cisco Small Business Support Center
    Copying and Saving Configuration FilesThe
    Copy/Save Configuration page enables you to copy files within the filesystem. For example, you can copy the Backup Configuration file to the Startup
    Configuration file so that it will be used the next time you boot up the switch.
    To copy a file to the Startup or Backup Configuration file:
    STEP 1
    Click Administration > File Management > Copy/Save Configuration in thenavigation window.
    STEP 2
    Select the Source File Name:
    Running Configuration
    —Current configuration, including any changesapplied in the current management session.
    Startup Configuration—Configuration file type used when the switch lastbooted. This does not include any configuration changes applied but not yet
    saved to the switch.
    Backup Configuration—Backup configuration file type saved on the switch.
    Mirror Configuration—If the Running Configuration is not modified for atleast 24 hours, it is automatically saved to the Mirror Configuration file type,
    and a log message with severity level
    Alert is generated to indicate that anew Mirror Configuration file is available. The Mirror Configuration file can be
    used when the switch has problems booting with the Startup or Backup
    Configuration file types. In such cases, the administrator can copy the Mirror
    Configuration to either the Startup or Backup Configuration file type and
    reboot.
    STEP 3
    For the Destination File Name, select the file type to be overwritten with the file
    you are copying:•
    Startup Configuration—Configuration file type used when the switch lastbooted. This does not include any configuration changes applied but not yet
    saved to the switch.
    Backup Configuration—Backup configuration file type saved on the switch.
    STEP 4
    Click Apply to begin the copy process.When complete, a window displays the message, Copy Operation Successful.

Maybe you are looking for

  • Does the Dreamweaver 30-day trial work with the tutorials?

    I've been trying to learn the essentials but it doesn't seem to match the tutorials...there is no title bar, the download file names/folders don't match, etc...am I missing something?

  • Nokia N73; Functionality Issues

    Hi All, Just wondering if some of you have experiences these issues; 1. when browsing the phone book and selecting a number to call, pressing the dial button does nothing, it doesn't initiate a call. Phone needs to be powered off and on for the issue

  • Company code for operational units in different countries

    In this organizational structure (logistics industry) we have the main office in country A and operational units in different countries. The operatioanl units are legal entities. do these operational units require separate company codes ? pl send you

  • Date Parameter in Discoverer Custom Folder

    Hi All, We have a requirement where i need to filter sql query data in the where condition as below. WHERE 1=1 AND TRANSACTION_DATE BETWEEN :PARAMETER_DATE-90 AND :PARAMETER_DATE-9 Can anyone of you help me on achieving that in discoverer. Thank You

  • Detecting Form Fields

    Here at work, we use AutoCAD to draw up specs on our products. From there we convert to .PDF where we fill in the text fields as needed for our products. Rather than manually placing each text field on the PDF, how do I have the program locate where