search for: _almost_

Displaying 20 results from an estimated 41 matches for "_almost_".

2008 Apr 08
1
Please help: LDAP configuration _almost_ works.
Red Hat Linux release 7.2 (Enigma) OpenLDAP 2.3.38 Dovecot 1.0.12 SHORT VERSION ----- ------- Here is my dovecot-ldap.conf: hosts = ldap.lrtz dn = cn=varmail,ou=users,dc=lorentz,dc=com dnpass = ********* ldap_version = 3 auth_bind = yes pass_filter = (&(objectClass=inetOrgPerson)(mail=%Lu)) base = ou=users, dc=%Dd scope = onelevel I have tested using the above information with
2004 Aug 31
5
Anybody running VirtualDub ?
...blindly), in which case they appear for a short while but disappear soon, as VD redraws its window. When VD is terminated, the screen remains black, but it can be easily refreshed by switching virtual desktops or by moving a window around all the screen :-). VD is a great program and it really _almost_ works, but this problem makes it practically useless. Is there anybody, who has solved it or simply got VD working ? With regards, Pavel Troller
2006 Jun 10
6
Mongrel 0.3.13 Pre-Release -- Win32! Win32!
Hello Windows Users! I have finally got my new computer with it''s win32 build working and have just done the first pre-release for 0.3.13 that has win32 support. *** All win32 users should try to grab the pre-release and tell me if it works. *** You can install it with: $ gem install mongrel --source=http://mongrel.rubyforge.org/releases/ >From EITHER win32 or any other platform
2005 Mar 01
1
memory usage
...e-r 8996:8997 http://svn.xiph.org/trunk/speex to my codebase. it works as expected, nb_celp.c stacksize is reduced to: encoder: stack usage: 8811 stack size : 9000 decoder: stack usage: 2719 stack size : 2800 what about this value in bits.c: #define MAX_BYTES_PER_FRAME 2000 now there is _almost_ enough RAM to allocate both encoder and decoder ;) /alfred > > when removing "spx_sig_t *orig;" in the encoder, the stack usage > > went from 17091 to 16451 bytes, > > > > I have already got a working decoder running on my Ubicom IP3K, > > using 10-15%...
2010 Nov 29
1
How to backup/restore printer settings?
Hello All, We have a problem with our samba-based print server (a redhat EL machine, running samba 3.2.8) occasionally getting corrupt ntprinters.tdb files. To combat it, I've been keeping nightly backups of the file, and restoring the latest whenever it crashes. This _almost_ works. When I restore the file, some of the printer settings - such as which driver it is using - seem to restore fine. But some others - such as Printer Status Notification, to pick one at random from the Device Settings tab - seem to reset to default values. Are these settings stored in a diff...
2004 Jun 26
1
Problem setting environment variable in R/zzz.R
I am trying to get the Rmetrics.org component package fBasics by Diethelm Wuertz into a Debian package. Thanks to a lot of work by Diethelm, it is _almost_ there. It fails 'R CMD check' for me if I do not have the TZ environment variable set [1], yet works fine as long as I set TZ. I figured I could patch this in R/zzz.R and do ## set a timezone if none found in environment variables or options() if (Sys.getenv("TZ")==&quo...
2014 Sep 05
2
[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
...at said... > sg_set_buf(rq->sg, &hdr->hdr, sizeof hdr->hdr); > - > skb_to_sgvec(skb, rq->sg + 1, 0, skb->len); > > err = virtqueue_add_inbuf(rq->vq, rq->sg, 2, skb, gfp); ... skb_to_sgvec will already make the sg well formed, so the sg_init_table is _almost_ redundant; it is only there to remove intermediate end marks. The block layer takes care to remove them, but skb_to_sgvec doesn't. If the following patch can be accepted to net/core/skbuff.c, the sg_init_table in virtnet_alloc_queues will suffice. Paolo -------------------- 8< ----------...
2014 Sep 05
2
[PATCH 1/3] virtio_net: pass well-formed sgs to virtqueue_add_*()
...at said... > sg_set_buf(rq->sg, &hdr->hdr, sizeof hdr->hdr); > - > skb_to_sgvec(skb, rq->sg + 1, 0, skb->len); > > err = virtqueue_add_inbuf(rq->vq, rq->sg, 2, skb, gfp); ... skb_to_sgvec will already make the sg well formed, so the sg_init_table is _almost_ redundant; it is only there to remove intermediate end marks. The block layer takes care to remove them, but skb_to_sgvec doesn't. If the following patch can be accepted to net/core/skbuff.c, the sg_init_table in virtnet_alloc_queues will suffice. Paolo -------------------- 8< ----------...
2007 Apr 06
1
Vista, share level, UNC
...users" on share definition) host msdfs = no user/pass in smbpasswd file. If I use "connect network drive..." method with "connect as another user", then it will always work. If I use start, search , \\server\share and then type user/pass in the dialog box, then it will _almost_ never work; it worked randomly just twice in my numerous tests. (for every test I log-off,log-on). So, is this supposed to work or the supported method is "connect network drive only"? Thanks ntlm_password_check: NTLMv2 password check failed check_ntlm_password: Authentication for...
2008 Dec 19
3
xc_translate_foreign_address() returns mfn??
Hi, I looked at the function xc_translate_foreign_address(), and see that it walks the page table of the guest VM. So at best, it should return the pfn of the guest (?) We can see taht the Later part of the function is like this: ... if (pt_levels >= 3) mfn = (pte & L0_PAGETABLE_MASK_PAE) >> PAGE_SHIFT; else mfn = (pte & L0_PAGETABLE_MASK)
2010 Jan 07
4
Dovecot (IMAP) Hangs sometimes
Hi there! I'm using Dovecot 1.0.7 in RHEL 5.4 64bits as a IMAP/POP3 server. Dovecot authenticates users against an AD server via kerberos (pam configuration) and clients connect to it via IMAPs and POP3s with SSL. Webmail is in localhost and connects locally also with SSL. All is fine and people use the email server normally and with no problems. But, I have noticed that dovecot hangs
2013 Jan 16
2
special conference room
Hi list, I am in need of a "special" asterisk conference room with the following constraints: - there is one admin / moderator and several "normal" callers. - the callers must not hear any other caller, only the moderator - the moderator must be able to mute and unmute any caller at any time - the moderator must be able to talk to all callers or to a specific caller. - the
2008 Apr 03
2
LDAP auth_bind hangs and times out
I have _almost_ got Dovecot working! One little snag... My users login using their email address as username. Each domain has their own LDAP subtree. Each user has an entry in the ou=users subtree of the domain subtree, and has a mail: field (inetOrgPerson) listing their email address/login name. I am trying...
2005 Nov 14
3
Minimal installation How-to?
Hi all I would like to install the minimal level of Centos, with yum & selinux on my servers during the basic install from CD with Anaconda and then use yum to install whatever application is major on that server, so that yum installs its dependencies only, thus keeping to the target of installing only what is needed on a server. Please advise pros/cons of this approach and how to do it. I
2008 Apr 10
5
Extending Bluecloth/Redcloth
I''d like to extend bleucloth or redcloth to support custom tags, e.g. I want to use markup like this: [pubmed:18332676] which shall be extended to: <a href="http://www.ncbi.nlm.nih.gov/pubmed/18332676">Behav Pharmacol. 2008 Mar;19(2):121-128.</a> Does anyone know, if this is possible and has some hints how to do this?! I have not decided, wether I want to use
2019 Oct 01
4
syslinux.efi and vendor-class-identifier
...e've been successfully installing Linux using pxelinux to bootstrap our Linux (CentOS) installs for many years, but we are about to take delivery of hardware that doesn't have legacy BIOS boot support for internal drives - so I'm making my first foray into the world of EFI - and can _almost_ get it all to work, but hit an issue that I'm not sure how to 'fix' ... We're using a CentOS 6 server running its native (ISC) dhcpd (v4.1.1) and tftpd (v 0.49). I've installed syslinux.efi and ldlinux.e64 from the syslinux-6.04-pre2 distro alongside the existing pxelinux.0...
2019 Nov 19
0
syslinux.efi and vendor-class-identifier
...ccessfully installing Linux using pxelinux to bootstrap our > Linux (CentOS) installs for many years, but we are about to take > delivery of hardware that doesn't have legacy BIOS boot support for > internal drives - so I'm making my first foray into the world of EFI - > and can _almost_ get it all to work, but hit an issue that I'm not sure > how to 'fix' ... > > We're using a CentOS 6 server running its native (ISC) dhcpd (v4.1.1) > and tftpd (v 0.49). I've installed syslinux.efi and ldlinux.e64 from the > syslinux-6.04-pre2 distro alongside th...
2009 Oct 19
0
Identifying similar but not identical rows in a dataframe
I would like to identify _almost_ duplicated rows in a data frame.  For example, I might declare as duplicates pairs of rows that are alike at about 80% of their columns.  When working with tens of thousands of rows and upwards of 20 columns an iterative approach, testing all permutations, can be time consuming.  Duplicated() wit...
2004 Jun 29
0
samba 3.0.3-5 PDC - share works, domain login not
Hello List! I just set up a samba3+ldap pdc _almost_ successfully. If i log into the win2k box and i access \\123.123.123.123\user1 it asks me for my user1 passwd and i can access its home dir. But i can not log into the domain with the user1. It complains about a wrong passwd or user at the login prompt. Could it be that my machine is missing in...
2007 Apr 19
1
Re: Vista, share level, UNC (3.0.25rc1)
...st msdfs = no > >user/pass in smbpasswd file. > > >If I use "connect network drive..." method with "connect as another user", >then it will always work. > >If I use start, search , \\server\share and then type user/pass in the >dialog box, then it will _almost_ never work; it worked randomly just twice >in my numerous tests. (for every test I log-off,log-on). > >So, is this supposed to work or the supported method is "connect network >drive only"? > >Thanks > > ntlm_password_check: NTLMv2 password check failed > chec...