search for: plundered

Displaying 10 results from an estimated 10 matches for "plundered".

Did you mean: blundered
2011 Dec 31
1
I've solved the detached-branch problem
I've solved the detached-branch problem! It wasn't actually the branch-rename overwrites that were doing this - turns out I was trying to remove cvs2svn-generated junk commits too soon and in the process deleting critical branch links. I've uploaded a new tarball to http://www.catb.org/esr/nut-conversion/nut-conversion.tar.gz with the 2.0-pre3 version of reposurgeon in it. That
2005 Aug 14
2
udev not starting on xenU FC4
Hi, Running lastest Xen dev (3.0) supplied by Fedorea C4, I get this same problem as already reported but whatever information I''ve found on this list is not working: Starting udev: [FAILED] Any new hints on how to fix it? Regards, -- xm create -c vsi Using config file "/etc/xen/vsi". Started domain vsi, console on port 9604 ************ REMOTE CONSOLE: CTRL-] TO QUIT
2006 Nov 06
8
Bizarre mysql issue
I am making an account confirmation system. Unfortunately, for some odd reason, the email''s authcode differs from mysql''s auth code. The email''s auth code is 84560046651013854756231785743141, yet mysql''s auth code is always 2147483647 for every account I create.... i don''t get it! The email''s auth code is taken from the same variable, and
2008 Apr 04
3
xfs and centosplus kernel
I read that XFS has problems with 4K Stack size for Linux on 32-bit systems. How did we address this in the centosplus kernel? Since what release of CentOS was this problem resolved? Is there a quick way to know what size the Linux stack is configured to be in a system's that's running? Thanks for your help. -------------- next part -------------- An HTML attachment was scrubbed...
2005 Sep 03
6
tls library message won''t go away
Hello, I''m trying to upgrade to using the "boxed" xen supported on FC4 after having it working fine for a while on a manual installation on FC3. I upgraded the host operating system with the FC4 cdroms, and it went mostly fine (after I turned off SElinux...) Now, when I try to boot one of the provided xen kernels, namely: vmlinuz-2.6.12-1.1447_FC4xen0 I always get the warning
2005 Aug 15
2
How to setup swap
Hi All, I could not locate the info & syntax to setup swap partition in domU. I''ve setup the fstab file like that after having created a LV for it but I don''t know how to instruct xen to use it:. I feel I have to somehow set it in the VM file but how ? Of course I''ve run the mkswap and tried swapon -a but I get the obvious message bellow as it cannot read real
2009 Apr 09
3
mock %post(pam) failure
I recently upgraded an internal build server from C5.2 to C5.3 and now I'm experiencing problems initializing the mock buildroot. Specifically, I'm getting the following error: ------ /var/tmp/rpm-tmp.77062: line 6: cat: command not found /var/tmp/rpm-tmp.77062: line 7: rm: command not found /var/tmp/rpm-tmp.77062: line 22: install: command not found /var/tmp/rpm-tmp.77062: line 25:
2007 Feb 01
6
Using a nonstandard foreign key
Hopefully this is an interesting question. I have a "user" table with a field "email_address". I would like the part of "email_address" after the ''@'' to be a foreign key to a "companies" table populated by a companies that are clients. Any pointers on how to do this in rails? --~--~---------~--~----~------------~-------~--~----~ You
2007 Feb 20
1
CHINA: Donation Scheme and Quality Community Development
G'Day All, We have been supporting linux as a side business for a while (because we use that skill set in our own value chain internally) and we are now going to start targeting the wider local Chinese market and not just the foreign companies and joint ventures. As such we expect to see tremendous growth in this market segment this year due to the quickly dwindling support of local
2006 Mar 28
8
Large Database with lots of tables
Hello all, I am a rails nuby and I am evaluating using Rails for a new web application. The application will have a large number of tables (>70) that will basically mimic a large collection of paper forms that user would otherwise have to fill out. From what I have read on rails thus far it seems I would have to create a lot of models and form templates. Is this common and if so does