search for: go2

Displaying 17 results from an estimated 17 matches for "go2".

Did you mean: go
2006 Apr 12
6
distinguishing mapped urls from ordinary action urls
I want to present different view depending on the url. example below: http://myapp/start/show?url=xZq http://myapp/xZq both addresses are controlled by a single controller and the same action. the second url is only mapped in routes.rb how can I distinguished the mapped url and present a slightly different view in it? Sabon -------------- next part -------------- An HTML attachment was
2000 Apr 13
1
Multiple resources sharing problem
...ine for everybody except NTuser2, who can map "stats" resource but he is unable to map "stat_fix". Does anybody has any solution for this? I could make Win users also Unix local users, but I am trying to avoid this. Thanks in advance for your help. Lucjan Babucha lbabucha@go2.pl
2009 Mar 16
4
[Bug 1573] New: ls hangs in internal-sftp
...nal-sftp Product: Portable OpenSSH Version: 5.2p1 Platform: ix86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: sshd AssignedTo: unassigned-bugs at mindrot.org ReportedBy: gdr at go2.pl I'm using a simple configuration for chrooted sftp using openssh's internal-sftp. sshd_config here: http://gdr.pastebin.pl/6124 When I connect using sftp (or whatever else client), all commands work as desired while any variant of ls hangs. A sample sftp session is here: http://gdr.p...
2006 Mar 08
2
libflac++ reading vorbis metadata
I'm trying to use libFLAC++ v1.1.2, to read Song information (like artist, trackname etc..). So.. I read metadata from file FLAC::Metadata::get_streaminfo("somefile.flac", infosik); and It's ok - no error, then I read vorbis info: FLAC::Metadata::VorbisComment vorbis_kom(infosik); int number_of_comments = vorbis_kom.get_num_comments(); and after that I have
2009 Oct 17
1
Bug#551340: [logcheck-database] Rule in /etc/logcheck/violations.ignore.d/logcheck-su does not match
Package: logcheck-database Version: 1.2.69 Severity: normal Tags: patch Hi, I think that this rule: ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ su\[[0-9]+\]: (\+|-) (pts/[0-9]{1,2}|tty[0-9]) [_[:alnum:]-]+:[_[:alnum:]-]+$ is supposed to filter out lines like: Oct 17 14:49:24 myhost su[13469]: + /dev/pts/1 user1:root It is not working because the pattern dos not include the "/dev/" part and
2006 Mar 10
1
libflac++ reading vorbis metadata
On 2006-03-09 (Thu) ,at 23:20:50 Josh Coalson wrote: > the vorbiscomments are not in the streaminfo. you want to do: > > FLAC::Metadata::VorbisComment tags; > if (FLAC::Metadata::get_tags("somefile.flac", tags)) { > FLAC::Metadata::VorbisComment::Entry entry = > tags->get_comment(tags->get_num_comments-1); //e.g. last tag > // do something with
2005 Jun 08
3
DNAT Issue
I have a lan with shorewall running as firewall and two local machines, where 10.1.1.2 and 10.1.1.15 are two internal mail servers and where 124.124.124.124 and 123.123.123.123 are the external IPs for the mail servers. The two mail servers need to communicate with each other via smtp (for sending mail from domains hosted on one to the other) but its giving issues. Specificaly when one server
2008 Sep 02
4
AgentCallbackLogin AddQueueMember
Hi i have problem with AddQueueMember logic. I need login Agent(Member) in asterisk. use this option: for example: AddQueueMember(queuetest,SIP/ekiga,10,,Agent/13) and now i want to call to this Agent: exten => _1XX,1,Dial(Agent/${EXTEN:1}) call to 113 and asterisk should call to Agent => 13 on interface SIP/ekiga. This doesn't work, How can i do this on Asterisk 1.4(not
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list. I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without modifications. How did I try it? Created a (non-root) build environment (not a mock ) Installed the kernel.scr.rpm and did a rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee prep-out.log The build failed at the end: Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL Checking
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...8Zn4weS0pCm{0)^71QjR}O=9g24(=uWf zEEZp_ at l9NQ3n=&t?Rw!x727+=art$Ps+H^<vT#;1g-#K%=9C$gTDveA!A*pFG2zv5 zIoVAFxvh`C#Dl4Y<mQ$Ug$Un$SBavBOi3TLo^+#!76m4!{j%V%qf%--Rq~+1oUM)i zD47A?zh2@!pg%L_#*(!(if$2CeZfSt8f3eJU1c~`!i74wrY1lsk?0|*QZL;0CRItj z9?W~NmXl@<Axg?<mY3A4j=%o-`FF4nH8^sW{@3k7M(mpf%GO2`+d5x#$fXy3{f0iA zRD1L1pQX0qmgBtK+`X<EnH36VfTmxCXhXK2GcuMdM!6=$P3LbIJs?M1ajBkMBit>N zvpBZ!UsrreB?I~KZfUxZp1y6hn~r%m%FNX5vmN5N6a<sdNSsUL>CXQ(WbnkPu>GSY zHXu|5$6K+p-lb&fCLAz%&_vJeYSG@(T1XP#d<EU3x%o$WxJlBmYLRN(5B*lK3g1JI zKWI7n^}A^Gp_F=?)VAZ-JC>gfZpbcyiv<GO7|r1=mPOsM)&lt...
2004 Feb 16
3
WinE & Windows
Can I use Windows eg. 98 DLL files (shell32.dll, advapi32.dll, ...) instead of Wine DLL.SO files (shell32.dll.so, advapi32.dll.so)?
2006 Apr 13
0
redirect_to or link_to mapped url. any other way than "../../smth"?
Hi all, I''ve got my urls mapped so that http://myapp/url is the same as http://myapp/start/show/url. Is there any way to use "redirect_to" and "link_to" in this case? Currently I just use redirect_to("../@url") but perhaps there''s some way to make it properly, with :action etc. sabon -------------- next part -------------- An HTML attachment was
2006 Apr 13
0
keep getting undefined method `rewrite'' error for mapped urls
Hi all, I''ve checked numerous manuals but can''t find the answer anyway. in my routes.rb file I have a mapping which maps http://app/start/show/url to http://app/url everything works fine BUT: - when I want to use link_to, redirect_to (smth) - when I try to even enter <%= form_tag :action => ''some_other_action_from_the same_controller'' %> I keep
2006 Apr 20
0
link_to mapped urls
Hi all, I want my link_to links direct to my mapped urls, not the long ones with controllers and actions in them. What I have: in view: <%= link_to "random url", random_url %> routes.rb: map.random ''random'', :controller => ''start'', :action => ''random'' link_to results in "http://localhost:3001/start/random"
2007 Mar 19
1
How to enlarge fonts in Wine?
When I run an application in Wine fonts are too small. The same application on real Windows have fonts ok. However there were "120DPI" big fonts in real Windows. Screen resolution is the same 1024x768. Please give me details how to make fonts bigger in Wine. I am a beginner in wine. Wine 0.9.31 compiled from source. Suse 10.2 64. For older versions of Wine I have found a trick on
2006 Jul 09
1
Acessing multiply servers with same IP''s
Good day, My name is Mike and without further ado forgive me that I''ll go straight to the point. rtlsrc-2.4.29-2.diff this patch is obsoleted, but it would come in handy when trying to solve the IP collisions in networks. I have situation around here becouse I intend to connect through my wifi card to many gateways with same IP adresses - 192.168.0.1 with /24 mask - then
2010 Nov 02
2
double mail
Hello, I installed new mail server postfix + dovecot with beckend in postgresql. But when users not deleted mail from server then received all mails from maildir a few everyday..In dovecot logs I can't see any problem. He use outlook or thunderbird with pop3. What is problem whit this? dovecot --version 1.0.7 dovecot -n # 1.0.7: /etc/dovecot.conf log_path: /var/log/dovecot.log