Do a tcpdump to capture network traffic and after that, have a look to it with
wireshark.
Sure that this will reveal to you what is the cause of your problem.
In the server:
#tcpdump -n -i -w traffic.cap port 22
And after that:
#wireshar traffic.cap
Regards
On Monday 20 August 2007 12:10, mee
Create a script in /etc/init.d and make a symbolic link to it in the rc
runlevel directory that corresponds to your runlevel (or whatever runlevel
you want the script to run).
For example, the /etc/init.d/foo.sh may be:
#!/bin/bash
cd /foo
/foo/make_something.sh
If you want this script to run i
some dsl routers "require" that the clients points to the router itself as the
dns server.
In other words:
Try to use the following /etc/resolv.conf in the client:
nameserver
Regards
On Thursday 16 August 2007 14:47, michael wrote:
> I have just replaced my USB modem with a router/modem and thi
; Thanks again for your reply.
>
> 2007/8/6, srgqwerty <[EMAIL PROTECTED]>:
> > And what error messages had you got when the system failed to boot with
> > 2.6.8 smp kernel?
> > They are important in order to determine the boot failed reason.
> >
> > Regards
And what error messages had you got when the system failed to boot with 2.6.8
smp kernel?
They are important in order to determine the boot failed reason.
Regards
On Sunday 05 August 2007 17:40, Kun Niu wrote:
> Dear all,
> The following is the cat message from /proc/cpuinfo
> processor :
iface eth0 inet static
address 192.168.1.1
netmask 255.255.255.0
On Monday 23 July 2007 08:29, Robert Cates wrote:
> Hi,
>
> I've just got my new machine running Etch. This machine is a server, so no
> GUI or XWindows. I have the DHCP3-Client a
6 matches
Mail list logo