similar to: using syslinux on USB key with 2048-byte sectors

Displaying 20 results from an estimated 4000 matches similar to: "using syslinux on USB key with 2048-byte sectors"

2003 Mar 12
3
Independent Components Analysis
A colleague suggested that some R software was available for estimating "Independent Components Analysis" (ICA) (... signal separation). If so, I''d appreciate any pointers . Chris Barker Director of Statistical Research MEDTAP International, Inc. Redwood City, Ca www.medtap.com <http://www.medtap.com/> 650 632 4218
2007 Nov 21
2
File locking problems and duplicate emails with the snarf plugin
Two weeks ago we switched all our IMAP users (around 25,000) from the Washington IMAP server to Dovecot, and since then there have been several occasions when reading new email just hangs, and duplicate emails appear. We are using the 'snarf' plugin to copy new email to the inbox, and it looks as though the problems are caused by file locking. We have been using the Washington IMAP server
2003 Mar 25
1
dovecot+Solaris 9
Does the /dev/urandom issue apply to Solaris 9 as well??? Thanks Ron -- Dr. Ronald Barker Senior Technology Manager Vodafone Group Research & Development - D Vodafone Pilotentwicklung GmbH Chiemgaustrasse 116 81549 Munich Germany Fon: + 49 (89) 95 410-0 Fax: + 49 (89) 95 410-111 mailto:ron.barker at v-pe.de http://www.vodafone-rnd.com <<Barker, Ron, vpe.vcf>>
2003 Mar 25
1
Help
Hi to all, We are a bit of newbes to imap etc, so may be we just not doing it right. Nevertheless, We have compiled dovecot to run under Solaris 8/9 for IPv6 test. We are going crazy. After a successful compilation, the troubles really began. Solaris 9 1. Every?time we reboot- the directory /var/run/dovecot/auth is gone ???? 2. After the dir is created manually, the server starts.
2007 Dec 08
2
Stale NFS file handle and duplicated messages
We recently moved all our users from the Washington IMAP server to Dovecot. There has been a substantial improvement in performance, but some users are reporting duplicate messages, and we see 'Stale NFS file handle' errors in the syslog. Does anyone know what would cause this ? The errors relate to the index file, eg. Nov 29 00:49:47 imap-e.ucl.ac.uk dovecot: [ID 107833 mail.error]
2002 Aug 13
2
Word and samba
Greetings Group I think the Word crashing problem is quite common and does not confine itself to Samba as PDC. Running Word with any file open on a Samba server seems to invite trouble and file trashing. This seems to more of a problem with Win2000 and XP than Win9X and NT. I suspect that Micorsoft have "improved" the code to "optimise" performance for Micorsoft
2010 Apr 29
2
understanding behavior of "merge"
I'm trying to bootstrap resample from a repeated measures dataset. I sample a vector of "ID"'s from my dataframe with replacement. Then I merge this back with my dataframe. I'm re-sampling subjects in the dataset rather than rows of the data. I thought I could use the left/right join features of the merge to select the records I want from the dataframe (mydataframe), like
2001 Apr 28
1
Cygwin and sshd (fwd)
---------- Forwarded message ---------- Date: Sat, 28 Apr 2001 13:12:47 -0400 From: Brandon Barker <bebarker at meginc.com> To: openssh at openssh.com Subject: Cygwin and sshd Is it possible to compile and run sshd on win32 with cygwin? When I trie to ./configure and make and make install, only the client programs are produced. Thanks, Brandon Barker
2007 May 04
1
Moving new email from the mail spool to the inbox
We are considering switching from the Washington UW IMAP server to Dovecot for performance reasons, but we make use of the feature in the UW server that automatically moves new email from the mail spool to the IMAP INBOX. Has anyone implemented this in Dovecot, or considered implementing it ? We have a large number of users, so cannot easily change the way that we deliver email. -- Adrian
2005 May 19
1
Trusted domains with ldapsam_compat in samba 3
Hi all :-) We are currently hosting a SAMBA domain that provides login & file serving for public clusters around the university campus. We are using Samba 3.0.10, with an LDAP server that uses a samba 2.x schema. A department would now like to trust our domain for authentication, and use their own domain to administer their windows boxes. Will we be able to create a domain trust account
2005 Jul 30
2
Premature termination of script
I am fairly new to R and I am writing a script that would take a file, as an input, and generates a bunch of graphs out of it. My first task is to be sure that the file is of the right type by looking if there is a valid barcode in it as in (the barcode is beetween a double and single underscore): library(tkWidgets) ############## #Loading a file #testing if valid if not kill the execution
2009 Feb 17
1
Processing a list of fit objects
Hi, I have a list of fit objects (fit objects from HMISC functions) I create elements in the list in this way lrm.sumtot <- lrm( ae7bepn ~ trarm + sumtot , data=sd.fix) lrm.list[['lrm.sumtot']] <- lrm.sumtot And I can run (anova(lrm.sumtot)) The following also gives the anova I'd expect zz <- lrm.list[['lrm.sumtot']];anova(zz) And similarly for the summary
2006 Aug 30
1
Handling realisations in geoRglm
Dear R users: I want to model mosquito count data based on landcover attributes and meteorological variables using a Poisson GLSM in the geoRglm package. I have monthly mosquito counts over more than 20 years with repeated observations from individual trap sites over time. I have used as.geodata() to successfully read my dataset into the geodata format utilized by geoR and geoRglm,
2003 Apr 10
1
File size limitations?
Hi I'm running rsync 2.5.6 protocol version 26 on solaris 8. I have a local software RAID array, plus a mounted netapp fileserver, and am looking to replicate the contents of the netapp mount on the RAID array. I run a cronjob each night, with lines like :- /usr/local/sbin/rsync -ar /netapp/all/projects /backup/vol0/ >> /tmp/rsync_log.txt 2>&1 Looking at the log files, I get
2008 Dec 13
1
simple list question
I'd appreciate some tips, I'm making a simple mistake trying to extract elements from a list of fit objects. The following command works, coef( cph.list[[1]] ) ,.... coef( cph.list[[3]] ) and so forth. These extract regression coefficients from the appropriate list element. When I try to run this inside a for loop, or an lapply (lapply(cph.list,coef)) I get this error
2009 May 24
1
Sending UDP packets from comboot
Hi everyone. I've read through the archives and found a few posts about using the PXE stack, but none of these really helped me. What i want to do is: Prompt the user for 2 values, desired hostname and a "pin" (just a number) and send this information over UDP to my server The problem is not the user input but the UDP part. I've tried to change the code from the post of jesse
2006 May 16
1
Cofnigure (Building) trouble
Hi, I'm trying to build R on SuSE 10.1/x86_64. I had to download fortran as it wasn't supplied by SuSE. Octave, which also uses both C and Fortran was able to compile w/o trouble. The problem I run in to with R is the following. R's configure script will complain that it can't find the fortran libraries (octave didn't give this complaint). When I specify them using
2001 Oct 31
0
FW: HP3000 problem
-----Original Message----- From: MCCALL,DON (HP-USA,ex1) Sent: Wednesday, October 31, 2001 9:00 AM To: 'Richard Barker'; MCCALL,DON (HP-USA,ex1) Subject: RE: HP3000 problem Hi Richard; Are you doing the operations on these files from the MPE prompt, or are you in the posix shell at the time of the edit/pipe, whatever? And what MPE filetype are you working on? Problem is that samba
2005 Oct 12
7
www.mycookbook.com not working - just shows apache page
Curt, This is really, really cool.... On hiccup for me though. All was well until I went to manage the cookbook application. The Start SCGI command gave the following output: D:\INSTAN~1\rails_apps\cookbook>..\..\ruby\bin\ruby.exe script\scgi_rails start -p 9999 -e production -D ERROR: Could not setup a SIGHUP handler. You won''t be able to get status. Listening for connections on
2001 Nov 09
0
FW: Samba on Win2K
After I made the following changes to get my Win2k machine to be able to mount my Unix disk, now my Win95 machine is not able to mount the Unix disk (using 'map network drive'). It asks me for a password but says the password is invalid, it is the same password that is used on the Win95 and Unix machines... help > -----Original Message----- > From: Barker, Brian W. > Sent: