search for: harpo

Displaying 18 results from an estimated 18 matches for "harpo".

Did you mean: harp
2005 Jan 01
1
extlinux probs
I gave extlinux a whirl, 1. installed debian onto a usb hard drive from laptop (onto /dev/sda1) did *not* install grub or lilo. 2. set up extlinux on /dev/sda # mount /dev/sda1 /mnt/t1 [root at harpo syslinux-3.00]# cd /mnt/t1/ [root at harpo t1]# ls boot/ config-2.6.8-1-386 initrd.img-2.6.8-1-386 System.map-2.6.8-1-386 vmlinuz-2.6.8-1-386 [root at harpo t1]# mkdir boot/extlinux [root at harpo t1]# cd boot/extlinux/ [root at harpo extlinux]# ln ../initrd.img-2.6.8-1-386 . [root at harpo...
2019 Aug 15
2
Feature request: non-dropping regmatches/strextract
I do think keeping the default behavior is desirable for backwards compatibility; my suggestion is not to change default behavior but to add an optional argument that allows a different behavior. Although this can be implemented in a user-defined function, retaining empty matches facilitates programmatic use, and seems to be something that should be available in base R. It is available, for
2005 Feb 25
2
Problem with simple menu and 3.08pre5, 3.07 works
Hi A Optiplex GX270 with bios A06 (latest) freezes at the menu when I use 3.08pre5. Setup was simple menu (menu.c32) and pxe. When I tested with 3.07 everything worked as normal. I Have not had any problem with 3.08pre5 in other tests and machines. Also but not that important, I learned that for the hotkey highlight to work It must be uppercase for me. If lowercase the goto still works but
2019 Aug 15
1
Feature request: non-dropping regmatches/strextract
Using a non-capturing group, "(?:...)" instead of "(...)", simplifies my example a bit > x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo") > strcapture("([[:alpha:]]+)?(?: *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x, proto=data.frame(Name=character(), Address=character(), stringsAsFactors=FALSE)) Name Address 1 Groucho groucho at marx.com 2 chico at marx.com 3 Harpo Bill Dunlap TIBCO S...
2017 Jul 11
2
old hardware / minimal netinstall -> CPU fan control
...m. The CPU fan is going at full speed constantly. Not a real problem apart from (a) it will affect the fan's lifespan and (b) it's noisy. I've done some Googling and found some help. I've installed lm_sensors and run sensors-detect. After reboot I get the following: [root at harpo ~]# sensors acpitz-virtual-0 Adapter: Virtual device temp1: +40.0?C (crit = +75.0?C) [root at harpo ~]# which implies that it can read the CPU temp, but the fan is still going at full speed. Can anyone suggest what I need to do next to enable fan speed control? [root...
2005 Feb 25
1
corner cases in 308-pre5, pxelinux.cfg/default, esp w simple menus
...to fetch menu.c32 No attempt to fetch is in tftp server log. ??? (even if I correct the comment-induced config error) suggesting that my (possibly erroneous) placement of menu.c32 is not responsible. absence/presence of MENU TITLE is irrelevant. Feb 25 15:06:10 harpo in.tftpd[10178]: tftp: client does not accept options Feb 25 15:06:10 harpo in.tftpd[10179]: RRQ from 192.168.42.100 filename pxelinux.0 Feb 25 15:06:17 harpo in.tftpd[10180]: RRQ from 192.168.42.100 filename pxelinux.cfg/01-00-00-24-c2-46-c8 I have a few other corners in my setup, that may/ma...
2019 Aug 15
0
Feature request: non-dropping regmatches/strextract
...hink strcapture() does a pretty good job of what I think you are trying to do. Perhaps adding an argument to map no match to NA instead of "" would give you just what you wanted. > x <- c("Groucho <groucho at marx.com>", "<chico at marx.com>", "Harpo") > d <- strcapture("([[:alpha:]]+)?( *<([[:alpha:]. ]+@[[:alpha:]. ]+)>)?", x, proto=data.frame(Name=character(), Junk=character(), Address=character(), stringsAsFactors=FALSE)) > d[c("Name", "Address")] Name Address 1 Groucho groucho...
2017 Aug 29
0
Centos 6 Airprint using CUPS/Avahi
...ine until I try to print from my IPhone. I usually test by trying to print an email. As soon as I go to search / select a printer I get the following start to appear in /var/log/cups/error_log E [29/Aug/2017:15:24:07 +0100] Request from "10.1.103.237" using invalid Host: field "harpo.local:631" The printer list appears and I can select a printer and click on print. However nothing prints off, and I just keep getting the above error message. I've tried setting [server] host-name=harpo domain-name=ringways.co.uk in /etc/avahi/avahi-daemon.conf but that just preven...
2005 Dec 15
1
Breaking the 256 command line limit
I'm building pxe-booted kiosk systems using pxelinux 3.09 and linux kernel 2.6.14. I noticed a discussion on this list that 3.09 supports a 511 character command line but that the kernel would need to be patched to access it beyond 255. How can I patch the kernel to do so? Andrew Lambe Systems Programmer Information Technology Oral Roberts University Tulsa, Oklahoma
2006 Mar 03
0
any magic bytes in pxelinux.0 that are useable by /usr/bin/file ?
[jimc at harpo boot]$ file pxelinux.* pxelinux.0: data pxelinux.0-3.11: data pxelinux.cfg: directory it would be nice if /usr/bin/file recognized pxelinux.0 as something else, and was a bit more informative; more like these : ldlinux.bin: x86 boot sector, code offset 0x58 ldlinux_bin.c: ASCI...
2009 Oct 05
1
merging lua branch
hi all, I think Ive successfully merged the lua branch with master, it needed a minor fix to a Makefile, as follows. I couldnt coax it to give me anything via git format-patch <something>, so I got this from qgit: Is there a more correct way to submit this ?? [jimc at harpo syslinux.git]$ more patch diff --combined com32/Makefile index 4a58485,5d1ff44..81e7a16 --- a/com32/Makefile +++ b/com32/Makefile @@@ -1,3 -1,4 +1,4 @@@ - SUBDIRS = lib gpllib libutil modules mboot menu samples rosh cmenu hdt -SUBDIRS = lib libutil modules menu samples lua/src ++SUBDIRS = lib gpl...
1999 Sep 28
1
smbwrapper: what is it?
What's smbwrapper for? It's a --with- option given by ./configure --help, but none of my docs mention it. Will -------------------------------------------------------------------------- | harpo@udel.edu lowe@cis.udel.edu lowe@debian.org lowe@asel.udel.edu | | http://www.cis.udel.edu/~lowe/ | | PGP Public Key: http://www.cis.udel.edu/~lowe/index.html#pgpkey | --------------------------------------------------------------------------
2005 Jan 25
1
SYSLINUX 3.08-pre5
I have released SYSLINUX 3.08-pre5. Sparse files should now work correctly in extlinux. Symlink support still needs to be added, though. -hpa
2006 Aug 26
2
SYSLINUX 3.20 released
Hi all, I have officially released SYSLINUX 3.20: Changes in 3.20: * EXTLINUX: New options --install (-i) and --update (-U), to make it clear if a boot loader should be installed or updated. For now, defaults to --install for compatibility; a future version will require one of these options. * New library functions to load and place files in
2005 Aug 15
1
MSDFS redirection WinXP SP2
...py] path = /etc/samba/msdfs_links/hosts/grumpy msdfs root = yes [hades] path = /etc/samba/msdfs_links/hosts/hades msdfs root = yes [hammer] path = /etc/samba/msdfs_links/hosts/hammer msdfs root = yes [happy] path = /etc/samba/msdfs_links/hosts/happy msdfs root = yes [harpo] path = /etc/samba/msdfs_links/hosts/harpo msdfs root = yes [hathor] path = /etc/samba/msdfs_links/hosts/hathor msdfs root = yes [helga] path = /etc/samba/msdfs_links/hosts/helga msdfs root = yes [hertz] path = /etc/samba/msdfs_links/hosts/hertz msdfs root = yes [hom...
2003 Dec 01
0
No subject
...ath: <rcgraves@brandeis.edu> Delivered-To: samba@lists.samba.org Received: from clavin2.unet.brandeis.edu (clavin2.unet.brandeis.edu [129.64.99.33]) by lists.samba.org (Postfix) with ESMTP id 2B2F3457D for <samba@lists.samba.org>; Sun, 10 Jun 2001 18:08:02 -0700 (PDT) Received: from harpo.unet.brandeis.edu (IDENT:0@harpo.unet.brandeis.edu [129.64.99.144]) by clavin2.unet.brandeis.edu (8.9.3/8.9.3/UNet2.1) with ESMTP id VAA32630 for <samba@lists.samba.org>; Sun, 10 Jun 2001 21:07:46 -0400 Received: from localhost (rcgraves@localhost) by harpo.unet.brandeis.edu (8.9.3/8....
2007 Jan 11
2
FreeBSD Security Advisory FreeBSD-SA-07:01.jail
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-07:01.jail Security Advisory The FreeBSD Project Topic: Jail rc.d script privilege escalation Category: core Module: etc_rc.d Announced:
2000 Apr 18
1
R Packages in Windows
I have installed R version 1 for windows and have installed the survival5 package in the library folder, but the base package only seems to partially acknowledge survival5's presence. How have I screwed up? The diagnostics are as follows... >library(survival5) ** no warning given.. seems OK ** >help(package=survival5) **this gives the contents of the package correctly,