Sponsored Content
Top Forums UNIX for Advanced & Expert Users SPARCstation is broadcasting as boot server Post 52748 by Optimus_P on Thursday 24th of June 2004 02:37:06 PM
Old 06-24-2004
i dont believe he is talking about Jumpstarts bootservices.

i think hes talking more about the dtlogin processes.

cdunavent i wouldnt worry about it the stations are just showing you which servers area accessable. If you dont want the solaris station to allow a xwindows sessions at all you can kill the dtlogin process on the solaris server itself.

the daemon is started at boot on in /etc/rc2.d/S99dtlogin

btw the configuration for the dt processes is by default in /usr/dt/config. but if /etc/dt/config exhists it reads that dir first.

if you dont want to have the server show up on other stations you can stop the xdm processes.

http://www.netsys.com/cgi-bin/man2html?xdm(1)

(hint check out teh Xaccess file to stop it from broadcasting)
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

broadcasting failed 'su root'

hi, if i try to 'su' to root and enter the wrong password, the failed su is broadcastet to all user logged in on the machine. Anyone know where i can stop that broadcast? thanks Lazzar (3 Replies)
Discussion started by: Lazzar
3 Replies

2. UNIX for Advanced & Expert Users

radio broadcasting

hi I wanna make radio broadcasting from my web page. I am planning to use a linux server. I have no idea about how can I do :( I heard about RealPlayer can be used but ,unfortunatelly, I don't know how! Any suggestions and advices are welcome.... thanks... (4 Replies)
Discussion started by: fnoyan
4 Replies

3. Programming

HELP broadcasting client IDs to network in C

I am trying to write a client server chat program in C and am unsure as to how I would broadcast all the users IDs over the network. At the moment I have the usernames stored in a array clientsock.cl_id, I am able to output this information to the server but am unsure how to transmit this... (1 Reply)
Discussion started by: dooker
1 Replies

4. Solaris

SPARCstation 5 broadcasting

Hey guys...hopefully this will be a fairly easy one. I've got an old SPARCstation 5 running Sun 5.5.1 that I just hooked up to the network so that I can run HP OpenView. The box is working fine, but it is broadcasting as a boot server. In other words, when co-workers come in and get ready to log... (2 Replies)
Discussion started by: cdunavent
2 Replies

5. Solaris

SparcStation 20 Crashed. Doesn't boot.

I have sparc Station 20 which is crashed and doesn't boot from the OK prompt except gives me bunch of errors. How can i retrieve my data from the root drive before go for re-installation. This system has Veritas Volume manager on it don't know the version but assume its 2.xxx. Thanks -Adeel (0 Replies)
Discussion started by: deal732
0 Replies

6. Solaris

Sparcstation 5 graphics card in Ultra 1 server

is it possible to swap the Turbo XGX graphics card in the SS5 to the ULTRA server 1 ? and do they use the same type of RAM ? Thx. (0 Replies)
Discussion started by: mads-nielsen
0 Replies

7. UNIX for Dummies Questions & Answers

remote use of a sparcstation

I am away from my Unix sparcstation and need to work on it remotely via a PC. I can open a PuTTy window and execute line commands. But I've forgotten how to be able to work on a graphical program, like xfig. I know there are some commands to enable this, but can't remember them. (6 Replies)
Discussion started by: leveson
6 Replies

8. Solaris

boot server / install server

I have a compaq evo n400c. This computer has no cdrom or floppy drive. In order to boot from thumb drive i need to update bios. The only way to boot is network boot from my desktop. I am trying to follow a guide JumpStart Server Configuration ? Solaris 10 I am a bit confused at this steps. ... (3 Replies)
Discussion started by: kc2dws
3 Replies

9. What is on Your Mind?

Home broadcasting station

Hi all, I have been searching application for setup a home broadcasting station via Internet. Follows are my search result; Freevo, GeeXboX, Auto-RadioX, Red5, CeBIT, Open Broadcaster etc. I haven't had any experience on their selection. Please shed me some light. Besides where can I find... (3 Replies)
Discussion started by: satimis
3 Replies

10. Red Hat

Moving boot SSD from a dead server to a new server

Hi all, We have a disk array that has the boot drive on an OCZ SSD on a PCIe card. Well, the motherboard died and we got a new motherboard. We moved the controllers, NICs, etc, to the exact same slots on the new motherboard, except now it won't boot. I guess it doesn't recognize the OS on the... (1 Reply)
Discussion started by: glowe57
1 Replies
xdm.options(5)							File Formats Manual						    xdm.options(5)

NAME
xdm.options - configuration options for the X display manager DESCRIPTION
/etc/X11/xdm/xdm.options contains a set of flags that determine some of the behavior of the X display manager xdm(1x). Most of xdm's behavior is customized through other files; consult the xdm manual page if this manual page does not describe the behavior you want to alter. /etc/X11/xdm/xdm.options may contain comments, which begin with a hash mark ('#') and end at the next newline, just like comments in shell scripts. The rest of the file consists of options which are expressed as words separated by hyphens, with only one option per line. Options are enabled by simply placing them in the file; they are disabled by prefixing the option name with 'no-'. Available options are: ignore-nologin Normally, if the nologin(5) file exists, its contents will be displayed using xmessage(1x) (if xmessage is available), and the user will be returned to the xdm login screen after xmessage is dismissed instead of starting the X session. If this option is enabled, xdm starts a session as usual (after xmessage is dismissed, if xmessage is available and the nologin file exists). This behavior is disabled by default: nologin is heeded, not ignored. restart-on-upgrade Enable this option with caution on 'production' machines; it causes the daemon to be stopped and restarted on upgrade, even if the process has children (which means it is managing X sessions). Typically when a package that contains a daemon is being installed or upgraded, its maintainer scripts stop a running daemon process before installing the new binary, and restart it after the new binary is installed. Stopping xdm causes immediate termination of any sessions it manages; in some situations this could be an unwelcome surprise (for instance, for remote xdm users who had no idea the administrator was performing system maintenance). On the other hand, for machines that stay up for long periods of time, leaving the old daemon running can be a bad idea if the new version has, for instance, a fix for a security vulnerability (overwriting xdm's executable on the file system has no effect on the copy of xdm in memory). The xdm package's pre-removal script checks to see if the xdm process has any children; if it does, it is possible that someone's session would be killed by stopping xdm, so a warning is issued and an opportunity to abort the upgrade of xdm is pro- vided. Furthermore, restarting xdm on upgrade can be surprising, because a locally-managed X server can change the active VT even while other packages are continuing to upgrade. If, by intent or accident, the X server does not honor the key sequence to switch VTs back to a virtual console, this can be undesirable. This behavior is disabled by default: xdm will be not be stopped or started during an upgrade of its package; the administrator will have to do so by hand (with invoke-rc.d xdm restart or by rebooting the system) before the newly installed xdm binary is used. start-on-install Enable this option with caution; it causes the xdm daemon to be started immediately after the package is installed. See the above entry regarding restart-on-upgrade for other caveats regarding the consequences of starting the xdm daemon during package manage- ment. This behavior is disabled by default: xdm will not be started when it is installed. Changing this setting can affect future installs if the package is removed, but not purged (which removes 'conffiles', including xdm.options). use-sessreg This option causes the /etc/X11/xdm/Xreset script to call the sessreg(1x) program to register X sessions managed by xdm in the utmp(5) and wtmp(5) files. If it is disabled, the utmp and wtmp files will have no record of xdm sessions. This behavior is enabled by default; sessreg will be used. Users of older versions of the Debian system should note that the 'run-xconsole' option has been removed. The shell script named /etc/X11/xdm/Xreset can be edited to disable or modify the running of xconsole on the xdm greeter screen; see xdm(1x) for more information. AUTHORS
Stephen Early, Mark Eichin, and Branden Robinson customized xdm's startup and reset scripts and package maintainer scripts to implement the functionality described above. This manual page was written by Branden Robinson. SEE ALSO
sessreg(1x), xmessage(1x), xdm(1x), nologin(5), utmp(5), wtmp(5) Debian Project 2004-10-31 xdm.options(5)
All times are GMT -4. The time now is 06:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy