AIF Automated Install - Add extra/community repositories [SOLVED]

I've taken the 'generic' example script from /usr/share/aif/examples, and I've modified it to install from the net with a custom repository. That worked, until I tried to change the TARGET_REPOSITORIES variable:
Original from /usr/share/aif/examples/generic-install-on-sda:
TARGET_REPOSITORIES=(core $var_MIRRORLIST)
My updated version:
TARGET_REPOSITORIES="core extra community"
I've also tried:
TARGET_REPOSITORIES=(core extra community $var_MIRRORLIST)
BTW, $var_MIRRORLIST just has a path to the mirror list.
https://wiki.archlinux.org/index.php/AI … POSITORIES
I've read the official arch documentation ^^ but, but the TARGET_REPOSITORIES section is blank, and I still can't figure it out.
https://bbs.archlinux.org/viewtopic.php?id=84990
I found this post, but it seemed like it was for an older version of aif (the post was from 2009). I tried their suggestion (below), but the variables didn't work (renamed):
SOURCE=net
SYNC_URL="your mirror here..."
TARGET_REPOS="carolo core extra community"
The errors I get are weird, here's the first two:
error: target not found: could
error: could not open file /mnt/var/lib/pacman/sync/core.db: Failed to open '/mnt/var/lib/pacman/sync/core.db'
If grabbing the rest of the errors would help, i can do that, but it seems it's cascades from there. I'm sure I'm just not using the right syntax in $TARGET_REPOSITORIES.
I've tried this on the latest of both the net and base install images. I'm invoking it with:
aif -p automatic -c script-here
I get the same result on both net and base install images.
I just want to install all of the packages I want at install time instead of having a post install script install everything for me, and packages like vim and gnome are in extra (with others that I'd like in community). I don't need the AUR, so it shouldn't be this difficult. Is there something I need to do to configure pacman or something?
Last edited by beatgammit (2012-07-24 01:08:53)

Here's the entire script if you're interested:
SOURCE=net
SYNC_URL='ftp://mirrors.xmission.com/archlinux/$repo/os/$arch'
MIRROR='ftp://mirrors.xmission.com/archlinux/$repo/os/$arch'
TARGET_REPOSITORIES="core extra community"
HARDWARECLOCK=UTC # UTC is the better option, but some OS'es don't support it (i.e. Windows)
TIMEZONE=MST
# Do you want to have additional pacman repositories or packages available at runtime (during installation)?
# RUNTIME_REPOSITORIES same format as TARGET_REPOSITORIES
RUNTIME_REPOSITORIES=
# space separated list
RUNTIME_PACKAGES=
# packages to install
TARGET_GROUPS=base
TARGET_PACKAGES_EXCLUDE= 'nano reiserfsprogs'
TARGET_PACKAGES='openssh e2fsprogs'
# you can optionally also override some functions...
# This way you can change/extend/remove pretty much all functionality in AIF !
worker_intro () {
inform "Automatic install of arch system starting in 3 seconds."
sleep 3
worker_configure_system () {
preconfigure_target
sed -i 's/^HOSTNAME="myhost"/HOSTNAME="arch-generic-install"/' $var_TARGET_DIR/etc/rc.conf
postconfigure_target
PART_ACCESS= # can be set to 'uuid', 'dev', 'label', or leave empty for 'dev'
# These variables are mandatory
GRUB_DEVICE=/dev/sda
PARTITIONS='/dev/sda 100:ext2:+ 512:swap *:ext4'
BLOCKDATA='/dev/sda1 raw no_label ext2;yes;/boot;target;no_opts;no_label;no_params
/dev/sda2 raw no_label swap;yes;no_mountpoint;target;no_opts;no_label;no_params
/dev/sda3 raw no_label ext4;yes;/;target;no_opts;no_label;no_params'

Similar Messages

  • Editing Wiki adds extra breaks every time I save the article

    I’ve been working on the article below and I’ve noticed that every time I save the article it adds extra breaks. 
    I’m not an HTML guy so if it looks horrible in the HTML view let me know. 
    If I’m doing something wrong, let me know.  Tips, tricks, oh hey by the ways… All ears! 
    Also, and links to information about adding screen shots would be helpful for another article I’m working on.
    http://social.technet.microsoft.com/wiki/contents/articles/20964.active-directory-ultimate-reading-collection.aspx
    Any help would be appreciated!  Thanks in advance!
    If you found this post helpful, please “Vote as Helpful”. If it answered your question, remember to “Mark as Answer”.
    Postings are provided “AS IS” with no warranties, and confers no rights.

    I've also got this problem, and I'd reckon it started around the time I installed IE10 on Win7. It continues still, with IE11 on Win7.
    The strange thing is that there are a couple of wiki articles I curate, and they have tables in them, when I add an additional row to the table and populate it, the oversupply of <br>'s doesn't seem to happen.
    e.g.:
    http://social.technet.microsoft.com/wiki/contents/articles/9539.list-of-public-microsoft-support-knowledge-base-kb-articles-for-sccm-2012-system-center-configuration-manager.aspx?PageIndex=3
    But this GP article is driving me nuts with all the superfluous <br>'s, to the point where I thought I'd convert the whole body into a table (in case tables are somehow protected from this <br> bloat), but sadly the <br> disease seems to
    be following me here too :(
    [above the first table]
    http://social.technet.microsoft.com/wiki/contents/articles/4976.selected-content-relating-to-group-policy-administrative-templates-adm-and-admx.aspx
    editing in HTML mode clearly shows the excessive <br>'s
    was my crime to initially create the article from a Word doc?
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Pacman won't use community repository [solved, my bad]

    I enabled the community section in /etc/pacman.conf, but when I so a pacman -Sy, it doesn't download from the community repo, and pacman -S commands to community packages fail.
    Here's my /etc/pacman.conf file:
    # /etc/pacman.conf
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    #[testing]
    #Include = /etc/pacman.d/testing
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/core
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/extra
    #[community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/community
    #[unstable]
    # Add your preferred servers here, they will be used first
    #Include = /etc/pacman.d/unstable
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    And what I get when I do a pacman -Sy with this config:
    [root@pwn etc]# pacman -Sy
    :: Synchronizing package databases...
    core is up to date
    extra is up to date
    local database is up to date
    What should I do?
    Last edited by synthead (2007-12-06 06:23:54)

    Try uncommenting the following line
    synthead wrote:#[community]

  • How do I add extra flash memory to My Macbook Air Model MD223

    Hi,
    I would please like to know if there is any possible way to add extra flash storage to My MacBook Air 11.6" (2012) Model MD223 with 64GB. I am using Mac OS X Mountain Lion 10.8.3
    Could I please get some help?
    Thanks a lot in advance,
    Neelu Saraswatibhatla

    Welcome to Apple Support Communities
    You can upgrade that, but you will void the warranty. That MacBook Air requires flash storage that it's not sold everywhere, so you can purchase more flash storage at OWC > http://eshop.macsales.com/shop/SSD/OWC/Aura_Pro_Air_2012
    You can't install a SSD with the enclosure because it doesn't fit

  • HT1752 I am working on a chart in paged with 7 columns. Problem has occurred with amount of row. I have completed 999 rows and it won't allow me to continue. As I need to do approx 3000+ rows, can anyone explain to me how to add extra rows. Thanks Jane

    I am working on a chart in pages with 7 columns.
    Problem has occurred with amount of rows. I have completed 999 rows and it won't allow me to continue. As I need to do approx 3000+ rows, can anyone explain to me how to add extra rows. Thanks Jane

    Try posting in the Pages forum
    https://discussions.apple.com/community/iwork/pages

  • Can we add extra row in colorpicker?

    Hi all,
    I want to add one extra row below all colors in color picker. If you have seen word color picker, it shows you recently used colors.
    Is it possible to add extra row in color picker?
    Thanks,
    -Chandu

    Hi,
    SAP has given user defined fileds in CEKKO communication structure which you can use by using user exits to fill in CEKKO.
    These fileds you can use as characteristics for release strategy.
    Details of user exit:
    M06E0004 Changes to communication structure for release purch. doc.
    EXIT_SAPLEBND_002, Changes to Communication Structure for Release of Purchasing Documents
    Description: User exit that control the values in CEKKO for the Release Strategy.
    Regards,
    Shailesh Mackwan

  • Firefox won't install add-ons even after clean install

    Add-on installation fails in one of the following ways:
    1. Unexpected installation error -203, or
    2. The add-on appears in the "Extensions" tab as "Not compatible with Firefox 3.6.3", even though it is.
    Sometimes I get the first error, sometimes the second, but all attempts to install add-ons fail with one of them.
    I have tried all the troubleshooting advice in the knowledge bases (e.g. http://kb.mozillazine.org/Unable_to_install_themes_or_extensions_-_Firefox#Unexpected_installation_error_-203) but with no success. I even did a clean reinstall of Firefox in a new directory (as described here: http://kb.mozillazine.org/Uninstalling_Firefox#On_Mac_OS_X) but the problem remains.
    What else can I do?
    == This happened ==
    Every time Firefox opened
    == I tried to install a new add-on. ==
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_3; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.38 Safari/533.4

    I have the same problem : impossible to install or update extensions; either by download (error -228) or by installing a local file (error -203). This is true for all situations : existing or new Firefox profile, different system users, etc.
    I searched the kb, asked Google and so, but no solutions worked. The problem happens on all current versions of Firefox : stable, nightly,32 bits and 64 bits.
    File extensions.log contains lines of
    <code>
    2010-04-02 21:36:38 - ExtensionManager:_finishOperations - failure, catching exception - lineno: 359 - file: undefined - [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: file:///Applications/Web/Firefox.app/Contents/MacOS/components/nsExtensionManager.js :: getDirInternal :: line 359" data: no]
    </code>
    My system is :
    <code>
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; fr-FR; rv:1.9.3) Gecko/20100412 Minefield/3.7
    Application Basics
    Name
    Firefox
    Version
    3.7
    Profile Directory
    Show in Finder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus
    1.1.3
    true
    Adblock Plus: Element Hiding Helper
    1.0.6
    true
    [email protected]
    Add-on Collector
    1.1.1
    false
    [email protected]
    BetterPrivacy
    1.47
    true
    Brief
    1.2.5
    true
    [email protected]
    British English Dictionary
    1.19
    false
    [email protected]
    BugMeNot
    2.2
    true
    {987311C6-B504-4aa2-90BF-60CC49808D42}
    CustomizeGoogle
    0.76
    true
    Dictionary Switcher
    1.0.1
    true
    [email protected]
    Dictionnaire français «Réforme 1990»
    3.5
    true
    [email protected]
    Diigo Bookmarks and Web Annotations
    4.1.0.46
    true
    Firefox PDF Plugin for Mac OS X
    1.1.3
    true
    [email protected]
    FoxyProxy Standard
    2.19.1
    false
    [email protected]
    Get jetable mail
    0.4.1
    true
    {26af1522-982e-c0c4-f54a-7e69fb6432f5}
    It's All Text!
    1.4.1
    true
    [email protected]
    Lazarus: Form Recovery
    2.0.5
    true
    [email protected]
    Personas
    1.5.2
    true
    [email protected]
    Tab in Textarea
    0.9
    true
    Torbutton
    1.2.4
    false
    URL Tooltip
    1.2.1
    true
    [email protected]
    User Agent Switcher
    0.7.2
    true
    Xmarks
    3.5.7
    true
    [email protected]
    Zotero
    2.0.2
    false
    [email protected]
    Image Zoom
    0.4.4
    true
    {1A2D0EC4-75F5-4c91-89C4-3656F6E44B68}
    Firebug
    1.5.3
    false
    [email protected]
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar
    0
    browser.history_expire_days.mirror
    180
    browser.history_expire_days_min
    7
    browser.places.importBookmarksHTML
    false
    browser.places.smartBookmarksVersion
    2
    browser.startup.homepage
    about:mozilla
    browser.startup.homepage_override.mstone
    rv:1.9.3
    browser.tabs.warnOnClose
    false
    dom.disable_window_move_resize
    true
    dom.disable_window_status_change
    false
    dom.event.contextmenu.enabled
    false
    extensions.checkCompatibility
    false
    extensions.checkCompatibility.3.6
    false
    extensions.checkCompatibility.3.6b
    false
    extensions.checkCompatibility.3.7
    false
    extensions.checkCompatibility.3.7a
    false
    extensions.checkCompatibility.3.7a5
    false
    extensions.checkCompatibility.3.7b
    false
    extensions.lastAppVersion
    3.7
    font.minimum-size.x-western
    11
    font.name.monospace.x-western
    DejaVu Sans Mono
    font.name.sans-serif.x-western
    DejaVu Sans
    font.name.serif.x-western
    DejaVu Serif
    general.useragent.extra.betterprivacy
    general.useragent.locale
    fr-FR
    javascript.options.showInConsole
    true
    keyword.URL
    https://[www.google.com]/search?ie=UTF-8&oe=UTF-8&sourceid=navclient&gfns=1&q=
    network.cookie.prefsMigrated
    true
    network.http.max-connections
    60
    network.http.max-connections-per-server
    30
    network.http.max-persistent-connections-per-server
    8
    network.http.pipelining
    true
    network.http.pipelining.maxrequests
    8
    network.http.pipelining.ssl
    true
    network.http.proxy.pipelining
    true
    network.security.ports.banned
    8118,8123,9050,9051
    places.history.expiration.transient_current_max_pages
    96636
    places.last_vacuum
    1276761638
    print.macosx.pagesetup-2
    PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHBsaXN0IFBVQkxJQyAiLS8vQXBwbGUvL0RURCBQTElTVCAxLjAvL0VO…
    print.print_bgcolor
    true
    print.print_bgimages
    true
    print.print_command
    print.print_downloadfonts
    false
    print.print_evenpages
    true
    print.print_footerleft
    print.print_footerright
    &PT
    print.print_headerleft
    print.print_headerright
    &D
    print.print_in_color
    true
    print.print_margin_bottom
    0.5
    print.print_margin_left
    0.5
    print.print_margin_right
    0.5
    print.print_margin_top
    0.5
    print.print_oddpages
    true
    print.print_orientation
    0
    print.print_pagedelay
    500
    print.print_paper_data
    0
    print.print_paper_height
    11.00
    print.print_paper_size_type
    1
    print.print_paper_size_unit
    0
    print.print_paper_width
    8.50
    print.print_printer
    print.print_reversed
    false
    print.print_scaling
    1.00
    print.print_shrink_to_fit
    true
    print.print_to_file
    false
    print.print_unwriteable_margin_bottom
    57
    print.print_unwriteable_margin_left
    25
    print.print_unwriteable_margin_right
    25
    print.print_unwriteable_margin_top
    25
    privacy.cpd.cookies
    false
    privacy.cpd.formdata
    false
    privacy.cpd.sessions
    false
    privacy.sanitize.migrateFx3Prefs
    true
    privacy.sanitize.timeSpan
    0
    security.crl.autoupdate.dayCnt.
    1
    security.crl.autoupdate.enable.
    true
    security.crl.autoupdate.errCount.
    0
    security.crl.autoupdate.errDetail.
    Download of the CRL failed due to Network problems.
    security.crl.autoupdate.freqCnt.
    1
    security.crl.autoupdate.nextInstant.
    03/07/10 23:00:00
    security.crl.autoupdate.timingType.
    1
    security.crl.autoupdate.url.
    http://crl.certificat.com/DGI/DGI_UsagerB.crl
    security.disable_button.openCertManager
    false
    security.warn_viewing_mixed
    false
    </code>
    I am making heavy use of soft links on my systems : ~/Library/* (temp, cache, preferences, etc) is spread onto several physical volumes, and the filetree is done with soft links. No applications has any problem, except Firefox.

  • How to add extra labels into Bridge CS5?

    Hi folks, nice to meet you all.
    I do not want to edit or rename the existing 5 existing labels into Bridge CS5. I just want to create new labels. So, I want to add extra labels to have more than 5 labels.
    Does anybody know how to add extra labels into Bridge CS5? If so, please, tell me how to do it.
    Thanks.

    You should move this post to the new Bridge forum as this one will soon die.  Here is link http://forums.adobe.com/community/bridge/general

  • Cannot install Visual Studio Community 2013 - Error message "Visal Studio 2013 Ultimate is installed..."

    Hello,
    I am trying to install Visual Studio Community 2013 in my machine but when I start the setup process I get the followingerror message:
    Setup Blocked
    Visual Studio Ultimate 2013 is currently installed on this machine. Please uninstall Visual Studio Ultimate 2013 and retry.
    The problem is that I used to have VS Ultimate 2013 (Preview Edition, I think) installed on my machine but I've uninstalled it some time ago. It looks like something was left over in process.
    What I've tried to do was to install VS Ultimate 2013 again, perform a repair operation and then uninstall it again. This uninstall process is reported to be successful. However, it did not solve my problem: VS Community 2013 installation still fails.
    Does anyone have an idea how to solve this?
    Thank you,
    João Pedro

    "I used to have VS Ultimate 2013 (Preview Edition, I think) installed "
    Sorry to be the bearer of bad news, but this sort of situation is exactly why potential users of pre-release software are warned NOT to install test software on production systems. While a new software version is in development, one of the LAST things to
    be finalized is the uninstaller. So, uninstalling a test edition often leaves behind unwanted artifacts.
    In your situation, I'd do a clean install of my OS, then install VS.

  • How to add extra tab in bapi at item level

    hi developer,
    please guide me in solving this problem i.e how to add extra tab in bapi at item level .
    thanks .
    ravi

    What are you exactly asking for, I don't understand your question...
    Transaction screen, adding a tab / customer fields
    Business Object / BAPI, modifying BAPI signature, extension
    NB : The quality of an answer depends significantly on the quality of the question ...
    Regards,
    Raymond

  • Installed Add Ons, however ontinue to be prompted to install everytime firefox is launched. How do I make it go away?

    We received the screen to install ad block plus 1.3.9 and Garmin Commun 2.9.3.1. Both installed and then we were prompted to restart Firefox. Clicked on the restart firefox button and firefox restarted. Now each time we click Firefox, the same screen appears with a long list of Java stuff. What do we need to do so that this screen doesn't appear?

    forget that. do this: Close Firefox -> Start Firefox in Safe Mode by Holding down the SHIFT key while starting Firefox -> Safe Mode window appears -> click "Continue in Safe Mode"
    -> Update Firefox to the latest version by going to Help Menu -> About Firefox -> click Check for Updates -> if an updated version is found then download the latest version and install it. After that follow these steps:
    -> Update ALL your Firefox Plug-ins https://www.mozilla.com/en-US/plugincheck/
    -> go to View Menu -> Toolbars -> unselect All Unwanted toolbars
    -> go Tools Menu -> Clear Recent History -> ''Time range to clear: '''select EVERYTHING''''' -> click Details (small arrow) button -> place Checkmarks on ALL Options -> click "Clear Now"
    -> go to Tools Menu -> Options -> General -> ''When Firefox starts : '''select "Show My Home Page"''''' -> Type the address of the website which you want to be your HomePage e.g. http:www.google.com -> place Checkmark on "Show the Downloads window when downloading a file" -> select Radio Button option2 "Always ask me where to save files"
    -> go to Tools Menu -> Options -> Content -> place Checkmarks on:
    1) Block Pop-up windows
    2) Load images automatically
    3) Enable JavaScript
    -> go to Tools Menu -> Options -> Privacy -> History section -> ''Firefox will: '''select "Use custom settings for history"''''' -> Remove Checkmark from "Permanent Private Browsing mode" -> place CHECKMARKS on:
    1) Remember my Browsing History
    2) Remember Download History
    3) Remember Search History
    4) Accept Cookies from sites -> select "Exceptions..." button -> Click "Remove All Sites" at the bottom of "Exception - Cookies" window
    4a) Accept Third-party Cookies -> under "Keep Until" select "They Expire"
    -> REMOVE CHECKMARK from CLEAR HISTORY WHEN FIREFOX CLOSES
    -> go to Tools Menu -> Options -> Security -> place Checkmarks on:
    1) Warn me when sites try to install add-ons
    2) Block reported attack sites
    3) Block reported web forgeries
    4) Remember Passwords for sites
    -> Click OK on Options window
    -> click the Favicon (small drop down menu icon) on Firefox SearchBar (its position is on the Right side of the Address Bar) -> click "Manage Search Engines" -> select All Unwanted Search Engines and click Remove -> click OK
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE All Unwanted/Suspicious Extensions (Add-ons) -> Restart Firefox
    You can enable your Known & Trustworthy Add-ons later. Check and tell if its working.

  • Could not install add ons for Muse and installed extension manager?

    I am a longtime user of photoshop, no Creative Cloud. I recently tried to install add ons and extension manager to build a website in Muse, NO LUCK? Help

    It would seem like that article ''should'' solve the problem, but it doesn't seem to have had any effect. I extracted the contents of the .xpi file into the browsers\extensions folder using the extension ID, yet that doesn't seem to have done anything. I ran firefox after copying the uncompressed files with an administrator account with no luck. Any thoughts?

  • How can i install / add Urdu as additional languag...

    how can i install / add Urdu as additional language in my nokia E63

    You will have to visit a Nokia care point to get additional languages installed, but I would call the care point you intend to visit first to hear if they can do it, and what it would cost you.
    This will be an extra service as you have bought a device intended for use some where else.
    You can find your nearest care point here:http://europe.nokia.com/support/repair-and-recycle/repair/care-points
    Give them a call and check out your options. Good luck!

  • Add extra field in alv

    Hi experts,
    i want to add extra field in alv that is totalprice
    the total price = qunatity * price
    already quantity and price from data base tables
    but the field total price is not from any table..
    thanks advans

    Hi,
    Quantity and Price both are ddic fields.
    Define the TOTAL PRICE of the type Price in the final internal table(table to b displayed).
    before passing the data / in looping define the logic...
    LOOP AT T_SOURCE.
    T_FINAL-PRICE = T_SOURCE-PRICE.
    T_FINAL-TOL_PRICE = T_FINAL-QTY x T_FINAL-PRICE
    ENDLOOP.
    Now all the required values are in the final table.
    Reward if helpful.
    Thanks.

  • An unknown website just appeared in my 'exceptions' list (Tools Options Security "warn me when sites try to install add-ons"-how could this happen?

    downloaded Firefox onto friends' laptop last night. Found it necessary to place two websites in the (afore-mentioned) "Exceptions" category. shut down/re-booted three-four times over the next few hours before shutting down the laptop and going to bed. Booted up this am and, WHOA!-suddenly my menu/toolbars have new, undesired toolbars(?) search boxes(?): the search box, if I remember right, was labeled "My Web Search sponsored by iwon!" Whilst eliminating the intruders I became aware that by some unknown means I had fetched up on some webpage I've never heard of and had no reason to go to-( the very top of my display (above the menu and address bar) read: 'reason upgrade Search' (separated by a line symbol I can't reproduce here), then 'Musician's Friend' ....HUH? (feeling like Dorothy w/o a tornado transport). So I finish getting rid of the invaders and check out my History to try to figure out how I wound up at this website. my history indicates the last site I visited before going to bed, then 'aclk' (www.google/aclk? followed by a string of mixed symbols letters etc. Then 'redirect' (www.rkdms.com/redirect?c=....and a string of numbers and letters. Then the website"reason upgrade Search (?) Musician's Friend " then 'redirect.jhtml' (www.search.mywebsearch.com/mywe.........) Them 'Firefox Web Browser& Thunder....' still no clue how or why I wound up at that site..didn't go there, (not of my volition, anyways!!) so im checking my security settings and in Tools>options>Security>advanced> in the "Exceptions" category of "Warn me when sites try to install add-ons" is a website I've never heard of (getpersonas.com) and DID NOT enter!!!!!!!.Need to know how this could happen, how to prevent recurrence and how hard should I hit the panic button because right now I'm totally freaked!
    == today

    These prefs get set to an empty String once the sites have been added to the whitelist if the pref is not empty if you open the exception window.
    Tools > Options > Security : "Warn me when sites try to install add-ons": Exceptions
    You can reset these prefs on the about:config page.
    xpinstall.whitelist.add - addons.mozilla.org
    xpinstall.whitelist.add.36 - getpersonas.com
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

Maybe you are looking for

  • Adobe Creative Cloud app doesn't run

    Just tried to use my newly Adobe Creative Cloud app today after signing up for an Adobe creative cloud account. I have Mavrick Version 10.9.3 and I cannot run the application Adobe creative cloud app. Every time I run the program it starts to load an

  • MacBook Pro Retina Missing HDCP Support

    Hello, with the new Mac Book Pro Retina (latest software updates) I can't play within iTunes any videos / previews. "Missing HCDP support of the display" stated, but no external monitor attached. ReInstalled everything, still the same issue. I can he

  • WLC Management Page not responding

    Hi, I'm facing a weird problem which's the WLC management page will not be responding after a certain periods say about 2weeks. Then i've to reset the WLC system in order to get it works.Internet surfing will not be affected when the management page

  • Deploying Flex in Tomcat

    I've got a Flex application that I'd like to deploy as a webpage. It works when I run it from Flex Builder, however, when I deploy it on the Tomcat server on my machine, parts of it break. The part that breaks is one of my buttons which uses HTTPServ

  • Creating buttons for a search page

    I have a site that has over 3K records that are searchable. I need to create a new method of the drop down list using buttons, as drop down lists do not work well on a telephone. The site is http://www.tyneships.co.uk, so if you have a look there you