similar to: Nightly cvsbuilds for debian.

Displaying 20 results from an estimated 300 matches similar to: "Nightly cvsbuilds for debian."

2001 Aug 16
1
Deadlock occurring while opening documents in Notes R5
Version is cvs checkout today at approx 0900 CET. Running on a debian/unstable box with dist-upgrade as of 0830 CET today, and with no windows installed. Problem can easily be reproduced, and deadloc happens everytime I do this. Open database, everything is fine, open document.. wait a few seconds and wine hangs. output from wine: -- err:win32:_EnterSysLevel (0x4075062c, level 2): Holding
2001 May 02
3
Weird graphical glitches while running notes.
My system is a debian/unstable box. I'm running daily cvs snapshots of wine and Lotus Notes R5.07. The problem is that it seems like wine isn't getting the redraw messages from the application or wine isn't sending the redraw messages to the application. So I get large areas of the program blank/black/see through to old gfx. It especially occurs with frames/framsets in notes. For
2001 Mar 01
1
Windows mediaplayer under wine.
Has anybody managed to get windows mediaplayer running under wine? I've tried several times with mediaplayer 6.4, but it seems like it won't install. It extracts the files correctly but then just hangs there doing nothing. -- Lasse Melsaeter <lasse.melsaeter@nooffice.com> Systemsdeveloper NoOffice Internatioonal AS <http://www.nooffice.com/> - BOFH excuse #265: The mouse
2001 Mar 26
2
Lotus Notes Client 5.04 Internet Exlorer is needet
Hello When I start my Lotus Client it asks me allways for the Internet Explorer version 3.0 or higher but I cant Install the Internet Explorer 5.x. Is there a workaround to fix this problem? Wich version of IE ist installable? Thanks Roman
2009 Mar 28
1
Common "sasl master" [Was: sendmail with dovecot sasl]
Hi, so sendmail can use only cyrus-sasl ? ok, thank you >Mario Pavlov wrote: >> I was wondering if I can make sendmail use dovecot's SASL >> implementation...maybe I should somehow compile it against dovecot's >> SASL ? My idea is to make sendmail and dovecot authenticate against >> one central user/password repository. Is this possible ? >>
2001 Feb 08
6
find the right (wine) path
wine version 20001002 running in rh7. installed and working. Have a newbie question about command line paths to access windows apps. No problem accessing anything in c:\windows eg freecell.exe by the simple command # wine freecell.exe the mount directory is named /dos (and is in /etc/wine/wine.conf under Drive c) so I assume that the command # wine /dos/agent/agent.exe should bring up the
2003 Oct 14
1
Iaxtel and Voicepulse
I'm having trouble configuring these services the way I want. Basically I prefer using iLBC before GSM, however Iaxtel only want to talk GSM. It _seems_ that Voicepulse prefers GSM also, because even if I put ILBC before GSM in the "allow=" part of iax.conf, if GSM is mentioned, Voicepulse will use it. If I don't allow GSM Voicepulse will use ILBC. Does anyone know how to
1998 Apr 01
1
Mounting of NT Shares on SunOS
Hi There Do anyone know about the posibility to mount an NT share into SunOS (SunOS and Solaris 2.x) operating system. I know there is a solution for Linux(smbmount, smbunmount), but this does not work on SunOS because smbfs is not supported. Is there a known port of the software on SunOS...? I have looked into using a piece of software called rumba(software to mount NT shares via smb to nfs)
2009 Mar 28
1
sendmail with dovecot sasl
Hi, I was wondering if I can make sendmail use dovecot's SASL implementation...maybe I should somehow compile it against dovecot's SASL ? My idea is to make sendmail and dovecot authenticate against one central user/password repository. Is this possible ? thank you. P.S. I want to use virtual users
2006 Dec 21
1
[Fwd: mbox somewhere else?]
In case it's missed :) -------- Original Message -------- Subject: [Dovecot] mbox somewhere else? Date: Tue, 19 Dec 2006 20:26:30 +0200 From: Tolga <kartagis at kunduz.org> To: dovecot at dovecot.org Hi, I want to store my folders somewhere else, it used be in ~/mail. Is this as easy as moving everything in ~/mail to /var/mail/ and editing /etc/dovecot/dovecot.conf to read
2006 Dec 19
0
mbox somewhere else?
Hi, I want to store my folders somewhere else, it used be in ~/mail. Is this as easy as moving everything in ~/mail to /var/mail/ and editing /etc/dovecot/dovecot.conf to read mail_location=mbox:~/mail:INBOX=/var/mail/%u ? Also, is the syntax mail_location=mbox:/var/mail/%u-folders:INBOX=/var/mail/%u correct? Regards, -- Whatever it is, I fear Greeks even when they bring gifts. -- Publius
2004 Jan 30
4
Breakthrugh for Qtcomponents dev?
Finally something is happening with the Ogg Vorbis QuickTime plugin. Today a post on the projects forum enlightened the future for Ogg Vorbis on the mac platform. “publius” wrote this: “Some profiling of oggvorbis.qtx indicated that the lion's share of CPU time was spent inside, of all places, QuickTime itself - but being called from BeginMediaEdits. The BeginMediaEdits/EndMediaEdits
2011 Sep 23
0
[xen-unstable test] 9061: regressions - FAIL
flight 9061 xen-unstable real [real] http://www.chiark.greenend.org.uk/~xensrcts/logs/9061/ Regressions :-( Tests which did not succeed and are blocking: test-amd64-i386-rhel6hvm-amd 5 xen-boot fail REGR. vs. 8995 Tests which are failing intermittently (not blocking): test-amd64-i386-pv 5 xen-boot fail pass in 9054 test-i386-i386-pv
2011 Nov 11
0
[PATCH 5/9] Decompressors: check for read errors in unlzma.c
From: Lasse Collin <lasse.collin@tukaani.org> Return value of rc->fill() is checked in rc_read() and error() is called when needed, but then the code continues as if nothing had happened. rc_read() is a void function and it''s on the top of performance critical call stacks, so propagating the error code via return values doesn''t sound like the best fix. It seems better
2007 Oct 25
1
subsetting
Dear all, I have received some data on birds that looks sth like this: # a unique id for each individual id <- c(1,1,1,2,2,2,3,3,3,4,4,5,6) # the year the bird was measured year <- c(1995, 1996, 1997, 1995, 1996, 1997, 1996, 1997, 1998, 1996, 1997, 1997, 1998) # the year the bird was hatched year.hatch <- c(1995, 1995, 1995, 1995, 1995, 1995, 1996, 1996, 1996, 1996, 1996, 1997, 1998)
2011 Nov 11
0
[PATCH 9/9] Decompressors: check input size in unlzo.c
From: Lasse Collin <lasse.collin@tukaani.org> The code assumes that the input is valid and not truncated. Add checks to avoid reading past the end of the input buffer. Change the type of "skip" from u8 to int to fix a possible integer overflow. Signed-off-by: Lasse Collin <lasse.collin@tukaani.org> Signed-off-by: Jan Beulich <jbeulich@suse.com> ---
2010 Feb 19
1
Fix for incorrect use of restrict in xz third party code
Hello, the included XZ Utils source code contains an incorrect use of the restrict keyword. This leads to data corruption under certain circumstances. For a short discussion of the problem see http://sourceforge.net/projects/lzmautils/forums/forum/708858/topic/3306733 This was fixed in the XZ Utils git repository in commit commit 49cfc8d392cf535f8dd10233225b1fc726fec9ef Author: Lasse
2002 Mar 12
3
failsafe against "stupid" / careless users
I'm admin on a samba PDC with 150 users, and as normal users they are quit "stupid". This means that they ofte deletes something that shouldnt have been deleted. And I find it anoying to restore their files from tapebackup. So would it be possible to get samba to "move" files instead of deleting them? This way I could allocate a disk to store deleted files for a periode of
2006 Jun 13
4
Ruby app to rails?
Hi. Im am considering porting an c++ application to Ruby, and me company would also like to have an web-version of this particular application. If say there is an XML validator in the app. Then can Ruby and RoR share this in an easy way, so i wouldnt have to maintain 2 branches of the same XML validator. Best Regards. Lasse Thomsen -- Posted via http://www.ruby-forum.com/.
2003 Sep 02
2
dovecot, vpopmail and djb's tcpserver
Hello! I've tried to set up dovecot in conjuction with vpopmail, and running it under djb's tcpserver instead of (x)inetd. Btw - there was no reference to setting dovecot up using (x)inetd either in the manuals/faqs i read, though I didn't search all that hard. Anyway, back to my Q: vpopmail uses vchkpw as an authentication mechanism, and with tcpserver I can do relaycontrol (based