Re: remove avahi default services

2012-07-26 Thread Reindl Harald


Am 23.07.2012 16:54, schrieb Ed Greshko:
 On 07/21/2012 06:24 PM, Reindl Harald wrote:

 Am 21.07.2012 08:18, schrieb Ed Greshko:
 On 07/21/2012 01:26 PM, Ed Greshko wrote:
 Why don't you just 

 systemctl disable avahi-daemon.service
 Orif you want to discover...but don't want to announce...

 edit /etc/avahi/avahi-daemon.conf

 modify to change to

 disable-publishing=yes

 and restart the service
 the point is WHY are there services published by default
 which you can not disable in a proper way?

 there are setups as example netatalk servers where you
 want to publish afpd but NOT sshd/udisks
 
 You seem to be asking a different question than you did originally. 
 
 In your first message you stated: i do NOT want that my machines 
 braodcasting any
 services?  But, now you are wanting to broadcast somebut just not sshd 
 or udisks?
 
 Could you clarify what your really want?

i want not any service broadcasted as long as i do not
enable this explicitly which is always a good default
behavior in case of security

nobody in a network usually needs to know where sshd is
running and for udisks i can not imagine at all how
it can be a good idea to do this

the defaulkt-files would be sane if they work like
xinted-files which are disabled by default even if
they are installed by a package



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: remove avahi default services

2012-07-23 Thread Reindl Harald


Am 21.07.2012 08:18, schrieb Ed Greshko:
 On 07/21/2012 01:26 PM, Ed Greshko wrote:
 Why don't you just 

 systemctl disable avahi-daemon.service
 
 Orif you want to discover...but don't want to announce...
 
 edit /etc/avahi/avahi-daemon.conf
 
 modify to change to
 
 disable-publishing=yes
 
 and restart the service

the point is WHY are there services published by default
which you can not disable in a proper way?

there are setups as example netatalk servers where you
want to publish afpd but NOT sshd/udisks



signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: remove avahi default services

2012-07-23 Thread Ed Greshko
On 07/21/2012 06:24 PM, Reindl Harald wrote:

 Am 21.07.2012 08:18, schrieb Ed Greshko:
 On 07/21/2012 01:26 PM, Ed Greshko wrote:
 Why don't you just 

 systemctl disable avahi-daemon.service
 Orif you want to discover...but don't want to announce...

 edit /etc/avahi/avahi-daemon.conf

 modify to change to

 disable-publishing=yes

 and restart the service
 the point is WHY are there services published by default
 which you can not disable in a proper way?

 there are setups as example netatalk servers where you
 want to publish afpd but NOT sshd/udisks

You seem to be asking a different question than you did originally. 

In your first message you stated: i do NOT want that my machines braodcasting 
any
services?  But, now you are wanting to broadcast somebut just not sshd or 
udisks?

Could you clarify what your really want?

-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: remove avahi default services

2012-07-21 Thread Ed Greshko
On 07/21/2012 01:26 PM, Ed Greshko wrote:
 Why don't you just 

 systemctl disable avahi-daemon.service

Orif you want to discover...but don't want to announce...

edit /etc/avahi/avahi-daemon.conf

modify to change to

disable-publishing=yes

and restart the service




-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


remove avahi default services

2012-07-20 Thread Reindl Harald
why are ssh.service and udisks.service randomly
installed after they are deleted because i do NOT
want that my machines braodcasting any services?

avahi is only running for avahi-browse --all to discover network

[root@srv-rhsoft:/etc/avahi/services]$ ls
insgesamt 8,0K
-rw-r--r-- 1 root root 1,1K 2012-05-21 10:51 ssh.service
-rw-r--r-- 1 root root  299 2012-04-14 11:11 udisks.service
[root@srv-rhsoft:/etc/avahi/services]$ rm -f *

now they are away, but they coming back randomly on updates.




signature.asc
Description: OpenPGP digital signature
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


Re: remove avahi default services

2012-07-20 Thread Ed Greshko
On 07/18/2012 12:28 AM, Reindl Harald wrote:
 why are ssh.service and udisks.service randomly
 installed after they are deleted because i do NOT
 want that my machines braodcasting any services?

 avahi is only running for avahi-browse --all to discover network

 [root@srv-rhsoft:/etc/avahi/services]$ ls
 insgesamt 8,0K
 -rw-r--r-- 1 root root 1,1K 2012-05-21 10:51 ssh.service
 -rw-r--r-- 1 root root  299 2012-04-14 11:11 udisks.service
 [root@srv-rhsoft:/etc/avahi/services]$ rm -f *

 now they are away, but they coming back randomly on updates.

Why don't you just 

systemctl disable avahi-daemon.service

?


-- 
Never be afraid to laugh at yourself, after all, you could be missing out on 
the joke
of the century. -- Dame Edna Everage
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org