search for: nodaemon

Displaying 20 results from an estimated 30 matches for "nodaemon".

2007 Nov 18
2
Launching X-Windows at different runelvels
Hi all, I need to launch X-Windows at runlevel 4 and 5. CentOS only start up x-windows at runlevel by default. I have modified /etc/inittab to accomplish this: x:4:respawn:/etc/X11/prefdm -nodaemon x:5:respawn:/etc/X11/prefdm -nodaemon But this returns errors every time that start and stop system ... Which is the correct form to launch x-windows under centos at different runlevels?? Many thanks. -- CL Martinez carlopmart {at} gmail {d0t} com
2015 Apr 08
3
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
...? ??{gdm-session-wo} ? ? ??{gdm-simple-sla} ? ??{gdm-binary} Xorg is in fact a sub-sub-process of gdm-binary. While logged into a GNOME session, I ran the pgrep command as follows: $ pgrep -fl gdm 1583 /usr/sbin/gdm-binary -nodaemon 1619 /usr/libexec/gdm-simple-slave --display-id /org/gnome/DisplayManager/Display1 1622 /usr/bin/Xorg :0 -br -verbose -audit 4 -auth /var/run/gdm/auth-for-gdm-EcVz3c/database -nolisten tcp vt1 1801 pam: gdm-password I restarted X using ctrl-alt-backspace, logged back in and ran the command again:...
2003 Oct 27
3
How to disable XFree86 and wdm listening ports
Hello, what is the right way to disable XFree86 and wdm listening ports tcp 6000 and tcp 1024. I read in man XFree86 about the -nolisten tcp option and tried to set in /usr/X11R6/lib/X11/xdm :0 local /usr/X11R6/bin/X -nolisten tcp but it was not successful. What is the right way to close the ports without use of IPFW? Your help would be appreciated. Thank?s Wolfgang
2009 Jul 04
1
[PATCH] Fix comment typo
...argc, char **argv) } #endif /* Daemonize this process */ - /* Note: when running in secure mode (-s), we must not chroot, since + /* Note: when running in secure mode (-s), we must not chdir, since we are already in the proper directory. */ if (!nodaemon && daemon(secure, 0) < 0) { syslog(LOG_ERR, "cannot daemonize: %m"); -- 1.5.6.5
2007 Sep 14
2
xdm
...s are outdated for this setup. this is what I am referencing... http://ltsp.mirrors.tds.net/pub/ltsp/docs/ltsp-4.1-en.html#AEN984 Anyway, KDM is display manager and I am only getting grey screen with X # ps aux|grep kdm root 4275 0.0 0.0 3036 864 ? Ss Jul01 0:00 /usr/bin/kdm -nodaemon per the instructions... /etc/X11/xdm/Xaccess (This file doesn't exist) but # tail -n 3 /usr/share/config/kdm/Xaccess # The following line was added by ltspcfg # * # Allow remote connects how do I enable non local logins? remote workstation does exist in DNS -- Craig White <craig at...
2013 Sep 22
1
Issue with starting puppetmaster service
HI I have installed puppet on a RHEL 6.x machine. When I try to start the puppet master service, it fails and when I check status it says - "puppet dead but subsys locked". [root@testvm init.d]# service puppet status puppet (pid 13304) is running... [root@testvm init.d]# service puppetmaster status puppet dead but subsys locked [root@testvm init.d]# I can see that this error
1997 Jan 12
9
dos-attack on inetd.
Hi. I don''t know if this one is known, but I can''t recall seeing anything about it. If it is old news I apologize. I discovered a bug in the inetd that comes with NetKit-B-0-08 and older. If a single SYN is sent to port 13 of the server, inetd will die of Broken Pipe: write(3, "Sun Jan 12 21:50:35 1997\r\n", 26) = -1 EPIPE (Broken pipe) --- SIGPIPE (Broken pipe) ---
2015 Apr 08
2
Problems with getty and X on runlevel switch [Was: Re: The future of centos]
On 2015-04-08, David Both <dboth at millennium-technology.com> wrote: > The easy way to restart gdm is when you are on the login screen itself > or the desktop simply press Ctrl-Alt-Backspace. This works for Upstart > in CentOS 6.x but will not work for CentOS 7.x which uses Systemd. The > service command does not work for gdm. However, logging out of the > desktop will
2010 Sep 08
1
[LLVMdev] Adding a Buildbot Slave
How would I go about registering a machine with the LLVM buildbot as a build slave? I now have a fairly stable linux-x86_64 machine to add to the pool. -Dave
2008 Nov 07
0
/etc/ttys oddity
I have the following line in /etc/ttys: ttyv8 "/usr/local/bin/kdm -nodaemon" xterm on insecure Because of X misconfiguration it constantly crashed, so: kdm-bin[1178]: Unable to fire up local display :0; disabling. So I fix xorg.conf, then I change on => off in ttys, then I do kill -1 1, and X gets started! Seems illogical. Or maybe kdm-bin does something &qu...
2009 Aug 13
2
/etc/init.d/gdm for centos5
Does anybody know how to restart X in centos 5.3? /etc/init.d/gdm | xdm seems to be missing. thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20090813/671fde5f/attachment-0003.html>
2009 Oct 09
0
/etc/inittab not loaded properly
...# Run gettys in standard runlevels 1:2345:respawn:/sbin/mingetty tty1 2:2345:respawn:/sbin/mingetty tty2 3:2345:respawn:/sbin/mingetty tty3 4:2345:respawn:/sbin/mingetty tty4 5:2345:respawn:/sbin/mingetty tty5 6:2345:respawn:/sbin/mingetty tty6 # Run xdm in runlevel 5 x:5:respawn:/etc/X11/prefdm -nodaemon SV:123456:respawn:/command/svscanboot clearly this is not normal and how to fix it ? please help! thank you. -- http://blog.rizahnst.org
2011 Apr 15
0
Xorg
For a few days I can't boot a server in graphical mode. The screen goes black and a have a CUI login. I can login a user and at this point 'startx' get the graphical interface up in /etc/inittab/ x: 5:respawn: /etc.X11/prefdm -nodaemon and xdmcp is alivre On this server we have 12 stations drived by LTSP as a terminal server. We can boot the stations to a point where the X graphical interface doesn't come up and the terminal stays with a grey screen with a big X in the center. Do somebody can drive me to a solution? --- Mi...
2009 Jul 07
1
[PATCH] Set up ovirt-agent so it starts as a daemon
...+ ensure_credentials server, port = nil sleepy = 5 + + do_daemon = true + + opts = OptionParser.new do |opts| + opts.on("-h", "--help", "Print help message") do + puts opts + exit + end + opts.on("-n", "--nodaemon", "Run interactively (useful for debugging)") do |n| + do_daemon = false + end + end + begin + opts.parse!(ARGV) + rescue OptionParser::InvalidOption + puts opts + exit + end + + if do_daemon + # This gets around a problem with paths for...
2009 May 28
0
[PATCH server] Use qpid for migration and add more debugging to taskomatic.
...@ -60,6 +60,7 @@ class TaskOmatic @nth_host = 0 do_daemon = true + do_debug = false opts = OptionParser.new do |opts| opts.on("-h", "--help", "Print help message") do @@ -69,6 +70,9 @@ class TaskOmatic opts.on("-n", "--nodaemon", "Run interactively (useful for debugging)") do |n| do_daemon = false end + opts.on("-d", "--debug", "Print verbose debugging output") do |d| + do_debug = true + end opts.on("-s N", Integer, "--slee...
2004 Jun 26
3
ttyv for local only?
I get this in my security postings. Jun [undisclosed time] [undiscl.] login: 2 LOGIN FAILURES ON ttyv2 Jun [undisclosed time] [undiscl.] login: 2 LOGIN FAILURES ON ttyv2, qmaild As it turns out, I'm not running qmail :) And if I did, it would definitely have a nologin shell. But that's beside the point- I have had a perception that ttyv was for local/console logins, and that just
2003 Apr 02
2
FreeBSD 5.0 will not boot
Hi everyone, I released turned to FreeBSD simply because I am discouraged with windows and there security scheme (did you guys see the document microsoft wrote about how to stop windows from sending out info about your computer onto the net? it's freaking 250 pages, and that doesn't cover all the xtra exploits that can come in your computer). Anyways, I recently tried 4.8 rc2, and it
2010 Dec 06
6
How to get remote access to domU console using VNC?
Hi all, I installed a paravirt CentOS 5.4 domU on a CentOS 5.4 dom0 environment. I compiled the domU kernel with framebuff console. But I couldn’t using VNC to connect to the domU console. The kernel boot message could print on the vnc console. But after the boot process, the console appears on the text console in dom0 again. The configfile is as follows: vfb = [
2001 Oct 04
0
ANNOUNCE: ticker (peeper)
...out a half-hour to write :-) A rooster crow or doorbell chime tells me that something is happening with my stocks. And at the end of the day, it e-mails me a report on any questionable activity. =3Dhead1 USAGE ./ticker --help ./ticker --noautodiscovery --server=3Dlocalhost --port=3D2001 --nodaemon If you have any problems, try turning on debugging output with something like --debug=3D9. =3Dhead1 CONFIGURATION To use this client, include a section like the following in peep.conf: client ticker class home port 1999 config # Stock symbol Stock exchange Event...
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
Hi, This is my current patch queue. The patches are independent, AFAIK, so feel free to cherry-pick or reject them independently. The bottom one was needed for a successful build here; the top one contains all the modifications you requested on IRC, and more. Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to get rid of them. Comments welcome. --- Ferenc Wagner (5):