search for: pbr

Displaying 20 results from an estimated 36 matches for "pbr".

Did you mean: br
2019 Dec 17
1
chainloading syslinux problem
...019 at 23:19, Gregory Lee Bartholomew < gregory.lee.bartholomew at gmail.com> wrote: > On Tue, 2019-12-17 at 22:46 +0100, David Bala?ic via Syslinux wrote: > > Hi! > > I have bootable (USB flash) disk, that _appears_ to be using syslinux. > > (the word syslinux is in the PBR, in the hexdump). > > How can I chainload it? The payload seems to be a file that I tried > > load with COMBOOT, COM32 etc, but nothing works (they report that the > > file is not in proper format, wrong magic number or simply crash). How > > to proceed? > > > >...
2006 Oct 18
1
Installing SYSLINUX in PBR, not MBR?
Hi. Are there any gotchas to installing SYSLINUX in the PBR of a partition, and not the MBR of the overall hard drive? The reason I want to do this, is to take my "PXE-on-a-disk" project, and install it simply into one very small (1MB or so) FAT16 partition. ftp://ftp.scyld.com/private/jlehan/pxe-on-a-disk.html This partition would be placed...
2019 Dec 17
2
chainloading syslinux problem
Hi! I have bootable (USB flash) disk, that _appears_ to be using syslinux. (the word syslinux is in the PBR, in the hexdump). How can I chainload it? The payload seems to be a file that I tried load with COMBOOT, COM32 etc, but nothing works (they report that the file is not in proper format, wrong magic number or simply crash). How to proceed? is there a 100% way to confirm that it is really syslinux?...
2000 Nov 01
1
Re: desiderata for data manipulation
> From: rossini@blindglobe.net (A.J. Rossini) > Date: 01 Nov 2000 07:47:21 -0800 [...] > Thanks for the pointer to stack/unstack -- now, having been reminded, > I think I'd seen these float through on the list (still doesn't solve > the missing modeling routines (parametric GLMMs, some of the > econometrics stuff -- does R _easily_ do 3SLS?), but they'll appear >
2007 Dec 08
0
Patch for easier dynamic SAD PBR
Yesterday I posted a patch on the netdev list but it occurred to me that folks here might have more to say about the proposed feature (and a stake in it since it would add syntax to iproute) http://www.spinics.net/lists/netdev/msg49450.html Comments very welcome.
2000 Sep 28
2
Re: [R] Nothing can be pasted...
> Date: Thu, 28 Sep 2000 14:28:31 +0200 (CEST) > From: gb <gb@stat.umu.se> > > > Compiling R-1.1.1 on RedHat Linux 7.0 gives lots of warnings like > > In file included from tabulate.c:24: > ../../src/include/config.h:192:21: warning: nothing can be pasted after > this token > > which I didn't see with RH6.2. However, R seems to run just fine >
2010 Feb 14
6
Nginx Sock And Rails Envinroment Error
...ment form. Interestingly, when running on a port rather than a sock, if i visit that port, the errors are rendered as normal with a 500 page, the same port, throught nginx, shows errors like you do in development. The app is rails latest (not 3), i run it with unicorn_rails -E production -c /root/pbr/current/config/unicorn.rb -D and unicorn.rb looks like.. worker_processes (20) preload_app(true) Im thinking it could be a permissions problem, the rails directory is in under root, nginx runs as user nginx, but i have given chown permission the the directory? Cheers, Alex Please CC alexbarlow...
2007 Nov 28
0
dynamic PBR, actions, docs and getting it all straight
Hi, Fair warning this may be a bit rambling, and is definitely a bit long. I am trying to prototype a system for doing dynamic policy-based routing (source address dependent based on reverse routes from BGP or other dynamic routing protocols.) We need to do this due to a cacophony of factors I won''t get into. To do so the general plan is to store dynamic routes in their own table,
2011 Mar 12
3
pass character vector in instrument field of get.hist.quote function
I am new to R so I apologize if my question is trivial. I have not been able to figure out whether what I want to do is even possible. I have a data frame of stock ticker symbols which I store into R space from a txt file as follows: tickers <- read.csv("stocks.txt", header=FALSE, sep=",") tickers <- tickers[1] / the tickers are stored in the first column >
2005 Dec 29
1
use of tapply?
...I can rewrite this code? Many thanks Tom data.intersects<-data.frame( x=c(0.230,0.411,0.477,0.241,0.552,0.230), y=c(0.119,0.515,0.261,0.431,0.304,0.389), angle=vector(length=6), length=vector(length=6), row.names=c('tbr','trg','dbr','dbg','pbr','pbg')) calcDist<-function(x,y){ #calcualates distance from origin (C) origin<-data.frame(x=0.34,y=0.36) dx<-origin$x-x dy<-origin$y-y length<-sqrt(dx^2+dy^2) angle<-asin(dy/length) return(list('length'=length,'angle'...
2012 May 26
2
[PATCH] Update diag/mbr instruction to match the current filename.
...-- a/diag/mbr/handoff.S +++ b/diag/mbr/handoff.S @@ -43,11 +43,11 @@ * Install instructions (assuming your target is /dev/dev; file or block device): * * MBR: - * dd conv=notrunc bs=440 count=1 if=mbr_ho.bin of=/dev/dev + * dd conv=notrunc bs=440 count=1 if=handoff.bin of=/dev/dev * * VBR/PBR (should work for FAT12/16/32, ext[234]fs, btrfs): * echo -en "\0353\0130\0220" |dd conv=notrunc bs=1 count=3 of=/dev/dev - * dd conv=notrunc bs=2 count=210 seek=45 if=mbr_ho.bin of=/dev/dev + * dd conv=notrunc bs=2 count=210 seek=45 if=handoff.bin of=/dev/dev */ // #define DEBUG_MA...
2019 Apr 04
0
Question of syslinux chainloading
...This file will probably be 512 Bytes and if you were to open it with a Hex editor it would start with ".X.MSWIN4.1" and end with "SYS~..WINBOOT SYS..U" This would of course be looking at the ASCII view. Assuming you put the file in the DOS directory and that your file is named PBR.BS Your entry would look something like this LABEL MSDOS710 MENU LABEL Boot MS-DOS 7.10 from USB Partition COM32 chain.c32 APPEND fs file=/DOS/PBR.BS nosect After you backed up the boot record into the file you can proceed to install syslinux on the drive. -Adan On Thu, Apr 4, 2019 at 8:43 AM...
2019 Dec 17
0
chainloading syslinux problem
On Tue, 2019-12-17 at 22:46 +0100, David Bala?ic via Syslinux wrote: > Hi! > I have bootable (USB flash) disk, that _appears_ to be using syslinux. > (the word syslinux is in the PBR, in the hexdump). > How can I chainload it? The payload seems to be a file that I tried > load with COMBOOT, COM32 etc, but nothing works (they report that the > file is not in proper format, wrong magic number or simply crash). How > to proceed? > I'm not sure how to chainload...
2006 Feb 27
1
booting dell diagnostic hd image with isolinux
...s an ISO with an hard disk image and no-emulation boot. I've estracted the hard disk image (size=2048000) and I'd like to boot it with isolinux. I tried kernel memdisk append initrd=dell5061.img The Dell/Dos os starts to boot and prints =========== Diagnostics ============== Loading PBR for descriptor 1...done Loading DRMK version 8.00 ... Can't load kernel file <hangs> Since the Dell disks partially boots the memdisk messages are cleared and I cannot paste them here. Anyone have succesfully booted the Dell diag image? Thanks -- giulioo at pobox.com
2005 Jun 03
2
simple cross-network browsing setup is failing
...ip_{D3F23406-7D0D-475B-8F2D-0C0C29C1CE26}' '\\beth' Remoting NetServerEnum to \\beth on transport \Device\NetBT_Tcpip_{D3F23406-7D0D-475B-8F2D-0C0C29C1CE26} with flags ffffffff 3 entries returned. 3 total. 891 milliseconds \\BETH NT 00.00 (W,S,TS,PQ,XN,NT,SS,PBR,MBR,00080000) \\PLANKTON NT 00.00 (W,S,NT,PBR) \\VAV NT 00.00 (W,S,NT,PBR) NOTE: I don't know what the "00080000" is doing! Also, BETH is not listed with the PDC flag, despite the fact that the "getpdc" operation lists BETH. I assume th...
2019 Apr 04
5
Question of syslinux chainloading
Greetings, I encounter a problem that should be basic, but I can't get a clue. I have 8G USB disk formatted as FAT32. I run (syslinux -i -s -r -m H:) to make it bootable, and write syslinux.cfg according to the documents, but it will not boot some items. Syslinux is 6.03, bios files used. The whole syslinux.cfg file:
2019 Apr 04
2
Question of syslinux chainloading
...probably be 512 Bytes and if you were to open it with a Hex editor it > would start with ".X.MSWIN4.1" and end with "SYS~..WINBOOT SYS..U" > This would of course be looking at the ASCII view. Assuming you put > the file in the DOS directory and that your file is named PBR.BS > > Your entry would look something like this > > LABEL MSDOS710 > MENU LABEL Boot MS-DOS 7.10 from USB Partition > COM32 chain.c32 > APPEND fs file=/DOS/PBR.BS nosect > > After you backed up the boot record into the file you can proceed to > install syslinux on the...
2006 Apr 02
1
Two ISP
...gons,routefilter,blacklist,tcpflags, routeback,nosmurfs ogo eth2 detect norfc1918,nobogons,routefilter,blacklist,tcpflags, routeback,nosmurfs loc eth0 detect tcpflags,nosmurfs - masq: eth1 eth0 eth2 eth0 Using the above masq file means that PBR for so called officers is organized via "ip route" by the script and can be switched off by the script, if needed. - policy: loc fw ACCEPT loc svr ACCEPT loc ogo ACCEPT fw loc ACCEPT fw svr ACCEPT fw ogo ACCEPT all all DROP - providers: SVR...
2010 Nov 26
1
[PATCH] new *br: Show handoff data
git://git.zytor.com/users/genec/syslinux.git Branch handoff-mbr-for-hpa This is a piece of code that can be used in place of a MBR or VBR/PBR (master boot record; volume/partition) in order to examine the data handed to the respective boot code. AX, SS, and SP are destroyed before examining anything. I set an internal restriction that limits it to 420 bytes such that it could be used with a FAT32 file system. HPA: Should this be renam...
2007 Jul 23
12
GRUB, zfs-root + Xen: Error 16: Inconsistent filesystem structure
...lem #2: =========== We should find a better base address for MOS/DNODE/ZFS_SCRATCH This seems to be the memory in use by GRUB: 0x007be BOOT_PART_TABLE 0x01000-0x1fff STAGE1_STACK / real mode stage2 STACKOFF (< 0x2000) 0x02000 MB_CMDLINE_BUF 0x07C00 BOOTSEC_LOCATION / MBR 0x08000 stage1 / PBR (start.S) 0x08200 stage2 (asm.S) 0x10000 LINUX_ZIMAGE_ADDR 0x60000-0x67fff protected mode stack 0x68000 FSYS_BUF (filesystem (not raw device) buffer / 32k) 0x70000 BUFFERADDR (raw device buffer / 31.5K) 0x77e00 SCRATCHADDR (512-byte scratch area) 0x78000 PASSWORD_BUF ... MENU_BUF 0x80000 fr...