search for: gritting

Displaying 20 results from an estimated 38 matches for "gritting".

Did you mean: writting
2020 Aug 18
2
Re: multiple vms with same PCI passthrough
Thanks Laine, Mea Culpa, Couldn't reproduce, or found the multiple duplicate entries in the guest pci domain/bus/slot/function space which got resolved easily. [root@grit tmp]# virsh list Id Name State -------------------- [root@grit tmp]# virsh list --all Id Name State ------------------------------ - openbsd6.7 shut off - openindiana shut off -
2020 Aug 09
3
multiple vms with same PCI passthrough
In attempting to isolate vfio-pci problems between two different guest instances, the creation of a second guest (with existing guest shutdown) resulted in:. Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is already in use Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is already in use Aug 09 12:43:23 grit libvirtd[6716]: Failed to allocate PCI
2010 Nov 07
2
Hooks before a scenario but not the background: possible or bad practice
Hi, I''d like to activate FakeFS for some scenarios, which I tag @fakefs, however it seems Before(''@fakefs'') runs before the background of the feature - unfortunately this clobbers Grit, and I can''t Grit::Repo.new(...) in the backbround. Is it currently possible to get a hook to run before a scenario, but not the Background of the feature? Or am I mistaken in
2011 Jul 24
4
Downloading files not stored in database?
Hello list, I am trying to add functionality to my application that will allow users to download files that are not stored in a database. All the examples I have found find the file by ID. which I can not do. Here is my code from the view: <h1>Browse files for download</h1> <% form_for(:download, :url=>{ :controller=>"download",
2020 Aug 18
0
Re: multiple vms with same PCI passthrough
On 8/17/20 8:40 PM, Daniel Black wrote: > > This, for 4 pci devices, confused libvrtd in the meantime however it was > still functional. > > Aug 18 10:31:27 grit libvirtd[106082]: internal error: failed to get > number of host interfaces: unspecified error - errors in loading some > config files > Aug 18 10:31:55 grit libvirtd[106082]: internal error: failed to get
2020 Aug 16
0
multiple vms with same PCI passthrough
In attempting to isolate vfio-pci problems between two different guest instances, the creation of a second guest (with existing guest shutdown) resulted in:. Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is already in use Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 is already in use Aug 09 12:43:23 grit libvirtd[6716]: Failed to allocate PCI
2005 Aug 23
3
OT: BIOS upgrades and booting without a floppy drive
I've got a machine running CentOS 3.5 with an Intel D865GBF motherboard and I've been having an occasional "event" where disk-intensive activity (such as running "yum check-update" or starting up OpenOffice) causes the load average to spike and X11 to become unresponsive (as in, the pointer won't even track the mouse) for a few seconds. The machine always recovers
2020 Aug 17
0
Re: multiple vms with same PCI passthrough
On 8/8/20 11:53 PM, Daniel Black wrote: > > In attempting to isolate vfio-pci problems between two different guest > instances, the creation of a second guest (with existing guest shutdown) > resulted in:. > > Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device 0000:01:00.3 > is already in use > Aug 09 12:43:23 grit libvirtd[6716]: internal error: Device
2006 Jun 12
1
Making a windows packages with zip
In the past I have been able to make windows packages (containing only R code) from my mac by simply zipping the installed package directory, eg. R CMD install asmrsim cd ~/Library/R/library/ zip -r9X asmrsim asmrsim (using code copied from this list, from Duncan Murdoch, I think) However, since 2.3.0, windows users now get the following error: Error in library(pkg, character.only = TRUE) :
2019 Oct 17
2
Centos 8 Mate?
On Thu, Oct 17, 2019 at 09:08:28AM -0500, Johnny Hughes wrote: > On 9/24/19 2:41 PM, Frank Cox wrote: > > Without wanting to sound too pushy, I'm wondering if there is any update on the status of Mate now that Centos 8 has been released? > > > > I would love to jump on C8 and start playing with it, but the lack of Mate is kind of a showstopper for me at the moment. >
2007 Nov 07
2
Centos5 install failure
...turns out) the Centos installer neglected to create the proper module tree in /lib/modules. But there was one for the xen kernel. WTF, I'll try that. Boot again and tried to tell grub to load the xen kernel: "invalid file format." Whatever. Booted the regular kernel and initrd again, gritting my teeth through all the errors and created a sym-link from the xen module tree to what should be the regular module tree. Rebooted again with the regular kernel and initrd. Fewer error messages this time, but still a fair number. I just wanted to get to the point were I could repair the missing m...
2006 Mar 12
3
Mappery breakthrough : Garmin topo, vista, rino, under linux & CXO
As most of you know, I've been trying to make GPSs and topo maps usable under Fedora Core 4 linux, using CrossoverOfficePro (CXO) 5.0.1. I've belabored nine or ten specialized lists for six or eight weeks, parcelling out pieces of the problem wherever I hoped they might arouse interest and knowledge. I've gotten invaluable help and encouragement from all of them, on the lists
2008 Dec 10
1
df returns weird values
Hi, I'm starting to play with glusterfs, and I'm having a problem with the df output. The value seems to be wrong. (on the client) /var/mule-client$ du -sh 584K . /var/mule-client$ df -h /var/mule-client/ Filesystem Size Used Avail Use% Mounted on glusterfs 254G 209G 32G 88% /var/mule-client (on the server) /var/mule$ du -sh 584K . Is it a known
2012 Mar 14
4
Improving help in R
Hello R people I always wander what other people say about the R help. Finally after some years of using, I decided that it is probably time to try to do something about it, because the feeling of gritting teeth does not go away with years of usage. :) Moreover, I think it is one of the few things where R does not kick asses to the other statistical softwares. So, to the point: I get the feeling (by some experience with learning programming languages when I am not primarily a programmer but economis...
2002 Sep 14
4
Specific code questions
I haven't actually had many questions up to now. Despite the all-encompassing CP_INSTANCE monolith, things have been relatively easy going. Now we get into real grit: First off, CBitman looks like it has endianness issues; it's packing into host-order 32 bit arrays (the comments and symbol names seem to indicate that this was originally byte-based packing code that got upped to 32 bit.
2017 Dec 17
0
APC SmartUPS 1000 via usb
Bonjour, Je fais suite au message que vous avez post? en 2015 : http://lists.alioth.debian.org/pipermail/nut-upsuser/2015-February/009568.html J'ai le m?me probl?me et ne trouve pas la solution. Comment vous en ?tes-vous sorti ? D'avance, merci pour votre aide. -- Cordialement Herv? BASTET Nouveau num?ro non surtax? 01 69 42 87 94 Ce message est prot?g? par les r?gles relatives au
2014 Dec 18
1
Samba 4.2 : External authentification and rights access management ?
Hello everyone, I am looking to replace a file sharing solution, based on webdav, by samba 4.2. I?ve just read the technical notes on the wiki but couldyou tell me more about the technical feasibility of the following: *1/* Can Samba 4.2 authenticate users through an already set external LDAP server rather than its own internal user/password database ? *2/* Is it possible to customize the
2009 Apr 29
0
combine_factor to empty level
ID: T8dfe471e360ac80264c6c Dear, I'm using R 2.8.1 with the package reshape version 0.8.2 . It seems that the combine_factor function has problems with combining levels to an empty level: #EXAMPLE WORKING test<-sample(c(1:10),1000,replace=T) testf<-factor(test, c(1:10), LETTERS[1:10]) table(testf,exclude=NULL) testc<-combine_factor(testf, c(1,1,1,1,1,2,2,2,2,2))
2011 Aug 18
1
Re: Warhammer Dark Crusade: scroll map with mouse
Man....what a mess. As Tau, I could barely get through the map, gritting my teeth with every mouse click, hoping they'd survive. If the Dino died, I was toast. This was one map I just could not excel as the Tau. But as Space Marines, the mission ended in 15 mins. 2 Land Raiders, 2 Tanks and the "oh crap!" Grey Knights + Terminators + Assault Terminators m...
2010 Mar 31
0
Problem with samba shares authentified against Active Directory
Hello, I followed a howto found on samba website. I use Samba v3.2.5 shares whom access are authentified against Active Directory, I have an error 233, saying that there is no process at the end of the chanel (excuse me if my english is not so good). The kerberos setup is good and kinit works fine. net ads join ... worked fine. Except a dns error message, I can see the server in Active