Search found 6 matches

by m00au
December 21st, 2009, 8:12 pm
Forum: General Discussion
Topic: Free Newsservers
Replies: 402
Views: 1301603

Re: Free Newsservers

sporadic wrote: Anyone else having trouble with news.ipv6.eweka.nl? i can't connect for allmost 2 weeks now, really frustrating :\
Yes, it's been down for me for the last month or so.
by m00au
March 24th, 2009, 2:15 am
Forum: General Discussion
Topic: tvbinz.net is down?
Replies: 45
Views: 37264

Re: tvbinz.net is down?

*post cancelled*
by m00au
February 16th, 2009, 4:16 am
Forum: Bug Reports
Topic: Patch: add Date to email header
Replies: 1
Views: 2276

Patch: add Date to email header

Some spam filters filter out emails missing the Date field. --- SABnzbd-0.4.6/sabnzbd/email.py    2008-12-12 09:05:20.000000000 +1100 +++ /usr/share/sabnzbd/sabnzbd/email.py 2009-02-16 20:01:03.000000000 +1100 @@ -117,8 +117,8 @@                     return failure         # Message header -        m...
by m00au
February 16th, 2009, 3:25 am
Forum: Bug Reports
Topic: sabnzbd is mucking with permissions
Replies: 10
Views: 15068

Re: sabnzbd is mucking with permissions

if /blabla exists, the user must make sure the permissions of that directory is writable by sabnzbd anyway, so that we can actually create /blabla/complete. So if /blabla/complete exists, the user must make sure that /blabla/complete is writable instead of /blabla - it is the same task for the user ...
by m00au
February 15th, 2009, 7:31 am
Forum: Bug Reports
Topic: sabnzbd is mucking with permissions
Replies: 10
Views: 15068

Re: sabnzbd is mucking with permissions

Here's a patch. This patch will change so that permissions of already existing directories are not modified: --- SABnzbd-0.4.6/sabnzbd/misc.py    2008-12-12 09:05:20.000000000 +1100 +++ sabnzbd/sabnzbd/misc.py  2009-02-15 23:23:21.000000000 +1100 @@ -526,12 +526,12 @@                     try:       ...
by m00au
February 15th, 2009, 7:07 am
Forum: Bug Reports
Topic: sabnzbd is mucking with permissions
Replies: 10
Views: 15068

Re: sabnzbd is mucking with permissions

It doesn't make sense for the /home/user to be set at 0700 when /home/user/complete/job to 0755, but it makes perfect sense in some installations to set /home/user to 0755 and /home/user/complete/job to 0775. This is to allow users in the group to delete files in the job directory, but not allow gro...