search for: alen

Displaying 20 results from an estimated 79 matches for "alen".

Did you mean: alan
2012 Nov 12
2
how to enter a string value
...rname and date of birth I try with this code but it shows me errors print ("enter the name") name <- scan (nmax = 1) print ("enter the first name") firstName <- scan (nmax = 1) print ("enter the date of birth") BirthDate <- scan (nmax = 1) best regards alen -- View this message in context: http://r.789695.n4.nabble.com/how-to-enter-a-string-value-tp4649313.html Sent from the R help mailing list archive at Nabble.com.
2010 Apr 27
4
Patch sensible callback framework
...,6 +38,7 @@ #include <fcntl.h> #include <sys/stat.h> +#include <syslinux/callback.h> #include <syslinux/loadfile.h> #define INCREMENTAL_CHUNK 1024*1024 @@ -48,13 +49,13 @@ int floadfile(FILE * f, void **ptr, size struct stat st; void *data, *dp; size_t alen, clen, rlen, xlen; + callback_record *cb = NULL; clen = alen = 0; data = NULL; if (fstat(fileno(f), &st)) goto err; - if (!S_ISREG(st.st_mode)) { /* Not a regular file, we can't assume we know the file size */ if (prefix_len) { @@ -75,6 +76,11 @@ int floadfi...
2005 Oct 31
3
Still corrupt indexes in 1A4
...en($results) - 1; } $results .= $read; } return $results; } } ------------------------------------------- Looks like dovecot drops connection or something. Well must be related to corrupt dovecot files in particular folder, since deleting them solves the problem. BR, Alen Salamun
2015 Dec 04
2
LLVM fails to install with ocaml enabled
..."/home/alesko/repositories/build-llvm/docs/ocamldoc/html". Call Stack (most recent call first): cmake_install.cmake:66 (include) Makefile:93: recipe for target 'install' failed make: *** [install] Error 1 Without ocaml, install works fine. What am I missing? regards, Alen
2006 Jul 25
3
problem in Route add using netlink
...to binary data */ inet_aton("192.168.51.0", (struct in_addr *)&rinfo->dstAddr); inet_aton("192.168.51.90", (struct in_addr *)&rinfo->gateWay); } int addAttr (struct nlmsghdr *nlhdr, int maxlen, int type, void *data, int alen) { struct rtattr *rta; int len = RTA_LENGTH(alen); if (NLMSG_ALIGN(nlhdr->nlmsg_len) + len > maxlen) return -1; rta = (struct rtattr*)((char *)nlhdr + NLMSG_ALIGN(nlhdr->nlmsg_len)); rta->rta_type = type; rta->rta_len =...
2017 Jul 14
0
[PATCH 05/27] daemon: Reimplement several devsparts APIs in OCaml.
...ree_stringslen (char **argv, size_t len) } /** - * Compare device names (including partition numbers if present). - * - * L<https://rwmj.wordpress.com/2011/01/09/how-are-linux-drives-named-beyond-drive-26-devsdz/> - */ -int -compare_device_names (const char *a, const char *b) -{ - size_t alen, blen; - int r; - int a_partnum, b_partnum; - - /* Skip /dev/ prefix if present. */ - if (STRPREFIX (a, "/dev/")) - a += 5; - if (STRPREFIX (b, "/dev/")) - b += 5; - - /* Skip sd/hd/ubd/vd. */ - alen = strcspn (a, "d"); - blen = strcspn (b, "d")...
2015 Dec 16
2
LLVM fails to install with ocaml enabled
...t depend on the output files. Adding "ALL" to that add_custom_command let a general "make && make install" build finish. Is that a viable fix, or would it have some other effects I'm not aware of? -Alex > > -Chris > >> On Dec 4, 2015, at 11:16 AM, Alen Skondro via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi, >> >> I'm playing around with LLVM and stumbled upon this issue while while performing "make install". The build itself was successful. I'm using the latest git version. >> &g...
2013 Jan 15
1
xen device mapping/translation
...es this on their Centos images and it's much simpler. There's no extra work needed to deal with that 4 offset when you want to automate things. Is there a reasonable reason for the 4 offset which makes it unchangeable? It's just a thought. I think it's worth considering it.. Luis Alen www.izap.com.br Ligue com tarifa local de todo o Brasil 4020.3000 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos-virt/attachments/20130115/7f7d9091/attachment-0006.html>
2012 May 11
3
[Bug 49815] New: nouveau segfaults in p_atomic_dec_zero
https://bugs.freedesktop.org/show_bug.cgi?id=49815 Bug #: 49815 Summary: nouveau segfaults in p_atomic_dec_zero Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component:
2012 Feb 07
2
[LLVMdev] x86 asm dllexport output for mingw targets
It seems that the DLL export directives for __cdecl and __stdcall functions are not correctly written in asm output. For example, when declaring a function like this: __declspec(dllexport) int __cdecl exportFunc1(int c); ASM output is: .def _exportFunc1; .scl 2; .type 32; .endef .text .globl _exportFunc1 .align 16, 0x90 _exportFunc1: movl 4(%esp), %eax ret .section
2012 Feb 07
0
[LLVMdev] x86 asm dllexport output for mingw targets
Alen, > It seems that the DLL export directives for __cdecl and __stdcall > functions are not correctly written in asm output. So, this is for all functions then, right? :) -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2006 May 04
3
login generator doesn''t work
Hi, i just install login genrator and tried to get it work but unfortunatelyu didn''t work it give some errors. i wonder why? can any help? thanks -- Posted via http://www.ruby-forum.com/.
2003 Dec 09
2
port forwarding
...to other host, i would like to forward all dns requests to other dns server and it must be done with packet forwarding because dns server (resolver) must go down. There is many docs about port forwarding based on nat table and explanation consider linux box act like nat with two e cards. thanks, alens _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2010 Apr 23
1
Path simple menu integrated progress indicator
...4 @@ err: free(data); return -1; } + +int floadfile_w_callback(FILE *f, void **ptr, size_t *len, const void *prefix, + size_t prefix_len, const char *filename, void (*callback)(const char *name, size_t cur, size_t total)) +{ + struct stat st; + void *data, *dp; + size_t alen, clen, rlen, xlen, flen; + + clen = alen = 0; + data = NULL; + + if ( fstat(fileno(f), &st) ) + goto err; + + + if (!S_ISREG(st.st_mode)) { + /* Not a regular file, we can't assume we know the file size */ + flen = -1; + } + else { + flen = st.st_size + prefix_len - ftell(...
2013 Nov 29
1
Official AWS Centos AMI and new instance types
Hello, list. Yesterday I tried changing the instance type of my c1.medium instances on AWS to c3.large and I wasn't able to do so. It looks like the official Centos AMI on market place is still not ready for c3.large. This is the error message I received: "The instance configuration for this AWS Marketplace product is not supported. Please see
2005 Mar 20
3
Adding dsmark qdisc fails
I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and tc from iproute2-2.6.11-050314. I think I have some mismatch in my setup since adding dsmark qdisc fails *unless* I specify "set_tc_index" argument which I believe should be optional: # tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 RTNETLINK answers: Invalid argument Mar 20 13:00:50 user user.debug
2005 Jan 24
1
Cisco7905 keeps forwarding to voicemail
...4]/23", "s040684543") in new stack -- Playing 'vm-login' (language 'en') As I understand this Cisco is saying back to Asterisk 302 "Moved Temporarily" and forwards call to 850. This should happen because it configured not to forward! Any ideas? Br, Alen
2012 Apr 18
7
[Bug 48890] New: dmesg full of DATA_ERROR SEMANTIC_PTSZ_OVER_LIMIT errors on nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=48890 Bug #: 48890 Summary: dmesg full of DATA_ERROR SEMANTIC_PTSZ_OVER_LIMIT errors on nouveau driver Classification: Unclassified Product: xorg Version: git Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal
2007 Aug 13
2
Policy routing question
Hi, I have a testing multihome setup, with the default gateway being one of the links and using policy routing to honor requests for a specific link. Everything works as expected when I request a specific IP to bind to. But if I request a specific interface things fall apart in ways that I can not explain: default gw (WORKS) ---------- rabbit@Thesaurus:~$ ping -c 1 yahoo.com PING yahoo.com
2005 Jan 26
7
Howto Setup TFTP server on Linux for Cisco 7 960
...that needs to be inside the tftp server, where can I get a sample of that? That's where the images for the firmwares of the ip phones come from, on boot right? -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Alen Salamun Sent: Wednesday, January 26, 2005 5:47 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Howto Setup TFTP server on Linux for Cisco 7960 Hello! Doesn't matter which TFTP server you will setup. Any kind of TFTP will do it (Linux, Windows, Sol...