Unterhaltung
Nachrichten
-
I get this error almost all the time, but the message gets posted: “Sorry! We had trouble sending your notice. The servers are overloaded. Please try again, and contact the site administrator if this problem persists.” What should I do to fix this? !fediverse !advice #statusnet
-
Any useful information in #statusnet logs?
-
@pztrn Ok, checking. (Btw, that log file is huge! 33.9MB! Is that normal? Should I start using a new file when it gets bigger?)
-
I'm erasing my logfile every 2gbs, filled ~ in a month :)
-
@pztrn wow, I will have to delete them before they pass 500MB if that is ok. If not I will have to wait for days to download and open a 2GB log file. 33.9MB thing still downloading :)
-
That's why we got cat and grep utilities :)
-
#learning : “The grep command is used to search text or searches the given file for lines containing a match to the given strings or words. By default, grep displays the matching lines. Use grep to search for lines of text that match one or many regular expressions, and outputs only the matching lines. grep is considered as one of the most useful commands on Unix and other Linux operating systems.” via http://mini.alochana.net/url/792
“cat is normal command that prints file. Then result is piped (|) to grep, which processes it with regular expression (^cc:$).”
< So, I should be able to search for a specific error in the log file without downloading? Something closer to that, I assume.
-
@lohang if you have SSH access on your server, yes; if not, you just need to request support to (cont) http://tl.gd/ml2q5p
-
@lohang you’ll still download it, but only keep the parts you’re interested in. Also interesting might be zgrep (transparent decompression)
lohang gefällt das. -
@mk I got SSH, I’m learning how to use it, little by little :)
-
it doesn’t work at the moment. messages stop when I have those bits and pieces in my config.php file. will get back to it later after figuring out cron scripts and shell scripts etc
-
Sure, thanks! :)
-