similar to: Wishlist: addition to FAQ 2.7

Displaying 20 results from an estimated 1000 matches similar to: "Wishlist: addition to FAQ 2.7"

2009 May 19
1
[RSpec, Rails] POST create action spec and before_filter
2009-05-18 21:40, Florent Florent: > I have this controller: http://pastie.org/482270 > I wrote this spec: http://pastie.org/482273 There are a few spots which draw my attention. At spec line 4 you create a mock Page with #save that always fails (succesfull save returns true). Is that intentional? At line 9 you .and_return a value from a variable you don''t set anywhere.
2008 Mar 20
3
cleaning up after stories
do I have to manually clear out the database after a story runs? Seems like the data the story left is still in there. Joe
2012 Nov 18
2
Control power output via serial connection
Hi, I have two APC UPS models and I am trying to find out if it is possible to cut power down via serial connection in Ubuntu Server 12.04.1 AMD64 system. I have models: APC Back-UPS Pro 650 (BP650SI) APC Back-UPS 650 (BK650MI) I have also APC serial cables 940-0020C and 940-0095B. Is this possible with my current hardware? If it isn't possible, could you recommend model(s) on
2015 Oct 05
1
CentOS 7 & dhclient hooks
Hi, I have CentOS 7 and I am trying to get dhclient hooks working. I have 1) created file /etc/dhcp/dhclient-enp4s0.conf, 2) created directories /etc/dhcp/{dhclient-enter-hooks.d, dhclient-exit-hooks.d}, 3) added line 'DHCLIENTARGS="-nc"' into file ifcfg-enp4s0 and 4) added file /etc/dhcp/dhclient-enter-hooks.d/test with line echo "executed enter-hook", 5) but I was
2005 Jun 15
1
Problem with win32 libspeex-1.1.9 dynamic dll
Hello, This is the first time I'm writing to developers mailing lists, so be patient with me. The win32/speex.def -file seems to be missing line: "speex_lib_get_mode" This causes that function to not to be exported. I haven't yet tested the fix. -- Kind Regards / Yst?v?llisin terveisin, Tero Keski-Valkama Software engineer (+358) 41 5260 920 (+358) 40 7069 762
2013 Jun 13
3
"Multiple Internet Connections" with four interfaces
Hi, I was reading document http://shorewall.net/MultiISP.html#idp3634200. Inspired by the document I was trying to establish the following changes: * one additional interface: COMA_IF * COM[A,B,C]_IF interfaces request IP address via DHCP * all non-RFC 1918 destined trafic is NATed from INT_IF to COMA_IF * all non-RFC 1918 destined trafic from GW is routed via COMB_IF by default * non-RFC 1918
2005 May 14
6
1.0-test70
http://dovecot.org/test/ - vpopmail authentication fix - many mmap_disable=yes fixes and a few optimizations - pop3 hang fix - mbox fix for "last-uid lost" error (hopefully last one) - mbox fix for losing dirty flag, causing lost message flags mmap_disable=yes seems to be finally working pretty well. There should be no more cache file related errors with it enabled. I'm still
2004 Jul 24
1
TOS settings conflict with wshaper
Hi! Wondershaper classifies traffic to different queues using information found in TOS field. I noticed that scp traffic goes to highest priority class even though comments in whaper explicitely say: "TOS Minimum Delay (ssh, NOT scp)". As it turned out Shorewall creates mangle rules that will force minimum delay bit to all ssh connections (in "tos" file). SSH
2003 Sep 24
1
stty: : Operation not supported on transport endpoint
Hi! I am using OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f on my Mandrake 9.1 machine. I used to run fetchmail to get emails from IRIX 6.3 system which has OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090602f. I had to reinstall my Mandrake, and after that ssh gives me strange error messages. When I run command: ssh -f -L 1234:irixhost.somedomain.fi:110
2005 Mar 20
3
Adding dsmark qdisc fails
I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and tc from iproute2-2.6.11-050314. I think I have some mismatch in my setup since adding dsmark qdisc fails *unless* I specify "set_tc_index" argument which I believe should be optional: # tc qdisc add dev eth1 handle 1:0 root dsmark indices 8 RTNETLINK answers: Invalid argument Mar 20 13:00:50 user user.debug
2010 Oct 27
2
coxph linear.predictors
I would like to be able to construct hazard rates (or unconditional death prob) for many subjects from a given survfit. This will involve adjusting the ( n.event/n.risk) with (coxph object )$linear.predictors I must be having another silly day as I cannot reproduce the linear predictor: fit <- coxph(Surv(futime, fustat) ~ age, data = ovarian) fit$linear.predictors[1] [1] 2.612756
2006 Jan 05
1
Adding dsmark qdisc fails
I ''m having a problem identical to one encountered on this list awhile back: >I''m trying to configure dsmark qdisc on 2.6.11.4 user mode linux and >tc from iproute2-2.6.11-050314. > > >I think I have some mismatch in my setup since adding dsmark qdisc >fails *unless* I specify "set_tc_index" argument which I believe should >be optional:
2005 Feb 09
3
Corrupted index file
I've recently switched from Courier-imap to dovecot and I'm impressed with it's speed and reliability. However, my index file gets regularly corrupted: Feb 8 21:23:16 hive imap(hart): Corrupted index file /home/hart/Maildir/.INBOX/.imap.index: index.next_uid (129) > uid_rec.uid (128) dovecot version: 0.99.13-3 Debian sid) I use dovecot in combination with mutt, procmail and
2018 Nov 22
5
Index Corruption xBase database
Hello, I've been working with a xBase database (similar to dBase) in a multiuser application. There are like 40 users working on the database on the same time reading and like 10 writing information. Sometimes the CDX files (Index Files) get corrupted and is it's necessary to pack the tables (rebuild the indexes). I have notice using the smbstatus -B command the following Pid
2005 Apr 02
4
1.0-test66
http://dovecot.org/test/ I've still lots of mails in my INBOX and in this list that I should be looking into.. But here's a release that fixes at least some things. Maybe I'll make another one tomorrow.. Most importantly keyword code was changed a lot. It's now faster and less buggy. The keywords are also finally written into mbox, and keyword changes in the mbox are picked up.
2001 Feb 26
2
Wine Setup and Config File?
I have recently added the appropriate lines to my sources.list and done an apt-get install wine, read the included documentation, and run winesetup. Here are the results: tilleyrw@debian:~$ wine Warning: The Wine launcher is unable to find xmessage. This launcher script relies heavily on finding this tool, and without it, it will behave poorly. Most Linux distributions have
2005 May 23
1
dovecot and php imap_open
Hi I'm have problems with dovecot and the php imap_open function. Can't seem to get it to work. I just get a "Aborted login [127.0.0.1]" in the dovecot logs. The php error is: [client 192.168.1.254] PHP Warning: imap_open(): Couldn't open stream {127.0.0.1:110/pop3/notls/norsh/novalidate-cert}INBOX in /var/www/html/mail/auth.php on line 89, referer: [client
2005 May 25
2
Auth Issue
I am so confused. Can someone help me out here? I have set it up so that it is to accept login via PLAIN TEXT. I am using Thunderbird to connect, and it will ask for my password (the username is already in the system) I get a pop-up for Enter the password for Username on Domain.com I enter my password (the same I would use to login to FTP) and it fails. Any thoughts? -- Adam Barrett
2005 May 24
2
IMAP Memory Error
Hi, I recently upgraded dovecot on an OpenBSD server from the 0.99.x series to the 1.0-test series to eliminate a problem. That was fixed, however I am now experiencing issues with IMAP(S) connections. The main IMAPS use to the server is via Squirrelmail (many users login with it), however I typically use Thunderbird. The user mailboxes are stored in Maildir format. Basically, moving,
2005 May 26
0
Core dumps when opening an IMAP folder (Was: Re: 1.0-test70)
Hello Timo, I can reproduce this issue even with mmap_disable and mmap_no_write set to yes, please see the following back trace: $ gdb /usr/local/libexec/dovecot/imap /tmp/imap.core GNU gdb 6.3 Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions.