Ubuntu Networking :: Firefox Addons Not Allowed - Error 228
Mar 29, 2010
I had firefox having an inability to download addons, so I edited the dhclient.conf file by entering the following into a terminal:
Code:
sudo gedit /etc/dhcp3/dhclient.conf
When the document opened, I edited the line that starts prepend domain-name-servers to read:
Code:
8.8.8.8,8.8.4.4;
Saved and closed the file. I went back to the terminal and opened the nsswitch.conf file by entering:
Code:
sudo gedit /etc/nsswitch.conf
When the document opens, I edited the line hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4 to read:
Code:
hosts: files dns
Saved and exited the document. To be on the safe side, I restarted my computer after making the edits. [/QUOTE]
This was done following the thread someone wrote on a similar error: [URL]. Still does not allow addons...
View 2 Replies
ADVERTISEMENT
Mar 21, 2010
have two copies of firefox, one with addons and one without?
View 2 Replies
View Related
May 8, 2010
I recently replaced Opensuse 11.2 on my computer with Ubuntu 10.04. My internet connection is working and I can install software from Synaptic package manager, but I can't install Firefox addons. Example I tried to install the Firefox addon Video Downloadhelper from addons.mozilla.org but I got this error:
Code: Firefox could not install the file at [URL] because: Invalid file hash (possible download corruption) -261 I then tried to install that extension by downloading its .xpi file to my hard drive and drragging it into the Firefox addons window but then I got this error:
[Code]....
View 5 Replies
View Related
Jun 16, 2010
I have Adblock and a bunch of other add-ons installed on Firefox. When I boot up and then start Firefox- the addon icons appear in/on Firefox's tool bar.
IF....I close Firefox and start it again the addon icons aren't on the tool bar or, like Ghostery, at the bottom of the screen...I think it's called the status bar.
View 1 Replies
View Related
Apr 5, 2011
I am using firefox 4.0 under ubuntu 11.04 beta which I have just now installed. I want to import addons and settings from firefox 4.0 under ubuntu 10.10 (which is installed on a different partition). What is the best way to achieve this? Shall I simply copy .mozilla folder from the previous installation to the current installation? Is there any better ways?
View 1 Replies
View Related
May 11, 2010
I'm on Karmic, and currently the only firefox I have in the repository is 3.5.9, but I would like to install 3.6. Is there a way to just upgrade the current Firefox install without breaking any of my addons/settings or synaptic (and avoid having it screw the version up later)?
View 1 Replies
View Related
May 22, 2010
I am aware of the multitude of firefox addons there are, but they are not really what I am looking for. I am also aware that I can just recover the temp files from my hard drive, that is not what I am looking for either. I was wondering if you guys knew of any actual software for linux that does the job, something like orbit downloader. The reason being is that orbit allowed multiple http connections at once, making for much faster downloads, much more efficient on system resources that browser addons. It was also in a neat little menu.
View 6 Replies
View Related
Mar 4, 2011
I am trying to configure DNS on my CentOS 5. When i am trying to install BIND using YUM, i am getting the following error.
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile http://mirror.centos.org/centos/5/addons/x86_64/repodata/repomd.xml: [Errno 12] Ti meout: <urlopen error timed out> Trying other mirror.Error: Cannot retrieve repository metadata (repomd.xml) for repository: addons. Pl ease verify its path and try again. I am able to ping from Linux to windows OS. But when iam trying to do
[Code]...
View 2 Replies
View Related
Jan 3, 2010
I recently did my first installation of centos on a vm. I tried playing around for a while but when I tried doing an update it says Determining fastest mirrors for a while then gave me Could not retrieve mirrorlist [url]
Error was
[1] 13506
[2] 13507
Cannot find a valid baseurl for repo:addons
View 12 Replies
View Related
Feb 28, 2011
I use Ubuntu 10.10 with encrypted home. I'm new with apparmor. My firefox-3.6.13 is now in enforce mode - with standard profile. With this profile it should have write access only to:
owner @{HOME}/Downloads/* rw,
But I can save files (with standard downloadmanager of firefox) e.g. in $HOME itself and I can't find any other rule, which could allow that. I have thing, that ecryptfs workaround just affects the eCryptFS "part of things" and limitations of normal filenames/paths (in mounted ecryptfs) are still possible. Why can firefox write elsewhere as in to ${HOME}/Downloads? I get also this in kern.log (but not by saving a file as wrote above):
Feb 27 05:49:30 duron650 kernel: [ 2284.886631] type=1400 audit(1298782170.190:4: apparmor="DENIED" operation="open" parent=1782 profile="/usr/lib/firefox-3.6.13/firefox-*bin" name="/home/.ecryptfs/hugo/.Private/ECRYPTFS_FNEK_ENCRYPTED.FWY1tHLaOszg1UQTPB2f1Zq7Xu 0xztwk9hVX6-OCUaSGk2nU5ADkJx.rdk--/ECRYPTFS_FNEK_ENCRYPTED.FWY1tHLaOszg1UQTPB2f1Zq7Xu 0xztwk9hVXFlmP1qlJBZ2eq7XFiWljUE--" pid=2209 comm="firefox-bin" requested_mask="w" denied_mask="w" fsuid=1000 ouid=0
Why do firefox try to write to it and why do it fail even with #13 workaround?
Feb 27 06:03:23 duron650 kernel: [ 3118.231818] type=1400 audit(1298783003.534:49): apparmor="DENIED" operation="open" parent=1782 profile="/usr/lib/firefox-3.6.13/firefox-*bin" name="/tmp/.X0-lock" pid=2304 comm="firefox-bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
Why try firefox to access X lock?
View 4 Replies
View Related
Feb 1, 2011
I have recently started using Network Connect by Juniper on my Fedora 14 laptop. It took a while to get it to work correctly. So, here is the function I made to allow me to use Network Connect quickly.
Code:
NCremote() {
cd /home/bs/.juniper_networks/network_connect;
echo "Signing into somewhere.com"
echo "Rememeber to escape your password!"
read -p "Username: " user
read -p "Password: " pass
java -jar NC.jar -h 123.43.22.11 -u $user -p $pass -f ../somewhere.com.cert -r "Realm Name" &
cd ;}
Important things to note. You will have to export the certificate from the site, you can use firefox to do that. The '-r' parameter requires the *actual* name of the realm you want to authenticate against.
You will also have to run firefox, go to the network connect site, click the button and let it install first. If it doesn't *make sure* that you have ALL adblock addons disabled.
View 3 Replies
View Related
Jul 29, 2011
I am using FF ver 5.0.1 from here After reading [URL] I did Code: sudo aa-logprof /path to firefox Allowed all when asked. But when I try to start FF in enforce mode I get
[Code]....
View 9 Replies
View Related
May 28, 2010
While reading some papers on securing apache with selinux, I have tried to bind httpd to port 3000 expecting to be blocked by the selinux, since port tcp 3000 isn't on the http_port_t list. However I was able to start the service...
I'm preety sure selinux is enforcing. Also, if I bind httpd to tcp 81 selinux denies the start of the service, as expected!Did I miss something? Why is httpd allowed to start binded to a port that's not explicitly allowed?
View 12 Replies
View Related
Jul 26, 2010
I have executed the command
Code:
sudo wget -r -Nc -mk [URL]
(referring the site : [URL]) for downloading entire website using wget for offline viewing on Linux,
At the middle of download I have shutdown my laptop (downloading was not over) and when I started my laptop again. I have executed the same command to continue downloading but I have got the error :
Code:
test@test-laptop:/data/Applications/sites/googlejam$ sudo wget -r -Nc -mk [URL]
--2010-07-25 19:41:32-- [URL]
Resolving code.google.com... 209.85.227.100, 209.85.227.101, 209.85.227.102, ...
Connecting to code.google.com|209.85.227.100|:80... connected.
HTTP request sent, awaiting response... 405 Method Not Allowed
2010-07-25 19:41:33 ERROR 405: Method Not Allowed.
Converted 0 files in 0 seconds.
test@test-laptop:/data/Applications/sites/googlejam$
View 8 Replies
View Related
May 8, 2010
For some reason there is a circle with a diagonal bar as in "not allowed" on my firefox icon at the top of the screen. Firefox will start and work, but is very slow.
View 2 Replies
View Related
May 25, 2010
I have a sitution that I am trying to set up.
I have 2 email servers that run on Windows: one is for internal purposes, the other is external purposes.
The external one will receive e-mail from the outside world, clean it up and forward it to the internal one.
There are 2 Windows Vista machines and 2 Unix (OpenSuse Linux) machines.
Since there can be only 1 email server per domain, I thought I would:
-> set up a local domain with ALL of the machines in it
-> set up a DNS server for the local domain
-> set up a MX record in the DNS server for the email
For the external machine, just have a Dynamic IP point to the Windows machine holding the external email server.
Does this sound plausible? Does this make sense?
View 9 Replies
View Related
Aug 3, 2009
I am running F11 and I want to mount an FTP, but when I try to connect to an ftp server using Places -> Connect to Server, or the bookmarks I made I get an error that says 'Failed to execute child process "/usr/lib/firefox-3.5/firefox" (No such file or directory)' and sometimes it mounts anyway, but most the time it doesn't, and it never connects to the folder I asked it to, I just have to open the mount and navigate to it. I figure this happened because Firefox upgraded to 3.5.1 and the folder is now /usr/lib/firefox-3.5.1/firefox, but I don't know how to update this so that it looks in the right location.
View 6 Replies
View Related
Jun 10, 2010
my Linux does not workDoes not accept incoming connectionsiptable disabledping is a network but cannot nor at 22 nor at any other connectsHow do I check what is blocking the connection
thnx alot.OS Ubuntu 9.4
View 4 Replies
View Related
Jan 11, 2010
I have recently decided to venture into online blogging and other things, and my friend told me wordpress is a great tool for this. I have set up my mysql database, and apache and php are all working fine, and when i copy my wordpress folder into my /var/www/, and edit the config file for my database, i point my browser to[URL] to get it up and running. But i only get the error: "Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 7680 bytes) in /var/www/wordpress/wp-admin/includes/plugin.php on line 302". Some googleing seems to suggest that this may be a problem with a php.ini file, but im assuming this is a windows based solution, and im not sure where/what a linux alternative is.
View 4 Replies
View Related
Mar 16, 2010
As I view it, Ubuntu has a great security risk in that it still allows internet access when the VPN connection has been lost, for whatever reason. As it is now, when the VPN connection fails you get bumped back to using your regular IP, and whatever you are doing becomes transparent to anyone watching. This is simply unacceptable for an allegedly secure platform. Does anyone know of a way to fix this with a script/program, or is there a distribution/OS that allows this? Windows re-dials the vpn automatically, but still allows internet access in the mean time.
View 1 Replies
View Related
Nov 25, 2009
As waht it says above. I can't access public wifi as any browser on every single distro i've tried (15+) won't load just stuck in perpetual loading. No error message or nothing.
Also the browser wouldn't work until i disabled ipv6 in about:config. All browsers do this. is there something i could do to disable it completely so i have a browser choice?
View 5 Replies
View Related
May 20, 2010
I installed and configured a squid transparent proxy on my linux os at work. Also it is veryslow but every thing is ok while I do not try to use port 443,so when I try to use sites like mail.yahoo.com or other which are using https(443) port and the method used is CONNECT I see some errors in access.log like:
"NONE/400 xxxxx CONNECT error:method-not-allowed - NONE/- text/HTML"
and in cache.log somthing like:
""WARNING CONNECT method received on http Accelerator port 3128"
""WARNING for request: connect CONNECT login.yahoo.com:443 HTTP/1.1"
.
.
""ClientProcessRequest: Invalid Request"
[Code].....
View 22 Replies
View Related
Mar 27, 2011
When I'm trying to access my site using Firefox I get this error: "Unable to connect
Firefox can't establish a connection to the server at mysite.com.
-The site could be temporarily unavailable or too busy. Try again in a few moments.
-If you are unable to load any pages, check your computer's network connection.
-If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the Web."
Then I tried to access my site using Opera and Chrome but I get the same error, that the browsers couldn't connect to it.
The site to which I'm trying to connect is definitely up. (I ask a few people and they can access it and I looked at [url] and it says that my site it's up)
View 3 Replies
View Related
Jan 9, 2011
I recently had to move to a new machine, everything went well except for one thing. I did fresh installation of LAMP server all with default configs. Every time I'm using PHP script to that invokes include, require or require_once I get the following error:
Code: Fatal error: Allowed memory size of 20971520 bytes exhausted (tried to allocate 7680 bytes) in /var/www/index.php on line 2 index.php file: PHP Code:
<?php include "index.php";?>
icukapi.php file:
PHP Code:
<?php echo "test";?>
My memory_limit in php.ini is set to 20M. I tried to increase that however it didn't quite work. PHP seems to allocate all possible space and return that message every time i try. If somebody has an idea of how to fix it I would be more than grateful. I spend quite a long time searching for an answer however the all things i found suggested increating memory_limit which in this case doesn't work.
View 1 Replies
View Related
Mar 7, 2009
I have downloaded and installed Fedora 10.Now I am setting up the network and in the 'network configuration' it finds the wireless device (ralink) in the 'hardware' section of the configuration - I set this to eth0 (it originally set itself to wan0 and I still had the same problems, now it doesn't give me the option to put it back to wan0).Now I goto the devices tab and try to set up the device with eth0 - which it seems to find.But when I goto activate the device it tells me that eth0 cannot be found
View 2 Replies
View Related
Feb 11, 2011
Apache is run as www as is all the files/folders. People are uploading via FTP, scp, so the problem is if I chmod so everyone can read, then rsync as a user it works until new files are added which then my ; if rsync fails with a permission denied. Now I can add a chmod in the script so everyone can read, but since www can already read, I figured I would just change my script to use www. I added the ssh key to his authorized_keys file, but when I try to just ssh in I see this in the secure file;
server sshd[29539]: User www not allowed because account is locked
sshd[29539]: Failed none for invalid user www from ip port 54983 ssh2
Now I read a few places already saying I need to add a password to the account, etc. but before I jump and try all I read, 1st major one, will this now break apache? Will this affect any startup things, etc. and .... will that unlock that user for ssh in or is there another preferred method?
View 6 Replies
View Related
Jan 2, 2011
I have a problem when I want to use su I get this error:Code:su: pam_start: error 26I have googled it so I found this topic (http://www.linuxquestions.org/questi...r-26-a-615024/) but it didn't really help me. There was a reply on that topic and his question was what the output of this was:
Code:
ldd /usr/bin/passwd
and
[code]....
View 4 Replies
View Related
Jun 2, 2010
There is a symlink from /var/www to a personal directory. FollowSymlink and chmod 755 are all set. It works perfectly until each morning I will get a "Symbolic link not allowed or link target not accessible" error. When I do a "sudo service apache2 restart", the problem will go away.
View 1 Replies
View Related
Mar 14, 2010
i downloaded firefox 3.6, i all ready have firefox 3.0.6 installed. how do i get 3.6 to use 3.0.6 addons/plugins??
View 5 Replies
View Related
Jan 23, 2010
I'm unable to get any addons from the Software Center because I installed Ubuntu on my D-Drive.
View 9 Replies
View Related