search for: tracy

Displaying 20 results from an estimated 102 matches for "tracy".

Did you mean: track
2017 Mar 21
0
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...a suitable directory by > > tar xvzf block_seq.tgz > > The binary "block_seq" was compiled on Debian Jessie. > If it does not run, do > > cc -o block_seq block_seq.c > > to get a locally compiled binary. Build your code: 2017-03-21 12:31:07 dpchrist at hd-tracy ~ $ cat /etc/debian_version 8.7 2017-03-21 12:33:27 dpchrist at hd-tracy ~ $ uname -a Linux hd-tracy 3.16.0-4-686-pae #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) i686 GNU/Linux 2017-03-21 12:33:29 dpchrist at hd-tracy ~ $ cd sandbox/syslinux/thomas-schmitt/block_seq-20170321-0141/ 2017-03-21 12...
2017 Mar 21
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
Hi, i have uploaded a little gz compressed tarball http://scdbackup.webframe.org/block_seq.tgz containing -rwxr-xr-x thomas/thomas 4552 2017-03-21 09:23 block_seq -rw-r--r-- thomas/thomas 315 2017-03-21 09:22 block_seq.c To be unpacked in a suitable directory by tar xvzf block_seq.tgz The binary "block_seq" was compiled on Debian Jessie. If it does not run, do cc -o
2002 Jun 12
1
Mapping Drives from Windows 2000
...not authorized t log in from this station. Now, I can telnet into the unix server. I can ping the unix server. The unix can ping the pc. I do not understand what the deal is or how to fix it. Is this a problem on the pc side or the unix side? Any help would be appreciated. Thanks in advance Tracy Jackson Tennessee Wildlife Resources Agency GIS tracy.jackson@state.tn.us -------------- next part -------------- HTML attachment scrubbed and removed
2009 Nov 21
2
how to ignore NA when using cumsum?
...e sums for each row. Here's the code that works until it reaches an NA, then returns all subsequent values as NA. Adding na.rm=TRUE returns the error: Error in FUN(newX[, i], ...) : 2 arguments passed to 'cumsum' which requires 1 cumsums <- apply(proportion, 1, cumsum) Thank you, Tracy [[alternative HTML version deleted]]
2004 Dec 21
7
Cannot transfer with Cisco or Snom
...g in, talking to someone, and having them transfer me: http://www.copilotconsulting.com/typescript I was running a recent CVS version of * but have gone back to CVS-v1-0-12/21/04-16:31:58 just to make sure it isn't some sort of problem with latest cvs. Any clues are greatly appreciated! -- Tracy Reed http://copilotcom.com This message is cryptographically signed for your protection. Info: http://copilotconsulting.com/sig -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available U...
2005 Dec 28
3
Handcar on Rails
Dear Friends of Rails, I would like to make a suggestion: There are two famous (German) projects out there: SelfHTML [1] and SelfPHP [2], which are some kind of on- and offline (!) documentations. They contain a nearly complete reference and some tutorials. Is anyone interested in helping me to build something similar for Rails? I just have some ideas (like the name and the domain: handcar.de),
2006 Feb 16
2
how can I use lmer on a windows machine?
...ges (when I install them from the GUI, the function lmer does not work). I wondered if I need to install a newer version of R, and if so, which version should I install, and how should I do that? Thank you so much for your time and help. Please send replies to tsfeldman at noble.org Take care, Tracy S. Feldman Postdoc Noble Foundation
2005 Jun 04
1
Asterisk@Home Forum Suggestions
...some already setup but I am not so sure of how logical the categories are. You can view what is already in place at http://www.asteriskathome.org. As you can see, the forum descriptions are a bit sparse as well, so suggestions there would be welcome. Thanks for your help and have a great day! --Tracy
2017 Mar 19
2
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
...ve 32-bit Debian GNU/Linux USB images without >> isohdpfx.S and syslinux.bin? > > You could try > https://www.debian.org/releases/jessie/i386/ch04s03.html.en#usb-copy-flexible This is how I prepared an ADATA USB Flash Drive 4 GB: # cat /etc/debian_version 8.7 # uname -a Linux hd-tracy 3.16.0-4-686-pae #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) i686 GNU/Linux # dmesg | tail -n 17 [ 3427.672019] usb 5-2: new high-speed USB device number 2 using ehci-pci [ 3427.807674] usb 5-2: New USB device found, idVendor=125f, idProduct=c08a [ 3427.807680] usb 5-2: New USB device strings: Mf...
2013 Jan 19
1
Serial console
...still can't connect and get a login prompt. # ps -ef |grep agetty root 46110 1 0 16:13 ttyS1 00:00:00 /sbin/agetty /dev/ttyS1 19200 vt100-nav root 46118 1 0 16:13 ? 00:00:00 agetty -h -L -w /dev/ttyS1 115200 vt102 What is the right way to set this up? Thanks! -- Tracy Reed
2001 Oct 23
1
samba NT ACL support problem?
...IBUTES BUILTIN\Administrators:F NT AUTHORITY\SYSTEM:F Anyone seen this before or have any ideas what might be causing it? (I've tried with "nt acl support" both on and off) Thanks, Chris --------------------------------- Chris Tracy System/Network Administrator Engineering Design Center Santa Clara University "Wherever you go, there you are."
2005 Dec 27
2
postfix, dovecot, sasl deliver error
Hi, I am receiving an error when trying to send mail. I am using FreeBSD 6 and dovecot 1.0.alpha5 and postfix 2.3-20051223 which includes the dovecot sasl patch. I am getting: Dec 26 17:26:45 example postfix/pipe[612]: DC90D5C30: to=<tep@example.com>, relay=dovecot, delay=14, delays=14/0.05/0/0.08, dsn=4.3.0, status=deferred (temporary failure. Command output: Error:
2017 May 11
4
Using queue priorities to add agents
Hi, I have a scenario that I am failing to implement using the Queue app, but which I had thought would be commonplace... 1) (this bit works fine) I want a queue caller to have access to the basic set of agents initially, with an overflow to additional agents if they are busy - This is done using penalty: queues.conf: member => SIP/dev1,0,Agent1 member => SIP/dev2,0,Agent2 member =>
2005 Dec 25
3
Rails + postgresql
Are there any code examples of using rails and postgresql - I cannot seem to get a simple example working (it could be a connect problem or an active record problem - error msg just says error. thks. -- Posted via http://www.ruby-forum.com/.
2005 Mar 11
1
difficulties with the save.image() function
...drive. Here is the command which saves my workspace to my working directory: save.image("H:/Consulting/cmlExprA.RData") And here is the error I get: Error in save(list = ls(envir = .GlobalEnv, all.names = TRUE), file = outfile,: error writing to connection Any assistance? Many thanks, Tracy L. Bergemann, PhD Biostatistics Core University of Minnesota Cancer Center B412-4 Mayo building Office # 626-5408
2008 Sep 05
1
buildinstall cannot find modules
...el rpm and so on for many kernel modules. I notice that the filename it says it is unpacking ends with .x86_64.rpm.x86_64. Is that normal? I google'd and found someone else saying theirs did the same thing. Could this be related to why I'm not ending up with an initrd being installed? -- Tracy Reed http://tracyreed.org -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20080904/7aef9444/attachment-0002.sig>
2007 May 30
1
QueryParser prefixing terms when stemming?
...et: (pos=1))". The result is no matches, even though the term pet exists. If I use STEM_NONE, the output is the same as the output from 0.9.9.1 and there are matches. It seems like the Z is a prefix, but since I'm new to Xapian, I'm not sure. Could someone guide me? Cheers, Tracy
2005 Dec 09
5
Memory overcommit
...Just let them swap everything back in and use up to the maximum RAM configured for that domain if they get busy and need it but let it swap out the rest of the time so other busier domains can use the physical RAM. This is feature #1 on my Xen wishlist. Is there any work going into this area? -- Tracy R Reed http://copilotconsulting.com 1-877-MY-COPILOT _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2006 Aug 12
3
Problems with x86_64 kickstart
...ome difference in the initrd's but for some reason /linuxrc is a symlink to sbin/init which is a binary executable instead of a shell script. Anyone know why it isn't a shell? And why would my x86_64 kickstart be behaving different from my i386? Any help is very much appreciated! -- Tracy R Reed http://ultraviolet.org A: Because we read from top to bottom, left to right Q: Why should I start my reply below the quoted text
2017 Mar 19
3
"isolinux.bin missing or corrupt" when booting USB flash drive in old PC
On 03/18/2017 03:02 PM, Thomas Schmitt via Syslinux wrote: > Hi, > > David Christensen wrote: >> I use this USB flash drive for bootable installer images; I do not >> attempt to mount it. I don't know that I could, even if I wanted to: > > mkdir /mnt/iso > mount /dev/sdc /mnt/iso > > or, because partition 1 starts at block 0, you may mount it too >