"Compile time user.agent value doesn't match the run time user.agent value" alert on each page load.

My Firefox was working fine, and now I just changed the settings (History) to delete all the data once, I closed the browser as default and installed LinkExtend, WOT and SecretAgent plugins, and Firefox is showing me an error message. I have reset the settings back and disabled the extensions, but still its showing an alert message for each page load(atleast once it'll show for each page load, sometimes it may exceed to 2 (or) 3. Here, I've given the link for my problem : https://dl.dropboxusercontent.com/u/76460759/Firefox_Error.png . Any here suggest me how to solve this issue.

Please update to Firefox 21 [[Update Firefox to the latest version]]

Similar Messages

  • I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas

    I have been buying apps for a long time  without a problem using my credit card on file. All of a sudden itunes is not recognizing my card which is in good standing. All the info is correct but itunes/apple says it doesn't  match the bank info. Any ideas?

    Answered in your Other post on this Topic...
    https://discussions.apple.com/message/24053626#24053626

  • Error: The decapsulated inner packet doesn't match the negotiated policy in the SA

    I upgraded my ASA from 8.2(1) to 8.4(3) as I wanted to try to get Android devices to properly connect via VPN.
    After some effort, I was able to get the Android devices to connect via VPN.  However, my syslog server has a number of errors recorded that look this this:
    %ASA-4-402116: IPSEC: Received an ESP packet (SPI= 0x1E76EFA6, sequence number= 0x1F0) from x.x.x.x (user= testuser) to y.y.y.y.  The decapsulated inner packet doesn't match the negotiated policy in the SA.  The packet specifies its destination as z.z.z.z, its source as a.a.a.a, and its protocol as tcp.  The SA specifies its local proxy as y.y.y.y/255.255.255.255/udp/42246 and its remote_proxy as x.x.x.x/255.255.255.255/udp/0.
    Digging further, it seems this error might be due to a NAT issues with the VPN connections.  VPN previously worked with Cisco's VPN client on Windows, though I did not test to see if that is no longer working.  However, I made no changes in the config, except for those related to additions needed to support L2TP.  With the below config, Android clients can connect to the ASA and access the internal network, but they cannot connect to external addresses.  I'm at a loss.
    The addresses used in the config: 192.168.1.0/24 are on the internal LAN and 192.168.3.0/24 are addresses assigned to VPN clients.
    I noted in the config this line:
    access-list inside_nat0_outbound extended permit ip any 192.168.3.0 255.255.255.0
    The access list is not referenced anywhere, though it was referenced in the 8.2(1) config like this:
    nat (inside) 0 access-list inside_nat0_outbound
    I'm not sure what else changed, but I've looked over the config and I just cannot see what the issue might be.  I'm hoping somebody might be able to point out my error.
    Here's the config file (at least the parts that might be of interest):
    : Saved
    ASA Version 8.4(3)
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address dhcp setroute
    boot system disk0:/asa843-k8.bin
    object network obj-192.168.3.0
    subnet 192.168.3.0 255.255.255.0
    object network obj_any
    subnet 0.0.0.0 0.0.0.0
    access-list outside_access_in extended permit icmp any interface outside time-exceeded
    access-list outside_access_in extended permit icmp any interface outside echo-reply
    access-list outside_access_in extended permit icmp any interface outside unreachable
    access-list outside_mpc extended permit ip any interface outside
    access-list inside_mpc extended permit ip 192.168.1.0 255.255.255.0 any
    access-list testVPN_splitTunnelAcl extended permit ip 192.168.1.0 255.255.255.0 any
    access-list inside_nat0_outbound extended permit ip any 192.168.3.0 255.255.255.0
    ip local pool VPN-Pool-1 192.168.3.1-192.168.3.254 mask 255.255.255.0
    ip verify reverse-path interface outside
    nat (inside,any) source static any any destination static obj-192.168.3.0 obj-192.168.3.0 no-proxy-arp
    object network obj-192.168.3.0
    nat (outside,outside) dynamic interface
    object network obj_any
    nat (inside,outside) dynamic interface
    access-group outside_access_in in interface outside
    crypto ipsec ikev1 transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP mode transport
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP mode transport
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 10 set ikev1 transform-set ESP-AES-128-SHA-TRANSP ESP-3DES-SHA-TRANSP
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set ikev1 transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev1 enable outside
    crypto ikev1 policy 5
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto ikev1 policy 10
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    group-policy testVPN internal
    group-policy testVPN attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol ikev1
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value testVPN_splitTunnelAcl
    default-domain value test.us
    group-policy testVPNnsl2tp internal
    group-policy testVPNnsl2tp attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol l2tp-ipsec
    group-policy testVPNns internal
    group-policy testVPNns attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol ikev1
    username testuser password PASSWORD encrypted privilege 15
    username testuser2 password PASSWORD nt-encrypted privilege 15
    tunnel-group DefaultRAGroup general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    tunnel-group testVPN type remote-access
    tunnel-group testVPN general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPN
    tunnel-group testVPN ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNns type remote-access
    tunnel-group testVPNns general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNns
    tunnel-group testVPNns ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNnsl2tp type remote-access
    tunnel-group testVPNnsl2tp general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group testVPNnsl2tp ipsec-attributes
    ikev1 pre-shared-key *****
    tunnel-group testVPNnsl2tp ppp-attributes
    authentication ms-chap-v2
    One last question: in order to get the connection from Android to work, I was forced to use "tunnel-group DefaultRAGroup".  Is that actually a limitation, or did I make an error that forced that requirement?  I wanted to use "tunnel-group testVPNnsl2tp".
    Thanks!

    Chris,
    This is still a bit off the mark.  I think I might be confusing the issue by including some of the VPN configuration that I had previously installed and working (e.g., two other VPN tunnel groups with split tunneling on one of them).  Let's just remove that stuff from consideration.  I actually tested the current configs just to see if they are working since the upgrade.  testVPN is working with the split tunneling, but testVPNns (no-split tunneling) does not allow external access.  I guess there is a NAT config issue there, too, but not sure what it is, yet.  I've not investigated that closely.
    I want to solve one problem at a time, though I understand there are some interdependencies.
    What I'd like to focus on right now is just the L2TP VPN connection.
    From what I've been able to understand from the documentation, what I need are these lines:
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP esp-aes esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-AES-128-SHA-TRANSP mode transport
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP esp-des esp-sha-hmac
    crypto ipsec ikev1 transform-set ESP-3DES-SHA-TRANSP mode transport
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 10 set ikev1 transform-set ESP-AES-128-SHA-TRANSP ESP-3DES-SHA-TRANSP
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto ikev1 enable outside
    group-policy testVPNnsl2tp internal
    group-policy testVPNnsl2tp attributes
    wins-server value 192.168.1.8
    dns-server value 192.168.1.8 192.168.1.4
    vpn-idle-timeout none
    vpn-tunnel-protocol l2tp-ipsec
    tunnel-group DefaultRAGroup general-attributes
    address-pool VPN-Pool-1
    default-group-policy testVPNnsl2tp
    tunnel-group DefaultRAGroup ipsec-attributes
    ikev1 pre-shared-key P74bmqL6rT40bl5
    tunnel-group DefaultRAGroup ppp-attributes
    authentication ms-chap-v2
    crypto ikev1 policy 5
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    I still want to assign the IP addresses to VPN clients out of 192.168.3.0/24.
    The tricky part is understanding exactly what NAT rules to insert and to avoid that error message I'm getting relatred to the encapsulated packets.  I tried to introduce the commands you had, but it's missing stuff that I would need for L2TP/IPSec (e.g., "mode transport").  I also don't think I want "pfs group5".  The above config "works" in that I get connected -- all negotiation is done.  It's just that packets from the VPN client are not able to go out to the Internet and I'm seeing that encapsulation error messages when I try to send a packet.
    Paul

  • 3201: The publisher display name FooBar, specified in the package doesn't match the publisher name, FooBar

    I've updated a WP 8.0 application to WP 8.1 Silverlight. When I try to deploy a demo application I get the following error;
    3201: The publisher display name, FooBar, specified in the package doesn’t match the publisher name,
    FooBar, that’s associated with the developer account.
    I've seen several cases with people encounter this issue and then solved by modifying WPAppManifest or the Packages file. My problem is that the
    display name and publisher name is exactly the same. Both in the application xml files and in the error message displayed by windows phone store. 
    Any suggestions?

    There is no requirement that source code files are in the correct directory structure. If you want javac to be able to automatically compile dependent files, then the source code must be in an appropriate structure and find-able from the classpath.
    Also, when you use the -d option, javac will create an appropriate directory relative to the directory specified in the -d option. That's how it is supposed to work.
    So it is working as designed and specified.

  • Audio doesn't match the video ... why

    Last night I tried to sort some of the clutter from my desk by downloading some recorded video on VHS tapes. The images worked fine with no dropped frames at all, however, the audio doesn't match the video.
    Example 1: the footage is of skydiving recorded from Channel 4 (UK) while the audio that is captured with is commentry from several years ago when we lived back in Australia (Channel 7).
    Example 2: the audio is very very slow.
    The footage was recorded on a VCR which has no audio/video out facility and is converted via the ADVC 110 from a VCR which does have the audio/video out plugs. The DV is then saved to an external drive 500GB.
    Can anyone suggest a way around this unique effect .... please.
    Blue skies
    Dean

    G'day Martin,
    Here are the answers to the questions you asked.
    As far as I can tell everything is PAL. The VCR used to record the footage and the VCR used to download to the converter. The later has NTSC capability but not turned on (I checked).
    The Canopus is set to PAL and the FCE easy set up is set to DV PAL converter.
    The Video and Audio are recorded at the same time.
    I should add that I tried it again this morning and it worked for a short while but then reverted to previous reported faults. I have tried about 8 different VHS tapes and they all do either of the two described faults.
    Thanks for your suggestions.

  • The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert head in pt 2 code.

    At the end of the part 2 tutorial, this was the code:
    @charset "utf-8";
    /* CSS Document */
    #container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    }#main_image {
    background-image: url(images/main.jpg);
    background-repeat: no-repeat;
    #container #main_image {
    height: 376px;
    width: 968px;
    #left_column, #center_column, #right_column {
    width: 316px;
    float: left;
    #center_column, #right_column {
    margin-left: 10px;
    The part 3 tutorial instructed this:
    Copy the <script> tags from the Edge Web Fonts site, and paste them into the <head> section of index.html in Dreamweaver just above the <link> that attaches the style sheet like this:
    <head>
    <meta charset="utf-8">
    <title>Check Magazine</title>
    <script src="http://use.edgefonts.net/sarina.js"></script>
    <link href="styles/check_cs6.css" rel="stylesheet" type="text/css">
    </head>
    As you can see from the code at the end of part two (listed at the top), there is no reference to <head> anywhere in the code; therefore, I am uncertain as to where to insert these code instructions.

    I assume that the embedded tags are in the index document, not the styles type document?   I appreciate the information, but I don't see how it relates to my question.  Maybe your answer was just over my head? My original question was: If the instructions say this:
    Copy the paste them into the  section of index.html in
    Dreamweaver just above the  that attaches the style
    sheet like this:
    and there the word does not appear anywhere on the index file that I can see it (whether it's embedded or otherwise), where do I insert the code?
    Date: Fri, 8 Feb 2013 10:29:29 -0800
    From: [email protected]
    To: [email protected]
    Subject: The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert &lt;head&gt; in pt 2 code.
        Re: The pt 3 tutorial code doesn't match the pt 2 tutorial code.  Nowhere to insert  in pt 2 code.
        created by Nancy O. in Dreamweaver - View the full discussion
    The pair of and  tags are an integral part of any HTML document. When you create a new page in DW, it automatically creates the core HTML tags for you, so in that regard, there's nothing for you to add except content and styles. Embedded CSS styles are inserted inside the document's  tags like so:       body      #LeftSideBar       #RightSideBar      #MiddleContent
    External CSS is a separate physical file to which all your HTML pages are linked. Similar to above, links to external style sheets go inside the  tags like this:
      HTML & CSS Tutorials - http://www.html.net/http://w3schools.com/  Nancy O.
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5058678#5058678
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5058678#5058678
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5058678#5058678. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Dreamweaver by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • The license state for the current server doesn't match the farm's license state

    I am trying to build a development Server, to mirror our Production Server. 
    I have copied the Config_Database and WSS_Content from our Production Server to a Development Server that is on a separate network. I installed SharePoint 2010 and ran the Config Wizard, entered in the database server and chose the Config_database that I
    copied over previously.
    But I receive the error:
    "The license state for the current server doesn't match the farm's license state"
    Can anyone help me with this.
    dfrancis

    Hi,
    Please have a look at links below:
    https://sharelockpoint.wordpress.com/2014/01/09/sharepoint-2013-installation-error-the-current-server-cannot-be-joined-to-this-farm/
    http://blogs.msdn.com/b/sowmyancs/archive/2012/08/08/the-license-state-for-the-current-server-doesn-t-match-the-farm-s-license-state-sharepoint-psconfig-error.aspx
    Hope it helps!
    Thanks,
    Avni Bhatt
    If this helped you resolve your issue, please mark it Answered

  • I have redemption code from 500px but it does't work because of country of account doesn't match the country of the code  , they gave me another one and does't work also because something is wrong and try again?

    I have redemption code from 500px but it does’t work because of country of account doesn't match the country of the code  , they gave me another one and does’t work also because something is wrong and try again?

    creative cloud abo from 500px does not work with german Adobe ID!! What can I do? has the email address for 500px (for anyone else reading this message) and a note saying that 500px has a fix... so you might try writing to 500px again

  • Firefox is loading pages very slowly, most of times saying server not found. Same pages loaded quickly in ie9. Previously FF used to load pages fast. FF version 8.0.1, windows vista & windows XP.

    firefox is loading pages very slowly, most of times saying server not found. Same pages loaded quickly in ie9. Previously FF used to load pages fast.
    FF version 8.0.1, windows vista & windows XP.
    Please help
    Generally we dont get any reply to the questions asked here!

    65kid wrote:https://bbs.archlinux.org/viewtopic.php?id=162327
    Thank you for the link, but I am not sure how this is going to help me: I am not booting straight to an X session, but prefer to log into TTY1 and have my login shell handle everything from there.
    Here is the relevant part of my .zprofile:
    if (( UID )); then
    [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec systemd --user
    fi
    As far as I understand, your method works if I enable the [email protected] template when actually booting straight to X.

  • Server failed to start: The domain path does not match the running server

    Hi,
    I've configured Eclipse to run my local weblogic - which actually is working fine.
    The server starts as intended and reaches state RUNNING.
    As soon as this happens, OEPE tries to validate the server and compares the identified server's configuration to the expected configuration.
    This finally results into the error message shown in the subject -- though server is still running.
    !MESSAGE Server watcher[Oracle WebLogic Server 11gR1 PatchSet 1 at localhost]:The domain path does not match the running server.
    Domain RootDirectory retrieved from the MBean of running server is: N:\Oracle\MIDDLE~1\USER_P~1\domains\MYWEBL~1\
    Domain RootDirectory of this server: N:\Oracle\Middleware\user_projects\domains\myWeblogicServer
    Obviously this seems to be an issue with the length of the directory and file names. The domain's configuration and all its start scripts do not have any 8+3 pathes, like USER_P~1 for user_projects. Nevertheless the MBean of the server returns such a "truncated" path which in turn is invalid for OEPE.
    Fix: When setting up the domain in Eclipse, try using that 8+3 representation of the domain's location. Then the comparison will succeed...
    My Question: Where do we need to ask for a fix in OEPE? The 8+3 path is still a valid one ...
    Best Regards
    Philipp

    I haven't been able to reproduce this and 8+3 representation of the domain's location shouldn't be required.
    Can you provide more information:
    - is this a network drive?
    - what is your OS: XP, Vista, Win7?
    - what is the Windows file system type, is it FAT or NTFS
    - Can you try install WLS on C:, e.g. C:\Oracle\Middleware\user_projects and see if it still happens?

  • I own Acrobat  XI Pro.  I installed it on my new machine, but cannot start it because Acrobat says that the serial number I have doesn't match the software.  What should I do next?  Can' find any FAQ's on this.

    I deactivated Pro on my old machine, downloaded from the store on my new machine and tried to open it.  A window popped up that said I had a valid product key, but that it didn't match the software on my machine.  The drop down box did not list my product.  Don't know what to do next.

  • The kernel the system is running doesn't match the one installed

    I've been trying to install Arch to a new desktop I've built. The wireless card(TP-link wn725n v2) requires a driver that I've downloaded, and have been trying to get on the system. I finally decided to install Arch to a flash drive, install the driver to the flash drive, and then install Arch to the desktop. When installing the driver to the desktop, I don't run into any problems. When I tried installing on the USB, I got an error message. I did a quick google search and found I forgot to install the linux headers. Then another problem showed its face.
    "make ARCH=i386 CROSS_COMPILE= -C /lib/modules/3.12.3-1-ARCH/build M=/home/Test/Driver/rtl8188eu-master  modules
    make[1]: *** /lib/modules/3.12.3-1-ARCH/build: No such file or directory.  Stop.
    Makefile:146: recipe for target 'modules' failed
    make: *** [modules] Error 2"
    I looked around more, and I think I've located the source of the error.
    When I type in 'uname -r'
    I get: '3.12.3-1-ARCH'
    When I type in 'pacman -Q linux'
    I get: 'linux 3.12.6-1'
    I'm not sure where to go from here. Any ideas?
    Last edited by ryanfahy314 (2013-12-28 17:16:48)

    Ryan, could you also revise your title to more specifically identify the problem you are facing.  I suspect an update and reboot will fix the problem, as I'd agree with your diagnosis: the kernel running does not match the one installed - but in case we're wrong, the title-worthy component of the problem would relate to failure to build rtl8188eu driver.
    Last edited by Trilby (2013-12-28 12:43:48)

  • The program doesn't find the run time engine

    I create an executable before normaly and after like an installer. When I try it into computer with full LabView licence the program works, but if I install it into a different pc, it requires me to install the run time engine, but the run time engine is installed into the pc. What kind of error can generate this problem?
    Solved!
    Go to Solution.

    Hi vsara
    Mike is correct, you need the VISA runtime to use VISA functions in an executable. If you don't want to install it as a standalone you can include it in your installer as an additional installer.
    Best Regards
    David
    Message Edited by Davidek on 10-23-2009 04:18 AM
    Message Edited by Davidek on 10-23-2009 04:19 AM

  • SAPScript output doesn't match the variable's value

    Hello Expert,
    In my script, I defined as below:
    /:  IF &VBDKR-VKORG& = 'WCAO'
    =  ,,&KOMVD-KAWRT(I11.4<)&,,&KOMVD-AWEIN&
    /:  ENDIF
    Then I run the report which will trigger the script. In the debug mode, I find the values are as below
    VBDKR-VKORG: WCAO
    KOMVD-KAWRT: 97.74
    KOMVD-AWEIN: STN
    In my expection, the output should be 97.7400 STN, but actuall the output displays 9.7740 STN. It's off by one decimal point conversion. This is quite confusing.
    CAn any expert help on this and tell how to fix the issue?
    Thanks in advacne,
    Regards, Yongbo
    Moderator message: please choose more descriptive subject lines for your posts.
    Edited by: Thomas Zloch on Jul 8, 2011 9:38 AM
    Edited by: Yongbo Wu on Jul 8, 2011 10:31 AM

    Hello,
    SAPSCRIPT isn`t able to interpret more than 2 decimal places.
    I have the problem also and uses a workaround.
    I have defined a text attribute in my print program, where I move the value and print the value as text
    Regards,
    Christian

  • The final dedup ratio doesn't match the target dedupratio in vdbench configuration file

    Hi,
    I would like to fill-up the volumes with predefined dedup ratio using vdbench dedupratio and dedupunit values introduced in vdbench 5.03
    I'm using 2 centos servers running vdbench50402 (also tried vdbench50403rc1). Below you can see the sample configuration file.
    With all the dedup values i receive constantly 1.1 dedup ratio on the storage array. What are the possible reasons for incorrect final dedup ratio  ??
    Thanks,
    Alex I.
    #********Vdbench configuration file*************************************
    dedupratio=5
    dedupunit=8k
    hd=default,vdbench=/vdbench50402,user=root,shell=vdbench
    hd=hostwg1,jvms=20,system=host-wg-1
    hd=hostwg2,jvms=20,system=host-wg-2
    #Define the test device size as "size=xxx"
    sd=default,size=2136G,openflags=o_direct
    sd=sd1hostwg1,lun=/dev/mapper/123456789010007a,host=hostwg1
    sd=sd2hostwg1,lun=/dev/mapper/123456789010007b,host=hostwg1
    sd=sd3hostwg1,lun=/dev/mapper/123456789010007c,host=hostwg1
    sd=sd4hostwg1,lun=/dev/mapper/123456789010007d,host=hostwg1
    sd=sd5hostwg1,lun=/dev/mapper/123456789010007e,host=hostwg1
    sd=sd6hostwg1,lun=/dev/mapper/123456789010007f,host=hostwg1
    sd=sd7hostwg1,lun=/dev/mapper/1234567890100080,host=hostwg1
    sd=sd8hostwg1,lun=/dev/mapper/1234567890100081,host=hostwg1
    sd=sd1hostwg2,lun=/dev/mapper/1234567890100082,host=hostwg2
    sd=sd2hostwg2,lun=/dev/mapper/1234567890100083,host=hostwg2
    sd=sd3hostwg2,lun=/dev/mapper/1234567890100084,host=hostwg2
    sd=sd4hostwg2,lun=/dev/mapper/1234567890100085,host=hostwg2
    sd=sd5hostwg2,lun=/dev/mapper/1234567890100086,host=hostwg2
    sd=sd6hostwg2,lun=/dev/mapper/1234567890100087,host=hostwg2
    sd=sd7hostwg2,lun=/dev/mapper/1234567890100088,host=hostwg2
    sd=sd8hostwg2,lun=/dev/mapper/1234567890100089,host=hostwg2
    wd=wd_fill,sd=sd*,xfersize=256k,rdpct=0
    rd=default
    rd=fill_pass1,wd=wd_fill,iorate=max,interval=1,elapsed=172800
    #********Vdbench configuration file*************************************

    'dedupunit=' is the key here.
    The Vdbench dedup logic is based around "storage recognizes duplicate data blocks in chunks of 8k".
    If your storage has a different 'dedup unit' Vdbench won't create the proper data patterns.
    An other issue may be the FILLING and reporting of your luns: if you have a 10tb lun but Vdbench only writes 1tb, then your dedup will only include 1TB worth of Vdbench written data patterns.
    Note: May I suggest in above parameter file to start using 'seekpct=eof'? Vdbench will then stop after the last block on all SDs has been written instead of your current 48 hours, which could result in rewriting the same blocks over and over again, because with seekpct=0 Vdbench just starts at the beginning again when it reaches the end.
    Of course, if 48 hours is not enough elapsed time Vdbench will terminate BEFORE the last block has been written.
    Hope this helps.
    Henk.

Maybe you are looking for

  • How can I get Chinese characters in the date and calendar?

    The other night I was using a friend's Japanese iBook. I noticed that she the day displayed with a Chinese character in the menu bar and in the calendar widget (e.g., Her clock said 月4:27 instead of Monday 4:27), but her interface was in English (no

  • How to display nodestamp column in ApplicationsTreeTable -ViewMenu- Columns

    I have ApplicationsTree table on my UI screen with the columns ex: col1, col2, col3, col4. col1 is inside node stamp. col1 is not displaying under View Menu -> Columns. How can I display nodestamp column in ViewMenu -> Columns? Thanks, Swathi

  • Panasonic PV-GS180

    Video camera not on the capture device list. This is a DV camera and Elements should run this from the capture window. Is there a driver for this camera I can download? Thanks! Jeff

  • Get rid of the google search bar??

    I want net neutrality. Google must go. I loaded Firefox on windows-xp and the Google search bar still comes up within Firefox. How do I GET RID OF GOOGLE?? I have used Firefox on Linux also on the same machine.

  • Can the proofreading tools in Pages be altered?

    Is it possible to alter the proofreading items flagged by Pages. When I write technical documents it is tiresome to have Pages repeatedly flag the same word as jargon; in a technical document jargon is useful and intended. My favorite irritating flag