Sponsored Content
Full Discussion: Can't connect to remote mini
Operating Systems OS X (Apple) Can't connect to remote mini Post 302438044 by mbohn on Saturday 17th of July 2010 08:49:49 PM
Old 07-17-2010
Quote:
Originally Posted by mbohn
Please re-read the tech note. It gives a method for leaving mDNSResponder functional but it stops Bonjour from advertising services.

In the meanwhile, I've learned that the mini is hanging during bootup and it seems to be unrelated to mDNSResponder.

I took the mini to the Genius Bar and after confirming that the hard drive was ok, they reinstalled the OS and all seems ok now. I was then able to disable Bonjour service advertising again without any problems.

I have no idea what happened but I suspect when I rebooted after the first attempt at shutting off advertising some critical boot file got damaged.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

what is the command to connect to remote terminals

what is the command to connect to remote terminals? (1 Reply)
Discussion started by: sendtorohitgupt
1 Replies

2. Windows & DOS: Issues & Discussions

Connect to a Remote Sybase Server Through Script.

Hi all, I am trying to connect to Remote Sybase database Server through shell script. I am operating on WindowsXP, connect to Unix(version SunOS: 5.8) The thing is i dont know how to connect to Sybase Server through my script file? Are there any manual pages which can guide me through the... (2 Replies)
Discussion started by: Aparna_k82
2 Replies

3. Shell Programming and Scripting

connect to remote MQ-QManager

Hi , I need to connect to a remote MQ Manager using shell script. Please help. thanks in advance Satya (0 Replies)
Discussion started by: Satyak
0 Replies

4. UNIX for Dummies Questions & Answers

How do I connect to a remote X11 server ?

Hi, how do I connect to a remote x server? i tried this: startx -display 192.168.0.1:0 # when I do this, it just connects to my own x server i.e I see my own desktop. and export DISPLAY=192.168.0.1:0.0 # when I do this nothing happens. (it doesn't even try to connect, no activity in... (7 Replies)
Discussion started by: uxfuser
7 Replies

5. AIX

Connect HMC to remote servers

I'm trying to connect a few servers in different remote locations to my HMC. I added static IPs to the Service Processor through ASM, and did all the necessary network configurations, then connected those servers to our switch. Now my questions are: - in our site, do I need to connect these... (4 Replies)
Discussion started by: Dardeer
4 Replies

6. AIX

AIX Remote Connect Fail With “No more multiple IP addresses to connect” Error

We have a production server at a client site running AIX. And recently when users are trying to connect to it via telnet, it prompts "No more multiple IP addresses to connect". Can I know what does this error mean? and how to rectify this? Thanks. (2 Replies)
Discussion started by: a_sim
2 Replies

7. Red Hat

unable to connect remote server using ssh

hi all i am unable to connect remote server using ssh but i am able to ping the server ssh service is running. (5 Replies)
Discussion started by: nikhil kasar
5 Replies

8. Shell Programming and Scripting

Sudo connect to a remote server and execute scripts in remote server

Hello Every one!! I am trying to write a shell script which will connect to a remote server and execute scripts which are at a certain path in the remote server. Before this I am using a sudo command to change the user. The place where I am stuck is, I am able to connect to the... (6 Replies)
Discussion started by: masubram
6 Replies

9. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

10. Shell Programming and Scripting

Script to connect to remote and sendmail.

Hello, Kindly guide. SendMail function on my script is not working, but it works manually. Any better way to handle the script is appreciable. #!/bin/sh GetHostConnection() { truncate --size 0 /home/web/for_mail.out while read -r lines ; do ip=`echo $lines | awk '{print... (9 Replies)
Discussion started by: sadique.manzar
9 Replies
netbiosd(8)						    BSD System Manager's Manual 					       netbiosd(8)

NAME
netbiosd -- NetBIOS protocol daemon SYNOPSIS
netbiosd [options] DESCRIPTION
netbiosd is responsible for interacting with NetBIOS networks. netbiosd registers and defends one or more NetBIOS name, depending on the set of configured services. It also browses and scavenges names from the NetBIOS network, making them available to the system through mDNSResponder. OPTIONS
-debug The service will log extensive debug information and may perform extra diagnostic checks. This option is typically only useful for debugging. -dump-packets Pretty-print all sent and received NetBIOS packets to the output log. This option is typically only useful for debugging. -help Prints a usage message and exits. -max-refresh Maximum time (in seconds) between searches to refresh the workgroup list. -min-refresh Minimum time (in seconds) between searches to refresh the workgroup list. -stdout Causes netbiosd to print log messages to standard output instead of the system log. FILES
/Library/Preferences/SystemConfiguration/com.apple.smb.server.plist The primary configuration for the SMB stack. This file is updated by various system services and should not be edited by hand. /System/Library/LaunchDaemons/com.apple.netbiosd.plist The netbiosd service's property list file for launchd(8). SIGNALS
SIGHUP This signal causes netbiosd to reconfigure. It will first unregister any NetBIOS names it has registered. Then it will determine its new set of NetBIOS names and register those. SIGUSR1 This signal causes netbiosd to toggle debug logging. SEE ALSO
launchd(8), mDNSResponder(8) STANDARDS
The TCP/UDP embodiment of the NetBIOS protocol is documented in RFC 1002 Protocol standard for a NetBIOS service on a TCP/UDP: Detailed Specifications, 1987 RFC 1001 Protocol standard for a NetBIOS service on a TCP/UDP: Concepts and Methods, 1987 The NetBIOS browsing protocol is documented as part of the Microsoft Work Group Server Protocol Program (WSPP) technical documentation set, specifically MS-BRWS Common Internet File System (CIFS) Browser Protocol Specification HISTORY
The netbiosd utility first appeared in Mac OS 10.7. Darwin June 2, 2019 Darwin
All times are GMT -4. The time now is 01:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy