search for: run_mod

Displaying 15 results from an estimated 15 matches for "run_mod".

Did you mean: run_mode
2014 Aug 15
1
ctdb event script 50.samba does not start smbd
...usr/local/etc/ctdb/events.d --public-addresses=/usr/local/etc/ctdb/public_addresses --socket=/usr/local/var/run/ctdb/ctdbd.socket --logfile=/var/log/syslog Here is the service script copied from the samba wiki. It is installed chmod + x'd at /etc/init.d/smbd. It works fine manually: #!/bin/sh RUN_MODE="daemons" [ -r /etc/default/samba ] && . /etc/default/samba PIDDIR=/usr/local/samba/var/run NMBDPID=$PIDDIR/nmbd.pid SMBDPID=$PIDDIR/smbd.pid unset TMPDIR test -x /usr/local/samba/sbin/nmbd -a -x /usr/local/samba/sbin/smbd || exit . /lib/lsb/init-functions case "$1" in...
2012 Oct 08
11
Puppet 3.0 upgrade issue
...ils.rb:176 time=2012-10-08 11:17:56.504 ]: *** Exception NoMethodError in PhusionPassenger::Rack::ApplicationSpawner (undefined method `settings'' for Puppet:Module) (process 1532, thread #<Thread:0x7f98ecf7d370>): from /usr/lib/ruby/site_ruby/1.8/puppet/application.rb:273:in `run_mode'' from /usr/lib/ruby/site_ruby/1.8/puppet/application/master.rb:5 from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require'' from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require'' from conf...
2016 Apr 12
3
selinux getsebool request
On 04/12/2016 02:31 PM, James Hogarth wrote: > For example: > > unless => "/usr/sbin/getsebool httpd_can_network_connect | /usr/bin/grep on > &> /dev/null" D'oh! That's what I get for overcomplicating the whole darn thing. :) > > Incidentally one nice trick if you're dealing with potentially changing > multiple booleans and the policy compile
2014 Mar 24
0
Samba documentation feedback: installation guide for AD join
...quot;update-rc.d samba defaults" to install auto-start function. # smbd+nmbd will automatically being started after earch system start/reboot # # Modified by local@#samba~irc.freenode.net at 06th March 2013 # The script was successfully tested on Debian GNU/Linux Squeeze+Wheezy # Defaults RUN_MODE="daemons" # Reads config file (will override defaults above) [ -r /etc/default/samba ] && . /etc/default/samba PIDDIR=/usr/local/samba/var/run NMBDPID=$PIDDIR/nmbd.pid SMBDPID=$PIDDIR/smbd.pid # clear conflicting settings from the environment unset TMPDIR # See if the daemons...
2006 Mar 27
0
access share on machine running server again
...not had time to startup properly I added a 10s delay, still random fail to mounts. Does anyone have any ideas ? Oh yes, if I open an xterm and '/etc/init.d/samba restart' it always mounts the shares AOK Dave #!/bin/sh # # Start/stops the Samba daemons (nmbd and smbd). # # # Defaults RUN_MODE="daemons" # Reads config file (will override defaults above) [ -r /etc/default/samba ] && . /etc/default/samba NMBDPID=/var/run/samba/nmbd.pid SMBDPID=/var/run/samba/smbd.pid # clear conflicting settings from the environment unset TMPDIR # See if the daemons are there test -x...
2016 Apr 13
0
selinux getsebool request
...disk policy alarms me. I'm not sure I entirely understand this discussion. Isn't this what puppet does by default with selboolean? # puppet resource selboolean httpd_can_network_connect value=on persistent=true --debug Debug: Runtime environment: puppet_version=3.8.6, ruby_version=2.0.0, run_mode=user, default_encoding=UTF-8 Debug: Loaded state in 0.15 seconds Debug: Selboolean[httpd_can_network_connect](provider=getsetsebool): Retrieving value of selboolean httpd_can_network_connect Debug: Executing '/usr/sbin/getsebool httpd_can_network_connect' Debug: Selboolean[httpd_can_networ...
2003 Aug 12
0
documentation inconsistency
...> contradicts the actual behaviour in /etc/init.d/samba: <<< start) echo -n "Starting Samba daemons:" echo -n " nmbd" start-stop-daemon --start --quiet --exec /usr/sbin/nmbd -- -D if [ "$RUN_MODE" != "inetd" ]; then echo -n " smbd" start-stop-daemon --start --quiet --exec /usr/sbin/smbd -- -D fi echo "." ;; >>> in that only the behaviour of smbd is gover...
2013 Feb 11
2
non-US-ASCII charapters in manifests (windows & puppet 3.1)
Puppet 3.1 is released, but problem not fixed. Puppet 3.0 and 2.x don''t test manifest for non-ASCII and write uncorrect characters to system (like file names, folders, files and other) . But now Puppet 3.1 test manifest and stop.<https://lh5.googleusercontent.com/-aRLPbc_OYbA/UQY4w9ivc6I/AAAAAAAAACU/nqH8b5IRbgI/s1600/puppet%2B3.1b2.png> -- You received this message because you
2008 Mar 31
0
First file download from samba dead slow (fwd)
...3.0.24-6etch9 Samba common files used by both th ii zli 1:1.2.3-13 compression library - runtime Versions of packages samba recommends: pn smbldap-tools <none> (no description available) -- debconf information: samba/run_mode: daemons samba/tdbsam: false samba/generate_smbpasswd: true -- A: Top Posters Q: What is the most annoying thing on mailing lists? Harald H Hannelius | harald/a\arcada.fi | GSM +358 50 594 1020
2003 Nov 04
1
Fwd: Samba semantics error?
...cmdline parameters ii logrotate 3.6.5-2 Log rotation utility ii netbase 4.14 Basic TCP/IP networking system ii samba-common 3.0.0final-1 Samba common files used by both th -- debconf information: samba/nmbd_from_inetd: * samba/run_mode: daemons samba/log_files_moved: samba/tdbsam: false * samba/generate_smbpasswd: true ----- End forwarded message -----
2004 Dec 10
1
Samba segfault - panic-action when printing
...ility ii netbase 4.19 Basic TCP/IP networking system ii samba-common 3.0.8-2 Samba common files used by both th -- debconf information: samba/nmbd_from_inetd: * samba/log_files_moved: * samba/tdbsam: false * samba/generate_smbpasswd: true * samba/run_mode: daemons
2012 Aug 23
1
Puppet Agent VS User
...ppet reporturl = http://localhost:3000/reports/upload req_bits = 2048 requestdir = /var/lib/puppet/ssl/certificate_requests resourcefile = /var/lib/puppet/state/resources.txt rest_authconfig = /etc/puppet/auth.conf route_file = /etc/puppet/routes.yaml rrddir = /var/lib/puppet/rrd rrdinterval = 1800 run_mode = user rundir = /var/run/puppet runinterval = 1800 sendmail = /usr/sbin/sendmail serial = /var/lib/puppet/ssl/ca/serial server = puppet server_datadir = /var/lib/puppet/server_data servertype = webrick show_diff = false signeddir = /var/lib/puppet/ssl/ca/signed smtpserver = none splay = false spla...
2010 Aug 25
18
Puppet hangs
Hello, we have one puppet server managing approx servers, all FreeBSD. The problem is that the puppet clients all hangs, one by one, eventually. They will run for anything between an hour up to a week. But eventually the all hang. We really like puppet and want to keep using it. But the way it is now is completely unusable. We''ve tried many versions, from 24.x, and now 2.6.1rc1. But
2017 Feb 26
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
...t;, 'cmd_sambatool': <type at remote 0x73f9c0>, '__package__': None, 'sys': <module at remote 0x7ffff7faebb0>, '__name__': '__main__', '__doc__': None}) at /usr/src/debug/Python-2.7.5/Python/ceval.c:689 No locals. #46 0x00007ffff7b1237f in run_mod (mod=<optimized out>, filename=filename at entry=0x7fffffffe691 "/usr/bin/samba-tool", globals=globals at entry={'subcommand': 'domain', 'signal': <module at remote 0x7ffff7fe2a60>, 'args': ['classicupgrade', '--verbose', ...
2017 Feb 16
2
samba-tool domain classicupgrade smb_krb5_context_init_basic failed (Invalid argument)
On Fri, 2017-02-17 at 07:48 +1100, Tom Robinson via samba wrote: > Anyone? Can you please post a gdb backtrace --full? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 862 bytes Desc: This is a digitally signed message part URL: