Debian :: Lenny - No Web Connection ?
May 9, 2010
Ive just installed debian-Lenny, and, with all other applications Ive installed therewith working well, I cannot get any kind of web connection to run.
I'll mention at the outset, I do use web from this same computer without problems via either live-CD or usb linux... this question concerns only my recent Lenny install, which will not connect whatever I try.
Any web address I try, and with whatever browser, gives me the same "cannot find address.html" or cannot connect screen...Ive tried the default browser, konqueror, and a lynx type text browser... none will connect to web.
Secondly I'll note, I have tried installing httpd apps...X11 seems to be there... this is installing with synaptic, so, I would think it should have picked up whatever was missing, web connect wise. At this point it looks like Lenny just doesnt work with my working internet connection...that in turn seems unreasonable(!).
View 2 Replies
ADVERTISEMENT
Aug 13, 2009
I'm not sure if it is the connection I'm losing or something else is happening and I just can't fathom it out.
I have set up Debian from netinstall. I installed openssh server and Apache. The server is connected to our local network with the IP address 192.168.0.51 and shares a physical port on a simple ethernet switch.
I can SSH into the server from Ubuntu but it takes around one minute to ask for a password and another 20 seconds or so to bring up the prompt. I have checked twice to make sure their are no conflicting IP addresses on the network (all static). The connection seems fine but if I am away from the secure shell for more than a couple of minutes or I minimize the terminal window I can no longer type anything at the remote machines prompt. Reconnection without restarting the server is impossible on most attempts and the terminal just hangs before the password prompt appears.
I have the same kind of issue with Apache. I can view Apaches test index.html using just the IP address from my browser but after a few minutes I get the 'connecting to 192.168.0.52' in the status bar and it never reconnects.
View 1 Replies
View Related
Aug 2, 2010
I'm using debian lenny and I've created a vpn connection (client) to connect to a windows vpn server , my chap-secrets file looks like the following :
Code:
# Secrets for authentication using CHAP
# clientserversecretIP addresses
........
# added by pptpsetup for afa
afa afa "my_pass" *
and my settings for 'afa' vpn connection are :
Code:
# written by pptpsetup
pty "pptp 212.50.246.113 --nolaunchpppd"
lock
noauth
[code]....
View 3 Replies
View Related
Feb 23, 2011
I have a Dell PowerEdge 2900 on which I just installed from scratch Debian Lenny 5.0.7 AMD 64bit. I am having issues where when I ifup a second nic card the server will maintain connectivity for a period then all connectivity is lost and I have to ifdown all eth interfaces and bring them back up to regain connectivity. Here's how the server is laid out: I have 12gb or ram with 2 Xeon 5450s in the server, as I mentioned it's a Dell Poweredge 2900. It has a build in Perc6i raid controller with 2 drives in Raid 1 for the OS and 4 drives in Raid 5 for storage. It also has a Perc 5e card in it connected to 3x6TB raid arrays. I mention this because they are all sharing the PCI bus if that matters.
The nic cards I started with were the two builtin Broadcoms and lspci reports them both as:
Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet (rev 12)
After I started experiencing the problem I added an inexpensive Trendnet based off the Realtek RTL-8169 chip rev(10). Debian sees this card without any need for additional drivers. The Broadcoms required the non-free network drivers provided by and built against the Debian kernel (no custom drivers). One nic card is configured with a public IP address and I use IP tables to reign in the traffic to http and https only. There is also an outbound openvpn tunnel from this machine back to our offices through this interface. The second nic card is hard wired to a mac mini directly and is assigned an 10.x.x.x address. I am able to see the mac mini from it.
The amount of time the network connection stays up doesn't seem to follow any set pattern. I have flood pinged the 10.x.x.x while running apt-get and one time it fails, the next time it doesn't. Sometimes the network connection degrades and I can do an nslookup one second and get nothing and the next I get a response. Finally though it fails and it requires me to ifdown the eth connections and ifup them to get them going again. I don't really see anything in the logs. I've looked in kern.log, messages, syslog and pretty much came up empty, but not 100% certain I'm looking for anything more subtle than obvious errors. The routes all look good too.
Naturally, as Murphy's Law would have it, this is a remote server at a colo so that doesn't make troubleshooting any easier. What I have done to temporarily prevent me from losing complete access to the server is setup a cron script that runs once a minute and pings something. If there is 100% packet loss, it restarts the nics and I'm going again for another arbitrary period of time. Lastly, this has no effect on the OS running. I don't have a hung system when this happens just a trashed network connection.
View 1 Replies
View Related
Aug 16, 2010
I've found that I need to use pppoeconf, but it doesn't work. I have default Debian kernel with PPPOE module. After looking for the modem it gives me the following message:"Sorry, I scanned 1 interface, but the Access Concentrator of you provider did not respond. Please check your network and modem cables. Another reason for the scan failure may also another pppoe process which controls the modem."pppoeconf detected the interface successfully (eth0, I have only one interface), but doesn't work. It does, however, work with my router connecting without any issues.
View 4 Replies
View Related
Jan 17, 2010
I recently bought a new Acer Aspire and installed Lenny, I can get a wired network/internet connection however not a wireless connection. I use wicd. Bluetooth doesn't work either though I suspect that it might be the same issue.
Don't know if it helps however when I tpye iwconfig I get:
ladb:/home/nigel# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
View 14 Replies
View Related
Dec 14, 2009
i was trying to use gnome and kde but i don't like them. I tried xfce and it seem to fit my needs but.My computer is used to be powered on for a weeks. While time passes, a process xfdesktop begin to use more and more memory and to free RAM i need to log out and log in again.
I tried squeeze yesterday on my virtual machine and it has 4.6 and seem not to have that bug, RAM usage is static(yes it still works when i write this and have memory usage 34492k, which is not changing for an hours of usage already), also 4.6 is MUCH better than 4.4.
i already tried adding squeeze to "sources.list" but i can see too many dependencies which should be upgraded if i install 4.6, i'm beginning to afraid it can crash entire GUI(or entire system, i can see there is libc6 required to be updated).
View 14 Replies
View Related
Jan 18, 2010
i do have a strange problem get running php5 on lenny 64 inside apache2. i had installed it as all instructions on the web does: # apt-get install php5 libapache2-mod-php5 php5-cli php5-common php5-cgi
apt has enabled php automatically, so
/etc/apache2/mods-enabled/php5.conf does have inside:
<ifmodule mod_php5.c>
AddType application/x-httpd-php .php .phtml .php3
AddType application/x-httpd-php-source .phps
</ifmodule>
[Code]...
View 3 Replies
View Related
Aug 20, 2010
is it save to install linux kernel 2.6.35.2 on Debian Lenny 5.0.5 or stick with automatic updates...
View 14 Replies
View Related
Nov 4, 2010
I have added a 10 Mbps network card to my SGI O2 MIPS workstation running Debian Lenny running the 26-2 kernel. The workstation already has an onboard NIC which is working fine.(eth0).
lspci -v shows ths card as:-00:03.0 Ethernet controller: Compex ReadyLink 2000 (rev 0a) Flags: medium devsel, IRQ 18 I/O ports at 1800 [disabled] [size=32] Upon googling I found out that this card is an NE2000 clone. I downloaded the latest 2.6.36 kernel sources and did the following:-
1. Make Menuconfig
2. Loaded an alternate kernel config file (my working kernel config file)
3. In DeviceDrivers->Network device support->Ethernet (10 or 100 Mbit)
I selected ASIX AX88796 as the help associated with this showed it as an NE 2000 clone. configured it to be a module and did make, make_modules and make_install. Edited /etc/Modules to load ax88796 and added an alias eth1 ax88796 to this file. copied the new kernel to the /boot and did a reboot, the machine booted up fine and udev -r showed the 2.6.36 kernel and lsmod showed ax88796 loaded. But, Iam not able to bring up eth1 using:-
ifup eth1
The error messages given are:-
SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
[Code]...
View 1 Replies
View Related
Apr 23, 2010
I installed debian etch on my system. Installation done successfully, but when it boots up the X server is not starting and showing error. Note : It is perfectly working with debian lenny. Configuration : Intel DG41RQ ,1GB Ram ,160GB HDD.
View 1 Replies
View Related
Aug 28, 2010
Are exist any repository for debian lenny with games like nexuiz vdrift planeshift etc?
View 2 Replies
View Related
Dec 18, 2010
I could't find the 64bit Debian Lenny OS for Intel architecture.Hence I have installed amd64 and it is working fine.Does both intel and amd have the same 64 bit OS amd64 ?
View 3 Replies
View Related
Mar 24, 2010
i recently moved away from ubuntu (as they wouldn't let me change my gdm themes lol) i installed lenny usin the net install for ia86 but i cannot change my screen resolution from 1024x768 to my card/monitors native setting of 1366x768 i have included a .txt taken from the benchmark an profile gizmo which i hope rovide any of you with all the info needed (to be honest i don't understand half of it) my laptop is a fujitsu amilo li3710 with dual core, 3gb ram an 160gb hd an a intel gma4500 with shared memory graphics
View 2 Replies
View Related
May 3, 2010
I'm trying to install Debian/Lenny on a iBook clamshell. I couldn't seem to burn an install CD that the iBook would recognize, so I eventually copied the contents of the CD onto a self-powered USB drive and I can now get the iBook to boot off of that thru open firmware. However, when I get to the Debian installer main menu, it still won't read the CD, and apparently it does not have network drivers to install over Ethernet. Is there any way I can supply a driver for the ethernet interface (lspci reports that its a sun GEM ethernet interface) or somehow convince the installer to install from the content of the USB drive (which is a duplicate of what's on the installer CD)? Heck, if it'd be easier to get the Airport interface running to reach the Internet I'd be up for that too.
View 1 Replies
View Related
Apr 14, 2010
I have read tons of articles on how but none work. I have edited the source.list file with what they say and I have used all the terminal commands that are becoming very repetitive.
View 11 Replies
View Related
Oct 2, 2009
is there a way to auto login as root? login in window preferences won't allow me to select rootPS before anyone starts on the me bad, I'm a programmer using it on a closed embedded system, and need to link to others software, and need to be root
View 6 Replies
View Related
Apr 16, 2010
I installed Debian Lenny on my old IBM thinkpad R40e but i can't change the brightness either with the Fn keys or with the brightness control debian has. i have searched around and it seems to be a problem with linux on IBM thinkpads but i don't know that much about this sort of thing so any help would be appreciated. if you need any more info then just ask.
View 9 Replies
View Related
Aug 31, 2010
Most of the time I rebooting, my resolv.conf is getting updated by resolvconf program, so the network connection cannot be reached. I followed this: Debian User Forums - View topic - Solving DNS problem (dhclient & resolv.conf)
View 7 Replies
View Related
Aug 21, 2009
Could anyone tell me how to get Debian Lenny to automount CDs the same as Ubuntu does i.e. automatically, with a Desktop icon etc.I've worked out how to automount CDs using autofs, which is OK, but it still doesn't seem quite as good as the way Ubuntu does it.
View 6 Replies
View Related
Mar 29, 2011
I have problem with loging, actually iptables logs a data but it seems that for some reasons does not writes in a log file:
Code:
iptables -L -v
Chain INPUT (policy ACCEPT 406 packets, 124K bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT tcp -- any any xxxxxxxxxxx anywhere tcp dpt:xxxx
[Code]....
i checked /var/log/message and /var/log/syslog nothing is here related to iptables. then i create separate file for Iptables by adding this: kern.warning /var/log/iptables.log in my rsyslog.conf it does create iptables.log file inside /var/ but its still empty
View 4 Replies
View Related
Apr 2, 2010
User familai with amd64 for computational chemistry and i386 for desktop. Seeking advice from users who succeeded in arranging a laptop with Debian squeeze or lenny, wireless LAN, 3D acceleration video, flash for speech. The laptop WITH STANDARD USA KEYBOARD should be available from European market resellers.
View 1 Replies
View Related
Jul 12, 2010
I've just upgraded a server to Lenny; everything went smoothly I'm glad to say, except that now my version of PHP is 5.2.6, and I want 5.2.9.
Here's my sources.list:
View 5 Replies
View Related
May 8, 2010
have you ever encounter such problem that the g2c lib can not be find in lenny debian when using gcc -lg2c ... I have tried several methods but failed to solve it. I use the apt-file search g2c and find that libg2c0: /usr/lib/lig2c.so.0. However, it looks could not work. I wonder if I should install the g77 compiler which is no in lenny, but I don't know how to install g77.
View 2 Replies
View Related
Jul 16, 2010
I want to add a deb repo for Debian Lenny so that I can install libasound2. The name of the repo required is given as 1.0.22-2~bpo50+2. All the repositories in my /etc/apt/ources.list file begins with either deb http: or deb ftp. Do I write dep 1.0.22-2~bpo50+2?
View 4 Replies
View Related
Jan 24, 2011
I have Lenny 5.0 and would like to upgrade to 5.0.8 or the latest upgrade for Lenny. I don't know if it would be easier to download the 5.0.8 version or just upgrade the 5.0. Frank
View 3 Replies
View Related
Feb 13, 2011
Now that the stable version of Squeeze is available, the newbie that I am is asking himself this almost existential question: should I get Squeeze or stick to Lenny?Some arguments in favors of Lenny that are coming into his mind are that there is more material, tutorials, in brief, more resources to find as to learn and solve problems.
But is this true and if yes, is it a reason?What about security?There is also this widespread saying that tells to always get the last release for performance and security reasons.Being in this position where I obviously don't have a lot of knowledge and experience to judge myself with all the elements, assessing thoroughly all the differents factors, I would have like to listen you opinion(s) on it.
View 12 Replies
View Related
Dec 28, 2010
I installed with no problem. I have 2 hd's one with winxp3-32bit the other with debain-amd64. When i move a window on the desktop or try to scroll in a window the text gets out of whack and computer locks up.
asus a8n32 sli deluxe mobo
2 nvidia 7800gt's...in sli
segate barraccuda 500g hd(winxp)
wd 200g hd(linux)
View 5 Replies
View Related
Apr 26, 2010
I understand that FireFox requires GTK+. It appears that lenny did not include this package. Being new to Linux, I am unsure of just what it is that I need to do. Most of the web searches that I have doen have only confused me that much more.
So, how to get and install GTK+ on lenny?
View 3 Replies
View Related
May 29, 2015
Any guide which describes setting up a vpn connection on Lenny using the command-line and NOT the gui?
I assume "aptitude install network-manager-openvpn" is the package I'll need but what files nor how to configure them.
I want to configure a conncetion to ipvanish.
View 1 Replies
View Related