NSS326 Problems Using New SFTP Features

Is anyone else having issues using the new SFTP feature that was released in the 1.2 firmware?  We are running firmware 1.3.  When we try to connect to the NSS326 via SFTP, the only user that can login is "admin" and they get placed directly into the root of the device.  We want to use the SFTP feature to backup Communications Manager (which requires SFTP) but being dumped into the "root" does not appear to give us access to the vast disk space on the unit, so the backup fails.  Is there a way to configure the SFTP options, because the administration GUI only specifies FTPS (Explicit)?  Thanks.

On my NSS326, I have a single RAID-6 volume and it's mounted under /share/MD0_DATA.  Each shared folder is containted in that directory (i.e. Web), but is also symlinked to /share, so my Web content is available under /share/Web.   If you create a new "backups" shared folder, for example, it should be available under /share/backups.  You could try specifying that destination directory for your SFTP backups.

Similar Messages

  • Problems using the template feature in CS3

    Hi Everyone
    Appreciation in advance to anyone trying to help me out, as I am a little lost to say the least...
    Firstly the website I'm talking about it www.handbakedarcade.co.uk
    I recently re-built the site using the template feature on dreamweaver as I have a lot of pages and all have the same general layout with just one large editable region in the main section of each page. The trouble I'm having is that when i change the template (named TEMPLATE3.dwt) and then re-upload it as well as the pages that are dependent on it the changes are not seen. The problem is simple, I will try and prepare for the answer not to be!
    Thanks again, Tom

    We'll give this another try:
    Tom,
    Looking at the page you linked it - it doesn't show any template markup at all.  There are no editable or non-editable regions showing in the code.
    The actual master template (the dwt file) does not have to be uploaded to the server.  Once you make changes to a template, the changes flow through to all the child pages associated with the template and these are the files that need to be uploaded.    You can upload the templates folder to the remote if you wish to keep a copy as a backup, but it makes no difference to the associated with it.
    Not sure what's happened to you page, as Nancy pointed out the opening and closing <body> tags are missing.
    I have created an ID for the outer div so that we can give it some styles so that it is centered on the page and also that the content within the wrapper are centered.
    Copy and paste the following code in a new DW document and see the differences between your original code (the page that you linked to) and the code below.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>HAND BAKED ARCADE AT BRAINDROP, HIDDEN</title>
    </head>
    <style type="text/css">
    <!--
    body {
    background-color: #000000;
    #wrapper {
    width: 980px;
    margin: 0 auto;  /*centers the wrapper div on the page */
    text-align: center;   /* centers the content of the div inside the wrapper */
    .style1 {
    color: #FFFFFF;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    </head>
    <body>
    <div id="wrapper">
    <img src="nextinstallation.jpg" width="900" height="59" />
    <a href="index2.html" target="_self"><img src="http://i57.photobucket.com/albums/g208/handbaked/scala_web_back.gif" width="390" height="551" border="0" /></a>
    </div> <!-- end wrapper div -->
    </body>
    </html>

  • What's the best way to mix AIR 14 and the Flex 3.5 SDK and use new AIR features?

    I am returning to development of a popular desktop AIR app, after about 4 years of no code changes. Both AIR and Flex have actively moved forward during my coding absence, and it is time to play catch up.
    When last built, the app was using Flex 3.5 and AIR 2.6.
    End Goal - I want my app to look good on high density displays
    I'd like to keep Flex version at 3.5, but use the newer version of AIR, to render more clearly on high density displays (Retina on OSX and hiDPI on Win8).
    The pixel doubling performed by the "compatibility" modes of OSX.Retina or Win8.hiDPI make my app look pretty gross, and the customer base is starting to complain.
    While I may eventually switch over to the Apache Flex SDK to bring the application design into the current state, my customer base just doesn't care right now. They like the current app, but want it to work, out-of-the-box, on high density displays.
    So I need to limit my scope to changing only the AIR SDK, not the Flex SDK at this time.
    Step 1 - Overlaying AIR14 SDK on Flex 3.5
    I followed the official generic overlay instructions here, and that worked well enough. I named my hybrid SDK folder "3.5.0.AIR14". I have been able to recompile, run, and verify my app using the hybrid SDK. (my app is compiled and packaged from an ant script, using the Antennae framework. I had already switch SDKs a number of times over the initial course of development, so pointing my project to a new SDK was pretty simple enough.
    Step 2 - Updating the app.xml descriptor
    This part was also easy. I used the templates\air\descriptor-template.xml as a starting point, customizing the name, app id, and folders. Now my app descriptor is correctly based on the <application xmlns="http://ns.adobe.com/air/application/14.0"> namespace.
    Step 3 - Enabling Retina/hiDPI support - Help??
    I added <requestedDisplayResolution>high</requestedDisplayResolution> to the <initialWindow> tag of the app descriptor, but that made no difference. The app compiles, installs, and runs, but pixel doubling is still occurring and the app looks gross.
    I also tried setting the SWF version to 25, according to the official overlay guide. This proved to be more difficult. The official overlay guide suggests setting the -swf-version=25 compiler option, but that option is not supported by the Flex 3.5 compiler. So all I had to try was using the legacy -target-player=25 compiler option. That setting was accepted by the compiler, and it produced a SWF with byte offset 0x3 == 0x19 (25 dec), so that appears to be right.
    But -target-player=25 didn't have any effect either.
    Is setting the SWF version even required? Isn't the whole point of using the AIR 14 namespace in the app descriptor the way of telling the compiler "I want to use all features of the AIR 14 release". Why do I need to tell the compiler multiple times to use all the features of the SDK I'm compiling with? It just seems weird to me.
    Have I missed a secret setting somewhere?
    How can I tell the AIR runtime to simply run as pixel-dense as possible? When the workarounds listed below are performed, my app looks fantastic on high-density displays. But its the pixel scaling that is making everything look bad, and I desperately want to get this fixed.
    Workarounds?
    On Windows 8+, we are asking our users to enable the "Disable display scaling on high DPI settings" checkbox on the AIR application shortcut. This works, but is a confusing setting for average users to discover. Most just give up in frustration.
    On OSX, we can't even disable Retina mode on a per-application basis, its all or nothing, so that's even worse. SwitchResX will automatically switch resolutions based on the selected app, but that's a pretty clunky (and non-free) workaround too.
    Any other workaround ideas are appreciated too.
    Cheers,
    Doug

    It took me a while to figure out (without much help from Adobe, grrr!), since some internet writeups were terse and implied somehow that AIR's Retina support (setting your app descriptor's <initialWindow/requestedDisplayResolution> to high) would also work on Windows. They don't.
    On OSX, the steps to disable pixel-doubling are:
    update your app descriptor to AIR 14
    set initialWindow/requestedDisplayResolution = high
    compile with SWF version 25 or greater
    vector assets, including text, will scale automatically
    you'll need to replace your bitmap assets with Retina-quality bitmaps as appropriate
    when running on a Retina display, you will see stage.contentsScaleFactor=2. It will be 1 for non-Retina displays.
    On Windows, the pixel-doubling kicks in when you have a HiDPI scaling set to about 150% or greater (hiDPI scaling was introduced in Win7). There is no way to detect from within an AIR app when Windows is doing its HiDPI scaling. stage.contentsScaleFactor is always 1, under all configurations.
    The only thing you can do for AIR apps on Windows is explicitly disable display scaling (like you have done) and update your app to manually scale all UI elements at runtime (that's really gross and hard, and it what I working on right now).
    For my app, I updated our Windows installer to set the registry to disable hiDPI scaling, for all users, just for our app. Here's how you do that:
    Key = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
    Name = <fullPathToYourExe>
    Type = REG_SZ
    Value = "~ HIDPIAWARE" (without the quotes, tilde space HIDPIAWARE)
    That should be set in the full 64-bit registry, not the Wow32Node registry, even if your app is a 32-bit app (which all AIR apps are). If your installer is a 32-bit app (mine was), you may need to jump through some hoops to have it affect the 64-bit registry hive from a 32-bit process.
    If you only want to change the setting for the current user (not all users), the KEY root is HKEY_CURRENT_USER instead of HKEY_LOCAL_MACHINE.
    If you don't have an explicit installer for your AIR app (ie. if you are deploying from the web via a badge installer), then you're even more messed up, and you will need to tell your users to disable the scaling manually.
    I know, it's a total pain. I hope this helps.
    Cheers,
    Doug
    PS: Adobe devs, if you are listening ...

  • Can I use iWork '09 on Lion without using new Lion features?

    I do not wish to use the new features in Lion, primarily autosave, with iWork, at least initially.  In other words have iWork act as it would in S.L.   However, I need to purchase iWork in order to continue using a bunch of Appleworks spreadsheets.  I am using a new MBP with OS 10.7.1.  My plan is to purchase the hard copy iWork '09 from the Apple Store (the AppStore download versions have already been updated).  This CD should be some version of 9.0 as they have not put 9.1 on the CD.  My idea is to just not let the modules (Numbers, Pages, etc.) get updated until I am ready.  My question is -- will Numbers and Pages work properly on Lion without using the final update to the new Lion Features, and which updates to Numbers and Pages should I avoid?
    Any help is appreciated. 

    Sjazbec wrote:
    Resume can be disabled systemwide in Systemsettings, general section.
    Alas, it's reactivated when we shutdown if we don't take care to uncheck the dedicated box.
    More, if we ask to restart on an other device, we have no checkbox available to disable Resume.
    Happily, it seems that pressing option during the shutdown process disable the beast.
    Yvan KOENIG (VALLAURIS, France) vendredi 16 septembre 2011 18:49:31
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Problem using NEW webcam...

    OS win98SE.
    Have successfully installed my new webcam Vista Plus Model: VF0090. I now have a problem using it!
    As per instuctions, I go to WebCam Centre and press 'capture'. I then get a message along the bottom of the screen saying 'this device is not available, it may be used by another resource'.
    I'm completely at a loss as to what the problem could be.
    Any one out there who could help?
    Regards
    Sue

    Got the same problem (1), in addition to the installer freezing (2).
    (1) There seems to be a problem with the software - the driver is OK. I used it to record still pictures and movies with MS Photoeditor, Irfanview, WinTVCap and YahooMessenger.
    I played around for hours at no avail.
    ---> Creative - fix that problem in both Cam Detector and WebCam Center!!!
    (2) The Setup freezes, then when you kill it it comes up with a DOS window complaining about not enough resources (?!?!?!).
    Work-around:
    a - Run Demo.exe from the CD;
    b - it asks for a *.dbd: look for "your region".dbd, e.g. europe.dbd
    c - continue and it will install ...
    However, do not know if the install process is correct, because of problem (1). My guess is that it is, and that the problems (1) and (2) are independent.
    Again:
    ---> Creative - fix that problem in with the setup!!!
    e.g., use a setup which is less "cool" but which is working.
    Regards, Hans

  • Acrobat Pro XI frequent crashes when using New Window feature

    As a lawyer using Acrobat Pro XI to review legal documents, I find the New Window feature invaluable since it lets me view different parts of the same document at the same time.  However, when I use this feature I encounter frequent crashes, more often if I insert a comment in one of the windows.  Inserting those comments are very important to me.  Is there any way to avoid the crashes while using the New Window and Comment features together?

    Moved to https://forums.adobe.com/community/acrobat/creating__editing_%26_exporting_pdfs

  • Is it required to install CE Runtime to use new WDJ features of CE7.3

    Hi,
    We want to upgrade from 7.0 to 7.3. Is CE runtime optional when we install / upgrade to 7.3? I mean we want to use only WDJ features of CE 7.3 but not have runtime. Do we get any advantages with this approach like license cost saving etc? Please advise what are the components/features of CE 7.3.
    Please refer me to any SAP documentation/notes.

    Hi Aditya,
    All usage types from SAP NetWeaver 7.0, SAP NetWeaver CE 7.1/EHP1/7.2, and SAP NetWeaver PI 7.1/EHP1 have been consolidated and are shipped as SAP NetWeaver 7.3.
    You can still have a similar configuration as for SAP NetWeaver CE by installing the appropriate usage types, namely BPM (which will automatically install all other composition and Java usage types except for the enterprise portal, Adobe, NWDI, etc.).
    When you install SAP NetWeaver 7.3 with any Java-based usage type, you'll get Web Dynpro Java 7.3 - but you also need the SAP NetWeaver Studio 7.3 to develop and deploy.
    Dirk

  • Problems using new embedding method

    My embedded Quicktime movies don't always play correctly! The problem I am having is when I load the page - rather than playing the movie at the correct dimensions of 640x376 (16 pixels taller than the .mov for the controller), I get just the quicktime controller centered in my "theater" without a picture, as if it's been squashed. See if this happens for you as well at the link below. If it plays fine try reloading a few times, for me it goes back and forth between working and not working.
    Here's a sample page with the problem I'm having:
    http://www.ghostlightdigital.com/portfolio/prototype/train/low/
    I've followed the instructions for "External JavaScript Solution Two" found in the doccument at http://developer.apple.com/internet/ieembedprep.html but am still seeing problems in my website. I have many videos on this website at varying qualities, but I stick to basic HTML with some javascript (the latter I am no good at).
    Here is the movie file that should play in my page:
    http://www.ghostlightdigital.com/portfolio/prototype/train/low/prototype-train-l ow.mov
    Here's the code I've included in that page where the movie should play:
    <script language="JavaScript" type="text/javascript">
    QT_WriteOBJECT('prototype-train-low.mov', '640', '376', '',
    "autoplay", "true",
    "align", "middle");
    </script>
    Here's the code included in the <HEAD> tag of the page:
    <script src="http://www.ghostlightdigital.com/portfolio/includefiles/ghostlight-quickti me.js" language="JavaScript" type="text/javascript"></script>
    Here's the external Javascript file (unmodified since I downloaded it, except re-named):
    http://www.ghostlightdigital.com/portfolio/includefiles/ghostlight-quicktime.js
    Phew, okay! I've looked around these discussions and haven't found a solution. The same problem happens on my G5 using the same OSX and Safari. Can anyone tell me what I'm doing wrong? Thanks for helping!
    -James
    G5   Mac OS X (10.3.8)   Safari 1.3.2 (v312.6)

    The page loads just fine and both the low and high versions show a 640X360 video (plus the QT controller). Safari 2.0.4 and Tiger 4.7.
    The page source code is correct. Your link to the "download" should include text that asks the visitors to right-click (Control-click) and choose to "save linked file". As it works now most visitors will only have you movie open in a new window if they just click the direct link. Only QT Pro users can save from this new window.

  • Problems using new nano during workouts

    I bought my new nano for more capacity than my 1st gen, which still works fine. But the touch screen does not work as well for me as the clickwheel did. The best location for the nano is clipped to my waistband, and I can operate the clickwheel by feel, to change volume or skip or repeat selections, which I do frequently during long workouts. But the touchscreen goes to sleep, and in any case I can't find the controls without taking off the new nano and looking at the screen. Sweaty clothes rubbing over it also actuate the touchscreen menus sometimes. So I've given up on using it and have gone back to using my old nano. Too bad, Apple presents the new nano as a workout tool but it certainly doesn't work that way for me. I'll try to figure out some way to get rid of it and get a slightly older refurb-ed nano with a clickwheel.

    I'm sitting at my computer right now with my 6th Generation Nano (Product Red) and my Ultimate Ears headphones and that adapter. I'm able to skip to the next song, return to the start of that song, pause, hear voiceover, raise the volume, lower the volume, ...Works like a champ and I've never had a problem with sweat getting into the switches when I used it with my 3rd Generation Shuffle OR with my 6th Generation Nano.
    I do suggest you use Google and find a plastic docking plug for the Nano when you use it while working out. It says that about the adapter because that is what it was developed for. It will work just fine with the Etymotic.

  • Problem using new editor

    Hi people! I hava a strange issue in my machine. I'm currently using SapGUI 710 patch level 7 in my PC. I'm trying to use the new editor, but when I set it and try to open any source codes in SE38 or in SE80 (source codes editor in general) the SapGUI freezes and the only way to get off this, is endind SapLogon with a right click on tray of windows.
    Anyone already seen this? If I use the new editor in other machine with the same SapGUI and same server, its works fine...this problem is specific to my machine...
    Thanks a lot!

    Hi Jack
    I encountered the same problem last week in upgrading from 710 Patch 5 to 710 Patch 9. Uninstalling and applying a previous patch to the last one you installed will fail also. Incidentally prior to installing Patch 9, I was happily editing source code in the new editor.
    This is how I managed to resolve it:
    Had a look around the net and found information on SAPSWEEP.EXE (created by SAP themselves). Used SAPSWEEP.EXE from the setup folder of SAP GUI 640 - this will remove Registry entries and files if you tell it too. I cleared everything at first. If you use this, pull the network cable on the machine in question just in case. It detected a SAP GUI setup I had copied to my Temp folder in case I lost network access, and did think about removing that however I stopped the program running at that point. So it may (I don't know as I did not want it to check the Network drives) delete install instances if you are not careful.
    I then removed the following folders (due to the failed uninstall earlier):
    C:\Program Files\SAP
    C:\Program Files\Common\SAP Shared
    C:\Documents and Settings\<my userid>\SapWorkDir
    C;\Documents and Settings\<my userid>\Local Settings\Temp (all files removed)
    Rebooted laptop.
    Re-installed SAP GUI 710 Patch 0. Editing code worked at this point.
    Re-installed SAP GUI 710 Patch 9 and still able to edit the code.
    I believe my problem came about after a possible corruption involving LIBRFC32.DLL, but I then also lost network connectivity and the ability to acquire a DHCP delivered IP Address. I understand that in 710 the RFC methods have been enhanced, plus MS recompiled the LIBRFC32.DLL using Visual Studio 2005 (rather than .NET 2003).
    I have not upgraded to Patch 10 (corporately we are evaluating Patch 9 for release).
    Hope that helps to get you back editing again!
    Nick

  • Using new ColdFusion8 Features with Flex

    I've read that ColdFusion 8 has new enhancements for
    developers using ColdFusion Flash Remoting with FLEX that are
    supposed to make our lives a lot easier, like being able to return
    a cfquery directly to FLEX. I'd really like to try out some of
    these new features, but cannot find any documentation or examples
    of how to use them. The Developer Center has lots of examples for
    ColdFusion MX and FLEX2, but where are the FLEX2 and CF8
    integration examples? Does anyone know where I might be able to
    find some?

    With MacBooks it's only the Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010model 7,1 White Unibody that have the buttonless multi-touch glass trackpad that allow the gestures to work in Lion. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s had the button trackpads.
    http://support.apple.com/kb/HT3448

  • Weblogic 6.0sp2, problems useing new XML Registry

    I'm trying to configure a parser other than the Built-In Parser, but WLS seems
    to still us its default.
    I follow the documentation at http://edocs.bea.com/wls/docs60/xml/xml_admin.html#1055027,
    and use xerces 1.4.3, also creating a new server that is targeted.
    I have attached a java file that I set as a startup class, targeted to myserver.
    It shows the classname of saxparsers.
    I allways get the following printout:
    parserFactory: weblogic.xml.jaxp.RegistrySAXParserFactory
    saxParser: weblogic.xml.jaxp.RegistrySAXParser
    parser: weblogic.xml.jaxp.RegistryParser
    But if I run the program from the command prompt, with xerces in the classpath
    I get the following:
    parserFactory: org.apache.xerces.jaxp.SAXParserFactoryImpl
    saxParser: org.apache.xerces.jaxp.SAXParserImpl
    parser: org.xml.sax.helpers.XMLReaderAdapter
    Anyone now anything about this, seems like a bug?
    -perotto
    The parser
    [PrintParserInfo.java]

    hi,
    try keeping the xerces.jar file before the weblogic.jar in the classpath of the
    server script...
    cuz' weblogic.jar file includes weblogic xerces parser..
    but weblogic does not support all the features that xerces 1.4.3 version support.and
    they(BEA) does not recommend to use other versions...
    hope it will help you..
    Vijay
    "Per Otto Christensen" <[email protected]> wrote:
    >
    >
    >
    I'm trying to configure a parser other than the Built-In Parser, but
    WLS seems
    to still us its default.
    I follow the documentation at http://edocs.bea.com/wls/docs60/xml/xml_admin.html#1055027,
    and use xerces 1.4.3, also creating a new server that is targeted.
    I have attached a java file that I set as a startup class, targeted to
    myserver.
    It shows the classname of saxparsers.
    I allways get the following printout:
    parserFactory: weblogic.xml.jaxp.RegistrySAXParserFactory
    saxParser: weblogic.xml.jaxp.RegistrySAXParser
    parser: weblogic.xml.jaxp.RegistryParser
    But if I run the program from the command prompt, with xerces in the
    classpath
    I get the following:
    parserFactory: org.apache.xerces.jaxp.SAXParserFactoryImpl
    saxParser: org.apache.xerces.jaxp.SAXParserImpl
    parser: org.xml.sax.helpers.XMLReaderAdapter
    Anyone now anything about this, seems like a bug?
    -perotto
    The parser

  • Problem using new ABAP editor in GUI 7.20

    Hi Guys,
    I need some help. I am running SAP GUI 7.20 on Windows 7 professional.
    When I open the new ABAP editor from SE38 it does not open the mouse pointer keeps rotating for ever.
    I tried changing the setting to ABAP Editor old. It did work this time, I could open the ABAP editor.
    I also tried uninstalling and re installing the SAP GUI,but the problem persists.
    Please suggest if anyone has a solution for this.
    Thanks
    Ramya

    Hi
    check OSS Note 1456628 This may be helpful  [Click here|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1456628]
    4.1.1.1 Fixed a CrossThreadException due to the change of the mouse cursor in the repair background worker. Fix an KeyNotFoundException in the construction of the tree in the edit form.
    also did you try Installing MSXML 4.0 software as mentioned by Suresh Dareddy
    [Ref Post|http://forums.sdn.sap.com/profile.jspa?userID=3753798]
    Regards,
    koolspy.

  • Problems using new version with many sites including facebook...how do I uninstall it NOW

    Can't access a multi-list site for my business as a real estate agent...totally screwed up my chats on facebook...I want to uninstall this new version

    -> [[Uninstalling Firefox]] - Uninstall your current Firefox
    * REMOVE USER DATA AND SETTINGS
    * Restart your system
    -> Download latest Firefox version from one of these links using some other Web Browser:
    * http://www.mozilla.com/en-US/firefox/new/
    * http://www.mozilla.com/en-US/firefox/central/
    * http://www.mozilla.com/en-US/firefox/fx/
    * http://www.mozilla.com/en-US/firefox/all.html
    -> [[Installing Firefox]]
    Check and tell if its working.

  • Problem using new modem with TC

    Hello all.  I successfully set up a new AT&T DSL modem today which is working good when connected to my iMac.  But when I connected it to the WAN on the TC things weren't working like before.  Using AirPort Utility, I did a factory reset and while going through the setup routine, I got a message that I never saw with the old modem:
    So I hit continue
    Then update.  After finishing and closing AirPort Utility, the iMac complained:
    And of course I can't go online using TC.  Any advice?

    The message was right .. you should have put the TC in bridge mode.. you have smashed the setup by using double NAT and something is also using your address..
    Shut down everything.. reboot in order.. modem.. TC.. computers. 2min gap for everything.
    That should get rid of the IP conflict.. then do the setup again. This time follow the instruction to bridge the TC.

Maybe you are looking for

  • Stored procedures in PV database

    I want to create PL/SQL stored procedures in Primavera database(Oracle 8.1.7) using JDBC ODBC bridge driver which further uses system dsn PrimaveraSDK_PE(Installed by standard Primavera client). Whenever i try creating it, i get an error message sayi

  • Windows 7 no internet, tried downloading drivers from bootcamp and get an error mssg saying they are no longer on server.  What to do?

    Found many threads but all seem old.  Tried downloading to a thumb drive from boot cafmp but get an error mssg saying that drivers are no longer available.  Any help would be great.

  • Zen Nano Plus - can't move music to it all of a sud

    My daughter has had a Zen Nano Plus for about 4 months - no problems up to now. She wanted to put some new music on it, and no matter what we try, we get an error - Transfer error - an error has occurred while transferring this file. I've tried it us

  • Crash in javaw

    For my application, I want only one instance to be active at once. I use this Win32 method to do it: JNIEXPORT void JNICALL Java_Server_multipleInstanceBlocker (JNIEnv * env, jobject objThis, jstring instanceName) char* mutexInstanceName = (char*)env

  • Help needed to STOP xml loading

    Hi there, I'm pretty new to the action script side of things, have had some help on here already and have also been pulled up for asking for too much help. Well I'm kind of getting the hang of it now, but am having one major problem with the site I'm