search for: initd

Displaying 20 results from an estimated 40 matches for "initd".

Did you mean: init
2011 Nov 15
0
Quantstrat; error with applyStrategy()
...ment <<- new.env() if( !exists(".blotter") ) .blotter <<- new.env() if( !exists(".strategy") ) .strategy <<- new.env() suppressWarnings( rm("account.STOXX", "portfolio.STOXX", pos=.blotter) ) suppressWarnings( rm("stratROC", "initDate", "initEq") ) suppressWarnings( rm("order_book.STOXX", pos=.strategy) ) ################################################## # Get Data # ################################################## ch <- odbcC...
2010 Apr 20
0
3.4.6 to 3.5.2 difficulties
...-03-01 12:19:54.000000000 -0400 @@ -1 +1 @@ -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/3.4/nsswitch.conf-wins,v 1.1 2010/02/26 20:11:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/3.5/nsswitch.conf-wins,v 1.1 2010/03/01 16:19:54 patrick Exp $ diff -U 0 3.4/samba.initd 3.5/samba.initd --- 3.4/samba.initd 2010-02-26 16:11:18.000000000 -0400 +++ 3.5/samba.initd 2010-03-01 12:19:54.000000000 -0400 @@ -4 +4 @@ -# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/3.4/samba.initd,v 1.1 2010/02/26 20:11:18 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-...
2010 Apr 28
1
[PATCH] RFC: Running initscripts from kinit
....h> #include <stdio.h> @@ -9,12 +10,15 @@ #include <limits.h> #include <ctype.h> #include <termios.h> +#include <dirent.h> #include "kinit.h" #include "ipconfig.h" #include "run-init.h" #include "resume.h" +#define INITD "/etc/init.d" + const char *progname = "kinit"; int mnt_procfs; int mnt_sysfs; @@ -189,6 +193,70 @@ static const char *find_init(const char *root, const char *user) return path; } +static int sort_compare(const void *a, const void *b) +{ + return strcmp(a, b); +} + +/* G...
2011 Aug 31
0
QUANSTRAT: error with applySignal
...quot;column" is missing, with no default please can someone tell me what is wrong with code: require(quantstrat) require(blotter) require(PerformanceAnalytics) # test de backtest quantstrat sur la strategie de daniel symbols <- "IEF" getSymbols(symbols, from=initDate, to=endDate, index.class=c("POSIXt","POSIXct")) # Delete portfolio, account, and order book if they already exist suppressWarnings(rm("account.daniel","portfolio.daniel",pos=.blotter)) suppressWarnings(...
1999 Dec 16
3
Samab and init.d
Is it better to start Samba using in initd, or to use the script, much like the one provided by SuSE. ?? so far I have used the script, but I don't like the fact of having to start samba manually. I would much prefer to see it run as a service. just to confirm all it really involves is starting smbd and nmbd Rowan [TSS] Gerber Scien...
2005 Jun 30
0
[PATCH] Device model path cleanup
...NFIGS += mem-map.sxp -XEN_CONFIGS += bochsrc # Xen script dir and scripts to go there. XEN_SCRIPT_DIR = /etc/xen/scripts @@ -23,10 +21,13 @@ XEN_SCRIPTS += block-file XEN_SCRIPTS += block-enbd +XEN_BOOT_DIR = /usr/lib/xen/boot +XEN_BOOT = mem-map.sxp + all: build: -install: all install-initd install-configs install-scripts +install: all install-initd install-configs install-scripts install-boot install-initd: [ -d $(DESTDIR)/etc/init.d ] || $(INSTALL_DIR) $(DESTDIR)/etc/init.d @@ -51,4 +52,12 @@ $(INSTALL_PROG) $$i $(DESTDIR)$(XEN_SCRIPT_DIR); \ done +install-boot: + [ -...
2017 Mar 15
3
Having problem getting Asterisk to work on CentOS 7
...an - you probably installed the init script (look in /etc/init.d for an 'asterisk' file). Asterisk includes the older init style scripts which are *compatible* with systemd but you don't have as much control compared to creating an Asterisk systemd file. (SystemD service files replace InitD scripts). So that might be part of the solution, but first. If disabling Selinux allows Asterisk to run as you expect then you can create an selinux policy exception for Asterisk - BUT, ignore that for now. Just keep SElinux disabled (edit /etc/sysconfig/selinux and set to disabled) and come b...
2005 Oct 06
3
Starting Dovecot at the boot time.
Dear All, I am new to Dovecot, so please help me to overcome the following problem. I have installed postfix + Dovecot in Redhat EL 3. I have installed them from the source codes. Problem is that how can I start Dovecot at the boot time? Regards Indrajith -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 02
1
ZAPtel channel dance
Zaptel installs an /etc/modprobe.d/zaptel and an /etc/{defaults,sysconfig}/zaptel that list the modules in a different order, so If you happen to have a TDM2400P and a TDM[124]xxP, all channels change their numbers if you do a /etc/initd/zaptel restart. This is slightly confusing. (I'd file a bug if there were a bug tracking system that allowed users to submit bugs). Yours, Florian
2011 Jan 21
2
smartmontools SRPM fails
...y ID fd431d51 1:smartmontools warning: user mockbuild does not exist - using root warning: group mockbuild does not exist - using root ########################################### [100%] error: unpacking of archive failed on file /home/jmccarty/devtools/RebuildRPM/build/SOURCES/smartd.initd;4d39deaa: cpio: MD5 sum mismatch Is the SRPM corrupted? I've pulled a few from other places for other versions (like Fedora) from pbone, and they all have this problem. Any hints available? Mike -- p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);} Oppose globaliz...
2013 Apr 07
1
reset = destroy start
what is different between destroy -> start and reset in virsh? i meet this position , when i reset a domain, it cannot start , it stoped at initialize initd.but when i destory it ,and start it , it can run normally. i am very confuse about them. who can tell me the difference.... thanks a lots. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attac...
2015 Apr 01
2
sssd-ad cannot be installed with sernet samba
Getting old en tired... ?? what is old..?? I do this for fun.. ( and work ) work = fun in my case, to bad fun is also work.. and im 42.. so a spring chicken also.. ;-) and yes, jessie uses systemd ... so.. ? didnt make any differents for me in the setup of samba and cups. I didnt notice it, only thing i noticed was the fast system.. faster then a wheezy setup. Greetz, Louis
2020 Mar 20
1
Not able to start dovecot
...temd[1]: Failed to start LSB: Dovecot init script. > Mar 19 15:15:37 systemd[1]: Unit dovecot.service entered failed state. > Mar 19 15:15:37 systemd[1]: dovecot.service failed. > > Any thoughts on that matter? > > Thanks, > Adam Use a proper systemd unit file instead of the initd script. Alexander
2004 Oct 20
2
chan_mISDN problem
I'm using avm fritz card usb with kernel 2.6 patch with mISDN. The module is load correctly when I type lsmod I've got the following output: Module Size Used by zaptel 178308 0 avmfritz 21388 0 mISDN_isac 14336 1 avmfritz mISDN_dsp 191424 0 l3udss1 34184 0 mISDN_l2 39040 0
2007 Mar 15
13
puppet standlone hanging when ran via init.d
...to install the debian unstable package of puppet v0.22.1. As part of the preseed I have a late command that clobbers the /etc/init.d/puppet file into using the puppet standalone program and not the puppetd (as this is what I''m using). Since the upgrade to 0.22.1 every boot hangs during the initd. Going into standalone mode and executing the same command works fine, i.e. puppet -v --use-nodes /srv/puppet/manifests/site.pp and NOT /etc/init.d/puppet start. Any ideas why puppet is hanging at this stage in the new version as it worked in v0.20 using the same init.d file and site.pp or where ca...
2015 Apr 08
0
Re: Centos 7.1.1503 + libvirt 1.2.14 = broken direct network mode
...eresting to hear about. If I correct understand libvirt logic, libvirt make next operations with "ip" utility (depend from lxc config): 1) # ip link add link br0 name macvlan0 address 00:11:11:11:11:11 type macvlan mode bridge 2) # ip link set macvlan0 netns 1234 where 1234 - pid of lxc initd process 3) inside lxc - #ip link set dev macvlan0 name eth0 If manualy run this sequence of command, we failed on step 2). And it's work on Centos 7.0.1406 > > b.r. > Maxim Kozin >
2017 Jun 07
0
C7, systemd, say what?!
...rs, a month or so back, I pushed a new C7 kickstart for servers we send to customers and haven't seen anything to make me think systemd isn't good for servers. That doesn't mean it's not a giant POS for administrators. If only they hadn't jacked the syntax all to hell from initd, I might be slightly happier with it. That by itself has to be the most ridiculous thing any group of devs have ever done. And for no rational reason either. </endrant>
2010 Jul 28
0
Facing Xen 4.0 Problems, I Have Some Basic Questions
...tall on a similar target: Same machines as above. make-kpkg and scp the .deb. Directly booting my 2.6.2.16-xen on the target with Grub 2 works just fine. I have one question though; I am not supplying any modules. The kernel has everything needed for startup compiled in. Is it possible to build the initd image on the dev machine (unning the older kernel) for the target in a straight-forward fashion, with make? Or do I hav to fake the target machine config for mkinitramfs? Any pointers? 3) Any kernel I tried so far will only boot with noapic acpi=off, so I provided that for Xen, too. Is this featur...
2005 Jun 28
1
dovecot restart bug?
Using my initd script (no idea of the origin now) to do a restart I randomly get: Jun 28 13:56:05 svr24 dovecot: Killed with signal 15 Jun 28 13:56:05 svr24 dovecot: Dovecot v1.0-test74 starting up Jun 28 13:56:06 svr24 dovecot: Auth process died too early - shutting down Jun 28 13:56:06 svr24 dovecot: auth(def...
2006 Mar 21
2
Startup script
Hi, Anyone have a nice startup script for /etc/init.d for Fedora, maybe it could be bundled? Regards -- Tom Sommer http://tomsommer.dk