search for: emtpy

Displaying 20 results from an estimated 52 matches for "emtpy".

Did you mean: empty
2014 Nov 21
4
[Bug 10951] New: Emtpy parameter triggers unwanted behavior, but no error message
https://bugzilla.samba.org/show_bug.cgi?id=10951 Bug ID: 10951 Summary: Emtpy parameter triggers unwanted behavior, but no error message Product: rsync Version: 3.1.0 Hardware: x64 OS: Linux Status: NEW Severity: major Priority: P5 Component: core Assignee:...
2001 Apr 27
0
emtpy directory after install of Windows Application
Hello, I'm fairly new to Linux and I like it a lot. Unfortunately some of my favorite applications are Windows based, so I started looking into Wine. I don't have a Windows installation. I got a few 16 bit and 32 bit applications to work, but as soon as I try to set up an application that tries to write files into a folder with spaces, like 'Program Files', the destination
2013 Jun 27
2
[PATCH] docs: remove emtpy =item from xl.1
perl-5.18 is more strict, build fails with: Expected text after =item, not a bullet Signed-off-by: Olaf Hering <olaf@aepfle.de> --- docs/man/xl.pod.1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/man/xl.pod.1 b/docs/man/xl.pod.1 index 0e2fe65..64a118e 100644 --- a/docs/man/xl.pod.1 +++ b/docs/man/xl.pod.1 @@ -910,8 +910,6 @@ The following is the effect of combining the above
2003 Jan 10
1
Windows XP and Samba 2.2.7a Print drivers--they upload fine, but driver list for printers is emtpy.
I am logged on as a domain admin and printer admin. I have created and assigned the correct rights to /srv/printers and have created W32X86 and WIN40 subdirectories. I was able to go into server properties and upload all the necessary drivers. When I right click on the printer and say "No." to "Printer driver not installed, do you want to install the driver now?" the drivers
2006 Feb 27
1
InPlaceEditor on an empty div
Hi, I am wondering what the trick is to use InPlaceEditor on an emtpy div. I have a set up where one div contains a question, and next to it is an emtpy div which should be used for InPlaceEditor. The user clicks on a button "answer" and that activates the InPlaceEditor in the appropriate div. This doesn''t work, however. The div which shoul...
2008 Jul 17
9
How to delete hundreds of emtpy snapshots
I got overzealous with snapshot creation. Every 5 mins is a bad idea. Way too many. What''s the easiest way to delete the empty ones? zfs list takes FOREVER
2006 Sep 15
4
yam help
I am trying to use yam to create a repo based on the 4.4 CDs. I have copied the contents of the CDs to /var/dist/CentOS-4.4-i386. No matter what I try, yam always creates an emtpy repo. This is my current yam.conf file: [main] srcdir = /var/yam wwwdir = /var/www/yam arch = i386 [centos] name = CentOS $release ($arch) release = 4 arch = i386 metadata = repomd os = file:///var/dist/CentOS-4.4-i386/CentOS/ And this is the directory st...
2012 Jul 09
2
[LLVMdev] problem with visitBranchInst()
...d visitBranchInst(BranchInst &I), on the LLVM instruction like: br i1 %1, label %2, label %3 my code doesnt return expected info. for ex, the code I.getCondition->getName().str() would return empty string. and at the same time, the code I.getSuccessor(0)->getName() would also return emtpy string. i am pretty confused, as i am expecting non-empty strings returned from the above functions. any idea on why this happens? this is on LLVM 3.0, Ubuntu 12.04. thanks so much, Jun
2009 Jan 20
2
[LLVMdev] Interactions between LLVM and the Microsoft C++ runtime
...owing issues have been resolved on that path. The problem that I've run into is that the LLVM codebase does certain "idiomatic" things with STL containers that cause assertion failures in the Microsoft runtime. Most notably: - Taking the address of the "first element" of an emtpy vector (either &v[0] or &*v.begin()) - Using an iterator into a collection (even if just for iterator comparison) after an erase() or similar on that collection has invalidated all iterators These assertions can occur in both debug and release configurations (Microsoft includes certain asse...
2009 Jan 21
1
[LLVMdev] Interactions between LLVM and the Microsoft C++ runtime
Hi, > The problem that I've run into is that the LLVM codebase does > certain "idiomatic" things with STL containers that cause assertion > failures in the Microsoft runtime. Most notably: > - Taking the address of the "first element" of an emtpy vector > (either &v[0] or &*v.begin()) > - Using an iterator into a collection (even if just for iterator > comparison) after an erase() or similar on that collection has > invalidated all iterators > These assertions can occur in both debug and release configurations...
2004 Mar 22
1
smbclient won't tar empty directories
...he search machines nor in the groups. I backup my windows clients using smbclient with the tar option. Works great, but no empty directories are in the created tar file. I read the smblient and tar's manpage, without finding the necessary option. Does anybody know how I can include these nasty emtpy directories? command: smbclient //server/share "test" -U test -N -Tqc foo.tar TestDirectory BTW, if I use tar without smbclient, empty directories are included by default. Thanks for your held in advance! Christian
2013 Apr 02
1
missing lvm.conf is fatal
I have a report for 1.20.4 about this error. There is no /etc/lvm/lvm.conf in the guest, which is handled as fatal error. Creating an emtpy file with that name is a workaround for the time being. $ virt-resize --expand /dev/sda2 in.img out.img Examining in.img ... Fatal error: exception Guestfs.Error("lvm_set_filter: open: /tmp/lvmiUFSBa/lvm/lvm.conf: No such file or directory") Maybe the callers of lvm_set_filter or lvm_se...
2014 Jul 03
1
rmdir() EBUSY warnings on 2.2.12
...parate ZFS datasets (to enable per-user and per-domain snapshotting). So apart from NFS flushing being unnecessary (ZFS != NFS) I'm not really sure why using rmdir() for another directory than the Maildir specified in mail_location is a good idea. I.e. given that Maildirs shouldn't ever be emtpy (cur,new,tmp) anyway. -- Met vriendelijke groet, With kind regards, Giel van Schijndel -- > A programmer started to cuss > Because getting to sleep was a fuss > As he lay there in bed Looping 'round in his head > was: while(!asleep()) sheep++; > -- piercings -- http://bash.org...
2009 Jan 21
0
[LLVMdev] Interactions between LLVM and the Microsoft C++ runtime
...ved on that path. > > The problem that I've run into is that the LLVM codebase does > certain "idiomatic" things with STL containers that cause assertion > failures in the Microsoft runtime. Most notably: > - Taking the address of the "first element" of an emtpy vector > (either &v[0] or &*v.begin()) > - Using an iterator into a collection (even if just for iterator > comparison) after an erase() or similar on that collection has > invalidated all iterators > These assertions can occur in both debug and release configurations...
2003 Nov 02
1
Boxplot with full x-range
...to give an impression of the trend of the data in the x-range. However, when an interval on the x-axis contains no y-data, no box is drawn, and the plot becomes 'narrower' in the x-direction, giving a wrong impression of the trend of the y-value. What I want is that no box is drawn for emtpy interval, but some X-space is kept open. In other words, I want ALL interval to be drawn, including the empty ones. Example scenario: data.dat: 0.1 5 0.15 4.5 0.3 2 0.31 2.2 0.5 1 0.55 1.1 0.56 1.15 0.7 0.5 0.9 0.1 > mydata <- read.table("data.dat") > attach(mydata) > c...
2002 Nov 28
1
Problem authenticating against a W2K server
...also some commands I use to test connections from MYSAMBA to MYPDC: [root@MYSAMBA]# smbclient -L MYPDC added interface ip=10.10.10.90 bcast=10.10.10.255 nmask=255.255.255.0 added interface ip=10.10.10.91 bcast=10.10.10.255 nmask=255.255.255.0 Password: <-- Just type Enter (emtpy password) Anonymous login successful Domain=[MYDOMAIN] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager] tree connect failed: NT_STATUS_ACCESS_DENIED [root@MYSAMBA]# smbclient //MYPDC/ipc\$ added interface ip=10.10.10.90 bcast=10.10.10.255 nmask=255.255.255.0 added interface ip=10.10...
2007 May 30
2
Depot - empty_cart with ajax
...ime the store loads, there is no "cart.items" collection, and it doesnt throw an exeption on nil render. How can i get my empty cart action to do the exact same as a first load of an empty cart? I hope it doesnt bore everybody to death, but i just keep wondering, even when the future of emtpy carts is to be hidden (i jumped some pages forward an saw it). In advance, thanks. Leandro. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to...
2020 Oct 19
4
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
...x:dovecot] o.a.s.u.p.LogUpdateProcessorFactory [dovecot] webapp=/solr path=/update params={}{commit=} 0 127 search in TBird subject: aausdfrhyetdwgyatrdf => FOUND body: aausdfrhy?tdwgyatrdf => FOUND subject: aausdfrhyetdwgyatrdf => FOUND body: aausdfrhy?tdwgyatrdf => (emtpy) on header search, I'm _not_ seeing any additional activity in solr.log so, either i'm looking in the wrong place, haven't turned on appropriate logging, or i'm still not searching via solr ... separately, doveadm fts lookup ... still panics; Aki's bug will hopefully deal...
2004 Sep 17
8
cisco 7960 CTLSEP
2 new Cisco 7960 phones are requesting a CTLSEP file, seems like I triggered the universal application loader. I want to load the sip image 7.2 According to this Cisco information: http://www.cisco.com/en/US/customer/products/sw/voicesw/ps4967/products_upgr ade_guides09186a008022a968.html#wp1047292 If the CTLSEP MAC file is not present or is empty, the phone proceeds in nonsecure mode with the
2006 May 10
7
Problems starting mongrel running a rails app as a service
Hi there I have a rails app that I want to run on a Win 2k server running Mongrel. I''ve downloaded the latest version and the win32-service gem and can run it with the mongrel_rails start -d command When I try to start the same app installed as a service I get the following error: "There was a problem starting the service: The service did not respond to the start or control