search for: aka

Displaying 20 results from an estimated 5126 matches for "aka".

Did you mean: aa
2010 Aug 25
4
Xen 4.0 - Support for Citrix WHQL-certified Windows PV drivers
...WARNING: CloseFrontend: timed out in XenbusWaitForBackendStateChange: /local/domain/0/backend/vkbd/5/0 in state INITIALISING; retry. ... XENUTIL: WARNING: CloseFrontend: timed out in XenbusWaitForBackendStateChange: /local/domain/0/backend/vkbd/5/0 in state INITIALISING; retry. -- WBR, Kozlov Ilya AKA unicast AKA Lin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2017 Apr 18
2
Can't compile Asterisk on Ubuntu 16
...without much success. I am getting the following errors when I try to compile. [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o res_pjsip/config_transport.c: In function 'transport_apply': res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' cfg.sockopt_params.options[0].level = pj_SOL_TCP(); ^ res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_para...
2005 Jan 26
10
Ssh flow does not go into correct class. Help!
I''m a new comer. I have problems using tc+htb. I run the following commands, and expect outgoing ssh flow goes into 1:11. But actually it goes into default 12. What''s wrong? tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 1000kbit ceil 2000kbit prio 1 tc class add dev eth0 parent 1:1 classid 1:11 htb rate 100kbit ceil
2004 Nov 09
4
[PATCH] [TRY2] Use nfmark as a key in u32 classifier
...fect but this is the best way, I think. "u32 match mark vvvv mmmm" it''s intuitive but breaks a little the levels, "u32 mark vvvv mmmm" it''s ok but not intuitive.... If you want I can rewrite it if you want. Thank you for your time. Signed-off-by: Catalin(ux aka Dino) <catab at umbrella.ro> --- Catalin(ux aka Dino) BOIE catab at deuroconsult.ro http://kernel.umbrella.ro/
2012 Apr 10
2
substitution of the ASCII character "squared" AKA "^2" AKA (alt+0178) with a tractable one
Deae R helpers, the problem I'm facing today is related to the manipulation of a string. The string is coming from a a porosimeter, whose control is under a complicate set-up of two computers One (running on DOS) is controlling directly the hardware, while the other (running on win XP) which process the data is connected to the first one via serial. I get the data from this last computer.
2017 Feb 03
2
compilation errors on master
...HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\" -D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c sshkey.c -o sshkey.o sshkey.c: In function ?sshkey_size?: sshkey.c:274:28: error: dereferencing pointer to incomplete type ?RSA {aka struct rsa_st}? return BN_num_bits(k->rsa->n); ^~ sshkey.c:277:28: error: dereferencing pointer to incomplete type ?DSA {aka struct dsa_st}? return BN_num_bits(k->dsa->p); ^~ sshkey.c: In function ?sshkey_new?: sshkey.c:478:1...
2018 Aug 07
1
nbdkit build broken
...: test-layers-plugin.c:197:4: error: ‘struct nbdkit_plugin’ has no member named ‘can_zero’; did you mean ‘can_trim’? .can_zero = test_layers_plugin_can_zero, ^~~~~~~~ can_trim test-layers-plugin.c:197:24: warning: initialization of ‘int (*)(void *, void *, uint32_t, uint64_t)’ {aka ‘int (*)(void *, void *, unsigned int, long unsigned int)’} from incompatible pointer type ‘int (*)(void *)’ [-Wincompatible-pointer-types] .can_zero = test_layers_plugin_can_zero, ^~~~~~~~~~~~~~~~~~~~~~~~~~~ test-layers-plugin.c:197:24: note: (near initializatio...
2010 Jan 16
1
configure: error: You MUST have the libxml2 (aka gnome-xml) library installed
I need to install application on our Centos5.4 final, every time get this message configure: error: You MUST have the libxml2 (aka gnome-xml) library installed and I tried to run yum install libxml2 and get this message Package libxml2-2.6.26-2.1.2.8.i386 already installed and latest version Please help -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists...
2024 Mar 09
3
Bug#1065794: xen: FTBFS on armhf: xenstored_control.c:646:70: error: format ‘%ld’ expects argument of type ‘long int’, but argument 5 has type ‘time_t’ {aka ‘long long int’} [-Werror=format=]
...e past) X-Debbugs-Cc: sramacher at debian.org https://buildd.debian.org/status/fetch.php?pkg=xen&arch=armhf&ver=4.17.3%2B10-g091466ba55-1.1&stamp=1709892742&raw=0 xenstored_control.c:646:70: error: format ?%ld? expects argument of type ?long int?, but argument 5 has type ?time_t? {aka ?long long int?} [-Werror=format=] 646 | ret = talloc_asprintf(ctx, "%s\nDomain %u: %ld s", | ~~^ | | |...
2003 May 09
5
windows file compatibility aka A Cry For Help
Everything is going amazing in the windows->samba conversion until I ran into a roadblock..I really dont know what may be going on so I will outline it as best as I can. We have a program called realty toolkit which saves its configuration and security settings onto the network. Well, after putting the files onto the linux box, it no loger wants to work, the security check fails. calling the
2004 Nov 05
3
[PATCH] Use nfmark as a key for u32 classifier
...marking, but if you use Jamal actions to apply mark to policed packets, you need this. All stuff can be found at http://kernel.umbrella.ro/ also. Dave, please consider adding this patch. Stephen, if Dave accepts the patch, please apply the iproute2 patch. Thank you. Signed-off-by: Catalin(ux aka Dino) BOIE <catab at umbrella.ro> Thank you for you time. --- Catalin(ux aka Dino) BOIE catab at deuroconsult.ro http://kernel.umbrella.ro/
2011 Nov 23
4
[LLVMdev] arm neon intrinsics cross compile error on windows system
...for_ARM_EABI\arm-none-eabi\include" -ferror-limit=1000 and the followings are error codes. Thanks and regards, Seung-yeon. In file included from helloneon.c:4: d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:41:24: error: invalid vector element type 'int32_t' (aka 'long') typedef __attribute__((neon_vector_type(2))) int32_t int32x2_t; ^ d:/llvm_projects/llvm-3.0rc4/bin/../lib/clang/3.0/include\arm_neon.h:42:24: error: invalid vector element type 'int32_t' (aka 'long') typedef __attribute__((neon_vector_type(4))...
2017 Apr 19
2
Can't compile Asterisk on Ubuntu 16
...following errors when I try to compile. > > > > [CC] res_pjsip/config_transport.c -> res_pjsip/config_transport.o > > res_pjsip/config_transport.c: In function 'transport_apply': > > res_pjsip/config_transport.c:572:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has no member named 'sockopt_params' > > cfg.sockopt_params.options[0].level = pj_SOL_TCP(); > > ^ > > res_pjsip/config_transport.c:573:6: error: 'pjsip_tcp_transport_cfg > {aka struct pjsip_tcp_transport_cfg}' has...
2020 Mar 13
2
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
Hello, 2 asterisk servers 16.8.0 version running on Debian 10.3 On one of them, I can't compile asterisk having error    [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o res_rtp_asterisk.c:2674:3: error: ‘pj_ice_sess_cb’ {aka ‘struct pj_ice_sess_cb’} has no member named ‘on_valid_pair’   .on_valid_pair = ast_rtp_on_valid_pair,    ^~~~~~~~~~~~~ res_rtp_asterisk.c:2674:19: warning: initialization of ‘void (*)(pj_ice_sess *, pj_status_t)’ {aka ‘void (*)(struct pj_ice_sess *, int)’} from incompatible pointer type ‘void...
2003 Oct 21
0
[Bug 748] HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO
http://bugzilla.mindrot.org/show_bug.cgi?id=748 Summary: HP-UX 11.11 (aka 11i) needs BROKEN_GETADDRINFO Product: Portable OpenSSH Version: -current Platform: HPPA OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: openssh-bugs at mindrot.or...
2010 Feb 12
2
[LLVMdev] [PATCH] Fix off-by-one errors in the doxygen documentation
...de/llvm/MC/MCDirectives.h @@ -17,32 +17,32 @@ namespace llvm { enum MCSymbolAttr { - MCSA_Invalid = 0, /// Not a valid directive. + MCSA_Invalid = 0, ///< Not a valid directive. // Various directives in alphabetical order. - MCSA_ELF_TypeFunction, /// .type _foo, STT_FUNC # aka @function - MCSA_ELF_TypeIndFunction, /// .type _foo, STT_GNU_IFUNC - MCSA_ELF_TypeObject, /// .type _foo, STT_OBJECT # aka @object - MCSA_ELF_TypeTLS, /// .type _foo, STT_TLS # aka @tls_object - MCSA_ELF_TypeCommon, /// .type _foo, STT_COMMON # aka @common - MCSA_ELF_T...
2007 Jun 06
2
[PATCH] Use X-Fleur cursor on move
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I'm Trevi?o (AKA Trevinho, AKA 3v1n0, AKA trevi55 ;P) it's my first message here, also if I'm reading the ML from the archives since long time... I maintened a beryl-svn (then git) repository, and I'm planning to do the same as soon as I can for compiz-git (BTW, some pre-release packages are at http://t...
2004 Aug 11
2
Asterisk & MyPhoneCompany.com (aka Talk(n))
They say on their website that they allow you to use your own device provided you give them the MAC address. Has anyone tried using * with it? Looks like they have quite a few rate centers and also phone support... Their website is horrible though... Just wondering, it'd be good to get user experiences from different providers other than IconnectHere and BroadVoice... -Chris
2004 Sep 21
2
Filename problem (filenames containing slashes aka. \and /)
...-----Original Message----- From: samba-bounces+markcc=jadepress.co.uk@lists.samba.org [mailto:samba-bounces+markcc=jadepress.co.uk@lists.samba.org]On Behalf Of Simon Hobson Sent: 21 September 2004 15:10 To: samba@lists.samba.org Subject: Re: [Samba] Filename problem (filenames containing slashes aka. \and /) rruegner wrote: >as far i know, >\ / are interpreted as path signs, i am not clear why any software >should interpret this in another way. >using special signs as filenames are a bug in user brain not in the >software of fileservers, whatever you use Except that the Ma...
2010 Sep 17
10
Kernel panic on Xen 4.0.1 + Debian Squeeze
...-5-xen-amd64 without xen boots normaly. My "trouble" server is IBM HS-22 (2x Xeon E5530, 36 GB RAM, LSI SAS). The same configuration works correctrly on other machine (supermicro-based). But this is not "bad hardware" trouble - i tried two different HS-22 -- WBR, Kozlov Ilya AKA unicast AKA Lin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users