search for: wreckage

Displaying 11 results from an estimated 11 matches for "wreckage".

Did you mean: breakage
2018 Sep 14
1
[patch 11/11] x66/vdso: Add CLOCK_TAI support
...he basetime array lookup and set up the CLOCK_TAI base >>> time in update_vsyscall(). >> >> That?s... horrible. In an amazing way. Can you add BUILD_BUG_ON somewhere >> to assert that this actually works? > > Sure, but changing any of the clock ids will cause more wreckage than that. > I?m more concerned that we add a new one and break the magic masking. Maybe two start sharing the same slot. > Thanks, > > tglx
2007 Jun 07
1
Kernel Panic - possibly NFS related?
...irectories so there aren't more than 100 or so files in any given directory. I'm not doing anything "weird" over the NFS either, just reading and writing zip files. I've never run into a kernel panic before (lucky?) and I can't find much information about analyzing the wreckage. I don't believe any log files are saved of the event. Otherwise, I would provide more information. The kernel I am using is: 2.6.18-8.1.4.el5 CentOS release 5 (Final) I don't have any unusual packages installed, just the default configuration, apache, mysql, and a few other trivial thin...
2018 Sep 14
2
[patch 11/11] x66/vdso: Add CLOCK_TAI support
> On Sep 14, 2018, at 5:50 AM, Thomas Gleixner <tglx at linutronix.de> wrote: > > With the storage array in place it's now trivial to support CLOCK_TAI in > the vdso. Instead of extending the array to accomodate CLOCK_TAI, make use > of the fact that: > > - CLOCK ids are set in stone > - CLOCK_THREAD_CPUTIME is never going to be supported in the VDSO so >
2018 Sep 14
2
[patch 11/11] x66/vdso: Add CLOCK_TAI support
> On Sep 14, 2018, at 5:50 AM, Thomas Gleixner <tglx at linutronix.de> wrote: > > With the storage array in place it's now trivial to support CLOCK_TAI in > the vdso. Instead of extending the array to accomodate CLOCK_TAI, make use > of the fact that: > > - CLOCK ids are set in stone > - CLOCK_THREAD_CPUTIME is never going to be supported in the VDSO so >
2018 Sep 14
0
[patch 11/11] x66/vdso: Add CLOCK_TAI support
...t; > Add the mask to the basetime array lookup and set up the CLOCK_TAI base > > time in update_vsyscall(). > > That?s... horrible. In an amazing way. Can you add BUILD_BUG_ON somewhere > to assert that this actually works? Sure, but changing any of the clock ids will cause more wreckage than that. Thanks, tglx
2018 Sep 18
1
[patch 09/11] x86/vdso: Simplify the invalid vclock case
On Tue, 18 Sep 2018, Thomas Gleixner wrote: > So if the TSC on CPU1 is slightly behind the TSC on CPU0 then now1 can be > smaller than cycle_last. The TSC sync stuff does not catch the small delta > for unknown raisins. I'll go and find that machine and test that again. Of course it does not trigger anymore. We accumulated code between the point in timekeeping_advance() where the TSC
2010 Mar 08
4
Error with clvm
Hi, I get this error when i try to start clvm (debian lenny) : This is a clvm version with openais # /etc/init.d/clvm restart Deactivating VG ::. Stopping Cluster LVM Daemon: clvm. Starting Cluster LVM Daemon: clvmCLVMD[86475770]: Mar 8 11:25:27 CLVMD started CLVMD[86475770]: Mar 8 11:25:27 Our local node id is -1062730132 CLVMD[86475770]: Mar 8 11:25:27 Add_internal_client, fd = 7
2000 May 10
0
The Contrarian - BUY ALERT . ~*
...BUY ALERT: RecycleNet Corp. Symbol - GARM (OTCBB-pink sheets) Recent Price - $.35 52 Week Range - $.12 - .75 Estimated Float - 4 Million Shares Outstanding - 78 Million Now that Microsoft and other Internet stocks have fallen, it's time to sift through the wreckage and look for treasure. As Contrarian investors, we've been waiting for this dynamic group to fall out of favor temporarily, so we can buy at discounted prices. The following stock should be purchased for long-term capital gains: RecycleNet Corporation is hardly a new player in the dot.c...
2018 Dec 06
2
Can't configure GDM after update to CentOS 7.6
Hi, It looks like the upgrade to CentOS 7.6 has been unusually disruptive with the GNOME desktop version bump and a series of moving targets under the hood. The result is some wreckage at my client's desktop installations, which I've been busy to repair since yesterday. First things first. I have a custom configuration of GDM, which consists mainly of two things. 1. Display my company's logo instead of the CentOS logo. 2. Disable the user list (since I have abo...
2013 Sep 27
0
Wine release 1.7.3
...tly, can't launch game 31235 League of Legends minimap corrupted 31545 Mouse cursor behaves as if it is drunk 31659 Cutscenes (videos) in Jade Empire are black and white (grayscale) 32164 RebelBetting + dotnet35sp1 crashes 32168 RebelBetting will not talk to proxy 32567 Crysis Wreckage (Wars mod?) doesn't start without MS-vcrun2005 34252 Silverlight accelerated graphics cause a D3D critical section lockup 34399 .NET 3.x/4.x WPF based installers/apps require windowscodecs.dll ComponentFactory_CreateBitmapFromHBITMAP implementation 34416 The Testament of Sherlock Holme...
2010 Jul 22
4
[PATCH 1/3] ext3/ext4: Factor out disk addressability check
As part of adding support for OCFS2 to mount huge volumes, we need to check that the sector_t and page cache of the system are capable of addressing the entire volume. An identical check already appears in ext3 and ext4. This patch moves the addressability check into its own function in fs/libfs.c and modifies ext3 and ext4 to invoke it. Signed-off-by: Patrick LoPresti <lopresti at