search for: unpopul

Displaying 20 results from an estimated 33 matches for "unpopul".

Did you mean: unpopular
2019 Feb 27
1
[PATCH 3/3] drm/virtio: implement prime export
Just run drm_prime_pages_to_sg() on the ttm pages list to get an sg_table for export. The pages list is created at object initialization time, so there should be no need to handle an unpopulated page list. Add a sanity check nevertheless. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/virtio/virtgpu_drv.h | 1 + drivers/gpu/drm/virtio/virtgpu_drv.c | 2 ++ drivers/gpu/drm/virtio/virtgpu_prime.c | 12 ++++++++++++ 3 files changed, 15 insertions(+)...
2007 Jun 22
1
Boxplot issues
...eally can see no good reason for bxp to hard-core the xlim=c(0.5, n+0.5) in the function body; it should be a parameter default conditional on horizontal=, not hard coded. Also, boxplot does not drop empty groups. I'm sure it used to. I know it is good to be able to see where a factor level is unpopulated, but its a nuisance with fractional factorials and some nested or survey problems when many are known to be missing and are of no interest. Irrespective of whether my memory is correct, the option would be useful. How hard can it be to add a 'drop.empty=F' default to boxplot to allow it...
2008 Dec 06
2
Sip Node w/ 4 wire audio & AT command set call supervision
...awireless.com/support/mp775.aspx My interest comes in finding an inexpensive way to connect an Asterisk PBX or similar system to the PSTN via GSM when POTS and Internet service isn't available or is too costly to connect. In my case, I'm considering building a house at the end of a long unpopulated stretch of dead end road and the cost of trenching and cabling from the nearest telco POP is prohibitive. I would like to find a way to connect these modems to my network so they appear as a SIP FXS device. This would require a device generating/reading AT commands and passing baseband audi...
2019 Aug 05
2
browsers slowing Centos 7 installation to a crawl
On Tue, 6 Aug 2019, Peter wrote: > On 6/08/19 3:44 AM, Michael Hennebry wrote: >> In any case, Centos 7 has not always been this slow. >> Presumably something has changed. > > Websites have gotten more resource-intensive. You've run "yum updates" and > now have a newer version of Firefox and/or Chrome. Your browsing habits have > changed and you browse
2015 Dec 01
2
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
...pen(/dev/null) should be performed in the child just prior to > > chroot. > > See above. > The issue would be solved in a less hackish manner. If the process is not chrooted, it can open /dev/null. So you fork, open /dev/null and only then proceed to chroot. But as noted earlier, unpopulated /dev seems to be the real bug here. > > Current patch seems to work around shortcomings of the current API. > > > > Side content: > > if (flag_copy_stdin) close (flag_copy_fd); > > waitpid (pid, NULL, 0); > > return -1; > > This is...
2019 Aug 06
0
browsers slowing Centos 7 installation to a crawl
...nnebry <hennebry at web.cs.ndsu.nodak.edu> wrote: > > I'll need to do some digging to discover whether my box needs DDR2 or DDR3.DDR3 > I doubt it's DDR4. Do: # dmidecode | less and look for the entries for the existing RAM you have. It will also tell you if you have any unpopulated RAM slots ("No module installed"). It won't tell you the maximum size RAM each slot will take. For that, you would need to look up the specs for the motherboard or system (you can find the model number in the dmidecode output too). Or you can go to the website for a memory vendo...
2007 Jul 20
1
[PATCH 1/3] lguest: fix sense if IF flag on interrupt injection
The sense of the IF bit is backwards in the host interrupt handling. This means we always save "IF=1" on the stack when injecting an interrupt. It turns out this is almost always correct (unless the guest is taking a page fault in an interrupt due to an unpopulated vmalloc mapping), so went unnoticed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- drivers/lguest/interrupts_and_traps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -r 209f5cd5cda5 drivers/lguest/interrupts_and_traps.c --- a/drivers/lguest/interrupts_...
2009 Mar 29
0
OT: PCI Slot Adapter for 2.5" HDD?
...OT nature of this post. Since many of you have great experience with different hardware platforms, specialized systems, etc I'm hoping someone can help me out. I have a 1U server for a personal project with only two hard drive bays in front. However, I have two PCI-E slots in the back that are unpopulated and two free SATA ports on the motherboard. I'd really like to find PCI slot bracket for mounting a 2.5" laptop HDD or something similar. Something like this would work if it was PCI-E and was readily available: http://www.tomshardware.com/reviews/a-hard-disk-a-pci-slot,1061-3.html...
2003 Nov 18
1
pamsmb_pass, userPassword & samba(LM/NT)Password
...pam_smbpass before with Samba 3 and Solaris 9? The problem I am facing is that the sambaNTPassword/sambaLMPassword and the posixAccount userPassword attributes are not the same. While I can use "net rpc vampire" to migrate the lanman password hashes the posixAccount attribute remains unpopulated. I have discovered that the smbldap tools has scripts to synchronise the passwords but this requires the password to be changed. I have just come across pam_smbpass and it looks like it may be the key. Can anyone shed some light on the following lines from the INSTALL file of pam_smbpass?...
2007 Jul 20
1
[PATCH 1/3] lguest: fix sense if IF flag on interrupt injection
The sense of the IF bit is backwards in the host interrupt handling. This means we always save "IF=1" on the stack when injecting an interrupt. It turns out this is almost always correct (unless the guest is taking a page fault in an interrupt due to an unpopulated vmalloc mapping), so went unnoticed. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> --- drivers/lguest/interrupts_and_traps.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -r 209f5cd5cda5 drivers/lguest/interrupts_and_traps.c --- a/drivers/lguest/interrupts_...
2007 Jun 22
0
Boxplot issues (formerly posted to R-help in error)
...eally can see no good reason for bxp to hard-core the xlim=c(0.5, n+0.5) in the function body; it should be a parameter default conditional on horizontal=, not hard coded. Also, boxplot does not drop empty groups. I'm sure it used to. I know it is good to be able to see where a factor level is unpopulated, but its a nuisance with fractional factorials and some nested or survey problems when many are known to be missing and are of no interest. Irrespective of whether my memory is correct, the option would be useful. How hard can it be to add a 'drop.empty=F' default to boxplot to allow it...
2011 Sep 01
2
Including only a subset of the levels of a factor XXXX
Hello everyone, I have the following factor: levels(pp_income) [1] "" "1" "2" "3" "4" "5" "6" "7" [9] "8" "9" "Renter" I want to subset so that only values 1:9 are included. I have the following: > income<-pp_income[pp_income %in%
2005 Jul 18
1
fix for scriptaculous dragdrop.js empty list problem
...ble){ dropon.appendChild(element); if (dropon.sortable){ dropon.sortable.onChange(element); } }else{ //do what onHover used to do... } } } That way, when an element is dropped onto the background of a list - populated or unpopulated, it will be appended to the end of the list. The containing UL element or whatever needs to be styled to have a fixed height of some sort, I think, or it will shrink down to almost nothing when the list is emptied. I tried it with a list element with no height styling and a 1px border, and it w...
2006 Mar 02
9
FastCGI vs. Simple CGI
I''ve seen several postings where FastCGI is being used with RoR projects, yet, most of the material I''ve read (Dave Thomas'' book, online articles, etc) recommend not using FastCGI anymore because it is a dormant project and hasn''t been updated since 2003 (I think???). So, I went out and got Simple CGI instead. It had to be compiled and installed from
2005 Oct 11
4
New Sangoma AA Series?
Hello All, I saw an add in my latest Linux Journal advertising Sangoma's new "AA series" of FXO/FXS analog cards with on-board echo cancellation, but I can't find any information at all on them. Even the link given in the advertisement is a dead end as far as I can tell. Anybody else seen/heard anything about this? -Seth
2005 Jan 02
12
phones with two ethernet ports
Hi there, what phones are available that have two ethernet ports? I want to do some cabling at a new installation and i heard there are such phones (SIP i guess) out there. That way i dont have to run two cat5 to the user desktop. I think 3COM had one but can't find the web site reference for the two port phone thanks, erick
2015 Dec 01
1
Re: [PATCH] daemon: always provide stdin when running chroot commands (RHBZ#1280029)
On Thu, Nov 19, 2015 at 05:38:25PM +0100, Pino Toscano wrote: > When running commands in the mounted guest (using the "command" API, and > APIs based on it), provide the /dev/null from the appliance as open fd > for stdin. Commands usually assume stdin is open if they didn't close > it explicitly, so this should avoid crashes or misbehavings due to that. This does not
2013 Nov 15
0
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On Thu, Nov 14, 2013 at 6:06 AM, Chandler Carruth <chandlerc at google.com>wrote: > > On Tue, Nov 12, 2013 at 7:24 PM, Sean Silva <silvas at purdue.edu> wrote: > >> Could you maybe give an example or two to whet our testing appetite? > > > It would honestly be simpler for me to write the tests after pulling it in > and point at them. The GoogleMock project
2017 Feb 20
0
mdadm vs raidcheck
...cut -d ":" -f "2") let sparedevices=$totaldevices-$ndevices it appears that "ndevices" and "totaldevices" are both empty (not zero, but empty) because the error report above says "-" isn't valid, which would happen if those two variables were unpopulated. At this point I haven't yet found out where those values come from... (more to the point, I haven't yet figured out where TMP_DIR comes from) If any of you know more than I (I've never seen this code before) I'd appreciate a pointer, but I'll keep looking too. In the me...
2013 Nov 14
3
[LLVMdev] Any objections to my importing GoogleMock to go with GoogleTest in LLVM?
On Tue, Nov 12, 2013 at 7:24 PM, Sean Silva <silvas at purdue.edu> wrote: > Could you maybe give an example or two to whet our testing appetite? It would honestly be simpler for me to write the tests after pulling it in and point at them. The GoogleMock project has some good examples as well. -------------- next part -------------- An HTML attachment was scrubbed... URL: