Top "Init" questions

May refer to Linux Init - the parent of all processes, which primary role is to create processes from a script stored in the file /etc/inittab.

Convenience Init Override

Problem Override a convenience initializer of a subclass and it produces a compile error. Detail I am having issues understanding …

inheritance swift init
Understanding method signature in NoSuchMethod exception

I got this exception but resolved it. java.lang.NoSuchMethodError: antlr.NoViableAltForCharException.<init> (CLjava/lang/String;II)V …

java exception constructor init nosuchmethoderror
Success with start-stop-daemon and mono-service2?

Has anyone had any success using start-stop-daemon and mono-service2 together? I've been fighting this for a few days now and …

mono daemon init mono-service
tiny mce can't be inited when load js dynamically

i am having trouble with tinyMCE, when i put <script type="text/javascript" src="/scripts/tiny_mce/tiny_mce.…

tinymce initialization init dynamic-loading
Difference with creating and adding controls in PreInit Init

There's tons of info on the web about the ASP.NET life cycle, but i can't seem to figure out …

asp.net page-lifecycle init preinit
Forcing work directory when executing jar file in systemd

I am attempting to start a jar from a systemd service, in linux. The jar that I am executing assumes …

java linux daemon init systemd
cannot init a class object : objective-C

I'm trying to make a simple subclass of CCNode, but I can't create the object. It gives me the error "* …

objective-c cocos2d-iphone subclass init
How can I execute commands as another user with their .bash_profile instead of the current user's?

I want to run a command as a not-root user in a startup script (rc.local). The command I want …

linux sudo init su .bash-profile
Failed to execute /init

I am trying to build a basic root filesystem using Buildroot, for an embedded system (the Banana PI D1). I …

linux linux-kernel init buildroot banana-pi
Swift UIImage extension

I am trying to make my code safer using Enums and a connivence initializer when dealing with UIImage and the …

ios image swift swift2 init