search for: remote_fs

Displaying 20 results from an estimated 21 matches for "remote_fs".

2012 Oct 06
7
How to auto-start Guests when using 'xl' toolstack? 'old' configs in /etc/xen/auto/ are ignored without xend service active.
I''ve migrated my Dom0 host to Xen 4.2.0 + xl toolstack. With ''xm'' toolstack, configs in /etc/xen/auto are autostarted, assuming xend/xendomains services are started. IIUC, when using xl toolstack, those services are not to be started; and, afaict, the installation process for 4.2 has them disabled by default. Now, the configs in /etc/xen/auto are simply ignored. I
2016 Apr 02
2
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
On 02/04/16 20:59, Sonic wrote: > On Sat, Apr 2, 2016 at 2:34 PM, Rowland penny <rpenny at samba.org> wrote: >> On debian there is a script called samba in /etc/init.d , it starts smbd & >> nmbd *or* samba, if it doesn't find 'server role = active directory domain >> controller' in smb.conf , it doesn't try to start the samba deamon. > Odd that
2016 Apr 02
0
Upgrading Samba 3 to Samba 4 - Domain Controller unreachable
...*) echo "Usage: /etc/init.d/samba {start|stop|reload|restart|force-reload|status}" exit 1 ;; esac ============================= #! /bin/sh ### BEGIN INIT INFO # Provides: samba-ad-dc # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start Samba daemons for the AD DC ### END INIT INFO # # Start/stops the Samba daemon (samba). # Adapted from the Samba 3 packages. # PIDDIR=/var/run/samba SAMBAPID=$PIDD...
2008 Jan 01
1
Bug#458502: xen-utils-common: Slight problem with LSB header in init.d script
...ependency based boot sequencing, I discovered a bug in the init.d script for xen-utils-common. It is set to stop in the boot "runlevel" (S), but no script should stop there. Also, xend only depend on $local_fs, but uses files in /usr/ which is not guaranteed to be available until after $remote_fs. Last, the xendomains script have the home-made header default-enabled which create a lintian warning and was the issue that make me have a closer look at these scripts dependencies. This patch solve the issues: diff -ur xen-common-3.1.0.orig/debian/xen-utils-common.xend.init xen-common-3.1.0/de...
2012 May 04
1
[PATCH] tools/hotplug: remove 4 from default runlevel in xen-watchdog, xend and xendomains
...g. Signed-off-by: Olaf Hering <olaf@aepfle.de> diff -r 113fd57259b9 -r 9a430b7e2df2 tools/hotplug/Linux/init.d/xen-watchdog --- a/tools/hotplug/Linux/init.d/xen-watchdog +++ b/tools/hotplug/Linux/init.d/xen-watchdog @@ -10,7 +10,7 @@ # Should-Start: xend # Required-Stop: $syslog $remote_fs # Should-Stop: xend -# Default-Start: 2 3 4 5 +# Default-Start: 2 3 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop xen-watchdog # Description: Run domain watchdog daemon. diff -r 113fd57259b9 -r 9a430b7e2df2 tools/hotplug/Linux/init.d/xend --- a/tools/hotplug/L...
2013 Apr 15
6
Shorewall and OpenVSwitch on Debian
Hi, I have a machine with a Debian Stable installation that runs OpenVSwitch to connect a virtual machine on the same box. The machine is also running shorewall. The problem that I''m having is that shorewall try to run before openvswitch, this makes that shorewall fails because it can''t determine the IP of the virtual interface generated by openvswitch that start after
2016 Feb 25
0
tinc - logging
...But how do I include in startup script? This is the default startup script which was created and I believe it reads the "nets.boot" file. "Output Omitted" root at ubuntusrv:~# cat /etc/init.d/tinc #! /bin/sh # ### BEGIN INIT INFO # Provides: tinc # Required-Start: $remote_fs $network # Required-Stop: $remote_fs $network # Should-Start: $syslog $named # Should-Stop: $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start tinc daemons # Description: Create a file $NETSFILE (/etc/tinc/nets.boot), #...
2011 Sep 15
1
Problem with init script of tinc in debian squeeze
Hi, I am running Tinc on debian squeeze, when I reboot, the tincd daemon is not running at all, despite having the right link in rc2.d: root at box /etc/rc2.d [9]# ls S03tinc* S03tinc When I do /etc/init.d/tinc start, it works fine. Any idea what is the problem? Best, -- Benjamin Henrion <bhenrion at ffii.org> FFII Brussels - +32-484-566109 - +32-2-4148403 "In July 2005, after
2012 Jul 07
1
Bug#680588: xcp-xapi: startup race condition between xcp-xapi and xcp-networkd on slave
...to acquire a management IP address That bug appears only on slave host. Patch: --- /tmp/xcp-xapi 2012-07-07 06:13:47.000000000 +0400 +++ /etc/init.d/xcp-xapi 2012-07-07 06:08:05.000000000 +0400 @@ -1,7 +1,7 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: xcp-xapi -# Required-Start: $remote_fs $syslog xcp-squeezed xcp-v6d xcp-fe +# Required-Start: $remote_fs $syslog xcp-squeezed xcp-v6d xcp-fe xcp-networkd # Required-Stop: $remote_fs $syslog # Default-Start: 2 3 4 5 (after applying exec 'update-rc.d xcp-xapi defaults') -- System Information: Debian Release: wheezy/...
2012 Jan 13
2
Bug#655714: xcp-squeezed: fails to install due to insserv rejecting the script header
Package: xcp-squeezed Version: 1.3-13 Severity: serious User: debian-qa at lists.debian.org Usertags: piuparts piuparts.d.o Hi, during a test with piuparts I noticed your package failed to install due to incorrect dependencies in the init.d LSB header. Some debian notes are available from at http://wiki.debian.org/LSBInitScripts From the attached log (scroll to the bottom...): Selecting
2014 Dec 04
5
init script for tinc-1.1pre10
HI, Is there an init script to start stop tinc tinc-1.1pre10 for debian. I am running tinc -n name --pidfile /dir/name start from /etc/rc.local sometimes it's not creating the pid file but I see the process running. It would be great if we can manage it from /etc/init.d/ Thanks Anil -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Oct 05
3
Question Wiki Setup a Samba Active Directory Domain Controller
...;; *) echo "Usage: /etc/init.d/samba {start|stop|reload|restart|force-reload|status}" exit 1 ;; esac # more /etc/init.d/nmbd #!/bin/sh ### BEGIN INIT INFO # Provides: nmbd # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # X-Start-Before: smbd # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: start Samba NetBIOS nameserver (nmbd) ### END INIT INFO PIDDIR=/var/run/samba NMBDPID=$PIDDIR/nmbd.pid # clear conflicting settings from the en...
2013 Feb 10
1
tinc 1.1pre. How to automatically start vpn tunnels? How to change the installation/config path to the same as tinc 1.0.x version from ubuntu repository?
Hi! I have compiled and installed tinc 1.1pre5 on a ubuntu machine. With the tinc 1.0.x version that is included in the ubuntu repository I am used to having the config files in /etc/tinc/ and where each vpn has a own directory. The file nets.boot placed in /etc/tinc where I can specify which vpn tunnels that is going to start automatically. How can I get the vpn tunnels to start automatically
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...II 200MHz System with 40MB RAM thank you for your helps Bernhard schaettin -------------- next part -------------- #! /bin/sh # Copyright (c) 2001 SuSE Gmbh Nueremberg, Germany. All rights reserved. # # <fedback@suse.de> # ### BEGIN INIT INFO # Provides: smb # Required-Start: $network $remote_fs syslog # Required-Stop: # Default-Start: 3 5 # Default-Stop: # Description: initscript for the SAMBA services ### END INIT INFO # # init.d/smb . /etc/rc.config SMB_BIN=/usr/sbin/smbd NMB_BIN=/usr/sbin/nmbd SMB_CONF=/etc/smb.conf SMB_PID=/var/log/locks/smbd.pid NMB_PID=/var/log/locks/nmbd.pid...
2014 Aug 16
1
CTDB: Failed to connect client socket to daemon.
...k_directories || exit $? fi if [ $ret -ne 0 ] ; then testparm_background_update 10 fi ;; *) ctdb_standard_event_handler "$@" ;; esac exit 0 *************** /etc/init.d/smbd #!/bin/sh ### BEGIN INIT INFO # Provides: smbd # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Should-Start: slapd cups # Should-Stop: slapd cups # Short-Description: start Samba SMB/CIFS daemon (smbd) ### END INIT INFO PIDDIR=/usr/local/samba/var/run SMBDPID=$PIDDIR/smbd....
2014 Mar 24
0
Samba documentation feedback: installation guide for AD join
...init.d/samba with chmod 755 from https://wiki.samba.org/index.php/Samba4/InitScript * replaced by following script, which works with Samba-Directory-Role-Mode (without NetBIOS daemon)<code>#!/bin/sh ### BEGIN INIT INFO # Provides: samba # Required-Start: $network $local_fs $remote_fs # Required-Stop: $network $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Should-Start: slapd # Should-Stop: slapd # Short-Description: start Samba daemons (nmbd and smbd) ### END INIT INFO # Description of this script: # # This script comes initially...
2009 Nov 19
1
init-script update for v2.0
Hi Timo, please find attached a patch for the init script in the doc directory. * Added LSB-compliant info block (for insserv and friends) * Updated base_dir detection (for v2.0 config output) Regards, Pascal -- The trapper recommends today: decade.0932307 at localdomain.org -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-initd_LSB_header.patch
2015 Oct 04
4
Question Wiki Setup a Samba Active Directory Domain Controller
Hi again, I refer to https://wiki.samba.org/index.php/Setup_a_Samba_Active_Directory_Domain_Controller#Testing_your_Samba_Domain_Controller Thank you for this great wiki! I run all the tests and everything looks perfect! I encounter just a little difference here. Actually I thought that there should be no Master and Workgroup for a AD DC. (as given in the wiki and in Stefan Kania's book
2009 Nov 19
1
Bug#557151: /etc/init.d/xend: xend does not start with non pvops kernel
...m0 kernel patch but it should work with debian's 2.6.26 --- /etc/init.d/xend.orig 2009-11-19 23:03:44.000000000 +0100 +++ /etc/init.d/xend 2009-11-19 23:03:38.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh ### BEGIN INIT INFO # Provides: xend # Required-Start: $remote_fs @@ -41,7 +41,7 @@ [ "$(awk '($2 == "/proc/xen") { print $2 }' /proc/mounts)" ] && return 0 log_progress_msg "xenfs" [ -d "/proc/xen" ] || return 1 - mount -t xenfs xenfs /proc/xen || return 1 + mount -t xenf...
2006 Dec 13
1
Bug#402974: xen-utils-common: xen domain do not always shutdown
...0 chars) to be handled properly (solves bug #395305). --- xendomains.org 2006-11-28 11:45:39.000000000 +0100 +++ xendomains 2006-12-09 01:01:06.000000000 +0100 @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash ### BEGIN INIT INFO # Provides: xendomains # Required-Start: $syslog $remote_fs xend @@ -128,9 +128,9 @@ parseln() { - name=`echo "$1" | cut -c0-17` + name=`echo "$1" | cut -c0-40` name=${name%% *} - rest=`echo "$1" | cut -c18- ` + rest=`echo "$1" | cut -c41- ` read id mem cpu vcpu state tm < <(echo &qu...