Re: Facebook outage?

2015-01-26 Thread Gary Josack
The js console for hipchat shows tons of connection errors and 503s to
facebook.com. It's like just a facebook outage and breaking sites that have
facebook login options.

On Mon, Jan 26, 2015 at 10:58 PM, Chaim Rieger chaim.rie...@gmail.com
wrote:

 Hacking group Lizard Sqaud claims to have taken down @facebook
 https://twitter.com/facebook/@instagram
 https://twitter.com/instagram/@Tinder
 https://twitter.com/Tinder/@aim https://twitter.com/aim/@Myspace
 https://twitter.com/Myspace/



Re: Odd syslog-ng problem

2014-05-10 Thread Gary Josack
It's hard to say without seeing the actual script. Is your script running
as a daemon or are you counting on syslog-ng to start your program per
message. If the latter, that's probably not the best strategy.


On Sat, May 10, 2014 at 2:24 AM, Peter Persson web...@webbax.se wrote:

 Hey,

 I got a weird problem with my syslog-ng setup, im logging from alot of
 cisco machines and that works great.
 The problem is that when i pass this further to a shell program, some
 lines disapere.

 My destination looks like this
 destination hosts {
file(/var/log/ciscorouters/$HOST.log
owner(root) group(root) perm(0600) dir_perm(0700) create_dirs(yes));
program(/scripts/irc/syslog_wrapper_new.sh template(t_irctempl));
 };
 The /var/log/ciscorouters/$HOST.log writes correct, but the data thats
 putted trough to /scripts/irc/syslog_wrapper_new.sh only get the first
 line, if it gets flooded (like 5 rows per second).

 Do anyone of you have any idea of what might be the problem?

 Regards,
 Peter