Displaying 20 results from an estimated 21 matches for "dwf".
Did you mean:
dnf
2009 Jan 06
2
Anyone got Diskless BOOT working under CentOS ???
...ems
like this. Has ANYONE done this recently, and do you remember what you had
to do??? I would REALLY like to exchange some e-mail with you.
It would be nice if there was an example somewhere.
--
Reg.Clemens
reg at dwf.com
2008 Dec 29
2
Source for Kernel
...entOS. All Ive been able to
find are ISO's .
I really dont need a bunch of tools that will complicate the problem,
a simple diff is what Im looking for,- its got to be out there somewhere.
--
Reg.Clemens
reg at dwf.com
2006 Jun 28
3
Autodesk DWG Viewer
Application: DWFViewer.exe
Wine 0.9.14 - mandriva 2006.0
This is Autocad's "free" viewer program for dwf files. I had to install
IE6 first as a pre-requisite. I used the Wine recommended method of
adding that one dll to the windows/system32 directory then ran
ie6setup.exe to install it. The DWF...
2006 Aug 10
2
check_box form helper questions/issues
...exception that in the call of attached?, user is nil. So it''s almost
like session[:user] isn''t in scope during the call. That seems odd,
too.
3) Should I dump the helper and write my own .rhtml to render the form?
If so, I run into (2) again because user is nil
Thoughts?
--dwf
--
Posted via http://www.ruby-forum.com/.
2006 Aug 12
2
Layouts: application.rhtml v. mycontroller.rhtml
...cation.rhtml is being totally ignored.
Did I miss this in the API docs? Agile Dev v2 hasn''t re-written the
appropriate sections yet, so I don''t have that crutch. Is there a
discussion of the load order of these files somewhere? Or should I be
poking the Engine guys?
thx,
--dwf
--
Posted via http://www.ruby-forum.com/.
2006 Aug 17
1
Any success with stubbing Net::HTTP::get?
...n I run ruby test/unit/model_test.rb I''m getting errors from
/usr/lib/ruby/1.8/net/http.rb instead of from my stub file.
I''m calling get from model.rb, naturally, and it (model.rb) has require
''net/http''. So this seems like a dependency problem. Thoughts?
--dwf
--
Posted via http://www.ruby-forum.com/.
2006 Jul 13
1
RailsCron usage question
...be called via RailsCron.
I''m new to web apps, so I apologize for the noobish tint to the
question. I expect that MySQL would be keeping the commands atomic and
that I should be OK. Does Rails handle this kind of semaphore-type
action? Or am I thinking at the wrong level(s)?
thx,
--dwf
--
Posted via http://www.ruby-forum.com/.
2009 Jan 04
1
"General Error" in Firefox (CentOS 5.2) Video
...in
the video window.
I ASSUME some additional software needs to be downloaded,
but what from where?
When running on that Other OS, a message comes up giving you
an opertunity to do the download.
--
Reg.Clemens
reg at dwf.com
2009 Jan 05
1
Problem setting up diskless boot.
...rotocol for installation
Kickstart
Sotware
Server IP Address
Location
So Im at a loss what to do.
Anyone done this recently and know WHAT THIS THING IS ASKING FOR???
Reg.Clemens
reg at dwf.com
2001 Apr 19
2
Samba 2.2.0 bug.
...the smbsh.
When I try executing smbsh, I see:
[reg@orion bin]$ smbsh
Username: rwclemens
Password:
ERROR: can't get smbw shared lock (Invalid argument)
Looking at the code its not obvious what the problem is.
Environment: Linux (RH7.0) Samba 2.2.0
Reg.Clemens
reg@dwf.com
2006 Aug 09
3
HABTM and getting to arrays from either direction
...;bar
assert !foo.bars.empty?
assert !bar.foos.empty?
end
My first assert passes just fine. But the 2nd fails. Am I wrong on the
concepts of HABTM? Shouldn''t the << operator add to the join table and
therefore the next find from either object return a non-empty array?
thx,
--dwf
--
Posted via http://www.ruby-forum.com/.
2006 Jul 14
0
Right way to customize Login Engine
...* Override home
Is this right?
But what about customizing the view(s)? Should I be making new views
for MyLogin and will they get used instead?
I guess this is really a simple Ruby inheiritance question (or
questions). But I want to make sure I''m doing it the right Rails way.
thx,
--dwf
--
Posted via http://www.ruby-forum.com/.
2006 Jul 27
0
Should I be extending UserEngine for User Preferences?
...for it) that has_one :user? I''m then free to
associate with my own models (including an HABTM association) without
worrying about the plugin code. This seems more "proper." But any
suggestions on when to create the new UserPreferences object so it gets
the user_id?
thx,
--dwf
--
Posted via http://www.ruby-forum.com/.
2009 Jan 07
0
What does system-config-netboot do???
...sure I can easily do whatever is necessary at the command line
If I just knew what it was trying to do with its cute user interface
(and dont get me started on broken, cute, user interfaces...)
--
Reg.Clemens
reg at dwf.com
2001 Apr 05
0
Newbie Question: Does smbwrapper/smbsh actually work?
...different versions of gcc?).
However when I try to execute smbsh (RH7.0), I get to the message
ERROR: can't get smbw shared lock
which looks like it could be a difference between the way different
OS handle things.
So, anyone got it working???
Anyone under Linux???
Reg.Clemens
reg@dwf.com
2006 Oct 19
1
link instead of submit_tag?
How I replace:
<%= submit_tag "Search" %>
with a text link? (like link_to or so?)
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this
2006 Oct 20
1
Login Engine, user object "marshal data too short"?
...ks and
suddenly I''m getting this error.
I can clear all sessions from the DB, do something to create a session
and store a user, then hit another page that pulls the user out of the
DB and I get a Application Error with the log saying "marshal data too
short."
Thoughts?
thx,
--dwf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2007 Mar 20
0
ActionMailer template issues?
...render the html template directly, but
there are some oddities around the template search path in partials
below the main RHTML template I''m using, so I went back to the first
method. I''ll go back to direct template rendering if folks think
that''s a better way...
thx,
--dwf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...
2011 Mar 14
4
Autocad 2011 instalation is breaking up
Hi ppl
I need hel installing autocad 2011. I'm using wine 1.2.2 (ubuntu 10.10)
I've copyed whole autocad DVD onto my HDD and started a setup with wine. Setup is installing fine (directx installation and everything) huntil it comes to part where it is installing autocad files - then the installation just stops and starts to undo itself like I've pressed cancel to install...
Has anyone
2011 Jan 31
6
TablEdit runs from install but not after
...xml:5: parser error : EntityRef: expecting ';'
<comment>View&Edit CAD and raster formats</comment>
^
Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-cut.xml'
/home/ubuntu/.local/share/mime/packages/x-wine-extension-dwf.xml:5: parser error : EntityRef: expecting ';'
<comment>View&Edit CAD and raster formats</comment>
^
Failed to parse '/home/ubuntu/.local/share/mime/packages/x-wine-extension-dwf.xml'
/home/ubuntu/.local/share/mime/packages/x-wine-extension...