search for: _old_

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

Did you mean: _old
2008 Sep 25
2
Problem when just .dovecot.sieve symlinks changes
...answer of it: I'm running dovecot v1.0.15 from hg (5567:568687e4df02) with managesieve patch v9.2 (there is one change between this and v9.3 except in regards of AUTH so this should not matter.) and dovecot-sieve v1.0.3. When an user issues just "SETACTIVE" in order to activate an _old_ script, deliver does not rebuilt the compiled file. If I peeked the correct code, CMU sieve just stat()s both .dovecot.sieve and .dovecot.sievec, but misses the fact that the symlink's .dovecot.sieve, which is used by the managesieve patch, time is newer. Actually I dimmly remember that th...
2002 Sep 23
1
Strange error message when a user can't change password
...nforced (i.e. the new password must not be in a dictionary), and smb.conf has a "min passwd length" set to 5. Everything works great, the users can change their passwords. However, if a user selects a password that is too short, he/she will get a misleading error message saying that the _old_ password is wrong. This occurs both when the user is on a w2k machine or on a win95 machine. How do I set it up so that the user is given a better error message? Mogens -- Mogens Kjaer, Carlsberg Laboratory, Dept. of Chemistry Gamle Carlsberg Vej 10, DK-2500 Valby, Denmark Phone: +45 33 27 53 2...
2000 Jun 06
1
crash after help(..., chmhelp=TRUE) (PR#562)
Hi! I tried to use compiled html on the following system: NT4.0 SP6 (with _old_ IE3), R-1.0.1. R > help(ls, chmhelp=TRUE) ... but nothing happens ... >From the R Readme: "To make use of this you will need a recent version of Windows or IE4 or later installed, or use the updater hhupd.exe on CRAN at bin/windows/windows-NT/etc." So I used the update...
2005 Jun 27
2
What do you think about this motherboard?
Hello all..... I would like to know if anyone here has had good experience with this Supermicro motherboard.....http://supermicro.com/products/motherboard/P4/E7221/P8SCT.cfm I am thinking about using it in an entry level mail and file server with a 3ware card and 200 GB SATA drives. Cost is a factor here otherwise I would go for an Opteron board instead. JC
2013 Oct 19
13
[PATCH] Btrfs: fix race condition between writting and scrubing supers
From: Wang Shilong <wangsl.fnst@cn.fujitsu.com> Scrubing supers is not in a transaction context, when trying to write supers to disk, we should check if we are trying to scrub supers.Fix it. Signed-off-by: Wang Shilong <wangsl.fnst@cn.fujitsu.com> --- fs/btrfs/disk-io.c | 2 ++ fs/btrfs/transaction.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/fs/btrfs/disk-io.c
2008 Mar 26
0
Xen and Solaris 2.6 SunOS 5.6
Hello everyone, We have an _OLD_ Solaris 2.6 (Intel) box still running. There''s some proprietary programs we have running on it and we don''t have the programmer time to port it to a newer version or to linux. I was wondering (hoping) someone has been able to get Solaris 2.6 running under Xen. As a side not...
2002 Mar 15
3
smbpasswd for user does not work
Hi, Any user (besides root) cannot execute smbpasswd, neither for command line nor from the WinNT "Change password dialog". Samba works as a PDC for the domain. Additional info: 1) konsole output: Old SMB password: machine 127.0.01 rejected the password change: Error was: The specified password is invalid. Failed to change password for USERNAME (USERNAME stands for a real user name
2013 Feb 15
3
updating a Centos 6 lamp stack
Hello, I've got a new centos 6 system it's i386 and I'm wanting to update it's lamp stack, specifically httpd, php, and mysql. Also, if postfix as an MTA would be available that's a plus. I've checked out the centos wiki and it looks like I have two choices for third party repos for this task. I have enabled rpmforge as of now. The two repos I'm seeing are Les RPM de
2006 Feb 08
3
more cpu intensive echo cancellers ?
Hi, I've had some decent luck with the mark3 echo canceller from the zaptel driver, echos on about 20% of the calls, people I've called say I sound great now, but our side hears echos. I was wondering if there was any way to tweak the current software cancelers into using more CPU (and hopefully doing a better job, close to a hardware canceler), I only have 10 lines, and a single call
2006 May 30
8
Handset recommendations
Seeking recommendations on handsets for use with Asterisk. I've been looking at the Aastra 480i CT because of its cordless handset and also the new Linksys SPA-942. Anyone using either one of these with comments on them? Any other thoughts on good reasonably priced handsets? This is for just a couple of people who work from home offices and will be connecting to an Asterisk server hosted
2012 Feb 23
9
32bit and 64bit version of a package
Hi, I''m trying to write a recipe to install the latest libstdc++ in both 32bit and 64bit flavors and running into issues. Yum only wants to install the 64bit version if I do: yum install libstdc++ If I do something like: package { "libstdc++.i386" : ensure => latest } It tells me "nothing to do" Any suggestions on the right way to do this? Thanks! Alan --
2010 Jan 18
1
[PATCH 1/2] nv30-nv40: Rewrite primitive splitting and emission
...eau_vbuf_split to keep state */ +#define SPLIT_CLOSE_LOOP 0x40000000 + +/* If 0 is returned, you must flush and retry * - * Returns a count of vertices that can be rendered, and an index to - * restart drawing at after a flush. + * Otherwise: + * 1. Output special vertices at the beginning if the _old_ value of flags specifies that + * 2. Output the returned amount of vertices + * 3. Output special vertices at the end if the _new_ value of flags specifies that + * 3. Set start to *restart. If *restart == end, you are done */ static INLINE unsigned -nouveau_vbuf_split(unsigned remaining, unsign...
2009 Feb 26
42
Need to test serial port connection
I recently bought a new UPS, and I''m attempting to use nut to monitor it. Following setup instructions everything seemed to go well until it came to testing the connection, which failed. There is just one serial connector on the computer, so I set it to monitor /dev/ttyS0. Either that is wrong, or communication is failing. I''ve been told to try minicom to monitor it,