I have a mount point pointing to a Windows share. This is mounted in /etc/fstab like so:
//192.168.0.6/d/downloads /media/windowsshare cifs username=*WINDOWS_USER,password=*PASSWORD*,uid=1000,gid=1000,iocharset=utf8,sec=ntlm 0 0
I can create/delete files in that folder no problem with file ...
Search found 8 matches
- Mon Jul 04, 2016 3:57 am
- Forum: Support
- Topic: Permission denied to windows share on Raspberry Pi 3 (Jessie)
- Replies: 1
- Views: 3073
- Tue Mar 06, 2012 2:08 am
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
Re: How to view blocklist logs
Blocklist has xxxxxx rules
And in your log:
2012-03-04 15:31:38 -0700 blocklist.c:114 [Info] Transmission: Blocklist "blocklist.bin" contains xxxxxx entries
If you see these entries, then you can be sure that those address ranges are being blocked for peer connections.
I have the "blocklist ...
And in your log:
2012-03-04 15:31:38 -0700 blocklist.c:114 [Info] Transmission: Blocklist "blocklist.bin" contains xxxxxx entries
If you see these entries, then you can be sure that those address ranges are being blocked for peer connections.
I have the "blocklist ...
- Mon Mar 05, 2012 12:38 am
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
Re: How to view blocklist logs
MartyTng: Did you update the blocklist after you got the URL into the settings? Using the web client you just do:
(the little wrench icon) edit preferences --> peers tab --> [x] enable blocklist then
[_______UPDATE_______]
wait a few minutes and you should see 'Blocklist has xxxxxx rules' on ...
(the little wrench icon) edit preferences --> peers tab --> [x] enable blocklist then
[_______UPDATE_______]
wait a few minutes and you should see 'Blocklist has xxxxxx rules' on ...
- Sat Mar 03, 2012 1:25 pm
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
Re: How to view blocklist logs
Still no luck seeing anything in the log file about the blocklist being loaded or anything getting blocked. This is one of those things that make me want to run back to Windows! 

- Sat Feb 18, 2012 12:45 am
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
Re: How to view blocklist logs
You have to stop the daemon before editing settings.json or your changes will be overwritten. You should see your blocklist entries (number of ranges) in the log, but only occasionally an Incoming or banned (bad pieces) block. Outgoing blocks (the vast majority) are not logged, hence the do-it ...
- Tue Feb 14, 2012 12:36 am
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
Re: How to view blocklist logs
Read again https://forum.transmissionbt.com/viewtopic.php?f=2&t=12802&p=58770#p58667
The meaning of "set message level to 3" is change settings.json (following the recommended procedure in the Wiki), the key is very similar: "message-level"
Okay. I found and changed the setting to 3. I don't ...
The meaning of "set message level to 3" is change settings.json (following the recommended procedure in the Wiki), the key is very similar: "message-level"
Okay. I found and changed the setting to 3. I don't ...
- Mon Feb 13, 2012 2:11 am
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
Re: How to view blocklist logs
Is there any way to get this information without actually changing source and recompiling? I'm new to Linux, and am surprised I even got the code compiled and working on my TonidoPlug. I get the feeling that I would break something if I tried to re-compile.
- Tue Feb 07, 2012 3:56 am
- Forum: Support
- Topic: How to view blocklist logs
- Replies: 11
- Views: 14363
How to view blocklist logs
I have installed 2.42 from source on my TonidoPlug (debian-based). I connect to it with Transmission Remote on Windows. I believe I have a blocklist working, but am not sure how to verify. Is there any way to log the blocks?