Displaying 2 results from an estimated 2 matches for "my_shap".
Did you mean:
my_shape
2007 Nov 04
6
Missing model error
...at to make sure I can restore the full glory of Shape, I needed
this line in ApplicationController
model :Shape
So, of course, I also have a file /app/models/shape.rb
All was working well, but then I decided I''d rather name the model
MyShape.
So, I
- edited the filename to "my_shape.rb"
- edited the shape.rb file to "class MyShape < AR"
- edited "model :MyShape"
Now I get a "missing model error."
Dude, it''s right there, I can see it.
However, I can''t find where I picked up that I needed to add the
''mode...
2005 May 05
1
TC breaking Virtual network connection
Good afternoon,
I am a newbie to lartc. I have read the HOWTO. I set up a CBQ traffic control using the following commands, and it caused my VNC connection to break frequently.
=======================================================================
**CBQ: cbq-1280.My_shaper
/sbin/tc qdisc del dev lo root
/sbin/tc qdisc add dev lo root handle 1 cbq bandwidth 20Mbps avpkt 1000 cell 8
/sbin/tc class change dev lo root cbq weight 2Mbps allot 1514
/sbin/tc class add dev lo parent 1: classid 1:1280 cbq bandwidth 20Mbps rate 100Kbps weight 10Kbps prio 5 allot 1514 cell 8...