mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
Bugfixes.
This commit is contained in:
parent
a0eaf2d41f
commit
8ca2f2ac67
@ -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.
|
||||
Manual start/stop works through the same commands ˋstartˋ and ˋstopˋ. With ˋstatusˋ you can check the status.
|
||||
|
||||
{{{
|
||||
~~~
|
||||
# manages Solr search engine
|
||||
|
||||
start on runlevel [2345]
|
||||
@ -33,7 +33,7 @@ script
|
||||
cd /home/sysadmin/extension/ezfind/java
|
||||
exec /usr/bin/java -jar start.jar
|
||||
end script
|
||||
}}}
|
||||
~~~
|
||||
|
||||
|
||||
init.d script
|
||||
|
@ -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
|
||||
get something like this:
|
||||
|
||||
{{{
|
||||
~~~
|
||||
Settings for eth0:
|
||||
Supported ports: [ TP MII ]
|
||||
Supported link modes: 10baseT/Half 10baseT/Full
|
||||
@ -39,7 +39,7 @@ Settings for eth0:
|
||||
Wake-on: g
|
||||
Current message level: 0x00000007 (7)
|
||||
Link detected: no
|
||||
}}}
|
||||
~~~
|
||||
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user