search for: sesssion

Displaying 20 results from an estimated 27 matches for "sesssion".

Did you mean: session
2002 Jun 27
3
smbclient can't start a session with stupid XP
...s" passwd -Tc mydocumentsxp.tar Added interface ip=161.217.10.13 bcast=161.217.10.255 nmask=255.255.255.0 session request to PAULXP failed session request to *SMBSERVER failed I tried the regeditor to change the requiressignorseal to 0 and it worked just one time, now it's back to saying Sesssion Failed. -------------- next part -------------- HTML attachment scrubbed and removed
2005 Mar 03
1
session variables
I was wondering, how you access the values of session variables. for instance the variable "name" exists in the session dump under the object user. I was trying something like this: <%= @params[user.name] %> <%= @sesssion[user.name] %> Beau
2006 Jan 04
1
chan_oh323.so freeze my box on unload
...tage (package manager of Gentoo distro), including openh323, pwlib etc. The module is successfully loaded (load chan_oh323.so) but when asterisk is stopped (stop now) or the oh323 module is unloaded (unload chan_oh323.so) the computer just freezes, the keyboard stop responding, cannot open more ssh sesssions, but the computer still responds 'pings', but no service seems to be responding (web, ssh) -- "Su nombre es GNU/Linux, no solamente Linux, mas info en http://www.gnu.org"
2012 Nov 06
1
Depends/Imports/Suggest/Enhence
Hi the list In the DESCRIPTION file of my package foo0, I have: Depends: foo1 Imports: foo2 Suggest: foo3 Enhence: foo4 If I understand correctly, to install foo0 on my computer, I need to already have foo1, foo2, foo3. foo4 is not necessary. I my R sesssion, when I will write: library(foo0), then the package foo1 will be attach. foo2, foo3 and foo4 will not. Is that correct? But what is the difference between Import and Suggest? Christophe -- Christophe Genolini Maître de conférences en bio-statistique Vice président Communication interne et anim...
2009 Jul 14
1
2 x 2 x 10 x 2 binomial setup
Hello, I have a hierarchical dataset of this form and am trying to analyze it in R. 1 subject Tested under 2 conditions: A and B 10 sesssions in each condition In each session, 2 kinds of tests: Test 1 and Test 2 200 independent repetitions of each test-type, with 200 Yes/No answers So I think this is a 2 x 2 x 10 x 2 setup What I want to know is whether the difference in percentage of yes answers between Test1 and Test2 is differen...
1998 Dec 01
2
help files for libraries that aren't in the defaults library tree
Hello, I created a library for a bunch of functions that I use frequently so that I dont have to carry duplicate copies around to wherever I fire up an R sesssion. However, I have problems locating the help files for those functions. Here are some details. I created the library "myR" and installed this in /home/royle/R using: R INSTALL -l /home/royle/R /home/royle/Rpackages/myR This went well, and I can access all of those functions in the usu...
1998 Dec 01
2
help files for libraries that aren't in the defaults library tree
Hello, I created a library for a bunch of functions that I use frequently so that I dont have to carry duplicate copies around to wherever I fire up an R sesssion. However, I have problems locating the help files for those functions. Here are some details. I created the library "myR" and installed this in /home/royle/R using: R INSTALL -l /home/royle/R /home/royle/Rpackages/myR This went well, and I can access all of those functions in the usu...
2019 Mar 01
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
Hi Jeremy, Hi Steve, Hi Ronnie, thanks for your replies and the profound discussion. I think, it's best to demonstrate my problem case along an real world example: The following log of a console sesssion shows how I am doing the mounts on behalf Linux Kernel CIFS-FS Module on the client side against a Samba 4.5 file server (both running on Debian Stretch 9.8) via SMB/CIFS resp. SMB2 protocol: clienthost:~# mount.cifs --verbose //sambaserver/share /media/testmount -o domain=win,gid=users,username=t...
2006 Aug 04
6
Errors ... errors and errors.
...t and then #call Product model to find #the product with that id. @cart.add_product(@product) #add this product to the cart end private def find_cart unless session[:cart] #if there is no cart in sesssion add one session[:cart] = Cart.new #add a new one end session[:cart] #return existing or new cart end end [CODE] Also here is the cart.rb [CODE] class Cart include Reloadable attr_reader :items def initialize @items = [] end def add_product(product) existing...
2007 Oct 10
0
Areca 1100 SATA Raid Controller in JBOD mode Hangs on zfs root creation.
Just as I create a ZFS pool and copy the root partition to it.... the performance seems to be really good then suddenly the system hangs all my sesssions and displays on the console: Oct 10 00:23:28 sunrise arcmsr: WARNING: arcmsr0: dma map got ''no resources'' Oct 10 00:23:28 sunrise arcmsr: WARNING: arcmsr0: dma allocate fail Oct 10 00:23:28 sunrise arcmsr: WARNING: arcmsr0: dma allocate fail free scsi hba AR1100 was running i...
1999 Oct 18
0
Date/time of formation of objects
...on of an object so that ls() can report such things in a manner similar to the Unix ls command? And/or a comment attached? Could this be added to the housekeeping wish-list? I usually use my own little command lls() (below) that reminds me of the mode and size of a structure since I often have R sesssions open for days at a time. Addition of the date and time and a comment describing the function or whatever would be a great aid to my poor memory and an alternative to losing the piece of paper I have written the description down on. Sorting by date/time would automatically group all objects creat...
2002 Mar 09
0
krb5 problem: KRB5CCNAME is ""; possible fix for OpenSSH 3.0.2p1
...&authctxt->krb5_fwd_ccache); the name "MEMORY:" seems to cause krb5_cc_get_name at 287 authctxt->krb5_ticket_file = (char *)krb5_cc_get_name(authctxt-> krb5_ctx, authctxt->krb5_fwd_ccache); to return "" rather than NULL, so that sesssion.c sets KRB5CCNAME in the shell environment to "" in lines 1294-1296. I've tried two changes that seem to fix the problem. The first is a simple hack of replacing line 287 with 287 authctxt->krb5_ticket_file = NULL. The second is to replace lines 244 and 245 with...
2010 May 20
0
plugins error
HI, in my applicaition i want to use automatic sesssion cleaning. i followed the website http://agilewebdevelopment.com/plugins/limited_sessions I have download this plugin, then configured session life time in environment.rb like CGI::Session::ActiveRecordStore::Session.recent_activity_limit = 2.hours. finally i have started my server while i am ge...
2013 Jul 21
2
attachments not with email causing FETCH BODY failed
Hi, Anyone else experiencing this (Dovecot 2.2.4, attachments stored separately): dovecot: imap(user at kamdha.com): Error: file_istream.open(/home/ example.com/user/attachments/f5/f0/f5f0f2c08c4311fa404d090a703c3b492f2ea718-a52388285a04eb51820c0000d485234e-c92f64f79f0d1ed01e6d5b314f04886c-42501) failed: No such file or directory dovecot: imap(user at example.com): Error: read(BODY[]) failed: No
2024 Oct 08
1
sshd fails when using cryptodev-linux to compute hmac
...7): preallocating for 32 user pages 2024-10-08T18:52:23.324828+00:00 debug kernel: [ 1206.116013] cryptodev: sshd-session[2108] (cryptodev_ioctl:977): Got CIOCCPHASH 2024-10-08T18:52:23.324850+00:00 err kernel: [ 1206.116019] cryptodev: sshd-session[2108] (crypto_copy_hash_state:516): Failed to get sesssions with sid=0x9198779A sid=f7160dd008X! .... I spent some time tracing through the openssl and openssh code, and I found that If I comment out the call to mac_clear() within kex_free_newkeys(), the issue does not occur. Therefore, I wonder if there is some bug in openssh that causes re-use of a cryp...
2015 Feb 20
2
which are the exact effects of MaxSessions
Hey. I wondered a bit which the exact effects of MaxSessions are. The documentation says: Specifies the maximum number of open sessions permitted per net? work connection. The default is 10. And it apparently seems that setting e.g. the following in sshd_config: MaxSessions 0 => no logins possible at all MaxSessions 1 => control channel muxing basically
2019 Mar 01
0
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
...at 10:54 PM Kraus, Sebastian <sebastian.kraus at tu-berlin.de> wrote: > > Hi Jeremy, Hi Steve, Hi Ronnie, > thanks for your replies and the profound discussion. > I think, it's best to demonstrate my problem case along an real world example: > The following log of a console sesssion shows how I am doing the mounts on behalf Linux Kernel CIFS-FS Module on the > client side against a Samba 4.5 file server (both running on Debian Stretch 9.8) via SMB/CIFS resp. SMB2 protocol: > > clienthost:~# mount.cifs --verbose //sambaserver/share /media/testmount -o domain=win,gid=us...
2007 Nov 04
5
problem with sftp & huawei switches
hello, I have the problem with sftp, I can't read files and dirs from huawei switches. I see: mm:/home/milon# sftp 10.1.1.30:vrpcfg.cfg . Connecting to 10.1.1.30... root at 10.1.1.30's password: Couldn't stat remote file: Operation unsupported File "flash:/flash:/vrpcfg.cfg" not found. Received disconnect from 10.1.1.30: 2: The connection is closed by SSH Server Current
2002 Aug 06
1
Questions about lexical scope
Dear R-users, The numerical integration example given in Gentleman and Ihaka (2000), "Lexical Scope and Statistical Computing," JCGS, 9, 491-508, is very interesting and helpful in understanding how lexical scope is about. However, I got some questions that I just can't figure out. First all, allow me to copy the two functions given by the authors: midpoint <- function(f, a,
2024 Oct 08
1
sshd fails when using cryptodev-linux to compute hmac
...ocating for 32 user pages > 2024-10-08T18:52:23.324828+00:00 debug kernel: [ 1206.116013] cryptodev: sshd-session[2108] (cryptodev_ioctl:977): Got CIOCCPHASH > 2024-10-08T18:52:23.324850+00:00 err kernel: [ 1206.116019] cryptodev: sshd-session[2108] (crypto_copy_hash_state:516): Failed to get sesssions with sid=0x9198779A sid=f7160dd008X! > .... > > I spent some time tracing through the openssl and openssh code, and I found that If I comment out the call to mac_clear() within kex_free_newkeys(), the issue does not occur. Therefore, I wonder if there is some bug in openssh that causes r...