search for: man2

Displaying 20 results from an estimated 27 matches for "man2".

Did you mean: man
2016 Feb 29
3
Sys.readlink (on BSD vs Linux)
...ng"? How are the command line tools > [1] relevant when R is using the C function 'readlink'? > > http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html > https://www.freebsd.org/cgi/man.cgi?query=readlink&sektion=2 > http://man7.org/linux/man-pages/man2/readlink.2.html > > -- > Mikko Korpela > Aalto University School of Science > Department of Computer Science
1998 Jul 06
0
R-beta: Printing documentation for R and all packages installed
...(additional_packages), echo Collecting components of $p; sed 's/__PKG__/$p/g' Pkg-start.tex | cat - $(RLIB)/$p/latex/*.tex Pkg-end.tex >pkg-$p.tex ; ) ! echo $(additional_packages_fullname) ! echo $(package_list) ! sed -e "s/stepfun}.*/stepfun} $(package_list)/" Man.tex >Man2.tex ! mv Man2.tex Man.tex ! $(RLIB)/base/latex/%.tex: $(RsrcLIB)/base/man/%.Rd $(BUILDlatex) $< > $@ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", &q...
2016 Feb 29
2
Sys.readlink (on BSD vs Linux)
Hello together, the function `Sys.readlink` uses the system's readlink command to resolve symlink paths. On OSX/BSD the command has a different meaning than on Linux [1]. There exists the tool 'realpath', which seems suitable for the task, at least applied at the command line level [2]. It is used in `normalizePath`. I suggest (at least the latter) to * use realpath instead readlink
2008 Jun 18
5
Problem in Binning of a data set
Hello, I am having problem with binning the data. I have a 50X3 matrix and I binned the data for all the 3 columns. Using table command I got the total no. of elements in a particular bin. Could you please tell me how to see that what all elements are there in a particular bin and then create a different matrix for each bin? Thanks. Regards, Sumit [[alternative HTML version deleted]]
2016 May 09
2
R process killed when allocating too large matrix (Mac OS X)
On 05/05/2016 10:11, Uwe Ligges wrote: > Actually this also happens under Linux and I had my R processes killed > more than once (and much worse also other processes so that we had to > reboot a server, essentially). I found that setting RLIMIT_AS [1] works very well on Linux. But this requires that you cap memory to some fixed value. > library(RAppArmor) > rlimit_as(1e9) >
2009 Jul 07
1
Ghost file.
...ype 0 error 3 root 5 inode 281 errors 0 unresolved ref dir 271 index 9 namelen 2 name sv filetype 0 error 3 root 5 inode 290 errors 0 unresolved ref dir 272 index 2 namelen 4 name man1 filetype 0 error 3 root 5 inode 291 errors 0 unresolved ref dir 272 index 3 namelen 4 name man2 filetype 0 error 3 root 5 inode 292 errors 0 unresolved ref dir 272 index 4 namelen 4 name man3 filetype 0 error 3 root 5 inode 293 errors 0 unresolved ref dir 272 index 5 namelen 4 name man5 filetype 0 error 3 root 5 inode 316 errors 2000 unresolved ref dir 353285 index 128...
2016 May 12
3
R process killed when allocating too large matrix (Mac OS X)
...Kirill > [1] http://krlmlr.github.io/ulimit > [2] > http://stackoverflow.com/questions/3274385/how-to-limit-memory-of-a-os-x-program-ulimit-v-neither-m-are-working > [3] > https://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man2/getrlimit.2.html > On 10.05.2016 01:08, Jeroen Ooms wrote: >> On 05/05/2016 10:11, Uwe Ligges wrote: >>> Actually this also happens under Linux and I had my R processes killed >>> more than once (and much worse also other processes so that we had to...
2020 Feb 26
1
Re: [PATCH] lib: command: switch from select() to poll()
...; > Next time around the loop it will call poll() on 'fds' array > which contains this FD == -1. In theory that results in POLLNVAL, > but on OS-X at least it causes poll() itself to return an error. Hmm in the documentations there are these bits: http://man7.org/linux/man-pages/man2/poll.2.html "The field fd contains a file descriptor for an open file. If this field is negative, then the corresponding events field is ignored and the revents field returns zero. (This provides an easy way of ignoring a file descriptor for a single poll() call: simply negate the fd field....
2005 Sep 24
1
Encrypt some services with ipsec
Hi all, I have two prodction servers with FreeBSD 5.4 (all security patches are applied). They running some services like dns, ssh, http, ftp, etc. But I woukd like to encrypt some services for some hosts with ipsec when it is accessed. For example: - DNS resolution: not encrypted. - DNS replication master-slave: encrypted by ipsec. - Telnet: encrypted by ipsec for some hosts. Deny
2016 Feb 29
0
Sys.readlink (on BSD vs Linux)
...e command line tools >> [1] relevant when R is using the C function 'readlink'? >> >> http://pubs.opengroup.org/onlinepubs/9699919799/functions/readlink.html >> https://www.freebsd.org/cgi/man.cgi?query=readlink&sektion=2 >> http://man7.org/linux/man-pages/man2/readlink.2.html >> >> -- >> Mikko Korpela >> Aalto University School of Science >> Department of Computer Science > > ______________________________________________ > R-devel at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel &...
2016 May 11
0
R process killed when allocating too large matrix (Mac OS X)
...d settings achieved the desired effect. -Kirill [1] http://krlmlr.github.io/ulimit [2] http://stackoverflow.com/questions/3274385/how-to-limit-memory-of-a-os-x-program-ulimit-v-neither-m-are-working [3] https://developer.apple.com/library/ios/documentation/System/Conceptual/ManPages_iPhoneOS/man2/getrlimit.2.html On 10.05.2016 01:08, Jeroen Ooms wrote: > On 05/05/2016 10:11, Uwe Ligges wrote: >> Actually this also happens under Linux and I had my R processes killed >> more than once (and much worse also other processes so that we had to >> reboot a server, essentially...
2010 Apr 30
1
Device not configured (explanation)
I am involved with the development of LBackup <http://www.lbackup.org> Recently there was a post to the lbackup-dicussion mailing list. <http://tinyurl.com/lbackup-discussion-device-not> Within the post they reported the following error: > rsync: read > "/Volumes/Drobo_HD/lbackups/theserver.Homes/Section.0/Faculty/andrewmac/.DS_Store": > Device not configured
2013 Feb 14
0
missing directories
Sorry for my poor english I have a problem with my shares mounting mount -t cifs //192.168.1.5/test /media/test -o credentials=/etc/smbpasswd in test directory I create 50 directories 'ls' gives me the right number directory but Example (http://www.kernel.org/doc/man-pages/online/pages/man2/getdents.2.html) C program to display the contents of the directory it does not return all directories (I have same problem with lazarus and fpc) someone he already had this problem? client: OS: Archlinux 32 bit uname -a Linux asus 3.7.5-1-ARCH #1 SMP PREEMPT Mon Jan 28 10:38:12 CET 2013 i686...
2004 Jan 15
2
HTB
Hi, I have the following questions: I only have one htb computer (2 nics) to shape the international traffic as well as the metropolitan traffic (i have a list of metropolitan ip''s to use). Can this be achived using iptables with packet marking (on that htb computer the 2 nics are bridged)? If it can will there be delays introduced by the shaping operation (the metropolitan link is a
2016 Dec 20
0
[Bug 1104] New: Use close on exec flags instead of fcntl
...SETFD, FD_CLOEXEC) == -1) { ./extensions/libxt_set.h: if (fcntl(sockfd, F_SETFD, FD_CLOEXEC) == -1) It can use O_CLOEXEC flag with open() system call & SOCK_CLOEXEC with socket() call instead of using fcntl. Please let me know if patch is required. Refer: http://man7.org/linux/man-pages/man2/open.2.html O_CLOEXEC (since Linux 2.6.23) Enable the close-on-exec flag for the new file descriptor. Specifying this flag permits a program to avoid additional fcntl(2) F_SETFD operations to set the FD_CLOEXEC flag. Note that the use of thi...
2018 Apr 27
2
sysvol files - 'The data area passed to a system call is too small'
...security information is either unavailable or can't be displayed' - which would make sense given the error message in the subject line. Are ACLs stored anywhere else, that I could view? I have found a sample C program here, which I might compile and try... : http://man7.org/linux/man-pages/man2/listxattr.2.html FWIW, the sysvol entry in my smb.conf looks like this: [sysvol] path = /usr/local/samba/var/locks/sysvol read only = No acl_xattr:ignore system acls = yes Any tips on anything else I could investigate? I can work around this reasonably reliably via the st...
2020 Mar 27
2
[Bug 14328] New: usleep() is obsolete, use nanosleep()
...- Use usleep() for our msleep() function if it is available. util2.c: usleep(t*1000); for my curiosity, that went into rsync @2014, which is not too long ago: https://git.samba.org/rsync.git/?p=rsync.git;a=commit;h=5546dab32970955e77ef7a5886bcd8fb765a25bf http://man7.org/linux/man-pages/man2/nanosleep.2.html is telling: Compared to sleep(3) and usleep(3), nanosleep() has the following advantages: it provides a higher resolution for specifying the sleep interval; POSIX.1 explicitly specifies that it does not interact with signals; and it makes the task of resum...
2004 Dec 01
2
Asterisk Call Monitor and soxmix error
Asterisk Monitor seems to be working fine. Though the problem I am having is the two files (in & out) muxing. I added ,m to the string, yet the call records two files still, and I get the resulting error, at the bottom. monitor executing ( nice -n 19 soxmix /var/spool/asterisk/monitor/rec_fr_1624672199_to_621950_at_01122004-13:4 8:23-in.gsm
2020 Sep 26
1
cifsacl not working - RESOLVED
On 9/24/20 8:53 AM, Aur?lien Aptel wrote: > Ken Bass via samba <samba at lists.samba.org> writes: >> I installed a new Ubuntu 20.4 LTS system (smbd 4.11.6) . Initially I >> tried using the SSSD and 'realm' to join the domain. Everything worked >> similar to my Centos 7 install and I thought I was finished. >> >> The one thing not working is? cifs
2016 Oct 26
2
O_NOATIME ?
...for O_NOATIME in rsync3.txt i found : - Propagate atimes and do not modify them. This is very ugly on Unix. It might be better to try to add O_NOATIME to kernels, and call that. furhermore, apparently there _IS_ O_NOATIME in linux kernels for a while: http://man7.org/linux/man-pages/man2/open.2.html O_NOATIME (since Linux 2.6.8) Do not update the file last access time (st_atime in the inode) when the file is read(2). This flag can be employed only if one of the following conditions is true: * The effective UI...