search for: priv1

Displaying 6 results from an estimated 6 matches for "priv1".

Did you mean: priv
2004 Aug 24
2
Unmounting Errors On Reboot
I am receiving these errors when rebooting my system. Unmounting file systems: (1785) ERROR: unable to sendmsg, error=-101, Linux/ocfsipc.c, 394 (1785) ERROR: status = -999, Linux ocfsipc.c, 206 ocfs: Unmounting device (104,33) on rac1-priv1.collo.corp.net (node 2) (1785) ERROR: unable to sendmsg, error=-101, Linux/ocfsipc.c, 394 (1785) ERROR: status = -999, Linux/ocfsipc.c, 206 It looks like the node is trying to send an IPC message to the other node in the cluster to notify that it is removing itself from the cluster as part of...
2008 Jan 23
2
Thought on large files
...e server could transparently break a large file into chunks and store them that way, then one can still make use of hard-links efficiently. For example, going back to a 10Gb Exchange Database file, its likely not going to change too much during use. So if the server stored the huge clumsy 'priv1.edb' as: .priv1.edb._somemagicstring_.1 .priv1.edb._somemagicstring_.2 etc... and intelligently only broke the 'hard-links' of the bits that actually change, then it all works well. One could have an option to enable this for files bigger than a certain size, and break them into...
2009 Nov 05
1
RFC: TTM extra bo space
...e in Nouveau with nv04 card family. The following is hearsay, but I try to describe it. Of 32 MB of VRAM, the scanout buffer must reside within the first 16 MB. Any(?) other buffers do not have this limitation e.g. textures. Setting up separate memory spaces for these halves, say, TTM VRAM and TTM PRIV1, would be inconvenient, because buffers could not be laid accross the boundary. Does this make sense? Nouveau people, did I get this right? -- Pekka Paalanen http://www.iki.fi/pq/
2009 Aug 19
1
[PATCH] drm/nouveau: Add a MM for mappable VRAM that isn't usable as scanout.
...uveau_bo_new(struct drm_device *dev, struct nouveau_channel *chan, nvbo->tile_mode = tile_mode; nvbo->tile_flags = tile_flags; - if (!nvbo->mappable && (flags & TTM_PL_FLAG_VRAM)) - flags |= TTM_PL_FLAG_PRIV0; + if (flags & TTM_PL_FLAG_VRAM) { + flags |= TTM_PL_FLAG_PRIV1; + if (!nvbo->mappable) + flags |= TTM_PL_FLAG_PRIV0; + } /* Some of the tile_flags have a periodic structure of 24*4096 bytes, * align to to that as well as the page size. Overallocate memory to @@ -271,6 +274,21 @@ nouveau_bo_init_mem_type(struct ttm_bo_device *bdev, uint32_t type,...
2005 Oct 13
3
Cygwin: Back up open files?
I have VSS snapshots created in a batch file nightly and then Rsync the contents to a remote server. The trick is to mount the VSS snapshot on and empty folder or drive letter. I use a drive letter as mounting on an empty folder means that the folder will be empty if the snapshot has failed (this causes the --delete switch to empty the remote copy). I'm struggling with Exchange 2003 syncs
2013 Jan 16
1
rombios unable to loaded MPT BIOS
...at vm.cfg kernel = ''/usr/lib/xen/boot/hvmloader'' builder = ''hvm'' device_model = ''/usr/lib64/xen/bin/qemu-dm'' vnc=1 vncunused=1 vnclisten="0.0.0.0" apic=1 acpi=1 pae=1 serial=''pty'' vif = [''type=netfront,bridge=priv1'',''type=netfront,bridge=net1'',''type=netfront,bridge=net2''] #memory = ''32768'' memory = ''4096'' name = ''pci-passthrough-dom1'' on_crash = ''destroy'' on_reboot = ''restart''...