similar to: [PATCH] mm balloon: umount balloon_mnt when remove vb device

Displaying 20 results from an estimated 800 matches similar to: "[PATCH] mm balloon: umount balloon_mnt when remove vb device"

2018 May 31
1
[PATCH v2 11/21] drm/nouveau: use match_string() helper
match_string() returns the index of an array for a matching string, which can be used instead of open coded variant. Cc: Ben Skeggs <bskeggs at redhat.com> Cc: David Airlie <airlied at linux.ie> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com> --- v2: - handle err case before normal case - per
2018 May 21
1
[PATCH 21/33] drm/nouveau: use match_string() helper
match_string() returns the index of an array for a matching string, which can be used intead of open coded variant. Cc: Ben Skeggs <bskeggs at redhat.com> Cc: David Airlie <airlied at linux.ie> Cc: dri-devel at lists.freedesktop.org Cc: nouveau at lists.freedesktop.org Signed-off-by: Yisheng Xie <xieyisheng1 at huawei.com> --- drivers/gpu/drm/nouveau/dispnv04/tvnv17.c | 13
2018 May 21
0
[PATCH 21/33] drm/nouveau: use match_string() helper
On Mon, May 21, 2018 at 2:57 PM, Yisheng Xie <xieyisheng1 at huawei.com> wrote: > match_string() returns the index of an array for a matching string, > which can be used intead of open coded variant. > if (nouveau_tv_norm) { > + i = match_string(nv17_tv_norm_names, > + num_tv_norms, nouveau_tv_norm); Same comment for
2004 Oct 20
1
Error when intstalling R on intel box running linux
Hi there, I have been trying to install R-2.0.0 on my Linux box (Intel chip) from source. I am getting the following error message when running 'make': make[3]: Entering directory `/devtop/private/jin/R-2.0.0/src/appl' g77 -mieee-fp -fPIC -g -O2 -c ch2inv.f -o ch2inv.lo /tmp/ccm8Zyp4.s: Assembler messages: /tmp/ccm8Zyp4.s:165: Error: junk `(%ebx)' after expression
2012 Jul 23
1
[PATCH V3 1/2] umount: add force umount and lazy umount
Add the option force and lazy for force and lazy umount. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/mount.c | 25 +++++++++++++++++++++++-- generator/generator_actions.ml | 23 ++++++++++++----------- gobject/Makefile.inc | 2 ++ po/POTFILES | 1 + 4 files changed, 38 insertions(+), 13 deletions(-) diff --git
2015 Jul 23
1
[PATCH] daemon: umount-all: Give a "second chance" for temporary umount failures (RHBZ#1246032).
When unmounting all filesystems, it appears that large amounts of writes in flight + very slow storage may cause the umount command to fail temporarily. Even the briefest of pauses appears to let the umount succeed. In this patch, call umount as normal, but if it fails, wait a few seconds then call it again (if it fails a second time, we report the error and fail the operation). I considered
2012 Jul 24
3
[PATCH V4 1/3] umount: add force umount and lazy umount
Add the option force and lazy for force and lazy umount. Signed-off-by: Wanlong Gao <gaowanlong at cn.fujitsu.com> --- daemon/mount.c | 25 +++++++++++++++++++++++-- generator/generator_actions.ml | 23 ++++++++++++----------- gobject/Makefile.inc | 2 ++ po/POTFILES | 1 + 4 files changed, 38 insertions(+), 13 deletions(-) diff --git
2004 Apr 16
0
VB 6.0 Implementation of cwRsync 2.5.7 Questions...
Tevfik: I see from your experience that you have Visual Basic. I'm attempting to develop a file deployment/synchronization application using the cwRsync product in a VB 6.0 environment. It will run continuously on a Win box and need to communicate with both Win and UNIX clients. Is this possible? I inferred that I only needed to run the cwRsync install, which did install the rsync
2005 Feb 02
0
How to run R-script from remote VB program
I have installed D COM server1.35 and can send a line of R code and get a result from my VB (.net) program. So I located all the R commands in a file ("a.R") in the dir path ("c:\") then call VB using source as below. Dim RLink As StatConnector RLink = New StatConnector RLink.Init("R") dim str str = "source(" + """" +
2005 Sep 15
1
BricsCad and VB application
We are developing a VB 6.0 application to work with BricsCad (last linux version). But when I try to connect to BricsCad in Linux using the VB application it hangs the system. But if I do the same in Windows it works perfectly. Wine doesn't throw any error message, just hang the computer. Please help me!! Gabriel.
2011 May 11
0
Running VB applications on Ubuntu with Wine
Hi, I am new to Ubuntu. I want to access a few applications that needs following: 1. Application 1 - Application running only on IE6 and above. Requires JAVA Virtual VM. I tried making ti work, but it works only upto a level and then when it comes to opening a form, it doesn't work. i.e. it does nothing. Pl suggest how to make it work 2. Application 2 - A exe application on VB, accessing a
2008 Oct 13
3
Need help with an old VB application
Hi, i'm not new with wine but i'm in trouble with an old vb application. I just tried everything i know to solve but i'm still at the start point. I want to open a document (.rtf or .doc ) with OO . This VB application needs the full path of the application i want to use to open the documents. I write down the complete and full path ( Z:/xxx/yy/oowriter ). The path is correct and the
2009 Mar 17
1
Control + Function key doesn't work in VB form
Hi, I have installed openSUSE 10.2 (i586) and Wine 1.1.16. I am able to run the VB exe in SUSE and it connect to Sql server. In the VB application I have set Cntrl+F6 key to load another form. But any key combination with Cntrl key doesn't fire. Do I have to disable this Cntrl key combination in SUSE or Wine? Thanks
2010 Feb 23
1
VB IsDate/IsNumber: Localisation does not work
Hi everybody, I started testing a (really large self written) VB appllication under Wine and was surprised, that a lot works out of the box (nearly...) - Great Work! But I have a few errors I need some advice on: In the application are lot of tests if entered data are numbers or dates. These test do not work, It looks like the locale (number and date)formats are not used in this functions. My
2005 Dec 13
0
Re: BricsCad and VB application
ghenao@gmail.com wrote on Sept 15, 2005: > We are developing a VB 6.0 application to work with BricsCad (last linux version). > But when I try to connect to BricsCad in Linux using the VB > application it hangs the system. But if I do the same in Windows it > works perfectly. > Wine doesn't throw any error message, just hang the computer. > We use SuSE 9.3 64 bits, and wine
2010 Mar 15
2
Problem with an older VB program
I'm fairly new to linux and completely new to Wine, so please bear with me. I am trying to run a game, Extreme Warfare, an old wrestling simulator, from a thumb drive. When I browse to it through "browse C: drive" and double click, nothing happens. No error messages or anything. Doing it through the command line, I get the message > kirk at kirk-laptop:~/.wine/drive_c/EWR$
2008 May 15
1
VB apps
What is the expected compatibility of a VB6 executable project that makes use of: - Jet database engine to access Microsoft Access database files - several windows based (widely available) OCX and COMM files such as MSFLXGRD.OCX - access the Windows Registry files - activeX files - some access to text files Most of these things are fairly vanilla I would think, but just in case, I thought I
2009 Dec 24
2
VB 6 IDE on wine?
Will the Visual Basic 6 (part of Visual studio 97) IDE work under wine? Has anybody tried? If it will work, then I'll be able to move completely to a Linux box for my work; if not, then I'll have to install a copy of windows in a VM on it. D
2005 Aug 14
0
Run-time error `13' Type mismatch error from VB app at startup
CVinter is a Visual Basic 6 application for downloading stock data from a local provider. I have successfully installed it with the latest Wine version. But when I run CVinter, it aborts at startup with an error dialog displaying "Run-time error `13' Type mismatch". The Linux console from which I start Wine displays the following messages (C:\DTS is the directory containing the
2000 Feb 26
0
VB: Problem with 'link.html.help()'
To Brian Ripley, Thanks! Yes indeed, It functions if you hit return at the prompt 1: but this had to be done for five times! Later five packages were found named NA with the description NA NA but all the rest of the 'libraries' are there in proper order with names and descriptions. Thanks to Brian Ripley Fredrik Lundgren -----Ursprungligt meddelande----- Fr?n: Prof Brian D Ripley