Tried to run 'socksify firefox' command in RHEL. This Doesn't work with Firefox while all other internet applications could be socksified.

I use Red hat enterprise linux and I need to connect to AIX servers which host my J2EE applications. I connect mainly for using our application through browser, FTPing and SSH-ing. I use Dante socks client. I socksify every application explisitely that connects our AIX servers. Eg. socksify ssh, or socksify gftp etc. Even I could run 'socksify opera'. However my favourite browser says no for 'socksify firefox'. I do not know if its a issue or may be there are other ways to achieve this. I know I can mention SOCKS proxy in firefox preferences, however I need to connects to several AIX servers through different socks servers. This requires me to use socks.conf. Can anyone help me to use firefox for my J2EE applications? Thank you.

Works fine here if I click that link in your above post.<br />
<pre><nowiki> <a id="jelentkezes">&nbsp;</a></nowiki></pre>
Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).<br />
See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

Similar Messages

  • Safari crashes or hangs requiring unplugging power to my iMac desktop running OS 10.8.2. This doesn't happen with FireFox. Also while trying to recover my old files using Carbonite I get messages saying there is no space on my startup disk 1 TB?

    After replacing my burnt out original hard drive in my iMac 24 inch desk top computer with 1 TB hard drive I've had repeated problems with Safari hanging/not responding. This has frozen my computer and required me to unplug the power cord and restart. It doesn't happen with FireFox. In addition, while trying to restore from Carbonite I've had it hang five or six times never completing the restore. When the technician replaced the hard drive he installed OC 10.8.2. When restoring I get repeated messages that there isn't enough room on my startup disk to continue the restore. This obviously isn't the case because I have far more storage space with a 1 TB hard drive. Any ideas what is going on and how I can prevent these two problems from continuing? Thanks.

    You've got an  incompatible Logitech driver and java was incompletely uninstalled.
    You may have a problem with the Wacom driver.
    I don't know if fixing those things will help.
    There also a few window server errors, but I don't know if they are causal.
    If you can note the time of the hangs, that might help narrow it down in the logs.

  • I tried Firefox 4.0, and it doesn't work with Yahoo. Until you find a fix, I have to stay with 3.6

    I tried Firefox 4.0, and it doesn't work with Yahoo. Until you find a fix, I have to stay with 3.6

    For older Macs that aren't supported in Firefox 4.0, try TenFourFox for PowerPC's running Mac 10.4.11 & 10.5.8 . <br />
    http://www.floodgap.com/software/tenfourfox/
    Or you can revert to 3.6.16. <br />
    http://www.mozilla.com/en-US/firefox/all-older.html

  • Firefox 3.6.27 (Mac) doesn't work with Google Blogger's Blog Archive links?

    I noticed this just started happening about week ago. Firefox 3.6.27 (Mac) doesn't work with Google Blogger when clicking in the Blog Archive sidebar links. I can't upgrade because I'm using a PowerMac. Anyone have a suggestion? Thanks!

    I press the combination after having some of the document's text selected, otherwise there wouldn't be anything to apply the paragraph style in the first place. But the real thing is I do the exact same with other paragraph styles combinations (Cmd+Alt+1, Cmd+Alt+2, Cmd+Alt+4, Cmd+Alt+5...) and it works. In Safari, even the one I'm interested in works (Cmd+Alt+3). The natural solution, it appears to me, would be a shortcut conflict, but I can't manage to find it, not even disabling my four add-ons (Adblock Plus, bookmarks-deiconizer, Customizable Shortcuts, YouTube to MP3). The Google forums are not finding a solution either. Anyway, thank you for trying.

  • The Google Toolbar doesn't work with Firefox 5 and all my bookmarks are saved in the toolbar. How do I go back to version 4?

    Unfortunately any enhancements that you've made with FF5 don't outweigh the loss of my bookmarks in the Google Toolbar. How do I go back to FF4?

    Install the following Add-on until Google releases a new version of their toolbar that is compatible with Firefox 5. Most Add-ons that worked with Firefox 4 should still work with Firefox 5, but the developers need to update a line in their Add-on's code to indicate with which versions of Firefox the Add-on is compatible. The following Add-on adds a "Compatibility" button in your Add-ons > Extensions that you may need to click after installing it and restarting Firefox.
    *Add-on Compatibility Reporter: https://addons.mozilla.org/en-US/firefox/addon/15003
    <br />
    <br />
    '''You need to update the following.''' The Plugin version(s) shown below was/were submitted with your question and is/are out of date. You should update to avoid known security issues with the version(s) you have installed. Click on "More system info..." to the right of your question to see what was included with your question.
    *Adobe PDF Plug-In For Firefox and Netscape
    #'''''Check your plugin versions''''' on either of the following links':
    #*http://www.mozilla.com/en-US/plugincheck/
    #*https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    #*'''Note: plugin check page does not have information on all plugin versions'''
    #*There are plugin specific testing links available from this page:
    #**http://kb.mozillazine.org/Testing_plugins
    #'''Update Adobe Reader (PDF plugin):'''
    #*From within your existing Adobe Reader ('''<u>if you have it already installed</u>'''):
    #**Open the Adobe Reader program from your Programs list
    #**Click Help > Check for Updates
    #**Follow the prompts for updating
    #**If this method works for you, skip the "Download complete installer" section below and proceed to "After the installation" below
    #*Download complete installer ('''if you do <u>NOT</u> have Adobe Reader installed'''):
    #**SAVE the installer to your hard drive (save to your Desktop so that you can find it after the download). Exit/Close Firefox. Run the installer you just downloaded.
    #**Use either of the links below:
    #***https://support.mozilla.com/en-US/kb/Using+the+Adobe+Reader+plugin+with+Firefox ''(click on "Installing and updating Adobe Reader")''
    #***''<u>Also see Download link</u>''': http://get.adobe.com/reader/otherversions/
    #*After the installation, start Firefox and check your version again.

  • Window.close doesn't work with Firefox

    I have used the code from the followinging reference on OTN to close my window:
    Closing brower window
    It works fine for IE, but not for Firefox. How can I make it work with Firefox?

    Hello,
    I use a couple of steps to get windows to close in Firefox. Firstly, I set win=top and win.opener=top, as below:
    function closeWindow()
    win=top;
    win.opener=top;
    win.close();
    But more importantly, you need to set a Firefox preference setting:
    Locate your Firefox preferences file - in Windows XP/2000, the path is usually C:\Documents and Settings\[User Name]\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\, where xxxxxxxx is a random string of 8 characters. Open the file prefs.js, and add the following line to the end of the file: user_pref("dom.allow_scripts_to_close_windows", true);
    Which is a bit fiddly, but the best way I've found so far...
    James

  • Laptop Mouse touchpad doesn't work with Firefox 4

    Previously in Firefox 3, I could use the touchpad on my laptop to middle click, and scroll. Now it won't work with Firefox 4. When I try to use the scroll feature it registers the mouse as scrolling, but the page doesn't move at all in Firefox. When I try to open a link in a new tab using middle click it shows the auto scroll but even then the orientation is wrong as well. When trying to close a tab using the middle click it shows the same left to right auto scroll instead. It works fine with a normal mouse, but with a touchpad it doesn't work at all. I have also tried using drivers to fix the problem, but that was not the issue.

    well, if you stick to firefox 4, then i'd say, well, babylon in my memories, it offers a online prompt method of translation, supporting tens of languages, similar to google translate webpages, the url is http://translation.babylon.com/ you can keep firefox 3.x and 4.0 in the same time in your windows. firefox 3.x to 4.0 update is not compulsory, so use the one you feel good with.

  • MobileMe preferences button and menu doesn't work with Firefox 4 on Mac OS X 10.6.6

    When I login to my MobileMe account I have two buttons on the top right of the page: Preferences and My Account name.
    Both I can select but when I do I cannot press either one of the menu entries that show. So I cannot change anything or create folders in iDisk for instance. All did work on Firefox version 3.6. It also works on Safari.
    What settings do I have wrong? I like Firefox more than Safari.
    Thanks.
    Fritsander

    You can install the portable Firefox 3.6.x version to access websites that do not work with Firefox 5+.
    *http://www.freesmug.org/portableapps:firefox#toc1
    *http://sourceforge.net/projects/osxportableapps/files/Portable%20Firefox%20OS%20X/

  • How do I switch back to 3.6? I use Norton 360 and it doesn't work with Firefox 4. I have uninstalled 4 and try to reinstall 3.6 from my downloads but it deleted 3.6 exe when it installed 4. I WANT 3.6 BACK.

    Norton isn't supported on Firefox 4. I don't trust ANY web browser that I can't use Norton on. I had no complaints with it when I had Firefox 3.6. I want to reinstall 3.6 but can't. I have looked all over for a download but every one comes back to Firefox 4.

    Symantec need to update their Firefox add-ons so that they are compatible with Firefox 4. They have indicated that for Norton 360 they plan to release an update to Norton 360 to support Firefox 4 in early May - http://us.norton.com/support/kb/web_view.jsp?wv_type=public_web&docurl=20100720113635EN&ln=en_US
    To downgrade to Firefox 3.6 first uninstall Firefox 4, but do not select the option to "Remove my Firefox personal data". If you select that option it will delete your bookmarks, passwords and other user data.
    You can then install the latest version of Firefox 3.6 available from http://www.mozilla.com/en-US/firefox/all-older.html - it will automatically use your current bookmarks, passwords etc.
    To avoid possible problems with downgrading, I recommend going to your profile folder and deleting the following files if they exist - extensions.cache, extensions.rdf, extensions.ini, extensions.sqlite and localstore.rdf. Deleting these files will force Firefox to rebuild the list of installed extensions, checking their compatibility, and reset toolbar customizations.
    For details of how to find your profile folder see https://support.mozilla.com/kb/Profiles

  • Comcast email doesn't work with firefox 26. I can't get a full inbox, get to my preferences to change, drop downs need to use arrows to get to

    firefox 26 doesn't work with comcast email. won't keep me signed in; won't show whole inbox in either full or lite; won't allow me to get to preferences; drop downs only work with arrows. I could just keep going.
    Earlier this week they worked fine.

    Be sure to delete the login.comcast.net cookie, it is not near the other comcast and xfinity cookies.

  • Google toolbar doesn't work with Firefox. How to Fix?

    The Google toolbar doesn't work with my current version of Firefox. When I went to update, the Google toolbar was removed and I can't get it back. How do I fix this so I can still use Firefox?

    Google needs to update the Google Toolbar program for Firefox 5.0.
    The Google Toolbar '''7.1.20110512W''' version does work pretty good in Firefox 5.0 by using the Compatibility Reporter extension. But not every feature works 100%.<br />
    https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    http://googlesystem.blogspot.com/2011/06/enable-google-toolbar-in-firefox-5.html

  • Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system. This doesn't work because Firefox is not a running process so I can't close it.

    I don't use Firefox now because of this running problem. It started about a month ago. So when I access the task manager, Firefox does not show up in the running processes. Because of this, I can't end the task. I got tired and fed up of rebooting my computer just to use Firefox, so I just switched to IE8, and Opera and Google Chrome. I prefered Firefox but it also runs so so sooooo slowly now. IE is much much faster, as are the other browsers now. Once upon a time, I bragged to everyone about how fast Firefox used to be, where now I admit I don't use it because it's so slow now and it won't run anyway.

    See:
    * http://kb.mozillazine.org/Recovering_a_missing_profile
    * http://kb.mozillazine.org/Profile_in_use

  • Personas rotator doesn't work with firefox ver 10.0.2

    I am running firefox 10.0.2 and I downloaded personas plus and also personas rotator and tried to get rotator to work. I think I have a newer ver of firefox and don't know how to get it to work.

    hello, firefox 10.0.2 is an outdated version of the browser - please [[Update Firefox to the latest version|update firefox]]!
    personas rotator should work with the new version. in case you're having problems please consult the description of the addon at [https://addons.mozilla.org/firefox/addon/personas-rotator/#addon-description].

  • Facebook doesn't work with Firefox 28.0 + Flashplayer 12,0,0,77

    Hey everybody,
    first of all let me tell you the specs of my system:
    Laptop:
    Windows 7 Home Premium  64 bit
    Acer Aspire 7745G Laptop
    Intel i7 Q720 @1,6 GHz
    4,00 GB RAM
    Browser:
    Mozilla Firefox 28.0
    Flash Player Version:
    12,0,0,77
    Problem:
    So the Flash Player and Firefox just updated like 1-2 days ago and after that Facebook didn't work anymore. As you might know Facebook just refreshed its design so I think that they're now using some kind of Flash for their layout.
    Well no matter what Facebook is using, I only get a white screen with no Layout, here's a screenshot (By the way, I just get this error with the new Firefox, Chrome works with no problems):
    In addition to that  all other video streaming pages like youtube couldn't load its videos. Firefox always displayed this message:
    I was waiting for about 10 minutes, after clicking on "Continue", then I closed Firefox by force with the Taskmanager.
    This message always appeared when I was trying to watch a Flashvideo on Firefox, no matter which page (Youtube, etc.).
    When I clicked "Stop Plugin" of course the Flash Player crashed. And it showed me this message instead of the video:
    Reloading the page or clearing the Firefox cache didn't solve the problem. I also cleared the Flash Player cache in the Flashplayer and the Macromedia folder as it is described here:
    http://helpx.adobe.com/en/flash-player/kb/flash-player-games-video-or.html#main_6__Remove_ Flash_Player_cache
    So after that I deinstalled Firefox and the Flashplayer, reinstalled them and restarted my laptop.
    Now the videos work fine, but Facebook still isn't displayed correctly, I can still only see the white screen which I showed you above.
    This is how my plugins page looks like:
    So brief summary:
    Problem:
    New Facebook + Flash videos doesn't/didn't work
    What I already tried:
    1. Reload the pages
    2. Clearing Firefox Cache
    3. Clearing Flashplayer Cache in the Flashplayer and Macromedia folder
    4. Updating/Reinstalling Firefox several times
    5. Updating/Reinstalling Flashplayer several times
    6. After that rebooting Laptop
    7. Testing Facebook on Chrome and it works in that browser, so either Firefox or Flashplayer is corrupt/faulty
    Status Quo:
    Facebook still not working
    Videos now working on every page (after reinstalling and rebooting the laptop)
    Please don't give me the advice to just change browsers, I have Chrome and it works, but I still like Firefox more and I would be very grateful, if somebody could help me solving this problem.
    I tried to be detailed as possible, but if you still need further information feel free to ask me.
    Best Regards,
    Kahzel

    Ok, I solved it now. The problem was the Adblock plus Add-on which blocked all facebook contents.
    I just tweaked the filter to allow all akamai.net content, then it worked.
    So to sum it up Adblock Plus was the reason why noting worked, I don't know why the videos crashed though, but this issue seems to be fixed, too so I don't have any other complains.
    So what did I do to come to this conclusion?
    Disabled all Add-Ons
    See if the problem still occurs
    Activate Add-Ons one by one to see which one causes the problem
    Look up why the Add-On is causing the problem and how to fix this
    That's it. Thanks for reading my post

  • Flash player doesn t work with firefox

    hey every body
    after a lot of tries ,the version 11.8.800.168 doesn t work properly
    a good down load ,good installation without error message but youtube doesn t detect the plug in ?
    i check and it s installed :just a remark :the plug in weights about 6 mo installed and i downloaded 16mo ?
    and if i try with IE9 to compare:surprise the video is good but no sound
    perhaps a good idea will arrive ,but it s not very easy
    bye

    Thanks for the assistance Chris.  I tried the 11.7 option without success.  I downloaded the 11.7 file, I closed all browsers, used the flashplayer uninstaller, restarted the CPU, installed the 11.7 (with auto updates disabled).  Restarted Firefox, tested a Flickr video, same "no-play" results. 
    However, after doing the same thing and downloading the Archive version http://download.macromedia.com/pub/flashplayer/installers/archive/fp_10.3.183.75_archive.z ip I was able to play the Flickr videos!  WooHoo. 
    I completed the update process to the latest version, and now the videos play properly with the latest version!
    Not sure what the bad actor was, the 11.7 version did not fix it, but the older 10.3 version did!
    Thanks to all for the assistance with this pain in the arse issue.
    John   

Maybe you are looking for

  • How Do I Get Calendar On My iPhone?

    Hey whats up, im kind of new to the iphone and i just wanted to know how do i sync a calendar from my pc to my phone. I have windows vista, and when i go to itunes (the info tab) it says "no supported calendars can be found" is there an application t

  • How to include HTML file in JSP using HTML elements or Javascript?

    Hi, I have around 15000 static html files one for each item which we display each upon invoking an item.The HTML file should be part of a JSP file. Please note that the name of the HTML file is determined dynamically Placing all the HTML files within

  • How can I get rid of ghost songs in library?

    I have deleted several songs/lectures from my computer, but they still show up as "ghosts" with a weird circular symbol to their left (see image attached) -- Itunes think they still exist, but they are no longer on my computer .  itunes won't allow m

  • I get error when I run Terminal /bin/bash: Please run this as root.

    Help! Every time I open Terminal I get: /bin/bash: Please run this as root. [Process completed] Any suggestions?

  • VAT added my invioce

    Skype just renewed my subscription for my Skype number and I can see a 15% vat is added. I have a company and have informed Skype about this when I made the skype number last year. The VAT should not have been added so how to I set up my account to a