Re: [Emc-users] web server, apache2 in your wheezy disk

2015-02-08 Thread Mark Wendt
On Sat, Feb 7, 2015 at 12:23 PM, Gene Heskett ghesk...@wdtv.com wrote:

 On Saturday, February 07, 2015 08:14:50 AM Mark Wendt wrote:
  On Thu, Feb 5, 2015 at 8:23 PM, Gene Heskett ghesk...@wdtv.com wrote:
   greetings guys;
  
   I have now installed just about the whole thing with an apache2 in its
   name.
  
   Without finding the launching scripts that were in /etc/init.d in the
   10.04.4
   LTS install.  Has systemd struck and its all been moved?
  
   If so, where are the launching and control files now?
  
   Thanks.
  
   Cheers, Gene Heskett
  
  
   service httpd start|stop|restart   # As a privileged or sudo user
 
  Files are usually located in /etc/httpd/conf

 Thanks Mark.

 Those I found and transplanted, as was the script in /etc/init.d

 But I find it odd that the synaptic install of apache2 did not install
 these
 startup scripts.  Next I'd imagine, since it will not be automatically
 started at boot time, is to locate and transplant the apach2 links in all
 the /etc/rc.# directories.  Done, so apache2 ought to be restarted early in
 the init sequence now.  Or killed as the case might be.

 Now I have to do a search of all this cache of email here and see if I can
 find a reference to the F10 key, its tied to a close window requester
 poppup
 that to me is fully equivalent to the tits on a boar hog in uselessness.
 Now
 I hit F10 to exit mc and have to use 3 more mouse clicks to quit it, when
 dammit if I din't intend to quit mc, I never would have pushed the F10 key.
 If I knew which genius did that, I'd tighten his head onto his neck about 3
 more turns! 10.04.4 LTS had a config file option that made shutting that
 off a
 piece of no sugar added cake, but I cannot find it in these wheezy based
 menu's.  Gr.

 Cheers, Gene Heskett



Gene,

The trend in Unix and Linux is to get away from the startup scripts in the
rc directories and go to, if I remember right, upstart to kick off the
services.  If you look in /etc/init there are a bunch of conf files used by
upstart to start, stop and manage the services running at your runlevel.

A # service --status-all will show you all the service processes running.
If you want a certain service, such as httpd to run at whatever runlevel
you want, you use 'chkconfig to see if it's already running, to set what
runlevels you want it to run at or to disable the service.

Mark
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] web server, apache2 in your wheezy disk

2015-02-08 Thread Gene Heskett
On Sunday, February 08, 2015 08:19:10 AM Mark Wendt wrote:
 On Sat, Feb 7, 2015 at 12:23 PM, Gene Heskett ghesk...@wdtv.com wrote:
  On Saturday, February 07, 2015 08:14:50 AM Mark Wendt wrote:
   On Thu, Feb 5, 2015 at 8:23 PM, Gene Heskett ghesk...@wdtv.com 
wrote:
greetings guys;

I have now installed just about the whole thing with an apache2 in
its name.

Without finding the launching scripts that were in /etc/init.d in
the 10.04.4
LTS install.  Has systemd struck and its all been moved?

If so, where are the launching and control files now?

Thanks.

Cheers, Gene Heskett


service httpd start|stop|restart   # As a privileged or sudo user
   
   Files are usually located in /etc/httpd/conf
  
  Thanks Mark.
  
  Those I found and transplanted, as was the script in /etc/init.d
  
  But I find it odd that the synaptic install of apache2 did not install
  these
  startup scripts.  Next I'd imagine, since it will not be automatically
  started at boot time, is to locate and transplant the apach2 links in
  all the /etc/rc.# directories.  Done, so apache2 ought to be restarted
  early in the init sequence now.  Or killed as the case might be.
  
  Now I have to do a search of all this cache of email here and see if I
  can find a reference to the F10 key, its tied to a close window
  requester poppup
  that to me is fully equivalent to the tits on a boar hog in
  uselessness. Now
  I hit F10 to exit mc and have to use 3 more mouse clicks to quit it,
  when dammit if I din't intend to quit mc, I never would have pushed
  the F10 key. If I knew which genius did that, I'd tighten his head
  onto his neck about 3 more turns! 10.04.4 LTS had a config file option
  that made shutting that off a
  piece of no sugar added cake, but I cannot find it in these wheezy
  based menu's.  Gr.
  
  Cheers, Gene Heskett
 
 Gene,
 
 The trend in Unix and Linux is to get away from the startup scripts in
 the rc directories and go to, if I remember right, upstart to kick off
 the services.  If you look in /etc/init there are a bunch of conf files
 used by upstart to start, stop and manage the services running at your
 runlevel.

I am aware of that, but it apparently hasn't yet invaded debian, wheezy 
(debian 7.8) doesn't even install it.
 
 A # service --status-all will show you all the service processes
 running. If you want a certain service, such as httpd to run at whatever
 runlevel you want, you use 'chkconfig to see if it's already running,
 to set what runlevels you want it to run at or to disable the service.

And chkconfig ??
-bash: chkconfig: command not found

 root@coyote:/home/amanda/amanda-3.3.6# locate chkconfig
