similar to: Unresolved client rejection

Displaying 20 results from an estimated 10000 matches similar to: "Unresolved client rejection"

2005 Jul 04
1
Unresolved symbols - Zaptel 1.0.9 and Linux 2.4.31
I installed a vanilla 2.4.31 kernel from kernel.org and my system was working great. Then I tried upgrading zaptel to 1.0.9 and now I get unresolved symbols: # modprobe zaptel /lib/modules/2.4.31/misc/zaptel.o: /lib/modules/2.4.31/misc/zaptel.o: unresolved symbol proc_mkdir_R8712438a /lib/modules/2.4.31/misc/zaptel.o: /lib/modules/2.4.31/misc/zaptel.o: unresolved symbol add_wait_queue_R93ee100c
2004 Sep 17
1
Zaptel compile error - unresolved symbols
Hello - any help is greatly appreciated. I am trying to compile zaptel on debian 2.4.26-1-386. I have a single X100P card installed. When I run '/usr/src/zaptel/make clean;make install' I get the following: depmod: *** Unresolved symbols in /lib/modules/2.4.26-1-386/misc/torisa.o depmod: *** Unresolved symbols in /lib/modules/2.4.26-1-386/misc/zaptel.o /sbin/depmod -a depmod: ***
2012 Aug 06
1
Windows link.exe error : libbrass.lib(brass_table.obj) : unresolved external symbol _inflateEnd
Hi guys, I discovered xapian today and I'm trying it because it looks promising compared to other FTS engines. However I'm in a windows environment so it's a bit painful to set up as there is no official binaries. I've heard about http://www.flax.co.uk/xapian_binaries And I'm trying to build their latest release (1.2.8). After a few tries I manage to compile everything with
2005 Aug 30
2
unresolved symbol when loading ztdummy
Hi! When I try to load the ztdummy driver via "insmod ztdummy", I get the following errors: /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_unregister /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_transmit /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_receive /lib/modules/2.4.26/misc/ztdummy.o: unresolved symbol zt_register I'm using zaptel-1.0.8 and
2011 Feb 09
4
Domain blacklisting
Hello, I run dovecot-2/Maildir/LDAP user/passdb and would like to be able to deny acess to users who connect from certain domains/IP (google.com for instance since in that case they gave their credentials to a third party). My understanding is that I cannot use some negative form of "allow_nets". The only mechanism I can think of is tcp_wrappers. However, dovecot documentation mention
2010 Oct 13
6
Limit access to dovecot by domains?
Hi. Is there any way to limit access to dovecot by domains. I only need to give access to a well known set of domains, all from Australia and all networks are known and used either from people at home or mobile access (phones, laptops etc). iptables is not possible as e.g. OPTUS does not give away all of the networks mobile phones are connected to. I know some, but not all. It would be much
2010 May 21
1
[LLVMdev] Hello example plugin has unresolved symbol in llvm 2.7
I built llvm-2.7 from source on FreeBSD-i386 with: ./configure --prefix=/opt && gmake It builds fine, but the Hello plugin fails to load with an unresolved symbol. $ opt -load /opt/lib/libLLVMHello.so -help Error opening '/opt/lib/libLLVMHello.so': /opt/lib/libLLVMHello.so: Undefined symbol "_ZNK4llvm4Pass5printERNS_11raw_ostreamEPKNS_6ModuleE" -load
2001 Nov 14
1
unresolved symbols in loop
Hello, i have downloaded the kernel 2.4.14 and the correspondig ext3 patch ext3-2.4-0.9.15-2414.gz. After this i extract the archiv at /usr/src, renamed the dir linux to linux-2.4.14 and made a symlink linux-2.4. I changed to the directory linux-2.4 and add the patch as decsribed on the website gunzip < ~/ext3-2.4-0.9.15-2414.gz | patch -p1. There was no error and the patch was successful.
2004 May 19
1
R with shared library support: 'make check' fails with unresolved symbol (PR#6896)
Full_Name: John Garvin Version: 1.9.0 OS: OSF1 Alpha ev6 Submission from: (NULL) (128.42.129.78) I configured R 1.9.0 with --enable-R-shlib on Alpha. 'make check' fails with an unresolved symbol. Here's the relevant output: running code in 'reg-tests-1.R' ...529442:/home/garvin/research/tel/R-alpha/unpatched/R-1.9.0/lib/R/bin/R.bin: /sbin/loader: Fatal Error: call to
2004 Mar 30
1
OCFS install trouble w/ new kernel - unresolved symbols
I successfully have OCFS running in a two-node RAC environment using RHAS 3 (2.4.21-4.EL) using Qlogic 2310 cards. IO performance, however, was terrible with the combination of OCFS and the Qlogic cards. After extensive testing, OCFS did fine on its own, as did the fibre cards. Put the two together, and everything literally ran twice as slow. Support at Qlogic pointed me to
2004 Apr 30
2
Unresolved Symbols on Uniprocessor Kernel
I'm trying to install ocfs using RHAS 2.1 uniprocessor kernel on a vmware gsx server 3.0 virtual machine and I'm getting the unresolved symbols error when I try to start ocfs. I'm using the following packages: ocfs-tools-1.0.10-1.i386.rpm ocfs-support-1.0.10-1.i386.rpm ocfs-2.4.9-e-1.0.11-1.i686.rpm My kernel is 2.4.9-e.38 uniprocessor (compiled by me). Questions: 1) Am I using the
2004 May 07
1
ENC: ENC: Unresolved Symbols on Uniprocessor Ker nel
Hi, Is this "Unresolved Symbols" issue only occurring on VMware with e.38? We have OCFS users want to update their kernel to e.34 or e.38 without VMware. Please advise, Thanks! Roger--- -----Original Message----- From: Wim Coekaerts [mailto:wim.coekaerts@oracle.com] Sent: Friday, April 30, 2004 12:20 PM To: Sunil Mushran Cc: ocfs-users@oss.oracle.com Subject: Re: ENC: ENC:
2017 Dec 08
3
Unresolved symbols in compiler-rt
Hello all, I get unresolved external symbol __muloti4 when attempting to compile GNU m4 for Windows commandline. See details in bug: https://bugs.llvm.org/show_bug.cgi?id=16404#c22 Looking into this, I see that some parts of compiler-rt are disabled for Windows due to the __LP64__ define. The code seem not portable as is to the MS compiler, but according to my tests the code compiles and links
2003 Jun 17
1
cannot load sch_tbf for unresolved
Hello everyone, I'm new here. I'm trying to do tc. I've compiled sch_tbf into module, but failed to insmod it. It says some unresolved. Give a little hint, please. thanks
2015 Aug 31
1
error LNK2001: unresolved external symbol _fopen_utf8
Hi everyone, I'm trying to get started with libFLAC++. I've built the static libs libFLAC, libFLAC++ and libogg using VS2010 on windows 7. However when I try build the example project "example_cpp_encode_file" I get a lot of linker errors. I checked linker/input/additional dependencies and added the paths for libFLAC, libFLAC++ and corrected the path for libogg. Now I'm just
2012 Dec 18
1
[LLVMdev] llvm-clang jit module running into unresolved functions
We are trying to adapt the clang-llvm interpreter code here<http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/clang-interpreter/> to run some c++ code that uses stl vector and c++ string among other things. This resulted in a number of unresolved symbols, and after eliminating a bunch of them, we are still stuck with __Unwind_resume and __assert_fail I would really appreciate any help
2002 Apr 18
1
trouble compiling R on Irix
Dear R-help, I'm trying to compile R-1.4.1 on Irix, and run into the following error when making R.bin: The linker (ld32) complained that "gzeof", "gzgetc", "gztell", and "gzseek" are unresolved symbols in connection.o. Are these supposed to be in libz.a? My suspicion is that maybe the libz.a on this system is outdated. Any hints? TIA! Andy
2007 Dec 05
1
[patch] Headers, unresolved footnotes, and fractions
Hi folks, thanks for the useful code! I've added some functionality to PHP Markdown Extra and PHP SmartyPants. Diffs attached. For PHP Markdown Extra: *A new config option, MARKDOWN_HEADER_BASE, which sets the largest header level that Markdown can generate and defaults to 1; useful if you use <h1> for site-wide elements and want Markdown-generated headers to start at
2003 Jul 13
5
unresolved symbols in /lib/modules/2.4.18/misc/zaptel.o
Hi all. I've been lurking here for a couple weeks just trying to get an idea of how to install asterisk. I'm running Debian with a custom kernel version 2.4.18. I think I've got all the dependencies installed - debian packages readline4 and openssl are installed. It's a very barebones install with only the packages relevant to building a kernel and asterisk installed. The
2011 Oct 16
2
unresolved ref root error
Hello, On a newly created filesystem with btrfs-progs-git-20111009 and the 3.1.0-rc8 kernel I am getting the following error when doing btrfsck after main OS installation fs tree 256 refs 2 unresolved ref root 256 dir 256 index 2 namelen 8 name __active error 600 found 4215058432 bytes used err is 1 total csum bytes: 3962760 total tree bytes: 157192192 total fs tree bytes: 146976768