Displaying 20 results from an estimated 800 matches similar to: "Trouble loading software"
2006 Jan 13
4
How to add virtual fields in model
I want to add virtual fields in a model.
table: field1 field2
I want to add field3 which is field1*2 + field2
I know tihs can be achieved in View, but I want it in model.
Then I will pass this model to PagerRenderer to paginate.
How to achieve this?
thanks
--
Posted via http://www.ruby-forum.com/.
2006 Apr 05
3
how to insert Current DateTime value into database?
Hi,
I want to insert onto database the Current DateTime Value into database
field "Store_date" with datatype (DATETIME). How to do tihs?
I am usiing hidden variable into my form as follows:-
=======================
<%= hidden_field("store", "store_date", :value =>:datetime ) %>
=======================
But when I m submmittng form I couldn''t find
2012 Feb 13
2
rsync ing files within an apache cluster - newbie
Dear All,??
Background information:?
i have a cluster of 14 apache servers running behind a load?balancer?.hits to the server are random, there's no master webserver so uploads to the website may land on app server 1..14 depending on where it landed by the load balancer.
What i need help with:
i want to have all the "uploaded files" in all webservers to be in sync.here's a
2008 Nov 18
1
Re: AutoCAD and Wine
James McKenzie wrote:
> EF wrote:
>
>
> Also, is there a downloadable test version of AutoCad 2008 (I doubt it,
> but it never hurts to ask.)
>
> James McKenzie
>
I found one here: http://files.brothersoft.com/graphics_design/cad/AutoCAD2008Trial.exe
2006 Jun 14
0
enormous wave on OTC, important statement
Have you ever thought about what makes a good trader? I have! Apart from skills and persistence, it?s information. Knowledge is everything, and after you read this to the end, you?ll be more likely to achieve!
Get C T X E . P K First Thing Today
This Is Going To Explode!
C T X E . P K - C a n t e x E n e r g y C o r p
Global score: Excellent|
Mean Recommendation: Srtong Byu|
Investor
2007 Apr 30
3
syslinux booting from a third partion of ipod.
Hello,
I hope that somebody can help me, I am trying to boot Knoppix from the third
parition of an ipod nano with out loosing the player capabilities. After
fdisk I have the following partitions:
slr ~ # fdisk -l /dev/sda
Disk /dev/sda: 4095 MB, 4095737344 bytes
255 heads, 63 sectors/track, 497 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End
2012 Nov 03
0
[LLVMdev] should asan catch tihs?
On Fri, Nov 2, 2012 at 6:27 PM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
> I just tried asan on an optimized 32 bit build of
> -------------------------------------
> #include <stdint.h>
> __attribute__((noinline))
> void f(uint64_t *p) {
> *p = 42;
> }
> int main() {
> void *p;
> f((uint64_t*)&p);
> }
>
2012 Nov 03
3
[LLVMdev] should asan catch tihs?
I just tried asan on an optimized 32 bit build of
-------------------------------------
#include <stdint.h>
__attribute__((noinline))
void f(uint64_t *p) {
*p = 42;
}
int main() {
void *p;
f((uint64_t*)&p);
}
------------------------------------
and it correctly catches the invalid access. If I comment the
attribute, the optimizers find and exploit the undefined behavior and
2011 Oct 25
0
Mega Games Pack For WINE/Windows Games (Online Edition)
[Image: http://img692.imageshack.us/img692/91/splashns.jpg ]
Free Mega Games Pack (Online Edition)
Free MGP is now an online Repository of games you can download, the games are compatible with Windows and WINE/Linux.
[Image: http://img851.imageshack.us/img851/2441/mgpinstall.th.jpg ] ("http://imageshack.us/photo/my-images/851/mgpinstall.jpg/") [Image:
2012 Nov 03
0
[LLVMdev] should asan catch tihs?
On 11/3/12 4:06 AM, Kostya Serebryany wrote:
> Also note that this is not the kind of bug for which asan is good.
> If we are dereferencing an uninitialized pointer, there is a high
> chance that the program will SEGV w/o any tool.
> If we are unlucky and the garbage is accidentally equal to some valid
> address, asan will not catch it either.
> Valgrind (and work-in-progress
2012 Nov 03
2
[LLVMdev] should asan catch tihs?
Also note that this is not the kind of bug for which asan is good.
If we are dereferencing an uninitialized pointer, there is a high chance
that the program will SEGV w/o any tool.
If we are unlucky and the garbage is accidentally equal to some valid
address, asan will not catch it either.
Valgrind (and work-in-progress MemorySanitizer) will catch this.
--kcc
On Sat, Nov 3, 2012 at 5:38 AM, Eli
2008 Aug 09
8
Problems Installing
I recently had to uninstall PokerStars and WINE will not allow me to preform the reinstallation. I have also tried installing other programs with no success. I contacted PokerStars support but they said it'll be at least 2 days before their Linux guy was in. What they wanted was my WINE log files by going in through the terminal. Thats all they could tell me until 2 days from now. I have no
2010 Jul 02
1
Scripting for Centos security advisory database
Hi all,
Where can I find Centos Security Advisory database? The one that I
believe similar with RHSA?
2ndly, is there any script available to check if there's any CESA
against my installed Centos?
Thank you very much.
2010 Jul 02
1
winecfg, cdrom and winetricks
Hi
FS9 says to not find any CDROM but it's: /media/FS_DISC4
Then 2ndly i try to set winecfg but I cannot change to /apps/.wine/...
3. I did winetricks ie6 where did this install? It needs to go into /apps/.wine/..
thanks
2010 Jul 14
3
How to see inside of this function?
Hi, there is a function Skewness() under fBasics package. If I type
"skewness", I get followings:
> skewness
function (x, ...)
{
UseMethod("skewness")
}
<environment: namespace:timeDate>
Would be great if someone tell me how to see the codes of this function.
2ndly suppose I create following function:
fn1 <- function(x) return(x+2)
How
2010 Jul 27
1
Meaning of proc.time()
If I run proc.time() function, I would get following:
> proc.time()
?? user? system elapsed
?? 2.82??? 4.18? 792.39
However I am struggling the meaning of the object what it returned. In
help file it says that:
"user time" is the time required to execute the calling process. Here
what is the calling process exactly? Who executes this? system itself?
2ndly "system time"
2006 Mar 16
2
SIP routing over IAX2
Hi All,
I have two Asterisks, one on the LAN that handles the internal calls
with a PSTN interface and one on the DMZ with a public interface. I
would like to route SIP calls from the internal users to the Internet
over IAX2 to the DMZ and onwards.
All users have soft phones so they would enter sip:someuser@somevoip.org
to get a connection. I would like to avoid having number prefixes to
dial
2000 Jun 15
0
Samba Configuration Question
I am looking at replacing an existing NT 4 server with a Linux system
running Samba. I having been reading through the documentation and have
run into some questions about the best configuration to use.
The current environment:
Main Site: Lamb1 domain
1 - PDC:NT4
2 - BDC:NT4
Remote Site: MMW1 domain
1 - PDC: NT4
all Win95/98 clients
There is two way trust between the two domains.
2005 Jan 17
1
IAX2 doesn't respect bindaddr?
I'm running CVS HEAD. The last time I updated was January 7th, at
which time everything was fine. Having updated again today, January
17th, I'm having problems with IAX2. I use the "bindaddr" directive
for both SIP and IAX2, and while SIP respects it, IAX2 doesn't. It
listens on every interface, and uses every one of them for outgoing
source addresses. This breaks IAX2
2004 May 26
1
dovecot.rawlog
Hello,
I build dovecot tih --with-rawlog and created a folder dovecot.rawlog
inside the root-dir of the mailbox (same level as new, cur and tmp). For
testing purposes I set the env MAIL to the maildir and started
libexec/imap. This generally works, but I can't find the promised logs
of input and output. Where do I have to look for them?
Regards
Marten