search for: 21694

Displaying 7 results from an estimated 7 matches for "21694".

Did you mean: 21494
2002 Dec 13
5
[Bug 245] SSH can not log out under Solaris 2.6
...olling terminal. I uncommented the setsid() in sshd.c and added some debugging log() calls to sshd, which generated the following: sshd[21690]: main: before setsid sid=21460 sshd[21690]: main: after setsid sid=21690 sshd[21690]: Accepted publickey for dtucker from 192.168.1.1 port 1665 ssh2 sshd[21694]: pty_make_controlling_tty called, ttyfd=7, cttyname=/dev/pts/2 sshd[21694]: pty_make_controlling_tty: file descriptor 7 is tty /dev/pts/2 sshd[21694]: pty_make_controlling_tty: before setsid, ppid=21690, sid=21690 sshd[21694]: pty_make_controlling_tty: after setsid, ppid=21690, sid=21694 sshd[216...
2006 Mar 24
2
Expiring cached actions outside of ActionController
In the site I''m building, my models are *almost* never updated within ActionController-- all new data comes in via command line scripts manipulating ActiveRecord directly. Can anyone offer any hints about expiring cached actions without Sweeper? -Ross
2013 Apr 14
1
package file permissions problem R 3.0.0/Windows OS
...ssions-R-3.0.0.png Type: image/png Size: 18571 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20130414/ad8d50b7/attachment.png> -------------- next part -------------- A non-text attachment was scrubbed... Name: permissions-R-2.5.2.png Type: image/png Size: 21694 bytes Desc: not available URL: <https://stat.ethz.ch/pipermail/r-devel/attachments/20130414/ad8d50b7/attachment-0001.png>
2012 Nov 09
0
Wine release 1.5.17
...15973 Encoding/escaping issues in some foreign chm files 18083 Metatrader: doesn't respect charts sorting/sequency when restarted 19100 Age of Wonders Shadow Magic: Game doesn't launch! 20755 Minor display problems in Mafia 21226 MetaEditor has black rows in the text editor. 21694 MotorM4X fails to run 22034 EXIT_ON_ERROR should use ERR instead of WARN in winealsa.drv 22065 HeadOverHeels crashes 22308 Downloadable content is unauthorized and disabled when logged in to Dragon Age: Origins server 22350 package Mono so it can be included in a default Wine install...
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
....01 9802 symtab.ll 5 13680 0 0.01 13654 0 0.01 13654 Synchronization.ll 2 8448 0 0.01 8420 0 0.01 8420 syr2k.ll 12 29029 0 0.01 28980 0 0.01 28980 syrk.ll 12 25741 0 0.01 25693 0 0.01 25693 sysspec.ll 13 18074 0 0.01 18058 0 0.01 18058 System.ll 2 951 0 0.01 923 0 0.01 923 systems.ll 4 21729 0 0.01 21694 0 0.01 21694 t0.ll 0 3318 0 0.01 3289 0 0.01 3289 t1.ll 5 13744 0 0.01 13715 0 0.01 13715 t2.ll 1 1804 0 0.01 1775 0 0.01 1775 t3.ll 3 25197 0 0.01 25168 0 0.01 25168 t4.ll 3 56996 0 0.01 56967 0 0.01 56967 t5.ll 6 43209 0 0.01 43180 0 0.01 43180 t6.ll 3 66686 0 0.02 66657 0 0.02 66657 t7.ll 5 3658...
2014 Sep 26
9
[PATCH v4 0/7] virt-resize: add support for resizing logical partitions
Hi Rich, This is v3 series to add support for resizing MBR logical partitions. changes to v3: 1. merge patch 1 and patch 3 in v3 2. let mbr_part_type return 'primary' for GPT partitions 3. add test for resizing logical partitions 4. fix extending the extended partition (yet). see patch 7. changes to v2: 1. remove p_part_num 2. remove filter_parts 3. name the function