how to add flags to ifconfig at boot

2006-09-16 Thread Per olof Ljungmark
Hi, How can I add flags to ifconfig at boot time, i.e. I want it to start with 'ifconfig em0 -tso' ? Thanks, ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to

Re: The fan is always on, even when the desktop is rather cool

2006-09-16 Thread Wei Hu
Thanks David, I checked this page. now if I do: $ sysctl hw.acpi hw.acpi.supported_sleep_state: S1 S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0

FS size

2006-09-16 Thread Albert Shih
Hi all I've read http://www.freebsd.org/projects/bigdisk/index.html and I want know actually on i386 arch is the limit of a fs is already 2 Tb What's the situation on amd64/EMT64, can we have big fs ? something like 10 or more TB ? Regards. -- Albert SHIH Universite de Paris 7 (Denis

PAY offered - sshd won't allow client from same domain

2006-09-16 Thread ke han
I will PAY someone who can either answer this question or who wants to log into my server and help me figure it out. I can pay an hourly rate, make a donation to your favorite project...whatever. This problem is killing my productivity I have a FreeBSD 6.1-p6 server running as

Re: FS size

2006-09-16 Thread Garrett Cooper
On Sep 16, 2006, at 5:33 PM, Albert Shih wrote: Hi all I've read http://www.freebsd.org/projects/bigdisk/index.html and I want know actually on i386 arch is the limit of a fs is already 2 Tb What's the situation on amd64/EMT64, can we have big fs ? something like 10 or more TB ?

Re: PAY offered - sshd won't allow client from same domain

2006-09-16 Thread Garrett Cooper
On Sep 16, 2006, at 5:46 PM, ke han wrote: I will PAY someone who can either answer this question or who wants to log into my server and help me figure it out. I can pay an hourly rate, make a donation to your favorite project...whatever. This problem is killing my productivity I

Re: /usr/bin/ld: cannot find -lstdc++_p

2006-09-16 Thread Viswas Nair
No such file in /usr/lib. Came across libstdc++.a and libstdc++.so On 9/11/06, Lowell Gilbert [EMAIL PROTECTED] wrote: Viswas Nair [EMAIL PROTECTED] writes: I get the message /usr/bin/ld: cannot find -lstdc++_p while building the xfe X11 file manager. A google did not give any ideas. Need

Re: Processors

2006-09-16 Thread Andrew Pantyukhin
On 9/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: To whom it may concern I have a computer with a dual-core processor. Will FreeBSD operate on this machine? Yes, of course. ___ freebsd-questions@freebsd.org mailing list

Re: PAY offered - sshd won't allow client from same domain

2006-09-16 Thread ke han
On Sep 16, 2006, at 4:50 PM, Garrett Cooper wrote: ssh -vv server1.domain.com form OS X: (real domain name edited to domain.com) ssh -vv server1.domain.com OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005 debug1: Reading configuration data /etc/ssh_config debug2: ssh_connect: needpriv 0 debug1:

Re: PAY offered - sshd won't allow client from same domain

2006-09-16 Thread ke han
On Sep 16, 2006, at 4:50 PM, Garrett Cooper wrote: Do you have kerberos compiled and in use for authentication on the FreeBSD server and are you using it on the OSX client? server1 is the default from an original freeBSD 6.1 install and as of last week had a full cvsup and rebuild world

Re: FS size

2006-09-16 Thread [LoN]Kamikaze
Albert Shih wrote: Hi all I've read http://www.freebsd.org/projects/bigdisk/index.html and I want know actually on i386 arch is the limit of a fs is already 2 Tb What's the situation on amd64/EMT64, can we have big fs ? something like 10 or more TB ? There are people who use 8t

[CVSup]::[cvsup5.ru.freebsd.org]: No CVSROOT directory.

2006-09-16 Thread Alexey G . Khramkov
Hello. I've used cvsup application under NetBSD-CURRENT to get whole CVS repositories from NetBSD, FreeBSD and OpenBSD projects. The client software works with cvsup5.ru.freebsd.org mirror flawlessly (no errors or somthing strange). excess I have issue with OpenBSD server (cvsup.no.openbsd.org)

Making simple colorful block diagrams for presentations

2006-09-16 Thread Girish Venkatachalam
Hello, I want a simple tool that can be used for preparing block diagrams and arrows, that is all. I want to be able to use few colors, that is all. Please don't suggest openoffice or kde. I want something simple. Thanks. regards, Girish -- Whenever

Re: Making simple colorful block diagrams for presentations

2006-09-16 Thread Erik Trulsson
On Sat, Sep 16, 2006 at 03:20:00PM +0530, Girish Venkatachalam wrote: Hello, I want a simple tool that can be used for preparing block diagrams and arrows, that is all. I want to be able to use few colors, that is all. Please don't suggest openoffice or kde. I want

A question about programming RS-232

2006-09-16 Thread Сергей Собко
Andrew Falanga wrote: I am by no means the worlds best serial programmer, but recently I have done some work on this subject and I noticed one thing in the code sample above that should be avoided. However, I'll give you what I saw in-line: #include stdio.h #include termios.h #include

My USB modem works under Linux, but not under FreeBSD

2006-09-16 Thread Hamid Azari
Hi all, I have a hardware(controller-based) USB modem(Zoom 2985-00-00C) that is identified under Liunx by acm driver and can be accessed through /dev/ttyACM0 and with some tools like “cu” and AT command set. This means that it supports CDC/ACM. But under FreeBSD 6.1(which have the latest umodem

Re: PAY offered - sshd won't allow client from same domain

2006-09-16 Thread Bill Moran
ke han [EMAIL PROTECTED] wrote: I will PAY someone who can either answer this question or who wants to log into my server and help me figure it out. I can pay an hourly rate, make a donation to your favorite project...whatever. This problem is killing my productivity I have a

tunderbird with arts

2006-09-16 Thread Andrea Venturoli
Is it still possible? I had modified /usr/X11/lib/thunderbird/run-mozilla.sh to read artsdsp $prog ${1+$@} instead of simply $prog ${1+$@} and it used to work. It stopped recently after I don't know which upgrade. Any better way? bye Thanks av.

Re: PAY offered - sshd won't allow client from same domain

2006-09-16 Thread Garrett Cooper
On Sep 16, 2006, at 6:05 PM, ke han wrote: On Sep 16, 2006, at 4:50 PM, Garrett Cooper wrote: ssh -vv server1.domain.com form OS X: (real domain name edited to domain.com) ssh -vv server1.domain.com OpenSSH_4.2p1, OpenSSL 0.9.7i 14 Oct 2005 debug1: Reading configuration data

Re: The fan is always on, even when the desktop is rather cool

2006-09-16 Thread David J Brooks
On Saturday 16 September 2006 03:05, Wei Hu wrote: Thanks David, I checked this page. now if I do: $ sysctl hw.acpi hw.acpi.supported_sleep_state: S1 S3 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1

Re: Making simple colorful block diagrams for presentations

2006-09-16 Thread ajm
On Sat, Sep 16, 2006 at 11:57:35AM +0200, Erik Trulsson wrote: On Sat, Sep 16, 2006 at 03:20:00PM +0530, Girish Venkatachalam wrote: Hello, I want a simple tool that can be used for preparing block diagrams and arrows, that is all. I want to be able to use few colors, that is

Crippled FreeBSD! Need help!

2006-09-16 Thread Viswas Nair
I have managed to scr** up my FBSD 6.1 installation. This is what happened: I had an installation of BSD with which I was experimenting and managed to get it to work to my taste. Call this installation A. This installation had a lot of unwanted ports installed so I decided to do a new

Re: PAY offered - sshd won't allow client from same domain

2006-09-16 Thread Garrett Cooper
On Sep 16, 2006, at 10:51 PM, Garrett Cooper wrote: On Sep 16, 2006, at 6:05 PM, ke han wrote: On Sep 16, 2006, at 4:50 PM, Garrett Cooper wrote: ssh -vv server1.domain.com form OS X: (real domain name edited to domain.com) ssh -vv server1.domain.com OpenSSH_4.2p1, OpenSSL 0.9.7i 14

Re: Firefox+Flash works for sure

2006-09-16 Thread Viswas Nair
I use linux-opera and I have managed to get flash working like a charm. Just go to any website using flash and opera will ask you to download the plugin and automatically take you to the linux page of the flash plugin in the adobe website. Then download the flash plugin tar.gz and save it to some

Re: Firefox+Flash works for sure

2006-09-16 Thread ajm
On Sat, Sep 16, 2006 at 08:33:11PM +0530, Viswas Nair wrote: I use linux-opera and I have managed to get flash working like a charm. Just go to any website using flash and opera will ask you to download the plugin and automatically take you to the linux page of the flash plugin in the adobe

Re: Firefox+Flash works for sure

2006-09-16 Thread Gerard Seibert
On Saturday 16 September 2006 11:38, ajm wrote: I also use linux-opera...but there some site that are running flash 8 that won't work with the most current adobe flash version 7. A somewhat similar problem is starting to crop up with mplayer and the latest version of WMV codecs. I seems that

Re: Firefox+Flash works for sure

2006-09-16 Thread Bill-Schoolcraft
At Sat, 16 Sep 2006 it looks like Viswas Nair composed: I use linux-opera and I have managed to get flash working like a charm. Just go to any website using flash and opera will ask you to download the plugin and automatically take you to the linux page of the flash plugin in the adobe

Broadcomm NetXtreme BCM5708 NICs and 6.1 RELEASE

2006-09-16 Thread pauls
I'm posting this for documentary purposes in case someone has this problem and wants to find the answer. Under the 6.1 RELEASE, with all sources cvsup'd to current, both world and kernel rebuilt, the Broadcommm NetExtreme 5708 NICs will fall over under very light load when using a remote

Re: Firefox+Flash works for sure

2006-09-16 Thread RW
On Saturday 16 September 2006 16:03, Viswas Nair wrote: I use linux-opera and I have managed to get flash working like a charm. For the third time, it has multiple critical vulnerabilities. If you use it your computer may work like a charm for someone else.

Video Device problems in new install by Newbie -- FreeBSD 6.1

2006-09-16 Thread Joel Adamson
Hello List, I took the plunge last night and installed FreeBSD6.1-STABLE. I found the experience rather exciting and I'm happy with the results, excep for one major challenge to overcome: no video support. I'm trying to set up X and it's failing. Prerequisites: FreeBSD6.1-STABLE

sshd won't updates ( libsm.so.1 )

2006-09-16 Thread Pavel Sokolov
I have RELENG_6 ( just updated and installed kernel , 6_2 prerelease ) and by mistake ( or my stupid hands ) make : cd /usr/src/secure make install now sshd does not work. it tells: /libexec/ld-elf.so.1: Shared object libbsm.so.1 not found, required by sshd I tried to build the system again

Re: Firefox+Flash works for sure

2006-09-16 Thread Kurt Wall
On Sat, Sep 16, 2006 at 06:45:56PM +0100, RW wrote: On Saturday 16 September 2006 16:03, Viswas Nair wrote: I use linux-opera and I have managed to get flash working like a charm. For the third time, it has multiple critical vulnerabilities. If you use it your computer may work like a

rebooting into single user mode on a remote server

2006-09-16 Thread [EMAIL PROTECTED]
Hello, could somebody help me to understand the best way to enter into a single user mode on a remote server. I need it for the moment, during rebuilding world, when I have to reboot into single user mode before 'mergemaster -p'. The only solution I found so far is to do 'shutdown -r now'

When is BuildWorld necessary?

2006-09-16 Thread Bob
Hi: I recently installed FreeBSD 6.1 over the net from sources. I am keeping things up-to-date using CVSup. When portaudit tells me I have a security issue; I update/re-install the affected port. When a kernel patch comes in, I re-compile the kernel; which now stands at FreeBSD

Re: When is BuildWorld necessary?

2006-09-16 Thread [EMAIL PROTECTED]
Bob wrote: Hi: I recently installed FreeBSD 6.1 over the net from sources. I am keeping things up-to-date using CVSup. When portaudit tells me I have a security issue; I update/re-install the affected port. When a kernel patch comes in, I re-compile the kernel; which now stands at FreeBSD

how to make fixed Direct Access device (da) ID

2006-09-16 Thread Jin Guojun [VFFS]
It is awkward that dynamically and/or statically attaching SCSI hard drive and USB hard drive to the system will have different da IDs. For example, boot system with a SCSI drive (SCSI = 1), will have a da0 for this SCSI drive. Then plugging in a USB hard drive, which will be configured as

Re: When is BuildWorld necessary?

2006-09-16 Thread RW
On Saturday 16 September 2006 20:41, Bob wrote: Hi: I recently installed FreeBSD 6.1 over the net from sources. I am keeping things up-to-date using CVSup. When portaudit tells me I have a security issue; I update/re-install the affected port. When a kernel patch comes in, I re-compile the

Re: When is BuildWorld necessary?

2006-09-16 Thread Bob
On Saturday 16 September 2006 16:13, RW wrote: Not all of the point releases are for the kernel, for example 6.1-RELEASE-p2 was a sendmail fix. Ok I see; just because my kernel is at p6, doesn't mean the base system is. I wasn't on FreeBSD when p2 was released. Would that p2 have triggered

Re: When is BuildWorld necessary?

2006-09-16 Thread Bob
On Saturday 16 September 2006 15:52, [EMAIL PROTECTED] wrote: But I have one question - do you rebuild the world on a remote machine Sorry; I am a newbie at FreeBSD, and have never done a buildworld :-( I have spent lots of time on Linux, Solaris, and SCO, but this is my first cut at BSD.

Is 6.1-RELEASE missing parts of X11?

2006-09-16 Thread Gary Kline
People, I've done at least two cmplete make buildworlds (and all the rest: kernel/installworld/) and parts of mergemaster. I *am* missing /usr/X11R6/bin/xdm and more files in /usr/X11R6/lib/[*]. startx is also missing. I have read the UPDATING

Re: When is BuildWorld necessary?

2006-09-16 Thread Bob
On Saturday 16 September 2006 15:52, [EMAIL PROTECTED] wrote: But I have one question - do you rebuild the world on a remote machine (without physical access) and if yes - how do you restart in single user mode. This is what I can't understand so far. I remembered something right after I

Re: rebooting into single user mode on a remote server

2006-09-16 Thread Matthew Seaman
[EMAIL PROTECTED] wrote: Hello, could somebody help me to understand the best way to enter into a single user mode on a remote server. I need it for the moment, during rebuilding world, when I have to reboot into single user mode before 'mergemaster -p'. The only solution I found so

Plesk and FreeBSD 6.1 64-bit getting frustrating

2006-09-16 Thread Dan Schultzer
Hello I've got FreeBSD 6.1 installed on a Sun Fire X2100 server, and are trying to get plesk installed. But plesk isn't supported for FreeBSD 6.1 64-bit version yet, so it has been hard work to try trick it. Now I want to trick the uname command to show the version needed for plesk

top(1) STATE column

2006-09-16 Thread Pietro Cerutti
Hi List, I'd like to know the meaning of the possible STATEs showing up in top. In the manual pages I found this: STATE is the current state (one of START, RUN (shown as CPUn on SMP systems), SLEEP, STOP, ZOMB, WAIT, LOCK or the event on which the process waits) Where

Re: When is BuildWorld necessary?

2006-09-16 Thread Matthew Seaman
Bob wrote: Hi: I recently installed FreeBSD 6.1 over the net from sources. I am keeping things up-to-date using CVSup. When portaudit tells me I have a security issue; I update/re-install the affected port. When a kernel patch comes in, I re-compile the kernel; which now stands at

Calling setxkbmap when starting X

2006-09-16 Thread Ivan \Rambius\ Ivanov
Hello, I am from Bulgaria and I use Bulgarian language on my FreeBSD machine. I use the following command $ setxkbmap -model pc105 -layout us,bg -variant ,phonetic -option grp:alt_shift_toggle to enable both Bulgarian and English. However, I call this command every time I log in KDE. Is it

Re: Is 6.1-RELEASE missing parts of X11?

2006-09-16 Thread Matthew Seaman
Gary Kline wrote: People, I've done at least two cmplete make buildworlds (and all the rest: kernel/installworld/) and parts of mergemaster. I *am* missing /usr/X11R6/bin/xdm and more files in /usr/X11R6/lib/[*]. startx is also missing. I have read

Re: When is BuildWorld necessary?

2006-09-16 Thread RW
On Saturday 16 September 2006 21:34, Bob wrote: On Saturday 16 September 2006 16:13, RW wrote: Not all of the point releases are for the kernel, for example 6.1-RELEASE-p2 was a sendmail fix. Ok I see; just because my kernel is at p6, doesn't mean the base system is. I wasn't on FreeBSD

Re: Is 6.1-RELEASE missing parts of X11?

2006-09-16 Thread Gary Kline
On Sat, Sep 16, 2006 at 10:35:42PM +0100, Matthew Seaman wrote: Gary Kline wrote: People, I've done at least two cmplete make buildworlds (and all the rest: kernel/installworld/) and parts of mergemaster. I *am* missing /usr/X11R6/bin/xdm and more files in

ipfw and temporary port access

2006-09-16 Thread Noah
Hi there, I am trying to figure out how to open a port temporarily for a specific IP who is able to provide a proper username and password on the website of the box. After authentication is verified then the IP address is cached and temporarily allowed to access a specific port on the

28.8kbs/56kbs modems

2006-09-16 Thread David Fontenot
To whom it may concern, Currently, I am using Ubuntu Linux 6.06 and it is really a let-down after I got it when I realized that Ubuntu does not do well with 28.8kbs/56kbs modems. It will not let me use my modem. I was wondering how Free-bsd does with dial-up modems (2 year old

Re: When is BuildWorld necessary?

2006-09-16 Thread Laurence Sanford
[EMAIL PROTECTED] wrote: But I have one question - do you rebuild the world on a remote machine (without physical access) and if yes - how do you restart in single user mode. This is what I can't understand so far. Thanks, Iv In 6 years, I've never dropped any machine to single user to do

Re: Calling setxkbmap when starting X

2006-09-16 Thread George Allan
On Sun, Sep 17, 2006 at 12:30:37AM +0300, Ivan Rambius Ivanov wrote: I am from Bulgaria and I use Bulgarian language on my FreeBSD machine. I use the following command $ setxkbmap -model pc105 -layout us,bg -variant ,phonetic -option grp:alt_shift_toggle to enable both Bulgarian and

Freebsd, Suse Linux dual booting

2006-09-16 Thread Dan Bikle
FreeBSD and Linux people, I have a PC which I want to boot as windows, FreeBSD, and Suse 10.1 Linux. Currently, FreeBSD boot0 menu shows both Windows and FreeBSD as boot-able. The FreeBSD boot0 menu does not show the Linux OS (which I just installed). So, I did some reading of the FreeBSD

Re: Freebsd, Suse Linux dual booting

2006-09-16 Thread Greg 'groggy' Lehey
On Saturday, 16 September 2006 at 16:49:17 -0700, Dan Bikle wrote: FreeBSD and Linux people, I have a PC which I want to boot as windows, FreeBSD, and Suse 10.1 Linux. Currently, FreeBSD boot0 menu shows both Windows and FreeBSD as boot-able. The FreeBSD boot0 menu does not show the Linux

Re: Freebsd, Suse Linux dual booting

2006-09-16 Thread Jeff Rollin
On 17/09/06, Dan Bikle [EMAIL PROTECTED] wrote: FreeBSD and Linux people, I have a PC which I want to boot as windows, FreeBSD, and Suse 10.1 Linux. Currently, FreeBSD boot0 menu shows both Windows and FreeBSD as boot-able. The FreeBSD boot0 menu does not show the Linux OS (which I just

Re: rebooting into single user mode on a remote server

2006-09-16 Thread ke han
On Sep 17, 2006, at 2:47 AM, [EMAIL PROTECTED] wrote: Hello, could somebody help me to understand the best way to enter into a single user mode on a remote server. I need it for the moment, during rebuilding world, when I have to reboot into single user mode before 'mergemaster -p'. I

Firefox and flash revisited. Don't shoot me for this post.

2006-09-16 Thread Christopher Hobbs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, let me preface this by saying flash 7 was marked broken for a reason (a very good one at that). I'm probably going to be stepping on some toes here and I'd like to apologize in advance. I've managed to install the broken port by changing a

Re: Freebsd, Suse Linux dual booting

2006-09-16 Thread Dan Bikle
People, this is great info; thanks for taking time to type it up. I'm now convinced that Grub is good. On my FreeBSD box I see this: bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco

Re: 28.8kbs/56kbs modems

2006-09-16 Thread David Kelly
On Sep 16, 2006, at 3:29 PM, David Fontenot wrote: To whom it may concern, Currently, I am using Ubuntu Linux 6.06 and it is really a let- down after I got it when I realized that Ubuntu does not do well with 28.8kbs/56kbs modems. It will not let me use my modem. Cheap is the buzzword

Re: Freebsd, Suse Linux dual booting

2006-09-16 Thread Jeff Rollin
On 17/09/06, Dan Bikle [EMAIL PROTECTED] wrote: People, this is great info; thanks for taking time to type it up. I'm now convinced that Grub is good. On my FreeBSD box I see this: bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $ bash moibsd maco /usr/home/maco 3 $

Re: Firefox and flash revisited. Don't shoot me for this post.

2006-09-16 Thread Jona Joachim
Christopher Hobbs wrote: OK, let me preface this by saying flash 7 was marked broken for a reason (a very good one at that). I'm probably going to be stepping on some toes here and I'd like to apologize in advance. I've managed to install the broken port by changing a couple of files and

Re: Firefox and flash revisited. Don't shoot me for this post.

2006-09-16 Thread Christopher Hobbs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jona Joachim wrote: Christopher Hobbs wrote: OK, let me preface this by saying flash 7 was marked broken for a reason (a very good one at that). I'm probably going to be stepping on some toes here and I'd like to apologize in advance. I've

wg311t and via chipset

2006-09-16 Thread Mark Busby
I've run onto a problem with a netgear wg311t and a msi k8 neo with a via chip. I've placed the card into all the pci slots removed all other pci cards and still it refuses to work for 6.1 bsd or m$. I've placed the card into an older pc and it works for 6.1 bsd with no problems. pciconf

Re: rebooting into single user mode on a remote server

2006-09-16 Thread Perry Hutchison
In order to follow the upgrade instructions in the Handbook or /usr/src/UPDATING to the letter, you need console access to the machine being updated. That is [a] problem ... when it's in a hosting centre umpty dozen miles away ... There are essentially three possibilities. i) get someone

Re: top(1) STATE column

2006-09-16 Thread Dan Nelson
In the last episode (Sep 16), Pietro Cerutti said: I'd like to know the meaning of the possible STATEs showing up in top. In the manual pages I found this: STATE is the current state (one of START, RUN (shown as CPUn on SMP systems), SLEEP, STOP, ZOMB, WAIT, LOCK or the

Re: When is BuildWorld necessary?

2006-09-16 Thread [EMAIL PROTECTED]
Bob wrote: On Saturday 16 September 2006 15:52, [EMAIL PROTECTED] wrote: But I have one question - do you rebuild the world on a remote machine Sorry; I am a newbie at FreeBSD, and have never done a buildworld :-( I have spent lots of time on Linux, Solaris, and SCO, but this is my first

Re: rebooting into single user mode on a remote server

2006-09-16 Thread [EMAIL PROTECTED]
Matthew Seaman wrote: [EMAIL PROTECTED] wrote: Hello, could somebody help me to understand the best way to enter into a single user mode on a remote server. I need it for the moment, during rebuilding world, when I have to reboot into single user mode before 'mergemaster -p'. The only

Re: When is BuildWorld necessary?

2006-09-16 Thread [EMAIL PROTECTED]
Laurence Sanford wrote: [EMAIL PROTECTED] wrote: But I have one question - do you rebuild the world on a remote machine (without physical access) and if yes - how do you restart in single user mode. This is what I can't understand so far. Thanks, Iv In 6 years, I've never dropped any

Re: When is BuildWorld necessary?

2006-09-16 Thread pauls
--On September 17, 2006 6:18:24 AM +0200 [EMAIL PROTECTED] wrote: Bob wrote: On Saturday 16 September 2006 15:52, [EMAIL PROTECTED] wrote: But I have one question - do you rebuild the world on a remote machine Sorry; I am a newbie at FreeBSD, and have never done a buildworld :-( I have