Displaying 8 results from an estimated 8 matches for "wonderwave".
2004 Sep 09
1
php-snmp *UPDATE*
...the people that responded. I found a php.spec file for
EL3 and modified the php.spec file that came with the php source rpm
from the CentOS mirros. Built and installed the php-snmp rpm and it is
working great!!! For anyone that would like to have a copy for
themselves can find it at http://traffic.wonderwave.net I will leave it
up for a week or two so act fast. I also posted the the original spec
file, the one with snmp support and a diff file showing the difference
between the two. Thanks again to all you helped me out.
Dan
2006 Jan 12
17
Application.rb params
I need to check if a parameter is set so that I can build some information
for my application, but No matter how I format my if statement in the file "
Application.rb" it return the following error.
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]
Here is the line
if params[:day]
So we
2006 Jan 10
5
No layout for specific method
Is there a way to not specify a layout for a particular method in a
controller?
In this particular instance, I am using the admin layout for the login
controller, but I don''t want the layout to be used on the "login" method.
Thanks,
Dan
2005 Aug 26
2
screen shifting
Hello List,
I was wondering if there is a way to shift the screens in linux. I got
a kvn yesterday, and have a problem when switching from computers, where
the screen is slightly shifted on one of them. I have to go into the
monitor configuration screen and move the screen to the right to center
it on one of the computers. Then when moving back to the other
computer, that screen isn't
2004 Sep 07
2
php-snmp
Hello list.
Anyone have a php rpm with snmp enabled or a php-nsmp rpm?
I need to build some php pages and would like to use the snmp function
that are built in. If there is another way to enable it by not using one
of these rpm's that would be great too. TIA
Dan
2005 Sep 14
1
centos 4 and BlueQuartz 5100R
Anyone running this? http://bluequartz.org/ . Looking for pros and
cons!!
Thanks
Dan
2004 Sep 27
0
NeTraverse Win4Lin 5.0
Anybody get win4lin 5.0 running on CentOs? I have a Ibm Thinkpad 600
running centos 3.3. I tried running the win4lin installer which
downloaded a supported kernel and installed but when I went to reboot
the laptop, the drivers for my wireless card were missing along with usb
support. Then when the laptop went into run level 5 nothing happens.
Then the x server throughs an error about a bad config.
2006 Jan 10
3
multiple items on 1 column
Hello,
I am trying to put multiple items in one column and can''t seem to get
the syntax right.
These are images and the image url''s are being pulled from a database.
It seems that <tr></tr> is the trigger to go onto the next item.
Here is the code from the controller:
def list
@items = Item.find_all
end
Here is the code from list.rhtml file:
<%