search for: 17681

Displaying 17 results from an estimated 17 matches for "17681".

Did you mean: 1681
2002 Sep 10
1
Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
...ith 10+ users in the domain (all of them added with W2KSP1 and 2.2.3 or 2.2.4). I uppgraded to 2.2.5 a while back and has not experienced any problem with it, but when I try to add a newly installed W2KSP1 client to the domain I get the following entries in the log file: Sep 10 13:29:55 linus smbd[17681]: [2002/09/10 13:29:55, 0] smbd/service.c:make_connection(384) Sep 10 13:29:55 linus smbd[17681]: root logged in as admin user (root privileges) Sep 10 13:29:56 linus useradd[17682]: new user: name=locky$, uid=613, gid=100, home=/dev/null, shell=/bin/false Sep 10 13:29:56 linus smbd[17681]: [2002...
2002 Sep 10
1
Fw: Problem joing a W2KSP1 client to a Samba PDC (2.2.5).
...back and has not experienced any problem with it, but when I > > > try to add a > > > > newly installed W2KSP1 client to the domain I get the following > > > entries in > > > > the log file: > > > > > > > > Sep 10 13:29:55 linus smbd[17681]: [2002/09/10 13:29:55, 0] > > > > smbd/service.c:make_connection(384) > > > > Sep 10 13:29:55 linus smbd[17681]: root logged in as admin user > (root > > > > privileges) > > > > Sep 10 13:29:56 linus useradd[17682]: new user: name=locky$, uid=61...
2012 Mar 02
3
speed up merge
...78125" "2007-04-26" 2007-06-30 "14717" "2007-07-19" 2007-09-30 "15528" "2007-10-25" 2007-12-31 "17609" "2008-01-24" 2008-03-31 "17168" "2008-04-24" 2008-06-30 "17681" "2008-07-17" > class(dt) [1] "character" > length(dt) [1] 1799 > dt[1:10] [1] "2007-03-31" "2007-04-01" "2007-04-02" "2007-04-03" "2007-04-04" "2007-04-05" "2007-04-06" "2007-04-...
2005 Nov 03
3
Search within a file
Hi, I am looking for a way to search a file for position of some expression, from within R. My current code: sha1Pos = gregexpr("<sha1>", readChar(filename, file.info(filename)$size))[[1]] Works fine for small files, but text files I will be working with might get up to Gb range, so I was trying to accomplish the same without loading the whole file into R. I realize this is
2013 Oct 22
9
[PATCH 0/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...poke I/O ports from userspace. Nothing on a modern Linux system uses these calls anymore, and anything new should be using /dev/port instead, or better yet writing a driver. Copying the bloat-o-meter stats from the final patch: 32-bit bloat-o-meter: add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) function old new delta cpu_init 676 668 -8 ioperm_active 18 7 -11 init_task 1296 1284 -12 exit_thread...
2013 Oct 22
9
[PATCH 0/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...poke I/O ports from userspace. Nothing on a modern Linux system uses these calls anymore, and anything new should be using /dev/port instead, or better yet writing a driver. Copying the bloat-o-meter stats from the final patch: 32-bit bloat-o-meter: add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) function old new delta cpu_init 676 668 -8 ioperm_active 18 7 -11 init_task 1296 1284 -12 exit_thread...
2013 Oct 22
0
[PATCH 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...code from several task-related hot paths, and reduces the attack surface of the kernel. All of the task-related code dealing with userspace I/O permissions now lives in process-io.h as several new inline functions, which become no-ops when CONFIG_X86_IOPORT. bloat-o-meter shows a net reduction of 17681 bytes on 32-bit and 9719 bytes on 64-bit: 32-bit bloat-o-meter: add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) function old new delta cpu_init 676 668 -8 ioperm_active...
2013 Oct 26
1
[PATCH 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...t paths, and reduces the attack surface of > the kernel. > > All of the task-related code dealing with userspace I/O permissions now > lives in process-io.h as several new inline functions, which become > no-ops when CONFIG_X86_IOPORT. > > bloat-o-meter shows a net reduction of 17681 bytes on 32-bit and 9719 > bytes on 64-bit: > > 32-bit bloat-o-meter: > add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) > function old new delta > cpu_init 676 668 -8 > ioperm_ac...
2013 Oct 26
1
[PATCH 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...t paths, and reduces the attack surface of > the kernel. > > All of the task-related code dealing with userspace I/O permissions now > lives in process-io.h as several new inline functions, which become > no-ops when CONFIG_X86_IOPORT. > > bloat-o-meter shows a net reduction of 17681 bytes on 32-bit and 9719 > bytes on 64-bit: > > 32-bit bloat-o-meter: > add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) > function old new delta > cpu_init 676 668 -8 > ioperm_ac...
2006 Apr 03
1
Reaper Capistrano and FCGI user.group
All, Looking into Capistrano I have yet to come across anything that discusses the necessary permissions needed to do a restart of the FCGI processes. >From what I can see I have two options, run lighttpd as my normal www.wwwuser/group which does not have a shell account and give sudo rights to the user Capistrano logs in to the app server as. Or give lightty a shell account so that
2013 Oct 31
1
[PATCH 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...paths, and reduces the attack surface of > the kernel. > > All of the task-related code dealing with userspace I/O permissions now > lives in process-io.h as several new inline functions, which become > no-ops when CONFIG_X86_IOPORT. > > bloat-o-meter shows a net reduction of 17681 bytes on 32-bit and 9719 > bytes on 64-bit: > > 32-bit bloat-o-meter: > add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) > function old new delta > cpu_init 676 668 -8 > ioperm_a...
2013 Oct 31
1
[PATCH 3/3] x86: Support compiling out userspace I/O (iopl and ioperm)
...paths, and reduces the attack surface of > the kernel. > > All of the task-related code dealing with userspace I/O permissions now > lives in process-io.h as several new inline functions, which become > no-ops when CONFIG_X86_IOPORT. > > bloat-o-meter shows a net reduction of 17681 bytes on 32-bit and 9719 > bytes on 64-bit: > > 32-bit bloat-o-meter: > add/remove: 0/3 grow/shrink: 0/10 up/down: 0/-17681 (-17681) > function old new delta > cpu_init 676 668 -8 > ioperm_a...
2008 Jul 08
2
list genes w/n a genomic fragment
Hi, is there any package/function in Bioconductor that can do this: if given the chromosome positions of a fragment, find out all genes within, and with the information about which strand is the sense strand. And vice versa. Thanks a lot. ----- Appreciate your time & attention! -- View this message in context: http://www.nabble.com/list-genes-w-n-a-genomic-fragment-tp18331452p18331452.html
2015 Jul 09
3
C-6.6 - sshd_config chroot SELinux issues
...ges. run sealert -l c5d4049e-cffb-4cfb-a243-135c7b297e8b Jul 9 09:22:44 inet02 setroubleshoot: SELinux is preventing /usr/sbin/sshd from open access on the chr_file 5. For complete SELinux messages. run sealert -l d77a3254-8aba-4a13-bd78-0bcf14e67035 /var/log/secure Jul 9 09:22:34 inet02 sshd[17681]: error: socket: Permission denied Jul 9 09:22:34 inet02 sshd[17684]: error: /dev/pts/5: Permission denied # grep sshd /var/log/audit/audit.log | audit2allow #============= chroot_user_t ============== #!!!! This avc is allowed in the current policy allow chroot_user_t admin_home_t:dir sear...
2013 May 03
7
Dovecot Postfix Quota Policy Service
...]: disconnect from mail-ie0-x230.google.com[2607:f8b0:4001:c03::230] May 3 22:00:53 mail postfix/postfix-script[17560]: stopping the Postfix mail system May 3 22:00:53 mail postfix/master[17425]: terminating on signal 15 May 3 22:02:51 mail dovecot: master: Warning: Killed with signal 15 (by pid=17681 uid=0 code=kill) Das Problem tritt mit dem unix_listener, aber auch mit dem inet_listener auf - beide Male beschwert sich Dovecot ?ber den Zugriff auf den Service "config". Ich habe auch mal versucht, die Berechtigungen f?r den Service "config" auf World-Readable zu setzen, le...
2010 Sep 03
1
TinycoreLinux Install
...er to use SSE instructions on x86 configure:17564: result: yes (configure with --disable-sse to disable) configure:17605: checking for special C compiler options needed for large files configure:17650: result: no configure:17656: checking for _FILE_OFFSET_BITS value needed for large files configure:17681: g++ -c -g -O2 conftest.cpp >&5 conftest.cpp:60: warning: left shift count >= width of type conftest.cpp:60: warning: left shift count >= width of type conftest.cpp:61: warning: left shift count >= width of type conftest.cpp:61: warning: left shift count >= width of type conftes...
2009 Jun 19
0
Wine release 1.1.24
...t; 17433 Photoshop CS4 crash in unimplemented function gdiplus.dll.GdipMeasureDriverString 17437 ATI and EVE Premium: no models display / crashes on startup 17591 WISO MeinBuero 2009 trial segfaults in wintrust.dll 17600 MSOffice installer (XP, 2003, 2007) : msi crash in custom action 17681 mcm2 Help immediately exists (Motocross Madness 2) 17914 Using \n rather then \r\n breaks HTTP RFC with HTTP_AddRequestHeadersW 18202 Programs show unhandled exception dialog on every run 18256 Quicktime 2 Unimplemented function olesvr32.dll.OleRevokeServer on exit 18516 Goldwave 5.25...