Re: iso image question

2012-08-26 Thread John Levine
In article you write: >I have a CD that was burned (but not labeled so well). Is is possible to tell >if >this is an i386 or amd64 image? Sure. Mount it, do a "file" on some of the programs in /bin and see whether they're i386 or x86-64 code. R's, John ___

Re: ISO images

2011-08-17 Thread Julian H. Stacey
"Michael Ross" wrote: > Am 17.08.2011, 15:59 Uhr, schrieb Julian H. Stacey : > > > Hi, > > Reference: > >> From: "Michael Ross" > >> Date: Wed, 17 Aug 2011 15:28:41 +0200 > >> Message-id: > > > > "Michael Ross" wrote: > >> Am 17.08.2011, 14:55 Uhr, schrieb Julian

Re: ISO images

2011-08-17 Thread Michael Ross
Am 17.08.2011, 15:59 Uhr, schrieb Julian H. Stacey : Hi, Reference: From: "Michael Ross" Date: Wed, 17 Aug 2011 15:28:41 +0200 Message-id: "Michael Ross" wrote: Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey : > Lars Eighner wrote: > ftp protocol does not suppo

Re: ISO images

2011-08-17 Thread Test Rat
"Julian H. Stacey" writes: > Hi, > Reference: >> From:"Michael Ross" >> Date:Wed, 17 Aug 2011 15:28:41 +0200 >> Message-id: > > "Michael Ross" wrote: >> Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey : >> >> > Lars Eighner wrote: >> > ftp protocol does n

Re: ISO images

2011-08-17 Thread Julian H. Stacey
Hi, Reference: > From: "Michael Ross" > Date: Wed, 17 Aug 2011 15:28:41 +0200 > Message-id: "Michael Ross" wrote: > Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey : > > > Lars Eighner wrote: > > ftp protocol does not support command du, so one can't see size of > >

Re: ISO images

2011-08-17 Thread Michael Ross
Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey : Lars Eighner wrote: ftp protocol does not support command du, so one can't see size of ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/ My FTP client shows it at about 32GB total. Michael ___

Re: ISO images

2011-08-17 Thread Ruben de Groot
On Wed, Aug 17, 2011 at 10:56:35AM +0100, Rui Silva typed: > Hi, > > I want to install FreeBSD for the first time but I have some doubts > regarding the ISO images. > > I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-dvd1.iso) > via torrent, but soon realised that the packages collec

Re: ISO images

2011-08-17 Thread Julian H. Stacey
Lars Eighner wrote: > On Wed, 17 Aug 2011, Rui Silva wrote: > > > Hi, > > > > I want to install FreeBSD for the first time but I have some doubts > > regarding > > the ISO images. > > > > I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-dvd1.iso) via > > torrent, but soon realised that

Re: ISO images

2011-08-17 Thread Francisco Cabrita
On Wed, Aug 17, 2011 at 10:56 AM, Rui Silva wrote: > Hi, > > I want to install FreeBSD for the first time but I have some doubts > regarding the ISO images. > > I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-**dvd1.iso) via > torrent, but soon realised that the packages collection was v

Re: ISO images

2011-08-17 Thread Lars Eighner
On Wed, 17 Aug 2011, Rui Silva wrote: Hi, I want to install FreeBSD for the first time but I have some doubts regarding the ISO images. I have downloaded an ISO image (FreeBSD-8.2-RELEASE-i386-dvd1.iso) via torrent, but soon realised that the packages collection was very poor when compared

Re: iso license

2010-02-16 Thread Ross Cameron
On Mon, Feb 15, 2010 at 10:43 PM, tristan wrote: > the 8.0-RELEASE-i386-dvd1.iso.gz  is under some compilation copyright. what > does this mean, and can i freely edit the iso, rename it, and sell it? > can i get a copy of the license for the 8.0-RELEASE-i386-dvd1.iso.gz? i want > to do what Appl

Re: iso license

2010-02-15 Thread Randal L. Schwartz
> "tristan" == tristan writes: tristan> the 8.0-RELEASE-i386-dvd1.iso.gz is under some compilation tristan> copyright. what does this mean, and can i freely edit the iso, rename tristan> it, and sell it? You're asking *us* instead of a lawyer? :) But what did you not understand about the p

Re: ISO simple non-forking TCP connection forward/balance tool

2010-01-22 Thread Ivan Voras
Chris Peiffer wrote: I'm looking for a simple program I can use to forward incoming TCP connections to several other addr:port pairs. (including one on the machine itself.) Holding the connections open and passing the data back and forth until both parties close their ends. I need a sol

Re: ISO simple non-forking TCP connection forward/balance tool

2010-01-22 Thread Chuck Swiger
Hi-- On Jan 22, 2010, at 12:21 PM, Adam Vande More wrote: > A few lines in python should do what you're looking for, see socket lib, > twisted if you have high performance needs. I'm a big fan of python, but you'd have to be careful to choose the right processing model-- some sort of select()/po

Re: ISO simple non-forking TCP connection forward/balance tool

2010-01-22 Thread Chuck Swiger
Hi-- On Jan 22, 2010, at 12:01 PM, Chris Peiffer wrote: > Or is there a good way to do it in the kernel that I'm missing, and > can someone direct me to an ipnat ruleset that creates new > connections, so the TCP forwarding machine doesn't also need to be a > router? I don't know about ipnat, but

Re: ISO simple non-forking TCP connection forward/balance tool

2010-01-22 Thread Adam Vande More
On Fri, Jan 22, 2010 at 2:01 PM, Chris Peiffer wrote: > > I'm looking for a simple program I can use to forward incoming TCP > connections to several other addr:port pairs. (including one on the > machine itself.) Holding the connections open and passing the data > back and forth until both partie

Re: ISO image size -regarding

2010-01-12 Thread Knight Tiger
Hi, To update all, I followed Roland's suggestion and installed isomaster and just opened the iso file (1GB) and saved it again and it 'magically' shrank to 570 MB. The new ISO was burned and tested on a physical machine and it works fine. Thanks Roland ! I tried Ian's suggestion and copied fro

Re: ISO image size -regarding

2010-01-09 Thread Ian Smith
In freebsd-questions Digest, Vol 292, Issue 14, Message: 12 On Fri, 8 Jan 2010 16:41:24 -0800 Knight Tiger wrote: > Hi, > > I am trying to create a custom ISO image of FreeBSD 6.4. The only > difference between the release ISO and this custom image is a modified > driver (amdsmb.ko). I did n

Re: ISO image size -regarding

2010-01-09 Thread Roland Smith
On Fri, Jan 08, 2010 at 04:41:24PM -0800, Knight Tiger wrote: > Hi, > > I am trying to create a custom ISO image of FreeBSD 6.4. The only > difference between the release ISO and this custom image is a modified > driver (amdsmb.ko). I did not create the new driver. I believe it was > backported fr

Re: ISO image size -regarding

2010-01-08 Thread Jason
I am uncertain as to why the difference with the changes you had made, and the size it returned, however I would suggest following the release engineering process for creating a custom release. http://www.freebsd.org/doc/en_US.ISO8859-1/articles/releng/index.html In doing this process, I am su

Re: ISO Images/Releases/FTP Servers

2008-12-08 Thread perryh
> > B. Add functionality to the installer to list the available > > releases if it can't find the release it's looking for. ... > So Kevin, your rant is completely based on BETAs, Snapshots, > and probably RC's if we had any available. > > All three of those ARE NOT RELEASES. And this somehow

Re: ISO Images/Releases/FTP Servers

2008-12-08 Thread Kevin Monceaux
On Mon, 8 Dec 2008, Tim Judd wrote: So Kevin, your rant is completely based on BETAs, Snapshots, and probably RC's if we had any available. All three of those ARE NOT RELEASES. Those are come-n-go folders/directories on the ftp servers. For the most part, fair enough. I do realize that a la

Re: ISO Images/Releases/FTP Servers

2008-12-08 Thread Tim Judd
On Mon, Dec 8, 2008 at 6:44 PM, Kevin Monceaux <[EMAIL PROTECTED]> wrote: > FreeBSD Fans, > > I'm experiencing irritation. Would someone have a long talk with whoever > is responsible for the ISO images, release names, and/or the FTP servers, > depending on where the root if this irritation lies?

Re: iso.1 target and release(8) in RELENG_7 (WAS: Re: release(8) environmental variables)

2007-11-02 Thread Brian A Seklecki (Mobile)
On Thu, 2007-11-01 at 12:04 -0400, Brian A. Seklecki wrote: > Here's some fun -- I'm pretty sure this worked in RELENG_6: > > "make release" in /usr/src/release into RELEASEDIR=/opt/releasedir I'm an idiot. MAKE_ISOS was somehow not set in my shell script / make.conf(5) ~BAS _

Re: ISO-IMAGES-i386: 6.2-RELEASE-i386-disc1.iso defect?

2007-04-14 Thread Kris Kennaway
On Sun, Apr 15, 2007 at 02:44:59AM +0200, M. Lutz wrote: > Hello FreeBSD team, > having tried several times to access 6.2-RELEASE-i386-disc1.iso > from e.g. > ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.2 > I failed because after about 140MB download no further data can be > received. > >

Re: ISO-IMAGES-i386: 6.2-RELEASE-i386-disc1.iso defect?

2007-04-14 Thread Jonathan Horne
On Saturday 14 April 2007 19:44:59 M. Lutz wrote: > Hello FreeBSD team, > having tried several times to access 6.2-RELEASE-i386-disc1.iso > from e.g. > ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/6.2 > I failed because after about 140MB download no further data can be > received. > > Could it

Re: ISO Image Size Increasing

2007-04-04 Thread Alexander Anderson
>>The image copied from the CD is approximately 234 MB in size, and the >>image created by mkisofs is 664 MB. > It sounds like you may be running into a hardlink issue with iso9660. Yes, ISO-9660 file system does not assign the same inode to hard links. I had to write a Perl script that finds ide

Re: ISO Image Size Increasing

2007-04-03 Thread Kevin Downey
On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I have run into a rather weird problem, that I am not sure how to correct. I have created a bootable CD for my FreeBSD systems which is approximately 234 MB in size. While deploying the image, I found an error I would like to correct. All

Re: ISO files...

2006-12-11 Thread Denise and Raul
I apologize for not getting back to you sooner. Thanks, for all who replied, but this solution was very helpful and I'm now operational. Thanks again, Raul Giorgos Keramidas wrote: On 2006-11-02 22:05, Denise and Raul <[EMAIL PROTECTED]> wrote: Hello, I have ISO files saved on cd's. 1) 6.

Re: ISO files...

2006-11-02 Thread Eric Schuele
On 11/02/2006 21:05, Denise and Raul wrote: Hello, I have ISO files saved on cd's. 1) 6.1-RELEASE-i386-bootonly.iso 2) 6.1-RELEASE-i386-disc1.iso 3) 6.1-RELEASE-i386-disc2.iso I'm gathering that I need to extract files/data/etc. from the ISO files. Why do you say this? Are you trying to ins

Re: ISO files...

2006-11-02 Thread Giorgos Keramidas
On 2006-11-02 22:05, Denise and Raul <[EMAIL PROTECTED]> wrote: > Hello, > > I have ISO files saved on cd's. > 1) 6.1-RELEASE-i386-bootonly.iso > 2) 6.1-RELEASE-i386-disc1.iso > 3) 6.1-RELEASE-i386-disc2.iso if you have saved these ISO images as "files" on a CD-ROM, there is something wrong here.

Re: ISO Image for FreeBSD5.4 that is Current

2006-04-03 Thread Martin McCormick
Lowell Gilbert writes: >http://www.freebsd.org/releases/snapshots.html Thank you. That's what I needed to know. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any m

Re: ISO Image for FreeBSD5.4 that is Current

2006-04-02 Thread Patrick Bowen
Martin McCormick wrote: The FreeBSD site has an installation ISO image for FreeBSD5.4 but it is dated last May. There have been several core security updates since then. should I be looking in a different place to find a stable 5.x ISO image that is current? Thank you very muc

Re: ISO Image for FreeBSD5.4 that is Current

2006-04-02 Thread Lowell Gilbert
Martin McCormick <[EMAIL PROTECTED]> writes: > The FreeBSD site has an installation ISO image for FreeBSD5.4 > but it is dated last May. There have been several core security > updates since then. should I be looking in a different place to find > a stable 5.x ISO image that is current? F

Re: ISO Image for FreeBSD5.4 that is Current

2006-04-02 Thread Bill Moran
Martin McCormick <[EMAIL PROTECTED]> wrote: > The FreeBSD site has an installation ISO image for FreeBSD5.4 > but it is dated last May. There have been several core security > updates since then. should I be looking in a different place to find > a stable 5.x ISO image that is current? I

Re: .iso

2005-04-06 Thread Randy Pratt
On Wed, 06 Apr 2005 09:23:03 -0400 Jonathan Arnold <[EMAIL PROTECTED]> wrote: > bertybadboy wrote: > > Which .iso files do i download and burn onto a cd? > > I was all set with a big explanation of what the ISOs were, and > to complain that there wasn't a nice, easy to find, concise > description

Re: .iso

2005-04-06 Thread Jonathan Arnold
bertybadboy wrote: Which .iso files do i download and burn onto a cd? I was all set with a big explanation of what the ISOs were, and to complain that there wasn't a nice, easy to find, concise description in the handbook, when I actually looked for it and found it with no problem. The place to sta

Re: .iso

2005-04-05 Thread Peter N. M. Hansteen
bertybadboy <[EMAIL PROTECTED]> writes: > Which .iso files do i download and burn onto a cd? I think this is a FAQ more or less, but anyway - for a 'normal' install, with base system and a reasonable helping of the most popular packages, what you need is a -disc1.iso (which comes in two flavors i

Re: iso information

2004-05-29 Thread Randy Pratt
On Thu, 27 May 2004 18:19:57 -0400 "Charles G. Kerns" <[EMAIL PROTECTED]> wrote: > How do I find out what's in the iso images and how the CD's are > organized without dowloading and burning them? > > Charles Kerns I looked around the website for a list of disc contents but couldn't seem to loca

RE: ISO Error

2004-04-21 Thread JJB
were just human. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Peter N. M. Hansteen Sent: Wednesday, April 21, 2004 9:25 AM To: [EMAIL PROTECTED] Subject: Re: ISO Error "JJB" <[EMAIL PROTECTED]> writes: > ISO files to cdrom. I used Ner

Re: ISO Error

2004-04-21 Thread Peter N. M. Hansteen
"JJB" <[EMAIL PROTECTED]> writes: > ISO files to cdrom. I used Nero from www.nero.com. The downloaded > demo's from these sites work just fine to do what you have to do to > create your FBSD mini install cdrom. Uninstall them, but keep the > downloaded install zip files for them and next time you

RE: ISO Error

2004-04-20 Thread JJB
As far as I know the XP cdwriter can not handle uncompressing an iso file into it's original directory tree file structure. Using MS/Windows to get ISO CD images First of all the .ISO file extension is not supported in the native MS/Windows world. Sure you can download it from one of the FBSD FTP

Re: ISO files

2004-03-08 Thread Frank Mueller
Hi, it just contains additional binary packages. Frank > Hi all, > > What does the second disc 2 ISO file contain? I am talking about release > 4.9. > > > > > > > Thank you, > > Ioannis Vranos > > > ___ > [EMAIL PROTECTED] mailing list > http://lists.f

RE: ISO files

2004-03-08 Thread Ioannis Vranos
> -Original Message- > From: Matthew Seaman [mailto:[EMAIL PROTECTED] > Sent: Monday, March 08, 2004 12:38 PM > To: Ioannis Vranos > Cc: FreeBSD Questions Mailing List > Subject: Re: ISO files > > > On Mon, Mar 08, 2004 at 12:22:34PM +0200, Ioannis Vranos

Re: ISO files

2004-03-08 Thread Matthew Seaman
On Mon, Mar 08, 2004 at 12:22:34PM +0200, Ioannis Vranos wrote: > What does the second disc 2 ISO file contain? I am talking about release > 4.9. That's the 'Live Filesystem' CD -- it's a bootable CD with a fully working of the OS which you can use to fix systems /in extremis/. You don't need it

Re: iso files

2004-01-24 Thread Kris Kennaway
On Sat, Jan 24, 2004 at 02:50:14AM -0800, F.Aydýn DÜNDAR wrote: > I downloaded .iso image files release 5.2. But > sysinstall not read qt-3.2.1.tbz and arts-1.1.4,1.tbz. > > > How can I make install? Thanks a lot... Did you verify that the ISO image had the correct MD5 checksum prior to trying

Re: iso files

2004-01-24 Thread Andrew L. Gould
On Saturday 24 January 2004 04:50 am, F.Aydýn DÜNDAR wrote: > I downloaded .iso image files release 5.2. But > sysinstall not read qt-3.2.1.tbz and arts-1.1.4,1.tbz. > > > How can I make install? Thanks a lot... Use pkg_add to install the packages from the ftp site: ftp://ftp.freebsd.org/pub/Free

RE: iso-8x16 and mc

2003-09-27 Thread Charles Howse
> I know I can set "keymap=us.iso" and "font8x16=iso-8x16" in > /etc/rc.conf > and have accented letters. Nice. As a European I kind of need this. > However, doing so, I loose a nice directory screen in Midnight > Commander. The 'lines' are gone. Yeah I know I can run mc w/ the -a > option to disa

Re: iso disk 3 and 4

2003-08-17 Thread Kris Kennaway
On Sun, Aug 17, 2003 at 08:37:09PM -0700, David R. Stegner wrote: > > I am trying to move up to 4.8 release. > > According to the online installation guide, section 2.13.1, for each > release there are ISO disks 1 - 4. > > I have downloaded 1 & 2 and all is well. > > Does anyone have an idea w

Re: ISO Troubles

2003-07-19 Thread Malcolm Kay
On Sun, 20 Jul 2003 15:15, Daryl Hunt wrote: > I downloaded the 5.1 ISOs Disks 1 and 2. I can't get disk 1 to boot from a > CD. These are known good CDroms and Computers. Tried 3 different units. > The Disks can be displayed when in the Windows Explorer just fine but they > won't register on boo

Re: ISO images in FTP

2003-04-06 Thread Kris Kennaway
On Sun, Apr 06, 2003 at 03:24:26AM +, Yan Jingfeng wrote: > Hi, > > Does it mean that FreeBSD will not build the 3rd and 4th CD Images for FTP > downloading from now on? Yes. They take a lot of effort to build for each supported architecture and essentially double the space required on ftp

Re: ISO Of 2.2.1?

2003-04-05 Thread Lou Katz
On Sat, Apr 05, 2003 at 02:01:01PM -0600, harsha godavari wrote: > Hi John: > Please let me know if you find this. I would like to try it on > a 386sx. Thanks. > I have disks 1 and 2 of FreeBSD 2.1. I can put these up somewhere if they would help. > Regards > Harsha Godavari > > John A

Re: ISO Of 2.2.1?

2003-04-05 Thread harsha godavari
Hi John: Please let me know if you find this. I would like to try it on a 386sx. Thanks. Regards Harsha Godavari John Abel wrote: > > Hi, > > I have need of an ISO of 2.2.1 to install a replacement machine. > Unfortunately, the original disks are missing. Does anyone have a link to >

Re: ISO IMAGES 5.0

2003-01-23 Thread Toni Schmidbauer
On Wed, Jan 22, 2003 at 03:44:01PM -0800, Thomas Marshall wrote: > I have downloaded your new iso images for FreeBSD > 5.0-release twice from two different mirrors. The how did you download the image? toni -- Terror ist der Krieg der Armen, | [EMAIL PROTECTED] Krieg ist der Terror der Reichen.

Re: ISO 5.0 - is this all ?

2003-01-21 Thread Kris Kennaway
On Tue, Jan 21, 2003 at 09:23:29PM +, Bjoern A. Zeeb wrote: > Hi, > > does anybody know if there will also be a disc3 and disc4 ISO for > 5.0 (i386) ? It is not planned due to the workload involved in producing them for 4 architectures. The packages are, as always, available for download. K

Re: =?ISO-8859-1?Q?How Do i Turn Off Networking??=

2002-11-18 Thread Nathan Kinkade
On Mon, Nov 18, 2002 at 07:46:54PM +, =?ISO-8859-1?Q? Matt ?= wrote: > I have a freebsd machine that i installed via an > ethernet card. Now when i first ran sysinstall, i > tried ep0, but that froze sysinstall. Next time i > tried it with ep1, it worked but when i attempted > to boot it f

Re: ISO CDROM Image for Freebsd4.7

2002-10-09 Thread Matthew Emmerton
- Original Message - From: "Martin McCormick" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 09, 2002 11:08 AM Subject: ISO CDROM Image for Freebsd4.7 > After looking through the FreeBSD web site, I am not sure > if there is not presently an ISO image for a new 4.7