Ubuntu Networking :: Avahi Services Disappear From Network?

Mar 9, 2011

I am sharing some folders from my Ubuntu machine, using Netatalk and Avahi, over my network.I access these folders from my Mac using the AFP protocol.When all is well, my Ubuntu folders show up in Finder on the Mac and I can connect to them.But at random intervals, the Ubuntu folders will disappear. Sometimes they reappear a short while later.At other times, they wont appear until I go to my Ubuntu machine, and re-save (even if i don't change anything) the file:/etc/avahi/services/afpd.service.

View 3 Replies


ADVERTISEMENT

Ubuntu Networking :: Netatalk And Avahi-daemon Problems - Services Not Advertising?

May 13, 2010

I have recently installed netatalk and avahi-daemon on my lucid server but, much to my chagrin, I have to run

Code:
restart avahi-daemon every time I boot to get the service to advertise.

both avahi-daemon and netatalk have been added to the appropriate runlevels.

View 9 Replies View Related

Ubuntu Networking :: Avahi Not Broadcasting Afp To Network?

Sep 6, 2010

why my new Ubuntu 10.04 computer won't automatically advertise afp thru avahi to the network? This is a new install of Ubuntu 10.04, I downloaded and installed newest version of Netatalk, and the Avahi daemon. Both installed with no issues. (I followed instructions from articles on here) I can manually login to Ubuntu afp share from my iMac, by going to "Go to Server" and typing in the ip 10.0.1.3 and putting in the Ubuntu username and password. I just can't get it to advertise or broadcast itself to the network like it is supposed to using netatalk and avahi. I've followed all of the tutorials I can find on this, but nothing works. Even if I issue the command to restart avahi daemon, Ubuntu still isn't seen in the iMac's finder window? Because I can manually login to it, I am assuming that netatalk is working properly. I've even tried to issue the command to restart netatalk first, then restart avahi, but still nothing?

View 2 Replies View Related

Ubuntu Networking :: No Network Access Due To WLAN0:AVAHI

Jul 24, 2011

I have a laptop with Ubuntu 11.04. Failed to connect my home wireless network, which is composed of a modem and a Netgear router.

ifconfig showing:
wlan0 Link encap:Ethernet HWaddr 00:24:d6:07:2b:a2
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:30238 errors:0 dropped:0 overruns:0 frame:0
TX packets:24005 errors:0 dropped:0 overruns:0 carrier:0

[Code]....

I do not quite understand how the virtual interface wlan0:avahi appeared. My guess was, my request "sudo dhclient wlan0" failed to get a valid ip, although I did not get any error message from running that command. I executed "sudo dhclient wlan0" again, but still no error message or network connection.

Later today, I tried to connect to a public wireless network. Still got the same error. But when I reboot my machine, no such problems.

View 5 Replies View Related

Ubuntu Networking :: Network Manager Icon Disappear From Panel

Feb 10, 2011

I am using ubuntu 10.4, network icon to manage wireless disappear suddenly.Wireless is working fine. I just don't see network-manager icon.I tried:Right click on pannel and try to add Network Manager. But there is no network manager.I also try, $killall $nm-applet, then $nm-applet --sm-disable.

View 2 Replies View Related

Ubuntu Networking :: Avahi Only Seeing Local Machine

Jul 25, 2010

I have a few ubuntu machines in my house, 1 mythtv backend server with other services as well, 2 mythbuntu frontends boxes hooked up to tv's etc. I wanted to push the audio from my laptop out over pulseaudio to the machine connected to the AV equipment.

I could not see any other pulseaudio sinks in padevchooser... this lead me down the road to investigating avahi.

When I run avahi-browse on my laptop (hydrogen) it only returns the services published from itself:

Code:
$ avahi-browse -ta
+ wlan0 IPv4 byron's remote desktop on hydrogen VNC Remote Access local
+ wlan0 IPv4 hydrogen [00:1b:77:71:97:76] Workstation

[Code]....

My laptop has vmware on it, and I've changed the vmnet intefaces to not support multicast so avahi ignores them. but I'm still at a loss to why my laptop can't see the other machines on my network with avahi (mdns).

View 1 Replies View Related

Ubuntu Networking :: Avahi Finds Nothing On Localhost?

May 5, 2011

I've got problem with Avahi on my laptop. It can see the other machines and services on the LAN but not it's own local services and I have no idea why. The laptop (hostname: forseti) sports Ubuntu 10.10, installed aavahi-daemon, avahi-dnsconfd and libapache2-mod-dnssd. Firewall is disabled. Other hosts on the LAN are: magni (openSuSE 11.4 with lots of services published and visible from forseti) and freya (Ubuntu 10.10 with gnome-user-share up & running). Forseti can see the other hosts and their services but not itself. The other hosts can't see forseti. Checked both with nautilus and CLI's avahi-browse.

View 1 Replies View Related

Ubuntu Networking :: Avahi-daemon Won't Start Automatically Sometimes?

Jan 25, 2010

Since I've updated to 9.10 my avahi-daemon sometimes won't start at boot.I've to "restart" it manually.I reinstalled it without success.Has anyone here the same problem? Or a useful solution?

View 1 Replies View Related

Ubuntu Networking :: Avahi Causing The Packet Loss?

May 5, 2010

I got a new X201 which is running Ubuntu 10.04. While at home, everything is fine, at work, I encounter some issues with wireless. the signal cuts in and out repeatedly.Here's the output of ping. I set it to ping a server every 90 seconds, 10 times. So this is a snapshot of 15 minutes of network activity...

Code:

PING (REDACTED) bytes of data.
64 bytes from (REDACTED): icmp_seq=1 ttl=252 time=1.50 ms
64 bytes from (REDACTED): icmp_seq=2 ttl=252 time=2.13 ms
64 bytes from (REDACTED): icmp_seq=3 ttl=252 time=1.38 ms

[code]....

Also I tried this (from a 2 year old thread which was most relevant solution I could find):

Code:

Changing AVAHI_DAEMON_DETECT_LOCAL=1 to AVAHI_DAEMON_DETECT_LOCAL=0 in /etc/default/avahi-daemon has got rid of the irritating pop-up. Basically, every 5 minutes or so, for a solid 60 seconds or so I get no signal. I've tried updating the kernel, and doing apt-get remove avant-daemon, but still have problems.

View 1 Replies View Related

Ubuntu Networking :: Possible To Use Avahi To Resolve Hostnames Across Gateway

Nov 26, 2010

I am wondering if it is possible to use avahi to resolve hostnames across a gateway. With gateway I mean a linux box with ip_forward'ing enabled to pass traffic between interfaces. The gateway connects two networks with all hosts running Ubuntu and specifically avahi-daemon. The gateway is not running avahi and I am not able to install it there. The firewall configuration on the gateway is not blocking any traffic between the networks. I am able to send UDP packets from a host on one network to a host on the other.

When I run tcpdump on a host and try to ping that host.local from a machine on the other network I see no traffic. This means that the gateway is not passing the multicast traffic along. Is there any special setup required on the gateway to allow this?

View 2 Replies View Related

OpenSUSE Network :: Literally ODD - Network Services Don't Work Every Second Boot?

Sep 14, 2010

I have an OpenSuSE 11.1 in vmWare ESX and every other boot I can't access any running network services (ssh, webmin, qmail, mysql, ...) from outside. I just need to login, reboot and voila - network services are working.I gradually updated to 11.2 and 11.3 by following the wiki with success but this problem remained. So I reverted to snapshot of 11.1 and now I would like to identify and solve the problem here first.I also looked at /var/log/messages /var/log/boot.msg /var/log/lastlog but can't find anything usefull. I will now compare those files from the working and non-working boot but meanwhile someone already has an idea or experience what could be wrong?

View 3 Replies View Related

Ubuntu Networking :: Avahi-daemon Service File Permissions?

Jun 19, 2010

In a previous thread I had detailed an issue I was having with avahi not firing up properly at startup.As a bit of background: the services available on the server aren't advertising until I restart the avahi-daemon manually after startup - The syslog shows the daemon starting on boot, but it never seems to access the service file.I was wondering if it is possible that this may be a file permission problem?

View 1 Replies View Related

Fedora Networking :: F14 Avahi Mdns Not Configured By Default?

Nov 23, 2010

Two machines:

fedora.local = F14 default
mingisapsycho.local = Mac OS X 10.6.4

I want to be able to ssh/scp between these two machines using:

ssh -l login fedora.local
and
ssh -l login mingisapsycho.local

rather than using IP addresses. Neither of these works, from either of the two machines. This does work between Mac OS machines. And I can ssh if I use IPs. So it seems that by default Avahi is not configured even though it is running? I really don't understand. By "does not work" I mean I get on both machines: ssh: Could not resolve hostname blah.local: Name or service not known

View 6 Replies View Related

Fedora Networking :: Avahi MDNS Works Then Stops Working?

Jul 8, 2011

F15 current
avahi-daemon installed
nss-mdns installed
firewall totally disabled (for now while testing)
connected to network wirelessly

For perhaps 5 minutes I can either ssh into or from the F15 computer using:

ssh chris@macbook2.local

OR

ssh chris@f15.local

Works fine, no problems. And then in about five minutes it work resolve in either direction: ssh: Could not resolve hostname f15.local: nodename nor servname provided, or not known

I can still ssh in using an IP address. So I do:

[chris@f15 ~]$ service avahi-daemon status
avahi-daemon.service - Avahi mDNS/DNS-SD Stack
Loaded: loaded (/lib/systemd/system/avahi-daemon.service)

[code]....

*sigh* No that's not it. I just found no mDNS service in or out of the computer 3 minutes 26 seconds after restarting it, no additional items in messages.

View 3 Replies View Related

Ubuntu :: Home Folder Disappear When Connected To Network

May 28, 2010

I recently upgraded to ubuntu10.04 LTS via update manager. Previous version was 10.04 beta. After upgrading I am facing very strange problem.

1) If I start my laptop with network connection then all the folder under /home get disappear. When I do ls -l /home it says no folder found. As all the folder under home is disappearing it is giving so many errors when I login and as a result of this I am not able to start the gnome UI.
I tried to mkdir under home and it says cannot create directory.
I tried with root login but same error.

