Displaying 20 results from an estimated 200 matches similar to: "I'd like to contribute to the wiki"
2008 Feb 01
2
dmcrypt on install with centos 5.1?
Im new to the list and CentOS and wonder if there is any option to do
full disk encryption with dmcrypt and LUKS during the install stage of
CentOS 5.1? I use Debian Etch at the moment and Debian is able to to this.
If not possible, are there any good guides that anyone knows about that
explain how to dmcrypt everything but /boot on CentOS manually?
--andrew
--
GnuPG Key ID: ECB18ABA
2013 Jan 08
10
kernel BUG at fs/btrfs/volumes.c:3707 still not fixed in 3.7.1 (btrfs-zero-log required) but shown as "RIP btrfs_num_copies"
Unfortunately my laptop deadlocks from time to time, and too often
it triggers this bug in btrfs which is quite hard to recover from.
The bigger problem is that all the user sees (if anything) is seemingly
unrelated info, namely, "RIP: btrfs_num_copies+0x42/0x0b" or somesuch
http://marc.merlins.org/tmp/btrfs_num_copies.jpg
It''s only if you have serial console, or netconsole,
2013 Oct 17
1
btrfs-zero-log (v 0.20-rc1) corrupted double linked list.
I asked the debian maintainer to add btrfs-zero-log to the initramfs since I
unfortunately have to use it from time to time.
It still fixes the problem for me when btrfs won''t mount, but it errors at
the end.
See screenshot
Marc
--
"A mouse is a device used to point at the xterm you want to type in" - A.S.R.
Microsoft is to operating systems ....
2008 Mar 06
2
How to hold a value(Mean sq) with a string
Hi all:
Can someone advice me on how to hold the residuals
Mean sq value on a string
so it can be used in other calculations.
I was trying something like this:
Msquare<-dfr$Mean sq but fails..Thanks
dfr <- read.table(textConnection("percentQ
Efficiency
1.565 0.0125
1.94 0.0213
0.876 0.003736
1.027 0.006
1.536 0.0148
1.536 0.0162
2.607 0.02
1.456 0.0157
2.16 0.0103
2020 Sep 07
2
pcieport 0000:00:01.0: PME: Spurious native interrupt (nvidia with nouveau and thunderbolt on thinkpad P73)
On Mon, Sep 07, 2020 at 09:14:03PM +0200, Karol Herbst wrote:
> > - changes in the nouveau driver. Mika told me the PCIe regression
> > "pcieport 0000:00:01.0: PME: Spurious native interrupt!" is supposed
> > to be fixed in 5.8, but I still get a 4mn hang or so during boot and
> > with 5.8, removing the USB key, didn't help make the boot faster
>
2013 Mar 27
4
zlib vs lzo uncompress speed, ssd vs nossd
I just setup a new SSD with my laptop root filesystem, and at the time I
though, "eh, I''ll just use zlib compression during the first copy, and then
switch to lzo afterwards to maintain write speed when I''m using the laptop
after the copy and reboot".
Now, I rebooted with the new ssd and zlib compressed rootfs, and it seemed
to boot slower than it did before with the
2013 Feb 25
4
WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()
Is this useful to anyone?
Got this after a crash/reboot:
if (block_rsv) {
WARN_ON(block_rsv->size > 0); <<<<<<<<<<<<<<<<<<<<<<
btrfs_free_block_rsv(root, block_rsv);
}
------------[ cut here ]------------
WARNING: at fs/btrfs/inode.c:2165 btrfs_orphan_commit_root+0xcb/0xdf()
Hardware name: 2429A78
Modules linked in:
2020 Sep 07
0
pcieport 0000:00:01.0: PME: Spurious native interrupt (nvidia with nouveau and thunderbolt on thinkpad P73)
On Mon, Sep 7, 2020 at 10:58 PM Marc MERLIN <marc_nouveau at merlins.org> wrote:
>
> On Mon, Sep 07, 2020 at 09:14:03PM +0200, Karol Herbst wrote:
> > > - changes in the nouveau driver. Mika told me the PCIe regression
> > > "pcieport 0000:00:01.0: PME: Spurious native interrupt!" is supposed
> > > to be fixed in 5.8, but I still get a 4mn hang
2012 Jul 31
4
BTRFS crash on mount with 3.4.4
My kernel crashed for some other reason, and now I can''t mount my btrfs
filesystem.
I don''t care about the data, it''s backed up.
I''ll compile a 3.5 kernel, but is there any info you''d like off that
filesystem to see why btrfs is crashing on mount?
Marc
[ 313.152857] device label btrfs_pool1 devid 1 transid 20769 /dev/mapper/disk1
[ 313.171318]
2020 Sep 08
2
pcieport 0000:00:01.0: PME: Spurious native interrupt (nvidia with nouveau and thunderbolt on thinkpad P73)
On Tue, Sep 08, 2020 at 01:51:19AM +0200, Karol Herbst wrote:
> oh, I somehow missed that "disp ctor failed" message. I think that
> might explain why things are a bit hanging. From the top of my head I
> am not sure if that's something known or something new. But just in
> case I CCed Lyude and Ben. And I think booting with
> nouveau.debug=disp=trace could already
2009 Apr 29
4
I'd like to contribute two wiki articles
Hi,
I've written two small howtos, and would like to contribute them to the CentOS
Wiki. The first one is "How to install CentOS 5 on software partitionable mdadm
RAID1", and the second one "How to repair a software mdadm RAID5 with two or
more failed disks (if you know that information is still on the disks and
readable)". I think that the first one should be somewhere
2020 Sep 06
2
pcieport 0000:00:01.0: PME: Spurious native interrupt (nvidia with nouveau and thunderbolt on thinkpad P73)
Ok, I have an update to this problem. I added the nouveau list because
I can't quite tell if the issue is:
- the PCIe changes that went in 5.6 I think (or 5.5?), referenced below
- a new issue with thunderbold on thinkpad P73, that seems to be
triggered if I have a USB-C yubikey in the port. With 5.7, my issues
went away if I removed the USB key during boot, showing an interaction
2012 Nov 25
1
I'd like to know more efficient method to verify the pre-packaged codes
Hello,
I want to add some new functionalities in the package 'quantmod '.
So I download source code and am managed to build it.
I found that modifying code and check if it works by repeating the following steps:
1) r CMD check quantmod
2) r CMD build quantmod
3) r CMD INSTALL quantmod_0.3-17.tar.gz
4) launch R gui
5) library('quantmod')
6) run my script
Let me know if there
2007 Nov 07
1
I'd like to eventually support network console, at least in pxelinux.
H. Peter Anvin
hpa at zytor.com
Thu Jun 3 00:09:30 PDT 2004
Previous message: [syslinux] gfxboot for PXElinux
Next message: [syslinux] chainload cdrom
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
I've been thinking about the whole gfxmenu thing, and I'm rather
interested in
2007 Dec 12
0
I'd like to turn off logging for a particular controller
I''ve got one controller whose log messages I''d like to not see.
I''ve tried to an number of different techniques, but I cannot find the
correct syntax for using Logger::silence.
here''s what I''d like to do:
def my_controller < ApplicationController
before_filter :turn_logging_off
after_filter :return_logging_back_to_normal
def turn_logging_off
2011 Sep 06
1
Re: I'd like to voice my concerns about The Sims 2
Forgive me if I am "necroing" this thread (it didn't seem TOO old). Does anyone have any news on this game?
As I said before, for any devs who may read this, I would really love to see this game work in Linux; anything you can do that would make this game more compatible with WINE would be appreciated.
Thank you all for your time and consideration.
Hibba
2011 Nov 18
0
Assets - find a weird behavior recently and I'd like to understand the original issue
Hi the great community of Rails :)
Okay... Recently I had a big problem with javascript (JQuery) in one
of my Rails 3.1 application.
The problem was that the behavior of my javascript animations were
acting in a very weird way, and the strangest thing was it happened
only in development for the exact same code as the one of the
production application.
What I tried: (if you''re in a
1999 Apr 22
0
[Fwd: I'd like to know something about samba..]
Hello,
I'm working for HP Korea.
Nowdays, I'm installing Samba 2.0.3 version to HP-UX 11.0 32 bit version.
But unlike HP-UX 10.20, nmbd isn't invoked.
I've checked Makefile already, but this didn't seem to cause that.
In addition, I'd like to test Samba server on HP-UX as print server.
But it is difficult to find related materials and documents.
Would you let me know the
2011 Feb 04
0
Hi I'd like to share my findings
I hope someone sees this,
I just installed the latest version of testing today and installed the
current xen packages ( w/HVM ) and I noticed that I couldn't boot into Xen,
it would wait 5 seconds and reboot. I tried the single user mode, and it
worked. I compared the two entries and noticed that besides the only
difference being one had "quiet" at the end of the kernel line and
2011 Oct 02
1
i'd like to know how to add support for i386 on a power pc m
Hello,
i'm using a power pc mac and i'd like to build attesor (qemu).
but when i type file /Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib
i get:
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib: Mach-O universal binary with 2 architectures
/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/libSystem.B.dylib (for architecture ppc): Mach-O dynamically linked shared library stub