General :: After Re-boot Can't Access Whm Or Sites
Dec 12, 2010
I have a VPS - and I was trying to install gd support for php on to it. Once I had done this I had a 500 Server Error. With the following errors in the log
[Sun Dec 12 07:34:29 2010] [error] [client 2.125.204.56] SoftException in Application.cpp:574: Could not execute script "/home/perfectp/public_html/phptest.php"
[Sun Dec 12 07:34:29 2010] [error] [client 2.125.204.56] Caused by SystemException in API_Linux.cpp:444: execve() for program "/usr/bin/php" failed: No such file or directory
[Code].....
View 1 Replies
ADVERTISEMENT
Apr 8, 2010
How to add parental control like { block web site access, restricting login access for particular time, restrict web access} for particular user accounts in Linux.
View 5 Replies
View Related
Dec 31, 2010
I managed to configure my W890i phone to get access to internet through an ubuntu-based computer. It's very easy to use the phone to give internet access to the computer, but the opposite is quite more tricky. For that I've done the following
----On the phone---
-Set the USB network option to "through computer", so that the phone uses the computer's internet connection and not the opposite.
-Decide and set "Shared Network" parameters: user, pasword and workgroup.
-In "conectivity-> internet connection" set "allow local network" to "yes"
----On Ubuntu 10.04---
-Install samba, samba-client, smbfs, smbclient, firestarter and dhcp3-server
-Configure Samba (System-> Administration-> Shared folders): same workgroup as in the phone, add new user (the phone), passwd this new user. In my case the user was called "w890i" and the password given was the same.
-Once the phone is connected to the computer through USB (then select "phone mode"), a new connection appears in NetworkManager: usb0.The aim is to create a shared network that gives internet access to this device. Edit the IPv4 parameters of this new connection, set them to Manual and give an IP adress (192.168.0.1) and a subnet mask (255.255.255.0); the rest of the fields are left empty.Connect this network.
-Set firestarter to use dhcp3: sudo ln -sf /etc/init.d/dhcp3-server /etc/init.d/dhcpd
-Launch firestarter and follow the wizard. Set "allow internet shared connection", choose the device for the primary internet access, and then the device for the shared network (usb0). Then change the settings for firestarter: activate DHCP for local network, set IP to the one we gave before (192.168.0.1).
-Open dhcp3-server config file sudo gedit /etc/default/dhcp3-server And set INTERFACES="usb0"
-Set the policies of firestarter: in incoming connections, allow connections from the IP adress given to the phone (192.168.0.1). Then add rules for the ports that need to be open for this connection. I opened HTTP, HTTPS, SMB, SMTP, POP3, IMAP, IMAPS, DHCP for all the connections in the local network.
-Apply policies and start the firewall.
------------
After all this, the phone can access the internet through the computer. Two problems appeared:
1. I couldn't get access to https sites, like webmails. The phone gave a "communication error". But then I tried with Opera instead of the browser built in the phone's firmware, and I could finally get to https sites.
2. I couldn't retrieve mail, neither POP nor IMAP nor IMAPS. I thought it was a firmware problem again, and I tried out several mobile phone email clients written in java, but none of them worked.
So this is at the moment the problem. If I connect from the phone to the internet directly through 3G, the email clients work for all my accounts. I don't think it's a firewall problem, because the ports are opened for this connection
View 3 Replies
View Related
Jun 12, 2011
Im having trouble using my wireless usb dongle. I've installed the software and connected to the web, but i can only access a number of websites.
I can access ....., and watch vids and perform searches on google, bing, yahoo and the like. However when i try and access a site that i have searched for it takes me to the internet providers homescreen and tells me to activate my account or top up my account.
I know i have enough GB left as i recently activated my account and i'm able to use the wireless stick on another computer without any problems on all websites. So this leads me to believe that there is maybe a problem with my browser or security settings, but im not sure what to do.
View 2 Replies
View Related
Jun 2, 2010
I am new to ubuntu,or linux and i used to access ipv6 sites in my Win7 .
after googling around,i find the 'tips' did not work at all, e.g.
i typed "insmod ipv6",but the shell responded "no such file or directory". What should i do ,was it so hard ?
View 2 Replies
View Related
Aug 2, 2011
How do I get rid of my wubi partition since Ubuntu doesn't work on a Vista laptop. Sorry, it was a gift for Christmas. I never realized Ubuntu was so defective.I am running Windows Vista 32 bit with 3 gigs of ram and one partition from the factory (HP).
View 1 Replies
View Related
Jan 22, 2011
I am using Ubuntu 10.04, when connected to the ethernet through , Atheros Communications AR8152 v1.1.I can successfully access the internet. But when I try to use the wireless I can connect to the network using Atheros Communications AR9285, but can't access any internet sites. Or ping any other devices on the network.I'm using an Acer Aspire One D260
View 1 Replies
View Related
Sep 1, 2011
Strangest thing...yesterday my 11.04 box lost the ability to access anything external. I can ssh to the box from outside my network, and all other boxes on my network are fine, but this one box can't hit anything external. If I attempt to ping a site it's doing the same resolution, but no packets are delivered.
Up until yesterday it was running fine, and I didn't make any changes to my home network or install any updates. Totally stumped.
Edit: this is a wired connection with a static internal IP.
View 3 Replies
View Related
May 19, 2010
i just implemented ur instruction n got success but i have one problem that i want to provide only two or three web sites access to groups in squid.
View 1 Replies
View Related
Jan 15, 2010
I have a question which it believe it is quite simple but I have no clue how to do it... I'm using Fedora 12 and I'm the only Linux machine in my office's LAN... I have Apache (httpd) setup and my co-workers can access the sites perfectly by using my IP address, for example [URL]... So here's the question, how do I setup a domain name so everyone in the LAN can access the sites by typing [URL]..
View 6 Replies
View Related
Mar 9, 2011
I'd like to ask a question on installing software.
I cannot install software using "yum" but I can with the GUI program "Add/Remove Software".
For example, I tried:
It will exhaust all the mirror sites without success.
All the error messages look like:
But I can install "screen.i686" easily from the "Add/Remove Software" GUI and it is very fast.
However, what's puzzling is that I could install some certain packages although I still see the same kind of error messages.
For example,
will work. But in general, "yum" is running very slow and is rejected at every mirror sites.
My settings: I just installed "Fedora 14" (Linux 2.6.35.11-83.fc14.i686) as a virtual machine (using VirtualBox) on a Windows XP (Professional, SP3) host on my laptop (CPU: Intel Core2 Duo), which accesses internet through a HTTP Proxy server since it is behind a corporate firewall.
View 7 Replies
View Related
Sep 13, 2010
Unable to access our site via eth0. Can access the same site, via same ISP on wireless laptop, or via eth0, but using ip annonymizer service. Have a feel that it could be something obvious, but after digging through Modems firmware I am running out of ideas
View 3 Replies
View Related
Jul 8, 2011
I'm on Ubuntu 11.04 and have wired internet connection.
Some sites (particularly https) take very long time to load . Sometimes I get "Page is taking a long time to load . Reload the page later" message.
Now , this is happening for some http webpages also.
This is not a problem with browser.
I have firefox , chrome , chromium and konqueror installed.
Also I can access all these sites properly from windows so it is not problem with my internet connection either.
View 1 Replies
View Related
Mar 5, 2011
Is there a modern equivalent of "Expect", which was developed for the UNIX environment to automate access to programs which had been designed to interact only with a human?
Now with many facilities only accessible by HTML and javascript, what solutions are there to access such websites from a Perl script for example?
The need to access interactive systems by automated agents is the same now as when Don Libes originally wrote Expect, described well in his paper to the Summer 1990 Usenix Conference, Expect: Curing Those Uncontrollable Fits of Interaction.
I want my computer to access the web - I don't believe I should have to be chained to it by mouse and keyboard before it can interact with web sites. Surely there are some tools for achieving this. I've searched, but haven't been able to find any. Although I'd like to do it from a Perl script, I'd consider any language: C, PHP, anything.
View 5 Replies
View Related
Oct 7, 2010
I installed Apache2 and I added a second virtual host, now can i separate the 2 hosts and let them access 2 different internal test sites? For Example lets say"
User1 uses one IP
User2 uses second IP
How can I separate it in Apache2 and in the /var/www ?
View 4 Replies
View Related
Nov 21, 2010
I am in China, where some web sites(....., facebook, etc) are blocked. So I have to access these blocked site by VPN. But how can I access blocked sites by VPN and unblocked sites by my direct ADSL?
View 2 Replies
View Related
Feb 9, 2011
In the past week or so I've noticed some weird network behaviour. I find accessing some sites such as Amazon, Paypal, and Bigstockphoto really slow. Sometimes the page will not load at all. Other sites are fine. The problem sites are not a problem for others on my LAN at home. When I try to open the problem sites, I can see in Firestarter blocked connections coming from 2.1(8/9).xxx.xxx on various ports such as 36007. This only happens for the problem sites. I attached a typical output from firestarter.
This happens with Firfeox or Chrome. Using Ubuntu 10.10
View 4 Replies
View Related
Jan 14, 2011
I dual boot XP and FC14 and have 2 routers. I can connect and ping one of these routers when I'm in FC and I have an IP address I just can't load any websites. When I connect to the other router (my main router) it works fine. When I boot into XP and connect to the problem router I can load pages fine. It's only when I'm on FC14 and connect to the problem router that I can't load pages even though I have an IP and can ping around.
View 1 Replies
View Related
May 14, 2011
I'm hoping to do something similar to the way you can install Windows on a Mac's 'Boot Camp' partition, but then you can also open that partition as a Virtual Machine using Parallels or VMware from within OS X.That way for the quick stuff, you just fire up the VM, but for the more 'intense' things, you can boot into Windows natively.The difference here being I want to use Ubuntu instead of Windows. (Don't care if I use Apple's 'boot camp' mechanism or a third-party boot manager either.)
View 1 Replies
View Related
May 13, 2011
I just need a browser that can run sites using ActiveX on Linux. Are there any?
View 3 Replies
View Related
Apr 6, 2011
i have three mounts
/dev/md1
11.9 GB free of 15.1 GB
/dev/md3
3.9 GB free of 4.7 GB
/dev/md2
191.1 GB free of 203.7 GB
at the moment my sites are storing to md3 which has the least amount of space. how can i transfer them and make everything point and save to md2?
View 5 Replies
View Related
Mar 3, 2010
I am using Firefox 2.0.0.8 and Opera.Both the browsers can open all sites except secure sites like, URL>..In Firefox I have checked SSL3.0 and TLS1.0.The default Enforcing mode of the OS I have set to 'Permissive'.
View 6 Replies
View Related
Jan 24, 2010
I am using ubuntu 8.04 with firefox browser.
There are some sites which allow you to listen the mp3 song like [url]
I have found the most simple way to get mp3 file
(1)Sometimes you get address ending with .mp3 so just copy the whole URI and use in terminal wget "PasteWhatYouCopied"
(2)But in the link I have mentioned there is no mp3 link in address bar.
Here I found out in totem-plugin-viewer(that is the thing that plays your file in browser).Just Click the button next to sound and select copy
In example taken above it is [url]
And use just like before wget "PasteWhatYouCopied" -O output.wma
Also notice that you have the song as output.wma in current folder of terminal.
(3)If there is a video on webpage then either wait for it to get completely downloaded & get it from /tmp.Remember don't close the page till video gets downloaded completely & you copied it from /tmp then only close that tab.
(4)There is a firefox addon 'unplug' which can help for flv because after sending file to download via unplug you can close that tab.
View 9 Replies
View Related
Oct 16, 2010
On certain web sites, notably the BBC site, my internet crashes when I move from one page to another.
No warning, no message, it just crashes!
View 4 Replies
View Related
Sep 13, 2010
I have installed Ubuntu 10.04. I am connecting to DSL via Modem directly no router. It's a wired connecton to modem from PC.Most of the sites are opening fine but few websites won't open in Firefox/opera or take foreever 10/15 mins to open.
View 14 Replies
View Related
Feb 9, 2010
I've not been able to find a solution on the forums, so thought I'd post. My DELL PC came with Vista installed and I then added Ubuntu. This seemed to work fine although I didn't really use Ubuntu too much. Then last week I decide to replace Ubuntu with Fedora 12. I selected the replace existing Linux option during the install process.
After installation, Grub displayed 2 options: Fedora and Other. Fedora was fine, other didn't boot. After readinf around I added another option for vista, but this results in the following error:
Error 13: Invalid or unsupported executable format
fdisk -l returns:
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x50000000
[Code]...
View 7 Replies
View Related
Jul 4, 2011
hello i want to disable flash player for certain sites cause of their advertisements.. how can i ?
View 8 Replies
View Related
Mar 2, 2010
I am using two operating systems, Ubuntu and Mandriva, problem I can not download the updates from the main sites. On Ubuntu I changed the mirror site and worked fine. [URL]. I have already posted two sites already about this. How can the main mirror update site on Mandriva been changed.
View 1 Replies
View Related
Nov 18, 2009
I have been wondering about building cheap, but usable computers to sell linux on around my city. However, my knowledge of computer parts is fairly limitied. I do know what I want to look for when it comes to certain parts, but not something such as mobo, unit case, or power unit.
If there really isn't a site, if anyone wanted to, post the kinds of cases, power units, and mobo's there are, and if possible links to their specs, and I'll start working on this myself. The only things that are a must, pci-e slot, and 2.5ghz and/or greater cpu.
Hardware compatibility:[url]
[url]
[url]
Companies that sell linux preinstalled on computers:[url]
: Many links here
Companies that sell OS-less computers:[url]
View 13 Replies
View Related
Apr 13, 2010
Sites providing video tutorials on linux which are free to download. I've got one site "www.showmedo.com". Here I can get different tutorials on opensource like scribus, gimp, C++,python etc.
Can anyone provide me any other good sites like this?
View 1 Replies
View Related