search for: fount

Displaying 20 results from an estimated 29 matches for "fount".

Did you mean: count
2008 Aug 12
7
Missing fonts for tightvnc
...t. Installed ok (after I erased regular vnc). But when I tried to start it, I got 5 warnings about: Font directory '/usr/X11R6/lib/X11/fonts/misc' not found - ignoring (then the same message for Speedo, Type1, 75dpi, and 100dpi). Then a fatel server error about: could not open default fount 'fixed' So I looked in the repos (curtesy of yumex) and did find a few 75dpi a 100dpi fonts, but there seemed to be a lot of these two. I installed a ocuple of them and tried again. Got the same errors. So how do I fix this one?
2017 Jun 28
2
R package for scorecard development
...sign a score to each of the bins. Each subject will be scored based on the bin it falls in for each variable. All such scores from each of the variables will be added up to get the final score. There will be a cutoff score to decide which of the two classes of response the subject falls into. I fount and tested the smbinning package. However, it only gives the bins for a single variable at a time. How can I get a full scorecard model? Thanks Nikhil [[alternative HTML version deleted]]
2011 Oct 21
2
Handing connection depending on the client computer public key fingerprint
...ent?public key fingerprint;?the server would then keep a white list of public key fingerprints that represent the trusted computers. However I can't find a way to implement this. I tried with the Match directive, but this one doesn't take such parameter I tried too with a ForceCommand, but fount no way to configure sshd to transmit the?public key fingerprint to the script. Is there any way to do that? Thanks a lot for your help, Mike S.
2006 Sep 06
3
dovecot ignoring config file contents -- istream.c problem?
...t;. I've even tried putting garbage into the config file (like hello=test ; on my desktop dovecot complains on that line, it is completly ignored on my embedded device). But when I delete the config file, dovecot complains. So I've done some printf-debugging in lib-settings/settings.c, and fount out that: control flow reaches the line input = i_stream_create_file(fd, default_pool, 2048, TRUE); but then no single iteration of the while loop is executed. Do you have any idea what could be wrong here? Any help is greatly appreciated ! Thank you. Pavol Marko
2009 Feb 17
2
annual maximum value
...am trying to do is to find the maximum annual discharge from a daily record. i have a data.frame which includes date and the discharge. somewhat like this.. 10/1/1989 2410 10/2/1989 2460 10/3/1989 2890 ... ... ... 12/31/2005 5730 i have been browsing through the archives and fount out about the aggregate function and the zoo package. here's one of the codes i've tried DF <- read.table(data[i], sep =",") ##i have several stations to assimilate Date <- as.Date(as.character(DF[,3]), "%m/%d/%Y") #the date is at the 3rd column, obviously librar...
2005 May 30
1
Chan OH323 and overlapping digits
...he oh323 channel replies with a h.225 callProceeding Message, which makes the MD110 stop sending further digits. I commented out already the "s" extension, so no matching pattern is found for a "4". I would have expected the channel to collect digits until a matching pattern is fount or until a timeout. Best regards Alexander
2018 Jan 18
3
Re: Could not destroy domain, current job is remoteDispatchConnectGetAllDomainStats
...nd > 3.4.0. We have added reporting of the shutdown reason, but that's just > parsing one more JSON reply we previously ignored. > > Can you try running 'git bisect' to pinpoint the exact commit that > caused this issue? I am able to reproduce this issue, ran bisect and fount that the commit which broke it is aeda1b8c56dc58b0a413acc61bbea938b40499e1. https://libvirt.org/git/?p=libvirt.git;a=commitdiff;h=aeda1b8c56dc58b0a413acc61bbea938b40499e1;hp=ec337aee9b20091d6f9f60b78f210d55f812500b But it's very unlikely that the commit is causing the error. If anything it is...
2005 Aug 29
3
Locking problems on a Windows server with samba OSX clients
Hello, I have a small amount of Mac OS X 10.3 workstations networked on a Windows 2000 server. The samba version on the Macs is 3.0.10. For each file stored on the Windows server, the Macs create a file beginning with "._" which contains some resources about the file. My problem is that, just by browsing onto directories, the Macs seem to be locking all those "._" files (and
2011 Sep 05
6
help with warcraft please launcher problem
...i have ubuntu 11.04 wine 1.3.15 amd athlon x2 dual core QL-60 ati radeon graphics card 3100 i belive at first i was running wine 1.2 and i got the water glitch. trolled for a while and updated the version to 1.3 now WoW wont load after pushing the play button on the loader. after more looking i fount that wine 1.3.26 will work but i cant find the download and 1.3.27 isnt available yet.....so my question is how do i skip the launcher and load wow manually
2012 Apr 18
0
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Dear Chen, I tried the command you told me. It turns out that clang use -I option rather then -isystem. But after I included the init.h file, it fired at me that "asm/processor.h" is not fount. Then I included that file using -I option and some other files were said not found! It's like I opened a can of worms... I can still continue to include the file that is said not found. But is it the right way ? Thank you! clang -O2 -DMODULE -D__KERNEL__ YOUR_MODULE.c \ >> -W -Wall...
2012 Apr 16
3
[LLVMdev] How to compile this linux-driver like programme into .bc file?
Thanks for your help and patience! Best regards, Zhen Kai At 2012-04-16 15:35:25,"陳韋任" <chenwj at iis.sinica.edu.tw> wrote: >> The thing is that I know the Makefile to complete that task. But what I want to know the clang command that can do that. Since the makefile will generate a .ko file while I can use the clang command "-O3-emit-llvm" to generate a
2012 Apr 18
1
[LLVMdev] How to compile this linux-driver like programme into .bc file?
...sity, Beijing, China. 100084. At 2012-04-18 21:56:43,15102925731 <zhenkaixd at 126.com> wrote: Dear Chen, I tried the command you told me. It turns out that clang use -I option rather then -isystem. But after I included the init.h file, it fired at me that "asm/processor.h" is not fount. Then I included that file using -I option and some other files were said not found! It's like I opened a can of worms... I can still continue to include the file that is said not found. But is it the right way ? Thank you! clang -O2 -DMODULE -D__KERNEL__ YOUR_MODULE.c \ >> -W -Wall...
2011 Jan 17
2
DatabaseCorruptError
Hi there, My web app uses Xapian via the PHP bindings. I'm getting this error thrown occasionally when atempting to instantiate a XapianDatabase object for searching. DatabaseCorruptError: Expected block 107 to be level 1, not 0 Here's the line that invokes it: $database = new XapianDatabase(PROJROOT.'/data/xapian/posts'); And my version is xapian-core 1.2.3 with matchspy.
2003 Jul 04
1
more on PXELinux confiuration file woes and "blkSize"
....nu the Tue Jun 17 14:53:56 PDT 2003 wrote . . PXELINUX 2.05 2.05-pre1 Copyright (C) 1994-2003 H. Peter Anvin Found PXENV+ structure PXE API version is 0201 UNDI data segment at: 00098E90 UNDI data segment size: 4D30 UNDI code segment at: 0009DBC0 UNDI code segment size: 1E70 PXE entry point fount (we hope) at 9DBC:0106 My IP address seems to be 0A340091 10.52.0.145 ip=10.52.0.145:10.99.1.10:10.52.0.253:255.255.255.0 TFTP prefix: Trying to load: pxelinux.cfg/01-00-d0-59-05-83-ae Loading memdisk... Loading 2disk.img......................... Ready ------------------------ . . ....................
2005 Mar 01
1
dropping extra frame..already have it????
We have one Swissvoice IP10S running SIP firmware. Recently, I've been getting these messages: Mar 1 13:59:44 NOTICE[20933]: frame.c:128 ast_smoother_feed: Dropping extra frame of G.729 since we already have a VAD frame at the end Any clues off the bat? I'm still researching other stuff.. Thanks, Matthew
2002 Jan 29
1
Wine and damage of original MS Windows
Hello, I want to protect original MS Windows installed on their partition against wine :) I have not own experiences with similar problems but I fount next message in README: ---- You should backup all your important files that you give Wine access to, or use a special Wine copy of them, as there have been some cases of users reporting file corruption. Do NOT run Explorer, for instance, if you don't have a proper backup, as it renames/cripp...
2007 Apr 05
1
Can't conect to share ?
.../samba/data/%U valid users = %S read only = No I have group acct and user ldbl password is set fo user ldbl with passwd and smbpasswd. I'm login to samba server without problem with user ldbl .But when i try to open share files i must type user name and password again and i can't login. I fount this in log files Got user=[ldbl] domain=[NEDELCHEV] workstation=[NEDELCHEV] len1=24 len2=24 check_ntlm_password: Checking password for unmapped user [NEDELCHEV]\[ldbl]@[NEDELCHEV] with the new password interface check_ntlm_password: mapped user is: [FILESERVER]\[ldbl]@[NEDELCHEV] check_n...
2001 May 26
0
update of UTF-8 patch
...could contribute a native conversion implementation. I think that getting this patch into vorbis-tools is quite ugent since there are decoder implementations(*) that are implemented to follow the spec, and therefore break on ogg-files coded with current oggenc. The new version of the patch can be fount at http://noa.tm/vorbis-utf8/ cheers /daniel *) xmms 1.2.5pre1 -- jobb: Metamatrix (www.metamatrix.se) mobilnummer: 0739-442044 --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vor...
2002 May 20
1
Compilation problem with samba2.2.4
.../pdb_ldap.o' I run Sun Netra X1, with Solaris 8 and I using iPlanet LDAP-server, I allready download iPlanet SDK ldapcsdk5.08-SunOS5.8_64_OPT.OBJ.tar. I copy ldap.h and lber.h from this kits, but it doesn't help. I think I need some library or headers files more, but what and where I can fount it? I can compile Samba 2.2.4 with default okey. And if I first compile only default and it work, and after that I run ./configure --with-ldapsam and when I run make it compile anly one files not that , can I do that and make Samba work with LDAP? I use to Sun Forte C 6.0 compiler. Regards: Ju...
2006 Jun 15
10
Finding out all terms from search results. How?
Hi everybody, I need to find out all terms (field values) from one of the fields from a set of documents returned by search. In other words, I have indexed documents with two fields. I do search on one field and then want to know all other field''s values from fount documents. How? -- Sergei Serdyuk Red Leaf Software LLC web: http://redleafsoft.com -- Posted via http://www.ruby-forum.com/.