Displaying 2 results from an estimated 2 matches for "dkarnow".
Did you mean:
dkarnows
2006 Jan 19
3
Must you "net join" for the Samba machine to become a domain member?
...atically and something is wrong in my config that's preventing it ...
Boring Details:
Running Samba 3.0.20b on Solaris. Here's my samba.conf:
[global]
security = domain
workgroup = CORP
password server = jfk1dc1.corp.etradegrp.com
log level = 10
log file = /etrade/home/dkarnows/work/samba/logs/%m.log
netbios name = DEV1NY
lock directory = /etrade/home/dkarnows/work/samba/locks
pid directory = /etrade/home/dkarnows/work/samba/locks
private dir = /etrade/home/dkarnows/work/samba/private
[homes]
comment = Home Directories
read only = No...
2007 Jan 21
6
rake db:migrate "undefined method `default'" error
...book (2nd addition).
When doing a "rake db:migrate" to add a column to a table I get this:
undefined method `default'' for
#<ActiveRecord::ConnectionAdapters::MysqlAdapter:0xb7517ec8>
Any ideas?
thanks,
David
PS: Here''s the full output with the trace parameter:
dkarnows@star:/share/David/radrails/workspace/depot$ rake db:migrate
--trace
(in /share/David/radrails/workspace/depot)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
== AddPrice: migrating
==================================================...