Advertisement
Guest User

Untitled

a guest
Aug 30th, 2012
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1.  
  2. [root@dev ~]# rpm -qa|grep varnish
  3. varnish-3.0.2-1.el5.x86_64
  4. varnish-libs-3.0.2-1.el5.x86_64
  5. (PS: Running the RHEL5-package on RHEL6, not sure if this is the problem itself.)
  6.  
  7.  
  8. [root@dev ~]# cat /etc/redhat-release
  9. Red Hat Enterprise Linux Server release 6.3 (Santiago)
  10.  
  11.  
  12. [root@dev ~]# service varnish start
  13. Starting Varnish Cache:                                    [  OK  ]
  14. [root@dev ~]# ps -ef|grep varnish
  15. root      7718  4694  0 19:25 pts/0    00:00:00 grep varnish
  16.  
  17. (nothing running from Varnish)
  18.  
  19.  
  20. dmesg:
  21. Aug 30 19:25:22 dev varnishd[7715]: Platform: Linux,2.6.32-279.el6.x86_64,x86_64,-sfile,-smalloc,-hcritbit
  22. Aug 30 19:25:22 dev varnishd[7715]: Child start failed: could not open sockets
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement