Re: A simple and hopefully usable FreeBSD live CD

2010-08-26 Thread Ulrich Spörlein
On Sun, 22.08.2010 at 20:50:29 +0200, Ed Schouten wrote: > I think I already mentioned it on some of the lists, but I've spent some > time creating a better FreeBSD live CD (or at least I tried to). > Basically the CD is just a stock FreeBSD installation (base + manpages + > kernel) with a small mf

Re: A simple and hopefully usable FreeBSD live CD -- now with images

2010-08-26 Thread Bruce Cran
On Tue, 24 Aug 2010 15:47:39 +0200 Ed Schouten wrote: > Yes, it's compressed with xz(1). Just run unxz to > decompress it. It should be part of the latest FreeBSD releases. If > not, be sure to install /usr/ports/archivers/xz. You can also uncompress it using 7-zip (http://7-zip.org/) in Window

Re: 8.1-RELEASE amd64 src checksum mismatch

2010-08-26 Thread Doug Barton
On 08/24/2010 06:07 AM, CDP wrote: Hello, there seems to be a checksum mismatch in the src directory, for 8.1-RELEASE amd64, on ftp.freebsd.org. I haven't checked the ISO yet. For future reference this message would have been better sent to freebsd-sta...@freebsd.org. Also it's easier for peo

Re: 8.1-RELEASE amd64 src checksum mismatch

2010-08-26 Thread CDP
On 08/26/10 22:54, Doug Barton wrote: On 08/24/2010 06:07 AM, CDP wrote: Hello, there seems to be a checksum mismatch in the src directory, for 8.1-RELEASE amd64, on ftp.freebsd.org. I haven't checked the ISO yet. For future reference this message would have been better sent to freebsd-sta...

Re: 8.1-RELEASE amd64 src checksum mismatch

2010-08-26 Thread Doug Barton
On 08/26/2010 01:22 PM, CDP wrote: The files on the FTP server are fine. Good news. :) The problem was Filezilla, which by default is treating files with 'am' extension as ASCII files. D'oh! -- Improve the effectiveness of your Internet presence with a domain name makeover

Is there a boot manager that can handle this?

2010-08-26 Thread Doug Barton
Howdy, I'm looking to have the following on 1 disk: Primary partitions: Windows XP, FreeBSD 9-current, FreeBSD 7-stable Extended partition: FAT32 data volume, Ubuntu Linux I have all that installed now (or did anyway) but what I can't do is boot all of it. Our boot manager would be fine for my

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Alex Goncharov
,--- You/Doug (Thu, 26 Aug 2010 16:47:39 -0700) * | Windows and the *1st* FreeBSD partition just fine, but if I try to boot | the 2nd FreeBSD partition grub just boots the first one again. Are you using a chainloader? You should, in my experience; something like that in grub's menu.lst or gru

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Doug Barton
On 8/26/2010 5:13 PM, Alex Goncharov wrote: ,--- You/Doug (Thu, 26 Aug 2010 16:47:39 -0700) * | Windows and the *1st* FreeBSD partition just fine, but if I try to boot | the 2nd FreeBSD partition grub just boots the first one again. Are you using a chainloader? What you posted below seems

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Alex Goncharov
,--- I/Alex (Thu, 26 Aug 2010 20:13:18 -0400) * | title fbsd-b64 -- chainloader (hd0,2,a) | root (hd0,2,a) | chainloader +1 | title fbsd-b32 -- chainloader (hd0,3,a) | root (hd0,3,a) | chainloader +1 ,--- You/Doug (Thu, 26 Aug 2010 17:54:01 -0700) * | | What you posted below seems

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Doug Barton
On 8/26/2010 5:59 PM, Alex Goncharov wrote: ,--- I/Alex (Thu, 26 Aug 2010 20:13:18 -0400) * | title fbsd-b64 -- chainloader (hd0,2,a) | root (hd0,2,a) | chainloader +1 | title fbsd-b32 -- chainloader (hd0,3,a) | root (hd0,3,a) | chainloader +1 ,--- You/Doug (Thu, 26 Aug 2010 17:54:01

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Alex Goncharov
,--- I/Alex (Thu, 26 Aug 2010 20:59:59 -0400) * | Aren't you pointing GRUB to the same location (the third partition on | hd0), in both entries? ,--- You/Doug (Thu, 26 Aug 2010 18:04:25 -0700) * | Ah, right, sorry. The bit I pasted was not the bit I actually used. :-) | I had changed the

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Doug Barton
On 8/26/2010 6:25 PM, Alex Goncharov wrote: ,--- I/Alex (Thu, 26 Aug 2010 20:59:59 -0400) * | Aren't you pointing GRUB to the same location (the third partition on | hd0), in both entries? ,--- You/Doug (Thu, 26 Aug 2010 18:04:25 -0700) * | Ah, right, sorry. The bit I pasted was not the b

disassembler

2010-08-26 Thread Aryeh Friedman
Is there a disassembler in the base system if not what is a good option from ports? ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebs

Re: disassembler

2010-08-26 Thread Dirk Engling
On 27.08.10 04:17, Aryeh Friedman wrote: > Is there a disassembler in the base system if not what is a good > option from ports? Try objdump -d, erdgeist ___ freebsd-hackers@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-h

Re: disassembler

2010-08-26 Thread Aryeh Friedman
On Thu, Aug 26, 2010 at 11:36 PM, Aryeh Friedman wrote: > On Thu, Aug 26, 2010 at 10:46 PM, Dirk Engling wrote: >> On 27.08.10 04:17, Aryeh Friedman wrote: >> >>> Is there a disassembler in the base system if not what is a good >>> option from ports? >> >> Try objdump -d, >> >>  erdgeist >> > > f

Re: disassembler

2010-08-26 Thread Aryeh Friedman
On Fri, Aug 27, 2010 at 12:37 AM, Aryeh Friedman wrote: > Not really I need to look at the MBR for a flash drive (both the > partiion table and the boot code) > > On Fri, Aug 27, 2010 at 12:32 AM, Rodrigo Mizobe wrote: >> hexdump could help you? what is your need? >> > ___

Re: Is there a boot manager that can handle this?

2010-08-26 Thread Tim Judd
On Thu, Aug 26, 2010 at 5:47 PM, Doug Barton wrote: > Howdy, > > I'm looking to have the following on 1 disk: > > Primary partitions: > Windows XP, FreeBSD 9-current, FreeBSD 7-stable > > Extended partition: > FAT32 data volume, Ubuntu Linux > > I have all that installed now (or did anyway) but w

Re: disassembler

2010-08-26 Thread Aryeh Friedman
No the issue is a drive that has roughly 10 years of work on it died and I was asked to see if it is readable/reviable... I already know the format of the MBR but I need to also read the code to see if something is wakey (I have written MBR's {with inline assemble in GCC) for an OS I am working on