2) But it if I start my laptop without any network connection then I am able to see all the folders under /home and able to login successfully without any error.
I tried to mkdir under home and it was successfully.

3) I also tried this option, first start the laptop without any network connection and login successfully ( Able to see all folder under /home) but as soon as I plug the network cable and once it is connected all folder under /home disappear and system starts failing.

How to recover that user as I am having that user since ubuntu8.04 and lots of data and customization is there. My previous 10.04 beta version was working perfectly.

View 4 Replies View Related

OpenSUSE Network :: Smb Mounts Disappear 11.2

Jan 14, 2010

I mount a smb share in suse 11.2 like so mount //ip/share /mnt/point That's fine. It works. A few days later I find all shares I've mounted like that have mysteriously disappeared. I can't find out why, nothing in logs, no obvious causes. When I say disappear I mean its like something did an umount /mnt/point. They no longer appear in the mount list, they are no longer mounted, and I need to type in the mount command for them to come back.

I tend to leave the boxes running until they crash or need a reboot, and always have. This problem I've only seen in 11.2. I have a 11.1 and 11.0 boxes running too, and the mounts are stable on those. I can't find any references anywhere to this behaviour.

View 9 Replies View Related

Ubuntu :: Network Authentication Windows Pops-up Only To Disappear 0.1 Seconds

