Notices


Reply
Thread Tools
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#11
Originally Posted by yasirrfc View Post
hey i tried your method. i have wget. i wrote your commands and it said not found. now what should i do please help
Well, I forgot to add: you need to manually connect to Internet first (as most terminal commands are "stupid" and they cannot connect to Internet). If you are connected to Internet, maybe you made a typo?
 
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#12
Originally Posted by yasirrfc View Post
it said /bin/sh: wget://www.miskiewicz.org/files/avahi-demon: not found
wget http://www.miskiewicz.org/files/avahi-daemon

you forgot "http" before "://" or, if it cannot accept that, just write wget www.miskiewicz.org/files/avahi-daemon (without "http://" at the beginning)
 
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#13
Originally Posted by misiak View Post
wget http://www.miskiewicz.org/files/avahi-daemon

you forgot "http" before "://" or, if it cannot accept that, just write wget www.miskiewicz.org/files/avahi-daemon (without "http://" at the beginning)
hey sorry ok i got it right but now it says length 2594 (2.5k) {text/plain}
avahi-daemon has sprung into existence.
retrying.

its doing it again n again.retrying again n again. what should i do?
 
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#14
Well, if it tries to download it again and again, you can just hit crtl+c on your keyboard to stop wget from running. Then you can type "ls -l avahi-daemon" to see if it shows "-rwxr-xr-x 1 root 2594 Mar 24 2009 avahi-daemon" or something similar. If yes, you can type the "chmod 755 avahi-daemon" command. If it says "No such file or directory" then we will investigate further...
 
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#15
hey it says /bin/sh: Is: not found
both of the I are i's right? and not smal L's right? anyways what should i do now?
 
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#16
Originally Posted by yasirrfc View Post
hey it says /bin/sh: Is: not found
both of the I are i's right? and not smal L's right? anyways what should i do now?
Well, nice shot, they are lowercase "L" "LS -L AVAHI-DAEMON", but all lowercase.
 
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#17
ok it says 21 may 9 03:46 avahi-daemon /lib/init/upstart-job
i then wrote chmod 755 avahi-daemon.
it said:
chmod: avahi-daemon: no such file or directory
 
Posts: 805 | Thanked: 1,605 times | Joined on Feb 2010 @ Gdynia, Poland
#18
ehh ok, forget that, something went wrong...
Try this instead (all letters lowercase, wach out for typos!):
Code:
root
touch /etc/init.d/avahi-daemon
chmod 755 /etc/init.d/avahi-daemon
That's the easiest way to repair your problem, but I tried earlier to help you more (too much I guess :P)
 
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#19
when i write touch /etc/init.d/avahi-daemon, it says no such file or directory
 
Posts: 184 | Thanked: 3 times | Joined on Mar 2011
#20
i opened xterm.
went root. then wrote touch /etc/init.d/avahi-daemon.
it said no such file or directory
 
Reply


 
Forum Jump


All times are GMT. The time now is 06:37.