I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
relevant sections in The Complete FreeBSD, FreeBSD Unleashed, Absolute BSD and Teach Yourself FreeBSD in 24 Hours (it didn't). I understand a little more than I did but am still unsure as to how I should divide the HDDs and would very much appreciate reactions to my current pro

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
the order, I would be very grateful for any and all advice. Thanks, Donnacha _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" __

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
ded. I have tried to understand all the advice given and, since then, have tried to get myself up to speed by reading the relevant sections in The Complete FreeBSD, FreeBSD Unleashed, Absolute BSD and Teach Yourself FreeBSD in 24 Hours (it didn't). I understand a little more than I did but a

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
When it starts getting full, take your biggest database or the forums or whatever, and move it to it's own partition using the 30 or 40 GB of space left uncommitted, and use a symlink so the old path still works... _______ freebsd-questions@freebsd.or

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
found in the FreeBSD books. The idea of allocating almost the entire 2nd drive to /spill is great, that will give me all the flexibility I need, brilliant! Some > One more thing to think about is the possibility of creating a raid (mirror) > for critical things. That would give you

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
sure you know how to do that.) Oh, I figure that if they know how to install FreeBSD, they'll be able to work out how to boot from /altroot. Of course, they'll charge me $50 to do it, I just hope it's something that isn't needed too often! > 2) Take the extra space tha

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
Mark Bucciarelli wrote: Just having gone through setting up software raid as my first post-install FreeBSD task, I can highly recommend gmirror. It uses the new GEOM code (like gvinum) but gmirror has a man page and is feature complete. As of 5.3, gvinum did not have all the commands

Re: I need further HDD advice before submitting order.

2005-05-11 Thread freebsd . org
or whatever, thanks. Jerry - that breakdown of how you would allocate space was amazing - seriously, a better division and a better explanation than anything I've found in the FreeBSD books. The idea of allocating almost the entire 2nd drive to /spill is great, that will give me all the fle

Re: I need further HDD advice before submitting order.

