| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> jeenam, the router sees the name of my windows boxes but says that the name of my linux box is unknown <1> does the router see WINS or DNS hostnames <0> dns hostnames? <0> of nameserver of my isp you mean? <1> if you type 'hostname' on your linux box it will display the hostname <0> Yes it does.. <1> if the router runs linux you can telnet into it and configure the /etc/hosts on the router <1> no, just the hostname of the computer <0> cannot telnet it <1> sounds as though the router may only support WINS hostnames <1> read the manual for your router <1> email tech support, ask them if it supports anything other than WINS hostnames <0> but my other windows computers cannot see it either.. <0> i can do: ping <ip-of-linuxbox> but not ping <hostname-of-linuxbox> <2> dunno if a router has a hackable hosts file...it might if they allow you to configure that much <1> if you want the windows boxes to see it you need to configure samba
<1> smbd/nmbd <2> Isnt there some way to set hostnames via cisco command line <3> hi <3> can i vnc with :0? <4> YEs. <3> :) <3> rpm -qa | grep vnc <3> eh hell, can't get it to work heh <5> make[4]: *** Ingen regel til at skabe ml 'net/ipv4/netfilter/ip_tables.c' som behves af 'net/ipv4/netfilter/ip_tables.o'. Stop. <5> it says "No rule to make ........ which is needed by .. <5> " <6> in english? <5> I did say it in english <5> Not my fault the OS is installes in another language.. I did translate it <5> s=d <5> =) <7> echo $s <7> d <5> ? <0> If i where to have a startupscript, where should i put it? <5> In the startup :P <0> /etc/init.d/rc file? <0> Tiger1? <5> I have no idea, i was trying to be funny... Sorry <8> you're back! <9> yay! <0> With startupscript wich number should i set in ln /etc/rc2.d/S{??NUMBER??}scriptname /etc/rc.d/init.d/scriptname <10> cant you just use chkconfig ? <11> C***ac: what distro ya got now? <0> awol, ubuntu <11> ok... what startup script are we talking about then? <11> man update-rc.d anyway.... <0> awol, okey, i put the mainfile in /etc/rc2.d/S20file and linked it to /etc/init.d/file worked okey <11> so... it's some kind of secret startup routine you dont want to tell anybody about... i see.... <0> awol, No it's just so i learn the syntax and not consentrating on what todo just this time ;) <11> well update-rc.d is the correct tool to manage the rc2.d symlinks <11> if ya really wanted to learn how to do it properly that is <11> on debian based systems only of course <0> awol,hmm doesn't understand the syntax for that.. :/ <8> Hi. <0> Hmmm awol, linked useing update-rc.d and i have the script linked in rc2.d but still in runlevel 2 it aint started.. <11> man runlevel <0> awol, and? <11> what run level are you in? <0> awol, 2 <11> type... runlevel <0> awol, i linked the script to start in runlevel: 2,3,4,5 and stop in 0,1,6 <0> but when system boots up the script aint started.. <11> the scripts in /etc/init.d/ take options like start|stop|status...... or should... <0> awol, yaeh? <0> awol, it takes, start|stop| <0> awol, start|stop|* <0> awol, strange.. <0> awol, when i do, /bin/sh start i get no such file or directory.. <11> what interpreter ya got at the top? <11> huh? <0> #!/bin/sh <11> well ya should do chmod +x /etc/init.d/scriptname or it cant be run at boot <11> and sh /etc/init.d/scriptname start if it aint +x <0> tnx i try rebooting now ;) <0> awol, Worked :D
<11> of course <0> awol, *sits down on hes knees kissing your shoes* <11> if i had a dollar for every Q i've answered..... <11> i'd be as rich as anyone in here... <11> unfortunately i'm unemployed and penniless... <0> awol, then we are two :D <11> C***ac: i bet you have hot water tho.... <0> awol, btw 17-19C... feel free.. im not.. <0> :P <11> i haven't had hot water or gas to cook with for two years... <0> ooh.. you mean hot water in the appartment.. <0> but you have internet? <10> hehe <11> yeah... go figure... <10> awol, you serious ? <11> i have to use a wifi link to someone else's house to pickup cable tho <10> its not just due to laziness, i hardly have food, to lazy to shop :) <11> kaos01: never more serious <11> kaos01: i been behind in my rent most of that time too <0> awol, where are you from? <11> and my electricity will be cut off soon.... <10> is it a lack of income, or a debt ? <11> living off welfare ****s <11> kaos01: i was haeding down easy street last year when my partner walked off with the company and a huge fat contract <10> yes, i remember you talkign about it before <11> kaos01: he's now providing 10,000 AP's for wifi internet and voip services for a $165M housing project in china without me <7> so move on. cant change the past. <11> indeed.... but he keeps ringing me to taunt and torment me <11> and rub it in.... <11> he's been a total ***hole <7> 86 your landline <11> arno: i dont have a landline <7> so cahnge your cell # <11> all i got is a prepaid cell <10> awol, why dont you get a sys admin job ? <0> can't find package ncftp with apt-get is it a way to search it up? <11> kaos01: no one's gonna hire an aging 53 year old ex taxi driver with zero qualifications when there's 25 grads applying for every IT job.... <11> C***ac: apt-cache search ftp <0> awol, tnx ;) <11> C***ac: ya should do sudo apt-get install synaptic <11> C***ac: then ya get a nice gui package management tool to point & click your way to bliss <0> awol, tnx i will try that ;) <0> can't find irssi with apt-get longer either.. remember i could that before.. (years ago) <11> apt-cache search blah <0> what does tuncated mean? <0> truncated i mean <11> truncated means cut off prematurely <0> okey tnx <0> Hmmm.. <0> Package libmysqlclient12-dev is not available, but is referred to by another package... <0> hmmm ahh new version out... *tired* <0> :P <11> C***ac: ya need to do apt-get update frequently and often.... apt-get upgrade is a good idea now & then too... <0> awol, i kind of found out that :P <0> awol, are you known to postfix..? <12> hi.. <12> how do you pipe a list of files into grep, from say, the 'locate' command? <11> locate blah | grep foo <0> locate blabla | grep **** <0> awol, hehe <12> ah so i put it on the end.. <12> thanks <11> !wtf abs? <13> Someone said that abs is the advanced bash scripting guide a useful doc for learning the bash scripting language at http://www.tldp.org/LDP/abs/html/index.html <0> awol, so are you known to postfix? <11> taking a survey? <11> i haven't used postfix myself..... it's pretty easy so i'm told tho <11> try rtfm <0> survey? <0> Im doing a "perfect server" howto and writing it in Norwegian for others at the same time.. but hits some problems every now and then <11> i see <0> awol, and im doing it a litle "out of the book" since im useing DDNS <0> awol, and im not sure how i would handle postfix with ddns
Return to
#linuxhelp or Go to some related
logs:
prototype pwz blame w3b windows xp The path program Files contains an invalid character #stocks #online #beginner #unixhelp #computers #microsoft #nhl
|
|