search for: l100

Displaying 13 results from an estimated 13 matches for "l100".

Did you mean: 100
2009 Jun 05
1
DRBD+GFS - Logical Volume problem
...PV 1 Act PV 1 VG Size 2.00 GB PE Size 4.00 MB Total PE 511 Alloc PE / Size 0 / 0 Free PE / Size 511 / 2.00 GB VG UUID 9qp4Sj-Jvly-axCI-E7sw-YRt1-sIrj-lJRO0F [root at alice ~]# lvcreate -l100% testvol Invalid argument 100% Error during parsing of command line. [root at alice ~]# lvcreate -l100%VG testvol Error locking on node bob: Volume group for uuid not found: 9qp4SjJvlyaxCIE7swYRt1sIrjlJRO0FFEAxUWvjKtoHIPiNhl1HtaexS6RLDOBq Aborting. Failed to activate new LV to wipe the star...
2012 Aug 07
9
How do I force link_to/form helpers to use the superclass name in the path instead subclass?
I want my helpers to generate paths using a superclass instead of the subclasses. Assuming I have Owner and Member that both inherit from User, rails will use the current objects class name when generating paths: Let''s say current_user is a mod: <%= link_to current_user.name, current_user %> will generate "/mod/:id". I want to force it to generate
2016 Feb 02
2
Re: extract NTFS Master File Table for analysis
...hack it together using `debug sh', search this page: http://libguestfs.org/guestfs-faq.1.html ... but if you wanted to do it "properly" then you could add an API modelled on one of the `FileOut' APIs, eg: https://github.com/libguestfs/libguestfs/blob/master/daemon/base64.c#L100 For information on adding APIs, see: http://libguestfs.org/guestfs-hacking.1.html#adding-a-new-api This question of how do you find which disk block is associated with a particular file comes up often enough that I have looked at it various times on my blog: https://rwmj.wordpress.com/2014/...
2010 Jul 09
1
Tripplite Omnivs100
...20 (2.4.3) Warning: This is an experimental driver. Some features may not function correctly. No matching USB/HID UPS found Driver failed to start (exit status=1) Network UPS Tools - UPS driver controller 2.4.3 Lsusb provides > lsusb Bus 005 Device 002: ID 413c:2105 Dell Computer Corp. Model L100 Keyboard Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 003 Device 002: ID 09ae:1007 Tripp Lite Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1....
2004 Jan 26
1
RE: Bluetooth discussions (quick glance to some BT products)
There are somes products available claiming to connect a BT headset, a cell phone and a phone land line all together. I've found some : http://www.geekzone.co.nz/content.asp?contentid=2079 http://www.clipcomm.co.kr/ The clipcomm BS-A101 sample price is : $570. It's VoIP land phone that can make/receive a voice call using your CTP cell phone or BT-enabled headset. Maybe the best system
2016 Feb 18
0
Re: extract NTFS Master File Table for analysis
...#39;, search this page: > > http://libguestfs.org/guestfs-faq.1.html > > ... but if you wanted to do it "properly" then you could add an API > modelled on one of the `FileOut' APIs, eg: > > https://github.com/libguestfs/libguestfs/blob/master/daemon/base64.c#L100 > > For information on adding APIs, see: > > http://libguestfs.org/guestfs-hacking.1.html#adding-a-new-api I played around a bit and I need to confess I am impressed on how easy is to add functionalities to libguestfs. I could easily extract the Master File Table using the download...
2016 Feb 02
3
Question: resize: non-sparse copying of extended partition
Hello everyone! I faced an issue using virt-resize. I have an image with extended -> logical -> pv -> lv -> ext4 (although I think LVM does not matter). And image is 65G virtual size and 1G actualSize. When I call virt-resize to 60G, it blindly copies the extended partition content, but does it non-sparse (resize.ml:1231), irrespective to --no-sparse option. So the destination image
2018 Dec 04
3
nullptr bit-value for DebugInfo in non-default address spaces
Hi llvm-dev@, It recently transpired that LLVM doesn't correctly preserve debugging information when null pointer constants are assigned to variables [0], with the debug records getting dropped by SelectionDAG. Fixing that [1] raises a few questions about the bit-value of null in different address spaces, so I'd like to ask: * Can we just assume that null is zero-valued for all address
2016 Dec 05
0
Huge write amplification with thin provisioned logical volumes
...s and I wondered if anyone can explain why it happens and if and how can be fixed. The behavior is the same on Centos 6.8 and Centos 7.2. I have a NVME card (Intel DC P3600 -2 TB) on which I create a thinly provisioned logical volume: pvcreate /dev/nvme0n1 vgcreate vgg /dev/nvme0n1 lvcreate -l100%FREE -T vgg/thinpool lvcreate -V40000M -T vgg/thinpool -n brick1 mkfs.xfs /dev/vgg/brick1 If I run a write test ( dd if=/dev/zero of=./zero.img bs=4k count=100000 oflag=dsync ) I see in iotop that the actual disk write is 30 times the amount of data that I'm actually writing to disk). Tota...
2010 Jul 03
0
No subject
...<p class=3DMsoNormal><o:p>&nbsp;</o:p></p> <p class=3DMsoNormal>Lsusb provides<o:p></o:p></p> <pre><b>&gt; lsusb</b><o:p></o:p></pre><pre>Bus 005 Device 002: ID 413c:210= 5 Dell Computer Corp. Model L100 Keyboard<o:p></o:p></pre><pre>Bus 005 Devi= ce 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<o:p></o:p></pre><pre>Bus= 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub<o:p></o:p></pre= ><pre>Bus 003 Device 002: ID...
2019 Feb 22
5
[PATCH nbdkit v3 0/4] Add linuxdisk plugin.
...I considered, but didn't yet fix, the latent bug in shell_quote. Instead I added a comment. Note there's a case where we probably (arguably) should be using shell_quote on an argv[0] here: https://github.com/libguestfs/nbdkit/blob/72e0afe2e280d895f68941677fafa559ddc3bb0d/plugins/iso/iso.c#L100 'du -c -k -s' works on FreeBSD which doesn't have GNU coreutils. (However I agree it's not very natural to use this plugin with FreeBSD at all.) Rich.
2019 Feb 19
6
[PATCH nbdkit v2 0/5] Add linuxdisk plugin.
...I considered, but didn't yet fix, the latent bug in shell_quote. Instead I added a comment. Note there's a case where we probably (arguably) should be using shell_quote on an argv[0] here: https://github.com/libguestfs/nbdkit/blob/72e0afe2e280d895f68941677fafa559ddc3bb0d/plugins/iso/iso.c#L100 'du -c -k -s' works on FreeBSD which doesn't have GNU coreutils. (However I agree it's not very natural to use this plugin with FreeBSD at all.) The return from 'chdir (origdir)' is checked on the normal path, and not checked only on the error path where we're only try...
2010 Nov 08
89
Re: DM-CRYPT: Scale to multiple CPUs v3 on 2.6.37-rc* ?
On Sun, Nov 07 2010 at 6:05pm -0500, Andi Kleen <andi@firstfloor.org> wrote: > On Sun, Nov 07, 2010 at 10:39:23PM +0100, Milan Broz wrote: > > On 11/07/2010 08:45 PM, Andi Kleen wrote: > > >> I read about barrier-problems and data getting to the partition when > > >> using dm-crypt and several layers so I don''t know if that could be > >