1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-11-12 13:46:46 +00:00

Bugfixes.

This commit is contained in:
Markus Birth 2015-03-29 21:38:11 +02:00
parent a0eaf2d41f
commit 8ca2f2ac67
2 changed files with 4 additions and 4 deletions

View File

@ -20,7 +20,7 @@ This is an event.d-script for the new Ubuntu [Upstart](http://upstart.ubuntu.com
The event gets started/respawned on runlevels 2-5. If you change to level 0, 1 or 6, the process gets stopped/killed. The event gets started/respawned on runlevels 2-5. If you change to level 0, 1 or 6, the process gets stopped/killed.
Manual start/stop works through the same commands ˋstartˋ and ˋstopˋ. With ˋstatusˋ you can check the status. Manual start/stop works through the same commands ˋstartˋ and ˋstopˋ. With ˋstatusˋ you can check the status.
{{{ ~~~
# manages Solr search engine # manages Solr search engine
start on runlevel [2345] start on runlevel [2345]
@ -33,7 +33,7 @@ script
cd /home/sysadmin/extension/ezfind/java cd /home/sysadmin/extension/ezfind/java
exec /usr/bin/java -jar start.jar exec /usr/bin/java -jar start.jar
end script end script
}}} ~~~
init.d script init.d script

View File

@ -20,7 +20,7 @@ manpage for *halt* states, this is unneccessary for newer kernels - also it disa
The second step is to make sure, your card supports WOL. To find out, issue the ˋsudo ethtool eth0ˋ command. You should The second step is to make sure, your card supports WOL. To find out, issue the ˋsudo ethtool eth0ˋ command. You should
get something like this: get something like this:
{{{ ~~~
Settings for eth0: Settings for eth0:
Supported ports: [ TP MII ] Supported ports: [ TP MII ]
Supported link modes: 10baseT/Half 10baseT/Full Supported link modes: 10baseT/Half 10baseT/Full
@ -39,7 +39,7 @@ Settings for eth0:
Wake-on: g Wake-on: g
Current message level: 0x00000007 (7) Current message level: 0x00000007 (7)
Link detected: no Link detected: no
}}} ~~~
The important lines are the ˋSupports Wake-onˋ and ˋWake-onˋ ones. The "ˋgˋ" means it is enabled for MagicPacket™. The important lines are the ˋSupports Wake-onˋ and ˋWake-onˋ ones. The "ˋgˋ" means it is enabled for MagicPacket™.
If not, you should manually call the command: If not, you should manually call the command: