search for: test10

Displaying 20 results from an estimated 38 matches for "test10".

Did you mean: test1
2008 Apr 25
2
openldap - samba
I am having a problem getting users that were added in smbldap-useradd to be able to login. After I add them they are visible, but you can see I get this error - pdb_get_group_sid: Failed to find Unix account for test10 I believe that this has something to do with nss_ldap. because doing a getent passwd, it doesn't display any smb info. Any debugging info or help would be amazing, I'm beating my head against the desk because Ive been at this for a few days now. [root@beedril smbldap-tools]# pdbedit -Lv...
2010 Jul 17
2
dovecot 2.0rc2 Cannot delete a folder with Thunderbird (delete, not move to Trash)
With Thunderbird 3.1 I can now "delete" a folder which moves it to Trash. But I cannot remove the folder in Trash. The following is from the Thunderbird log file: 248[6814c00]: 8103800:imap.kzone.ch:A:SendData: 64 rename "test10" "Trash/test10" 248[6814c00]: 8103800:imap.kzone.ch:A:CreateNewLineFromSocket: 64 OK Rename completed. 248[6814c00]: 8103800:imap.kzone.ch:S-Trash/test10:SendData: 70 delete "Trash/test10/" 248[6814c00]: 8103800:imap.kzone.ch:S-Trash/test10:CreateNewLineFromSocket: 70 N...
2003 Nov 28
1
wineserver and kernel 2.6-test10
Hi. I've tried GTA3 on wine with the kernel 2.6-test10 and I've found it a lot faster than with the 2.4.22. The problem is that the games is very fast but it's not smooth, once a second it'll block for some millseconds but this not happen always and not with the same frequency... this happens the same with or without kernel preemption....
2017 Mar 30
2
InstructionSimplify: adding a hook for shufflevector instructions
Thanks, Sanjay, that makes sense. The opportunity for improving instcombining splat sounds promising. Another question about shuffle simplification. This is a testcase from test/Transforms/InstCombine/vec_shuffle.ll: define <4 x i32> @test10(<4 x i32> %tmp5) nounwind { %tmp6 = shufflevector <4 x i32> %tmp5, <4 x i32> undef, <4 x i32> <i32 1, i32 undef, i32 undef, i32 undef> %tmp7 = shufflevector <4 x i32> %tmp6, <4 x i32> undef, <4 x i32> zeroinitializer ret <4 x i32> %tmp7...
2004 May 22
1
1.0-test10
http://dovecot.org/test/ Transaction log file contains now only message UIDs rather than message sequences. I'm not really sure why I originally thought sequences were better.. 0.99 Dovecot used UIDs too. A lot of difficult logic (which was also broken) went away with this change. Fixed also "Maildir sync: UID inserted in the middle of mailbox" errors. I can't anymore get this
2003 May 30
1
dovecot 0.99.10-test10
Hiya builds fine on BSD now (thanks) Now I am getting index corruption again May 30 03:11:53 snigger imap(bob): Corrupted binary tree file /home/bob/Mail/.INBOX/.imap.index.tree: UID to be inserted isn't higher than existing (1 <= 1) and so on until the client hangs test7 is stable here. Also what are the correct permissions for /var/run/dovecot/login? I get a message about correcting
2010 Dec 21
1
Bug report 14459 -- procedure for handling follow-up issues
...es the version information and sends the bug to the correct address. Alternatively the bug report can be emailed to R-bugs at R-project.org or submitted to the Web page at http://bugs.R-project.org/. Please try including results of sessionInfo() in your bug report. >>> I have posted files test10.Rnw, test11.Rnw, and test12.Rnw that demonstrate the bugs at http://www.maths.anu.edu.au/~johnm/r/issues/ The output files test10.tex, test11.tex and test12.tex are from r53870 on x86_64-apple-darwin9.8.0/x86_64 (64-bit) test10.Rnw has a code chunk that begins and ends with a comment. An NA ap...
2005 Oct 30
1
attaching the debugger to functional test.
...to run the ruby debugger against a Test::Unit::TestCase class which is a parent of a Rails class. I started my study with a simple script: # # bikle_test.rb # require ''test/unit'' class BikleTest < Test::Unit::TestCase def setup @string10 = "hello" end def test10 assert_equal @string10, "hello" end end The following command line works great: ruby -r debug bikle_test.rb Next, I create a new rails application with this command line: rails rtest Then, I create a database.yml: test: adapter: sqlite3 dbfile: db/rtest.db Then I copied...
2011 Feb 27
1
[Dahdi 2.4.0] Flash() hangs up
.... After editing the DAHDI_DEFAULT_FLASHTIME accordingly, I recompiled/upgraded Dahdi, and ran the script, but Flash() still hangs up the call: =========== [from_fxo] exten => s,1,Wait(2) exten => s,n,Set(GLOBAL(CID)=${CALLERID(num)}) exten => s,n,Hangup() exten => h,1,system(/var/tmp/test10.lua ${CID}&) [callback] exten => start,1,NoOp(In callback, CID is ${CID}) ;how to wait until remote phone picked up? exten => start,n,Wait(5) exten => start,n,Answer() exten => start,n,Playback(please-wait) ;HERE Dahdi hangs up instead of getting a dialtone exten => start,n,Fla...
2018 Jul 17
2
root can login to console but not via ssh
...ust fine via ssh prior to installing the RPM I built for OpenSSH 7.7p1-1. However, once I install it, I can no longer ssh as root. I saved the file: /etc/pam.d/sshd from prior to the install and restore it after the RPM is installed since it overwrites it. I have a /etc/pam.d/common-auth that has: test10:/etc/pam.d # cat common-auth # # /etc/pam.d/common-auth - authentication settings common to all services # # This file is included from other service-specific PAM config files, # and should contain a list of the authentication modules that define # the central authentication scheme for use on the s...
2000 Nov 22
2
fds closed after SIGCHLD bug still in newest version (fwd)
can someone confirm this? it does not happen on openbsd. -------------- next part -------------- An embedded message was scrubbed... From: Florian Wunderlich <fwunderlich at devbrain.de> Subject: Re: fds closed after SIGCHLD bug still in newest version Date: Wed, 22 Nov 2000 14:44:17 +0100 Size: 3926 Url:
2014 Jan 02
2
[LLVMdev] [PATCH] R600 - Fix zero extend of i1
> This patch looks good, but you need to add a test case. You can add it > to the file test/CodeGen/R600/zero_extend.ll Version 2 of patch attached which includes test case. -Jon -------------- next part --------------
2007 Apr 18
1
[PATCH][BRIDGE] br.c depends on CONFIG_BRIDGE_NETFILTER, not CONFIG_NETFILTER
Hi Dave, The patch below lets the bridge compile when CONFIG_BRIDGE_NETFILTER isn't enabled. This patch is an update of M.J. Miroslaw's patch that arrived through private mail. cheers, Bart --- linux-2.6.0-test10/net/bridge/br.c.old Wed Nov 26 01:28:16 2003 +++ linux-2.6.0-test10/net/bridge/br.c Wed Nov 26 01:31:54 2003 @@ -32,7 +32,7 @@ int (*br_should_route_hook) (struct sk_b static int __init br_init(void) { -#if defined(CONFIG_INET) && defined(CONFIG_NETFILTER) +#ifdef CONFIG_BRIDGE_NETFILTE...
2007 Jul 16
1
How to write a data.frame into n different csv-files
Hello, I want to write a data.frame with 10 different entries x (by index y)? into ten different csv-files. In every output file should be one of the ten numbers of x. I tried this one, but I can't write into ten different files, like test1.csv to test10.csv: x <- rnorm(10) y <- c(1:10) z <- data.frame(y,x) n <- nrow(z) for (i in 1:n) write.csv(z$x[i], file="test[i].csv") Can anyone help me? Yours, Guido --- Dr. Guido Moeser Diplom Volkswirt Diplom Sozialwissenschaftler E-Mail: GMoeser@aol.com _________________...
2003 Dec 07
1
HTB: Two OOPSes fixed
Hello all, Two oopses were found by zhaoyao and Daniel Blueman. Patch against 2.4.23 and 2.6.0-test10 is here. It will be included in next kernel releases of course. ------------------------------- Martin Devera aka devik Linux kernel QoS/HTB maintainer http://luxik.cdi.cz/~devik/ _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a....
2018 Jul 18
2
root can login to console but not via ssh
...I >> built for OpenSSH 7.7p1-1. However, once I install it, I can no longer ssh >> as root. I saved the file: /etc/pam.d/sshd from prior to the install and >> restore it after the RPM is installed since it overwrites it. I have a >> /etc/pam.d/common-auth that has: >> test10:/etc/pam.d # cat sshd > >> #%PAM-1.0 >> auth include common-auth >> auth required pam_nologin.so > > I think pam_nologin.so should be in the "account" rather than "auth" stack. > > I.e. > > account required pam_n...
2017 Mar 30
2
InstructionSimplify: adding a hook for shufflevector instructions
As Sanjay noted in D31426<https://reviews.llvm.org/D31426#712701>, InstructionSimplify is missing the following simplification: This function: define <4 x i32> @splat_operand(<4 x i32> %x) { %splat = shufflevector <4 x i32> %x, <4 x i32> undef, <4 x i32> zeroinitializer %shuf = shufflevector <4 x i32> %splat, <4 x i32> undef, <4 x i32>
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
Hi My PC is Intel Pentium P4-HT, running Linux kernel 2.6.0-test10. I have the latest GNU automake/autoconf system. The make fails on libtheora with the following error msgs: player_example.c:29:1: warning: "_REENTRANT" redefined player_example.c:1:1: warning: this is the location of the previous definition /bin/sh ../libtool --mode=link gcc -O2 -D_RE...
2007 Mar 28
1
PAM auth problem
Pam auth don't work when I add pam_group: gw# id test2 uid=10001(test2) gid=11111(adusers) groups=11111(adusers), 10000(group1), 10001(group2), 10002(test10) gw# getent passwd test2 test2:*:10001:11111:Our AD-Unix Test Account:/home/test2:/bin/sh gw# cat /etc/pam.d/dovecot auth required pam_group.so group=adusers auth required pam_krb5.so debug try_first_pass All works fine with only pam_krb5...
2003 Dec 09
1
Traffic shapper and bridge
The university is like a ISP to give access to Internet to several faculties, but we want to restrict the traffic, we needed a traffic shaper to do this, I wanted to have something like (Packeteer INTEL NETSTRUCTURE 7370 aplication server) which it is a bridge where I not need IP for my networks cards. somebody knows one good one to work it on Linux? Regards.