search for: serversid

Displaying 20 results from an estimated 117 matches for "serversid".

Did you mean: serverside
2005 Mar 30
2
Beginner question: serverside singletons?
Hello all, just started tinkering with Rails after reading all the hype about it. I''m a raw novice with Ruby and (obviously) Rails, but have extensive experience with serverside Java (J2EE stack, Tapestry, etc). Rails looks cool, though embedding Ruby code in HTML reminds me unpleasantly of JSP + Struts and I''m deeply suspicious of all the behind-the-scenes magic going on in Rails. But I''ll bury my misgivings and give this thing a whirl :). Anyway, a...
2001 Jun 25
1
ServerSide ACLs for -L type port forwarding
I have a need to add some server-side ACL functionality to the way ssh handles port forwarding. For a first pass, I want to be able to restrict -L port forwarding to localhost on the server only and I want to be able to specify the ports on Server. I was wondering if there would be any desire to incorporate said changes back into the main development tree? If so, are there coding guildlines
2007 Jan 10
0
chan_read_failed for istate 3 on serverside when scp'ing file
Hi, when scp'ing a file from hostA to hostB I receive following error message on the server side. Message in authlog: Jan 9 15:01:32 zapphod sshd[3229]: [ID 800047 auth.error] error: channel 0: chan_read_failed for istate 3 The file itself is transfered correctly, so I'm wondering why this error is being logged and what this error message means It seems that the occurance of this
2009 Jun 17
4
Serverside AjaxRequest or AjaxUpdater detections
Hi all, This question might be a long shot, but I''m going to ask it anyway. In my application, I''ve created a before_filter that does some magic. It looks like this: if request.xhr? then render :update do |page| page.redirect_to url_for_thingy end else redirect_to redirect_to url_for_thingy end This works perfectly, however, I have one annoyance. On the server side,
2011 Apr 27
3
What is the recommended way to move a message from one mailbox to another using CLI
What is the recommended way to move a message from one mailbox to another using CLI - serverside commands ? Since IMAP does not support transactional moves between mailboxes - The only thing that comes to my mind is this operation: 1) extract message from mailbox A using "doveadm fetch" 2) inject message into mailbox B using "dovecot-lda" 3) expunge message from mailbox...
2016 Sep 27
3
Login just at special timeslots / working hours
Hi, is there a dovecot feature I did not found yet, which can limit the access to the server to special timeslots like working hours? Or is that a serverside / sssd / auth / pam / account feature? Thanks for hints to some helpfull documentation and sugesstions. Regards . G?tz -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5571 bytes Desc: S/MIME Cryptographi...
2020 Jun 23
4
SSH certificate and serverside ForceCommand
Hi, We're developing an open source project that uses SSH certificates. We issue short lived certificates (few minutes) to execute commands on behalf of users. We have a use case where we need to issue certificates with 10 days validity and store them, so we put a command inside them: ssh-keygen -s ca-key -I certN -n user -O force-command="wget something" -V +10d user-key.pub and
2005 Aug 23
1
Problem with AUTH causes serverside lockup
Hello all, I am running Dovecot alpha1, and after about 24 hours of the server working fine, it starts to lock up when I open Thunderbird to check mail. Basically I can see new mail, but when I click it, it just hangs at "Loading message...". I get the following in my maillog: Aug 23 09:25:28 palantir dovecot: auth(default): client in: AUTH 1 PLAIN service=IMAP
2007 Nov 07
4
[noob] simpletest.rb, mongrel 1.1, ruby 1.8.4, mac os x 10.3.9 hangs
Hello, I''m trying to run the latest/greatest mongrel version: % sudo gem install mongrel ... Successfully installed mongrel-1.1 % gem list mongrel mongrel (1.1) % ruby -v ruby 1.8.4 (2005-12-24) [powerpc-darwin7.9.0] % uname -a Darwin NewYork.local 7.9.0 Darwin Kernel Version 7.9.0: Wed Mar 30 20:11:17 PST 2005; root:xnu/xnu-517.12.7.obj~1/RELEASE_PPC Power Macintosh powerpc
2002 Apr 14
1
Exclude & --delete not working?
Hi there, we have an odd problem, which maybe how rsync is intended to work, but I think not: On server side, we run rsync in daemon mode with a share [foo] that has a serverside path of /foo. On client side, we invoke rsync -zavuSH --delete server::foo/ /foo. The rsync daemon uses an exclusion list. The problem is, the client rsync deletes clientside whatever is in the exclusionlist. If I read the rsync manual page, I was under the assumption, that --delete would contin...
2020 May 01
2
arc diff says "disk is full"?
Hello, I'm seeing what appears to be a serverside error - "Internal Server Error FilesystemException: Failed to create a temporary directory: the disk is full." if arc diff --trace. Anyone else getting this - any idea what to do? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llv...
2006 Sep 05
1
Simple Mongrel performance question
Zed, Do you have a feeling for how Mongrel''s speed has changed since you started out? Just Mongrel with a plain static file; not burdened with having to go through Rails. You initial numbers were substantially faster than webrick. Now that there is a lot more stuff in Mongrel, are they still substantially faster in your benchmarks? Thanks, Kirk Haines
2020 May 01
2
[EXTERNAL] Re: arc diff says "disk is full"?
...le via llvm-dev Subject: [EXTERNAL] Re: [llvm-dev] arc diff says "disk is full"? It's still down. On Fri, May 1, 2020 at 1:49 AM Mircea Trofin via llvm-dev <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> wrote: Hello, I'm seeing what appears to be a serverside error - "Internal Server Error FilesystemException: Failed to create a temporary directory: the disk is full." if arc diff --trace. Anyone else getting this - any idea what to do? Thanks _______________________________________________ LLVM Developers mailing list llvm-dev at lists.llvm....
2005 Dec 01
5
Temporary Profiles
Hi, I have got a problem with samba for days now and I don't know how to solve it. My problem is, that it doesn't matter if I enable or disable Roaming Profiles, all I get is a temporary profile. If i enable Roaming Profiles, than i get a temporary serverside Profile. If I disable Roaming Profiles, than i get a temporary local Profile. Can somebody please help me? With Roaming Profiles I think it is a problem with Filepermissions. Root get's a full Serverside Profile (not the smb.conf below), but only root. I just want a local Profile for the use...
2007 Dec 14
21
Some silly benchs (was: 1.9)
...647 I compared 1.8.6 (VC6 and mingw builds) against a fresh checkout of ruby trunk. What I understand from that is 1.9 is slower than 1.8 regarding FFI calling, but compared to pure-ruby, it''s almost equal, which differ from 1.8 where pure-ruby is twice slow. On another topic, it seems serverside is based on event-machine, like swiftiply. Tried to checkout EM code but the repo is a mess without a clear indication of what branch/directory should be used. Anyway, it appears lot of libraries based on events perform better than other alternatives. But, just random thoughts. -- Luis Lavena...
2011 Sep 15
3
puppet and kerberos keytabs
...uld never have access to any other client''s keytab. This is my proposed solution to get the keytabs to the clients, any comments welcome! 1. Use file to get /root/.ssh/authorized_keys 2. Use exported resource to let the client "notify" the server that it wants a keytab 3. On the serverside 3.1 Generate keytab (if not exist) 3.2 Push keytab using ssh with key Problems: 1. As far as I understand we can''t use file to get the keytab as local root on clients then could get other client''s keytabs. (solved in solution) 2. Reinstallation. How do I tell the server to push...
2008 Apr 04
8
Updatable "datagrid" with ajax support? Is there any code/approach I can leverage?
Hi, I want to have a page in my Ruby on Rails application that is like a dynamic / updateable data grid. Like a matrix or spreadsheet segment (x rows, y columns) which one can click in any of the cells and make an update, which triggers some AJAX code to fire off the update, and then the responses come back and update whatever else needs updating based on this change. Is there a prototype
2004 Aug 06
2
Anybody tried implementing different streaming protocols yet?
...2003 at 10:01:57AM -0600, Jack Moffitt wrote: > You apparently didn't see: http://xiph.helixcommunity.org :) apparently not :) The page says : "This is a workspace for all parties to work on integrating the Ogg Vorbis format and audio codec with the Helix DNA Client." What about serverside of it? -- Venlig hilsen/Kind regards Thomas Kirk ARKENA tlf/phone +4570233456 thomas(at)arkena(dot)com http://www.arkena.com --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icec...
2006 Mar 07
2
grep page source
hi all, any one know how to grep page source by rails? i.e. i wanna grep html source from http://www.ruby-forum.com/ by ruby code. regards -- Posted via http://www.ruby-forum.com/.
2006 Feb 22
1
Dovecot and Squirrelmail problem
I get the following error when I check my mail a lot. I can keep refreshing until all errors are gone, then I am alright. This started happening when I turned on the serverside sorting in squirrelmail. How do I check to see which mails are causing this problem? ERROR: Could not complete request. Query: COPY 10223:10223 "INBOX.Trash" Reason Given: Internal error [2006-02-22 10:08:53] All that I am doing is filtering a lot of listserves that I am on to go t...