Re: Sysinstall is still inadequate after all of these years

2008-07-09 Thread Mike Makonnen
Marcel Moolenaar wrote: On Jul 8, 2008, at 12:04 PM, Rink Springer wrote: On Tue, Jul 08, 2008 at 05:53:45PM +0300, Mike Makonnen wrote: Freddie Cash wrote: The tricky part will be getting the disk slicing, slice partitioning, and filesystem formatting to work reliably, with all the power

Re: Re: Re: Sysinstall is still inadequate after all of these years

2008-07-08 Thread Mike Makonnen
of it out of the installer. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mtm @ FreeBSD.Org | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 FreeBSD | http://www.freebsd.org ___ freebsd-hackers

Re: Re: Sysinstall is still inadequate after all of these years

2008-07-08 Thread Mike Makonnen
framework can be used here also to separate the implementation details from the user interface. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mtm @ FreeBSD.Org | AC7B 5672 2D11 F4D0 EBF8 5279 5359 2B82 7CD4 1F55 FreeBSD | http://www.freebsd.org

Re: Sysinstall is still inadequate after all of these years

2008-07-06 Thread Mike Makonnen
Robert Watson wrote: On Sat, 5 Jul 2008, Mike Makonnen wrote: The installer can already install a basic FreeBSD system (including the ports collection) from CD, UFS, or DOS partition. I'm currently working on getting FTP/HTTP/NFS installation to work. Next on my list after that is setting

Re: Re: Sysinstall is still inadequate after all of these years

2008-07-05 Thread Mike Makonnen
through this thread I've decided not to use sysinstall's package installation code and instead write one from scratch once I'm happy with the rest of the installer. Cheers. -- Mike Makonnen | GPG-KEY: http://people.freebsd.org/~mtm/mtm.asc mtm @ FreeBSD.Org | AC7B 5672 2D11 F4D0 EBF8 5279

Re: fdcheckstd() test bug in execve() (was: Re: Suggested fixes foruidinfo would sleep messages)

2002-06-20 Thread Mike Makonnen
it as a reference because there was something in the thread about leaking p_args. I really don't care which patch makes it into the tree. If it solves the problem, it solves the problem. There's not much more to it. Cheers, Mike Makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: rc.d boot scripts are ready

2002-06-06 Thread Mike Makonnen
[ forgive this breach of net-ettiquette, but this should probably be given a wider audience] On Thu, 06 Jun 2002 05:01:18 -0600 Mike Makonnen [EMAIL PROTECTED] wrote: Ok folks, I have our current rc.* scripts ported to the NetBSD framework. Preliminary testing says it's good to go, so

Re: non-root /var/run files (was Re: Sendmail, smmsp, and pid file)

2002-05-27 Thread Mike Makonnen
it processes its arguments. Using ndc isn't a problem if you use the -c option to point it to the correct socket. Cheers, Mike Makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: gethostbyname2 and AF_INET6

2002-05-13 Thread Mike Makonnen
gethostbyname2 call. From a quick browse of the source from mozilla.org it's src/misc/prnetdb.c around line # 579 or thereabouts. Cheers, Mike Makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: Problems with nge driver and copper GbE cards

2002-04-23 Thread Mike Makonnen
command ifconfig nge0 media 1000baseTX mediaopt full-duplex. This I can help you with. the correct way of doing it is disabling full-duplex: # iconfig nge0 media 1000baseTX -mediaopt full-duplex cheers, Mike Makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd

Re: FreeBSD 2.2.8 ISO or install media

2002-03-18 Thread Mike Makonnen
at ftp.svbug.com. cheers, Mike Makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: panic: pmap_enter

2002-03-11 Thread Mike Makonnen
a second panic occurred. While that may also be an issue the real reason for the panic occurred earlier. Please post the complete trace. Cheers, Mike Makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: fork rate limit

2002-02-03 Thread Mike Makonnen
. And if other people are interested in the work and want it commited that's fine too. cheers, mike makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: fork rate limit

2002-02-02 Thread Mike Makonnen
introduce unintended side effects when the problem can be solved administratively. cheers, mike makonnen To Unsubscribe: send mail to [EMAIL PROTECTED] with unsubscribe freebsd-hackers in the body of the message

Re: TAILQ

2001-12-28 Thread Mike Makonnen
On Sat, 29 Dec 2001 00:57:48 +0100 Aleksander Rozman [EMAIL PROTECTED] wrote: I have finally started with my work on that protocol I was telling you about (ax.25), but now I have come to a problem. Some of old structs for networking were changed and now they use TAILQ macros. There is almost

Re: freebsd in dos extended ?

2001-04-16 Thread Mike Makonnen
Why do you want to install it on a DOS extended partition? Just remove that extended patition and install FreeBSD in the unused portion of the disk. Install the FreeBSD boot manager so you can boot into whichever OS you want to. Mike.