Dec 6, 2010

Morning, just installed lubuntu but having problems connecting to the wireless network. I find the network alright, however, the network authentication windows pops-up only to disappear 0.1 seconds later not giving me time to enter the network-code.

View 1 Replies View Related

Ubuntu :: Network Manager Applet - Wifi/mobile Controls Disappear And Reappear

May 7, 2010

I upgraded from 9.0X to 10.04 on my Sony Vaio VGN-TZ398U which has an internal Sprint mobile broadband card. The card operates properly along with the wireless. The problem that I am having since upgrading is that the Network Manager Applet icon that looks like a cell phone bar display does not show in the notification area at all unless there is a known wireless (wifi) network nearby.

Clarification: If I am in my car, the icon does not show which then makes it impossible to connect using the mobile broadband functions of the Network Manager Applet ( version 0.8 ). If I am in my office with a known wireless network, the icon shows and then I can switch to the mobile card.

I have tried removing the notification area from the panel and adding it again. I have done the same with the indicator applet. Neither has solved this problem.

View 4 Replies View Related

OpenSUSE Network :: Skype Aborting On Launch - Tray Icon Will Pop Up For 1 Second And Then Just Disappear

May 27, 2011

Wondering if any one else is having this problem lately under 11.4. My Skype does not want to launch any more. When I click to open Skype, the tray icon will pop up for 1 second and then just disappear. Have tried launching from command line to see if there are any messages, but it just says aborted when you try launch it.

