Results 1 to 3 of 3

Thread: ใครพอรู้เรื่อง syslog-ng บ้าง

  1. #1


    การส่งค่าจาก squid ไปยัง syslog และการส่งค่าจาก radiusd ไปยัง syslog
    # nano /etc/init.d/rc.capture
    #!/bin/bash
    tail -F /var/log/squid/access.log | logger -t squid -p user.info &
    tail -F /var/log/freeradius/radacct/127.0.0.1/details | logger -t radiusd -p user.info &
    พี่ครับพอรัน
    # chmod a+x /etc/init.d/rc.capture
    # ln -s /etc/init.d/rc.capture /etc/rcS.d/S88rccapture
    # /etc/init.d/rc.capture


    มันขึ้น tail :cannot open ' /var/log/freeradius/127.0.0.1/details 'for reading: N such file or directory

    แล้วตรง logger -t radiusd -p user.info & มันคือคำสั่งอะไรเหรอครับช่วยอธิบายหน่อยครับ

  2. #2
    Junior Member
    Join Date
    Aug 2009
    Posts
    21



    **Hidden Content: To see this hidden content your post count must be 5 or greater.**


  3. #3
    Senior Member
    Join Date
    Feb 2007
    Location
    Bangkok
    Posts
    118


    คือตัวผมเองก็ยังไม่ค่อยเก่งซักเท่าไหร่ครับ แต่อยากจะช่วย ก็อย่างที่ ท่าน hiddenmin บอกแหละครับ คือมันยังไม่มี path นี้อยู่ /var/log/freeradius/127.0.0.1/details ทางแก้นะครับ
    .
    .
    **Hidden Content: To see this hidden content your post count must be 5 or greater.**

Similar Threads

  1. Replies: 0
    Last Post: 23-11-2008, 05:11 PM
  2. Syslog Fuzzer สำหรับหาช่องโหว่ Buffer Overflow...
    By pspn.n in forum Hacking, Exploit Articles/Tutorial/Techniques
    Replies: 0
    Last Post: 09-04-2008, 10:20 AM
  3. Replies: 1
    Last Post: 10-02-2008, 05:33 PM
  4. ใครอยากได้ DIRECTX 9 SDK บ้าง
    By asylu3 in forum Window Application
    Replies: 0
    Last Post: 01-01-1970, 07:00 AM

Members who have read this thread : 0

Actions : (View-Readers)

There are no names to display.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •