search for: worky

Displaying 20 results from an estimated 51 matches for "worky".

Did you mean: work
2006 Jun 27
1
user.save now workie, but user.update_attributes does
In my User model, I had this: def update_last_login_time self.last_login = Time.now self.save end But last_login was not being set. When I changed it to this it worked: self.update_attribute( :last_login, Time.now ) Any ideas why? ~S
2006 Feb 24
0
increment!(attribute) no worky
I tried this: @item.increment!(''views'') But Rails say: wrong number of arguments (1 for 0) And the docs say (under instance methods): increment!(attribute) Say what? What say you? Joe -- Posted via http://www.ruby-forum.com/.
2007 Mar 09
0
spandsp, app_rxfax: apps_Makefile.patch v1.2 > v1.4 = No Workie!
Hi Guys, Looked at lotsa places on the Web/archives already. Does anyone have a Makefile for Asterisk 1.4 that integrates spandsp, app_rxfax, & app_txfax? This patch sure doesn't work with the Asterisk 1.4 Makefile: <http://soft-switch.org/downloads/spandsp/spandsp-0.0.2pre26/asterisk-1.2.x/apps_Makefile.patch> ==============================================================
2006 May 08
4
gsub no workie
Don''t know why, but cant seem to get this to work for me. I have a phone number field for an addressbook. In the addressbook model I have a before_update declaration that says the following: I''d like to be able to remove all special characters (just numbers please), but this doesn''t want to work for me. before_update :format_phone def format_phone self.phone =
2006 Aug 08
2
Resources and pretty URLS
Using the brand-spanking new map.resources for REST goodness, is there a way to pass in additional parameters, or do I have to go back to standard routes. For example, is there a way to use the map.resources to response to urls like: /blog/2005/02/03/ => :controller => :blog, :action => :show, :year => 2005, :month => ''02'', :day => ''03''
2004 Oct 19
1
Issues/Questions about Samba 3.x.x versus it's Worki ng Status
Hi Jerry, First, thanks a lot for the answers! In regards, to your reply, can you provide a little bit more precisions here: 1. The question 1 was about not using winbindd when in ADS security mode. Is the answer still Yes? I know that it is true when in DOMAIN security mode. 2. About Question 6, from your answer, my understanding is that the Samba server must be in the same domain as the
2008 Feb 13
5
Example controller spec no worky?
I''m trying to spec a dead simple "show non-existent record should render 404" case, but it seems the RecordNotFound exception is making it impossible for some reason. #controller def show @event = Event.find(params[:id]) end #spec - pretty much straight from the rspec site before do Event.stub!(:find) get :show, :id => ''broken'' end #
2015 May 12
3
Resolving computeraccount$
Hi list! Many questions are asked and answered about resolving user accounts. But does winbind resolve computer accounts? To elaborate some: it is perfectly all right to add computer accounts to access groups and use them in ACLs on a share or folder. For instance you would like a startup script to run on a client computer before a user logs on. Or perhaps you would like a server (account)
2015 May 12
2
preexec and msdfs proxy
...bove, then what information will be needed to help diagnose "my" issue? > > I don't have the line I use with me for the preexec, but I did attempt the example in he samba man pages > i.e.: > (root) preexec = echo "hello world!" >> /tmp/mycutelog.txt > no worky worky. > > Thanks in advance! > > > -- > > Greg Enlow > grenlow at hk.mailbox.de > > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > Zu buchen bei Hegel...
2011 Jun 21
2
function to undo the DIFF command in ARIMA command
Hi users. I'm new user in R. I'm workiing with Time series and I would like to know how can I do to undo the command DIFF(X), for exemple: If I have the model: m=arima(X, order=c(0,1,1), seasonal=list(order=c(0,0,1))) (note that have d=1 one difference), to find, in the same scale, the original numbers (like one "unDiff"), after the forecast, I need to develop some function or in
2015 May 16
2
preexec and msdfs proxy
...ove, then what information will be needed to help diagnose "my" issue? > > I don't have the line I use with me for the preexec, but I did attempt the example in he samba man pages > i.e.: > (root) preexec = echo "hello world!" >> /tmp/mycutelog.txt > no worky worky. > > Thanks in advance! > > -- > > Greg Enlow > grenlow at hk.mailbox.de > > > ______________________________________________________________________ > This email has been scanned by the Symantec Email Security.cloud service. > Zu buchen bei Hegel &amp...
2004 Aug 06
2
capturing pid from command line
still no workie :( You guys think you could add this internaly in the icecast server? (icecast.xml) <server_pid>/path/to/my/file.pid</server_pid> instead of using a shell script to facilitate this. <p>Dave St John (CEO) Mediacast1.com ----- Original Message ----- From: "Brendan Cully" <brendan@xiph.org> To: <icecast@xiph.org> Sent: Tuesday, November 04,
2006 Dec 01
2
Ferret on Apache Installation
Hi, had my local linux box setup and ferret was working like a champ via Webrick. However, when I moved to a different linux box using Apache web server, search no worky..giving the error listed below. The site itself comes up fine. I''ve tried deleting all the dirs under /index and restarted the webserver to see if re-indexing would help, but that made matters worse. Re-indexing didn''t work ie didn''t produce any of the normal subdirs unde...
2015 May 19
4
preexec and msdfs proxy
...sins when they access to the RO share, by sending them a sysadmin from hell mail, and lots of them. Sadly, however, the preexec function doesn't fire for us. We were really excited about all the mails we would be sending, sort of like big company sactioned spam! ;-) But, alas, something no worky worky. So, that is why I am here. 'til then, Greg Enlow -- Greg Enlow grenlow at hk.mailbox.de On 19 May 2015, at 08:08, Daniel M?ller wrote: Just an idea: Why dont us msdfs just pointing to the netapp with ln -s msdfs: And in the smb.conf ex: [netapp] root preexec= yourscript path=y...
2013 Jul 30
2
Failed to parse template, wrong number of arguments (create_resources)
I''m having some issues trying to track down a problem I''m having parsing a simple template, using create_resources and Hiera. Here''s my setup (abridged): ../hieradata/settings.yaml: *global:* * variables:* * env: foo* * * *appSpecific:* * serverName: someServer* ../modules/test/manifests/init.pp: *class test {* * create_resources(test::variables,
2006 Nov 13
1
SIP Ports (1000 to 2000 works)
I was reading the posts and someone said about the default 1000 to 2000 I see in the .conf the default is 10000 to 20000 I found a service that gives inbound DID's in the firewall 5060 and 10000 - 20000 is setup no workie on the DID But when I set 5060 , 10000 - 20000 and (Unblocked) 1000 - 2000 Now the DID works fine. So you me what the standard is -- Best regards, Al Bochter Bochter
2002 Dec 12
1
Windows boot-NTLDR not found?
Hello All, I am using NU2's BCD with the isolunix/memdisk add-on to create the cd. Floppy images work fine, however the bootsector (w2K et.al) doesn't. I get an NTLDR not found error. Not a problem, as the issue is that the bootsector needs to be in the root of the CD. Well if I do that then how do I spec that location properly in isolinux.cfg for the label tag? For example- this
2015 May 18
2
preexec and msdfs proxy
...information will be needed to help > diagnose "my" issue? >> I don't have the line I use with me for the preexec, but I did attempt >> the example in he samba man pages >> i.e.: >> (root) preexec = echo "hello world!" >> /tmp/mycutelog.txt no worky >> worky. >> >> Thanks in advance! >> >> -- >> >> Greg Enlow >> grenlow at hk.mailbox.de >> >> >> ______________________________________________________________________ >> This email has been scanned by the Symantec Email Secur...
2015 May 21
1
preexec and msdfs proxy
...ss to the RO share, by sending them a sysadmin from hell > mail, and lots of them. Sadly, however, the preexec function doesn't fire > for us. We were really excited about all the mails we would be sending, > sort of like big company sactioned spam! ;-) But, alas, something no > worky worky. So, that is why I am here. > > 'til then, > Greg Enlow > > -- > > Greg Enlow > grenlow at hk.mailbox.de > > > > On 19 May 2015, at 08:08, Daniel M?ller wrote: > > Just an idea: > Why dont us msdfs just pointing to the netapp with ln -s...
2001 Sep 08
5
Wine and Windows 2000
I had the latest wine running under winblows 98 SE for a week or two with no problems, then I installed winblows 2000 and now I cannot get wine to work. It is important for me to get it running again since I run United Devices cancer research agent (http://members.ud.com) 24/7 to help them find a cure for cancer. Is wine compatible with Win2k, or will I need to re-install 98 again? -- Interested