/mnt/ltsslash/etc/bash_completion.d/chkconfig
/mnt/ltsslash/sbin/chkconfig
/mnt/ltsslash/usr/share/doc/chkconfig
/mnt/ltsslash/usr/share/doc/chkconfig/changelog.Debian.gz
/mnt/ltsslash/usr/share/doc/chkconfig/copyright
/mnt/ltsslash/usr/share/man/man8/chkconfig.8.gz
/mnt/ltsslash/usr/share/zsh/functions/Completion/Unix/_chkconfig
/mnt/ltsslash/var/lib/dpkg/info/chkconfig.list
/mnt/ltsslash/var/lib/dpkg/info/chkconfig.md5sums
/usr/share/bash-completion/completions/chkconfig

/mnt/ltsslash is the old, now read-only drive.

Calling up synaptic, chkconfig was not included in the default install, but 
is now installed.  Strange indeed, chkconfig should be part of any base 
install, and there is oodles of room in the dvd image.

And there is obviously something else on the missing list. I am trying to 
build amanda, the backup program and get it to install here.  But most of my 
configure options are being miss-set or just plain ignored by configure, so 
its building duff executables that aren't even owner:group correct, and 
looking for its support files just as if I had set --prefix=/usr, when the 
driver scripts says /usr/local.

I've got more miss-fires than a gatling gun with a broken firing pin!

This install seems stable, but it is being a cast iron bitch at the same 
time.  Its the hybrid.iso for wheezy from linuxcnc.org, now with an rt-
preempt-686-pae kernel installed and running.

I just now posted the nearly 2 megabyte config.log to the amanda-users list, 
hoping someone can put 33 together and come up with the next clue. 

Thanks Mark

Cheers, Gene Heskett
-- 
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
Genes Web page http://geneslinuxbox.net:6309/gene
US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. 

Re: [Emc-users] web server, apache2 in your wheezy disk

2015-02-07 Thread Mark Wendt
On Thu, Feb 5, 2015 at 8:23 PM, Gene Heskett ghesk...@wdtv.com wrote:

 greetings guys;

 I have now installed just about the whole thing with an apache2 in its
 name.

 Without finding the launching scripts that were in /etc/init.d in the
 10.04.4
 LTS install.  Has systemd struck and its all been moved?

 If so, where are the launching and control files now?

 Thanks.

 Cheers, Gene Heskett


 service httpd start|stop|restart   # As a privileged or sudo user

Files are usually located in /etc/httpd/conf

Mark
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] web server, apache2 in your wheezy disk

2015-02-07 Thread Gene Heskett
On Saturday, February 07, 2015 08:14:50 AM Mark Wendt wrote:
 On Thu, Feb 5, 2015 at 8:23 PM, Gene Heskett ghesk...@wdtv.com wrote:
  greetings guys;
  
  I have now installed just about the whole thing with an apache2 in its
  name.
  
  Without finding the launching scripts that were in /etc/init.d in the
  10.04.4
  LTS install.  Has systemd struck and its all been moved?
  
  If so, where are the launching and control files now?
  
  Thanks.
  
  Cheers, Gene Heskett
  
  
  service httpd start|stop|restart   # As a privileged or sudo user
 
 Files are usually located in /etc/httpd/conf

Thanks Mark.

Those I found and transplanted, as was the script in /etc/init.d

But I find it odd that the synaptic install of apache2 did not install these 
startup scripts.  Next I'd imagine, since it will not be automatically 
started at boot time, is to locate and transplant the apach2 links in all 
the /etc/rc.# directories.  Done, so apache2 ought to be restarted early in 
the init sequence now.  Or killed as the case might be.

Now I have to do a search of all this cache of email here and see if I can 
find a reference to the F10 key, its tied to a close window requester poppup 
that to me is fully equivalent to the tits on a boar hog in uselessness. Now 
I hit F10 to exit mc and have to use 3 more mouse clicks to quit it, when 
dammit if I din't intend to quit mc, I never would have pushed the F10 key.  
If I knew which genius did that, I'd tighten his head onto his neck about 3 
more turns! 10.04.4 LTS had a config file option that made shutting that off a 
piece of no sugar added cake, but I cannot find it in these wheezy based 
menu's.  Gr.

Cheers, Gene Heskett
-- 
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
Genes Web page http://geneslinuxbox.net:6309/gene
US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] web server, apache2 in your wheezy disk

2015-02-05 Thread Gene Heskett
On Thursday, February 05, 2015 08:23:47 PM Gene Heskett wrote:
 greetings guys;
 
 I have now installed just about the whole thing with an apache2 in its
 name.
 
 Without finding the launching scripts that were in /etc/init.d in the
 10.04.4 LTS install.  Has systemd struck and its all been moved?
 
 If so, where are the launching and control files now?
 
 Thanks.
 

PS: I went to the old drive  cabbaged it all from the old one, and then had 
to edit the /etc/apache2/envvars file to add a missing log file define.  So its 
all working again, at the link in the sig.

 Cheers, Gene Heskett

Cheers, Gene Heskett
-- 
There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order.
-Ed Howdershelt (Author)
Genes Web page http://geneslinuxbox.net:6309/gene
US V Castleman, SCOTUS, Mar 2014 is grounds for Impeaching SCOTUS

--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users