I can't seem to access either nvidia.com or creative.com from linux.
No problems from windows on the same machine.
My setup is cable/dhcp and 2.4.18 kernel w/ all iptables options.
It doesn't matter if my iptables script is up or down.
It doesn't matter if I use opera or links.
icmp...
From comp.protocols.tcp-ip.domains FAQ:
Question 6.27. ERROR:sysquery: no addrs found for NS
If syslog reports "sysquery: no addrs found for NS" , the IN
NS record may be pointing to a host with no IN A record
makes sense to me
Firestarter is just a front end to iptables.
Just to make sure it's your firewall that's the bottleneck,
-drop your firewall with '/etc/init.d/iptables stop'
-re-time your ping
If the ping times are better with it down,
-do a 'netstat -ptanu' (while you're using quake) to see what local &...
echo '<? phpinfo(); ?>' > /path/to/webdocs/info.php
and load it in your browser.
If it works then php is installed & working.
Did you remember the
AddType application/x-httpd-php .php
line?
looks like dhcpcd is either not in your PATH (unlikely)
or it's just dying at startup
Are you sure your nic is being recognized?
you can check with:
dmesg | grep eth
or
lsmod (if it's loaded as a module)
or you'll get an unknown device error if you try to bring up the interface:
ifconfig eth0...
forget the "run" dialog.
open a terminal and type:
tail -f /var/log/sys.log
or
tail -f /var/log/messages
(whichever exists on a suse system)
open another terminal and type:
dhcpcd -d
any interesting output?
FTP: ftp
Telnet: telnet
copying files: cp srcfile destfile
deleting files: rm filename
moving files: mv filename newfilename
configuring apache: apache.org
extract & install:
rpm -i package.rpm
or
tar xfvz package.tar.gz
cd packagedir
./configure
make
make install
or some debian way that i...
When I need to move my filesystems around, I tar the root dirs, excluding proc and mnt (if anything's mounted). Just make sure to tar with the -p switch when creating and extracting to preserve permissions/ownership to avoid a broken sendmail, users not being able to write to tmp...etc.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.