search for: weither

Displaying 17 results from an estimated 17 matches for "weither".

Did you mean: either
2013 Jun 25
2
how to run backtick in erb file
Hi I am very new to puppet and wants to implement something like this in my puppet template (erb file) the logic i am trying to do is : sssd_count=`rpm -qa | grep ''sssd'' | wc -l` <% if sssd_count =2 -%> session optional sss.so <% else %> session optional pam_ldap.so <% end -%> but the backtick does not work.. or i am unable to store the
2007 Jan 05
7
Hitting Files per Directory Limits with Ferret?
Hey all! We''ve been using Ferret to great success these past six months. But recently we''ved tried adding many new ContentItems (only thing being index by Ferret at the moment), and things came crashing to a halt. ferret gem: 0.10.9 acts_as_ferret plugin (not sure which version) How we''re using the plugin: class ContentItem < ActiveRecord::Base acts_as_ferret
2006 May 21
6
Is there a way to call helper methods in a controller?
Hi, Is there a way to call helper methods in a controller? I want to do something like this in my controller Class MyController < Action.... def my_method string = link_to "some_url", :controller => "home", :action => "command" end end link_to is an ActionView helper method and it seems that I couldn''t access the method in the controller
2007 Feb 27
14
Stop browser from "form filling" fields.
Hi all, I have a user login form which the browser keeps populating because of its form fill feature. So when anyone goes to log in it shows the previous login''s username and password. How can I stop the browser from populating a text field? Thanks in advance. Cheers, Diego --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to
2004 Jan 19
2
Lucent and ISDN-PRI
Hi Everyone, So I have been further exploring the integration of our asterisk server and our lucent definity g3si system. I took the suggestion of setting up an isdn-pri line added the two way tie trunk and the signalling group, but can't seem to get the PRI signalling working on the asterisk correctly. I've set pri type to network on the lucent, and pri_cpe in zapata on the asterisk, but
2008 Nov 19
1
domUs Clock synchronisation
...me with the same OS (Centos 5 2.6.18-92.1.18.el5 ) but each of them have a different clock speed. Why? Dom0 does not syncronize domUs : So i watched out looking for any solution.... First attempt: /proc/sys/xen/independent_wallclock = 0 /proc/sys/xen/permitted_clock_jitter = 10000000 I tried weither disabling acpi and apic for domUs . It didn''t work Second attempt: /proc/sys/xen/independent_wallclock = 0 ntpd on domUs . It works but as the clocks run too fast after a bunch of days it losts synchronization because the drifts are too big. More infos: dom0 is Centos 5, my server...
2010 Jun 01
0
XCP French keymap problem
Hi everyone, has anyone succeded to get something else than plain qwerty keyboard layout on XCP? I have a French layout keyboard and I can''t get the mapping to be ok in the VMs, weither it be linux PV or windows HVM. I first tried with openxencenter (very good software by the way), then with the xcp xapi debug web page applet, then with ssh port forwarding, and I always get the same screwed up keyboard layout. On standard non XCP Xen, one can specify a VNC keymap in the confi...
2010 Dec 23
4
could someone help me make a japanese game run?
my distribution is fedora 14 with a locale of utf8-us?, which was configured in a setup process long long ago. the game was scripted in many japan character, mostly, in comments. anyhow it fails at startup, weither it is done through 'wine game.exe' or 'winefile -> move file to c:\somewhere -> double click game.exe'. i've google out it seems i'd change locale of my system to got it streight? is it true? and i think i'v been an linux cowerd to challenge any locale change for...
2015 Jul 25
0
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
...f the function it starts with 0x01 0x4D then MessageBoxA without an underscore The dll is not referenced and is assumed to be the one listed in the first object in .idata$6 This is where the actual problem lies because the dll functions never get resolved Have you guys got any thoughts on weither we should support this or not within lld and if so how ? There are some interesting things here For example the gnu linker provides the section with the stub code and the offset for injection. Should we be using the stub code provided in the text section or should we just ignore it and use the one...
2006 May 03
3
DO NOT REPLY [Bug 3749] New: rsync --help misleading information
...ws 'not so logical' information --ignore-existing ignore files that already exist on the receiving side --delete delete files that don't exist on the sending side --delete-excluded also delete excluded files on the receiving side Depending on, weither your sending a backup to a server or fetching a backup from a server, this help does not make sense. Please change the help code into something more logical, in example: --delete delete files that don't exist on the target side or directory keywords like: "target" or "source&...
2007 Dec 30
4
Drawing thread not getting enough time from scheduler?
Need some assistance with animation again... When I run the drawing code in a separate thread, it''s slow as heck. I think it may be because the drawing thread isn''t getting enough time from the thread scheduler. I was able to reproduce the problem in my little sample program simply by increasing the number of lines it draws per update. I''m lucky to get one frame
2015 Jul 24
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
After some more digging and creating a few testcases in lld I have narrowed it down to The fact that dlltool generates Contents of section .idata$7: 0000 55534552 33322e64 6c6c0000 USER32.dll.. Where as lld expects Contents of section .idata$6: 0000 55534552 33322e64 6c6c0000 USER32.dll.. I recreated the hello64.test using dlltool for the lib and here is the asm dump of
2015 Jul 25
2
[LLVMdev] [LLD] support for dlltool generated libs in COFF/PECOFF
...0x01 0x4D then MessageBoxA without an underscore > The dll is not referenced and is assumed to be the one listed in the > first object in .idata$6 > > > This is where the actual problem lies because the dll functions never get > resolved > Have you guys got any thoughts on weither we should support this or not > within lld and if so how ? > > There are some interesting things here > For example the gnu linker provides the section with the stub code and the > offset for injection. > Should we be using the stub code provided in the text section or should we &...
2004 Sep 28
6
VM Remote access options
Just to error test my own thinking here, there seems to be the following options for remote graphical access to a running domian vm. Besides the normal network service via a port and a raw console, the options are straight X, VNC, and XN. X - supports a single X window running on a local XServer, tied to a single process on the remote system. No remote desktop VNC - comes in two flavors of
2007 May 09
5
layouts + routes = confused
I''m new to RoR and the tutorials I''ve found on the web, while helpful, aren''t as "complete" as I''d like them. I understand the basics when it comes to layouts and routes, but I''m trying to get them to work together. MY first task was to implement a user authentication system (registration/login/logout/change_password). This works fine with
2008 Jan 08
28
1.9.3 release, rakefile
Hi I''d like to put out a 1.9.3 release perhaps later this week/weekend. If you have a chance to test the build and samples esp with latest rubygems, please do. There are still some bugs on the list, and samples to do, but this should address all the build/install probs that have come up. And it would be good to get some testing and feedback on some of the new classes. A note on the
2009 Dec 08
28
wow runtime error, new with patch 3.3
this error occurs at the login screen. shortly after entering password, and hitting enter. game worked prepatch. 3.2 microsoft visual C++ runtime library Runtime error! Program c:\program files\world of warcraft\wow.exe R6034 An Application has made an attempt to load the C runtime library incorrectly. Please contact the applications support team for more information. thanks