You are not logged in.

#1 2011-09-19 21:11:46

bunjacn
Member
Registered: 2011-03-21
Posts: 15

Trickled daemon no configuration file

I want to use Trickle for maintaining network connections for a specific user account, so that account can not use sites with video streaming as the streaming process would be very slow, but can access simple websites with no problems. But, as far as I know, i need to use trickled daemon to do this, but when i run trickled i get this :

trickled: Skipping configuration file: ${prefix}/etc/trickled.conf: No such file or directory

I set up configuration file from other websites, the program didn't install it itself. I ran 'sudo trickled -c /etc/trickled.conf' but did nothing. Config. file -

[ssh]
Priority = 3
Time-Smoothing = 0.1
Length-Smoothing = 1
[ftp]
Priority = 2
Time-Smoothing = 5
Length-Smoothing = 20
[www]
Priority = 1
Time-Smoothing = 10
Length-Smoothing = 10

Any help?

Offline

#2 2011-09-19 21:41:58

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: Trickled daemon no configuration file

When you say "it did nothing" do you mean you got your prompt back, like after a successful operation? Have you checked if trickled is running?
After running 'trickled' I can see 'trickled' in htop. I don't know if it's doing its job, but it's there. Running 'trickled -c /etc/trickled.conf' starts 'trickled -c /etc/trickled.conf'.

Last edited by karol (2011-09-19 21:43:07)

Offline

#3 2011-09-20 09:43:02

bunjacn
Member
Registered: 2011-03-21
Posts: 15

Re: Trickled daemon no configuration file

Yeah, like a successful operation, but in htop it doesn't appear. I said nothing because when i run it again it says the same message i posted.

Offline

Board footer

Powered by FluxBB