I noticed this started happening randomly when I had the laptop in hibernate and then would resume, Skype would then just disappear and then I would just relaunch it and it would be find again.

View 5 Replies View Related

Ubuntu :: Virtual Network Device - Unable To Start Services

Jun 15, 2010

Just upgraded fro 9.10 to 10.04, and went to start VMware player. It needed to load and compile some modules.

All of them got a nice green tick except the Virtual Network Device

Unable to start services. See log file /tmp/vmware-root/setup-2986.log for details.

I cant access that log file. Set the folder to read only, and any contents, but theres no file in there.

How do I solve this so I can run WMware?

View 3 Replies View Related

OpenSUSE :: Dolphin Services - Get Mount / Umount Option Under Right Click Services Menu

Dec 7, 2010

So I want to get mount/umount option under right click services menu. I went to Dolphin -> Settings -> Configure Dolphin -> Services -> Download New Services and from there I installed KDE CDEmu Emulator and MountISO. But neither of them is showing up in actual context menu. Neither in Dolphin -> Settings -> Configure Dolphin -> Services for that matter. I tried to install them as normal user and as a root. I went to have a peak in /usr/share/kde4/services/ServiceMenus/ but they aren't there as well... It's just me or lots of things seems to be not quite working in 11.3?

View 9 Replies View Related

Fedora :: System Network Services Not Compatible With This Version

Jul 29, 2011

After a recent update of fedora 15 (2 days ago) I lost my networkmanager icon in top panel completely. Then I check network manager version & found it's version 0.8.0.9997-5.git20110702. After this update I can't connect to internet by any means either via wired or wireless connection. When I try to open Network option from system settings it giving me an error: System network services are not compatible with this version.

I also try to open network-connection-editor by pressing Alt+F2 & typing:
nm-connection-editor

But it not works as well, I can't see any existing network connection there, moreover I can't even manually add any type of network connection there including mobile broadband! Then I do some googling from my windows machine & found this thread- [URL]. According to this thread I try to do downgrading of following 3 packages-

Code:
networkmanager
networkmanager-glib
networkmanager-gnome
But I can't downgrade via yumex as there's no internt connection in fedora. so i do a trick of myself. yumex suggests me to downgrade them to previous version 0.8.0.999-2.git20110509
so i manually download those 3 packages from my windows machine & copy them to /var/cache/yum/... folder. After that I do downgrading via yumex. But even after downgrading problem isn't solved. Same things happening still. No networkmanager icon in top panel & no internet
at present, there's no internet connection in my fedora 15 machine & I'm writing this post from my windows machine.

Moreover when I give this command in terminal:
Code:
sudo service network start
it giving me FAILED status.

View 4 Replies View Related

Fedora :: Network Gone Down - Unable To Ping Nor Able To Restart The Services

Sep 20, 2010

I m not able to ping nor able to restart the services.....i dont know wht happened.its giving the error.........

Error,some other host already uses address.im having 3 ethernet cards...this is my main server of company.

View 14 Replies View Related

Ubuntu Servers :: Setting Up SOHO Network - Installing Services For The Server Edition For 10.04

Oct 7, 2010

