Re: disabling ata devices

2005-06-15 Thread BjÃrn nig
JM wrote: from dmesg -a: ... ad0: 19077MB [38760/16/63] at ata0-master UDMA33 acd0: CDROM at ata0-slave UDMA33 Mounting root from ufs:/dev/ad0s1a ... when probing acd0 the system waits for about 10-20 seconds. [...] Are you really sure that your CD-ROM drive is the originator of the proble

Re: SFTP vs. SCP and transfer rates

2005-06-15 Thread BjÃrn nig
Leonhardt, Daniel (EST) wrote: Hi there Steven, not sure if anybody has posted to your question on xfer rates between sftp & scp, if so, perhaps you can indulge me. Also, do you know which would be better in terms of security? What are you talking about? Please do not send mails to this maili

Re: disabling ata devices

2005-06-15 Thread BjÃrn nig
JM wrote: i'm not exactly sure how to accomplish this... i'm having problems with my cd-rom, which isn't surprising since it's a slim-line without UDMA and probably isn't supported... but... it's eating up time when i'm booting the system. i've erased the fstab lines for acd0 but it's still

Re: 36.4GB drive formats out to 32.8GB? what am I missing please

2005-06-12 Thread BjÃrn nig
Hello, please show the output of grep sectors /var/run/dmesg.boot Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Jails and filesystems

2005-06-11 Thread BjÃrn nig
Rob wrote: I'm trying to figure out the best layout for multiple jails. I'd like to share binaries across jails - patches and packages only need to be installed once, and it saves a lot of space. So these directories would be shared and read-only: [...] You can also use mount_unionfs with o

Re: flash player for mozilla or firefox on 5.4?

2005-06-10 Thread BjÃrn nig
Duane Winner wrote: Has anybody had any success with Flash on Mozilla or Firefox on FreeBSD 5.4? I used to have some nominal success with Flash before (but slow and cranky) using "linuxpluginwrapper". But now that port fails to install at all. I see in the FreeBSD ports, there are a handfu

Re: Questions about FreeBSD support for Multiple Monitors & IPv6 Protocol

2005-06-10 Thread BjÃrn nig
Matthew Jordan wrote: Does FreeBSD, Xorg or the Window Managers have support for more than one Monitor, and if so how would I enable that feature? X.org supports this feature. I can offer a sample configuration that works for me: http://www.alpha-tierchen.de/dateien/etc/xorg.conf-dual.t

Re: g++ successfully compiled "Hello World" program causes segfault at runtime

2005-06-09 Thread BjÃrn nig
Hello, please show the output of 'env' and 'cat /var/run/dmesg.boot' to receive an impression of you system. Björn ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mai

Re: Question about forcing a mount.

2005-06-09 Thread BjÃrn nig
Check the partition with fsck_msdosfs. If you still can't mount it with mount_msdosfs then I guess you can't mount it with -f too. Just try it. By the way, a FAT32 file system is the worst place to store important data. Björn ___ freebsd-questions@fre

Re: Very Dissapointed

2005-06-09 Thread BjÃrn nig
Lane wrote: I don't know the concept "transparent proxy." Hopefully you will discover how that works as you build your firewall :) I'm not sure if he meant something like Microsoft's all-in-one filtering, authentication, caching, whatever product called "Internet Security and Acceleration

Re: PPPoE Configuration problems

2005-06-09 Thread BjÃrn nig
Hello, I don't know exactly if different ISP need different configuration, but the following minimal configuration worked always for me: # cat /etc/ppp/ppp.conf myisp: set device PPPoE: set log Phase IPCP CCP Warning Error Alert add! default HISADDR set authname set authkey =

Re: ATI Cards...

2005-06-07 Thread BjÃrn nig
mojo fms wrote: I have a machine i just switched from Wiindows to Freebsd... This is the second Fbsd machine i have setup but the first with an ATI card.. I want to do some gaming on it and i was wondering where i could find drivers that will work with Fbsd. I am using the ATI 9600XT AGP 128M car

Re: Jail and disk space

2005-06-06 Thread BjÃrn nig
Tim Aslat wrote: "DrVince" <[EMAIL PROTECTED]> wrote: Could I use quota to limit jails? Not really, but you might be able to use a "memory disk" (man md, mdconfig) to limit the entire jail to a set size. I haven't tried this myself, but I'm guessing something like this should work. This s

Re: Jail and disk space

2005-06-05 Thread BjÃrn nig
DrVince wrote: Could I use quota to limit jails? You can add each user of a jail to a specific jail group and use group quotas at the host environment. These words as shell commands: insidethejail# pw addgroup jail01 -g 8001 -M `grep -v '^#' /etc/master.passwd | cut -d: -f1 | tr '\n' ','`