ysbaddaden / prax

Rack proxy server for development
http://ysbaddaden.github.io/prax/
Other
475 stars 49 forks source link

Ubuntu 14.04 LTS. update-rc.d: warning #97

Closed araslanov-e closed 9 years ago

araslanov-e commented 9 years ago

When ./bin/prax install

Installing NSSwitch extension (to resolve .dev domains)
gcc -Wall -fPIC -c -o nss_prax.o nss_prax.c -O2
gcc -shared -o libnss_prax.so.2 nss_prax.o -Wl,-soname,libnss_prax.so.2 -O2
ln -sf /opt/prax/ext/libnss_prax.so.2 /lib
Adding "prax" to the hosts line of /etc/nsswitch.conf
Installing Prax firewall rule
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match prax Default-Stop values (1)
 Adding system startup for /etc/init.d/prax ...
   /etc/rc0.d/K20prax -> ../init.d/prax
   /etc/rc1.d/K20prax -> ../init.d/prax
   /etc/rc6.d/K20prax -> ../init.d/prax
   /etc/rc2.d/S20prax -> ../init.d/prax
   /etc/rc3.d/S20prax -> ../init.d/prax
   /etc/rc4.d/S20prax -> ../init.d/prax
   /etc/rc5.d/S20prax -> ../init.d/prax
Creating ~/.prax directory
Symlinking prax into /usr/local/bin
Starting prax server
Starting prax in the background.
Prax is now ready. First restart your browser (for the NSSwitch extension
to be used). Then link your apps to it:

  $ ln -sf ~/Work/myapp ~/.prax/

Eventually point your browser to http://myapp.dev/

After $ ln -sf ~/Work/myapp ~/.prax/, http://myapp.dev/ not work

ysbaddaden commented 9 years ago

duplicates #87

The warning isn't related to the problem. Something must have changed in clean Ubuntu 14.04 installs. An upgrade from 12.04 has no problem.