I have a good grasp on windows server 2003 but I don?t want to pay outrageous license fees for software and services and clients. I am newish to terminal as I only know a few commands. I have no problem installing services for the server edition for 10.04. Its just understanding whats going wrong to troubleshoot. I guess there is you guys and I have good working knowledge of Cisco's IOS's so I understand things like routing tables and interfaces and such for troubleshooting.

Questions I have... Can I install the desktop version of 10.04 and just install the server services? I was looking at the server guide [URL] and would like to know if these can all be installed on the desktop edition without too much trouble. I would imagine one could just use the server edition but I would really want a graphical user environment for some of the activities, if not all that I can. This would be becuase on my skills in the CLI. I priced out a server from Dell. I fits my budget perfectly if I go the Ubuntu 10.04 route. I was wondering if anyone sees any conflicts with the hardware for the Ubuntu OS....

[Code]....

View 4 Replies View Related

General :: How Can Vsftpd Services & Xinetd.d Services Can Be Differentiated

Sep 13, 2010

How can Vsftpd services & Xinetd.d services can be differentiated?

View 5 Replies View Related

OpenSUSE Network :: Apache And Tomcat Services - HTTPD Door

Jun 16, 2010

I have both apache and tomcat services running, both in their standard doors (tomcat 8080, httpd 80). I need to setup tomcat to run on door 80 instead of httpd. I changed httpd door with success to 8180. Now I want to change tomcat6 door to 80, and I did that by editing server.xml config file of tomcat. After restarting tomcat, the system tells me it's ok, but I can see that it's not running on 80, nor at any other door. A simple nmap search confirm that. What should I do to have tomcat running in door 80?

View 5 Replies View Related

OpenSUSE Network :: Samba And Other Services Hang While Apache Keeps Running?

Aug 26, 2011

I have a little bit of a problem, I run openSUSE as a server on a Dell PowerEdge T610. I use it for sharing files in a local network and as a web server accessible through the public IP (configured through router DMZ). Also, I use Teamviewer for remote control in order to avoid some compatibility and network problems. Generally the computer runs flawless but from time to time, as about once in two weeks, all network related services except the Apache server which runs just fine, and is still accesible, crash. The Samba share can't be accessed anymore, the Teamviewer is also dead and the only way to put everything back in order is a restart. The thing is I don't know if an error occurs since the server hasn't got a monitor installed, and more than that I do most of my work remotely (as in miles and miles away from the location) and it takes me quite some time to actually get there and see what's happening.

So, any ideas what might be happening? I belive that there might be some information in some of the logs, but as I am not an expert in Unix like operating systems I don't exactly know where to start from.

View 2 Replies View Related

Debian :: Unable To Restart Network Services Using The 'init.d' Scripts

Mar 17, 2010

I haven't been active in Debian for two years back when Lenny was still in 'testing' and noticed that for some reason it is no longer protocol to restart network services using the 'init.d' scripts. I also noticed the same for Ubuntu (which I don't use or could care about) and am trying to understand what is the correct way now for Debian and what changed? I did a search on Google but didn't turn up any results. Is it no longer correct to run:

Code:

/etc/init.d/network restart

View 7 Replies View Related

Security :: IPTABLES Vs Other Firewalls / All Network Connections That Come In To Services That Do Not Use TCP Wrappers?

Jul 23, 2010

I'm having problems with hackers from across the globe trying to get into our servers. Why? i have no clue. nothing of value in my servers worth getting.

Right now my service only does business with USA. So I'm trying to find a way to block all Non USA traffic. I called my hosting provider and they are unable to help. Said it was up to me to do this.

Well I've already taken care of the TCP Wrappers. by spawning a small C program i made that uses MaxMind's GeoIP system. to automatically deny access. Now i need to do something about all the other network connections that come in to services that do not use the TCP wrappers.

So i was wondering if IPTABLES have a way to spawn a sub proccess like TCP wrappers or if there was any other firewall software out there for linux that would let me achieve my goal.

View 10 Replies View Related

Debian Configuration :: WiFi Settings - System Network Services Are Not Compatible

Nov 4, 2015

I got this message when I tried to get in WifiSettings.

"The system network services are not compatible with this version"

What should I do?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved