[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] apt-get
> 2] i can do a # telnet giasmda.vsnl.net.in while if i do a $ telnet
> giasmda.vsnl.net.in , it fails to match hostname with its IP 202.54.6.161
> My /etc/resolv.conf is ok.
chmod 744 /etc/resolv.conf
it's probably not readable by others.
> 3] How do i restart gpm without rebooting if i run a # mouseconfig on a
> RedHat box , or # gpmconfig on a debian box ? I tried a # ps aux|grep gpm
> , got a PID for it and did a killall -HUP , but it only killed , not
> restarted.So everytime i wanna see changes get effected , i was having to
> reboot , surely there must be someway to bypass that ?
C'mon! You normally never have to reboot to change something unless the
target of the change is the kernel itself. (i don't recall any specific
examples for the contrary).
on redhat,
/etc/rc.d/ini.d/<program> {start|stop|restart|reload|status}
is the best way to handle services.
manually, "gpm&" (after you've killed it!) works just fine.
--jaju
--------------------------------------------------------------------
The Linux India Mailing List Archives are now available. Please search
the archive at http://lists.linux-india.org/ before posting your question
to avoid repetition and save bandwidth.