2005-05-12 Thread freebsd . org
hen I come back, so, if anyone else has (Badvice, please do share it. (B (BThanks everyone, (B (BDonnacha (B (B___ (Bfreebsd-questions@freebsd.org mailing list (Bhttp://lists.freebsd.org/mailman/listinfo/freebsd-questions (BTo unsubscribe, s

FreeBSD or NetBSD on older hardware (MMX)

2005-05-16 Thread FreeBSD MailingLists
I fished out an old laptop out of my closet. It is a Pentium 233 MMX w/ 64MB Ram and 12G HD I am thinking about setting up a small station for browsing the web. Which would perform better on such a system? FreeBSD or NetBSD? I know that this is a mailing list for FreeBSD users, but I am hoping

Boot Manager question

2005-05-18 Thread FreeBSD MailingLists
I have a duel boot system setup with the Freebsd Boot Manager in the MBR. Is there anyway to change the default boot selection from with in the FreeBSD environment? What I mean is, if I am remotely accessing my dual boot FreeBSD box, and I want it to boot into the other OS, is there a command that

Mirror Partition

2005-05-18 Thread freebsd . org
stion. Donnacha ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: BSD legal question

2005-05-18 Thread freebsd . org
Francisco Reyes wrote: BSD - You can take the code and do as you please. No need to even give back the changes you made. Although you DO need to carry the accreditation. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

uname -a output does not change after kernel upgrade

2005-05-21 Thread freebsd-questions
Hi, I have upgraded FreeBSD server from 5.3-RELEASE to 5.4-STABLE (tag=RELENG_5) but when I run 'uname -a' it displays the same message as before: --- server-98> uname -a FreeBSD server.example.com 5.3-RELEASE FreeBSD 5.3-RELEASE #1: Fri Apr 29 23:04:18 EEST 2005 [EMAIL PROTECTED]

Re: uname -a output does not change after kernel upgrade

2005-05-21 Thread freebsd-questions
you have booted the old kernel. _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: uname -a output does not change after kernel upgrade

2005-05-21 Thread freebsd-questions
strike: did you rebooted after installing a new kernel? ;-) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: uname -a output does not change after kernel upgrade

2005-05-21 Thread freebsd-questions
se command proves that. # sysctl -a | grep kernel kern.bootfile: /boot/kernel/kernel kern.module_path: /boot/kernel;/boot/modules # sysctl -a | grep kern.version kern.version: FreeBSD 5.3-RELEASE #1: Fri Apr 29 23:04:18 EEST 2005 I remembered that I had created /boot.config file with following co

Re: uname -a output does not change after kernel upgrade

2005-05-22 Thread freebsd-questions
I have fixed the problem. 1) Removed the first SATA disk (ad4) and booted from ad6. Then I got correct kernel and userland (5.4-STABLE) 2) Swapped SATA cables to boot from ad6 (it became ad4). --- # uname -a FreeBSD server.example.com 5.4-STABLE FreeBSD 5.4-STABLE #2: Sat May 21 18:45:32

what handles a pcmcia card?

2005-05-25 Thread FreeBSD MailingLists
I have just install freebsd 5.4 on a laptop, and I have noticed two things 1) even with pccard_enable=NO a inserted card is configured 2) I see no pccardd even after I set pccard_enable=YES and then run /etc/rc.d/pccard start, nothing seems to run is pccardd no longer handling pcmcia

installing boot0 via dd

2005-05-31 Thread FreeBSD MailingLists
I want to install boot0 onto the MBR so at least i'll have the option of booting from a second harddrive. Here is what I am thinking... 1) go to a different freebsd box with boot0 already installed. 2) use dd to grab a image file of the MBR 3) boot into knoppix on the machine (i already have

booting an logical partition

2005-05-31 Thread FreeBSD MailingLists
is the FreeBSD boot manager capable of booting a logical partition? I have am setting up a multi-boot system and it looks like I will have to put linux on a logical partition. will boot0 recoginze the logical partition as bootable? TIA, Tomoki Taniguchi

patch errors

2005-06-05 Thread FreeBSD MailingLists
i'm getting a bunch of weird patch errors. i've attached the relevant error messages at the bottom. something makes me feel that this isn't a problem with the individual ports. any ideas? TIA, Tomoki ===> Applying FreeBSD patches for tiff-3.7.2 4 out of 4 hunks failed-

Re: patch errors

2005-06-05 Thread FreeBSD MailingLists
d the file to patch or the file cannot be patched correctly. is patch port of "world" or do I need to update a pkg? On 6/6/05, Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2005-06-06 00:24, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote: > > ===> Applyi

Re: patch errors

2005-06-05 Thread FreeBSD MailingLists
r. which leads me to believe the error is outside the ports tree itself. -tomoki On 6/6/05, Kris Kennaway <[EMAIL PROTECTED]> wrote: > On Mon, Jun 06, 2005 at 09:46:35AM +0900, FreeBSD MailingLists wrote: > > Yes, Everyday I try this I grab the latest copy of ports.tar.gz from a

Fwd: Re: [R] Unable to compile R-2.1.0

2005-06-06 Thread Vic FreeBSD
on the lists): it seems autoconf and FreeBSD are making different assumptions. If you look in today's R-devel archive you will see the requests for information I set on the second report. It seems no one using FreeBSD ever tested the alphas or betas of R 2.1.0. On Mon, 6 Jun 2005 [EMAIL PROTE

amd64 native boot loader?

2007-12-21 Thread snowcrash+freebsd
hi, i've FBSD/amd64 62Rp9 installed. kernel & world are my own builds from latest cvsup. on boot I see: "FreeBSD/i386 bootstrap loader" odd. i'd expect a native loader ... checking in, /usr/src/sys/boot > ls Makefile alpha/arm/ efi/

Re: corporate backers of freebsd

2008-01-03 Thread FreeBSD WickerBill
n 2, 2008 4:56 AM, Ted Mittelstaedt <[EMAIL PROTECTED]> wrote: > > > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED] Behalf Of Gary Smithe > > > Sent: Monday, December 31, 2007 10:11 AM >

Re: jail on ZFS - "Unable to mount devfs"

2008-01-08 Thread snowcrash+freebsd
comment? or, perhaps, someone else can comment, as well? thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: jail on ZFS - "Unable to mount devfs"

2008-01-08 Thread snowcrash+freebsd
onfused. following too many threads with partial solutions ... can you share your setup-a-jail-on-a-zfs'd-host steps? thanks! ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

When is 7.0 being released?

2008-01-16 Thread FreeBSD User
Hello, Does anybody have an idea when 7.0 will be released? It looks like the schedule hasn't been updated, and it was scheduled for January 14th. Where can I find additional information? ___ freebsd-questions@freebsd.org mailing list

relocation and USB keyboards

2008-01-18 Thread pfgshield-freebsd
going on? FWIW, this is and amd64x2 running 6.3-RC2. cheers, Pedro. ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html _______ freebsd

suggested size of /var/mail

2008-01-27 Thread FreeBSD Daemon
Dear list, I am currently setting up a server which should include email service. Are there any smart ways to decide how to size /var/mail. I plan to put it on a seperate partition ... or shouldn't I? TIA for any related tips! Zheyu ___ fr

7.0 installation problem

2008-01-30 Thread FreeBSD User
Hello, I have tried installing FreeBSD 7.0-Current for amd64, and I am having problems with my mouse and video card. My hardware is as follows: Gigabyte p35-ds3r motherboard Intel Core 2 Quad 2.4GHz (Q6600) NVidia 8400GS Microsoft Comfort Optical 3000 mouse Microsoft Natural Ergonomic Keyboard

Re: 7.0 installation problem

2008-02-04 Thread FreeBSD User
Hi there, I got X working -- I went into sysinstall and installed one of the NVIDIA drivers. No luck with the mouse. Here is my dmesg: Copyright (c) 1992-2007 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of

Mirroring / Cloning FreeBSD System

2008-02-27 Thread FreeBSD-Utah
I have a question on how to mirror a FreeBSD installation / system. This environment will have two identical / separate systems referred to as “System A” and “System B” - I want to install FreeBSD on to “System A” - Once that installation is complete with selected ports and custom

XFree86-4 port won't build under 5.3

2004-11-10 Thread rd3ph-freebsd
d. Does anyone know why this is happening, and what I can do about it? I know 5.3 installs Xorg by default. I wanted to try something with XFree86, so I removed most of Xorg before trying this install. Thank you, Rob. The particulars follow. broker# uname -a FreeBSD broker 5.3-RELEASE Fre

ffs_clusteralloc

2004-11-23 Thread FreeBSD Questions
__ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-04-19 Thread freebsd-ports
d them. Whether gcc builds with the newer libgmp remains to be seen... M _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Setup Spectra8 (btb878) capture card in FreeBSD

2009-07-09 Thread ovi freebsd
Hi, Anybody uses Spectra 8 (btb878) in FreeBSD? The card model is that: http://www.ituner.com/spectra.htm The manufacturer claims it works 100% under linux using BTTV 878. I wonder if I can make it work under FreeBSD 7.2 After loading the module i got: bktr0: mem 0x93007000-0x93007fff irq 21

Re: PHP5 and ldap

2009-09-18 Thread FreeBSD admin
Hi folks, I don't know how to enable ldap for php5 on my Freebsd 7.2 system this is a client only ldap system. ldapsearch works well with tls on it. but I try to enable roundcube ldap, and roundcube says: LDAP Error: No ldap support in this installation of PHP (GET /?_task=addressbook&am

Re: PHP5 and ldap

2009-09-18 Thread FreeBSD admin
the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

[no subject]

2003-09-03 Thread Ajit @ FreeBSD
. FYI i am new to FreeBSD world. I have cyrus mailbox at my place. It generates following report. I think these are SPAM which are from Info a/c setting in my server. Want to learn how to get rid of these spams & how can i look under socket. Thanks a lot for your advice in adv

switching sio0 and sio1

2006-04-15 Thread FreeBSD MailingLists
sio0: port 0x2f8-0x2ff irq 3 drq 3 flags 0x10 on acpi0 sio0: type 16550A sio1: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 on acpi0 sio1: type 16550A ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/f

USB MODEM

2006-04-16 Thread FreeBSD MailingLists
I purchased a usb modem recently and connected it to my FreeBSD box to see if it is compatible. I have recompiled my kernel with device ucom device umodem When I connect the modem I get the following kernel message. ucom0: OMRON OMRON ME5614U2 DATA FAX MODEM, rev 1.10/1.00, addr 2, iclass 2/2

tip vs minicom

2006-04-16 Thread FreeBSD MailingLists
i am trying to setup a dial-in terminal service between 2 machines with serial modems attached. In the FreeBSD Handbook the instructions for a dial-out service use the tip and cu commands. I have been using minicom to connect to varius serial terminals such as cisco routers, so i am used to it. Is

DIAL-IN TERMINAL SERVICE

2006-04-16 Thread FreeBSD MailingLists
I have attached a modem to my freebsd box and trying to setup a simple dial-in terminal service. I have tried to follow the instructions in the freebsd handbook. http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/dialup.html I am able to get a terminal working on the serial port (tested

usb-serial controller in 5.4?

2006-04-17 Thread FreeBSD MailingLists
i have a USB-Serial Controller by Prolific Technology, Inc. I tested to see if the device works on FreeBSD on FreeBSD6 machine. the serial controller works when i load ucom and uplcom modules. a ucom0 device is generated along with tty and cua devices. when i connect to a FreeBSD 5.4 machine

Re: usb-serial controller in 5.4? (NEVERMIND)

2006-04-17 Thread FreeBSD MailingLists
Sorry, folks. Nevermind, I'm an idiot... I just use ucom0 as the tty or cua device ha ha ha On 4/17/06, FreeBSD MailingLists <[EMAIL PROTECTED]> wrote: > > i have a USB-Serial Controller by Prolific Technology, Inc. > > I tested to see if the device works on Free

usb-serial and apcupsd

2006-04-17 Thread FreeBSD MailingLists
I have a usb-serial controller attached to my freebsd 5.4 box it is loaded as ucom0. I have connect the serial cable from the UPC to it. when it first starts I have no problems but after a while I get an error message saying that the serial connection to the UPS is lost. The message repeats

unrecognized pci-serial board

2006-04-18 Thread FreeBSD MailingLists
I installed a pci-serial board to my freebsd box. But it doesn't seem to be recognized. dmesg yields this line >pci3: at device 3.0 (no driver attached) pciconf -lv yieds >[EMAIL PROTECTED]:3:0: class=0x070002 card=0x60011195 chip=0x015213a8 rev=0x01 hdr=0x00 >vendor

Re: unrecognized pci-serial board

2006-04-18 Thread FreeBSD MailingLists
I forgot to mention... The box said "Linux Ready" so I thought that it might be FreeBSD compatible as well, but it seems like to get it working on linux, you need to compile the driver which they provide the source for the source for the driver can be downloaded

Re: USB MODEM

2006-04-18 Thread FreeBSD MailingLists
powered port 2 powered port 3 powered port 4 powered Any suggestions would be appreciated. TIA, Tomoki On 18 Apr 2006 10:20:21 -0400, Lowell Gilbert < [EMAIL PROTECTED]> wrote: > > "FreeBSD MailingLists" <[EMAIL PROTECTED]> writes: > > > I purchased a u

memtest86 & memory test

2006-04-19 Thread FreeBSD Daemon
Dear list Is there a memory test suite other them memtest86/memtest86+ TIA zheyu ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

"^M"

2006-05-02 Thread FreeBSD Daemon
Dear list, How can I non-manually remove the "^M" line breaks from my text files TIA zheyu _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: portmanager install from packages (please)

2006-05-07 Thread freebsd-questions
| Email: [EMAIL PROTECTED] _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

apache2 & mod_php5

2006-05-24 Thread FreeBSD Daemon
) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Firefox crashes and hangs my 6.1R system

2006-06-06 Thread freebsd-questions
#Union filesystem options NULLFS #NULL filesystem ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Firefox crashes and hangs my 6.1R system

2006-06-07 Thread freebsd-questions
3365 7031 The University of Queensland| WWW: www.auscert.org.au Qld 4072 Australia | Email: [EMAIL PROTECTED] _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD users of Thailand

2006-06-13 Thread FreeDesktop FreeBSD
To whom it may concern : We, among the few advanced FreeBSD users of Thailand, have been using FreeBSD, Desktop mode (with the emphasis on Desktop) for quite sometime. As you may know copyright infringement is a concern in countries like Thailand. In order to avoid such problems, we think

portupgrade confusing '-P' and '-p'?

2006-06-19 Thread freebsd-questions
nd returned a non-zero exit status: 127 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5.3-release/All/gtk-2.8.19.tbz ** The command returned a non-zero exit status: 127 ** Failed to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386/packages-5.3-release/All/gtk-2.8.19.tgz

makeinfo is stopping portupgrade

2009-01-29 Thread freebsd-questions
346 4520 AusCERT - Australia's national CERT | Hotline: +61 7 3365 4417 The University of Queensland| Fax: +61 7 3365 7031 Qld 4072 Australia | WWW: www.auscert.org.au | Email: ausc...@auscert.org.au __

Re: "savemail: cannot save rejected email anywhere" on recent 4.9-STABLE

2004-02-20 Thread FreeBSD mail
elp? > > Thanks > -- > Clint Gilders <[EMAIL PROTECTED]> > Director of Technology Services > OnlineHobbyist.com, Inc. > > ___ > [EMAIL PROTECTED] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send

Well...

2004-02-27 Thread freebsd-bugs
<> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

From me

2004-03-01 Thread freebsd-mobile
<> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Sara

2004-03-01 Thread freebsd-admin
Fell free to chat with me I accept all ages. Don''''t worry I don''''t bitehope to hear from you soon! password: 56635 <> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listi

kate

2004-03-01 Thread freebsd-bugs
If I'm online, it problably means I'm pretty boredso feel free to message me and say hi or whatever else comes to mind at the moment. password: 56635 <> ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/f

pkgtools.conf and fetching packages with portupgrade

2004-03-09 Thread FreeBSD Newbie
et it now! http://clk.atdmt.com/AVE/go/onm00200415ave/direct/01/ ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

installing fbsd 5.1 with a cordless keyboard/mouse

2004-04-02 Thread FreeBSD Beni
Don't leave me stuck with winxp, i would like my fbsd back please ! Thx ! Beni. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: p5-Digest-HMAC-1.01 installation is corrupt!

2009-03-11 Thread FreeBSD List
gest-HMAC-1.01/+CONTENTS p5-Digest-HMAC-1.01 installation is corrupt! recomend running "pkg_delete -f p5-Digest-HMAC-1.01" Did you try "pkg_delete -f p5-Digest-HMAC-1.01" as recommended? Bests, Olivier ______

Re: Disabling write cache on eSATA enclosures

2009-03-11 Thread FreeBSD List
e enclosure, though such control doesn't exist. Is this it, or is the OS still responsible for turning off cache on external drives? What's your experience? Thanks. _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mai

Re: Ports Collection

2009-03-12 Thread FreeBSD List
Quick question Why are you using 6.4 instead of the latest (7.1)? Keep in mind that gnome2 has a lot of dependencies. That's just the nature of gnome2. When you say it didn't finish, did it stop and give you an error? When compiling gnome2 on FreeBSD, depending on your hardwa

libspectre -> libgs >= 8.61 problem

2009-03-18 Thread FreeBSD Lists
issing something simple. Any ideas, anyone? Thanks. Gene -- To everything there is a season, And a time to every purpose under heaven. _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscri

Re: CD Burning

2009-04-21 Thread ovi freebsd
work, I guess my fear is unjustified hey? Here is a tutorial about CD-DVD Burning under FreeBSD: http://www.freebsdonline.com/content/view/535/517/ What burning software you use? ___ freebsd-questions@freebsd.org mailing list http://lists.freebs

Xorg manual configuration

2009-05-20 Thread freebsd-questions
ng my head even against the brick wall- who knows? Maybe I'll get somewhere... :) Msg sent via @Mail - http://atmail.com/ ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To uns

The Design and Implementation of the FreeBSD Operating System

2008-07-22 Thread FreeBSD Questions
This book was printed in August 2004. This predates FBSD 5, and I know there were some significant changes between the 4.x and 5.x branches. We've progressed further and are now into version 7. How well does this book apply to more current versions of FreeBSD, such as vers

Re: The Design and Implementation of the FreeBSD Operating System

2008-07-23 Thread FreeBSD Questions
> Yet your point is completly valid one.. and that's why "The Design and > Implementation of the FreeBSD Operating System" is the only book that I've > been hesitant on buying so far ... Lucas (Absolute FreeBSD, 2nd Edition), > Lavigne (The Best of FreeBSD Basi

Re: The Design and Implementation of the FreeBSD Operating System

2008-07-24 Thread FreeBSD Questions
Thank you all for your input. I'm studying up on OS design and implementation for my own personal edification, so I started reading my old college Tanenbaum text "Modern Operating Systems". Then I wanted to learn specifically about FreeBSD, so "The Design and Implement

The FreeBSD Architecture Handbook

2008-07-29 Thread FreeBSD Questions
One more book question... Is there anything significant to gain from reading both "The Design and Implementation of the FreeBSD Operating System" and "The FreeBSD Architecture Handbook"? I've skimmed the tables of contents for both books, and there seems to be some o

Switching to IPv6?

2008-08-06 Thread FreeBSD Questions
is to learn to set up IPv6, to play with IPv6, and to become familiar with it, so when the day comes that the world actually uses IPv6 (ha ha) I'm ready, armed with knowledge. But the whole idea will go to pot if my firewall can't let my IPv6 networks access my IPv4 Internet connection.

Ports and 64-bit Processors

2008-08-29 Thread FreeBSD Questions
FreeBSD has supported 64-bit architectures for a while now... Alpha and UltraSPARC come to mind--even if Alpha is no longer a Tier 1 architecture. I'm surprised to hear so many of you say that certain ports are broken on AMD64. I would think if they worked on other 64-bit processors they&#

Re: Firefox crashes and hangs my 6.1R system

2006-06-22 Thread freebsd-questions
national CERT | Fax: +61 7 3365 7031 The University of Queensland| WWW: www.auscert.org.au Qld 4072 Australia | Email: [EMAIL PROTECTED] ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

(no subject)

2006-06-28 Thread User Freebsd
___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Are hardware vendors starting to bail on FreeBSD ... ?

2006-06-28 Thread User Freebsd
On Wed, 28 Jun 2006, Chad Leigh -- Shire.Net LLC wrote: On Jun 28, 2006, at 10:16 AM, Marc G. Fournier wrote: growing number of places (ie. Adaptec / Intel) appear to be dropping support for it as well ... Many places are starting support for FreeBSD, or increased support, as well

Re: Are hardware vendors starting to bail on FreeBSD ... ?

2006-06-28 Thread User Freebsd
e are 60G vs the 72G SAS I'm using ... Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ . 7615664 _____

Re: Are hardware vendors starting to bail on FreeBSD ... ?

2006-06-28 Thread User Freebsd
AIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ . 7615664 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Linksys router and ssh time outs ...

2006-07-07 Thread User Freebsd
ices (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ . 7615664 _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listin

Re: Linksys router and ssh time outs ...

2006-07-08 Thread User Freebsd
On Sat, 8 Jul 2006, Eric wrote: User Freebsd wrote: I just put a linksys router in place, so that we could use our wireless laptop, well, wireless ... now, I seem to be getting timeouts on my ssh connections when they are idle, but timeouts that I never received when I had my desktop

SMP Performance (Was: Re: Are hardware vendors starting to bail ... )

2006-07-13 Thread User Freebsd
On Thu, 13 Jul 2006, Jerry McAllister wrote: On Jul 13, 2006, at 9:22 AM, Danial Thom wrote: Simply enabling SMP on a single processor system adds 20-25% overhead in freebsd 6.1. Again, readily admitted/accepted by the developers. There is no way to recover that in efficiency, at least not

Re: IMAP server alternatives

2006-07-13 Thread User Freebsd
. Fournier Hub.Org Networking Services (http://www.hub.org) Email . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ . 7615664_______ freebsd-questions@freebsd.org mailing

Re: IMAP server alternatives

2006-07-13 Thread User Freebsd
hub.orgICQ . 7615664_______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

RE: *bsd firewall appliance?

2006-07-14 Thread FreeBSD-Questions
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DW Posted At: Thursday, July 13, 2006 2:06 PM Posted To: FreeBSD-Questions Conversation: *bsd firewall appliance? Subject: Re: *bsd firewall appliance? Philippe Lang wrote: > [EMAIL PROTECTED] wr

RE: SMP Performance (Was: Re: Are hardware vendors starting to bail ... )

2006-07-16 Thread User Freebsd
On Thu, 13 Jul 2006, Tamouh H. wrote: I have to put my two cents here: 1) I agree with few posters that FreeBSD performance have been lacking behind. I've reported few issues on performance list and many did. We offered few pre-production servers for performance testing, but the answ

Re: DL360 G4 shared network iLo and FreeBSD

2006-07-16 Thread User Freebsd
47PM +1000, Norberto Meijome wrote: On Sat, 15 Jul 2006 14:13:57 -0700 Eric Lakin <[EMAIL PROTECTED]> wrote: I'm trying to setup a DL360 G4 for use in a colo environment with FreeBSD. I've run into one problem: I've setup the iLo to use the "shared network" option, which

[KDE] starting application on specific desktop ...

2006-07-16 Thread User Freebsd
MSN . [EMAIL PROTECTED] Yahoo . yscrappy Skype: hub.orgICQ . 7615664 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
; pp->rw is 0 So then I returned to my shell prompt and typed in: cat /dev/null >/dev/lpt0 and that hung up uninterruptibly. What's going on? FreeBSD 6.1-RELEASE, unmodified generic kernel. All this worked normally under 5.3, though that ne

P.S. FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
vices on ppbus0: ppbus0: PJL,PCLXL,PCL,EPSONFX,IBMPPR plip0: on ppbus0 lpt0: on ppbus0 lpt0: Interrupt-driven port ppi0: on ppbus0 ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubs

More FreeBSD 6.1: open(/dev/lpt0, O_WRONLY) hangs up

2006-07-19 Thread george+freebsd
sh/redir.c, "cannot OPEN /dev/lpt0"). Help! -- George Mitchell ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"

FreeBSD 6: open(/dev/lpt0, O_WRONLY) hangup "fixed"

2006-07-20 Thread george+freebsd
I've "solved" my /dev/lpt0 problem. Here is what happened: 1. I observed that the problem is also happening on FreeBSD 6.0. 2. It isn't happening on 5.3. 3. I sprinkled some printf's into lptopen in sys/dev/ppbus/lpt.c. 4. I compiled a new kernel, stripping a whole bun

Still debugging why open("/dev/lpt0"...) hangs

2006-07-21 Thread george+freebsd
octl (if_plip.c line 302) to print out some identifying information about the process doing the ioctl? Or is there a better list somewhere to ask this question? -- George Mitchell _______ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/m

What I would like to see, or "How many FreeBSD boxen are out there?"

2006-07-22 Thread User Freebsd
numbers of desktops and servers deployed with FreeBSD ... What I'd love to see is a *project initiated* (or FreeBSD Foundation) FreeBSD reporting mechanism similar to: http://www.mreriksson.net/uptimes/myuptimes Something just for FreeBSD users (well, all *BSD users sh

<    1   2   3   4   5   6   7   8   >