search for: dan

Displaying 20 results from an estimated 10390 matches for "dan".

Did you mean: an
2007 Nov 13
2
new to rspec, error running "rake rspec" on debian/etch
I have the latest version of rspec and rails-rspec installed. I''m using the debian versions of ruby and rails. On a new project after a generate an "rspec_model" and then try to run "rake spec", I get the following error: dan at dan-server:~/projects/cw/registration$ rake spec (in /home/dan/projects/cw/registration) /home/dan/projects/cw/registration/vendor/plugins/rspec_on_rails/lib/spec/rails/extensions/action_controller/rescue.rb:19: undefined method `alias_method_chai\n'' for \ ActionController::Rescue:Mo...
2005 Jul 21
2
bubble.plot() - standardize size of unit circle
Hello, I wrote a wrapper for symbols() that produces a bivariate bubble plot, for use when plot(x,y) hides multiple occurrences of the same x,y combination (e.g. if x,y are integers). Circle area ~ counts per bin, and circle size is controlled by 'scale'. Question: how can I automatically make the smallest circle the same size as a standard plot character, rather than having to
2004 Nov 04
2
Bug report (PR#7341)
Full_Name: Dan B Version: na OS: na Submission from: (NULL) (80.6.127.185) I can't log into the bug tracker (I can't find where to register / login). In this way I can't add the following context diff (hopefully in the right order) for my changes to the matrix.Rd... Hmm... I guess this should be...
2004 Dec 07
3
icecast2 setup problem - unable to open logfiles
Zenon Panoussis wrote: > > Dan Stowell wrote: > > [icecast can't write to log files] > > > running it as myself ("dan") - the same as the owner of the logfiles > > and of the containing folder. > > >> > -rw-rw-r-- 1 dan admin 0 6 Dec 23:48 icecast2access.log > >&g...
2020 Oct 27
5
odd issue with permisions
I'm really confused about something. It seems like on my samba server the user AND GROUP permissions must match for me to access any files in my home directory. Here's an example of what I mean: ($ = at unix shell, > = in smbclient) $ mkdir ~dan/test1 $ chmod 700 ~dan/test1 $ smbclient -U dan //localhost/dan > cd test1 > put test1.txt (failure, NT_STATUS_ACCESS_DENIED) > quit $ chmod 070 ~dan/test1 $ smbclient -U dan //localhost/dan > cd test1 > put test1.txt (failure, NT_STATUS_ACCESS_DENIED) > quit $ chmod 770 ~dan/test...
2004 Dec 07
2
icecast2 setup problem - unable to open logfiles
running it as myself ("dan") - the same as the owner of the logfiles and of the containing folder. i did try running it as root at first, but as you probably know, you get a warning message if you try to do that. dan On Tue, 7 Dec 2004 13:03:08 -0800, Daniel <lpmusix@gmail.com> wrote: > what user are you ru...
2001 Jun 04
1
*** liste wine ***
Hello, I have a make error. --- error output : /usr/bin/ld: cannot find -lXpm collect2: ld returned 1 exit status make[2]: *** [libx11drv.so] Erreur 1 make[1]: *** [x11drv/libx11drv.so] Erreur 2 make: *** [dlls] Erreur 2 --- standard output : make[1]: Entre dans le r?pertoire `/home/j/src/wine/unicode' make[1]: `libwine_unicode.so' est ? jour. make[1]: Quitte le r?pertoire `/home/j/src/wine/unicode' make[1]: Entre dans le r?pertoire `/home/j/src/wine/tools' make[2]: Entre dans le r?pertoire `/home/j/src/wine/tools/specmaker' make[2]: R...
2000 Mar 14
1
boxplots of 1 datum AND comparing rank and boolean
...granting agency in Canada. I chair a committee at my university that ranks postgraduate students and sends the files to NSERC. While NSERC nearly obeys our rankings, it seems to me that favour some departments. I'd like to test that (hence "accept ~ rank.inv + dept" in the above). Dan E. Kelley internet: mailto:Dan.Kelley at Dal.CA Oceanography Department phone: (902)494-1694 Dalhousie University fax: (902)494-2885 Halifax, NS, CANADA, B3H 4J1 http://www.phys.ocean.dal.ca/~kelley -.-.-.-.-.-.-.-.-.-.-.-...
2006 Aug 23
2
Error was Permission denied
Greetings, I have tried a few days on an off to get samba to work, but need some help. Samba version Samba 3.0.23a-1.FC5.1 Linux Fedora 5 (localhost) User: dsmith 192.168.1.104 Windows XP SP2 with lastest updates (T2385) User: dan 192.168.1.100 Linksys 8 port router I found a couple problems with the checklist and fixed them. A couple problems I wasn't able to solve. Here are the problems: 1) smbclient //192.168.1.104/dan -Udsmith tree connect failed: NT_STATUS_BAD_NETWORK_NAME smbpasswd is set, both dsmith and dan t...
2006 Jun 09
11
Adding routes from plugin
Can anyone tell me how to add routes from plugin? I know it is possible because of this changeset: http://dev.rubyonrails.org/changeset/2967 but i didn''t find way how to do it. retro -- Posted via http://www.ruby-forum.com/.
2008 Jul 01
25
Guest TSC and Xen (Intel and AMD feedback please)
...vide patches so that hvm reads of the bits return "false"? Or will this cause other problems? Another alternative would be to trap all rdtsc's and emulate them but this probably will not be easy and may have significant performance implications. But perhaps it should be an option? Dan =================================== Thanks... for the memory I really could use more / My throughput's on the floor The balloon is flat / My swap disk's fat / I've OOM's in store Overcommitted so much (with apologies to the late great Bob Hope) _____________________________________...
2006 Jul 25
7
Question about Associations and Eager Loading
Hey everyone, I''m currently making an application that allows users to create custom fields that have attributes associated with each field. They can then attach instances of these fields (each with their own separate attribute instances) to their account. So, it looks like this: Fields / \ Field Instances Field Attributes \ / Field
2004 Dec 07
2
icecast2 setup problem - unable to open logfiles
Paul Melnikow <pnm@zephyr.to> wrote: > On Tue, Dec 07, 2004 at 11:02:38PM +0000, Dan Stowell wrote: > > Zenon Panoussis wrote: > > > Dan Stowell wrote: > > > > > > [icecast can't write to log files] > > > > > > > running it as myself ("dan") - the same as the owner of the logfiles > > > > and of the con...
2020 Aug 07
3
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, as far as PPI and PAI Header, we use the channel Vars in order to do that. In Latest Asterisk you can set Channel vars within the create command in the Body. Just set the PJSIP(add,PAI) as you would do it in Dialplan. https://blogs.asterisk.org/2020/07/22/ari-create-channel-with-variables/ BR Jör...
2014 May 09
1
CentOS 6.5 fresh install, public ssh keys cannot authenticate
...al box to setup a bridged adapter. Walk through the virtualbox wizard UI. When it asks for distribution point it at centos6.5 iso When the iso boots inside of virtualbox, choose to install desktop which is the first choice of choices. Eventually it will ask for a username, give the name of 'dan' and password paloalto9. When presented a login screen, login as dan. Start a terminal. try ssh: ssh dan at localhost That should prompt you for password and log you in. Also it should create ~dan/.ssh/ cd ~dan/.ssh/ do this: ssh-keygen That should create 2 files: ~dan/.ssh/id_rsa ~d...
2006 Jul 23
18
help with "rake db:migrate" error please?
Hi, Just trying to get my first database based rails app up on dreamhost.com. The app was working prior to putting in mysql DB usage but I''m just stuck on getting the app working with mysql. I''ve already created the database and can connect to it manually. Below is the error I get after running the rake migrate. It worked OK on my home PC environment. I did change the
2020 Aug 10
2
With ARI, is it possible to create (originate) a call and pass both the caller id name and number?
Hi Dan, i would do something like this (it is not a copy of what we are doing but an example of how i would do it) Important here is the "--data" and "-H" Option as well as the "variables" section within the Body. I added the callerid function here as well as it is the sampl...
2006 May 18
4
Request Routing Plugin ( :requirements => { :subdomain => ''thing'' } finally works)
...u can''t :) It exposes several other request methods as well like domain, port, method etc. and excepts Regexps as well as strings for matching. SVN: http://svn.vivabit.net/external/rubylibs/request_routing/ README: http://svn.vivabit.net/external/rubylibs/request_routing/README Cheers, Dan -- Dan Webb http://www.danwebb.net
2013 Jun 21
5
[patch] xen-netback: double free on unload
There is a typo here, "i" vs "j", so we would crash on module_exit(). Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> diff --git a/drivers/net/xen-netback/netback.c b/drivers/net/xen-netback/netback.c index a0b50ad..130bcb2 100644 --- a/drivers/net/xen-netback/netback.c +++ b/drivers/net/xen-netback/netback.c @@ -1968,8 +1968,8 @@ static void __exit netback_fini(void)...
2006 Jul 24
4
[Slightly OT] Dealing with lost connections
Hi! I know that the web is essentially stateless, so I was wondering about how lost connections can be managed. I have an application that posts data to a web form. This form has a large number of items (about 38) and I''m a bit concerned about the connection being lost while posting the data. Is it safe to assume that the web application will reject the transmission if the right