search for: fixat

Displaying 20 results from an estimated 91 matches for "fixat".

Did you mean: fixit
2006 Mar 15
5
Recent 6.1-PRE: burncd: ioctl(CDRIOCFIXATE): Input/output error
...Mar 15 07:15:25 PST 2006 root@g1-18.catwhisker.org.:/common/S2/obj/usr/src/sys/LAPTOP_30W i386 localhost(6.1-P)[22] I figured I'd grab a copy of the recent 6.1-BETA4 (disc1) ISO to try it out & hand it out to folks.... It seems to have worked, but I got a bit of a whine in the "fixate" stage: localhost(6.1-P)[12] ls -l 6.1-BETA4* -rw-r--r-- 1 david wheel 464979968 Mar 15 12:13 6.1-BETA4-i386-disc1.iso localhost(6.1-P)[13] grep BETA4 CHECKSUM.MD5 MD5 (6.1-BETA4-i386-bootonly.iso) = 113f1b990d298aa8b7f81d93a3636dc3 MD5 (6.1-BETA4-i386-disc1.iso) = aee3a4416eec24b1795346e...
2005 Dec 25
5
understanding session fixation attacks
is there a way that, our application can understand wheteher the session id sent from the browser is forged or created by rails? I understand that if the attacker guesses session id, theres nothing we can do about it; but can we understand if he/she is trying to guess by creating random session ids. _______________________________________________ Rails mailing list
2013 Apr 15
1
trying to recover an audio CD...
I'm trying to recover data from an audio cd. it is a recording of a live session, made on a professional cd recorder, on the fly. apparently, instead of stopping it and fixating the disc, someone turned off the power. oops. I know that wodim will fixate a disk as long as it was otherwise properly terminated (I've done it more than once), but this one it won't fixate. depending on the drive I try it in, I get different messages, but in either case, it remains...
2005 Apr 05
2
cat bailing out in a for loop
...p-value for 42 SNPs. I am using the function HWE.exact from the package "genetics". In order not to do a lot of coding "by hand", I have a for loop that goes through each column (each column is one SNP) and gives me the p.value for HWE.exact. Unfortunately some SNP have reached fixation and HWE.exact requires a 2 alleles scenario. So my problem is that my for loop: ################################################## for (i in 1:42){ xxx<-HWE.exact(genotype(laba.con[,i+3], sep="")) cat(colnames(laba)[i+3],xxx$p.value,"\n")} #############################...
2009 Nov 05
0
config.action_controller.session_options[:cookie_only] = true
Recently, I got this security vulnerability on my app: Ruby on Rails Multiple Method Session Fixation Synopsis : The remote web server is affected by a session fixation vulnerability. Description : The web server on the remote host appears to be a version of Ruby on Rails that supports URL-based sessions. An unauthenticated remote attacker may be able to le...
2009 Aug 03
1
selectively altering variable value
Hello, I have run an eye-tracking experiment for which I now like to analyse the saccades. Participants looked from a fixation cross (ia = 5) to the target area (ia = 4) in following example of a data frame. ia = 9 stands for everything else. A saccade is indicated by saccade = 1. Sometimes the saccade just ends before the target area (see below). This is due to the parameters that determine a saccade and a fixation and...
2023 Feb 08
2
long delays with file enumeration & listing in large data storage environment
On 08/02/2023 12:48, Luke Barone via samba wrote: > hide unreadable = yes > > I was under the impression this was a very time consuming option in > domains. > > Just making myself an opticians appointment, how did I miss that ? Probably fixated on the bad sanitisation. Rowland
2006 Mar 16
0
freebsd-stable Digest, Vol 149, Issue 6
...P)[22] > > > > I figured I'd grab a copy of the recent 6.1-BETA4 (disc1) > ISO to > > try it out & hand it out to folks.... > > > > It seems to have worked, but I got a bit of a whine in the > "fixate" > > stage: > > > > localhost(6.1-P)[12] ls -l 6.1-BETA4* > > -rw-r--r-- 1 david wheel 464979968 Mar 15 12:13 > 6.1-BETA4-i386-disc1.iso > > localhost(6.1-P)[13] grep BETA4 CHECKSUM.MD5 > > MD5 (...
2008 Dec 13
3
Standard error of mean for aov
Hi all, I'm quite new to R and have a very basic question regarding how one gets the standard error of the mean for factor levels under aov. I was able to get the factor level means using: summary(print(model.tables(rawfixtimedata.aov,"means"),digits=3)), where rawfixtimedata.aov is my aov model. It doesn't appear that there is an equivalent function to get the standard
2006 Jun 15
8
postgresql sequence and migrations
I have a specific need to ''fixate'' my ''roles'' table sequence when migrating. at migration #4, I have 28 records in my roles tables and I can manually reset the roles_id_seq but it stands to reason that since I am doing everything else in the migration, I might as well reset the sequence there too. so I...
2020 Jul 15
2
R 4.0 for ARM processors
Thank you very much, Dirk. That nudge solved the problem, of course. I am embarrassed. I was so fixated on Ubuntu repositories that I neglected to check the Debian 'testing' world! Regarding the RPi: The RPi 4 uses the 'arm64' architecture, the full 64-bit one. I stopped using dedicated distros, such as Raspian, when Ubuntu went all-in on RPi support, which happened in their newest...
2017 Sep 26
1
Winbind group membership not updating
...n't think you can work around this, I am fairly sure if you try > this against a windows server, you would get the same result, unless > the user logs out, they will still think they are members of the group > and will get access. > > Rowland > ...huh. Yes, of course. I was fixated on the *NIX side and didn't think how Windows behaves in this situation. Well, I am happy to report that Samba behaves exactly like Windows in this regard. It still vexes me that I can't find a way to boot users off a share they shouldn't have access to anymore, but I guess that...
2006 Feb 16
1
explicitly creating new sessions
When reading Agile Web Devlopment with Rails book, at the end of section 21.3 (avoiding session fixation attacks) it states: "...you should consider creating a new session every time someone logs in." But how would you do such a thing? When I look through the API docs, I only see functions for enabling/disabling session management for certain actions, nothing about explicitly trig...
2010 Jan 18
1
does any package have the functionality of ace() from old acepack?
I found the old ace function (from acepack) valuable a couple of years ago in helping to find a transformation of the response to approximate additivity in smooth functions of the predictors. ace used alternating conditional expectations, but I'm not overly fixated on algorithms as long as it works pretty well. Is there another package that has that sort of functionality? I haven't been able to locate one, but maybe I missed something. -- View this message in context: http://n4.nabble.com/does-any-package-have-the-functionality-of-ace-from-old-ac...
2005 Nov 08
1
Reducing the deleterious effects ofego related issues on the list
Bryan... NOBODY CARES how many times Chris is wrong. NOBODY CARES what you prove on this point. Whether Chris is right, wrong or stoopid is NOT proper fodder for this (CENTOS) list. Chris being wrong is *strictly* a "Bryan Fixation". Part of YOU growing up is YOU realizing that whether Chris is or is not wrong is UNIMPORTANT to ANYTHING that you or anybody important to you think is important. Challenge: don't respond, unless it's about CentOS or related stuff (like the Meridian War... neat info I hadn'...
2012 Apr 03
0
When lack of data is data and not n/a
Greetings. Here is a problem I don't know how to handle, even by brute force. We have an 800k line data file that includes eye fixations for subjects in a 3 x 2 factorial design. There are several screen locations where information is available while Ss do their task. These locations vary by condition so there is no reason for people in some conditions (i.e., the 3-factor one) to look at some locations. So I am analyzing these c...
2006 Jul 05
8
Beating the authentication horse (dead yet?)
Guys, I''m frankly overwhelmed by the number of Rails authentication options(?) out there...from ActiveRBAC to acts_as_authenticated to LoginEngine and so on...so many options, yet on resource I''ve found really distinguishes between each. This is sad, as authentication and user management is really an area where some Rails simplicity pixie dust could be a real boon to
2015 Sep 11
1
rsync question
...gt; >> The config file should look like this: >> Host 192.168.129.2 >> Port 613 > > So we end up back needing the -e option or modifying the config file. > > thanks for your time. Really. It's fairly common on technical lists like this for people to become fixated on minor problems or inefficiencies in a command or configuration when the actual issue is more complicated. Try not to let it bother you too much. As for your original question, I'm not sure why the files weren't copied as expected. I ran your exact command with only the server nam...
2003 Apr 10
1
Writing a DVD
...00 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x24 Qual 0x00 (invalid field in cdb) Fru 0x0 Sense flags: Blk 0 (not valid) error refers to command part, bit ptr 0 (not valid) field ptr 2 cmd finished after 0.005s timeout 240s Writing time: 0.062s Average write speed 999.0x. Fixating... cdrecord: Input/output error. close track/session: scsi sendcmd: retryable error CDB: 5B 00 02 00 00 00 00 00 00 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 12 00 00 00 00 30 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Sense Key: 0x5 Illegal Request, Segme...
2015 Sep 02
1
USB HID Spec help (passing strings)
...I?m just asking for clarification, in case variable string descriptor is something different than shown there. The way they do the string descriptors in the example is how I have mine now. They return a size and address, but it is to something that was defined at compile time. I guess I?ve been fixated on that, so I don?t know if I can simply pass a different string that what was defined before. And I don?t know how to handle something of an unknown size (though in my case, the MAX size of the serial number can be defined) That?s why I was asking about the variable string descriptor...it soun...