search for: 27525

Displaying 13 results from an estimated 13 matches for "27525".

Did you mean: 2752
2004 Apr 02
3
Doing SQL GROUP BY in R
...times some factor levels appear together, similar to the following SQL statement: SELECT A, B, COUNT(C) FROM TBL GROUP BY A, B How do I do that with a data.frame in R? Thanks, Jesper Frickmann Statistician, Quality Control Novozymes North America Inc. 77 Perry Chapel Church Road Franklinton, NC 27525 USA Tel. +1 919 494 3266 [[alternative HTML version deleted]]
2015 Jan 22
2
sieve filter not working
...showing the restart: ... Jan 22 15:20:14 coe dovecot: imap: Server shutting down. bytes=3383/61998 Jan 22 15:20:15 coe dovecot: master: Dovecot v2.0.9 starting up (core dumps disabled) However, when I send a spam email to a user, the log has no dovecot messages: Jan 22 15:11:15 coe postfix/pickup[27525]: E3CA72578F: uid=0 from=<root> Jan 22 15:11:15 coe postfix/cleanup[27819]: E3CA72578F: message-id=<20150122211115.E3CA72578F at coe.tsuniv.edu> Jan 22 15:11:15 coe postfix/qmgr[10863]: E3CA72578F: from=<root at coe.tsuniv.edu>, size=10173, nrcpt=1 (queue active) Jan 22 15:11:16 c...
2014 May 14
3
Bug#748052: Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard af
...a,sd_mod e1000e 195024 0 usbcore 154175 3 ehci_hcd,ehci_pci,usbhid ptp 17460 1 e1000e usb_common 12440 1 usbcore pps_core 13129 1 ptp fan 12681 0 thermal 17468 0 thermal_sys 27525 6 fan,video,intel_powerclamp,thermal,processor,x86_pkg_temp_thermal Here's loaded modules: XEN Module Size Used by xen_gntdev 17032 2 xen_evtchn 12783 1 xenfs 12687 1 xen_privcmd 12868 3 xenfs loop 2...
2014 May 14
0
Bug#748052: Bug#748052: xen-hypervisor-4.3-amd64: No USB keyboard after booting into Dom0
Control: tag -1 +moreinfo On Tue, 2014-05-13 at 08:55 -0700, Mike Egglestone wrote: > After booting into kernel 3.13 dom0, the keyboard no longer works. > All other aspects work, ssh is needed to login to the system to > start working with the domU's. > They keyboard works at the grub menu just fine, and > works normal when booting into the non xen kernel. I think at a minimum
2015 Jan 23
0
sieve filter not working
...oe dovecot: imap: Server shutting down. > bytes=3383/61998 > Jan 22 15:20:15 coe dovecot: master: Dovecot v2.0.9 starting up (core > dumps disabled) > > However, when I send a spam email to a user, the log has no dovecot > messages: > > Jan 22 15:11:15 coe postfix/pickup[27525]: E3CA72578F: uid=0 > from=<root> > Jan 22 15:11:15 coe postfix/cleanup[27819]: E3CA72578F: > message-id=<20150122211115.E3CA72578F at coe.tsuniv.edu> > Jan 22 15:11:15 coe postfix/qmgr[10863]: E3CA72578F: > from=<root at coe.tsuniv.edu>, size=10173, nrcpt=1 (queue...
2012 Aug 01
5
Access and group issues on domain member server (PDC is Samba as well)
Hi List, I created a domain member server in my samba domain. I start to realize that there are some issues when colleagues could not access some folders in the their shares. After searching for a solution I found that on that member server I have no "samba" groups available. First of all my setup: Domain controller: CentOS 6.2 x86_64, latest updates installed Samba 3.5.10 (from
2015 Jan 22
4
sieve filter not working
Hi, I have a question. I have dovecot 2.0.9 running on a CentOS 6.6 email server for a small department, ~15 users. amavis and postfix are also enabled. It appears that amavis invokes spamassassin, which tags incoming spam email. All email is then put into users local inbox directory, regardless of spam tag X-Spam_Flag value of YES or NO. I want instead to redirect spam to a special directory.
2018 Jul 12
5
OpenSSH slow on OSX High Sierra (maybe due to libcrypto)?
Hi all. Is anyone else seeing issues with OpenSSH being slow on OSX High Sierra? In the interests of better test coverage I set one up, however the OpenSSH tests take much longer on it than on much older machines with much slower CPUs. It seems to be due to the vendor-supplied libcrypto being about 20x slower at bignum operations than nominally the same version of LibreSSL compiled locally. If
2006 Jan 04
3
TC/CBQ shaping problems
Hello everyone, I''m a newbie experimenting with CBQ shaping and am facing a few problems. Can any of you please help? TEST SETUP: +---------------+ +----------------+ | 10.0.0.103 |----------->| 10.0.0.102 | +---------------+ +----------------+ 10.0.0.103: Linux, 100Mbit/s NIC 10.0.0.102: Windows, 100Mbit/s NIC, iperf tcp server (ports 2000 and 2001) WHAT I
2005 Feb 01
5
Cannot save/migrate domains
...epted connection from 127.0.0.1:1545 on 2 16364 [INF] XFRD> Forked child pid=27519 16364 [INF] XFRD> Accepted connection from 127.0.0.1:1548 on 2 16364 [INF] XFRD> Forked child pid=27522 16364 [INF] XFRD> Accepted connection from 127.0.0.1:1551 on 2 16364 [INF] XFRD> Forked child pid=27525 16364 [INF] XFRD> Accepted connection from 127.0.0.1:1553 on 2 16364 [INF] XFRD> Forked child pid=27527 16364 [INF] XFRD> Accepted connection from 127.0.0.1:1555 on 2 27530 [INF] XFRD> Xfr service for 127.0.0.1:1555 [DEBUG] Conn_init> flags=1 [DEBUG] Conn_init> write stream... [DE...
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))
...0.01 49416 jcapistd.ll 3 35825 0 0.01 35792 0 0.01 35792 jccoefct.ll 6 85032 0 0.02 84999 0 0.01 84999 jccolor.ll 8 82739 0 0.01 82706 0 0.01 82706 jcdctmgr.ll 4 62756 0 0.01 62723 0 0.02 62723 jchuff.ll 14 141140 0 0.02 141107 0 0.02 141107 jcinit.ll 1 14873 0 0.01 14840 0 0.01 14840 jcmainct.ll 3 27525 0 0.01 27492 0 0.01 27492 jcmarker.ll 18 83232 0 0.02 83199 0 0.02 83199 jcmaster.ll 8 154685 0 0.02 154652 0 0.02 154652 jcomapi.ll 4 9668 0 0.01 9635 0 0.01 10218 jcparam.ll 13 104349 0 0.01 104316 0 0.02 104316 jcphuff.ll 15 135194 0 0.02 135161 0 0.02 135161 jcprepct.ll 6 66882 0 0.01 66849 0 0...
2005 Nov 27
0
Problems running Samba on RHEL4U2
...82003330-62336 SID[117]: S-1-5-21-1454471165-527237240-682003330-139053 SID[118]: S-1-5-21-1454471165-527237240-682003330-58483 SID[119]: S-1-5-21-1454471165-527237240-682003330-58535 SID[120]: S-1-5-21-1454471165-527237240-682003330-59709 SID[121]: S-1-5-21-1454471165-527237240-682003330-27525 SID[122]: S-1-5-21-1454471165-527237240-682003330-58493 SID[123]: S-1-5-21-1454471165-527237240-682003330-87692 SID[124]: S-1-5-21-1454471165-527237240-682003330-137648 SID[125]: S-1-5-21-1454471165-527237240-682003330-137670 SID[126]: S-1-5-21-1454471165-527237240-682003330-58482 SID[1...