similar to: Will there be a new release soon?

Displaying 20 results from an estimated 200 matches similar to: "Will there be a new release soon?"

2007 Oct 15
2
Something is wrong with Camping::H in the svn version
Dear All, I got az error message with the svn version of Camping under FastCGI NoMethodError undefined method `user_id'' for {"user_id"=>2}:HashWithIndifferentAccess: The call was a simple "User.find @state.user_id" in my login controller... The following libraries are loaded manually: action_controller, action_view, mime/types, camping, camping/mab,
2007 Oct 09
4
Camping and sessions proposal.
Hi Campers, from the discussions gathered around, the current Camping sessions don''t seem to be satisfying. ActiveRecord doesn''t seem to handle hashid as an identifier, plus it doesn''t seem to be fully consistent across the various RDBMS. On the other hand, the scope of the project does not permit to implement all kind of client persistence. Secure sessions with
2007 Feb 18
1
FastCGI without ScriptAlias
Hi, I made some experiments with the sample blog application, my index.fcgi file contains the following: require ''camping/fastcgi'' Camping::Models::Base.establish_connection( :adapter => ''sqlite3'', :database => ''database/camping.db'' ) Camping::FastCGI.serve(''blog.rb'') Without ScriptAlias the application works fine,
2007 Feb 27
0
Camping only with .htaccess
Hi, I found a solution for running Camping applications without having access to /etc/apache2/* files. Only two small settings: 1. A small .htaccess file, which contains the following: RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ http://nagybence.inter.hu/camping/index.fcgi/$1 [P,L] 2. A little modification in Camping''s source: @status,
2007 Aug 12
0
Session + Redirect trouble
Dear Campers, I have created a small social network site using Camping, it is located at http://dekk.hu/ (it is in hungarian). The authentication part of the application is written so as I saw in other applications (@state.user_id = @user.id; redirect Index) But some user has problem with the login process, sometimes the app let them in only for the second time, sometimes never. Maybe
2004 Sep 07
2
Crossed lines - a worrying problem.
Hi all, I have just received the following e-mail from an Asterisk user: "I just made a call via BT to a mobile. Then an incoming call came in and Ann else answered it - it made my call go completely fuzzy and I could hear what the woman on the other line was saying to Ann but I couldn't hear my conversation! When Ann's call finished - mine went even fuzzier and all I could hear
2002 Jul 29
1
Valgrind
http://developer.kde.org/~sewardj/ Valgrind is a GPL'd tool to help you find memory-management problems in your programs. When a program is run under Valgrind's supervision, all reads and writes of memory are checked, and calls to malloc/new/free/delete are intercepted. As a result, Valgrind can detect problems such as: * Use of uninitialised memory * Reading/writing memory after
2005 Aug 20
2
[LLVMdev] Marking source locations without interfering with optimization?
I've been thinking of adding an instruction, and I'm following the advice in the docs to consult the list before doing something rash. What I want to do is provide a way to identify variable names and source locations that doesn't affect the effectiveness of optimizations. This is not the same problem as supporting debug info, because I don't care about being able to look up
2001 May 30
1
wprocs.dll (fwd)
On Wed, 30 May 2001, Bence Fejervari wrote: > > Hi, > > I compiled wine-20010510 and tried to run winmine.exe, but got the > following error message: > > $ wine winmine.exe > err:int:INT_GetPMHandler could not load wprocs.dll ... > > What is this wprocs.dll file it misses? I couldn't find it anywhere... > I dunno, but wine has a built in one (libwprocs.so -
2016 Jul 22
3
Multifactor authentication troubles
I'm writing a PAM module to do authentication through Signal (as in Open Whisper Systems) [1]. I would like to be able to offer (Public key AND Signal) or (Password AND Signal) for authentication. This suggests setting AuthenticationMethods to publickey,keyboard-interactive:pam password,keyboard-interactive:pam However, when PAM is enabled "password" means "show password
2002 Nov 06
2
Roaming Profiles + Win2000 + XP
Hi, Ive got my PDC up and running under samba, it is serving several windows 2000 machines and a windows XP machine. The problem is when using Roaming Profiles....... Were using Outlook XP + IMAP Mail for the users emails, which works fine.... the only problem comes when logging off the machine and back to another. The windows 2000 machines seem to update the profile changes back to the server.
2013 Oct 30
4
[LLVMdev] [RFC] Alias should not point to declarations
A long time ago (before r97733) we used to model the weakref attribute by outputting a new declaration and a weak alias to it. This was fairly buggy and we now implement weakref directly in clang, with the same logic an assembler uses to implement .weakref (which is what gcc prints). One thing that was left from that old implementation is that we still have alias to declarations and they are a
2005 Aug 23
0
[LLVMdev] Marking source locations without interfering with optimization?
On Fri, 19 Aug 2005, Michael McCracken wrote: > I've been thinking of adding an instruction, and I'm following the > advice in the docs to consult the list before doing something rash. Always a good idea! :) Instead of adding an instruction, I'd suggest adding an intrinsic. You can mark intrinsics as not reading/writing to memory (see lib/Analysis/BasicAliasAnalysis.cpp for
2016 Nov 16
1
Fwd: HW requirements?
Hi all, I would like to implement an opus encoder on a TI CC2650 MCU (128 kB Flash). I did not find any information about the hardware requirements of opus, but I found that someone already had trouble with the flash size with the 512 kB ATMEL AT32UC3B0512. (http://lists.xiph.org/pipermail/opus/2016-August/ 003611.html) Do you think I should start implementing or rather find an other
2017 May 09
1
samba process use 100% cpu
On Tue, 9 May 2017 19:33:03 +0200 Papp Bence via samba <samba at lists.samba.org> wrote: > Here is the smb.conf: > > https://pastebin.com/LUf4MUF0 > > Do you really need to use these settings on your Unix domain member ? idmap config *:backend = tdb idmap config *:range = 20-99 idmap config kzsdabas:backend = ad idmap config kzsdabas:schema_mode = rfc2307
2017 May 09
2
samba process use 100% cpu
Did you install it from binary packages ? compiled from source ? Post your smb.conf here. ----- Original Message ----- From: "samba" <samba at lists.samba.org> To: "samba" <samba at lists.samba.org> Sent: Tuesday, May 9, 2017 1:01:10 PM Subject: Re: [Samba] samba process use 100% cpu Anybody? 2017. 05. 02. 10:48 keltezéssel, Papp Bence via samba írta: > Hi!
2010 May 14
1
Disappear icons from launcher, and browser error
Hi Guys! I'm a beginner user of linux (kubuntu) and wine - witch I have little problem. After few days banging my head against the wall and searching this problem on google, I decided to write here. So... I install wine from my default repository by apt-get install wine, it is ok but I can't browser my C: and run any program, but wine was appear in ?kick of application launcher bar?, Then
2007 Jul 03
3
Suing Dell||Dull Computers for CID abuse
Reposted to this list: (http://lists.virus.org/voipsec-0610/msg00046.html) > That's exactly the type of thing that needs to be stopped. If Dell outsourcing calls me from India, the CLI must be their number in India not a faked-in number of some office in the US. That to me is exactly the purpose of this proposed law. It is equivalent to the law regarding FAX calls that has been
2017 May 02
2
samba process use 100% cpu
Hi! I need some help. We use samba4 as AD, and now when clients connect to server, samba process stuck at 100% cpu. samba Version: 4.3.4 Release: 13.el6 top: 3777 root 20 0 131m 46m 28m R 99.7 0.3 219:20.53 /usr/local/samba4//sbin/samba -D 24541 csertam 20 0 49260 11m 9048 S 25.1 0.1 0:01.56 smbd -D 7080 squid 20 0 926m 908m 6428 S 9.9 6.2 11:43.50
2002 Sep 12
1
using this source
Hi, how can i compile & use this source under linux? <p>Thanx, TamBenc --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'theora-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list