search for: geddes

Displaying 20 results from an estimated 26 matches for "geddes".

2003 Jan 24
2
opendir(somedir/somefile): Not enough space -- why?
.../ The file list get transferred, but then I just get repeated lines of errors: recv_file_name(some_dir/fm_v200209) opendir(some_dir/fm_v200209): Not enough space I have tried with --blocking-io and --no-blocking-io, with --bwlimitXXX. Same problem each time. Any insight is appreciated. -- Bill Geddes bill_geddes@agilent.com -- UNIX is user friendly, it's just picky about who its friends are.
2003 Nov 10
2
ramdisk_size
...y and boot a 200meg uncompressed (approx 50 compressed) ramdisk onto a machine with 512meg of ram. It looks as though I'am running out of memory (attempt to access beyond end of device error). Is there a limit on what we put for ramdisk_size? Or Is there other limitations? thanks -- Jeff Geddes, BSc(UNB) Computer Systems Specialist University of New Brunswick Faculty of Computer Science eMail: jgeddes at unb.ca office: Rm. E119 phone : (506) 452-6102 fax : (506) 453-3566
2004 Feb 25
2
password changes with ctrl-alt-del
Currently I'am using samba for file sharing. My smb.conf file is basically setup as default with a few minor changes. Therefore, my samba server is not part of a domain. Right now users can map the samba shares with windows XP... With this type of setup is it possible for them to change there smbpasswd using ctrl-alt-del? If so any examples or hints on how to set this up would be great.
2002 Sep 13
1
Unable to mount root fs
...5.img label intel kernel memdisk append initrd=intel.img label samba kernel memdisk append initrd=samba.img label local LOCALBOOT 0 label modboot kernel memdisk append initrd=modboot.img Also note I updated the bios on the problem PC to the latest version. Thanks, -- Jeff Geddes, BSc(UNB) Computer Systems Specialist University of New Brunswick Faculty of Computer Science eMail: jgeddes at unb.ca office: Rm. E119 phone : (506) 452-6102 fax : (506) 453-3566
2002 Sep 14
1
Re: SYSLINUX digest, Vol 1 #196 - 4 msgs
Hello ! Maybe passing argument root=/dev/ram0 or root=/dev/rd/0 would help ? I use isolinux and it works in the isolinux.cfg sylvain > Message: 3 > Date: Fri, 13 Sep 2002 14:11:38 -0300 (ADT) > From: Geddes <jgeddes at unb.ca> > To: syslinux at zytor.com > Subject: [syslinux] Unable to mount root fs > > > Hey all, > > I'am able to use pxelinux to successfully boot a particular kernel and > image on various IBM PC's ex. 6287-41U and 6591-34U. However, using the...
2013 Mar 28
2
how to search a list that contains multiple dissimilar vectors?
...g cumbersome loops to iterate though the elements, but there must be a simple, effective method to which I have not found a reference. Many thanks in advance, and apologies if I have overlooked a reference passage. Best, Eric -- Eric Rupley University of Michigan, Museum of Anthropology 1109 Geddes Ave, Rm. 4013 Ann Arbor, MI 48109-1079
2002 Jun 13
1
rsync: error writing NNNN unbuffered bytes - exiting:Connection reset by peer
...rking is 100Mbit, each NIC card is Realtec 8139too driver compatible. I've tried adding the '--bwlimit=NNNN' and '--blocking-io' options when invoking the client rsync, but neither affects the result. Suggestions on how to proceed would be greatly appreciated. Thanks -- Bill Geddes bill_geddes@agilent.com -- "I had a fortune cookie the other day and it said: 'Outlook not so good'. I said: 'Sure, but Microsoft ships it anyway'."
2002 Jul 18
0
rsync: error writing NNNN unbuffered bytes - exiting:Connection reset by peer -> NIC driver problem!
...My suggestion would be to keep and publish on the Rsync website a list of linux network hardware and driver combos that are: 1. Know Good, 2, Known to have problems. Put Realtec NICs with the 8139too driver on the "Known to have problems" list. -----Forwarded Message----- From: Bill Geddes <bill_geddes@agilent.com> To: rsync@lists.samba.org Subject: rsync: error writing NNNN unbuffered bytes - exiting:Connection reset by peer Date: 13 Jun 2002 09:38:56 -0600 Has anyone figured out what is happening with this error? There are many reports of this, but the advise seems to fall...
2003 Dec 06
1
rsync --daemon fails on systems with nfs-kernel-server
...rve files, so this solution worked. Is this a known conflict, or has anyone seen this? My system is a debian (running sid - unstable), and rsync v. 2.5.6-1, kernel is 2.4.22. I have another system where I intermittently cannot start rsync in daemon mode, and it serves nfs as well. -- William Geddes <wgeddes@wgeddes.com>
2002 Jul 03
1
syslinux 1.75
...d the pxelinux.0 from 1.75 with the one from 1.74 because the kernel would not load. I would get a message: boot: loading bzImage2...................Ready. Uncompressing Linux... Ok, booting the kernel. and that would be it. Any suggestion on how I can solve my mtab problem. Thanks, -- Jeff Geddes, BSc(UNB) Computer Systems Specialist University of New Brunswick Faculty of Computer Science eMail: jgeddes at unb.ca office: Rm. E119 phone : (506) 452-6102 fax : (506) 453-3566
2011 Nov 08
1
passing dataframe col name through cbind()
...5 2 Ron 30 6 3 Bud 20 4 > ?but this doesn't: > cbind(scores[,1],scores[,2:3]) scores[, 1] round1 round2 1 Bob 40 5 2 Ron 30 6 3 Bud 20 4 -- Eric Rupley University of Michigan, Museum of Anthropology 1109 Geddes Ave, Rm. 4013 Ann Arbor, MI 48109-1079 erupley at umich.edu +1.734.276.8572
2010 Mar 26
2
DISPLAYING TABLE in file
Hi, I wish to NEATLY store, and later display one table per file (similar to capabilities of write.table()). BUT BY NEATLY I MEAN: 1. Column Headings right aligned with data values. 2. Decimal points line-up per column. 3. Data values padded trailing zeros per column (if not integers). 4. "Tricky" formats such as certain characters/dates possibly chosen by the user? bla bla bla I do
2002 Jul 10
4
pxelinux
Hello H. Peter, we use pxelinux to start linux on desktop pcs. Now we have a problem with the interaction of dhcp. If the ip address is not fix, we cannot use the ip address as name for the configfile. A better solution would be, first to check for the mac and then for the ip address. Is it possible? TIA, Tobias
2012 Jan 10
2
short-hand to avoid use of length() in subsetting vectors?
...ks. But the fantasy test.frame$Baffin[seq(,-3)] obviously doesn't? Any suggestions will be gratefully appreciated? As always, many thanks to the patient list members who helps on these simple questions... Best, Eric -- Eric Rupley University of Michigan, Museum of Anthropology 1109 Geddes Ave, Rm. 4013 Ann Arbor, MI 48109-1079 erupley at umich.edu +1.734.276.8572
2005 Jul 22
1
fc4 pxelinux initrd
I would like to mount the initrd that is in the pxelinux directory for fedora core 4. I have gunziped the image and mount -o loop. However, doesn't recognize the file system type. Does anyone know what file system this image uses? thanks -- Jeff Geddes
2005 Nov 03
0
kernel not starting
...kernel starts fine. I have tried other kernels and the latest pxelinux.0. I was wondering if this maybe a known issue and what to do inorder to fix. here is /pxelinux.cfg/default label 7 kernel bzImage-2.6.11.12 append ramdisk_size=256000 root=/dev/ram0 rw initrd=fcs-rd.gz thanks, Jeff Geddes
2002 Jun 23
0
More info on rsync error - what it is not
...te returns a one-hop result. Again, attempts to use the '--bwlimit' and '--blocking-io' options do not help results. I have had the connection reset while rsync was receiving its list, and after about 100Mb of files have transfered. This situation is getting desparate. -- Bill Geddes bill_geddes@agilent.com
2000 Apr 11
1
DOMAINNAME\Username
Sorry Luke, You may have already answered this, but I have had a few minor setbacks the last couple of days and haven't received any mail over the last week. Can you explain who needs the DOMAINNAME\Username? As of when? And why this is needed? Also any side effects of doing this (I know it may cause a problem with the username length on some *cough* antiquated *cough* systems ;-). (Just
2000 Jun 15
0
Hooking up
Matthew Geddes wrote: > > Mike Westkamper wrote: > > > > > > None of the connected systems seem to browse the Linux box. I have '95, '98, > > NT4, and NT5(2k) systems connected. > > They should when WINS is working properly. I can't see your message from > her...
2004 Feb 09
0
password change using XP
...sync between the server and XP. I have tried things like allowing null password etc. My first Question is it possible to change passwords (/etc/samba/smbpasswd) using windows onto a samba server where each has no domain membership and encryption is on? Second question is if so how? -- Jeff Geddes, BSc(UNB) Computer Systems Specialist University of New Brunswick Faculty of Computer Science eMail: jgeddes@unb.ca office: Rm. E119 phone : (506) 452-6102 fax : (506) 453-3566