Displaying 18 results from an estimated 18 matches for "purgatory".
2013 Feb 21
0
[PATCH 1/4] purgatory: put variables altered by kexec in .data not .bss
From: David Vrabel <david.vrabel@citrix.com>
elf_rel_set_symbol() fails if the symbol is in the .bss section.
Signed-off-by: David Vrabel <david.vrabel@citrix.com>
---
purgatory/arch/i386/console-x86.c | 6 +++---
purgatory/arch/i386/crashdump_backup.c | 8 +++++---
purgatory/arch/x86_64/purgatory-x86_64.c | 6 +++---
purgatory/include/purgatory.h | 4 ++++
purgatory/purgatory.c | 4 ++--
5 files changed, 17 insertions(...
2004 Nov 13
2
Thrashing?
Does R do its own swapping out to disk? I disabled Linux swapping and
the system still gets stuck in Purgatory where there's little CPU
activity but the disk goes like crazy. That's with R having almost the
whole machine to itself and running a memory hungry compute only function.
I've seen this behavior with other version numbers but I'm running R
2.0.0 under Fedora Core 3. The system...
2003 Apr 22
1
make installworld Error code 64
...t "for prog in [" can't find what its looking for?
Where is the closing "]" ?
What dir is "cp" looking in?
Am I am even close?
More (hopefully useful info)
As you can see I booted to the new kernel sucessfully...
root@smeagol /usr/src # uname -a
FreeBSD smeagol.purgatory 4.8-STABLE FreeBSD 4.8-STABLE #0: Sun Apr 20
17:09:30 PDT 2003 root@smeagol.purgatory:/usr/obj/usr/src/sys/GENERIC
i386
All the files appear to be in place?
root@smeagol /usr/src # ls -la
total 146k
drwxr-xr-x 21 root wheel 512 Apr 20 14:07 ./
drwxr-xr-x 18 root wheel...
2002 Nov 29
2
Mounting a Samba Share in /etc/fstab
....
Can I make an fstab entry so I can mount the XP share whenever I boot? The reason I ask is because
currently Wine can't properly detect the c:\windows dir on the XP box and I'd like to be able to use
some of the program (e.g. games) on my Linux box.
--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org Linux - The Choice of Every Generation
C.S.S.: Construct Skilled in Sabotage...
2002 Nov 29
2
Connection to a Remote XP Box
...nnect failed: ERRDOS - ERRnosuchshare (You specified an
invalid share name)
SMB connection failed
But the command works when I use:
mount -t smbfs -o username=username,password=somepass //hal9001/C /linux/ ((box on lan))
What am I missing/doing wrong?
--
Joseph A Nagy Jr Purgatory is where Windows users go when they
Founder and CEO die so they can figure out Linux and ascend into
Joseph A Nagy Jr Enterprises whatever higher plane one belives in.
http://jan-jr-ent.homelinux.org Linux - The Choice of Every Generation
C.S.S.: Construct Skilled in Sabotage...
2003 Aug 14
1
joys of transition.
Red Hat 8.0
stock dovecot 99.10
for a variety of reasons, I decided to cut over to dovecot this morning. I
extracted all of my mailboxes from mbx purgatory back to mbox purgatory, set up
dovecot and proceed to get authentication failures. (am using simple password
based authentication either direct or through pam)
I turned authentication verbosity on and got:
Aug 14 11:51:38 harvee dovecot: Dovecot starting up
Aug 14 11:51:46 harvee dovecot-auth:...
2002 Aug 21
2
journal tuning
Hello,
Is there some document about ext3 performance tuning and choosing
the right type and size of journal? Except RedHat's white paper.
From what I read I understood that for typical operations
data=ordered is prefered. For the cases when there are many writes
not appending to files data=journal is the choice. And if I want to
get the most performance or in case where program is doing
2006 Aug 03
5
DRYing up the view
Hello everyone!
I have generic views for CRUD operations
For example I render(''shared/list'') from controller
shared/list.rhtml
...
<% for item in @list %>
<tr class="<%= cycle ''list-line-odd'', ''list-line-even'' %>">
<%= render :partial => ''item'', :locals => { :item => item } %>
2006 Jul 27
1
Bug: lvchange delayed until re-boot. System lock up experienced.
...Notice: no read-only this mount & no warning from mount command
# mount -t ext2 /dev/VolGroupAA/lvol1 /mnt/VolGroupAA_lvol1
# > /mnt/VolGroupAA_lvol1/test # ls show file created
# rm /mnt/VolGroupAA_lvol1/test # ls shows file gone
# umount /dev/VolGroupAA/lvol1 # Instant petrification!
Purgatory entered: flashing keyboard LED and the usual three-fingered
salute and destructive pounding on attached peripherals had the expected
results! NADA!
Googled here (it wrapped, sorry)
http://groups.google.com/groups/search?hl=en&lr=&q=read-only+mount
+write+LVM2+kernel+2.6+2006+lock+OR+cra...
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
...ution,
- kexec-kernel-only_20121203.patch: this patch fixes timer
issue on Amazon EC2 machines.
kexec-tools patch in general implements new xen-pv loader.
It reads vmlinux ELF file (it could be compressed with gzip
but there is no support for bzImage format) build segments
containing kernel, purgatory and needed boot structures
(start_info, initial P2M, initial page table, etc.).
Some required data (P2M table, hypercall page and start_info)
is taken from kernel via sysfs interface. Finaly kexec syscall
is called and all things are placed in relevant place.
Additionally, this patch contains some...
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
...ution,
- kexec-kernel-only_20121203.patch: this patch fixes timer
issue on Amazon EC2 machines.
kexec-tools patch in general implements new xen-pv loader.
It reads vmlinux ELF file (it could be compressed with gzip
but there is no support for bzImage format) build segments
containing kernel, purgatory and needed boot structures
(start_info, initial P2M, initial page table, etc.).
Some required data (P2M table, hypercall page and start_info)
is taken from kernel via sysfs interface. Finaly kexec syscall
is called and all things are placed in relevant place.
Additionally, this patch contains some...
2013 Jul 29
2
[PATCH] kexec/kdump implementation for Xen PV domU
...ution,
- kexec-kernel-only_20121203.patch: this patch fixes timer
issue on Amazon EC2 machines.
kexec-tools patch in general implements new xen-pv loader.
It reads vmlinux ELF file (it could be compressed with gzip
but there is no support for bzImage format) build segments
containing kernel, purgatory and needed boot structures
(start_info, initial P2M, initial page table, etc.).
Some required data (P2M table, hypercall page and start_info)
is taken from kernel via sysfs interface. Finaly kexec syscall
is called and all things are placed in relevant place.
Additionally, this patch contains some...
2012 Mar 16
3
[LLVMdev] Python bindings in tree
...code] until after check-in? I think this would
help lower the "time to market" and get more eyes and early testers
using the bindings. From my experience with Clang, people aren't exactly
lining up to review Python patches, so I fear that new Python features
would be sitting in patch purgatory instead of being tested by early
adopters.
Gregory Szorc
gregory.szorc at gmail.com
2010 Nov 22
6
DO NOT REPLY [Bug 7809] New: I/O errors other than IOERR_GENERAL should not suppress deletion
https://bugzilla.samba.org/show_bug.cgi?id=7809
Summary: I/O errors other than IOERR_GENERAL should not suppress
deletion
Product: rsync
Version: 3.1.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned at samba.org
2012 Dec 12
7
[PATCH V5] x86/kexec: Change NMI and MCE handling on kexec path
...kexec.c
@@ -81,12 +81,31 @@ void machine_kexec(xen_kexec_image_t *im
.base = (unsigned long)(boot_cpu_gdt_table - FIRST_RESERVED_GDT_ENTRY),
.limit = LAST_RESERVED_GDT_BYTE
};
+ int i;
/* We are about to permenantly jump out of the Xen context into the kexec
* purgatory code. We really dont want to be still servicing interupts.
*/
local_irq_disable();
+ /* Now regular interrupts are disabled, we need to reduce the impact
+ * of interrupts not disabled by ''cli''.
+ *
+ * The NMI handlers have already been set up nmi_sho...
2009 Jan 15
2
Interface to open source Reporting tools
...help@stat.math.ethz.ch>
> Message-ID:
> <4bc14e460901100831u66e3233cyee1481ea44c7ec26@mail.gmail.com>
> Content-Type: text/plain
>
> Hi ,
> I have been trying to convince Pat to come up with a book on this.
>
> He can add in the chapters on *Purgatorio*
> (Purgatory<http://en.wikipedia.org/wiki/Purgatory>),
> and *Paradiso* (Paradise <http://en.wikipedia.org/wiki/Heaven>)
>
>
> Regards,
>
> Ajay
>
> On Sat, Jan 10, 2009 at 9:33 PM, Jason Morgan <jwm-r-help@skepsi.net>
> wrote:
>
> > Excellent read, Patrick....
2018 Dec 07
0
Wine release 4.0-rc1
...42474 Multiple applications crash on unimplemented function api-ms-win-core-path-l1-1-0.dll.PathCchCombineEx (Python 3.6, AutoFlashGUI, RenderDoc)
42582 Murdered: Soul Suspect has messed up rendering
43584 Hitman: Absolution needs dxgi_output_GetGammaControlCapabilities
43745 Graywalkers Purgatory demo has wrong models rendering
43889 Gradient is inverted when using gdiplus
44015 Steam - fails to load UI since Wine 2.20 (due to dwrite commit)
44177 Guitar Pro 5: Long freezes during draw process of dashed lines (P.M. or let ring markers)
44588 Many kernel drivers need support for...
2007 Jun 08
4
Tools For Preparing Data For Analysis
As noted on the R-project web site itself ( www.r-project.org ->
Manuals -> R Data Import/Export ), it can be cumbersome to prepare
messy and dirty data for analysis with the R tool itself. I've also
seen at least one S programming book (one of the yellow Springer ones)
that says, more briefly, the same thing.
The R Data Import/Export page recommends examples using SAS, Perl,
Python, and