Did you recently perform a kernel update?
Try this command:
mount devpts /dev/pts -t devpts -o mode=620
My VDS Dosn't out connection, "name lookup timed out"
- Edge100x
- Founder

- Posts: 13156
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Thu Apr 18, 2002 11:04 pm
- Location: Seattle
- Contact:
Re: My VDS Dosn't out connection, "name lookup timed out"
Well... I don't know how can say Thank You... The las commad fix the problem...
Really thank you brother
Really thank you brother
Re: My VDS Dosn't out connection, "name lookup timed out"
In that case, I also recommend checking to make sure that /etc/fstab is configured to mount this (so that it will be done at every boot), and/or that another service does it (some distributions do it through a mount service). Performing another full set of system updates would be a good idea.
Re: My VDS Dosn't out connection, "name lookup timed out"
OK. I check this but can you tell me the correct configuration. I have this:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/swap.img /swap swap defaults 0 0
It's correct?? o what need add??
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/swap.img /swap swap defaults 0 0
It's correct?? o what need add??
Re: My VDS Dosn't out connection, "name lookup timed out"
Try something like this:
Code: Select all
devpts /dev/pts devpts mode=620 0 0